diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:46 +0000 |
commit | e218d1f98e19307f2bf170e09670e4f7fe61f061 (patch) | |
tree | 179a809826ea32995075c12cc1d0e2385d39b99d /apps/files/l10n/ru.json | |
parent | 2c24c3c469847d36b65e3e1e0550ab2c2d03e6d5 (diff) | |
download | nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.tar.gz nextcloud-server-e218d1f98e19307f2bf170e09670e4f7fe61f061.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 7e6a90dea88..6af88607597 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -343,41 +343,21 @@ "New text file.txt" : "Новый текстовый файл.txt", "Direct link was copied (only works for users who have access to this file/folder)" : "Внутренняя ссылка скопирована. Она может быть использована только пользователями, у которых есть доступ к этому файлу или папке. ", "Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)", - "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", - "This file has the tag {tag}" : "Файлу назначана метка «{tag}»", - "This file has the tags {firstTags} and {lastTag}" : "Файлу назначены метки «{firstTags}» и «{lastTag}»", "\"remote user\"" : "«пользователь с другого сервера»", - "Select the row for {displayName}" : "Выбрать строку для {displayName}", - "Open folder {name}" : "Открыть папку {name}", - "Download file {name}" : "Скачать файл {name}", - "Unselect all" : "Отменить выделение для всех", - "ascending" : "восходящий", - "descending" : "нисходящий", - "Sort list by {column} ({direction})" : "Сортировать список по {column} ({direction})", - "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", - "Storage informations" : "Сведения о хранилище", - "Search for an account" : "Поиск по учетной записи", - "Choose" : "Выберите", - "No files or folders have been deleted yet" : "Файлы или папки еще не удалены", - "Open the files app settings" : "Открыть параметры приложения «Файлы»", - "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", - "Set up templates folder" : "Указать папку шаблонов", - "Create new templates folder" : "Создать новую папку шаблонов", - "Toggle %1$s sublist" : "Переключить %1$s подсписок", - "Toggle grid view" : "Включить или отключить режим просмотра сеткой", - "Shares" : "Общие ресурсы", - "Shared with others" : "Доступные для других", - "Shared with you" : "Доступные для вас", - "Deleted shares" : "Удалённые общие ресурсы", - "Pending shares" : "Ожидающие общие ресурсы", "File name" : "Имя файла", + "Download file {name}" : "Скачать файл {name}", "\"{char}\" is not allowed inside a file name." : "Символ «{char}» не допускается внутри имени файла.", "\"{name}\" is not an allowed filetype." : "«{name}» не является допустимым типом файла.", "{newName} already exists." : "«{newName}» уже существует.", "Name cannot be empty" : "Имя не может быть пустым", "Another entry with the same name already exists" : "Другая запись с таким названием уже существует", + "Storage informations" : "Сведения о хранилище", "A file or folder with that name already exists." : "Файл или папка с этим именем уже существуют.", "Invalid file name" : "Имя файла недопустимо", - "The files is locked" : "Файлы заблокированы" + "Open the files app settings" : "Открыть параметры приложения «Файлы»", + "You might not have have permissions to view it, ask the sender to share it" : "У вас отсутствуют права на просмотр файла, попросите предоставить их у владельца общего ресурса", + "The files is locked" : "Файлы заблокированы", + "Create new templates folder" : "Создать новую папку шаблонов", + "Toggle %1$s sublist" : "Переключить %1$s подсписок" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file |