mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add translation keys
This commit is contained in:
@@ -10,15 +10,22 @@
|
||||
"key": "chiave API",
|
||||
"select_valid": "selezione una chiave API valida"
|
||||
},
|
||||
"authenticate": "autenticazione",
|
||||
"build_version": "versione build",
|
||||
"download_account": "scarica account",
|
||||
"keep_secure": "metti al sicuro il file del tuo account",
|
||||
"node": {
|
||||
"choose": "scegli un nodo custom",
|
||||
"custom_many": "nodi custom",
|
||||
"use_custom": "use nodo custom",
|
||||
"use_local": "usa nodo locale",
|
||||
"using": "nodo in uso"
|
||||
"using": "nodo in uso",
|
||||
"using_public": "utilizzo nodo pubblico"
|
||||
},
|
||||
"build_version": "versione build",
|
||||
"create_account": "crea un account",
|
||||
"password": "password",
|
||||
"password_confirmation": "confirma la password",
|
||||
"wallet_password_confirmation": "conferma la password del wallet",
|
||||
"return_to_list": "ritorna alla lista",
|
||||
"wallet_password": "password del wallet",
|
||||
"welcome": "benvenuto in"
|
||||
}
|
||||
|
@@ -1,17 +1,27 @@
|
||||
{
|
||||
"add": "aggiungi",
|
||||
"backup_wallet": "backup wallet",
|
||||
"cancel": "cancella",
|
||||
"choose": "scegli",
|
||||
"close": "chiudi",
|
||||
"continue": "continua",
|
||||
"description": "descrizione",
|
||||
"edit": "modifica",
|
||||
"error": "si è verificato un errore",
|
||||
"last_height": "ultimo blocco",
|
||||
"loading": "caricamento...",
|
||||
"logout": "disconnetti",
|
||||
"minting_status": "stato minting",
|
||||
"payment_notification": "notifiche pagamenti",
|
||||
"price": "prezzo",
|
||||
"q_mail": "q-mail",
|
||||
"save": "salva",
|
||||
"settings": "impostazioni",
|
||||
"supply": "offerta",
|
||||
"title": "titolo",
|
||||
"tutorial": "tutorial",
|
||||
"your_account": "il tuo account",
|
||||
"user_lookup": "ricerca utente",
|
||||
"wallet": "wallet",
|
||||
"wallet_other": "wallet",
|
||||
"welcome": "benvenuto"
|
||||
|
21
public/locales/it/tutorial.json
Normal file
21
public/locales/it/tutorial.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"1_getting_started": "1. Come iniziare",
|
||||
"2_overview": "2. Overview",
|
||||
"3_groups": "3. I gruppi in Qortal",
|
||||
"4_obtain_qort": "4. Ottenere Qort",
|
||||
"account_creation": "creazione account",
|
||||
"important_info": "important information!",
|
||||
"apps": {
|
||||
"dashboard": "1. Dashboard delle app",
|
||||
"navigation": "2. Navigation tra le app"
|
||||
},
|
||||
"initial": {
|
||||
"6_qort": "Avere almeno 6 QORT nel proprio wallet",
|
||||
"explore": "esplora",
|
||||
"general_chat": "chat generaleat",
|
||||
"getting_started": "Come iniziare",
|
||||
"register_name": "registra un nome",
|
||||
"see_apps": "vedi le apps",
|
||||
"trade_qort": "scambia i QORT"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user