diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
commit | bf1dbd33a7c932fff20b319b450e0e73b85a579c (patch) | |
tree | cc7d30276a64b9c72005d4fb23e7c6668078b341 /apps/files/l10n/es.js | |
parent | a149d4e6e3e6e3f8b9743eb544b4e5ec1366aa09 (diff) | |
download | nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.tar.gz nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index e2cbd1483b4..380204d5c7d 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", "\"{name}\" is not an allowed filetype." : "\" {name}\" no es un tipo de archivo permitido.", "{newName} already exists." : "{newName} ya existe.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido dentro del nombre de un archivo.", "Name cannot be empty" : "El nombre no puede estar vacío", "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", |