govuk_publishing_components 62.2.0 → 62.2.1
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/stylesheets/govuk_publishing_components/components/govspeak/_charts.scss +2 -2
- data/app/views/govuk_publishing_components/components/docs/related_navigation.yml +14 -4
- data/app/views/govuk_publishing_components/components/related_navigation/_section.html.erb +7 -3
- data/config/locales/ar.yml +11 -0
- data/config/locales/az.yml +11 -0
- data/config/locales/be.yml +11 -0
- data/config/locales/bg.yml +11 -0
- data/config/locales/bn.yml +11 -0
- data/config/locales/cs.yml +11 -0
- data/config/locales/cy.yml +11 -0
- data/config/locales/da.yml +11 -0
- data/config/locales/de.yml +11 -0
- data/config/locales/dr.yml +11 -0
- data/config/locales/el.yml +11 -0
- data/config/locales/en.yml +11 -0
- data/config/locales/es-419.yml +11 -0
- data/config/locales/es.yml +11 -0
- data/config/locales/et.yml +11 -0
- data/config/locales/fa.yml +11 -0
- data/config/locales/fi.yml +11 -0
- data/config/locales/fr.yml +11 -0
- data/config/locales/gd.yml +11 -0
- data/config/locales/gu.yml +11 -0
- data/config/locales/he.yml +11 -0
- data/config/locales/hi.yml +11 -0
- data/config/locales/hr.yml +11 -0
- data/config/locales/hu.yml +11 -0
- data/config/locales/hy.yml +11 -0
- data/config/locales/id.yml +11 -0
- data/config/locales/is.yml +11 -0
- data/config/locales/it.yml +11 -0
- data/config/locales/ja.yml +11 -0
- data/config/locales/ka.yml +11 -0
- data/config/locales/kk.yml +11 -0
- data/config/locales/ko.yml +11 -0
- data/config/locales/ku.yml +27 -13
- data/config/locales/ky.yml +27 -13
- data/config/locales/lt.yml +11 -0
- data/config/locales/lv.yml +11 -0
- data/config/locales/ms.yml +11 -0
- data/config/locales/mt.yml +11 -0
- data/config/locales/ne.yml +11 -0
- data/config/locales/nl.yml +11 -0
- data/config/locales/no.yml +11 -0
- data/config/locales/pa-pk.yml +11 -0
- data/config/locales/pa.yml +11 -0
- data/config/locales/pl.yml +11 -0
- data/config/locales/ps.yml +11 -0
- data/config/locales/pt.yml +11 -0
- data/config/locales/ro.yml +11 -0
- data/config/locales/ru.yml +11 -0
- data/config/locales/si.yml +11 -0
- data/config/locales/sk.yml +11 -0
- data/config/locales/sl.yml +11 -0
- data/config/locales/so.yml +11 -0
- data/config/locales/sq.yml +11 -0
- data/config/locales/sr.yml +11 -0
- data/config/locales/sv.yml +11 -0
- data/config/locales/sw.yml +11 -0
- data/config/locales/ta.yml +11 -0
- data/config/locales/th.yml +11 -0
- data/config/locales/ti.yml +26 -13
- data/config/locales/tk.yml +11 -0
- data/config/locales/tr.yml +11 -0
- data/config/locales/uk.yml +11 -0
- data/config/locales/ur.yml +11 -0
- data/config/locales/uz.yml +11 -0
- data/config/locales/vi.yml +11 -0
- data/config/locales/zh-hk.yml +11 -0
- data/config/locales/zh-tw.yml +11 -0
- data/config/locales/zh.yml +11 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b14ee30fabb3db7ed08c6e18da64893341f1173eb25ce7af31ea9943d04396ac
|
|
4
|
+
data.tar.gz: edce4972ce2cd377cec0ad3de2991a4dbcf42a3959f23d164dc47a610af7cb6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0e490bcafa5edfdd2013aa4ef0e3c66628cfd734d5edf2e3ffbde3d50a21b54fdd5720931a68ec026aec99033d9b3c783e40dde03c78289857573209b9f0958
|
|
7
|
+
data.tar.gz: cc9f3d8671616a1b69dcc8e0c092c735edd087211bda3f5c1d394b9383c79e9a479e4a431453fcbee3fe5ec736bde31446d1a882e510628ee318d5e0227f09b3
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
// https://gss.civilservice.gov.uk/policy-store/data-visualisation-colours-in-charts/#section-5
|
|
32
32
|
|
|
33
33
|
$gss-colour-dark-blue: #12436d;
|
|
34
|
-
$gss-colour-turquoise: #
|
|
34
|
+
$gss-colour-turquoise: #1bbbaf;
|
|
35
35
|
$gss-colour-dark-pink: #801650;
|
|
36
36
|
$gss-colour-orange: #f46a25;
|
|
37
37
|
$gss-colour-dark-grey: #3d3d3d;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
$chart-border: govuk-colour("white"); // Chart border colour
|
|
43
43
|
$key-border: govuk-colour("white"); // Key border colour
|
|
44
44
|
$bar-colours: $gss-colour-dark-blue, $gss-colour-turquoise, $gss-colour-dark-pink, $gss-colour-orange, $gss-colour-dark-grey, $gss-colour-plum;
|
|
45
|
-
$bar-text-colours: govuk-colour("white"), govuk-colour("
|
|
45
|
+
$bar-text-colours: govuk-colour("white"), govuk-colour("black"), govuk-colour("white"), govuk-colour("black"), govuk-colour("white"), govuk-colour("black");
|
|
46
46
|
$bar-cell-colour: govuk-colour("black");
|
|
47
47
|
$bar-outdented-colour: govuk-colour("black");
|
|
48
48
|
|
|
@@ -91,10 +91,20 @@ examples:
|
|
|
91
91
|
content_item:
|
|
92
92
|
details:
|
|
93
93
|
external_related_links:
|
|
94
|
-
- url: "
|
|
95
|
-
title: "
|
|
96
|
-
- url: "https://
|
|
97
|
-
title: "
|
|
94
|
+
- url: "https://wikipedia.org"
|
|
95
|
+
title: "Wikipedia 1"
|
|
96
|
+
- url: "https://wikipedia.org"
|
|
97
|
+
title: "Wikipedia 2"
|
|
98
|
+
- url: "https://wikipedia.org"
|
|
99
|
+
title: "Wikipedia 3"
|
|
100
|
+
- url: "https://wikipedia.org"
|
|
101
|
+
title: "Wikipedia 4"
|
|
102
|
+
- url: "https://wikipedia.org"
|
|
103
|
+
title: "Wikipedia 5"
|
|
104
|
+
- url: "https://wikipedia.org"
|
|
105
|
+
title: "Wikipedia 6"
|
|
106
|
+
- url: "https://wikipedia.org"
|
|
107
|
+
title: "Wikipedia 7"
|
|
98
108
|
with_extensive_world_locations:
|
|
99
109
|
description: The component handles having a long list of content passed to it, by only showing the first few items and hiding the rest behind a Show More toggle.
|
|
100
110
|
data:
|
|
@@ -65,15 +65,19 @@
|
|
|
65
65
|
data_attributes_link = {
|
|
66
66
|
controls: "toggle_#{section_title}",
|
|
67
67
|
expanded: "false",
|
|
68
|
-
toggled_text: t("common.
|
|
68
|
+
toggled_text: t("common.toggle_less_html",
|
|
69
|
+
visually_hidden_text: t("components.related_navigation.toggle_visually_hidden_text.#{section_title}"),
|
|
70
|
+
),
|
|
69
71
|
}
|
|
70
72
|
data_attributes_link[:ga4_event] = { "event_name": "select_content", "type": "related content" } unless disable_ga4
|
|
71
73
|
%>
|
|
72
74
|
<%= tag.li(class: classes, data: data_attributes_li) do %>
|
|
73
75
|
<%= link_to("#", class: "gem-c-related-navigation__toggle", data: data_attributes_link) do %>
|
|
74
|
-
<%= t("common.
|
|
76
|
+
<%= t("common.toggle_more_html",
|
|
75
77
|
show: t("common.show"),
|
|
76
|
-
number: related_nav_helper.remaining_link_count(links)
|
|
78
|
+
number: related_nav_helper.remaining_link_count(links),
|
|
79
|
+
visually_hidden_text: t("components.related_navigation.toggle_visually_hidden_text.#{section_title}"),
|
|
80
|
+
) %>
|
|
77
81
|
<% end %>
|
|
78
82
|
<% end %>
|
|
79
83
|
|
data/config/locales/ar.yml
CHANGED
|
@@ -4,7 +4,9 @@ ar:
|
|
|
4
4
|
hide: إخفاء
|
|
5
5
|
show: إظهار
|
|
6
6
|
toggle_less: عرض أقل
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: زيادة بمقدار %{show} %{number}
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: الترجمات
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -194,6 +196,15 @@ ar:
|
|
|
194
196
|
related_external_links: في مكان آخر على الويب
|
|
195
197
|
related_guides: توجيهات تفصيلية
|
|
196
198
|
statistical_data_sets: مجموعة بيانات إحصائية
|
|
199
|
+
toggle_visually_hidden_text:
|
|
200
|
+
collections:
|
|
201
|
+
related_external_links:
|
|
202
|
+
related_guides:
|
|
203
|
+
related_items:
|
|
204
|
+
statistical_data_sets:
|
|
205
|
+
topical_events:
|
|
206
|
+
topics:
|
|
207
|
+
world_locations:
|
|
197
208
|
topical_events: حدث موضوعي
|
|
198
209
|
topics: استكشف الموضوع
|
|
199
210
|
ukraine:
|
data/config/locales/az.yml
CHANGED
|
@@ -4,7 +4,9 @@ az:
|
|
|
4
4
|
hide: Gizlət
|
|
5
5
|
show: Göstər
|
|
6
6
|
toggle_less: Daha azını göstər
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} daha çox"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Tərcümələr
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ az:
|
|
|
191
193
|
related_external_links: İnternetdə başqa yerdə
|
|
192
194
|
related_guides: Təfərrüatlı göstəriş
|
|
193
195
|
statistical_data_sets: Statistik məlumat paketi
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: Aktual tədbir
|
|
195
206
|
topics: Mövzunu araşdırın
|
|
196
207
|
ukraine:
|
data/config/locales/be.yml
CHANGED
|
@@ -4,7 +4,9 @@ be:
|
|
|
4
4
|
hide: Схаваць
|
|
5
5
|
show: Паказаць
|
|
6
6
|
toggle_less: Паказаць меньш
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} болей"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Пераклады
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -197,6 +199,15 @@ be:
|
|
|
197
199
|
related_external_links: У іншых месцах у Інтэрнэце
|
|
198
200
|
related_guides: Падрабязнае кіраўніцтва
|
|
199
201
|
statistical_data_sets: Статыстычныя дадзеныя
|
|
202
|
+
toggle_visually_hidden_text:
|
|
203
|
+
collections:
|
|
204
|
+
related_external_links:
|
|
205
|
+
related_guides:
|
|
206
|
+
related_items:
|
|
207
|
+
statistical_data_sets:
|
|
208
|
+
topical_events:
|
|
209
|
+
topics:
|
|
210
|
+
world_locations:
|
|
200
211
|
topical_events: Актуальная падзея
|
|
201
212
|
topics: Вывучыць тэму
|
|
202
213
|
ukraine:
|
data/config/locales/bg.yml
CHANGED
|
@@ -4,7 +4,9 @@ bg:
|
|
|
4
4
|
hide: Скриване
|
|
5
5
|
show: Показване
|
|
6
6
|
toggle_less: Показване на по-малко
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} повече"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Translations
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -195,6 +197,15 @@ bg:
|
|
|
195
197
|
related_external_links: На други места в интернет
|
|
196
198
|
related_guides: Подробна насока
|
|
197
199
|
statistical_data_sets: Набор от статистически данни
|
|
200
|
+
toggle_visually_hidden_text:
|
|
201
|
+
collections:
|
|
202
|
+
related_external_links:
|
|
203
|
+
related_guides:
|
|
204
|
+
related_items:
|
|
205
|
+
statistical_data_sets:
|
|
206
|
+
topical_events:
|
|
207
|
+
topics:
|
|
208
|
+
world_locations:
|
|
198
209
|
topical_events: Тематично събитие
|
|
199
210
|
topics: Разглеждане на темата
|
|
200
211
|
ukraine:
|
data/config/locales/bn.yml
CHANGED
|
@@ -4,7 +4,9 @@ bn:
|
|
|
4
4
|
hide: লুকিয়ে রাখুন
|
|
5
5
|
show: দেখান
|
|
6
6
|
toggle_less: অল্প দেখান
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: আরও %{show} %{number}
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: অনুবাদসমূহ
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -192,6 +194,15 @@ bn:
|
|
|
192
194
|
related_external_links: ওয়েবে অন্য কোথায়ও
|
|
193
195
|
related_guides: বিস্তারিত নির্দেশনা
|
|
194
196
|
statistical_data_sets: পরিসংখ্যানগত তথ্য সংকলন
|
|
197
|
+
toggle_visually_hidden_text:
|
|
198
|
+
collections:
|
|
199
|
+
related_external_links:
|
|
200
|
+
related_guides:
|
|
201
|
+
related_items:
|
|
202
|
+
statistical_data_sets:
|
|
203
|
+
topical_events:
|
|
204
|
+
topics:
|
|
205
|
+
world_locations:
|
|
195
206
|
topical_events: বিষয়ভিত্তিক ইভেন্ট
|
|
196
207
|
topics: বিষয়টি অনুসন্ধান করুন
|
|
197
208
|
ukraine:
|
data/config/locales/cs.yml
CHANGED
|
@@ -4,7 +4,9 @@ cs:
|
|
|
4
4
|
hide: Skrýt
|
|
5
5
|
show: Zobrazit
|
|
6
6
|
toggle_less: Zobrazit méně
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} více"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Překlady
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -196,6 +198,15 @@ cs:
|
|
|
196
198
|
related_external_links: Jinde na webu
|
|
197
199
|
related_guides: Podrobné pokyny
|
|
198
200
|
statistical_data_sets: Soubor statistických údajů.
|
|
201
|
+
toggle_visually_hidden_text:
|
|
202
|
+
collections:
|
|
203
|
+
related_external_links:
|
|
204
|
+
related_guides:
|
|
205
|
+
related_items:
|
|
206
|
+
statistical_data_sets:
|
|
207
|
+
topical_events:
|
|
208
|
+
topics:
|
|
209
|
+
world_locations:
|
|
199
210
|
topical_events: Aktuální událost
|
|
200
211
|
topics: Prozkoumat téma
|
|
201
212
|
ukraine:
|
data/config/locales/cy.yml
CHANGED
|
@@ -4,7 +4,9 @@ cy:
|
|
|
4
4
|
hide: Cuddio
|
|
5
5
|
show: Dangos
|
|
6
6
|
toggle_less: Dangos llai
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} arall"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Cyfieithiadau
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -195,6 +197,15 @@ cy:
|
|
|
195
197
|
related_external_links: O'r we yn ehangach
|
|
196
198
|
related_guides: Canllawiau manwl
|
|
197
199
|
statistical_data_sets: Set ddata ystadegol
|
|
200
|
+
toggle_visually_hidden_text:
|
|
201
|
+
collections:
|
|
202
|
+
related_external_links:
|
|
203
|
+
related_guides:
|
|
204
|
+
related_items:
|
|
205
|
+
statistical_data_sets:
|
|
206
|
+
topical_events:
|
|
207
|
+
topics:
|
|
208
|
+
world_locations:
|
|
198
209
|
topical_events: Digwyddiad amserol
|
|
199
210
|
topics: Archwilio'r pwnc
|
|
200
211
|
ukraine:
|
data/config/locales/da.yml
CHANGED
|
@@ -4,7 +4,9 @@ da:
|
|
|
4
4
|
hide: Skjul
|
|
5
5
|
show: vise
|
|
6
6
|
toggle_less: Vis færre
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} mere"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Oversættelser
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -192,6 +194,15 @@ da:
|
|
|
192
194
|
related_external_links: Andre steder på nettet
|
|
193
195
|
related_guides: Detaljeret vejledning
|
|
194
196
|
statistical_data_sets: Statistisk datasæt
|
|
197
|
+
toggle_visually_hidden_text:
|
|
198
|
+
collections:
|
|
199
|
+
related_external_links:
|
|
200
|
+
related_guides:
|
|
201
|
+
related_items:
|
|
202
|
+
statistical_data_sets:
|
|
203
|
+
topical_events:
|
|
204
|
+
topics:
|
|
205
|
+
world_locations:
|
|
195
206
|
topical_events: Aktuelle begivenheder
|
|
196
207
|
topics: Udforsk emnet
|
|
197
208
|
ukraine:
|
data/config/locales/de.yml
CHANGED
|
@@ -4,7 +4,9 @@ de:
|
|
|
4
4
|
hide: Ausblenden
|
|
5
5
|
show: Anzeigen
|
|
6
6
|
toggle_less: Weniger anzeigen
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} weitere"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Übersetzungen
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -195,6 +197,15 @@ de:
|
|
|
195
197
|
related_external_links: Auf anderen Webseiten verfügbar
|
|
196
198
|
related_guides: Detaillierte Anleitung
|
|
197
199
|
statistical_data_sets: Statistischer Datensatz
|
|
200
|
+
toggle_visually_hidden_text:
|
|
201
|
+
collections:
|
|
202
|
+
related_external_links:
|
|
203
|
+
related_guides:
|
|
204
|
+
related_items:
|
|
205
|
+
statistical_data_sets:
|
|
206
|
+
topical_events:
|
|
207
|
+
topics:
|
|
208
|
+
world_locations:
|
|
198
209
|
topical_events: Themenbezogene Veranstaltung
|
|
199
210
|
topics: Thema ansehen
|
|
200
211
|
ukraine:
|
data/config/locales/dr.yml
CHANGED
|
@@ -4,7 +4,9 @@ dr:
|
|
|
4
4
|
hide: مخفی کردن
|
|
5
5
|
show: نمایش دادن
|
|
6
6
|
toggle_less: کمتر نمایش دهید
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} بیشتر"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: ترجمه ها
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -193,6 +195,15 @@ dr:
|
|
|
193
195
|
related_external_links: در جایی دیگر این ویبسایت
|
|
194
196
|
related_guides: راهنمایی مفصل
|
|
195
197
|
statistical_data_sets: مجموعهء داده های آمار
|
|
198
|
+
toggle_visually_hidden_text:
|
|
199
|
+
collections:
|
|
200
|
+
related_external_links:
|
|
201
|
+
related_guides:
|
|
202
|
+
related_items:
|
|
203
|
+
statistical_data_sets:
|
|
204
|
+
topical_events:
|
|
205
|
+
topics:
|
|
206
|
+
world_locations:
|
|
196
207
|
topical_events: رویداد مرتبط
|
|
197
208
|
topics: موضوع را بیشتر جستجو نمایید
|
|
198
209
|
ukraine:
|
data/config/locales/el.yml
CHANGED
|
@@ -4,7 +4,9 @@ el:
|
|
|
4
4
|
hide: Απόκρυψη
|
|
5
5
|
show: Εμφάνιση
|
|
6
6
|
toggle_less: Εμφάνιση λιγότερων
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} ακόμη"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Μεταφράσεις
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ el:
|
|
|
191
193
|
related_external_links: Αλλού στο διαδίκτυο
|
|
192
194
|
related_guides: Αναλυτική καθοδήγηση
|
|
193
195
|
statistical_data_sets: Σύνολο στατιστικών δεδομένων
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: Θεματική εκδήλωση
|
|
195
206
|
topics: Εξερευνήστε το θέμα
|
|
196
207
|
ukraine:
|
data/config/locales/en.yml
CHANGED
|
@@ -4,7 +4,9 @@ en:
|
|
|
4
4
|
hide: Hide
|
|
5
5
|
show: Show
|
|
6
6
|
toggle_less: Show fewer
|
|
7
|
+
toggle_less_html: Show fewer <span class='govuk-visually-hidden'>%{visually_hidden_text}</span>
|
|
7
8
|
toggle_more: "%{show} %{number} more"
|
|
9
|
+
toggle_more_html: "%{show} %{number} more <span class='govuk-visually-hidden'>%{visually_hidden_text}</span>"
|
|
8
10
|
translations: Translations
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -298,6 +300,15 @@ en:
|
|
|
298
300
|
related_external_links: Elsewhere on the web
|
|
299
301
|
related_guides: Detailed guidance
|
|
300
302
|
statistical_data_sets: Statistical data set
|
|
303
|
+
toggle_visually_hidden_text:
|
|
304
|
+
collections: collections
|
|
305
|
+
related_external_links: external links
|
|
306
|
+
related_guides: detailed guidance links
|
|
307
|
+
related_items: related content links
|
|
308
|
+
statistical_data_sets: statistical data sets
|
|
309
|
+
topical_events: topical events
|
|
310
|
+
topics: topics
|
|
311
|
+
world_locations: world locations
|
|
301
312
|
topical_events: Topical event
|
|
302
313
|
topics: Explore the topic
|
|
303
314
|
ukraine:
|
data/config/locales/es-419.yml
CHANGED
|
@@ -4,7 +4,9 @@ es-419:
|
|
|
4
4
|
hide: Ocultar
|
|
5
5
|
show: Mostrar
|
|
6
6
|
toggle_less: Mostrar menos
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} más"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Traducciones
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ es-419:
|
|
|
191
193
|
related_external_links: En otras partes de la web
|
|
192
194
|
related_guides: Orientación detallada
|
|
193
195
|
statistical_data_sets: Conjunto de datos estadísticos
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: Evento de actualidad
|
|
195
206
|
topics: Explora el tema
|
|
196
207
|
ukraine:
|
data/config/locales/es.yml
CHANGED
|
@@ -4,7 +4,9 @@ es:
|
|
|
4
4
|
hide: Ocultar
|
|
5
5
|
show: Mostrar
|
|
6
6
|
toggle_less: Mostrar menos
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} más"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Traducciones
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ es:
|
|
|
191
193
|
related_external_links: En otro lugar de la web
|
|
192
194
|
related_guides: Guía detallada
|
|
193
195
|
statistical_data_sets: Conjunto de datos estadísticos
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: Evento de actualidad
|
|
195
206
|
topics: Explore el tema
|
|
196
207
|
ukraine:
|
data/config/locales/et.yml
CHANGED
|
@@ -4,7 +4,9 @@ et:
|
|
|
4
4
|
hide: Peida
|
|
5
5
|
show: Kuva
|
|
6
6
|
toggle_less: Kuva vähem
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} veel"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Tõlked
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -194,6 +196,15 @@ et:
|
|
|
194
196
|
related_external_links: Mujal võrgus
|
|
195
197
|
related_guides: Üksikasjalikud juhised
|
|
196
198
|
statistical_data_sets: Statistiline andmekogum
|
|
199
|
+
toggle_visually_hidden_text:
|
|
200
|
+
collections:
|
|
201
|
+
related_external_links:
|
|
202
|
+
related_guides:
|
|
203
|
+
related_items:
|
|
204
|
+
statistical_data_sets:
|
|
205
|
+
topical_events:
|
|
206
|
+
topics:
|
|
207
|
+
world_locations:
|
|
197
208
|
topical_events: Teemakohane sündmus
|
|
198
209
|
topics: Uuri teemat
|
|
199
210
|
ukraine:
|
data/config/locales/fa.yml
CHANGED
|
@@ -4,7 +4,9 @@ fa:
|
|
|
4
4
|
hide: مخفی کردن
|
|
5
5
|
show: نمایش
|
|
6
6
|
toggle_less: نمایش کمتر
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} بیشتر"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: ترجمه
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -190,6 +192,15 @@ fa:
|
|
|
190
192
|
related_external_links: هر جای دیگری در وب
|
|
191
193
|
related_guides: راهنمای جزئی
|
|
192
194
|
statistical_data_sets: مجموعه داده آماری
|
|
195
|
+
toggle_visually_hidden_text:
|
|
196
|
+
collections:
|
|
197
|
+
related_external_links:
|
|
198
|
+
related_guides:
|
|
199
|
+
related_items:
|
|
200
|
+
statistical_data_sets:
|
|
201
|
+
topical_events:
|
|
202
|
+
topics:
|
|
203
|
+
world_locations:
|
|
193
204
|
topical_events: رویداد موضوعی
|
|
194
205
|
topics: کاوش موضوع
|
|
195
206
|
ukraine:
|
data/config/locales/fi.yml
CHANGED
|
@@ -4,7 +4,9 @@ fi:
|
|
|
4
4
|
hide: Piilottaa
|
|
5
5
|
show: Näytä
|
|
6
6
|
toggle_less: Näytä vähemmän
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} lisää"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Käännökset
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -193,6 +195,15 @@ fi:
|
|
|
193
195
|
related_external_links: Muualla verkossa
|
|
194
196
|
related_guides: Yksityiskohtaiset ohjeet
|
|
195
197
|
statistical_data_sets: Tilastollinen tietojoukko
|
|
198
|
+
toggle_visually_hidden_text:
|
|
199
|
+
collections:
|
|
200
|
+
related_external_links:
|
|
201
|
+
related_guides:
|
|
202
|
+
related_items:
|
|
203
|
+
statistical_data_sets:
|
|
204
|
+
topical_events:
|
|
205
|
+
topics:
|
|
206
|
+
world_locations:
|
|
196
207
|
topical_events: Ajankohtainen tapahtuma
|
|
197
208
|
topics: Tutustu aiheeseen
|
|
198
209
|
ukraine:
|
data/config/locales/fr.yml
CHANGED
|
@@ -4,7 +4,9 @@ fr:
|
|
|
4
4
|
hide: Masquer
|
|
5
5
|
show: Afficher
|
|
6
6
|
toggle_less: Afficher moins
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} plus"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Traductions
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ fr:
|
|
|
191
193
|
related_external_links: Ailleurs sur le web
|
|
192
194
|
related_guides: Orientation détaillée
|
|
193
195
|
statistical_data_sets: Ensemble de données statistiques
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: Événement thématique
|
|
195
206
|
topics: Explorer le thème
|
|
196
207
|
ukraine:
|
data/config/locales/gd.yml
CHANGED
|
@@ -4,7 +4,9 @@ gd:
|
|
|
4
4
|
hide: Cheilt
|
|
5
5
|
show: Taispeántas
|
|
6
6
|
toggle_less: Taispeáin níos lú
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} níos mó"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: Aistriúchán
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -193,6 +195,15 @@ gd:
|
|
|
193
195
|
related_external_links: Áit eile ar an ngréasán
|
|
194
196
|
related_guides: Comhairle mhionsonraithe
|
|
195
197
|
statistical_data_sets: Tacar sonraí staidrimh
|
|
198
|
+
toggle_visually_hidden_text:
|
|
199
|
+
collections:
|
|
200
|
+
related_external_links:
|
|
201
|
+
related_guides:
|
|
202
|
+
related_items:
|
|
203
|
+
statistical_data_sets:
|
|
204
|
+
topical_events:
|
|
205
|
+
topics:
|
|
206
|
+
world_locations:
|
|
196
207
|
topical_events: Imeacht reatha
|
|
197
208
|
topics: Déan iniúchadh ar théamaí
|
|
198
209
|
ukraine:
|
data/config/locales/gu.yml
CHANGED
|
@@ -4,7 +4,9 @@ gu:
|
|
|
4
4
|
hide: હાઇડ કરો
|
|
5
5
|
show: દર્શાવો
|
|
6
6
|
toggle_less: થોડા ઓછા દર્શાવો
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} વધુ"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: અનુવાદ
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ gu:
|
|
|
191
193
|
related_external_links: વેબ પર અન્ય સ્થાને
|
|
192
194
|
related_guides: વિગતવાર માર્ગદર્શન
|
|
193
195
|
statistical_data_sets: આંકડાકીય ડેટા સેટ
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: પ્રસંગોચિત ઘટના
|
|
195
206
|
topics: વિષય એક્સ્પ્લોર કરો
|
|
196
207
|
ukraine:
|
data/config/locales/he.yml
CHANGED
|
@@ -4,7 +4,9 @@ he:
|
|
|
4
4
|
hide: הסתר
|
|
5
5
|
show: הצג
|
|
6
6
|
toggle_less: הצג פחות
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} עוד"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: תרגומים
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ he:
|
|
|
191
193
|
related_external_links: במקומות אחרים ברשת
|
|
192
194
|
related_guides: הדרכה מפורטת
|
|
193
195
|
statistical_data_sets: מערך נתונים סטטיסטיים
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: אירוע אקטואלי
|
|
195
206
|
topics: סייר את הנושא
|
|
196
207
|
ukraine:
|
data/config/locales/hi.yml
CHANGED
|
@@ -4,7 +4,9 @@ hi:
|
|
|
4
4
|
hide: छिपाएं
|
|
5
5
|
show: दिखाएं
|
|
6
6
|
toggle_less: कम दिखाएं
|
|
7
|
+
toggle_less_html:
|
|
7
8
|
toggle_more: "%{show} %{number} और"
|
|
9
|
+
toggle_more_html:
|
|
8
10
|
translations: अनुवादन
|
|
9
11
|
components:
|
|
10
12
|
accordion:
|
|
@@ -191,6 +193,15 @@ hi:
|
|
|
191
193
|
related_external_links: वेब पर कहीं और
|
|
192
194
|
related_guides: विस्तृत मार्गदर्शन
|
|
193
195
|
statistical_data_sets: सांख्यिकीय आंकड़े का समूह
|
|
196
|
+
toggle_visually_hidden_text:
|
|
197
|
+
collections:
|
|
198
|
+
related_external_links:
|
|
199
|
+
related_guides:
|
|
200
|
+
related_items:
|
|
201
|
+
statistical_data_sets:
|
|
202
|
+
topical_events:
|
|
203
|
+
topics:
|
|
204
|
+
world_locations:
|
|
194
205
|
topical_events: सामयिक आयोजन
|
|
195
206
|
topics: विषय खोजें
|
|
196
207
|
ukraine:
|