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:03 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-29 06:19:03 +0300
commit5b609738b8fcee13686ee4eaff045292b0a964a8 (patch)
treed9e3c9f65b21e58c6e32a7ade8ef9d4b6328409e
parentd94e61a0ffcdc08cd0e68dc0b6b44e6b26c5f3dd (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