diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-24 21:01:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-24 21:01:18 +0000 |
commit | 26957e8a7984ad65cede6d0e34443b7dd013e834 (patch) | |
tree | 7f6b46a8e8de00bf82464557e4ec5fd07ce3aa26 /apps/files/l10n/ru.js | |
parent | 62223af192663f1b4c7645f8b108bcb6d6bee1f0 (diff) | |
download | nextcloud-server-26957e8a7984ad65cede6d0e34443b7dd013e834.tar.gz nextcloud-server-26957e8a7984ad65cede6d0e34443b7dd013e834.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 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 2d73c6e3e8b..72fc1c5bee9 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -249,12 +249,6 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Подтвердите удаление {count} объекта.","Подтвердите удаление {count} объектов","Подтвердите удаление {count} объектов","Подтвердите удаление {count} объектов"], "Confirm deletion" : "Подтвердить удаление", "Cancel" : "Отменить", - "Edit file locally" : "Редактировать файл локально", - "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Теперь файл должен открыться на вашем устройстве. Если это не произошло, пожалуйста, убедитесь, что у вас установлено настольное приложение.", - "Retry and close" : "Повторить попытку и закрыть", - "Edit online" : "Редактировать онлайн", - "Failed to redirect to client" : "Ошибка перенаправления в клиент", - "Edit locally" : "Редактировать локально", "Moving \"{source}\" to \"{destination}\" …" : "Перемещение \"{source}\" в \"{destination}\" …", "Copying \"{source}\" to \"{destination}\" …" : "Копирование \"{source}\" в \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Папка или файл не могут быть перемещены во вложенную папку или в себя", @@ -275,6 +269,11 @@ OC.L10N.register( "Cancelled move or copy operation" : "Копирование или перемещение отменено", "Open folder {displayName}" : "Открыть папку «{displayName}»", "Open in Files" : "Открыть в приложении «Файлы»", + "Open file locally" : "Открыть файл локально", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Теперь файл должен открыться на вашем устройстве. Если это не произошло, пожалуйста, убедитесь, что у вас установлено настольное приложение.", + "Retry and close" : "Повторить попытку и закрыть", + "Failed to redirect to client" : "Ошибка перенаправления в клиент", + "Open locally" : "Открыть локально", "Rename" : "Переименовать", "Open details" : "Открыть подробности", "View in folder" : "Посмотреть в каталоге", @@ -375,6 +374,7 @@ OC.L10N.register( "Error when assembling chunks, status code {status}" : "Ошибка при сборке чанков, код ошибки {status}", "Choose target folder" : "Выбор папки назначения", "Set reminder" : "Установить напоминание", + "Edit locally" : "Редактировать локально", "Open" : "Открыть", "Could not load info for file \"{file}\"" : "Не удаётся загрузить информацию для файла \"{file}\"", "Details" : "Подробно", @@ -437,6 +437,8 @@ OC.L10N.register( "Go to the previous folder" : "Перейти к предыдущей папке", "Open the files app settings" : "Открыть параметры приложения «Файлы»", "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", + "Edit file locally" : "Редактировать файл локально", + "Edit online" : "Редактировать онлайн", "Create new templates folder" : "Создать новую папку шаблонов", "List of favorites files and folders." : "Список избранных файлов и каталогов.", "Personal Files" : "Личные файлы", |