diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:28 +0000 |
commit | f136e8004ff37e94588c2a555844a52bb2400168 (patch) | |
tree | 81360b75e8ea3ff324d40fab19b723301dfa1f7e /apps/files/l10n | |
parent | 746ad6098067d6d9f18f1808cfd49c87ee4ff94e (diff) | |
download | nextcloud-server-f136e8004ff37e94588c2a555844a52bb2400168.tar.gz nextcloud-server-f136e8004ff37e94588c2a555844a52bb2400168.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/ru.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 9 |
2 files changed, 18 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" : "Личные файлы не найдены", 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" : "Личные файлы не найдены", |