diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-15 00:31:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-15 00:31:59 +0000 |
commit | 5c91f2de2419628819e9bcdf4d84c2db0c099745 (patch) | |
tree | cb82f24d5956b273e963ed4c381a51f82c0712aa /apps/files/l10n | |
parent | 13ec839184729d21c4ed7955185fcefa4f6821c3 (diff) | |
download | nextcloud-server-5c91f2de2419628819e9bcdf4d84c2db0c099745.tar.gz nextcloud-server-5c91f2de2419628819e9bcdf4d84c2db0c099745.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/sr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/sr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index a674b6b9c74..0b99d1cae94 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -186,7 +186,7 @@ OC.L10N.register( "\"{char}\" is not allowed inside a file name." : "„{char}“ није дозвољен каракетер у имену фајла.", "Name cannot be empty" : "Назив не може бити празан", "Another entry with the same name already exists" : "Већ постоји ставка са истим именом.", - "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је променњено на „{newName}”", + "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је промењено на „{newName}”", "Could not rename \"{oldName}\", it does not exist any more" : "Не може да се промени име фајла „{fileName}” јер фајл више не постоји", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}” се већ користи у директоријуму „{dir}”. Молимо вас да изаберете неко друго име.", "Could not rename \"{oldName}\"" : "Не може да се промени име фајла „{fileName}”", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 8f671ae71d5..efa0956db20 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -184,7 +184,7 @@ "\"{char}\" is not allowed inside a file name." : "„{char}“ није дозвољен каракетер у имену фајла.", "Name cannot be empty" : "Назив не може бити празан", "Another entry with the same name already exists" : "Већ постоји ставка са истим именом.", - "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је променњено на „{newName}”", + "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је промењено на „{newName}”", "Could not rename \"{oldName}\", it does not exist any more" : "Не може да се промени име фајла „{fileName}” јер фајл више не постоји", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Назив „{targetName}” се већ користи у директоријуму „{dir}”. Молимо вас да изаберете неко друго име.", "Could not rename \"{oldName}\"" : "Не може да се промени име фајла „{fileName}”", |