From 1c3cc172957fbbfb3696a73f417299eb5354f79b Mon Sep 17 00:00:00 2001 From: George Schena Date: Wed, 6 Nov 2024 15:30:16 +0000 Subject: [PATCH] Add case_study locale Using govuk-docker-run rake "consolidation:copy_translation[content_item.schema_name.case_study]" we port over the case_study translations and change it to be under our new yaml structure Audit trail: - https://github.com/alphagov/government-frontend/tree/0aee348d51cebacd5344115f2ca02bdb17095249/config/locales --- config/locales/ar.yml | 7 +++++++ 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/cy.yml | 7 +++++++ config/locales/da.yml | 3 +++ config/locales/de.yml | 3 +++ config/locales/dr.yml | 3 +++ config/locales/el.yml | 3 +++ config/locales/en.yml | 3 +++ config/locales/es-419.yml | 3 +++ config/locales/es.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 | 4 ++++ config/locales/hu.yml | 3 +++ config/locales/hy.yml | 3 +++ config/locales/id.yml | 2 ++ config/locales/is.yml | 3 +++ config/locales/it.yml | 3 +++ config/locales/ja.yml | 2 ++ config/locales/ka.yml | 3 +++ config/locales/kk.yml | 3 +++ config/locales/ko.yml | 2 ++ config/locales/lt.yml | 4 ++++ config/locales/lv.yml | 3 +++ config/locales/ms.yml | 2 ++ config/locales/mt.yml | 5 +++++ config/locales/ne.yml | 3 +++ 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 | 5 +++++ 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 | 4 ++++ config/locales/sv.yml | 3 +++ config/locales/sw.yml | 3 +++ config/locales/ta.yml | 3 +++ config/locales/th.yml | 2 ++ config/locales/tk.yml | 3 +++ config/locales/tr.yml | 3 +++ config/locales/uk.yml | 5 +++++ config/locales/ur.yml | 3 +++ config/locales/uz.yml | 3 +++ config/locales/vi.yml | 2 ++ config/locales/yi.yml | 3 +++ config/locales/zh-hk.yml | 2 ++ config/locales/zh-tw.yml | 2 ++ config/locales/zh.yml | 2 ++ 66 files changed, 217 insertions(+) diff --git a/config/locales/ar.yml b/config/locales/ar.yml index c770bfe2af..f80d2014b8 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -742,6 +742,13 @@ ar: start_again: your_answers: start_now: + case_study: + few: + many: + one: دراسة الحالة + other: دراسات الحالة + two: + zero: take_part: few: many: diff --git a/config/locales/az.yml b/config/locales/az.yml index 4e558a1970..61043fb361 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -450,6 +450,9 @@ az: start_again: your_answers: start_now: + case_study: + one: Nümunə üzrə araşdırma + other: Nümunə üzrə araşdırmalar take_part: one: İştirak edin other: İştirak edin diff --git a/config/locales/be.yml b/config/locales/be.yml index 0aba3644d7..e3912aeb46 100644 --- a/config/locales/be.yml +++ b/config/locales/be.yml @@ -596,6 +596,11 @@ be: start_again: your_answers: start_now: + case_study: + few: + many: + one: Тэматычнае даследаванне + other: Тэматычныя даследаванні take_part: few: many: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 532eee5282..52e3d3f375 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -450,6 +450,9 @@ bg: start_again: your_answers: start_now: + case_study: + one: Казус + other: Казуси take_part: one: Вземете участие other: Вземете участие diff --git a/config/locales/bn.yml b/config/locales/bn.yml index fae8a6836d..dccf63167d 100644 --- a/config/locales/bn.yml +++ b/config/locales/bn.yml @@ -450,6 +450,9 @@ bn: start_again: your_answers: start_now: + case_study: + one: কেস স্টাডি + other: কেস স্টাডিসমূহ take_part: one: অংশ নিন other: অংশ নিন diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 98f8528b7c..aa3816e211 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -523,6 +523,10 @@ cs: start_again: your_answers: start_now: + case_study: + few: + one: Případová studie + other: Případové studie take_part: few: one: Zúčastněte se diff --git a/config/locales/cy.yml b/config/locales/cy.yml index 576d68fcdc..9dac6dbf65 100644 --- a/config/locales/cy.yml +++ b/config/locales/cy.yml @@ -680,6 +680,13 @@ cy: error: find: Ffeindio formats: + case_study: + few: + many: + one: Astudiaeth achos + other: Astudiaethau achos + two: + zero: find_my_nearest: valid_postcode_no_locations: Doedden ni ddim yn gallu dod o hyd i unrhyw ganlyniadau ar gyfer y cod post hwn. licence: diff --git a/config/locales/da.yml b/config/locales/da.yml index 7873ae2ae6..c335edbe21 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -450,6 +450,9 @@ da: start_again: your_answers: start_now: + case_study: + one: Casestudie + other: Casestudie take_part: one: Deltage other: Deltage diff --git a/config/locales/de.yml b/config/locales/de.yml index a7fa0328ba..f8759349b3 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -450,6 +450,9 @@ de: start_again: your_answers: start_now: + case_study: + one: Fallstudie + other: Fallstudien take_part: one: Teilnehmen other: Teilnehmen diff --git a/config/locales/dr.yml b/config/locales/dr.yml index 08979fbb7f..9fbed06b39 100644 --- a/config/locales/dr.yml +++ b/config/locales/dr.yml @@ -450,6 +450,9 @@ dr: start_again: your_answers: start_now: + case_study: + one: مطالعه موردی + other: مطالعات موردی take_part: one: سهم بگیرید other: سهم بگیرید diff --git a/config/locales/el.yml b/config/locales/el.yml index bfb24cfc83..efe0008313 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -450,6 +450,9 @@ el: start_again: your_answers: start_now: + case_study: + one: Μελέτη περίπτωσης + other: Μελέτες περιπτώσεων take_part: one: Συμμετοχή other: Συμμετοχή diff --git a/config/locales/en.yml b/config/locales/en.yml index 1272e69aec..0db55b12f3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -388,6 +388,9 @@ en: error: Error find: Find formats: + case_study: + one: Case study + other: Case studies find_my_nearest: valid_postcode_no_locations: We couldn't find any results for this postcode. licence: diff --git a/config/locales/es-419.yml b/config/locales/es-419.yml index 687d37ffee..31586a029a 100644 --- a/config/locales/es-419.yml +++ b/config/locales/es-419.yml @@ -450,6 +450,9 @@ es-419: start_again: your_answers: start_now: + case_study: + one: Estudio de caso + other: Estudios de caso take_part: one: Participe other: Participe diff --git a/config/locales/es.yml b/config/locales/es.yml index ce4915ab08..61ee1d5b6d 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -450,6 +450,9 @@ es: start_again: your_answers: start_now: + case_study: + one: Caso de estudio práctico + other: Casos de estudio práctico take_part: one: Participar other: Participar diff --git a/config/locales/et.yml b/config/locales/et.yml index 5470a76604..ca2e45181f 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -450,6 +450,9 @@ et: start_again: your_answers: start_now: + case_study: + one: Juhtumiuuring + other: Juhtumiuuringud take_part: one: Osa võtma other: Osa võtma diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 310d052b97..90f556baac 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -450,6 +450,9 @@ fa: start_again: your_answers: start_now: + case_study: + one: مطالعه موردی + other: مطالعات موردی take_part: one: مشارکت other: مشارکت diff --git a/config/locales/fi.yml b/config/locales/fi.yml index ca9db014b7..263791dc70 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -450,6 +450,9 @@ fi: start_again: your_answers: start_now: + case_study: + one: Tapaustutkimus + other: Tapaustutkimuksia take_part: one: Osallistu other: Osallistu diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 980115004d..438c2b36a9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -450,6 +450,9 @@ fr: start_again: your_answers: start_now: + case_study: + one: Etude de cas + other: Etudes de cas take_part: one: Participer other: Participer diff --git a/config/locales/gd.yml b/config/locales/gd.yml index 15e6d0a532..6752ef38b2 100644 --- a/config/locales/gd.yml +++ b/config/locales/gd.yml @@ -596,6 +596,11 @@ gd: start_again: your_answers: start_now: + case_study: + few: + one: Cás-staidéir + other: Tuarascálacha staidéir + two: take_part: few: one: Chun páirt a ghlacadh diff --git a/config/locales/gu.yml b/config/locales/gu.yml index 04985fb02d..cf23f2a000 100644 --- a/config/locales/gu.yml +++ b/config/locales/gu.yml @@ -450,6 +450,9 @@ gu: start_again: your_answers: start_now: + case_study: + one: કેસ સ્ટડી + other: કેસ સ્ટડીઝ take_part: one: ભાગ લો other: ભાગ લો diff --git a/config/locales/he.yml b/config/locales/he.yml index 92a79a6bf9..de1398761e 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -450,6 +450,9 @@ he: start_again: your_answers: start_now: + case_study: + one: מקרה בוחן + other: מקרי בוחן take_part: one: קח חלק other: קח חלק diff --git a/config/locales/hi.yml b/config/locales/hi.yml index 6cb99f728d..bccd4b3286 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -450,6 +450,9 @@ hi: start_again: your_answers: start_now: + case_study: + one: विषय अध्ययन + other: विषय अध्ययन take_part: one: हिस्सा लें other: हिस्सा लें diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 98708f2316..1a5f22d5cc 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -523,6 +523,10 @@ hr: start_again: your_answers: start_now: + case_study: + few: + one: Studija slučaja + other: Studije slučaja take_part: few: one: Sudjelovati diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 1b034fda48..7be0bc3f1c 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -450,6 +450,9 @@ hu: start_again: your_answers: start_now: + case_study: + one: Esettanulmány + other: Esettanulmányok take_part: one: Részvétel other: Részvétel diff --git a/config/locales/hy.yml b/config/locales/hy.yml index 0a47ec1634..af5c0aef3a 100644 --- a/config/locales/hy.yml +++ b/config/locales/hy.yml @@ -450,6 +450,9 @@ hy: start_again: your_answers: start_now: + case_study: + one: Մասնավոր դեպքի ուսումնասիրություն + other: Մասնավոր դեպքի ուսումնասիրություններ take_part: one: Մասնակցություն other: Մասնակցություն diff --git a/config/locales/id.yml b/config/locales/id.yml index e86a32dd54..3dadc2e876 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -377,6 +377,8 @@ id: start_again: your_answers: start_now: + case_study: + other: Studi kasus take_part: other: Ikut serta transaction: diff --git a/config/locales/is.yml b/config/locales/is.yml index ac3dbe9c45..96e60bae71 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -450,6 +450,9 @@ is: start_again: your_answers: start_now: + case_study: + one: Ferilsathugun + other: Ferilsathuganir take_part: one: Taka þátt other: Taka þátt diff --git a/config/locales/it.yml b/config/locales/it.yml index bd896a0c27..c31c6004d9 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -450,6 +450,9 @@ it: start_again: your_answers: start_now: + case_study: + one: Caso di studio + other: Casi di studio take_part: one: Prendere parte other: Prendere parte diff --git a/config/locales/ja.yml b/config/locales/ja.yml index d1da52e016..789b8ea220 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -377,6 +377,8 @@ ja: start_again: your_answers: start_now: + case_study: + other: ケーススタディ take_part: other: 参加する transaction: diff --git a/config/locales/ka.yml b/config/locales/ka.yml index c6e6e2bd57..2514b88638 100644 --- a/config/locales/ka.yml +++ b/config/locales/ka.yml @@ -450,6 +450,9 @@ ka: start_again: your_answers: start_now: + case_study: + one: შემთხვევის კვლევა + other: შემთხვევის კვლევები take_part: one: მონაწილეობის მიღება other: მონაწილეობის მიღება diff --git a/config/locales/kk.yml b/config/locales/kk.yml index 7e419b5990..96add06f67 100644 --- a/config/locales/kk.yml +++ b/config/locales/kk.yml @@ -450,6 +450,9 @@ kk: start_again: your_answers: start_now: + case_study: + one: Тақырыптық зерттеу + other: Тақырыптық зерттеулер take_part: one: Қатысу other: Қатысу diff --git a/config/locales/ko.yml b/config/locales/ko.yml index d1e883715e..df44c3b7a4 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -377,6 +377,8 @@ ko: start_again: your_answers: start_now: + case_study: + other: 사례 연구 take_part: other: 참여하기 transaction: diff --git a/config/locales/lt.yml b/config/locales/lt.yml index a3a8740280..2bb26a0c0f 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -523,6 +523,10 @@ lt: start_again: your_answers: start_now: + case_study: + few: + one: Atvejo analizė + other: Atvejų analizės take_part: few: one: Dalyvauti diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 95c6e3b9d0..ab32f7a1c4 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -450,6 +450,9 @@ lv: start_again: your_answers: start_now: + case_study: + one: Piemērs + other: Piemēri take_part: one: Piedalīties other: Piedalīties diff --git a/config/locales/ms.yml b/config/locales/ms.yml index 864f81dd16..bbb831453b 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -377,6 +377,8 @@ ms: start_again: your_answers: start_now: + case_study: + other: Kajian kes take_part: other: Ambil bahagian transaction: diff --git a/config/locales/mt.yml b/config/locales/mt.yml index caf7c5428b..8c5ae8c0c3 100644 --- a/config/locales/mt.yml +++ b/config/locales/mt.yml @@ -596,6 +596,11 @@ mt: start_again: your_answers: start_now: + case_study: + few: + many: + one: Studju ta' Każ + other: Studju ta' Każijiet take_part: few: many: diff --git a/config/locales/ne.yml b/config/locales/ne.yml index cdd60dbd66..b2b691187c 100644 --- a/config/locales/ne.yml +++ b/config/locales/ne.yml @@ -450,6 +450,9 @@ ne: start_again: your_answers: start_now: + case_study: + one: मामिला अध्ययन + other: मामिला अध्ययनहरू take_part: one: सहभागी हुनु other: सहभागी हुनु diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 4b1eebbfe2..60a15c376f 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -450,6 +450,9 @@ nl: start_again: your_answers: start_now: + case_study: + one: Casestudy + other: Casestudies take_part: one: Neem deel other: Deelnemen diff --git a/config/locales/no.yml b/config/locales/no.yml index a1efad089f..4538329bd0 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -450,6 +450,9 @@ start_again: your_answers: start_now: + case_study: + one: Casestudie + other: Casestudier take_part: one: Delta other: Delta diff --git a/config/locales/pa-pk.yml b/config/locales/pa-pk.yml index 30980dc570..d21cbb3092 100644 --- a/config/locales/pa-pk.yml +++ b/config/locales/pa-pk.yml @@ -450,6 +450,9 @@ pa-pk: start_again: your_answers: start_now: + case_study: + one: کیس دی پڑھائی + other: کیس دی پڑھائی take_part: one: حصہ لوؤ other: حصہ لوؤ diff --git a/config/locales/pa.yml b/config/locales/pa.yml index 0ba41d82a3..07bf4c3ca2 100644 --- a/config/locales/pa.yml +++ b/config/locales/pa.yml @@ -450,6 +450,9 @@ pa: start_again: your_answers: start_now: + case_study: + one: ਕੇਸ ਅਧਿਐਨ + other: ਕੇਸ ਅਧਿਐਨ take_part: one: ਹਿੱਸਾ ਲੈਣਾ other: ਹਿੱਸਾ ਲੈਣਾ diff --git a/config/locales/pl.yml b/config/locales/pl.yml index dd46ace85a..4b74cb113c 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -596,6 +596,11 @@ pl: start_again: your_answers: start_now: + case_study: + few: + many: + one: Studium przypadku + other: Studia przypadku take_part: few: many: diff --git a/config/locales/ps.yml b/config/locales/ps.yml index 18887c7803..dedffc2d24 100644 --- a/config/locales/ps.yml +++ b/config/locales/ps.yml @@ -450,6 +450,9 @@ ps: start_again: your_answers: start_now: + case_study: + one: موردي مطالعه + other: موردي مطالعات take_part: one: برخه واخلئ other: برخه واخلئ diff --git a/config/locales/pt.yml b/config/locales/pt.yml index d99d29843a..f1f396c28c 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -450,6 +450,9 @@ pt: start_again: your_answers: start_now: + case_study: + one: Estudo de caso + other: Estudos de caso take_part: one: Participar other: Participar diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 49df34057b..6f0c5d7c9e 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -523,6 +523,10 @@ ro: start_again: your_answers: start_now: + case_study: + few: + one: Studiu de caz + other: Studii de caz take_part: few: one: Participă diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 60c4539c97..b7dbf890da 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -596,6 +596,11 @@ ru: start_again: your_answers: start_now: + case_study: + few: + many: + one: Причинный анализ + other: Причинные анализы take_part: few: many: diff --git a/config/locales/si.yml b/config/locales/si.yml index 8948b3ca02..e1a455448e 100644 --- a/config/locales/si.yml +++ b/config/locales/si.yml @@ -450,6 +450,9 @@ si: start_again: your_answers: start_now: + case_study: + one: සිද්ධි අධ්යයනය + other: සිද්ධි අධ්යයන take_part: one: සහභාගී වන්න other: සහභාගී වන්න diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 59a6070e18..a8e06e066d 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -523,6 +523,10 @@ sk: start_again: your_answers: start_now: + case_study: + few: + one: Prípadová štúdia + other: Prípadové štúdie take_part: few: one: Zúčastniť sa diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 6d5af1aa91..022fed7d21 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -596,6 +596,11 @@ sl: start_again: your_answers: start_now: + case_study: + few: + one: Študija primera + other: Študije primera + two: take_part: few: one: Sodelujte diff --git a/config/locales/so.yml b/config/locales/so.yml index 16272fa9a0..a56263c184 100644 --- a/config/locales/so.yml +++ b/config/locales/so.yml @@ -450,6 +450,9 @@ so: start_again: your_answers: start_now: + case_study: + one: Daraasad + other: Daraasado take_part: one: Ka qeybgal other: Ka qeybgal diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 807f907131..3f9fcf2641 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -450,6 +450,9 @@ sq: start_again: your_answers: start_now: + case_study: + one: Rast studimi + other: Raste studimi take_part: one: Merr pjesë other: Merr pjesë diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 7dc22395b5..95d7882824 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -523,6 +523,10 @@ sr: start_again: your_answers: start_now: + case_study: + few: + one: Studija slučaja + other: Studije slučaja take_part: few: one: Učešće diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 1f9c848c75..f6b4afa8c4 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -450,6 +450,9 @@ sv: start_again: your_answers: start_now: + case_study: + one: Fallstudie + other: Fallstudier take_part: one: Delta other: Delta diff --git a/config/locales/sw.yml b/config/locales/sw.yml index bd382bcc0b..a0d721c655 100644 --- a/config/locales/sw.yml +++ b/config/locales/sw.yml @@ -450,6 +450,9 @@ sw: start_again: your_answers: start_now: + case_study: + one: Uchunguzi kifani + other: Uchunguzi kifani take_part: one: Shiriki other: Shiriki diff --git a/config/locales/ta.yml b/config/locales/ta.yml index 2c463d60b5..845740295c 100644 --- a/config/locales/ta.yml +++ b/config/locales/ta.yml @@ -450,6 +450,9 @@ ta: start_again: your_answers: start_now: + case_study: + one: நிகழ்வு ஆய்வு + other: நிகழ்வு ஆய்வுகள் take_part: one: பங்கெடுத்தல் other: பங்கெடுத்தல் diff --git a/config/locales/th.yml b/config/locales/th.yml index f22d47620e..b55e54ae03 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -377,6 +377,8 @@ th: start_again: your_answers: start_now: + case_study: + other: กรณีศึกษา take_part: other: มีส่วนร่วม transaction: diff --git a/config/locales/tk.yml b/config/locales/tk.yml index d48ec6b2d3..f301a06c44 100644 --- a/config/locales/tk.yml +++ b/config/locales/tk.yml @@ -450,6 +450,9 @@ tk: start_again: your_answers: start_now: + case_study: + one: Ýagdaý seljermesi + other: Ýagdaý seljermeleri take_part: one: Gatnaşmak other: Gatnaşmak diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 66f46d8b37..7160ed75f1 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -450,6 +450,9 @@ tr: start_again: your_answers: start_now: + case_study: + one: Vaka incelemesi + other: Vaka incelemeleri take_part: one: Katıl other: Katıl diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 20abd3e434..ac7adaf7ed 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -596,6 +596,11 @@ uk: start_again: your_answers: start_now: + case_study: + few: + many: + one: Аналіз ситуації + other: Аналізи ситуації take_part: few: many: diff --git a/config/locales/ur.yml b/config/locales/ur.yml index 3f916b544a..deab3b7f81 100644 --- a/config/locales/ur.yml +++ b/config/locales/ur.yml @@ -450,6 +450,9 @@ ur: start_again: your_answers: start_now: + case_study: + one: کیس اسٹڈی + other: کیس اسٹڈیز take_part: one: شرکت کریں other: شرکت کریں diff --git a/config/locales/uz.yml b/config/locales/uz.yml index 69d7d6adba..890bdb3763 100644 --- a/config/locales/uz.yml +++ b/config/locales/uz.yml @@ -450,6 +450,9 @@ uz: start_again: your_answers: start_now: + case_study: + one: Ҳолатларнинг таҳлили + other: Ҳолатларнинг таҳлиллари take_part: one: Иштирок этиш other: Иштирок этиш diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 74d664cd47..ee457a88d9 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -377,6 +377,8 @@ vi: start_again: your_answers: start_now: + case_study: + other: Nghiên cứu điển hình take_part: other: Tham gia transaction: diff --git a/config/locales/yi.yml b/config/locales/yi.yml index 94ffb6ff01..cc7337545d 100644 --- a/config/locales/yi.yml +++ b/config/locales/yi.yml @@ -450,6 +450,9 @@ yi: start_again: your_answers: start_now: + case_study: + one: + other: take_part: one: other: diff --git a/config/locales/zh-hk.yml b/config/locales/zh-hk.yml index d742f15460..aeb768ecff 100644 --- a/config/locales/zh-hk.yml +++ b/config/locales/zh-hk.yml @@ -377,6 +377,8 @@ zh-hk: start_again: your_answers: start_now: + case_study: + other: 案例研究 take_part: other: 參加活動 transaction: diff --git a/config/locales/zh-tw.yml b/config/locales/zh-tw.yml index 9ad6004792..8247425e68 100644 --- a/config/locales/zh-tw.yml +++ b/config/locales/zh-tw.yml @@ -377,6 +377,8 @@ zh-tw: start_again: your_answers: start_now: + case_study: + other: 案例分析 take_part: other: 參與 transaction: diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 71295d2d12..a563b617e2 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -377,6 +377,8 @@ zh: start_again: your_answers: start_now: + case_study: + other: 案例研究 take_part: other: 参加 transaction: