parent
b3dc56c796
commit
c16422f13d
189
language/ar.json
189
language/ar.json
|
@ -1,200 +1,319 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "مقدمة المسابقة",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "عرض المقدمة"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "العنوان",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "سيتم عرض هذا العنوان فوق النص المقدمة"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "مقدمة النص",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "سيتم عرض هذا النص قبل أن تبدأ هذه المسابقة"
|
||||
},
|
||||
{
|
||||
"label": "بدء زر النص"
|
||||
"englishLabel": "Start button text",
|
||||
"label": "بدء زر النص",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Start Quiz"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "صورة الخلفية",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "إدخال صورة خلفية اختيارية"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "صورة الخلفية",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "صورة خلفية اختيارية لأسئلة"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "مؤشر التقدم",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "أسئلة لتعيين نمط مؤشر التقدم",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "النصية"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "النقاط"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "نسبة النجاح",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "النسبة المئوية لمجموع النقاط المطلوبة لاجتياز الاختبار"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "الأسئلة",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "الافتراضي"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "النصية"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "السؤال",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "نوع السؤال",
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "مكتبة لهذا السؤال"
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "واجهة النصوص لهذه المسابقة",
|
||||
"fields": [
|
||||
{
|
||||
"label": "زر الرجوع"
|
||||
"englishLabel": "Back button",
|
||||
"label": "زر الرجوع",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "Previous question"
|
||||
},
|
||||
{
|
||||
"label": "زر التقدم"
|
||||
"englishLabel": "Next button",
|
||||
"label": "زر التقدم",
|
||||
"englishDefault": "Next question",
|
||||
"default": "Next question"
|
||||
},
|
||||
{
|
||||
"label": "زر الانتهاء"
|
||||
"englishLabel": "Finish button",
|
||||
"label": "زر الانتهاء",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "نص التقدم",
|
||||
"description": "النص المستخدم إذا تم تحديد التقدم نصيا"
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "النص المستخدم إذا تم تحديد التقدم نصيا",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Question: @current of @total questions"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Label for jumping to a certain question",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Question %d of %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Copyright dialog question label",
|
||||
"englishDefault": "Question",
|
||||
"default": "Question"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Readspeaker progress",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "May use @current and @total question variables",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Question @current of @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Unanswered question text",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Unanswered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Answered question text",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Answered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Current question text",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Current question"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Disable backwards navigation",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "This option will only allow you to move forward in Question Set"
|
||||
},
|
||||
{
|
||||
"label": "انتهاء المسابقة",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Randomize questions",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ",
|
||||
"fields": [
|
||||
{
|
||||
"label": "عرض النتائج"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Override \"Show Solution\" button"
|
||||
},
|
||||
{
|
||||
"label": "No results message",
|
||||
"description": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"englishLabel": "No results message",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "نص راس الملاحظات",
|
||||
"description": "سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة"
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "عرض نص النتيجة",
|
||||
"description": "النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة"
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "تعليق النجاح بالمسابقة",
|
||||
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "ملاحظة النجاح",
|
||||
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "تعليق الرسوب بالمسابقة",
|
||||
"description": "سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة"
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "ملاحظة الرسوب",
|
||||
"description": "سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة"
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر اظهار الحل",
|
||||
"description": "نص زر الحل"
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر إعادة المحاولة",
|
||||
"description": "نص زر إعادة المحاولة"
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "نص زر الانتهاء"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "عرض الفيديو قبل نتائج المسابقة"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "تفعيل زر تخطى الفيديو"
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "تسمية زر تخطى الفيديو"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "فيديو النجاح بالمسابقة",
|
||||
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة"
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "فيديو الرسوب بالمسابقة",
|
||||
"description": "سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة"
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "إعدادات زر \"مشاهدة حل \" وزر \"إعادة المحاولة\" ",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
|
@ -202,4 +321,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
182
language/de.json
182
language/de.json
|
@ -1,215 +1,319 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "Quiz Einführung",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "Zeige Einführung"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "Titel",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "Dieser Titel wird über dem Einführungstext angezeigt."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "Einführungstext",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "Dieser Text wird angezeigt, bevor das Quiz anfängt."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Start button text",
|
||||
"label": "Start Button Text",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Starte Quiz"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Hintergrundbild",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "Ein optionales Hintergrundbild für die Einführung."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Hintergrundbild",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "Ein optionales Hintergrundbild für das Frage Set."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "Fortschrittsanzeige",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "Anzeigestil für die Fortschrittsanzeige des Frage Sets.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Text"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "Punkte"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "Prozent bearbeitet",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "Prozent der Gesamtpunkte sind notwendig um das Quiz zu bestehen."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "Fragen",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "Vorgabe"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Text"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "Frage",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "Fragentyp",
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "Bibliothek für diese Frage."
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "Anzeigetexte im Quiz",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Back button",
|
||||
"label": "Rückwärts Button",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "vorherige"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Next button",
|
||||
"label": "Weiter Button",
|
||||
"englishDefault": "Next question",
|
||||
"default": "weiter"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Finish button",
|
||||
"label": "Ende Button",
|
||||
"englishDefault": "Finish",
|
||||
"default": "beenden"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "Fortschrittstext",
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "Verwendeter Text wenn Text Fortschrittsanzeige gewählt wurde.",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Aktuelle Frage: @current von @total Fragen"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Label for jumping to a certain question",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Question %d of %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Copyright dialog question label",
|
||||
"englishDefault": "Question",
|
||||
"default": "Question"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Readspeaker progress",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "May use @current and @total question variables",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Question @current of @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Unanswered question text",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Unanswered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Answered question text",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Answered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Current question text",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Current question"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Disable backwards navigation",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "This option will only allow you to move forward in Question Set"
|
||||
},
|
||||
{
|
||||
"label": "Quiz beendet",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Randomize questions",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "Einstellungen für \"Zeige die Lösung\" Button und \"Nochmal\".",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Ergebnisanzeige"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Override \"Show Solution\" button"
|
||||
},
|
||||
{
|
||||
"label": "No results message",
|
||||
"description": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"englishLabel": "No results message",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "Kopfzeile Feedback",
|
||||
"default": "Dein Ergebnis:",
|
||||
"description": "diese Kopfzeile wird am Ende des Quiz angezeigt, wenn der Benutzer alle Fragen beantwortet hat."
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "Punkt Anzeige Text",
|
||||
"description": "Dieser Text wird verwendet um die Gesamtpunkte des Benutzers anzuzeigen. \"@score\" wird durch die errechneten Punkte ersetzt, \"@total\" wird durch die maximal erreichbaren Punkte ersetzt.",
|
||||
"default": "Du hast @score Punkte von @total möglichen."
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "Quiz bestanden Mitteilung",
|
||||
"default": "Gratulation!",
|
||||
"description": "Dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz erfolgreich abgeschlossen hat."
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Bestanden Kommentar",
|
||||
"default": "Gut gemacht!",
|
||||
"description": "dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat."
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Quiz nicht bestanden Titel",
|
||||
"default": "Diese Mal hast du nicht bestanden.",
|
||||
"description": "dieser Text wird oberhalb der Punkte angezeigt, wenn der Benutzer das Quiz nicht bestanden hat."
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Nicht bestanden Kommentar",
|
||||
"default": "Versuche es noch einmal!",
|
||||
"description": "Dieser Kommentar wird nach den Punkten angezeigt, wenn der Benutzer das Quiz nicht bestanden hat."
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Lösungs Button Beschriftung",
|
||||
"default": "Zeige die Lösung",
|
||||
"description": "Text für den Lösungs Button."
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "Wiederholen Button Beschriftung",
|
||||
"default": "Versuch es nochmal",
|
||||
"description": "Text für den Wiederholen Button."
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Beende Button Text",
|
||||
"default": "Beenden"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "Zeige Video vor den Quizergebnissen"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Aktiviere Skip Video Button"
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Skip Video Button Beschriftung",
|
||||
"default": "Überspringe Video"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "Bestanden Video",
|
||||
"description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz erfolgreich bestanden hat."
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Nicht bestanden Video",
|
||||
"description": "Dieses Video wird angezeigt, wenn der Benutzer das Quiz nicht bestanden hat."
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Einstellungen für \"Zeige die Lösung\" Button und \"Nochmal\".",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
|
|
201
language/fr.json
201
language/fr.json
|
@ -1,217 +1,320 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "Introduction du Quiz ",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "Afficher l'introduction"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "Titre",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "Ce titre sera affiché au-dessus de votre texte d'introduction."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "Texte d'introduction ",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "Ce texte sera affiché avant le démarrage du quiz."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Start button text",
|
||||
"label": "Texte du bouton de démarrage",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Commencer"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Image d'arrière-plan",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "Image d'arrière-plan optionnelle pour l'introduction."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Image d'arrière-plan",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "Image d'arrière-plan optionnelle pour la série de questions."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "Indicateur de progression",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "Style de l'indicateur de progression de la série de questions.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Texte"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "Points"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "Pourcentage de réussite",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "Pourcentage exigé pour considérer que le quiz est réussi."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "Questions",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "Par défaut"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Texte"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "question",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "Type de question",
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "Types possibles pour cette question."
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "Textes de l'interface du quiz",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Back button",
|
||||
"label": "Bouton précédent",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "Retour"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Next button",
|
||||
"label": "Bouton suivant",
|
||||
"englishDefault": "Next question",
|
||||
"default": "Suite"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Finish button",
|
||||
"label": "Bouton fin",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Terminer"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "Texte de progression",
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "Texte utilisé si la progression textuelle a été sélectionnée.",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Question @current sur @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Texte pour aller directement à une question",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "Vous devez utiliser la variable '%d' à la place du numéro de la question et %total à la place du nombre total de questions.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Question %d sur %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Texte de la question de la boîte de dialogue de copyright",
|
||||
"englishDefault": "Question",
|
||||
"default": "Question"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Progression pour la synthèse vocale",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "Vous pouvez utiliser les variables @current et @total",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Question @current sur @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Texte d'une question sans réponse",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Pas de réponse donnée"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Texte d'une question ayant reçu une réponse",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Réponse donnée"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Texte de la question en cours",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Question en cours"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Disable backwards navigation",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "This option will only allow you to move forward in Question Set"
|
||||
},
|
||||
{
|
||||
"label": "Quiz terminé",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Randomize questions",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "Options pour les boutons \"Montrer la solution\" et \"Recommencer\".",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Afficher les résultats"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Ecraser le bouton \"Voir la solution\""
|
||||
},
|
||||
{
|
||||
"label": "Message si pas de résultats",
|
||||
"description": "Texte affiché sur la page finale si l'option \"Afficher les résultats\" est désactivée.",
|
||||
"default": "Terminé"
|
||||
"englishLabel": "No results message",
|
||||
"label": "Ecraser le bouton \"Recommencer\"",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "Cette option détermine si le bouton \"Recommencer\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "Titre des commentaires",
|
||||
"default": "Vos résultats :",
|
||||
"description": "Ce titre sera affiché à la fin du quiz quand l'utilisateur aura répondu à toutes les questions."
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "Texte d'affichage du score",
|
||||
"description": "Texte utilisé pour afficher le score total de l'utilisateur. \"@score\" sera remplacé par le score de l'utilisateur, \"@total\" sera remplacé par le score maximum possible.",
|
||||
"default": "Vous avez obtenu @score point(s) sur @total"
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "Commentaire de félicitation",
|
||||
"placeholder": "Bravo !",
|
||||
"default": "Bravo !",
|
||||
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci réussit le quiz."
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Commentaire en cas de succès",
|
||||
"default": "Vous avez obtenu un très bon score !",
|
||||
"description": "Commentaire affiché lors du passage du quiz avec succès."
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Commentaire en cas d'échec",
|
||||
"default": "Vous n'avez pas réussi ce questionnaire.",
|
||||
"description": "Ce commentaire sera affiché au-dessus du score de l'utilisateur si celui-ci échoue au quiz."
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Commentaire additionnel en cas d'échec",
|
||||
"default": "Refaites un essai !",
|
||||
"description": "Commentaire additionnel affiché lors de l'échec au quiz."
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Texte du bouton \"Solution\"",
|
||||
"default": "Voir la solution",
|
||||
"description": "Texte pour le bouton de solution."
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "Texte du bouton \"Recommencer\"",
|
||||
"default": "Recommencer",
|
||||
"description": "Texte pour le bouton Recommencer."
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Texte pour le bouton de fin",
|
||||
"default": "Terminer"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "Afficher une vidéo avant l'affichage des résultats du quiz"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Activer le bouton \"Passer la vidéo\""
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Texte du bouton \"Passer la vidéo\"",
|
||||
"default": "Passer la vidéo"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "Vidéo en cas de succès",
|
||||
"description": "Vidéo affichée si l'utilisateur réussit le quiz."
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Vidéo en cas d'échec",
|
||||
"description": "Vidéo affichée si l'utilisateur échoue au quiz."
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Options pour les boutons \"Montrer la solution\" et \"Recommencer\".",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Ecraser le bouton \"Voir la solution\"",
|
||||
"description": "Cette option détermine si le bouton \"Voir la solution\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.",
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Activé"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Désactivé"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Ecraser le bouton \"Recommencer\"",
|
||||
"description": "Cette option détermine si le bouton \"Recommencer\" sera affiché pour toutes les questions, désactivé pour toutes ou configuré pour chaque question individuellement.",
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Activé"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Désactivé"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
187
language/it.json
187
language/it.json
|
@ -1,200 +1,319 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "Introduzione quiz",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "Visualizza introduzione"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "Titolo",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "Questo titolo verrà visualizzato sopra il testo introduttivo."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "Testo introduttivo",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "Questo testo verrà visualizzato prima dell'inizio del quiz."
|
||||
},
|
||||
{
|
||||
"label": "Testo pulsante Start"
|
||||
"englishLabel": "Start button text",
|
||||
"label": "Testo pulsante Start",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Start Quiz"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Immagine di sfondo",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "Immagine di sfondo facoltativa per l'introduzione."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Immagine di sfondo",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "Immagine di sfondo facoltativa per il set di domande."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "Indicatore di avanzamento",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "Stile dell'indicatore di avanzamento del set di domande.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Testuale"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "Punti"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "Percentuale superamento quiz",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "Percentuale minima del punteggio totale richiesto per passare il quiz."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "Domande",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "Predefinito"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Testuale"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "domanda",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "Tipo di domanda",
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "Biblioteca per questa domanda."
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "Testi di interfaccia nel quiz",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Pulsante Indietro"
|
||||
"englishLabel": "Back button",
|
||||
"label": "Pulsante Indietro",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "Previous question"
|
||||
},
|
||||
{
|
||||
"label": "Pulsante Prossimo"
|
||||
"englishLabel": "Next button",
|
||||
"label": "Pulsante Prossimo",
|
||||
"englishDefault": "Next question",
|
||||
"default": "Next question"
|
||||
},
|
||||
{
|
||||
"label": "Pulsante Fine"
|
||||
"englishLabel": "Finish button",
|
||||
"label": "Pulsante Fine",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "Testo Avanzamento",
|
||||
"description": "esto utilizzato se il testo Avanzamento è selezionato."
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "esto utilizzato se il testo Avanzamento è selezionato.",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Question: @current of @total questions"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Label for jumping to a certain question",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Question %d of %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Copyright dialog question label",
|
||||
"englishDefault": "Question",
|
||||
"default": "Question"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Readspeaker progress",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "May use @current and @total question variables",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Question @current of @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Unanswered question text",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Unanswered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Answered question text",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Answered"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Current question text",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Current question"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Disable backwards navigation",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "This option will only allow you to move forward in Question Set"
|
||||
},
|
||||
{
|
||||
"label": "Quiz terminato",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Randomize questions",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\".",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Visualizza risultati"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Override \"Show Solution\" button"
|
||||
},
|
||||
{
|
||||
"label": "No results message",
|
||||
"description": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"englishLabel": "No results message",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "Intestazione Feedback",
|
||||
"description": "Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande."
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "Testo visualizza punteggio",
|
||||
"description": "Testo utilizzato per visualizzare il punteggio Totale dell'utente. \"@score\" verrà rimpiazzato dal punteggio calcolato, \"@total\" sarà rimpiazzato dal punteggio massimo possibile. "
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "Messaggio di superamento quiz",
|
||||
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Commento di superamento quiz",
|
||||
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente ha superato con successo il quiz."
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Titolo quiz fallito",
|
||||
"description": "Questo testo verrà visualizzato sopra il punteggio se l'utente non ha superato il quiz."
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Commento quiz fallito",
|
||||
"description": "Questo commento verrà visualizzato dopo il punteggio se l'utente non ha superato il quiz."
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Etichetta pulsante Soluzione",
|
||||
"description": "Testo per il pulsante Soluzione."
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "Etichetta pulsante Riprova",
|
||||
"description": "Testo per il pulsante Riprova."
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Testo pulsante Fine"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "Visualizza il video prima dei risultati del quiz"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Abilita pulsante Salta video"
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Etichetta pulsante Salta video"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "Video di superamento quiz",
|
||||
"description": "Questo video verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Video quiz fallito",
|
||||
"description": "Questo testo verrà visualizzato se l'utente non ha superato il quiz."
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Impostazioni per i pulsanti \"Mostra soluzione\" e \"Riprova\".",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
|
|
215
language/nb.json
215
language/nb.json
|
@ -1,213 +1,320 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "Introduksjon",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "Vis introduksjon"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "Tittel",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "Tittel for intoduksjonssiden."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "Introduksjonstekst",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "Denne teksten vises før spørsmålssettet starter."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Start button text",
|
||||
"label": "Tekst til \"Start\" knappen",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Start"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Bakgrunnsbilde",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "Bakgrunnsbilde for introduksjonssiden"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Bakgrunnsbilde",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "Fremdriftsindikator",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Angi fremdrift med tekst"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "Angi fremdrift med prikker"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "Krav for å bestå",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "Antall prosent riktig som kreves for å bestå spørsmålssettet."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "Spørsmål",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "Default"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Textual"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "spørsmål",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "Spørsmål",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Spørsmålstype",
|
||||
"description": "Velg spørsmålstype for dette spørsmålet"
|
||||
}
|
||||
]
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "Library for this question."
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "Ledetekster",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Back button",
|
||||
"label": "Forrige-knappen",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "Forrige spørsmål"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Next button",
|
||||
"label": "Neste-knappen",
|
||||
"englishDefault": "Next question",
|
||||
"default": "Neste spørsmål"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Finish button",
|
||||
"label": "Avslutt-knappen",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Avslutt"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "Fremdriftstekst",
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Deloppgave @current av @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Merkelapp ved hopping til spørsmål",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Spørsmål %d av %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Opphavsrett spørsmål-etikett",
|
||||
"englishDefault": "Question",
|
||||
"default": "Spørsmål"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Fremdriftstekst for hjelpemiddelteknologi",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "Kan bruke @current og @total variabler",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Deloppgave @current av @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Ikke svart på spørsmål-tekst",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Ikke svart"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Svart på spørsmål-tekst",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Svar avgitt"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Aktivt spørsmål-tekst",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Aktivt spørsmål"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Slå av bakoverknapp",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "Slå på for å nekte å gå tilbake i Question Set"
|
||||
},
|
||||
{
|
||||
"label": "Spørsmålssett avslutning",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Random spørsmåler",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Vis resultater"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Overstyr «Fasit»-knapp"
|
||||
},
|
||||
{
|
||||
"label": "Melding når resultater ikke vises",
|
||||
"description": "Teksten vises på avslutnings-siden når resultater ikke vises",
|
||||
"default": "Ferdig"
|
||||
"englishLabel": "No results message",
|
||||
"label": "Overstyr «Prøv igjen»-knapp",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "Overskrift over tilbakemeldinger",
|
||||
"default": "Resultat:",
|
||||
"description": "Denne overskriften vises over tilbakemeldingene på slutten av spørsmålssettet."
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "Poengvisningstekst",
|
||||
"default": "@score av @total poeng",
|
||||
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstattet med utregnet resultat, \"@total\" blir erstattet med høyest mulige resultat."
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "Tittel ved bestått",
|
||||
"default": "Gratulerer!",
|
||||
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet."
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Kommentar ved bestått",
|
||||
"default": "Dette gikk bra.",
|
||||
"description": "Denne kommentaren vises dersom brukeren har bestått spørsmålssettet."
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Tittel ved ikke bestått",
|
||||
"default": "Dette gikk ikke så bra!",
|
||||
"description": "Denne tittelen vises dersom brukeren ikke har bestått spørsmålssettet."
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Kommentar ved ikke bestått",
|
||||
"default": "Det er litt mange feil her. Prøv igjen!",
|
||||
"description": "Denne kommentaren vises dersom brukeren ikke har bestått spørsmålssettet."
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Fasit\" knapp",
|
||||
"default": "Gå gjennom fasit",
|
||||
"description": ""
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Prøv igjen\" knapp",
|
||||
"default": "Prøv igjen!",
|
||||
"description": ""
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Avslutt\" knapp",
|
||||
"default": "Avslutt"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "Vis video før resultatene"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Tillat å hoppe over video"
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Hopp over video\" knapp",
|
||||
"default": "Hopp over"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "Video ved bestått",
|
||||
"description": "Denne videoen vil bli vist dersom brukeren består spørsmålssettet."
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Video ved ikke bestått",
|
||||
"description": "Denne videoen vil bli vist dersom brukeren ikke består spørsmålssettet."
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Overstyr «Fasit»-knapp",
|
||||
"description": "Dette valget avgjør om «Fasit»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Aktivert"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Deaktivert"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Overstyr «Prøv igjen»-knapp",
|
||||
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Aktivert"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Deaktivert"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
215
language/nn.json
215
language/nn.json
|
@ -1,213 +1,320 @@
|
|||
{
|
||||
"semantics": [
|
||||
{
|
||||
"englishLabel": "Quiz introduction",
|
||||
"label": "Introduksjon",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Display introduction",
|
||||
"label": "Vis introduksjon"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Title",
|
||||
"label": "Tittel",
|
||||
"englishDescription": "This title will be displayed above the introduction text.",
|
||||
"description": "Tittel for intoduksjonssiden."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Introduction text",
|
||||
"label": "Introduksjonstekst",
|
||||
"englishDescription": "This text will be displayed before the quiz starts.",
|
||||
"description": "Denne teksten vises før spørsmålssettet starter."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Start button text",
|
||||
"label": "Tekst til \"Start\" knappen",
|
||||
"englishDefault": "Start Quiz",
|
||||
"default": "Start"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Bakgrunnsbilde",
|
||||
"englishDescription": "An optional background image for the introduction.",
|
||||
"description": "Bakgrunnsbilde for introduksjonssiden"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Background image",
|
||||
"label": "Bakgrunnsbilde",
|
||||
"englishDescription": "An optional background image for the Question set.",
|
||||
"description": "Bakgrunnsbilde for spørsmålssettet(ikke obligatorisk)."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress indicator",
|
||||
"label": "Fremdriftsindikator",
|
||||
"englishDescription": "Question set progress indicator style.",
|
||||
"description": "Velg om fremdriften skal angis som prikker(få spørsmål) eller som tekst(mange spørsmål).",
|
||||
"options": [
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Angi fremdrift med tekst"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Dots",
|
||||
"label": "Angi fremdrift med prikker"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Pass percentage",
|
||||
"label": "Krav for å bestå",
|
||||
"englishDescription": "Percentage of Total score required for passing the quiz.",
|
||||
"description": "Antall prosent riktig som kreves for å bestå spørsmålssettet."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Questions",
|
||||
"label": "Spørsmål",
|
||||
"widgets": [
|
||||
{
|
||||
"englishLabel": "Default",
|
||||
"label": "Default"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Textual",
|
||||
"label": "Textual"
|
||||
}
|
||||
],
|
||||
"englishEntity": "question",
|
||||
"entity": "spørsmål",
|
||||
"field": {
|
||||
"englishLabel": "Question type",
|
||||
"label": "Spørsmål",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Spørsmålstype",
|
||||
"description": "Velg spørsmålstype for dette spørsmålet"
|
||||
}
|
||||
]
|
||||
"englishDescription": "Library for this question.",
|
||||
"description": "Library for this question."
|
||||
}
|
||||
},
|
||||
{
|
||||
"englishLabel": "Interface texts in quiz",
|
||||
"label": "Ledetekster",
|
||||
"fields": [
|
||||
{
|
||||
"englishLabel": "Back button",
|
||||
"label": "Førre-knappen",
|
||||
"englishDefault": "Previous question",
|
||||
"default": "Førre"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Next button",
|
||||
"label": "Neste-knappen",
|
||||
"englishDefault": "Next question",
|
||||
"default": "Neste"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Finish button",
|
||||
"label": "Avslutt-knappen",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Avslutt"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Progress text",
|
||||
"label": "Fremdriftstekst",
|
||||
"englishDescription": "Text used if textual progress is selected.",
|
||||
"description": "Tekst brukt hvis tekstlig angivelse av fremdrift er valgt. Variabler: @current og @total",
|
||||
"englishDefault": "Question: @current of @total questions",
|
||||
"default": "Deloppgåve @current av @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Label for jumping to a certain question",
|
||||
"label": "Merkelapp ved hopping til spørsmål",
|
||||
"englishDescription": "You must use the placeholder '%d' instead of the question number, and %total instead of total amount of questions.",
|
||||
"description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret, og '%total' istedet for totalt antall spørsmål.",
|
||||
"englishDefault": "Question %d of %total",
|
||||
"default": "Spørsmål %d av %total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Copyright dialog question label",
|
||||
"label": "Opphavsrett spørsmål-etikett",
|
||||
"englishDefault": "Question",
|
||||
"default": "Spørsmål"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Readspeaker progress",
|
||||
"label": "Fremdriftstekst for hjelpemiddelteknologi",
|
||||
"englishDescription": "May use @current and @total question variables",
|
||||
"description": "Kan bruke @current og @total variabler",
|
||||
"englishDefault": "Question @current of @total",
|
||||
"default": "Deloppgave @current av @total"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Unanswered question text",
|
||||
"label": "Ikke svart på spørsmål-tekst",
|
||||
"englishDefault": "Unanswered",
|
||||
"default": "Ikke svart"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Answered question text",
|
||||
"label": "Svart på spørsmål-tekst",
|
||||
"englishDefault": "Answered",
|
||||
"default": "Svar avgitt"
|
||||
},
|
||||
{
|
||||
"englishLabel": "Current question text",
|
||||
"label": "Aktivt spørsmål-tekst",
|
||||
"englishDefault": "Current question",
|
||||
"default": "Aktivt spørsmål"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"englishLabel": "Disable backwards navigation",
|
||||
"label": "Slå av bakoverknapp",
|
||||
"englishDescription": "This option will only allow you to move forward in Question Set",
|
||||
"description": "Slå på for å nekte å gå tilbake i Question Set"
|
||||
},
|
||||
{
|
||||
"label": "Spørsmålssett avslutning",
|
||||
"englishLabel": "Randomize questions",
|
||||
"label": "Random spørsmåler",
|
||||
"englishDescription": "Enable to randomize the order of questions on display.",
|
||||
"description": "Enable to randomize the order of questions on display."
|
||||
},
|
||||
{
|
||||
"englishLabel": "Quiz finished",
|
||||
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Vis resultat"
|
||||
"englishLabel": "Display results",
|
||||
"label": "Overstyr «Fasit»-knapp"
|
||||
},
|
||||
{
|
||||
"label": "Melding når resultater ikke vises",
|
||||
"description": "Teksten vises på avslutnings-siden når resultater ikke vises",
|
||||
"default": "Ferdig"
|
||||
"englishLabel": "No results message",
|
||||
"label": "Overstyr «Prøv igjen»-knapp",
|
||||
"englishDescription": "Text displayed on end page when \"Display results\" is disabled",
|
||||
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishDefault": "Finished",
|
||||
"default": "Finished"
|
||||
},
|
||||
{
|
||||
"label": "Overskrift over tilbakemeldingar",
|
||||
"default": "Resultat:",
|
||||
"description": "Denne overskriften vises over tilbakemeldingane på slutten av spørsmålssettet."
|
||||
"englishLabel": "Feedback heading",
|
||||
"label": "Feedback heading",
|
||||
"englishDefault": "Your result:",
|
||||
"default": "Your result:",
|
||||
"englishDescription": "This heading will be displayed at the end of the quiz when the user has answered all questions.",
|
||||
"description": "This heading will be displayed at the end of the quiz when the user has answered all questions."
|
||||
},
|
||||
{
|
||||
"label": "Poengvisningstekst",
|
||||
"default": "@score av @total poeng",
|
||||
"description": "Tekst som viser brukerens oppnådde poeng. \"@score\" blir erstatta med utregna resultat, \"@total\" blir erstatta med høgest mulig resultat."
|
||||
"englishLabel": "Score display text",
|
||||
"label": "Score display text",
|
||||
"englishDescription": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"description": "Text used to display Total user score. \"@score\" will be replaced by calculated score, \"@total\" will be replaced by maximum possible score. ",
|
||||
"englishDefault": "You got @score of @total points",
|
||||
"default": "You got @score of @total points"
|
||||
},
|
||||
{
|
||||
"label": "Tittel ved bestått",
|
||||
"default": "Gratulerer!",
|
||||
"description": "Denne tittelen vises dersom brukeren har bestått spørsmålssettet."
|
||||
"englishLabel": "Quiz passed greeting",
|
||||
"label": "Quiz passed greeting",
|
||||
"englishDefault": "Congratulations!",
|
||||
"default": "Congratulations!",
|
||||
"englishDescription": "This text will be displayed above the score if the user has successfully passed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Kommentar ved bestått",
|
||||
"default": "Dette gjekk bra.",
|
||||
"description": "Denne kommentaren vises dersom brukaren har bestått spørsmålssettet."
|
||||
"englishLabel": "Passed comment",
|
||||
"label": "Passed comment",
|
||||
"englishDefault": "You did very well!",
|
||||
"default": "You did very well!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has successfully passed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Tittel ved ikkje bestått",
|
||||
"default": "Dette gjekk ikkje så bra!",
|
||||
"description": "Denne tittelen visast dersom brukaren ikkje har bestått spørsmålssettet."
|
||||
"englishLabel": "Quiz failed title",
|
||||
"label": "Quiz failed title",
|
||||
"englishDefault": "You did not pass this time.",
|
||||
"default": "You did not pass this time.",
|
||||
"englishDescription": "This text will be displayed above the score if the user has failed the quiz.",
|
||||
"description": "This text will be displayed above the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Kommentar ved ikkje bestått",
|
||||
"default": "Det er litt mange feil her. Prøv igjen!",
|
||||
"description": "Denne kommentaren vises dersom brukaren ikkje har bestått spørsmålssettet."
|
||||
"englishLabel": "Failed comment",
|
||||
"label": "Failed comment",
|
||||
"englishDefault": "Have another try!",
|
||||
"default": "Have another try!",
|
||||
"englishDescription": "This comment will be displayed after the score if the user has failed the quiz.",
|
||||
"description": "This comment will be displayed after the score if the user has failed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Fasit\" knapp",
|
||||
"default": "Vis fasit",
|
||||
"description": ""
|
||||
"englishLabel": "Solution button label",
|
||||
"label": "Solution button label",
|
||||
"englishDefault": "Show solution",
|
||||
"default": "Show solution",
|
||||
"englishDescription": "Text for the solution button.",
|
||||
"description": "Text for the solution button."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Prøv igjen\" knapp",
|
||||
"default": "Prøv igjen",
|
||||
"description": ""
|
||||
"englishLabel": "Retry button label",
|
||||
"label": "Retry button label",
|
||||
"englishDefault": "Retry",
|
||||
"default": "Retry",
|
||||
"englishDescription": "Text for the retry button.",
|
||||
"description": "Text for the retry button."
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Avslutt\" knapp",
|
||||
"default": "Avslutt"
|
||||
"englishLabel": "Finish button text",
|
||||
"label": "Finish button text",
|
||||
"englishDefault": "Finish",
|
||||
"default": "Finish"
|
||||
},
|
||||
{
|
||||
"label": "Vis video før resultata"
|
||||
"englishLabel": "Display video before quiz results",
|
||||
"label": "Display video before quiz results"
|
||||
},
|
||||
{
|
||||
"label": "Tillat å hoppe over video"
|
||||
"englishLabel": "Enable skip video button",
|
||||
"label": "Enable skip video button"
|
||||
},
|
||||
{
|
||||
"label": "Tekst til \"Hopp over video\" knapp",
|
||||
"default": "Hopp over"
|
||||
"englishLabel": "Skip video button label",
|
||||
"label": "Skip video button label",
|
||||
"englishDefault": "Skip video",
|
||||
"default": "Skip video"
|
||||
},
|
||||
{
|
||||
"label": "Video ved bestått",
|
||||
"description": "Denne videoen vil bli vist dersom brukaren består spørsmålssettet."
|
||||
"englishLabel": "Passed video",
|
||||
"label": "Passed video",
|
||||
"englishDescription": "This video will be played if the user successfully passed the quiz.",
|
||||
"description": "This video will be played if the user successfully passed the quiz."
|
||||
},
|
||||
{
|
||||
"label": "Video ved ikke bestått",
|
||||
"description": "Denne videoen vil bli vist dersom brukaren ikkje består spørsmålssettet."
|
||||
"englishLabel": "Fail video",
|
||||
"label": "Fail video",
|
||||
"englishDescription": "This video will be played if the user failes the quiz.",
|
||||
"description": "This video will be played if the user failes the quiz."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Innstillinger for «Fasit»- og «Prøv igjen»-knapp",
|
||||
"englishLabel": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"label": "Settings for \"Show solution\" and \"Retry\" buttons",
|
||||
"fields": [
|
||||
{
|
||||
"label": "Overstyr «Fasit»-knapp",
|
||||
"description": "Dette valget avgjør om «Fasit»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishLabel": "Override \"Show Solution\" button",
|
||||
"label": "Override \"Show Solution\" button",
|
||||
"englishDescription": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Aktivert"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Deaktivert"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Overstyr «Prøv igjen»-knapp",
|
||||
"description": "Dette valget avgjør om «Prøv igjen»-knappen vil vises for alle spørsmål, skjules for alle eller konfigureres individuelt for hvert spørsmål.",
|
||||
"englishLabel": "Override \"Retry\" button",
|
||||
"label": "Override \"Retry\" button",
|
||||
"englishDescription": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
|
||||
"options": [
|
||||
{
|
||||
"label": "Aktivert"
|
||||
"englishLabel": "Enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"label": "Deaktivert"
|
||||
"englishLabel": "Disabled",
|
||||
"label": "Disabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue