Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolFi <wolfi@wolfi.es>2018-12-16 16:07:17 +0300
committerWolFi <wolfi@wolfi.es>2018-12-16 16:07:17 +0300
commitf23c9e36a037de0a4a602a0c6b10e67982d8ad48 (patch)
treea4e03caec0541ccc744dd64b26ed968eb0f954e9
parent563008dba21b9901db8fe3b23f6483abecd2de08 (diff)
parentc476e9eec2bef14c71d4a0edbbcb840dac34116e (diff)
Merge branch 'master' into feature/noid/iconpickersearch
-rw-r--r--controller/translationcontroller.php2
-rw-r--r--js/importers/importer-passmanjson.js2
-rw-r--r--l10n/cs.js1
-rw-r--r--l10n/cs.json1
-rw-r--r--l10n/de.js4
-rw-r--r--l10n/de.json4
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
-rw-r--r--l10n/es.js12
-rw-r--r--l10n/es.json12
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/gl.js284
-rw-r--r--l10n/gl.json282
-rw-r--r--l10n/is.js11
-rw-r--r--l10n/is.json11
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/nl.js12
-rw-r--r--l10n/nl.json12
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/sr.js13
-rw-r--r--l10n/sr.json13
-rw-r--r--l10n/tr.js2
-rw-r--r--l10n/tr.json2
-rw-r--r--l10n/zh_CN.js15
-rw-r--r--l10n/zh_CN.json15
28 files changed, 706 insertions, 20 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index 46f95c44..212e4692 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -361,7 +361,7 @@ class TranslationController extends ApiController {
'new.vault.name' => $this->trans->t('Please give your new vault a name.'),
'new.vault.pass' => $this->trans->t('Vault password'),
'new.vault.passr' => $this->trans->t('Repeat vault password'),
- 'new.vault.sharing_key_notice' => $this->trans->t('Your sharing key\'s will have a strength of 1024 bit, which you can change in \"Settings\" later .'),
+ 'new.vault.sharing_key_notice' => $this->trans->t('Your sharing keys will have a strength of 1024 bit, which you can change in \"Settings\" later .'),
'new.vault.create' => $this->trans->t('Create vault'),
'go.back.vaults' => $this->trans->t('Go back to vaults'),
'input.vault.password' => $this->trans->t('Please input the password for'),
diff --git a/js/importers/importer-passmanjson.js b/js/importers/importer-passmanjson.js
index 6f32ceda..ab9a4856 100644
--- a/js/importers/importer-passmanjson.js
+++ b/js/importers/importer-passmanjson.js
@@ -42,7 +42,7 @@ var PassmanImporter = PassmanImporter || {};
var item = parsed_json[i];
var _credential = PassmanImporter.newCredential();
_credential.label = item.label;
- _credential.username = item.account;
+ _credential.username = item.username;
_credential.password = item.password;
_credential.email = item.email;
_credential.url = item.url;
diff --git a/l10n/cs.js b/l10n/cs.js
index 5e8303bd..1d367b85 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -241,7 +241,6 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "Je třeba, aby odolnost hesla byla přinejmenším: {{strength}}",
"Please give your new vault a name." : "Nazvěte nějak svůj nový trezor.",
"Repeat vault password" : "Zopakujte heslo trezoru",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít sílu 1024 bitů, což pak můžete změnit v „Nastavení“.",
"Create vault" : "Vytvořit trezor",
"Go back to vaults" : "Jít zpět k trezorům",
"Please input the password for" : "Zadejte heslo pro",
diff --git a/l10n/cs.json b/l10n/cs.json
index f03ab529..3388dc44 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -239,7 +239,6 @@
"Password strength must be at least: {{strength}}" : "Je třeba, aby odolnost hesla byla přinejmenším: {{strength}}",
"Please give your new vault a name." : "Nazvěte nějak svůj nový trezor.",
"Repeat vault password" : "Zopakujte heslo trezoru",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Vaše sdílecí klíče budou mít sílu 1024 bitů, což pak můžete změnit v „Nastavení“.",
"Create vault" : "Vytvořit trezor",
"Go back to vaults" : "Jít zpět k trezorům",
"Please input the password for" : "Zadejte heslo pro",
diff --git a/l10n/de.js b/l10n/de.js
index e25be9bc..404a7b30 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel (%s / 2)",
- "Incorrect vault password!" : "falsches Tresor-Passwort",
+ "Incorrect vault password!" : "Falsches Tresor-Passwort",
"Passwords do not match" : "Passwörter stimmen nicht überein",
"General" : "Allgemein",
"Custom Fields" : "Benutzerdefinierte Felder",
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}",
"Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.",
"Repeat vault password" : "Tresor-Passwort wiederholen",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.",
"Create vault" : "Erstelle Tresor",
"Go back to vaults" : "Zurück zu den Tresoren",
"Please input the password for" : "Passwort eingeben für",
diff --git a/l10n/de.json b/l10n/de.json
index c8fc7b8f..a8c7ac6e 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,7 +1,7 @@
{ "translations": {
"Passwords" : "Passwörter",
"Generating sharing keys ( %s / 2)" : "Generiere Freigabe-Schlüssel (%s / 2)",
- "Incorrect vault password!" : "falsches Tresor-Passwort",
+ "Incorrect vault password!" : "Falsches Tresor-Passwort",
"Passwords do not match" : "Passwörter stimmen nicht überein",
"General" : "Allgemein",
"Custom Fields" : "Benutzerdefinierte Felder",
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}",
"Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.",
"Repeat vault password" : "Tresor-Passwort wiederholen",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Deine Freigabeschlüssel werden 1024 bit stark sein. Du kannst dies auch später noch in den \\\"Einstellungen\\\" ändern.",
"Create vault" : "Erstelle Tresor",
"Go back to vaults" : "Zurück zu den Tresoren",
"Please input the password for" : "Passwort eingeben für",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 7a81e83c..44ba51a4 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}",
"Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.",
"Repeat vault password" : "Tresor-Passwort wiederholen",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.",
"Create vault" : "Erstelle Tresor",
"Go back to vaults" : "Zurück zu den Tresoren",
"Please input the password for" : "Passwort eingeben für",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 2199f9f6..e6b171c2 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "Mindest erforderliche Passwortstärke: {{strength}}",
"Please give your new vault a name." : "Bitte einen Namen für den neuen Tresor eingeben.",
"Repeat vault password" : "Tresor-Passwort wiederholen",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ihre Freigabeschlüssel werden 1024 bit stark sein. Sie können dies auch später noch in den \\\"Einstellungen\\\" ändern.",
"Create vault" : "Erstelle Tresor",
"Go back to vaults" : "Zurück zu den Tresoren",
"Please input the password for" : "Passwort eingeben für",
diff --git a/l10n/es.js b/l10n/es.js
index 2e1ffcac..852f4b57 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -16,11 +16,14 @@ OC.L10N.register(
"Credential updated" : "Credencial actualizada",
"Credential recovered" : "Credencial recuperada",
"Credential destroyed" : "Credencial eliminada",
+ "Error downloading file, you probably have insufficient permissions" : "Error al descargar el archivo, probablemente no tienes suficientes permisos.",
"Invalid QR code" : "Código QR inválido",
"Starting export" : "Iniciar exportación",
"Decrypting credentials" : "Descifrando credenciales",
"Done" : "Hecho",
+ "File read." : "Archivo leído.",
"Proceed with the following steps to import your file" : "Continúa con los siguientes pasos para importar tu archivo",
+ "Skipping unlabeled credential" : "Saltando credencial sin etiquetar",
"Adding {{credential}}" : "Agregando {{credential}}",
"Added {{credential}}" : "Se ha agregado la {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Saltar credenciales, etiqueta faltante en línea {{line}}",
@@ -47,6 +50,7 @@ OC.L10N.register(
"Export credentials" : "Exportar credenciales",
"Sharing" : "Compartir",
"Are you sure you want to leave? This will destroy all your credentials" : "¿Estás seguro de que quieres salir? Esto destruirá todas tus credenciales",
+ "Old password field incorrect!" : "¡El campo de contraseña anterior es incorrecto!",
"New password does not match!" : "¡La nueva contraseña no coincide!",
"Please log in with your new vault password" : "Por favor, identifícate con tu nueva contraseña de la caja fuerte",
"Share with users and groups" : "Comparte con usuarios y grupos",
@@ -123,6 +127,7 @@ OC.L10N.register(
"Version" : "Versión",
"Donate to support development" : "Done para dar soporte al desarrollo",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Guarda tus contraseñas en un clic.",
"Drag below button to your bookmark toolbar." : "Arrastra el botón de abajo a tu barra de herramientas ",
"Delete vault" : "Eliminar caja fuerte",
"Vault password" : "Contraseña de caja fuerte",
@@ -140,6 +145,7 @@ OC.L10N.register(
"Save keys" : "Guardar llaves",
"Generate sharing keys" : "Generar llaves para compartir",
"Generating sharing keys" : "Generando llaves para compartir",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "La herramienta de contraseñas escanea tus contraseñas, calcula el tiempo medio para reventarlas y señala aquellas que estén por debajo del umbral ",
"Minimum password stength" : "Fuerza mínima de la contraseña",
"Start scan" : "Comenzar escaneado",
"Result" : "Resultado",
@@ -152,6 +158,7 @@ OC.L10N.register(
"Uploading" : "Subiendo",
"User" : "Usuario",
"Crypto time" : "Tiempo de cifrado",
+ "Total time spent encrypting" : "Tiempo total usado cifrando",
"Read" : "Leer",
"Write" : "Escribir",
"Files" : "Archivos",
@@ -160,6 +167,7 @@ OC.L10N.register(
"Enable link sharing" : "Activar compartir enlace",
"Share until date" : "Compartir hasta la fecha",
"Expire after views" : "Expirar después de vistas",
+ "Click \\\"Share\\\" first" : "Pulsa \\\"Compartir\\\" primero",
"Show files" : "Mostrar archivos",
"Details" : "Detalles",
"Hide details" : "Esconder detalles",
@@ -219,6 +227,7 @@ OC.L10N.register(
"Use regex" : "Use regex",
"You have incoming share requests." : "Tiene solicitudes de compartición entrantes",
"If you want to put the credential in another vault," : "Si quieres poner la credencial en otra caja fuerte,",
+ "log out of this vault and log into the vault you want the shared credential in." : "salir de esta caja fuerte y entra en la caja fuerte en la que quieres guardar la credencia compartida.",
"Permissions" : "Permisos",
"Received from" : "Recibido de",
"Date" : "Fecha",
@@ -251,6 +260,7 @@ OC.L10N.register(
"Request removed" : "Solicitud eliminada",
"Destruction request pending" : "Solicitud de eliminación pendiente",
"Warning! Adding credentials over HTTP is insecure!" : "¡Atención! ¡Añadir credenciales sobre HTTP es inseguro!",
+ "Logged into {{vault_name}}" : "Sesión iniciada en {{vault_name}}",
"Change vault" : "Cambiar de caja fuerte",
"Deleted credentials" : "Borrar credenciales",
"Logout" : "Salir",
@@ -314,6 +324,8 @@ OC.L10N.register(
"Reason" : "Razón",
"Click here to request\n\t\t\t\t\tit" : "Pulsa aquí para \n\t\t\t\tpedirlo",
"Loading&hellip;" : "Cargando&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la credencial. ¿Puede que haya expirado?",
+ "Expires:" : "Caduca:",
"Connection to server lost" : "Se ha perdido la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando...",
diff --git a/l10n/es.json b/l10n/es.json
index dee69dd1..e6ea153d 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -14,11 +14,14 @@
"Credential updated" : "Credencial actualizada",
"Credential recovered" : "Credencial recuperada",
"Credential destroyed" : "Credencial eliminada",
+ "Error downloading file, you probably have insufficient permissions" : "Error al descargar el archivo, probablemente no tienes suficientes permisos.",
"Invalid QR code" : "Código QR inválido",
"Starting export" : "Iniciar exportación",
"Decrypting credentials" : "Descifrando credenciales",
"Done" : "Hecho",
+ "File read." : "Archivo leído.",
"Proceed with the following steps to import your file" : "Continúa con los siguientes pasos para importar tu archivo",
+ "Skipping unlabeled credential" : "Saltando credencial sin etiquetar",
"Adding {{credential}}" : "Agregando {{credential}}",
"Added {{credential}}" : "Se ha agregado la {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Saltar credenciales, etiqueta faltante en línea {{line}}",
@@ -45,6 +48,7 @@
"Export credentials" : "Exportar credenciales",
"Sharing" : "Compartir",
"Are you sure you want to leave? This will destroy all your credentials" : "¿Estás seguro de que quieres salir? Esto destruirá todas tus credenciales",
+ "Old password field incorrect!" : "¡El campo de contraseña anterior es incorrecto!",
"New password does not match!" : "¡La nueva contraseña no coincide!",
"Please log in with your new vault password" : "Por favor, identifícate con tu nueva contraseña de la caja fuerte",
"Share with users and groups" : "Comparte con usuarios y grupos",
@@ -121,6 +125,7 @@
"Version" : "Versión",
"Donate to support development" : "Done para dar soporte al desarrollo",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Guarda tus contraseñas en un clic.",
"Drag below button to your bookmark toolbar." : "Arrastra el botón de abajo a tu barra de herramientas ",
"Delete vault" : "Eliminar caja fuerte",
"Vault password" : "Contraseña de caja fuerte",
@@ -138,6 +143,7 @@
"Save keys" : "Guardar llaves",
"Generate sharing keys" : "Generar llaves para compartir",
"Generating sharing keys" : "Generando llaves para compartir",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "La herramienta de contraseñas escanea tus contraseñas, calcula el tiempo medio para reventarlas y señala aquellas que estén por debajo del umbral ",
"Minimum password stength" : "Fuerza mínima de la contraseña",
"Start scan" : "Comenzar escaneado",
"Result" : "Resultado",
@@ -150,6 +156,7 @@
"Uploading" : "Subiendo",
"User" : "Usuario",
"Crypto time" : "Tiempo de cifrado",
+ "Total time spent encrypting" : "Tiempo total usado cifrando",
"Read" : "Leer",
"Write" : "Escribir",
"Files" : "Archivos",
@@ -158,6 +165,7 @@
"Enable link sharing" : "Activar compartir enlace",
"Share until date" : "Compartir hasta la fecha",
"Expire after views" : "Expirar después de vistas",
+ "Click \\\"Share\\\" first" : "Pulsa \\\"Compartir\\\" primero",
"Show files" : "Mostrar archivos",
"Details" : "Detalles",
"Hide details" : "Esconder detalles",
@@ -217,6 +225,7 @@
"Use regex" : "Use regex",
"You have incoming share requests." : "Tiene solicitudes de compartición entrantes",
"If you want to put the credential in another vault," : "Si quieres poner la credencial en otra caja fuerte,",
+ "log out of this vault and log into the vault you want the shared credential in." : "salir de esta caja fuerte y entra en la caja fuerte en la que quieres guardar la credencia compartida.",
"Permissions" : "Permisos",
"Received from" : "Recibido de",
"Date" : "Fecha",
@@ -249,6 +258,7 @@
"Request removed" : "Solicitud eliminada",
"Destruction request pending" : "Solicitud de eliminación pendiente",
"Warning! Adding credentials over HTTP is insecure!" : "¡Atención! ¡Añadir credenciales sobre HTTP es inseguro!",
+ "Logged into {{vault_name}}" : "Sesión iniciada en {{vault_name}}",
"Change vault" : "Cambiar de caja fuerte",
"Deleted credentials" : "Borrar credenciales",
"Logout" : "Salir",
@@ -312,6 +322,8 @@
"Reason" : "Razón",
"Click here to request\n\t\t\t\t\tit" : "Pulsa aquí para \n\t\t\t\tpedirlo",
"Loading&hellip;" : "Cargando&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Ooooh... No se ha encontrado la credencial. ¿Puede que haya expirado?",
+ "Expires:" : "Caduca:",
"Connection to server lost" : "Se ha perdido la conexión al servidor",
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
"Saving..." : "Guardando...",
diff --git a/l10n/fr.js b/l10n/fr.js
index 2506f3fc..07c52f86 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "La force du mot de passe doit être au moins : {{strength}}",
"Please give your new vault a name." : "Veuillez donner un nom à votre nouveau coffre-fort.",
"Repeat vault password" : "Confirmer le mot de passe du coffre-fort",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1024 bits, que vous pourrez modifier dans \\\"Paramètres\\\" ultérieurement.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1 024 bits. Vous pouvez modifier cette propriété dans \\\"Paramètres\\\".",
"Create vault" : "Créer un coffre-fort",
"Go back to vaults" : "Retourner aux coffres-forts",
"Please input the password for" : "Veuillez entrer le mot de passe pour",
diff --git a/l10n/fr.json b/l10n/fr.json
index 6d7f9a07..291a2501 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "La force du mot de passe doit être au moins : {{strength}}",
"Please give your new vault a name." : "Veuillez donner un nom à votre nouveau coffre-fort.",
"Repeat vault password" : "Confirmer le mot de passe du coffre-fort",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1024 bits, que vous pourrez modifier dans \\\"Paramètres\\\" ultérieurement.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Votre clé de partage aura une robustesse de 1 024 bits. Vous pouvez modifier cette propriété dans \\\"Paramètres\\\".",
"Create vault" : "Créer un coffre-fort",
"Go back to vaults" : "Retourner aux coffres-forts",
"Please input the password for" : "Veuillez entrer le mot de passe pour",
diff --git a/l10n/gl.js b/l10n/gl.js
new file mode 100644
index 00000000..4c9478e7
--- /dev/null
+++ b/l10n/gl.js
@@ -0,0 +1,284 @@
+OC.L10N.register(
+ "passman",
+ {
+ "Passwords" : "Contrasinais",
+ "Incorrect vault password!" : "Contrasinal da bóveda incorrecta!",
+ "Passwords do not match" : "Os contrasinais non coinciden",
+ "General" : "Xeral",
+ "Custom Fields" : "Campos personalizados",
+ "Error loading file" : "Produciuse un erro ao cargar o ficheiro",
+ "Credential created!" : "Creouse a credencial!",
+ "Credential deleted" : "Credencial eliminada",
+ "Credential updated" : "Credencial actualizada",
+ "Credential recovered" : "Credencial recuperada",
+ "Credential destroyed" : "Credencial destruída",
+ "Invalid QR code" : "Código QR incorrecto",
+ "Starting export" : "Iniciando a exportación",
+ "Decrypting credentials" : "Descifrando credenciais",
+ "Done" : "Feito",
+ "Adding {{credential}}" : "Engadindo {{credential}}",
+ "Added {{credential}}" : "{{credential}} foi engadida",
+ "Skipping credential, missing label on line {{line}}" : "Omitindo credenciais, falta unha etiqueta na liña {{line}}",
+ "Parsed {{num}} credentials, starting to import" : "Analizadas {{num}} credenciais, comezando a importar",
+ "Importing" : "Importando",
+ "Start import" : "Comezar a importación",
+ "Select CSV file" : "Seleccione o ficheiro CSV",
+ "Parsed {{rows}} lines from CSV file" : "Analizáronse {{rows}} liñas do ficheiro CSV",
+ "Skip first row" : "Omitir a primeira fila",
+ "You need to assign the label field before you can start the import." : "Ten que asignar o campo de etiqueta antes de comezar a importación.",
+ "Assign the proper fields to each column." : "Asignar os campos axeitados para cada columna.",
+ "Missing an importer? Try it with the generic CSV importer." : "Non atopa unha ferramenta para importar? Probe coa ferramenta xenérica para importar CSV.",
+ "Go back to importers." : "Volver aos importadores.",
+ "Revision deleted" : "Revisión eliminada",
+ "Revision restored" : "Revisión restaurada",
+ "Settings saved" : "Axustes gardados",
+ "General settings" : "Axustes xerais",
+ "Password settings" : "Axuste de contrasinal",
+ "Import credentials" : "Importar credenciais",
+ "Export credentials" : "Exportar credenciais",
+ "Sharing" : "Compartindo",
+ "Share with users and groups" : "Compartir con outros usuarios e grupos",
+ "Share link" : "Compartir ligazón",
+ "Are you sure you want to leave? This will corrupt this credential" : "Confirma que quere saír? Isto estragará esta credencial",
+ "Credential unshared" : "Deixar de compartir esta credencial",
+ "Credential shared" : "Compartir esta credencial",
+ "Saved!" : "Gardado!",
+ "Poor" : "Pobre",
+ "Weak" : "Feble",
+ "Good" : "Bo",
+ "Strong" : "Forte",
+ "Toggle visibility" : "Alternar a visibilidade",
+ "Copy to clipboard" : "Copiar no portapapeis.",
+ "Copied to clipboard!" : "Copiado no portapapeis!",
+ "Generate password" : "Xerar un contrasinal",
+ "Copy password to clipboard" : "Copiar o contrasinal no portapapeis",
+ "Password copied to clipboard!" : "Contrasinal copiado no portapapeis!",
+ "Complete" : "Completo",
+ "Username" : "Nome de usuario",
+ "Repeat password" : "Repita o contrasinal",
+ "Field label" : "Campo etiqueta",
+ "Field value" : "Campo valor",
+ "Choose a file" : "Escolla un ficheiro",
+ "Text" : "Texto",
+ "File" : "Ficheiro",
+ "Add" : "Engadir",
+ "Value" : "Valor",
+ "Type" : "Tipo:",
+ "Actions" : "Accións",
+ "Empty" : "Baleiro",
+ "Filename" : "Nome de ficheiro",
+ "Upload date" : "Data de envío",
+ "Size" : "Tamaño",
+ "Upload or enter your OTP secret" : "Envíe ou insira o seu secreto OTP",
+ "Current OTP settings" : "Axustes OTP actuais",
+ "Issuer" : "Emisor",
+ "Secret" : "Secreto",
+ "Renew interval" : "Intervalo de renovación",
+ "Disabled" : "Desactivado",
+ "Day(s)" : "Día(s)",
+ "Week(s)" : "Semana(s)",
+ "Month(s)" : "Mes(es)",
+ "Year(s)" : "Ano(s)",
+ "Password generation settings" : "Axustes de xeración de contrasinais",
+ "Password length" : "Lonxitude do contrasinal",
+ "Minimum amount of digits" : "Cantidade mínima de díxitos",
+ "Use uppercase letters" : "Use letras maiúsculas",
+ "Use lowercase letters" : "Use letras minúsculas",
+ "Use numbers" : "Use números",
+ "Use special characters" : "Use caracteres especiais",
+ "Avoid ambiguous characters" : "Evitar caracteres ambiguos",
+ "Require every character type" : "Requirir todos os tipos de caracteres",
+ "Export type" : "Exportar o tipo",
+ "Export" : "Exportar",
+ "Enter vault password to confirm export." : "Insira o contrasinal da bóveda para confirmar a exportación.",
+ "Rename vault" : "Renomear a bóveda",
+ "New vault name" : "Nome novo para a bóveda",
+ "Change" : "Cambio",
+ "Change vault key" : "Cambiar a chave da bóveda",
+ "Old vault password" : "Anterior contrasinal da bóveda",
+ "New vault password" : "Novo contrasinal da bóveda",
+ "Please wait your vault is being updated, do not leave this page." : "Agarde mentres se actualiza a súa bóveda, non saia desta páxina.",
+ "Processing" : "Procesando",
+ "Total progress" : "Progreso total",
+ "About Passman" : "Sobre Passman",
+ "Version" : "Versión",
+ "Donate to support development" : "Doar para axudar ao dsenvolvemento",
+ "Bookmarklet" : "Marcadores",
+ "Drag below button to your bookmark toolbar." : "Arrastre o botón inferior cara a barra de ferramentas de marcadores.",
+ "Delete vault" : "Eliminar a bóveda",
+ "Vault password" : "Contrasinal da bóveda",
+ "This process is irreversible" : "Este proceso é irreversíbel",
+ "Delete my precious passwords" : "Eliminar os meus valiosos contrasinais",
+ "Yes, delete my precious passwords" : "Si, eliminar os meus valiosos contrasinais",
+ "Import type" : "Importar o tipo",
+ "Import" : "Importar",
+ "Read progress" : "Progreso da lectura",
+ "Upload progress" : "Progreso do envío",
+ "Private Key" : "Chave privada",
+ "Public key" : "Chave pública",
+ "Key size" : "Tamaño da chave",
+ "Save keys" : "Gardar as chaves",
+ "Generate sharing keys" : "Xerar chaves de compartición",
+ "Generating sharing keys" : "Xerando chaves de compartición",
+ "Minimum password stength" : "Fortaleza mínima do contrasinal",
+ "Start scan" : "Iniciar a analise",
+ "Result" : "Resultado",
+ "A total of {{scan_result}} weak credentials were found." : "Atopouse un tota del {{scan_result}} credenciais débiles.",
+ "Score" : "Puntuación",
+ "Action" : "Acción",
+ "Missing users? Only users that have vaults are shown." : "Faltan usuarios? Só se amosan os usuarios que teñan bóvedas",
+ "Cyphering" : "Cifrado",
+ "Uploading" : "Enviando...",
+ "User" : "Usuario",
+ "Crypto time" : "Tempo de cifrado",
+ "Read" : "Ler",
+ "Write" : "Escribir",
+ "Files" : "Ficheiros",
+ "Revisions" : "Revisións",
+ "Pending" : "Pendente",
+ "Enable link sharing" : "Activar a compartición de ligazóns",
+ "Share until date" : "Compartir ata a data",
+ "Expire after views" : "Caduca despois de vistas",
+ "Show files" : "Amosar os ficheiros",
+ "Details" : "Detalles",
+ "Hide details" : "Agochar os detalles",
+ "Password score" : "Puntuación do contrasinal",
+ "Cracking times" : "Tempos para rachar o contrasinal",
+ "100 / hour" : "100 / hora",
+ "Throttled online attack" : "Ataque en liña limitado",
+ "10 / second" : "10 / segundo",
+ "Unthrottled online attack" : "Ataque en liña sen límite",
+ "10k / second" : "10k / segundo",
+ "Offline attack, slow hash, many cores" : "Ataque local, funcións de resumo lentas, moitos núcleos",
+ "10B / second" : "10B / segundo",
+ "Offline attack, fast hash, many cores" : "Ataque local, funcións de resumo rápidas, moitos núcleos",
+ "Match sequence" : "Secuencia coincidente",
+ "See match sequence" : "Ver a secuencia coincidente",
+ "Pattern" : "Modelo",
+ "Matched word" : "Palabra coincidente",
+ "Dictionary name" : "Nome do dicionario",
+ "Rank" : "Intervalo",
+ "Reversed" : "Invertido",
+ "Guesses" : "Suposicións",
+ "Base guesses" : "Suposicións base",
+ "Uppercase variations" : "Variacións en maiúsculas",
+ "l33t-variations" : "Variacións en l33t",
+ "Showing revisions of" : "Amosando revisións de",
+ "Revision of" : "Revisión de",
+ "by" : "por",
+ "No revisions found." : "Non se atoparon revisións.",
+ "Label" : "Etiqueta",
+ "Restore revision" : "Restaurar a revisión",
+ "Delete revision" : "Eliminar a revisión",
+ "Edit credential" : "Editar a credencial",
+ "Create new credential" : "Crear unha nova credencial",
+ "Save" : "Gardar",
+ "Cancel" : "Cancelar",
+ "Settings" : "Axustes",
+ "Share credential {{credential}}" : "Compartir credenciais {{credential}}",
+ "Unshare" : "Deixar de compartir",
+ "Showing deleted since" : "Amosando eliminados desde",
+ "Showing {{number_filtered}} of {{credential_number}} credentials" : "Amosando {{number_filtered}} de {{credential_number}} credenciais",
+ "Account" : "Conta",
+ "Password" : "Contrasinal",
+ "OTP" : "OTP",
+ "E-mail" : "Correo-e",
+ "URL" : "URL",
+ "Notes" : "Notas",
+ "Changed" : "Cambiado",
+ "Created" : "Creado",
+ "Edit" : "Editar",
+ "Delete" : "Eliminar",
+ "Share" : "Compartir",
+ "Recover" : "Recuperar",
+ "Destroy" : "Destruír",
+ "Use regex" : "Usar expresións regulares",
+ "You have incoming share requests." : "Vostede recibiu solicitudes para compartir. ",
+ "Permissions" : "Permisos",
+ "Received from" : "Recibido de",
+ "Date" : "Data",
+ "Accept" : "Aceptar",
+ "Decline" : "Declinar",
+ "You have {{session_time}} left before logout." : "Dispón de {{session_time}} antes de que a súa sesión se peche.",
+ "Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "A súa bóveda atopase bloqueada durante {{time}} por mor dos {{tries}} intentos fallados!",
+ "Last accessed" : "Último o acceso",
+ "Never" : "Nunca",
+ "No vaults found, why not create one?" : "Non se atoparon bóvedas. Por que non crear unha?",
+ "Password strength must be at least: {{strength}}" : "A fortaleza do contrasinal debe ser candoo menos: {{strength}}",
+ "Please give your new vault a name." : "Póñalle un nome á súa bóveda",
+ "Repeat vault password" : "Repita o contrasinal da bóveda",
+ "Create vault" : "Crear unha bóveda",
+ "Go back to vaults" : "Volver ás bóvedas",
+ "Please input the password for" : "Introduza o contrasinal para",
+ "Log into this vault automatically." : "Acceder a esta bóveda automaticamente",
+ "Decrypt vault" : "Descifrar a bóveda",
+ "If you want this vault to be removed you can request that here." : "Se quere que esta bóveda sexa eliminada, pode solicitalo aquí.",
+ "Request vault destruction" : "Solicitar a destrución da bóveda",
+ "Yes, request an admin to destroy this vault" : "Si, solicito que un administrador destrúa esta bóveda",
+ "Cancel destruction request" : "Cancelar a solicitude de destrución",
+ "Vault destruction requested" : "Solicitada a destrución da bóveda",
+ "Request removed" : "Solicitude retirada",
+ "Destruction request pending" : "Solicitude de destrución pendente",
+ "Change vault" : "Cambiar da bóveda",
+ "Deleted credentials" : "Credenciais eliminadas",
+ "Logout" : "Saír",
+ "Donate" : "Doar",
+ "Someone has shared a credential with you." : "Alguén compartiu unha credencial con vostede.",
+ "Click here to request it" : "Prema aquí para solicitalo",
+ "Error while saving field" : "Produciuse un erro ao gardar o campo",
+ "A Passman item has been created, modified or deleted" : "Un elemento de Passman pode ser creado, modificado ou eliminado.",
+ "A Passman item has expired" : "Caducou un elemento de Passman",
+ "A Passman item has been shared" : "Foi compartido un elemento de Passman",
+ "A Passman item has been renamed" : "Foi renomeado un elemento de Passman",
+ "%1$s has been created by %2$s" : "%1$s foi creado por %2$s",
+ "You created %1$s" : "Vostede creou %1$s",
+ "%1$s has been updated by %2$s" : "%1$s foi actualizado por %2$s",
+ "You updated %1$s" : "Vostede actualizou %1$s",
+ "%2$s has revised %1$s to the revision of %3$s" : "%2$s revisou %1$s para a revisión de %3$s",
+ "You reverted %1$s back to the revision of %3$s" : "Vostede reverteu %1$s cara unha revisión anterior de %3$s",
+ "%3$s has renamed %1$s to %2$s" : "%3$s renomeou %1$s a %2$s",
+ "You renamed %1$s to %2$s" : "Vostede renomeou %1$s a %2$s",
+ "%1$s has been deleted by %2$s" : "%1$s foi eliminado por %2$s",
+ "You deleted %1$s" : "Vostede eliminou %1$s",
+ "%1$s has been recovered by %2$s" : "%1$s foi recuperado por %2$s",
+ "You recovered %1$s" : "Vostede restaurou %1$s",
+ "%1$s has been permanently deleted by %2$s" : "%1$s foi eliminado permanentemente por %2$s",
+ "You permanently deleted %1$s" : "Vostede eliminou permanentemente %1$s",
+ "The password of %1$s has expired, renew it now." : "O contrasinal de %1$s caducou, renóvea agora.",
+ "%1$s has been shared with %2$s" : "%1$s foi compartido con %2$s",
+ "You received a share request for %1$s from %2$s" : "Vostede recibiu unha solicitude para compartir %1$s desde %2$s",
+ "%s has been shared with a link" : "%s foi compartido cunha ligazón",
+ "Your credential \"%s\" expired, click here to update the credential." : "A sua credencial «%s» caducou, prema aquí para actualizar a credencial.",
+ "Remind me later" : "Lembrarmo más adiante",
+ "Ignore" : "Ignorar",
+ "%s shared \"%s\" with you. Click here to accept" : "%s compartiu «%s» con vostede. Prema aquí para aceptar",
+ "%s has declined your share request for \"%s\"." : "%s declinou a súa solicitude para compartir «%s».",
+ "%s has accepted your share request for \"%s\"." : "%s aceptou a súa solicitude para compartir «%s».",
+ "Passman" : "Passman",
+ "Unable to get version info" : "Non é posíbel obter información da versión",
+ "Passman Settings" : "Axustes de Passman",
+ "A newer version of Passman is available" : "Hai dispoñíbel unha nova versión de Passman",
+ "Password sharing" : "Compartición de contrasinais",
+ "Credential mover" : "Trasladar credenciais",
+ "Vault destruction requests" : "Solicitudes para destruír bóvedas",
+ "Check for new versions" : "Verificar se hai novas versións",
+ "Enable HTTPS check" : "Activar a verificación HTTPS",
+ "Disable context menu" : "Desactivar o menú contextual",
+ "Disable JavaScript debugger" : "Desactivar o depurador JavaScript",
+ "Allow users on this server to share passwords with a link" : "Permitir aos usuarios deste servidor compartir contrasinais cunha ligazón",
+ "Allow users on this server to share passwords with other users" : "Permitir aos usuarios deste servidor compartir contrasinais con outros usuarios",
+ "Move credentials from one account to another" : "Trasladar credenciais dunha conta cara outra",
+ "Source account" : "Conta orixe",
+ "Destination account" : "Conta destino",
+ "Credentials moved!" : "Credenciais trasladadas!",
+ "Requests to destroy vault" : "Solicitudes para eliminar bóvedas",
+ "Request ID" : "ID da solicitude",
+ "Requested by" : "Solicitado por",
+ "Reason" : "Razón",
+ "Connection to server lost" : "Perdida a conexión co servidor",
+ "Problem loading page, reloading in 5 seconds" : "Produciuse un problema ao cargar a páxina, volverá cargar en 5 segundos",
+ "Saving..." : "Gardando...",
+ "Dismiss" : "Desbotar",
+ "seconds ago" : "segundos atrás"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/gl.json b/l10n/gl.json
new file mode 100644
index 00000000..4f238405
--- /dev/null
+++ b/l10n/gl.json
@@ -0,0 +1,282 @@
+{ "translations": {
+ "Passwords" : "Contrasinais",
+ "Incorrect vault password!" : "Contrasinal da bóveda incorrecta!",
+ "Passwords do not match" : "Os contrasinais non coinciden",
+ "General" : "Xeral",
+ "Custom Fields" : "Campos personalizados",
+ "Error loading file" : "Produciuse un erro ao cargar o ficheiro",
+ "Credential created!" : "Creouse a credencial!",
+ "Credential deleted" : "Credencial eliminada",
+ "Credential updated" : "Credencial actualizada",
+ "Credential recovered" : "Credencial recuperada",
+ "Credential destroyed" : "Credencial destruída",
+ "Invalid QR code" : "Código QR incorrecto",
+ "Starting export" : "Iniciando a exportación",
+ "Decrypting credentials" : "Descifrando credenciais",
+ "Done" : "Feito",
+ "Adding {{credential}}" : "Engadindo {{credential}}",
+ "Added {{credential}}" : "{{credential}} foi engadida",
+ "Skipping credential, missing label on line {{line}}" : "Omitindo credenciais, falta unha etiqueta na liña {{line}}",
+ "Parsed {{num}} credentials, starting to import" : "Analizadas {{num}} credenciais, comezando a importar",
+ "Importing" : "Importando",
+ "Start import" : "Comezar a importación",
+ "Select CSV file" : "Seleccione o ficheiro CSV",
+ "Parsed {{rows}} lines from CSV file" : "Analizáronse {{rows}} liñas do ficheiro CSV",
+ "Skip first row" : "Omitir a primeira fila",
+ "You need to assign the label field before you can start the import." : "Ten que asignar o campo de etiqueta antes de comezar a importación.",
+ "Assign the proper fields to each column." : "Asignar os campos axeitados para cada columna.",
+ "Missing an importer? Try it with the generic CSV importer." : "Non atopa unha ferramenta para importar? Probe coa ferramenta xenérica para importar CSV.",
+ "Go back to importers." : "Volver aos importadores.",
+ "Revision deleted" : "Revisión eliminada",
+ "Revision restored" : "Revisión restaurada",
+ "Settings saved" : "Axustes gardados",
+ "General settings" : "Axustes xerais",
+ "Password settings" : "Axuste de contrasinal",
+ "Import credentials" : "Importar credenciais",
+ "Export credentials" : "Exportar credenciais",
+ "Sharing" : "Compartindo",
+ "Share with users and groups" : "Compartir con outros usuarios e grupos",
+ "Share link" : "Compartir ligazón",
+ "Are you sure you want to leave? This will corrupt this credential" : "Confirma que quere saír? Isto estragará esta credencial",
+ "Credential unshared" : "Deixar de compartir esta credencial",
+ "Credential shared" : "Compartir esta credencial",
+ "Saved!" : "Gardado!",
+ "Poor" : "Pobre",
+ "Weak" : "Feble",
+ "Good" : "Bo",
+ "Strong" : "Forte",
+ "Toggle visibility" : "Alternar a visibilidade",
+ "Copy to clipboard" : "Copiar no portapapeis.",
+ "Copied to clipboard!" : "Copiado no portapapeis!",
+ "Generate password" : "Xerar un contrasinal",
+ "Copy password to clipboard" : "Copiar o contrasinal no portapapeis",
+ "Password copied to clipboard!" : "Contrasinal copiado no portapapeis!",
+ "Complete" : "Completo",
+ "Username" : "Nome de usuario",
+ "Repeat password" : "Repita o contrasinal",
+ "Field label" : "Campo etiqueta",
+ "Field value" : "Campo valor",
+ "Choose a file" : "Escolla un ficheiro",
+ "Text" : "Texto",
+ "File" : "Ficheiro",
+ "Add" : "Engadir",
+ "Value" : "Valor",
+ "Type" : "Tipo:",
+ "Actions" : "Accións",
+ "Empty" : "Baleiro",
+ "Filename" : "Nome de ficheiro",
+ "Upload date" : "Data de envío",
+ "Size" : "Tamaño",
+ "Upload or enter your OTP secret" : "Envíe ou insira o seu secreto OTP",
+ "Current OTP settings" : "Axustes OTP actuais",
+ "Issuer" : "Emisor",
+ "Secret" : "Secreto",
+ "Renew interval" : "Intervalo de renovación",
+ "Disabled" : "Desactivado",
+ "Day(s)" : "Día(s)",
+ "Week(s)" : "Semana(s)",
+ "Month(s)" : "Mes(es)",
+ "Year(s)" : "Ano(s)",
+ "Password generation settings" : "Axustes de xeración de contrasinais",
+ "Password length" : "Lonxitude do contrasinal",
+ "Minimum amount of digits" : "Cantidade mínima de díxitos",
+ "Use uppercase letters" : "Use letras maiúsculas",
+ "Use lowercase letters" : "Use letras minúsculas",
+ "Use numbers" : "Use números",
+ "Use special characters" : "Use caracteres especiais",
+ "Avoid ambiguous characters" : "Evitar caracteres ambiguos",
+ "Require every character type" : "Requirir todos os tipos de caracteres",
+ "Export type" : "Exportar o tipo",
+ "Export" : "Exportar",
+ "Enter vault password to confirm export." : "Insira o contrasinal da bóveda para confirmar a exportación.",
+ "Rename vault" : "Renomear a bóveda",
+ "New vault name" : "Nome novo para a bóveda",
+ "Change" : "Cambio",
+ "Change vault key" : "Cambiar a chave da bóveda",
+ "Old vault password" : "Anterior contrasinal da bóveda",
+ "New vault password" : "Novo contrasinal da bóveda",
+ "Please wait your vault is being updated, do not leave this page." : "Agarde mentres se actualiza a súa bóveda, non saia desta páxina.",
+ "Processing" : "Procesando",
+ "Total progress" : "Progreso total",
+ "About Passman" : "Sobre Passman",
+ "Version" : "Versión",
+ "Donate to support development" : "Doar para axudar ao dsenvolvemento",
+ "Bookmarklet" : "Marcadores",
+ "Drag below button to your bookmark toolbar." : "Arrastre o botón inferior cara a barra de ferramentas de marcadores.",
+ "Delete vault" : "Eliminar a bóveda",
+ "Vault password" : "Contrasinal da bóveda",
+ "This process is irreversible" : "Este proceso é irreversíbel",
+ "Delete my precious passwords" : "Eliminar os meus valiosos contrasinais",
+ "Yes, delete my precious passwords" : "Si, eliminar os meus valiosos contrasinais",
+ "Import type" : "Importar o tipo",
+ "Import" : "Importar",
+ "Read progress" : "Progreso da lectura",
+ "Upload progress" : "Progreso do envío",
+ "Private Key" : "Chave privada",
+ "Public key" : "Chave pública",
+ "Key size" : "Tamaño da chave",
+ "Save keys" : "Gardar as chaves",
+ "Generate sharing keys" : "Xerar chaves de compartición",
+ "Generating sharing keys" : "Xerando chaves de compartición",
+ "Minimum password stength" : "Fortaleza mínima do contrasinal",
+ "Start scan" : "Iniciar a analise",
+ "Result" : "Resultado",
+ "A total of {{scan_result}} weak credentials were found." : "Atopouse un tota del {{scan_result}} credenciais débiles.",
+ "Score" : "Puntuación",
+ "Action" : "Acción",
+ "Missing users? Only users that have vaults are shown." : "Faltan usuarios? Só se amosan os usuarios que teñan bóvedas",
+ "Cyphering" : "Cifrado",
+ "Uploading" : "Enviando...",
+ "User" : "Usuario",
+ "Crypto time" : "Tempo de cifrado",
+ "Read" : "Ler",
+ "Write" : "Escribir",
+ "Files" : "Ficheiros",
+ "Revisions" : "Revisións",
+ "Pending" : "Pendente",
+ "Enable link sharing" : "Activar a compartición de ligazóns",
+ "Share until date" : "Compartir ata a data",
+ "Expire after views" : "Caduca despois de vistas",
+ "Show files" : "Amosar os ficheiros",
+ "Details" : "Detalles",
+ "Hide details" : "Agochar os detalles",
+ "Password score" : "Puntuación do contrasinal",
+ "Cracking times" : "Tempos para rachar o contrasinal",
+ "100 / hour" : "100 / hora",
+ "Throttled online attack" : "Ataque en liña limitado",
+ "10 / second" : "10 / segundo",
+ "Unthrottled online attack" : "Ataque en liña sen límite",
+ "10k / second" : "10k / segundo",
+ "Offline attack, slow hash, many cores" : "Ataque local, funcións de resumo lentas, moitos núcleos",
+ "10B / second" : "10B / segundo",
+ "Offline attack, fast hash, many cores" : "Ataque local, funcións de resumo rápidas, moitos núcleos",
+ "Match sequence" : "Secuencia coincidente",
+ "See match sequence" : "Ver a secuencia coincidente",
+ "Pattern" : "Modelo",
+ "Matched word" : "Palabra coincidente",
+ "Dictionary name" : "Nome do dicionario",
+ "Rank" : "Intervalo",
+ "Reversed" : "Invertido",
+ "Guesses" : "Suposicións",
+ "Base guesses" : "Suposicións base",
+ "Uppercase variations" : "Variacións en maiúsculas",
+ "l33t-variations" : "Variacións en l33t",
+ "Showing revisions of" : "Amosando revisións de",
+ "Revision of" : "Revisión de",
+ "by" : "por",
+ "No revisions found." : "Non se atoparon revisións.",
+ "Label" : "Etiqueta",
+ "Restore revision" : "Restaurar a revisión",
+ "Delete revision" : "Eliminar a revisión",
+ "Edit credential" : "Editar a credencial",
+ "Create new credential" : "Crear unha nova credencial",
+ "Save" : "Gardar",
+ "Cancel" : "Cancelar",
+ "Settings" : "Axustes",
+ "Share credential {{credential}}" : "Compartir credenciais {{credential}}",
+ "Unshare" : "Deixar de compartir",
+ "Showing deleted since" : "Amosando eliminados desde",
+ "Showing {{number_filtered}} of {{credential_number}} credentials" : "Amosando {{number_filtered}} de {{credential_number}} credenciais",
+ "Account" : "Conta",
+ "Password" : "Contrasinal",
+ "OTP" : "OTP",
+ "E-mail" : "Correo-e",
+ "URL" : "URL",
+ "Notes" : "Notas",
+ "Changed" : "Cambiado",
+ "Created" : "Creado",
+ "Edit" : "Editar",
+ "Delete" : "Eliminar",
+ "Share" : "Compartir",
+ "Recover" : "Recuperar",
+ "Destroy" : "Destruír",
+ "Use regex" : "Usar expresións regulares",
+ "You have incoming share requests." : "Vostede recibiu solicitudes para compartir. ",
+ "Permissions" : "Permisos",
+ "Received from" : "Recibido de",
+ "Date" : "Data",
+ "Accept" : "Aceptar",
+ "Decline" : "Declinar",
+ "You have {{session_time}} left before logout." : "Dispón de {{session_time}} antes de que a súa sesión se peche.",
+ "Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "A súa bóveda atopase bloqueada durante {{time}} por mor dos {{tries}} intentos fallados!",
+ "Last accessed" : "Último o acceso",
+ "Never" : "Nunca",
+ "No vaults found, why not create one?" : "Non se atoparon bóvedas. Por que non crear unha?",
+ "Password strength must be at least: {{strength}}" : "A fortaleza do contrasinal debe ser candoo menos: {{strength}}",
+ "Please give your new vault a name." : "Póñalle un nome á súa bóveda",
+ "Repeat vault password" : "Repita o contrasinal da bóveda",
+ "Create vault" : "Crear unha bóveda",
+ "Go back to vaults" : "Volver ás bóvedas",
+ "Please input the password for" : "Introduza o contrasinal para",
+ "Log into this vault automatically." : "Acceder a esta bóveda automaticamente",
+ "Decrypt vault" : "Descifrar a bóveda",
+ "If you want this vault to be removed you can request that here." : "Se quere que esta bóveda sexa eliminada, pode solicitalo aquí.",
+ "Request vault destruction" : "Solicitar a destrución da bóveda",
+ "Yes, request an admin to destroy this vault" : "Si, solicito que un administrador destrúa esta bóveda",
+ "Cancel destruction request" : "Cancelar a solicitude de destrución",
+ "Vault destruction requested" : "Solicitada a destrución da bóveda",
+ "Request removed" : "Solicitude retirada",
+ "Destruction request pending" : "Solicitude de destrución pendente",
+ "Change vault" : "Cambiar da bóveda",
+ "Deleted credentials" : "Credenciais eliminadas",
+ "Logout" : "Saír",
+ "Donate" : "Doar",
+ "Someone has shared a credential with you." : "Alguén compartiu unha credencial con vostede.",
+ "Click here to request it" : "Prema aquí para solicitalo",
+ "Error while saving field" : "Produciuse un erro ao gardar o campo",
+ "A Passman item has been created, modified or deleted" : "Un elemento de Passman pode ser creado, modificado ou eliminado.",
+ "A Passman item has expired" : "Caducou un elemento de Passman",
+ "A Passman item has been shared" : "Foi compartido un elemento de Passman",
+ "A Passman item has been renamed" : "Foi renomeado un elemento de Passman",
+ "%1$s has been created by %2$s" : "%1$s foi creado por %2$s",
+ "You created %1$s" : "Vostede creou %1$s",
+ "%1$s has been updated by %2$s" : "%1$s foi actualizado por %2$s",
+ "You updated %1$s" : "Vostede actualizou %1$s",
+ "%2$s has revised %1$s to the revision of %3$s" : "%2$s revisou %1$s para a revisión de %3$s",
+ "You reverted %1$s back to the revision of %3$s" : "Vostede reverteu %1$s cara unha revisión anterior de %3$s",
+ "%3$s has renamed %1$s to %2$s" : "%3$s renomeou %1$s a %2$s",
+ "You renamed %1$s to %2$s" : "Vostede renomeou %1$s a %2$s",
+ "%1$s has been deleted by %2$s" : "%1$s foi eliminado por %2$s",
+ "You deleted %1$s" : "Vostede eliminou %1$s",
+ "%1$s has been recovered by %2$s" : "%1$s foi recuperado por %2$s",
+ "You recovered %1$s" : "Vostede restaurou %1$s",
+ "%1$s has been permanently deleted by %2$s" : "%1$s foi eliminado permanentemente por %2$s",
+ "You permanently deleted %1$s" : "Vostede eliminou permanentemente %1$s",
+ "The password of %1$s has expired, renew it now." : "O contrasinal de %1$s caducou, renóvea agora.",
+ "%1$s has been shared with %2$s" : "%1$s foi compartido con %2$s",
+ "You received a share request for %1$s from %2$s" : "Vostede recibiu unha solicitude para compartir %1$s desde %2$s",
+ "%s has been shared with a link" : "%s foi compartido cunha ligazón",
+ "Your credential \"%s\" expired, click here to update the credential." : "A sua credencial «%s» caducou, prema aquí para actualizar a credencial.",
+ "Remind me later" : "Lembrarmo más adiante",
+ "Ignore" : "Ignorar",
+ "%s shared \"%s\" with you. Click here to accept" : "%s compartiu «%s» con vostede. Prema aquí para aceptar",
+ "%s has declined your share request for \"%s\"." : "%s declinou a súa solicitude para compartir «%s».",
+ "%s has accepted your share request for \"%s\"." : "%s aceptou a súa solicitude para compartir «%s».",
+ "Passman" : "Passman",
+ "Unable to get version info" : "Non é posíbel obter información da versión",
+ "Passman Settings" : "Axustes de Passman",
+ "A newer version of Passman is available" : "Hai dispoñíbel unha nova versión de Passman",
+ "Password sharing" : "Compartición de contrasinais",
+ "Credential mover" : "Trasladar credenciais",
+ "Vault destruction requests" : "Solicitudes para destruír bóvedas",
+ "Check for new versions" : "Verificar se hai novas versións",
+ "Enable HTTPS check" : "Activar a verificación HTTPS",
+ "Disable context menu" : "Desactivar o menú contextual",
+ "Disable JavaScript debugger" : "Desactivar o depurador JavaScript",
+ "Allow users on this server to share passwords with a link" : "Permitir aos usuarios deste servidor compartir contrasinais cunha ligazón",
+ "Allow users on this server to share passwords with other users" : "Permitir aos usuarios deste servidor compartir contrasinais con outros usuarios",
+ "Move credentials from one account to another" : "Trasladar credenciais dunha conta cara outra",
+ "Source account" : "Conta orixe",
+ "Destination account" : "Conta destino",
+ "Credentials moved!" : "Credenciais trasladadas!",
+ "Requests to destroy vault" : "Solicitudes para eliminar bóvedas",
+ "Request ID" : "ID da solicitude",
+ "Requested by" : "Solicitado por",
+ "Reason" : "Razón",
+ "Connection to server lost" : "Perdida a conexión co servidor",
+ "Problem loading page, reloading in 5 seconds" : "Produciuse un problema ao cargar a páxina, volverá cargar en 5 segundos",
+ "Saving..." : "Gardando...",
+ "Dismiss" : "Desbotar",
+ "seconds ago" : "segundos atrás"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/is.js b/l10n/is.js
index 71420c44..f6718e2a 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -16,10 +16,12 @@ OC.L10N.register(
"Credential updated" : "Uppfærði auðkenni",
"Credential recovered" : "Endurheimti auðkenni",
"Credential destroyed" : "Eyðilagði auðkenni",
+ "Error downloading file, you probably have insufficient permissions" : "Villa við að sækja skrá, þú hefur líklega ekki nægar aðgangsheimildir",
"Invalid QR code" : "Ógildur QR-kóði",
"Starting export" : "Hef útflutning",
"Decrypting credentials" : "Afkóða auðkenni",
"Done" : "Lokið",
+ "File read." : "Skrá lesin.",
"Proceed with the following steps to import your file" : "Fylgdu eftirfarandi þrepum til að flytja inn skrána þína",
"Adding {{credential}}" : "Bæti við {{credential}}",
"Added {{credential}}" : "Bætti við {{credential}}",
@@ -47,6 +49,7 @@ OC.L10N.register(
"Export credentials" : "Flytja út auðkenni",
"Sharing" : "Deiling",
"Are you sure you want to leave? This will destroy all your credentials" : "Ertu viss um að þú viljir fara? Þetta mun skemma öll auðkennin þín",
+ "Old password field incorrect!" : "Gamli lykilorðareiturinn er ekki réttur!",
"New password does not match!" : "Nýju lykilorðin stemma ekki!",
"Please log in with your new vault password" : "Skráðu þig inn í lykilorðageymslu með nýja lykilorðinu",
"Share with users and groups" : "Deila með notendum og hópum",
@@ -123,6 +126,7 @@ OC.L10N.register(
"Version" : "Útgáfunúmer",
"Donate to support development" : "Gefa til að styðja áframhaldandi þróun",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Vistaðu lykilorðin þín með einum smelli.",
"Drag below button to your bookmark toolbar." : "Dragðu hnappinn hér fyrir neðan á bókamerkjastikuna þína.",
"Delete vault" : "Eyða lykilorðageymslu",
"Vault password" : "Lykilorð lykilorðageymslu",
@@ -140,6 +144,7 @@ OC.L10N.register(
"Save keys" : "Vista lykla",
"Generate sharing keys" : "Útbúa deilingarlykla",
"Generating sharing keys" : "Útbý deilingarlykla",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Lykilorðatólið skannar lykilorðið þitt, reiknar meðaltímann sem tæki að ráða það, og birtir lista yfir það sem er neðan við ákveðin mörk",
"Minimum password stength" : "Lágmarksstyrkur lykilorðs",
"Start scan" : "Hefja skönnun",
"Result" : "Niðurstöður",
@@ -152,6 +157,7 @@ OC.L10N.register(
"Uploading" : "Sendi inn ",
"User" : "Notandi",
"Crypto time" : "Afkóðunartími",
+ "Total time spent encrypting" : "Heildartími sem þurfti við dulritun",
"Read" : "Lesa",
"Write" : "Skrifa",
"Files" : "Skrár",
@@ -160,6 +166,7 @@ OC.L10N.register(
"Enable link sharing" : "Virkja deilingu með tengli",
"Share until date" : "Deila þangað til",
"Expire after views" : "Rennur út eftir n skoðanir",
+ "Click \\\"Share\\\" first" : "Smelltu fyrst á \\\"Deila\"\\",
"Show files" : "Sýna skrár",
"Details" : "Nánar",
"Hide details" : "Fela nánari upplýsingar",
@@ -219,6 +226,7 @@ OC.L10N.register(
"Use regex" : "Nota reglulega segð",
"You have incoming share requests." : "Þú hefur fengið beiðnir um deilingu.",
"If you want to put the credential in another vault," : "Ef þú vilt geyma auðkennin í annarri lykilorðageymslu,",
+ "log out of this vault and log into the vault you want the shared credential in." : "skráðu þig út úr þessari lykilorðageymslu og skráðu þig inn í þá sem þú vilt geyma sameiginlegu auðkennin í.",
"Permissions" : "Heimildir",
"Received from" : "Barst frá",
"Date" : "Dagsetning",
@@ -251,6 +259,7 @@ OC.L10N.register(
"Request removed" : "Beiðni fjarlægð",
"Destruction request pending" : "Beiðni um eyðileggingu er í biðröð",
"Warning! Adding credentials over HTTP is insecure!" : "Aðvörun! Að bæta auðkennum við yfir HTTP getur verið óöruggt!",
+ "Logged into {{vault_name}}" : "Skráður inn í {{vault_name}}",
"Change vault" : "Skipta um lykilorðageymslu",
"Deleted credentials" : "Eydd auðkenni",
"Logout" : "Útskráning",
@@ -314,6 +323,8 @@ OC.L10N.register(
"Reason" : "Ástæða",
"Click here to request\n\t\t\t\t\tit" : "Smelltu hér til að biðja um\n\t\t\t\t\tþað",
"Loading&hellip;" : "Hleð inn&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Æjæjæ... auðkenni fundust ekki. Kannski þau séu útrunnin?",
+ "Expires:" : "Gildir til:",
"Connection to server lost" : "Tenging við þjón rofnaði",
"Problem loading page, reloading in 5 seconds" : "Vandamál við að hlaða inn síðu, endurhleð eftir 5 sekúndur",
"Saving..." : "Er að vista ...",
diff --git a/l10n/is.json b/l10n/is.json
index 4fd80c6e..56e2b3c1 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -14,10 +14,12 @@
"Credential updated" : "Uppfærði auðkenni",
"Credential recovered" : "Endurheimti auðkenni",
"Credential destroyed" : "Eyðilagði auðkenni",
+ "Error downloading file, you probably have insufficient permissions" : "Villa við að sækja skrá, þú hefur líklega ekki nægar aðgangsheimildir",
"Invalid QR code" : "Ógildur QR-kóði",
"Starting export" : "Hef útflutning",
"Decrypting credentials" : "Afkóða auðkenni",
"Done" : "Lokið",
+ "File read." : "Skrá lesin.",
"Proceed with the following steps to import your file" : "Fylgdu eftirfarandi þrepum til að flytja inn skrána þína",
"Adding {{credential}}" : "Bæti við {{credential}}",
"Added {{credential}}" : "Bætti við {{credential}}",
@@ -45,6 +47,7 @@
"Export credentials" : "Flytja út auðkenni",
"Sharing" : "Deiling",
"Are you sure you want to leave? This will destroy all your credentials" : "Ertu viss um að þú viljir fara? Þetta mun skemma öll auðkennin þín",
+ "Old password field incorrect!" : "Gamli lykilorðareiturinn er ekki réttur!",
"New password does not match!" : "Nýju lykilorðin stemma ekki!",
"Please log in with your new vault password" : "Skráðu þig inn í lykilorðageymslu með nýja lykilorðinu",
"Share with users and groups" : "Deila með notendum og hópum",
@@ -121,6 +124,7 @@
"Version" : "Útgáfunúmer",
"Donate to support development" : "Gefa til að styðja áframhaldandi þróun",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Vistaðu lykilorðin þín með einum smelli.",
"Drag below button to your bookmark toolbar." : "Dragðu hnappinn hér fyrir neðan á bókamerkjastikuna þína.",
"Delete vault" : "Eyða lykilorðageymslu",
"Vault password" : "Lykilorð lykilorðageymslu",
@@ -138,6 +142,7 @@
"Save keys" : "Vista lykla",
"Generate sharing keys" : "Útbúa deilingarlykla",
"Generating sharing keys" : "Útbý deilingarlykla",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Lykilorðatólið skannar lykilorðið þitt, reiknar meðaltímann sem tæki að ráða það, og birtir lista yfir það sem er neðan við ákveðin mörk",
"Minimum password stength" : "Lágmarksstyrkur lykilorðs",
"Start scan" : "Hefja skönnun",
"Result" : "Niðurstöður",
@@ -150,6 +155,7 @@
"Uploading" : "Sendi inn ",
"User" : "Notandi",
"Crypto time" : "Afkóðunartími",
+ "Total time spent encrypting" : "Heildartími sem þurfti við dulritun",
"Read" : "Lesa",
"Write" : "Skrifa",
"Files" : "Skrár",
@@ -158,6 +164,7 @@
"Enable link sharing" : "Virkja deilingu með tengli",
"Share until date" : "Deila þangað til",
"Expire after views" : "Rennur út eftir n skoðanir",
+ "Click \\\"Share\\\" first" : "Smelltu fyrst á \\\"Deila\"\\",
"Show files" : "Sýna skrár",
"Details" : "Nánar",
"Hide details" : "Fela nánari upplýsingar",
@@ -217,6 +224,7 @@
"Use regex" : "Nota reglulega segð",
"You have incoming share requests." : "Þú hefur fengið beiðnir um deilingu.",
"If you want to put the credential in another vault," : "Ef þú vilt geyma auðkennin í annarri lykilorðageymslu,",
+ "log out of this vault and log into the vault you want the shared credential in." : "skráðu þig út úr þessari lykilorðageymslu og skráðu þig inn í þá sem þú vilt geyma sameiginlegu auðkennin í.",
"Permissions" : "Heimildir",
"Received from" : "Barst frá",
"Date" : "Dagsetning",
@@ -249,6 +257,7 @@
"Request removed" : "Beiðni fjarlægð",
"Destruction request pending" : "Beiðni um eyðileggingu er í biðröð",
"Warning! Adding credentials over HTTP is insecure!" : "Aðvörun! Að bæta auðkennum við yfir HTTP getur verið óöruggt!",
+ "Logged into {{vault_name}}" : "Skráður inn í {{vault_name}}",
"Change vault" : "Skipta um lykilorðageymslu",
"Deleted credentials" : "Eydd auðkenni",
"Logout" : "Útskráning",
@@ -312,6 +321,8 @@
"Reason" : "Ástæða",
"Click here to request\n\t\t\t\t\tit" : "Smelltu hér til að biðja um\n\t\t\t\t\tþað",
"Loading&hellip;" : "Hleð inn&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Æjæjæ... auðkenni fundust ekki. Kannski þau séu útrunnin?",
+ "Expires:" : "Gildir til:",
"Connection to server lost" : "Tenging við þjón rofnaði",
"Problem loading page, reloading in 5 seconds" : "Vandamál við að hlaða inn síðu, endurhleð eftir 5 sekúndur",
"Saving..." : "Er að vista ...",
diff --git a/l10n/it.js b/l10n/it.js
index c2fff06b..06805a55 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "La robustezza della password deve essere almeno: {{strength}}",
"Please give your new vault a name." : "Dai un nome alla tua nuova cassaforte.",
"Repeat vault password" : "Ripeti la password della cassaforte",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "La tua chiave di condivisione avrà una lunghezza di 1024 bit, che potrai modificare successivamente in \\\"Impostazioni\\\".",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Le tue chiavi di condivisione avranno una lunghezza di 1024 bit, che puoii modificare successivamente in \\\"Impostazioni\\\".",
"Create vault" : "Crea cassaforte",
"Go back to vaults" : "Torna alle casseforti",
"Please input the password for" : "Digita la password per",
diff --git a/l10n/it.json b/l10n/it.json
index da3ee908..bd597f16 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "La robustezza della password deve essere almeno: {{strength}}",
"Please give your new vault a name." : "Dai un nome alla tua nuova cassaforte.",
"Repeat vault password" : "Ripeti la password della cassaforte",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "La tua chiave di condivisione avrà una lunghezza di 1024 bit, che potrai modificare successivamente in \\\"Impostazioni\\\".",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Le tue chiavi di condivisione avranno una lunghezza di 1024 bit, che puoii modificare successivamente in \\\"Impostazioni\\\".",
"Create vault" : "Crea cassaforte",
"Go back to vaults" : "Torna alle casseforti",
"Please input the password for" : "Digita la password per",
diff --git a/l10n/nl.js b/l10n/nl.js
index 0a67c715..22c7ed73 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -16,11 +16,14 @@ OC.L10N.register(
"Credential updated" : "Inloggegevens bijgewerkt",
"Credential recovered" : "Inloggegevens hersteld",
"Credential destroyed" : "Inloggegevens vernietigd",
+ "Error downloading file, you probably have insufficient permissions" : "Fout bij downloaden bestand, je hebt waarschijnlijk niet genoeg rechten",
"Invalid QR code" : "Ongeldige QR code",
"Starting export" : "Starten export",
"Decrypting credentials" : "Ontsleutelen inloggegevens",
"Done" : "Gereed",
+ "File read." : "Bestand gelezen.",
"Proceed with the following steps to import your file" : "Ga verder met de volgende stappen om je bestand te importeren",
+ "Skipping unlabeled credential" : "Overslaan ongelabeld inloggegeven",
"Adding {{credential}}" : "Toevoegen {{credential}}",
"Added {{credential}}" : "Toegevoegd {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Inloggegeven overslaan, ontbrekend label op regel {{line}} ",
@@ -47,6 +50,7 @@ OC.L10N.register(
"Export credentials" : "Exporteren inloggegevens",
"Sharing" : "Delen",
"Are you sure you want to leave? This will destroy all your credentials" : "Weet je zeker dat je wilt stoppen? Dit zal alle inloggegevens kapot maken",
+ "Old password field incorrect!" : "Oude wachtwoord onjuist!",
"New password does not match!" : "Nieuwe wachtwoord komt niet overeen!",
"Please log in with your new vault password" : "Login met je nieuwe kluiswachtwoord",
"Share with users and groups" : "Delen met gebruikers en groepen",
@@ -123,6 +127,7 @@ OC.L10N.register(
"Version" : "Versie",
"Donate to support development" : "Doneer en ondersteun de ontwikkeling",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Sla je wachtwoorden met één klik op.",
"Drag below button to your bookmark toolbar." : "Sleep onderstaande knop naar je bladwijzer balk.",
"Delete vault" : "Standaardkluis",
"Vault password" : "Kluiswachtwoord",
@@ -140,6 +145,7 @@ OC.L10N.register(
"Save keys" : "Opslaan sleutels",
"Generate sharing keys" : "Genereren sleutels om te delen",
"Generating sharing keys" : "Genereren sleutels om te delen",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "De wachtwoordhulp scant je wachtwoord, berekent de gemiddelde kraaktijd en toont de zwakke wachtwoorden",
"Minimum password stength" : "Minimale wachtwoordsterkte",
"Start scan" : "Start scan",
"Result" : "Resultaat",
@@ -152,6 +158,7 @@ OC.L10N.register(
"Uploading" : "Uploaden",
"User" : "Gebruiker",
"Crypto time" : "Cryptotijd",
+ "Total time spent encrypting" : "Totale tijd besteed aan versleutelen",
"Read" : "Lezen",
"Write" : "Schrijven",
"Files" : "Bestanden",
@@ -160,6 +167,7 @@ OC.L10N.register(
"Enable link sharing" : "Inschakelen delen link",
"Share until date" : "Delen tot datum",
"Expire after views" : "Vervallen na bezichtiging",
+ "Click \\\"Share\\\" first" : "Klik eerst op \\\"Share\\\" ",
"Show files" : "Tonen bestanden",
"Details" : "Details",
"Hide details" : "Verbergen details",
@@ -219,6 +227,7 @@ OC.L10N.register(
"Use regex" : "Gebruik regex",
"You have incoming share requests." : "Je hebt binnengekomen deelverzoeken.",
"If you want to put the credential in another vault," : "Als je de inloggegevens in een andere kluis wilt stoppen,",
+ "log out of this vault and log into the vault you want the shared credential in." : "Log uit bij deze kluis en log in bij de kluis waar je de gedeelde inloggegevens wilt bewaren.",
"Permissions" : "Permissies",
"Received from" : "Ontvangen van",
"Date" : "Datum",
@@ -251,6 +260,7 @@ OC.L10N.register(
"Request removed" : "Aanvraag verwijderd",
"Destruction request pending" : "Vernietigingsaanvragen in behandeling",
"Warning! Adding credentials over HTTP is insecure!" : "Waarschuwing! Het toevoegen van inloggegevens over HTTP is niet veilig!",
+ "Logged into {{vault_name}}" : "Ingelogd in {{vault_name}}",
"Change vault" : "Wijzigen kluis",
"Deleted credentials" : "Verwijderde inloggegevens",
"Logout" : "Uitloggen",
@@ -314,6 +324,8 @@ OC.L10N.register(
"Reason" : "Reden",
"Click here to request\n\t\t\t\t\tit" : "Klik hier om aan te vragen",
"Loading&hellip;" : "Laden&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Ai. kon inlogtoken niet vinden. Misschien vervallen?",
+ "Expires:" : "Vervalt:",
"Connection to server lost" : "Verbinding met server verloren",
"Problem loading page, reloading in 5 seconds" : "Probleem met het laden van de pagina, wordt ververst in 5 seconden",
"Saving..." : "Opslaan...",
diff --git a/l10n/nl.json b/l10n/nl.json
index 2b588094..5c4b2ec5 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -14,11 +14,14 @@
"Credential updated" : "Inloggegevens bijgewerkt",
"Credential recovered" : "Inloggegevens hersteld",
"Credential destroyed" : "Inloggegevens vernietigd",
+ "Error downloading file, you probably have insufficient permissions" : "Fout bij downloaden bestand, je hebt waarschijnlijk niet genoeg rechten",
"Invalid QR code" : "Ongeldige QR code",
"Starting export" : "Starten export",
"Decrypting credentials" : "Ontsleutelen inloggegevens",
"Done" : "Gereed",
+ "File read." : "Bestand gelezen.",
"Proceed with the following steps to import your file" : "Ga verder met de volgende stappen om je bestand te importeren",
+ "Skipping unlabeled credential" : "Overslaan ongelabeld inloggegeven",
"Adding {{credential}}" : "Toevoegen {{credential}}",
"Added {{credential}}" : "Toegevoegd {{credential}}",
"Skipping credential, missing label on line {{line}}" : "Inloggegeven overslaan, ontbrekend label op regel {{line}} ",
@@ -45,6 +48,7 @@
"Export credentials" : "Exporteren inloggegevens",
"Sharing" : "Delen",
"Are you sure you want to leave? This will destroy all your credentials" : "Weet je zeker dat je wilt stoppen? Dit zal alle inloggegevens kapot maken",
+ "Old password field incorrect!" : "Oude wachtwoord onjuist!",
"New password does not match!" : "Nieuwe wachtwoord komt niet overeen!",
"Please log in with your new vault password" : "Login met je nieuwe kluiswachtwoord",
"Share with users and groups" : "Delen met gebruikers en groepen",
@@ -121,6 +125,7 @@
"Version" : "Versie",
"Donate to support development" : "Doneer en ondersteun de ontwikkeling",
"Bookmarklet" : "Bookmarklet",
+ "Save your passwords with one click." : "Sla je wachtwoorden met één klik op.",
"Drag below button to your bookmark toolbar." : "Sleep onderstaande knop naar je bladwijzer balk.",
"Delete vault" : "Standaardkluis",
"Vault password" : "Kluiswachtwoord",
@@ -138,6 +143,7 @@
"Save keys" : "Opslaan sleutels",
"Generate sharing keys" : "Genereren sleutels om te delen",
"Generating sharing keys" : "Genereren sleutels om te delen",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "De wachtwoordhulp scant je wachtwoord, berekent de gemiddelde kraaktijd en toont de zwakke wachtwoorden",
"Minimum password stength" : "Minimale wachtwoordsterkte",
"Start scan" : "Start scan",
"Result" : "Resultaat",
@@ -150,6 +156,7 @@
"Uploading" : "Uploaden",
"User" : "Gebruiker",
"Crypto time" : "Cryptotijd",
+ "Total time spent encrypting" : "Totale tijd besteed aan versleutelen",
"Read" : "Lezen",
"Write" : "Schrijven",
"Files" : "Bestanden",
@@ -158,6 +165,7 @@
"Enable link sharing" : "Inschakelen delen link",
"Share until date" : "Delen tot datum",
"Expire after views" : "Vervallen na bezichtiging",
+ "Click \\\"Share\\\" first" : "Klik eerst op \\\"Share\\\" ",
"Show files" : "Tonen bestanden",
"Details" : "Details",
"Hide details" : "Verbergen details",
@@ -217,6 +225,7 @@
"Use regex" : "Gebruik regex",
"You have incoming share requests." : "Je hebt binnengekomen deelverzoeken.",
"If you want to put the credential in another vault," : "Als je de inloggegevens in een andere kluis wilt stoppen,",
+ "log out of this vault and log into the vault you want the shared credential in." : "Log uit bij deze kluis en log in bij de kluis waar je de gedeelde inloggegevens wilt bewaren.",
"Permissions" : "Permissies",
"Received from" : "Ontvangen van",
"Date" : "Datum",
@@ -249,6 +258,7 @@
"Request removed" : "Aanvraag verwijderd",
"Destruction request pending" : "Vernietigingsaanvragen in behandeling",
"Warning! Adding credentials over HTTP is insecure!" : "Waarschuwing! Het toevoegen van inloggegevens over HTTP is niet veilig!",
+ "Logged into {{vault_name}}" : "Ingelogd in {{vault_name}}",
"Change vault" : "Wijzigen kluis",
"Deleted credentials" : "Verwijderde inloggegevens",
"Logout" : "Uitloggen",
@@ -312,6 +322,8 @@
"Reason" : "Reden",
"Click here to request\n\t\t\t\t\tit" : "Klik hier om aan te vragen",
"Loading&hellip;" : "Laden&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Ai. kon inlogtoken niet vinden. Misschien vervallen?",
+ "Expires:" : "Vervalt:",
"Connection to server lost" : "Verbinding met server verloren",
"Problem loading page, reloading in 5 seconds" : "Probleem met het laden van de pagina, wordt ververst in 5 seconden",
"Saving..." : "Opslaan...",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index be099a4d..f63efe8d 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "A força da senha deve ser pelo menos: {{strength}}",
"Please give your new vault a name." : "Por favor, dê um nome ao seu novo cofre.",
"Repeat vault password" : "Repita a senha do cofre",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Sua chave de compartilhamento será de 1024 bits, que você pode alterar em \\\"Configurações\\\" mais tarde.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Suas chaves de compartilhamento serão de 1024 bits, alteráveis em \\\"Configurações\\\" mais tarde.",
"Create vault" : "Criar cofre",
"Go back to vaults" : "Voltar para os cofres",
"Please input the password for" : "Por favor entre uma senha para",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index ca3795f4..56a920c6 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "A força da senha deve ser pelo menos: {{strength}}",
"Please give your new vault a name." : "Por favor, dê um nome ao seu novo cofre.",
"Repeat vault password" : "Repita a senha do cofre",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Sua chave de compartilhamento será de 1024 bits, que você pode alterar em \\\"Configurações\\\" mais tarde.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Suas chaves de compartilhamento serão de 1024 bits, alteráveis em \\\"Configurações\\\" mais tarde.",
"Create vault" : "Criar cofre",
"Go back to vaults" : "Voltar para os cofres",
"Please input the password for" : "Por favor entre uma senha para",
diff --git a/l10n/sr.js b/l10n/sr.js
index 5674a47c..5b74755c 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -16,11 +16,14 @@ OC.L10N.register(
"Credential updated" : "Акредитиви освежени",
"Credential recovered" : "Акредитиви опорављени",
"Credential destroyed" : "Акредитиви уништени",
+ "Error downloading file, you probably have insufficient permissions" : "Грешка приликом скидања фајла, вероватно немате довољно привилегија",
"Invalid QR code" : "Неисправан QR код",
"Starting export" : "Почињем извожење",
"Decrypting credentials" : "Дешифрујем акредитиве",
"Done" : "Готово",
+ "File read." : "Фајл прочитан.",
"Proceed with the following steps to import your file" : "Наставите са следећим корацима да увезете фајл",
+ "Skipping unlabeled credential" : "Прескачем неозначене акредитиве",
"Adding {{credential}}" : "Додајем {{credential}}",
"Added {{credential}}" : "{{credential}} додат",
"Skipping credential, missing label on line {{line}}" : "Прескачем акредитив, недостаје ознака на линији {{line}}",
@@ -47,6 +50,7 @@ OC.L10N.register(
"Export credentials" : "Извези акредитиве",
"Sharing" : "Дељење",
"Are you sure you want to leave? This will destroy all your credentials" : "Да ли ставрно желите да изађете? Овим ћете уништити све Ваше акредитиве",
+ "Old password field incorrect!" : "Поље старе лозинке је неисправно!",
"New password does not match!" : "Нова лозинка се не поклапа!",
"Please log in with your new vault password" : "Улогујте се са Вашом новом лозинком за сеф",
"Share with users and groups" : "Дели са корисницима и групама",
@@ -123,6 +127,7 @@ OC.L10N.register(
"Version" : "Верзија",
"Donate to support development" : "Донирајте да подржите развој",
"Bookmarklet" : "Забелешка",
+ "Save your passwords with one click." : "Сачувајте Ваше лозинке са једним кликом.",
"Drag below button to your bookmark toolbar." : "Одвуците дугме испод у Вашу траку са забелешкама у веб читачу.",
"Delete vault" : "Избриши сеф",
"Vault password" : "Лозинка сефа",
@@ -140,6 +145,7 @@ OC.L10N.register(
"Save keys" : "Сними кључеве",
"Generate sharing keys" : "Генериши кључеве за дељење",
"Generating sharing keys" : "Генеришем кључеве за дељење",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Алат за лозинке скенира Ваше лозинке, израчунава просечно време да буду проваљене и приказује оне које су испод доње границе",
"Minimum password stength" : "Минимална јачина лозинке",
"Start scan" : "Почни скенирање",
"Result" : "Резултат",
@@ -152,6 +158,7 @@ OC.L10N.register(
"Uploading" : "Отпремам",
"User" : "Корисник",
"Crypto time" : "Време шифровања",
+ "Total time spent encrypting" : "Укупно време проведено у шифровању",
"Read" : "Читање",
"Write" : "Писање",
"Files" : "Фајлови",
@@ -160,6 +167,7 @@ OC.L10N.register(
"Enable link sharing" : "Укључи дељење веза",
"Share until date" : "Дели до датума",
"Expire after views" : "Истиче након прегледа",
+ "Click \\\"Share\\\" first" : "Прво кликните „Дељење“",
"Show files" : "Прикажи фајлове",
"Details" : "Детаљи",
"Hide details" : "Сакриј детаље",
@@ -219,6 +227,7 @@ OC.L10N.register(
"Use regex" : "Користи регуларне изразе",
"You have incoming share requests." : "Имате захтев за дељење.",
"If you want to put the credential in another vault," : "Ако желите да ставите акредитиве у други сеф,",
+ "log out of this vault and log into the vault you want the shared credential in." : "одјавите се са овог сефа и пријавите се на сеф где желите да примите дељене акредитиве",
"Permissions" : "Дозволе",
"Received from" : "Примљено од",
"Date" : "Датум",
@@ -232,6 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "Јачина лозинке мора бити бар: {{strength}}",
"Please give your new vault a name." : "Дајте Вашем новом сефу име.",
"Repeat vault password" : "Поновите лозинку за сеф",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ваши дељени кључеви ће имати јачину од 1024 бита, што можете променити касније у „Поставкама“.",
"Create vault" : "Направи сеф",
"Go back to vaults" : "Назад на сефове",
"Please input the password for" : "Унесите лозинку за",
@@ -251,6 +261,7 @@ OC.L10N.register(
"Request removed" : "Захтев уклоњен",
"Destruction request pending" : "Захтев за уништењем на чекању",
"Warning! Adding credentials over HTTP is insecure!" : "Упозорење! Додавање акредитива преко HTTP везе је несигурно!",
+ "Logged into {{vault_name}}" : "Пријављени на сеф {{vault_name}}",
"Change vault" : "Промени сеф",
"Deleted credentials" : "Обрисани акредитиви",
"Logout" : "Одјава",
@@ -314,6 +325,8 @@ OC.L10N.register(
"Reason" : "Разлог",
"Click here to request\n\t\t\t\t\tit" : "Кликните овде да их\n\t\t\t\t\tзахтевате",
"Loading&hellip;" : "Учитавам&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Аргхх… акредитиви нису нађени. Можда су истекли?",
+ "Expires:" : "Истиче:",
"Connection to server lost" : "Веза са сервером изгубљена",
"Problem loading page, reloading in 5 seconds" : "Грешка приликом учитавања стране, покушавам поново за 5 секунди",
"Saving..." : "Чувам...",
diff --git a/l10n/sr.json b/l10n/sr.json
index 800846ff..c2c175ba 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -14,11 +14,14 @@
"Credential updated" : "Акредитиви освежени",
"Credential recovered" : "Акредитиви опорављени",
"Credential destroyed" : "Акредитиви уништени",
+ "Error downloading file, you probably have insufficient permissions" : "Грешка приликом скидања фајла, вероватно немате довољно привилегија",
"Invalid QR code" : "Неисправан QR код",
"Starting export" : "Почињем извожење",
"Decrypting credentials" : "Дешифрујем акредитиве",
"Done" : "Готово",
+ "File read." : "Фајл прочитан.",
"Proceed with the following steps to import your file" : "Наставите са следећим корацима да увезете фајл",
+ "Skipping unlabeled credential" : "Прескачем неозначене акредитиве",
"Adding {{credential}}" : "Додајем {{credential}}",
"Added {{credential}}" : "{{credential}} додат",
"Skipping credential, missing label on line {{line}}" : "Прескачем акредитив, недостаје ознака на линији {{line}}",
@@ -45,6 +48,7 @@
"Export credentials" : "Извези акредитиве",
"Sharing" : "Дељење",
"Are you sure you want to leave? This will destroy all your credentials" : "Да ли ставрно желите да изађете? Овим ћете уништити све Ваше акредитиве",
+ "Old password field incorrect!" : "Поље старе лозинке је неисправно!",
"New password does not match!" : "Нова лозинка се не поклапа!",
"Please log in with your new vault password" : "Улогујте се са Вашом новом лозинком за сеф",
"Share with users and groups" : "Дели са корисницима и групама",
@@ -121,6 +125,7 @@
"Version" : "Верзија",
"Donate to support development" : "Донирајте да подржите развој",
"Bookmarklet" : "Забелешка",
+ "Save your passwords with one click." : "Сачувајте Ваше лозинке са једним кликом.",
"Drag below button to your bookmark toolbar." : "Одвуците дугме испод у Вашу траку са забелешкама у веб читачу.",
"Delete vault" : "Избриши сеф",
"Vault password" : "Лозинка сефа",
@@ -138,6 +143,7 @@
"Save keys" : "Сними кључеве",
"Generate sharing keys" : "Генериши кључеве за дељење",
"Generating sharing keys" : "Генеришем кључеве за дељење",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "Алат за лозинке скенира Ваше лозинке, израчунава просечно време да буду проваљене и приказује оне које су испод доње границе",
"Minimum password stength" : "Минимална јачина лозинке",
"Start scan" : "Почни скенирање",
"Result" : "Резултат",
@@ -150,6 +156,7 @@
"Uploading" : "Отпремам",
"User" : "Корисник",
"Crypto time" : "Време шифровања",
+ "Total time spent encrypting" : "Укупно време проведено у шифровању",
"Read" : "Читање",
"Write" : "Писање",
"Files" : "Фајлови",
@@ -158,6 +165,7 @@
"Enable link sharing" : "Укључи дељење веза",
"Share until date" : "Дели до датума",
"Expire after views" : "Истиче након прегледа",
+ "Click \\\"Share\\\" first" : "Прво кликните „Дељење“",
"Show files" : "Прикажи фајлове",
"Details" : "Детаљи",
"Hide details" : "Сакриј детаље",
@@ -217,6 +225,7 @@
"Use regex" : "Користи регуларне изразе",
"You have incoming share requests." : "Имате захтев за дељење.",
"If you want to put the credential in another vault," : "Ако желите да ставите акредитиве у други сеф,",
+ "log out of this vault and log into the vault you want the shared credential in." : "одјавите се са овог сефа и пријавите се на сеф где желите да примите дељене акредитиве",
"Permissions" : "Дозволе",
"Received from" : "Примљено од",
"Date" : "Датум",
@@ -230,6 +239,7 @@
"Password strength must be at least: {{strength}}" : "Јачина лозинке мора бити бар: {{strength}}",
"Please give your new vault a name." : "Дајте Вашем новом сефу име.",
"Repeat vault password" : "Поновите лозинку за сеф",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Ваши дељени кључеви ће имати јачину од 1024 бита, што можете променити касније у „Поставкама“.",
"Create vault" : "Направи сеф",
"Go back to vaults" : "Назад на сефове",
"Please input the password for" : "Унесите лозинку за",
@@ -249,6 +259,7 @@
"Request removed" : "Захтев уклоњен",
"Destruction request pending" : "Захтев за уништењем на чекању",
"Warning! Adding credentials over HTTP is insecure!" : "Упозорење! Додавање акредитива преко HTTP везе је несигурно!",
+ "Logged into {{vault_name}}" : "Пријављени на сеф {{vault_name}}",
"Change vault" : "Промени сеф",
"Deleted credentials" : "Обрисани акредитиви",
"Logout" : "Одјава",
@@ -312,6 +323,8 @@
"Reason" : "Разлог",
"Click here to request\n\t\t\t\t\tit" : "Кликните овде да их\n\t\t\t\t\tзахтевате",
"Loading&hellip;" : "Учитавам&hellip;",
+ "Awwhh… could not find the credential. Maybe it expired?" : "Аргхх… акредитиви нису нађени. Можда су истекли?",
+ "Expires:" : "Истиче:",
"Connection to server lost" : "Веза са сервером изгубљена",
"Problem loading page, reloading in 5 seconds" : "Грешка приликом учитавања стране, покушавам поново за 5 секунди",
"Saving..." : "Чувам...",
diff --git a/l10n/tr.js b/l10n/tr.js
index 15d5a86b..c50fd6df 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -241,7 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "Parola gücü en az {{strength}} olmalıdır",
"Please give your new vault a name." : "Lütfen yeni kasanıza bir ad verin.",
"Repeat vault password" : "Kasa parolası onayı",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Paylaşım anahtarlarınız 1024 bit gücünde olacak. Bu değeri daha sonra \\\"Ayarlar\\\" bölümünden değiştirebilirsiniz.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Paylaşılan anahtarlar 1024 bit gücünde olur. Bu değer daha sonra \\\"Ayarlar\\\" bölümünden değiştirilebilir.",
"Create vault" : "Kasa oluştur",
"Go back to vaults" : "Kasalara geri dön",
"Please input the password for" : "Lütfen şu kasanın parolasını yazın",
diff --git a/l10n/tr.json b/l10n/tr.json
index 89c8db79..901cbb57 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -239,7 +239,7 @@
"Password strength must be at least: {{strength}}" : "Parola gücü en az {{strength}} olmalıdır",
"Please give your new vault a name." : "Lütfen yeni kasanıza bir ad verin.",
"Repeat vault password" : "Kasa parolası onayı",
- "Your sharing key's will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Paylaşım anahtarlarınız 1024 bit gücünde olacak. Bu değeri daha sonra \\\"Ayarlar\\\" bölümünden değiştirebilirsiniz.",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "Paylaşılan anahtarlar 1024 bit gücünde olur. Bu değer daha sonra \\\"Ayarlar\\\" bölümünden değiştirilebilir.",
"Create vault" : "Kasa oluştur",
"Go back to vaults" : "Kasalara geri dön",
"Please input the password for" : "Lütfen şu kasanın parolasını yazın",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index a742a29a..a7d6eec1 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -16,11 +16,14 @@ OC.L10N.register(
"Credential updated" : "凭证更新",
"Credential recovered" : "凭证回收",
"Credential destroyed" : "凭证销毁",
+ "Error downloading file, you probably have insufficient permissions" : "下载文件时发生错误,你可能没有足够的权限",
"Invalid QR code" : "无效的 QR 代码",
"Starting export" : "正在开始导出",
"Decrypting credentials" : "凭证解密",
"Done" : "完成",
+ "File read." : "文件读取。",
"Proceed with the following steps to import your file" : "按以下步骤处理以导入你的文件",
+ "Skipping unlabeled credential" : "跳过无标签的凭据",
"Adding {{credential}}" : "添加 {{credential}}",
"Added {{credential}}" : "已添加 {{credential}}",
"Skipping credential, missing label on line {{line}}" : "跳过凭证,缺少标签{{line}}",
@@ -47,6 +50,7 @@ OC.L10N.register(
"Export credentials" : "导出凭据",
"Sharing" : "正在共享",
"Are you sure you want to leave? This will destroy all your credentials" : "是否要离开?这将销毁你所有的凭证",
+ "Old password field incorrect!" : "旧密码错误!",
"New password does not match!" : "新密码不匹配!",
"Please log in with your new vault password" : "请使用你的新保险箱密码登录",
"Share with users and groups" : "与用户和组共享",
@@ -123,6 +127,7 @@ OC.L10N.register(
"Version" : "版本",
"Donate to support development" : "捐赠支持开发",
"Bookmarklet" : "书签小工具",
+ "Save your passwords with one click." : "一键保存密码",
"Drag below button to your bookmark toolbar." : "将下面的按钮拖拽到您的书签工具栏。",
"Delete vault" : "删除保险箱",
"Vault password" : "保险箱密码",
@@ -140,6 +145,7 @@ OC.L10N.register(
"Save keys" : "保存密码",
"Generate sharing keys" : "生成共享密码",
"Generating sharing keys" : "生成共享密码中",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "密码工具会扫描您的密码,计算平均破解时间,列出低于阈值的密码",
"Minimum password stength" : "最小密码长度",
"Start scan" : "开始扫描",
"Result" : "结果",
@@ -152,6 +158,7 @@ OC.L10N.register(
"Uploading" : "正在上传...",
"User" : "用户",
"Crypto time" : "加密时间",
+ "Total time spent encrypting" : "加密总耗时",
"Read" : "读取",
"Write" : "写入",
"Files" : "文件",
@@ -160,6 +167,7 @@ OC.L10N.register(
"Enable link sharing" : "启用链接共享",
"Share until date" : "共享截止日期",
"Expire after views" : "过期浏览次数",
+ "Click \\\"Share\\\" first" : "先点击\\\"共享\\\"",
"Show files" : "显示文件",
"Details" : "详细信息",
"Hide details" : "隐藏详细信息",
@@ -192,7 +200,7 @@ OC.L10N.register(
"Restore revision" : "恢复修订版本",
"Delete revision" : "删除修订版本",
"Edit credential" : "编辑凭据",
- "Create new credential" : "创建新凭据",
+ "Create new credential" : "新建凭据",
"Save" : "保存",
"Cancel" : "取消",
"Settings" : "设置",
@@ -219,6 +227,7 @@ OC.L10N.register(
"Use regex" : "使用正则表达式",
"You have incoming share requests." : "您接收到共享请求.",
"If you want to put the credential in another vault," : "如果你想将证书放在另一个保险库中,",
+ "log out of this vault and log into the vault you want the shared credential in." : "退出此保管库并登录到您要共享证书的保管库。",
"Permissions" : "权限",
"Received from" : "接受自",
"Date" : "日期",
@@ -232,6 +241,7 @@ OC.L10N.register(
"Password strength must be at least: {{strength}}" : "密码强度必须至少为{{strength}}",
"Please give your new vault a name." : "请给你的新保险库一个名字。",
"Repeat vault password" : "重复保管库密码",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "您的共享密钥将具有1024位的强度,您可以稍后在“设置”中进行更改。 ",
"Create vault" : "创建保险箱",
"Go back to vaults" : "回到保管库",
"Please input the password for" : "请输入密码为",
@@ -251,6 +261,7 @@ OC.L10N.register(
"Request removed" : "请求已移除",
"Destruction request pending" : "销毁请求待处理",
"Warning! Adding credentials over HTTP is insecure!" : "警告! 通过HTTP添加凭证是不安全的!",
+ "Logged into {{vault_name}}" : "计入日志到 {{vault_name}} ",
"Change vault" : "更改保险箱",
"Deleted credentials" : "删除凭据",
"Logout" : "注销",
@@ -289,6 +300,7 @@ OC.L10N.register(
"%s has declined your share request for \"%s\"." : "%s已拒绝您的共享请求\"%s\"",
"%s has accepted your share request for \"%s\"." : "%s已接受您的共享请求\"%s\"",
"Passman" : "Passman",
+ "Passman is a full featured password manager." : "Passman 是一个全能的密码管理器。",
"Unable to get version info" : "无法获取版本信息 ",
"Passman Settings" : "Passman 设置",
"GitHub version:" : "GitHub版本",
@@ -311,6 +323,7 @@ OC.L10N.register(
"Requested by" : "被要求",
"Reason" : "原因",
"Click here to request\n\t\t\t\t\tit" : "点击这里请求\n\t\t\t\t\t",
+ "Loading&hellip;" : "加载中&hellip;",
"Connection to server lost" : "与服务器的连接断开",
"Problem loading page, reloading in 5 seconds" : "加载页面出现问题, 在 5 秒内重新加载",
"Saving..." : "保存中...",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 7db69135..8313348d 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -14,11 +14,14 @@
"Credential updated" : "凭证更新",
"Credential recovered" : "凭证回收",
"Credential destroyed" : "凭证销毁",
+ "Error downloading file, you probably have insufficient permissions" : "下载文件时发生错误,你可能没有足够的权限",
"Invalid QR code" : "无效的 QR 代码",
"Starting export" : "正在开始导出",
"Decrypting credentials" : "凭证解密",
"Done" : "完成",
+ "File read." : "文件读取。",
"Proceed with the following steps to import your file" : "按以下步骤处理以导入你的文件",
+ "Skipping unlabeled credential" : "跳过无标签的凭据",
"Adding {{credential}}" : "添加 {{credential}}",
"Added {{credential}}" : "已添加 {{credential}}",
"Skipping credential, missing label on line {{line}}" : "跳过凭证,缺少标签{{line}}",
@@ -45,6 +48,7 @@
"Export credentials" : "导出凭据",
"Sharing" : "正在共享",
"Are you sure you want to leave? This will destroy all your credentials" : "是否要离开?这将销毁你所有的凭证",
+ "Old password field incorrect!" : "旧密码错误!",
"New password does not match!" : "新密码不匹配!",
"Please log in with your new vault password" : "请使用你的新保险箱密码登录",
"Share with users and groups" : "与用户和组共享",
@@ -121,6 +125,7 @@
"Version" : "版本",
"Donate to support development" : "捐赠支持开发",
"Bookmarklet" : "书签小工具",
+ "Save your passwords with one click." : "一键保存密码",
"Drag below button to your bookmark toolbar." : "将下面的按钮拖拽到您的书签工具栏。",
"Delete vault" : "删除保险箱",
"Vault password" : "保险箱密码",
@@ -138,6 +143,7 @@
"Save keys" : "保存密码",
"Generate sharing keys" : "生成共享密码",
"Generating sharing keys" : "生成共享密码中",
+ "The password tool scans your password, calculates average cracking time, listing those below the threshold" : "密码工具会扫描您的密码,计算平均破解时间,列出低于阈值的密码",
"Minimum password stength" : "最小密码长度",
"Start scan" : "开始扫描",
"Result" : "结果",
@@ -150,6 +156,7 @@
"Uploading" : "正在上传...",
"User" : "用户",
"Crypto time" : "加密时间",
+ "Total time spent encrypting" : "加密总耗时",
"Read" : "读取",
"Write" : "写入",
"Files" : "文件",
@@ -158,6 +165,7 @@
"Enable link sharing" : "启用链接共享",
"Share until date" : "共享截止日期",
"Expire after views" : "过期浏览次数",
+ "Click \\\"Share\\\" first" : "先点击\\\"共享\\\"",
"Show files" : "显示文件",
"Details" : "详细信息",
"Hide details" : "隐藏详细信息",
@@ -190,7 +198,7 @@
"Restore revision" : "恢复修订版本",
"Delete revision" : "删除修订版本",
"Edit credential" : "编辑凭据",
- "Create new credential" : "创建新凭据",
+ "Create new credential" : "新建凭据",
"Save" : "保存",
"Cancel" : "取消",
"Settings" : "设置",
@@ -217,6 +225,7 @@
"Use regex" : "使用正则表达式",
"You have incoming share requests." : "您接收到共享请求.",
"If you want to put the credential in another vault," : "如果你想将证书放在另一个保险库中,",
+ "log out of this vault and log into the vault you want the shared credential in." : "退出此保管库并登录到您要共享证书的保管库。",
"Permissions" : "权限",
"Received from" : "接受自",
"Date" : "日期",
@@ -230,6 +239,7 @@
"Password strength must be at least: {{strength}}" : "密码强度必须至少为{{strength}}",
"Please give your new vault a name." : "请给你的新保险库一个名字。",
"Repeat vault password" : "重复保管库密码",
+ "Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "您的共享密钥将具有1024位的强度,您可以稍后在“设置”中进行更改。 ",
"Create vault" : "创建保险箱",
"Go back to vaults" : "回到保管库",
"Please input the password for" : "请输入密码为",
@@ -249,6 +259,7 @@
"Request removed" : "请求已移除",
"Destruction request pending" : "销毁请求待处理",
"Warning! Adding credentials over HTTP is insecure!" : "警告! 通过HTTP添加凭证是不安全的!",
+ "Logged into {{vault_name}}" : "计入日志到 {{vault_name}} ",
"Change vault" : "更改保险箱",
"Deleted credentials" : "删除凭据",
"Logout" : "注销",
@@ -287,6 +298,7 @@
"%s has declined your share request for \"%s\"." : "%s已拒绝您的共享请求\"%s\"",
"%s has accepted your share request for \"%s\"." : "%s已接受您的共享请求\"%s\"",
"Passman" : "Passman",
+ "Passman is a full featured password manager." : "Passman 是一个全能的密码管理器。",
"Unable to get version info" : "无法获取版本信息 ",
"Passman Settings" : "Passman 设置",
"GitHub version:" : "GitHub版本",
@@ -309,6 +321,7 @@
"Requested by" : "被要求",
"Reason" : "原因",
"Click here to request\n\t\t\t\t\tit" : "点击这里请求\n\t\t\t\t\t",
+ "Loading&hellip;" : "加载中&hellip;",
"Connection to server lost" : "与服务器的连接断开",
"Problem loading page, reloading in 5 seconds" : "加载页面出现问题, 在 5 秒内重新加载",
"Saving..." : "保存中...",