diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.java b/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.java index e56f67db6..87c380df4 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.java +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.java @@ -74,7 +74,7 @@ public class LoadDatabaseRunnable extends RunnableOnFinish { catchError(e, R.string.error_arc4); return; } catch (InvalidPasswordException e) { - catchError(e, R.string.InvalidPassword); + catchError(e, R.string.invalid_password); return; } catch (ContentFileNotFoundException e) { catchError(e, R.string.file_not_found_content); diff --git a/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV3.java b/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV3.java index 0c507e45b..99ef87370 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV3.java +++ b/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV3.java @@ -156,7 +156,7 @@ public class ImporterV3 extends Importer { } if (progressTaskUpdater != null) - progressTaskUpdater.updateMessage(R.string.creating_db_key); + progressTaskUpdater.updateMessage(R.string.retrieving_db_key); databaseToOpen = createDB(); databaseToOpen.retrieveMasterKey(password, kfIs); diff --git a/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV4.java b/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV4.java index 7719019a4..8f395414d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV4.java +++ b/app/src/main/java/com/kunzisoft/keepass/database/load/ImporterV4.java @@ -101,7 +101,7 @@ public class ImporterV4 extends Importer { InvalidDBException { if (progressTaskUpdater != null) - progressTaskUpdater.updateMessage(R.string.creating_db_key); + progressTaskUpdater.updateMessage(R.string.retrieving_db_key); db = new PwDatabaseV4(); PwDbHeaderV4 header = new PwDbHeaderV4(db); diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index c7781a784..2587409e6 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -39,7 +39,7 @@ Temps d\'espera del porta-retalls Temps abans de netejar el porta-retalls després de copiar un usuari o contrasenya Selecciona per copiar %1$s al porta-retalls - Creant clau de base de dades… + Creant clau de base de dades… Base de dades Desencriptant continguts de la base de dades… Utilitza aquesta com a base de dades per defecte @@ -89,7 +89,7 @@ Contrasenya Instal·la de la Play Store Instal·la de la F-Droid - Contrasenya o arxiu clau invàlids. + Contrasenya o arxiu clau invàlids. Format de base de dades desconegut. Longitud Mida de la llista de grups diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index d0a7354fb..4d2b7d93f 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -43,7 +43,7 @@ Časový limit schránky Čas před vyčištěním schránky po zkopírování jména nebo hesla Kopírovat %1$s do schránky - Vytvářím databázový klíč… + Vytvářím databázový klíč… Databáze Dešifruji obsah databáze… Použít jako výchozí databázi @@ -97,7 +97,7 @@ Heslo Instalovat z Play Instalovat z F-Droid - Chybné heslo nebo klíčový soubor. + Chybné heslo nebo klíčový soubor. Chybný algoritmus. Databázový formát nelze rozpoznat. Klíčový soubor neexistuje. diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 81206a528..b0c829a07 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -42,7 +42,7 @@ Udklipsholder timeout Tid før udklipsholderen bliver ryddet efter kopiering af brugernavn eller adgangskode Vælg for at kopiere %1$s til udklipsholderen - Opretter databasenøgle… + Opretter databasenøgle… Database Dekrypterer databaseindhold… Brug denne database som standard @@ -96,7 +96,7 @@ Adgangskode Installer fra Play Butik Installer fra F-Droid - Ugyldig adgangskode eller nøglefil. + Ugyldig adgangskode eller nøglefil. Ugyldig algoritme. Databaseformatet blev ikke genkendt. Nøglefil eksisterer ikke. diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index e93b7217b..7aa2e16d2 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -45,7 +45,7 @@ Zwischenablagesperre Zeit nach dem Kopieren eines Benutzernamens oder Passworts, bevor die Zwischenablage geleert wird %1$s in die Zwischenablage kopieren - Datenbank-Schlüsseldatei erzeugen\u2026 + Datenbank-Schlüsseldatei erzeugen\u2026 Datenbank Entschlüsselung der Datenbankinhalte\u2026 Als Standard-Datenbank benutzen @@ -100,7 +100,7 @@ Passwort Google Play F-Droid - Passwort oder Schlüsseldatei ist falsch. + Passwort oder Schlüsseldatei ist falsch. Ungültiger Algorithmus. Datenbankformat wurde nicht erkannt. Schlüsseldatei existiert nicht. diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index bc2f116ab..2dbfa572f 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -40,7 +40,7 @@ Λήξη χρονικού ορίου προχείρου Χρόνος προτού γίνει εκκαθάριση του προχείρου μετά από αντιγραφή ονόματος χρήστη ή κωδικού πρόσβασης Επιλέξτε για αντιγραφή %1$s στο πρόχειρο - Δημιουργία κλειδιού βάσης δεδομένων… + Δημιουργία κλειδιού βάσης δεδομένων… Βάση Δεδομένων Αποκρυπτογράφηση περιεχομένων βάσης δεδομένων… Χρήση αυτής της βάσης ως προεπιλεγμένη @@ -94,7 +94,7 @@ Κωδικός Πρόσβασης Εγκατάσταση από το Play Store Εγκατάσταση από το F-Droid - Εσφαλμένος κωδικός ή αρχείο κλειδιού. + Εσφαλμένος κωδικός ή αρχείο κλειδιού. Εσφαλμένος αλγόριθμος. Η μορφή της Βάσης Δεδομένων δεν αναγνωρίζεται. Δεν υπάρχει αρχείο κλειδιού. diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 60dba06ec..fc0939e92 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -38,7 +38,7 @@ Spanish translation by José I. Paños. Updated by David García-Abad (23-09-201 Portapapeles caducado Tiempo hasta que el portapapeles se vacía después de copiar el usuario o la contraseña Seleccionar para copiar %1$s al portapapeles - Creando clave de la base de datos… + Creando clave de la base de datos… Base de datos Descifrando el contenido de la base de datos… Utilice esto como base de datos por defecto @@ -88,7 +88,7 @@ Spanish translation by José I. Paños. Updated by David García-Abad (23-09-201 contraseña Instalar desde Play Store Instalar desde F-Droid - Contraseña o archivo de clave no válido. + Contraseña o archivo de clave no válido. Formato de base de datos no reconocido. Longitud Tamaño de la lista de Grupo diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index baec2a0b5..94b2091a4 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -42,7 +42,7 @@ Arbela denbora pasatu da Erabiltzaile izena edo pasahitza kopiatu ondoren arbela ezabatzeko igaro beharreko denbora Aukeratu %1$s arbelera kopiatzeko - Datubasearen gakoa sortzen… + Datubasearen gakoa sortzen… Datubasea Datubasearen datuak desenkriptatzen… Hau erabili modu lehenetsitako datubase gisa @@ -96,7 +96,7 @@ Pasahitza Play store-etik Instalatu F-Droid-etik Instalatu - Pasahitz edo gako fitxategi baliogabea. + Pasahitz edo gako fitxategi baliogabea. Algoritmo baliogabea. Datubase formato ez ezaguna. Gako fitxategia ez da esistitzen. diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 8a0a6644b..a2048e90f 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -40,7 +40,7 @@ Leikepöydän aikakatkaisu Aika, jonka jälkeen leikepöytä tyhjennetään käyttäjätunnuksen tai salasanan kopioinnin jälkeen Valitse kopioidaksesi %1$s - Luodaan tietokanta-avainta… + Luodaan tietokanta-avainta… Tietokanta Puretaan tietokannan salausta… Käytä tätä oletustietokantana @@ -94,7 +94,7 @@ Salasana Asenna Play Storesta Asenna F-Droid - Väärä salasana tai avaintiedosto. + Väärä salasana tai avaintiedosto. Epäkelpo algoritmi. Salasanatietokannan tyyppiä ei tunnistettu. Avaintiedostoa ei ole olemassa. diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index a78cee902..0b24b51e6 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -47,7 +47,7 @@ Temps avant le vidage du presse-papier après copie du nom d\'utilisateur ou du mot de passe Balayez pour effacer le presse-papiers maintenant Copier %1$s dans le presse-papier - Création de la clé de base de données… + Création de la clé de base de données… Base de données Déchiffrement du contenu de la base de données… Utiliser comme base de données par défaut @@ -102,7 +102,7 @@ Mot de passe Installer depuis Google Play Installer depuis F-Droid - Mot de passe ou fichier de clé invalide. + Mot de passe ou fichier de clé invalide. Algorithme invalide. Format de base de données non reconnu. Le fichier de clé n\'existe pas. diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index cec070f67..8144678a1 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -37,7 +37,7 @@ Vágólap időkorlátja Beállíthatja, mennyi idő után kerüljön törlésre a vágólap %1$s másolása a vágólapra - Adatbázis létrehozása… + Adatbázis létrehozása… Adatbázis Adatbázis tartalmának dekódolása… Adatbázis beállítása alapértelmezettként @@ -91,7 +91,7 @@ Jelszó Letöltés a Google Play-ről Letöltés a F-Droid - Érvénytelen jelszó vagy kulcsfájl. + Érvénytelen jelszó vagy kulcsfájl. Érvénytelen algoritmus. Az adabázis formátuma nem ismert. A kulcsfájl nem létezik. diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 638e281c5..547660ba3 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -43,7 +43,7 @@ Scadenza appunti Tempo prima di eliminare gli appunti dopo la copia del nome file o password Copia %1$s negli appunti - Creazione file chiave database… + Creazione file chiave database… Database Decodifica contenuto database… Usa come database predefinito @@ -97,7 +97,7 @@ password Installa dal Play Store Installa dal F-Droid - Password o file chiave non validi. + Password o file chiave non validi. Algoritmo non valido. Formato database non riconosciuto. Il file chiave non esiste. diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 970fd5c63..56953c34a 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -41,7 +41,7 @@ זמן עד לניקוי לוח ההעתקה זמן לפני שלוח ההעתקה מנוקה לאחר העתקת שם משתמש או סיסמה בחר בהעתקת %1$s ללוח ההעתקה - יוצר מפתח מסד נתונים… + יוצר מפתח מסד נתונים… מסד נתונים מפענח תוכן מסד נתונים… השתמש בזה כמסד הנתונים הברירת מחדל @@ -93,7 +93,7 @@ סיסמה התקן מחנות Play התקן מהאינטרנט - סיסמה או קובץ מפתח לא מתאימים. + סיסמה או קובץ מפתח לא מתאימים. אלגוריתם לא חוקי. תבנית מסד הנתונים אינה מזוהה. קובץ המפתח לא קיים. diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index a7c5b6838..01a5a9a15 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -36,7 +36,7 @@ クリップボード タイムアウト コピーした情報をクリップボードから消去する時間 ここをタップすると%1$sをクリップボードにコピーします - データベース認証中… + データベース認証中… データベース データベースを解析中… このデータベースを次回以降も利用する @@ -86,7 +86,7 @@ パスワード Play Storeで入手 F-Droidで入手 - パスワード/キーファイルが違います。 + パスワード/キーファイルが違います。 データベースフォーマットが認識できません。 生成するパスワードの長さ グループ一覧サイズ diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index d5ec56621..8b6cbf3df 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -3,7 +3,7 @@ KeePass DX yra KeePass slaptažodžių tvarkyklės realizacija Android platformai Iškarpinė išvalyta. Failas nerastas. - Neteisingas slaptažodis arba rakto failas. + Neteisingas slaptažodis arba rakto failas. Atsiliepimai: Pagrindinis puslapis: Priimti diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index dc429ba70..aec737897 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -22,7 +22,7 @@ Starpliktuves taimauts Notīrīšanas taimauts pēc lietotājvārda vai paroles kopēšana starpliktuvē %1$s uz starpliktuvi - Izveidot datu bāzes atslēgu… + Izveidot datu bāzes atslēgu… Datu bāze Datu bāzes atšifrēšana… Izmantot šo kā manu noklusējuma datu bāzi @@ -74,7 +74,7 @@ Parole Instalēt no Play veikala Instalēt no F-Droid - Nederīga parole vai atslēgas fails. + Nederīga parole vai atslēgas fails. Nederīgs algoritms. Datu bāzes formāts nav atpazīts. Atslēgas fails nepastāv. diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 2bacfa3a1..ce264108c 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -38,7 +38,7 @@ Klembordtimeout Tijd tussen het kopiëren van gebruikersnaam of wachtwoord en het wissen van het klembord Selecteer om %1$s naar klembord te kopiëren - Databasesleutel wordt aangemaakt… + Databasesleutel wordt aangemaakt… Database Databaseinhoud wordt ontcijferd… Gebruik dit als mijn standaard database @@ -88,7 +88,7 @@ wachtwoord Installeer van Play Store Installeer van F-Droid - Ongeldig wachtwoord of sleutelbestand. + Ongeldig wachtwoord of sleutelbestand. Databaseformaat niet herkend. Lengte Grootte van de groepslijst diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml index 8cdee2d18..b937781b6 100644 --- a/app/src/main/res/values-nn/strings.xml +++ b/app/src/main/res/values-nn/strings.xml @@ -36,7 +36,7 @@ Tidsavbrot på utklippstavla Tid før utklippstavla blir tømt etter at brukarnamnet eller passordet er kopiert. Kopier %1$s til utklippstavla - Lagar databasenøkkelen … + Lagar databasenøkkelen … Database Dekrypterer databasen … Standarddatabasen @@ -86,7 +86,7 @@ passord Installer frå Play Store Installer frå F-Droid - Ugyldig passord eller nøkkelfil. + Ugyldig passord eller nøkkelfil. Ukjent databaseformat. Lengd Gruppelistestorleik diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 4c8ee6d43..1a962644e 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -35,7 +35,7 @@ along with KeePass DX. If not, see . Czas wygaśnięcia schowka Czas do wyczyszczenia zawartości schowka po kopiowaniu nazwy użytkownika i hasła Kopiuj %1$s do schowka - Tworzenie klucza bazy danych… + Tworzenie klucza bazy danych… Baza danych Deszyfracja bazy danych… Używaj tej bazy danych jako domyślnej @@ -84,7 +84,7 @@ along with KeePass DX. If not, see . hasło Zainstaluj z Play-Store Zainstaluj z F-Droid - Nieprawidłowe hasło lub plik klucza. + Nieprawidłowe hasło lub plik klucza. Format bazy danych nierozpoznany. Długość Wielkość listy grup diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index a873eac7c..e2810b8de 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -39,7 +39,7 @@ Tempo limite para o clipboard Tempo até limpar a área de transferência após copiar usuário ou senha Copiar %1$s para o clipboard - Criando a chave do banco de dados… + Criando a chave do banco de dados… Banco de Dados Decifrando conteúdo do banco de dados… Usar este banco de dados como padrão @@ -89,7 +89,7 @@ senha Instalar a partir do Google Play Instalar a partir do F-Droid - Senha ou arquivo de chaves inválidos. + Senha ou arquivo de chaves inválidos. O formato do banco de dados não foi reconhecido. Tamanho Tamanho da lista de grupos diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index f568a7f79..a0e361234 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -43,7 +43,7 @@ Tempo de espera da área de transferência Tempo antes da limpeza da área de transferência depois de copiado o nome de utilizador ou a palavra-passe. Selecione para copiar %1$s para a área de transferência - A criar a chave da base de dados… + A criar a chave da base de dados… Base de dados A desencriptar conteúdo da base de dados… Utilizar esta base de dados como predefinida @@ -98,7 +98,7 @@ Palavra-passe Instalar pela Play Store Instalar pela F-Droid - Palavra-passe ou ficheiro chave inválidos. + Palavra-passe ou ficheiro chave inválidos. Algoritmo inválido. Formato da base de dados não reconhecido. O ficheiro chave não existe. diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index bdb8974f3..8166c3eeb 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -41,7 +41,7 @@ Очистка буфера Задержка очистки после копирования в буфер %1$s – в буфер - Создание ключа… + Создание ключа… База Расшифровка базы… По умолчанию @@ -96,7 +96,7 @@ пароль Google Play F-Droid - Неверный пароль или файл-ключ + Неверный пароль или файл-ключ Неверный криптоалгоритм Формат базы не определён Файл-ключ не найден diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 091da57a1..587b9aa40 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -36,7 +36,7 @@ Timeout Schránky Čas pred vyčistením schránky po skopírovaní mena alebo hesla %1$s skopírované do schránky - Vytváram databázový kľúč… + Vytváram databázový kľúč… Databáza Dešifrujem obsah databázy… Použiť toto ako predvolenú databázu @@ -86,7 +86,7 @@ heslo Inštalovať z Play Store Inštalovať z F-Droid - Chybné heslo, alebo súbor keyfile. + Chybné heslo, alebo súbor keyfile. Formát Databázy nerozpoznaný. Dĺžka Dĺžka zoznamu skupiny diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 11f54af5a..46f15905e 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -42,7 +42,7 @@ Tidsgräns för urklipp Tiden innan användarnamn och lösenord rensas från urklipp Kopiera %1$s till urklipp - Skapar databasnyckel… + Skapar databasnyckel… Databas Dekrypterar databasinnehåll… Använda denna databasen som standard @@ -95,7 +95,7 @@ Lösenord Installera från Play Store Installera från F-Droid - Ogiltigt lösenord eller nyckelfil. + Ogiltigt lösenord eller nyckelfil. Ogiltig algoritm. Databasformatet är okänt. Nyckelfilen existerar inte. diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 236e18207..322697f59 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -36,7 +36,7 @@ Тайм-аут буфера обміну Час через який буде очищено буфер обміну після копіювання ім’я користувача чи пароля Копіювати %1$s до буфера обміну - Створення ключа бази даних… + Створення ключа бази даних… База даних Розшифрування змісту бази даних… Використовувати як мою типову базу даних @@ -86,7 +86,7 @@ пароль Інсталювати із Google Play Інсталювати із F-Droid - Невірний пароль або файл ключа. + Невірний пароль або файл ключа. Формат бази даних не розпізнано. Довжина Розмір списку груп diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 61c0e805e..991fe911a 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -36,7 +36,7 @@ 剪贴板超时 复制用户名或密码到剪贴板后清除的时间 复制%1$s到剪贴板 - 创建数据库密钥… + 创建数据库密钥… 数据库 解密数据库内容中… 使用这做为我的默认数据库 @@ -86,7 +86,7 @@ 密码 从电子市场安装 从网络安装 - 非法的密码或密钥文件。 + 非法的密码或密钥文件。 数据库格式无法识别。 长度 群列表尺寸 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index e7d18b337..39bf2f23a 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -36,7 +36,7 @@ 剪貼板超時 複製用戶名或密碼到剪貼板後清除的時間 複製%1$s到剪貼板 - 創建資料庫密鑰… + 創建資料庫密鑰… 資料庫 解密資料庫內容中… 使用這作為我的預設資料庫 @@ -86,7 +86,7 @@ 密碼 從 Play 商店安裝 從 F-Droid 安裝 - 無效的密碼或密鑰檔。 + 無效的密碼或密鑰檔。 資料庫格式無法識別。 長度 群列表尺寸 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index af75610c9..158370a57 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,108 +18,109 @@ along with KeePass DX. If not, see . --> - Feedback: - Homepage: - KeePass DX is an Android implementation of the KeePass password manager. + Feedback + Homepage + Android implementation of the KeePass password manager Accept Add entry Edit entry Add group Add string Encryption - Encryption Algorithm - Key Derivation Function + Encryption algorithm + Key derivation function App timeout - Time before locking database when the app is inactive + Inactivity before the app is locked App Don\'t show again Brackets Extended ASCII - File browsing requires the OpenIntents File Manager to be installed, click below to do so. Due to some quirks in the file manager, browsing may not work correctly the first time around. + Browse files by installing the OpenIntents File Manager Cancel Allow Clipboard cleared Clipboard error - Some Samsung Android phones have a bug in the clipboard implementation causing copying from apps to fail. More details: - Clearing the clipboard failed + Some Samsung Android phones won\'t let apps use the clipboard. + Could not clear clipboard Clipboard timeout - Time before clearing clipboard after copying username or password - Swipe to clean clipboard now + Time copied usernames or passwords are stored in the clipboard + Swipe to clear clipboard now + Select to copy %1$s to clipboard - Creating database key… + Retrieving database key… Database - Decrypting database contents… - Use this as default database + Decrypting database content… + Use as default database Digits - KeePass DX \u00A9 %1$d Kunzisoft comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. + KeePass DX \u00A9 %1$d Kunzisoft comes with ABSOLUTELY NO WARRANTY; This is libre software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. Accessed Cancel Comments Confirm password Created Expires - Key file + Keyfile Modified - Entry data not found. + Could not find entry data. Password Save Title URL Username The ARCFOUR stream cipher is not supported. - KeePass DX cannot handle this URI. + Could not handle this URI in KeePass DX. Could not create parent directory. This file already exists. Could not open link. - A filename is required. + Enter a filename. Could not create file: - Invalid database or unrecognized master key. - Invalid path. - A name is required. - A keyfile is required. - The phone ran out of memory while parsing your database. It may be too large for your device. - Database can\'t be load - Unable to load the key, try to decrease the memory used by the KDF. - At least one password generation type must be selected + Could not read database. + Make sure the path is correct. + Enter a name. + Select a keyfile. + No memory to load your entire database. + Could not load your database. + Could not load the key. Try to lower the KDF \"Memory Usage\". + At least one password generation type must be selected. The passwords do not match. - \"Rounds\" must be a number. - \"Rounds\" too big. Setting to 2147483648. + Make \"Transformation rounds\" a number. + \"Transformation rounds\" too high. Setting to 2147483648. Each string must have a field name. - A title is required. - Enter a positive whole number in the \"Length\" field - Autofill service can\'t be enabled. - Unable to move a group into itself. - Field Name - Field Value - File not found. - File not found. Try reopening from your content provider. - File Browser - Generate Password + Add a title. + Enter a positive whole number in the \"Length\" field. + Could not enable autofill service. + You can not move a group into itself. + Field name + Field value + Could not find file. + Could not find file. Try reopening it from your file browser. + File browser + Generate password confirm password generated password Group name - key file + keyfile length password Password - Install from Play Store Install from F-Droid - Invalid password or key file. - Invalid algorithm. - Database format not recognized. + Install from Play Store + Could not read password or keyfile. + Wrong algorithm. + Could not recognize the database format. No keyfile exists. The keyfile is empty. Length - Display usernames - Display usernames in entry lists + Show usernames + Show usernames in entry lists Size of list items Text size in the element list Loading database… Lower-case - Mask password - Hide passwords by default + Hide passwords + Mask passwords (***) by default About - Change Master Key + Change master key Copy of %1$s Settings App settings @@ -132,41 +133,42 @@ Paste Delete Cancel - Hide Pass - Lock Database + Hide password + Lock database Open Search - Show pass - Remove the fingerprint key + Show password + Delete saved fingerprint Go to URL - Read only - Read and write + Write-protected + Modifiable Minus Never No search results - No handler for this URL. - Select an existing database + Install a web browser to open this URL. + Open existing database + Create new database Recent databases: Don\'t search through backup entries - Omit \'Backup\' group from search results (only applies to .kdb files) + Omits \"Backup\" group from search results (only applies to .kdb files) Creating new database… Working… Protection - Read-only - KeePass DX does not have permission to write to your database location, so it will be opened read-only. + Write-protected + KeePass DX needs write permission in order to change anything in your database. Starting with Android KitKat, some devices no longer allow apps to write to the SD card. Recent file history - Remember recently used file names - Remember the location of keyfiles + Remember recent filenames + Remembers the location of app security keyfiles Save keyfile Remove Root - Algorithm to encrypt the whole database. (Passwords, usernames, notes and all data in the database are encrypted with the selected algorithm) + Database encryption algorithm used for passwords, usernames, notes and all data. To generate the key for the encryption algorithm, the compressed master key (SHA-256) is transformed using a randomly salted key derivation function. - Transform Rounds - Higher encryption rounds provide additional protection against brute force attacks, but can really slow down loading and saving. - rounds - Memory Usage + Transformation rounds + Additional encryption rounds provide higher protection against brute force attacks, but can really slow down loading and saving. + transformation rounds + Memory usage Amount of memory (in binary bytes) to be used by the key derivation function. Parallelism Degree of parallelism (i.e. number of threads) used by the key derivation function. @@ -177,116 +179,118 @@ Lowest first ↓ Groups before Recycle bin at the bottom - DB sort order + Natural Database Title Username - Creation Time - Last Modification Time - Last Access Time + Creation + Modification + Access + Special Search Search results Underline Unsupported database version. Upper-case - Use Android storage access (SAF) framework for file browsing (KitKat and later) - Storage Access Framework + Use Android storage access (SAF) framework for file browsing (KitKat onwards) + Storage access framework Warning - Your password may contain letters not supported by the Latin-1 character set used by .kdb files. As these are all converted to the same letter, it is recommended to change your password to make it safer. - Your SD card not currently mounted on your device. You will not be able to load or create your database. - Do you really want to use an empty string as your password? - Are you sure you do not want to use any encryption key ? - Version: %1$s - Build: %1$s - The fingerprint is supported but not configured for this device - Listening for fingerprints + Avoid password characters outside of Latin-1 in .kbd files, as they are all converted to the same letter. + Grant SD card write access to save database changes. + Mount the SD card to create or load a database. + Do you really want no password unlocking protection? + Are you sure you do not want to use any encryption key? + Version %1$s + Build %1$s + Fingerprint scanning is supported but not set up. + Fingerprint Scanning Encrypted password stored - Invalid fingerprint key problem. Restore your password. - Fingerprint not recognized - Fingerprint problem: %1$s + Could not read fingerprint key. Restore your password. + Could not recognize fingerprint + + Fingerprinting problem: %1$s Use fingerprint to store this password - No password stored for this database yet + This database does not have a password yet. History Appearance General Autofill - KeePass DX Autofill Service + KeePass DX form autofilling Sign in with KeePass DX - Set default Autofill service - Enable the service to easily fill out forms from other apps - Password size - Set the default size of the generated password + Set default autofill service + Enable autofilling to quickly fill out forms in other apps + Generated password size + Sets default size of the generated passwords Password characters - Set the default password generator characters + Set allowed password generator characters Clipboard - Clipboard Notifications + Clipboard notifications Enable clipboard notifications to copy entry fields - If your device is not able to delete clips from the clipboard automatically, delete the copied item from your clipboard history manually. + If automatic deletion of clipboard fails, delete its history manually. Lock Screen lock Lock the database when the screen is off - How to configure fingerprint for quick unlocking? - Set your personnal fingerprint for your device in + How to set up fingerprint scanning for quick unlocking? + Save your scanned fingerprint for your device in \"Settings\" → \"Security\" → \"Fingerprint\" - Type your password in Keepass DX - Scan your fingerprint to store your master password securely - Scan your fingerprint when the password checkbox is unchecked to open the database + Enter database lock password + Scan your fingerprint to store your database lock password securely. + Scan your fingerprint to open the database when password is turned off. Usage Fingerprint - Scanning for fingerprints - Enable database opening by fingerprint + Fingerprint scanning + Lets you scan your fingerprint to open the database Delete encryption keys Delete all encryption keys related to fingerprint recognition - Are you sure you want to delete all the keys related to fingerprints? + Are you sure you want to delete all keys related to fingerprint recognition? Could not start this feature. Your Android version %1$s does not meet the minimum version %2$s required. - The hardware is not detected. + Could not find the corresponding hardware. Filename Path Assign a master key - Create a KeePass file Bytes - File Path + File path View the full file path - Use Recycle Bin - Move a group or entry to the \"Recycle bin\" before deleting - KeePass DX needs external storage permission to write a database - KeePass DX needs external storage permission to read an URI not provided by a content provider - External storage permission denied - Can\'t perform the action without external storage permission - Field Font - Change the font used in fields for better character visibility - Auto open selected file - Open a file from the selection screen automatically after a selection is made in the file browser - Copy of password - Allow the copy of the password and protected fields to the clipboard + Use recycle bin + Moves groups and entries to \"Recycle bin\" before deleting + KeePass DX needs external storage permission to write to a database. + KeePass DX needs external storage permission to read an URI not provided by a content provider. + Could not get external storage permission. + Cannot perform the action without external storage permission. + Field font + Change font used in fields for better character visibility + Open files by selecting + Auto open files when selected in the file browser + Clipboard trust + Allow the entry password and protected fields to enter the clipboard WARNING: The clipboard is shared by all apps. If sensitive data is copied, other software may recover it. - WARNING: Disabling this feature may result in an inability to open or save databases - Link of the KDBX file to open + WARNING: Turning off this feature may prevent opening or saving databases. + Link of database file to open Database name Database description Database version - Text appearance - App appearance + Text + App Other Keyboard Magikeyboard - Activate a custom keyboard that populates your passwords and all your identity fields easily + Activate a custom keyboard populating your passwords and all identity fields Magikeyboard settings - How to configure the keyboard for secure form filling? - Activate the Magikeyboard in the device settings. - + Set up the keyboard to autofill forms securely. + Activate \"Magikeyboard\" in the device settings. + \"Settings\" → \"Language & input\" → \"Current Keyboard\" and pick one. - - or (\"Settings\" → \"Language & input\" → \"Virtual keyboard\" and pick one.") + + or (\"Settings\" → \"Language & input\" → \"Virtual keyboard\" and pick one.) Choose the Magikeyboard when you need to fill a form. - You can easily switch from your main keyboard to Magikeyboard with the language button of your keyboard, a long press on the space bar of your keyboard, or, if it is not available, with : + Switch keybaords by long pressing the spacebar of your keyboard, or, if it is not available, with: Select your entry with the key. - Fill in your fields using the elements of the entry. + Fill in your fields using the entry elements. Lock the database. - Go back to your main keyboard. + Use default keyboard again. Magikeyboard Magikeyboard (KeePass DX) @@ -327,50 +331,51 @@ false Allow no password - Enable the open button if no password identification is selected - Read only - By default, open databases read-only + Enable the \"Open"\ button if no password identification is selected + Write-protected + Open your database read-only by default - Education screens + Educational screens Highlight the elements to learn how the app works - Reset education screens - Reset the display of education items - Education screens reset + Reset educational screens + Show all educational items again + Educational screens reset Create your database file - You don\'t know KeePass DX yet, create your first password management file. + Create your first password management file. Open an existing database - You have already used a KeePass manager. Just open your KDBX file from your file browser. + Open your earlier database file from your file browser to continue using it. A link to the location of your file is sufficient You can also open your database with a physical link (with file:// and content:// for example). - Add new items to your base - Add entries to manage your digital identities.\n\nAdd groups (the equivalent of folders) to organize your entries and your database. - Easily search your entries - Search for entries by title, username or other fields to easily retrieve your passwords. - Unlock your database with your fingerprint - Make the link between your password and your fingerprint to easily unlock your database. + + Add items to your database + Entries help manage your digital identities.\n\nGroups (~ folders) organize entries in your database. + Search through entries + Enter title, username or content of other fields to retrieve your passwords. + Database unlocking by fingerprint + Link your password to your scanned fingerprint to quickly unlock your database. Edit the entry - Edit your entry with custom fields, references to pool data can be added between fields of different entries. - Create a strong password - Generate a strong password to associate with your entry, easily define it according to the criteria of the form and don\'t forget secure password you can remember. + Edit your entry with custom fields. Pool data can be referenced between different entry fields. + Create a strong password for your entry. + Don\'t forget to add a title you remember your entry by. Add custom fields - You want to register a basic non-supplied field, simply fill in a new one that you can also protect visually. + Register a basic non-supplied field by filling in a new one that you can also protect. Unlock your database - Enter a password and/or a key file to unlock your database.\n\nRemember to save a copy of your .kdbx file in a safe place after each modification. - Enable read-only - Change the opening mode for the session.\n\nIn read-only mode, you prevent unintended changes to the database.\n\nIn write mode, you can add, delete, or modify all the elements as you want. + Enter the password and/or keyfile to unlock your database.\n\nBackup your database file in a safe place after each change. + Write protect your database + Change opening mode for the session.\n\n\"Write-protected\" prevents unintended changes to the database.\n\"Modifiable\" lets you add, delete, or modify all elements. Copy a field - Copy a field easily to paste it where you want\n\nYou can use several forms filling methods. Use the one you prefer. + Copied fields can be pasted anywhere.\n\nUse the form filling method you prefer. Lock the database - Lock your database quickly, you can set up the app to lock it after a while, and when the screen goes off. - Sort items - Sort entries and groups according to specific parameters. + Lock your database quickly, you can set up the app to lock it after a while, and when the screen turns off. + Item sorting + Choose how entries and groups are sorted. Participate - Participate to help increase the stability, security and in adding more features. + Help increase the stability, security and in adding more features. - Unlike many password management apps, this one is <strong>ad-free</strong>, <strong>copylefted libre software</strong> and does not recover personal data on its servers, even in its free version. + Unlike many password management apps, this one is <strong>ad-free</strong>, <strong>copylefted libre software</strong> and does not collect personal data on its servers, no matter what version you use. By buying the pro version, you will have access to this <strong>visual feature</strong> and you will especially help <strong>the realization of community projects.</strong> This <strong>visual feature</strong> is available thanks to your generosity. - In order to keep our freedom and to be always active, we count on your <strong>contribution.</strong> + In order to keep our freedom and to always be active, we count on your <strong>contribution.</strong> This feature is <strong>under development</strong> and requires your <strong>contribution</strong> to be available soon. By buying the <strong>pro</strong> version, @@ -378,7 +383,7 @@ you\'re encouraging developers to create <strong>new features</strong> and to <strong>fix bugs</strong> according to your remarks. Thanks a lot for your contribution. We are working hard to release this feature quickly. - Do not forget to keep your app up to date. + Do not forget to keep your app up to date by installing new versions. Download Contribute @@ -409,8 +414,8 @@ Large - Select a theme - Change the app theme by changing the colors + App theme + Theme used in the app Light Night @@ -419,7 +424,7 @@ Red Volcano Purple Pro - Select an icon pack - Change the icon pack of the app + Icon pack + Icon pack used in the app