diff --git a/language/ar.json b/language/ar.json index d30f285..f638767 100644 --- a/language/ar.json +++ b/language/ar.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/de.json b/language/de.json index 7fa6505..f6149e6 100644 --- a/language/de.json +++ b/language/de.json @@ -82,6 +82,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/fr.json b/language/fr.json index 03cc866..f08fadb 100644 --- a/language/fr.json +++ b/language/fr.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/it.json b/language/it.json index 3a59363..aeeb322 100644 --- a/language/it.json +++ b/language/it.json @@ -77,6 +77,7 @@ }, { "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ] diff --git a/language/nb.json b/language/nb.json index f2fc642..74c82a3 100644 --- a/language/nb.json +++ b/language/nb.json @@ -79,6 +79,7 @@ }, { "label": "Merkelapp ved hopping til spørsmål", + "description": "Du må bruke plassholderen '%d' istedenfor spørsmålsnummeret.", "default": "Hopp til spørsmål %d" } ] diff --git a/language/nn.json b/language/nn.json index b33561d..8c3ab8d 100644 --- a/language/nn.json +++ b/language/nn.json @@ -79,6 +79,7 @@ }, { "label": "Merkelapp ved hopping til spørsmål", + "description": "Du må bruke plassholderen '%d' istedenfor spørsmålstalet.", "default": "Hopp til spørsmål %d" } ] diff --git a/semantics.json b/semantics.json index 49b0cc9..47f1af2 100644 --- a/semantics.json +++ b/semantics.json @@ -157,6 +157,7 @@ "name": "jumpToQuestion", "type": "text", "label": "Label for jumping to a certain question", + "description": "You must use the placeholder '%d' instead of the question number.", "default": "Jump to question %d" } ]