From 6aea97a6babfb85bfc89e9f304e50afe66081227 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sat, 26 Nov 2022 01:39:19 +0100 Subject: [PATCH] fix Italian translation errors --- [esx_addons]/esx_banking/html/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/[esx_addons]/esx_banking/html/config.json b/[esx_addons]/esx_banking/html/config.json index 0deac798..af9490cc 100644 --- a/[esx_addons]/esx_banking/html/config.json +++ b/[esx_addons]/esx_banking/html/config.json @@ -268,8 +268,8 @@ "LAUNGAGE": { "your_money_title":"saldo", "your_money_desc":"qui puoi vedere il saldo attuale e contanti.", - "your_money_cash":"i tuoi soldi", - "your_money_bank":"il tuo saldo bancario", + "your_money_cash_label":"i tuoi soldi", + "your_money_bank_label":"il tuo saldo bancario", "withdraw":"RITIRARE", "deposit":"DEPOSITARE", "transfer":"TRASFERIMENTO", @@ -289,7 +289,7 @@ "timeLabel":"tempo", "searchInputPlaceholder":"Cerca ...", "_comment": "tabella Opzioni complete della lingua: inglese, ungherese, italiana puoi trovare qui tutte le lingue: https://cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/", - "tableFullLanguage":"Italiano" + "tableFullLanguage":"Italian" } } }