From 2aa11173f890a58445fb0d2c8cb5714b75a9c629 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 11 Oct 2023 00:28:23 +0000 Subject: Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/files/l10n/es.js | 1 + apps/files/l10n/es.json | 1 + 2 files changed, 2 insertions(+) (limited to 'apps/files/l10n') 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}\"", -- cgit v1.2.3