iachat/app/javascript/dashboard/i18n/locale/uk/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} компаній"
}
}
}