mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-06 16:36:58 +00:00
Add languages (fr, es, de)
This commit is contained in:
parent
ec7819e11d
commit
801366a0fb
2
i18n.js
2
i18n.js
@ -43,7 +43,7 @@ i18n
|
||||
},
|
||||
lng: navigator.language,
|
||||
ns: ['auth', 'core', 'tutorial'],
|
||||
supportedLngs: ['en', 'it'],
|
||||
supportedLngs: ['en', 'it', 'es', 'fr', 'de'],
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
|
32
public/locales/de/auth.json
Normal file
32
public/locales/de/auth.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"account_many": "Konten",
|
||||
"account_one": "Konto",
|
||||
"advanced_users": "für fortgeschrittene Benutzer",
|
||||
"apikey": {
|
||||
"alternative": "Alternative: Datei auswählen",
|
||||
"change": "API-Schlüssel ändern",
|
||||
"enter": "API-Schlüssel eingeben",
|
||||
"import": "API-Schlüssel importieren",
|
||||
"key": "API-Schlüssel",
|
||||
"select_valid": "gültigen API-Schlüssel auswählen"
|
||||
},
|
||||
"authenticate": "authentifizieren",
|
||||
"build_version": "Build-Version",
|
||||
"create_account": "Konto erstellen",
|
||||
"download_account": "Konto herunterladen",
|
||||
"keep_secure": "Bewahren Sie Ihre Kontodatei sicher auf",
|
||||
"node": {
|
||||
"choose": "benutzerdefinierten Node auswählen",
|
||||
"custom_many": "benutzerdefinierte Nodes",
|
||||
"use_custom": "benutzerdefinierten Node verwenden",
|
||||
"use_local": "lokalen Node verwenden",
|
||||
"using": "verwende Node",
|
||||
"using_public": "öffentlichen Node verwenden"
|
||||
},
|
||||
"password": "Passwort",
|
||||
"password_confirmation": "Passwort bestätigen",
|
||||
"return_to_list": "zurück zur Liste",
|
||||
"wallet_password_confirmation": "Wallet-Passwort bestätigen",
|
||||
"wallet_password": "Wallet-Passwort",
|
||||
"welcome": "willkommen bei"
|
||||
}
|
28
public/locales/de/core.json
Normal file
28
public/locales/de/core.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"add": "hinzufügen",
|
||||
"backup_wallet": "Wallet sichern",
|
||||
"cancel": "abbrechen",
|
||||
"choose": "auswählen",
|
||||
"close": "schließen",
|
||||
"continue": "fortfahren",
|
||||
"description": "Beschreibung",
|
||||
"edit": "bearbeiten",
|
||||
"error": "ein Fehler ist aufgetreten",
|
||||
"last_height": "letzte Höhe",
|
||||
"loading": "wird geladen...",
|
||||
"logout": "abmelden",
|
||||
"minting_status": "Minting-Status",
|
||||
"payment_notification": "Zahlungsbenachrichtigung",
|
||||
"price": "Preis",
|
||||
"q_mail": "q-Mail",
|
||||
"save": "speichern",
|
||||
"settings": "Einstellungen",
|
||||
"supply": "Angebot",
|
||||
"title": "Titel",
|
||||
"tutorial": "Tutorial",
|
||||
"your_account": "dein Konto",
|
||||
"user_lookup": "Benutzersuche",
|
||||
"wallet": "Wallet",
|
||||
"wallet_other": "Wallets",
|
||||
"welcome": "willkommen"
|
||||
}
|
21
public/locales/de/tutorial.json
Normal file
21
public/locales/de/tutorial.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"1_getting_started": "1. Erste Schritte",
|
||||
"2_overview": "2. Überblick",
|
||||
"3_groups": "3. Qortal-Gruppen",
|
||||
"4_obtain_qort": "4. QORT erhalten",
|
||||
"account_creation": "Kontoerstellung",
|
||||
"important_info": "wichtige Informationen!",
|
||||
"apps": {
|
||||
"dashboard": "1. App-Dashboard",
|
||||
"navigation": "2. App-Navigation"
|
||||
},
|
||||
"initial": {
|
||||
"6_qort": "Mindestens 6 QORT im Wallet haben",
|
||||
"explore": "erkunden",
|
||||
"general_chat": "allgemeiner Chat",
|
||||
"getting_started": "erste Schritte",
|
||||
"register_name": "einen Namen registrieren",
|
||||
"see_apps": "Apps ansehen",
|
||||
"trade_qort": "QORT handeln"
|
||||
}
|
||||
}
|
32
public/locales/es/auth.json
Normal file
32
public/locales/es/auth.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"account_many": "cuentas",
|
||||
"account_one": "cuenta",
|
||||
"advanced_users": "para usuarios avanzados",
|
||||
"apikey": {
|
||||
"alternative": "alternativa: Seleccionar archivo",
|
||||
"change": "cambiar clave API",
|
||||
"enter": "ingresar clave API",
|
||||
"import": "importar clave API",
|
||||
"key": "clave API",
|
||||
"select_valid": "selecciona una clave API válida"
|
||||
},
|
||||
"authenticate": "autenticar",
|
||||
"build_version": "versión de compilación",
|
||||
"create_account": "crear cuenta",
|
||||
"download_account": "descargar cuenta",
|
||||
"keep_secure": "Mantén tu archivo de cuenta seguro",
|
||||
"node": {
|
||||
"choose": "elegir nodo personalizado",
|
||||
"custom_many": "nodos personalizados",
|
||||
"use_custom": "usar nodo personalizado",
|
||||
"use_local": "usar nodo local",
|
||||
"using": "usando nodo",
|
||||
"using_public": "usando nodo público"
|
||||
},
|
||||
"password": "contraseña",
|
||||
"password_confirmation": "confirmar contraseña",
|
||||
"return_to_list": "volver a la lista",
|
||||
"wallet_password_confirmation": "confirmar contraseña del monedero",
|
||||
"wallet_password": "contraseña del monedero",
|
||||
"welcome": "bienvenido a"
|
||||
}
|
28
public/locales/es/core.json
Normal file
28
public/locales/es/core.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"add": "añadir",
|
||||
"backup_wallet": "copia de seguridad del monedero",
|
||||
"cancel": "cancelar",
|
||||
"choose": "elegir",
|
||||
"close": "cerrar",
|
||||
"continue": "continuar",
|
||||
"description": "descripción",
|
||||
"edit": "editar",
|
||||
"error": "ocurrió un error",
|
||||
"last_height": "última altura",
|
||||
"loading": "cargando...",
|
||||
"logout": "cerrar sesión",
|
||||
"minting_status": "estado de acuñación",
|
||||
"payment_notification": "notificación de pago",
|
||||
"price": "precio",
|
||||
"q_mail": "q-mail",
|
||||
"save": "guardar",
|
||||
"settings": "configuración",
|
||||
"supply": "suministro",
|
||||
"title": "título",
|
||||
"tutorial": "tutorial",
|
||||
"your_account": "tu cuenta",
|
||||
"user_lookup": "búsqueda de usuario",
|
||||
"wallet": "monedero",
|
||||
"wallet_other": "monederos",
|
||||
"welcome": "bienvenido"
|
||||
}
|
21
public/locales/es/tutorial.json
Normal file
21
public/locales/es/tutorial.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"1_getting_started": "1. Comenzando",
|
||||
"2_overview": "2. Visión general",
|
||||
"3_groups": "3. Grupos de Qortal",
|
||||
"4_obtain_qort": "4. Obtener QORT",
|
||||
"account_creation": "creación de cuenta",
|
||||
"important_info": "¡información importante!",
|
||||
"apps": {
|
||||
"dashboard": "1. Panel de aplicaciones",
|
||||
"navigation": "2. Navegación de aplicaciones"
|
||||
},
|
||||
"initial": {
|
||||
"6_qort": "Tener al menos 6 QORT en tu monedero",
|
||||
"explore": "explorar",
|
||||
"general_chat": "chat general",
|
||||
"getting_started": "comenzando",
|
||||
"register_name": "registrar un nombre",
|
||||
"see_apps": "ver aplicaciones",
|
||||
"trade_qort": "intercambiar QORT"
|
||||
}
|
||||
}
|
32
public/locales/fr/auth.json
Normal file
32
public/locales/fr/auth.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"account_many": "comptes",
|
||||
"account_one": "compte",
|
||||
"advanced_users": "pour les utilisateurs avancés",
|
||||
"apikey": {
|
||||
"alternative": "alternative : Sélectionner un fichier",
|
||||
"change": "changer la clé API",
|
||||
"enter": "entrer la clé API",
|
||||
"import": "importer la clé API",
|
||||
"key": "clé API",
|
||||
"select_valid": "sélectionnez une clé API valide"
|
||||
},
|
||||
"authenticate": "authentifier",
|
||||
"build_version": "version de build",
|
||||
"create_account": "créer un compte",
|
||||
"download_account": "télécharger le compte",
|
||||
"keep_secure": "Gardez votre fichier de compte en sécurité",
|
||||
"node": {
|
||||
"choose": "choisir un nœud personnalisé",
|
||||
"custom_many": "nœuds personnalisés",
|
||||
"use_custom": "utiliser un nœud personnalisé",
|
||||
"use_local": "utiliser un nœud local",
|
||||
"using": "utilise le nœud",
|
||||
"using_public": "utilise un nœud public"
|
||||
},
|
||||
"password": "mot de passe",
|
||||
"password_confirmation": "confirmer le mot de passe",
|
||||
"return_to_list": "retour à la liste",
|
||||
"wallet_password_confirmation": "confirmer le mot de passe du portefeuille",
|
||||
"wallet_password": "mot de passe du portefeuille",
|
||||
"welcome": "bienvenue sur"
|
||||
}
|
28
public/locales/fr/core.json
Normal file
28
public/locales/fr/core.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"add": "ajouter",
|
||||
"backup_wallet": "sauvegarde du portefeuille",
|
||||
"cancel": "annuler",
|
||||
"choose": "choisir",
|
||||
"close": "fermer",
|
||||
"continue": "continuer",
|
||||
"description": "description",
|
||||
"edit": "éditer",
|
||||
"error": "une erreur est survenue",
|
||||
"last_height": "hauteur finale",
|
||||
"loading": "chargement...",
|
||||
"logout": "se déconnecter",
|
||||
"minting_status": "statut de minage",
|
||||
"payment_notification": "notification de paiement",
|
||||
"price": "prix",
|
||||
"q_mail": "q-mail",
|
||||
"save": "enregistrer",
|
||||
"settings": "paramètres",
|
||||
"supply": "approvisionnement",
|
||||
"title": "titre",
|
||||
"tutorial": "tutoriel",
|
||||
"your_account": "votre compte",
|
||||
"user_lookup": "recherche d'utilisateur",
|
||||
"wallet": "portefeuille",
|
||||
"wallet_other": "portefeuilles",
|
||||
"welcome": "bienvenue"
|
||||
}
|
21
public/locales/fr/tutorial.json
Normal file
21
public/locales/fr/tutorial.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"1_getting_started": "1. Démarrer",
|
||||
"2_overview": "2. Aperçu",
|
||||
"3_groups": "3. Groupes Qortal",
|
||||
"4_obtain_qort": "4. Obtenir des QORT",
|
||||
"account_creation": "création de compte",
|
||||
"important_info": "informations importantes !",
|
||||
"apps": {
|
||||
"dashboard": "1. Tableau de bord des applications",
|
||||
"navigation": "2. Navigation des applications"
|
||||
},
|
||||
"initial": {
|
||||
"6_qort": "Avoir au moins 6 QORT dans votre portefeuille",
|
||||
"explore": "explorer",
|
||||
"general_chat": "chat général",
|
||||
"getting_started": "démarrer",
|
||||
"register_name": "enregistrer un nom",
|
||||
"see_apps": "voir les applications",
|
||||
"trade_qort": "échanger des QORT"
|
||||
}
|
||||
}
|
@ -12,6 +12,7 @@
|
||||
},
|
||||
"authenticate": "autenticazione",
|
||||
"build_version": "versione build",
|
||||
"create_account": "crea un account",
|
||||
"download_account": "scarica account",
|
||||
"keep_secure": "metti al sicuro il file del tuo account",
|
||||
"node": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user