-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from webitel/hotfix/add-kz-locale
hotfix: add kz locale[ENPF-58]
- Loading branch information
Showing
6 changed files
with
100 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
export default { | ||
reusable: { | ||
send: 'Жіберу', | ||
close: 'Жабу', | ||
ok: 'Ок', | ||
}, | ||
chat: { | ||
inputPlaceholder: 'Хабар', | ||
events: { | ||
joined: 'чатқа қосылды', | ||
left: 'чаттан шықты', | ||
closed: 'Чат жабық', | ||
error: 'Қате', | ||
}, | ||
reopenSession: 'Жаңа чатты бастаңыз', | ||
previewChatMessage1: 'Қайырлы күн!!\r\nМен сіздің чат ботыңызбын. \r\n\r\nҚалай көмектесе аламын?', | ||
previewChatMessage2: 'Қайырлы күн, \r\nмен сіздің қызметтеріңіз туралы көбірек білгім келеді.', | ||
}, | ||
appointment: { | ||
form: { | ||
title: 'Жеке ақпарат', | ||
name: { | ||
label: 'Аты', | ||
placeholder: 'Атыңызды енгізіңіз', | ||
}, | ||
email: { | ||
label: 'Электрондық пошта', | ||
placeholder: 'Электрондық поштаны енгізіңіз', | ||
}, | ||
destination: { | ||
label: 'Телефон нөмірі', | ||
placeholder: 'Телефон нөмірін енгізіңіз', | ||
}, | ||
message: { | ||
label: 'Хабар', | ||
placeholder: 'Хабарламаңызды енгізіңіз...', | ||
}, | ||
}, | ||
calendar: { | ||
title: 'Қоңырау уақытын таңдаңыз', | ||
timeZone: 'Сағаттық белдеу', | ||
}, | ||
success: { | ||
title: 'Құттықтаймыз!', | ||
subtitle: 'Сіз қоңырауды жоспарладыңыз.', | ||
cancel: 'Қоңыраудан бас тарту', | ||
}, | ||
error: { | ||
api_valid_origin: 'Жарамсыз сұрау бастауы', | ||
appointment_valid_date: 'Уақыт немесе күн ұяшығы жарамсыз', | ||
store_sql_member_appointment_widget_app_error: 'Деректер базасының қатесі', | ||
store_sql_member_appointment_get_app_error: 'Сақталған, бірақ дерекқор қатесі бар', | ||
store_sql_member_appointment_cancel_app_error: 'Бас тарту қатесі', | ||
}, | ||
}, | ||
errors: { | ||
fileTooLarge: '{file} файлы тым үлкен! Максималды файл өлшемі: {maxSize} МБ', | ||
}, | ||
emojiPicker: { | ||
categoriesLabel: 'Санаттар', | ||
emojiUnsupportedMessage: 'Браузеріңіз түсті эмодзилерге қолдау көрсетпейді.', | ||
favoritesLabel: 'Таңдаулылар', | ||
loadingMessage: 'Жүктелуде…', | ||
networkErrorMessage: 'Эмодзи жүктелмеді.', | ||
regionLabel: 'Emoji picker', | ||
searchDescription: 'Іздеу нәтижесі қолжетімді болса, шарлау үшін жоғары немесе төмен түймесін басыңыз және таңдау үшін enter басыңыз.', | ||
searchLabel: 'Іздеу', | ||
searchResultsLabel: 'Іздеу нәтижесі ', | ||
skinToneDescription: 'Ашылғаннан кейін шарлау үшін жоғары немесе төмен түймесін басыңыз және таңдау үшін enter басыңыз.', | ||
skinToneLabel: 'Тері түсін таңдаңыз', | ||
skinTonesLabel: 'Тері түсі', | ||
skinTones: [ | ||
'Әдепкі', | ||
'Жарық', | ||
'Орташа жарық', | ||
'Орташа', | ||
'Орташа қараңғы', | ||
'Қараңғы', | ||
], | ||
categories: { | ||
custom: 'Менікі', | ||
'smileys-emotion': 'Смайл мен смайликтер', | ||
'people-body': 'Адамдар және дене', | ||
'animals-nature': 'Жануарлар және табиғат', | ||
'food-drink': 'Тамақ және сусын', | ||
'travel-places': 'Саяхат және орындар', | ||
activities: 'Іс-шаралар', | ||
objects: 'Объектілер', | ||
symbols: 'Рәміздер', | ||
flags: 'Жалаулар', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters