mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add question namespace and its translations
This commit is contained in:
@@ -45,7 +45,7 @@ i18n
|
||||
fallbackLng: 'en',
|
||||
lng: navigator.language,
|
||||
supportedLngs: Object.keys(supportedLanguages),
|
||||
ns: ['core', 'auth', 'group', 'tutorial'],
|
||||
ns: ['auth', 'core', 'group', 'question', 'tutorial'],
|
||||
defaultNS: 'core',
|
||||
interpolation: { escapeValue: false },
|
||||
react: { useSuspense: false },
|
||||
|
19
src/i18n/locales/en/question.json
Normal file
19
src/i18n/locales/en/question.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"always_authenticate": "always authenticate automatically",
|
||||
"authenticate": "Do you give this application permission to authenticate?",
|
||||
"description": "description: {{ description }}",
|
||||
"message": {
|
||||
"error": {
|
||||
"failed_cancel_sell_order": "failed to Cancel Sell Order. Try again!",
|
||||
"unable_create_tradebot": "unable to create tradebot",
|
||||
"unable_process_transaction": "unable to process transaction",
|
||||
"user_declined_request": "user declined request"
|
||||
},
|
||||
"generic": {
|
||||
"max_retry_transaction": "max retries reached. Skipping transaction."
|
||||
}
|
||||
},
|
||||
"options": "options: {{ optionList }}",
|
||||
"poll": "poll: {{ name }}",
|
||||
"request_create_poll": "you are requesting to create the poll below:"
|
||||
}
|
4
src/i18n/locales/it/question.json
Normal file
4
src/i18n/locales/it/question.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"always_authenticate": "always authenticate automatically",
|
||||
"authenticate": "Concedi all'applicazione il permesso di autenticarsi?"
|
||||
}
|
Reference in New Issue
Block a user