diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-21 00:29:24 +0000 |
commit | 1c50cfa17f85a57538a1f998fe12fce446dcc78c (patch) | |
tree | ac57d89714d5013046156b6335677f31b3105fab /apps/files/l10n | |
parent | 716c5e0966ac1538d1f2abd5ec57e6b53984711d (diff) | |
download | nextcloud-server-1c50cfa17f85a57538a1f998fe12fce446dcc78c.tar.gz nextcloud-server-1c50cfa17f85a57538a1f998fe12fce446dcc78c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 8d5e5c8f6e9..623c4cf267f 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -186,6 +186,7 @@ OC.L10N.register( "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Total rows summary" : "Resumen de filas totales", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 652f051496c..8a99c4d21d0 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -184,6 +184,7 @@ "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Total rows summary" : "Resumen de filas totales", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 7d1fb09241f..21c6b449739 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -226,7 +226,7 @@ OC.L10N.register( "Shared by link" : "Partagés par lien", "Shared" : "Partagé", "Open the files app settings" : "Ouvrir les paramètres de l'application Fichiers", - "Files settings" : "Paramètres des fichiers", + "Files settings" : "Paramètres de Fichiers", "File cannot be accessed" : "Impossible d'accéder au fichier", "You might not have have permissions to view it, ask the sender to share it" : "Vous n’avez peut-être pas les autorisations pour le voir, demandez à l’expéditeur de le partager", "Sort favorites first" : "Trier les favoris d'abord", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7dfcb0e2d08..b8eafe99e62 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -224,7 +224,7 @@ "Shared by link" : "Partagés par lien", "Shared" : "Partagé", "Open the files app settings" : "Ouvrir les paramètres de l'application Fichiers", - "Files settings" : "Paramètres des fichiers", + "Files settings" : "Paramètres de Fichiers", "File cannot be accessed" : "Impossible d'accéder au fichier", "You might not have have permissions to view it, ask the sender to share it" : "Vous n’avez peut-être pas les autorisations pour le voir, demandez à l’expéditeur de le partager", "Sort favorites first" : "Trier les favoris d'abord", |