iachat/app/javascript/dashboard/i18n/locale/ru/companies.json
Captain 11ee741716
chore: Update translations (#13227)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 15:44:32 -07:00

34 lines
1.1 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.

{
"COMPANIES": {
"HEADER": "Компании",
"SORT_BY": {
"LABEL": "Сортировать по",
"OPTIONS": {
"NAME": "Имя",
"DOMAIN": "Домен",
"CREATED_AT": "Дата создания",
"CONTACTS_COUNT": "Количество контактов"
}
},
"ORDER": {
"LABEL": "Сортировка",
"OPTIONS": {
"ASCENDING": "По возрастанию",
"DESCENDING": "По убыванию"
}
},
"SEARCH_PLACEHOLDER": "Поиск компаний...",
"LOADING": "Загрузка компаний...",
"UNNAMED": "Безымянная компания",
"CONTACTS_COUNT": "{n} Контакт | {n} Контакта | Контактов",
"EMPTY_STATE": {
"TITLE": "Компаний не найдено"
}
},
"COMPANIES_LAYOUT": {
"PAGINATION_FOOTER": {
"SHOWING": "Показано {startItem}{endItem} из {totalItems} компании | Показано {startItem}{endItem} из {totalItems} компаний"
}
}
}