diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:00 +0000 |
commit | 82af5cc5922a215d17ad87883a7662dc310976fa (patch) | |
tree | 4c16442a4052d45ad80d98691f4b0f0474a8999c /apps/files/l10n/ru.js | |
parent | 85f28856cfd75fe17f490f098c5657090bc00412 (diff) | |
download | nextcloud-server-82af5cc5922a215d17ad87883a7662dc310976fa.tar.gz nextcloud-server-82af5cc5922a215d17ad87883a7662dc310976fa.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 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index fbe1a2627db..3eb8353c94f 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -295,9 +295,9 @@ OC.L10N.register( "New template folder" : "Новая папка шаблонов", "One of the dropped files could not be processed" : "Один из перетащенных файлов не может быть обработан", "Uploading \"{filename}\" failed" : "Загрузка \"{filename}\" не удалась", - "_{folderCount} folder_::_{folderCount} folders_" : ["{count} папка","{count} папки","{count} папок","{count} папки"], - "_{fileCount} file_::_{fileCount} files_" : ["{count} файл","{count} файла","{count} файлов","{count} файла"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {count} папка","один файл и {count} папки","один файл и {count} папок","один файл и {count} папки"], + "_{folderCount} folder_::_{folderCount} folders_" : ["{count} папка","{count} папки","{count} папок","{folderCount} папки"], + "_{fileCount} file_::_{fileCount} files_" : ["{count} файл","{count} файла","{count} файлов","{fileCount} файла"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {count} папка","один файл и {count} папки","один файл и {count} папок","один файл и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} файл и одна папка","{fileCount} файла и одна папка","{fileCount} файлов и одна папка","{fileCount} файла и одна папка"], "{fileCount} files and {folderCount} folders" : "файлов: {fileCount}, папок: {folderCount}", "List of favorites files and folders." : "Список избранных файлов и каталогов.", @@ -305,6 +305,10 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные", "All files" : "Все файлы", "List of your files and folders." : "Список ваших файлов и каталогов.", + "Personal Files" : "Личные Файлы", + "List of your files and folders that are not shared." : "Список ваших неопубликованных файлов и папок.", + "No personal files found" : "Личные файлы не найдены", + "Files that are not shared will show up here." : "Файлы, которые не опубликованы, показаны здесь.", "List of recently modified files and folders." : "Список недавно измененных файлов и директорий.", "No recently modified files" : "Нет недавно измененных файлов", "Files and folders you recently modified will show up here." : "Здесь будут показаны недавно изменённые файлы и папки", |