diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:36 +0000 |
commit | cf035c8cad039b89c2a58353e21c4a762e1dd256 (patch) | |
tree | 7c00aa299ce895d1dfdab94b53aee0b2dbe75be6 /apps/files/l10n/es.js | |
parent | 0181e189a6b09d594e86cf11a1dd0c72ea23cc1d (diff) | |
download | nextcloud-server-cf035c8cad039b89c2a58353e21c4a762e1dd256.tar.gz nextcloud-server-cf035c8cad039b89c2a58353e21c4a762e1dd256.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 877ab6de07c..a9114262c0a 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -215,7 +215,6 @@ OC.L10N.register( "Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar", "Choose file" : "Elegir archivo", "Choose {file}" : "Seleccionar {file}", - "Add" : "Añadir", "Loading current folder" : "Cargando carpeta actual", "No files in here" : "Aquí no hay archivos", "Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!", @@ -327,6 +326,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "Search for an account" : "Buscar una cuenta", "Choose" : "Seleccione", - "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía" + "No files or folders have been deleted yet" : "No se han borrado archivos o carpetas todavía", + "Add" : "Añadir" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |