govuk_publishing_components 54.0.1 → 55.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/lib/sticky-element-container.js +117 -0
  3. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +5 -0
  4. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +6 -12
  5. data/app/assets/stylesheets/govuk_publishing_components/components/_back-to-top-link.scss +15 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list-with-body.scss +58 -0
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_figure.scss +46 -0
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +1 -21
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_published-dates.scss +57 -0
  10. data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +0 -74
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_summary-banner.scss +33 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_sticky-element-container.scss +23 -0
  13. data/app/models/govuk_publishing_components/component_doc.rb +1 -1
  14. data/app/views/govuk_publishing_components/components/_back_to_top_link.html.erb +19 -0
  15. data/app/views/govuk_publishing_components/components/_contents_list_with_body.html.erb +27 -0
  16. data/app/views/govuk_publishing_components/components/_figure.html.erb +28 -0
  17. data/app/views/govuk_publishing_components/components/_layout_header.html.erb +0 -6
  18. data/app/views/govuk_publishing_components/components/_published_dates.html.erb +50 -0
  19. data/app/views/govuk_publishing_components/components/_search.html.erb +1 -4
  20. data/app/views/govuk_publishing_components/components/_summary_banner.html.erb +27 -0
  21. data/app/views/govuk_publishing_components/components/docs/back_to_top_link.yml +19 -0
  22. data/app/views/govuk_publishing_components/components/docs/contents_list_with_body.yml +90 -0
  23. data/app/views/govuk_publishing_components/components/docs/figure.yml +43 -0
  24. data/app/views/govuk_publishing_components/components/docs/layout_header.yml +0 -3
  25. data/app/views/govuk_publishing_components/components/docs/published_dates.yml +43 -0
  26. data/app/views/govuk_publishing_components/components/docs/search.yml +0 -9
  27. data/app/views/govuk_publishing_components/components/docs/summary_banner.yml +28 -0
  28. data/config/locales/ar.yml +11 -3
  29. data/config/locales/az.yml +11 -3
  30. data/config/locales/be.yml +11 -3
  31. data/config/locales/bg.yml +11 -3
  32. data/config/locales/bn.yml +11 -3
  33. data/config/locales/cs.yml +11 -3
  34. data/config/locales/cy.yml +11 -3
  35. data/config/locales/da.yml +11 -3
  36. data/config/locales/de.yml +11 -3
  37. data/config/locales/dr.yml +11 -3
  38. data/config/locales/el.yml +11 -3
  39. data/config/locales/en.yml +11 -3
  40. data/config/locales/es-419.yml +11 -3
  41. data/config/locales/es.yml +11 -3
  42. data/config/locales/et.yml +11 -3
  43. data/config/locales/fa.yml +11 -3
  44. data/config/locales/fi.yml +11 -3
  45. data/config/locales/fr.yml +11 -3
  46. data/config/locales/gd.yml +11 -3
  47. data/config/locales/gu.yml +11 -3
  48. data/config/locales/he.yml +11 -3
  49. data/config/locales/hi.yml +11 -3
  50. data/config/locales/hr.yml +11 -3
  51. data/config/locales/hu.yml +11 -3
  52. data/config/locales/hy.yml +11 -3
  53. data/config/locales/id.yml +11 -3
  54. data/config/locales/is.yml +11 -3
  55. data/config/locales/it.yml +11 -3
  56. data/config/locales/ja.yml +11 -3
  57. data/config/locales/ka.yml +11 -3
  58. data/config/locales/kk.yml +11 -3
  59. data/config/locales/ko.yml +11 -3
  60. data/config/locales/lt.yml +11 -3
  61. data/config/locales/lv.yml +11 -3
  62. data/config/locales/ms.yml +11 -3
  63. data/config/locales/mt.yml +11 -3
  64. data/config/locales/ne.yml +224 -0
  65. data/config/locales/nl.yml +11 -3
  66. data/config/locales/no.yml +11 -3
  67. data/config/locales/pa-pk.yml +11 -3
  68. data/config/locales/pa.yml +11 -3
  69. data/config/locales/pl.yml +11 -3
  70. data/config/locales/ps.yml +11 -3
  71. data/config/locales/pt.yml +11 -3
  72. data/config/locales/ro.yml +11 -3
  73. data/config/locales/ru.yml +11 -3
  74. data/config/locales/si.yml +11 -3
  75. data/config/locales/sk.yml +11 -3
  76. data/config/locales/sl.yml +11 -3
  77. data/config/locales/so.yml +11 -3
  78. data/config/locales/sq.yml +11 -3
  79. data/config/locales/sr.yml +11 -3
  80. data/config/locales/sv.yml +11 -3
  81. data/config/locales/sw.yml +11 -3
  82. data/config/locales/ta.yml +11 -3
  83. data/config/locales/th.yml +11 -3
  84. data/config/locales/tk.yml +11 -3
  85. data/config/locales/tr.yml +11 -3
  86. data/config/locales/uk.yml +11 -3
  87. data/config/locales/ur.yml +11 -3
  88. data/config/locales/uz.yml +11 -3
  89. data/config/locales/vi.yml +11 -3
  90. data/config/locales/zh-hk.yml +11 -3
  91. data/config/locales/zh-tw.yml +11 -3
  92. data/config/locales/zh.yml +11 -3
  93. data/lib/govuk_publishing_components/version.rb +1 -1
  94. data/node_modules/axe-core/README.md +2 -2
  95. data/node_modules/axe-core/axe.js +63 -46
  96. data/node_modules/axe-core/axe.min.js +3 -3
  97. data/node_modules/axe-core/locales/_template.json +1 -1
  98. data/node_modules/axe-core/locales/de.json +19 -19
  99. data/node_modules/axe-core/locales/ko.json +4 -4
  100. data/node_modules/axe-core/package.json +4 -3
  101. data/node_modules/axe-core/sri-history.json +4 -0
  102. metadata +20 -9
  103. data/app/assets/images/govuk_publishing_components/action-link-arrow--dark.png +0 -0
  104. data/app/assets/images/govuk_publishing_components/action-link-arrow--light.png +0 -0
  105. data/app/assets/images/govuk_publishing_components/action-link-arrow--simple-light.png +0 -0
  106. data/app/assets/images/govuk_publishing_components/action-link-arrow--simple.png +0 -0
  107. data/app/assets/images/govuk_publishing_components/action-link-arrow.png +0 -0
  108. data/app/assets/images/govuk_publishing_components/search-button.png +0 -0
  109. data/app/views/govuk_publishing_components/components/layout_header/_search.html.erb +0 -29
