|
486 | 486 | }
|
487 | 487 | }
|
488 | 488 | },
|
| 489 | + |
| 490 | + "NL": { |
| 491 | + "DYNAMIC_FORM_DATA": [ |
| 492 | + { |
| 493 | + "componentName": "moreGraph", |
| 494 | + "elementID": "#wrapper", |
| 495 | + "title": "", |
| 496 | + "closeButtonText": "Sluit", |
| 497 | + "bankTitle": "Fleeca Bank", |
| 498 | + "mainExitButtonText": "Log uit" |
| 499 | + }, |
| 500 | + { |
| 501 | + "elementID": "#cpincode", |
| 502 | + "name": "cpincode", |
| 503 | + "buttonText": "Goedkeuren", |
| 504 | + "inputPlaceholder": "Voer 4 cijfers in...", |
| 505 | + "title": "PINCODE INSTELLEN", |
| 506 | + "description": "Hier kun je je pincode instellen of wijzigen.", |
| 507 | + "type": "password" |
| 508 | + }, |
| 509 | + { |
| 510 | + "elementID": "#withdraw", |
| 511 | + "name": "withdraw", |
| 512 | + "buttonText": "Opnemen", |
| 513 | + "inputPlaceholder": "Bedrag", |
| 514 | + "title": "OPNEMEN", |
| 515 | + "description": "Hier kun je geld opnemen van je bank account.", |
| 516 | + "type": "number" |
| 517 | + }, |
| 518 | + { |
| 519 | + "elementID": "#deposit", |
| 520 | + "name": "deposit", |
| 521 | + "buttonText": "Storten", |
| 522 | + "inputPlaceholder": "Bedrag", |
| 523 | + "title": "STORTEN", |
| 524 | + "description": "Hier kun je geld storten op je bank account.", |
| 525 | + "type": "number" |
| 526 | + }, |
| 527 | + { |
| 528 | + "elementID": "#transfer", |
| 529 | + "name": "transfer", |
| 530 | + "buttonText": "Overschrijven", |
| 531 | + "inputPlaceholder": "Bedrag", |
| 532 | + "inputPlaceholder2": "Speler ID", |
| 533 | + "title": "OVERSCHRIJVEN", |
| 534 | + "description": "Hier kun je geld overschrijven naar iemand anders zijn bank account." |
| 535 | + }, |
| 536 | + { |
| 537 | + "componentName": "trans", |
| 538 | + "elementID": "#third-column", |
| 539 | + "title": "TRANSACTIE GESCHIEDENIS", |
| 540 | + "description": "Hier kun je alle transacties zien die op je bank account zijn vericht.", |
| 541 | + "moreHistoryText": "Laat meer geschiedenis zien", |
| 542 | + "moreGraphText": "Laat meer van de grafiek zien" |
| 543 | + }, |
| 544 | + { |
| 545 | + "componentName": "pincodePanel", |
| 546 | + "elementID": "#wrapper", |
| 547 | + "title": "Voer pincode in", |
| 548 | + "deleteButtonText": "<i class='fa-solid fa-ban'></i>", |
| 549 | + "loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>", |
| 550 | + "closeButtonText": "Sluit" |
| 551 | + }, |
| 552 | + { |
| 553 | + "componentName": "atmComponent", |
| 554 | + "elementID": "#wrapper", |
| 555 | + "title": "Fleeca Bank", |
| 556 | + "closeButtonText": "Log uit" |
| 557 | + } |
| 558 | + ], |
| 559 | + "LAUNGAGE": { |
| 560 | + "your_money_title": "Saldo", |
| 561 | + "your_money_desc": "Hier kun je je saldo en je cash zien.", |
| 562 | + "your_money_cash_label": "Jouw cash", |
| 563 | + "your_money_bank_label": "Jouw bank saldo", |
| 564 | + "withdraw": "OPNEMEN", |
| 565 | + "deposit": "STORTEN", |
| 566 | + "transfer": "OVERSCHRIJVEN", |
| 567 | + "transferReceive": "ONTVANGEN ONVERSCHRIJVING", |
| 568 | + "moneyFormat": "€__replaceData__", |
| 569 | + "graphTitle": "Jouw saldo", |
| 570 | + "moreGraphTitle": "Grote grafiek", |
| 571 | + "moreHistoryTitle": "Laat meer geschiedenis zien", |
| 572 | + "inputErrorTitle": "Data is niet correct", |
| 573 | + "inputErrorMessage": "Deze input kan niet leeg zijn of een waarde minder dan 1 !", |
| 574 | + "showPincodeErrorTitle": "PIN onjuist", |
| 575 | + "showPincodeErrorMessage": "Je pincode moet tenminste 4 karakters hebben!", |
| 576 | + "tableLang": { |
| 577 | + "typeLabel": "Transactie type", |
| 578 | + "balanceLabel": "Saldo", |
| 579 | + "amountLabel": "Bedrag", |
| 580 | + "timeLabel": "Tijd", |
| 581 | + "searchInputPlaceholder": "Zoeken ...", |
| 582 | + "_comment": "tableFullLanguage options: English, Hungarian, Italian, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/", |
| 583 | + "tableFullLanguage": "Nederlands" |
| 584 | + } |
| 585 | + } |
| 586 | + }, |
| 587 | + |
489 | 588 | "zh-CN": {
|
490 | 589 | "DYNAMIC_FORM_DATA": [
|
491 | 590 | {
|
|
0 commit comments