diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-02 00:21:34 +0000 |
commit | 5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba (patch) | |
tree | c808cf372807f193c565d03d70521a4b71f0efa5 /apps/files/l10n/es.js | |
parent | 90529e5de16561c44a09ea1ced9b0ce17925bcae (diff) | |
download | nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.tar.gz nextcloud-server-5353a018b71a0f02fb4d7449e5be25d7fbd6e1ba.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 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;"); |