govuk_publishing_components 63.1.2 → 63.3.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.
- checksums.yaml +4 -4
- data/app/assets/images/govuk_publishing_components/app-promo-banner/govuk-app-icon.png +0 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +3 -2
- data/app/assets/javascripts/govuk_publishing_components/components/app-promo-banner.js +134 -0
- data/app/assets/javascripts/govuk_publishing_components/lib/cookie-functions.js +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_app-promo-banner.scss +64 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_feedback.scss +0 -13
- data/app/assets/stylesheets/govuk_publishing_components/components/_input.scss +0 -14
- data/app/assets/stylesheets/govuk_publishing_components/components/_summary-list.scss +2 -12
- data/app/controllers/govuk_publishing_components/applications_page_controller.rb +1 -2
- data/app/controllers/govuk_publishing_components/audit_controller.rb +0 -2
- data/app/models/govuk_publishing_components/applications_page.rb +0 -4
- data/app/models/govuk_publishing_components/audit_comparer.rb +3 -54
- data/app/views/govuk_publishing_components/applications_page/_table-content.html.erb +0 -7
- data/app/views/govuk_publishing_components/applications_page/show.html.erb +0 -1
- data/app/views/govuk_publishing_components/audit/_applications.html.erb +2 -6
- data/app/views/govuk_publishing_components/components/_app_promo_banner.html.erb +72 -0
- data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +4 -10
- data/app/views/govuk_publishing_components/components/_summary_card.html.erb +4 -2
- data/app/views/govuk_publishing_components/components/_summary_list.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/docs/accordion.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/app_promo_banner.yml +30 -0
- data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +0 -16
- data/app/views/govuk_publishing_components/components/docs/organisation_logo.yml +4 -6
- data/app/views/govuk_publishing_components/components/docs/summary_card.yml +7 -0
- data/app/views/govuk_publishing_components/components/docs/tabs.yml +1 -1
- data/app/views/govuk_publishing_components/components/layout_for_public/_account-layout.html.erb +1 -7
- data/config/locales/ar.yml +10 -4
- data/config/locales/az.yml +10 -4
- data/config/locales/be.yml +10 -4
- data/config/locales/bg.yml +10 -4
- data/config/locales/bn.yml +10 -4
- data/config/locales/cs.yml +10 -4
- data/config/locales/cy.yml +10 -4
- data/config/locales/da.yml +10 -4
- data/config/locales/de.yml +10 -4
- data/config/locales/dr.yml +10 -4
- data/config/locales/el.yml +10 -4
- data/config/locales/en.yml +6 -0
- data/config/locales/es-419.yml +10 -4
- data/config/locales/es.yml +10 -4
- data/config/locales/et.yml +10 -4
- data/config/locales/fa.yml +10 -4
- data/config/locales/fi.yml +10 -4
- data/config/locales/fr.yml +10 -4
- data/config/locales/gd.yml +10 -4
- data/config/locales/gu.yml +10 -4
- data/config/locales/he.yml +10 -4
- data/config/locales/hi.yml +10 -4
- data/config/locales/hr.yml +10 -4
- data/config/locales/hu.yml +10 -4
- data/config/locales/hy.yml +10 -4
- data/config/locales/id.yml +10 -4
- data/config/locales/is.yml +10 -4
- data/config/locales/it.yml +10 -4
- data/config/locales/ja.yml +10 -4
- data/config/locales/ka.yml +10 -4
- data/config/locales/kk.yml +10 -4
- data/config/locales/ko.yml +10 -4
- data/config/locales/ku.yml +10 -4
- data/config/locales/ky.yml +10 -4
- data/config/locales/lt.yml +10 -4
- data/config/locales/lv.yml +10 -4
- data/config/locales/ms.yml +10 -4
- data/config/locales/mt.yml +10 -4
- data/config/locales/ne.yml +10 -4
- data/config/locales/nl.yml +10 -4
- data/config/locales/no.yml +10 -4
- data/config/locales/pa-pk.yml +10 -4
- data/config/locales/pa.yml +10 -4
- data/config/locales/pl.yml +10 -4
- data/config/locales/ps.yml +10 -4
- data/config/locales/pt.yml +10 -4
- data/config/locales/ro.yml +10 -4
- data/config/locales/ru.yml +10 -4
- data/config/locales/si.yml +10 -4
- data/config/locales/sk.yml +10 -4
- data/config/locales/sl.yml +10 -4
- data/config/locales/so.yml +10 -4
- data/config/locales/sq.yml +10 -4
- data/config/locales/sr.yml +10 -4
- data/config/locales/sv.yml +10 -4
- data/config/locales/sw.yml +10 -4
- data/config/locales/ta.yml +10 -4
- data/config/locales/th.yml +10 -4
- data/config/locales/ti.yml +10 -4
- data/config/locales/tk.yml +10 -4
- data/config/locales/tr.yml +10 -4
- data/config/locales/uk.yml +10 -4
- data/config/locales/ur.yml +10 -4
- data/config/locales/uz.yml +10 -4
- data/config/locales/vi.yml +10 -4
- data/config/locales/zh-hk.yml +10 -4
- data/config/locales/zh-tw.yml +10 -4
- data/config/locales/zh.yml +10 -4
- data/lib/govuk_publishing_components/app_helpers/asset_helper.rb +0 -27
- data/lib/govuk_publishing_components/presenters/organisation_logo_helper.rb +17 -13
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/axe.d.ts +4 -2
- data/node_modules/axe-core/axe.js +80 -39
- data/node_modules/axe-core/axe.min.js +3 -3
- data/node_modules/axe-core/locales/_template.json +4 -2
- data/node_modules/axe-core/package.json +3 -5
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +7 -2
|
@@ -4,7 +4,7 @@ govuk_frontend_components:
|
|
|
4
4
|
- accordion
|
|
5
5
|
body: |
|
|
6
6
|
This component is based on the [GOV.UK Design System accordion component](https://design-system.service.gov.uk/components/accordion/)
|
|
7
|
-
and is currently experimental because more research is needed to validate it. If using this component, [please feed back any research findings to the Design System team](https://design-system.service.gov.uk/
|
|
7
|
+
and is currently experimental because more research is needed to validate it. If using this component, [please feed back any research findings to the Design System team](https://design-system.service.gov.uk/contact/).
|
|
8
8
|
|
|
9
9
|
accessibility_criteria: |
|
|
10
10
|
The accordion must:
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: App Promo Banner
|
|
2
|
+
description: Displays a banner on Android devices to promote the GOVUK Android App
|
|
3
|
+
body: |
|
|
4
|
+
By default the app promo banner is hidden. The banner is only displayed if JavaScript is enabled and if the device is Android.
|
|
5
|
+
|
|
6
|
+
If the user has provided permission to use the settings cookie in their cookie preferences, then `app_promo_banner` cookie is set which is used to stop the banner reappearing once it has been closed.
|
|
7
|
+
|
|
8
|
+
accessibility_criteria: |
|
|
9
|
+
- Adequate colour contrast between text, icons, and background meeting WCAG 2.2 AA as a minimum
|
|
10
|
+
- Text does not overlap, truncate, or disappear when zoomed
|
|
11
|
+
- “Skip to main” link precedes banner in DOM order and tab sequence
|
|
12
|
+
- Close button can be activated with Enter/Space keys
|
|
13
|
+
- Close button has an accessible name
|
|
14
|
+
- View link is descriptive indicating where it goes to
|
|
15
|
+
- Banner is reachable via keyboard navigation
|
|
16
|
+
- Banner placement does not obscure other critical content or controls
|
|
17
|
+
- Banner can be dismissed without requiring precise pointer actions
|
|
18
|
+
- Banner content is understandable out of context
|
|
19
|
+
- No keyboard trap: focus moves smoothly past the banner once dismissed
|
|
20
|
+
shared_accessibility_criteria:
|
|
21
|
+
- link
|
|
22
|
+
uses_component_wrapper_helper: true
|
|
23
|
+
examples:
|
|
24
|
+
default:
|
|
25
|
+
data:
|
|
26
|
+
without_ga4_tracking:
|
|
27
|
+
description: |
|
|
28
|
+
Disables GA4 tracking on the app promo banner. Tracking is enabled by default. This adds a data module and data-attributes with JSONs to the accordion. See the [ga4-event-tracker documentation](https://github.com/alphagov/govuk_publishing_components/blob/main/docs/analytics-ga4/ga4-event-tracker.md) for more information.
|
|
29
|
+
data:
|
|
30
|
+
disable_ga4: true
|
|
@@ -18,22 +18,6 @@ examples:
|
|
|
18
18
|
title: 'Example layout'
|
|
19
19
|
block: |
|
|
20
20
|
<h1>Page content goes here</h1>
|
|
21
|
-
with_static_wrapper:
|
|
22
|
-
description: |
|
|
23
|
-
By default, the layout does not include the `div#wrapper` element, nor the `main` element within that.
|
|
24
|
-
This behaviour is peculiar to the one app that currently uses this layout - static. Static now sets the `for_static: true` flag,
|
|
25
|
-
which causes the wrapper to be included. Other apps in the future will not set that flag, but provide their own wrapper and main elements.
|
|
26
|
-
data:
|
|
27
|
-
for_static: true
|
|
28
|
-
block: |
|
|
29
|
-
<h1>Page content goes here</h1>
|
|
30
|
-
full_width:
|
|
31
|
-
description: By default, the layout applies the `govuk-width-container` class to the main element. We can remove this class by setting `full_width` to `true`. Note this also requires the for_static flag, since that is needed for the main element.
|
|
32
|
-
data:
|
|
33
|
-
for_static: true
|
|
34
|
-
full_width: true
|
|
35
|
-
block: |
|
|
36
|
-
<h1>Page content goes here</h1>
|
|
37
21
|
omit_header:
|
|
38
22
|
description: This allows the header to be omitted which is currently used when rendering CSV previews from Whitehall
|
|
39
23
|
data:
|
|
@@ -18,6 +18,10 @@ shared_accessibility_criteria:
|
|
|
18
18
|
- link
|
|
19
19
|
examples:
|
|
20
20
|
default:
|
|
21
|
+
data:
|
|
22
|
+
organisation:
|
|
23
|
+
name: 'Organisation<br>Name'
|
|
24
|
+
with_a_link:
|
|
21
25
|
data:
|
|
22
26
|
organisation:
|
|
23
27
|
name: 'Organisation<br>Name'
|
|
@@ -158,12 +162,6 @@ examples:
|
|
|
158
162
|
image:
|
|
159
163
|
url: 'https://assets.publishing.service.gov.uk/media/6850134301d3b0e7b62da740/hmps_25_gov_240x188.png'
|
|
160
164
|
alt_text: 'HM Prison Service'
|
|
161
|
-
without_a_link:
|
|
162
|
-
data:
|
|
163
|
-
organisation:
|
|
164
|
-
name: Cabinet Office
|
|
165
|
-
brand: cabinet-office
|
|
166
|
-
crest: 'single-identity'
|
|
167
165
|
as_a_heading:
|
|
168
166
|
description: The `heading_level` option takes a number from 1 to 6.
|
|
169
167
|
data:
|
|
@@ -102,3 +102,10 @@ examples:
|
|
|
102
102
|
value: value1
|
|
103
103
|
data:
|
|
104
104
|
module: "something"
|
|
105
|
+
|
|
106
|
+
with_block:
|
|
107
|
+
description: Use the summary card with a block when you need to show an empty state message or load another component.
|
|
108
|
+
data:
|
|
109
|
+
title: "Topics"
|
|
110
|
+
block: |
|
|
111
|
+
<p class="govuk-body">No topics specified for this document.</p>
|
|
@@ -2,7 +2,7 @@ name: "Tabs (experimental)"
|
|
|
2
2
|
description: "The tabs component lets users toggle between related sections of content."
|
|
3
3
|
body: |
|
|
4
4
|
This component is based on the [GOV.UK Design System tabs component](https://design-system.service.gov.uk/components/tabs/)
|
|
5
|
-
and is currently experimental. If using this component, please feed back any research findings to the [GOV.UK Design System team](https://design-system.service.gov.uk/
|
|
5
|
+
and is currently experimental. If using this component, please feed back any research findings to the [GOV.UK Design System team](https://design-system.service.gov.uk/contact/).
|
|
6
6
|
|
|
7
7
|
The tabs component lets users navigate between related sections of content on a single page,
|
|
8
8
|
displaying one section at a time. Note that they are not intended to be used to navigate
|
data/app/views/govuk_publishing_components/components/layout_for_public/_account-layout.html.erb
CHANGED
|
@@ -12,13 +12,7 @@
|
|
|
12
12
|
<div class="govuk-grid-column-two-thirds">
|
|
13
13
|
<div id="wrapper">
|
|
14
14
|
<%= yield :before_content %>
|
|
15
|
-
|
|
16
|
-
<main id="content">
|
|
17
|
-
<%= yield %>
|
|
18
|
-
</main>
|
|
19
|
-
<% else %>
|
|
20
|
-
<%= yield %>
|
|
21
|
-
<% end %>
|
|
15
|
+
<%= yield %>
|
|
22
16
|
</div>
|
|
23
17
|
</div>
|
|
24
18
|
</div>
|
data/config/locales/ar.yml
CHANGED
|
@@ -13,6 +13,12 @@ ar:
|
|
|
13
13
|
hide_all: إخفاء كل الأقسام
|
|
14
14
|
show_all: إظهار كل الأقسام
|
|
15
15
|
this_section_visually_hidden: " هذا القسم"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: البحث في %{title}
|
|
18
24
|
attachment:
|
|
@@ -157,6 +163,10 @@ ar:
|
|
|
157
163
|
selected:
|
|
158
164
|
organisation_schema:
|
|
159
165
|
all_content_search_description: العثور عن كل المحتوى من %{organisation}
|
|
166
|
+
pagination:
|
|
167
|
+
next:
|
|
168
|
+
pagination: ترقيم الصفحات
|
|
169
|
+
previous:
|
|
160
170
|
password_input:
|
|
161
171
|
button:
|
|
162
172
|
button_aria_hide_label:
|
|
@@ -166,10 +176,6 @@ ar:
|
|
|
166
176
|
label:
|
|
167
177
|
password_hidden_announcement:
|
|
168
178
|
password_shown_announcement:
|
|
169
|
-
pagination:
|
|
170
|
-
next:
|
|
171
|
-
pagination: ترقيم الصفحات
|
|
172
|
-
previous:
|
|
173
179
|
print_link:
|
|
174
180
|
text: طباعة هذه الصفحة
|
|
175
181
|
published_dates:
|
data/config/locales/az.yml
CHANGED
|
@@ -13,6 +13,12 @@ az:
|
|
|
13
13
|
hide_all: Bütün bölmələri gizlət
|
|
14
14
|
show_all: Bütün bölmələri göstər
|
|
15
15
|
this_section_visually_hidden: " bu bölmə"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: "%{title} üzrə axtar"
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ az:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: "%{organisation}-dan bütün məzmunu tap"
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Səhifələrə bölmə
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ az:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Səhifələrə bölmə
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Bu səhifəni çap et
|
|
172
178
|
published_dates:
|
data/config/locales/be.yml
CHANGED
|
@@ -13,6 +13,12 @@ be:
|
|
|
13
13
|
hide_all: Схаваць усе секцыi
|
|
14
14
|
show_all: Паказаць усе секцыi
|
|
15
15
|
this_section_visually_hidden: " гэта секцыя"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Шукаць сярод %{title}
|
|
18
24
|
attachment:
|
|
@@ -160,6 +166,10 @@ be:
|
|
|
160
166
|
selected:
|
|
161
167
|
organisation_schema:
|
|
162
168
|
all_content_search_description: Шукаць увесь змест з %{organisation}
|
|
169
|
+
pagination:
|
|
170
|
+
next:
|
|
171
|
+
pagination: Месцаванне старонак
|
|
172
|
+
previous:
|
|
163
173
|
password_input:
|
|
164
174
|
button:
|
|
165
175
|
button_aria_hide_label:
|
|
@@ -169,10 +179,6 @@ be:
|
|
|
169
179
|
label:
|
|
170
180
|
password_hidden_announcement:
|
|
171
181
|
password_shown_announcement:
|
|
172
|
-
pagination:
|
|
173
|
-
next:
|
|
174
|
-
pagination: Месцаванне старонак
|
|
175
|
-
previous:
|
|
176
182
|
print_link:
|
|
177
183
|
text: Надрукаваць гэтую странiцу
|
|
178
184
|
published_dates:
|
data/config/locales/bg.yml
CHANGED
|
@@ -13,6 +13,12 @@ bg:
|
|
|
13
13
|
hide_all: Скриване на всички раздели
|
|
14
14
|
show_all: Показване на всички раздели
|
|
15
15
|
this_section_visually_hidden: " този раздел"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Търсене в %{title}
|
|
18
24
|
attachment:
|
|
@@ -158,6 +164,10 @@ bg:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Намиране на цялото съдържание от %{organisation}
|
|
167
|
+
pagination:
|
|
168
|
+
next:
|
|
169
|
+
pagination: Страниране
|
|
170
|
+
previous:
|
|
161
171
|
password_input:
|
|
162
172
|
button:
|
|
163
173
|
button_aria_hide_label:
|
|
@@ -167,10 +177,6 @@ bg:
|
|
|
167
177
|
label:
|
|
168
178
|
password_hidden_announcement:
|
|
169
179
|
password_shown_announcement:
|
|
170
|
-
pagination:
|
|
171
|
-
next:
|
|
172
|
-
pagination: Страниране
|
|
173
|
-
previous:
|
|
174
180
|
print_link:
|
|
175
181
|
text: Отпечатване на страницата
|
|
176
182
|
published_dates:
|
data/config/locales/bn.yml
CHANGED
|
@@ -13,6 +13,12 @@ bn:
|
|
|
13
13
|
hide_all: সকল অংশ লুকিয়ে রাখুন
|
|
14
14
|
show_all: সকল অংশ দেখান
|
|
15
15
|
this_section_visually_hidden: " এই অংশ"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: "%{title}-এর মধ্যে অনুসন্ধান করুন"
|
|
18
24
|
attachment:
|
|
@@ -155,6 +161,10 @@ bn:
|
|
|
155
161
|
selected:
|
|
156
162
|
organisation_schema:
|
|
157
163
|
all_content_search_description: "%{organisation}-এর সকল বিষয়বস্তু খুঁজে বের করুন"
|
|
164
|
+
pagination:
|
|
165
|
+
next:
|
|
166
|
+
pagination: পেজিনেশন
|
|
167
|
+
previous:
|
|
158
168
|
password_input:
|
|
159
169
|
button:
|
|
160
170
|
button_aria_hide_label:
|
|
@@ -164,10 +174,6 @@ bn:
|
|
|
164
174
|
label:
|
|
165
175
|
password_hidden_announcement:
|
|
166
176
|
password_shown_announcement:
|
|
167
|
-
pagination:
|
|
168
|
-
next:
|
|
169
|
-
pagination: পেজিনেশন
|
|
170
|
-
previous:
|
|
171
177
|
print_link:
|
|
172
178
|
text: এই পৃষ্ঠাটি প্রিন্ট করুন
|
|
173
179
|
published_dates:
|
data/config/locales/cs.yml
CHANGED
|
@@ -13,6 +13,12 @@ cs:
|
|
|
13
13
|
hide_all: Skrýt všechny sekce
|
|
14
14
|
show_all: Zobrazit všechny sekce
|
|
15
15
|
this_section_visually_hidden: " tento oddíl"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Hledat v %{title}
|
|
18
24
|
attachment:
|
|
@@ -159,6 +165,10 @@ cs:
|
|
|
159
165
|
selected:
|
|
160
166
|
organisation_schema:
|
|
161
167
|
all_content_search_description: Najít veškerý obsah z %{organisation}
|
|
168
|
+
pagination:
|
|
169
|
+
next:
|
|
170
|
+
pagination: Stránkování
|
|
171
|
+
previous:
|
|
162
172
|
password_input:
|
|
163
173
|
button:
|
|
164
174
|
button_aria_hide_label:
|
|
@@ -168,10 +178,6 @@ cs:
|
|
|
168
178
|
label:
|
|
169
179
|
password_hidden_announcement:
|
|
170
180
|
password_shown_announcement:
|
|
171
|
-
pagination:
|
|
172
|
-
next:
|
|
173
|
-
pagination: Stránkování
|
|
174
|
-
previous:
|
|
175
181
|
print_link:
|
|
176
182
|
text: Vytisknout tuto stránku
|
|
177
183
|
published_dates:
|
data/config/locales/cy.yml
CHANGED
|
@@ -13,6 +13,12 @@ cy:
|
|
|
13
13
|
hide_all: Cuddio pob adran
|
|
14
14
|
show_all: Dangos pob adran
|
|
15
15
|
this_section_visually_hidden: " yr adran hon"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Chwilio o fewn %{title}
|
|
18
24
|
attachment:
|
|
@@ -158,6 +164,10 @@ cy:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Dod o hyd i'r holl gynnwys gan %{organisation}
|
|
167
|
+
pagination:
|
|
168
|
+
next:
|
|
169
|
+
pagination: Tudalennu
|
|
170
|
+
previous:
|
|
161
171
|
password_input:
|
|
162
172
|
button:
|
|
163
173
|
button_aria_hide_label:
|
|
@@ -167,10 +177,6 @@ cy:
|
|
|
167
177
|
label:
|
|
168
178
|
password_hidden_announcement:
|
|
169
179
|
password_shown_announcement:
|
|
170
|
-
pagination:
|
|
171
|
-
next:
|
|
172
|
-
pagination: Tudalennu
|
|
173
|
-
previous:
|
|
174
180
|
print_link:
|
|
175
181
|
text: Argraffu'r dudalen hon
|
|
176
182
|
published_dates:
|
data/config/locales/da.yml
CHANGED
|
@@ -13,6 +13,12 @@ da:
|
|
|
13
13
|
hide_all: Skjul alle sektioner
|
|
14
14
|
show_all: Vise alle sektioner
|
|
15
15
|
this_section_visually_hidden: " denne sektion"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Søg i %{title}
|
|
18
24
|
attachment:
|
|
@@ -155,6 +161,10 @@ da:
|
|
|
155
161
|
selected:
|
|
156
162
|
organisation_schema:
|
|
157
163
|
all_content_search_description: Find alt indhold fra %{organisation}
|
|
164
|
+
pagination:
|
|
165
|
+
next:
|
|
166
|
+
pagination: Paginering
|
|
167
|
+
previous:
|
|
158
168
|
password_input:
|
|
159
169
|
button:
|
|
160
170
|
button_aria_hide_label:
|
|
@@ -164,10 +174,6 @@ da:
|
|
|
164
174
|
label:
|
|
165
175
|
password_hidden_announcement:
|
|
166
176
|
password_shown_announcement:
|
|
167
|
-
pagination:
|
|
168
|
-
next:
|
|
169
|
-
pagination: Paginering
|
|
170
|
-
previous:
|
|
171
177
|
print_link:
|
|
172
178
|
text: Udskriv denne side
|
|
173
179
|
published_dates:
|
data/config/locales/de.yml
CHANGED
|
@@ -13,6 +13,12 @@ de:
|
|
|
13
13
|
hide_all: Alle Rubriken ausblenden
|
|
14
14
|
show_all: Alle Rubriken anzeigen
|
|
15
15
|
this_section_visually_hidden: " diese Rubrik"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Suche innerhalb %{title}
|
|
18
24
|
attachment:
|
|
@@ -158,6 +164,10 @@ de:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Alle Inhalte von %{organisation} finden
|
|
167
|
+
pagination:
|
|
168
|
+
next:
|
|
169
|
+
pagination: Seitenzahlen
|
|
170
|
+
previous:
|
|
161
171
|
password_input:
|
|
162
172
|
button:
|
|
163
173
|
button_aria_hide_label:
|
|
@@ -167,10 +177,6 @@ de:
|
|
|
167
177
|
label:
|
|
168
178
|
password_hidden_announcement:
|
|
169
179
|
password_shown_announcement:
|
|
170
|
-
pagination:
|
|
171
|
-
next:
|
|
172
|
-
pagination: Seitenzahlen
|
|
173
|
-
previous:
|
|
174
180
|
print_link:
|
|
175
181
|
text: Diese Seite drucken
|
|
176
182
|
published_dates:
|
data/config/locales/dr.yml
CHANGED
|
@@ -13,6 +13,12 @@ dr:
|
|
|
13
13
|
hide_all: مخفی کردن همه بخش ها
|
|
14
14
|
show_all: نمایش دادن همه بخش ها
|
|
15
15
|
this_section_visually_hidden: " این بخش"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: جستجو در %{title}
|
|
18
24
|
attachment:
|
|
@@ -156,6 +162,10 @@ dr:
|
|
|
156
162
|
selected:
|
|
157
163
|
organisation_schema:
|
|
158
164
|
all_content_search_description: تمام محتویات را از اینجا بدست بیاورید %{organisation}
|
|
165
|
+
pagination:
|
|
166
|
+
next:
|
|
167
|
+
pagination: صفحه گذاری
|
|
168
|
+
previous:
|
|
159
169
|
password_input:
|
|
160
170
|
button:
|
|
161
171
|
button_aria_hide_label:
|
|
@@ -165,10 +175,6 @@ dr:
|
|
|
165
175
|
label:
|
|
166
176
|
password_hidden_announcement:
|
|
167
177
|
password_shown_announcement:
|
|
168
|
-
pagination:
|
|
169
|
-
next:
|
|
170
|
-
pagination: صفحه گذاری
|
|
171
|
-
previous:
|
|
172
178
|
print_link:
|
|
173
179
|
text: این صفحه را پرنت نمایید
|
|
174
180
|
published_dates:
|
data/config/locales/el.yml
CHANGED
|
@@ -13,6 +13,12 @@ el:
|
|
|
13
13
|
hide_all: Απόκρυψη όλων των ενοτήτων
|
|
14
14
|
show_all: Εμφάνιση όλων των ενοτήτων
|
|
15
15
|
this_section_visually_hidden: " αυτή η ενότητα"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Αναζήτηση εντός %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ el:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Εύρεση όλου του περιεχομένου από τον οργανισμό %{Organization}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Σελιδοποίηση
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ el:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Σελιδοποίηση
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Εκτύπωση αυτής της σελίδας
|
|
172
178
|
published_dates:
|
data/config/locales/en.yml
CHANGED
|
@@ -13,6 +13,12 @@ en:
|
|
|
13
13
|
hide_all: Hide all sections
|
|
14
14
|
show_all: Show all sections
|
|
15
15
|
this_section_visually_hidden: " this section"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label: GOV.UK app
|
|
18
|
+
body_text: Government made easier
|
|
19
|
+
title_text: Get the GOV.UK app
|
|
20
|
+
close: Close app download banner
|
|
21
|
+
view: View
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Search within %{title}
|
|
18
24
|
attachment:
|
data/config/locales/es-419.yml
CHANGED
|
@@ -13,6 +13,12 @@ es-419:
|
|
|
13
13
|
hide_all: Ocultar todas las secciones
|
|
14
14
|
show_all: Mostrar todas las secciones
|
|
15
15
|
this_section_visually_hidden: esta sección
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Buscar en %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ es-419:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Buscar todo el contenido de %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginación
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ es-419:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginación
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Imprimir esta página
|
|
172
178
|
published_dates:
|
data/config/locales/es.yml
CHANGED
|
@@ -13,6 +13,12 @@ es:
|
|
|
13
13
|
hide_all: Ocultar todas las secciones
|
|
14
14
|
show_all: Mostrar todas las secciones
|
|
15
15
|
this_section_visually_hidden: " esta sección"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Buscar en %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ es:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Buscar todo el contenido de %{organization}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginación
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ es:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginación
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Imprimir esta página
|
|
172
178
|
published_dates:
|
data/config/locales/et.yml
CHANGED
|
@@ -13,6 +13,12 @@ et:
|
|
|
13
13
|
hide_all: Peida kõik jaotised
|
|
14
14
|
show_all: Kuva kõik jaotised
|
|
15
15
|
this_section_visually_hidden: " see jaotis"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: Otsi %{title} piires
|
|
18
24
|
attachment:
|
|
@@ -157,6 +163,10 @@ et:
|
|
|
157
163
|
selected:
|
|
158
164
|
organisation_schema:
|
|
159
165
|
all_content_search_description: Leidke kogu ettevõtte %{organization} sisu
|
|
166
|
+
pagination:
|
|
167
|
+
next:
|
|
168
|
+
pagination: Lehekülgede jaotus
|
|
169
|
+
previous:
|
|
160
170
|
password_input:
|
|
161
171
|
button:
|
|
162
172
|
button_aria_hide_label:
|
|
@@ -166,10 +176,6 @@ et:
|
|
|
166
176
|
label:
|
|
167
177
|
password_hidden_announcement:
|
|
168
178
|
password_shown_announcement:
|
|
169
|
-
pagination:
|
|
170
|
-
next:
|
|
171
|
-
pagination: Lehekülgede jaotus
|
|
172
|
-
previous:
|
|
173
179
|
print_link:
|
|
174
180
|
text: Prindi see leht
|
|
175
181
|
published_dates:
|
data/config/locales/fa.yml
CHANGED
|
@@ -13,6 +13,12 @@ fa:
|
|
|
13
13
|
hide_all: مخفی کردن تمام بخشها
|
|
14
14
|
show_all: نمایش تمام بخشها
|
|
15
15
|
this_section_visually_hidden: " این بخش"
|
|
16
|
+
app_promo_banner:
|
|
17
|
+
aria_label:
|
|
18
|
+
body_text:
|
|
19
|
+
close:
|
|
20
|
+
title_text:
|
|
21
|
+
view:
|
|
16
22
|
article_schema:
|
|
17
23
|
scoped_search_description: جستجو در %{title}
|
|
18
24
|
attachment:
|
|
@@ -153,6 +159,10 @@ fa:
|
|
|
153
159
|
selected:
|
|
154
160
|
organisation_schema:
|
|
155
161
|
all_content_search_description: یافتن تمام محتوا از %{organisation}
|
|
162
|
+
pagination:
|
|
163
|
+
next:
|
|
164
|
+
pagination: صفحهبندی
|
|
165
|
+
previous:
|
|
156
166
|
password_input:
|
|
157
167
|
button:
|
|
158
168
|
button_aria_hide_label:
|
|
@@ -162,10 +172,6 @@ fa:
|
|
|
162
172
|
label:
|
|
163
173
|
password_hidden_announcement:
|
|
164
174
|
password_shown_announcement:
|
|
165
|
-
pagination:
|
|
166
|
-
next:
|
|
167
|
-
pagination: صفحهبندی
|
|
168
|
-
previous:
|
|
169
175
|
print_link:
|
|
170
176
|
text: چاپ این صفحه
|
|
171
177
|
published_dates:
|