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
@@ -0,0 +1,224 @@
1
+ ---
2
+ ne:
3
+ common:
4
+ hide:
5
+ show:
6
+ toggle_less:
7
+ toggle_more:
8
+ translations:
9
+ components:
10
+ accordion:
11
+ hide_all:
12
+ show_all:
13
+ this_section_visually_hidden:
14
+ article_schema:
15
+ scoped_search_description:
16
+ attachment:
17
+ opendocument_html:
18
+ order_a_copy:
19
+ page:
20
+ one:
21
+ other:
22
+ preview_aria_label:
23
+ preview_link:
24
+ reference:
25
+ request_format_cta:
26
+ request_format_details_html:
27
+ request_format_text:
28
+ back_link:
29
+ back:
30
+ back_to_top_link:
31
+ contents: विषयवस्तु
32
+ character_count:
33
+ body:
34
+ type:
35
+ characters:
36
+ words:
37
+ checkboxes:
38
+ or:
39
+ contents_list:
40
+ contents:
41
+ contextual_sidebar:
42
+ pretitle:
43
+ cookie_banner:
44
+ buttons:
45
+ accept_cookies:
46
+ reject_cookies:
47
+ view_cookies:
48
+ confirmation_message:
49
+ accepted:
50
+ html:
51
+ link:
52
+ rejected:
53
+ hide:
54
+ text:
55
+ title:
56
+ devolved_nations:
57
+ applies_to:
58
+ connectors:
59
+ last_word:
60
+ two_words:
61
+ england:
62
+ northern_ireland:
63
+ scotland:
64
+ type:
65
+ consultation:
66
+ detailed_guide:
67
+ guidance:
68
+ publication:
69
+ wales:
70
+ feedback:
71
+ close:
72
+ dont_include_personal_info:
73
+ email_address:
74
+ help_us_improve_govuk:
75
+ is_not_useful:
76
+ is_this_page_useful:
77
+ is_useful:
78
+ maybe:
79
+ more_about_visit:
80
+ 'no':
81
+ send:
82
+ send_me_survey:
83
+ something_wrong:
84
+ thank_you_for_feedback:
85
+ what_doing:
86
+ what_wrong:
87
+ 'yes':
88
+ figure:
89
+ image_credit: 'छवि श्रेय: %{credit}'
90
+ intervention:
91
+ accessible_link_text_suffix:
92
+ layout_footer:
93
+ copyright_html:
94
+ licence_html:
95
+ navigation_links:
96
+ support_links:
97
+ layout_for_public:
98
+ account_layout:
99
+ feedback:
100
+ banners:
101
+ phase_banner_html:
102
+ navigation:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ layout_header:
109
+ hide_button:
110
+ menu:
111
+ search_button:
112
+ show_button:
113
+ top_level:
114
+ layout_super_navigation_header:
115
+ logo_link_title:
116
+ logo_text:
117
+ menu_toggle_label:
118
+ hide:
119
+ show:
120
+ navigation_link:
121
+ href:
122
+ label:
123
+ navigation_links_columns:
124
+ navigation_menu_heading:
125
+ navigation_search_subheading:
126
+ search_text:
127
+ metadata:
128
+ and:
129
+ from:
130
+ history:
131
+ last_updated:
132
+ part_of:
133
+ published:
134
+ see_all_updates:
135
+ modal_dialogue:
136
+ close_modal:
137
+ notice:
138
+ banner_title:
139
+ option_select:
140
+ found_multiple:
141
+ found_single:
142
+ selected:
143
+ organisation_schema:
144
+ all_content_search_description:
145
+ password_input:
146
+ button:
147
+ button_aria_hide_label:
148
+ button_aria_label:
149
+ button_hide:
150
+ error_text_prefix:
151
+ label:
152
+ password_hidden_announcement:
153
+ password_shown_announcement:
154
+ previous_and_next_navigation:
155
+ next:
156
+ pagination:
157
+ previous:
158
+ print_link:
159
+ text:
160
+ published_dates:
161
+ hidden_heading:
162
+ hide_all_updates: सबै अद्यावधिक लुकाउनुहोस्
163
+ last_updated: पछिल्लो अद्यावधिक %{date}
164
+ published: प्रकाशित %{date}
165
+ see_all_updates: सबै अद्यावधिक हेर्नुहोस्
166
+ show_all_updates: सबै अद्यावधिक देखाउनुहोस्
167
+ radio:
168
+ or:
169
+ related_footer_navigation:
170
+ collections:
171
+ policies:
172
+ statistical_data_sets:
173
+ topical_events:
174
+ related_navigation:
175
+ collections:
176
+ external_links:
177
+ policies:
178
+ publishers:
179
+ related_contacts:
180
+ related_content:
181
+ related_external_links:
182
+ related_guides:
183
+ statistical_data_sets:
184
+ topical_events:
185
+ topics:
186
+ ukraine:
187
+ links:
188
+ title:
189
+ world_locations:
190
+ search_box:
191
+ input_title:
192
+ label:
193
+ search_button:
194
+ share_links:
195
+ all_opens_in_new_tab:
196
+ opens_in_new_tab:
197
+ single_page_notification_button:
198
+ subscribe_text:
199
+ unsubscribe_text:
200
+ skip_link:
201
+ text:
202
+ step_by_step_nav:
203
+ hide:
204
+ hide_all:
205
+ show:
206
+ show_all:
207
+ step_by_step_nav_related:
208
+ part_of:
209
+ subscription_links:
210
+ email_signup_link_text:
211
+ feed_link_label:
212
+ feed_link_text:
213
+ subscriptions:
214
+ success_alert:
215
+ success:
216
+ summary_list:
217
+ delete:
218
+ edit:
219
+ table:
220
+ filter_count:
221
+ filter_label:
222
+ filter_message:
223
+ tabs:
224
+ contents:
@@ -27,6 +27,8 @@ nl:
27
27
  request_format_text: Dit bestand is mogelijk niet geschikt voor gebruikers van ondersteunende technologie.
28
28
  back_link:
29
29
  back: Terug
30
+ back_to_top_link:
31
+ contents: Inhoud
30
32
  character_count:
31
33
  body: U kunt maximaal %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ nl:
87
89
  what_doing: Wat was u aan het doen?
88
90
  what_wrong: Wat ging er mis?
89
91
  'yes': Ja
92
+ figure:
93
+ image_credit: 'Image credit: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ nl:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Zoeken verbergen
110
113
  menu: Menu
111
- search_button: Zoeken in GOV.UK
112
- show_button: Zoekopdracht tonen
113
114
  top_level: Top niveau
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ nl:
157
158
  previous:
158
159
  print_link:
159
160
  text: Deze pagina afdrukken
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: verberg alle updates
164
+ last_updated: Laatst bijgewerkt %{date}
165
+ published: Gepubliceerd %{date}
166
+ see_all_updates: zie alle updates
167
+ show_all_updates: toon alle updates
160
168
  radio:
161
169
  or: of
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@
27
27
  request_format_text: Denne filen er muligens ikke egnet for brukere av hjelpeteknologi.
28
28
  back_link:
29
29
  back: Tilbake
30
+ back_to_top_link:
31
+ contents: Innhold
30
32
  character_count:
31
33
  body: Du kan angi opptil %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@
87
89
  what_doing: Hva gjorde du?
88
90
  what_wrong: Hva gikk galt?
89
91
  'yes': Ja
92
+ figure:
93
+ image_credit: 'Bildekreditt: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Skjul søk
110
113
  menu: Meny
111
- search_button: Søk på GOV.UK
112
- show_button: Vis søk
113
114
  top_level: Toppnivå
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@
157
158
  previous:
158
159
  print_link:
159
160
  text: Skriv ut denne siden
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: skjul alle oppdateringer
164
+ last_updated: Sist oppdatert %{date}
165
+ published: Publisert %{date}
166
+ see_all_updates: se alle oppdateringer
167
+ show_all_updates: vis alle oppdateringer
160
168
  radio:
161
169
  or: eller
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ pa-pk:
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:
@@ -83,6 +85,8 @@ pa-pk:
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 @@ pa-pk:
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 @@ pa-pk:
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 @@ pa:
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 @@ pa:
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 @@ pa:
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 @@ pa:
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:
@@ -29,6 +29,8 @@ pl:
29
29
  request_format_text: Ten plik może nie być odpowiedni dla użytkowników korzystających z technologii wspomagających.
30
30
  back_link:
31
31
  back: Wstecz
32
+ back_to_top_link:
33
+ contents: Zawartość
32
34
  character_count:
33
35
  body: Można wprowadzić maksymalnie %{number} %{type}
34
36
  type:
@@ -91,6 +93,8 @@ pl:
91
93
  what_doing: Co robiłeś?
92
94
  what_wrong: Co poszło nie tak?
93
95
  'yes': Tak
96
+ figure:
97
+ image_credit: Obrazek:%{credit}
94
98
  intervention:
95
99
  accessible_link_text_suffix:
96
100
  layout_footer:
@@ -110,10 +114,7 @@ pl:
110
114
  manage:
111
115
  link_text:
112
116
  layout_header:
113
- hide_button: Ukryj wyszukiwanie
114
117
  menu: Menu
115
- search_button: Szukaj w GOV.UK
116
- show_button: Pokaż wyszukiwanie
117
118
  top_level: Najwyższy poziom
118
119
  layout_super_navigation_header:
119
120
  logo_link_title:
@@ -161,6 +162,13 @@ pl:
161
162
  previous:
162
163
  print_link:
163
164
  text: Wydrukuj tę stronę
165
+ published_dates:
166
+ hidden_heading:
167
+ hide_all_updates: ukryj wszystkie aktualizacje
168
+ last_updated: Ostatnio zaktualizowano %{date}
169
+ published: Opublikowano %{date}
170
+ see_all_updates: zobacz wszystkie aktualizacje
171
+ show_all_updates: pokaż wszystkie aktualizacje
164
172
  radio:
