diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-10 00:25:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-10 00:25:29 +0000 |
commit | 058b6c36f9acd00a9be628948898dfb673cafbe7 (patch) | |
tree | f4a815c2728ef0f4a48ec4efd8a96b1182ab3ddf /apps/files/l10n/ca.js | |
parent | 5125a3455f4518802ce387188d0a56da74019a9c (diff) | |
download | nextcloud-server-058b6c36f9acd00a9be628948898dfb673cafbe7.tar.gz nextcloud-server-058b6c36f9acd00a9be628948898dfb673cafbe7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index ca9aff482bf..5ae599b5ab5 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -188,6 +188,7 @@ OC.L10N.register( "Another entry with the same name already exists" : "Ja existeix una altra entrada amb aquest nom", "Renamed \"{oldName}\" to \"{newName}\"" : "S'ha canviat el nom de «{oldName}» a «{newName}»", "Could not rename \"{oldName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{oldName}», ja no existeix", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{newName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", "Could not rename \"{oldName}\"" : "No s'ha pogut canviar el nom de «{oldName}»", "Total rows summary" : "Resum de totes les files", "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", |