New translations .en.json (Arabic)

l10n_master
Timothy Lim 2017-07-14 15:29:57 +02:00
parent 8974f6d714
commit 4f720f6fb7
1 changed files with 56 additions and 34 deletions

View File

@ -141,62 +141,84 @@
"description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة" "description":"سيتم عرض هذا العنوان في نهاية هذه المسابقة حيثما أجاب المستخدم على جميع الأسئلة المستعملة"
}, },
{ {
"label":"عرض نص النتيجة", "label":"Overall Feedback",
"description":"النص يستخدم لعرض مجموع النقاط للمستخدم \"@score\" سوف تحل محلها النتيجة المحسوبة, \"@total\" حسب أقصى درجة ممكنة", "fields":[
"default":"You got @score of @total points" {
"widgets":[
],
"label":"Define custom feedback for any score range",
"description":"Example: 0-20% Bad score, 21-91% Average Score, 91-100% Great Score!",
"entity":"range",
"field":{
"fields":[
{
"label":"Score Range"
},
{
},
{
"label":"Feedback for defined score range",
"placeholder":"Fill in the feedback"
}
]
}
}
]
}, },
{ {
"label":"تعليق النجاح بالمسابقة", "label":"Old Feedback",
"placeholder":"Congratulations!", "fields":[
"default":"Congratulations!", {
"description":"سيتم عرض هذا النص أعلاه النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة" "label":"Quiz passed greeting",
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
},
{
"label":"Passed comment",
"description":"This comment will be displayed after the score if the user has successfully passed the quiz."
},
{
"label":"Quiz failed title",
"description":"This text will be displayed above the score if the user has failed the quiz."
},
{
"label":"Failed comment",
"description":"This comment will be displayed after the score if the user has failed the quiz."
}
]
}, },
{ {
"label":"ملاحظة النجاح", "label":"Solution button label",
"default":"You did very well!",
"description":"سيتم عرض هذه الملاحظة بعد النتيجة إذا انقضى المستخدم بنجاح هذه المسابقة"
},
{
"label":"تعليق الرسوب بالمسابقة",
"default":"You did not pass this time.",
"description":"سيتم عرض هذا النص أعلاه النتيجة إذا كان المستخدم قد فشلت في المسابقة"
},
{
"label":"ملاحظة الرسوب",
"default":"Have another try!",
"description":"سيتم عرض هذه الملاحظة بعد النتيجة إذا كان المستخدم قد فشلت في المسابقة"
},
{
"label":"تسمية زر اظهار الحل",
"default":"Show solution", "default":"Show solution",
"description":"نص زر الحل" "description":"Text for the solution button."
}, },
{ {
"label":"تسمية زر إعادة المحاولة", "label":"Retry button label",
"default":"Retry", "default":"Retry",
"description":"نص زر إعادة المحاولة" "description":"Text for the retry button."
}, },
{ {
"label":"نص زر الانتهاء", "label":"Finish button text",
"default":"Finish" "default":"Finish"
}, },
{ {
"label":"عرض الفيديو قبل نتائج المسابقة" "label":"Display video before quiz results"
}, },
{ {
"label":"تفعيل زر تخطى الفيديو" "label":"Enable skip video button"
}, },
{ {
"label":"تسمية زر تخطى الفيديو", "label":"Skip video button label",
"default":"Skip video" "default":"Skip video"
}, },
{ {
"label":"فيديو النجاح بالمسابقة", "label":"Passed video",
"description":"سيتم تشغيل هذا الفيديو إذا كان المستخدم ناجحا بهذه المسابقة" "description":"This video will be played if the user successfully passed the quiz."
}, },
{ {
"label":"فيديو الرسوب بالمسابقة", "label":"Fail video",
"description":"سيتم تشغيل هذا الفيديو إذا كان المستخدم راسبا بهذه المسابقة" "description":"This video will be played if the user failes the quiz."
} }
] ]
}, },