From eb12bafde38615042c1fc79a9c1d6279da5c6a38 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Mon, 28 Aug 2017 14:14:47 +0200 Subject: [PATCH] New translations .en.json (Spanish) --- language/es.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/language/es.json b/language/es.json index c97b04e..9b7e813 100644 --- a/language/es.json +++ b/language/es.json @@ -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" } ] }