diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:23 +0000 |
commit | 2aa11173f890a58445fb0d2c8cb5714b75a9c629 (patch) | |
tree | 462df40f1ebdb98986d0470a904b3fc32db834cf /apps/files | |
parent | 1b1a54403ea041a0acda9bf937482bb6715ff98d (diff) | |
download | nextcloud-server-2aa11173f890a58445fb0d2c8cb5714b75a9c629.tar.gz nextcloud-server-2aa11173f890a58445fb0d2c8cb5714b75a9c629.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 1 |
2 files changed, 2 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}\"", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 7243a29d11e..0f609c552d3 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -180,6 +180,7 @@ "\"{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}\"", |