-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into release/2.3.0
- Loading branch information
Showing
56 changed files
with
496 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "مخزن"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "ভোল্ট"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Sef"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Caixa forta"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Důvod nezdaru"; | ||
"common.false" = "false"; | ||
"common.folder" = "Složka"; | ||
"common.true" = "true"; | ||
"common.vault" = "Trezor"; | ||
|
||
"getFolderIntent.description" = "Vrátí objekt složky pro dané umístění v daném trezoru."; | ||
"getFolderIntent.path" = "Popis umístění"; | ||
"getFolderIntent.text" = "Získat složku, nacházející se v ${path} v ${vault}"; | ||
"getFolderIntent.title" = "Získat složku"; | ||
|
||
"saveFileIntent.description" = "Ukládá soubor do souboru."; | ||
"saveFileIntent.file" = "Soubor"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Ignorovat existující soubor se stejným názvem"; | ||
"saveFileIntent.text" = "Uložit ${file} do ${folder}"; | ||
"saveFileIntent.title" = "Uložit soubor"; | ||
|
||
"vaultFolder.displayName" = "Složka trezoru"; | ||
"vaultFolder.vaultIdentifier" = "Identifikátor trezoru"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Fehlerursache"; | ||
"common.false" = "falsch"; | ||
"common.folder" = "Ordner"; | ||
"common.true" = "wahr"; | ||
"common.vault" = "Tresor"; | ||
|
||
"getFolderIntent.description" = "Gibt ein Ordnerobjekt für den angegebenen Pfad im angegebenen Tresor zurück."; | ||
"getFolderIntent.path" = "Pfad"; | ||
"getFolderIntent.text" = "Ordner unter ${path} in ${vault} abrufen"; | ||
"getFolderIntent.title" = "Ordner abrufen"; | ||
|
||
"saveFileIntent.description" = "Speichert eine Datei in einem Tresor."; | ||
"saveFileIntent.file" = "Datei"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Vorhandene Datei mit gleichem Namen ignorieren"; | ||
"saveFileIntent.text" = "${file} in ${folder} speichern"; | ||
"saveFileIntent.title" = "Datei speichern"; | ||
|
||
"vaultFolder.displayName" = "Tresor-Ordner"; | ||
"vaultFolder.vaultIdentifier" = "Tresor-Bezeichnung"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Λόγος Αποτυχίας"; | ||
"common.false" = "ψευδής"; | ||
"common.folder" = "Φάκελος"; | ||
"common.true" = "αληθής"; | ||
"common.vault" = "Κρύπτη"; | ||
|
||
"getFolderIntent.description" = "Επιστρέφει ένα αντικείμενο φακέλου για τη δοσμένη διαδρομή στη δοσμένη κρύπτη."; | ||
"getFolderIntent.path" = "Διαδρομή"; | ||
"getFolderIntent.text" = "Λήψη φακέλου που βρίσκεται σε ${path} στην ${vault}"; | ||
"getFolderIntent.title" = "Πάρτε τον Φάκελο"; | ||
|
||
"saveFileIntent.description" = "Αποθηκεύει ένα αρχείο σε μια κρύπτη."; | ||
"saveFileIntent.file" = "Αρχείο"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Παράβλεψη υπάρχοντος αρχείου με το ίδιο όνομα"; | ||
"saveFileIntent.text" = "Αποθήκευση ${file} σε ${folder}"; | ||
"saveFileIntent.title" = "Αποθήκευση Αρχείου"; | ||
|
||
"vaultFolder.displayName" = "Φάκελος Κρύπτης"; | ||
"vaultFolder.vaultIdentifier" = "Αναγνωριστικό Κρύπτης"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Failure Reason"; | ||
"common.false" = "false"; | ||
"common.folder" = "Folder"; | ||
"common.true" = "true"; | ||
"common.vault" = "Vault"; | ||
|
||
"getFolderIntent.description" = "Returns a folder object for the given path in the given vault."; | ||
"getFolderIntent.path" = "Path"; | ||
"getFolderIntent.text" = "Get folder located at ${path} in ${vault}"; | ||
"getFolderIntent.title" = "Get Folder"; | ||
|
||
"saveFileIntent.description" = "Saves a file to a vault."; | ||
"saveFileIntent.file" = "File"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Ignore existing file with same name"; | ||
"saveFileIntent.text" = "Save ${file} to ${folder}"; | ||
"saveFileIntent.title" = "Save File"; | ||
|
||
"vaultFolder.displayName" = "Vault Folder"; | ||
"vaultFolder.vaultIdentifier" = "Vault Identifier"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Motivo del fallo"; | ||
"common.false" = "falso"; | ||
"common.folder" = "Carpeta"; | ||
"common.true" = "verdadero"; | ||
"common.vault" = "Bóveda"; | ||
|
||
"getFolderIntent.description" = "Devuelve un objeto de carpeta para la ruta dada en la bóveda dada."; | ||
"getFolderIntent.path" = "Ruta"; | ||
"getFolderIntent.text" = "Obtener carpeta ubicada en ${path} en ${vault}"; | ||
"getFolderIntent.title" = "Obtener carpeta"; | ||
|
||
"saveFileIntent.description" = "Guarda un archivo en una bóveda."; | ||
"saveFileIntent.file" = "Archivo"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Ignorar archivo existente con el mismo nombre"; | ||
"saveFileIntent.text" = "Guardar ${file} en ${folder}"; | ||
"saveFileIntent.title" = "Guardar archivo"; | ||
|
||
"vaultFolder.displayName" = "Carpeta de bóveda"; | ||
"vaultFolder.vaultIdentifier" = "Identificador de bóveda"; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Vault"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Raison de l'échec"; | ||
"common.false" = "faux"; | ||
"common.folder" = "Dossier"; | ||
"common.true" = "vrai"; | ||
"common.vault" = "Coffre"; | ||
|
||
"getFolderIntent.description" = "Retourne un dossier pour l'emplacement donné dans le coffre donné."; | ||
"getFolderIntent.path" = "Emplacement"; | ||
"getFolderIntent.text" = "Récupérer le dossier situé à ${path} dans ${vault}"; | ||
"getFolderIntent.title" = "Récupérer le Dossier"; | ||
|
||
"saveFileIntent.description" = "Enregistre un fichier dans un coffre."; | ||
"saveFileIntent.file" = "Fichier"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Ignorer un fichier existant avec le même nom"; | ||
"saveFileIntent.text" = "Enregistrer ${file} dans ${folder}"; | ||
"saveFileIntent.title" = "Enregistrer le Fichier"; | ||
|
||
"vaultFolder.displayName" = "Dossier du coffre"; | ||
"vaultFolder.vaultIdentifier" = "Identifiant du coffre"; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "כספת"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "गुप्त तिजोरी"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Razlog neuspjeha"; | ||
"common.false" = "netočno"; | ||
"common.folder" = "Mapa"; | ||
"common.true" = "točno"; | ||
"common.vault" = "Trezor"; | ||
|
||
"getFolderIntent.description" = "Vraća mapu za odabranu putanju u odabranom trezoru."; | ||
"getFolderIntent.path" = "Putanja"; | ||
"getFolderIntent.text" = "Dohvati mapu smještenu na ${path} u ${vault}"; | ||
"getFolderIntent.title" = "Dohvati mapu"; | ||
|
||
"saveFileIntent.description" = "Sprema datoteku u trezor."; | ||
"saveFileIntent.file" = "Datoteka"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Zanemari postojeću datoteku s istim imenom"; | ||
"saveFileIntent.text" = "Spremi ${file} u ${folder}"; | ||
"saveFileIntent.title" = "Spremi datoteku"; | ||
|
||
"vaultFolder.displayName" = "Mapa trezora"; | ||
"vaultFolder.vaultIdentifier" = "Identifikator trezora"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Széf"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"common.failureReason" = "Penyebab Kegagalan"; | ||
"common.false" = "salah"; | ||
"common.folder" = "Folder"; | ||
"common.true" = "benar"; | ||
"common.vault" = "Vault"; | ||
|
||
"getFolderIntent.description" = "Mengembalikan objek folder dari path dan vault yang telah diberikan."; | ||
"getFolderIntent.path" = "Path"; | ||
"getFolderIntent.text" = "Mengambil folder yang berada di ${path} di dalam ${vault}"; | ||
"getFolderIntent.title" = "Ambil Folder"; | ||
|
||
"saveFileIntent.description" = "Simpan sebuah file ke vault."; | ||
"saveFileIntent.file" = "File"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Abaikan file yang sudah ada dengan nama yang sama"; | ||
"saveFileIntent.text" = "Simpan ${file} ke ${folder}"; | ||
"saveFileIntent.title" = "Simpan File"; | ||
|
||
"vaultFolder.displayName" = "Folder Vault"; | ||
"vaultFolder.vaultIdentifier" = "Id pengenal vault"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
"common.failureReason" = "Motivo del fallimento"; | ||
"common.false" = "falso"; | ||
"common.folder" = "Cartella"; | ||
"common.true" = "vero"; | ||
"common.vault" = "Cassaforte"; | ||
"getFolderIntent.path" = "Percorso"; | ||
|
||
"saveFileIntent.description" = "Salva un file in una cassaforte."; | ||
"saveFileIntent.file" = "File"; | ||
"saveFileIntent.parameter.ignoreExisting" = "Ignora i file esistenti con lo stesso nome"; | ||
"saveFileIntent.text" = "Salva ${file} su ${folder}"; | ||
|
||
"vaultFolder.displayName" = "Cartella Cassaforte"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "金庫"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Vault"; |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"common.vault" = "Hvelv"; |
Oops, something went wrong.