i18n for welcome page

This commit is contained in:
Nicola Benaglia
2025-04-21 21:02:10 +02:00
parent 7f97f2972a
commit 59573a43ab
6 changed files with 299 additions and 287 deletions

View File

@@ -6,6 +6,12 @@
"description": "description",
"edit": "edit",
"error": "an error occurred",
"last_height": "last height",
"price": "price",
"save": "save",
"title": "title"
"supply": "supply",
"title": "title",
"wallet": "wallet",
"wallet_many": "wallets",
"welcome": "welcome"
}

View File

@@ -11,7 +11,11 @@
},
"initial": {
"6_qort": "Have at least 6 QORT in your wallet",
"explore": "explore",
"general_chat": "general chat",
"getting_started": "getting started",
"register_name": "register a name"
"register_name": "register a name",
"see_apps": "see apps",
"trade_qort": "trade QORT"
}
}

View File

@@ -6,7 +6,8 @@
"description": "descrizione",
"edit": "modifica",
"error": "si è verificato un errore",
"loading": "loading...",
"loading": "caricamento...",
"save": "salva",
"supply": "offerta",
"title": "titolo"
}