diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:39:03 +0000 |
commit | b3e05f2b194ce6047844fe150b84328705f357d1 (patch) | |
tree | 0ce23cf9419784a50314c29f636571b892d2ce16 /apps/files/l10n/es_EC.js | |
parent | c016b934d43b060c925bc6f71b2250120d7f7c3a (diff) | |
download | nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.tar.gz nextcloud-server-b3e05f2b194ce6047844fe150b84328705f357d1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_EC.js')
-rw-r--r-- | apps/files/l10n/es_EC.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index cd22cf2f455..299b87ea1cf 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -171,7 +171,6 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí", "\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente.", "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló.", - "Select the row for {displayName}" : "Seleccionar la fila para {displayName}.", "Rename file" : "Renombrar archivo.", "File name" : "Nombre de archivo.", "Folder name" : "Nombre de la carpeta", @@ -184,8 +183,6 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo cambiar el nombre de \"{oldName}\", ya no existe.", "Could not rename \"{oldName}\"" : "No se pudo cambiar el nombre de \"{oldName}\".", "Total rows summary" : "Resumen total de filas.", - "Select all" : "Seleccionar todo", - "Unselect all" : "Desmarcar todo.", "\"{displayName}\" failed on some elements " : "La acción \"{displayName}\" falló en algunos elementos.", "\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó correctamente.", "List of files and folders." : "Lista de archivos y carpetas. ", @@ -250,6 +247,7 @@ OC.L10N.register( "All files" : "Todos los archivos", "Toggle %1$s sublist" : "Alternar sublista de %1$s.", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", + "Select all" : "Seleccionar todo", "Upload too large" : "La carga es demasido grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.", "Text file" : "Archivo de texto", @@ -267,7 +265,9 @@ OC.L10N.register( "Pending shares" : "Comparticiones pendientes", "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}.", "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}.", + "Select the row for {displayName}" : "Seleccionar la fila para {displayName}.", "Open folder {name}" : "Abrir carpeta {name}", + "Unselect all" : "Desmarcar todo.", "ascending" : "ascendente", "descending" : "descendente", "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction}).", |