mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-25 19:21:24 +00:00
Add question namespace and its translations
This commit is contained in:
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