Update sr.json

pull/77/head
glisapn90 2021-07-02 15:03:25 +02:00 committed by GitHub
parent 57ef531abd
commit 8a5bb76afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 107 additions and 107 deletions

View File

@ -1,168 +1,168 @@
{ {
"semantics": [ "semantics": [
{ {
"label": "Quiz introduction", "label": "Увод у квиз",
"fields": [ "fields": [
{ {
"label": "Display introduction" "label": "Прикажи увод"
}, },
{ {
"label": "Title", "label": "Наслов",
"description": "This title will be displayed above the introduction text." "description": "Овај наслов ће бити приказан изнад уводног текста."
}, },
{ {
"label": "Introduction text", "label": "Уводни текст",
"description": "This text will be displayed before the quiz starts." "description": "Овај текст ће се приказати пре почетка квиза."
}, },
{ {
"label": "Start button text", "label": "Текст дугма Старт",
"default": "Start Quiz" "default": "Покрени квиз"
}, },
{ {
"label": "Background image", "label": "Позадинска слика",
"description": "An optional background image for the introduction." "description": "Опционална позадинска слика за увод."
} }
] ]
}, },
{ {
"label": "Background image", "label": "Позадинска слика",
"description": "An optional background image for the Question set." "description": "Необавезна позадинска слика за скуп питања."
}, },
{ {
"label": "Progress indicator", "label": "Показатељ напретка",
"description": "Question set progress indicator style.", "description": "Стил индикатора напретка постављеног питања.",
"options": [ "options": [
{ {
"label": "Textual" "label": "Текстуални"
}, },
{ {
"label": "Dots" "label": "Тачке"
} }
] ]
}, },
{ {
"label": "Pass percentage", "label": "Проценат пролазности",
"description": "Percentage of Total score required for passing the quiz." "description": "Проценат укупне оцене потребне за полагање квиза."
}, },
{ {
"label": "Questions", "label": "Питања",
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Уобичајено"
}, },
{ {
"label": "Textual" "label": "Текстуални"
} }
], ],
"entity": "question", "entity": "question",
"field": { "field": {
"label": "Question type", "label": "Тип питања",
"description": "Library for this question." "description": "Библиотека за ово питање."
} }
}, },
{ {
"label": "Interface texts in quiz", "label": "Интерфејс квиза",
"fields": [ "fields": [
{ {
"label": "Back button", "label": "Назад дугме",
"default": "Previous question" "default": "Претходно питање"
}, },
{ {
"label": "Next button", "label": "Следеће дугме",
"default": "Next question" "default": "Следеће питање"
}, },
{ {
"label": "Finish button", "label": "Дугме Заврши",
"default": "Finish" "default": "Заврши"
}, },
{ {
"label": "Progress text", "label": "Текст напретка",
"description": "Text used if textual progress is selected.", "description": "Текст који се користи ако је одабран текстуални напредак.",
"default": "Question: @current of @total questions" "default": "Питање: @current од @total питања"
}, },
{ {
"label": "Label for jumping to a certain question", "label": "Ознака за прелазак на одређено питање",
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.", "description": "Морате користити резервирано место '%d' уместо броја питања и %total уместо укупне количине питања.",
"default": "Question %d of %total" "default": "Питање %d од %total"
}, },
{ {
"label": "Copyright dialog question label", "label": "Ознака са дијалогом о ауторским правима",
"default": "Question" "default": "Питање"
}, },
{ {
"label": "Readspeaker progress", "label": "Напредак читача звучника",
"description": "May use @current and @total question variables", "description": "Можете користити @current и @total променљиве",
"default": "Question @current of @total" "default": "Питање @current од @total"
}, },
{ {
"label": "Unanswered question text", "label": "Текст питања без одговора",
"default": "Unanswered" "default": "Без одговора"
}, },
{ {
"label": "Answered question text", "label": "Текст питања са одговором",
"default": "Answered" "default": "Одговорио"
}, },
{ {
"label": "Current question text", "label": "Текст тренутног питања",
"default": "Current question" "default": "Тренутно питање"
} }
] ]
}, },
{ {
"label": "Disable backwards navigation", "label": "Онемогућите навигацију уназад",
"description": "This option will only allow you to move forward in Question Set" "description": "Ова опција ће вам омогућити само напред у Сету питања"
}, },
{ {
"label": "Randomize questions", "label": "Рандомизирајте питања",
"description": "Enable to randomize the order of questions on display." "description": "Омогућите случајни редослед приказаних питања."
}, },
{ {
"label": "Number of questions to be shown:", "label": "Број питања која треба приказати:",
"description": "Create a randomized batch of questions from the total." "description": "Направите насумичну серију питања од укупног броја."
}, },
{ {
"label": "Quiz finished", "label": "Квиз је завршен",
"fields": [ "fields": [
{ {
"label": "Display results" "label": "Прикажи резултате"
}, },
{ {
"label": "Display solution button" "label": "Дугме за приказ решења"
}, },
{ {
"label": "Display retry button" "label": "Прикажи дугме за поновни покушај"
}, },
{ {
"label": "No results message", "label": "Нема резултата",
"description": "Text displayed on end page when \"Display results\" is disabled", "description": "Текст се приказује на завршној страници када \"Прикажи резултате\" је онемогућено",
"default": "Finished" "default": "Готово"
}, },
{ {
"label": "Feedback heading", "label": "Наслов повратне информације",
"default": "Your result:", "default": "Ваш резултат:",
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions." "description": "Овај наслов ће се приказати на крају квиза када корисник одговори на сва питања."
}, },
{ {
"label": "Overall Feedback", "label": "Укупне повратне информације",
"fields": [ "fields": [
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Уобичајено"
} }
], ],
"label": "Define custom feedback for any score range", "label": "Дефинишите прилагођене повратне информације за било који опсег резултата",
"description": "Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!", "description": "Пример: 0-20% Лош резултат, 21-91% Просечан резултат, 91-100% Одличан резултат!",
"entity": "range", "entity": "range",
"field": { "field": {
"fields": [ "fields": [
{ {
"label": "Score Range" "label": "Распон резултата"
}, },
{}, {},
{ {
"label": "Feedback for defined score range", "label": "Повратне информације за дефинисани опсег резултата",
"placeholder": "Fill in the feedback" "placeholder": "Попуните повратне информације"
} }
] ]
} }
@ -170,92 +170,92 @@
] ]
}, },
{ {
"label": "Old Feedback", "label": "Остале повратне информације",
"fields": [ "fields": [
{ {
"label": "Quiz passed greeting", "label": "Квиз је завршен",
"description": "This text will be displayed above the score if the user has successfully passed the quiz." "description": "Овај текст ће бити приказан изнад резултата ако је корисник успешно прошао квиз."
}, },
{ {
"label": "Passed comment", "label": "Прошао коментар",
"description": "This comment will be displayed after the score if the user has successfully passed the quiz." "description": "Овај коментар ће се приказати након резултата ако је корисник успешно прошао квиз."
}, },
{ {
"label": "Quiz failed title", "label": "Квиз није успео",
"description": "This text will be displayed above the score if the user has failed the quiz." "description": "Овај текст ће се приказати изнад резултата ако је корисник пао у квизу."
}, },
{ {
"label": "Failed comment", "label": "Неуспели коментар",
"description": "This comment will be displayed after the score if the user has failed the quiz." "description": "Овај коментар ће се приказати након резултата ако је корисник пао у квизу."
} }
] ]
}, },
{ {
"label": "Solution button label", "label": "Ознака дугмета за решење",
"default": "Show solution", "default": "Прикажи решења",
"description": "Text for the solution button." "description": "Текст за дугме за решење."
}, },
{ {
"label": "Retry button label", "label": "Ознака дугмета - Покушај поново",
"default": "Retry", "default": "Покушај поново",
"description": "Text for the retry button." "description": "Текст за дугме за поновни покушај."
}, },
{ {
"label": "Finish button text", "label": "Текст дугмета - Заврши",
"default": "Finish" "default": "Заврши"
}, },
{ {
"label": "Display video before quiz results" "label": "Прикажите видео пре резултата квиза"
}, },
{ {
"label": "Enable skip video button" "label": "Омогући дугме за прескакање видео записа"
}, },
{ {
"label": "Skip video button label", "label": "Ознака за прескакање видеа",
"default": "Skip video" "default": "Прескочи видео"
}, },
{ {
"label": "Passed video", "label": "Видео је прошао",
"description": "This video will be played if the user successfully passed the quiz." "description": "Овај видео ће се репродуковати ако је корисник успешно прошао квиз."
}, },
{ {
"label": "Fail video", "label": "Неуспели видео",
"description": "This video will be played if the user fails the quiz." "description": "Овај видео ће се репродуковати ако корисник није прошао квиз."
} }
] ]
}, },
{ {
"label": "Settings for \"Show solution\" and \"Retry\" buttons", "label": "Подешавања за \"Прикажи решења\" и \"Врати\" дугмиће",
"fields": [ "fields": [
{ {
"label": "Show \"Check\" buttons", "label": "Прикажи \"Провери\" дугме",
"description": "This option determines if the \"Check\" button will be shown for all questions." "description": "Ова опција одређује да ли ће \"Провери\" дугме ће бити приказано за сва питања."
}, },
{ {
"label": "Override \"Show Solution\" button", "label": "Прегазити \"Прикажи решења\" дугме",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "Ова опција одређује да ли ће \"Прикажи решења\" дугме бити приказано за сва питања, онемогућено за сва или конфигурисано за свако питање појединачно.",
"options": [ "options": [
{ {
"label": "Enabled" "label": "Омогући"
}, },
{ {
"label": "Disabled" "label": "Онемогући"
} }
] ]
}, },
{ {
"label": "Override \"Retry\" button", "label": "Прегази \"Врати\" дугме",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.", "description": "Ова опција одређује да ли ће \"Врати\" дугме бити приказано за сва питања, онемогућено за сва или конфигурисано за свако питање појединачно.",
"options": [ "options": [
{ {
"label": "Enabled" "label": "Омогући"
}, },
{ {
"label": "Disabled" "label": "Онемогући"
} }
] ]
} }
] ]
} }
] ]
} }