165
173
  or: lub
166
174
  related_footer_navigation:
@@ -27,6 +27,8 @@ ps:
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 @@ ps:
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 @@ ps:
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 @@ ps:
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 @@ pt:
27
27
  request_format_text: Este ficheiro pode não ser adequado para utilizadores de tecnologia assistiva.
28
28
  back_link:
29
29
  back: Voltar
30
+ back_to_top_link:
31
+ contents: Conteúdos
30
32
  character_count:
31
33
  body: Pode introduzir até %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ pt:
87
89
  what_doing: O que estava a fazer?
88
90
  what_wrong: O que correu mal?
89
91
  'yes': Sim
92
+ figure:
93
+ image_credit: 'Crédito da imagem: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ pt:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Ocultar pesquisa
110
113
  menu: Menu
111
- search_button: Pesquisar em GOV.UK
112
- show_button: Mostrar pesquisa
113
114
  top_level: Nível superior
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ pt:
157
158
  previous:
158
159
  print_link:
159
160
  text: Imprimir esta página
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: ocultar todas as atualizações
164
+ last_updated: Última atualização a %{date}
165
+ published: Publicado a %{date}
166
+ see_all_updates: ver todas as atualizações
167
+ show_all_updates: mostrar todas as atualizações
160
168
  radio:
161
169
  or: ou
162
170
  related_footer_navigation:
@@ -28,6 +28,8 @@ ro:
28
28
  request_format_text: Este posibil ca acest fișier să nu fie potrivit pentru utilizatorii de tehnologie de asistență.
29
29
  back_link:
30
30
  back: Înapoi
31
+ back_to_top_link:
32
+ contents: Conținut
31
33
  character_count:
32
34
  body: Puteți introduce cel mult %{number} %{type}
33
35
  type:
@@ -88,6 +90,8 @@ ro:
88
90
  what_doing: Ce făceați?
89
91
  what_wrong: Ce eroare a survenit?
90
92
  'yes': Da
93
+ figure:
94
+ image_credit: 'Autor imagine: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ ro:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Ascundeți căutarea
111
114
  menu: Meniu
112
- search_button: Căutați pe GOV.UK
113
- show_button: Afișați căutarea
114
115
  top_level: Nivel superior
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ ro:
158
159
  previous:
159
160
  print_link:
160
161
  text: Imprimați această pagină
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: ascundeți toate actualizările
165
+ last_updated: Ultima actualizare %{date}
166
+ published: Publicat pe %{date}
167
+ see_all_updates: vedeți toate actualizările
168
+ show_all_updates: afișați toate actualizările
161
169
  radio:
162
170
  or: sau
163
171
  related_footer_navigation:
@@ -29,6 +29,8 @@ ru:
29
29
  request_format_text: "Данный документ может быть не доступен лицам, использующим \nвспомогательные технологии."
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 @@ ru:
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 @@ ru:
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 @@ ru:
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:
@@ -27,6 +27,8 @@ si:
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: ඔබට %{type} %{number} ක් දක්වා ඇතුළත් කළ හැකිය
32
34
  type:
@@ -87,6 +89,8 @@ si:
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 @@ si:
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 @@ si:
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:
@@ -28,6 +28,8 @@ sk:
28
28
  request_format_text: Tento súbor nemusí byť vhodný pre používateľov asistenčných technológií.
29
29
  back_link:
30
30
  back: Späť
31
+ back_to_top_link:
32
+ contents: Obsah
31
33
  character_count:
32
34
  body: Môžete zadať až %{number} %{type}
33
35
  type:
@@ -92,6 +94,8 @@ sk:
92
94
  what_doing: Čo ste robili?
93
95
  what_wrong: Čo sa pokazilo?
94
96
  'yes': Áno
97
+ figure:
98
+ image_credit: 'Obrázok: %{credit}'
95
99
  intervention:
96
100
  accessible_link_text_suffix:
97
101
  layout_footer:
@@ -111,10 +115,7 @@ sk:
111
115
  manage:
112
116
  link_text:
113
117
  layout_header:
114
- hide_button: Skryť vyhľadávanie
115
118
  menu: Menu
116
- search_button: Vyhľadávanie na GOV.UK
117
- show_button: Zobraziť vyhľadávanie
118
119
  top_level: Najvyššia úroveň
119
120
  layout_super_navigation_header:
120
121
  logo_link_title:
@@ -162,6 +163,13 @@ sk:
162
163
  previous:
163
164
  print_link:
164
165
  text: Vytlačiť túto stránku
166
+ published_dates:
167
+ hidden_heading:
168
+ hide_all_updates: skryť všetky aktualizácie
169
+ last_updated: Posledná aktualizácia %{date}
170
+ published: Zverejnené %{date}
171
+ see_all_updates: pozrite si všetky aktualizácie
172
+ show_all_updates: zobraziť všetky aktualizácie
165
173
  radio:
166
174
  or: alebo
167
175
  related_footer_navigation: