diff options
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index c492a0b50d0..e6c9d7af45f 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -154,6 +154,9 @@ "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).", @@ -188,6 +191,8 @@ "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}\". Выберите другое имя.", @@ -205,11 +210,14 @@ "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" : "Выберите файл или папку для передачи владения", @@ -328,6 +336,7 @@ "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" : "Личные файлы не найдены", |