forked from esx-framework/esx_banking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
885 lines (885 loc) · 30.9 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
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
{
"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",
"transactionLabel": "Transaction Label",
"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"
}
}
},
"DE": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Schließen",
"bankTitle": "Fleeca Bank",
"mainExitButtonText": "Abmelden"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Zustimmen",
"inputPlaceholder": "4 Ziffern eingeben...",
"title": "PIN-CODE EINRICHTEN",
"description": "Hier kannst du den PIN-Code einstellen oder ändern.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Zustimmen",
"inputPlaceholder": "Betrag",
"title": "ABHEBEN",
"description": "Hier kannst du dein Geld bei der Bank abheben.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Zustimmen",
"inputPlaceholder": "Amount",
"title": "EINZAHLEN",
"description": "Hier kannst du dein Geld bei der Bank einzahlen.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Überweisung",
"inputPlaceholder": "Betrag",
"inputPlaceholder2": "Spieler ID",
"title": "ÜBERWEISUNG",
"description": "Hier kannst du dein Geld an eine andere Person überweisen."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "TRANSAKTIONSVERLAUF",
"description": "Hier kannst du deinen Transaktionsverlauf einsehen.",
"moreHistoryText": "Mehr Informationen anzeigen",
"moreGraphText": "Mehr Grafik anzeigen"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "PIN Eingeben",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Schließen"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Fleeca Bank",
"closeButtonText": "Abmelden"
}
],
"LAUNGAGE": {
"your_money_title": "Saldo",
"your_money_desc": "Hier kannst du deinen aktuellen Kontostand und dein Bargeld sehen.",
"your_money_cash_label": "Dein Bargeld",
"your_money_bank_label": "Dein Kontostand",
"withdraw": "ABHEBEN",
"deposit": "EINZAHLEN",
"transfer": "ÜBERWEISUNG",
"transferReceive": "EMPFANGENE ÜBERWEISUNG",
"moneyFormat": "$__replaceData__",
"graphTitle": "Dein Guthaben",
"moreGraphTitle": "Große Grafik",
"moreHistoryTitle": "Mehr Informationen anzeigen",
"inputErrorTitle": "Daten sind falsch",
"inputErrorMessage": "Er darf nicht leer sein oder einen Wert kleiner als 1 haben!",
"showPincodeErrorTitle": "PIN falsch",
"showPincodeErrorMessage": "Der Pin muss mindestens 4 Zeichen haben!",
"tableLang": {
"typeLabel": "Transaktionsart",
"transactionLabel": "Transaktion Label",
"balanceLabel": "Saldo",
"amountLabel": "Betrag",
"timeLabel": "Zeit",
"searchInputPlaceholder": "Suche ...",
"_comment": "tableFullLanguage options: English, German, 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",
"transactionLabel": "Tranzakció leírása",
"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",
"transactionLabel": "Transaction Label",
"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",
"transactionLabel": "Transaction Label",
"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",
"transactionLabel": "Transaction Label",
"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"
}
}
},
"NL": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Sluit",
"bankTitle": "Fleeca Bank",
"mainExitButtonText": "Log uit"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Goedkeuren",
"inputPlaceholder": "Voer 4 cijfers in...",
"title": "PINCODE INSTELLEN",
"description": "Hier kun je je pincode instellen of wijzigen.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Opnemen",
"inputPlaceholder": "Bedrag",
"title": "OPNEMEN",
"description": "Hier kun je geld opnemen van je bank account.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Storten",
"inputPlaceholder": "Bedrag",
"title": "STORTEN",
"description": "Hier kun je geld storten op je bank account.",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Overschrijven",
"inputPlaceholder": "Bedrag",
"inputPlaceholder2": "Speler ID",
"title": "OVERSCHRIJVEN",
"description": "Hier kun je geld overschrijven naar iemand anders zijn bank account."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "TRANSACTIE GESCHIEDENIS",
"description": "Hier kun je alle transacties zien die op je bank account zijn vericht.",
"moreHistoryText": "Laat meer geschiedenis zien",
"moreGraphText": "Laat meer van de grafiek zien"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Voer pincode in",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Sluit"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Fleeca Bank",
"closeButtonText": "Log uit"
}
],
"LAUNGAGE": {
"your_money_title": "Saldo",
"your_money_desc": "Hier kun je je saldo en je cash zien.",
"your_money_cash_label": "Jouw cash",
"your_money_bank_label": "Jouw bank saldo",
"withdraw": "OPNEMEN",
"deposit": "STORTEN",
"transfer": "OVERSCHRIJVEN",
"transferReceive": "ONTVANGEN ONVERSCHRIJVING",
"moneyFormat": "€__replaceData__",
"graphTitle": "Jouw saldo",
"moreGraphTitle": "Grote grafiek",
"moreHistoryTitle": "Laat meer geschiedenis zien",
"inputErrorTitle": "Data is niet correct",
"inputErrorMessage": "Deze input kan niet leeg zijn of een waarde minder dan 1 !",
"showPincodeErrorTitle": "PIN onjuist",
"showPincodeErrorMessage": "Je pincode moet tenminste 4 karakters hebben!",
"tableLang": {
"typeLabel": "Transactie type",
"transactionLabel": "Transaction Label",
"balanceLabel": "Saldo",
"amountLabel": "Bedrag",
"timeLabel": "Tijd",
"searchInputPlaceholder": "Zoeken ...",
"_comment": "tableFullLanguage options: English, Hungarian, Italian, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Nederlands"
}
}
},
"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": "交易类型",
"transactionLabel": "Transaction Label",
"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"
}
}
},
"SR": {
"DYNAMIC_FORM_DATA": [
{
"componentName": "moreGraph",
"elementID": "#wrapper",
"title": "",
"closeButtonText": "Zatvori",
"bankTitle": "Fleeca Banka",
"mainExitButtonText": "Log out"
},
{
"elementID": "#cpincode",
"name": "cpincode",
"buttonText": "Potvrdi",
"inputPlaceholder": "Unesi 4 cifre...",
"title": "PIN KOD",
"description": "Ovde možete postaviti ili izmeniti PIN kod.",
"type": "password"
},
{
"elementID": "#withdraw",
"name": "withdraw",
"buttonText": "Potvrdi",
"inputPlaceholder": "Iznos",
"title": "PODIGNI",
"description": "Ovde možete podići novac sa vašeg računa.",
"type": "number"
},
{
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Potvrdi",
"inputPlaceholder": "Iznos",
"title": "UPLATA",
"description": "Ovde možete uplatiti novac na vaš račun",
"type": "number"
},
{
"elementID": "#transfer",
"name": "transfer",
"buttonText": "Transfer",
"inputPlaceholder": "Iznos",
"inputPlaceholder2": "ID Osobe",
"title": "TRANSFER",
"description": "Ovde možete poslati novac nekome."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "ISTORIJA TRANSAKCIJA",
"description": "Ovde možete videti istoriju transakcija.",
"moreHistoryText": "Prikaži više",
"moreGraphText": "Prikaži više grafikona"
},
{
"componentName": "pincodePanel",
"elementID": "#wrapper",
"title": "Unesite PIN",
"deleteButtonText": "<i class='fa-solid fa-ban'></i>",
"loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>",
"closeButtonText": "Zatvori"
},
{
"componentName": "atmComponent",
"elementID": "#wrapper",
"title": "Fleeca Banka",
"closeButtonText": "Log out"
}
],
"LAUNGAGE": {
"your_money_title": "Balans",
"your_money_desc": "Ovde možete videti iznos novca na vašem računu i kod vas",
"your_money_cash_label": "Vaš novac",
"your_money_bank_label": "Vaš novac na računu",
"withdraw": "PODIGNI",
"deposit": "UPLATI",
"transfer": "TRANSFER",
"transferReceive": "PRIMLJEN TRANSFER",
"moneyFormat": "$__replaceData__",
"graphTitle": "Vaš balansa",
"moreGraphTitle": "Veliki Grafikon",
"moreHistoryTitle": "Prikaži više",
"inputErrorTitle": "Podaci su nevažeći",
"inputErrorMessage": "Ne može biti prazno ili iznos manji od 1!",
"showPincodeErrorTitle": "PIN netačan",
"showPincodeErrorMessage": "PIN mora imati 4 karaktera!",
"tableLang": {
"typeLabel": "Tip transakcije",
"balanceLabel": "Balans",
"amountLabel": "Iznos",
"timeLabel": "Vreme",
"searchInputPlaceholder": "Pretraži ...",
"_comment": "tableFullLanguage options: English, Hungarian, Italian, Spanish, French, Serbian, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/",
"tableFullLanguage": "Serbian"
}
}
}
}