@@ -28,6 +28,8 @@ hr:
28
28
  request_format_text: Ova datoteka možda nije prikladna za korisnike pomoćne tehnologije.
29
29
  back_link:
30
30
  back: Nazad
31
+ back_to_top_link:
32
+ contents: Sadržaj
31
33
  character_count:
32
34
  body: Možete unijeti najviše %{number} %{type}
33
35
  type:
@@ -88,6 +90,8 @@ hr:
88
90
  what_doing: Šta ste radili?
89
91
  what_wrong: Što je pošlo po zlu?
90
92
  'yes': Da
93
+ figure:
94
+ image_credit: 'Zasluga za sliku: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ hr:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Sakrij pretraživanje
111
114
  menu: Meni
112
- search_button: Pretražite GOV.UK
113
- show_button: Prikaži pretraživanje
114
115
  top_level: Najviša razina
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ hr:
158
159
  previous:
159
160
  print_link:
160
161
  text: Ispišite ovu stranicu
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: sakriti sva ažuriranja
165
+ last_updated: Zadnje ažurirano %{date}
166
+ published: Objavljeno %{date}
167
+ see_all_updates: pogledajte sva ažuriranja
168
+ show_all_updates: prikaži sva ažuriranja
161
169
  radio:
162
170
  or: ili
163
171
  related_footer_navigation:
@@ -27,6 +27,8 @@ hu:
27
27
  request_format_text: Elképzelhető, hogy ez a fájl nem megfelelő a segítő technológiák felhasználói számára.
28
28
  back_link:
29
29
  back: Vissza
30
+ back_to_top_link:
31
+ contents: Tartalomjegyzék
30
32
  character_count:
