govuk_publishing_components 27.19.0 → 28.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +2 -20
  3. data/app/assets/javascripts/govuk_publishing_components/analytics/download-link-tracker.js +21 -16
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/external-link-tracker.js +46 -32
  5. data/app/assets/javascripts/govuk_publishing_components/analytics/google-analytics-universal-tracker.js +20 -7
  6. data/app/assets/javascripts/govuk_publishing_components/analytics/mailto-link-tracker.js +22 -17
  7. data/app/assets/javascripts/govuk_publishing_components/analytics/static-analytics.js +4 -4
  8. data/app/assets/javascripts/govuk_publishing_components/analytics.js +1 -1
  9. data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +18 -18
  10. data/app/assets/javascripts/govuk_publishing_components/components/metadata.js +27 -0
  11. data/app/assets/javascripts/govuk_publishing_components/lib/extend-object.js +22 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -2
  13. data/app/assets/stylesheets/govuk_publishing_components/components/_feedback.scss +8 -37
  14. data/app/assets/stylesheets/govuk_publishing_components/components/_signup-link.scss +34 -0
  15. data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_markdown-typography.scss +6 -0
  16. data/app/views/govuk_publishing_components/components/_big_number.html.erb +10 -4
  17. data/app/views/govuk_publishing_components/components/_metadata.html.erb +2 -2
  18. data/app/views/govuk_publishing_components/components/_signup_link.html.erb +30 -0
  19. data/app/views/govuk_publishing_components/components/docs/accordion.yml +31 -25
  20. data/app/views/govuk_publishing_components/components/docs/big_number.yml +6 -0
  21. data/app/views/govuk_publishing_components/components/docs/feedback.yml +5 -0
  22. data/app/views/govuk_publishing_components/components/docs/input.yml +1 -1
  23. data/app/views/govuk_publishing_components/components/docs/signup_link.yml +39 -0
  24. data/app/views/govuk_publishing_components/components/docs/success_alert.yml +1 -1
  25. data/app/views/govuk_publishing_components/components/docs/tabs.yml +2 -2
  26. data/app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb +9 -6
  27. data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +4 -3
  28. data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +9 -7
  29. data/config/locales/ar.yml +0 -8
  30. data/config/locales/az.yml +0 -8
  31. data/config/locales/be.yml +0 -8
  32. data/config/locales/bg.yml +0 -8
  33. data/config/locales/bn.yml +0 -8
  34. data/config/locales/cs.yml +0 -8
  35. data/config/locales/cy.yml +0 -8
  36. data/config/locales/da.yml +0 -8
  37. data/config/locales/de.yml +0 -8
  38. data/config/locales/dr.yml +0 -8
  39. data/config/locales/el.yml +0 -8
  40. data/config/locales/en.yml +0 -10
  41. data/config/locales/es-419.yml +0 -8
  42. data/config/locales/es.yml +0 -8
  43. data/config/locales/et.yml +0 -8
  44. data/config/locales/fa.yml +0 -8
  45. data/config/locales/fi.yml +0 -8
  46. data/config/locales/fr.yml +0 -8
  47. data/config/locales/gd.yml +0 -8
  48. data/config/locales/gu.yml +0 -8
  49. data/config/locales/he.yml +0 -8
  50. data/config/locales/hi.yml +0 -8
  51. data/config/locales/hr.yml +0 -8
  52. data/config/locales/hu.yml +0 -8
  53. data/config/locales/hy.yml +0 -8
  54. data/config/locales/id.yml +0 -8
  55. data/config/locales/is.yml +0 -8
  56. data/config/locales/it.yml +0 -8
  57. data/config/locales/ja.yml +0 -8
  58. data/config/locales/ka.yml +0 -8
  59. data/config/locales/kk.yml +0 -8
  60. data/config/locales/ko.yml +0 -8
  61. data/config/locales/lt.yml +0 -8
  62. data/config/locales/lv.yml +0 -8
  63. data/config/locales/ms.yml +0 -8
  64. data/config/locales/mt.yml +0 -8
  65. data/config/locales/nl.yml +0 -8
  66. data/config/locales/no.yml +0 -8
  67. data/config/locales/pa-pk.yml +0 -8
  68. data/config/locales/pa.yml +0 -8
  69. data/config/locales/pl.yml +0 -8
  70. data/config/locales/ps.yml +0 -8
  71. data/config/locales/pt.yml +0 -8
  72. data/config/locales/ro.yml +0 -8
  73. data/config/locales/ru.yml +0 -8
  74. data/config/locales/si.yml +0 -8
  75. data/config/locales/sk.yml +0 -8
  76. data/config/locales/sl.yml +0 -8
  77. data/config/locales/so.yml +0 -8
  78. data/config/locales/sq.yml +0 -8
  79. data/config/locales/sr.yml +0 -8
  80. data/config/locales/sv.yml +0 -8
  81. data/config/locales/sw.yml +0 -8
  82. data/config/locales/ta.yml +0 -8
  83. data/config/locales/th.yml +0 -8
  84. data/config/locales/tk.yml +0 -8
  85. data/config/locales/tr.yml +0 -8
  86. data/config/locales/uk.yml +0 -8
  87. data/config/locales/ur.yml +0 -8
  88. data/config/locales/uz.yml +0 -8
  89. data/config/locales/vi.yml +0 -8
  90. data/config/locales/zh-hk.yml +0 -8
  91. data/config/locales/zh-tw.yml +0 -8
  92. data/config/locales/zh.yml +0 -8
  93. data/lib/govuk_publishing_components/version.rb +1 -1
  94. data/lib/govuk_publishing_components.rb +0 -2
  95. metadata +7 -15
  96. data/app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js +0 -237
  97. data/app/assets/stylesheets/govuk_publishing_components/components/_highlight-boxes.scss +0 -84
  98. data/app/assets/stylesheets/govuk_publishing_components/components/_taxonomy-list.scss +0 -21
  99. data/app/views/govuk_publishing_components/components/_admin_analytics.html.erb +0 -20
  100. data/app/views/govuk_publishing_components/components/_government_navigation.html.erb +0 -86
  101. data/app/views/govuk_publishing_components/components/_highlight_boxes.html.erb +0 -47
  102. data/app/views/govuk_publishing_components/components/_taxonomy_list.html.erb +0 -30
  103. data/app/views/govuk_publishing_components/components/docs/admin_analytics.yml +0 -10
  104. data/app/views/govuk_publishing_components/components/docs/government_navigation.yml +0 -20
  105. data/app/views/govuk_publishing_components/components/docs/highlight_boxes.yml +0 -171
  106. data/app/views/govuk_publishing_components/components/docs/taxonomy_list.yml +0 -112
  107. data/lib/govuk_publishing_components/presenters/highlight_boxes_helper.rb +0 -13
  108. data/lib/govuk_publishing_components/presenters/taxonomy_list_helper.rb +0 -23
@@ -78,14 +78,6 @@ en:
78
78
  what_doing: What were you doing?
79
79
  what_wrong: What went wrong?
80
80
  'yes': 'Yes'
81
- government_navigation:
82
- consultations: Consultations
83
- departments: Departments
84
- get-involved: Get involved
85
- how-government-works: How government works
86
- news_and_communications: News and communications
87
- statistics: Statistics
88
- worldwide: Worldwide
89
81
  intervention:
90
82
  accessible_link_text_suffix: " (opens in a new tab)"
91
83
  layout_footer:
@@ -189,8 +181,6 @@ en:
189
181
  href: "/coronavirus"
190
182
  - label: 'Brexit: check what you need to do'
191
183
  href: "/brexit"
192
- - label: Sign in to your personal tax account
193
- href: "/personal-tax-account"
194
184
  - label: Find a job
195
185
  href: "/find-a-job"
196
186
  - label: 'Personal tax account: sign in'
@@ -79,14 +79,6 @@ es-419:
79
79
  what_doing: "¿Qué estaba haciendo?"
80
80
  what_wrong: "¿Qué salió mal?"
81
81
  'yes': Sí
82
- government_navigation:
83
- consultations: Consultas
84
- departments: Departamentos
85
- get-involved: Participar
86
- how-government-works: Cómo funciona el gobierno
87
- news_and_communications: Noticias y comunicados
88
- statistics: Estadísticas
89
- worldwide: En el mundo
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Todos los contenidos están disponibles bajo la <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Licencia Gubernamental Abierta v3.0</a>, salvo que se indique lo contrario
@@ -79,14 +79,6 @@ es:
79
79
  what_doing: "¿Qué estaba haciendo?"
80
80
  what_wrong: "¿Qué ha fallado?"
81
81
  'yes': Sí
82
- government_navigation:
83
- consultations: Consultas
84
- departments: Departamentos
85
- get-involved: Participe
86
- how-government-works: Cómo funciona el gobierno
87
- news_and_communications: Noticias y comunicaciones
88
- statistics: Estadísticas
89
- worldwide: En todo el mundo
90
82
  layout_footer:
91
83
  copyright_html: <a class='govuk-footer__link govuk-footer__copyright-logo' href='http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Derechos de autor de la corona</a>
92
84
  licence_html: Todo el contenido está disponible bajo la <a class='govuk-footer__link' href='https://www.nationalarchives.gov.uk/doc/open-government-license/version/3/" rel='license'>Licencia de Gobierno Abierto v3,0</a>, excepto donde se indique lo contrario
@@ -82,14 +82,6 @@ et:
82
82
  what_doing: Mida te tegite?
83
83
  what_wrong: Mis läks valesti?
84
84
  'yes': Jah
85
- government_navigation:
86
- consultations: Konsultatsioonid
87
- departments: Osakonnad
88
- get-involved: Osalemine
89
- how-government-works: Kuidas valitsus töötab
90
- news_and_communications: Uudised ja teabevahetus
91
- statistics: Statistika
92
- worldwide: Kogu maailmas
93
85
  layout_footer:
94
86
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crowni autoriõigus</a>
95
87
  licence_html: Kogu sise on saadaval <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a> all, kui pole märgitud teisiti
@@ -78,14 +78,6 @@ fa:
78
78
  what_doing: داشتید چه کار می‌کردید؟
79
79
  what_wrong: چه مشکلی پیش آمد؟
80
80
  'yes': بله
81
- government_navigation:
82
- consultations: مشاوره‌ها
83
- departments: اداره‌ها
84
- get-involved: مشارکت کنید
85
- how-government-works: نحوه عملکرد دولت
86
- news_and_communications: اخبار و ارتباطات
87
- statistics: آمار
88
- worldwide: جهانی
89
81
  layout_footer:
90
82
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">کپی‌رایت © Crown</a>
91
83
  licence_html: تمام محتوا تحت <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">مجوز دولت باز نسخه 3.0</a> در دسترس است، مگر در مواردی که خلاف آن بیان شده باشد
@@ -81,14 +81,6 @@ fi:
81
81
  what_doing: Mitä olit tekemässä?
82
82
  what_wrong: Mikä meni vikaan?
83
83
  'yes': Kyllä
84
- government_navigation:
85
- consultations: Konsultaatiot
86
- departments: Osastot
87
- get-involved: Tule mukaan
88
- how-government-works: Miten hallitus toimii
89
- news_and_communications: Uutiset ja viestintä
90
- statistics: Tilastot
91
- worldwide: Maailmanlaajuinen
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Kruunun tekijänoikeus</a>
94
86
  licence_html: Kaikki sisältö on saatavilla osoitteessa <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Avoimen hallinnon lisenssi v3.0</a>, ellei toisin mainita
@@ -79,14 +79,6 @@ fr:
79
79
  what_doing: Que faisiez-vous ?
80
80
  what_wrong: Qu'est-ce qui n'a pas marché ?
81
81
  'yes': Oui
82
- government_navigation:
83
- consultations: Consultations
84
- departments: Départements
85
- get-involved: Impliquez-vous
86
- how-government-works: Quel est le mode de fonctionnement du gouvernement ?
87
- news_and_communications: Actualités et communications
88
- statistics: Statistiques
89
- worldwide: Dans le monde entier
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Copyright de la Couronne</a>
92
84
  licence_html: L'ensemble du contenu est disponible en vertu de la <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, sauf indication contraire.
@@ -81,14 +81,6 @@ gd:
81
81
  what_doing: Cad atá á dhéanamh agat ?
82
82
  what_wrong: Cad a chuaigh mícheart?
83
83
  'yes': Sea
84
- government_navigation:
85
- consultations: Téigh i gcomhairle
86
- departments: Roinn
87
- get-involved: Páirt a ghlacadh
88
- how-government-works: Conas a oibríonn an rialtas
89
- news_and_communications: Nuacht agus cumarsáid
90
- statistics: Sonraí staidrimh
91
- worldwide: Sa domhan ar fad
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
94
86
  licence_html: Tá an t-ábhar go léir ar fáil faoi <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Oibriú saor in aisce v3.0</a>, mura luaitear a mhalairt
@@ -79,14 +79,6 @@ gu:
79
79
  what_doing: તમે શું કરી રહ્યા હતા?
80
80
  what_wrong: શું ગરબડ થઈ?
81
81
  'yes': હા
82
- government_navigation:
83
- consultations: પરામર્શ
84
- departments: વિભાગો
85
- get-involved: સામેલ કરો
86
- how-government-works: સરકાર કેવી રીતે કામ કરે છે
87
- news_and_communications: સમાચાર અને સંદેશાવ્યવહાર
88
- statistics: આંકડા
89
- worldwide: વિશ્વવ્યાપી
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© ક્રાઉન કૉપીરાઇટ</a>
92
84
  licence_html: તમામ સામગ્રી<a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> ઓપન ગવર્નમેંટ લાઇસન્સ v3.0</a>હેઠળ ઉપલબ્ધ છે, સિવાય કે અન્યથા જણાવેલ હોય
@@ -79,14 +79,6 @@ he:
79
79
  what_doing: מה אתה עושה?
80
80
  what_wrong: מה השתבש?
81
81
  'yes': כן
82
- government_navigation:
83
- consultations: דיונים
84
- departments: מחלקות
85
- get-involved: להתערב
86
- how-government-works: איך הממשלה פועלת
87
- news_and_communications: חדשות ותקשורת
88
- statistics: סטטיסטיקה
89
- worldwide: ברחבי העולם
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: כל התוכן זמין תחת <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">פתוח רישיון ממשלתי v3.0</a>, אלא אם מצוין אחרת
@@ -79,14 +79,6 @@ hi:
79
79
  what_doing: आप क्या कर रहे थे?
80
80
  what_wrong: क्या गलत हुआ?
81
81
  'yes': हां
82
- government_navigation:
83
- consultations: परामर्श
84
- departments: विभाग
85
- get-involved: शामिल हों
86
- how-government-works: सरकार कैसे काम करती है
87
- news_and_communications: खबर और संचार
88
- statistics: सांख्यिकी
89
- worldwide: विश्वव्यापी
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© क्राउन कॉपीराइट</a>
92
84
  licence_html: सभी सामग्री <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">ओपन गवर्नमेंट लाइसेंस v3.0</a> के तहत उपलब्ध है, अन्यथा दर्शाए गए को छोड़कर
@@ -81,14 +81,6 @@ hr:
81
81
  what_doing: Šta ste radili?
82
82
  what_wrong: Što je pošlo po zlu?
83
83
  'yes': Da
84
- government_navigation:
85
- consultations: Konzultacije
86
- departments: Odjeli
87
- get-involved: Uključi se
88
- how-government-works: Kako vlada funkcionira
89
- news_and_communications: Vijesti i komunikacije
90
- statistics: Statistika
91
- worldwide: U cijelom svijetu
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
94
86
  licence_html: Sav sadržaj dostupan je pod <a class="govuk-footer__link"href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"rel="license">Otvorena Državna licenca v3.0</a>, osim ako nije drugačije navedeno
@@ -82,14 +82,6 @@ hu:
82
82
  what_doing: Mit csinált?
83
83
  what_wrong: Milyen hiba lépett fel?
84
84
  'yes': Igen
85
- government_navigation:
86
- consultations: Konzultációk
87
- departments: Részlegek
88
- get-involved: Kapcsolódjon be
89
- how-government-works: Hogyan működik a kormány
90
- news_and_communications: Hírek és közlemények
91
- statistics: Statisztikák
92
- worldwide: Globális
93
85
  layout_footer:
94
86
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
95
87
  licence_html: Minden tartalom a <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Nyílt Közigazgatási Engedélyek v3.0</a> keretein belül elérhető, kivéve, ha ettől eltérő információ van feltüntetve
@@ -83,14 +83,6 @@ hy:
83
83
  what_doing: Ի՞նչ էիք փնտրում։
84
84
  what_wrong: Ի՞նչը խնդիր առաջացավ։
85
85
  'yes': Այո
86
- government_navigation:
87
- consultations: Խորհրդակցություններ
88
- departments: Գերատեսչություններ
89
- get-involved: Ներգրավվածություն
90
- how-government-works: Ինչպես է կառավարությունն աշխատում
91
- news_and_communications: Նորություններ և հաղորդակցություններ
92
- statistics: Վիճակագրություն
93
- worldwide: Ամբողջ աշխարհում
94
86
  layout_footer:
95
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
96
88
  licence_html: Ողջ բովանդակությունը հասանելի է <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0 հրապարակումների սերվերում</a>, բացառությամբ այլ դեպքերի
@@ -80,14 +80,6 @@ id:
80
80
  what_doing: Apa yang Anda lakukan?
81
81
  what_wrong: Apa yang salah?
82
82
  'yes': Ya
83
- government_navigation:
84
- consultations: Konsultasi
85
- departments: Departemen
86
- get-involved: Ikut terlibat
87
- how-government-works: Cara kerja pemerintah
88
- news_and_communications: Berita dan komunikasi
89
- statistics: Statistik
90
- worldwide: Dunia
91
83
  layout_footer:
92
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">Hak Cipta © Crown</a>
93
85
  licence_html: Semu konten tersedia sesuai <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Lisensi Terbuka Pemerintah v3.0</a>, kecuali dinyatakan berbeda
@@ -79,14 +79,6 @@ is:
79
79
  what_doing: Hvað varstu að gera?
80
80
  what_wrong: Hvað fór úrskeiðis?
81
81
  'yes': Já
82
- government_navigation:
83
- consultations: Ráðgjöf
84
- departments: Deildir
85
- get-involved: Taktu þátt
86
- how-government-works: Hvernig ríkið virkar
87
- news_and_communications: Fréttir og tilkynningar
88
- statistics: Tölfræði
89
- worldwide: Úti um allan heim
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© höfunarréttur Krúnunnar</a>
92
84
  licence_html: Allt efni er aðgengilegt samkvæmt <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, nema annað sé tekið fram
@@ -79,14 +79,6 @@ it:
79
79
  what_doing: Cosa stavi facendo?
80
80
  what_wrong: Cosa è andato storto?
81
81
  'yes': Sì
82
- government_navigation:
83
- consultations: Consultazioni
84
- departments: Dipartimenti
85
- get-involved: Mettiti in gioco
86
- how-government-works: Come funziona il governo
87
- news_and_communications: Notizie e comunicazioni
88
- statistics: Statistiche
89
- worldwide: In tutto il mondo
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Tutto il contenuto è disponibile sotto la <a class=”govuk-footer__link” href=”https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/” rel=”license”>Open Government Licence v3.0</a>, tranne dove diversamente indicato
@@ -76,14 +76,6 @@ ja:
76
76
  what_doing: 何をしましたか?
77
77
  what_wrong: どのような不具合ですか?
78
78
  'yes': はい
79
- government_navigation:
80
- consultations: 相談
81
- departments: 部門
82
- get-involved: 参加する
83
- how-government-works: 政府のしくみ
84
- news_and_communications: ニュースと通信
85
- statistics: 統計
86
- worldwide: 全世界
87
79
  layout_footer:
88
80
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
89
81
  licence_html: 特に明記されていない限り、すべてのコンテンツは <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>でご利用いただけます。
@@ -82,14 +82,6 @@ ka:
82
82
  what_doing: რას აკეთებდით?
83
83
  what_wrong: რა მოხდა არასწორად?
84
84
  'yes': დიახ
85
- government_navigation:
86
- consultations: კონსულტაციები
87
- departments: დეპარტამენტები
88
- get-involved: ჩართულობა
89
- how-government-works: როგორ მუშაობს სახელმწიფო
90
- news_and_communications: სიახლეები და კომუნიკაციები
91
- statistics: სტატისტიკა
92
- worldwide: მსოფლიო
93
85
  layout_footer:
94
86
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© გვირგვინის ქოფირაითი</a>
95
87
  licence_html: ყველა მასალა ხელმისაწვდომია <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, გარდა სხვა განცხადებებისა
@@ -79,14 +79,6 @@ kk:
79
79
  what_doing: Сіз не істеп жатыр едіңіз?
80
80
  what_wrong: Не дұрыс болмады?
81
81
  'yes': Иә
82
- government_navigation:
83
- consultations: Кеңестер
84
- departments: Бөлімдер
85
- get-involved: Қатысыңыз
86
- how-government-works: Мемлекет қалай жұмыс істейді
87
- news_and_communications: Жаңалықтар мен байланыстар
88
- statistics: Статистика
89
- worldwide: Бүкіл әлем бойынша
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown авторлық құқығы</a>
92
84
  licence_html: Барлық мазмұн <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Ашық мемлекеттік лицензиясы v3.0</a> (басқаша жазылғанды қоспағанда) сайтында қолжетімді
@@ -75,14 +75,6 @@ ko:
75
75
  what_doing:
76
76
  what_wrong:
77
77
  'yes':
78
- government_navigation:
79
- consultations:
80
- departments:
81
- get-involved:
82
- how-government-works:
83
- news_and_communications:
84
- statistics:
85
- worldwide:
86
78
  layout_footer:
87
79
  copyright_html:
88
80
  licence_html:
@@ -84,14 +84,6 @@ lt:
84
84
  what_doing: Ką darėte?
85
85
  what_wrong: Kas nutiko?
86
86
  'yes': Taip
87
- government_navigation:
88
- consultations: Konsultacijos
89
- departments: Skyriai
90
- get-involved: Įsitraukite
91
- how-government-works: Kaip dirba valdžia
92
- news_and_communications: Naujienos ir pranešimai
93
- statistics: Statistika
94
- worldwide: Visame pasaulyje
95
87
  layout_footer:
96
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
97
89
  licence_html: Visą turinį rasite <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, nebent nurodyta kitaip
@@ -83,14 +83,6 @@ lv:
83
83
  what_doing: Ko jūs darījāt?
84
84
  what_wrong: Kādas problēmas radās?
85
85
  'yes': Jā
86
- government_navigation:
87
- consultations: Konsultācijas
88
- departments: Departamenti
89
- get-involved: Iesaistīties
90
- how-government-works: Kā darbojas valdība
91
- news_and_communications: Ziņas un saziņa
92
- statistics: Statistika
93
- worldwide: Visā pasaulē
94
86
  layout_footer:
95
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Britu sadraudzības autortiesības</a>
96
88
  licence_html: Viss saturs, kas ir pieejams saskaņā ar <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">valsts izsniegto atklāto licenci v3.0</a>, izņemot, ja norādīts citādi
@@ -79,14 +79,6 @@ ms:
79
79
  what_doing: Apa yang anda buat?
80
80
  what_wrong: Apa yang salah?
81
81
  'yes': Ya
82
- government_navigation:
83
- consultations: Rundingan
84
- departments: Jabatan
85
- get-involved: Melibatkan diri
86
- how-government-works: Bagaimana kerajaan berfungsi
87
- news_and_communications: Berita dan komunikasi
88
- statistics: Statistik
89
- worldwide: Di seluruh dunia
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Semua kandungan tersedia di bawah <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> Lesen Terbuka Kerajaan v3.0 </a>, kecuali jika dinyatakan sebaliknya
@@ -81,14 +81,6 @@ mt:
81
81
  what_doing: X'kont qed tagħmel?
82
82
  what_wrong: X'mar ħażin?
83
83
  'yes': Iva
84
- government_navigation:
85
- consultations: Konsultazzjonijiet
86
- departments: Dipartimenti
87
- get-involved: Involvi ruħek
88
- how-government-works: Kif jaħdem il-gvern
89
- news_and_communications: Aħbarijiet u komunikazzjonijiet
90
- statistics: Statistiċi
91
- worldwide: Madwar id-dinja
92
84
  layout_footer:
93
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
94
86
  licence_html: Il-kontenut huwa kollu disponibbli taħt <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Liċenzja ta' Gvern miftuħ v3.0</a>, except where otherwise stated
@@ -79,14 +79,6 @@ nl:
79
79
  what_doing: Wat was u aan het doen?
80
80
  what_wrong: Wat ging er mis?
81
81
  'yes': Ja
82
- government_navigation:
83
- consultations: Raadplegingen
84
- departments: Afdelingen
85
- get-involved: Betrokken raken
86
- how-government-works: Hoe de overheid werkt
87
- news_and_communications: Nieuws en communicatie
88
- statistics: Statistieken
89
- worldwide: Wereldwijd
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Alle inhoud is beschikbaar onder de <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Overheidslicentie v3.0</a>, behalve waar anders vermeld
@@ -79,14 +79,6 @@
79
79
  what_doing: Hva gjorde du?
80
80
  what_wrong: Hva gikk galt?
81
81
  'yes': Ja
82
- government_navigation:
83
- consultations: Konsultasjoner
84
- departments: Avdelinger
85
- get-involved: Bli involvert
86
- how-government-works: Hvordan regjeringen fungerer
87
- news_and_communications: Nyheter og kommunikasjon
88
- statistics: Statistikk
89
- worldwide: Verdensomspennende
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
92
84
  licence_html: Alt innhold er tilgjengelig under<a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, med mindre annet er angitt
@@ -75,14 +75,6 @@ pa-pk:
75
75
  what_doing: تُسی کیہ کر رئے سو
76
76
  what_wrong: کیہ غلط ہویا اے
77
77
  'yes': جی ہاں
78
- government_navigation:
79
- consultations: مشورے
80
- departments: محکمے
81
- get-involved: تُسی شامل ہو جاؤ
82
- how-government-works: کہ حکومت کس طراں کم کر دی اے
83
- news_and_communications: خبراں تے رابطے
84
- statistics: حساب کتاب
85
- worldwide: ساری دُنیا اُتے
86
78
  layout_footer:
87
79
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/ information-management/re-using-public-sector-information/copyright-and-re-use/ /crown-copyright/">© کاپی کراؤن رائٹ</a>
88
80
  licence_html: سارا مواد ایندے تھلے موجود اے <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">اوپن گورنمنٹ لائسنس v3.0</a>, ایہ قبول کر لو جیڑا ایس توں علاوہ اے
@@ -79,14 +79,6 @@ pa:
79
79
  what_doing: ਤੁਸੀਂ ਕੀ ਕਰ ਰਹੇ ਸੀ?
80
80
  what_wrong: ਕੀ ਗਲਤ ਹੋਇਆ?
81
81
  'yes': ਹਾਂ
82
- government_navigation:
83
- consultations: ਸਲਾਹ ਮਸ਼ਵਰੇ
84
- departments: ਵਿਭਾਗ
85
- get-involved: ਸ਼ਾਮਲ ਕਰੋ
86
- how-government-works: ਸਰਕਾਰ ਕਿਵੇਂ ਕੰਮ ਕਰਦੀ ਹੈ
87
- news_and_communications: ਖ਼ਬਰਾਂ ਅਤੇ ਸੰਚਾਰ
88
- statistics: ਅੰਕੜੇ
89
- worldwide: ਦੁਨੀਆ ਭਰ ਵਿੱਚ
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© ਕ੍ਰਾਊਨ ਕਾਪੀਰਾਈਟ</a>
92
84
  licence_html: ਸਾਰੀ ਸਮਗਰੀ <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">ਓਪਨ ਗਵਰਨਮੈਂਟ ਲਾਇਸੈਂਸ v3.0</a>, ਦੇ ਅਧੀਨ ਸਾਰੀ ਸਮਗਰੀ ਉਪਲਬਧ ਹੈ ਸਿਵਾਏ ਇਸਦੇ ਜਿੱਥੇ ਹੋਰ ਨਹੀਂ ਕਿਹਾ ਗਿਆ ਹੈ
@@ -83,14 +83,6 @@ pl:
83
83
  what_doing: Co robiłeś?
84
84
  what_wrong: Co poszło nie tak?
85
85
  'yes': Tak
86
- government_navigation:
87
- consultations: Konsultacje
88
- departments: Departamenty
89
- get-involved: Weź udział
90
- how-government-works: Jak funkcjonuje rząd
91
- news_and_communications: Wiadomości i komunikaty
92
- statistics: Statystyki
93
- worldwide: Na świecie
94
86
  layout_footer:
95
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Właścicielem praw autorskich jest Korona</a>
96
88
  licence_html: Cała zawartość objęta jest licencją <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, chyba że zaznaczono inaczej
@@ -76,14 +76,6 @@ ps:
76
76
  what_doing: ته څه کوې؟
77
77
  what_wrong: څه غلط شول؟
78
78
  'yes': هو
79
- government_navigation:
80
- consultations: مشورې
81
- departments: څانګې
82
- get-involved: ورګډ شه
83
- how-government-works: حکومت څنګه کار کوي
84
- news_and_communications: خبرونه او مخابرات
85
- statistics: احصایه
86
- worldwide: په ټوله نړۍ کې
87
79
  layout_footer:
88
80
  copyright_html: <a class = "govuk-footer__link govuk-footer__copyright-logo" href = "http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use /crown-copyright/"> rown د تاج کاپي حق </a>
89
81
  licence_html: ټول مینځپانګه د <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> لاندې خلاصې دي د حکومت جواز v3.0 </a> ، پرته لدې چیرې چې بل ډول ویل شوي
@@ -79,14 +79,6 @@ pt:
79
79
  what_doing: O que estava a fazer?
80
80
  what_wrong: O que correu mal?
81
81
  'yes': Sim
82
- government_navigation:
83
- consultations: Consultas
84
- departments: Departamentos
85
- get-involved: Envolva-se
86
- how-government-works: Como funciona o governo
87
- news_and_communications: Notícias e comunicações
88
- statistics: Estatísticas
89
- worldwide: Em todo o mundo
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Direitos de autor da Coroa</a>
92
84
  licence_html: Todo o conteúdo está disponível ao abrigo da <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, exceto quando indicado em contrário
@@ -80,14 +80,6 @@ ro:
80
80
  what_doing: Ce făceați?
81
81
  what_wrong: Ce eroare a survenit?
82
82
  'yes': Da
83
- government_navigation:
84
- consultations: Consultații
85
- departments: Departamente
86
- get-involved: Implicați-vă
87
- how-government-works: Cum funcționează guvernul
88
- news_and_communications: Știri și comunicări
89
- statistics: Statistici
90
- worldwide: Global
91
83
  layout_footer:
92
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
93
85
  licence_html: Tot conținutul este disponibil conform <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, cu excepția cazurilor în care s-a specificat altceva
@@ -83,14 +83,6 @@ ru:
83
83
  what_doing: Что вы делали?
84
84
  what_wrong: Что пошло не так?
85
85
  'yes': Да
86
- government_navigation:
87
- consultations: Консультации
88
- departments: Отделы
89
- get-involved: Принимать участие
90
- how-government-works: Как работает правительство
91
- news_and_communications: Новости и коммуникация
92
- statistics: Статистика
93
- worldwide: По всему миру
94
86
  layout_footer:
95
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Авторское право Британского содружества наций</a>
96
88
  licence_html: Все содержимое доступно на <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> Открытой государственной лицензии v3.0</a>, если не указано иное
@@ -79,14 +79,6 @@ si:
79
79
  what_doing: ඔබ කුමක් ද කරමින් සිටියේ?
80
80
  what_wrong: වැරදුණේ කුමක්ද?
81
81
  'yes': ඔව්
82
- government_navigation:
83
- consultations: උපදේශන
84
- departments: දෙපාර්තමේන්තු
85
- get-involved: සම්බන්ධ වන්න
86
- how-government-works: රජය ක්රියා කරන ආකාරය
87
- news_and_communications: පුවත් සහ සන්නිවේදනයන්
88
- statistics: සංඛ්‍යාලේඛන
89
- worldwide: ලෝක ව්යාප්ත
90
82
  layout_footer:
91
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© රාජ්‍ය කතුහිමිකම</a>
92
84
  licence_html: සියලු අන්තගතයන් වෙනත් ආකාරයකින් සඳහන් කර තිබුණොත් මිසක <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">රජයේ විවෘත බලපත්‍ර v3.0</a>, යටතේ ලබා ගත හැකිය
@@ -84,14 +84,6 @@ sk:
84
84
  what_doing: Čo ste robili?
85
85
  what_wrong: Čo sa pokazilo?
86
86
  'yes': Áno
87
- government_navigation:
88
- consultations: Konzultácie
89
- departments: Oddelenia
90
- get-involved: Zapojiť sa
91
- how-government-works: Ako funguje vláda
92
- news_and_communications: Novinky a komunikácia
93
- statistics: Štatistiky
94
- worldwide: Celosvetovo
95
87
  layout_footer:
96
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Korunné autorské práva</a>
97
89
  licence_html: Všetok obsah je k dispozícii pod <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">licenciou Open Government Licence v3.0</a>, okrem prípadov, keď je uvedené inak
@@ -86,14 +86,6 @@ sl:
86
86
  what_doing: Kaj ste počeli?
87
87
  what_wrong: Kaj je šlo narobe?
88
88
  'yes': Da
89
- government_navigation:
90
- consultations: Posvetovanja
91
- departments: Oddelki
92
- get-involved: Sodelujte
93
- how-government-works: Kako deluje vlada
94
- news_and_communications: Novice in sporočila
95
- statistics: Statistika
96
- worldwide: Po svetu
97
89
  layout_footer:
98
90
  copyright_html: <a class="govnu-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Avtorske pravice krone</a>
99
91
  licence_html: Vsa vsebina je na voljo na <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Odprto vladno dovoljenje v3.0</a>, razen kjer je zapisano drugače