hl-core 0.0.8-beta.3 → 0.0.8-beta.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/api/index.ts +77 -21
  2. package/api/interceptors.ts +17 -13
  3. package/components/Dialog/Dialog.vue +7 -37
  4. package/components/Form/FormBlock.vue +65 -28
  5. package/components/Form/FormSection.vue +4 -1
  6. package/components/Form/ManagerAttachment.vue +197 -0
  7. package/components/Form/ProductConditionsBlock.vue +64 -12
  8. package/components/Input/Datepicker.vue +5 -1
  9. package/components/Input/FormInput.vue +28 -7
  10. package/components/Input/PanelInput.vue +5 -0
  11. package/components/Input/RoundedSelect.vue +137 -0
  12. package/components/Layout/Drawer.vue +1 -0
  13. package/components/Layout/Header.vue +40 -4
  14. package/components/Layout/SettingsPanel.vue +39 -9
  15. package/components/Menu/MenuHover.vue +30 -0
  16. package/components/Menu/MenuNav.vue +28 -11
  17. package/components/Menu/MenuNavItem.vue +5 -2
  18. package/components/Pages/Anketa.vue +38 -21
  19. package/components/Pages/Auth.vue +145 -30
  20. package/components/Pages/InvoiceInfo.vue +30 -0
  21. package/components/Pages/MemberForm.vue +381 -144
  22. package/components/Pages/ProductConditions.vue +496 -17
  23. package/components/Panel/PanelHandler.vue +75 -2
  24. package/components/Utilities/Chip.vue +27 -0
  25. package/components/Utilities/JsonViewer.vue +27 -0
  26. package/composables/classes.ts +165 -25
  27. package/composables/constants.ts +13 -1
  28. package/composables/index.ts +58 -2
  29. package/composables/styles.ts +9 -3
  30. package/configs/i18n.ts +19 -0
  31. package/layouts/default.vue +2 -2
  32. package/locales/en.json +583 -0
  33. package/locales/kz.json +583 -0
  34. package/locales/ru.json +585 -0
  35. package/nuxt.config.ts +8 -0
  36. package/package.json +15 -9
  37. package/pages/500.vue +1 -1
  38. package/pages/Token.vue +51 -0
  39. package/plugins/helperFunctionsPlugins.ts +3 -0
  40. package/plugins/storePlugin.ts +0 -1
  41. package/plugins/vuetifyPlugin.ts +8 -1
  42. package/store/data.store.js +705 -624
  43. package/store/member.store.ts +147 -22
  44. package/store/rules.js +41 -3
  45. package/types/index.ts +39 -0
  46. package/store/messages.ts +0 -434
