New translations .en.json (Spanish)

l10n_master
Timothy Lim 2017-08-28 14:14:47 +02:00
parent f6cf7d239b
commit eb12bafde3
1 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@
"label":"Display introduction"
},
{
"label":"Title",
"label":"Título",
"description":"This title will be displayed above the introduction text."
},
{
@ -49,7 +49,7 @@
"label":"Questions",
"widgets":[
{
"label":"Default"
"label":"Predeterminado"
},
{
"label":"Textual"
@ -65,7 +65,7 @@
"label":"Interface texts in quiz",
"fields":[
{
"label":"Back button",
"label":"Botón de retroceso",
"default":"Previous question"
},
{
@ -190,12 +190,12 @@
},
{
"label":"Solution button label",
"default":"Show solution",
"default":"Mostrar solución",
"description":"Text for the solution button."
},
{
"label":"Retry button label",
"default":"Retry",
"default":"Reintentar",
"description":"Text for the retry button."
},
{
@ -226,26 +226,26 @@
"label":"Settings for \"Show solution\" and \"Retry\" buttons",
"fields":[
{
"label":"Override \"Show Solution\" button",
"description":"This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"label":"Ocultar el botón \"Mostrar solución\"",
"description":"Esta opción determina si el botón \"Mostrar solución\" se muestra en todas las preguntas, se desactiva para todas, o se configura para cada pregunta individualmente.",
"options":[
{
"label":"Enabled"
"label":"Habilitado"
},
{
"label":"Disabled"
"label":"Deshabilitado"
}
]
},
{
"label":"Override \"Retry\" button",
"description":"This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"label":"Ocultar el botón de \"Reintentar\"",
"description":"Esta opción determina si el botón \"Reintentar\" se muestra en todas las preguntas, se desactiva para todas, o se configura para cada pregunta individualmente.",
"options":[
{
"label":"Enabled"
"label":"Habilitado"
},
{
"label":"Disabled"
"label":"Deshabilitado"
}
]
}