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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-29 06:19:01 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-29 06:19:01 +0300
commit8ba4a3c40559918252188d52099234a00f37f75d (patch)
tree98ef8c943d1d50fcbf9c05bf3d8d0d050b050030
parent36acf32e42b2a984aff8884ad176ee7fddc4d224 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js3
-rw-r--r--l10n/es.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/es.js b/l10n/es.js
index d8519ad..13db967 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "La longitud mínima no puede ser un número negativo",
"History size has to be a non negative number" : "El tamaño del histórico no puede ser un número negativo",
"Expiration days have to be a non negative number" : "Los días de caducidad no pueden ser un número negativo",
- "Maximum login attempts have to be a non negative number" : "El número máximo de intentos de inicio de sesión no puede ser un número negativo"
+ "Maximum login attempts have to be a non negative number" : "El número máximo de intentos de inicio de sesión no puede ser un número negativo",
+ "Error while saving" : "Error al guardar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es.json b/l10n/es.json
index d3f54ca..ea3eeac 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -25,6 +25,7 @@
"Minimal length has to be a non negative number" : "La longitud mínima no puede ser un número negativo",
"History size has to be a non negative number" : "El tamaño del histórico no puede ser un número negativo",
"Expiration days have to be a non negative number" : "Los días de caducidad no pueden ser un número negativo",
- "Maximum login attempts have to be a non negative number" : "El número máximo de intentos de inicio de sesión no puede ser un número negativo"
+ "Maximum login attempts have to be a non negative number" : "El número máximo de intentos de inicio de sesión no puede ser un número negativo",
+ "Error while saving" : "Error al guardar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file