govuk_publishing_components 66.6.1 → 66.7.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/javascripts/govuk_publishing_components/components/chart.js +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/all-components.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +8 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_chart.scss +60 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +3 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_high-contrast-outline.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_index.scss +1 -0
- data/app/views/govuk_publishing_components/component_guide/index.html.erb +1 -0
- data/app/views/govuk_publishing_components/components/_chart.html.erb +131 -0
- data/app/views/govuk_publishing_components/components/_service_navigation.html.erb +5 -3
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_tabs.html.erb +4 -4
- data/app/views/govuk_publishing_components/components/docs/chart.yml +425 -0
- data/app/views/govuk_publishing_components/components/docs/service_navigation.yml +11 -0
- data/app/views/govuk_publishing_components/components/docs/tabs.yml +8 -7
- data/config/locales/ar.yml +8 -0
- data/config/locales/az.yml +8 -0
- data/config/locales/be.yml +8 -0
- data/config/locales/bg.yml +8 -0
- data/config/locales/bn.yml +8 -0
- data/config/locales/cs.yml +8 -0
- data/config/locales/cy.yml +8 -0
- data/config/locales/da.yml +8 -0
- data/config/locales/de.yml +8 -0
- data/config/locales/dr.yml +8 -0
- data/config/locales/el.yml +8 -0
- data/config/locales/en.yml +8 -0
- data/config/locales/es-419.yml +8 -0
- data/config/locales/es.yml +8 -0
- data/config/locales/et.yml +8 -0
- data/config/locales/fa.yml +8 -0
- data/config/locales/fi.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/gd.yml +8 -0
- data/config/locales/gu.yml +8 -0
- data/config/locales/he.yml +8 -0
- data/config/locales/hi.yml +8 -0
- data/config/locales/hr.yml +8 -0
- data/config/locales/hu.yml +8 -0
- data/config/locales/hy.yml +8 -0
- data/config/locales/id.yml +8 -0
- data/config/locales/is.yml +8 -0
- data/config/locales/it.yml +8 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/ka.yml +8 -0
- data/config/locales/kk.yml +8 -0
- data/config/locales/ko.yml +8 -0
- data/config/locales/ku.yml +8 -0
- data/config/locales/ky.yml +8 -0
- data/config/locales/lt.yml +8 -0
- data/config/locales/lv.yml +8 -0
- data/config/locales/ms.yml +8 -0
- data/config/locales/mt.yml +8 -0
- data/config/locales/ne.yml +8 -0
- data/config/locales/nl.yml +8 -0
- data/config/locales/no.yml +8 -0
- data/config/locales/pa-pk.yml +8 -0
- data/config/locales/pa.yml +8 -0
- data/config/locales/pl.yml +8 -0
- data/config/locales/ps.yml +8 -0
- data/config/locales/pt.yml +8 -0
- data/config/locales/ro.yml +8 -0
- data/config/locales/ru.yml +8 -0
- data/config/locales/si.yml +8 -0
- data/config/locales/sk.yml +8 -0
- data/config/locales/sl.yml +8 -0
- data/config/locales/so.yml +8 -0
- data/config/locales/sq.yml +8 -0
- data/config/locales/sr.yml +8 -0
- data/config/locales/sv.yml +8 -0
- data/config/locales/sw.yml +8 -0
- data/config/locales/ta.yml +8 -0
- data/config/locales/th.yml +8 -0
- data/config/locales/ti.yml +8 -0
- data/config/locales/tk.yml +8 -0
- data/config/locales/tr.yml +8 -0
- data/config/locales/uk.yml +8 -0
- data/config/locales/ur.yml +8 -0
- data/config/locales/uz.yml +8 -0
- data/config/locales/vi.yml +8 -0
- data/config/locales/zh-hk.yml +8 -0
- data/config/locales/zh-tw.yml +8 -0
- data/config/locales/zh.yml +8 -0
- data/lib/govuk_publishing_components/presenters/chart_helper.rb +123 -0
- data/lib/govuk_publishing_components/presenters/select_helper.rb +3 -3
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/lib/govuk_publishing_components.rb +1 -0
- data/node_modules/chartkick/LICENSE.txt +22 -0
- data/node_modules/chartkick/README.md +593 -0
- data/node_modules/chartkick/chart.js/chart.esm.js +5 -0
- data/node_modules/chartkick/chart.js/package.json +6 -0
- data/node_modules/chartkick/dist/chartkick.esm.js +2562 -0
- data/node_modules/chartkick/dist/chartkick.js +2570 -0
- data/node_modules/chartkick/dist/chartkick.min.js +2 -0
- data/node_modules/chartkick/highcharts/highcharts.esm.js +4 -0
- data/node_modules/chartkick/highcharts/package.json +6 -0
- data/node_modules/chartkick/package.json +50 -0
- metadata +18 -2
data/config/locales/en.yml
CHANGED
|
@@ -42,6 +42,12 @@ en:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: characters
|
|
44
44
|
words: words
|
|
45
|
+
chart:
|
|
46
|
+
table_dropdown: View data as a table
|
|
47
|
+
accessibility_html: This chart is a visual representation of the data available in the table.
|
|
48
|
+
accessibility_link: Skip to "%{heading}" data table
|
|
49
|
+
accessibility_heading: Data table for "%{heading}"
|
|
50
|
+
source: "Source: %{source}"
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: or
|
|
47
53
|
contents_list:
|
|
@@ -333,6 +339,8 @@ en:
|
|
|
333
339
|
input_title: Search
|
|
334
340
|
label: Search on GOV.UK
|
|
335
341
|
search_button: Search
|
|
342
|
+
service_navigation:
|
|
343
|
+
menu_toggle: Menu
|
|
336
344
|
share_links:
|
|
337
345
|
all_opens_in_new_tab: The following links open in a new tab
|
|
338
346
|
opens_in_new_tab: "(opens in new tab)"
|
data/config/locales/es-419.yml
CHANGED
|
@@ -42,6 +42,12 @@ es-419:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: caracteres
|
|
44
44
|
words: palabras
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: o
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ es-419:
|
|
|
218
224
|
input_title: Buscar
|
|
219
225
|
label: Buscar en GOV.UK
|
|
220
226
|
search_button: Buscar
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/es.yml
CHANGED
|
@@ -42,6 +42,12 @@ es:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: caracteres
|
|
44
44
|
words: palabras
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: o bien
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ es:
|
|
|
218
224
|
input_title: Buscar
|
|
219
225
|
label: Buscar en GOV.UK
|
|
220
226
|
search_button: Buscar
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/et.yml
CHANGED
|
@@ -42,6 +42,12 @@ et:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: tähemärki
|
|
44
44
|
words: sõnu
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: või
|
|
47
53
|
contents_list:
|
|
@@ -221,6 +227,8 @@ et:
|
|
|
221
227
|
input_title: Otsing
|
|
222
228
|
label: Otsige saidilt GOV.UK
|
|
223
229
|
search_button: Otsing
|
|
230
|
+
service_navigation:
|
|
231
|
+
menu_toggle:
|
|
224
232
|
share_links:
|
|
225
233
|
all_opens_in_new_tab:
|
|
226
234
|
opens_in_new_tab:
|
data/config/locales/fa.yml
CHANGED
|
@@ -42,6 +42,12 @@ fa:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: کاراکتر
|
|
44
44
|
words: کلمه
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: یا
|
|
47
53
|
contents_list:
|
|
@@ -217,6 +223,8 @@ fa:
|
|
|
217
223
|
input_title: جستجو
|
|
218
224
|
label: جستجو در GOV.UK
|
|
219
225
|
search_button: جستجو
|
|
226
|
+
service_navigation:
|
|
227
|
+
menu_toggle:
|
|
220
228
|
share_links:
|
|
221
229
|
all_opens_in_new_tab:
|
|
222
230
|
opens_in_new_tab:
|
data/config/locales/fi.yml
CHANGED
|
@@ -42,6 +42,12 @@ fi:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: merkkejä
|
|
44
44
|
words: sanoja
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: tai
|
|
47
53
|
contents_list:
|
|
@@ -220,6 +226,8 @@ fi:
|
|
|
220
226
|
input_title: Hae
|
|
221
227
|
label: Hae osoitteesta GOV.UK
|
|
222
228
|
search_button: Hae
|
|
229
|
+
service_navigation:
|
|
230
|
+
menu_toggle:
|
|
223
231
|
share_links:
|
|
224
232
|
all_opens_in_new_tab:
|
|
225
233
|
opens_in_new_tab:
|
data/config/locales/fr.yml
CHANGED
|
@@ -42,6 +42,12 @@ fr:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: caractères
|
|
44
44
|
words: mots
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: ou
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ fr:
|
|
|
218
224
|
input_title: Rechercher
|
|
219
225
|
label: Rechercher sur GOV.UK
|
|
220
226
|
search_button: Rechercher
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/gd.yml
CHANGED
|
@@ -44,6 +44,12 @@ gd:
|
|
|
44
44
|
type:
|
|
45
45
|
characters: Figiúr
|
|
46
46
|
words: Carachtar
|
|
47
|
+
chart:
|
|
48
|
+
accessibility_heading:
|
|
49
|
+
accessibility_html:
|
|
50
|
+
accessibility_link:
|
|
51
|
+
source:
|
|
52
|
+
table_dropdown:
|
|
47
53
|
checkboxes:
|
|
48
54
|
or: Cá háit
|
|
49
55
|
contents_list:
|
|
@@ -220,6 +226,8 @@ gd:
|
|
|
220
226
|
input_title: Taighde
|
|
221
227
|
label: Cuardaigh ar GOV.UK
|
|
222
228
|
search_button: Taighde
|
|
229
|
+
service_navigation:
|
|
230
|
+
menu_toggle:
|
|
223
231
|
share_links:
|
|
224
232
|
all_opens_in_new_tab:
|
|
225
233
|
opens_in_new_tab:
|
data/config/locales/gu.yml
CHANGED
|
@@ -42,6 +42,12 @@ gu:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: અક્ષરો
|
|
44
44
|
words: શબ્દો
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: અથવા
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ gu:
|
|
|
218
224
|
input_title: શોધો
|
|
219
225
|
label: GOV.UK પર શોધો
|
|
220
226
|
search_button: શોધો
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/he.yml
CHANGED
|
@@ -42,6 +42,12 @@ he:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: תווים
|
|
44
44
|
words: מילים
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: או
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ he:
|
|
|
218
224
|
input_title: 'חפש '
|
|
219
225
|
label: 'חפש ב- GOV.UK '
|
|
220
226
|
search_button: חפש
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/hi.yml
CHANGED
|
@@ -42,6 +42,12 @@ hi:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: अक्षर
|
|
44
44
|
words: शब्द
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: या
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ hi:
|
|
|
218
224
|
input_title: खोजें
|
|
219
225
|
label: GOV.UK खोजें
|
|
220
226
|
search_button: खोजें
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/hr.yml
CHANGED
|
@@ -43,6 +43,12 @@ hr:
|
|
|
43
43
|
type:
|
|
44
44
|
characters: znakova
|
|
45
45
|
words: riječi
|
|
46
|
+
chart:
|
|
47
|
+
accessibility_heading:
|
|
48
|
+
accessibility_html:
|
|
49
|
+
accessibility_link:
|
|
50
|
+
source:
|
|
51
|
+
table_dropdown:
|
|
46
52
|
checkboxes:
|
|
47
53
|
or: ili
|
|
48
54
|
contents_list:
|
|
@@ -219,6 +225,8 @@ hr:
|
|
|
219
225
|
input_title: Pretraga
|
|
220
226
|
label: Pretražujte na GOV.UK
|
|
221
227
|
search_button: Pretraga
|
|
228
|
+
service_navigation:
|
|
229
|
+
menu_toggle:
|
|
222
230
|
share_links:
|
|
223
231
|
all_opens_in_new_tab:
|
|
224
232
|
opens_in_new_tab:
|
data/config/locales/hu.yml
CHANGED
|
@@ -42,6 +42,12 @@ hu:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: karakterek
|
|
44
44
|
words: szavak
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: vagy
|
|
47
53
|
contents_list:
|
|
@@ -221,6 +227,8 @@ hu:
|
|
|
221
227
|
input_title: Keresés
|
|
222
228
|
label: Keresés a GOV.UK-n
|
|
223
229
|
search_button: Keresés
|
|
230
|
+
service_navigation:
|
|
231
|
+
menu_toggle:
|
|
224
232
|
share_links:
|
|
225
233
|
all_opens_in_new_tab:
|
|
226
234
|
opens_in_new_tab:
|
data/config/locales/hy.yml
CHANGED
|
@@ -44,6 +44,12 @@ hy:
|
|
|
44
44
|
type:
|
|
45
45
|
characters: նիշ
|
|
46
46
|
words: բառ
|
|
47
|
+
chart:
|
|
48
|
+
accessibility_heading:
|
|
49
|
+
accessibility_html:
|
|
50
|
+
accessibility_link:
|
|
51
|
+
source:
|
|
52
|
+
table_dropdown:
|
|
47
53
|
checkboxes:
|
|
48
54
|
or: կամ
|
|
49
55
|
contents_list:
|
|
@@ -222,6 +228,8 @@ hy:
|
|
|
222
228
|
input_title: Որոնում
|
|
223
229
|
label: Որոնել GOV.UK կայքում
|
|
224
230
|
search_button: Որոնում
|
|
231
|
+
service_navigation:
|
|
232
|
+
menu_toggle:
|
|
225
233
|
share_links:
|
|
226
234
|
all_opens_in_new_tab:
|
|
227
235
|
opens_in_new_tab:
|
data/config/locales/id.yml
CHANGED
|
@@ -41,6 +41,12 @@ id:
|
|
|
41
41
|
type:
|
|
42
42
|
characters: karakter
|
|
43
43
|
words: kata
|
|
44
|
+
chart:
|
|
45
|
+
accessibility_heading:
|
|
46
|
+
accessibility_html:
|
|
47
|
+
accessibility_link:
|
|
48
|
+
source:
|
|
49
|
+
table_dropdown:
|
|
44
50
|
checkboxes:
|
|
45
51
|
or: atau
|
|
46
52
|
contents_list:
|
|
@@ -218,6 +224,8 @@ id:
|
|
|
218
224
|
input_title: Cari
|
|
219
225
|
label: Cari di GOV.UK
|
|
220
226
|
search_button: Cari
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/is.yml
CHANGED
|
@@ -42,6 +42,12 @@ is:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: stafi
|
|
44
44
|
words: orð
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: eða
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ is:
|
|
|
218
224
|
input_title: Leita
|
|
219
225
|
label: Leita á GOV.UK
|
|
220
226
|
search_button: Leita
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/it.yml
CHANGED
|
@@ -42,6 +42,12 @@ it:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: caratteri
|
|
44
44
|
words: parole
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: o
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ it:
|
|
|
218
224
|
input_title: Cerca
|
|
219
225
|
label: Cerca su GOV.UK
|
|
220
226
|
search_button: Cerca
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/ja.yml
CHANGED
|
@@ -41,6 +41,12 @@ ja:
|
|
|
41
41
|
type:
|
|
42
42
|
characters: 文字
|
|
43
43
|
words: 単語
|
|
44
|
+
chart:
|
|
45
|
+
accessibility_heading:
|
|
46
|
+
accessibility_html:
|
|
47
|
+
accessibility_link:
|
|
48
|
+
source:
|
|
49
|
+
table_dropdown:
|
|
44
50
|
checkboxes:
|
|
45
51
|
or: または
|
|
46
52
|
contents_list:
|
|
@@ -214,6 +220,8 @@ ja:
|
|
|
214
220
|
input_title: 検索
|
|
215
221
|
label: GOV.UKで検索
|
|
216
222
|
search_button: 検索
|
|
223
|
+
service_navigation:
|
|
224
|
+
menu_toggle:
|
|
217
225
|
share_links:
|
|
218
226
|
all_opens_in_new_tab:
|
|
219
227
|
opens_in_new_tab:
|
data/config/locales/ka.yml
CHANGED
|
@@ -42,6 +42,12 @@ ka:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: სიმბოლოები
|
|
44
44
|
words: სიტყვები
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: ან
|
|
47
53
|
contents_list:
|
|
@@ -221,6 +227,8 @@ ka:
|
|
|
221
227
|
input_title: ძიება
|
|
222
228
|
label: ძიება GOV.UK-ზე
|
|
223
229
|
search_button: ძიება
|
|
230
|
+
service_navigation:
|
|
231
|
+
menu_toggle:
|
|
224
232
|
share_links:
|
|
225
233
|
all_opens_in_new_tab:
|
|
226
234
|
opens_in_new_tab:
|
data/config/locales/kk.yml
CHANGED
|
@@ -42,6 +42,12 @@ kk:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: таңба
|
|
44
44
|
words: сөз
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: немесе
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ kk:
|
|
|
218
224
|
input_title: Іздеу
|
|
219
225
|
label: GOV.UK веб-сайтында іздеу
|
|
220
226
|
search_button: Іздеу
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/ko.yml
CHANGED
|
@@ -41,6 +41,12 @@ ko:
|
|
|
41
41
|
type:
|
|
42
42
|
characters:
|
|
43
43
|
words:
|
|
44
|
+
chart:
|
|
45
|
+
accessibility_heading:
|
|
46
|
+
accessibility_html:
|
|
47
|
+
accessibility_link:
|
|
48
|
+
source:
|
|
49
|
+
table_dropdown:
|
|
44
50
|
checkboxes:
|
|
45
51
|
or:
|
|
46
52
|
contents_list:
|
|
@@ -213,6 +219,8 @@ ko:
|
|
|
213
219
|
input_title:
|
|
214
220
|
label:
|
|
215
221
|
search_button:
|
|
222
|
+
service_navigation:
|
|
223
|
+
menu_toggle:
|
|
216
224
|
share_links:
|
|
217
225
|
all_opens_in_new_tab:
|
|
218
226
|
opens_in_new_tab:
|
data/config/locales/ku.yml
CHANGED
|
@@ -42,6 +42,12 @@ ku:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: کارەکتەرەکان
|
|
44
44
|
words: وشەکان
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: یان
|
|
47
53
|
contents_list:
|
|
@@ -217,6 +223,8 @@ ku:
|
|
|
217
223
|
input_title: گەڕان
|
|
218
224
|
label: گەڕان لە ماڵپەڕی GOV.UK
|
|
219
225
|
search_button: گەڕان
|
|
226
|
+
service_navigation:
|
|
227
|
+
menu_toggle:
|
|
220
228
|
share_links:
|
|
221
229
|
all_opens_in_new_tab: ئەم بەستەرانەی خوارەوە لە تابێکی نوێدا دەکرێنەوە
|
|
222
230
|
opens_in_new_tab: "(لە تابی نوێدا دەکرێتەوە)"
|
data/config/locales/ky.yml
CHANGED
|
@@ -42,6 +42,12 @@ ky:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: белги
|
|
44
44
|
words: сөз
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: же
|
|
47
53
|
contents_list:
|
|
@@ -214,6 +220,8 @@ ky:
|
|
|
214
220
|
input_title: Издөө
|
|
215
221
|
label: GOV.UK ичинен издөө
|
|
216
222
|
search_button: Издөө
|
|
223
|
+
service_navigation:
|
|
224
|
+
menu_toggle:
|
|
217
225
|
share_links:
|
|
218
226
|
all_opens_in_new_tab: Төмөнкү шилтемелер жаңы өтмөктө ачылат
|
|
219
227
|
opens_in_new_tab: "(жаңы таблицада ачат)"
|
data/config/locales/lt.yml
CHANGED
|
@@ -43,6 +43,12 @@ lt:
|
|
|
43
43
|
type:
|
|
44
44
|
characters: spaudos ženklų
|
|
45
45
|
words: žodžių
|
|
46
|
+
chart:
|
|
47
|
+
accessibility_heading:
|
|
48
|
+
accessibility_html:
|
|
49
|
+
accessibility_link:
|
|
50
|
+
source:
|
|
51
|
+
table_dropdown:
|
|
46
52
|
checkboxes:
|
|
47
53
|
or: arba
|
|
48
54
|
contents_list:
|
|
@@ -223,6 +229,8 @@ lt:
|
|
|
223
229
|
input_title: Ieškoti
|
|
224
230
|
label: Ieškoti GOV.UK
|
|
225
231
|
search_button: Ieškoti
|
|
232
|
+
service_navigation:
|
|
233
|
+
menu_toggle:
|
|
226
234
|
share_links:
|
|
227
235
|
all_opens_in_new_tab:
|
|
228
236
|
opens_in_new_tab:
|
data/config/locales/lv.yml
CHANGED
|
@@ -42,6 +42,12 @@ lv:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: rakstzīmes
|
|
44
44
|
words: vārdi
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: vai
|
|
47
53
|
contents_list:
|
|
@@ -222,6 +228,8 @@ lv:
|
|
|
222
228
|
input_title: Meklēt
|
|
223
229
|
label: Meklēt GOV.UK
|
|
224
230
|
search_button: Meklēt
|
|
231
|
+
service_navigation:
|
|
232
|
+
menu_toggle:
|
|
225
233
|
share_links:
|
|
226
234
|
all_opens_in_new_tab:
|
|
227
235
|
opens_in_new_tab:
|
data/config/locales/ms.yml
CHANGED
|
@@ -41,6 +41,12 @@ ms:
|
|
|
41
41
|
type:
|
|
42
42
|
characters: aksara
|
|
43
43
|
words: perkataan
|
|
44
|
+
chart:
|
|
45
|
+
accessibility_heading:
|
|
46
|
+
accessibility_html:
|
|
47
|
+
accessibility_link:
|
|
48
|
+
source:
|
|
49
|
+
table_dropdown:
|
|
44
50
|
checkboxes:
|
|
45
51
|
or: atau
|
|
46
52
|
contents_list:
|
|
@@ -217,6 +223,8 @@ ms:
|
|
|
217
223
|
input_title: Carian
|
|
218
224
|
label: Carian di GOV.UK
|
|
219
225
|
search_button: Carian
|
|
226
|
+
service_navigation:
|
|
227
|
+
menu_toggle:
|
|
220
228
|
share_links:
|
|
221
229
|
all_opens_in_new_tab:
|
|
222
230
|
opens_in_new_tab:
|
data/config/locales/mt.yml
CHANGED
|
@@ -44,6 +44,12 @@ mt:
|
|
|
44
44
|
type:
|
|
45
45
|
characters: karattri
|
|
46
46
|
words: kliem
|
|
47
|
+
chart:
|
|
48
|
+
accessibility_heading:
|
|
49
|
+
accessibility_html:
|
|
50
|
+
accessibility_link:
|
|
51
|
+
source:
|
|
52
|
+
table_dropdown:
|
|
47
53
|
checkboxes:
|
|
48
54
|
or: jew
|
|
49
55
|
contents_list:
|
|
@@ -220,6 +226,8 @@ mt:
|
|
|
220
226
|
input_title: Fittex
|
|
221
227
|
label: Fittex fuq GOV.UK
|
|
222
228
|
search_button: Fittex
|
|
229
|
+
service_navigation:
|
|
230
|
+
menu_toggle:
|
|
223
231
|
share_links:
|
|
224
232
|
all_opens_in_new_tab:
|
|
225
233
|
opens_in_new_tab:
|
data/config/locales/ne.yml
CHANGED
|
@@ -42,6 +42,12 @@ ne:
|
|
|
42
42
|
type:
|
|
43
43
|
characters:
|
|
44
44
|
words:
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or:
|
|
47
53
|
contents_list:
|
|
@@ -214,6 +220,8 @@ ne:
|
|
|
214
220
|
input_title:
|
|
215
221
|
label:
|
|
216
222
|
search_button:
|
|
223
|
+
service_navigation:
|
|
224
|
+
menu_toggle:
|
|
217
225
|
share_links:
|
|
218
226
|
all_opens_in_new_tab:
|
|
219
227
|
opens_in_new_tab:
|
data/config/locales/nl.yml
CHANGED
|
@@ -42,6 +42,12 @@ nl:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: karakters
|
|
44
44
|
words: woorden
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: of
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ nl:
|
|
|
218
224
|
input_title: Zoeken
|
|
219
225
|
label: Zoeken op GOV.UK
|
|
220
226
|
search_button: Zoeken
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/no.yml
CHANGED
|
@@ -42,6 +42,12 @@
|
|
|
42
42
|
type:
|
|
43
43
|
characters: tegn
|
|
44
44
|
words: ord
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: eller
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@
|
|
|
218
224
|
input_title: Søk
|
|
219
225
|
label: Søk på GOV.UK
|
|
220
226
|
search_button: Søk
|
|
227
|
+
service_navigation:
|
|
228
|
+
menu_toggle:
|
|
221
229
|
share_links:
|
|
222
230
|
all_opens_in_new_tab:
|
|
223
231
|
opens_in_new_tab:
|
data/config/locales/pa-pk.yml
CHANGED
|
@@ -42,6 +42,12 @@ pa-pk:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: کردار
|
|
44
44
|
words: الفاظ
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: یا
|
|
47
53
|
contents_list:
|
|
@@ -214,6 +220,8 @@ pa-pk:
|
|
|
214
220
|
input_title: کھوج
|
|
215
221
|
label: GOV.UK اُتے کھوج کرو
|
|
216
222
|
search_button: کھوج
|
|
223
|
+
service_navigation:
|
|
224
|
+
menu_toggle:
|
|
217
225
|
share_links:
|
|
218
226
|
all_opens_in_new_tab:
|
|
219
227
|
opens_in_new_tab:
|