diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-05 00:27:32 +0000 |
commit | 9ddb07ca1979e178b74184173edec9c6a7b7653e (patch) | |
tree | 9d31e7bb2517c2e34ab281487fb01745636c43f5 /apps/files/l10n/es_CR.js | |
parent | 09fd427df1e3cb6b1c41b7b1efabcd15b9da4118 (diff) | |
download | nextcloud-server-9ddb07ca1979e178b74184173edec9c6a7b7653e.tar.gz nextcloud-server-9ddb07ca1979e178b74184173edec9c6a7b7653e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_CR.js')
-rw-r--r-- | apps/files/l10n/es_CR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_CR.js b/apps/files/l10n/es_CR.js index 23726f2f39f..c4548e2b0d2 100644 --- a/apps/files/l10n/es_CR.js +++ b/apps/files/l10n/es_CR.js @@ -122,13 +122,14 @@ OC.L10N.register( "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "Go back" : "Regresar", + "Shared by link" : "Compartido por liga", + "Shared" : "Compartido", "Show hidden files" : "Mostrar archivos ocultos", "Additional settings" : "Configuraciones adicionales", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar al portapapeles", "Create" : "Crear", "Delete permanently" : "Borrar permanentemente", - "New Folder" : "Carpeta Nueva", "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í. ", "All files" : "Todos los archivos", @@ -146,7 +147,6 @@ OC.L10N.register( "Shares" : "Elementos compartidos", "Shared with others" : "Compartido con otros", "Shared with you" : "Compartido con usted", - "Shared by link" : "Compartido por liga", "Choose" : "Seleccionar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |