diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
commit | d54c5c8a826a450bef222e1f120dc87a6fae5fb0 (patch) | |
tree | baebcf8d3f2febabf11278168e82b23305c2ff43 /apps/files/l10n/ru.json | |
parent | 239213abfe59dc749129d4b0728c191dcc636513 (diff) | |
download | nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.tar.gz nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 8c2a45d17da..84e90f51d9f 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -198,13 +198,10 @@ "Unselect all" : "Отменить выделение для всех", "\"{displayName}\" failed on some elements " : "«{displayName}» неудачно для некоторых элементов", "\"{displayName}\" batch action executed successfully" : "Пакетное действие \"{displayName}\" выполнено успешно", - "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", "List of files and folders." : "Список файлов и каталогов.", "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" : "Файл не найден", - "_{count} file_::_{count} files_" : ["{count} файл","{count} файла","{count} файлов","{count} файлов"], - "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки","{count} папок","{count} папок"], "Storage informations" : "Сведения о хранилище", "{usedQuotaByte} used" : "Использовано {usedQuotaByte}", "{relative}% used" : "Использовано {relative}%", @@ -321,6 +318,9 @@ "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Этот список отображается не полностью из соображений производительности. Файлы будут отображаться по мере перемещения по списку.", "Search for an account" : "Поиск по учетной записи", "Choose" : "Выберите", - "No files or folders have been deleted yet" : "Файлы или папки еще не удалены" + "No files or folders have been deleted yet" : "Файлы или папки еще не удалены", + "{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} файл","{count} файла","{count} файлов","{count} файлов"], + "_{count} folder_::_{count} folders_" : ["{count} папка","{count} папки","{count} папок","{count} папок"] },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file |