-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathconfig.json
586 lines (586 loc) · 20.4 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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
{
"lang": "EN",
"__comment": "On DYNAMIC_FORM_DATA do not change 'componentName', 'elementID'!",
"EN": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Close",
"bankTitle": "Fleeca Bank",
"mainExitButtonText": "Log out"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Approve",
"inputPlaceholder": "Enter 4 digit...",
"title": "PIN CODE SETUP",
"description": "Here you can set or change the PIN code.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Approve",
"inputPlaceholder": "Amount",
"title": "WITHDRAW",
"description": "Here you can withdraw your money from the bank.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Approval",
"inputPlaceholder": "Amount",
"title": "DEPOSIT",
"description": "Here, you can deposit your money to the bank.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Transfer",
"inputPlaceholder": "Amount",
"inputPlaceholder2": "Player ID",
"title": "TRANSFER",
"description": "Here you can transfer your money to someone else."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "TRANSACTION HISTORY",
"description": "Here you can see your transaction history.",
"moreHistoryText": "Show more history",
"moreGraphText": "Show more graph"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Enter PIN",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Close"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Fleeca Bank",
"closeButtonText": "Log out"
}
],
"LAUNGAGE": {
"your_money_title": "Balance",
"your_money_desc": "Here you can see your current balance and cash.",
"your_money_cash_label": "Your cash",
"your_money_bank_label": "Your bank balance",
"withdraw": "WITHDRAW",
"deposit": "DEPOSIT",
"transfer": "TRANSFER",
"transferReceive": "RECEIVED TRANSFER",
"moneyFormat": "$__replaceData__",
"graphTitle": "Your balance",
"moreGraphTitle": "Big Graph",
"moreHistoryTitle": "Show more history",
"inputErrorTitle": "Data is incorrect",
"inputErrorMessage": "It cannot be empty or a value less than 1!",
"showPincodeErrorTitle": "PIN incorrect",
"showPincodeErrorMessage": "The pin must have at least 4 characters!",
"tableLang": {
"typeLabel": "Transaction type",
"balanceLabel": "Balance",
"amountLabel": "Amount",
"timeLabel": "Time",
"searchInputPlaceholder": "Search ...",
"_comment": "tableFullLanguage options: English, Hungarian, Italian, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "English"
}
}
},
"HU": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Bezárás",
"bankTitle": "OTP BANK FELÜLET",
"mainExitButtonText": "Kijelentkezés"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Jóváhagyás",
"inputPlaceholder": "Írj be 4 számot...",
"title": "PIN KÓD BEÁLLÍTÁS",
"description": "Itt tudod beállítani vagy cserélni pinkódodat.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Jóváhagyás",
"inputPlaceholder": "Összeg",
"title": "PÉNZ KIVÉTEL",
"description": "Itt tudsz pénzt kivenni a számládról.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Jóváhagyás",
"inputPlaceholder": "Összeg",
"title": "PÉNZ BETÉTEL",
"description": "Itt tudsz pénzt be tenni a számládra.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Utalás",
"inputPlaceholder": "Összeg",
"inputPlaceholder2": "Játékos azonosító",
"title": "UTALÁS",
"description": "Itt tudsz pénzt utalni egy adott játékosnak."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "SZÁMLA TÖRTÉNET",
"description": "Itt látod a számla történeted.",
"moreHistoryText": "Több számla történet mutatása",
"moreGraphText": "Nagyított diagram mutatása"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Írd be a PIN kódod",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Bezárás"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "OTP BANK",
"closeButtonText": "Kijelentkezés"
}
],
"LAUNGAGE": {
"your_money_title": "Egyenleged",
"your_money_desc": "Itt láthatod a jelenlegi egyenleged és készpénzed.",
"your_money_cash_label": "Készpénz",
"your_money_bank_label": "Banki egyenleged",
"withdraw": "KIVÉTEL",
"deposit": "BETÉTEL",
"transfer": "UTALÁS",
"transferReceive": "KAPOTT UTALÁS",
"moneyFormat": "__replaceData__ Ft",
"graphTitle": "Egyenleged",
"moreGraphTitle": "Nagyított grafikon",
"moreHistoryTitle": "Teljes számla történet",
"inputErrorTitle": "Adat hibás",
"inputErrorMessage": "Nem lehet üres vagy érték kisebb mint 1!",
"showPincodeErrorTitle": "PIN hibás",
"showPincodeErrorMessage": "Legalább 4 karakternek kell lennie a pinnek!",
"tableLang": {
"typeLabel": "Tranzakció típus",
"balanceLabel": "Egyenleged",
"amountLabel": "Összeg",
"timeLabel": "Idő",
"searchInputPlaceholder": "Kereső ...",
"_comment": "tableFullLanguage options: English, Hungarian, Italian, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Hungarian"
}
}
},
"IT": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Close",
"bankTitle": "Fleeca Bank",
"mainExitButtonText": "Disconnettersi"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "conferma",
"inputPlaceholder": "4 cifre...",
"title": "IMPOSTAZIONE CODICE PIN",
"description": "Qui puoi impostare o modificare il codice PIN.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "conferma",
"inputPlaceholder": "Quantità",
"title": "RITIRARE",
"description": "Qui puoi prelevare i tuoi soldi dalla banca.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "conferma",
"inputPlaceholder": "Quantità",
"title": "DEPOSITARE",
"description": "Qui puoi depositare i tuoi soldi in banca.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "trasferisci",
"inputPlaceholder": "Quantità",
"inputPlaceholder2": "Giocatore ID",
"title": "TRASFERIMENTO",
"description": "Qui puoi trasferire i tuoi soldi a qualcun altro."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "CRONOLOGIA DELLE TRANSAZIONI",
"description": "Qui puoi vedere la cronologia delle tue operazioni.",
"moreHistoryText": "Mostra più cronologia",
"moreGraphText": "Mostra tutto il grafico"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Enter PIN",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Close"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Fleeca Bank",
"closeButtonText": "Disconnettersi"
}
],
"LAUNGAGE": {
"your_money_title": "saldo",
"your_money_desc": "qui puoi vedere il saldo attuale e contanti.",
"your_money_cash_label": "i tuoi soldi",
"your_money_bank_label": "il tuo saldo bancario",
"withdraw": "RITIRARE",
"deposit": "DEPOSITARE",
"transfer": "TRASFERIMENTO",
"transferReceive": "TRASFERIMENTO RICEVUTO",
"moneyFormat": "$__replaceData__",
"graphTitle": "Il tuo bilancio",
"moreGraphTitle": "grafico",
"moreHistoryTitle": "Mostra la cronologia",
"inputErrorTitle": "I dati non sono corretti",
"inputErrorMessage": "Non può essere vuoto o un valore inferiore a 1!",
"showPincodeErrorTitle": "PIN errato",
"showPincodeErrorMessage": "Il pin deve contenere almeno 4 caratteri!",
"tableLang": {
"typeLabel": "Tipo di transazione",
"balanceLabel": "bilancio",
"amountLabel": "quantità",
"timeLabel": "tempo",
"searchInputPlaceholder": "Cerca ...",
"_comment": "tabella Opzioni complete della lingua: inglese, ungherese, italiana, spagnolo, francese, puoi trovare qui tutte le lingue: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Italian"
}
}
},
"ES": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Cerrar",
"bankTitle": "Banco Fleeca",
"mainExitButtonText": "Cerrar sesión"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Aprobar",
"inputPlaceholder": "Introduzca 4 dígitos...",
"title": "CONFIGURACIÓN DEL PIN",
"description": "Aquí puede establecer o cambiar el código PIN.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Aprobar",
"inputPlaceholder": "Importe",
"title": "RETIRAR",
"description": "Aquí puede retirar su dinero del banco.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Aprobación",
"inputPlaceholder": "Importe",
"title": "DEPOSITO",
"description": "Aquí puede ingresar su dinero en el banco.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Transfererir",
"inputPlaceholder": "Importe",
"inputPlaceholder2": "ID del jugador",
"title": "TRANSFERENCIA",
"description": "Aquí puedes transferir tu dinero a otra persona."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "HISTORIAL DE TRANSACCIONES",
"description": "Aquí puede ver su historial de transacciones.",
"moreHistoryText": "Mostrar más historial",
"moreGraphText": "Mostrar el gráfico"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Introducir PIN",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Close"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Banco Fleeca",
"closeButtonText": "Cerrar sesión"
}
],
"LAUNGAGE": {
"your_money_title": "Saldo",
"your_money_desc": "Aquí puedes ver tu saldo actual y tu efectivo.",
"your_money_cash_label": "Su dinero en mano",
"your_money_bank_label": "Su saldo bancario",
"withdraw": "RETIRAR",
"deposit": "DEPÓSITO",
"transfer": "TRANSFERENCIA",
"transferReceive": "TRANSFERENCIA RECIBIDA",
"moneyFormat": "$__replaceData__",
"graphTitle": "Su saldo",
"moreGraphTitle": "Gráfico grande",
"moreHistoryTitle": "Mostrar más historial",
"inputErrorTitle": "Data is incorrect",
"inputErrorMessage": "No puede estar vacío ni tener un valor inferior a 1.",
"showPincodeErrorTitle": "PIN incorrecto",
"showPincodeErrorMessage": "El pin debe tener al menos 4 caracteres.",
"tableLang": {
"typeLabel": "Tipo de transacción",
"balanceLabel": "Saldo",
"amountLabel": "Importe",
"timeLabel": "Tiempo",
"searchInputPlaceholder": "Buscar...",
"_comment": "tableFullLanguage options: English, Hungarian, Italiano, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Spanish"
}
}
},
"FR": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Fermer",
"bankTitle": "Banque Fleeca",
"mainExitButtonText": "Déconnexion"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Valider",
"inputPlaceholder": "Entrez 4 chiffres...",
"title": "CONFIGURATION DU PIN",
"description": "Ici vous pouvez définir ou changer votre code PIN.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Valider",
"inputPlaceholder": "Montant",
"title": "RETIRER",
"description": "Ici vous pouvez retirer votre argent de la banque.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Valider",
"inputPlaceholder": "Montant",
"title": "DÉPOSER",
"description": "Ici, vous pouvez déposer votre argent à la banque.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Transférer",
"inputPlaceholder": "Montant",
"inputPlaceholder2": "ID du joueur",
"title": "TRANSFERT",
"description": "Ici, vous pouvez transférer votre argent à quelqu'un d'autre."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "HISTORIQUE DES TRANSACTIONS",
"description": "Ici, vous pouvez voir votre historique de transactions.",
"moreHistoryText": "Afficher plus d'historique",
"moreGraphText": "Afficher plus de graphique"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Entrer le code PIN",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Fermer"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Banque Fleeca",
"closeButtonText": "Se déconnecter"
}
],
"LAUNGAGE": {
"your_money_title": "Solde",
"your_money_desc": "Ici, vous pouvez voir votre solde actuel et votre argent en espèces.",
"your_money_cash_label": "Votre argent en espèces",
"your_money_bank_label": "Votre solde bancaire",
"withdraw": "RETIRER",
"deposit": "DÉPOSER",
"transfer": "TRANSFERT",
"transferReceive": "TRANSFERT REÇU",
"moneyFormat": "$__replaceData__",
"graphTitle": "Votre solde",
"moreGraphTitle": "Grand graphique",
"moreHistoryTitle": "Afficher plus",
"inputErrorTitle": "Les données sont incorrectes",
"inputErrorMessage": "Il ne peut pas être vide ou avoir une valeur inférieure à 1",
"showPincodeErrorTitle": "Code PIN incorrect",
"showPincodeErrorMessage": "Le code PIN doit avoir au moins 4 caractères!",
"tableLang": {
"typeLabel": "Type de transaction",
"balanceLabel": "Solde",
"amountLabel": "Montant",
"timeLabel": "Temps",
"searchInputPlaceholder": "Rechercher ...",
"_comment": "Langue complète: Anglais, Hongrois, Italien, Espagnole Français, vous pouvez trouver ici toutes les langues: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "French"
}
}
},
"zh-CN": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "关闭 ❌",
"bankTitle": "花园银行",
"mainExitButtonText": "注销"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "验证密码",
"inputPlaceholder": "请输入4位数字的密码...",
"title": "修改PIN密码",
"description": "在这里您可以编辑/更改您的密码.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "确认",
"inputPlaceholder": "金额数量",
"title": "提现",
"description": "在这里您可以从银行取款.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "确认",
"inputPlaceholder": "金额数量",
"title": "存款",
"description": "在这里您可以将钱存入银行.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "转账",
"inputPlaceholder": "金额数量",
"inputPlaceholder2": "玩家服务器ID",
"title": "转账",
"description": "在这里您可以将钱转账给他人."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "交易记录",
"description": "在这里您可以查看您的交易记录.",
"moreHistoryText": "显示更多记录",
"moreGraphText": "显示更多图表"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "输入 PIN 密码",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "关闭 ❌"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "花园银行-ATM",
"closeButtonText": "注销"
}
],
"LAUNGAGE": {
"your_money_title": "我的信息",
"your_money_desc": "在这里您可以看到您当前的余额和现金.",
"your_money_cash_label": "您的现金",
"your_money_bank_label": "您的银行余额",
"withdraw": "提现",
"deposit": "存款",
"transfer": "转账",
"transferReceive": "已收到转账",
"moneyFormat": "$__replaceData__",
"graphTitle": "您的余额",
"moreGraphTitle": "详情页",
"moreHistoryTitle": "详情页",
"inputErrorTitle": "数据不正确",
"inputErrorMessage": "无法为空空或值小于 1",
"showPincodeErrorTitle": "输入的 PIN 密码不正确",
"showPincodeErrorMessage": "PIN 码必须至少有 4 个字符!",
"tableLang": {
"typeLabel": "交易类型",
"balanceLabel": "我的信息",
"amountLabel": "数量",
"timeLabel": "时间",
"searchInputPlaceholder": "研究 ...",
"_comment": "Langue complète: Anglais, Hongrois, Italien, Espagnole Français, vous pouvez trouver ici toutes les langues: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Chinese"
}
}
}
}