31
33
  body: Maximum %{number} %{type} adhat meg
32
34
  type:
@@ -90,6 +92,8 @@ hu:
90
92
  what_doing: Mit csinált?
91
93
  what_wrong: Milyen hiba lépett fel?
92
94
  'yes': Igen
95
+ figure:
96
+ image_credit: 'Képaláírás: %{credit}'
93
97
  intervention:
94
98
  accessible_link_text_suffix:
95
99
  layout_footer:
@@ -109,10 +113,7 @@ hu:
109
113
  manage:
110
114
  link_text:
111
115
  layout_header:
112
- hide_button: Keresés elrejtése
113
116
  menu: Menü
114
- search_button: Keresés a GOV.UK-n
115
- show_button: Keresés mutatása
116
117
  top_level: Legmagasabb szint
117
118
  layout_super_navigation_header:
118
119
  logo_link_title:
@@ -160,6 +161,13 @@ hu:
160
161
  previous:
161
162
  print_link:
162
163
  text: Oldal kinyomtatása
164
+ published_dates:
165
+ hidden_heading:
166
+ hide_all_updates: minden frissítés elrejtése
167
+ last_updated: 'Utolsó frissítés: %{date}'
168
+ published: 'közzététel dátuma: %{date}'
169
+ see_all_updates: minden frissítés megtekintése
170
+ show_all_updates: minden frissítés megjelenítése
163
171
  radio:
164
172
  or: vagy
165
173
  related_footer_navigation:
@@ -29,6 +29,8 @@ hy:
29
29
  request_format_text: 'Այս ֆայլը կարող է համապատասխան չլինել օժանդակ տեխնոլոգիայից օգտվողների համար:'
30
30
  back_link:
31
31
  back: Հետ
32
+ back_to_top_link:
33
+ contents: Բովանդակություն
32
34
  character_count:
33
35
  body: Կարող եք մուտքագրել մինչև %{number} %{type}
34
36
  type:
@@ -91,6 +93,8 @@ hy:
91
93
  what_doing: Ի՞նչ էիք փնտրում։
92
94
  what_wrong: Ի՞նչը խնդիր առաջացավ։
93
95
  'yes': Այո
96
+ figure:
97
+ image_credit: Նկարը՝ %{credit}
94
98
  intervention:
95
99
  accessible_link_text_suffix:
96
100
  layout_footer:
@@ -110,10 +114,7 @@ hy:
110
114
  manage:
111
115
  link_text:
112
116
  layout_header:
113
- hide_button: Թաքցնել որոնման դաշտը
114
117
  menu: Մենյու
115
- search_button: Որոնել GOV.UK կայքը
116
- show_button: Ցուցադրել որոնումը
117
118
  top_level: Բարձր մակարդակ
118
119
  layout_super_navigation_header:
119
120
  logo_link_title:
@@ -161,6 +162,13 @@ hy:
161
162
  previous:
162
163
  print_link:
163
164
  text: Տպել այս էջը
165
+ published_dates:
166
+ hidden_heading:
167
+ hide_all_updates: թաքցնել բոլոր թարմացումները
168
+ last_updated: Վերջին թարմացումը՝ %{date}
169
+ published: Հրապարակվել է՝ %{date}
170
+ see_all_updates: դիտել բոլոր թարմացումները
171
+ show_all_updates: ցույց տալ բոլոր թարմացումները
164
172
  radio:
165
173
  or: կամ
166
174
  related_footer_navigation:
@@ -26,6 +26,8 @@ id:
26
26
  request_format_text: File ini mungkin tidak sesuai untuk pengguna teknologi bantuan.
27
27
  back_link:
28
28
  back: Kembali
29
+ back_to_top_link:
30
+ contents: Konten
29
31
  character_count:
30
32
  body: Anda dapat memasukkan hingga %{number} %{type}
31
33
  type:
@@ -87,6 +89,8 @@ id:
87
89
  what_doing: Apa yang Anda lakukan?
88
90
  what_wrong: Apa yang salah?
89
91
  'yes': Ya
92
+ figure:
93
+ image_credit: 'Kredit gambar: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ id:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Sembunyikan pencarian
110
113
  menu: Menu
111
- search_button: Cari di GOV.UK
112
- show_button: Tampilkan pencarian
113
114
  top_level: Level teratas
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ id:
157
158
  previous:
158
159
  print_link:
159
160
  text: Cetak halaman ini
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: sembunyikan semua pembaruan
164
+ last_updated: Terakhir diperbarui %{date}
165
+ published: Diterbitkan %{date}
166
+ see_all_updates: lihat semua pembaruan
167
+ show_all_updates: Tampilkan semua pembaruan
160
168
  radio:
161
169
  or: atau
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ is:
27
27
  request_format_text: Þessi skrá gæti ekki hentað þeim sem notast við stoðtækni.
28
28
  back_link:
29
29
  back: Til baka
30
+ back_to_top_link:
31
+ contents: Efni
30
32
  character_count:
31
33
  body: Þú getur slegið inn allt að %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ is:
87
89
  what_doing: Hvað varstu að gera?
88
90
  what_wrong: Hvað fór úrskeiðis?
89
91
  'yes': Já
92
+ figure:
93
+ image_credit: Uppruni myndar %{credit}
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ is:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Fela leit
110
113
  menu: Valmynd
111
- search_button: Leita á GOV.UK
112
- show_button: Sýna leit
113
114
  top_level: Efsta stig
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ is:
157
158
  previous:
158
159
  print_link:
159
160
  text: Prenta þessa síðu
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: fela allar uppfærslur
164
+ last_updated: Síðast uppfært %{date}
165
+ published: Birt %{date}
166
+ see_all_updates: sjá allar uppfærslur
167
+ show_all_updates: sýna allar uppfærslur
160
168
  radio:
161
169
  or: eða
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ it:
27
27
  request_format_text: Questo file potrebbe non essere adatto per utenti di tecnologia assistiva.
28
28
  back_link:
29
29
  back: Indietro
30
+ back_to_top_link:
31
+ contents: Contenuti
30
32
  character_count:
31
33
  body: Puoi inserire fino a %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ it:
87
89
  what_doing: Cosa stavi facendo?
88
90
  what_wrong: Cosa è andato storto?
89
91
  'yes': Sì
92
+ figure:
93
+ image_credit: 'Credito d’immagine: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ it:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Nascondi ricerca
110
113
  menu: Menu
111
- search_button: Cerca GOV.UK
112
- show_button: Mostra ricerca
113
114
  top_level: Livello superiore
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ it:
157
158
  previous:
158
159
  print_link:
159
160
  text: Stampa questa pagina
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: nascondi tutti gli aggiornamenti
164
+ last_updated: Ultimo aggiornamento %{date}
165
+ published: Pubblicato %{date}
166
+ see_all_updates: vedi tutti gli aggiornamenti
167
+ show_all_updates: mostra tutti gli aggiornamenti
160
168
  radio:
161
169
  or: o
162
170
  related_footer_navigation:
@@ -26,6 +26,8 @@ ja:
26
26
  request_format_text: このファイルは、支援技術のユーザーには適していない可能性があります。
27
27
  back_link:
28
28
  back: 戻る
29
+ back_to_top_link:
30
+ contents: コンテンツ
29
31
  character_count:
30
32
  body: 最大 %{number} %{type} を入力できます
31
33
  type:
@@ -83,6 +85,8 @@ ja:
83
85
  what_doing: 何をしましたか?
84
86
  what_wrong: どのような不具合ですか?
85
87
  'yes': はい
88
+ figure:
89
+ image_credit: 画像著作権:%{credit}
86
90
  intervention:
87
91
  accessible_link_text_suffix:
88
92
  layout_footer:
@@ -102,10 +106,7 @@ ja:
102
106
  manage:
103
107
  link_text:
104
108
  layout_header:
105
- hide_button: 検索を非表示
106
109
  menu: メニュー
107
- search_button: GOV.UKを検索
108
- show_button: 検索を表示
109
110
  top_level: 最上位レベル
110
111
  layout_super_navigation_header:
111
112
  logo_link_title:
@@ -153,6 +154,13 @@ ja:
153
154
  previous:
