diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-05 02:28:12 +0000 |
commit | f997b8a2a3f248bd5128bb4df4910d3dc1c09599 (patch) | |
tree | 7fe7d1dffe2fd925237f3e66533856912343556a /apps/files/l10n/es.js | |
parent | e127375dd45cb5327b00cdbc4892ddedbbf510de (diff) | |
download | nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.tar.gz nextcloud-server-f997b8a2a3f248bd5128bb4df4910d3dc1c09599.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 61432fe570e..5893b81ab5d 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Crear nueva carpeta", "Upload file" : "Subir archivo", "Recent" : "Reciente", + "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "Not favorited" : "Quitado como favorito", "Remove from favorites" : "Quitar de favoritos", "Add to favorites" : "AƱadir a favoritos", |