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
@@ -31,6 +31,8 @@ sl:
31
31
  request_format_text: Ta datoteka morda ni primerna za uporabnike podporne tehnologije.
32
32
  back_link:
33
33
  back: Nazaj
34
+ back_to_top_link:
35
+ contents: Vsebina
34
36
  character_count:
35
37
  body: Vpišete lahko do %{number} %{type}
36
38
  type:
@@ -94,6 +96,8 @@ sl:
94
96
  what_doing: Kaj ste počeli?
95
97
  what_wrong: Kaj je šlo narobe?
96
98
  'yes': Da
99
+ figure:
100
+ image_credit: 'Avtor slike: %{credit}'
97
101
  intervention:
98
102
  accessible_link_text_suffix:
99
103
  layout_footer:
@@ -113,10 +117,7 @@ sl:
113
117
  manage:
114
118
  link_text:
115
119
  layout_header:
116
- hide_button: Skrij iskanje
117
120
  menu: Meni
118
- search_button: Išči po GOV.UK
119
- show_button: Pokaži iskanje
120
121
  top_level: Najvišja raven
121
122
  layout_super_navigation_header:
122
123
  logo_link_title:
@@ -164,6 +165,13 @@ sl:
164
165
  previous:
165
166
  print_link:
166
167
  text: Natisni to stran
168
+ published_dates:
169
+ hidden_heading:
170
+ hide_all_updates: Skrij vse posodobitve
171
+ last_updated: Zadnjič posodobljeno %{date}
172
+ published: Objavljeno %{date}
173
+ see_all_updates: poglej vse posodobitve
174
+ show_all_updates: prikaži vse posodobitve
167
175
  radio:
168
176
  or: ali
169
177
  related_footer_navigation:
@@ -27,6 +27,8 @@ so:
27
27
  request_format_text: Faylkani waxa laga yaabaa inaanu ku haboonayn isticmaalayaasha tiknoolajiyada caawinta.
28
28
  back_link:
29
29
  back: Kunoqo
30
+ back_to_top_link:
31
+ contents: Waxyaabaha uu ka koobanyahay
30
32
  character_count:
31
33
  body: Waxaad galin kartaa ilaa %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ so:
87
89
  what_doing: Maxaad doonaysaa inuu laguu qabto?
88
90
  what_wrong: Maxaa qaldamay?
89
91
  'yes': Haa
92
+ figure:
93
+ image_credit: 'Xuquuqda sawirka: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ so:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Qari baadhista
110
113
  menu: Manyuu
111
- search_button: Baadh GOV.UK
112
- show_button: Muuji baadhista
113
114
  top_level: Heerka sare
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ so:
157
158
  previous:
158
159
  print_link:
159
160
  text: Daabac bogan
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: qari dhamaan waxa cusub
164
+ last_updated: Markii ugu dambaysay ee la cusboonaysiiyay %{date}
165
+ published: La daabacay %{date}
166
+ see_all_updates: eeg dhamaan cusboonaysiinaha
167
+ show_all_updates: muuji dhamaan cusboonaysiinaha
160
168
  radio:
161
169
  or: ama
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ sq:
27
27
  request_format_text: Ky skedar mund të mos jetë i përshtatshëm për përdoruesit e teknologjisë ndihmëse.
28
28
  back_link:
29
29
  back: Prapa
30
+ back_to_top_link:
31
+ contents: Përmbajtja
30
32
  character_count:
31
33
  body: Mund të futni deri në %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ sq:
87
89
  what_doing: Cfare po bënit?
88
90
  what_wrong: Çfarë shkoi keq?
89
91
  'yes': Po
92
+ figure:
93
+ image_credit: 'Kreditet e imazhit: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ sq:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Fshih kërkimin
110
113
  menu: Menuja
111
- search_button: Kërko GOV.UK
112
- show_button: Shfaq kërkimin
113
114
  top_level: Niveli më i lartë
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ sq:
157
158
  previous:
158
159
  print_link:
159
160
  text: Printo këtë faqe
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: fshih të gjitha përditësimet
164
+ last_updated: Përditësuar së fundi %{date}
165
+ published: Publikuar %{date}
166
+ see_all_updates: shih të gjitha përditësimet
167
+ show_all_updates: shfaq të gjitha përditësimet
160
168
  radio:
161
169
  or: ose
162
170
  related_footer_navigation:
@@ -28,6 +28,8 @@ sr:
28
28
  request_format_text: Ova datoteka možda nije pogodna 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 da unesete najviše %{number} %{type}
