diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:20 +0000 |
commit | 8edcdbf538783c35fb2869e1efd25358855f9aa2 (patch) | |
tree | 13b583c654c2357d263ff04ae91b1be963379846 /apps/files/l10n/sr.json | |
parent | 281de601c72567fd4825c86d3ec5d54f444647a0 (diff) | |
download | nextcloud-server-8edcdbf538783c35fb2869e1efd25358855f9aa2.tar.gz nextcloud-server-8edcdbf538783c35fb2869e1efd25358855f9aa2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sr.json')
-rw-r--r-- | apps/files/l10n/sr.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 2f6ef94bf23..b32af8499b5 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -86,9 +86,6 @@ "Another entry with the same name already exists." : "Већ постоји ставка са истим именом.", "Invalid filename." : "Неисправно име фајла.", "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}”", "Pending" : "На чекању", "Clear filter" : "Очисти филтер", "Modified" : "Измењен", @@ -384,12 +381,13 @@ "Filenames must not end with \"{segment}\"." : "Имена фајлова не смеју да се завршавају са „{segment}”.", "Name cannot be empty" : "Назив не може бити празан", "Another entry with the same name already exists" : "Већ постоји ставка са истим именом.", + "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}”", "Storage informations" : "Информације о складишту", "Choose file" : "Изаберите фајл", "Open the files app settings" : "Отвори подешавања апликације фајлови", "You might not have have permissions to view it, ask the sender to share it" : "Можда немате дозволе да га погледате, затражите од пошиљаоца да га подели са вама", - "Destination is not a folder" : "Одредиште није фолдер", - "This file/folder is already in that directory" : "Овај фајл/фолдер се већ налази у том директоријуму", "The files is locked" : "Фајл је закључан", "Create new templates folder" : "Креирај нови фолдер шаблона", "List of favorites files and folders." : "Листа омиљених фајлова и директоријума.", @@ -400,6 +398,8 @@ "Copy direct link (only works for people who have access to this file/folder)" : "Копирај директни линк (ради само за особе које имају приступ овом фајлу/фолдеру)", "Favored" : "Наклоњен", "Favor" : "Наклоност", - "Not favored" : "Ненаклоњен" + "Not favored" : "Ненаклоњен", + "Destination is not a folder" : "Одредиште није фолдер", + "This file/folder is already in that directory" : "Овај фајл/фолдер се већ налази у том директоријуму" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |