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

20 lines
535 B
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.
{
"GENERAL": {
"SHOWING_RESULTS": "Показані {firstIndex}-{lastIndex} з елементів {totalCount}",
"PHONE_INPUT": {
"PLACEHOLDER": "Пошук",
"EMPTY_STATE": "Результатів не знайдено"
},
"CLOSE": "Закрити",
"BETA": "Beta",
"BETA_DESCRIPTION": "This feature is in beta and may change as we improve it.",
"ACCEPT": "Accept",
"DISCARD": "Discard",
"PREFERRED": "Preferred"
},
"CHOICE_TOGGLE": {
"YES": "Так",
"NO": "Ні"
}
}