diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
commit | 20d7bf8a880ddf41874afdaf3784d29bc1bc925d (patch) | |
tree | fa516123a99923356e2ee6e2843300426c41b80d /core/l10n/es_AR.js | |
parent | e66ebb01bb01055a701b9f4f311d4ff6a769a9af (diff) | |
download | nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.tar.gz nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es_AR.js')
-rw-r--r-- | core/l10n/es_AR.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index b26cedfc59f..ceaac390aaa 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -5,6 +5,9 @@ OC.L10N.register( "File is too big" : "El archivo es demasiado grande.", "The selected file is not an image." : "El archivo seleccionado no es una imagen.", "The selected file cannot be read." : "El archivo seleccionado no se puede leer.", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML", + "No file was uploaded" : "No se subió ningún archivo ", + "Missing a temporary folder" : "Falta un directorio temporal", "Invalid file provided" : "Archivo proporcionado inválido", "No image or file provided" : "No se especificó un archivo o imagen", "Unknown filetype" : "Tipo de archivo desconocido", @@ -158,6 +161,7 @@ OC.L10N.register( "Back to %s" : "Volver a %s", "File not found" : "Archivo no encontrado", "Error" : "Error", + "Previous" : "Anterior", "Internal Server Error" : "Error interno del servidor", "More details can be found in the server log." : "Puede consultar más detalles en la bitácora del servidor. ", "Technical details" : "Detalles técnicos", @@ -208,6 +212,7 @@ OC.L10N.register( "Account connected" : "Cuenta conectada", "This share is password-protected" : "Este elemento compartido está protegido con una contraseña", "The password is wrong. Try again." : "Error en la contraseña. Inténtelo de nuevo.", + "Go to %s" : "Ir a %s", "Two-factor authentication" : "Autenticación de dos-factores", "Use backup code" : "Usar código de respaldo", "Error while validating your second factor" : "Se presentó un error al validar su segundo factor", |