From 760efe7dcd632cebf493af62cae72f20c0bc7eed Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Wed, 17 Nov 2021 12:23:48 +0100 Subject: [PATCH] Fix adding missing translatable fields --- language/.en.json | 12 +++++++ language/af.json | 14 +++++++- language/ar.json | 12 +++++++ language/bg.json | 88 +++++++++++++++++++++++++-------------------- language/bs.json | 14 +++++++- language/ca.json | 14 +++++++- language/cs.json | 14 +++++++- language/de.json | 12 +++++++ language/el.json | 17 +++++++-- language/es-mx.json | 14 +++++++- language/es.json | 14 +++++++- language/et.json | 12 +++++++ language/eu.json | 14 +++++++- language/fi.json | 12 +++++++ language/fr.json | 12 +++++++ language/it.json | 14 +++++++- language/km.json | 15 ++++++-- language/ko.json | 14 +++++++- language/nb.json | 12 +++++++ language/nl.json | 12 +++++++ language/nn.json | 12 +++++++ language/pt-br.json | 14 +++++++- language/pt.json | 86 +++++++++++++++++++++++++------------------- language/sl.json | 14 +++++++- language/sma.json | 12 +++++++ language/sme.json | 12 +++++++ language/smj.json | 12 +++++++ language/sv.json | 14 +++++++- language/tr.json | 14 +++++++- language/zh.json | 12 +++++++ semantics.json | 23 +++++++++++- 31 files changed, 473 insertions(+), 94 deletions(-) diff --git a/language/.en.json b/language/.en.json index f7224b9..487930d 100644 --- a/language/.en.json +++ b/language/.en.json @@ -33,6 +33,18 @@ { "label": "Fill in additional help information", "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/af.json b/language/af.json index e2e2a7a..9b58745 100644 --- a/language/af.json +++ b/language/af.json @@ -33,6 +33,18 @@ { "label": "Vul die addisionele hulp informasie in", "description": "Hier kan jy additionele behulpsame informasie vir die gebruiker invul." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/ar.json b/language/ar.json index 42878a7..a349731 100644 --- a/language/ar.json +++ b/language/ar.json @@ -33,6 +33,18 @@ { "label": "املأ المعلومات المساعدة الإضافية", "description": "هنا يمكنك ملء معلومات مفيدة إضافية للمستخدم." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/bg.json b/language/bg.json index eead7b5..6d7f9ac 100644 --- a/language/bg.json +++ b/language/bg.json @@ -1,38 +1,50 @@ -{ - "semantics": [ - { - "label": "Описание", - "description": "Описание на страницата за оценка на целите.", - "default": "Оценете целите, които сте избрали в страницата с целите." - }, - { - "label": "Текст за ниска оценка", - "description": "Текст при ниска оценка", - "default": "Не си учил(а) достатъчно!" - }, - { - "label": "Текст на оценка за среден успех", - "description": "Текст на оценка за среден успех", - "default": "Имаш познания, но може още!" - }, - { - "label": "Текст за отлична оценка", - "description": "Текст за високите оценки.", - "default": "Браво, показваш високи познания!" - }, - { - "label": "Текст за отсъствие на зададена цел", - "description": "Текст за обратна връзка, когато не са зададени цели.", - "default": "Все още не сте задали цели." - }, - { - "label": "Етикет за показване на допълнителна полезна информация", - "description": "Етикет за показване на допълнителна полезна информация за ученика.", - "default": "допълнителна информация" - }, - { - "label": "Попълнете допълнителна помощна информация", - "description": "Тук можете да попълните допълнителна полезна информация за ученика." - } - ] -} +{ + "semantics": [ + { + "label": "Описание", + "description": "Описание на страницата за оценка на целите.", + "default": "Оценете целите, които сте избрали в страницата с целите." + }, + { + "label": "Текст за ниска оценка", + "description": "Текст при ниска оценка", + "default": "Не си учил(а) достатъчно!" + }, + { + "label": "Текст на оценка за среден успех", + "description": "Текст на оценка за среден успех", + "default": "Имаш познания, но може още!" + }, + { + "label": "Текст за отлична оценка", + "description": "Текст за високите оценки.", + "default": "Браво, показваш високи познания!" + }, + { + "label": "Текст за отсъствие на зададена цел", + "description": "Текст за обратна връзка, когато не са зададени цели.", + "default": "Все още не сте задали цели." + }, + { + "label": "Етикет за показване на допълнителна полезна информация", + "description": "Етикет за показване на допълнителна полезна информация за ученика.", + "default": "допълнителна информация" + }, + { + "label": "Попълнете допълнителна помощна информация", + "description": "Тук можете да попълните допълнителна полезна информация за ученика." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" + } + ] +} \ No newline at end of file diff --git a/language/bs.json b/language/bs.json index b26f2e2..633b38c 100644 --- a/language/bs.json +++ b/language/bs.json @@ -33,6 +33,18 @@ { "label": "Dopuni sa dodatnim informacijama.", "description": "Ovdje možete dodati informacije koje će korisniku biti od pomoći." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/ca.json b/language/ca.json index 9aab194..da6d609 100644 --- a/language/ca.json +++ b/language/ca.json @@ -33,6 +33,18 @@ { "label": "Omple la informació addicional d’ajuda", "description": "Aquí pots completar la informació addicional útil per l’usuari." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/cs.json b/language/cs.json index dfc1088..cffc334 100644 --- a/language/cs.json +++ b/language/cs.json @@ -33,6 +33,18 @@ { "label": "Vyplnit další informace v nápovědě", "description": "Zde můžete vyplnit další užitečné informace pro uživatele." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/de.json b/language/de.json index e169c3d..a46726f 100644 --- a/language/de.json +++ b/language/de.json @@ -33,6 +33,18 @@ { "label": "Weitere hilfreiche Informationen einfügen", "description": "Hier können zusätzliche hilfreiche Informationen für den Benutzer eingegeben werden." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/el.json b/language/el.json index 45534fd..38d029d 100644 --- a/language/el.json +++ b/language/el.json @@ -1,5 +1,5 @@ { - "semantics":[ + "semantics": [ { "label": "Περιγραφή", "description": "Περιγραφή της σελίδας αξιολόγησης στόχων.", @@ -33,7 +33,18 @@ { "label": "Συμπληρώστε πρόσθετες χρήσιμες πληροφορίες", "description": "Εδώ μπορείτε να συμπληρώσετε πρόσθετες χρήσιμες πληροφορίες για τον χρήστη." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} - +} \ No newline at end of file diff --git a/language/es-mx.json b/language/es-mx.json index 17814b3..363042c 100644 --- a/language/es-mx.json +++ b/language/es-mx.json @@ -33,6 +33,18 @@ { "label": "Llene con información de ayuda adicional", "description": "Aquí puede escribir información útil adicional para el usuario." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/es.json b/language/es.json index a8bc41b..253bb15 100644 --- a/language/es.json +++ b/language/es.json @@ -33,6 +33,18 @@ { "label": "Llene con información de ayuda adicional", "description": "Aquí puede escribir información útil adicional para el usuario." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/et.json b/language/et.json index 304ce2a..f6b1a5a 100644 --- a/language/et.json +++ b/language/et.json @@ -33,6 +33,18 @@ { "label": "Sisesta täiendav abiteave", "description": "Siin saad sisestada kasutaja jaoks täiendava abiteabe." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/eu.json b/language/eu.json index 32dc3a0..9ef2776 100644 --- a/language/eu.json +++ b/language/eu.json @@ -33,6 +33,18 @@ { "label": "Osatu laguntzako informazio gehigarria", "description": "Bertan zeuk osa dezakezu erabiltzailearentzat lagungarria den informazioa." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/fi.json b/language/fi.json index e03a2e1..fc0b025 100644 --- a/language/fi.json +++ b/language/fi.json @@ -33,6 +33,18 @@ { "label": "Lisätietoteksti", "description": "Tähän voit täyttää tekstiä lisätietona käyttäjälle." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/fr.json b/language/fr.json index 7cbd4b6..27e4a7a 100644 --- a/language/fr.json +++ b/language/fr.json @@ -33,6 +33,18 @@ { "label": "Complétez l'information supplémentaire utile", "description": "Ici vous pouvez saisir l'information complémentaire utile pour l'utilisateur." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/it.json b/language/it.json index 71102a5..e534673 100644 --- a/language/it.json +++ b/language/it.json @@ -33,6 +33,18 @@ { "label": "Aggiungi ulteriori informazioni di aiuto", "description": "Qui puoi aggiungere ulteriori informazioni di aiuto per l'utente" + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/km.json b/language/km.json index 6b5e865..b3c0da0 100644 --- a/language/km.json +++ b/language/km.json @@ -1,4 +1,3 @@ - { "semantics": [ { @@ -34,6 +33,18 @@ { "label": "Fill in additional help information", "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/ko.json b/language/ko.json index 248eec9..b6acb3c 100644 --- a/language/ko.json +++ b/language/ko.json @@ -33,6 +33,18 @@ { "label": "추가 도움말 정보 입력", "description": "여기에 사용자를 위한 추가 유용한 정보를 기입할 수 있습니다." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/nb.json b/language/nb.json index fe9b0e0..df3da42 100644 --- a/language/nb.json +++ b/language/nb.json @@ -33,6 +33,18 @@ { "label": "Fyll inn tilleggsinformasjon om utførelse til brukeren", "description": "Her kan du fylle inn ekstra nyttig informasjon om hvordan brukeren skal bruke denne siden." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/nl.json b/language/nl.json index bf9caab..189f3a6 100644 --- a/language/nl.json +++ b/language/nl.json @@ -33,6 +33,18 @@ { "label": "Vul aanvullende help informatie in", "description": "Hier kun je aanvullende nuttige informatie invullen voor de gebruiker." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/nn.json b/language/nn.json index 97530aa..5304f61 100644 --- a/language/nn.json +++ b/language/nn.json @@ -33,6 +33,18 @@ { "label": "Fyll inn tilleggsinformasjon om utføring til brukaren", "description": "Her kan du fylla inn ekstra nyttig informasjon om korleis brukaren skal nytte denne sida." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/pt-br.json b/language/pt-br.json index af7c17a..8cc04f8 100644 --- a/language/pt-br.json +++ b/language/pt-br.json @@ -33,6 +33,18 @@ { "label": "Preencha as informações adicionais de ajuda", "description": "Aqui você pode inserir informações úteis adicionais para o usuário." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/pt.json b/language/pt.json index 348055a..487930d 100644 --- a/language/pt.json +++ b/language/pt.json @@ -1,38 +1,50 @@ { - "semantics": [ - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "", - "default": "" - }, - { - "label": "", - "description": "" - } - ] -} + "semantics": [ + { + "label": "Description", + "description": "Description of the goals assessment page.", + "default": "Rate the goals that you have chosen in the goals page." + }, + { + "label": "Low rating text", + "description": "Text for worst rating.", + "default": "Learned little" + }, + { + "label": "Medium rating text", + "description": "Text for middle rating.", + "default": "Learned something" + }, + { + "label": "High rating text", + "description": "Text for great rating.", + "default": "Learned a lot" + }, + { + "label": "No goals text", + "description": "Feedback text when no goals have been created.", + "default": "You have not chosen any goals yet." + }, + { + "label": "Label for help text", + "description": "Label for showing additional helpful information to the user.", + "default": "More information" + }, + { + "label": "Fill in additional help information", + "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" + } + ] +} \ No newline at end of file diff --git a/language/sl.json b/language/sl.json index 8a3d4cb..d25fda8 100644 --- a/language/sl.json +++ b/language/sl.json @@ -33,6 +33,18 @@ { "label": "Vsebina dodatnih informacij", "description": "Besedilo se udeležencem prikaže v pogovornem oknu." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/sma.json b/language/sma.json index f7224b9..487930d 100644 --- a/language/sma.json +++ b/language/sma.json @@ -33,6 +33,18 @@ { "label": "Fill in additional help information", "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/sme.json b/language/sme.json index f7224b9..487930d 100644 --- a/language/sme.json +++ b/language/sme.json @@ -33,6 +33,18 @@ { "label": "Fill in additional help information", "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/smj.json b/language/smj.json index f7224b9..487930d 100644 --- a/language/smj.json +++ b/language/smj.json @@ -33,6 +33,18 @@ { "label": "Fill in additional help information", "description": "Here you can fill in additional helpful information for the user." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/language/sv.json b/language/sv.json index cf4481e..f7b0844 100644 --- a/language/sv.json +++ b/language/sv.json @@ -33,6 +33,18 @@ { "label": "Fyll i hjälpinformation", "description": "Här kan du fylla i hjälpinformation till användaren." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/tr.json b/language/tr.json index 7e5bec6..5eaa1ed 100644 --- a/language/tr.json +++ b/language/tr.json @@ -33,6 +33,18 @@ { "label": "Ek yardım bilgilerini doldurun", "description": "Burada, kullanıcı için ek yararlı bilgileri doldurabilirsiniz." + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] -} +} \ No newline at end of file diff --git a/language/zh.json b/language/zh.json index 082a5ad..a3e45ea 100644 --- a/language/zh.json +++ b/language/zh.json @@ -33,6 +33,18 @@ { "label": "幫助說明文字", "description": "用來告知用戶以協助其瞭解使用方式的說明內容。" + }, + { + "label": "Legend header", + "default": "Possible ratings:" + }, + { + "label": "Goal header", + "default": "Goals" + }, + { + "label": "Rating header", + "default": "Rating" } ] } \ No newline at end of file diff --git a/semantics.json b/semantics.json index 75060e5..d390ffc 100644 --- a/semantics.json +++ b/semantics.json @@ -85,5 +85,26 @@ "pre", "code" ] + }, + { + "name": "legendHeader", + "label": "Legend header", + "importance": "low", + "type": "text", + "default": "Possible ratings:" + }, + { + "name": "goalHeader", + "label": "Goal header", + "importance": "low", + "type": "text", + "default": "Goals" + }, + { + "name": "ratingHeader", + "label": "Rating header", + "importance": "low", + "type": "text", + "default": "Rating" } -] +] \ No newline at end of file