aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/es.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-12-02 00:21:18 +0000
committerNextcloud bot <bot@nextcloud.com>2023-12-02 00:21:18 +0000
commit4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81 (patch)
treea15439f0a8812f172427b0b84ce971a63c633d1b /apps/files/l10n/es.js
parent516fd736847f65aaca52334c97d444313d0ee5d8 (diff)
downloadnextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.tar.gz
nextcloud-server-4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81.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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 1081ce168bf..edb9d01060b 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -197,7 +197,6 @@ OC.L10N.register(
"Unselect all" : "Desmarrcar todos",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos",
"\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente",
- "Sort list by {column}" : "Ordenar lista por {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}",
"List of files and folders." : "Lista de archivos y carpetas.",
"This list is not fully rendered for performance 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.",
@@ -310,6 +309,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 renderiza completa por razones de rendimiento. Los archivos serán renderizados mientras ud. navegue por la lista.",
"Search for an account" : "Buscar una cuenta",
"Choose" : "Selecciona",
- "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",
+ "Sort list by {column}" : "Ordenar lista por {column}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");