platform/plugins/attachment-assets/lang/ru.json
Ruslan Izhitsky 53821621c6
Chunter: file browser (#1407) (#1488)
Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
2022-04-23 08:40:38 +06:00

41 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"string": {
"UploadDropFilesHere": "Загрузите или перетащите файлы сюда",
"NoAttachments": "Нет вложений",
"NoParticipants": "Участники не добавлены",
"AddAttachment": "загрузил вложение",
"Attachments": "Вложения",
"Photos": "Фотографии",
"File": "Файл",
"Files": "Файлы",
"NoFiles": "Файлы отсутствуют",
"ShowMoreAttachments": "Показать больше файлов",
"Type": "Тип",
"Size": "Размер",
"Photo": "Фотография",
"Date": "Дата",
"Name": "Название",
"FileBrowser": "Браузер файлов",
"FileBrowserFileCounter": "{results, plural, =1 {# результат} =2 {# результата} =3 {# результата} =4 {# результата} other {# результатов}}",
"FileBrowserFilterFrom": "От",
"FileBrowserFilterIn": "В",
"FileBrowserFilterDate": "Дата",
"FileBrowserFilterFileType": "Тип файла",
"FileBrowserSortNewest": "Самый новый файл",
"FileBrowserSortOldest": "Самый старый файл",
"FileBrowserSortAZ": "От А до Я",
"FileBrowserSortZA": "От Я до А",
"FileBrowserDateFilterAny": "В любое время",
"FileBrowserDateFilterToday": "Сегодня",
"FileBrowserDateFilterYesterday": "Вчера",
"FileBrowserDateFilter7Days": "Последние 7 дней",
"FileBrowserDateFilter30Days": "Последние 30 дней",
"FileBrowserDateFilter3Months": "Последние 3 месяца",
"FileBrowserDateFilter12Months": "Последние 12 месяцев",
"FileBrowserTypeFilterAny": "Любой тип файла",
"FileBrowserTypeFilterImages": "Изображения",
"FileBrowserTypeFilterAudio": "Звук",
"FileBrowserTypeFilterVideos": "Видео",
"FileBrowserTypeFilterPDFs": "PDF-файлы"
}
}