diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:22 +0000 |
commit | 23bbb314453e730fe3fc33c9267eaedb35ecfbd0 (patch) | |
tree | 055f1c9c201ed687755e669b2fc14ca8d38e229e /apps/files/l10n/ru.js | |
parent | cead56ac6a46ccd6567345772462c19ded7f4570 (diff) | |
download | nextcloud-server-23bbb314453e730fe3fc33c9267eaedb35ecfbd0.tar.gz nextcloud-server-23bbb314453e730fe3fc33c9267eaedb35ecfbd0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 1f5feedc1b0..45683e2eda2 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -156,6 +156,9 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "Файл добавлен в <strong>избранное</strong> или удалён оттуда", "A file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или каталог", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или папка отмеченные как избранное", + "Failed to authorize" : "Не удалось авторизовать", + "Invalid folder path" : "Неверный путь к папке", + "Folder not found" : "Папка не найдена", "Upload (max. %s)" : "Загрузка (максимум %s)", "Files compatibility" : "Совместимость файлов", "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Разрешить ограничения на имена файлов для обеспечения возможности их синхронизации со всеми клиентами. По умолчанию разрешены все имена файлов, допустимые в POSIX (например, в Linux или macOS).", @@ -190,6 +193,8 @@ OC.L10N.register( "Filename" : "Имя файла", "Folder name" : "Имя папки", "This node is unavailable" : "Этот узел недоступен", + "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" : "Не удалось переименовать \"{oldName}\", его больше не существует", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{newName}\" уже используется в каталоге \"{dir}\". Выберите другое имя.", @@ -207,11 +212,14 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Заголовки столбцов с кнопками можно сортировать.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "File not found" : "Файл не найден", + "Storage information" : "Информация о хранении", + "Storage quota" : "Квота хранилища", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{relative}% used" : "Использовано {relative}%", "Could not refresh storage stats" : "Не удалось обновить данные об использовании хранилища", "Your storage is full, files can not be updated or synced anymore!" : "Ваше хранилище переполнено, файлы больше не могут быть обновлены или синхронизированы.", "Create" : "Создать", + "This name is already in use." : "Это название уже используется.", "Submit" : "Отправить ответ", "Transfer ownership of a file or folder" : "Изменение владельца файла или папки", "Choose file or folder to transfer" : "Выберите файл или папку для передачи владения", @@ -330,6 +338,7 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "All files" : "Все файлы", "List of your files and folders." : "Список ваших файлов и каталогов.", + "All folders" : "Все папки", "Personal Files" : "Личные Файлы", "List of your files and folders that are not shared." : "Список ваших неопубликованных файлов и папок.", "No personal files found" : "Личные файлы не найдены", |