From 256d5656631ddba71be1bd7777973b1239ec5d4f 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 | 13 ++++++++----- src/i18n/locales/de/core.json | 6 ++++-- src/i18n/locales/en/core.json | 4 +++- src/i18n/locales/es/core.json | 4 +++- src/i18n/locales/fr/core.json | 4 +++- src/i18n/locales/it/core.json | 4 +++- src/i18n/locales/ja/core.json | 4 +++- src/i18n/locales/ru/core.json | 4 +++- src/i18n/locales/zh/core.json | 6 ++++-- 9 files changed, 34 insertions(+), 15 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 381b41b..6ffbf21 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -143,6 +143,7 @@ import { CopyIcon } from './assets/Icons/CopyIcon.tsx'; import { SuccessIcon } from './assets/Icons/SuccessIcon.tsx'; import { useAtom, useSetAtom } from 'jotai'; import { useResetAtom } from 'jotai/utils'; +import MintingDetailsPage from './components/Minting/Minting-new.tsx'; type extStates = | 'authenticated' @@ -3977,11 +3978,13 @@ function App() { )} {isOpenMinting && ( - + // + + )} {!isAuthenticated && ( diff --git a/src/i18n/locales/de/core.json b/src/i18n/locales/de/core.json index cc3a4e6..0be98d6 100644 --- a/src/i18n/locales/de/core.json +++ b/src/i18n/locales/de/core.json @@ -216,6 +216,7 @@ "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", @@ -226,7 +227,7 @@ "editing_message": "bearbeitungsnachricht", "encrypted": "verschlüsselt", "encrypted_not": "nicht verschlüsselt", - "fee_qort": "fee: {{ message }} QORT", + "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", @@ -277,7 +278,8 @@ "space_for_admins": "entschuldigung, dieser Raum gilt nur für Administratoren.", "unread_messages": "ungelesene Nachrichten unten", "unsaved_changes": "sie haben nicht gespeicherte Änderungen an Ihren angestellten Apps. Speichern Sie sie bei QDN.", - "updating": "aktualisierung" + "updating": "aktualisierung", + "wait": "bitte warten" }, "message": "nachricht", "promotion_text": "promotionstext", diff --git a/src/i18n/locales/en/core.json b/src/i18n/locales/en/core.json index a5ca275..6e9365b 100644 --- a/src/i18n/locales/en/core.json +++ b/src/i18n/locales/en/core.json @@ -220,6 +220,7 @@ "benefits_qort": "benefits of having QORT", "building": "building", "building_app": "building app", + "confirmed": "confirmed", "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", @@ -281,7 +282,8 @@ "space_for_admins": "sorry, this space is only for Admins.", "unread_messages": "unread messages below", "unsaved_changes": "you have unsaved changes to your pinned apps. Save them to QDN.", - "updating": "updating" + "updating": "updating", + "wait": "please wait" }, "message": "message", "promotion_text": "promotion text", diff --git a/src/i18n/locales/es/core.json b/src/i18n/locales/es/core.json index 39e7e7c..571df5d 100644 --- a/src/i18n/locales/es/core.json +++ b/src/i18n/locales/es/core.json @@ -217,6 +217,7 @@ "benefits_qort": "beneficios de tener Qort", "building": "edificio", "building_app": "aplicación de construcción", + "confirmed": "confirmado", "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", @@ -278,7 +279,8 @@ "space_for_admins": "lo siento, este espacio es solo para administradores.", "unread_messages": "mensajes no leídos a continuación", "unsaved_changes": "tiene cambios no salvos en sus aplicaciones fijadas. Guárdelos a QDN.", - "updating": "actualización" + "updating": "actualización", + "wait": "espera por favor" }, "message": "mensaje", "promotion_text": "texto de promoción", diff --git a/src/i18n/locales/fr/core.json b/src/i18n/locales/fr/core.json index 76c028b..cc3de7e 100644 --- a/src/i18n/locales/fr/core.json +++ b/src/i18n/locales/fr/core.json @@ -218,6 +218,7 @@ "benefits_qort": "avantages d'avoir QORT", "building": "bâtiment", "building_app": "application de construction", + "confirmed": "confirmé", "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", @@ -279,7 +280,8 @@ "space_for_admins": "désolé, cet espace est uniquement pour les administrateurs.", "unread_messages": "messages non lus ci-dessous", "unsaved_changes": "vous avez des modifications non enregistrées à vos applications épinglées. Enregistrez-les sur QDN.", - "updating": "mise à jour" + "updating": "mise à jour", + "wait": "attendez s'il vous plaît" }, "message": "message", "promotion_text": "texte de promotion", diff --git a/src/i18n/locales/it/core.json b/src/i18n/locales/it/core.json index 10e1706..d513b0b 100644 --- a/src/i18n/locales/it/core.json +++ b/src/i18n/locales/it/core.json @@ -220,6 +220,7 @@ "benefits_qort": "vantaggi di avere QORT", "building": "creazione", "building_app": "creazione app", + "confirmed": "confermato", "created_by": "creato da {{ owner }}", "buy_order_request": "l'applicazione
{{hostname}}
sta effettuando {{count}} ordine d'acquisto.", "buy_order_request_other": "l'applicazione
{{hostname}}
sta effettuando {{count}} ordini d'acquisto.", @@ -280,7 +281,8 @@ "space_for_admins": "mi dispiace, questo spazio è solo per gli amministratori.", "unread_messages": "messaggi non letti qua sotto", "unsaved_changes": "hai cambiato modifiche alle app bloccate. Salvali su QDN.", - "updating": "aggiornamento" + "updating": "aggiornamento", + "wait": "attendere per favore" }, "message": "messaggio", "promotion_text": "testo di promozione", diff --git a/src/i18n/locales/ja/core.json b/src/i18n/locales/ja/core.json index d39a89b..f4ee33b 100644 --- a/src/i18n/locales/ja/core.json +++ b/src/i18n/locales/ja/core.json @@ -217,6 +217,7 @@ "benefits_qort": "QORTを持つことの利点", "building": "建物", "building_app": "ビルディングアプリ", + "confirmed": "確認済み", "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", @@ -278,7 +279,8 @@ "space_for_admins": "申し訳ありませんが、このスペースは管理者専用です。", "unread_messages": "以下の未読メッセージ", "unsaved_changes": "ピン留めアプリに救われていない変更があります。それらをqdnに保存します。", - "updating": "更新" + "updating": "更新", + "wait": "お待ちください" }, "message": "メッセージ", "promotion_text": "プロモーションテキスト", diff --git a/src/i18n/locales/ru/core.json b/src/i18n/locales/ru/core.json index aed5ce5..0b40ba5 100644 --- a/src/i18n/locales/ru/core.json +++ b/src/i18n/locales/ru/core.json @@ -218,6 +218,7 @@ "benefits_qort": "Преимущества наличия qort", "building": "здание", "building_app": "строительство приложения", + "confirmed": "подтвержденный", "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", @@ -279,7 +280,8 @@ "space_for_admins": "Извините, это пространство только для администраторов.", "unread_messages": "Непрочитанные сообщения ниже", "unsaved_changes": "У вас есть неспасенные изменения в ваши приложения. Сохраните их в QDN.", - "updating": "обновление" + "updating": "обновление", + "wait": "пожалуйста, подождите" }, "message": "сообщение", "promotion_text": "Текст продвижения", diff --git a/src/i18n/locales/zh/core.json b/src/i18n/locales/zh/core.json index 74f2e74..2bd4e1c 100644 --- a/src/i18n/locales/zh/core.json +++ b/src/i18n/locales/zh/core.json @@ -217,7 +217,8 @@ "benefits_qort": "QORT的好处", "building": "建筑", "building_app": "建筑应用", - "created_by": "created by {{ owner }}", + "confirmed": "已确认", + "created_by": "创建人 {{ owner }}", "buy_order_request": "应用程序
{{hostname}}
正在请求{{count}}购买订单", "buy_order_request_other": "应用程序
{{hostname}}
正在请求{{count}}购买订单", "devmode_local_node": "请使用您的本地节点进行开发模式!注销并使用本地节点。", @@ -278,7 +279,8 @@ "space_for_admins": "抱歉,这个空间仅适用于管理员。", "unread_messages": "下面未读消息", "unsaved_changes": "您对固定应用程序有未保存的更改。将它们保存到QDN。", - "updating": "更新" + "updating": "更新", + "wait": "请稍等" }, "message": "信息", "promotion_text": "促销文本",