platform/plugins/attachment-assets/lang/ru.json
Ruslan Izhitsky ca2b5ba0f3
Chunter: file browser additional fixes (#1547)
Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
2022-04-27 14:47:29 +06:00

46 lines
2.4 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": "Тип файла",
"FileBrowserSort": "Сортировка:",
"FileBrowserSortNewest": "Самый новый файл",
"FileBrowserSortOldest": "Самый старый файл",
"FileBrowserSortAZ": "От А до Я",
"FileBrowserSortZA": "От Я до А",
"FileBrowserSortSmallest": "Самый маленький файл",
"FileBrowserSortBiggest": "Самый большой файл",
"FileBrowserDateFilterAny": "В любое время",
"FileBrowserDateFilterToday": "Сегодня",
"FileBrowserDateFilterYesterday": "Вчера",
"FileBrowserDateFilter7Days": "Последние 7 дней",
"FileBrowserDateFilter30Days": "Последние 30 дней",
"FileBrowserDateFilter3Months": "Последние 3 месяца",
"FileBrowserDateFilter12Months": "Последние 12 месяцев",
"FileBrowserTypeFilterAny": "Любой тип файла",
"FileBrowserTypeFilterImages": "Изображения",
"FileBrowserTypeFilterAudio": "Звук",
"FileBrowserTypeFilterVideos": "Видео",
"FileBrowserTypeFilterPDFs": "PDF-файлы",
"AddAttachmentToSaved": "Добавить вложение в сохраненные",
"RemoveAttachmentFromSaved": "Удалить вложение из сохраненных"
}
}