@@ -0,0 +1,583 @@
1
+ {
2
+ "title": "Title",
3
+ "confirm": {
4
+ "yes": "Yes",
5
+ "no": "No"
6
+ },
7
+ "settings": {
8
+ "statement": "Statement actions",
9
+ "member": "Member actions",
10
+ "rejectCause": "Reject cause",
11
+ "returnCause": "Return cause"
12
+ },
13
+ "error": {
14
+ "title": "Error 404",
15
+ "description": "The page you requested does not exist or has expired.",
16
+ "connectionLost": "No connection",
17
+ "checkConnection": "Check your connection",
18
+ "noOtpResponse": "No response when sending OTP code",
19
+ "noOtpCode": "Fill in the fields: IIN, Phone Number, Confirmation Code",
20
+ "memberCopy": "Error while transfering data of members",
21
+ "memberSave": "Error while saving members"
22
+ },
23
+ "toaster": {
24
+ "membersLimit": "The number of these members has been exceeded. The limit is: {text}",
25
+ "hasAlreadyMember": "Member with such IIN is already in statement",
26
+ "noIinOrPhone": "Missing data to send SMS",
27
+ "ESBDErrorMessage": "Incorrect data entered for this IIN",
28
+ "phoneNotFoundInBMG": "Enter a number registered in BMG or register the contragent in BMG",
29
+ "errorSumOrPercentage": "The percentage of payout amount cannot be less than or greater than 100",
30
+ "fileWasDeleted": "File successfully deleted",
31
+ "attachManagerError": "Attach the request to the manager",
32
+ "viewErrorText": "You are currently in view mode or do not have access",
33
+ "editModeText": "You have switched to edit mode",
34
+ "viewModeText": "You have switched to view mode",
35
+ "noEditText": "You do not have access to edit",
36
+ "noDeleteText": "You do not have access to delete",
37
+ "notFound": "No matches found",
38
+ "notFoundUser": "No matches found",
39
+ "successSaved": "Data successfully saved",
40
+ "hasAlreadyStatement": "There is already a pending application for this IIN",
41
+ "successStatementCreation": "Application successfully created",
42
+ "deletedMember": "Member deleted successfully",
43
+ "undefinedError": "Something went wrong",
44
+ "noProductPermission": "You do not have access to this product",
45
+ "noStatementPermission": "You do not have access to this application",
46
+ "formFieldEmptyWarning": "You need to fill in some fields and save the member",
47
+ "needToRunStatement": "You need to create an application",
48
+ "shouldBeOneInsured": "You cannot delete the only insured person",
49
+ "readyStatementMembers": "Data of all members saved successfully",
50
+ "successRecalculation": "Recalculation done successfully",
51
+ "dataHasNotChanged": "Data has not been changed",
52
+ "calculated": "Calculation completed",
53
+ "copiedSuccessfully": "Link successfully copied",
54
+ "smsSendSuccessfully": "SMS successfully sent",
55
+ "errorFormField": "Fill in the field: {text}",
56
+ "fillFormFieldError": "You need to fill in the {text} data",
57
+ "fillOneFieldError": "You need to fill in at least one of the {text} fields",
58
+ "notSavedMember": "You need to save the current {text} data",
59
+ "copied": "Copied",
60
+ "clientNotFound": "Contragent with this IIN not found",
61
+ "needCalculate": "You need to calculate the insurance premium",
62
+ "incorrectInput": "The value entered is incorrect",
63
+ "error": "An error occurred",
64
+ "applicationDeleted": "Application deleted",
65
+ "emptyProductConditions": "Product and calculation conditions data are not filled in",
66
+ "emptyHealthAnketa": "Health questionnaire data for the Insured is not filled in",
67
+ "emptyHealthAnketaPolicyholder": "Health questionnaire data for the Policyholder is not filled in",
68
+ "emptyCriticalAnketa": "Critical illness questionnaire data is not filled in",
69
+ "successOperation": "Operation completed successfully",
70
+ "noAssignee": "You need to take the task in progress",
71
+ "canDoOnlyAssignee": "Task is in progress and you do not have access",
72
+ "successDataClear": "Data successfully cleared",
73
+ "noTasksForYou": "The list of tasks assigned to your role is empty",
74
+ "youCanNotStartApplication": "You do not have access to start the application",
75
+ "hasNewApplicationState": "Outdated application",
76
+ "reloadEverySeconds": "Refresh can be done every {text} seconds",
77
+ "successReload": "Refreshed",
78
+ "sendEverySeconds": "SMS can be sent every {text} seconds",
79
+ "waitForClient": "Awaiting contragent confirmation",
80
+ "noSuchProduct": "Error when navigating: incorrect link",
81
+ "affiliationDocumentNotUploaded": "File not attached in the underwriting board decision",
82
+ "documentNumberWasNotFilled": "Document number and date were not filled",
83
+ "valueShouldBeHigher": "The value should be higher than {text} percent",
84
+ "valueShouldBeBetween": "The value should be between {floor} and {ceil} percent",
85
+ "needAgreement": "You need to obtain contragent's consent",
86
+ "successOtp": "Confirmation code sent successfully",
87
+ "hasSuccessOtp": "Contragent has already provided consent",
88
+ "tokenExpire": "Waiting time has expired",
89
+ "requiredBeneficiary": "You need to specify beneficiary's data",
90
+ "requiredInsured": "You need to specify insured person's data",
91
+ "needToRecalculate": "You need to recalculate the product conditions",
92
+ "noUrl": "No link available",
93
+ "pickFamilyMember": "Pick a family member",
94
+ "numberRegistered": "Регистрационный номер успешно записан в реестр",
95
+ "requiredMember": "В заявке должен присутствовать {text}",
96
+ "client": "страхователь",
97
+ "insured": "застрахованный",
98
+ "beneficiary": "выгодоприобретатель",
99
+ "beneficialOwner": "бенефициарный собственник",
100
+ "spokesman": "представитель страхователя",
101
+ "noPermission": "You have no permission on {text}"
102
+ },
103
+ "buttons": {
104
+ "dataInput": "Input",
105
+ "createStatement": "Create Statement",
106
+ "add": "Add",
107
+ "userLogin": "Login",
108
+ "password": "Password",
109
+ "login": "Log in",
110
+ "exit": "Exit",
111
+ "logout": "Log out",
112
+ "save": "Save",
113
+ "back": "Back",
114
+ "sign": "Sign",
115
+ "toApprove": "Send for Approval",
116
+ "calculate": "Calculate",
117
+ "return": "Return",
118
+ "create": "Create",
119
+ "becomeAgent": "Become an Agent",
120
+ "close": "Close",
121
+ "reload": "Refresh",
122
+ "makeIssueInvoice": "Create Invoice",
123
+ "open": "Open",
124
+ "edit": "Edit",
125
+ "editApplication": "Edit Application",
126
+ "cancel": "Cancel",
127
+ "cancelApplication": "Cancel Application",
128
+ "viewApplication": "View Application",
129
+ "approve": "Approve",
130
+ "rejectStatement": "Reject",
131
+ "returnStatement": "Return for Revision",
132
+ "claimTask": "Claim Task",
133
+ "InsuranceContract": "Insurance Contract",
134
+ "PaymentSchedule": "Payment Schedule",
135
+ "clear": "Clear Data",
136
+ "delete": "Delete",
137
+ "deleteMember": "Delete Member",
138
+ "enterData": "Enter Data",
139
+ "viewMode": "Switch to View Mode",
140
+ "view": "View",
141
+ "recalculate": "Recalculate",
142
+ "createInvoice": "Create Invoice",
143
+ "fromInsis": "From INSIS Information System",
144
+ "fromGBDFL": "From State Database of Individuals",
145
+ "fromGKB": "From State Credit Bureau",
146
+ "sendSMS": "Send SMS",
147
+ "sendOtp": "Send OTP",
148
+ "check": "Check",
149
+ "toPayment": "Go to Payment",
150
+ "calcSum": "Calculate Sum",
151
+ "calcPremium": "Calculate Premium",
152
+ "accept": "Approve",
153
+ "reject": "Reject",
154
+ "pay": "Pay",
155
+ "register": "Registration reestr number",
156
+ "send": "Send",
157
+ "toStatement": "Continue checkout",
158
+ "affiliate": "Attach Underwriter CD",
159
+ "more": "More",
160
+ "reset": "Reset"
161
+ },
162
+ "dialog": {
163
+ "title": "Confirmation",
164
+ "exit": "Are you sure you want to exit?",
165
+ "exitApp": "Are you sure you want to exit? Data will be cleared.",
166
+ "dataWillClear": "Data will be cleared",
167
+ "cancel": "Are you sure you want to cancel the application?",
168
+ "clear": "Are you sure you want to clear the participant's data?",
169
+ "delete": "Are you sure you want to delete the participant?",
170
+ "sent": "Link has been sent",
171
+ "sentText": "Link has been sent to number {phoneNumber}. Can be resent in {minutes}:{seconds} seconds",
172
+ "sentSMS": "SMS has been sent",
173
+ "sentTextSMS": "SMS has been sent to number {phoneNumber}. Can be resent in {minutes}:{seconds} seconds",
174
+ "deleteFile": "Are you sure you want to delete the file?",
175
+ "continue": "Continue",
176
+ "correctSum": "Is the insurance premium amount correct?",
177
+ "sign": "Are you sure you want to sign?",
178
+ "pay": "Are you sure you want to pay?",
179
+ "familyMember": "Pick family member",
180
+ "register": "Вы действительно хотите добавить в реестр данного ребенка?",
181
+ "toApprove": "Are you sure you want to send to approve?",
182
+ "affiliate": "Вы действительно хотите добавить решение андеррайтингового совета?"
183
+ },
184
+ "sign": {
185
+ "chooseDoc": "Choose documents to sign",
186
+ "signed": "Signed with digital signature",
187
+ "chooseMethod": "Choose signing method",
188
+ "downloadDoc": "Download document for signing",
189
+ "downloadSignedDoc": "Download Signed Document",
190
+ "signPaper": "Sign on paper",
191
+ "recipientNumber": "Recipient's phone number",
192
+ "signCloud": "Sign via cloud digital signature",
193
+ "copyCloud": "Copy link for cloud digital signature",
194
+ "codeSendNumber": "Code sent to number:",
195
+ "codeFromSMS": "Code from SMS",
196
+ "signEgov": "Sign with eGov mobile",
197
+ "showQR": "Show QR code",
198
+ "timer": "You have created an invoice, it will become inactive in 00:59 seconds"
199
+ },
200
+ "questionnaireType": {
201
+ "byHealth": "Health questionnaire for the Insured",
202
+ "byCritical": "Critical illness questionnaire for the Insured",
203
+ "answerAllNo": "Answer No to all",
204
+ "pleaseAnswer": "Please answer {text} questions"
205
+ },
206
+ "questionnaireHealth": "Health questionnaire for the Insured",
207
+ "chooseAll": "Select all",
208
+ "statement": "Statement",
209
+ "childInfo": "Child info",
210
+ "policyholderForm": "Policyholder",
211
+ "policyholderAndInsured": "Insured / Policyholder",
212
+ "policyholderAndInsuredSame": "Insured / Policyholder are the same person",
213
+ "insuredForm": "Insured",
214
+ "beneficiaryForm": "Beneficiary",
215
+ "beneficialOwnerForm": "Beneficial Owner",
216
+ "policyholdersRepresentativeForm": "Policyholder's Representative",
217
+ "productConditions": "Product Conditions and Calculations",
218
+ "underwriterDecision": "Underwriter's Decision",
219
+ "recalculationInfo": "Data for recalculation",
220
+ "generalConditions": "General Insurance Conditions",
221
+ "isPolicyholderInsured": "Is the policyholder also insured?",
222
+ "isPolicyholderIPDL": "Does the Insured / Policyholder or their family members and close relatives belong to and/or have connections to a foreign public official?",
223
+ "isMemberIPDL": "Indication of belonging to and/or connections to a public official, their spouse, and close relatives?",
224
+ "isPolicyholderBeneficiary": "Is the policyholder also the beneficiary?",
225
+ "hasRepresentative": "Is the contract signed by a representative?",
226
+ "isActOwnBehalf": "Is the contragent acting on their own behalf and in their own interests?",
227
+ "coverPeriod": "Coverage Period",
228
+ "requestedSumInsured": "Requested Sum Insured",
229
+ "insurancePremiumPerMonth": "Insurance Premium per Month",
230
+ "noStatementCalculator": "Cost calculator without entering data",
231
+ "calculator": "Calculator",
232
+ "agreement": "Agreement",
233
+ "clientsStatement": "Contragent's Statement",
234
+ "document": "Document",
235
+ "documents": "Documents",
236
+ "invoiceData": "Payment info",
237
+ "statementAndSurvey": "Statement and Questionnaire",
238
+ "underwriterDecisionDocument": "",
239
+ "clientsCard": "Contragent Card",
240
+ "insuranceProduct": "Insurance Product",
241
+ "historyStatementsAndStatuses": "Application History and Statuses",
242
+ "applicationNumber": "Application Number: ",
243
+ "operationList": "Operation List",
244
+ "payCalendar": "Payment Calendar",
245
+ "signedDoc": "Signed Document (Bayterek project)",
246
+ "percent": "Percent ",
247
+ "chooseSource": "Choose data source",
248
+ "sumAndPremium": "Insurance Premium {paymentPeriod}: {insurancePremiumPerMonth}₸\nRequested Sum Insured: {requestedSumInsured}₸",
249
+ "recalculation": "Recalculation",
250
+ "survey": "Questionnaire",
251
+ "calculationAnnuityPayments": "Calculation of annuity payments",
252
+ "productConditionsForm": {
253
+ "coverPeriod": "Insurance Period",
254
+ "payPeriod": "Insurance Premium Payment Period",
255
+ "processIndexRate": "Requested indexation rate (from 3% to 7%)",
256
+ "processPaymentPeriod": "Frequency of insurance premium payment:",
257
+ "requestedSumInsured": "Insurance Amount",
258
+ "requestedSumInsuredInTenge": "Insurance Amount in tenge",
259
+ "requestedSumInsuredInDollar": "Insurance Amount in dollars",
260
+ "sumInsured": "Insurance Amount",
261
+ "insurancePremiumPerMonth": "Insurance Premium",
262
+ "hint": "The amount is calculated automatically",
263
+ "additional": "Additional Insurance Conditions",
264
+ "possibilityToChange": "Possibility to change the insurance amount and premiums (indexation)",
265
+ "conditions": "Insurance Premium Payment Conditions",
266
+ "processTariff": "Tariff",
267
+ "riskGroup": "Risk Group",
268
+ "requestedProductConditions": "Requested Insurance Conditions",
269
+ "coverPeriodFrom3to20": "Insurance Period (from 3 to 20 years)",
270
+ "insurancePremiumAmount": "Insurance Premium Amount in tenge",
271
+ "insurancePremiumAmountInDollar": "Amount of the Insurance premium (insurance fee) in dollars",
272
+ "coverPeriodFrom2to20": "Cover Period (from 2y to 20y)",
273
+ "dollarExchangeRateNBRK": "NBRK dollar exchange rate",
274
+ "contractDate": "Contract date",
275
+ "guaranteedTermAnnuityPayments": "Guaranteed term of annuity payments",
276
+ "guaranteedPeriod": "Specify the period of the guaranteed period",
277
+ "typeAnnuityInsurance": "Requested type of annuity insurance",
278
+ "termAnnuityPayments": "Requested term of annuity payments",
279
+ "periodAnnuityPayment": "Requested annuity payment period",
280
+ "amountAnnuityPayments": "The requested amount of annuity payments"
281
+ },
282
+ "history": {
283
+ "addRegNumber": "Number",
284
+ "number": "Application Number",
285
+ "iin": "IIN",
286
+ "client": "Client",
287
+ "contragent": "Contrangent",
288
+ "product": "Product",
289
+ "status": "Application Status",
290
+ "assignee": "Assignee",
291
+ "initiator": "Initiator",
292
+ "reason": "Reason",
293
+ "dateCreated": "Start Date",
294
+ "factEndDate": "Completion Date",
295
+ "decision": "Status",
296
+ "userFullName": "Assignee"
297
+ },
298
+ "agent": {
299
+ "menu": "Меню",
300
+ "main": "Главное",
301
+ "reports": "Отчеты",
302
+ "report": "Отчет",
303
+ "notifications": "Уведомления",
304
+ "support": "Тех. поддержка",
305
+ "agentsInfo": "Сведения о страховых агентах",
306
+ "info": "Данные об агенте",
307
+ "about": "Сведения об Агенте",
308
+ "level": "Уровень",
309
+ "subAgents": "Суб-агенты",
310
+ "done": "Оформлено договоров",
311
+ "myContracts": "Оформлено договоров",
312
+ "nextLevel": "Следующий уровень {text}",
313
+ "leftMy": "Осталось оформить лично",
314
+ "leftAll": "Осталось оформить всего",
315
+ "donePolicies": "Оформлено полисов",
316
+ "successStat": "Статистика успешных сделок",
317
+ "doneMy": "Оформлено лично",
318
+ "doneAll": "Всего оформлено",
319
+ "progressAll": "Прогресс за все время работы",
320
+ "subagentsCalled": "Привлечено суб-агентов",
321
+ "myActivity": "Моя активность",
322
+ "teamActivity": "Активность команды",
323
+ "careerUp": "Карьерная лестница",
324
+ "direction": "Дирекция",
325
+ "leader": "Руководитель",
326
+ "agentic": "Агенство",
327
+ "agentCurator": "Куратор агента",
328
+ "agentId": "ID агента",
329
+ "reportType": "Тип отчета",
330
+ "reportFile": "Файл отчета",
331
+ "reportDate": "Отчетная дата",
332
+ "paymentJournal": "Журнал оплаты",
333
+ "journal": {
334
+ "incomeKz": "Приходы KZT",
335
+ "outcomeKz": "Расходы KZT",
336
+ "leftKz": "Остаток KZT",
337
+ "description": "Описание",
338
+ "delayMonth": "Месяц просрочки"
339
+ },
340
+ "unallocatedPayments": "Нераспределенные платежи",
341
+ "unallocation": {
342
+ "paymentId": "ID платежа",
343
+ "voucherNumber": "Номер ваучера",
344
+ "voucherDate": "Дата ваучера",
345
+ "voucherStatus": "Статус ваучера"
346
+ },
347
+ "unpaidPremiums": "Неоплаченные премии",
348
+ "unpaidDelay": "Просрочка",
349
+ "reportText": {
350
+ "reward": "Награда",
351
+ "cuWith": "Общие единицы с",
352
+ "cuBy": "Общие единицы по",
353
+ "puWith": "Личные единицы с",
354
+ "puBy": "Личные единицы по",
355
+ "minLevel": "Минимальный уровень",
356
+ "minNumOfSubs": "Мин. количество подчиненных",
357
+ "subsLevel": "Уровни подчиненных",
358
+ "daysAfter": "Дни после договора"
359
+ },
360
+ "supportText": {
361
+ "toChat": "Чат с тех. поддержкой"
362
+ },
363
+ "test": {
364
+ "testing": "Тестирование",
365
+ "results": "Результаты тестирования",
366
+ "type": "Вид тестирования",
367
+ "date": "Дата прохождения тестирования",
368
+ "resultInProcents": "Результат тестирования в процентах"
369
+ }
370
+ },
371
+ "jobApplication": {
372
+ "title": "Заявление на трудоустройсво",
373
+ "sent": "Заявление отправлено в страховую компанию",
374
+ "whichRegion": "Агентом какого региона вы хотите стать",
375
+ "requisites": "Реквизиты",
376
+ "conductReport": "Справка о несудимости",
377
+ "diplom": "Диплом",
378
+ "new": "Подать заявление"
379
+ },
380
+ "labels": {
381
+ "newVersion": "New",
382
+ "code": "Code",
383
+ "codes": "Codes",
384
+ "listType": "List type",
385
+ "editDate": "Edit date",
386
+ "addDate": "Created date",
387
+ "type": "Type",
388
+ "naming": "Name",
389
+ "countryName": "Country name",
390
+ "dicts": "Dictionaries",
391
+ "aml": "AML",
392
+ "amlLong": "Anti Money Laundering",
393
+ "efoLong": "EFO",
394
+ "efo": "EFO",
395
+ "lkaLong": "LKA",
396
+ "lka": "LKA",
397
+ "photo": "Фото",
398
+ "attachPhoto": "Вложить фото",
399
+ "form": "Форма",
400
+ "toSign": "Отправить на подпись",
401
+ "contract": "Договор",
402
+ "sections": "Разделы",
403
+ "chat": "Чат",
404
+ "today": "Сегодня",
405
+ "message": "Сообщение",
406
+ "category": "Категория",
407
+ "debt": "Долг",
408
+ "premiumDate": "Дата премии",
409
+ "delayDays": "Дни просрочки",
410
+ "dischargeDate": "Дата выписки",
411
+ "covering": "Покрытие",
412
+ "agentsContacts": "Контакты агента",
413
+ "clientsContacts": "Контакты страхователя",
414
+ "agentNumber": "Номер агента",
415
+ "additionalStatus": "Дополнительный статус",
416
+ "activeTime": "Время действия",
417
+ "statementNumber": "Номер заявления",
418
+ "dogovorDate": "Дата договора",
419
+ "dateCreated": "Дата создания",
420
+ "fileName": "Имя файла",
421
+ "reset": "Сбросить",
422
+ "toExcel": "Экспорт в Excel",
423
+ "condition": "Условие",
424
+ "bet": "Ставка",
425
+ "statistics": "Статистика",
426
+ "progressBar": "Шкала прогресса",
427
+ "toAgent": "Оформить",
428
+ "notification": "Уведомление",
429
+ "news": "Новости",
430
+ "profile": "Профиль",
431
+ "needAuth": "You are required to authorize",
432
+ "welcomeHL": "Welcome to Halyk Life",
433
+ "resetType": "Pick resetting method",
434
+ "resetPassword": "Forgot password?",
435
+ "search": "Search",
436
+ "searchByIIN": "Search by IIN",
437
+ "chooseScannedDoc": "Choose scanned document",
438
+ "inputText": "Enter text",
439
+ "waitingStatus": "Waiting",
440
+ "finished": "Finished",
441
+ "chooseDoc": "Choose document",
442
+ "filter": "Filter",
443
+ "iinFioNumber": "IIN / Full Name / Application Number",
444
+ "userInfo": "User Data",
445
+ "userFullName": "Full Name",
446
+ "userRoles": "Roles",
447
+ "noUserRoles": "No roles",
448
+ "welcome": "Welcome",
449
+ "information": "Additional Data",
450
+ "policyNumber": "Policy Number",
451
+ "statusCode": "Application Status",
452
+ "initiator": "Initiator",
453
+ "iin&bin": "IIN/BIN",
454
+ "insurerIin": "Insured IIN",
455
+ "insurerLongName": "Insured Full Name",
456
+ "policyholderLongName": "Policyholder Full Name",
457
+ "jsonObject": "JSON value",
458
+ "epayPage": "ePay page"
459
+ },
460
+ "placeholders": {
461
+ "login": "Login",
462
+ "password": "Password"
463
+ },
464
+ "rules": {
465
+ "required": "Field is required",
466
+ "cyrillic": "Field should contain only Cyrillic characters",
467
+ "email": "Invalid email address",
468
+ "numbers": "Field should contain only numbers",
469
+ "numbersSymbols": "Field should contain numbers",
470
+ "ageExceeds": "Year cannot exceed 50 years",
471
+ "age18": "Contragent should be adult",
472
+ "sums": "Field should contain only numbers",
473
+ "iinRight": "IIN must consist of 12 digits",
474
+ "onlySymbols": "Field should not contain numbers",
475
+ "phoneFormat": "Phone number should contain 11 digits",
476
+ "date": "Invalid date format",
477
+ "age": "Field should be a number",
478
+ "exceedDate": "Date should not exceed the current date",
479
+ "coverPeriod": "Minimum insurance period is 5 years",
480
+ "fillData": "Fill in the data",
481
+ "requestedSumInsuredMycar": "Maximum sum should not exceed 60 million",
482
+ "ageMycar": "Age threshold from 21 to 65",
483
+ "noResident": "Denied for non-residents",
484
+ "policyholderAgeLimit": "Policyholder's age must be at least 18 years",
485
+ "beneficiaryAgeLimit": "On the date of signing the policy, beneficiary's age must not exceed 15 years"
486
+ },
487
+ "code": "CES",
488
+ "fontSize": "Font Size",
489
+ "policyholdersRepresentative": {
490
+ "name": "Full Name",
491
+ "PowerOfAttorney": "Power of Attorney",
492
+ "NameParentCase": "Representative's Full Name in the Genitive Case",
493
+ "basisDocKz": "Acting on the basis of a document (KZ)",
494
+ "basisDocRu": "Acting on the basis of a document (RU)",
495
+ "basisDocRuParentCase": "Acting on the basis of a document in the Genitive Case (RU)",
496
+ "numberDoc": "Number of document confirming authority",
497
+ "numberVisa": "Number of migration card",
498
+ "numberLicense": "License number",
499
+ "confirmAuthority": "Is the person who signed the document confirming authority a Notary?",
500
+ "documentIssuers": "Issuing authority's name"
501
+ },
502
+ "payment": {
503
+ "method": "Payment Method",
504
+ "chooseMethod": "Choose payment method",
505
+ "payConditions": "Payment conditions",
506
+ "issueInvoice": "Issue invoice for payment",
507
+ "copyUrl": "Copy payment link",
508
+ "copyBill": "Copy payment invoice",
509
+ "sendBill": "Send payment invoice via SMS",
510
+ "anyCard": "Online payment with any bank card",
511
+ "terminalHalyk": "Through Halyk Bank terminal",
512
+ "homebankContractNumber": "By contract number in Homebank",
513
+ "homebankIIN": "By IIN in Homebank",
514
+ "accountingDepartment": "Through organization's accounting department",
515
+ "kaspi": "Through Kaspi.kz",
516
+ "recipientNumber": "SMS recipient number"
517
+ },
518
+ "form": {
519
+ "migrationCard": "",
520
+ "postIndex": "Postal Code",
521
+ "name": "Name",
522
+ "bin": "BIN",
523
+ "fullName": "Full Name",
524
+ "notChosen": "Not chosen",
525
+ "personalData": "Personal Data",
526
+ "iin": "IIN",
527
+ "lastName": "Last Name",
528
+ "firstName": "First Name",
529
+ "middleName": "Middle Name",
530
+ "birthDate": "Date of Birth",
531
+ "signDate": "Calculation Date",
532
+ "age": "Age",
533
+ "gender": "Gender",
534
+ "familyStatus": "Marital Status",
535
+ "relations": "Degree of Relationship",
536
+ "percentageOfPayoutAmount": "Percentage of Payout Amount",
537
+ "jobData": "Employment Data",
538
+ "job": "Profession",
539
+ "jobPosition": "Job Position",
540
+ "jobPlace": "Place of Work",
541
+ "placeRegistration": "Place of Residence or Registration",
542
+ "placePermanent": "Permanent Address",
543
+ "sameAddress": "Is the address the same as the Insured's address?",
544
+ "Country": "Country",
545
+ "Province": "Region",
546
+ "RegionType": "Locality Type",
547
+ "Region": "Region",
548
+ "City": "City",
549
+ "Quarter": "Quarter",
550
+ "MicroDistrict": "Microdistrict",
551
+ "Street": "Street",
552
+ "NumberHouse": "House No.",
553
+ "NumberApartment": "Apt. No.",
554
+ "birthData": "Place of Birth",
555
+ "documentData": "Documents",
556
+ "documentType": "Document Type",
557
+ "documentNumber": "Document Number",
558
+ "date": "Date",
559
+ "documentIssuers": "Issued by",
560
+ "documentDate": "Date of Issue",
561
+ "documentExpire": "Expiration Date",
562
+ "signOfResidency": "Residency Indicator",
563
+ "signOfIPDL": "IPDL Indicator",
564
+ "countryOfCitizenship": "Country of Citizenship",
565
+ "countryOfTaxResidency": "Country of Tax Residency",
566
+ "addTaxResidency": "Specify if different country of tax residency is selected",
567
+ "economySectorCode": "Economy Sector Code",
568
+ "contactsData": "Contacts",
569
+ "phoneNumber": "Phone Number",
570
+ "homePhone": "Home Phone Number",
571
+ "email": "Email Address",
572
+ "otpCode": "Confirmation Code",
573
+ "salesChanell": "Sales Channel",
574
+ "manager": "Manager",
575
+ "attachManager": "Manager",
576
+ "agent": "Agent",
577
+ "insurancePay": "Insurance payment is subject to implementation"
578
+ },
579
+ "agreementBlock": {
580
+ "title": "Consent to the collection and processing of personal data",
581
+ "text": "I hereby provide JSC Halyk-Life (BIN 051140004354) and/or organizations belonging to the Halyk Financial Group (Shareholder of JSC Halyk-Life (BIN 940140000385) and its subsidiaries), reinsurance organizations, organizations for the formation and maintenance of insurance databases (BIN 120940011577), a legal entity engaged in the attraction of pension contributions and pension payments (BIN 971240002115), a legal entity engaged in the provision of government services by the decision of the Government of the Republic of Kazakhstan (BIN 160440007161), operators/owners of government databases with my personal data and information related to me and my close relatives, from all sources and databases, including those containing medical, tax, banking secrecy, pension savings secrecy, and other legally protected secrets, recorded on electronic, paper, and/or other material media, for the purpose of JSC Halyk-Life performing its functions as an insurance organization and the above-mentioned organizations providing financial and other services, including those necessary for filling/forming applications and contracts, as well as for my proper identification, including, but not limited to: surname, first name, patronymic, citizenship, data of the identity document, individual identification number, date and data of birth, gender, nationality, photo, biometric data, health status, banking details, information on legal capacity, information necessary for maintaining communication, information on the amount of pension savings and redemption amount, other data/information received and transferred at the current moment and that may be received and transferred in the future, from all/any possible sources, including any databases, including databases of owners of government databases, organizations for the formation and maintenance of insurance databases, a legal entity engaged in the attraction of pension contributions and pension payments, a legal entity engaged in the provision of government services by the decision of the Government of the Republic of Kazakhstan, which will be or have become known to JSC Halyk-Life in the course of its activities and/or within the framework of civil-legal and other relations with counterparties under the respective contract, I provide JSC Halyk-Life with the opportunity to transfer my personal data to authorized bodies, the Shareholder of JSC Halyk-Life and its subsidiaries, affiliated persons of JSC Halyk-Life, organizations for the formation and maintenance of insurance databases, operators of government databases, and other third parties associated, both currently and in the future, with the circumstances or legal relations of JSC Halyk-Life, and any third parties when JSC Halyk-Life is obligated or entitled to take such actions in accordance with the requirements of legislation and/or internal documents. This consent is valid during the legal capacity of JSC Halyk-Life (its legal successor)."
582
+ }
583
+ }