33
35
  type:
@@ -88,6 +90,8 @@ sr:
88
90
  what_doing: Šta ste radili?
89
91
  what_wrong: Koji problem se javio?
90
92
  'yes': Da
93
+ figure:
94
+ image_credit: 'Vlasnik slike: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ sr:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Sakrij pretragu
111
114
  menu: Meni
112
- search_button: Pretražite GOV.UK
113
- show_button: Prikaži pretragu
114
115
  top_level: Najviši nivo
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ sr:
158
159
  previous:
159
160
  print_link:
160
161
  text: Odštampaj ovu stranicu
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: sakrij sva ažuriranja
165
+ last_updated: Poslednje ažuriranje %{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 @@ sv:
27
27
  request_format_text: Den här filen kanske inte är lämplig för användare av hjälpmedel.
28
28
  back_link:
29
29
  back: Tillbaka till
30
+ back_to_top_link:
31
+ contents: Innehåll
30
32
  character_count:
31
33
  body: Du kan ange upp till %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ sv:
87
89
  what_doing: Vad gjorde du?
88
90
  what_wrong: Vad gick fel?
89
91
  'yes': Ja
92
+ figure:
93
+ image_credit: 'Bild: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ sv:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Dölj sökning
110
113
  menu: Meny
111
- search_button: Sök på GOV.UK
112
- show_button: Visa sökning
113
114
  top_level: Högsta nivå
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ sv:
157
158
  previous:
158
159
  print_link:
159
160
  text: Skriv ut den här sidan
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: dölj alla uppdateringar
164
+ last_updated: Senast uppdaterad %{date}
165
+ published: Publicerad %{date}
166
+ see_all_updates: se alla uppdateringar
167
+ show_all_updates: Visa alla uppdateringar
160
168
  radio:
161
169
  or: eller
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ sw:
27
27
  request_format_text: Faili hii huenda haitumiki kwa watumiaji wanaotumia vifaa vya usaidizi.
28
28
  back_link:
29
29
  back: Rudi nyuma
30
+ back_to_top_link:
31
+ contents: Maudhui
30
32
  character_count:
31
33
  body: Unaweza kuweka hadi %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ sw:
87
89
  what_doing: Ulikuwa unafanya nini?
88
90
  what_wrong: Tatizo lipi lililotokea?
89
91
  'yes': Ndiyo
92
+ figure:
93
+ image_credit: 'Mpiga picha: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ sw:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Ficha utafutaji
110
113
  menu: Menyu
111
- search_button: Tafuta tovuti ya GOV.UK
112
- show_button: Onyesha utafutaji
113
114
  top_level: Kiwango cha juu
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ sw:
157
158
  previous:
158
159
  print_link:
159
160
  text: Chapisha ukurasa huu
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: ficha masasisho yote
164
+ last_updated: Ulisasishwa mara ya mwisho tarehe %{date}
165
+ published: Ulichapishwa tarehe %{date}
166
+ see_all_updates: angalia taarifa zote
167
+ show_all_updates: Onyesha taarifa zote
160
168
  radio:
161
169
  or: au
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ ta:
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:
@@ -88,6 +90,8 @@ ta:
88
90
  what_doing: நீங்கள் என்ன செய்து கொண்டிருந்தீர்கள்?
89
91
  what_wrong: என்ன தவறு நடந்தது?
90
92
  'yes': ஆம்
93
+ figure:
94
+ image_credit: 'பட உதவி: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ ta:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: தேடலை மறை
111
114
  menu: மெனு
112
- search_button: GOV.UK-யில் தேடுக
113
- show_button: தேடலைக் காட்டு
114
115
  top_level: முதன்மை நிலை
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ ta:
158
159
  previous:
159
160
  print_link:
160
161
  text: இந்தப் பக்கத்தை அச்செடு
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: அனைத்து புதுப்பித்தல்களையும் மறை
165
+ last_updated: கடைசியாக புதுப்பிக்கப்பட்டது %{date}
166
+ published: வெளியிடப்பட்ட தேதி %{date}
167
+ see_all_updates: அனைத்து புதுப்பித்தல்களையும் பார்க்க
168
+ show_all_updates: அனைத்து புதுப்பித்தல்களையும் காட்டு
161
169
  radio:
162
170
  or: அல்லது
163
171
  related_footer_navigation:
@@ -26,6 +26,8 @@ th:
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:
@@ -85,6 +87,8 @@ th:
85
87
  what_doing: คุณทำอะไรอยู่ในขณะนั้น
86
88
  what_wrong: มีสิ่งใดผิดปกติ
87
89
  'yes': ใช่
90
+ figure:
91
+ image_credit: 'เครดิตภาพ: %{credit}'
88
92
  intervention:
89
93
  accessible_link_text_suffix:
90
94
  layout_footer:
@@ -104,10 +108,7 @@ th:
104
108
  manage:
105
109
  link_text:
106
110
  layout_header:
107
- hide_button: ซ่อนการค้นหา
108
111
  menu: Menu (เมนู)
109
- search_button: ค้นหา GOV.UK
110
- show_button: แสดงการค้นหา
111
112
  top_level: ระดับสูงสุด
112
113
  layout_super_navigation_header:
113
114
  logo_link_title:
@@ -155,6 +156,13 @@ th:
155
156
  previous:
156
157
  print_link:
157
158
  text: พิมพ์หน้านี้
159
+ published_dates:
160
+ hidden_heading:
161
+ hide_all_updates: ซ่อนอัปเดตทั้งหมด
162
+ last_updated: อัปเดตล่าสุดเมื่อ %{date}
163
+ published: เผยแพร่เมื่อ %{date}
164
+ see_all_updates: ดูอัปเดตทั้งหมด
165
+ show_all_updates: แสดงอัปเดตทั้งหมด
158
166
  radio:
159
167
  or: หรือ
160
168
  related_footer_navigation:
@@ -27,6 +27,8 @@ tk:
27
27
  request_format_text: Bu faýl kömekçi tehnologiýany ulanyjylar üçin elýeter bolman biler.
28
28
  back_link:
29
29
  back: Yza
30
+ back_to_top_link:
31
+ contents: Mazmuny
30
32
  character_count:
31
33
  body: "%{number} %{type} çenli sanlary girizip bilersiňiz"
32
34
  type:
@@ -88,6 +90,8 @@ tk:
88
90
  what_doing: Näme edýärdiňiz?
89
91
  what_wrong: Näme nädogry boldy?
90
92
  'yes': Hawa
93
+ figure:
94
+ image_credit: 'Surat krediti: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ tk:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Gözlegi gizle
111
114
  menu: Menýu
112
- search_button: GOV.UK gözle
113
- show_button: Gözlegi görkez
114
115
  top_level: Ýokary dereje
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ tk:
158
159
  previous:
159
160
  print_link:
160
161
  text: Bu sahypany çap et
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: ähli täzelenmeleri gizle
165
+ last_updated: Soňky gezek täzelenme %{date}
166
+ published: Çap edilen %{date}
167
+ see_all_updates: ähli täzelenmelere serediň
168
+ show_all_updates: ähli täzelenmeleri görkez
161
169
  radio:
162
170
  or: ýa-da
163
171
  related_footer_navigation:
@@ -27,6 +27,8 @@ tr:
27
27
  request_format_text: Bu dosya destekleyici teknoloji kullanıcıları için uygun olmayabilir.
28
28
  back_link:
29
29
  back: Geri
30
+ back_to_top_link:
31
+ contents: İçerikler
30
32
  character_count:
31
33
  body: "%{number} %{type} kadar giriş yapabilirsiniz"
32
34
  type:
@@ -88,6 +90,8 @@ tr:
88
90
  what_doing: Ne yapmaktaydınız?
89
91
  what_wrong: Nasıl bir sorun oldu?
90
92
  'yes': Evet
93
+ figure:
94
+ image_credit: 'Resim sahibi: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ tr:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Aramayı gizle
111
114
  menu: Menü
112
- search_button: GOV.UK adresini arat
113
- show_button: Aramayı göster
114
115
  top_level: Üst seviye
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ tr:
158
159
  previous:
159
160
  print_link:
160
161
  text: Bu sayfayı yazdır
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: tüm güncellemeleri gizle
165
+ last_updated: Son güncelleme %{date}
166
+ published: Yayınlama %{date}
167
+ see_all_updates: tüm güncellemeleri görün
168
+ show_all_updates: tüm güncellemeleri göster
161
169
  radio:
162
170
  or: veya
163
171
  related_footer_navigation:
@@ -29,6 +29,8 @@ uk:
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:
@@ -94,6 +96,8 @@ uk:
94
96
  what_doing: Що ви робили?
95
97
  what_wrong: Що пішло не так?
96
98
  'yes': Так
99
+ figure:
100
+ image_credit: 'Зображення: %{credit}'
97
101
  intervention:
98
102
  accessible_link_text_suffix:
99
103
  layout_footer:
@@ -113,10 +117,7 @@ uk:
113
117
  manage:
114
118
  link_text:
115
119
  layout_header:
116
- hide_button: Приховати пошук
117
120
  menu: Меню
118
- search_button: Пошук GOV.UK
119
- show_button: Показати пошук
120
121
  top_level: Вищий рівень
121
122
  layout_super_navigation_header:
122
123
  logo_link_title:
@@ -164,6 +165,13 @@ uk:
164
165
  previous:
165
166
  print_link:
166
167
  text: Роздрукувати цю сторінку
168
+ published_dates:
169
+ hidden_heading:
170
+ hide_all_updates: приховати всі оновлення
171
+ last_updated: Останнє оновлення %{date}
172
+ published: Опубліковано %{date}
173
+ see_all_updates: переглянути всі оновлення
174
+ show_all_updates: показати всі оновлення
167
175
  radio:
168
176
  or: або
169
177
  related_footer_navigation:
@@ -27,6 +27,8 @@ ur:
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:
@@ -84,6 +86,8 @@ ur:
84
86
  what_doing: آپ کیا کر رہے تھے؟
85
87
  what_wrong: کیا غلط ہوا؟
86
88
  'yes': جی ہاں
89
+ figure:
90
+ image_credit: 'تصویری کریڈٹ: %{credit}'
87
91
  intervention:
88
92
  accessible_link_text_suffix:
89
93
  layout_footer:
@@ -103,10 +107,7 @@ ur:
103
107
  manage:
104
108
  link_text:
105
109
  layout_header:
106
- hide_button: تلاش کو پوشیدہ کریں
107
110
  menu: مینو
108
- search_button: GOV.UK پر تلاش کریں
109
- show_button: تلاش دکھائیں
110
111
  top_level: اعلیٰ درجہ
111
112
  layout_super_navigation_header:
112
113
  logo_link_title:
@@ -154,6 +155,13 @@ ur:
154
155
  previous:
155
156
  print_link:
156
157
  text: اس صفحے کا پرنٹ لیں
158
+ published_dates:
159
+ hidden_heading:
160
+ hide_all_updates: تمام اپ ڈیٹس کو پوشیدہ کریں
161
+ last_updated: آخری اپ ڈیٹ کردہ %{date}
162
+ published: شائع کردہ %{date}
163
+ see_all_updates: تمام اپ ڈیٹس دیکھیں
164
+ show_all_updates: تمام اپ ڈیٹس دکھائیں
157
165
  radio:
158
166
  or: یا
159
167
  related_footer_navigation:
@@ -27,6 +27,8 @@ uz:
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:
@@ -89,6 +91,8 @@ uz:
89
91
  what_doing: Сиз нима қилаётган эдингиз?
90
92
  what_wrong: Қандай хатолик бўлди?
91
93
  'yes': Ҳа
94
+ figure:
95
+ image_credit: 'График материаллар тақдим этилган: %{credit}'
92
96
  intervention:
93
97
  accessible_link_text_suffix:
94
98
  layout_footer:
@@ -108,10 +112,7 @@ uz:
108
112
  manage:
109
113
  link_text:
110
114
  layout_header:
111
- hide_button: Излашни яшириш
112
115
  menu: Меню
113
- search_button: GOV.UK излаш
114
- show_button: Излашни кўрсатиш
115
116
  top_level: Юқори даража
116
117
  layout_super_navigation_header:
117
118
  logo_link_title:
@@ -159,6 +160,13 @@ uz:
159
160
  previous:
160
161
  print_link:
161
162
  text: Ушбу саҳифани чоп этиш
163
+ published_dates:
164
+ hidden_heading:
165
+ hide_all_updates: Барча янгиланишларни яшириш
166
+ last_updated: Сўнгги янгиланиш %{date}
167
+ published: Нашр қилинган %{date}
168
+ see_all_updates: Барча янгиланишларни кўриш
169
+ show_all_updates: янгиланишларни барчасини кўрсатиш
162
170
  radio:
163
171
  or: ёки
164
172
  related_footer_navigation:
@@ -26,6 +26,8 @@ vi:
26
26
  request_format_text: Tệp này có thể không phù hợp với người dùng công nghệ hỗ trợ.
27
27
  back_link:
28
28
  back: Quay lại
29
+ back_to_top_link:
30
+ contents: Mục lục
29
31
  character_count:
30
32
  body: Bạn có thể nhập tối đa %{number} %{type}
31
33
  type:
@@ -86,6 +88,8 @@ vi:
86
88
  what_doing: Bạn đang làm gì?
87
89
  what_wrong: Sự cố gì đã xảy ra?
88
90
  'yes': Có
91
+ figure:
92
+ image_credit: 'Nguồn hình ảnh: %{credit}'
89
93
  intervention:
90
94
  accessible_link_text_suffix:
91
95
  layout_footer:
@@ -105,10 +109,7 @@ vi:
105
109
  manage:
106
110
  link_text:
107
111
  layout_header:
108
- hide_button: Ẩn tìm kiếm
109
112
  menu: Menu
110
- search_button: Tìm kiếm trên GOV.UK
111
- show_button: Hiển thị tìm kiếm
112
113
  top_level: Mức cao nhất
113
114
  layout_super_navigation_header:
114
115
  logo_link_title:
@@ -156,6 +157,13 @@ vi:
156
157
  previous:
157
158
  print_link:
158
159
  text: In trang này
160
+ published_dates:
161
+ hidden_heading:
162
+ hide_all_updates: ẩn tất cả các cập nhật
163
+ last_updated: Lần cập nhật gần đây nhất %{date}
164
+ published: Ngày xuất bản %{date}
165
+ see_all_updates: xem tất cả nội dung cập nhật
166
+ show_all_updates: hiển thị tất cả nội dung cập nhật
159
167
  radio:
160
168
  or: hoặc
161
169
  related_footer_navigation:
@@ -26,6 +26,8 @@ zh-hk:
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:
@@ -85,6 +87,8 @@ zh-hk:
85
87
  what_doing: 您剛才在做什麼?
86
88
  what_wrong: 出現什麼錯誤?
87
89
  'yes': 是
90
+ figure:
91
+ image_credit: 圖片來源: %{credit}
88
92
  intervention:
89
93
  accessible_link_text_suffix:
90
94
  layout_footer:
@@ -104,10 +108,7 @@ zh-hk:
104
108
  manage:
105
109
  link_text:
106
110
  layout_header:
107
- hide_button: 隱藏搜尋項
108
111
  menu: 選單
109
- search_button: 搜尋 GOV.UK
110
- show_button: 顯示搜尋項
111
112
  top_level: 最高級別
112
113
  layout_super_navigation_header:
113
114
  logo_link_title:
@@ -155,6 +156,13 @@ zh-hk:
155
156
  previous:
156
157
  print_link:
157
158
  text: 列印本頁面
159
+ published_dates:
160
+ hidden_heading:
161
+ hide_all_updates: 隱藏所有更新
162
+ last_updated: 最近更新 %{date}
163
+ published: 已發佈 %{date}
164
+ see_all_updates: 查看所有更新
165
+ show_all_updates: 顯示所有更新
158
166
  radio:
159
167
  or: 或
160
168
  related_footer_navigation:
@@ -26,6 +26,8 @@ zh-tw:
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:
@@ -85,6 +87,8 @@ zh-tw:
85
87
  what_doing: 你做了什麼?
86
88
  what_wrong: 哪出錯了?
87
89
  'yes': 是的
90
+ figure:
91
+ image_credit: 圖片來源: %{credit}
88
92
  intervention:
89
93
  accessible_link_text_suffix:
90
94
  layout_footer:
@@ -104,10 +108,7 @@ zh-tw:
104
108
  manage:
105
109
  link_text:
106
110
  layout_header:
107
- hide_button: 隱藏搜尋
108
111
  menu: 菜單
109
- search_button: 搜尋英國政府網站
110
- show_button: 展開搜尋
111
112
  top_level: 最高層
112
113
  layout_super_navigation_header:
113
114
  logo_link_title:
@@ -155,6 +156,13 @@ zh-tw:
155
156
  previous:
156
157
  print_link:
157
158
  text: 列印此頁面
159
+ published_dates:
160
+ hidden_heading:
161
+ hide_all_updates: 隱藏所有更新
162
+ last_updated: 最後更新於 %{date}
163
+ published: 發布於 %{date}
164
+ see_all_updates: 查看所有更新
165
+ show_all_updates: 展開所有更新
158
166
  radio:
159
167
  or: 或
160
168
  related_footer_navigation: