mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 04:21:21 +00:00
Add new translation
This commit is contained in:
parent
9fb4b0f8aa
commit
57fed7846d
12
src/App.tsx
12
src/App.tsx
@ -3978,11 +3978,13 @@ function App() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{isOpenMinting && (
|
{isOpenMinting && (
|
||||||
<Minting
|
// <Minting
|
||||||
setIsOpenMinting={setIsOpenMinting}
|
// setIsOpenMinting={setIsOpenMinting}
|
||||||
myAddress={address}
|
// myAddress={address}
|
||||||
show={show}
|
// show={show}
|
||||||
/>
|
// />
|
||||||
|
|
||||||
|
<MintingDetailsPage />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!isAuthenticated && (
|
{!isAuthenticated && (
|
||||||
|
@ -216,9 +216,10 @@
|
|||||||
"generic": {
|
"generic": {
|
||||||
"already_voted": "Sie haben bereits gestimmt.",
|
"already_voted": "Sie haben bereits gestimmt.",
|
||||||
"avatar_size": "{{ size }} KB max. for GIFS",
|
"avatar_size": "{{ size }} KB max. for GIFS",
|
||||||
"benefits_qort": "Vorteile von Qort",
|
"benefits_qort": "vorteile von Qort",
|
||||||
"building": "Gebäude",
|
"building": "gebäude",
|
||||||
"building_app": "App -App",
|
"building_app": "app -App",
|
||||||
|
"confirmed": "bestätigen",
|
||||||
"created_by": "created by {{ owner }}",
|
"created_by": "created by {{ owner }}",
|
||||||
"buy_order_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy order</span>",
|
"buy_order_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy order</span>",
|
||||||
"buy_order_request_other": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy orders</span>",
|
"buy_order_request_other": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy orders</span>",
|
||||||
@ -229,8 +230,8 @@
|
|||||||
"editing_message": "Bearbeitungsnachricht",
|
"editing_message": "Bearbeitungsnachricht",
|
||||||
"encrypted": "verschlüsselt",
|
"encrypted": "verschlüsselt",
|
||||||
"encrypted_not": "nicht verschlüsselt",
|
"encrypted_not": "nicht verschlüsselt",
|
||||||
"fee_qort": "fee: {{ message }} QORT",
|
"fee_qort": "Gebühr: {{ message }} QORT",
|
||||||
"fetching_data": "App -Daten abrufen",
|
"fetching_data": "app -Daten abrufen",
|
||||||
"foreign_fee": "foreign fee: {{ message }}",
|
"foreign_fee": "foreign fee: {{ message }}",
|
||||||
"get_qort_trade_portal": "Holen Sie sich QORT mit dem CrossChain -Handelsportal von Qortal",
|
"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)",
|
"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)",
|
||||||
|
@ -394,4 +394,4 @@
|
|||||||
},
|
},
|
||||||
"website": "sitio web",
|
"website": "sitio web",
|
||||||
"welcome": "bienvenido"
|
"welcome": "bienvenido"
|
||||||
}
|
}
|
||||||
|
@ -394,4 +394,4 @@
|
|||||||
},
|
},
|
||||||
"website": "site web",
|
"website": "site web",
|
||||||
"welcome": "accueillir"
|
"welcome": "accueillir"
|
||||||
}
|
}
|
||||||
|
@ -394,4 +394,4 @@
|
|||||||
},
|
},
|
||||||
"website": "网站",
|
"website": "网站",
|
||||||
"welcome": "欢迎"
|
"welcome": "欢迎"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user