154
155
  print_link:
155
156
  text: このページを印刷する
157
+ published_dates:
158
+ hidden_heading:
159
+ hide_all_updates: すべての更新を非表示
160
+ last_updated: 最終更新日:%{date}
161
+ published: 公開日:%{date}
162
+ see_all_updates: すべての更新を見る
163
+ show_all_updates: すべての更新を表示
156
164
  radio:
157
165
  or: また
158
166
  related_footer_navigation:
@@ -27,6 +27,8 @@ ka:
27
27
  request_format_text: ეს ფაილი შესაძლოა არ იყოს შესაფერისი დამხმარე ტექნოლოგიის მომხმარებლებისთვის.
28
28
  back_link:
29
29
  back: უკან
30
+ back_to_top_link:
31
+ contents: შინაარსი
30
32
  character_count:
31
33
  body: თქვენ შეგიძლიათ შეიყვანოთ %{number} %{type}
32
34
  type:
@@ -90,6 +92,8 @@ ka:
90
92
  what_doing: რას აკეთებდით?
91
93
  what_wrong: რა მოხდა არასწორად?
92
94
  'yes': დიახ
95
+ figure:
96
+ image_credit: 'სურათ: %{credit}'
93
97
  intervention:
94
98
  accessible_link_text_suffix:
95
99
  layout_footer:
@@ -109,10 +113,7 @@ ka:
109
113
  manage:
110
114
  link_text:
111
115
  layout_header:
112
- hide_button: ძიების დაფარვა
113
116
  menu: მენიუ
114
- search_button: GOV.UK ძებნა
115
- show_button: ძებნის ჩვენება
116
117
  top_level: ტოპ დონე
117
118
  layout_super_navigation_header:
118
119
  logo_link_title:
@@ -160,6 +161,13 @@ ka:
160
161
  previous:
161
162
  print_link:
162
163
  text: ამ გვერდის ბეჭდვა
164
+ published_dates:
165
+ hidden_heading:
166
+ hide_all_updates: ყველა ცვლილების დაფარვა
167
+ last_updated: ბოლოს განახლდა %{date}
168
+ published: გამოქვეყნდა %{date}
169
+ see_all_updates: ყველა ცვლილების ნახვა
170
+ show_all_updates: ყველა ცვლილების ჩვენება
163
171
  radio:
164
172
  or: ან
165
173
  related_footer_navigation:
@@ -27,6 +27,8 @@ kk:
27
27
  request_format_text: Бұл файл көмекші технология қолданушыларына сәйкес келмеуі мүмкін.
28
28
  back_link:
29
29
  back: Артқа
30
+ back_to_top_link:
31
+ contents: Мазмұны
30
32
  character_count:
31
33
  body: Ең көбі %{number} %{type} енгізе аласыз
32
34
  type:
@@ -87,6 +89,8 @@ kk:
87
89
  what_doing: Сіз не істеп жатыр едіңіз?
88
90
  what_wrong: Не дұрыс болмады?
89
91
  'yes': Иә
92
+ figure:
93
+ image_credit: 'Суретті түсірген: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ kk:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Іздеуді жасыру
110
113
  menu: Мәзір
111
- search_button: GOV.UK веб-сайтында іздеу
112
- show_button: Іздеуді көрсету
113
114
  top_level: Жоғары деңгей
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ kk:
157
158
  previous:
158
159
  print_link:
159
160
  text: Осы бетті басып шығару
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: барлық жаңартуларды жасыру
164
+ last_updated: Соңғы рет %{date} жаңартылды
165
+ published: "%{date} күні жарияланды"
166
+ see_all_updates: барлық жаңартуларды қарау
167
+ show_all_updates: барлық жаңартуларды көрсету
160
168
  radio:
161
169
  or: немесе
162
170
  related_footer_navigation:
@@ -26,6 +26,8 @@ ko:
26
26
  request_format_text:
27
27
  back_link:
28
28
  back:
29
+ back_to_top_link:
30
+ contents: 콘텐츠
29
31
  character_count:
30
32
  body:
31
33
  type:
@@ -82,6 +84,8 @@ ko:
82
84
  what_doing:
