diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-20 00:26:24 +0000 |
commit | 04d19fb1d7a7fe1937c2a68e948c715d346c1a17 (patch) | |
tree | 1e0f22a7ae6701c5ea37094af1103ae7b728242b /apps/files/l10n/es_EC.js | |
parent | 6883c52e9d3fed9d5f4a99d20c8370380d4228ab (diff) | |
download | nextcloud-server-04d19fb1d7a7fe1937c2a68e948c715d346c1a17.tar.gz nextcloud-server-04d19fb1d7a7fe1937c2a68e948c715d346c1a17.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index 832500ab4d6..48400919ffc 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -212,7 +212,7 @@ OC.L10N.register( "Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.", "Loading current folder" : "Cargando directorio actual.", "No files in here" : "No hay archivos aquí", - "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía.", + "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "Go to the previous folder" : "Ir a la carpeta anterior.", "Go back" : "Regresar", "Open the files app settings" : "Abrir la configuración de la aplicación de archivos.", @@ -245,14 +245,13 @@ OC.L10N.register( "Create new templates folder" : "Crear nueva carpeta de plantillas.", "Unable to initialize the templates directory" : "No se pudo inicializar el directorio de plantillas.", "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", + "No favorites yet" : "Aún no hay favoritos", + "Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ", "Toggle %1$s sublist" : "Alternar sublista de %1$s.", "Toggle grid view" : "Alternar vista en cuadrícula.", - "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "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.", - "No favorites yet" : "Aún no hay favoritos", - "Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", "Storage invalid" : "El almacenamiento es inválido", @@ -271,6 +270,7 @@ OC.L10N.register( "Deleted shares" : "Comparticiones eliminadas", "Pending shares" : "Comparticiones pendientes", "Open folder {name}" : "Abrir carpeta {name}", - "Search for an account" : "Buscar una cuenta" + "Search for an account" : "Buscar una cuenta", + "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |