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
data/config/locales/fi.yml
CHANGED
|
@@ -13,6 +13,12 @@ fi:
|
|
|
13
13
|
hide_all: Piilota kaikki osiot
|
|
14
14
|
show_all: Näytä kaikki osiot
|
|
15
15
|
this_section_visually_hidden: " Tämä jakso"
|
|
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: Haku sisällä %{title}
|
|
18
24
|
attachment:
|
|
@@ -156,6 +162,10 @@ fi:
|
|
|
156
162
|
selected:
|
|
157
163
|
organisation_schema:
|
|
158
164
|
all_content_search_description: Etsi kaikki sisältö alkaen %{organisation}
|
|
165
|
+
pagination:
|
|
166
|
+
next:
|
|
167
|
+
pagination: Sivunumerointi
|
|
168
|
+
previous:
|
|
159
169
|
password_input:
|
|
160
170
|
button:
|
|
161
171
|
button_aria_hide_label:
|
|
@@ -165,10 +175,6 @@ fi:
|
|
|
165
175
|
label:
|
|
166
176
|
password_hidden_announcement:
|
|
167
177
|
password_shown_announcement:
|
|
168
|
-
pagination:
|
|
169
|
-
next:
|
|
170
|
-
pagination: Sivunumerointi
|
|
171
|
-
previous:
|
|
172
178
|
print_link:
|
|
173
179
|
text: Tulosta tämä sivu
|
|
174
180
|
published_dates:
|
data/config/locales/fr.yml
CHANGED
|
@@ -13,6 +13,12 @@ fr:
|
|
|
13
13
|
hide_all: Masquer toutes les sections
|
|
14
14
|
show_all: Afficher toutes les sections
|
|
15
15
|
this_section_visually_hidden: " cette section"
|
|
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: Rechercher dans %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ fr:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Rechercher tout le contenu de %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Pagination
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ fr:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Pagination
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Imprimer cette page
|
|
172
178
|
published_dates:
|
data/config/locales/gd.yml
CHANGED
|
@@ -13,6 +13,12 @@ gd:
|
|
|
13
13
|
hide_all: Scrios gach cuid
|
|
14
14
|
show_all: Taispeáin gach cuid
|
|
15
15
|
this_section_visually_hidden: " An chuid seo"
|
|
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: Cuardaigh %{title}
|
|
18
24
|
attachment:
|
|
@@ -156,6 +162,10 @@ gd:
|
|
|
156
162
|
selected:
|
|
157
163
|
organisation_schema:
|
|
158
164
|
all_content_search_description: Faigh gach rud ó %{organisation}
|
|
165
|
+
pagination:
|
|
166
|
+
next:
|
|
167
|
+
pagination: Leathanach
|
|
168
|
+
previous:
|
|
159
169
|
password_input:
|
|
160
170
|
button:
|
|
161
171
|
button_aria_hide_label:
|
|
@@ -165,10 +175,6 @@ gd:
|
|
|
165
175
|
label:
|
|
166
176
|
password_hidden_announcement:
|
|
167
177
|
password_shown_announcement:
|
|
168
|
-
pagination:
|
|
169
|
-
next:
|
|
170
|
-
pagination: Leathanach
|
|
171
|
-
previous:
|
|
172
178
|
print_link:
|
|
173
179
|
text: priontáil an leathanach seo
|
|
174
180
|
published_dates:
|
data/config/locales/gu.yml
CHANGED
|
@@ -13,6 +13,12 @@ gu:
|
|
|
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 @@ gu:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: "%{organisation} થી તમામ સામગ્રી શોધો"
|
|
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 @@ gu:
|
|
|
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/he.yml
CHANGED
|
@@ -13,6 +13,12 @@ he:
|
|
|
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 @@ he:
|
|
|
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 @@ he:
|
|
|
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/hi.yml
CHANGED
|
@@ -13,6 +13,12 @@ hi:
|
|
|
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 @@ hi:
|
|
|
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 @@ hi:
|
|
|
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/hr.yml
CHANGED
|
@@ -13,6 +13,12 @@ hr:
|
|
|
13
13
|
hide_all: Sakrij sve odjeljke
|
|
14
14
|
show_all: Prikaži sve odjeljke
|
|
15
15
|
this_section_visually_hidden: " ovaj odjeljak"
|
|
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: Traži unutar %{title}
|
|
18
24
|
attachment:
|
|
@@ -155,6 +161,10 @@ hr:
|
|
|
155
161
|
selected:
|
|
156
162
|
organisation_schema:
|
|
157
163
|
all_content_search_description: Pronađi sav sadržaj %{organization}
|
|
164
|
+
pagination:
|
|
165
|
+
next:
|
|
166
|
+
pagination: Paginacija
|
|
167
|
+
previous:
|
|
158
168
|
password_input:
|
|
159
169
|
button:
|
|
160
170
|
button_aria_hide_label:
|
|
@@ -164,10 +174,6 @@ hr:
|
|
|
164
174
|
label:
|
|
165
175
|
password_hidden_announcement:
|
|
166
176
|
password_shown_announcement:
|
|
167
|
-
pagination:
|
|
168
|
-
next:
|
|
169
|
-
pagination: Paginacija
|
|
170
|
-
previous:
|
|
171
177
|
print_link:
|
|
172
178
|
text: Ispišite ovu stranicu
|
|
173
179
|
published_dates:
|
data/config/locales/hu.yml
CHANGED
|
@@ -13,6 +13,12 @@ hu:
|
|
|
13
13
|
hide_all: Minden szekció elrejtése
|
|
14
14
|
show_all: Minden szekció megmutatása
|
|
15
15
|
this_section_visually_hidden: " a jelen szekció"
|
|
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: 'Keresés a következőben: %{title}'
|
|
18
24
|
attachment:
|
|
@@ -157,6 +163,10 @@ hu:
|
|
|
157
163
|
selected:
|
|
158
164
|
organisation_schema:
|
|
159
165
|
all_content_search_description: Keresse meg a(z) %{organisation} szervezet minden tartalmát
|
|
166
|
+
pagination:
|
|
167
|
+
next:
|
|
168
|
+
pagination: Lapszámozás
|
|
169
|
+
previous:
|
|
160
170
|
password_input:
|
|
161
171
|
button:
|
|
162
172
|
button_aria_hide_label:
|
|
@@ -166,10 +176,6 @@ hu:
|
|
|
166
176
|
label:
|
|
167
177
|
password_hidden_announcement:
|
|
168
178
|
password_shown_announcement:
|
|
169
|
-
pagination:
|
|
170
|
-
next:
|
|
171
|
-
pagination: Lapszámozás
|
|
172
|
-
previous:
|
|
173
179
|
print_link:
|
|
174
180
|
text: Oldal kinyomtatása
|
|
175
181
|
published_dates:
|
data/config/locales/hy.yml
CHANGED
|
@@ -13,6 +13,12 @@ hy:
|
|
|
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 @@ hy:
|
|
|
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 @@ hy:
|
|
|
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/id.yml
CHANGED
|
@@ -13,6 +13,12 @@ id:
|
|
|
13
13
|
hide_all: Sembunyikan semua bagian
|
|
14
14
|
show_all: Tampilkan semua bagian
|
|
15
15
|
this_section_visually_hidden: " bagian ini"
|
|
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: Cari dalam %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ id:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Temukan semua konten dari %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginasi
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ id:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginasi
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Cetak halaman ini
|
|
172
178
|
published_dates:
|
data/config/locales/is.yml
CHANGED
|
@@ -13,6 +13,12 @@ is:
|
|
|
13
13
|
hide_all: Fela alla hluta
|
|
14
14
|
show_all: Sýna alla hluta
|
|
15
15
|
this_section_visually_hidden: " þessi hluti"
|
|
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: Leita innan %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ is:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Finna allt efni frá %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Síðuuppsetning
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ is:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Síðuuppsetning
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Prenta þessa síðu
|
|
172
178
|
published_dates:
|
data/config/locales/it.yml
CHANGED
|
@@ -13,6 +13,12 @@ it:
|
|
|
13
13
|
hide_all: Nascondi tutte le sezioni
|
|
14
14
|
show_all: Mostra tutte le sezioni
|
|
15
15
|
this_section_visually_hidden: " questa sezione"
|
|
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: Cerca in %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ it:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Trova tutto il contenuto da %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Impaginazione
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ it:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Impaginazione
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Stampa questa pagina
|
|
172
178
|
published_dates:
|
data/config/locales/ja.yml
CHANGED
|
@@ -13,6 +13,12 @@ ja:
|
|
|
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:
|
|
@@ -150,6 +156,10 @@ ja:
|
|
|
150
156
|
selected:
|
|
151
157
|
organisation_schema:
|
|
152
158
|
all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
|
|
159
|
+
pagination:
|
|
160
|
+
next:
|
|
161
|
+
pagination: ページ付け
|
|
162
|
+
previous:
|
|
153
163
|
password_input:
|
|
154
164
|
button:
|
|
155
165
|
button_aria_hide_label:
|
|
@@ -159,10 +169,6 @@ ja:
|
|
|
159
169
|
label:
|
|
160
170
|
password_hidden_announcement:
|
|
161
171
|
password_shown_announcement:
|
|
162
|
-
pagination:
|
|
163
|
-
next:
|
|
164
|
-
pagination: ページ付け
|
|
165
|
-
previous:
|
|
166
172
|
print_link:
|
|
167
173
|
text: このページを印刷する
|
|
168
174
|
published_dates:
|
data/config/locales/ka.yml
CHANGED
|
@@ -13,6 +13,12 @@ ka:
|
|
|
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 @@ ka:
|
|
|
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 @@ ka:
|
|
|
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/kk.yml
CHANGED
|
@@ -13,6 +13,12 @@ kk:
|
|
|
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 @@ kk:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
|
|
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 @@ kk:
|
|
|
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/ko.yml
CHANGED
|
@@ -13,6 +13,12 @@ ko:
|
|
|
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:
|
|
18
24
|
attachment:
|
|
@@ -149,6 +155,10 @@ ko:
|
|
|
149
155
|
selected:
|
|
150
156
|
organisation_schema:
|
|
151
157
|
all_content_search_description:
|
|
158
|
+
pagination:
|
|
159
|
+
next:
|
|
160
|
+
pagination:
|
|
161
|
+
previous:
|
|
152
162
|
password_input:
|
|
153
163
|
button:
|
|
154
164
|
button_aria_hide_label:
|
|
@@ -158,10 +168,6 @@ ko:
|
|
|
158
168
|
label:
|
|
159
169
|
password_hidden_announcement:
|
|
160
170
|
password_shown_announcement:
|
|
161
|
-
pagination:
|
|
162
|
-
next:
|
|
163
|
-
pagination:
|
|
164
|
-
previous:
|
|
165
171
|
print_link:
|
|
166
172
|
text:
|
|
167
173
|
published_dates:
|
data/config/locales/ku.yml
CHANGED
|
@@ -13,6 +13,12 @@ ku:
|
|
|
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 @@ ku:
|
|
|
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 @@ ku:
|
|
|
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:
|
data/config/locales/ky.yml
CHANGED
|
@@ -13,6 +13,12 @@ ky:
|
|
|
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:
|
|
@@ -150,6 +156,10 @@ ky:
|
|
|
150
156
|
selected: тандалган
|
|
151
157
|
organisation_schema:
|
|
152
158
|
all_content_search_description: "%{organisation} бардык мазмунду табыңыз"
|
|
159
|
+
pagination:
|
|
160
|
+
next: Кийинки
|
|
161
|
+
pagination: Барактоо
|
|
162
|
+
previous: Мурунку
|
|
153
163
|
password_input:
|
|
154
164
|
button: Көрсөтүү
|
|
155
165
|
button_aria_hide_label: Сырсөздү жашыруу
|
|
@@ -159,10 +169,6 @@ ky:
|
|
|
159
169
|
label: Сырсөз
|
|
160
170
|
password_hidden_announcement: Сырсөзүңүз жашырылган
|
|
161
171
|
password_shown_announcement: Сырсөзүңүз көрсөтүлгөн
|
|
162
|
-
pagination:
|
|
163
|
-
next: Кийинки
|
|
164
|
-
pagination: Барактоо
|
|
165
|
-
previous: Мурунку
|
|
166
172
|
print_link:
|
|
167
173
|
text: Бул баракчаны басып чыгаруу
|
|
168
174
|
published_dates:
|
data/config/locales/lt.yml
CHANGED
|
@@ -13,6 +13,12 @@ lt:
|
|
|
13
13
|
hide_all: Slėpti visas skiltis
|
|
14
14
|
show_all: Rodyti visas skiltis
|
|
15
15
|
this_section_visually_hidden: " ši skiltis"
|
|
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: Ieškoti %{title}
|
|
18
24
|
attachment:
|
|
@@ -159,6 +165,10 @@ lt:
|
|
|
159
165
|
selected:
|
|
160
166
|
organisation_schema:
|
|
161
167
|
all_content_search_description: Rasti visą turinį iš %{organisation}
|
|
168
|
+
pagination:
|
|
169
|
+
next:
|
|
170
|
+
pagination: Suskirstymas puslapiais
|
|
171
|
+
previous:
|
|
162
172
|
password_input:
|
|
163
173
|
button:
|
|
164
174
|
button_aria_hide_label:
|
|
@@ -168,10 +178,6 @@ lt:
|
|
|
168
178
|
label:
|
|
169
179
|
password_hidden_announcement:
|
|
170
180
|
password_shown_announcement:
|
|
171
|
-
pagination:
|
|
172
|
-
next:
|
|
173
|
-
pagination: Suskirstymas puslapiais
|
|
174
|
-
previous:
|
|
175
181
|
print_link:
|
|
176
182
|
text: Spausdinti šį puslapį
|
|
177
183
|
published_dates:
|
data/config/locales/lv.yml
CHANGED
|
@@ -13,6 +13,12 @@ lv:
|
|
|
13
13
|
hide_all: Paslēpt visas sadaļas
|
|
14
14
|
show_all: Rādīt visas sadaļas
|
|
15
15
|
this_section_visually_hidden: " šī sadaļa"
|
|
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: Meklēt %{title}
|
|
18
24
|
attachment:
|
|
@@ -158,6 +164,10 @@ lv:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Meklēt visu saturu no %{organisation}
|
|
167
|
+
pagination:
|
|
168
|
+
next:
|
|
169
|
+
pagination: Numerācija
|
|
170
|
+
previous:
|
|
161
171
|
password_input:
|
|
162
172
|
button:
|
|
163
173
|
button_aria_hide_label:
|
|
@@ -167,10 +177,6 @@ lv:
|
|
|
167
177
|
label:
|
|
168
178
|
password_hidden_announcement:
|
|
169
179
|
password_shown_announcement:
|
|
170
|
-
pagination:
|
|
171
|
-
next:
|
|
172
|
-
pagination: Numerācija
|
|
173
|
-
previous:
|
|
174
180
|
print_link:
|
|
175
181
|
text: Drukāt šo lapu
|
|
176
182
|
published_dates:
|