diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-28 00:26:39 +0000 |
commit | cf59499274b0fba60aeb782edc06ab379226be50 (patch) | |
tree | 49d14b9fc871baefc09c09d5df75be296c5289be /core/l10n/ru.js | |
parent | 897c4d403700d8668c1df2f05837953c62aa2878 (diff) | |
download | nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.tar.gz nextcloud-server-cf59499274b0fba60aeb782edc06ab379226be50.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index af69360fab6..c746e9c854d 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -235,21 +235,9 @@ OC.L10N.register( "Looking for {term} …" : "Поиск {term}…", "No" : "Нет", "Yes" : "Да", - "No files in here" : "Здесь нет файлов", - "New folder" : "Новая папка", - "No more subfolders in here" : "Здесь нет вложенных папок", - "Name" : "Имя", - "Size" : "Размер", - "Modified" : "Последнее изменение:", - "\"{name}\" is an invalid file name." : "«{name}» — недопустимое имя файла.", - "File name cannot be empty." : "Имя файла не может быть пустым.", - "\"/\" is not allowed inside a file name." : "Символ «/» недопустим в имени файла.", - "\"{name}\" is not an allowed filetype" : "«{name}» - недопустимый тип файла.", - "{newName} already exists" : "«{newName}» уже существует", "Choose" : "Выбрать", "Copy" : "Копировать", "Move" : "Переместить", - "Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}", "OK" : "ОК", "Error loading message template: {error}" : "Ошибка загрузки шаблона сообщений: {error}", "read-only" : "только для чтения", @@ -264,12 +252,6 @@ OC.L10N.register( "(all selected)" : "(все выбранные)", "({count} selected)" : "(выбрано: {count})", "Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла", - "Show list view" : "Просмотр списком", - "Show grid view" : "Просмотр сеткой", - "Pending" : "Ожидается", - "Home" : "Главная", - "Copy to {folder}" : "Скопировать в «{folder}»", - "Move to {folder}" : "Переместить в «{folder}»", "Saving …" : "Сохранение…", "Authentication required" : "Требуется аутентификация ", "This action requires you to confirm your password" : "Это действие требует подтверждения паролем", @@ -423,6 +405,24 @@ OC.L10N.register( "If it is not there ask your local administrator." : "Если письмо не будет получено, сообщите об этом администратору системы.", "Press enter to start searching" : "Нажмите Enter для запуска поиска", "Settings" : "Параметры", + "No files in here" : "Здесь нет файлов", + "New folder" : "Новая папка", + "No more subfolders in here" : "Здесь нет вложенных папок", + "Name" : "Имя", + "Size" : "Размер", + "Modified" : "Последнее изменение:", + "\"{name}\" is an invalid file name." : "«{name}» — недопустимое имя файла.", + "File name cannot be empty." : "Имя файла не может быть пустым.", + "\"/\" is not allowed inside a file name." : "Символ «/» недопустим в имени файла.", + "\"{name}\" is not an allowed filetype" : "«{name}» - недопустимый тип файла.", + "{newName} already exists" : "«{newName}» уже существует", + "Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}", + "Show list view" : "Просмотр списком", + "Show grid view" : "Просмотр сеткой", + "Pending" : "Ожидается", + "Home" : "Главная", + "Copy to {folder}" : "Скопировать в «{folder}»", + "Move to {folder}" : "Переместить в «{folder}»", "File not found" : "Файл не найден", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документ не найден на сервере. Возможно доступ к нему был удален или истек срок действия доступа.", "Please use the command line updater because automatic updating is disabled in the config.php." : "Автоматические обновления отключены в файле конфигурации «config.php». Выполните обновление из командной строки.", |