New translations .en.json (Italian)
parent
900cf46331
commit
69e767b4cc
|
@ -141,62 +141,84 @@
|
||||||
"description":"Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande."
|
"description":"Questa intestazione verrà visualizzata alla fine del quiz, dopo che l'utente avrà risposto a tutte le domande."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Testo visualizza punteggio",
|
"label":"Overall Feedback",
|
||||||
"description":"Testo utilizzato per visualizzare il punteggio Totale dell'utente. \"@score\" verrà rimpiazzato dal punteggio calcolato, \"@total\" sarà rimpiazzato dal punteggio massimo possibile. ",
|
"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":"Messaggio di superamento quiz",
|
|
||||||
"placeholder":"Congratulations!",
|
|
||||||
"default":"Congratulations!",
|
|
||||||
"description":"Questo testo verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Commento di superamento quiz",
|
"label":"Feedback for defined score range",
|
||||||
"default":"You did very well!",
|
"placeholder":"Fill in the feedback"
|
||||||
"description":"Questo commento verrà visualizzato dopo il punteggio se l'utente ha superato con successo il quiz."
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Titolo quiz fallito",
|
"label":"Old Feedback",
|
||||||
"default":"You did not pass this time.",
|
"fields":[
|
||||||
"description":"Questo testo verrà visualizzato sopra il punteggio se l'utente non ha superato il quiz."
|
{
|
||||||
|
"label":"Quiz passed greeting",
|
||||||
|
"description":"This text will be displayed above the score if the user has successfully passed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Commento quiz fallito",
|
"label":"Passed comment",
|
||||||
"default":"Have another try!",
|
"description":"This comment will be displayed after the score if the user has successfully passed the quiz."
|
||||||
"description":"Questo commento verrà visualizzato dopo il punteggio se l'utente non ha superato il quiz."
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Etichetta pulsante Soluzione",
|
"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":"Solution button label",
|
||||||
"default":"Show solution",
|
"default":"Show solution",
|
||||||
"description":"Testo per il pulsante Soluzione."
|
"description":"Text for the solution button."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Etichetta pulsante Riprova",
|
"label":"Retry button label",
|
||||||
"default":"Retry",
|
"default":"Retry",
|
||||||
"description":"Testo per il pulsante Riprova."
|
"description":"Text for the retry button."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Testo pulsante Fine",
|
"label":"Finish button text",
|
||||||
"default":"Finish"
|
"default":"Finish"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Visualizza il video prima dei risultati del quiz"
|
"label":"Display video before quiz results"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Abilita pulsante Salta video"
|
"label":"Enable skip video button"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Etichetta pulsante Salta video",
|
"label":"Skip video button label",
|
||||||
"default":"Skip video"
|
"default":"Skip video"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Video di superamento quiz",
|
"label":"Passed video",
|
||||||
"description":"Questo video verrà visualizzato sopra il punteggio se l'utente ha superato con successo il quiz."
|
"description":"This video will be played if the user successfully passed the quiz."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label":"Video quiz fallito",
|
"label":"Fail video",
|
||||||
"description":"Questo testo verrà visualizzato se l'utente non ha superato il quiz."
|
"description":"This video will be played if the user failes the quiz."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue