diff --git a/i18n.js b/i18n.js index ddda868..43f8663 100644 --- a/i18n.js +++ b/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; diff --git a/public/locales/de/auth.json b/public/locales/de/auth.json new file mode 100644 index 0000000..3e40c57 --- /dev/null +++ b/public/locales/de/auth.json @@ -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" +} diff --git a/public/locales/de/core.json b/public/locales/de/core.json new file mode 100644 index 0000000..be16346 --- /dev/null +++ b/public/locales/de/core.json @@ -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" +} diff --git a/public/locales/de/tutorial.json b/public/locales/de/tutorial.json new file mode 100644 index 0000000..f789e2b --- /dev/null +++ b/public/locales/de/tutorial.json @@ -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" + } +} diff --git a/public/locales/es/auth.json b/public/locales/es/auth.json new file mode 100644 index 0000000..93fd943 --- /dev/null +++ b/public/locales/es/auth.json @@ -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" +} diff --git a/public/locales/es/core.json b/public/locales/es/core.json new file mode 100644 index 0000000..9da6f10 --- /dev/null +++ b/public/locales/es/core.json @@ -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" +} diff --git a/public/locales/es/tutorial.json b/public/locales/es/tutorial.json new file mode 100644 index 0000000..8b89781 --- /dev/null +++ b/public/locales/es/tutorial.json @@ -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" + } +} diff --git a/public/locales/fr/auth.json b/public/locales/fr/auth.json new file mode 100644 index 0000000..d6e4c16 --- /dev/null +++ b/public/locales/fr/auth.json @@ -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" +} diff --git a/public/locales/fr/core.json b/public/locales/fr/core.json new file mode 100644 index 0000000..65191ab --- /dev/null +++ b/public/locales/fr/core.json @@ -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" +} diff --git a/public/locales/fr/tutorial.json b/public/locales/fr/tutorial.json new file mode 100644 index 0000000..13a33cd --- /dev/null +++ b/public/locales/fr/tutorial.json @@ -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" + } +} diff --git a/public/locales/it/auth.json b/public/locales/it/auth.json index 6b820c7..e6b35da 100644 --- a/public/locales/it/auth.json +++ b/public/locales/it/auth.json @@ -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": {