83
85
  what_wrong:
84
86
  'yes':
87
+ figure:
88
+ image_credit: '이미지 저작권: %{credit}'
85
89
  intervention:
86
90
  accessible_link_text_suffix:
87
91
  layout_footer:
@@ -101,10 +105,7 @@ ko:
101
105
  manage:
102
106
  link_text:
103
107
  layout_header:
104
- hide_button:
105
108
  menu:
106
- search_button:
107
- show_button:
108
109
  top_level:
109
110
  layout_super_navigation_header:
110
111
  logo_link_title:
@@ -152,6 +153,13 @@ ko:
152
153
  previous:
153
154
  print_link:
154
155
  text:
156
+ published_dates:
157
+ hidden_heading:
158
+ hide_all_updates: 모든 업데이트 숨기기
159
+ last_updated: 최근 업데이트일 %{date}
160
+ published: 발행일 %{date}
161
+ see_all_updates: 모든 업데이트 보기
162
+ show_all_updates: 모든 업데이트 보기
155
163
  radio:
156
164
  or:
157
165
  related_footer_navigation:
@@ -28,6 +28,8 @@ lt:
28
28
  request_format_text: Šis failas gali būti netinkamas pagalbinių technologijų naudotojams.
29
29
  back_link:
30
30
  back: Atgal
31
+ back_to_top_link:
32
+ contents: Turinys
31
33
  character_count:
32
34
  body: Galite naudoti iki %{number} %{type}
33
35
  type:
@@ -92,6 +94,8 @@ lt:
92
94
  what_doing: Ką darėte?
93
95
  what_wrong: Kas nutiko?
94
96
  'yes': Taip
97
+ figure:
98
+ image_credit: 'Nuotrauka: %{credit}'
95
99
  intervention:
96
100
  accessible_link_text_suffix:
97
101
  layout_footer:
@@ -111,10 +115,7 @@ lt:
111
115
  manage:
112
116
  link_text:
113
117
  layout_header:
114
- hide_button: Slėpti paiešką
115
118
  menu: Meniu
116
- search_button: Ieškoti GOV.UK
117
- show_button: Rodyti paiešką
118
119
  top_level: Aukščiausias lygis
119
120
  layout_super_navigation_header:
120
121
  logo_link_title:
@@ -162,6 +163,13 @@ lt:
162
163
  previous:
163
164
  print_link:
164
165
  text: Spausdinti šį puslapį
166
+ published_dates:
167
+ hidden_heading:
168
+ hide_all_updates: slėpti visą naują informacij
169
+ last_updated: Paskutinį kartą naujinta %{date}
170
+ published: Publikuota %{date}
171
+ see_all_updates: matyti visą naują informaciją
172
+ show_all_updates: rodyti visą naują informaciją
165
173
  radio:
166
174
  or: arba
167
175
  related_footer_navigation:
@@ -27,6 +27,8 @@ lv:
27
27
  request_format_text: Šis fails var nebūt piemērots palīgtehnoloģiju lietotājiem.
28
28
  back_link:
29
29
  back: Atpakaļ
30
+ back_to_top_link:
31
+ contents: Saturs
30
32
  character_count:
31
33
  body: 'Varat ievadīt ne vairā kā: %{number} %{type} '
32
34
  type:
@@ -91,6 +93,8 @@ lv:
91
93
  what_doing: Ko jūs darījāt?
92
94
  what_wrong: Kādas problēmas radās?
93
95
  'yes': Jā
96
+ figure:
97
+ image_credit: 'Attēla autortiesības: %{credit}'
94
98
  intervention:
95
99
  accessible_link_text_suffix:
96
100
  layout_footer:
@@ -110,10 +114,7 @@ lv:
110
114
  manage:
111
115
  link_text:
112
116
  layout_header:
113
- hide_button: Paslēpt meklēšanu
114
117
  menu: Izvēlne
115
- search_button: Meklēt GOV.UK
116
- show_button: Rādīt meklēšanu
117
118
  top_level: Augšējais līmenis
118
119
  layout_super_navigation_header:
119
120
  logo_link_title:
@@ -161,6 +162,13 @@ lv:
161
162
  previous:
