auto-lang 1.0.0

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.
@@ -0,0 +1,2093 @@
1
+ /* eslint-disable no-var */
2
+
3
+ declare global {
4
+ interface GlobalTranslation {
5
+ GENERAL: GENERAL;
6
+ NETWORK_DETECTOR: NETWORKDETECTOR;
7
+ COMMUNICATION: COMMUNICATION;
8
+ MENU: MENU;
9
+ LAYOUT_SETTINGS: LAYOUTSETTINGS;
10
+ CACHE: CACHE;
11
+ PROFILE_MENU: PROFILEMENU;
12
+ TABLE_TOPBAR: TABLETOPBAR;
13
+ LOGIN: LOGIN;
14
+ TAGS: TAGS;
15
+ LEADS: LEADS;
16
+ LEAD_DETAILS: LEADDETAILS;
17
+ ACTIVITY_LOGS: ACTIVITYLOGS;
18
+ Lead_CSV_UPLOAD: LeadCSVUPLOAD;
19
+ MONETARY_TRANSACTIONS: MONETARYTRANSACTIONS;
20
+ TRADING_ACCOUNTS: TRADINGACCOUNTS;
21
+ NEW_TRANSACTION: NEWTRANSACTION;
22
+ BRANDS: BRANDS;
23
+ BRAND_DETAILS: BRANDDETAILS;
24
+ BUSINESS_UNIT: BUSINESSUNIT;
25
+ AGENTS: AGENTS;
26
+ OFFICE_LOCATION: OFFICELOCATION;
27
+ CHANGE_PASSWORD: CHANGEPASSWORD;
28
+ RESET_PASSWORD: RESETPASSWORD;
29
+ SETTINGS: SETTINGS;
30
+ RISK_MANAGEMENT: RISKMANAGEMENT;
31
+ EXTRA_FIELD_OPTIONS: EXTRAFIELDOPTIONS;
32
+ CPATTERN_CONFIG: CPATTERNCONFIG;
33
+ BRANDS_CONFIGS: BRANDSCONFIGS;
34
+ MAILBOXES: MAILBOXES;
35
+ EMAIL_TEMPLATE: EMAILTEMPLATE;
36
+ VOIP: VOIP;
37
+ C_PATTERN_HISTORY: CPATTERNHISTORY;
38
+ AFFILIATE_CLIENTS: AFFILIATECLIENTS;
39
+ APPROVAL_MAIL: APPROVALMAIL;
40
+ CLIENTZONE_CONFIG: CLIENTZONECONFIG;
41
+ GROUPS: GROUPS;
42
+ ROLES: ROLES;
43
+ EMAIL_QUEUE_LOGS: EMAILQUEUELOGS;
44
+ CALL_LOGS: CALLLOGS;
45
+ FORGET_PASSWORD: FORGETPASSWORD;
46
+ DOCUMENTS: DOCUMENTS;
47
+ GOOGLE_ACCOUNTS: GOOGLEACCOUNTS;
48
+ GOOGLE_CONTACTS: GOOGLECONTACTS;
49
+ BANK_ACCOUNTS: BANKACCOUNTS;
50
+ CUSTOM_FIELDS: CUSTOMFIELDS;
51
+ PUSH_NOTIFICATION: PUSHNOTIFICATION;
52
+ NOTIFICATIONS: NOTIFICATIONS;
53
+ REPORTS: REPORTS;
54
+ ANIMATIONS: ANIMATIONS;
55
+ TWO_FACTOR_AUTH: TWOFACTORAUTH;
56
+ INTEGRATIONS: INTEGRATIONS;
57
+ }
58
+ }
59
+
60
+ interface INTEGRATIONS {
61
+ TITLE: string;
62
+ ADD: string;
63
+ DESCRIPTION: string;
64
+ ADD_NEW_CONFIGURATION: string;
65
+ ADD_CUSTOM_CONFIGURATION: string;
66
+ ADD_NEW_CONFIGURATION_TOOLTIP: string;
67
+ CONFIGURE: string;
68
+ ADD_SUCCESS: string;
69
+ ADD_ERROR: string;
70
+ UPDATE_SUCCESS: string;
71
+ UPDATE_ERROR: string;
72
+ DELETE_SUCCESS: string;
73
+ DELETE_ERROR: string;
74
+ MODAL_TITLE: string;
75
+ INPUT_ERROR: string;
76
+ INTEGRATION_ACTIVATED: string;
77
+ INTEGRATION_DEACTIVATED: string;
78
+ }
79
+
80
+ interface TWOFACTORAUTH {
81
+ TITLE: string;
82
+ TWO_FACTOR_AUTHENTICATION_IS_ENABLED: string;
83
+ RESET_SCREEN: RESETSCREEN;
84
+ QR_CODE_SCREEN: QRCODESCREEN;
85
+ Code_Verification_Screen: CodeVerificationScreen;
86
+ }
87
+
88
+ interface CodeVerificationScreen {
89
+ INFO: string;
90
+ LABEL: string;
91
+ PLEASE_ENTER_A_AUTH_CODE: string;
92
+ PLACEHOLDER: string;
93
+ }
94
+
95
+ interface QRCODESCREEN {
96
+ INFO: string;
97
+ CHECKBOX: string;
98
+ }
99
+
100
+ interface RESETSCREEN {
101
+ INFO_1: string;
102
+ INFO_2: string;
103
+ READ_BEFORE_THE_ACTION: string;
104
+ WARN_1: string;
105
+ WARN_2: string;
106
+ TURN_OFF: string;
107
+ }
108
+
109
+ interface ANIMATIONS {
110
+ AGENTS_ANIMATIONS: string;
111
+ CREATE_NEW_ANIMATION: string;
112
+ NEW_ANIMATIONS: string;
113
+ ANIMATION_SIZE: string;
114
+ ANIMATION_DURATION: string;
115
+ POSITION: string;
116
+ EDIT_ANIMATION: string;
117
+ DELETE_ANIMATION: string;
118
+ TOPLEFT: string;
119
+ TOPRIGHT: string;
120
+ BOTTOMLEFT: string;
121
+ BOTTOMRIGHT: string;
122
+ FIRST_RANGE: string;
123
+ ANIMATION_1: string;
124
+ SECOND_RANGE: string;
125
+ ANIMATION_2: string;
126
+ THIRD_RANGE: string;
127
+ ANIMATION_3: string;
128
+ }
129
+
130
+ interface REPORTS {
131
+ TITLE: string;
132
+ SELECT_FILTERS: string;
133
+ NO_FILTERS: string;
134
+ TOP_BAR: TOPBAR4;
135
+ PNL_REPORTS: string;
136
+ OPENING_REPORT: string;
137
+ RETENTION_REPORT: string;
138
+ LEAD_STATUS_REPORT: string;
139
+ TOTAL_LEADS: string;
140
+ UNASSIGNED_LEADS: string;
141
+ ASSIGNED_LEADS: string;
142
+ ACCOUNTING_REPORTS_COLUMNS: ACCOUNTINGREPORTSCOLUMNS;
143
+ TURKISH_RET_BONUS_CALC_REPORT_CONFIG: TURKISHRETBONUSCALCREPORTCONFIG;
144
+ SALES_AGENTS_POOL_CALC_REPORT_CONFIG: SALESAGENTSPOOLCALCREPORTCONFIG;
145
+ ENGLISH_OPENING: ENGLISHOPENING;
146
+ STOP_OUT_REPORT: STOPOUTREPORT;
147
+ }
148
+
149
+ interface STOPOUTREPORT {
150
+ TITLE: string;
151
+ TP_NUMBER: string;
152
+ FULL_NAME: string;
153
+ EQUITY: string;
154
+ BALANCE: string;
155
+ CREDIT: string;
156
+ OPEN_POSITION: string;
157
+ ZERO_BALANCE: string;
158
+ ZERO_CREDIT: string;
159
+ RESET_BALANCE: string;
160
+ RESET_CREDIT: string;
161
+ TOOL_TIP: string;
162
+ }
163
+
164
+ interface ENGLISHOPENING {
165
+ CRYPTO_PERCENTAGE: string;
166
+ OTHER_PERCENTAGE: string;
167
+ MIN_FTD: string;
168
+ }
169
+
170
+ interface SALESAGENTSPOOLCALCREPORTCONFIG {
171
+ AWARD_FTD_LIMIT: string;
172
+ AWARD_FTD_LIMIT_SECOND: string;
173
+ AWARD_FTD_LIMIT_THIRD: string;
174
+ AWARD_FTD_LIMIT_FOURTH: string;
175
+ AWARD_BONUS_FIRST: string;
176
+ AWARD_BONUS_SECOND: string;
177
+ AWARD_BONUS_THIRD: string;
178
+ AWARD_BONUS_FOURTH: string;
179
+ }
180
+
181
+ interface TURKISHRETBONUSCALCREPORTCONFIG {
182
+ BONUS_AMOUNT_COND_ONE: string;
183
+ BONUS_PERC_COND_ONE: string;
184
+ BONUS_AMOUNT_COND_TWO: string;
185
+ BONUS_PERC_COND_TWO: string;
186
+ BONUS_AMOUNT_COND_THREE: string;
187
+ BONUS_PERC_COND_THREE: string;
188
+ BONUS_CRYPTO_PERC: string;
189
+ BONUS_MARKETS_PERC: string;
190
+ BONUS_BRAND_PERC: string;
191
+ }
192
+
193
+ interface ACCOUNTINGREPORTSCOLUMNS {
194
+ AGENT_FULL_NAME: string;
195
+ TRANSACTION_COUNT: string;
196
+ TOTAL_BONUS: string;
197
+ TOTAL_NET_AMOUNT: string;
198
+ }
199
+
200
+ interface TOPBAR4 {
201
+ LOAD: string;
202
+ SAVE: string;
203
+ GROUPS: string;
204
+ ACCOUNT_TYPE: string;
205
+ COUNTRY: string;
206
+ DISPLAY: string;
207
+ FILTERS: string;
208
+ LOAD_POPUP_TITLE: string;
209
+ NO_SAVED: string;
210
+ }
211
+
212
+ interface NOTIFICATIONS {
213
+ PENDING_WITHDRAWAL_TITLE: string;
214
+ NO_PENDING_REQUEST: string;
215
+ NO_PENDING_DOCUMENTS: string;
216
+ PENDING_USER_DOCUMENT: string;
217
+ }
218
+
219
+ interface PUSHNOTIFICATION {
220
+ TRIGGERS: string;
221
+ HISTORY_TITLE: string;
222
+ SEND_PSN_SUCCESS: string;
223
+ SEND_PSN_ERROR: string;
224
+ INVALID_TOKEN_WARNING: string;
225
+ SUCCESS_COUNT: string;
226
+ FAIL_COUNT: string;
227
+ TITLE: string;
228
+ TITLE_TEMPLATE: string;
229
+ AUTO: MANUALEMAILSTEMPLATE;
230
+ MANUAL: MANUAL;
231
+ AUTO_DEALING: MANUAL;
232
+ }
233
+
234
+ interface MANUAL {
235
+ TITLE: string;
236
+ CREATE_NEW: string;
237
+ DELETED_SUCCESSFULLY: string;
238
+ DELETED_ERROR: string;
239
+ UPDATE_ERROR: string;
240
+ CREATE_ERROR: string;
241
+ }
242
+
243
+ interface CUSTOMFIELDS {
244
+ TITLE: string;
245
+ ADD_NEW_CUSTOM_FIELD: string;
246
+ CREATE_NEW_CUSTOM_FIELD: string;
247
+ CUSTOM_FIELDS_CSV: string;
248
+ SORT: string;
249
+ YES: string;
250
+ DEVICE_OS: string;
251
+ LAST_VISIT: string;
252
+ IS_ANDROID: string;
253
+ BROWSER: string;
254
+ IS_BLACKBERRY: string;
255
+ IS_CHROME: string;
256
+ IS_DESKTOP: string;
257
+ IS_FIREFOX: string;
258
+ IS_IE: string;
259
+ IS_LINUX: string;
260
+ IS_MAC: string;
261
+ IS_MOBILE: string;
262
+ IS_OPERA: string;
263
+ IS_SAFARI: string;
264
+ IS_SAMSUNG: string;
265
+ IS_SMART_TV: string;
266
+ IS_TABLET: string;
267
+ IS_IPHONE: string;
268
+ PLATEFORM: string;
269
+ COLUMNS: COLUMNS9;
270
+ CREATE_NEW: CREATENEW;
271
+ EDIT: EDIT;
272
+ }
273
+
274
+ interface EDIT {
275
+ COMMON: COMMON;
276
+ SCOPE: SCOPE;
277
+ TYPE: TYPE;
278
+ }
279
+
280
+ interface TYPE {
281
+ CHANGE_TYPE: string;
282
+ }
283
+
284
+ interface SCOPE {
285
+ CHANGE_SCOPE: string;
286
+ PLEASE_SELECT_AT_LEAST_A_SCOPE: string;
287
+ SELECT_A_SCOPE: string;
288
+ }
289
+
290
+ interface COMMON {
291
+ UPDATE_SCOPE_FOR_CUSTOM_FIELD: string;
292
+ }
293
+
294
+ interface CREATENEW {
295
+ "Select a scope": string;
296
+ PLEASE_SELECT_A_SCOPE: string;
297
+ WRITE_A_CUSTOM_FIELD_NAME: string;
298
+ PLEASE_WRITE_A_CUSTOM_FIELD_NAME: string;
299
+ WRITE_A_DESCRIPTION: string;
300
+ PLEASE_WRITE_A_DESCRIPTION: string;
301
+ SELECT_A_TYPE: string;
302
+ PLEASE_SELECT_A_TYPE: string;
303
+ ADD_AN_OPTION: string;
304
+ PLEASE_ADD_AT_LEAST_1_OPTION: string;
305
+ WRITE_AN_OPTION_NAME: string;
306
+ PLEASE_WRITE_AT_LEAST_1_OPTION_NAME: string;
307
+ }
308
+
309
+ interface COLUMNS9 {
310
+ SCOPE: string;
311
+ NAME: string;
312
+ TYPE: string;
313
+ DESCRIPTION: string;
314
+ }
315
+
316
+ interface BANKACCOUNTS {
317
+ TITLE: string;
318
+ CREATE: string;
319
+ CSV_FILENAME: string;
320
+ ERROR: ERROR;
321
+ SUCCESS: SUCCESS;
322
+ }
323
+
324
+ interface GOOGLECONTACTS {
325
+ TITLE: string;
326
+ CREATE: string;
327
+ CSV_FILENAME: string;
328
+ COLUMNS: COLUMNS8;
329
+ ERROR: ERROR;
330
+ SUCCESS: SUCCESS;
331
+ }
332
+
333
+ interface SUCCESS {
334
+ CREATE_MSG: string;
335
+ UPDATE_MSG: string;
336
+ DELETE_MSG: string;
337
+ }
338
+
339
+ interface ERROR {
340
+ CREATE_ERROR: string;
341
+ UPDATE_ERROR: string;
342
+ DELETE_ERROR: string;
343
+ }
344
+
345
+ interface COLUMNS8 {
346
+ RESSOURCE_NAME: string;
347
+ GOOGLE_ACCOUNT_ID: string;
348
+ GOOGLE_ACCOUNT_NAME: string;
349
+ GOOGLE_ACCOUNT_EMAIL: string;
350
+ }
351
+
352
+ interface GOOGLEACCOUNTS {
353
+ TITLE: string;
354
+ CREATE: string;
355
+ CSV_FILENAME: string;
356
+ VALIDATION_EMAIL: string;
357
+ SORT_GOOGLE_ACCOUNTS: string;
358
+ }
359
+
360
+ interface DOCUMENTS {
361
+ DOCUMENT: string;
362
+ DOCUMENT_DETAILS: string;
363
+ PREVIEW: string;
364
+ DOCUMENTS_CSV_REPORT: string;
365
+ SORT_DOCUMENTS: string;
366
+ STATUS_ACTION: string;
367
+ PLEASE_CHOOSE_ONE_STATUS: string;
368
+ REJECT_REASON: string;
369
+ PLEASE_WRITE_REJECT_REASON: string;
370
+ WRITE_REJECT_REASON_HERE: string;
371
+ APPROVE: string;
372
+ REJECT: string;
373
+ FRONT_SIDE_OF_NATIONAL_ID: string;
374
+ CLICK_TO_OPEN_THE_PDF: string;
375
+ ADD_NEW_DRAWER: ADDNEWDRAWER;
376
+ }
377
+
378
+ interface ADDNEWDRAWER {
379
+ ADD_NEW: string;
380
+ ADD_NEW_DOCUMENT: string;
381
+ DOCUMENT_TYPE: string;
382
+ PLEASE_SELECT_A_DOCUMENT_TYPE: string;
383
+ SELECT_TYPE: string;
384
+ SELECT_ONE_COUNTRY: string;
385
+ WRITE_CITY_NAME: string;
386
+ WRITE_ADDRESS: string;
387
+ WRITE_POSTAL_CODE: string;
388
+ EXPIRES_AT: string;
389
+ DESCRIPTION: string;
390
+ WRITE_DESCRIPTION: string;
391
+ FRONT_SIDE: string;
392
+ FRONT_SIDE_MUST_BE_UPLOADED: string;
393
+ BACK_SIDE: string;
394
+ BACK_SIDE_MUST_BE_UPLOADED: string;
395
+ }
396
+
397
+ interface FORGETPASSWORD {
398
+ FORGOT_PASSWORD: string;
399
+ REQUEST_PASSWORD_RESET: string;
400
+ GO_TO_SIGNIN: string;
401
+ }
402
+
403
+ interface CALLLOGS {
404
+ TITLE: string;
405
+ CSV_FILENAME: string;
406
+ }
407
+
408
+ interface EMAILQUEUELOGS {
409
+ TITLE: string;
410
+ JOB_PROCESS_NAME: string;
411
+ JOB_STATUS: string;
412
+ EMAIL_TO: string;
413
+ EMAIL_FROM: string;
414
+ EMAIL_SUBJECT: string;
415
+ EMAIL_SENT_SUCCESS_ID: string;
416
+ EMAIL_FAIL_MESSAGE: string;
417
+ EMAIL_FAIL_STACK: string;
418
+ USER_ID: string;
419
+ CHOOSE_A_JOB_STATUS: string;
420
+ SORT_MAIL_QUEUE_LOGS: string;
421
+ VIEW_EMAIL_TEMPLATE: string;
422
+ EMAIL_READ: string;
423
+ }
424
+
425
+ interface ROLES {
426
+ COMPLIANCE_ROLES: string;
427
+ MENUS: MENUS;
428
+ FIELD_OPERATION: FIELDOPERATION;
429
+ }
430
+
431
+ interface FIELDOPERATION {
432
+ TITLE: string;
433
+ FIELDS: FIELDS;
434
+ OPERATIONS: MANUALEMAILSTEMPLATE;
435
+ }
436
+
437
+ interface FIELDS {
438
+ TITLE: string;
439
+ ROW: ROW;
440
+ ACTION: ACTION2;
441
+ }
442
+
443
+ interface ACTION2 {
444
+ ID: string;
445
+ AGENT: string;
446
+ TAGS: string;
447
+ BUSINESS_UNIT: string;
448
+ UPDATED_AT: string;
449
+ FTD: string;
450
+ GROUP: string;
451
+ BANK_ACCOUNT: string;
452
+ STATUS: string;
453
+ FIRST_NAME: string;
454
+ MIDDLE_NAME: string;
455
+ LAST_NAME: string;
456
+ BIRTH_DATE: string;
457
+ EMAIL: string;
458
+ TITLE: string;
459
+ PHONE: string;
460
+ SECONDARY_PHONE: string;
461
+ ZIP_CODE: string;
462
+ UTM_PARAMS: string;
463
+ TIMEZONE: string;
464
+ NATIONALITY: string;
465
+ CLIENT_IP: string;
466
+ CITY: string;
467
+ ADDRESS: string;
468
+ CREATED_BY: string;
469
+ CAMPAIGN_ID: string;
470
+ GENDER: string;
471
+ LEAD_TYPE: string;
472
+ AGENT_ID: string;
473
+ STREET: string;
474
+ STREET_NO: string;
475
+ STATE: string;
476
+ UTM_CAMPAIGN: string;
477
+ UTM_SOURCE: string;
478
+ UTM_MEDIUM: string;
479
+ UTM_TERM: string;
480
+ UTM_CONTENT: string;
481
+ UTM_DEVICE: string;
482
+ GOOGLE_CLICK_ID: string;
483
+ AD_GROUP: string;
484
+ SOURCE_PAGE: string;
485
+ CREATED_AT: string;
486
+ TP_NUMBER: string;
487
+ TYPE: string;
488
+ AMOUNT: string;
489
+ COMMENT: string;
490
+ HANDLER: string;
491
+ SOURCE: string;
492
+ MT_TICKET_NO: string;
493
+ PLAT_FORM_READ_ONLY: string;
494
+ BALANCE: string;
495
+ BASE_CURRENCY: string;
496
+ CREDIT: string;
497
+ DATE_OF_LAST_TRADE: string;
498
+ EQUITY: string;
499
+ GROUP_NAME: string;
500
+ INVESTOR_PASSWORD: string;
501
+ IS_DEMO_ACCOUNT: string;
502
+ IS_DISABLED: string;
503
+ IS_DISABLED_TRADING: string;
504
+ LAST_IP: string;
505
+ LAST_LOGIN: string;
506
+ LAST_LOGIN_NEW: string;
507
+ LEVERAGE: string;
508
+ MAIN_PASSWORD: string;
509
+ MARGIN: string;
510
+ MARGIN_FREE: string;
511
+ MARGIN_LEVEL: string;
512
+ MQ_ID: string;
513
+ MT5_ACCOUNT_TIME_STAMP: string;
514
+ MT5_ACCOUNT_TRADE_TIME_STAMP: string;
515
+ NOTIFY_DISABLED: string;
516
+ OPENED_POSITIONS: string;
517
+ PROFIT_LOST: string;
518
+ }
519
+
520
+ interface ROW {
521
+ ACTION: string;
522
+ VIEW: string;
523
+ EDIT: string;
524
+ }
525
+
526
+ interface MENUS {
527
+ TITLE: string;
528
+ USER: string;
529
+ MONETARYTRANSACTION: string;
530
+ ACCOUNT: string;
531
+ AGENT: string;
532
+ APPCONFIG: string;
533
+ BRAND: string;
534
+ BRANDCONFIG: string;
535
+ BUSINESSUNIT: string;
536
+ }
537
+
538
+ interface GROUPS {
539
+ TITLE: string;
540
+ GROUPS: string;
541
+ GROUP_ID: string;
542
+ GROUP_TYPE: string;
543
+ COLUMNS: COLUMNS7;
544
+ }
545
+
546
+ interface COLUMNS7 {
547
+ GROUP: string;
548
+ CURRENCY: string;
549
+ LEVERAGE: string;
550
+ MARGIN: string;
551
+ COMPANY: string;
552
+ }
553
+
554
+ interface CLIENTZONECONFIG {
555
+ NEW_CLIENTZONE: string;
556
+ NEW_CLIENTZONE_TOOLTIP: string;
557
+ CSV_FILENAME: string;
558
+ SORT_CLIENTZONE_CONFIG: string;
559
+ DEFAULT_LANGUAGE: string;
560
+ MT5_CONFIG: string;
561
+ DEMO_CONFIG: string;
562
+ REAL_CONFIG: string;
563
+ DEPOSIT_CONFIG: string;
564
+ CURRENCY_NAME: string;
565
+ WITHDRAWAL_CONFIG: string;
566
+ EMAIL_APPROVAL_CONFIG: string;
567
+ APPROVAL_CONFIG: APPROVALCONFIG;
568
+ QUICKDRAWER: QUICKDRAWER7;
569
+ }
570
+
571
+ interface QUICKDRAWER7 {
572
+ DEPOSIT_MIN: string;
573
+ DEPOSIT_MAX: string;
574
+ WITHDRAWAL_MIN: string;
575
+ WITHDRAWAL_MAX: string;
576
+ MT5_DEMO_GROUP: string;
577
+ MT5_REAL_GROUP: string;
578
+ DEFAULT_DEMO_GROUP: string;
579
+ DEFAULT_REAL_GROUP: string;
580
+ SELECT_ONE_CURRENCY: string;
581
+ CHOOSE_DEFAULT_DEMO_GROUP: string;
582
+ CHOOSE_DEFAULT_REAL_GROUP: string;
583
+ }
584
+
585
+ interface APPROVALCONFIG {
586
+ ADD_MAIL: string;
587
+ EMAIL: string;
588
+ EMAIL_PLACEHOLDER: string;
589
+ ADD_MAIL_TOOLTIP: string;
590
+ IS_APPROVED: string;
591
+ ENABLE_MAIL_APPROVAL: string;
592
+ }
593
+
594
+ interface APPROVALMAIL {
595
+ QUICKDRAWER: QUICKDRAWER6;
596
+ }
597
+
598
+ interface QUICKDRAWER6 {
599
+ TITLE: string;
600
+ EMAIL_PLACEHOLDER: string;
601
+ EMAIL: string;
602
+ }
603
+
604
+ interface AFFILIATECLIENTS {
605
+ TITLE: string;
606
+ QUICKDRAWER: QUICKDRAWER5;
607
+ }
608
+
609
+ interface QUICKDRAWER5 {
610
+ TITLE: string;
611
+ NAME_PLACEHOLDER: string;
612
+ }
613
+
614
+ interface CPATTERNHISTORY {
615
+ TITLE: string;
616
+ MESSAGE: string;
617
+ IS_RESOLVED: string;
618
+ IS_READ: string;
619
+ LEAD_NAME: string;
620
+ AGENT_NAME: string;
621
+ TP_NUMBER: string;
622
+ }
623
+
624
+ interface VOIP {
625
+ TITLE: string;
626
+ CONFIG: string;
627
+ CSV_FILENAME: string;
628
+ NO_CONFIG: string;
629
+ EDITING_VOIP: string;
630
+ ALERT: string;
631
+ ALERT_DESC: string;
632
+ COMMPEAK_EDIT: string;
633
+ CONFIG_NO1: string;
634
+ CONFIG_NO2: string;
635
+ TOKEN: string;
636
+ GROUP_NAME: string;
637
+ API_CODE: string;
638
+ VOIP_PROVIDER: string;
639
+ MINIMUM_LENGTH_IS_2: string;
640
+ CREATE_NEW_VOIP: string;
641
+ CREATE_NEW_VOIP_TOOLTIP: string;
642
+ UPDATE_SUCCESS: string;
643
+ DELETE_SUCCESS: string;
644
+ DELETE_ERROR: string;
645
+ UPDATE_ERROR: string;
646
+ CHOOSE_VOIPPROVIDER: string;
647
+ QUICKDRAWER: QUICKDRAWER3;
648
+ EXTENSION: EXTENSION;
649
+ DID_NUMBERS: DIDNUMBERS;
650
+ }
651
+
652
+ interface DIDNUMBERS {
653
+ TITLE: string;
654
+ CREATE_NEW_DID_NUMBER: string;
655
+ CREATE_NEW_DID_NUMBER_TOOLTIP: string;
656
+ CSV_FILENAME: string;
657
+ QUICKDRAWER: QUICKDRAWER4;
658
+ INNERSEARCHFILTER: INNERSEARCHFILTER;
659
+ }
660
+
661
+ interface EXTENSION {
662
+ TITLE: string;
663
+ AGENT: string;
664
+ CREATE_NEW_VOIP_EXTENSION: string;
665
+ CREATE_NEW_VOIP_EXTENSION_TOOLTIP: string;
666
+ UPDATE_SUCCESS: string;
667
+ CREATE_ERROR: string;
668
+ DELETE_SUCCESS: string;
669
+ CREATE_SUCCESS: string;
670
+ DELETE_ERROR: string;
671
+ UPDATE_ERROR: string;
672
+ MESSAGE_SUCCESS: string;
673
+ EDITING_AGENTS: string;
674
+ LOADING_MESSAGE: string;
675
+ QUICKDRAWER: QUICKDRAWER4;
676
+ INNERSEARCHFILTER: INNERSEARCHFILTER;
677
+ }
678
+
679
+ interface INNERSEARCHFILTER {
680
+ CHOOSE_A_DATE: string;
681
+ CHOOSE_ACTION: string;
682
+ }
683
+
684
+ interface QUICKDRAWER4 {
685
+ TITLE: string;
686
+ TOOLTIP: string;
687
+ }
688
+
689
+ interface QUICKDRAWER3 {
690
+ TITLE: string;
691
+ TOOLTIP: string;
692
+ CONFIG_FORMAT: string;
693
+ VERIMOR_KEY: string;
694
+ ENTER_VERIMORE_KEY: string;
695
+ PLEASE_ENTER_VERIMORE_KEY: string;
696
+ PLEASE_ENTER_VOICESPIN_KEY: string;
697
+ PLEASE_ENTER_ISSABELAPIKEY_KEY: string;
698
+ PLEASE_ENTER_CC2VOISO_API_KEY: string;
699
+ }
700
+
701
+ interface EMAILTEMPLATE {
702
+ TITLE: string;
703
+ AUTOMATED_EMAILS_TEMPLATE: AUTOMATEDEMAILSTEMPLATE;
704
+ MANUAL_EMAILS_TEMPLATE: MANUALEMAILSTEMPLATE;
705
+ ARE_YOU_SURE_TO_DELETE_THIS_TASK: string;
706
+ EMAIL_TRIGGERS: EMAILTRIGGERS;
707
+ }
708
+
709
+ interface EMAILTRIGGERS {
710
+ TITLE: string;
711
+ VIEW_AUTOMATED_TEMPLATES: string;
712
+ COLUMNS: COLUMNS6;
713
+ }
714
+
715
+ interface COLUMNS6 {
716
+ TRIGGERS: string;
717
+ }
718
+
719
+ interface MANUALEMAILSTEMPLATE {
720
+ TITLE: string;
721
+ }
722
+
723
+ interface AUTOMATEDEMAILSTEMPLATE {
724
+ TITLE: string;
725
+ CREATE_NEW_TEMPLATE: string;
726
+ GO_BACK_TO_AUTOMATED_EMAILS: string;
727
+ COLUMNS: COLUMNS5;
728
+ ARE_YOU_SURE_TO_DELETE_THIS_EMAIL: string;
729
+ EDIT_THE_TEMPLATE: string;
730
+ }
731
+
732
+ interface COLUMNS5 {
733
+ SUBJECT: string;
734
+ TRIGGER: string;
735
+ }
736
+
737
+ interface MAILBOXES {
738
+ TITLE: string;
739
+ PUBLIC_MAILBOX: string;
740
+ CREATE_NEW_MAILBOX: string;
741
+ CLICK_TO_CREATE_A_NEW_MAILBOX: string;
742
+ AGENT: string;
743
+ BACK_OFFICE_SYSTEM: string;
744
+ OPTIONAL_INCASE: string;
745
+ ENTER_AN_EMAIL: string;
746
+ PLEASE_ENTER_AN_EMAIL: string;
747
+ ARE_YOU_SURE_DELETE_THIS_MAILBOX: string;
748
+ DELETE_MAILBOXES: string;
749
+ MAILBOXES_WARNING: string;
750
+ MAILBOXES_DELETE_CONFIRMATION: string;
751
+ }
752
+
753
+ interface BRANDSCONFIGS {
754
+ TITLE: string;
755
+ CREATE_NEW_BRAND_CONFIG: string;
756
+ CREATE_NEW_BRAND_CONFIG_TOOLTIP: string;
757
+ CSV_FILENAME: string;
758
+ SORT_BRANDS_CONFIGS: string;
759
+ VIEW_DETAILS_TOOLTIP: string;
760
+ QUICKDRAWER: QUICKDRAWER2;
761
+ BRAND_CONFIG_DETAILS: string;
762
+ PRIMARY_INFO: string;
763
+ OTHER_INFO: string;
764
+ }
765
+
766
+ interface QUICKDRAWER2 {
767
+ BRAND_CONFIG_NAME: string;
768
+ BRAND_CONFIG_NAME_PLACEHOLDER: string;
769
+ COMPLIANCE_EMAIL: string;
770
+ COMPLIANCE_EMAIL_PLACEHOLDER: string;
771
+ OUTGOING_EMAIL: string;
772
+ OUTGOING_EMAIL_PLACEHOLDER: string;
773
+ WHATSAPP_NO: string;
774
+ WHATSAPP_NO_PLACEHOLDER: string;
775
+ WEBSITE_LINK: string;
776
+ WEBSITE_LINK_PLACEHOLDER: string;
777
+ MT5_TERMINAL_LINK: string;
778
+ MT5_ANDROID_TERMINAL_LINK: string;
779
+ MT5_IOS_TERMINAL_LINK: string;
780
+ MT5_TERMINAL_LINK_PLACEHOLDER: string;
781
+ ANDROID_LINK: string;
782
+ ANDROID_LINK_PLACEHOLDER: string;
783
+ IOS_LINK: string;
784
+ IOS_LINK_PLACEHOLDER: string;
785
+ ADDRESS_PLACEHOLDER: string;
786
+ LANGUAGE_PLACEHOLDER: string;
787
+ PHONE_NO_PLACEHOLDER: string;
788
+ }
789
+
790
+ interface CPATTERNCONFIG {
791
+ TITLE: string;
792
+ CREATE_NEW_CPATTERN: string;
793
+ TRIGGER: string;
794
+ NEW_CONFIG_HAS_BEEN_CREATED: string;
795
+ A_CONFIG_HAS_BEEN_UPDATED: string;
796
+ CPATTERN_CONFIG_HAS_BEEN_DELETED: string;
797
+ ENTER_THE_DAYS: string;
798
+ ENTER_THE_VOLUME: string;
799
+ ENTER_THE_HOURS: string;
800
+ ENTER_THE_PERCENTAGE: string;
801
+ ENTER_THE_NOOFPOSITIONS: string;
802
+ ENTER_THE_AMOUNT: string;
803
+ ENTER_THE_TARGETFREEMARGINPERCENT: string;
804
+ PLEASE_WRITE_THE_DAYS: string;
805
+ PLEASE_WRITE_THE_HOURS: string;
806
+ PLEASE_WRITE_THE_VOLUME: string;
807
+ PLEASE_WRITE_THE_PERCENTAGE: string;
808
+ PLEASE_WRITE_THE_NOOFPOSITIONS: string;
809
+ PLEASE_WRITE_THE_AMOUNT: string;
810
+ PLEASE_WRITE_THE_TARGETFREEMARGINPERCENT: string;
811
+ PLEASE_WRITE_LEVEL1: string;
812
+ PLEASE_WRITE_LEVEL2: string;
813
+ PLEASE_WRITE_LEVEL3: string;
814
+ LEVEL1: string;
815
+ LEVEL2: string;
816
+ LEVEL3: string;
817
+ HOURS: string;
818
+ DAYS: string;
819
+ VOLUME: string;
820
+ NOOFPOSITIONS: string;
821
+ PERCENTAGE: string;
822
+ AMOUNT: string;
823
+ TARGETFREEMARGINPERCENT: string;
824
+ EDITING_CONFIG: string;
825
+ }
826
+
827
+ interface EXTRAFIELDOPTIONS {
828
+ TITLE: string;
829
+ TABS: TABS;
830
+ ADD_MODAL: ADDMODAL;
831
+ COLUMN: COLUMN;
832
+ }
833
+
834
+ interface COLUMN {
835
+ ID: string;
836
+ NAME: string;
837
+ DESCRIPTION: string;
838
+ SCOPE: string;
839
+ ACTION: string;
840
+ }
841
+
842
+ interface ADDMODAL {
843
+ TITLE: string;
844
+ SCOPE: string;
845
+ SCOPE_PLACEHOLDER: string;
846
+ SCOPE_REQUIRED: string;
847
+ NAME: string;
848
+ NAME_PLACEHOLDER: string;
849
+ NAME_REQUIRED: string;
850
+ DESCRIPTION: string;
851
+ DESCRIPTION_PLACEHOLDER: string;
852
+ }
853
+
854
+ interface TABS {
855
+ RETENTION: string;
856
+ ADDITIONAL_STATUS: string;
857
+ PRIORITY_LANGUAGE: string;
858
+ PRIORITY_COUNTRY: string;
859
+ }
860
+
861
+ interface RISKMANAGEMENT {
862
+ GROUP_RISK: string;
863
+ USER_RISK: string;
864
+ }
865
+
866
+ interface SETTINGS {
867
+ TITLE: string;
868
+ GENERAL: string;
869
+ GENERAL_DESCRIPTION: string;
870
+ SYSTEM: string;
871
+ ADMIN: string;
872
+ ADMIN_DESCRIPTION: string;
873
+ SYSTEM_DESCRIPTION: string;
874
+ TRADING_PLATFORMS: string;
875
+ TRADING_PLATFORMS_DESCRIPTION: string;
876
+ BUSINESS_UNIT: string;
877
+ BRANDS: string;
878
+ BRAND_CONFIGS: string;
879
+ DASHBOARD: string;
880
+ CLIENTZONE_CONFIG: string;
881
+ SETTINGS: string;
882
+ LEAD_SETTINGS: string;
883
+ LEAD_SETTINGS_DESCRIPTION: string;
884
+ FINANCE_SETTINGS: string;
885
+ FINANCE_SETTINGS_DESCRIPTION: string;
886
+ DEALING_SETTINGS: string;
887
+ DEALING_SETTINGS_DESCRIPTION: string;
888
+ REPORTS_SETTINGS_DESCRIPTION: string;
889
+ REPORTS_SETTINGS: string;
890
+ SMTP_SETTINGS: string;
891
+ MIGRATE_DATA: string;
892
+ COMING_SOON: string;
893
+ LANGUAGE: string;
894
+ AFFILIATE_API_CLIENT: string;
895
+ INTEGRATIONS: string;
896
+ SHOW_LAST_NOTE: string;
897
+ SHOW: string;
898
+ HIDE: string;
899
+ MANAGEMENT_AND_PERMISSIONS: string;
900
+ MANAGEMENT_AND_PERMISSIONS_DESC: string;
901
+ COMMUNICATION: string;
902
+ MAILBOXES: string;
903
+ EMAILS: string;
904
+ VOIP: string;
905
+ NOTIFICATION_CENTER: string;
906
+ AUDIT_LOGS: string;
907
+ ACTIVITY_LOGS: string;
908
+ APPROVAL_MAIL: string;
909
+ QUEUE: string;
910
+ EMAIL_QUEUE_LOGS: string;
911
+ SERVERS: string;
912
+ GROUPS: string;
913
+ RISK_MANAGEMENT: string;
914
+ CREATE_PLUGIN: string;
915
+ INSTRUMENTS: string;
916
+ MT5_SETTINGS: string;
917
+ CUSTOM_FIELDS: string;
918
+ RESTORE_LEADS: string;
919
+ DUPLICATE_LEADS: string;
920
+ GOOGLE_ACCOUNTS: string;
921
+ GOOGLE_CONTACTS: string;
922
+ BANK_ACCOUNTS: string;
923
+ PAYMENT_PROVIDER: string;
924
+ CUSTOM_EMAIL_TEMPLATES: string;
925
+ PUSH_NOTIFICATION: string;
926
+ SYSTEM_STATUS: string;
927
+ CPATTERN_CONFIG: string;
928
+ CPATTERN_HISTORY: string;
929
+ SYNC_GROUPS: string;
930
+ REPORT_SETTINGS: string;
931
+ REPORT_SETTINGS_TAB: string;
932
+ REPORT_SETTINGS_TAB_DESCRIPTION: string;
933
+ REPORT_DESCRIPTION: string;
934
+ "RETENTION REPORT": string;
935
+ MASS_NOTIFICATION_REPORT: string;
936
+ TURKISH_OPENING_REPORT_SETTINGS: string;
937
+ ENGLISH_OPENING_REPORT_SETTINGS: string;
938
+ TURKISH_RETENTION_REPORT_SETTINGS: string;
939
+ FTD_REPORTS: string;
940
+ TURKISH_RETENTION_BONUS_CALC_CONFIG: string;
941
+ CREATE_TURKISH_RETENTION_BONUS_CALC_CONFIG: string;
942
+ CREATE_TURKISH_RETENTION_BONUS_CALC_CONFIG_TOOLTIP: string;
943
+ DEALING_REPORTS: string;
944
+ FINANCE_REPORTS: string;
945
+ TAG_FTD_REPORT: string;
946
+ AGENT_TAG_REPORT: string;
947
+ AGENT_FTD_REPORT: string;
948
+ LEAD_STATUS_REPORT: string;
949
+ FULL_HEDGE_REPORT: string;
950
+ PnL_REPORT: string;
951
+ STOP_OUT_REPORT: string;
952
+ MARGIN_LEVEL_REPORTS: string;
953
+ PAPARA_REPORT: string;
954
+ DAILY_REPORTS: string;
955
+ RETENTION_REPORT: string;
956
+ RET_PIVOT_REPORT: string;
957
+ OPENING_REPORT: string;
958
+ AFFILIATE_REPORT: string;
959
+ GENERAL_MONTHLY_REPORT: string;
960
+ EULA_STATEMENT: string;
961
+ LEAD_STATUS: string;
962
+ PLAYER_VALUE_REPORT: string;
963
+ TAG_RET_DEPOSIT_REPORT: string;
964
+ PLAYER_VALUE_FINANCE_REPORT: string;
965
+ RETENTION_REPORTS: string;
966
+ AGENT_TAG_RET_REPORT: string;
967
+ ACCOUNTING_REPORTS: string;
968
+ ACCOUNTING_REPORTS_SETTINGS: string;
969
+ TURKISH_OPENING_REPORT: string;
970
+ TURKISH_RETENTION_REPORT: string;
971
+ CREATE_TURKISH_RETENTION_SETTINGS: string;
972
+ CREATE_TURKISH_RETENTION_SETTINGS_TOOLTIP: string;
973
+ CREATE_TURKISH_OPENING_SETTINGS: string;
974
+ CREATE_TURKISH_OPENING_SETTINGS_TOOLTIP: string;
975
+ ENGLISH_OPENING_REPORT: string;
976
+ ENGLISH_RETENTION_REPORT: string;
977
+ POOL_AFFILIATE_SYSTEM: string;
978
+ SALES_AGENT_POOL_BONUS_CALC_REP_CONFIG: string;
979
+ CREATE_REPORT_CONFIG: string;
980
+ CREATE_REPORT_CONFIG_TOOLTIP: string;
981
+ ENGLISH_RET_BONUS_CALC_REP_CONFIG: string;
982
+ }
983
+
984
+ interface RESETPASSWORD {
985
+ TITLE: string;
986
+ NEW_PASSWORD: string;
987
+ }
988
+
989
+ interface CHANGEPASSWORD {
990
+ TITLE: string;
991
+ EMAIL: string;
992
+ OLD_PASSWORD: string;
993
+ NEW_PASSWORD: string;
994
+ }
995
+
996
+ interface OFFICELOCATION {
997
+ CREATED_AT: string;
998
+ CREATED_BY: string;
999
+ UPDATED_BY: string;
1000
+ LOCATION: string;
1001
+ LOCATION_PLACEHOLDER: string;
1002
+ TITLE: string;
1003
+ CREATE_NEW_OFFICE_LOCATION: string;
1004
+ CREATE_NEW_AGENT_TOOLTIP: string;
1005
+ CREATE_SUCCESS: string;
1006
+ CREATE_ERROR: string;
1007
+ UPDATE_SUCCESS: string;
1008
+ UPDATE_ERROR: string;
1009
+ DELETE_SUCCESS: string;
1010
+ DELETE_ERROR: string;
1011
+ }
1012
+
1013
+ interface AGENTS {
1014
+ TITLE: string;
1015
+ CREATE_NEW_AGENT: string;
1016
+ CREATE_NEW_AGENT_TOOLTIP: string;
1017
+ CSV_FILENAME: string;
1018
+ SORT_AGENTS: string;
1019
+ EMAIL: string;
1020
+ EMAIL_PLACEHOLDER: string;
1021
+ FULLNAME: string;
1022
+ FIRST_NAME: string;
1023
+ LAST_NAME: string;
1024
+ REALNAME: string;
1025
+ REALNAME_PLACEHOLDER: string;
1026
+ FULLNAME_PLACEHOLDER: string;
1027
+ USERNAME: string;
1028
+ USERNAME_PLACEHOLDER: string;
1029
+ LANGUAGE: string;
1030
+ OFFICE_LOCATION: string;
1031
+ ROLE: string;
1032
+ RESET_PASS_WARNING: string;
1033
+ PASSWORD: string;
1034
+ PASSWORD_PLACEHOLDER: string;
1035
+ CHANGE_PASSWORD: string;
1036
+ ASSIGN_GOOGLE_ID: string;
1037
+ REMOVE_GOOGLE_ID: string;
1038
+ GOOGLE_ACCOUNT_NOT_FOUND: string;
1039
+ LANGUAGE_NOT_FOUND: string;
1040
+ UNASSIGNED: string;
1041
+ CREATE_SUCCESS: string;
1042
+ CREATE_ERROR: string;
1043
+ UPDATE_SUCCESS: string;
1044
+ UPDATE_ERROR: string;
1045
+ DELETE_SUCCESS: string;
1046
+ DELETE_ERROR: string;
1047
+ IP_RESTRICTED: string;
1048
+ AGENTS_STATUS: string;
1049
+ MARKETING: string;
1050
+ }
1051
+
1052
+ interface BUSINESSUNIT {
1053
+ TITLE: string;
1054
+ CREATE_NEW_BUSINESS_UNIT: string;
1055
+ BUSINESS_UNIT_NAME: string;
1056
+ BUSINESS_UNIT_NAME_PLACEHOLDER: string;
1057
+ VOIP: string;
1058
+ VOIP_2: string;
1059
+ BRAND: string;
1060
+ CSV_FILENAME: string;
1061
+ }
1062
+
1063
+ interface BRANDDETAILS {
1064
+ PRIMARY_INFO: PRIMARYINFO;
1065
+ BUSINESS_UNIT: string;
1066
+ NOTIFICATION_TYPE: string;
1067
+ CATEGORY: string;
1068
+ SELECT_A_NOTIFICATION_TYPE: string;
1069
+ SELECT_A_CATEGORY: string;
1070
+ EMAIL_TEMPLATES: string;
1071
+ BRAND_CONFIGS: string;
1072
+ EULA: string;
1073
+ EULA_CONFIGS: EULACONFIGS;
1074
+ }
1075
+
1076
+ interface EULACONFIGS {
1077
+ TITLE: string;
1078
+ CREATE: string;
1079
+ }
1080
+
1081
+ interface PRIMARYINFO {
1082
+ TITLE: string;
1083
+ BRAND_NAME: string;
1084
+ ACTIVE_STATUS: string;
1085
+ CLIENTZONE_CONFIG: string;
1086
+ }
1087
+
1088
+ interface BRANDS {
1089
+ TITLE: string;
1090
+ NAME: string;
1091
+ AGENT_NAME: string;
1092
+ USER_NAME: string;
1093
+ ASIGN_USER_COUNT: string;
1094
+ AGENT_MESSAGES: string;
1095
+ USER_MESSAGE: string;
1096
+ TOTAL_MESSAGES: string;
1097
+ VIEW_DETAILS_TOOLTIP: string;
1098
+ ACTIVE_STATUS: string;
1099
+ CSV_FILENAME: string;
1100
+ CREATE_NEW_BRAND: string;
1101
+ CREATE_NEW_BRAND_TOOLTIP: string;
1102
+ BRAND_NAME_PLACEHOLDER: string;
1103
+ BRANDS_ACTIVE_STATUS_PLACEHOLDER: string;
1104
+ ACTIVE: string;
1105
+ NOT_ACTIVE: string;
1106
+ }
1107
+
1108
+ interface NEWTRANSACTION {
1109
+ TITLE: string;
1110
+ VALID_USER: string;
1111
+ FOUND_USER_ID: string;
1112
+ FOUND_USER_NAME: string;
1113
+ TP_NUMBER: string;
1114
+ TP_NUMBER_PLACEHOLDER: string;
1115
+ AMOUNT: string;
1116
+ AMOUNT_PLACEHOLDER: string;
1117
+ COMMENT: string;
1118
+ COMMENT_PLACEHOLDER: string;
1119
+ TYPE: string;
1120
+ SELECT_A_TYPE: string;
1121
+ }
1122
+
1123
+ interface TRADINGACCOUNTS {
1124
+ TITLE: string;
1125
+ CSV_FILENAME: string;
1126
+ SORT: string;
1127
+ COLUMNS: COLUMNS4;
1128
+ CHANGE_PASSWORD: string;
1129
+ RESET_PASSWORD: string;
1130
+ ADD_TRANSACTION: string;
1131
+ VIEW_DETAILS: string;
1132
+ CHANGE_PASSWORD_MODAL: CHANGEPASSWORDMODAL2;
1133
+ }
1134
+
1135
+ interface CHANGEPASSWORDMODAL2 {
1136
+ TITLE: string;
1137
+ ALERT_BOX_MAIN: string;
1138
+ ALERT_BOX_INVESTOR: string;
1139
+ MAIN_PASSWORD: string;
1140
+ INVESTOR_PASSWORD: string;
1141
+ OLD_PASSWORD: string;
1142
+ NEW_PASSWORD: string;
1143
+ GENERATE_PASSWORD: string;
1144
+ CHANGE_MAIN_PASSWORD: string;
1145
+ CHANGE_INVESTOR_PASSWORD: string;
1146
+ }
1147
+
1148
+ interface COLUMNS4 {
1149
+ TP_NUMBER: string;
1150
+ ACCOUNT_TYPE: string;
1151
+ GROUP: string;
1152
+ LEVERAGE: string;
1153
+ CURRENCY: string;
1154
+ BALANCE: string;
1155
+ EQUITY: string;
1156
+ CREDIT: string;
1157
+ LAST_LOGIN_CLIENTZONE: string;
1158
+ }
1159
+
1160
+ interface MONETARYTRANSACTIONS {
1161
+ TITLE: string;
1162
+ ADD_NEW_TRANSACTION: string;
1163
+ ERROR_TP_NUMBER_IS_NOT_PRESENT: string;
1164
+ PLEASE_ENTER_A_VALID_TP_NUMBER: string;
1165
+ AMOUNT_MUST_BE_A_NUMBER: string;
1166
+ ERROR_VALIDATION_CUSTOM_VALIDATOR: string;
1167
+ SELECT_A_BANK_ACCOUNT: string;
1168
+ PLEASE_SELECT_A_BANK_ACCOUNT: string;
1169
+ TP_NUMBER_NOT_FOUND: string;
1170
+ PLEASE_ENTER_COMMENT: string;
1171
+ TOP_BAR: TOPBAR3;
1172
+ COLUMNS: COLUMNS3;
1173
+ NEEDS_ACTION_DRAWER: NEEDSACTIONDRAWER;
1174
+ FILTER_VALIDATION: FILTERVALIDATION;
1175
+ }
1176
+
1177
+ interface FILTERVALIDATION {
1178
+ CHOOSE_AT_LEAST_ONE_TYPE: string;
1179
+ CHOOSE_AT_LEAST_ONE_STATUS: string;
1180
+ SELECT_TYPE_FROM_BELOW: string;
1181
+ SELECT_STATUS_FROM_BELOW: string;
1182
+ TYPES_NOT_FOUND: string;
1183
+ }
1184
+
1185
+ interface NEEDSACTIONDRAWER {
1186
+ TITLE: string;
1187
+ DEPOSIT_REQUEST_INFO: string;
1188
+ WITHDRAW_REQUEST_INFO: string;
1189
+ BONUSIN_REQUEST_INFO: string;
1190
+ BONUSOUT_REQUEST_INFO: string;
1191
+ CHARGEIN_REQUEST_INFO: string;
1192
+ CHARGEOUT_REQUEST_INFO: string;
1193
+ CREDITIN_REQUEST_INFO: string;
1194
+ CREDITOUT_REQUEST_INFO: string;
1195
+ DORMANTFEECHARGES_REQUEST_INFO: string;
1196
+ BASIC_INFO: string;
1197
+ CORRECTION_REQUEST_INFO: string;
1198
+ FTD_TRANSACTION: string;
1199
+ ENABLE_DISABLE: string;
1200
+ ENABLED: string;
1201
+ DISABLED: string;
1202
+ STATUS_ACTION: STATUSACTION;
1203
+ COMMENTS: COMMENTS;
1204
+ }
1205
+
1206
+ interface COMMENTS {
1207
+ TITLE: string;
1208
+ DEPOSIT_COMMENTS: string;
1209
+ WITHDRAW_COMMENTS: string;
1210
+ BONUSIN_COMMENTS: string;
1211
+ BONUSOUT_COMMENTS: string;
1212
+ CHARGEIN_COMMENTS: string;
1213
+ CHARGEOUT_COMMENTS: string;
1214
+ CREDITIN_COMMENTS: string;
1215
+ CREDITOUT_COMMENTS: string;
1216
+ DORMANTFEECHARGES_COMMENTS: string;
1217
+ COMMENTS: string;
1218
+ ADD_COMMENTS: string;
1219
+ CORRECTION_COMMENTS: string;
1220
+ }
1221
+
1222
+ interface STATUSACTION {
1223
+ TITLE: string;
1224
+ MANAGER: string;
1225
+ ACCOUNT: string;
1226
+ COMPLETE: string;
1227
+ COMPLETION_TYPE: string;
1228
+ PLEASE_SELECT_ANY_COMPLETION_TYPE: string;
1229
+ NOTE_MUST_NOT_BE_EMPTY: string;
1230
+ PLEASE_SELECT_ONE_REJECT_REASON: string;
1231
+ ACTION_TYPE: string;
1232
+ APPROVE: string;
1233
+ REJECT: string;
1234
+ REJECT_REASON: string;
1235
+ PLEASE_SELECT_ONE_ACTION_TYPE: string;
1236
+ SELECT_ONE_REJECT_REASON: string;
1237
+ INCOMPLETE_DOCUMENT: string;
1238
+ INVALID_ACCOUNT_NUMBER: string;
1239
+ OTHER: string;
1240
+ }
1241
+
1242
+ interface COLUMNS3 {
1243
+ TP_NUMBER: string;
1244
+ FULL_NAME: string;
1245
+ AGENT: string;
1246
+ EQUITY: string;
1247
+ BALANCE: string;
1248
+ FREE_MARGIN: string;
1249
+ MARGIN: string;
1250
+ "MARGIN_LEVEL%": string;
1251
+ CREDIT_IN: string;
1252
+ PROFIT: string;
1253
+ TYPE: string;
1254
+ IS_FTD: string;
1255
+ FTD_DATE: string;
1256
+ AMOUNT: string;
1257
+ COMMENT: string;
1258
+ HANDLER: string;
1259
+ SOURCE: string;
1260
+ MT_TICKET_NO: string;
1261
+ NAME: string;
1262
+ PROCESSING_AGENT: string;
1263
+ GROUP: string;
1264
+ BANK_ACCOUNT: string;
1265
+ STATUS: STATUS;
1266
+ ACTION: ACTION;
1267
+ }
1268
+
1269
+ interface ACTION {
1270
+ NEEDS_ACTION: string;
1271
+ QUICK_LOOK: string;
1272
+ }
1273
+
1274
+ interface STATUS {
1275
+ PENDING: string;
1276
+ COMPLETED: string;
1277
+ REJECTED: string;
1278
+ APPROVED: string;
1279
+ CANCELED: string;
1280
+ "***": string;
1281
+ }
1282
+
1283
+ interface TOPBAR3 {
1284
+ CSV_REPORT: string;
1285
+ SORT_MONETARY_TRANSACTION: string;
1286
+ }
1287
+
1288
+ interface LeadCSVUPLOAD {
1289
+ IMPORT_FROM_CSV: string;
1290
+ REQUIRED_MESSAGE: string;
1291
+ CSV_FILE_COLUMNS: string;
1292
+ "ALL_COLUMNS_WITH_*": string;
1293
+ COLUMNS_NAME_SHOULD_NOT_BE_MODIFIED: string;
1294
+ CSV_COLUMNS: string;
1295
+ DOWNLOAD_AN_EXAMPLE_CSV: string;
1296
+ ASSIGNEE_AGENT: string;
1297
+ CLICK_OR_DRAG: string;
1298
+ SUPPORT_FOR_A_SINGLE_UPLOAD_ONLY: string;
1299
+ UPLOAD_CSV_LEADS: string;
1300
+ BUSINESS_UNIT_NOT_FOUND: string;
1301
+ SELECT_ANY_BRAND_TO_SEE_BUSINESS_UNIT: string;
1302
+ ALERTBOX: ALERTBOX;
1303
+ }
1304
+
1305
+ interface ALERTBOX {
1306
+ TITLE: string;
1307
+ TOTAL_NUMBER_OF_LINES: string;
1308
+ THE_NUMBER_LINES_THAT_LOADED_SUCCESSFULLY: string;
1309
+ UNLOADABLE_LINE_NUMBERS: string;
1310
+ NUMBERS_OF_LINES_THAT_COULD_NOT_BE_LOADED: string;
1311
+ ERROR: string;
1312
+ MESSAGE: string;
1313
+ PROPERTY: string;
1314
+ }
1315
+
1316
+ interface ACTIVITYLOGS {
1317
+ TITLE: string;
1318
+ SORT_ACTIVITY_LOGS: string;
1319
+ SHOW_DEATIL_OF_USER: string;
1320
+ SHOW_DETAILS_LOGS: string;
1321
+ USERNAME: string;
1322
+ ENTITY_NAME: string;
1323
+ ACTIVITY: string;
1324
+ COUNTRY_IP: string;
1325
+ COUNTRY: string;
1326
+ }
1327
+
1328
+ interface LEADDETAILS {
1329
+ DEVICE_DETAILS: string;
1330
+ TYPE: string;
1331
+ UNIQUE_ID: string;
1332
+ DEVICE_TYPE: string;
1333
+ APP_VERSION_LONG: string;
1334
+ APP_VERSION: string;
1335
+ SYSTEM_NAME_SHORT: string;
1336
+ SYSTEM_NAME: string;
1337
+ BRAND: string;
1338
+ CARRIER: string;
1339
+ DEVICE_ID: string;
1340
+ DEVICE_NAME: string;
1341
+ SYSTEM_VERSION_SHORT: string;
1342
+ SYSTEM_VERSION: string;
1343
+ IS_TABLET: string;
1344
+ LAST_USED: string;
1345
+ DEVICE: string;
1346
+ FIRST_INSTALL_TIME: string;
1347
+ MODEL: string;
1348
+ SYSTEM_TYPE: string;
1349
+ USER_ID: string;
1350
+ EMAIL_SENT: string;
1351
+ CUSTOM: string;
1352
+ EMAIL_DISABLED: string;
1353
+ SAVE_EDIT_DESC: string;
1354
+ CLICK_ANY_OPTIONS: string;
1355
+ CONVERT_TO_LEAD: string;
1356
+ CONVERT_TO_CLIENT: string;
1357
+ APPLY_CONVERSION: string;
1358
+ ASSIGN_TO_WHATSAPP: string;
1359
+ ASSIGN_TO_WHATSAPP_IS_ADDED: string;
1360
+ DELETE_LEAD: string;
1361
+ BALANCE: BALANCE;
1362
+ GENERAL: GENERAL2;
1363
+ QUICK_ACTIONS: QUICKACTIONS;
1364
+ TOP_BAR: TOPBAR2;
1365
+ DETAILS_BODY: DETAILSBODY;
1366
+ CHANGE_PASSWORD_MODAL: CHANGEPASSWORDMODAL;
1367
+ RESET_PASSWORD_MODAL: RESETPASSWORDMODAL;
1368
+ RESTRICT_AGENTS: RESTRICTAGENTS;
1369
+ ADD_NEW_ACCOUNT: ADDNEWACCOUNT;
1370
+ }
1371
+
1372
+ interface ADDNEWACCOUNT {
1373
+ NO_CONFIG_FOUND_FOR_BUSINESS_UNIT: string;
1374
+ PLEASE_SELECT_THE_GROUP: string;
1375
+ NEW_ACCOUNT_CREATED_SUCCESSFULLY: string;
1376
+ }
1377
+
1378
+ interface RESTRICTAGENTS {}
1379
+
1380
+ interface RESETPASSWORDMODAL {
1381
+ TITLE: string;
1382
+ ALERT_BOX_MAIN: string;
1383
+ MAIN_PASSWORD: string;
1384
+ RESET_CLIENTZONE_PASSWORD: string;
1385
+ USER_ID: string;
1386
+ FULL_NAME: string;
1387
+ EMAIL: string;
1388
+ }
1389
+
1390
+ interface CHANGEPASSWORDMODAL {
1391
+ TITLE: string;
1392
+ ALERT_BOX_MAIN: string;
1393
+ MAIN_PASSWORD: string;
1394
+ OLD_PASSWORD: string;
1395
+ NEW_PASSWORD: string;
1396
+ GENERATE_PASSWORD: string;
1397
+ CHANGE_MAIN_PASSWORD: string;
1398
+ USER_ID: string;
1399
+ FULL_NAME: string;
1400
+ EMAIL: string;
1401
+ }
1402
+
1403
+ interface DETAILSBODY {
1404
+ PHONE_ERROR_MSG: string;
1405
+ TAGS_AND_STATUS: string;
1406
+ ENABLE: string;
1407
+ DISABLED: string;
1408
+ IS_CORPORATE: string;
1409
+ CREATED: string;
1410
+ IS_IMPORTED: string;
1411
+ LEAD_STATUS: string;
1412
+ CONVERSION_STATUS: string;
1413
+ LEAD: string;
1414
+ CLIENT: string;
1415
+ MODIFIED: string;
1416
+ PERSONAL_INFO: string;
1417
+ FIRST_NAME: string;
1418
+ MIDDLE_NAME: string;
1419
+ CLICK_TO_EDIT: string;
1420
+ LAST_NAME: string;
1421
+ BIRTHDAY: string;
1422
+ NATIONALITY: string;
1423
+ RESIDENTIAL_ADDRESS: string;
1424
+ STREET: string;
1425
+ CITY: string;
1426
+ STREET_NO: string;
1427
+ STATE: string;
1428
+ ADDRESS: string;
1429
+ POSTAL_CODE: string;
1430
+ MARKETING_INFORMATION: string;
1431
+ UTM_CAMPAIGN: string;
1432
+ UTM_TERM: string;
1433
+ AD_GROUP: string;
1434
+ UTM_SOURCE: string;
1435
+ UTM_CONTENT: string;
1436
+ AFFILIATE_ID: string;
1437
+ SOURCE_PAGE: string;
1438
+ UTM_MEDIUM: string;
1439
+ UTM_DEVICE: string;
1440
+ CAMPAIGN_ID: string;
1441
+ GOOGLE_CLICK_ID: string;
1442
+ JOURNAL: string;
1443
+ DATE: string;
1444
+ IP: string;
1445
+ MESSAGE: string;
1446
+ SUBMIT: string;
1447
+ DATE_RANGE: string;
1448
+ TP_REQUIRED: string;
1449
+ CLIENTZONE_LASTLOGIN: string;
1450
+ }
1451
+
1452
+ interface TOPBAR2 {
1453
+ DETAILS: string;
1454
+ NOTES: string;
1455
+ ACCOUNTS: string;
1456
+ DOCUMENTS: string;
1457
+ TRANSACTIONS: string;
1458
+ COMMUNICATION: string;
1459
+ ACTIVITIES: string;
1460
+ REMINDER: string;
1461
+ RESTRICT_AGENTS: string;
1462
+ MESSAGES: string;
1463
+ TICKETS: string;
1464
+ "IB-MODULE": string;
1465
+ JOURNAL: string;
1466
+ }
1467
+
1468
+ interface QUICKACTIONS {
1469
+ CHANGE_LEAD_STATUS: string;
1470
+ ADD_NOTE: string;
1471
+ CHANGE_LEAD_TAG: string;
1472
+ CONVERT_LEAD: string;
1473
+ CHANGE_BRAND: string;
1474
+ ASSIGN_TO_AGENT: string;
1475
+ SEND_EMAIL: string;
1476
+ SEND_PUSH_NOTIFICATION: string;
1477
+ CHANGE_PASSWORD: string;
1478
+ RESET_PASSWORD: string;
1479
+ ADD_ACCOUNT: string;
1480
+ }
1481
+
1482
+ interface GENERAL2 {
1483
+ CLIENT_ID: string;
1484
+ CALL: string;
1485
+ OWNER: string;
1486
+ BRAND_PLACEHOLDER: string;
1487
+ BUSINESS_UNIT_PLACEHOLDER: string;
1488
+ MONETARY_TRANSACTION: string;
1489
+ LATEST_FIVE_COMMENTS: string;
1490
+ ADD_COMMENTS: string;
1491
+ }
1492
+
1493
+ interface BALANCE {
1494
+ NET_BALANCE: string;
1495
+ NET_EQUITY: string;
1496
+ NET_CREDIT: string;
1497
+ NET_MARGIN: string;
1498
+ NET_PROFIT_LOST: string;
1499
+ }
1500
+
1501
+ interface LEADS {
1502
+ TITLE: string;
1503
+ SORT_BY_INTERACTED: string;
1504
+ AUTO_REFETCHING_LEADS: string;
1505
+ DELETING_LEADS_IN_PROGRESS: string;
1506
+ SELECT_ANY_LEAD_TO_DELETE: string;
1507
+ RESTORE: string;
1508
+ RESTORE_SUCCESS: string;
1509
+ RESTORE_ERROR: string;
1510
+ YOU_CANNOT_SELELCT_MORE_THAN_100_TAGS: string;
1511
+ TOP_BAR: TOPBAR;
1512
+ COLUMNS: COLUMNS2;
1513
+ QUICK_LOOK_DRAWER: QUICKLOOKDRAWER;
1514
+ CREATE_NEW_LEAD_DRAWER: CREATENEWLEADDRAWER;
1515
+ }
1516
+
1517
+ interface CREATENEWLEADDRAWER {
1518
+ CREATE_NEW_LEAD: string;
1519
+ FIRST_NAME: string;
1520
+ FIRST_NAME_PLACEHOLDER: string;
1521
+ LAST_NAME: string;
1522
+ LAST_NAME_PLACEHOLDER: string;
1523
+ EMAIL: string;
1524
+ EMAIL_PLACEHOLDER: string;
1525
+ PHONE: string;
1526
+ PHONE_PLACEHOLDER: string;
1527
+ LANGUAGE: string;
1528
+ COUNTRY: string;
1529
+ TAGS: string;
1530
+ AGENTS: string;
1531
+ BRAND: string;
1532
+ BUSINESS_UNIT: string;
1533
+ META_TRADER_ACCOUNT_TYPE: string;
1534
+ PASSWORD: string;
1535
+ NONE: string;
1536
+ REAL: string;
1537
+ DEMO: string;
1538
+ }
1539
+
1540
+ interface QUICKLOOKDRAWER {
1541
+ QUICK_LEADS_INFO: string;
1542
+ KEY_INFO: string;
1543
+ FULL_NAME: string;
1544
+ EMAIL: string;
1545
+ LANGUAGE: string;
1546
+ COUNTRY: string;
1547
+ BRAND: string;
1548
+ CONVERSATION_OWNER: string;
1549
+ TAGS: string;
1550
+ LATEST_FIVE_COMMENTS: string;
1551
+ NO_DATA: string;
1552
+ }
1553
+
1554
+ interface COLUMNS2 {
1555
+ BREAK_EVEN: string;
1556
+ PROFIT: string;
1557
+ PROFIT_STATUS: string;
1558
+ LOST: string;
1559
+ COUNT: string;
1560
+ CLIENT_ID: string;
1561
+ IS_CLIENT: string;
1562
+ LEAD_STATUS: string;
1563
+ FIRST_NAME: string;
1564
+ LAST_NAME: string;
1565
+ EMAIL: string;
1566
+ PHONE: string;
1567
+ TAGS: string;
1568
+ BONUS: string;
1569
+ LANGUAGE: string;
1570
+ COUNTRY: string;
1571
+ CITY: string;
1572
+ TP_NUMBER: string;
1573
+ LEVERAGE: string;
1574
+ CURRENCY: string;
1575
+ EQUITY: string;
1576
+ CREDIT: string;
1577
+ LAST_LOGIN_MT5: string;
1578
+ LAST_TRADE_DATE: string;
1579
+ OWNER: string;
1580
+ OPEN_POSITIONS: string;
1581
+ CLOSE_POSITIONS: string;
1582
+ SUM_OF_DEPOSITS: string;
1583
+ SUM_OF_DEPOSIT_TOOLTIP: string;
1584
+ SUM_OF_WITHDRAW: string;
1585
+ SUM_OF_WITHDRAW_TOOLTIP: string;
1586
+ SUM_OF_EQUITY: string;
1587
+ SUM_OF_EQUITY_TOOLTIP: string;
1588
+ AFFILIATE_ID: string;
1589
+ NET_DEPOSIT: string;
1590
+ P_L: string;
1591
+ MARGIN: string;
1592
+ "MARGIN_LEVEL_%": string;
1593
+ FREE_MARGIN: string;
1594
+ BRAND: string;
1595
+ BUSINESS_UNIT: string;
1596
+ BUSINESS_UNIT_TOOLTIP: string;
1597
+ TOTAL_NOTES: string;
1598
+ TOTAL_NOTES_TOOLTIP: string;
1599
+ LAST_NOTES: string;
1600
+ LAST_NOTE_DATE: string;
1601
+ LAST_NOTE_DATE_TOOLTIP: string;
1602
+ QUICK_LOOK: string;
1603
+ ACTION: string;
1604
+ VIEW_LEAD: string;
1605
+ RETENTION: string;
1606
+ RETENTION_TOOLTIP: string;
1607
+ RET: string;
1608
+ ADDITIONAL_STATUS: string;
1609
+ ADDITIONAL_STATUS_TOOLTIP: string;
1610
+ ADD_STAT: string;
1611
+ SHORT_ID: string;
1612
+ LAST_VISIT: string;
1613
+ FIRST_FTD_DATE: string;
1614
+ FIRST_FTD_DATE_TOOLTIP: string;
1615
+ FIRST_FTD_AMOUNT: string;
1616
+ FIRST_FTD_AMOUNT_TOOLTIP: string;
1617
+ LAST_DEPOSIT_AGENT: string;
1618
+ LAST_DEPOSIT_AGENT_TOOLTIP: string;
1619
+ FIRST_DEPOSIT_AGENT: string;
1620
+ FIRST_DEPOSIT_AGENT_TOOLTIP: string;
1621
+ LAST_DEPOSIT_AMOUNT: string;
1622
+ LAST_DEPOSIT_AMOUNT_TOOLTIP: string;
1623
+ SECONDARY_PHONE: string;
1624
+ ENABLE_SECONDARY_PHONE: string;
1625
+ DISABLE_CLIENTZONE: string;
1626
+ DISBABLE_EMAIL: string;
1627
+ LTD_DATE: string;
1628
+ LTD_DATE_TOOLTIP: string;
1629
+ ENABLE_IB: string;
1630
+ TOTAL_BONUS_AMOUNT: string;
1631
+ AFFILIATE_NAME: string;
1632
+ }
1633
+
1634
+ interface TOPBAR {
1635
+ SEARCH_PLACEHOLDER: string;
1636
+ SORT_LEADS_TOOLTIP: string;
1637
+ MASS_SYSTEM_JOBS: string;
1638
+ MASS_UPDATE_TAGS: string;
1639
+ MASS_LEAD_REDISTRIBUTION: string;
1640
+ MASS_BRAND_AND_BUSINESS_UNIT_ASSIGN: string;
1641
+ MASS_COMMON_FIELD_UPDATE: string;
1642
+ ADD_LEAD: string;
1643
+ NEW_LEAD: string;
1644
+ UPLOAD_CSV: string;
1645
+ }
1646
+
1647
+ interface TAGS {
1648
+ TITLE: string;
1649
+ CREATE_NEW_TAG: string;
1650
+ CREATE_NEW_TAG_TOOLTIP: string;
1651
+ CREATE_SUCCESS: string;
1652
+ DELETE_SUCCESS: string;
1653
+ DELETE_ERROR: string;
1654
+ UPDATE_SUCCESS: string;
1655
+ UPDATE_ERROR: string;
1656
+ CSV_FILENAME: string;
1657
+ SORT: string;
1658
+ COLUMNS: COLUMNS;
1659
+ QUICKDRAWER: QUICKDRAWER;
1660
+ }
1661
+
1662
+ interface QUICKDRAWER {
1663
+ TITLE: string;
1664
+ LABEL: string;
1665
+ PLACEHOLDER: string;
1666
+ }
1667
+
1668
+ interface COLUMNS {
1669
+ TAG: string;
1670
+ }
1671
+
1672
+ interface LOGIN {
1673
+ WELCOME_TEXT: string;
1674
+ CRM_SHORT_DESCRIPTION_TEXT: string;
1675
+ SIGN_IN_TEXT: string;
1676
+ SIGN_IN_BUTTON_TEXT: string;
1677
+ FORGOT_PASSWORD_TEXT: string;
1678
+ TERM_OF_USE: string;
1679
+ PRIVACY_POLICY: string;
1680
+ CONTACTS: string;
1681
+ }
1682
+
1683
+ interface TABLETOPBAR {
1684
+ FILTERS: FILTERS;
1685
+ SEARCH: SEARCH;
1686
+ CSV: CSV;
1687
+ PAGESIZE: PAGESIZE;
1688
+ COLUMNS_CUSTOMIZER: COLUMNSCUSTOMIZER;
1689
+ FULL_SCREEN: FULLSCREEN;
1690
+ TABLE_DENSITY: TABLEDENSITY;
1691
+ REFETCH: string;
1692
+ TABLE_SORT: TABLESORT;
1693
+ }
1694
+
1695
+ interface TABLESORT {
1696
+ TITLE: string;
1697
+ DIRECTION: string;
1698
+ FIELD: string;
1699
+ APPLY_SORTING: string;
1700
+ RESET: string;
1701
+ NO_CHANGE: string;
1702
+ NO_CHANGE_MSG: string;
1703
+ }
1704
+
1705
+ interface TABLEDENSITY {
1706
+ TOOLTIP: string;
1707
+ LARGE: string;
1708
+ MIDDLE: string;
1709
+ SMALL: string;
1710
+ }
1711
+
1712
+ interface FULLSCREEN {
1713
+ ENTER: string;
1714
+ EXIT: string;
1715
+ }
1716
+
1717
+ interface COLUMNSCUSTOMIZER {
1718
+ TOOLTIP: string;
1719
+ TITLE: string;
1720
+ DESCRIPTION: string;
1721
+ VISIBLE_COLUMNS: string;
1722
+ HIDDEN_COLUMNS: string;
1723
+ RESET: string;
1724
+ SAVE: string;
1725
+ }
1726
+
1727
+ interface PAGESIZE {
1728
+ TOOLTIP: string;
1729
+ }
1730
+
1731
+ interface CSV {
1732
+ TITLE: string;
1733
+ EMPTY: string;
1734
+ TEXT: string;
1735
+ TOOLTIP: string;
1736
+ EXPORT_ALERT_TEXT: string;
1737
+ EXPORT_ALL_LEADS: string;
1738
+ WRONG_TWO_FACTOR_AUTHENTICATION_CODE: string;
1739
+ YOU_ARE_NOT_ALLOWED_TO_EXPORT_LEADS: string;
1740
+ }
1741
+
1742
+ interface SEARCH {
1743
+ TITLE: string;
1744
+ FIELD: string;
1745
+ OPERATOR: string;
1746
+ }
1747
+
1748
+ interface FILTERS {
1749
+ APPLY_FILTERS: string;
1750
+ CLEAR_FILTERS: string;
1751
+ EMPTY_FILTERS_WARNING: string;
1752
+ }
1753
+
1754
+ interface PROFILEMENU {
1755
+ HELLO: string;
1756
+ ROLE: string;
1757
+ EMAIL: string;
1758
+ PHONE: string;
1759
+ LOGOUT: string;
1760
+ CLEARCACHE: string;
1761
+ }
1762
+
1763
+ interface CACHE {
1764
+ CLEAR: string;
1765
+ }
1766
+
1767
+ interface LAYOUTSETTINGS {
1768
+ CRM_LAYOUT_SETTINGS: string;
1769
+ MENU_LAYOUT: string;
1770
+ LEFT_MENU: string;
1771
+ TOP_MENU: string;
1772
+ NO_MENU: string;
1773
+ ROUTER_ANIMATION: string;
1774
+ NONE: string;
1775
+ SLIDE_UP: string;
1776
+ SLIDE_RIGHT: string;
1777
+ FADE_IN: string;
1778
+ ZOOM: string;
1779
+ INTERNATIONALIZATION: string;
1780
+ ENGLISH: string;
1781
+ TURKISH: string;
1782
+ LEFT_MENU_WIDTH: string;
1783
+ LEFT_MENU_COLLAPSED: string;
1784
+ LEFT_MENU_UNFIXED: string;
1785
+ LEFT_MENU_COLOR: string;
1786
+ AUTH_BACKGROUND: string;
1787
+ TOP_BAR_FIXED: string;
1788
+ TOP_BAR_GRAY_BACKGROUND: string;
1789
+ APP_GRAY_BACKGROUND: string;
1790
+ CARDS_SQUARED_BORDERS: string;
1791
+ CARDS_SHADOW: string;
1792
+ CARDS_BORDERLESS: string;
1793
+ }
1794
+
1795
+ interface MENU {
1796
+ DASHBOARDS: string;
1797
+ DASHBOARD_ONE: string;
1798
+ DASHBOARD_TWO: string;
1799
+ SALES_MANAGEMENT: string;
1800
+ LEADS: string;
1801
+ TRADING_ACCOUNT: string;
1802
+ UNLINK: string;
1803
+ LINK: string;
1804
+ GROUP: string;
1805
+ FILE_NAME: string;
1806
+ USER_COUNT: string;
1807
+ DUPLICATE_USER_COUNT: string;
1808
+ ASSIGNED_AGENT: string;
1809
+ BRAND: string;
1810
+ NEW_LEAD_REPORT: string;
1811
+ COMMUNICATION: string;
1812
+ WHATSAPP_AGENTS_STATISTICS_REPORT: string;
1813
+ GENERAL_CHAT_HISTORY_REPORT: string;
1814
+ CALL_HISTORY_REPORT: string;
1815
+ AGENTS_CALLS_LOGS: string;
1816
+ TAGS: string;
1817
+ DOCUMENTS: string;
1818
+ IB: string;
1819
+ CAMPAIGN: string;
1820
+ MONETARY_TRANSACTIONS: string;
1821
+ TRANSACTIONS: string;
1822
+ NEW_TRANSACTION: string;
1823
+ REPORTS: string;
1824
+ GENERAL: string;
1825
+ REGISTRATION_REPORT: string;
1826
+ MANAGER_PERFORMANCE_REPORT: string;
1827
+ SCALPERS_REPORTS: string;
1828
+ LIVE: string;
1829
+ LIVE_CLIENT_REPORT: string;
1830
+ LIVE_ACCOUNT_REPORT: string;
1831
+ OPEN_TRADE_REPORT: string;
1832
+ PAPARA: string;
1833
+ RETENTION_REPORT: string;
1834
+ MASS_NOTIFICATION_REPORT: string;
1835
+ QUICK_CONFIGURATIONS: string;
1836
+ BRANDS_CONFIGURES: string;
1837
+ BRANDS: string;
1838
+ BUSINESS_UNIT: string;
1839
+ AGENT_PERMISSIONS: string;
1840
+ AGENTS: string;
1841
+ ROLES: string;
1842
+ CONFIGURATIONS: string;
1843
+ ALL_SETTINGS: string;
1844
+ C_PATTERN_HISTORY: string;
1845
+ RET_PIVOT_REPORT: string;
1846
+ }
1847
+
1848
+ interface COMMUNICATION {
1849
+ GENERAL_CHAT_HISTORY_REPORT: GENERALCHATHISTORYREPORT;
1850
+ }
1851
+
1852
+ interface GENERALCHATHISTORYREPORT {
1853
+ TITLE: string;
1854
+ MODAL_TITLE: string;
1855
+ AGENT: string;
1856
+ ASSIGN_USER_COUNT: string;
1857
+ USER_FULLNAME: string;
1858
+ USER_MESSAGES: string;
1859
+ AGENT_MESSAGES: string;
1860
+ TOTAL_MESSAGES: string;
1861
+ ANSWERED_CALLS: string;
1862
+ DECLINED_CALLS: string;
1863
+ MISSED_CALLS_COUNT: string;
1864
+ TOTAL_CALLS_TIME: string;
1865
+ LEAD_COUNT: string;
1866
+ USER_NAME: string;
1867
+ USER_DECLINED_CALLS: string;
1868
+ }
1869
+
1870
+ interface NETWORKDETECTOR {
1871
+ YOUR_CURRENTLY_OFFLINE: string;
1872
+ OFFLINE_MESSAGE: string;
1873
+ CONNECTED: string;
1874
+ YOU_ARE_BACK_ONLINE: string;
1875
+ }
1876
+
1877
+ interface GENERAL {
1878
+ "N/A": string;
1879
+ AGENT_MESSAGES: string;
1880
+ TOTAL_MESSAGES: string;
1881
+ DESCRIPTION: string;
1882
+ APP_NAME: string;
1883
+ OK: string;
1884
+ DESK: string;
1885
+ "MONTH/YEAR": string;
1886
+ TOTAL: string;
1887
+ CANCEL: string;
1888
+ ADD: string;
1889
+ ONLINE_USERS: string;
1890
+ ACTION_SUCCESS: string;
1891
+ ACTION_ERROR: string;
1892
+ ERROR_OCCURED: string;
1893
+ SEARCH: string;
1894
+ SUBMIT: string;
1895
+ PREVIOUS: string;
1896
+ NEXT: string;
1897
+ RESET: string;
1898
+ DISPLAYING: string;
1899
+ OUT_OF_TOTAL: string;
1900
+ SELECTED: string;
1901
+ CALCULATING: string;
1902
+ VIEW_ALL: string;
1903
+ LEAD_DETAILS: string;
1904
+ LEAD_DETAILS_LOADING: string;
1905
+ DELETE_WARNING: string;
1906
+ DUPLICATE_WARNING: string;
1907
+ YES: string;
1908
+ NO: string;
1909
+ VIEW: string;
1910
+ EDIT: string;
1911
+ UPDATE: string;
1912
+ SAVE: string;
1913
+ DEFAULT: string;
1914
+ TRUE: string;
1915
+ FALSE: string;
1916
+ DELETE: string;
1917
+ TITLE: string;
1918
+ PAPARA_BANK_ACCOUNT_ID: string;
1919
+ BODY: string;
1920
+ SEND: string;
1921
+ BACK: string;
1922
+ DOWNLOAD: string;
1923
+ TRANSACTION: string;
1924
+ PERFORM_DELETE: string;
1925
+ NEW_EQUITY: string;
1926
+ SORT_ASC: string;
1927
+ SORT_DESC: string;
1928
+ SORT_CANCEL: string;
1929
+ QUICK_LEADS_SEARCH: string;
1930
+ SEARCH_BY_LEAD_ID_EMAIL_ACCOUNT_FIRST_LAST_NAME: string;
1931
+ COPY_RIGHT: string;
1932
+ PRIVACY_POLICY: string;
1933
+ LIVE_SEARCH_BY: string;
1934
+ THIS_LEAD_ID_IS_INVALID: string;
1935
+ GO_BACK_TO_LEADS: string;
1936
+ ACTION_IN_PROGRESS: string;
1937
+ SYNC: string;
1938
+ SYNC_SUCCESS: string;
1939
+ LIVE: string;
1940
+ FAST: string;
1941
+ JANUARY: string;
1942
+ FEBRUARY: string;
1943
+ MARCH: string;
1944
+ APRIL: string;
1945
+ MAY: string;
1946
+ JUNE: string;
1947
+ JULY: string;
1948
+ AUGUST: string;
1949
+ SEPTEMBER: string;
1950
+ OCTOBER: string;
1951
+ NOVEMBER: string;
1952
+ DECEMBER: string;
1953
+ TOTAL_DAILY_DEPOSIT: string;
1954
+ TOTAL_MONTHLY_DEPOSIT: string;
1955
+ TOP_5: string;
1956
+ LOW_5: string;
1957
+ LOW_AGENTS: string;
1958
+ TOP_AGENTS: string;
1959
+ HOT_NOT_ASSIGN: string;
1960
+ NOT_ASSIGN: string;
1961
+ DASHBORD_DEPOSIT_TITLE: string;
1962
+ TOTAL_AMOUNT_OF_MESSAGES: string;
1963
+ ENABLED: string;
1964
+ DISABLED: string;
1965
+ UNIQUEDEPOSIT: string;
1966
+ DEPOSIT_AVERAGE: string;
1967
+ WITHDRAWAL_AVERAGE: string;
1968
+ SUCESS_RATE: string;
1969
+ GOAL: string;
1970
+ REMAIN_TO_GOAL: string;
1971
+ DAILY_FTD: string;
1972
+ AGENT_POOL_SYSTEM_BONUS_AMOUNT: string;
1973
+ DAILY_FTD_DETAILS: string;
1974
+ TOTAL_FTD: string;
1975
+ TOTAL_FTD_CAPITALIZED: string;
1976
+ BEST_AGENT_FTD: string;
1977
+ LOW_PERFORMANCE_AGENTS: string;
1978
+ TOP_PERFORMANCE_AGENTS: string;
1979
+ END_CALL: string;
1980
+ REMIND_ME: string;
1981
+ RANK: string;
1982
+ FTD_COUNT: string;
1983
+ FTD_AMOUNT: string;
1984
+ YOU_ARE_RESTRICTED_TO_REACH_THIS_LEAD: string;
1985
+ DUPLICATE_USER_ID: string;
1986
+ LEAD_TYPE: string;
1987
+ RESOLVED: string;
1988
+ UNRESOLVED: string;
1989
+ MERGE: string;
1990
+ MERGE_DUPLICATE_LEAD: string;
1991
+ SELECT_ALL: string;
1992
+ COMMON_COLUMNS: COMMONCOLUMNS;
1993
+ RETENTION_REPORT: RETENTIONREPORT;
1994
+ FILTERS_OPTIONS: FILTERSOPTIONS;
1995
+ TRANSACTIONS_TYPES: TRANSACTIONSTYPES;
1996
+ VALIDATION_ERRORS: VALIDATIONERRORS;
1997
+ }
1998
+
1999
+ interface VALIDATIONERRORS {
2000
+ BRAND_MUST_BE_SELECTED: string;
2001
+ BUSINESS_UNIT_MUST_BE_SELECTED: string;
2002
+ TAG_MUST_BE_SELECTED: string;
2003
+ AGENT_MUST_BE_SELECTED: string;
2004
+ PLEASE_UPLOAD_CSV_LEADS: string;
2005
+ }
2006
+
2007
+ interface TRANSACTIONSTYPES {
2008
+ BONUSIN: string;
2009
+ BONUSOUT: string;
2010
+ CHARGEIN: string;
2011
+ CHARGEOUT: string;
2012
+ CREDITIN: string;
2013
+ CREDITOUT: string;
2014
+ DEPOSIT: string;
2015
+ WITHDRAW: string;
2016
+ DORMANTFEECHARGES: string;
2017
+ COMMISSION: string;
2018
+ CORRECTION: string;
2019
+ FRANKDIVIDEND: string;
2020
+ }
2021
+
2022
+ interface FILTERSOPTIONS {
2023
+ ILIKE: string;
2024
+ NOTILIKE: string;
2025
+ LIKE: string;
2026
+ NOTLIKE: string;
2027
+ NEQ: string;
2028
+ GT: string;
2029
+ EQ: string;
2030
+ GTE: string;
2031
+ GTED: string;
2032
+ LT: string;
2033
+ LTE: string;
2034
+ LTED: string;
2035
+ BETWEEND: string;
2036
+ BETWEEN: string;
2037
+ NOTIN: string;
2038
+ NOTBETWEEN: string;
2039
+ START_MARGIN: string;
2040
+ END_MARGIN: string;
2041
+ ILIKES: string;
2042
+ ILIKEE: string;
2043
+ IS: string;
2044
+ ISNOT: string;
2045
+ SEARCH_TERM: string;
2046
+ RANGE: string;
2047
+ ACTION: string;
2048
+ DATE: string;
2049
+ SELECT_DATE: string;
2050
+ SINGLE_DAY: string;
2051
+ DATE_RANGE: string;
2052
+ START_DATE: string;
2053
+ END_DATE: string;
2054
+ CHOOSE_TAGS_FROM_BELOW: string;
2055
+ CHOOSE_A_LANGUAGE_FROM_BELOW: string;
2056
+ CHOOSE_A_COUNTRY_FROM_BELOW: string;
2057
+ CHOOSE_AGENT_FROM_BELOW: string;
2058
+ CHOOSE_BRAND_FROM_BELOW: string;
2059
+ CHOOSE_AN_ACTIVITY: string;
2060
+ CHOOSE_AN_ENTITY: string;
2061
+ ANSWERED: string;
2062
+ MISSED: string;
2063
+ DECLINED: string;
2064
+ CHOOSE_AFFILIATE_FROM_BELOW: string;
2065
+ }
2066
+
2067
+ interface RETENTIONREPORT {
2068
+ CREATED_AT: string;
2069
+ UPDATED_AT: string;
2070
+ BUSINESS_UNIT: string;
2071
+ STATUS: string;
2072
+ ASSIGNED_AGENT: string;
2073
+ TAG: string;
2074
+ TRANSACTION_TYPE: string;
2075
+ TRANSACTION_AMOUNT: string;
2076
+ }
2077
+
2078
+ interface COMMONCOLUMNS {
2079
+ ID: string;
2080
+ UPDATED_AT: string;
2081
+ UPDATED_BY: string;
2082
+ CREATED_ON: string;
2083
+ ACTION: string;
2084
+ UPDATE: string;
2085
+ EDIT_THE_TEMPLATE: string;
2086
+ STATUS: string;
2087
+ TRANSACTION_DATE: string;
2088
+ PROCESSING_AGENT: string;
2089
+ PREFIX: string;
2090
+ NUMBER: string;
2091
+ }
2092
+
2093
+ export {};