adata-ui 2.1.23 → 2.1.25
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.
- package/-error.vue +170 -170
- package/.editorconfig +12 -12
- package/.gitlab-ci.yml +16 -16
- package/.nuxtrc +1 -1
- package/.nvmrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/.playground/nuxt.config.ts +3 -3
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/index.scss +104 -104
- package/assets/styles/modules/_base.scss +5 -5
- package/assets/styles/modules/_typography.scss +152 -152
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/index.vue +140 -140
- package/components/elements/accordion/AAccordion.vue +197 -197
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
- package/components/elements/accordion/types.ts +14 -14
- package/components/elements/accordion/ui.config.ts +22 -22
- package/components/elements/alert/AAlert.vue +65 -65
- package/components/elements/banner/ABanner.vue +49 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +188 -188
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +21 -21
- package/components/elements/calendar/ACalendar.vue +83 -83
- package/components/elements/carousel/ACarousel.vue +159 -159
- package/components/elements/carousel/config.ui.ts +15 -15
- package/components/elements/carousel/types.ts +18 -18
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -80
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +32 -32
- package/components/elements/companies/AOurClients.vue +42 -42
- package/components/elements/curve-block/ACurveBlock.vue +291 -291
- package/components/elements/digit-badge/ADigitBadge.vue +83 -83
- package/components/elements/error-template/index.vue +48 -48
- package/components/elements/error-template/types.ts +23 -23
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +57 -57
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +78 -78
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/select/ASelect.vue +445 -445
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/star-rating/AStarRating.vue +181 -181
- package/components/elements/star-rating/types.ts +7 -7
- package/components/elements/star-rating/ui/Star.vue +74 -74
- package/components/elements/status-badge/AStatusBadge.vue +74 -74
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +169 -169
- package/components/elements/tree-select/TreeService.ts +249 -249
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -90
- package/components/elements/tree-select/types.ts +34 -34
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/features/color-mode/AColorMode.client.vue +53 -53
- package/components/features/dropdown/ADropdown.vue +124 -124
- package/components/features/go-top/GoTop.vue +58 -58
- package/components/features/lang-switcher/lang-switcher.vue +63 -63
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +104 -104
- package/components/features/payment/banner/PaymentBanner.vue +108 -108
- package/components/features/payment/banner/UpSellBanner.vue +125 -125
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +161 -161
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +112 -112
- package/components/features/payment/process/PaymentMethodSidePanel.vue +121 -121
- package/components/features/payment/process/PaymentProcess.vue +138 -138
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +133 -133
- package/components/features/pk-mobile-services/APkMobileServices.vue +149 -149
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
- package/components/forms/README.md +1 -1
- package/components/forms/checkbox/ACheckbox.vue +149 -149
- package/components/forms/feedback-form/FeedbackForm.vue +177 -177
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +213 -213
- package/components/forms/input/password/AInputPassword.vue +53 -53
- package/components/forms/input/standard/AInputStandard.vue +412 -412
- package/components/forms/input/textarea/ATextarea.vue +200 -200
- package/components/forms/radio-button/ARadioButton.vue +95 -95
- package/components/forms/request-demo/ARequestDemo.vue +108 -108
- package/components/forms/toggle/AToggle.vue +157 -157
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +114 -114
- package/components/modals/AnotherDeviceModal.vue +60 -60
- package/components/modals/ApplicationAcceptedModal.vue +47 -47
- package/components/modals/ConnectingTariffModal.vue +67 -67
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +355 -355
- package/components/modals/Insufficient-funds-modal.vue +77 -77
- package/components/modals/LimitReachedModal.vue +30 -30
- package/components/modals/NoAccessModal.vue +37 -37
- package/components/modals/PaymentMethodModal.vue +101 -101
- package/components/modals/RedirectsBanksModal.vue +69 -69
- package/components/modals/ReplenishModal.vue +132 -132
- package/components/modals/ReportBugConfirmModal.vue +30 -30
- package/components/modals/ReportBugModal.vue +158 -158
- package/components/modals/Resend.vue +82 -82
- package/components/modals/SubmitApplicationModal.vue +123 -123
- package/components/modals/id/AuthModal.vue +82 -82
- package/components/modals/id/IdAutoLogoutModal.vue +45 -45
- package/components/modals/id/IdBanner.vue +61 -61
- package/components/modals/id/IdConfirmAccountOtpModal.vue +186 -186
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +330 -330
- package/components/modals/id/IdModals.vue +114 -114
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +155 -155
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +117 -117
- package/components/modals/id/IdRegistrationModal.vue +215 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +158 -158
- package/components/modals/id/IdTwoFactorModal.vue +130 -130
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -66
- package/components/navigation/breadcrumbs/types.ts +4 -4
- package/components/navigation/footer/AFooter.vue +279 -279
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +217 -217
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +249 -249
- package/components/navigation/header/ContactMenu.vue +114 -114
- package/components/navigation/header/HeaderLink.vue +275 -267
- package/components/navigation/header/ListItem.vue +31 -31
- package/components/navigation/header/NavCard.vue +41 -41
- package/components/navigation/header/NavList.vue +131 -131
- package/components/navigation/header/NotificationsMenu.vue +51 -51
- package/components/navigation/header/ProductMenu.vue +143 -143
- package/components/navigation/header/ProfileMenu.vue +194 -194
- package/components/navigation/header/TopHeader.vue +194 -194
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +111 -111
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -104
- package/components/navigation/pill-tabs/APillTabs.vue +171 -171
- package/components/navigation/pill-tabs/types.ts +23 -23
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/modal/AModal.vue +332 -332
- package/components/overlays/side-panel/ASidePanel.vue +439 -439
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +237 -237
- package/components/transitions/ATransitionHeight.vue +67 -67
- package/components/utils/index.ts +19 -19
- package/components/utils/removeTrailingSlash.ts +7 -7
- package/composables/highlight.ts +18 -18
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useHeaderNavigationLinks.ts +453 -453
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +74 -74
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +21 -21
- package/eslint.config.mjs +45 -45
- package/i18n/i18n.config.ts +21 -21
- package/i18n.config.ts +21 -21
- package/icons/adata-logo.vue +17 -17
- package/icons/ai-assistant.vue +13 -13
- package/icons/akimat.vue +20 -20
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
- package/icons/arrow/arrow-circle-down.vue +16 -16
- package/icons/arrow/arrow-circle-reset.vue +16 -16
- package/icons/arrow/arrow-corner.vue +9 -9
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-square-down.vue +15 -15
- package/icons/arrow/arrow-top-right-on-square.vue +6 -6
- package/icons/arrow-currency-gray.vue +5 -5
- package/icons/arrow-currency-green.vue +5 -5
- package/icons/arrow-currency-red.vue +5 -5
- package/icons/arrow-side-up.vue +6 -6
- package/icons/avatar.vue +12 -12
- package/icons/bank.vue +5 -5
- package/icons/block.vue +16 -16
- package/icons/bookmark/bookmark-filled.vue +18 -18
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/browsers/browser-duck.vue +65 -65
- package/icons/browsers/browser-google.vue +30 -30
- package/icons/browsers/browser-yandex.vue +13 -13
- package/icons/building-vector.vue +7 -7
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/car.vue +7 -7
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-shield.vue +14 -14
- package/icons/check/check.vue +17 -17
- package/icons/check/checkmark-circle.vue +6 -6
- package/icons/check-sb.vue +7 -7
- package/icons/checkbox/checkbox-active.vue +17 -17
- package/icons/checkbox/checkbox-empty.vue +10 -10
- package/icons/checkbox/checkbox-intermediate.vue +7 -7
- package/icons/chevron/chevron-down.vue +5 -5
- package/icons/chevron/chevron-left.vue +5 -5
- package/icons/chevron/chevron-right.vue +5 -5
- package/icons/chevron/chevron-up.vue +5 -5
- package/icons/chevron/double-chevron-right.vue +12 -12
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/company/company-bazis.vue +21 -21
- package/icons/company/company-bereke.vue +25 -25
- package/icons/company/company-bigroup.vue +16 -16
- package/icons/company/company-erg.vue +17 -17
- package/icons/company/company-forte.vue +21 -21
- package/icons/company/company-halyk.vue +15 -15
- package/icons/company/company-jusan.vue +31 -31
- package/icons/company/company-kaspi.vue +14 -14
- package/icons/company/company-mycar.vue +13 -13
- package/icons/company/company-samruk.vue +21 -21
- package/icons/company-egov-small.vue +15 -15
- package/icons/company.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/currency/currency-dollar.vue +16 -16
- package/icons/currency/currency-down.vue +22 -22
- package/icons/currency/currency-eur.vue +57 -57
- package/icons/currency/currency-rub.vue +7 -7
- package/icons/currency/currency-tenge.vue +9 -9
- package/icons/currency/currency-usd.vue +221 -221
- package/icons/currency/currency-yuan.vue +25 -25
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/download.vue +11 -11
- package/icons/edit.vue +7 -7
- package/icons/education.vue +16 -16
- package/icons/egov-small.vue +7 -7
- package/icons/excel-icon.vue +14 -14
- package/icons/expand-window.vue +7 -7
- package/icons/eye-closed.vue +26 -26
- package/icons/eye-open.vue +7 -7
- package/icons/eye-opened.vue +23 -23
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/filter.vue +5 -5
- package/icons/flag.vue +7 -7
- package/icons/gift.vue +8 -8
- package/icons/globe.vue +16 -16
- package/icons/google.vue +41 -41
- package/icons/gradiend-icons/files-gradient.vue +22 -0
- package/icons/gradiend-icons/hammer-gradient.vue +62 -0
- package/icons/graph-pie.vue +14 -14
- package/icons/hand/hand-thumb-up-filled.vue +5 -5
- package/icons/hand/hand-thumb-up.vue +5 -5
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/icons/handshake.vue +5 -5
- package/icons/hcheck.vue +14 -14
- package/icons/hdocument.vue +7 -7
- package/icons/history.vue +5 -5
- package/icons/horizontal-more.vue +13 -13
- package/icons/hot-line.vue +6 -6
- package/icons/hummer.vue +16 -16
- package/icons/id.vue +7 -7
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +7 -7
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/link-chain.vue +28 -28
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/loader-circle.vue +27 -27
- package/icons/location.vue +8 -8
- package/icons/lock.vue +5 -5
- package/icons/logo.vue +15 -15
- package/icons/logout.vue +16 -16
- package/icons/magnify/magnifying-glass-minus.vue +8 -8
- package/icons/magnify/magnifying-glass-plus.vue +9 -9
- package/icons/magnify/magnifying-glass.vue +9 -9
- package/icons/mail.vue +7 -7
- package/icons/mailru.vue +34 -34
- package/icons/main-filter.vue +5 -5
- package/icons/map/map-pin-filled.vue +7 -7
- package/icons/map/map-pin-rect.vue +15 -15
- package/icons/map/map-pin.vue +7 -7
- package/icons/map-marker-start.vue +7 -7
- package/icons/map-paper.vue +5 -5
- package/icons/medal.vue +7 -7
- package/icons/menu-filled.vue +20 -20
- package/icons/menu.vue +8 -8
- package/icons/message/message.vue +12 -12
- package/icons/minus/minus-circle.vue +10 -10
- package/icons/money.vue +5 -5
- package/icons/monitoring.vue +10 -10
- package/icons/moon.vue +8 -8
- package/icons/more.vue +29 -29
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification.vue +16 -16
- package/icons/paperclip.vue +7 -7
- package/icons/payment/payment-card.vue +6 -6
- package/icons/payment/payment-kaspi.vue +11 -11
- package/icons/person-vector.vue +7 -7
- package/icons/person-with-briefcase.vue +10 -10
- package/icons/phone-filled.vue +5 -5
- package/icons/phone.vue +7 -7
- package/icons/plus/plus-circle.vue +8 -8
- package/icons/plus/plus.vue +13 -13
- package/icons/profile.vue +5 -5
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt.vue +8 -8
- package/icons/robot.vue +14 -14
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/search.vue +27 -27
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/socials/face-book.vue +15 -15
- package/icons/socials/instagram.vue +19 -19
- package/icons/socials/telegram.vue +15 -15
- package/icons/socials/tik-tok.vue +15 -15
- package/icons/socials/youtube.vue +16 -16
- package/icons/sort/sort-asc.vue +15 -15
- package/icons/sort/sort-desc.vue +15 -15
- package/icons/splitting-arrows.vue +8 -8
- package/icons/star/star-filled.vue +40 -40
- package/icons/star/star-half-filled.vue +20 -20
- package/icons/star/star.vue +25 -25
- package/icons/sun.vue +14 -14
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/tasks.vue +10 -10
- package/icons/tender-search.vue +11 -11
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +7 -7
- package/icons/trash.vue +13 -13
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-square.vue +14 -14
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/warning/warning-circle.vue +29 -29
- package/icons/warning/warning-triangle-filled.vue +12 -12
- package/icons/warning/warning-triangle.vue +28 -28
- package/icons/whatsapp.vue +8 -8
- package/icons/work-bag.vue +11 -11
- package/icons/work-case.vue +9 -9
- package/icons/work-search.vue +10 -10
- package/icons/work.vue +5 -5
- package/icons/x-mark.vue +15 -15
- package/icons/yandex.vue +28 -28
- package/illustrations/address-location.vue +38 -38
- package/illustrations/ball-with-chain.vue +120 -120
- package/illustrations/bill.vue +133 -133
- package/illustrations/buildings.vue +82 -82
- package/illustrations/calendar.vue +156 -156
- package/illustrations/chains.vue +152 -152
- package/illustrations/coin-percent.vue +126 -126
- package/illustrations/coins-stack.vue +202 -202
- package/illustrations/delete-dark.vue +31 -31
- package/illustrations/delete.vue +32 -32
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +74 -74
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-wallet.vue +161 -161
- package/illustrations/graph-in-coin.vue +119 -119
- package/illustrations/hammer.vue +156 -156
- package/illustrations/hand-cash.vue +108 -108
- package/illustrations/info.vue +39 -39
- package/illustrations/mail.vue +68 -68
- package/illustrations/ok.vue +62 -62
- package/illustrations/people-group.vue +237 -237
- package/illustrations/person-with-phone.vue +187 -187
- package/illustrations/person.vue +159 -159
- package/illustrations/phone-check.vue +90 -90
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/search.vue +14 -0
- package/illustrations/stop-hand.vue +77 -77
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +111 -111
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal-dark.vue +48 -48
- package/illustrations/terminal.vue +234 -234
- package/illustrations/trash-can.vue +108 -108
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +835 -834
- package/lang/kk.ts +837 -836
- package/lang/ru.ts +838 -837
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +88 -88
- package/package.json +69 -69
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +58 -58
- package/public/kaspi/logo.svg +4 -4
- package/shared/constans/pages.ts +90 -89
- package/tailwind.config.ts +163 -163
- package/tests/AButton.test.ts +81 -81
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/vitest.config.ts +14 -14
package/lang/en.ts
CHANGED
|
@@ -1,834 +1,835 @@
|
|
|
1
|
-
import type Ru from './ru'
|
|
2
|
-
|
|
3
|
-
type RuLocale = typeof Ru
|
|
4
|
-
|
|
5
|
-
const EnLocale: RuLocale = {
|
|
6
|
-
lang: {
|
|
7
|
-
ru: {
|
|
8
|
-
short: 'RU',
|
|
9
|
-
long: 'Русский',
|
|
10
|
-
},
|
|
11
|
-
kk: {
|
|
12
|
-
short: 'KZ',
|
|
13
|
-
long: 'Қазақша',
|
|
14
|
-
},
|
|
15
|
-
en: {
|
|
16
|
-
short: 'EN',
|
|
17
|
-
long: 'English',
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
reuse: {
|
|
21
|
-
yes: 'Yes',
|
|
22
|
-
or: 'Or',
|
|
23
|
-
successfully: 'Successfully',
|
|
24
|
-
},
|
|
25
|
-
header: {
|
|
26
|
-
top: {
|
|
27
|
-
requestLimit: 'Daily request limit',
|
|
28
|
-
daysLeft: 'Days left',
|
|
29
|
-
},
|
|
30
|
-
profile: {
|
|
31
|
-
tariff: 'Tariff',
|
|
32
|
-
balance: 'Balance:',
|
|
33
|
-
connected: 'Connected',
|
|
34
|
-
currentBalance: 'Current balance:',
|
|
35
|
-
addBalance: 'Add balance',
|
|
36
|
-
requests: 'Requests',
|
|
37
|
-
daysLeft: 'Days left',
|
|
38
|
-
currentTheme: 'Current theme:',
|
|
39
|
-
colorScheme: 'Color scheme:',
|
|
40
|
-
logout: 'Logout',
|
|
41
|
-
menu: {
|
|
42
|
-
personalInfo: 'Personal Information',
|
|
43
|
-
security: 'Security',
|
|
44
|
-
work: 'Work',
|
|
45
|
-
paymentHistory: 'Payment History',
|
|
46
|
-
notifications: 'Notifications',
|
|
47
|
-
favourites: 'Favourites',
|
|
48
|
-
myReports: 'My Reports',
|
|
49
|
-
browsingHistory: 'Browsing History',
|
|
50
|
-
myGroups: 'My Group',
|
|
51
|
-
notes: 'Notes',
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
mega: {
|
|
55
|
-
favourites: 'Favourites',
|
|
56
|
-
tariffs: 'Tariffs',
|
|
57
|
-
useful: 'Useful',
|
|
58
|
-
apiDescription: 'API Description',
|
|
59
|
-
termsOfUse: 'Terms of Use',
|
|
60
|
-
privacyPolicy: 'Privacy Policy',
|
|
61
|
-
},
|
|
62
|
-
navs: {
|
|
63
|
-
products: 'Products and Solutions',
|
|
64
|
-
tariffs: 'Tariffs',
|
|
65
|
-
contacts: 'Contacts',
|
|
66
|
-
api: "API"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
'
|
|
505
|
-
'
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
'
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
'
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
|
|
1
|
+
import type Ru from './ru'
|
|
2
|
+
|
|
3
|
+
type RuLocale = typeof Ru
|
|
4
|
+
|
|
5
|
+
const EnLocale: RuLocale = {
|
|
6
|
+
lang: {
|
|
7
|
+
ru: {
|
|
8
|
+
short: 'RU',
|
|
9
|
+
long: 'Русский',
|
|
10
|
+
},
|
|
11
|
+
kk: {
|
|
12
|
+
short: 'KZ',
|
|
13
|
+
long: 'Қазақша',
|
|
14
|
+
},
|
|
15
|
+
en: {
|
|
16
|
+
short: 'EN',
|
|
17
|
+
long: 'English',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
reuse: {
|
|
21
|
+
yes: 'Yes',
|
|
22
|
+
or: 'Or',
|
|
23
|
+
successfully: 'Successfully',
|
|
24
|
+
},
|
|
25
|
+
header: {
|
|
26
|
+
top: {
|
|
27
|
+
requestLimit: 'Daily request limit',
|
|
28
|
+
daysLeft: 'Days left',
|
|
29
|
+
},
|
|
30
|
+
profile: {
|
|
31
|
+
tariff: 'Tariff',
|
|
32
|
+
balance: 'Balance:',
|
|
33
|
+
connected: 'Connected',
|
|
34
|
+
currentBalance: 'Current balance:',
|
|
35
|
+
addBalance: 'Add balance',
|
|
36
|
+
requests: 'Requests',
|
|
37
|
+
daysLeft: 'Days left',
|
|
38
|
+
currentTheme: 'Current theme:',
|
|
39
|
+
colorScheme: 'Color scheme:',
|
|
40
|
+
logout: 'Logout',
|
|
41
|
+
menu: {
|
|
42
|
+
personalInfo: 'Personal Information',
|
|
43
|
+
security: 'Security',
|
|
44
|
+
work: 'Work',
|
|
45
|
+
paymentHistory: 'Payment History',
|
|
46
|
+
notifications: 'Notifications',
|
|
47
|
+
favourites: 'Favourites',
|
|
48
|
+
myReports: 'My Reports',
|
|
49
|
+
browsingHistory: 'Browsing History',
|
|
50
|
+
myGroups: 'My Group',
|
|
51
|
+
notes: 'Notes',
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
mega: {
|
|
55
|
+
favourites: 'Favourites',
|
|
56
|
+
tariffs: 'Tariffs',
|
|
57
|
+
useful: 'Useful',
|
|
58
|
+
apiDescription: 'API Description',
|
|
59
|
+
termsOfUse: 'Terms of Use',
|
|
60
|
+
privacyPolicy: 'Privacy Policy',
|
|
61
|
+
},
|
|
62
|
+
navs: {
|
|
63
|
+
products: 'Products and Solutions',
|
|
64
|
+
tariffs: 'Tariffs',
|
|
65
|
+
contacts: 'Contacts',
|
|
66
|
+
api: "API",
|
|
67
|
+
services: 'Services',
|
|
68
|
+
},
|
|
69
|
+
products: {
|
|
70
|
+
counterparties: {
|
|
71
|
+
label: 'Counterparties',
|
|
72
|
+
items: {
|
|
73
|
+
counterparty: {
|
|
74
|
+
title: 'Counterparty check',
|
|
75
|
+
subtitle: 'Company information, its history, legal status, and any legal issues or disputes',
|
|
76
|
+
},
|
|
77
|
+
wholesale: {
|
|
78
|
+
title: 'Mass check',
|
|
79
|
+
subtitle: 'Check affiliations between employees and your counterparties',
|
|
80
|
+
},
|
|
81
|
+
foreign: {
|
|
82
|
+
title: 'Foreign counterparties',
|
|
83
|
+
subtitle: 'History and legal status, any legal issues or disputes',
|
|
84
|
+
},
|
|
85
|
+
compare: {
|
|
86
|
+
title: 'Comparison of counterparties',
|
|
87
|
+
subtitle: '',
|
|
88
|
+
},
|
|
89
|
+
networks: {
|
|
90
|
+
title: 'Indirect connections',
|
|
91
|
+
subtitle: '',
|
|
92
|
+
},
|
|
93
|
+
unloading: {
|
|
94
|
+
title: 'Data export',
|
|
95
|
+
subtitle: 'Get data about competitors or potential clients',
|
|
96
|
+
},
|
|
97
|
+
sanction: {
|
|
98
|
+
title: 'Sanction lists',
|
|
99
|
+
subtitle: '',
|
|
100
|
+
},
|
|
101
|
+
offshore: {
|
|
102
|
+
title: 'Offshore lists',
|
|
103
|
+
subtitle: '',
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
jobs: {
|
|
108
|
+
label: 'Jobs',
|
|
109
|
+
items: {
|
|
110
|
+
vacancies: {
|
|
111
|
+
title: 'Vacancies',
|
|
112
|
+
subtitle: 'Explore the job market to find out which professions are currently in demand, and evaluate leading companies in the sectors you are interested in',
|
|
113
|
+
},
|
|
114
|
+
resume: {
|
|
115
|
+
title: 'Resume',
|
|
116
|
+
subtitle: 'Search for up-to-date resumes across Kazakhstan. Use convenient filters for precise candidate search by skills, experience, and education',
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
tenders: {
|
|
121
|
+
label: 'Procurement',
|
|
122
|
+
items: {
|
|
123
|
+
customers: {
|
|
124
|
+
title: 'Participant Analysis',
|
|
125
|
+
subtitle: 'Ratings and profiles of participants: specialization, deals and prices, market share and dynamics',
|
|
126
|
+
},
|
|
127
|
+
akimat: {
|
|
128
|
+
title: 'Akimat. Reports',
|
|
129
|
+
subtitle: 'Information about procurements, use search by keywords to find lots that match your interests or line of work',
|
|
130
|
+
},
|
|
131
|
+
tru: {
|
|
132
|
+
title: 'Goods, Works and Services Analysis',
|
|
133
|
+
subtitle: 'Procurement trends: thematic search, market by items, prices and volumes, total budget and leaders',
|
|
134
|
+
},
|
|
135
|
+
price: {
|
|
136
|
+
title: 'Price Analysis',
|
|
137
|
+
subtitle: 'Tracking prices for goods, works, and services with smart search and accurate selection for budgeting, margin calculation, and deviation detection',
|
|
138
|
+
},
|
|
139
|
+
constructor: {
|
|
140
|
+
title: 'Report Builder',
|
|
141
|
+
subtitle: 'Flexible creation and fast export of detailed reports',
|
|
142
|
+
},
|
|
143
|
+
monitoring: {
|
|
144
|
+
title: 'Procurement Monitoring',
|
|
145
|
+
subtitle: 'Information about procurements, use search by keywords to find lots that match your interests or line of work',
|
|
146
|
+
},
|
|
147
|
+
tenders: {
|
|
148
|
+
title: 'Tender search',
|
|
149
|
+
subtitle: 'Information about procurements, use search by keywords to find lots that match your interests or line of work',
|
|
150
|
+
},
|
|
151
|
+
contracts: {
|
|
152
|
+
title: 'Contract search',
|
|
153
|
+
subtitle: 'Study key trends, consumption patterns, and forecast demand for future periods',
|
|
154
|
+
},
|
|
155
|
+
procurement: {
|
|
156
|
+
title: 'Procurement plans',
|
|
157
|
+
subtitle: 'Identify customers and their budgets for goods, work, and services',
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
fines: {
|
|
162
|
+
label: 'Fines',
|
|
163
|
+
items: {
|
|
164
|
+
fines: {
|
|
165
|
+
title: 'Fine check',
|
|
166
|
+
subtitle: 'Check administrative fines imposed by state authorities for violations of the laws of the Republic of Kazakhstan',
|
|
167
|
+
},
|
|
168
|
+
auto: {
|
|
169
|
+
title: 'Car check',
|
|
170
|
+
subtitle: 'Check the car\'s history for legal clarity, participation in accidents, technical inspection status, traffic fines',
|
|
171
|
+
},
|
|
172
|
+
wholesaleAuto: {
|
|
173
|
+
title: 'Mass car check',
|
|
174
|
+
subtitle: 'Check car information for fines, tax arrears, and other important data using a convenient mass verification tool',
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
analytics: {
|
|
179
|
+
label: 'Analytics',
|
|
180
|
+
items: {
|
|
181
|
+
clients: {
|
|
182
|
+
title: 'Client search',
|
|
183
|
+
subtitle: 'Current contact database of potential clients in Kazakhstan',
|
|
184
|
+
},
|
|
185
|
+
procurement: {
|
|
186
|
+
title: 'Procurement analysis',
|
|
187
|
+
subtitle: 'Evaluate the volume of competitors\' procurements over a certain period',
|
|
188
|
+
},
|
|
189
|
+
activity: {
|
|
190
|
+
title: 'Business activity index',
|
|
191
|
+
subtitle: 'Assessment of market risk of current business activity',
|
|
192
|
+
},
|
|
193
|
+
subjects: {
|
|
194
|
+
title: 'Business entities',
|
|
195
|
+
subtitle: 'Change in the number of business entities in various sectors of the economy',
|
|
196
|
+
},
|
|
197
|
+
rate: {
|
|
198
|
+
title: 'Taxpayer ranking',
|
|
199
|
+
subtitle: 'Taxpayers who regularly pay taxes',
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
fea: {
|
|
204
|
+
label: 'Foreign Economic Activity',
|
|
205
|
+
items: {
|
|
206
|
+
i: {
|
|
207
|
+
t: 'Foreign trade in goods',
|
|
208
|
+
st: 'Information service of foreign trade turnover by foreign economic activity participants',
|
|
209
|
+
},
|
|
210
|
+
o: {
|
|
211
|
+
t: 'FEACN',
|
|
212
|
+
st: 'Product reference, intelligent search, and selection of the code, FEACN tree with full descriptions',
|
|
213
|
+
},
|
|
214
|
+
cp: {
|
|
215
|
+
t: 'Customs-related sphere',
|
|
216
|
+
st: 'Lists, registries, and other reference information',
|
|
217
|
+
},
|
|
218
|
+
ca: {
|
|
219
|
+
t: 'Calculator',
|
|
220
|
+
st: 'Calculation of Customs Payments. Customs Duties. Customs Fees',
|
|
221
|
+
},
|
|
222
|
+
tr: {
|
|
223
|
+
t: 'International market and tariffs',
|
|
224
|
+
st: 'Customs Tariffs and Quotas. Measures for Protecting the Domestic Market. Regulatory Requirements',
|
|
225
|
+
},
|
|
226
|
+
importerMap: {
|
|
227
|
+
t: 'Map of importers',
|
|
228
|
+
st: '',
|
|
229
|
+
},
|
|
230
|
+
containers: {
|
|
231
|
+
t: 'Container Tracking',
|
|
232
|
+
st: '',
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
compliance: {
|
|
237
|
+
label: 'Compliance',
|
|
238
|
+
items: {
|
|
239
|
+
l: {
|
|
240
|
+
t: 'Compliance',
|
|
241
|
+
st: 'Automatic compliance risk check: protecting your business in real-time',
|
|
242
|
+
},
|
|
243
|
+
assistant: {
|
|
244
|
+
t: 'AI assistant',
|
|
245
|
+
st: '',
|
|
246
|
+
},
|
|
247
|
+
assignments: {
|
|
248
|
+
t: 'Tasks',
|
|
249
|
+
st: '',
|
|
250
|
+
},
|
|
251
|
+
hotline: {
|
|
252
|
+
t: 'Hotline',
|
|
253
|
+
st: '',
|
|
254
|
+
},
|
|
255
|
+
sanctions: {
|
|
256
|
+
t: 'Sanctions',
|
|
257
|
+
st: '',
|
|
258
|
+
},
|
|
259
|
+
suppliers: {
|
|
260
|
+
t: 'Dossier',
|
|
261
|
+
st: '',
|
|
262
|
+
},
|
|
263
|
+
sb: {
|
|
264
|
+
t: 'Security Service check',
|
|
265
|
+
st: '',
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
edo: {
|
|
270
|
+
label: 'EDM',
|
|
271
|
+
items: {
|
|
272
|
+
l: {
|
|
273
|
+
t: 'Document Flow',
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
galleryCards: {
|
|
278
|
+
unload: {
|
|
279
|
+
title: 'Data export',
|
|
280
|
+
subtitle: 'Get a list of potential clients',
|
|
281
|
+
},
|
|
282
|
+
ved: {
|
|
283
|
+
title: 'Foreign economic activity',
|
|
284
|
+
subtitle: 'A universal tool for international trade',
|
|
285
|
+
},
|
|
286
|
+
compliance: {
|
|
287
|
+
title: 'Compliance',
|
|
288
|
+
subtitle:
|
|
289
|
+
'Automated compliance risk assessment: real-time business protection',
|
|
290
|
+
},
|
|
291
|
+
},
|
|
292
|
+
},
|
|
293
|
+
contacts: {
|
|
294
|
+
almaty: {
|
|
295
|
+
title: 'Contacts of LLP \'Alldata\'',
|
|
296
|
+
adress: {
|
|
297
|
+
title: 'Address',
|
|
298
|
+
subtitle: 'Kazakhstan, Almaty, Khojanov St., 79',
|
|
299
|
+
},
|
|
300
|
+
email: {
|
|
301
|
+
title: 'Email',
|
|
302
|
+
},
|
|
303
|
+
schedule: {
|
|
304
|
+
title: 'Working hours',
|
|
305
|
+
subtitle: '9:00 - 18:00, Mon - Fri',
|
|
306
|
+
},
|
|
307
|
+
sellDep: {
|
|
308
|
+
title: 'Sales Department',
|
|
309
|
+
},
|
|
310
|
+
contactUs: {
|
|
311
|
+
title: 'Contact us',
|
|
312
|
+
},
|
|
313
|
+
support: {
|
|
314
|
+
title: 'Technical Support',
|
|
315
|
+
subtitle: '+7 (771) 228 90 41',
|
|
316
|
+
linkTitle: 'Go to support chat',
|
|
317
|
+
},
|
|
318
|
+
financeDep: {
|
|
319
|
+
title: 'Finance Department',
|
|
320
|
+
linkTitle: 'Go to chat with the Finance Department',
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
|
+
astana: {
|
|
324
|
+
title: 'Branch in Astana: LLP \'ADATA Consulting\'',
|
|
325
|
+
adress: {
|
|
326
|
+
title: 'Address',
|
|
327
|
+
subtitle: 'Astana, Kunayev St., 29/1, \'Diplomat\' Business Center, 11th floor, Office 1108',
|
|
328
|
+
},
|
|
329
|
+
email: {
|
|
330
|
+
title: 'Email',
|
|
331
|
+
},
|
|
332
|
+
schedule: {
|
|
333
|
+
title: 'Working hours',
|
|
334
|
+
subtitle: '9:00 - 18:00, Mon - Fri',
|
|
335
|
+
},
|
|
336
|
+
sellDep: {
|
|
337
|
+
title: 'Sales Department',
|
|
338
|
+
},
|
|
339
|
+
details: {
|
|
340
|
+
title: 'Details',
|
|
341
|
+
subtitle: 'BIN: 090740016057',
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
toContacts: 'Go to Contacts page',
|
|
345
|
+
},
|
|
346
|
+
login: 'Login',
|
|
347
|
+
oldVersion: 'Old version of the site',
|
|
348
|
+
notifications: {
|
|
349
|
+
title: 'Notifications',
|
|
350
|
+
seeAll: 'See all notifications',
|
|
351
|
+
noData: 'No new notifications',
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
footer: {
|
|
355
|
+
services: 'Services',
|
|
356
|
+
useful: 'Useful',
|
|
357
|
+
contacts: {
|
|
358
|
+
title: 'Contacts',
|
|
359
|
+
address: 'Kazakhstan, Almaty, Khozhanova St. 79',
|
|
360
|
+
goToChat: 'Go to support chat',
|
|
361
|
+
},
|
|
362
|
+
subtitle: 'A single solution for business tasks',
|
|
363
|
+
info: {
|
|
364
|
+
tariff: 'Tariffs',
|
|
365
|
+
helpful: 'Useful',
|
|
366
|
+
api: 'API Description',
|
|
367
|
+
userAgreement: 'User Agreement',
|
|
368
|
+
privacyPolicy: 'Privacy Policy',
|
|
369
|
+
vacancy: 'Vacancies',
|
|
370
|
+
counterparty: 'Enterprise Catalog',
|
|
371
|
+
contacts: 'Contacts',
|
|
372
|
+
},
|
|
373
|
+
counterparties: {
|
|
374
|
+
title: 'Counterparties',
|
|
375
|
+
checkCounterparties: 'Counterparty Check',
|
|
376
|
+
compareCounterparties: 'Compare Counterparties',
|
|
377
|
+
indirectConnections: 'Indirect Connections',
|
|
378
|
+
massCheck: 'Mass Check',
|
|
379
|
+
foreignCounterparties: 'Foreign Counterparties',
|
|
380
|
+
sanctions: 'Sanctions',
|
|
381
|
+
offshores: 'Offshores',
|
|
382
|
+
},
|
|
383
|
+
work: {
|
|
384
|
+
title: 'Jobs',
|
|
385
|
+
createFindVacancies: 'Create and Find Vacancies',
|
|
386
|
+
createFindResume: 'Create and Find Resume',
|
|
387
|
+
},
|
|
388
|
+
tenders: {
|
|
389
|
+
title: 'Tenders',
|
|
390
|
+
searchTenders: 'Search by Tenders',
|
|
391
|
+
purchasePlans: 'Procurement Plans',
|
|
392
|
+
},
|
|
393
|
+
zakupki: {
|
|
394
|
+
title: 'Procurement',
|
|
395
|
+
},
|
|
396
|
+
fines: {
|
|
397
|
+
title: 'Fines',
|
|
398
|
+
checkFines: 'Fine Check',
|
|
399
|
+
checkAuto: 'Car Check',
|
|
400
|
+
massCheckAuto: 'Mass Car Check',
|
|
401
|
+
},
|
|
402
|
+
analytics: {
|
|
403
|
+
title: 'Analytics',
|
|
404
|
+
searchCustomers: 'Search Clients',
|
|
405
|
+
purchaseAnalysis: 'Procurement Analysis',
|
|
406
|
+
businessActivityIndex: 'Business Activity Index',
|
|
407
|
+
taxpayerRanking: 'Taxpayer Ranking',
|
|
408
|
+
businessEntities: 'Business Entities',
|
|
409
|
+
},
|
|
410
|
+
fea: {
|
|
411
|
+
title: 'FEA',
|
|
412
|
+
i: 'Foreign Trade in Goods',
|
|
413
|
+
o: 'Foreign Economic Activity Commodity Nomenclature',
|
|
414
|
+
cp: 'Customs-related sphere',
|
|
415
|
+
calc: 'Calculator',
|
|
416
|
+
mr: 'International Market and Tariffs',
|
|
417
|
+
importerMap: 'Map of importers',
|
|
418
|
+
containers: 'Container Tracking',
|
|
419
|
+
},
|
|
420
|
+
compliance: {
|
|
421
|
+
title: 'Compliance',
|
|
422
|
+
},
|
|
423
|
+
edo: {
|
|
424
|
+
title: 'EDM',
|
|
425
|
+
},
|
|
426
|
+
LLP: 'LLP',
|
|
427
|
+
},
|
|
428
|
+
our_clients: {
|
|
429
|
+
title: 'Our Clients',
|
|
430
|
+
},
|
|
431
|
+
forms: {
|
|
432
|
+
feedback: {
|
|
433
|
+
title: 'Interested in more data?',
|
|
434
|
+
subtitle: 'Leave a comment, and we will consider your proposal as soon as possible.',
|
|
435
|
+
email: 'Email',
|
|
436
|
+
phone: 'Phone number',
|
|
437
|
+
comment: 'Your comment',
|
|
438
|
+
send: 'Send',
|
|
439
|
+
close: 'Close',
|
|
440
|
+
fieldRequired: 'Field is required',
|
|
441
|
+
emailValid: 'Enter a valid email',
|
|
442
|
+
phoneMinLength: 'Minimum phone number length is {count} characters',
|
|
443
|
+
commentMinLength: 'Minimum comment length is {count} characters',
|
|
444
|
+
commentMaxLength: 'Maximum comment length is {count} characters',
|
|
445
|
+
modalTitle: 'Request Accepted',
|
|
446
|
+
modalSubtitle: 'Thank you for your feedback!',
|
|
447
|
+
},
|
|
448
|
+
demo: {
|
|
449
|
+
t: 'Request Demo Access',
|
|
450
|
+
st: 'Fill out the form to request demo access',
|
|
451
|
+
e: 'Email',
|
|
452
|
+
n: 'Full Name',
|
|
453
|
+
p: 'Phone number',
|
|
454
|
+
c: 'Comment',
|
|
455
|
+
b: 'Request demo access',
|
|
456
|
+
},
|
|
457
|
+
request_demo: {
|
|
458
|
+
title: 'Try all the features of the service for free',
|
|
459
|
+
info: 'Check the functionality and quality of the data in real conditions. Demo access will allow you to test all the key features of the service.\nFill out the form to submit a connection request',
|
|
460
|
+
agreement: 'By filling out the form, you agree to the processing of personal data and receiving informational messages',
|
|
461
|
+
send: 'Submit Request',
|
|
462
|
+
},
|
|
463
|
+
leaveNote: {
|
|
464
|
+
title: 'Leave a note',
|
|
465
|
+
placeholder: 'Write a note...',
|
|
466
|
+
limit: 'The limit on notes for this company by you has expired',
|
|
467
|
+
errors: {
|
|
468
|
+
required: 'This field is required',
|
|
469
|
+
maxLength: 'The comment cannot contain more than {n} characters',
|
|
470
|
+
},
|
|
471
|
+
},
|
|
472
|
+
},
|
|
473
|
+
errorPage: {
|
|
474
|
+
504: {
|
|
475
|
+
title: 'Server Timeout',
|
|
476
|
+
subTitle: 'Please refresh the page or continue searching by returning to the homepage.',
|
|
477
|
+
},
|
|
478
|
+
401: {
|
|
479
|
+
title: 'Unauthorized User',
|
|
480
|
+
subTitle: 'This page is available to authorized users only. Please log in or continue searching by returning to the homepage.',
|
|
481
|
+
},
|
|
482
|
+
400: {
|
|
483
|
+
title: 'Bad Request',
|
|
484
|
+
subTitle: 'An incorrect request was made. Please continue searching by returning to the homepage.',
|
|
485
|
+
},
|
|
486
|
+
404: {
|
|
487
|
+
title: 'Page Not Found',
|
|
488
|
+
subTitle: 'It seems you made a typo in the address or used a broken link.',
|
|
489
|
+
subTitleSecond: 'To find the required information, use the search form on the homepage.',
|
|
490
|
+
},
|
|
491
|
+
403: {
|
|
492
|
+
title: 'Access Forbidden',
|
|
493
|
+
subTitle: 'Access to the page is restricted.',
|
|
494
|
+
subTitleSecond: 'To find the required information, use the search form on the homepage.',
|
|
495
|
+
},
|
|
496
|
+
503: {
|
|
497
|
+
title: 'Service Unavailable',
|
|
498
|
+
subTitle: 'The service is temporarily unavailable. Please try again later.',
|
|
499
|
+
},
|
|
500
|
+
502: {
|
|
501
|
+
title: 'Server Error',
|
|
502
|
+
subTitle: 'Solutions to the issue:',
|
|
503
|
+
list: [
|
|
504
|
+
'Refresh the page',
|
|
505
|
+
'Clear your browser cache',
|
|
506
|
+
'Contact technical support',
|
|
507
|
+
],
|
|
508
|
+
},
|
|
509
|
+
500: {
|
|
510
|
+
title: 'Internal Server Error',
|
|
511
|
+
subTitle: 'An error occurred while processing the request. Please try again.',
|
|
512
|
+
},
|
|
513
|
+
},
|
|
514
|
+
actions: {
|
|
515
|
+
goToMainPage: 'Go to Main Page',
|
|
516
|
+
showMore: 'Show more',
|
|
517
|
+
close: 'Close',
|
|
518
|
+
send: 'Send',
|
|
519
|
+
login: 'Login',
|
|
520
|
+
register: 'Register',
|
|
521
|
+
toTariffs: 'Go to tariffs',
|
|
522
|
+
back: 'Back',
|
|
523
|
+
recover: 'Recover',
|
|
524
|
+
cancel: 'Cancel',
|
|
525
|
+
set: 'Set',
|
|
526
|
+
resend: 'Resend',
|
|
527
|
+
confirm: 'Confirm',
|
|
528
|
+
"topUp": "Top up",
|
|
529
|
+
update: 'Update',
|
|
530
|
+
},
|
|
531
|
+
modals: {
|
|
532
|
+
id: {
|
|
533
|
+
"banners": {
|
|
534
|
+
auth: {
|
|
535
|
+
"title": "Free checks",
|
|
536
|
+
"subtitle": "{register} and get {checks}",
|
|
537
|
+
"checks": "5 free checks",
|
|
538
|
+
"register": "Register"
|
|
539
|
+
},
|
|
540
|
+
"basicPlusLimit": {
|
|
541
|
+
"title": "Your limit of checks under the 'Basic +' plan has been exhausted",
|
|
542
|
+
"subtitle": "{topUp} your balance and get access to additional checks",
|
|
543
|
+
"topUp": "Top up"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
login: {
|
|
547
|
+
title: 'Login',
|
|
548
|
+
subtitle: 'Welcome to Adata.kz',
|
|
549
|
+
remember_me: 'Remember me',
|
|
550
|
+
forget_password: 'Forgot password?',
|
|
551
|
+
first_time: 'First time using our service?',
|
|
552
|
+
labels: {
|
|
553
|
+
email: 'Enter email',
|
|
554
|
+
password: 'Enter password',
|
|
555
|
+
},
|
|
556
|
+
},
|
|
557
|
+
register: {
|
|
558
|
+
title: 'Registration',
|
|
559
|
+
subtitle: 'Enter your details to register',
|
|
560
|
+
labels: {
|
|
561
|
+
email: 'Enter email',
|
|
562
|
+
password: 'Enter password',
|
|
563
|
+
password_confirmation: 'Confirm password',
|
|
564
|
+
},
|
|
565
|
+
alert: 'The password must be at least 8 characters long and contain (an uppercase letter, a number, and a special character)',
|
|
566
|
+
agreement: {
|
|
567
|
+
text: 'I have read the {link} and fully agree with them.',
|
|
568
|
+
link: 'terms of service',
|
|
569
|
+
},
|
|
570
|
+
continue: 'Continue',
|
|
571
|
+
haveAcc: 'Already have an account?',
|
|
572
|
+
enter: 'Login',
|
|
573
|
+
errors: {
|
|
574
|
+
low_security: 'Low security level',
|
|
575
|
+
minLength: 'The password must be at least 8 characters long',
|
|
576
|
+
passwordRequirements: 'must contain (an uppercase letter, a number, and a special character)',
|
|
577
|
+
sameAs: 'Passwords do not match',
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
|
+
confirmAccount: {
|
|
581
|
+
title: 'Account confirmation',
|
|
582
|
+
},
|
|
583
|
+
recovery: {
|
|
584
|
+
title: 'Password recovery',
|
|
585
|
+
content: 'Enter your email address',
|
|
586
|
+
placeholder: 'Enter email',
|
|
587
|
+
},
|
|
588
|
+
resetPasswordOtp: {
|
|
589
|
+
title: 'Confirm action',
|
|
590
|
+
content: 'Enter the 6-digit confirmation code sent to your email address',
|
|
591
|
+
seconds: 'seconds',
|
|
592
|
+
attempts: 'Remaining attempts: {n}',
|
|
593
|
+
},
|
|
594
|
+
newPassword: {
|
|
595
|
+
title: 'Create a new password',
|
|
596
|
+
content: 'Come up with your new password',
|
|
597
|
+
alert: 'The password must be at least 8 characters long and contain (an uppercase letter, a number)',
|
|
598
|
+
placeholder: {
|
|
599
|
+
1: 'Enter new password',
|
|
600
|
+
2: 'Repeat password',
|
|
601
|
+
},
|
|
602
|
+
},
|
|
603
|
+
twoFactor: {
|
|
604
|
+
title: 'Two-factor authentication',
|
|
605
|
+
code: 'Enter the 6-digit code for confirmation',
|
|
606
|
+
error: 'You entered an incorrect code',
|
|
607
|
+
},
|
|
608
|
+
passwordSuccessful: {
|
|
609
|
+
title: 'Great',
|
|
610
|
+
content: 'You have successfully changed your account password',
|
|
611
|
+
},
|
|
612
|
+
confirmSuccessful: {
|
|
613
|
+
title: 'Success!',
|
|
614
|
+
content: 'Email has been confirmed. Thank you!',
|
|
615
|
+
},
|
|
616
|
+
autoLogout: {
|
|
617
|
+
title: 'Information',
|
|
618
|
+
content: 'For security reasons, an automatic account logout was performed.',
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
auth: {
|
|
622
|
+
title: 'No Access',
|
|
623
|
+
content: 'This functionality is available to authorized users only.',
|
|
624
|
+
firstTime: 'First time on our service?',
|
|
625
|
+
},
|
|
626
|
+
limit: {
|
|
627
|
+
title: 'Limit Reached',
|
|
628
|
+
content: 'More checks will be available tomorrow, please come back later.',
|
|
629
|
+
changedToBasic: 'Your tariff has been changed to Basic.',
|
|
630
|
+
basicPlus: 'To get an extended account, go to the \'Tariffs\' section.',
|
|
631
|
+
},
|
|
632
|
+
mobile_navigation: {
|
|
633
|
+
type_main: 'Products and Solutions',
|
|
634
|
+
type_contacts: 'Contacts',
|
|
635
|
+
type_tariff: 'Tariffs',
|
|
636
|
+
type_login: 'Login',
|
|
637
|
+
type_profile: 'Profile',
|
|
638
|
+
return_button: 'Main',
|
|
639
|
+
},
|
|
640
|
+
payment_method: {
|
|
641
|
+
title: 'Payment Method',
|
|
642
|
+
questions: 'Select a payment system to conduct the \n transaction',
|
|
643
|
+
banks: {
|
|
644
|
+
kaspi: 'Kaspi',
|
|
645
|
+
other: 'Other Bank',
|
|
646
|
+
},
|
|
647
|
+
redirects_bank: {
|
|
648
|
+
title: 'You will now be \n redirected to Kaspi.kz',
|
|
649
|
+
paymentId: 'Your order number:',
|
|
650
|
+
subtitle: 'After paying for the order, you can close the widget or return',
|
|
651
|
+
},
|
|
652
|
+
},
|
|
653
|
+
connecting: {
|
|
654
|
+
title: 'Connecting Tariff',
|
|
655
|
+
questions: 'Funds will be deducted from your account, do you want to connect the tariff?',
|
|
656
|
+
},
|
|
657
|
+
replenish_modal: {
|
|
658
|
+
title: 'Top up balance',
|
|
659
|
+
info: 'Funds will be credited in tenge.',
|
|
660
|
+
enter_sum: 'Enter the amount',
|
|
661
|
+
error: 'Maximum amount – 1 000 000 ₸',
|
|
662
|
+
},
|
|
663
|
+
low_balance: {
|
|
664
|
+
title: 'Insufficient Funds',
|
|
665
|
+
current_balance: 'Your current balance',
|
|
666
|
+
questions: 'Would you like to top up now?',
|
|
667
|
+
},
|
|
668
|
+
another_device_modal: {
|
|
669
|
+
title: 'Login from another device',
|
|
670
|
+
info: 'Login from another device or browser was detected',
|
|
671
|
+
alert: 'If this wasn\'t you, we recommend changing your password.',
|
|
672
|
+
},
|
|
673
|
+
no_access: {
|
|
674
|
+
title: 'No access',
|
|
675
|
+
info: 'This functionality is unavailable',
|
|
676
|
+
},
|
|
677
|
+
buttons: {
|
|
678
|
+
close: 'Close',
|
|
679
|
+
back: 'Cancel',
|
|
680
|
+
buy: 'Pay',
|
|
681
|
+
topUp: 'Top up',
|
|
682
|
+
goToMainPage: 'Go to Main Page',
|
|
683
|
+
logIn: 'Log in',
|
|
684
|
+
register: 'Register',
|
|
685
|
+
goTariffs: 'Go to tariffs',
|
|
686
|
+
example: 'View example',
|
|
687
|
+
toMain: 'To Home',
|
|
688
|
+
goToKaspi: 'Go to Kaspi.kz',
|
|
689
|
+
},
|
|
690
|
+
submit_application_modal: {
|
|
691
|
+
title: 'Submit Application',
|
|
692
|
+
labels: {
|
|
693
|
+
name: 'Enter name',
|
|
694
|
+
email: 'Enter email',
|
|
695
|
+
phone: 'Enter phone',
|
|
696
|
+
comment: 'Your comment',
|
|
697
|
+
},
|
|
698
|
+
rules: {
|
|
699
|
+
required: 'Required field',
|
|
700
|
+
email: 'Invalid e-mail',
|
|
701
|
+
},
|
|
702
|
+
},
|
|
703
|
+
application_accepted_modal: {
|
|
704
|
+
title: 'Application Accepted',
|
|
705
|
+
info: 'Our manager will contact you\nand provide further details',
|
|
706
|
+
},
|
|
707
|
+
report_bug: {
|
|
708
|
+
title: 'Report a Bug',
|
|
709
|
+
confirmed: 'Received',
|
|
710
|
+
gratitude: 'Thank you for helping us improve our service',
|
|
711
|
+
labels: {
|
|
712
|
+
name: 'Enter your name',
|
|
713
|
+
email: 'Enter your email',
|
|
714
|
+
phone: 'Enter your phone number',
|
|
715
|
+
comment: 'Your comment',
|
|
716
|
+
},
|
|
717
|
+
validation: {
|
|
718
|
+
required: 'This field is required',
|
|
719
|
+
phone: 'Phone number must contain {n} digits',
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
},
|
|
723
|
+
mobile_navigation: {
|
|
724
|
+
contacts: {
|
|
725
|
+
first_type: 'LLP "Alldata"',
|
|
726
|
+
second_type: 'LLP "ADATA Consulting"',
|
|
727
|
+
allData: {
|
|
728
|
+
address: 'Address',
|
|
729
|
+
address_info: 'Kazakhstan, Almaty, Khojanov St., 79',
|
|
730
|
+
email: 'Email',
|
|
731
|
+
mode: 'Working hours',
|
|
732
|
+
mode_info: '9:00 - 18:00, Mon - Fri',
|
|
733
|
+
sales_department: 'Sales Department',
|
|
734
|
+
technical_support: 'Technical Support',
|
|
735
|
+
support_link_title: 'Go to chat with support',
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
|
+
content: {},
|
|
739
|
+
},
|
|
740
|
+
illustrations: {
|
|
741
|
+
afterLogInBlock: {
|
|
742
|
+
tariff: 'This functionality is available only to authorized users',
|
|
743
|
+
login: 'Log In',
|
|
744
|
+
},
|
|
745
|
+
},
|
|
746
|
+
all_services: 'All services',
|
|
747
|
+
error: {
|
|
748
|
+
required: 'Required field',
|
|
749
|
+
validation: 'Validation failed',
|
|
750
|
+
user_canceled_auth: 'You canceled the authorization',
|
|
751
|
+
email_not_verified: 'Email is not verified',
|
|
752
|
+
email: 'Invalid email',
|
|
753
|
+
otp: 'You entered an incorrect code',
|
|
754
|
+
authorization_error_with_yandex: 'Failed to sign in with Yandex',
|
|
755
|
+
authorization_error_with_google: 'Failed to sign in with Google',
|
|
756
|
+
authorization_error_with_mailru: 'Failed to sign in with Mail.ru',
|
|
757
|
+
},
|
|
758
|
+
info: {
|
|
759
|
+
userAgreement: 'I, the user of the information system "Adata", continuing to work on the portal, confirm my agreement that I bear responsibility for all actions taken in accordance with the legislation of the Republic of Kazakhstan',
|
|
760
|
+
},
|
|
761
|
+
payment: {
|
|
762
|
+
bank: {
|
|
763
|
+
description: "Account top-up on Adata service",
|
|
764
|
+
payError: "Payment failed. Please try again later.",
|
|
765
|
+
paySuccess: "Your account has been successfully topped up"
|
|
766
|
+
},
|
|
767
|
+
banner: {
|
|
768
|
+
title: "Access to extended information in a paid plan",
|
|
769
|
+
subtitle: "Buy one-time access or {tariffs}",
|
|
770
|
+
tariffs: "view tariffs"
|
|
771
|
+
},
|
|
772
|
+
topUp: {
|
|
773
|
+
title: "Top up balance",
|
|
774
|
+
balance: "Balance:",
|
|
775
|
+
info: "Funds will be credited in tenge!",
|
|
776
|
+
enterAmount: "Enter amount"
|
|
777
|
+
},
|
|
778
|
+
method: {
|
|
779
|
+
title: "Payment method",
|
|
780
|
+
description: "Choose a payment system to complete the transaction",
|
|
781
|
+
note: "Will be credited:",
|
|
782
|
+
kaspi: "Kaspi",
|
|
783
|
+
other: "Other bank"
|
|
784
|
+
},
|
|
785
|
+
kaspi: {
|
|
786
|
+
title: "Kaspi.kz",
|
|
787
|
+
description: "Choose a payment system to complete the transaction",
|
|
788
|
+
qr: "Kaspi QR",
|
|
789
|
+
scan: "Scan and pay",
|
|
790
|
+
changeMethod: "Change payment method",
|
|
791
|
+
adata: "Adata.kz - Search and verification of counterparties"
|
|
792
|
+
},
|
|
793
|
+
redirect: {
|
|
794
|
+
title: "You will now be redirected to Kaspi.kz",
|
|
795
|
+
paymentId: "Your order number:",
|
|
796
|
+
description: "After completing the payment, you can close the widget or return",
|
|
797
|
+
goKaspi: "Go to Kaspi.kz",
|
|
798
|
+
changeMethod: "Change payment method"
|
|
799
|
+
},
|
|
800
|
+
upsell: {
|
|
801
|
+
active_usage_basic: {
|
|
802
|
+
title: "You are an active user",
|
|
803
|
+
description: 'With your current request volume, it would be more cost-effective to {highlight}.',
|
|
804
|
+
highlight: 'switch to a monthly plan',
|
|
805
|
+
},
|
|
806
|
+
regular_usage_basic: {
|
|
807
|
+
title: "You are an active user",
|
|
808
|
+
description: "With your current request volume, it would be more cost-effective to {highlight}.",
|
|
809
|
+
highlight: 'switch to a monthly plan',
|
|
810
|
+
},
|
|
811
|
+
overpayment_basic: {
|
|
812
|
+
title: "You are an active user",
|
|
813
|
+
description: "With your current request volume, it would be more cost-effective to {highlight}.",
|
|
814
|
+
highlight: 'switch to a monthly plan',
|
|
815
|
+
},
|
|
816
|
+
regular_usage_adata: {
|
|
817
|
+
title: 'Active service usage',
|
|
818
|
+
description:
|
|
819
|
+
'You have subscribed to the 10,000 ₸ plan several times.\n' +
|
|
820
|
+
'An annual subscription {highlight} and allow you to work without limits.',
|
|
821
|
+
highlight: 'will help you save 17%',
|
|
822
|
+
},
|
|
823
|
+
overpayment_adata: {
|
|
824
|
+
title: 'Active service usage',
|
|
825
|
+
description:
|
|
826
|
+
'You have subscribed to the 10,000 ₸ plan several times.\n' +
|
|
827
|
+
'An annual subscription {highlight} and allow you to work without limits.',
|
|
828
|
+
highlight: 'will help you save 17%',
|
|
829
|
+
},
|
|
830
|
+
goToAdataPlan: 'Switch to the Adata plan',
|
|
831
|
+
},
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
export default EnLocale
|