162
163
  print_link:
163
164
  text: Drukāt šo lapu
165
+ published_dates:
166
+ hidden_heading:
167
+ hide_all_updates: paslēpt visus atjauninājumus
168
+ last_updated: Pēdējoreiz atjaunināts %{date}
169
+ published: Publicēts %{date}
170
+ see_all_updates: skatīt visus atjauninājumus
171
+ show_all_updates: rādīt visus atjauninājumus
164
172
  radio:
165
173
  or: vai
166
174
  related_footer_navigation:
@@ -26,6 +26,8 @@ ms:
26
26
  request_format_text: Fail ini mungkin tidak sesuai untuk pengguna teknologi bantu.
27
27
  back_link:
28
28
  back: Kembali
29
+ back_to_top_link:
30
+ contents: Kandungan
29
31
  character_count:
30
32
  body: Anda boleh memasukkan sehingga %{number} %{type}
31
33
  type:
@@ -86,6 +88,8 @@ ms:
86
88
  what_doing: Apa yang anda buat?
87
89
  what_wrong: Apa yang salah?
88
90
  'yes': Ya
91
+ figure:
92
+ image_credit: 'Imej kredit: %{credit}'
89
93
  intervention:
90
94
  accessible_link_text_suffix:
91
95
  layout_footer:
@@ -105,10 +109,7 @@ ms:
105
109
  manage:
106
110
  link_text:
107
111
  layout_header:
108
- hide_button: Sorok carian
109
112
  menu: Menu
110
- search_button: Cari GOV.UK
111
- show_button: Tunjuk carian
112
113
  top_level: Aras teratas
113
114
  layout_super_navigation_header:
114
115
  logo_link_title:
@@ -156,6 +157,13 @@ ms:
156
157
  previous:
157
158
  print_link:
158
159
  text: Cetak halaman ini
160
+ published_dates:
161
+ hidden_heading:
162
+ hide_all_updates: sorok semua kemas kini
163
+ last_updated: Kali terakhir dikemas kini %{date}
164
+ published: Diterbitkan %{date}
165
+ see_all_updates: lihat semua kemas kini
166
+ show_all_updates: tunjuk semua kemas kini
159
167
  radio:
160
168
  or: atau
161
169
  related_footer_navigation:
@@ -29,6 +29,8 @@ mt:
29
29
  request_format_text: Dan il-fajl jista' jkun li mżhuwiex adattat għal utenti ta' teknoloġija assistiva.
30
30
  back_link:
31
31
  back: Lura
32
+ back_to_top_link:
33
+ contents: Werrej
32
34
  character_count:
33
35
  body: Tista' ddaħħal sa %{number} %{type}
34
36
  type:
@@ -89,6 +91,8 @@ mt:
89
91
  what_doing: X'kont qed tagħmel?
90
92
  what_wrong: X'mar ħażin?
91
93
  'yes': Iva
94
+ figure:
95
+ image_credit: 'Kreditu għall-immaġni: %{credit}'
92
96
  intervention:
93
97
  accessible_link_text_suffix:
94
98
  layout_footer:
@@ -108,10 +112,7 @@ mt:
108
112
  manage:
109
113
  link_text:
110
114
  layout_header:
111
- hide_button: Aħbi t-tfittxija
112
115
  menu: Menu
113
- search_button: Fittex f'GOV.UK
114
- show_button: Uri t-tfittxija
115
116
  top_level: Livell ta' fuq nett
116
117
  layout_super_navigation_header:
117
118
  logo_link_title:
@@ -159,6 +160,13 @@ mt:
159
160
  previous:
160
161
  print_link:
161
162
  text: Stampa din il-paġna
163
+ published_dates:
164
+ hidden_heading:
165
+ hide_all_updates: aħbi l-aġġornamenti kollha
166
+ last_updated: L-aħħar aġġornament %{date}
167
+ published: Ippubblikat %{date}
168
+ see_all_updates: ara l-aġġornamenti kollha
169
+ show_all_updates: uri l-aġġornamenti kollha
162
170
  radio:
163
171
  or: jew
164
172
  related_footer_navigation: