From 57fed7846db78beace269857013a0cc3c60435d9 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 7 Jun 2025 00:33:33 +0200 Subject: [PATCH] Add new translation --- src/App.tsx | 12 +++++++----- src/i18n/locales/de/core.json | 11 ++++++----- src/i18n/locales/es/core.json | 2 +- src/i18n/locales/fr/core.json | 2 +- src/i18n/locales/zh/core.json | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 979a561..6ffbf21 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3978,11 +3978,13 @@ function App() { )} {isOpenMinting && ( - + // + + )} {!isAuthenticated && ( diff --git a/src/i18n/locales/de/core.json b/src/i18n/locales/de/core.json index ad2c602..6411ac9 100644 --- a/src/i18n/locales/de/core.json +++ b/src/i18n/locales/de/core.json @@ -216,9 +216,10 @@ "generic": { "already_voted": "Sie haben bereits gestimmt.", "avatar_size": "{{ size }} KB max. for GIFS", - "benefits_qort": "Vorteile von Qort", - "building": "Gebäude", - "building_app": "App -App", + "benefits_qort": "vorteile von Qort", + "building": "gebäude", + "building_app": "app -App", + "confirmed": "bestätigen", "created_by": "created by {{ owner }}", "buy_order_request": "the Application
{{hostname}}
is requesting {{count}} buy order", "buy_order_request_other": "the Application
{{hostname}}
is requesting {{count}} buy orders", @@ -229,8 +230,8 @@ "editing_message": "Bearbeitungsnachricht", "encrypted": "verschlüsselt", "encrypted_not": "nicht verschlüsselt", - "fee_qort": "fee: {{ message }} QORT", - "fetching_data": "App -Daten abrufen", + "fee_qort": "Gebühr: {{ message }} QORT", + "fetching_data": "app -Daten abrufen", "foreign_fee": "foreign fee: {{ message }}", "get_qort_trade_portal": "Holen Sie sich QORT mit dem CrossChain -Handelsportal von Qortal", "minimal_qort_balance": "having at least {{ quantity }} QORT in your balance (4 qort balance for chat, 1.25 for name, 0.75 for some transactions)", diff --git a/src/i18n/locales/es/core.json b/src/i18n/locales/es/core.json index 23927cf..f4cae5a 100644 --- a/src/i18n/locales/es/core.json +++ b/src/i18n/locales/es/core.json @@ -394,4 +394,4 @@ }, "website": "sitio web", "welcome": "bienvenido" -} \ No newline at end of file +} diff --git a/src/i18n/locales/fr/core.json b/src/i18n/locales/fr/core.json index 8ddf369..7f6fd37 100644 --- a/src/i18n/locales/fr/core.json +++ b/src/i18n/locales/fr/core.json @@ -394,4 +394,4 @@ }, "website": "site web", "welcome": "accueillir" -} \ No newline at end of file +} diff --git a/src/i18n/locales/zh/core.json b/src/i18n/locales/zh/core.json index c26611a..f241237 100644 --- a/src/i18n/locales/zh/core.json +++ b/src/i18n/locales/zh/core.json @@ -394,4 +394,4 @@ }, "website": "网站", "welcome": "欢迎" -} \ No newline at end of file +}