From dad4db6c8844c876837d46b91d35237d71f7e23a Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Mon, 1 Feb 2021 13:01:36 +0000 Subject: [PATCH 1/3] Add English translation for 'Standard' --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 5dd7ac43e..e9e83d8f8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -310,6 +310,9 @@ en: speech: one: Speech other: Speeches + standard: + one: Standard + other: Standards statement_to_parliament: one: Statement to Parliament other: Statements to Parliament From bccf7d37396cc691010dbd222b983599c12f7cc8 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Tue, 23 Mar 2021 13:57:48 +0000 Subject: [PATCH 2/3] Add Welsh translation for 'Standard' --- config/locales/cy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/locales/cy.yml b/config/locales/cy.yml index 50652e667..3c3e0e337 100644 --- a/config/locales/cy.yml +++ b/config/locales/cy.yml @@ -267,6 +267,13 @@ cy: few: many: other: Areithiau + standard: + zero: + one: Safon + two: + few: + many: + other: Safonau statement_to_parliament: zero: one: Datganiad i'r senedd From 0f3e5766560fc8b5d2d7bbfa2c74812642c1689e Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Mon, 1 Feb 2021 13:34:31 +0000 Subject: [PATCH 3/3] Add placeholder translation entries for 'Standard' in other languages Co-authored-by: Bruce Bolt --- config/locales/ar.yml | 6 ++++++ config/locales/az.yml | 3 +++ config/locales/be.yml | 5 +++++ config/locales/bg.yml | 3 +++ config/locales/bn.yml | 3 +++ config/locales/cs.yml | 4 ++++ config/locales/da.yml | 3 +++ config/locales/de.yml | 3 +++ config/locales/dr.yml | 3 +++ config/locales/el.yml | 3 +++ config/locales/es-419.yml | 3 +++ config/locales/et.yml | 3 +++ config/locales/fa.yml | 3 +++ config/locales/fi.yml | 3 +++ config/locales/fr.yml | 3 +++ config/locales/gd.yml | 5 +++++ config/locales/gu.yml | 3 +++ config/locales/he.yml | 3 +++ config/locales/hi.yml | 3 +++ config/locales/hr.yml | 5 +++++ config/locales/hu.yml | 3 +++ config/locales/hy.yml | 3 +++ config/locales/id.yml | 3 +++ config/locales/is.yml | 3 +++ config/locales/it.yml | 3 +++ config/locales/ja.yml | 3 +++ config/locales/ka.yml | 3 +++ config/locales/kk.yml | 3 +++ config/locales/ko.yml | 3 +++ config/locales/lt.yml | 4 ++++ config/locales/lv.yml | 3 +++ config/locales/ms.yml | 3 +++ config/locales/mt.yml | 5 +++++ config/locales/nl.yml | 3 +++ config/locales/no.yml | 3 +++ config/locales/pa-pk.yml | 3 +++ config/locales/pa.yml | 3 +++ config/locales/pl.yml | 5 +++++ config/locales/ps.yml | 3 +++ config/locales/pt.yml | 3 +++ config/locales/ro.yml | 4 ++++ config/locales/ru.yml | 3 +++ config/locales/si.yml | 3 +++ config/locales/sk.yml | 4 ++++ config/locales/sl.yml | 5 +++++ config/locales/so.yml | 3 +++ config/locales/sq.yml | 3 +++ config/locales/sr.yml | 5 +++++ config/locales/sv.yml | 3 +++ config/locales/sw.yml | 3 +++ config/locales/ta.yml | 3 +++ config/locales/th.yml | 3 +++ config/locales/tk.yml | 3 +++ config/locales/tr.yml | 3 +++ config/locales/uk.yml | 3 +++ config/locales/ur.yml | 3 +++ config/locales/uz.yml | 3 +++ config/locales/vi.yml | 3 +++ config/locales/zh-hk.yml | 3 +++ config/locales/zh-tw.yml | 3 +++ config/locales/zh.yml | 3 +++ 61 files changed, 204 insertions(+) diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 3c11a48e3..0d4ec1f45 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -284,6 +284,12 @@ ar: few: many: other: "كلمات" + standard: + one: + two: + few: + many: + other: statement_to_parliament: zero: one: "تصريح للبرلمان" diff --git a/config/locales/az.yml b/config/locales/az.yml index 5c65bdb82..91afbbad8 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -77,6 +77,9 @@ az: other: "Çıxış üçün qeydləri" speech: other: "Çıxışlar" + standard: + one: + other: statement_to_parliament: other: Parlamentə bəyanatlar statistical_data_set: diff --git a/config/locales/be.yml b/config/locales/be.yml index 7b297d515..1da55264d 100644 --- a/config/locales/be.yml +++ b/config/locales/be.yml @@ -188,6 +188,11 @@ be: few: many: other: "Выступы" + standard: + one: + few: + many: + other: statement_to_parliament: one: "Заява ў парламенце" few: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 625371048..8ec0c7767 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -114,6 +114,9 @@ bg: speech: one: "Реч" other: "Речи" + standard: + one: + other: statement_to_parliament: one: "Изявление в парламента" other: "Изявления в парламента" diff --git a/config/locales/bn.yml b/config/locales/bn.yml index 63db842f0..5885119b2 100644 --- a/config/locales/bn.yml +++ b/config/locales/bn.yml @@ -115,6 +115,9 @@ bn: speech: one: ভাষণ other: ভাষণসমূহ + standard: + one: + other: statement_to_parliament: one: সংসদে বিবৃতি other: সংসদে বিবৃতিসমূহ diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 1a94ecc4f..74a33b7f0 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -151,6 +151,10 @@ cs: one: Proslov few: other: Proslovy + standard: + few: + one: + other: statement_to_parliament: one: Prohlášení v parlamentu few: diff --git a/config/locales/da.yml b/config/locales/da.yml index 7d048b98c..92dfbb4d0 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -186,6 +186,9 @@ da: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/de.yml b/config/locales/de.yml index 43b3dc614..a3c2f445d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -114,6 +114,9 @@ de: speech: one: Rede other: Reden + standard: + one: + other: statement_to_parliament: one: Erklärung vor dem Parlament other: Erklärungen vor dem Parlament diff --git a/config/locales/dr.yml b/config/locales/dr.yml index ec97f5a50..38ff92770 100644 --- a/config/locales/dr.yml +++ b/config/locales/dr.yml @@ -116,6 +116,9 @@ dr: speech: one: "سخنرانی" other: "سخنرانی ها" + standard: + one: + other: statement_to_parliament: one: "بیانیه به پارلمان" other: "بیانیه ها به پارلمان" diff --git a/config/locales/el.yml b/config/locales/el.yml index efa73f7e7..e1ba86020 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -114,6 +114,9 @@ el: speech: one: "Ομιλία" other: "Ομιλίες" + standard: + one: + other: statement_to_parliament: one: "Δήλωση στη Βουλή" other: "Δηλώσεις στη Βουλή " diff --git a/config/locales/es-419.yml b/config/locales/es-419.yml index 50c5bf826..aaf2e6850 100644 --- a/config/locales/es-419.yml +++ b/config/locales/es-419.yml @@ -114,6 +114,9 @@ es-419: speech: one: Discurso other: Discursos + standard: + one: + other: statement_to_parliament: one: Declaración al Parlamento other: Declaraciones al Parlamento diff --git a/config/locales/et.yml b/config/locales/et.yml index 22062174f..30017b60a 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -114,6 +114,9 @@ et: speech: one: 'Kõne ' other: Kõned + standard: + one: + other: statement_to_parliament: one: Avaldus parlamendis other: Avaldused parlamendis diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 70aa6e971..9e1144e9e 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -79,6 +79,9 @@ fa: other: "موضوعات سخنرانی" speech: other: "سخنرانی ها" + standard: + one: + other: statement_to_parliament: other: "گزارش ها به پارلمان" statistical_data_set: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index a56921afe..40f5a1471 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -186,6 +186,9 @@ fi: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index ac25030d6..650c559fc 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -114,6 +114,9 @@ fr: speech: one: Discours other: Discours + standard: + one: + other: statement_to_parliament: one: Déclaration au Parlement other: Déclarations au Parlement diff --git a/config/locales/gd.yml b/config/locales/gd.yml index dda74ca80..49b16150d 100644 --- a/config/locales/gd.yml +++ b/config/locales/gd.yml @@ -308,6 +308,11 @@ gd: two: few: other: + standard: + one: + two: + few: + other: statement_to_parliament: one: two: diff --git a/config/locales/gu.yml b/config/locales/gu.yml index 15736031d..19628620a 100644 --- a/config/locales/gu.yml +++ b/config/locales/gu.yml @@ -184,6 +184,9 @@ gu: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/he.yml b/config/locales/he.yml index a8fefddf8..210ef1453 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -116,6 +116,9 @@ he: speech: one: "נאום" other: "נאומים" + standard: + one: + other: statement_to_parliament: one: "הצהרה לפרלמנט" other: "הצהרות לפרלמנט" diff --git a/config/locales/hi.yml b/config/locales/hi.yml index 21f1fa1c9..ad9889f94 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -114,6 +114,9 @@ hi: speech: one: "भाषण" other: "भाषण" + standard: + one: + other: statement_to_parliament: one: "संसद में बयान" other: "संसद में बयान" diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 7f508072e..bcf0a75c5 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -308,6 +308,11 @@ hr: few: many: other: + standard: + one: + few: + many: + other: statement_to_parliament: one: few: diff --git a/config/locales/hu.yml b/config/locales/hu.yml index f71a4f81a..468273f86 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -114,6 +114,9 @@ hu: speech: one: Beszéd other: Beszédek + standard: + one: + other: statement_to_parliament: one: Parlamenti nyilatkozat other: Parlamenti nyilatkozatok diff --git a/config/locales/hy.yml b/config/locales/hy.yml index 5df3d583f..6b54382d0 100644 --- a/config/locales/hy.yml +++ b/config/locales/hy.yml @@ -114,6 +114,9 @@ hy: speech: one: "Ելույթ" other: "Ելույթներ" + standard: + one: + other: statement_to_parliament: one: "Դիմում խորհրդարան" other: "Դիմումներ խորհրդարան" diff --git a/config/locales/id.yml b/config/locales/id.yml index 9f3984088..5b921f303 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -77,6 +77,9 @@ id: other: Naskah Pembicara speech: other: Pidato-pidato + standard: + one: + other: statement_to_parliament: other: Pernyataan-pernyaatan kepada Parlemen statistical_data_set: diff --git a/config/locales/is.yml b/config/locales/is.yml index b3f9eea63..3301a7eb5 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -186,6 +186,9 @@ is: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/it.yml b/config/locales/it.yml index 53d2f2b9d..7a37dd50e 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -114,6 +114,9 @@ it: speech: one: Discorso other: Discorsi + standard: + one: + other: statement_to_parliament: one: Dichiarazione in parlamento other: Dichiarazioni in parlamento diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 619922781..48cb5f7fc 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -77,6 +77,9 @@ ja: other: "キーポイント" speech: other: "スピーチ" + standard: + one: + other: statement_to_parliament: other: "閣僚声明" statistical_data_set: diff --git a/config/locales/ka.yml b/config/locales/ka.yml index 0ed962618..882c465cc 100644 --- a/config/locales/ka.yml +++ b/config/locales/ka.yml @@ -77,6 +77,9 @@ ka: other: speech: other: + standard: + one: + other: statement_to_parliament: other: statistical_data_set: diff --git a/config/locales/kk.yml b/config/locales/kk.yml index 345177858..e3dcb2c2c 100644 --- a/config/locales/kk.yml +++ b/config/locales/kk.yml @@ -184,6 +184,9 @@ kk: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/ko.yml b/config/locales/ko.yml index dc0884b6a..0f15ef1b3 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -77,6 +77,9 @@ ko: other: "요점사항" speech: other: "연설문" + standard: + one: + other: statement_to_parliament: other: "의회로 성명" statistical_data_set: diff --git a/config/locales/lt.yml b/config/locales/lt.yml index b9aa91595..240262ae0 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -151,6 +151,10 @@ lt: one: Kalba few: other: Kalbos + standard: + one: + few: + other: statement_to_parliament: one: Kreipimasis į parlamentą few: diff --git a/config/locales/lv.yml b/config/locales/lv.yml index e077c4217..c7b427bb4 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -114,6 +114,9 @@ lv: speech: one: Runa other: Runas + standard: + one: + other: statement_to_parliament: one: Ziņojums parlamentam other: Ziņojumi parlamentam diff --git a/config/locales/ms.yml b/config/locales/ms.yml index 3150ed80c..3775cfaf2 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -77,6 +77,9 @@ ms: other: speech: other: + standard: + one: + other: statement_to_parliament: other: statistical_data_set: diff --git a/config/locales/mt.yml b/config/locales/mt.yml index a93abda1c..b1a9f811c 100644 --- a/config/locales/mt.yml +++ b/config/locales/mt.yml @@ -308,6 +308,11 @@ mt: few: many: other: + standard: + one: + few: + many: + other: statement_to_parliament: one: few: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 802dbe4de..6b8366f25 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -186,6 +186,9 @@ nl: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/no.yml b/config/locales/no.yml index cfe542ac6..9a2a2524a 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -186,6 +186,9 @@ speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/pa-pk.yml b/config/locales/pa-pk.yml index 697b37147..a1bd0474e 100644 --- a/config/locales/pa-pk.yml +++ b/config/locales/pa-pk.yml @@ -187,6 +187,9 @@ pa-pk: speech: one: تقریر other: تقریراں + standard: + one: + other: statement_to_parliament: one: پارلیمنٹ نوں بیان other: پارلیمنٹ نوں بیانات diff --git a/config/locales/pa.yml b/config/locales/pa.yml index d482b6da2..0e16a8c7b 100644 --- a/config/locales/pa.yml +++ b/config/locales/pa.yml @@ -185,6 +185,9 @@ pa: speech: one: ਬੋਲਣਾ other: ਭਾਸ਼ਣ + standard: + one: + other: statement_to_parliament: one: ਸੰਸਦ ਨੂੰ ਬਿਆਨ other: ਸੰਸਦ ਨੂੰ ਬਿਆਨ diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 403b96c3a..3c92c0a37 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -188,6 +188,11 @@ pl: few: many: other: Przemówienia + standard: + one: + few: + many: + other: statement_to_parliament: one: Wystapienie przed parlamentem few: diff --git a/config/locales/ps.yml b/config/locales/ps.yml index 4d9eb8882..c3e43bc7e 100644 --- a/config/locales/ps.yml +++ b/config/locales/ps.yml @@ -116,6 +116,9 @@ ps: speech: one: "وینا" other: "ویناوې" + standard: + one: + other: statement_to_parliament: one: "پارلمان ته اعلامیه" other: "پارلمان ته اعلامیې" diff --git a/config/locales/pt.yml b/config/locales/pt.yml index f87180bda..78fbd08f4 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -114,6 +114,9 @@ pt: speech: one: Discurso other: Discursos + standard: + one: + other: statement_to_parliament: one: Declaração ao Parlamento other: Declarações ao Parlamento diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 76aedc153..daeb91167 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -151,6 +151,10 @@ ro: one: Discurs few: other: Discursuri + standard: + one: + few: + other: statement_to_parliament: one: Declarație în Parlament few: diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 168c4b897..25b21f59c 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -202,6 +202,9 @@ ru: few: many: other: "Тексты выступлений" + standard: + one: + other: statement_to_parliament: one: "Заявление парламенту" few: diff --git a/config/locales/si.yml b/config/locales/si.yml index 274c5737b..93e2ae9ac 100644 --- a/config/locales/si.yml +++ b/config/locales/si.yml @@ -114,6 +114,9 @@ si: speech: one: "කථාව" other: "කථා" + standard: + one: + other: statement_to_parliament: one: "පාර්ලිමේන්තුවට කල ප්‍රකාශය" other: "පාර්ලිමේන්තුවට කල ප්‍රකාශ" diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 1b49dff4b..1769c86dd 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -151,6 +151,10 @@ sk: one: few: other: + standard: + one: + few: + other: statement_to_parliament: one: few: diff --git a/config/locales/sl.yml b/config/locales/sl.yml index a039b5753..de7e1590e 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -308,6 +308,11 @@ sl: two: few: other: + standard: + one: + two: + few: + other: statement_to_parliament: one: two: diff --git a/config/locales/so.yml b/config/locales/so.yml index db97b2c1d..53c4c1cfe 100644 --- a/config/locales/so.yml +++ b/config/locales/so.yml @@ -114,6 +114,9 @@ so: speech: one: Hadal other: Hadallo + standard: + one: + other: statement_to_parliament: one: Hadal loo jeediyo baarlamaanka other: hadallo loo jeediyo baarlamaanka diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 9af36a781..c0bafc29c 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -114,6 +114,9 @@ sq: speech: one: Fjalim other: Fjalime + standard: + one: + other: statement_to_parliament: one: Deklarate per Parliamentin other: Deklarata per Parlamentin diff --git a/config/locales/sr.yml b/config/locales/sr.yml index f32f7001f..ea9cb119d 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -188,6 +188,11 @@ sr: few: many: other: Govori + standard: + one: + few: + many: + other: statement_to_parliament: one: obraćanje Parlamentu few: diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 422592282..d5ff9cef8 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -186,6 +186,9 @@ sv: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/sw.yml b/config/locales/sw.yml index 17ecfa47f..690202deb 100644 --- a/config/locales/sw.yml +++ b/config/locales/sw.yml @@ -114,6 +114,9 @@ sw: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/ta.yml b/config/locales/ta.yml index 735556daa..243dd616b 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -114,6 +114,9 @@ ta: speech: one: "உரை" other: "உரைகள்" + standard: + one: + other: statement_to_parliament: one: "பாராளுமன்றத்துக்கான அறிக்கை" other: "பாராளுமன்றத்துக்கான அறிக்கைகள்" diff --git a/config/locales/th.yml b/config/locales/th.yml index 9777e1989..bdf5ff298 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -77,6 +77,9 @@ th: other: "ประเด็นการพูด" speech: other: "สุนทรพจน์" + standard: + one: + other: statement_to_parliament: other: "แถลงการณ์ต่อรัฐสภา" statistical_data_set: diff --git a/config/locales/tk.yml b/config/locales/tk.yml index af25bf8f1..99437d2f1 100644 --- a/config/locales/tk.yml +++ b/config/locales/tk.yml @@ -114,6 +114,9 @@ tk: speech: one: other: + standard: + one: + other: statement_to_parliament: one: other: diff --git a/config/locales/tr.yml b/config/locales/tr.yml index dfdc6fa51..c1fe7f6f2 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -114,6 +114,9 @@ tr: speech: one: Konuşma other: Konuşmalar + standard: + one: + other: statement_to_parliament: one: Parlamento'ya yapılan açıklama other: Parlamento'ya yapılan açıklamalar diff --git a/config/locales/uk.yml b/config/locales/uk.yml index ad57126dc..7ad176b54 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -188,6 +188,9 @@ uk: few: many: other: "Промови" + standard: + one: + other: statement_to_parliament: one: "Заява у парламенті" few: diff --git a/config/locales/ur.yml b/config/locales/ur.yml index 8413e2060..a41916e3b 100644 --- a/config/locales/ur.yml +++ b/config/locales/ur.yml @@ -114,6 +114,9 @@ ur: speech: one: "تقریر" other: "تقاریر" + standard: + one: + other: statement_to_parliament: one: "پارلیمنٹ میں بیان" other: "پارلیمنٹ میں بیانات" diff --git a/config/locales/uz.yml b/config/locales/uz.yml index b5c6c516d..dba5dccb0 100644 --- a/config/locales/uz.yml +++ b/config/locales/uz.yml @@ -114,6 +114,9 @@ uz: speech: one: Nutq other: Nutqlar + standard: + one: + other: statement_to_parliament: one: Parlament uchun hisobot other: Parlament uchun hisobotlar diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 214784bef..6fa621767 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -77,6 +77,9 @@ vi: other: Bài phát biểu speech: other: Các bài phát biểu + standard: + one: + other: statement_to_parliament: other: Tuyên bố tới Quốc hội statistical_data_set: diff --git a/config/locales/zh-hk.yml b/config/locales/zh-hk.yml index 7c129e1f2..9e8230c4b 100644 --- a/config/locales/zh-hk.yml +++ b/config/locales/zh-hk.yml @@ -114,6 +114,9 @@ zh-hk: speech: one: "演講" other: "其他演講" + standard: + one: + other: statement_to_parliament: one: "提交國會的聲明" other: "提交國會的其他聲明" diff --git a/config/locales/zh-tw.yml b/config/locales/zh-tw.yml index 7ee5e2c95..7c391af39 100644 --- a/config/locales/zh-tw.yml +++ b/config/locales/zh-tw.yml @@ -114,6 +114,9 @@ zh-tw: speech: one: "演講" other: "其他演講" + standard: + one: + other: statement_to_parliament: one: "議會聲明" other: "議會聲明" diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 459c47e5d..c2a3e6993 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -79,6 +79,9 @@ zh: other: "演讲稿" speech: other: "演讲" + standard: + one: + other: statement_to_parliament: other: "对议会的声明" statistical_data_set: