From fac881fa0fea95618fe8c6854d2f851f8da4717a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Fri, 29 Jun 2018 10:50:18 +0200 Subject: [PATCH 1/2] Bump patch version --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 38efad8..16b8145 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "See how many cards you can remember!", "majorVersion": 1, "minorVersion": 2, - "patchVersion": 11, + "patchVersion": 12, "runnable": 1, "author": "Joubel", "license": "MIT", @@ -54,4 +54,4 @@ "minorVersion": 3 } ] -} +} \ No newline at end of file From e74962230a5f83cf307253b2f1994d3129ff15f6 Mon Sep 17 00:00:00 2001 From: msegovia90 <40923608+msegovia90@users.noreply.github.com> Date: Sat, 14 Jul 2018 21:28:58 -0400 Subject: [PATCH 2/2] Update es.json --- language/es.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/language/es.json b/language/es.json index 731dcd8..4a2c1de 100644 --- a/language/es.json +++ b/language/es.json @@ -15,16 +15,16 @@ "label": "Imagen" }, { - "label": "Alternative text for Image", - "description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." + "label": "Texto alternativo para la imagen", + "description": "Describe lo que se puede ver en la foto. El texto es leído por una herramienta de conversion de texto a voz, a usuarios con discapacidad visual." }, { "label": "Imagen coincidente", "description": "Una imagen opcional para emparejar, en vez de usar dos tarjetas con la misma imagen." }, { - "label": "Alternative text for Matching Image", - "description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." + "label": "Texto alternativo para imagenes coincidentes", + "description": "El texto es leído por una herramienta de conversion de texto a voz, a usuarios con discapacidad visual." }, { "label": "Descripción", @@ -81,34 +81,34 @@ "default": "¡Buen trabajo!" }, { - "label": "Intente del botón Intente de nuevo", + "label": "Texto del botón Intente de nuevo", "default": "¿Volver a intentarlo?" }, { - "label": "Etiqueta del botón Cerrar", + "label": "Texto del botón Cerrar", "default": "Cerrar" }, { - "label": "Game label", - "default": "Memory Game. Find the matching cards." + "label": "Texto del juego", + "default": "Juego de memoria. Encuentra las cartas que hacen juego." }, { - "label": "Game finished label", - "default": "All of the cards have been found." + "label": "Texto del juego terminado", + "default": "Todas las cartas han sido encontradas." }, { - "label": "Card indexing label", - "default": "Card %num:" + "label": "Texto de indexación de la tarjeta", + "default": "Tarjeta %num:" }, { - "label": "Card unturned label", - "default": "Unturned." + "label": "Texto de tarjetas sin voltear", + "default": "Sin voltear." }, { - "label": "Card matched label", - "default": "Match found." + "label": "Texto de la tarjeta coincidente", + "default": "Coincidencia encontrada." } ] } ] -} \ No newline at end of file +}