|
99 | 99 | }
|
100 | 100 | }
|
101 | 101 | },
|
| 102 | + "DE": { |
| 103 | + "DYNAMIC_FORM_DATA": [ |
| 104 | + { |
| 105 | + "componentName": "moreGraph", |
| 106 | + "elementID": "#wrapper", |
| 107 | + "title": "", |
| 108 | + "closeButtonText": "Schließen", |
| 109 | + "bankTitle": "Fleeca Bank", |
| 110 | + "mainExitButtonText": "Abmelden" |
| 111 | + }, |
| 112 | + { |
| 113 | + "elementID": "#cpincode", |
| 114 | + "name": "cpincode", |
| 115 | + "buttonText": "Zustimmen", |
| 116 | + "inputPlaceholder": "4 Ziffern eingeben...", |
| 117 | + "title": "PIN-CODE EINRICHTEN", |
| 118 | + "description": "Hier kannst du deinen Pin einstellen oder ändern.", |
| 119 | + "type": "password" |
| 120 | + }, |
| 121 | + { |
| 122 | + "elementID": "#withdraw", |
| 123 | + "name": "withdraw", |
| 124 | + "buttonText": "Zustimmen", |
| 125 | + "inputPlaceholder": "Betrag", |
| 126 | + "title": "ABHEBEN", |
| 127 | + "description": "Hier kannst du dein Geld bei der Bank abheben.", |
| 128 | + "type": "number" |
| 129 | + }, |
| 130 | + { |
| 131 | + "elementID": "#deposit", |
| 132 | + "name": "deposit", |
| 133 | + "buttonText": "Zustimmen", |
| 134 | + "inputPlaceholder": "Betrag", |
| 135 | + "title": "EINZAHLEN", |
| 136 | + "description": "Hier kannst du dein Geld bei der Bank einzahlen.", |
| 137 | + "type": "number" |
| 138 | + }, |
| 139 | + { |
| 140 | + "elementID": "#transfer", |
| 141 | + "name": "transfer", |
| 142 | + "buttonText": "Überweisung", |
| 143 | + "inputPlaceholder": "Betrag", |
| 144 | + "inputPlaceholder2": "Spieler ID", |
| 145 | + "title": "ÜBERWEISUNG", |
| 146 | + "description": "Hier kannst du dein Geld an eine anderen Person überweisen." |
| 147 | + }, |
| 148 | + { |
| 149 | + "componentName": "trans", |
| 150 | + "elementID": "#third-column", |
| 151 | + "title": "TRANSAKTIONSVERLAUF", |
| 152 | + "description": "Hier kannst du deinen Transaktionsverlauf einsehen.", |
| 153 | + "moreHistoryText": "Mehr Informationen anzeigen", |
| 154 | + "moreGraphText": "Mehr Grafiken anzeigen" |
| 155 | + }, |
| 156 | + { |
| 157 | + "componentName": "pincodePanel", |
| 158 | + "elementID": "#wrapper", |
| 159 | + "title": "PIN Eingeben", |
| 160 | + "deleteButtonText": "<i class='fa-solid fa-ban'></i>", |
| 161 | + "loginButtonText": "<i class='fa-solid fa-right-to-bracket'></i>", |
| 162 | + "closeButtonText": "Schließen" |
| 163 | + }, |
| 164 | + { |
| 165 | + "componentName": "atmComponent", |
| 166 | + "elementID": "#wrapper", |
| 167 | + "title": "Fleeca Bank", |
| 168 | + "closeButtonText": "Abmelden" |
| 169 | + } |
| 170 | + ], |
| 171 | + "LAUNGAGE": { |
| 172 | + "your_money_title": "Kontostand", |
| 173 | + "your_money_desc": "Hier kannst du deinen aktuellen Kontostand und dein Bargeld einsehen.", |
| 174 | + "your_money_cash_label": "Dein Bargeld", |
| 175 | + "your_money_bank_label": "Dein Kontostand", |
| 176 | + "withdraw": "ABHEBEN", |
| 177 | + "deposit": "EINZAHLEN", |
| 178 | + "transfer": "ÜBERWEISUNG", |
| 179 | + "transferReceive": "EMPFANGENE ÜBERWEISUNGEN", |
| 180 | + "moneyFormat": "$__replaceData__", |
| 181 | + "graphTitle": "Dein Guthaben", |
| 182 | + "moreGraphTitle": "Detailliertere Grafik", |
| 183 | + "moreHistoryTitle": "Mehr Informationen anzeigen", |
| 184 | + "inputErrorTitle": "Die angegebenen Daten sind falsch", |
| 185 | + "inputErrorMessage": "Der Wert darf nicht leer oder kleiner als 1 sein!", |
| 186 | + "showPincodeErrorTitle": "Pin falsch", |
| 187 | + "showPincodeErrorMessage": "Der Pin muss mindestens 4 Zahlen haben!", |
| 188 | + "tableLang": { |
| 189 | + "typeLabel": "Transaktionsart", |
| 190 | + "transactionLabel": "Transaktion", |
| 191 | + "balanceLabel": "Kontostand", |
| 192 | + "amountLabel": "Betrag", |
| 193 | + "timeLabel": "Zeit", |
| 194 | + "searchInputPlaceholder": "Suche ...", |
| 195 | + "_comment": "tableFullLanguage options: English, German, Hungarian, Italian, Spanish, French, you can find here all lang: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/", |
| 196 | + "tableFullLanguage": "German" |
| 197 | + } |
| 198 | + } |
| 199 | + }, |
102 | 200 | "HU": {
|
103 | 201 | "DYNAMIC_FORM_DATA": [
|
104 | 202 | {
|
|
0 commit comments