Skip to content

Commit

Permalink
Apply suggestions from code review by zRxnx
Browse files Browse the repository at this point in the history
Co-authored-by: zRxnx <zrxnx.official@gmail.com>
  • Loading branch information
Gellipapa and zRxnx authored May 19, 2024
1 parent 835d482 commit 52d063e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions html/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"buttonText": "Zustimmen",
"inputPlaceholder": "4 Ziffern eingeben...",
"title": "PIN-CODE EINRICHTEN",
"description": "Hier kannst du den PIN-Code einstellen oder ändern.",
"description": "Hier kannst du deinen Pin einstellen oder ändern.",
"type": "password"
},
{
Expand All @@ -131,7 +131,7 @@
"elementID": "#deposit",
"name": "deposit",
"buttonText": "Zustimmen",
"inputPlaceholder": "Amount",
"inputPlaceholder": "Betrag",
"title": "EINZAHLEN",
"description": "Hier kannst du dein Geld bei der Bank einzahlen.",
"type": "number"
Expand All @@ -143,15 +143,15 @@
"inputPlaceholder": "Betrag",
"inputPlaceholder2": "Spieler ID",
"title": "ÜBERWEISUNG",
"description": "Hier kannst du dein Geld an eine andere Person überweisen."
"description": "Hier kannst du dein Geld an eine anderen Person überweisen."
},
{
"componentName": "trans",
"elementID": "#third-column",
"title": "TRANSAKTIONSVERLAUF",
"description": "Hier kannst du deinen Transaktionsverlauf einsehen.",
"moreHistoryText": "Mehr Informationen anzeigen",
"moreGraphText": "Mehr Grafik anzeigen"
"moreGraphText": "Mehr Grafiken anzeigen"
},
{
"componentName": "pincodePanel",
Expand All @@ -169,31 +169,31 @@
}
],
"LAUNGAGE": {
"your_money_title": "Saldo",
"your_money_desc": "Hier kannst du deinen aktuellen Kontostand und dein Bargeld sehen.",
"your_money_title": "Kontostand",
"your_money_desc": "Hier kannst du deinen aktuellen Kontostand und dein Bargeld einsehen.",
"your_money_cash_label": "Dein Bargeld",
"your_money_bank_label": "Dein Kontostand",
"withdraw": "ABHEBEN",
"deposit": "EINZAHLEN",
"transfer": "ÜBERWEISUNG",
"transferReceive": "EMPFANGENE ÜBERWEISUNG",
"transferReceive": "EMPFANGENE ÜBERWEISUNGEN",
"moneyFormat": "$__replaceData__",
"graphTitle": "Dein Guthaben",
"moreGraphTitle": "Große Grafik",
"moreGraphTitle": "Detailliertere 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!",
"inputErrorTitle": "Die angegebenen Daten sind falsch",
"inputErrorMessage": "Der Wert darf nicht leer oder kleiner als 1 sein!",
"showPincodeErrorTitle": "Pin falsch",
"showPincodeErrorMessage": "Der Pin muss mindestens 4 Zahlen haben!",
"tableLang": {
"typeLabel": "Transaktionsart",
"transactionLabel": "Transaktion Label",
"balanceLabel": "Saldo",
"transactionLabel": "Transaktion",
"balanceLabel": "Kontostand",
"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"
"tableFullLanguage": "German"
}
}
},
Expand Down

0 comments on commit 52d063e

Please sign in to comment.