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/ms.yml
CHANGED
|
@@ -13,6 +13,12 @@ ms:
|
|
|
13
13
|
hide_all: Sorok semua bahagian
|
|
14
14
|
show_all: Tunjuk semua bahagian
|
|
15
15
|
this_section_visually_hidden: " bahagian 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:
|
|
@@ -153,6 +159,10 @@ ms:
|
|
|
153
159
|
selected:
|
|
154
160
|
organisation_schema:
|
|
155
161
|
all_content_search_description: Cari semua kandungan dari %{organisation}
|
|
162
|
+
pagination:
|
|
163
|
+
next:
|
|
164
|
+
pagination: Penomboran
|
|
165
|
+
previous:
|
|
156
166
|
password_input:
|
|
157
167
|
button:
|
|
158
168
|
button_aria_hide_label:
|
|
@@ -162,10 +172,6 @@ ms:
|
|
|
162
172
|
label:
|
|
163
173
|
password_hidden_announcement:
|
|
164
174
|
password_shown_announcement:
|
|
165
|
-
pagination:
|
|
166
|
-
next:
|
|
167
|
-
pagination: Penomboran
|
|
168
|
-
previous:
|
|
169
175
|
print_link:
|
|
170
176
|
text: Cetak halaman ini
|
|
171
177
|
published_dates:
|
data/config/locales/mt.yml
CHANGED
|
@@ -13,6 +13,12 @@ mt:
|
|
|
13
13
|
hide_all: Aħbi s-sezzjonijiet kollha
|
|
14
14
|
show_all: Uri s-sezzjonijiet kollha
|
|
15
15
|
this_section_visually_hidden: " din is-sezzjoni"
|
|
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: Fittix fil- %{title}
|
|
18
24
|
attachment:
|
|
@@ -156,6 +162,10 @@ mt:
|
|
|
156
162
|
selected:
|
|
157
163
|
organisation_schema:
|
|
158
164
|
all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
|
|
165
|
+
pagination:
|
|
166
|
+
next:
|
|
167
|
+
pagination: Paġinazzjoni
|
|
168
|
+
previous:
|
|
159
169
|
password_input:
|
|
160
170
|
button:
|
|
161
171
|
button_aria_hide_label:
|
|
@@ -165,10 +175,6 @@ mt:
|
|
|
165
175
|
label:
|
|
166
176
|
password_hidden_announcement:
|
|
167
177
|
password_shown_announcement:
|
|
168
|
-
pagination:
|
|
169
|
-
next:
|
|
170
|
-
pagination: Paġinazzjoni
|
|
171
|
-
previous:
|
|
172
178
|
print_link:
|
|
173
179
|
text: Stampa din il-paġna
|
|
174
180
|
published_dates:
|
data/config/locales/ne.yml
CHANGED
|
@@ -13,6 +13,12 @@ ne:
|
|
|
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:
|
|
@@ -150,6 +156,10 @@ ne:
|
|
|
150
156
|
selected:
|
|
151
157
|
organisation_schema:
|
|
152
158
|
all_content_search_description:
|
|
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 @@ ne:
|
|
|
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/nl.yml
CHANGED
|
@@ -13,6 +13,12 @@ nl:
|
|
|
13
13
|
hide_all: Verberg alle secties
|
|
14
14
|
show_all: Toon alle secties
|
|
15
15
|
this_section_visually_hidden: " deze sectie"
|
|
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: Zoeken in %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ nl:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Zoek alle inhoud van %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginering
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ nl:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginering
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Deze pagina afdrukken
|
|
172
178
|
published_dates:
|
data/config/locales/no.yml
CHANGED
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
hide_all: Skjul alle seksjoner
|
|
14
14
|
show_all: Vis alle seksjoner
|
|
15
15
|
this_section_visually_hidden: " denne seksjonen"
|
|
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øk i %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Finn alt innhold fra %{organization}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginering
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginering
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Skriv ut denne siden
|
|
172
178
|
published_dates:
|
data/config/locales/pa-pk.yml
CHANGED
|
@@ -13,6 +13,12 @@ pa-pk:
|
|
|
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 @@ pa-pk:
|
|
|
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 @@ pa-pk:
|
|
|
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/pa.yml
CHANGED
|
@@ -13,6 +13,12 @@ pa:
|
|
|
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 @@ pa:
|
|
|
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 @@ pa:
|
|
|
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/pl.yml
CHANGED
|
@@ -13,6 +13,12 @@ pl:
|
|
|
13
13
|
hide_all: Ukryj wszystkie części
|
|
14
14
|
show_all: Pokaż wszystkie części
|
|
15
15
|
this_section_visually_hidden: " ta część"
|
|
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: Szukaj w %{title}
|
|
18
24
|
attachment:
|
|
@@ -158,6 +164,10 @@ pl:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Znajdź całą zawartość od %{organizacja}
|
|
167
|
+
pagination:
|
|
168
|
+
next:
|
|
169
|
+
pagination: Numeracja stron
|
|
170
|
+
previous:
|
|
161
171
|
password_input:
|
|
162
172
|
button:
|
|
163
173
|
button_aria_hide_label:
|
|
@@ -167,10 +177,6 @@ pl:
|
|
|
167
177
|
label:
|
|
168
178
|
password_hidden_announcement:
|
|
169
179
|
password_shown_announcement:
|
|
170
|
-
pagination:
|
|
171
|
-
next:
|
|
172
|
-
pagination: Numeracja stron
|
|
173
|
-
previous:
|
|
174
180
|
print_link:
|
|
175
181
|
text: Wydrukuj tę stronę
|
|
176
182
|
published_dates:
|
data/config/locales/ps.yml
CHANGED
|
@@ -13,6 +13,12 @@ ps:
|
|
|
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:
|
|
@@ -151,6 +157,10 @@ ps:
|
|
|
151
157
|
selected:
|
|
152
158
|
organisation_schema:
|
|
153
159
|
all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
|
|
160
|
+
pagination:
|
|
161
|
+
next:
|
|
162
|
+
pagination: مخینه
|
|
163
|
+
previous:
|
|
154
164
|
password_input:
|
|
155
165
|
button:
|
|
156
166
|
button_aria_hide_label:
|
|
@@ -160,10 +170,6 @@ ps:
|
|
|
160
170
|
label:
|
|
161
171
|
password_hidden_announcement:
|
|
162
172
|
password_shown_announcement:
|
|
163
|
-
pagination:
|
|
164
|
-
next:
|
|
165
|
-
pagination: مخینه
|
|
166
|
-
previous:
|
|
167
173
|
print_link:
|
|
168
174
|
text: دا پاڼه چاپ کړئ
|
|
169
175
|
published_dates:
|
data/config/locales/pt.yml
CHANGED
|
@@ -13,6 +13,12 @@ pt:
|
|
|
13
13
|
hide_all: Ocultar todas as secções
|
|
14
14
|
show_all: Mostrar todas as secções
|
|
15
15
|
this_section_visually_hidden: " Esta secção"
|
|
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: Procurar em %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ pt:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Encontrar todo o conteúdo de %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginação
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ pt:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginação
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Imprimir esta página
|
|
172
178
|
published_dates:
|
data/config/locales/ro.yml
CHANGED
|
@@ -13,6 +13,12 @@ ro:
|
|
|
13
13
|
hide_all: Ascundeți toate secțiunile
|
|
14
14
|
show_all: Afișați toate secțiunile
|
|
15
15
|
this_section_visually_hidden: " această secțiune"
|
|
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: Căutați în %{title}
|
|
18
24
|
attachment:
|
|
@@ -155,6 +161,10 @@ ro:
|
|
|
155
161
|
selected:
|
|
156
162
|
organisation_schema:
|
|
157
163
|
all_content_search_description: Găsiți tot conținutul de la %{organisation}
|
|
164
|
+
pagination:
|
|
165
|
+
next:
|
|
166
|
+
pagination: Paginație
|
|
167
|
+
previous:
|
|
158
168
|
password_input:
|
|
159
169
|
button:
|
|
160
170
|
button_aria_hide_label:
|
|
@@ -164,10 +174,6 @@ ro:
|
|
|
164
174
|
label:
|
|
165
175
|
password_hidden_announcement:
|
|
166
176
|
password_shown_announcement:
|
|
167
|
-
pagination:
|
|
168
|
-
next:
|
|
169
|
-
pagination: Paginație
|
|
170
|
-
previous:
|
|
171
177
|
print_link:
|
|
172
178
|
text: Imprimați această pagină
|
|
173
179
|
published_dates:
|
data/config/locales/ru.yml
CHANGED
|
@@ -13,6 +13,12 @@ ru:
|
|
|
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 @@ ru:
|
|
|
158
164
|
selected:
|
|
159
165
|
organisation_schema:
|
|
160
166
|
all_content_search_description: Найти весь контент от %{organization}
|
|
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 @@ ru:
|
|
|
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/si.yml
CHANGED
|
@@ -13,6 +13,12 @@ si:
|
|
|
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 @@ si:
|
|
|
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 @@ si:
|
|
|
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/sk.yml
CHANGED
|
@@ -13,6 +13,12 @@ sk:
|
|
|
13
13
|
hide_all: Skryť všetky sekcie
|
|
14
14
|
show_all: Zobraziť všetky časti
|
|
15
15
|
this_section_visually_hidden: " táto časť"
|
|
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: Vyhľadávanie v %{title}
|
|
18
24
|
attachment:
|
|
@@ -159,6 +165,10 @@ sk:
|
|
|
159
165
|
selected:
|
|
160
166
|
organisation_schema:
|
|
161
167
|
all_content_search_description: Nájsť všetok obsah z %{organisation}
|
|
168
|
+
pagination:
|
|
169
|
+
next:
|
|
170
|
+
pagination: Stránkovanie
|
|
171
|
+
previous:
|
|
162
172
|
password_input:
|
|
163
173
|
button:
|
|
164
174
|
button_aria_hide_label:
|
|
@@ -168,10 +178,6 @@ sk:
|
|
|
168
178
|
label:
|
|
169
179
|
password_hidden_announcement:
|
|
170
180
|
password_shown_announcement:
|
|
171
|
-
pagination:
|
|
172
|
-
next:
|
|
173
|
-
pagination: Stránkovanie
|
|
174
|
-
previous:
|
|
175
181
|
print_link:
|
|
176
182
|
text: Vytlačiť túto stránku
|
|
177
183
|
published_dates:
|
data/config/locales/sl.yml
CHANGED
|
@@ -13,6 +13,12 @@ sl:
|
|
|
13
13
|
hide_all: Skrij vse razdelke
|
|
14
14
|
show_all: Prikaži vse razdelke
|
|
15
15
|
this_section_visually_hidden: " ta razdelek"
|
|
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: Išči znotraj %{title}
|
|
18
24
|
attachment:
|
|
@@ -161,6 +167,10 @@ sl:
|
|
|
161
167
|
selected:
|
|
162
168
|
organisation_schema:
|
|
163
169
|
all_content_search_description: Oglejte si vse gradivo %{organisation}
|
|
170
|
+
pagination:
|
|
171
|
+
next:
|
|
172
|
+
pagination: Oštevilčenje
|
|
173
|
+
previous:
|
|
164
174
|
password_input:
|
|
165
175
|
button:
|
|
166
176
|
button_aria_hide_label:
|
|
@@ -170,10 +180,6 @@ sl:
|
|
|
170
180
|
label:
|
|
171
181
|
password_hidden_announcement:
|
|
172
182
|
password_shown_announcement:
|
|
173
|
-
pagination:
|
|
174
|
-
next:
|
|
175
|
-
pagination: Oštevilčenje
|
|
176
|
-
previous:
|
|
177
183
|
print_link:
|
|
178
184
|
text: Natisni to stran
|
|
179
185
|
published_dates:
|
data/config/locales/so.yml
CHANGED
|
@@ -13,6 +13,12 @@ so:
|
|
|
13
13
|
hide_all: Qari dhamaan qaybaha
|
|
14
14
|
show_all: Muuji dhamaan qaybaha
|
|
15
15
|
this_section_visually_hidden: " Qaybtan"
|
|
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: Baadh waxyaabaha ku jira %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ so:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Raadi dhamaan waxyaabaha uu ka koobanyahay %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Lambar siinta boga
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ so:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Lambar siinta boga
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Daabac bogan
|
|
172
178
|
published_dates:
|
data/config/locales/sq.yml
CHANGED
|
@@ -13,6 +13,12 @@ sq:
|
|
|
13
13
|
hide_all: Fshih të gjitha seksionet
|
|
14
14
|
show_all: Shfaq të gjitha seksionet
|
|
15
15
|
this_section_visually_hidden: " këtë seksion"
|
|
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: Kërko brenda %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ sq:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Gjeni të gjithë përmbajtjen nga %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Numërtimi
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ sq:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Numërtimi
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Printo këtë faqe
|
|
172
178
|
published_dates:
|
data/config/locales/sr.yml
CHANGED
|
@@ -13,6 +13,12 @@ sr:
|
|
|
13
13
|
hide_all: Sakrij sve odeljke
|
|
14
14
|
show_all: Prikaži sve odeljke
|
|
15
15
|
this_section_visually_hidden: " ovaj odeljak"
|
|
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: Pretražite u okviru %{title}
|
|
18
24
|
attachment:
|
|
@@ -155,6 +161,10 @@ sr:
|
|
|
155
161
|
selected:
|
|
156
162
|
organisation_schema:
|
|
157
163
|
all_content_search_description: Pronađite sav sadržaj organizacije %{organisation}
|
|
164
|
+
pagination:
|
|
165
|
+
next:
|
|
166
|
+
pagination: Broj stranice
|
|
167
|
+
previous:
|
|
158
168
|
password_input:
|
|
159
169
|
button:
|
|
160
170
|
button_aria_hide_label:
|
|
@@ -164,10 +174,6 @@ sr:
|
|
|
164
174
|
label:
|
|
165
175
|
password_hidden_announcement:
|
|
166
176
|
password_shown_announcement:
|
|
167
|
-
pagination:
|
|
168
|
-
next:
|
|
169
|
-
pagination: Broj stranice
|
|
170
|
-
previous:
|
|
171
177
|
print_link:
|
|
172
178
|
text: Odštampaj ovu stranicu
|
|
173
179
|
published_dates:
|
data/config/locales/sv.yml
CHANGED
|
@@ -13,6 +13,12 @@ sv:
|
|
|
13
13
|
hide_all: Dölj alla avsnitt
|
|
14
14
|
show_all: Visa alla avsnitt
|
|
15
15
|
this_section_visually_hidden: " detta avsnitt"
|
|
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ök inom %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ sv:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Hitta allt innehåll från %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Paginering
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ sv:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Paginering
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Skriv ut den här sidan
|
|
172
178
|
published_dates:
|
data/config/locales/sw.yml
CHANGED
|
@@ -13,6 +13,12 @@ sw:
|
|
|
13
13
|
hide_all: Ficha sehemu zote
|
|
14
14
|
show_all: Onyesha sehemu zote
|
|
15
15
|
this_section_visually_hidden: " sehemu hii"
|
|
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: Tafuta ndani ya %{title}
|
|
18
24
|
attachment:
|
|
@@ -154,6 +160,10 @@ sw:
|
|
|
154
160
|
selected:
|
|
155
161
|
organisation_schema:
|
|
156
162
|
all_content_search_description: Tafuta maudhui yote kutoka %{organisation}
|
|
163
|
+
pagination:
|
|
164
|
+
next:
|
|
165
|
+
pagination: Nambari za kurasa
|
|
166
|
+
previous:
|
|
157
167
|
password_input:
|
|
158
168
|
button:
|
|
159
169
|
button_aria_hide_label:
|
|
@@ -163,10 +173,6 @@ sw:
|
|
|
163
173
|
label:
|
|
164
174
|
password_hidden_announcement:
|
|
165
175
|
password_shown_announcement:
|
|
166
|
-
pagination:
|
|
167
|
-
next:
|
|
168
|
-
pagination: Nambari za kurasa
|
|
169
|
-
previous:
|
|
170
176
|
print_link:
|
|
171
177
|
text: Chapisha ukurasa huu
|
|
172
178
|
published_dates:
|