adata-ui 2.0.28 → 2.0.30
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/.nuxtrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/README.md +75 -75
- package/components/elements/README.md +1 -1
- package/components/forms/README.md +1 -1
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/Resend.vue +81 -81
- package/components/modals/id/IdConfirmAccountOtpModal.vue +77 -40
- package/components/modals/id/IdConfirmSuccessfulModal.vue +7 -2
- package/components/modals/id/IdLoginModal.vue +45 -128
- package/components/modals/id/IdModals.vue +6 -2
- package/components/modals/id/IdNewPasswordModal.vue +7 -5
- package/components/modals/{two-factor/otp-input.vue → id/IdOtpInput.vue} +14 -2
- package/components/modals/id/IdRegistrationModal.vue +22 -21
- package/components/modals/id/IdResetPasswordOtpModal.vue +27 -28
- package/components/modals/id/IdTwoFactorModal.vue +122 -0
- package/components/navigation/README.md +1 -1
- package/components/overlays/README.md +1 -1
- package/icons/google.vue +41 -41
- package/icons/linkedin.vue +24 -24
- package/icons/mailru.vue +34 -34
- package/icons/sun.vue +14 -14
- package/icons/yandex.vue +28 -28
- package/lang/en.ts +351 -330
- package/lang/kk.ts +352 -331
- package/lang/ru.ts +42 -66
- package/layouts/default.vue +13 -13
- package/package.json +1 -1
- package/components/modals/two-factor/two-factor.vue +0 -79
package/lang/en.ts
CHANGED
|
@@ -1,363 +1,366 @@
|
|
|
1
|
-
import Ru from
|
|
2
|
-
|
|
1
|
+
import type Ru from './ru'
|
|
2
|
+
|
|
3
|
+
type RuLocale = typeof Ru
|
|
3
4
|
|
|
4
5
|
const EnLocale: RuLocale = {
|
|
5
6
|
lang: {
|
|
6
7
|
ru: {
|
|
7
|
-
short:
|
|
8
|
-
long:
|
|
8
|
+
short: 'RU',
|
|
9
|
+
long: 'Русский',
|
|
9
10
|
},
|
|
10
11
|
kk: {
|
|
11
|
-
short:
|
|
12
|
-
long:
|
|
12
|
+
short: 'KZ',
|
|
13
|
+
long: 'Қазақша',
|
|
13
14
|
},
|
|
14
15
|
en: {
|
|
15
|
-
short:
|
|
16
|
-
long:
|
|
17
|
-
}
|
|
16
|
+
short: 'EN',
|
|
17
|
+
long: 'English',
|
|
18
|
+
},
|
|
18
19
|
},
|
|
19
20
|
reuse: {
|
|
20
|
-
yes: 'Yes'
|
|
21
|
+
yes: 'Yes',
|
|
22
|
+
or: 'Or',
|
|
23
|
+
successfully: 'Successfully',
|
|
21
24
|
},
|
|
22
25
|
header: {
|
|
23
26
|
top: {
|
|
24
|
-
requestLimit:
|
|
25
|
-
daysLeft:
|
|
27
|
+
requestLimit: 'Daily request limit',
|
|
28
|
+
daysLeft: 'Days left',
|
|
26
29
|
},
|
|
27
30
|
profile: {
|
|
28
|
-
tariff:
|
|
29
|
-
balance:
|
|
30
|
-
connected:
|
|
31
|
-
currentBalance:
|
|
32
|
-
addBalance:
|
|
33
|
-
requests:
|
|
34
|
-
daysLeft:
|
|
35
|
-
currentTheme:
|
|
36
|
-
colorScheme:
|
|
37
|
-
logout:
|
|
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',
|
|
38
41
|
menu: {
|
|
39
|
-
personalInfo:
|
|
40
|
-
security:
|
|
41
|
-
work:
|
|
42
|
-
paymentHistory:
|
|
43
|
-
notifications:
|
|
44
|
-
favourites:
|
|
45
|
-
myReports:
|
|
46
|
-
browsingHistory:
|
|
47
|
-
myGroups:
|
|
48
|
-
notes:
|
|
49
|
-
}
|
|
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 Groups',
|
|
51
|
+
notes: 'Notes',
|
|
52
|
+
},
|
|
50
53
|
},
|
|
51
54
|
mega: {
|
|
52
|
-
favourites:
|
|
53
|
-
tariffs:
|
|
54
|
-
useful:
|
|
55
|
-
apiDescription:
|
|
56
|
-
termsOfUse:
|
|
57
|
-
privacyPolicy:
|
|
55
|
+
favourites: 'Favourites',
|
|
56
|
+
tariffs: 'Tariffs',
|
|
57
|
+
useful: 'Useful',
|
|
58
|
+
apiDescription: 'API Description',
|
|
59
|
+
termsOfUse: 'Terms of Use',
|
|
60
|
+
privacyPolicy: 'Privacy Policy',
|
|
58
61
|
},
|
|
59
62
|
navs: {
|
|
60
|
-
products:
|
|
61
|
-
tariffs:
|
|
62
|
-
contacts:
|
|
63
|
+
products: 'Products and Solutions',
|
|
64
|
+
tariffs: 'Tariffs',
|
|
65
|
+
contacts: 'Contacts',
|
|
63
66
|
},
|
|
64
67
|
products: {
|
|
65
68
|
counterparties: {
|
|
66
|
-
label:
|
|
69
|
+
label: 'Counterparties',
|
|
67
70
|
items: {
|
|
68
71
|
counterparty: {
|
|
69
|
-
title:
|
|
70
|
-
subtitle:
|
|
72
|
+
title: 'Counterparty check',
|
|
73
|
+
subtitle: 'Company information, its history, legal status, and any legal issues or disputes',
|
|
71
74
|
},
|
|
72
75
|
wholesale: {
|
|
73
|
-
title:
|
|
74
|
-
subtitle:
|
|
76
|
+
title: 'Mass check',
|
|
77
|
+
subtitle: 'Check affiliations between employees and your counterparties',
|
|
75
78
|
},
|
|
76
79
|
foreign: {
|
|
77
|
-
title:
|
|
78
|
-
subtitle:
|
|
80
|
+
title: 'Foreign counterparties',
|
|
81
|
+
subtitle: 'History and legal status, any legal issues or disputes',
|
|
79
82
|
},
|
|
80
83
|
compare: {
|
|
81
|
-
title:
|
|
82
|
-
subtitle:
|
|
84
|
+
title: 'Comparison of counterparties',
|
|
85
|
+
subtitle: '',
|
|
83
86
|
},
|
|
84
87
|
networks: {
|
|
85
|
-
title:
|
|
86
|
-
subtitle:
|
|
88
|
+
title: 'Indirect connections',
|
|
89
|
+
subtitle: '',
|
|
87
90
|
},
|
|
88
91
|
unloading: {
|
|
89
|
-
title:
|
|
90
|
-
subtitle:
|
|
92
|
+
title: 'Data export',
|
|
93
|
+
subtitle: 'Get data about competitors or potential clients',
|
|
91
94
|
},
|
|
92
95
|
sanction: {
|
|
93
|
-
title:
|
|
94
|
-
subtitle:
|
|
96
|
+
title: 'Sanction lists',
|
|
97
|
+
subtitle: '',
|
|
95
98
|
},
|
|
96
99
|
offshore: {
|
|
97
|
-
title:
|
|
98
|
-
subtitle:
|
|
99
|
-
}
|
|
100
|
-
}
|
|
100
|
+
title: 'Offshore lists',
|
|
101
|
+
subtitle: '',
|
|
102
|
+
},
|
|
103
|
+
},
|
|
101
104
|
},
|
|
102
105
|
jobs: {
|
|
103
|
-
label:
|
|
106
|
+
label: 'Jobs',
|
|
104
107
|
items: {
|
|
105
108
|
vacancies: {
|
|
106
|
-
title:
|
|
107
|
-
subtitle:
|
|
109
|
+
title: 'Vacancies',
|
|
110
|
+
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',
|
|
108
111
|
},
|
|
109
112
|
resume: {
|
|
110
|
-
title:
|
|
111
|
-
subtitle:
|
|
112
|
-
}
|
|
113
|
-
}
|
|
113
|
+
title: 'Resume',
|
|
114
|
+
subtitle: 'Search for up-to-date resumes across Kazakhstan. Use convenient filters for precise candidate search by skills, experience, and education',
|
|
115
|
+
},
|
|
116
|
+
},
|
|
114
117
|
},
|
|
115
118
|
tenders: {
|
|
116
|
-
label:
|
|
119
|
+
label: 'Procurement',
|
|
117
120
|
items: {
|
|
118
121
|
tenders: {
|
|
119
|
-
title:
|
|
120
|
-
subtitle:
|
|
122
|
+
title: 'Tender search',
|
|
123
|
+
subtitle: 'Information about procurements, use search by keywords to find lots that match your interests or line of work',
|
|
121
124
|
},
|
|
122
125
|
contracts: {
|
|
123
|
-
title:
|
|
124
|
-
subtitle:
|
|
126
|
+
title: 'Contract search',
|
|
127
|
+
subtitle: 'Study key trends, consumption patterns, and forecast demand for future periods',
|
|
125
128
|
},
|
|
126
129
|
procurement: {
|
|
127
|
-
title:
|
|
128
|
-
subtitle:
|
|
129
|
-
}
|
|
130
|
-
}
|
|
130
|
+
title: 'Procurement plans',
|
|
131
|
+
subtitle: 'Identify customers and their budgets for goods, work, and services',
|
|
132
|
+
},
|
|
133
|
+
},
|
|
131
134
|
},
|
|
132
135
|
fines: {
|
|
133
|
-
label:
|
|
136
|
+
label: 'Fines',
|
|
134
137
|
items: {
|
|
135
138
|
fines: {
|
|
136
|
-
title:
|
|
137
|
-
subtitle:
|
|
139
|
+
title: 'Fine check',
|
|
140
|
+
subtitle: 'Check administrative fines imposed by state authorities for violations of the laws of the Republic of Kazakhstan',
|
|
138
141
|
},
|
|
139
142
|
auto: {
|
|
140
|
-
title:
|
|
141
|
-
subtitle:
|
|
143
|
+
title: 'Car check',
|
|
144
|
+
subtitle: 'Check the car\'s history for legal clarity, participation in accidents, technical inspection status, traffic fines',
|
|
142
145
|
},
|
|
143
146
|
wholesaleAuto: {
|
|
144
|
-
title:
|
|
145
|
-
subtitle:
|
|
146
|
-
}
|
|
147
|
-
}
|
|
147
|
+
title: 'Mass car check',
|
|
148
|
+
subtitle: 'Check car information for fines, tax arrears, and other important data using a convenient mass verification tool',
|
|
149
|
+
},
|
|
150
|
+
},
|
|
148
151
|
},
|
|
149
152
|
analytics: {
|
|
150
|
-
label:
|
|
153
|
+
label: 'Analytics',
|
|
151
154
|
items: {
|
|
152
155
|
clients: {
|
|
153
|
-
title:
|
|
154
|
-
subtitle:
|
|
156
|
+
title: 'Client search',
|
|
157
|
+
subtitle: 'Current contact database of potential clients in Kazakhstan',
|
|
155
158
|
},
|
|
156
159
|
procurement: {
|
|
157
|
-
title:
|
|
158
|
-
subtitle:
|
|
160
|
+
title: 'Procurement analysis',
|
|
161
|
+
subtitle: 'Evaluate the volume of competitors\' procurements over a certain period',
|
|
159
162
|
},
|
|
160
163
|
activity: {
|
|
161
|
-
title:
|
|
162
|
-
subtitle:
|
|
164
|
+
title: 'Business activity index',
|
|
165
|
+
subtitle: 'Assessment of market risk of current business activity',
|
|
163
166
|
},
|
|
164
167
|
subjects: {
|
|
165
|
-
title:
|
|
166
|
-
subtitle:
|
|
168
|
+
title: 'Business entities',
|
|
169
|
+
subtitle: 'Change in the number of business entities in various sectors of the economy',
|
|
167
170
|
},
|
|
168
171
|
rate: {
|
|
169
|
-
title:
|
|
170
|
-
subtitle:
|
|
171
|
-
}
|
|
172
|
-
}
|
|
172
|
+
title: 'Taxpayer ranking',
|
|
173
|
+
subtitle: 'Taxpayers who regularly pay taxes',
|
|
174
|
+
},
|
|
175
|
+
},
|
|
173
176
|
},
|
|
174
177
|
fea: {
|
|
175
|
-
label:
|
|
178
|
+
label: 'Foreign Economic Activity',
|
|
176
179
|
items: {
|
|
177
180
|
i: {
|
|
178
|
-
t:
|
|
179
|
-
st:
|
|
181
|
+
t: 'Foreign trade in goods',
|
|
182
|
+
st: 'Information service of foreign trade turnover by foreign economic activity participants',
|
|
180
183
|
},
|
|
181
184
|
o: {
|
|
182
|
-
t:
|
|
183
|
-
st:
|
|
185
|
+
t: 'FEACN',
|
|
186
|
+
st: 'Product reference, intelligent search, and selection of the code, FEACN tree with full descriptions',
|
|
184
187
|
},
|
|
185
188
|
cp: {
|
|
186
|
-
t:
|
|
187
|
-
st:
|
|
189
|
+
t: 'Customs-related sphere',
|
|
190
|
+
st: 'Lists, registries, and other reference information',
|
|
188
191
|
},
|
|
189
192
|
ca: {
|
|
190
|
-
t:
|
|
191
|
-
st:
|
|
193
|
+
t: 'Calculator',
|
|
194
|
+
st: 'Calculation of Customs Payments. Customs Duties. Customs Fees',
|
|
192
195
|
},
|
|
193
196
|
tr: {
|
|
194
|
-
t:
|
|
195
|
-
st:
|
|
197
|
+
t: 'International market and tariffs',
|
|
198
|
+
st: 'Customs Tariffs and Quotas. Measures for Protecting the Domestic Market. Regulatory Requirements',
|
|
196
199
|
},
|
|
197
200
|
importerMap: {
|
|
198
201
|
t: 'Map of importers',
|
|
199
|
-
st: ''
|
|
202
|
+
st: '',
|
|
200
203
|
},
|
|
201
204
|
containers: {
|
|
202
205
|
t: 'Container Tracking',
|
|
203
|
-
st: ''
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
+
st: '',
|
|
207
|
+
},
|
|
208
|
+
},
|
|
206
209
|
},
|
|
207
210
|
compliance: {
|
|
208
|
-
label:
|
|
211
|
+
label: 'Compliance',
|
|
209
212
|
items: {
|
|
210
213
|
l: {
|
|
211
|
-
t:
|
|
212
|
-
st:
|
|
213
|
-
}
|
|
214
|
-
}
|
|
214
|
+
t: 'Compliance',
|
|
215
|
+
st: 'Automatic compliance risk check: protecting your business in real-time',
|
|
216
|
+
},
|
|
217
|
+
},
|
|
215
218
|
},
|
|
216
219
|
edo: {
|
|
217
220
|
label: 'EDM',
|
|
218
221
|
items: {
|
|
219
222
|
l: {
|
|
220
|
-
t: 'Document Flow'
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
+
t: 'Document Flow',
|
|
224
|
+
},
|
|
225
|
+
},
|
|
223
226
|
},
|
|
224
227
|
galleryCards: {
|
|
225
228
|
unload: {
|
|
226
|
-
title:
|
|
227
|
-
subtitle:
|
|
229
|
+
title: 'Data export',
|
|
230
|
+
subtitle: 'Get a list of potential clients',
|
|
228
231
|
},
|
|
229
232
|
ved: {
|
|
230
|
-
title:
|
|
231
|
-
subtitle:
|
|
233
|
+
title: 'Foreign economic activity',
|
|
234
|
+
subtitle: 'A universal tool for international trade',
|
|
232
235
|
},
|
|
233
236
|
compliance: {
|
|
234
|
-
title:
|
|
237
|
+
title: 'Compliance',
|
|
235
238
|
subtitle:
|
|
236
|
-
|
|
239
|
+
'Automated compliance risk assessment: real-time business protection',
|
|
237
240
|
},
|
|
238
241
|
},
|
|
239
242
|
},
|
|
240
243
|
contacts: {
|
|
241
244
|
almaty: {
|
|
242
|
-
title:
|
|
245
|
+
title: 'Contacts of LLP \'Alldata\'',
|
|
243
246
|
adress: {
|
|
244
|
-
title:
|
|
245
|
-
subtitle:
|
|
247
|
+
title: 'Address',
|
|
248
|
+
subtitle: 'Kazakhstan, Almaty, Khojanov St., 79',
|
|
246
249
|
},
|
|
247
250
|
email: {
|
|
248
|
-
title:
|
|
251
|
+
title: 'Email',
|
|
249
252
|
},
|
|
250
253
|
schedule: {
|
|
251
|
-
title:
|
|
252
|
-
subtitle:
|
|
254
|
+
title: 'Working hours',
|
|
255
|
+
subtitle: '9:00 - 18:00, Mon - Fri',
|
|
253
256
|
},
|
|
254
257
|
sellDep: {
|
|
255
|
-
title:
|
|
258
|
+
title: 'Sales Department',
|
|
256
259
|
},
|
|
257
260
|
contactUs: {
|
|
258
|
-
title: 'Contact us'
|
|
261
|
+
title: 'Contact us',
|
|
259
262
|
},
|
|
260
263
|
support: {
|
|
261
|
-
title:
|
|
262
|
-
subtitle:
|
|
264
|
+
title: 'Technical Support',
|
|
265
|
+
subtitle: '+7 (771) 228 90 41',
|
|
263
266
|
linkTitle: 'Go to support chat',
|
|
264
267
|
},
|
|
265
268
|
financeDep: {
|
|
266
269
|
title: 'Finance Department',
|
|
267
|
-
linkTitle: 'Go to chat with the Finance Department'
|
|
270
|
+
linkTitle: 'Go to chat with the Finance Department',
|
|
268
271
|
},
|
|
269
272
|
},
|
|
270
273
|
astana: {
|
|
271
|
-
title:
|
|
274
|
+
title: 'Branch in Astana: LLP \'ADATA Consulting\'',
|
|
272
275
|
adress: {
|
|
273
|
-
title:
|
|
274
|
-
subtitle:
|
|
276
|
+
title: 'Address',
|
|
277
|
+
subtitle: 'Astana, Kunayev St., 29/1, \'Diplomat\' Business Center, 11th floor, Office 1108',
|
|
275
278
|
},
|
|
276
279
|
email: {
|
|
277
|
-
title:
|
|
280
|
+
title: 'Email',
|
|
278
281
|
},
|
|
279
282
|
schedule: {
|
|
280
|
-
title:
|
|
281
|
-
subtitle:
|
|
283
|
+
title: 'Working hours',
|
|
284
|
+
subtitle: '9:00 - 18:00, Mon - Fri',
|
|
282
285
|
},
|
|
283
286
|
sellDep: {
|
|
284
|
-
title:
|
|
287
|
+
title: 'Sales Department',
|
|
285
288
|
},
|
|
286
289
|
details: {
|
|
287
|
-
title:
|
|
288
|
-
subtitle:
|
|
289
|
-
}
|
|
290
|
+
title: 'Details',
|
|
291
|
+
subtitle: 'BIN: 090740016057',
|
|
292
|
+
},
|
|
290
293
|
},
|
|
291
|
-
toContacts:
|
|
294
|
+
toContacts: 'Go to Contacts page',
|
|
292
295
|
},
|
|
293
|
-
login:
|
|
294
|
-
oldVersion:
|
|
296
|
+
login: 'Login',
|
|
297
|
+
oldVersion: 'Old version of the site',
|
|
295
298
|
notifications: {
|
|
296
|
-
title:
|
|
297
|
-
seeAll:
|
|
298
|
-
noData:
|
|
299
|
-
}
|
|
299
|
+
title: 'Notifications',
|
|
300
|
+
seeAll: 'See all notifications',
|
|
301
|
+
noData: 'No new notifications',
|
|
302
|
+
},
|
|
300
303
|
},
|
|
301
304
|
footer: {
|
|
302
|
-
services:
|
|
303
|
-
useful:
|
|
305
|
+
services: 'Services',
|
|
306
|
+
useful: 'Useful',
|
|
304
307
|
contacts: {
|
|
305
|
-
title:
|
|
306
|
-
address:
|
|
307
|
-
goToChat:
|
|
308
|
+
title: 'Contacts',
|
|
309
|
+
address: 'Kazakhstan, Almaty, Khozhanova St. 79',
|
|
310
|
+
goToChat: 'Go to support chat',
|
|
308
311
|
},
|
|
309
312
|
subtitle: 'A single solution for business tasks',
|
|
310
313
|
info: {
|
|
311
|
-
tariff:
|
|
312
|
-
helpful:
|
|
313
|
-
api:
|
|
314
|
-
userAgreement:
|
|
315
|
-
privacyPolicy:
|
|
316
|
-
vacancy:
|
|
317
|
-
counterparty:
|
|
318
|
-
contacts:
|
|
314
|
+
tariff: 'Tariffs',
|
|
315
|
+
helpful: 'Useful',
|
|
316
|
+
api: 'API Description',
|
|
317
|
+
userAgreement: 'User Agreement',
|
|
318
|
+
privacyPolicy: 'Privacy Policy',
|
|
319
|
+
vacancy: 'Vacancies',
|
|
320
|
+
counterparty: 'Enterprise Catalog',
|
|
321
|
+
contacts: 'Contacts',
|
|
319
322
|
},
|
|
320
323
|
counterparties: {
|
|
321
|
-
title:
|
|
322
|
-
checkCounterparties:
|
|
323
|
-
compareCounterparties:
|
|
324
|
-
indirectConnections:
|
|
325
|
-
massCheck:
|
|
326
|
-
foreignCounterparties:
|
|
327
|
-
sanctions:
|
|
328
|
-
offshores:
|
|
324
|
+
title: 'Counterparties',
|
|
325
|
+
checkCounterparties: 'Counterparty Check',
|
|
326
|
+
compareCounterparties: 'Compare Counterparties',
|
|
327
|
+
indirectConnections: 'Indirect Connections',
|
|
328
|
+
massCheck: 'Mass Check',
|
|
329
|
+
foreignCounterparties: 'Foreign Counterparties',
|
|
330
|
+
sanctions: 'Sanctions',
|
|
331
|
+
offshores: 'Offshores',
|
|
329
332
|
},
|
|
330
333
|
work: {
|
|
331
|
-
title:
|
|
332
|
-
createFindVacancies:
|
|
333
|
-
createFindResume:
|
|
334
|
+
title: 'Jobs',
|
|
335
|
+
createFindVacancies: 'Create and Find Vacancies',
|
|
336
|
+
createFindResume: 'Create and Find Resume',
|
|
334
337
|
},
|
|
335
338
|
tenders: {
|
|
336
|
-
title:
|
|
337
|
-
searchTenders:
|
|
338
|
-
purchasePlans:
|
|
339
|
+
title: 'Tenders',
|
|
340
|
+
searchTenders: 'Search by Tenders',
|
|
341
|
+
purchasePlans: 'Procurement Plans',
|
|
339
342
|
},
|
|
340
343
|
fines: {
|
|
341
|
-
title:
|
|
342
|
-
checkFines:
|
|
343
|
-
checkAuto:
|
|
344
|
-
massCheckAuto:
|
|
344
|
+
title: 'Fines',
|
|
345
|
+
checkFines: 'Fine Check',
|
|
346
|
+
checkAuto: 'Car Check',
|
|
347
|
+
massCheckAuto: 'Mass Car Check',
|
|
345
348
|
},
|
|
346
349
|
analytics: {
|
|
347
|
-
title:
|
|
348
|
-
searchCustomers:
|
|
349
|
-
purchaseAnalysis:
|
|
350
|
-
businessActivityIndex:
|
|
351
|
-
taxpayerRanking:
|
|
352
|
-
businessEntities:
|
|
350
|
+
title: 'Analytics',
|
|
351
|
+
searchCustomers: 'Search Clients',
|
|
352
|
+
purchaseAnalysis: 'Procurement Analysis',
|
|
353
|
+
businessActivityIndex: 'Business Activity Index',
|
|
354
|
+
taxpayerRanking: 'Taxpayer Ranking',
|
|
355
|
+
businessEntities: 'Business Entities',
|
|
353
356
|
},
|
|
354
357
|
fea: {
|
|
355
|
-
title:
|
|
356
|
-
i:
|
|
357
|
-
o:
|
|
358
|
-
cp:
|
|
359
|
-
calc:'Calculator',
|
|
360
|
-
mr:'International Market and Tariffs',
|
|
358
|
+
title: 'FEA',
|
|
359
|
+
i: 'Foreign Trade in Goods',
|
|
360
|
+
o: 'Foreign Economic Activity Commodity Nomenclature',
|
|
361
|
+
cp: 'Customs-related sphere',
|
|
362
|
+
calc: 'Calculator',
|
|
363
|
+
mr: 'International Market and Tariffs',
|
|
361
364
|
importerMap: 'Map of importers',
|
|
362
365
|
containers: 'Container Tracking',
|
|
363
366
|
},
|
|
@@ -365,42 +368,42 @@ const EnLocale: RuLocale = {
|
|
|
365
368
|
title: 'Compliance',
|
|
366
369
|
},
|
|
367
370
|
edo: {
|
|
368
|
-
title: 'EDM'
|
|
371
|
+
title: 'EDM',
|
|
369
372
|
},
|
|
370
|
-
LLP:
|
|
373
|
+
LLP: 'LLP',
|
|
371
374
|
},
|
|
372
375
|
our_clients: {
|
|
373
|
-
title:
|
|
376
|
+
title: 'Our Clients',
|
|
374
377
|
},
|
|
375
378
|
forms: {
|
|
376
379
|
feedback: {
|
|
377
|
-
title:
|
|
378
|
-
subtitle:
|
|
379
|
-
email:
|
|
380
|
-
phone:
|
|
381
|
-
comment:
|
|
382
|
-
send:
|
|
383
|
-
close:
|
|
384
|
-
fieldRequired:
|
|
385
|
-
emailValid:
|
|
386
|
-
phoneMinLength:
|
|
387
|
-
commentMinLength:
|
|
388
|
-
commentMaxLength:
|
|
389
|
-
modalTitle:
|
|
390
|
-
modalSubtitle:
|
|
380
|
+
title: 'Interested in more data?',
|
|
381
|
+
subtitle: 'Leave a comment, and we will consider your proposal as soon as possible.',
|
|
382
|
+
email: 'Email',
|
|
383
|
+
phone: 'Phone number',
|
|
384
|
+
comment: 'Your comment',
|
|
385
|
+
send: 'Send',
|
|
386
|
+
close: 'Close',
|
|
387
|
+
fieldRequired: 'Field is required',
|
|
388
|
+
emailValid: 'Enter a valid email',
|
|
389
|
+
phoneMinLength: 'Minimum phone number length is {count} characters',
|
|
390
|
+
commentMinLength: 'Minimum comment length is {count} characters',
|
|
391
|
+
commentMaxLength: 'Maximum comment length is {count} characters',
|
|
392
|
+
modalTitle: 'Request Accepted',
|
|
393
|
+
modalSubtitle: 'Thank you for your feedback!',
|
|
391
394
|
},
|
|
392
395
|
demo: {
|
|
393
|
-
t:
|
|
394
|
-
st:
|
|
396
|
+
t: 'Request Demo Access',
|
|
397
|
+
st: 'Fill out the form to request demo access',
|
|
395
398
|
e: 'Email',
|
|
396
|
-
n:
|
|
397
|
-
p:
|
|
398
|
-
c:
|
|
399
|
-
b:
|
|
399
|
+
n: 'Full Name',
|
|
400
|
+
p: 'Phone number',
|
|
401
|
+
c: 'Comment',
|
|
402
|
+
b: 'Request demo access',
|
|
400
403
|
},
|
|
401
404
|
request_demo: {
|
|
402
|
-
|
|
403
|
-
|
|
405
|
+
title: 'Try all the features of the service for free',
|
|
406
|
+
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',
|
|
404
407
|
agreement: 'By filling out the form, you agree to the processing of personal data and receiving informational messages',
|
|
405
408
|
send: 'Submit Request',
|
|
406
409
|
},
|
|
@@ -463,30 +466,107 @@ const EnLocale: RuLocale = {
|
|
|
463
466
|
login: 'Login',
|
|
464
467
|
register: 'Register',
|
|
465
468
|
toTariffs: 'Go to tariffs',
|
|
466
|
-
back: 'Back'
|
|
469
|
+
back: 'Back',
|
|
470
|
+
recover: 'Recover',
|
|
471
|
+
cancel: 'Cancel',
|
|
472
|
+
set: 'Set',
|
|
473
|
+
resend: 'Resend',
|
|
474
|
+
confirm: 'Confirm',
|
|
467
475
|
},
|
|
468
476
|
modals: {
|
|
477
|
+
id: {
|
|
478
|
+
login: {
|
|
479
|
+
title: 'Login',
|
|
480
|
+
subtitle: 'Welcome to Adata.kz',
|
|
481
|
+
remember_me: 'Remember me',
|
|
482
|
+
forget_password: 'Forgot password?',
|
|
483
|
+
first_time: 'First time using our service?',
|
|
484
|
+
labels: {
|
|
485
|
+
email: 'Enter email',
|
|
486
|
+
password: 'Enter password',
|
|
487
|
+
},
|
|
488
|
+
},
|
|
489
|
+
register: {
|
|
490
|
+
title: 'Registration',
|
|
491
|
+
subtitle: 'Enter your details to register',
|
|
492
|
+
labels: {
|
|
493
|
+
email: 'Enter email',
|
|
494
|
+
password: 'Enter password',
|
|
495
|
+
password_confirmation: 'Confirm password',
|
|
496
|
+
},
|
|
497
|
+
alert: 'The password must be at least 8 characters long and contain (an uppercase letter, a number, and a special character)',
|
|
498
|
+
agreement: {
|
|
499
|
+
text: 'I have read the {link} and fully agree with them.',
|
|
500
|
+
link: 'terms of service',
|
|
501
|
+
},
|
|
502
|
+
continue: 'Continue',
|
|
503
|
+
haveAcc: 'Already have an account?',
|
|
504
|
+
enter: 'Login',
|
|
505
|
+
errors: {
|
|
506
|
+
low_security: 'Low security level',
|
|
507
|
+
minLength: 'The password must be at least 8 characters long',
|
|
508
|
+
passwordRequirements: 'must contain (an uppercase letter, a number, and a special character)',
|
|
509
|
+
sameAs: 'Passwords do not match',
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
confirmAccount: {
|
|
513
|
+
title: 'Account confirmation',
|
|
514
|
+
},
|
|
515
|
+
recovery: {
|
|
516
|
+
title: 'Password recovery',
|
|
517
|
+
content: 'Enter your email address',
|
|
518
|
+
placeholder: 'Enter email',
|
|
519
|
+
},
|
|
520
|
+
resetPasswordOtp: {
|
|
521
|
+
title: 'Confirm action',
|
|
522
|
+
content: 'Enter the 6-digit confirmation code sent to your email address',
|
|
523
|
+
seconds: 'seconds',
|
|
524
|
+
attempts: 'Remaining attempts: {n}',
|
|
525
|
+
},
|
|
526
|
+
newPassword: {
|
|
527
|
+
title: 'Create a new password',
|
|
528
|
+
content: 'Come up with your new password',
|
|
529
|
+
alert: 'The password must be at least 8 characters long and contain (an uppercase letter, a number)',
|
|
530
|
+
placeholder: {
|
|
531
|
+
1: 'Enter new password',
|
|
532
|
+
2: 'Repeat password',
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
twoFactor: {
|
|
536
|
+
title: 'Two-factor authentication',
|
|
537
|
+
code: 'Enter the 6-digit code for confirmation',
|
|
538
|
+
error: 'You entered an incorrect code',
|
|
539
|
+
},
|
|
540
|
+
passwordSuccessful: {
|
|
541
|
+
title: 'Great',
|
|
542
|
+
content: 'You have successfully changed your account password',
|
|
543
|
+
},
|
|
544
|
+
confirmSuccessful: {
|
|
545
|
+
title: 'Success!',
|
|
546
|
+
content: 'Email has been confirmed. Thank you!',
|
|
547
|
+
},
|
|
548
|
+
},
|
|
469
549
|
auth: {
|
|
470
|
-
title:
|
|
471
|
-
content:
|
|
472
|
-
firstTime:
|
|
550
|
+
title: 'No Access',
|
|
551
|
+
content: 'This functionality is available to authorized users only.',
|
|
552
|
+
firstTime: 'First time on our service?',
|
|
473
553
|
},
|
|
474
554
|
limit: {
|
|
475
|
-
title:
|
|
476
|
-
content:
|
|
477
|
-
changedToBasic:
|
|
478
|
-
basicPlus:
|
|
555
|
+
title: 'Limit Reached',
|
|
556
|
+
content: 'More checks will be available tomorrow, please come back later.',
|
|
557
|
+
changedToBasic: 'Your tariff has been changed to Basic.',
|
|
558
|
+
basicPlus: 'To get an extended account, go to the \'Tariffs\' section.',
|
|
479
559
|
},
|
|
480
560
|
mobile_navigation: {
|
|
481
|
-
type_main:
|
|
482
|
-
type_contacts:
|
|
561
|
+
type_main: 'Products and Solutions',
|
|
562
|
+
type_contacts: 'Contacts',
|
|
483
563
|
type_tariff: 'Tariffs',
|
|
484
|
-
type_login:
|
|
485
|
-
type_profile:
|
|
486
|
-
return_button:'Main'
|
|
564
|
+
type_login: 'Login',
|
|
565
|
+
type_profile: 'Profile',
|
|
566
|
+
return_button: 'Main',
|
|
487
567
|
},
|
|
488
568
|
payment_method: {
|
|
489
|
-
title:
|
|
569
|
+
title: 'Payment Method',
|
|
490
570
|
questions: 'Select a payment system to conduct the \n transaction',
|
|
491
571
|
banks: {
|
|
492
572
|
kaspi: 'Kaspi',
|
|
@@ -503,15 +583,15 @@ const EnLocale: RuLocale = {
|
|
|
503
583
|
questions: 'Funds will be deducted from your account, do you want to \n connect the tariff?',
|
|
504
584
|
},
|
|
505
585
|
replenish_modal: {
|
|
506
|
-
title:
|
|
507
|
-
info:
|
|
586
|
+
title: 'Top up balance',
|
|
587
|
+
info: 'Funds will be credited in tenge.',
|
|
508
588
|
enter_sum: 'Enter the amount',
|
|
509
|
-
error: 'Maximum amount – 1 000 000 ₸'
|
|
589
|
+
error: 'Maximum amount – 1 000 000 ₸',
|
|
510
590
|
},
|
|
511
591
|
low_balance: {
|
|
512
|
-
title:
|
|
513
|
-
current_balance:
|
|
514
|
-
questions:
|
|
592
|
+
title: 'Insufficient Funds',
|
|
593
|
+
current_balance: 'Your current balance',
|
|
594
|
+
questions: 'Would you like to top up now?',
|
|
515
595
|
},
|
|
516
596
|
another_device_modal: {
|
|
517
597
|
title: 'Login from another device',
|
|
@@ -520,18 +600,18 @@ const EnLocale: RuLocale = {
|
|
|
520
600
|
},
|
|
521
601
|
no_access: {
|
|
522
602
|
title: 'No access',
|
|
523
|
-
info: 'This functionality is unavailable'
|
|
603
|
+
info: 'This functionality is unavailable',
|
|
524
604
|
},
|
|
525
605
|
buttons: {
|
|
526
|
-
close:
|
|
527
|
-
back:
|
|
528
|
-
buy:
|
|
529
|
-
topUp:
|
|
606
|
+
close: 'Close',
|
|
607
|
+
back: 'Cancel',
|
|
608
|
+
buy: 'Pay',
|
|
609
|
+
topUp: 'Top up',
|
|
530
610
|
goToMainPage: 'Go to Main Page',
|
|
531
|
-
logIn:
|
|
532
|
-
register:
|
|
533
|
-
goTariffs:
|
|
534
|
-
example:
|
|
611
|
+
logIn: 'Log in',
|
|
612
|
+
register: 'Register',
|
|
613
|
+
goTariffs: 'Go to tariffs',
|
|
614
|
+
example: 'View example',
|
|
535
615
|
toMain: 'To Home',
|
|
536
616
|
goToKaspi: 'Go to Kaspi.kz',
|
|
537
617
|
},
|
|
@@ -546,7 +626,7 @@ const EnLocale: RuLocale = {
|
|
|
546
626
|
rules: {
|
|
547
627
|
required: 'Required field',
|
|
548
628
|
email: 'Invalid e-mail',
|
|
549
|
-
}
|
|
629
|
+
},
|
|
550
630
|
},
|
|
551
631
|
application_accepted_modal: {
|
|
552
632
|
title: 'Application Accepted',
|
|
@@ -560,30 +640,30 @@ const EnLocale: RuLocale = {
|
|
|
560
640
|
name: 'Enter your name',
|
|
561
641
|
email: 'Enter your email',
|
|
562
642
|
phone: 'Enter your phone number',
|
|
563
|
-
comment: 'Your comment'
|
|
643
|
+
comment: 'Your comment',
|
|
564
644
|
},
|
|
565
645
|
validation: {
|
|
566
646
|
required: 'This field is required',
|
|
567
|
-
phone: 'Phone number must contain {n} digits'
|
|
568
|
-
}
|
|
569
|
-
}
|
|
647
|
+
phone: 'Phone number must contain {n} digits',
|
|
648
|
+
},
|
|
649
|
+
},
|
|
570
650
|
},
|
|
571
651
|
mobile_navigation: {
|
|
572
652
|
contacts: {
|
|
573
653
|
first_type: 'LLP "Alldata"',
|
|
574
654
|
second_type: 'LLP "ADATA Consulting"',
|
|
575
655
|
allData: {
|
|
576
|
-
address:
|
|
577
|
-
address_info:
|
|
578
|
-
email:
|
|
579
|
-
mode:
|
|
580
|
-
mode_info:
|
|
581
|
-
sales_department:
|
|
582
|
-
technical_support:
|
|
583
|
-
support_link_title: 'Go to chat with support'
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
content: {}
|
|
656
|
+
address: 'Address',
|
|
657
|
+
address_info: 'Kazakhstan, Almaty, Khojanov St., 79',
|
|
658
|
+
email: 'Email',
|
|
659
|
+
mode: 'Working hours',
|
|
660
|
+
mode_info: '9:00 - 18:00, Mon - Fri',
|
|
661
|
+
sales_department: 'Sales Department',
|
|
662
|
+
technical_support: 'Technical Support',
|
|
663
|
+
support_link_title: 'Go to chat with support',
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
content: {},
|
|
587
667
|
},
|
|
588
668
|
illustrations: {
|
|
589
669
|
afterLogInBlock: {
|
|
@@ -592,72 +672,13 @@ const EnLocale: RuLocale = {
|
|
|
592
672
|
},
|
|
593
673
|
},
|
|
594
674
|
all_services: 'All services',
|
|
595
|
-
login: {
|
|
596
|
-
pageTitle: 'Authorization',
|
|
597
|
-
successfully: 'Successfully',
|
|
598
|
-
form: {
|
|
599
|
-
title: 'Login',
|
|
600
|
-
subtitle: 'Welcome to the Adata.kz service',
|
|
601
|
-
remember_me: 'Remember me',
|
|
602
|
-
forget_password: 'Forgot password?',
|
|
603
|
-
first_time: 'First time on our service?',
|
|
604
|
-
labels: {
|
|
605
|
-
email: 'Enter email',
|
|
606
|
-
password: 'Enter password',
|
|
607
|
-
},
|
|
608
|
-
},
|
|
609
|
-
modal: {
|
|
610
|
-
title: 'Confirmation',
|
|
611
|
-
subtitle1: 'An email has been sent to your inbox with a link to confirm your account',
|
|
612
|
-
subtitle2: 'Waiting for confirmation, you can resend the email in:',
|
|
613
|
-
confirmationEmail: 'If you did not receive the confirmation email',
|
|
614
|
-
seconds: 'seconds',
|
|
615
|
-
resend: 'Resend',
|
|
616
|
-
back: 'Return to home',
|
|
617
|
-
},
|
|
618
|
-
},
|
|
619
|
-
register: {
|
|
620
|
-
pageTitle: 'Registration',
|
|
621
|
-
form: {
|
|
622
|
-
title: 'Registration',
|
|
623
|
-
subtitle: 'Enter data for registration',
|
|
624
|
-
labels: {
|
|
625
|
-
email: 'Enter email',
|
|
626
|
-
password: 'Enter password',
|
|
627
|
-
password_confirmation: 'Confirm password',
|
|
628
|
-
},
|
|
629
|
-
alert: 'Password must be at least 8 characters long and contain (uppercase letter, digit and special symbol)',
|
|
630
|
-
agreement: {
|
|
631
|
-
text: 'I have read the {link} and fully agree with them.',
|
|
632
|
-
link: 'service terms',
|
|
633
|
-
},
|
|
634
|
-
continue: 'Continue',
|
|
635
|
-
haveAcc: 'Do you already have an account?',
|
|
636
|
-
enter: 'Login',
|
|
637
|
-
errors: {
|
|
638
|
-
required: 'Required field',
|
|
639
|
-
low_security: 'Low security level',
|
|
640
|
-
email: 'Invalid email',
|
|
641
|
-
minLength: 'Password must be at least 8 characters long',
|
|
642
|
-
passwordRequirements: 'contain (uppercase letter, digit)',
|
|
643
|
-
sameAs: 'Passwords do not match',
|
|
644
|
-
},
|
|
645
|
-
},
|
|
646
|
-
modal: {
|
|
647
|
-
title: 'Confirmation',
|
|
648
|
-
subtitle1: 'An email has been sent to your inbox with a link to confirm your account',
|
|
649
|
-
subtitle2: 'Waiting for confirmation, you can resend the email in',
|
|
650
|
-
confirmationEmail: 'If you did not receive the confirmation email',
|
|
651
|
-
seconds: 'seconds',
|
|
652
|
-
resend: 'Resend',
|
|
653
|
-
back: 'Return to home',
|
|
654
|
-
},
|
|
655
|
-
},
|
|
656
675
|
error: {
|
|
657
676
|
required: 'Required field',
|
|
658
677
|
validation: 'Validation failed',
|
|
659
678
|
user_canceled_auth: 'You canceled the authorization',
|
|
660
679
|
email_not_verified: 'Email is not verified',
|
|
680
|
+
email: 'Invalid email',
|
|
681
|
+
otp: 'You entered an incorrect code',
|
|
661
682
|
authorization_error_with_yandex: 'Failed to sign in with Yandex',
|
|
662
683
|
authorization_error_with_google: 'Failed to sign in with Google',
|
|
663
684
|
authorization_error_with_mailru: 'Failed to sign in with Mail.ru',
|