From 3fa7df69fb4074dd55e16cc48aed627d95ed7a13 Mon Sep 17 00:00:00 2001 From: timothyylim Date: Mon, 21 Aug 2017 14:01:10 +0200 Subject: [PATCH] Merge translations --- language/af.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/ar.json | 84 +++++++++++++++++++++++++++++---------------- language/bs.json | 86 ++++++++++++++++++++++++++++------------------ language/ca.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/cs.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/da.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/de.json | 87 +++++++++++++++++++++++++++++----------------- language/el.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/es.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/et.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/fi.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/fr.json | 87 +++++++++++++++++++++++++++++----------------- language/he.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/hu.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/it.json | 84 +++++++++++++++++++++++++++++---------------- language/ja.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/ko.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/nb.json | 85 ++++++++++++++++++++++++--------------------- language/nl.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/nn.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/pl.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/pt.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/ro.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/ru.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/sr.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/sv.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/tr.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ language/vi.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ 28 files changed, 2278 insertions(+), 193 deletions(-) create mode 100644 language/af.json create mode 100644 language/ca.json create mode 100644 language/cs.json create mode 100644 language/da.json create mode 100644 language/el.json create mode 100644 language/es.json create mode 100644 language/et.json create mode 100644 language/fi.json create mode 100644 language/he.json create mode 100644 language/hu.json create mode 100644 language/ja.json create mode 100644 language/ko.json create mode 100644 language/nl.json create mode 100644 language/nn.json create mode 100644 language/pl.json create mode 100644 language/pt.json create mode 100644 language/ro.json create mode 100644 language/ru.json create mode 100644 language/sr.json create mode 100644 language/sv.json create mode 100644 language/tr.json create mode 100644 language/vi.json diff --git a/language/af.json b/language/af.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/af.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/ar.json b/language/ar.json index a61cb4e..2b1b46e 100644 --- a/language/ar.json +++ b/language/ar.json @@ -1,62 +1,88 @@ { - "semantics": [ + "semantics":[ { - "label": "البطاقات", - "entity": "بطاقة", - "field": { - "label": "البطاقة", - "fields": [ + "widgets":[ + { + "label":"Default" + } + ], + "label":"البطاقات", + "entity":"بطاقة", + "field":{ + "label":"البطاقة", + "fields":[ { - "label": "الصورة" + "label":"الصورة" }, { - "label": "Matching Image", - "description": "An optional image to match against instead of using two cards with the same image." + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." }, { - "label": "الوصف", - "description": "نص قصير يتم عرضه مرة واحدة علي اثنين من البطاقات متساوية" + "label":"الوصف", + "description":"نص قصير يتم عرضه مرة واحدة علي اثنين من البطاقات متساوية" } ] } }, { - "label": "Behavioural settings", - "description": "These options will let you control how the game behaves.", - "fields": [ + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ { - "label": "Position the cards in a square", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." }, { - "label": "Number of cards to use", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." }, { - "label": "Add button for retrying when the game is over" + "label":"Add button for retrying when the game is over" } ] }, { - "fields": [ - {}, - {} + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } ] }, { - "label": "الأقلمة", - "fields": [ + "label":"الأقلمة", + "fields":[ { - "label": "نص تدوير البطاقة" + "label":"نص تدوير البطاقة", + "default":"Card turns" }, { - "label": "نص التوقيت الزمني" + "label":"نص التوقيت الزمني", + "default":"Time spent" }, { - "label": "نص الملاحظات" + "label":"نص الملاحظات", + "default":"Good work!" }, - {}, - {} + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } ] } ] diff --git a/language/bs.json b/language/bs.json index 9a6c016..b1c4312 100644 --- a/language/bs.json +++ b/language/bs.json @@ -1,68 +1,88 @@ { - "semantics": [ + "semantics":[ { - "label": "Karte", - "entity": "karte", - "field": { - "label": "Karte", - "fields": [ + "widgets":[ + { + "label":"Default" + } + ], + "label":"Karte", + "entity":"karte", + "field":{ + "label":"Karte", + "fields":[ { - "label": "Slika" + "label":"Slika" }, { - "label": "Ista slika", - "description": "Opcionalna slika koja se koristi umjestodvije iste slike." + "label":"Ista slika", + "description":"Opcionalna slika koja se koristi umjestodvije iste slike." }, { - "label": "Opis", - "description": "Kratak tekst koji će biti prikazan čim se pronađu dvije iste karte." + "label":"Opis", + "description":"Kratak tekst koji će biti prikazan čim se pronađu dvije iste karte." } ] } }, { - "label": "Podešavanje ponašanja", - "description": "These options will let you control how the game behaves.", - "fields": [ + "label":"Podešavanje ponašanja", + "description":"These options will let you control how the game behaves.", + "fields":[ { - "label": "Poredaj karte u redove ", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label":"Poredaj karte u redove ", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." }, { - "label": "Broj karata za upotrebu", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label":"Broj karata za upotrebu", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." }, { - "label": "Add button for retrying when the game is over" + "label":"Add button for retrying when the game is over" } ] }, { - "fields": [ - {}, - {} + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } ] }, { - "label": "Prijevod", - "fields": [ + "label":"Prijevod", + "fields":[ { - "label": "Tekst kad se okrene karta ", - "default": "Okrenuta karta" + "label":"Tekst kad se okrene karta ", + "default":"Okrenuta karta" }, { - "label": "Tekst za provedeno vrijeme", - "default": "Provedeno vrijeme" + "label":"Tekst za provedeno vrijeme", + "default":"Provedeno vrijeme" }, { - "label": "Feedback tekst", - "default": "BRAVO!" + "label":"Feedback tekst", + "default":"BRAVO!" }, { - "label": "Tekst na dugmetu pokušaj ponovo", - "default": "Pokušaj ponovo?" + "label":"Tekst na dugmetu pokušaj ponovo", + "default":"Pokušaj ponovo?" }, - {} + { + "label":"Close button label", + "default":"Close" + } ] } ] diff --git a/language/ca.json b/language/ca.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/ca.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/cs.json b/language/cs.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/cs.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/da.json b/language/da.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/da.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/de.json b/language/de.json index 533d1d3..5c725a1 100644 --- a/language/de.json +++ b/language/de.json @@ -1,65 +1,88 @@ { - "semantics": [ + "semantics":[ { - "label": "Karten", - "entity": "karte", - "field": { - "label": "Karte", - "fields": [ + "widgets":[ + { + "label":"Vorgaben" + } + ], + "label":"Karten", + "entity":"karte", + "field":{ + "label":"Karte", + "fields":[ { - "label": "Bild" + "label":"Bild" }, { - "label": "Matching Image", - "description": "An optional image to match against instead of using two cards with the same image." + "label":"Passendes Bild", + "description":"Ein optionales anderes Bild als Gegenstück statt zwei Karten mit dem selben Bild zu nutzen" }, { - "label": "Beschreibung", - "description": "Ein kurzer Text, der angezeigt wird, sobald zwei identische Karten gefunden werden." + "label":"Beschreibung", + "description":"Ein kurzer Text, der angezeigt wird, sobald zwei identische Karten gefunden werden." } ] } }, { - "label": "Behavioural settings", - "description": "These options will let you control how the game behaves.", - "fields": [ + "label":"Interaktionseinstellungen", + "description":"Mit diesen Einstellungen kannst du das Verhalten des Spiels anpassen.", + "fields":[ { - "label": "Position the cards in a square", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label":"Positioniere die Karten in einem Quadrat.", + "description":"Es wird versucht, die Anzahl der Zeilen und Spalten passend zu den Karten einzustellen. Danach werden die Karten passend skaliert." }, { - "label": "Number of cards to use", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label":"Anzahl der zu nutzenden Karten", + "description":"Wird hier eine Zahl größer als 2 eingestellt, werden zufällig Karten aus der Kartenliste gezogen." }, { - "label": "Add button for retrying when the game is over" + "label":"Füge einen Button hinzu, um das Spiel noch einmal neu zu starten zu können, wenn es vorbei ist." } ] }, { - "fields": [ - {}, - {} + "label":"Design-Aspekte", + "description":"Beeinflusse die Optik des Spiels", + "fields":[ + { + "label":"Themenfarbe", + "description":"Wähle eine Farbe, um ein Theme für deine Karten zu erstellen.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Kartenrückseite", + "description":"Nutze eine individuelle Rückseite für deine Karten." + } ] }, { - "label": "Übersetzung", - "fields": [ + "label":"Übersetzung", + "fields":[ { - "label": "Text für die Anzahl der Züge", - "default": "Züge" + "label":"Text für die Anzahl der Züge", + "default":"Züge" }, { - "label": "Text für die benötigte Zeit", - "default": "Benötigte Zeit" + "label":"Text für die benötigte Zeit", + "default":"Benötigte Zeit" }, { - "label": "Text als Rückmeldung", - "default": "Gute Arbeit!" + "label":"Text als Rückmeldung", + "default":"Gute Arbeit!" }, - {}, - {} + { + "label":"Text des Wiederholen-Buttons", + "default":"Erneut versuchen?" + }, + { + "label":"Beschriftung des \"Abbrechen\"-Buttons", + "default":"Schließen" + } ] } ] diff --git a/language/el.json b/language/el.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/el.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/es.json b/language/es.json new file mode 100644 index 0000000..ba7edf2 --- /dev/null +++ b/language/es.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Predeterminado" + } + ], + "label":"Tarjetas", + "entity":"card", + "field":{ + "label":"Tarjeta", + "fields":[ + { + "label":"Imagen" + }, + { + "label":"Imagen coincidente", + "description":"Una imagen opcional para emparejar, en vez de usar dos tarjetas con la misma imagen." + }, + { + "label":"Descripción", + "description":"Un breve texto opcional que aparecerá una vez se encuentren las dos cartas coincidentes." + } + ] + } + }, + { + "label":"Ajustes de comportamiento", + "description":"Estas opciones le permitirán controlar cómo se comporta el juego.", + "fields":[ + { + "label":"Coloca las tarjetas en un cuadrado", + "description":"Intentará igualar el número de columnas y filas al distribuir las tarjetas. Después, las tarjetas se escalarán para que se ajusten al contenedor." + }, + { + "label":"Número de tarjetas a utilizar", + "description":"Establecer esto a un número mayor que 2 hará que el juego seleccione tarjetas aleatorias de la lista de tarjetas." + }, + { + "label":"Añadir botón para volver a intentarlo cuando el juego ha terminado" + } + ] + }, + { + "label":"Aspecto y comportamiento", + "description":"Controla los efectos visuales del juego.", + "fields":[ + { + "label":"Color del tema", + "description":"Elegir un color para crear un tema para su juego de cartas.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Parte posterior de la tarjeta", + "description":"Utilice una parte posterior personalizada para sus tarjetas." + } + ] + }, + { + "label":"Localización", + "fields":[ + { + "label":"Texto para los giros de tarjetas", + "default":"Giros de tarjeta" + }, + { + "label":"Texto de tiempo usado", + "default":"Tiempo usado" + }, + { + "label":"Texto de comentarios", + "default":"¡Buen trabajo!" + }, + { + "label":"Intente del botón Intente de nuevo", + "default":"¿Volver a intentarlo?" + }, + { + "label":"Etiqueta del botón Cerrar", + "default":"Cerrar" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/et.json b/language/et.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/et.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/fi.json b/language/fi.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/fi.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/fr.json b/language/fr.json index 22313fc..d2952ac 100644 --- a/language/fr.json +++ b/language/fr.json @@ -1,65 +1,88 @@ { - "semantics": [ + "semantics":[ { - "label": "Cartes", - "entity": "carte", - "field": { - "label": "Carte", - "fields": [ + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cartes", + "entity":"carte", + "field":{ + "label":"Carte", + "fields":[ { - "label": "Image" + "label":"Image" }, { - "label": "Matching Image", - "description": "An optional image to match against instead of using two cards with the same image." + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." }, { - "label": "Description", - "description": "Petit texte affiché quand deux cartes identiques sont trouvées." + "label":"Description", + "description":"Petit texte affiché quand deux cartes identiques sont trouvées." } ] } }, { - "label": "Behavioural settings", - "description": "These options will let you control how the game behaves.", - "fields": [ + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ { - "label": "Position the cards in a square", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." }, { - "label": "Number of cards to use", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." }, { - "label": "Add button for retrying when the game is over" + "label":"Add button for retrying when the game is over" } ] }, { - "fields": [ - {}, - {} + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } ] }, { - "label": "Interface", - "fields": [ + "label":"Interface", + "fields":[ { - "label": "Texte pour le nombre de cartes retournées", - "default": "Cartes retournées :" + "label":"Texte pour le nombre de cartes retournées", + "default":"Cartes retournées :" }, { - "label": "Texte pour le temps passé", - "default": "Temps écoulé :" + "label":"Texte pour le temps passé", + "default":"Temps écoulé :" }, { - "label": "Texte de l'appréciation finale", - "default": "Bien joué !" + "label":"Texte de l'appréciation finale", + "default":"Bien joué !" }, - {}, - {} + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } ] } ] diff --git a/language/he.json b/language/he.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/he.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/hu.json b/language/hu.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/hu.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/it.json b/language/it.json index 1484e25..606af60 100644 --- a/language/it.json +++ b/language/it.json @@ -1,62 +1,88 @@ { - "semantics": [ + "semantics":[ { - "label": "Carte", - "entity": "carta", - "field": { - "label": "Carta", - "fields": [ + "widgets":[ + { + "label":"Default" + } + ], + "label":"Carte", + "entity":"carta", + "field":{ + "label":"Carta", + "fields":[ { - "label": "Immagine" + "label":"Immagine" }, { - "label": "Matching Image", - "description": "An optional image to match against instead of using two cards with the same image." + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." }, { - "label": "Descrizione", - "description": "Breve testo visualizzato quando due carte uguali vengono trovate." + "label":"Descrizione", + "description":"Breve testo visualizzato quando due carte uguali vengono trovate." } ] } }, { - "label": "Behavioural settings", - "description": "These options will let you control how the game behaves.", - "fields": [ + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ { - "label": "Position the cards in a square", - "description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." }, { - "label": "Number of cards to use", - "description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." }, { - "label": "Add button for retrying when the game is over" + "label":"Add button for retrying when the game is over" } ] }, { - "fields": [ - {}, - {} + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } ] }, { - "label": "Localizzazione", - "fields": [ + "label":"Localizzazione", + "fields":[ { - "label": "Testo Gira carta" + "label":"Testo Gira carta", + "default":"Card turns" }, { - "label": "Testo Tempo trascorso" + "label":"Testo Tempo trascorso", + "default":"Time spent" }, { - "label": "Testo Feedback" + "label":"Testo Feedback", + "default":"Good work!" }, - {}, - {} + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } ] } ] diff --git a/language/ja.json b/language/ja.json new file mode 100644 index 0000000..5f235f6 --- /dev/null +++ b/language/ja.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"デフォルト" + } + ], + "label":"カード", + "entity":"card", + "field":{ + "label":"カード", + "fields":[ + { + "label":"画像" + }, + { + "label":"一致させる画像", + "description":"同じ画像の2枚のカードを使用する代わりに、別に一致させるためのオプション画像" + }, + { + "label":"説明", + "description":"一致する2つのカードが見つかるとポップアップするオプションの短文テキスト。" + } + ] + } + }, + { + "label":"動作設定", + "description":"これらのオプションを使用して、ゲームの動作を制御できます。", + "fields":[ + { + "label":"カードを正方形に配置", + "description":"カードをレイアウトするときに、列と行の数を一致させてみてください。そうすると、カードは、コンテナに合わせてスケーリングされます。" + }, + { + "label":"使用するカードの数", + "description":"これを2よりも大きい数値に設定すると、カードのリストからランダムなカードが選ばれるようになります。" + }, + { + "label":"ゲームが終了したときに、リトライのためのボタンを追加" + } + ] + }, + { + "label":"ルック&フィール", + "description":"ゲームの外観を制御します。", + "fields":[ + { + "label":"テーマ色", + "description":"カードゲームのテーマとなる色を選択してください。", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"カード裏", + "description":"カードに独自の裏を使います。" + } + ] + }, + { + "label":"ローカリゼーション", + "fields":[ + { + "label":"カードターン のテキスト", + "default":"カードターン" + }, + { + "label":"経過時間のテキスト", + "default":"経過時間" + }, + { + "label":"フィードバックテキスト", + "default":"よくできました!" + }, + { + "label":"リトライボタンのテキスト", + "default":"もう一度トライしますか ?" + }, + { + "label":"閉じるボタンのテキスト", + "default":"閉じる" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/ko.json b/language/ko.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/ko.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/nb.json b/language/nb.json index 5905bb6..0a422f9 100644 --- a/language/nb.json +++ b/language/nb.json @@ -1,78 +1,87 @@ { - "semantics": [ + "semantics":[ { - "label": "Kort", - "entity": "kort", - "field": { - "label": "Kort", - "fields": [ + "widgets":[ + { + "label":"Default" + } + ], + "label":"Kort", + "entity":"kort", + "field":{ + "label":"Kort", + "fields":[ { - "label": "Bilde" + "label":"Bilde" }, { - "label": "Tilhørende bilde", - "description": "Et valgfritt bilde som brukes av kort nummer to istedenfor å bruke to kort med samme bilde." + "label":"Tilhørende bilde", + "description":"Et valgfritt bilde som brukes av kort nummer to istedenfor å bruke to kort med samme bilde." }, { - "label": "Beskrivelse", - "description": "En valgfri kort tekst som spretter opp når kort-paret er funnet." + "label":"Beskrivelse", + "description":"En valgfri kort tekst som spretter opp når kort-paret er funnet." } ] } }, { - "label": "Innstillinger for oppførsel", - "description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.", - "fields": [ + "label":"Innstillinger for oppførsel", + "description":"Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.", + "fields":[ { - "label": "Plasser kortene i en firkant", - "description": "Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen." + "label":"Plasser kortene i en firkant", + "description":"Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen." }, { - "label": "Antall kort som skal brukes", - "description": "Ved å sette antallet høyere enn 2 vil spillet plukke tilfeldige kort fra listen over kort." + "label":"Antall kort som skal brukes", + "description":"Ved å sette antallet høyere enn 2 vil spillet plukke tilfeldige kort fra listen over kort." }, { - "label": "Legg til knapp for å prøve på nytt når spillet er over" + "label":"Legg til knapp for å prøve på nytt når spillet er over" } ] }, { - "label": "Tilpass utseende", - "description": "Kontroller de visuelle aspektene ved spillet.", - "fields": [ + "label":"Tilpass utseende", + "description":"Kontroller de visuelle aspektene ved spillet.", + "fields":[ { - "label": "Temafarge", - "description": "Velg en farge for å skape et tema over kortspillet ditt." + "label":"Temafarge", + "description":"Velg en farge for å skape et tema over kortspillet ditt.", + "default":"#909090", + "spectrum":{ + + } }, { - "label": "Kortbaksiden", - "description": "Bruk en tilpasset kortbakside for kortene dine." + "label":"Kortbaksiden", + "description":"Bruk en tilpasset kortbakside for kortene dine." } ] }, { - "label": "Oversettelser", - "fields": [ + "label":"Oversettelser", + "fields":[ { - "label": "Etikett for antall vendte kort", - "default": "Kort vendt" + "label":"Etikett for antall vendte kort", + "default":"Kort vendt" }, { - "label": "Etikett for tid brukt", - "default": "Tid brukt" + "label":"Etikett for tid brukt", + "default":"Tid brukt" }, { - "label": "Tilbakemeldingstekst", - "default": "Godt jobbet!" + "label":"Tilbakemeldingstekst", + "default":"Godt jobbet!" }, { - "label": "Prøv på nytt-tekst", - "default": "Prøv på nytt?" + "label":"Prøv på nytt-tekst", + "default":"Prøv på nytt?" }, { - "label": "Lukk knapp-merkelapp", - "default": "Lukk" + "label":"Lukk knapp-merkelapp", + "default":"Lukk" } ] } diff --git a/language/nl.json b/language/nl.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/nl.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/nn.json b/language/nn.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/nn.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/pl.json b/language/pl.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/pl.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/pt.json b/language/pt.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/pt.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/ro.json b/language/ro.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/ro.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/ru.json b/language/ru.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/ru.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/sr.json b/language/sr.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/sr.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/sv.json b/language/sv.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/sv.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/tr.json b/language/tr.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/tr.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file diff --git a/language/vi.json b/language/vi.json new file mode 100644 index 0000000..240360f --- /dev/null +++ b/language/vi.json @@ -0,0 +1,89 @@ +{ + "semantics":[ + { + "widgets":[ + { + "label":"Default" + } + ], + "label":"Cards", + "entity":"card", + "field":{ + "label":"Card", + "fields":[ + { + "label":"Image" + }, + { + "label":"Matching Image", + "description":"An optional image to match against instead of using two cards with the same image." + }, + { + "label":"Description", + "description":"An optional short text that will pop up once the two matching cards are found." + } + ] + } + }, + { + "label":"Behavioural settings", + "description":"These options will let you control how the game behaves.", + "fields":[ + { + "label":"Position the cards in a square", + "description":"Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." + }, + { + "label":"Number of cards to use", + "description":"Setting this to a number greater than 2 will make the game pick random cards from the list of cards." + }, + { + "label":"Add button for retrying when the game is over" + } + ] + }, + { + "label":"Look and feel", + "description":"Control the visuals of the game.", + "fields":[ + { + "label":"Theme Color", + "description":"Choose a color to create a theme for your card game.", + "default":"#909090", + "spectrum":{ + + } + }, + { + "label":"Card Back", + "description":"Use a custom back for your cards." + } + ] + }, + { + "label":"Localization", + "fields":[ + { + "label":"Card turns text", + "default":"Card turns" + }, + { + "label":"Time spent text", + "default":"Time spent" + }, + { + "label":"Feedback text", + "default":"Good work!" + }, + { + "label":"Try again button text", + "default":"Try again?" + }, + { + "label":"Close button label", + "default":"Close" + } + ] + } + ] +} \ No newline at end of file