From d11a8cf6b4fd6aa88c4b54c4bbb5f8eabe7d8397 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Mon, 13 Feb 2017 15:54:06 +0100 Subject: [PATCH] Improve behavior option description --- language/ar.json | 6 ++++-- language/de.json | 6 ++++-- language/fr.json | 6 ++++-- language/it.json | 6 ++++-- language/nb.json | 6 ++++-- semantics.json | 3 ++- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/language/ar.json b/language/ar.json index 7d27620..3ef63b3 100644 --- a/language/ar.json +++ b/language/ar.json @@ -29,8 +29,10 @@ "description": "These options will let you control how the game behaves.", "fields": [ { - "englishLabel": "Put the cards in a grid layout", - "label": "Put the cards in a grid layout" + "englishLabel": "Position the cards in a square", + "label": "Position the cards in a square", + "englishDescription": "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.", + "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." }, { "englishLabel": "Number of cards to use", diff --git a/language/de.json b/language/de.json index ae70b44..d776e7c 100644 --- a/language/de.json +++ b/language/de.json @@ -29,8 +29,10 @@ "description": "These options will let you control how the game behaves.", "fields": [ { - "englishLabel": "Put the cards in a grid layout", - "label": "Put the cards in a grid layout" + "englishLabel": "Position the cards in a square", + "label": "Position the cards in a square", + "englishDescription": "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.", + "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." }, { "englishLabel": "Number of cards to use", diff --git a/language/fr.json b/language/fr.json index de49af8..41f9217 100644 --- a/language/fr.json +++ b/language/fr.json @@ -29,8 +29,10 @@ "description": "These options will let you control how the game behaves.", "fields": [ { - "englishLabel": "Put the cards in a grid layout", - "label": "Put the cards in a grid layout" + "englishLabel": "Position the cards in a square", + "label": "Position the cards in a square", + "englishDescription": "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.", + "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." }, { "englishLabel": "Number of cards to use", diff --git a/language/it.json b/language/it.json index ddac138..697442b 100644 --- a/language/it.json +++ b/language/it.json @@ -29,8 +29,10 @@ "description": "These options will let you control how the game behaves.", "fields": [ { - "englishLabel": "Put the cards in a grid layout", - "label": "Put the cards in a grid layout" + "englishLabel": "Position the cards in a square", + "label": "Position the cards in a square", + "englishDescription": "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.", + "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." }, { "englishLabel": "Number of cards to use", diff --git a/language/nb.json b/language/nb.json index 3c4b401..5633b0d 100644 --- a/language/nb.json +++ b/language/nb.json @@ -35,8 +35,10 @@ "description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.", "fields": [ { - "englishLabel": "Put the cards in a grid layout", - "label": "Putt kortene i et rutenett" + "englishLabel": "Position the cards in a square", + "label": "Plasser kortene i en firkant", + "englishDescription": "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.", + "description": "Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen." }, { "englishLabel": "Number of cards to use", diff --git a/semantics.json b/semantics.json index 40446aa..b25e38c 100644 --- a/semantics.json +++ b/semantics.json @@ -52,7 +52,8 @@ { "name": "useGrid", "type": "boolean", - "label": "Put the cards in a grid layout", + "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.", "importance": "low", "default": true },