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/pa.yml
CHANGED
|
@@ -42,6 +42,12 @@ pa:
|
|
|
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 @@ pa:
|
|
|
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/pl.yml
CHANGED
|
@@ -44,6 +44,12 @@ pl:
|
|
|
44
44
|
type:
|
|
45
45
|
characters: znaków
|
|
46
46
|
words: słów
|
|
47
|
+
chart:
|
|
48
|
+
accessibility_heading:
|
|
49
|
+
accessibility_html:
|
|
50
|
+
accessibility_link:
|
|
51
|
+
source:
|
|
52
|
+
table_dropdown:
|
|
47
53
|
checkboxes:
|
|
48
54
|
or: lub
|
|
49
55
|
contents_list:
|
|
@@ -222,6 +228,8 @@ pl:
|
|
|
222
228
|
input_title: Szukaj
|
|
223
229
|
label: Szukaj na GOV.UK
|
|
224
230
|
search_button: Szukaj
|
|
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/ps.yml
CHANGED
|
@@ -42,6 +42,12 @@ ps:
|
|
|
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:
|
|
@@ -215,6 +221,8 @@ ps:
|
|
|
215
221
|
input_title: لټون
|
|
216
222
|
label: په GOV.UK کې لټون وکړئ
|
|
217
223
|
search_button: لټون
|
|
224
|
+
service_navigation:
|
|
225
|
+
menu_toggle:
|
|
218
226
|
share_links:
|
|
219
227
|
all_opens_in_new_tab:
|
|
220
228
|
opens_in_new_tab:
|
data/config/locales/pt.yml
CHANGED
|
@@ -42,6 +42,12 @@ pt:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: carateres
|
|
44
44
|
words: palavras
|
|
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 @@ pt:
|
|
|
218
224
|
input_title: Pesquisar
|
|
219
225
|
label: Pesquisar em GOV.UK
|
|
220
226
|
search_button: Pesquisar
|
|
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/ro.yml
CHANGED
|
@@ -43,6 +43,12 @@ ro:
|
|
|
43
43
|
type:
|
|
44
44
|
characters: caractere
|
|
45
45
|
words: cuvinte
|
|
46
|
+
chart:
|
|
47
|
+
accessibility_heading:
|
|
48
|
+
accessibility_html:
|
|
49
|
+
accessibility_link:
|
|
50
|
+
source:
|
|
51
|
+
table_dropdown:
|
|
46
52
|
checkboxes:
|
|
47
53
|
or: sau
|
|
48
54
|
contents_list:
|
|
@@ -219,6 +225,8 @@ ro:
|
|
|
219
225
|
input_title: Căutați
|
|
220
226
|
label: Căutați pe GOV.UK
|
|
221
227
|
search_button: Căutați
|
|
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/ru.yml
CHANGED
|
@@ -44,6 +44,12 @@ ru:
|
|
|
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 @@ ru:
|
|
|
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/si.yml
CHANGED
|
@@ -42,6 +42,12 @@ si:
|
|
|
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 @@ si:
|
|
|
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/sk.yml
CHANGED
|
@@ -43,6 +43,12 @@ sk:
|
|
|
43
43
|
type:
|
|
44
44
|
characters: znakov
|
|
45
45
|
words: slov
|
|
46
|
+
chart:
|
|
47
|
+
accessibility_heading:
|
|
48
|
+
accessibility_html:
|
|
49
|
+
accessibility_link:
|
|
50
|
+
source:
|
|
51
|
+
table_dropdown:
|
|
46
52
|
checkboxes:
|
|
47
53
|
or: alebo
|
|
48
54
|
contents_list:
|
|
@@ -223,6 +229,8 @@ sk:
|
|
|
223
229
|
input_title: Vyhľadávanie
|
|
224
230
|
label: Vyhľadávanie na GOV.UK
|
|
225
231
|
search_button: Vyhľadávanie
|
|
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/sl.yml
CHANGED
|
@@ -46,6 +46,12 @@ sl:
|
|
|
46
46
|
type:
|
|
47
47
|
characters: znaki
|
|
48
48
|
words: besede
|
|
49
|
+
chart:
|
|
50
|
+
accessibility_heading:
|
|
51
|
+
accessibility_html:
|
|
52
|
+
accessibility_link:
|
|
53
|
+
source:
|
|
54
|
+
table_dropdown:
|
|
49
55
|
checkboxes:
|
|
50
56
|
or: ali
|
|
51
57
|
contents_list:
|
|
@@ -225,6 +231,8 @@ sl:
|
|
|
225
231
|
input_title: Iskanje
|
|
226
232
|
label: Iskanje po GOV.UK
|
|
227
233
|
search_button: Iskanje
|
|
234
|
+
service_navigation:
|
|
235
|
+
menu_toggle:
|
|
228
236
|
share_links:
|
|
229
237
|
all_opens_in_new_tab:
|
|
230
238
|
opens_in_new_tab:
|
data/config/locales/so.yml
CHANGED
|
@@ -42,6 +42,12 @@ so:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: dabeecadaha
|
|
44
44
|
words: kalmadaha
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: ama
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ so:
|
|
|
218
224
|
input_title: Baadh
|
|
219
225
|
label: Baadh GOV.UK
|
|
220
226
|
search_button: Baadh
|
|
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/sq.yml
CHANGED
|
@@ -42,6 +42,12 @@ sq:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: karaktere
|
|
44
44
|
words: fjalë
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: ose
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ sq:
|
|
|
218
224
|
input_title: Kërko
|
|
219
225
|
label: Kërko në GOV.UK
|
|
220
226
|
search_button: Kërko
|
|
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/sr.yml
CHANGED
|
@@ -43,6 +43,12 @@ sr:
|
|
|
43
43
|
type:
|
|
44
44
|
characters: znakova
|
|
45
45
|
words: reč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 @@ sr:
|
|
|
219
225
|
input_title: Pretraži
|
|
220
226
|
label: Pretraži na GOV.UK
|
|
221
227
|
search_button: Pretraži
|
|
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/sv.yml
CHANGED
|
@@ -42,6 +42,12 @@ sv:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: tecken
|
|
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 @@ sv:
|
|
|
218
224
|
input_title: Sök på
|
|
219
225
|
label: Sök på GOV.UK
|
|
220
226
|
search_button: Sök på
|
|
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/sw.yml
CHANGED
|
@@ -42,6 +42,12 @@ sw:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: herufi
|
|
44
44
|
words: maneno
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: au
|
|
47
53
|
contents_list:
|
|
@@ -218,6 +224,8 @@ sw:
|
|
|
218
224
|
input_title: Tafuta
|
|
219
225
|
label: Tafuta kwenye tovuti ya GOV.UK
|
|
220
226
|
search_button: Tafuta
|
|
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/ta.yml
CHANGED
|
@@ -42,6 +42,12 @@ ta:
|
|
|
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:
|
|
@@ -219,6 +225,8 @@ ta:
|
|
|
219
225
|
input_title: தேடு
|
|
220
226
|
label: GOV.UK-யில் தேடுக
|
|
221
227
|
search_button: தேடு
|
|
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/th.yml
CHANGED
|
@@ -41,6 +41,12 @@ th:
|
|
|
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:
|
|
@@ -216,6 +222,8 @@ th:
|
|
|
216
222
|
input_title: ค้นหา
|
|
217
223
|
label: ค้นหาใน GOV.UK
|
|
218
224
|
search_button: ค้นหา
|
|
225
|
+
service_navigation:
|
|
226
|
+
menu_toggle:
|
|
219
227
|
share_links:
|
|
220
228
|
all_opens_in_new_tab:
|
|
221
229
|
opens_in_new_tab:
|
data/config/locales/ti.yml
CHANGED
|
@@ -42,6 +42,12 @@ ti:
|
|
|
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 @@ ti:
|
|
|
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/tk.yml
CHANGED
|
@@ -42,6 +42,12 @@ tk:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: şekiller
|
|
44
44
|
words: sözler
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: ýa-da
|
|
47
53
|
contents_list:
|
|
@@ -219,6 +225,8 @@ tk:
|
|
|
219
225
|
input_title: Gözlemek
|
|
220
226
|
label: GOV.UK-de gözle
|
|
221
227
|
search_button: Gözlemek
|
|
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/tr.yml
CHANGED
|
@@ -42,6 +42,12 @@ tr:
|
|
|
42
42
|
type:
|
|
43
43
|
characters: karakter
|
|
44
44
|
words: kelime
|
|
45
|
+
chart:
|
|
46
|
+
accessibility_heading:
|
|
47
|
+
accessibility_html:
|
|
48
|
+
accessibility_link:
|
|
49
|
+
source:
|
|
50
|
+
table_dropdown:
|
|
45
51
|
checkboxes:
|
|
46
52
|
or: veya
|
|
47
53
|
contents_list:
|
|
@@ -219,6 +225,8 @@ tr:
|
|
|
219
225
|
input_title: Ara
|
|
220
226
|
label: GOV.UK adresini ara
|
|
221
227
|
search_button: Ara
|
|
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/uk.yml
CHANGED
|
@@ -44,6 +44,12 @@ uk:
|
|
|
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:
|
|
@@ -225,6 +231,8 @@ uk:
|
|
|
225
231
|
input_title: Пошук
|
|
226
232
|
label: Пошук на GOV.UK
|
|
227
233
|
search_button: Пошук
|
|
234
|
+
service_navigation:
|
|
235
|
+
menu_toggle:
|
|
228
236
|
share_links:
|
|
229
237
|
all_opens_in_new_tab:
|
|
230
238
|
opens_in_new_tab:
|
data/config/locales/ur.yml
CHANGED
|
@@ -42,6 +42,12 @@ ur:
|
|
|
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:
|
|
@@ -215,6 +221,8 @@ ur:
|
|
|
215
221
|
input_title: تلاش
|
|
216
222
|
label: GOV.UK پر تلاش کریں
|
|
217
223
|
search_button: تلاش
|
|
224
|
+
service_navigation:
|
|
225
|
+
menu_toggle:
|
|
218
226
|
share_links:
|
|
219
227
|
all_opens_in_new_tab:
|
|
220
228
|
opens_in_new_tab:
|
data/config/locales/uz.yml
CHANGED
|
@@ -42,6 +42,12 @@ uz:
|
|
|
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:
|
|
@@ -220,6 +226,8 @@ uz:
|
|
|
220
226
|
input_title: Излаш
|
|
221
227
|
label: GOV.UKда излаш
|
|
222
228
|
search_button: Излаш
|
|
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/vi.yml
CHANGED
|
@@ -41,6 +41,12 @@ vi:
|
|
|
41
41
|
type:
|
|
42
42
|
characters: ký tự
|
|
43
43
|
words: từ
|
|
44
|
+
chart:
|
|
45
|
+
accessibility_heading:
|
|
46
|
+
accessibility_html:
|
|
47
|
+
accessibility_link:
|
|
48
|
+
source:
|
|
49
|
+
table_dropdown:
|
|
44
50
|
checkboxes:
|
|
45
51
|
or: hoặc
|
|
46
52
|
contents_list:
|
|
@@ -217,6 +223,8 @@ vi:
|
|
|
217
223
|
input_title: Tìm kiếm
|
|
218
224
|
label: Tìm kiếm trên GOV.UK
|
|
219
225
|
search_button: Tìm kiếm
|
|
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/zh-hk.yml
CHANGED
|
@@ -41,6 +41,12 @@ zh-hk:
|
|
|
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:
|
|
@@ -216,6 +222,8 @@ zh-hk:
|
|
|
216
222
|
input_title: 搜尋
|
|
217
223
|
label: 搜尋 GOV.UK
|
|
218
224
|
search_button: 搜尋
|
|
225
|
+
service_navigation:
|
|
226
|
+
menu_toggle:
|
|
219
227
|
share_links:
|
|
220
228
|
all_opens_in_new_tab:
|
|
221
229
|
opens_in_new_tab:
|
data/config/locales/zh-tw.yml
CHANGED
|
@@ -41,6 +41,12 @@ zh-tw:
|
|
|
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:
|
|
@@ -216,6 +222,8 @@ zh-tw:
|
|
|
216
222
|
input_title: 搜尋
|
|
217
223
|
label: 在英國政府網站上搜尋
|
|
218
224
|
search_button: 搜尋
|
|
225
|
+
service_navigation:
|
|
226
|
+
menu_toggle:
|
|
219
227
|
share_links:
|
|
220
228
|
all_opens_in_new_tab:
|
|
221
229
|
opens_in_new_tab:
|
data/config/locales/zh.yml
CHANGED
|
@@ -41,6 +41,12 @@ zh:
|
|
|
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:
|
|
@@ -216,6 +222,8 @@ zh:
|
|
|
216
222
|
input_title: 搜索
|
|
217
223
|
label: 搜索GOV.UK
|
|
218
224
|
search_button: 搜索
|
|
225
|
+
service_navigation:
|
|
226
|
+
menu_toggle:
|
|
219
227
|
share_links:
|
|
220
228
|
all_opens_in_new_tab:
|
|
221
229
|
opens_in_new_tab:
|