govuk_publishing_components 24.10.3 → 24.13.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +142 -104
- data/app/assets/javascripts/govuk_publishing_components/components/reorderable-list.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/lib/trigger-event.js +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +3 -0
- data/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +0 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_accordion.scss +50 -31
- data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +0 -35
- data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +0 -13
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +0 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_inverse-header.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +10 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +11 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_print-link.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +0 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_show-password.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +8 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_subscription-links.scss +6 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_markdown-typography.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_attachment.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_back-link.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_button.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_feedback.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-footer.scss +2 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-header.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_metadata.scss +2 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_search.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_share-links.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_skip-link.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_step-by-step-nav-header.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_subscription-links.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_translation-nav.scss +2 -3
- data/app/views/govuk_publishing_components/components/_action_link.html.erb +2 -1
- data/app/views/govuk_publishing_components/components/_attachment.html.erb +4 -4
- data/app/views/govuk_publishing_components/components/_attachment_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_back_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_character_count.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_contents_list.html.erb +10 -3
- data/app/views/govuk_publishing_components/components/_contextual_sidebar.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_cookie_banner.html.erb +16 -6
- data/app/views/govuk_publishing_components/components/_feedback.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_government_navigation.html.erb +14 -14
- data/app/views/govuk_publishing_components/components/_image_card.html.erb +15 -2
- data/app/views/govuk_publishing_components/components/_layout_footer.html.erb +8 -11
- data/app/views/govuk_publishing_components/components/_machine_readable_metadata.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_metadata.html.erb +7 -7
- data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_organisation_logo.html.erb +13 -13
- data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +11 -7
- data/app/views/govuk_publishing_components/components/_print_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_search.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_skip_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_step_by_step_nav.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/_step_by_step_nav_related.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_subscription_links.html.erb +10 -10
- data/app/views/govuk_publishing_components/components/_success_alert.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_tabs.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_translation_nav.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/docs/feedback.yml +2 -0
- data/app/views/govuk_publishing_components/components/docs/government_navigation.yml +2 -0
- data/app/views/govuk_publishing_components/components/docs/inset_text.yml +2 -2
- data/app/views/govuk_publishing_components/components/docs/inverse_header.yml +18 -15
- data/app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +5 -5
- data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/layout_header/_navigation_items.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/metadata/_sentence.html.erb +4 -4
- data/app/views/govuk_publishing_components/components/related_navigation/_section.html.erb +1 -1
- data/config/locales/ar.yml +153 -0
- data/config/locales/az.yml +153 -0
- data/config/locales/be.yml +153 -0
- data/config/locales/bg.yml +153 -0
- data/config/locales/bn.yml +153 -0
- data/config/locales/cs.yml +153 -0
- data/config/locales/cy.yml +146 -7
- data/config/locales/da.yml +153 -0
- data/config/locales/de.yml +153 -0
- data/config/locales/dr.yml +153 -0
- data/config/locales/el.yml +153 -0
- data/config/locales/en.yml +143 -110
- data/config/locales/es-419.yml +153 -0
- data/config/locales/es.yml +153 -0
- data/config/locales/et.yml +150 -0
- data/config/locales/fa.yml +153 -0
- data/config/locales/fi.yml +153 -0
- data/config/locales/fr.yml +150 -0
- data/config/locales/gd.yml +153 -0
- data/config/locales/gu.yml +153 -0
- data/config/locales/he.yml +153 -0
- data/config/locales/hi.yml +153 -0
- data/config/locales/hr.yml +153 -0
- data/config/locales/hu.yml +153 -0
- data/config/locales/hy.yml +153 -0
- data/config/locales/id.yml +153 -0
- data/config/locales/is.yml +153 -0
- data/config/locales/it.yml +153 -0
- data/config/locales/ja.yml +153 -0
- data/config/locales/ka.yml +153 -0
- data/config/locales/kk.yml +153 -0
- data/config/locales/ko.yml +153 -0
- data/config/locales/lt.yml +153 -0
- data/config/locales/lv.yml +153 -0
- data/config/locales/ms.yml +153 -0
- data/config/locales/mt.yml +153 -0
- data/config/locales/nl.yml +153 -0
- data/config/locales/no.yml +154 -1
- data/config/locales/pa-pk.yml +153 -0
- data/config/locales/pa.yml +153 -0
- data/config/locales/pl.yml +153 -0
- data/config/locales/ps.yml +153 -0
- data/config/locales/pt.yml +153 -0
- data/config/locales/ro.yml +153 -0
- data/config/locales/ru.yml +153 -0
- data/config/locales/si.yml +153 -0
- data/config/locales/sk.yml +153 -0
- data/config/locales/sl.yml +153 -0
- data/config/locales/so.yml +153 -0
- data/config/locales/sq.yml +153 -0
- data/config/locales/sr.yml +153 -0
- data/config/locales/sv.yml +153 -0
- data/config/locales/sw.yml +153 -0
- data/config/locales/ta.yml +153 -0
- data/config/locales/th.yml +153 -0
- data/config/locales/tk.yml +153 -0
- data/config/locales/tr.yml +153 -0
- data/config/locales/uk.yml +153 -0
- data/config/locales/ur.yml +153 -0
- data/config/locales/uz.yml +153 -0
- data/config/locales/vi.yml +153 -0
- data/config/locales/zh-hk.yml +153 -0
- data/config/locales/zh-tw.yml +153 -0
- data/config/locales/zh.yml +153 -0
- data/lib/govuk_publishing_components/presenters/content_breadcrumbs_based_on_taxons.rb +1 -2
- data/lib/govuk_publishing_components/presenters/content_item.rb +5 -3
- data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +0 -3
- data/lib/govuk_publishing_components/presenters/machine_readable/page.rb +4 -0
- data/lib/govuk_publishing_components/presenters/public_layout_helper.rb +1 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +7 -16
- data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +4 -15
- data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +3 -3
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/README.md +15 -0
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +40 -22
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +6 -6
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +15 -5
- data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/details/_index.scss +5 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +13 -14
- data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +14 -19
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +39 -21
- data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +3 -3
- data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +1 -6
- data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +10 -0
- data/node_modules/govuk-frontend/govuk/core/_links.scss +8 -0
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss +153 -38
- data/node_modules/govuk-frontend/govuk/settings/_all.scss +2 -0
- data/node_modules/govuk-frontend/govuk/settings/_links.scss +62 -0
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +9 -7
data/config/locales/el.yml
CHANGED
@@ -1 +1,154 @@
|
|
1
|
+
---
|
1
2
|
el:
|
3
|
+
common:
|
4
|
+
translations:
|
5
|
+
components:
|
6
|
+
accordion:
|
7
|
+
hide:
|
8
|
+
hide_all:
|
9
|
+
show:
|
10
|
+
show_all:
|
11
|
+
this_section_visually_hidden:
|
12
|
+
article_schema:
|
13
|
+
scoped_search_description:
|
14
|
+
attachment:
|
15
|
+
opendocument_html:
|
16
|
+
order_a_copy:
|
17
|
+
page:
|
18
|
+
one:
|
19
|
+
other:
|
20
|
+
reference:
|
21
|
+
request_format_cta:
|
22
|
+
request_format_details_html:
|
23
|
+
request_format_text:
|
24
|
+
back_link:
|
25
|
+
back:
|
26
|
+
character_count:
|
27
|
+
body:
|
28
|
+
type:
|
29
|
+
characters:
|
30
|
+
words:
|
31
|
+
checkboxes:
|
32
|
+
or:
|
33
|
+
contents_list:
|
34
|
+
contents:
|
35
|
+
contextual_sidebar:
|
36
|
+
pretitle:
|
37
|
+
cookie_banner:
|
38
|
+
buttons:
|
39
|
+
accept_cookies:
|
40
|
+
reject_cookies:
|
41
|
+
confirmation_message:
|
42
|
+
confirmation_message_link:
|
43
|
+
hide:
|
44
|
+
text:
|
45
|
+
title:
|
46
|
+
feedback:
|
47
|
+
close:
|
48
|
+
dont_include_personal_info:
|
49
|
+
email_address:
|
50
|
+
help_us_improve_govuk:
|
51
|
+
is_not_useful:
|
52
|
+
is_this_page_useful:
|
53
|
+
is_useful:
|
54
|
+
maybe:
|
55
|
+
more_about_visit:
|
56
|
+
'no':
|
57
|
+
send:
|
58
|
+
send_me_survey:
|
59
|
+
something_wrong:
|
60
|
+
thank_you_for_feedback:
|
61
|
+
what_doing:
|
62
|
+
what_wrong:
|
63
|
+
'yes':
|
64
|
+
government_navigation:
|
65
|
+
consultations:
|
66
|
+
departments:
|
67
|
+
get-involved:
|
68
|
+
how-government-works:
|
69
|
+
news_and_communications:
|
70
|
+
statistics:
|
71
|
+
worldwide:
|
72
|
+
layout_footer:
|
73
|
+
copyright_html:
|
74
|
+
licence_html:
|
75
|
+
support_links:
|
76
|
+
layout_header:
|
77
|
+
hide_button:
|
78
|
+
menu:
|
79
|
+
search_button:
|
80
|
+
show_button:
|
81
|
+
top_level:
|
82
|
+
metadata:
|
83
|
+
from:
|
84
|
+
history:
|
85
|
+
last_updated:
|
86
|
+
part_of:
|
87
|
+
published:
|
88
|
+
see_all_updates:
|
89
|
+
toggle_less:
|
90
|
+
toggle_more:
|
91
|
+
modal_dialogue:
|
92
|
+
close_modal:
|
93
|
+
organisation_schema:
|
94
|
+
all_content_search_description:
|
95
|
+
previous_and_next_navigation:
|
96
|
+
pagination:
|
97
|
+
print_link:
|
98
|
+
text:
|
99
|
+
radio:
|
100
|
+
or:
|
101
|
+
related_footer_navigation:
|
102
|
+
collections:
|
103
|
+
policies:
|
104
|
+
statistical_data_sets:
|
105
|
+
topical_events:
|
106
|
+
related_navigation:
|
107
|
+
collections:
|
108
|
+
external_links:
|
109
|
+
policies:
|
110
|
+
publishers:
|
111
|
+
related_contacts:
|
112
|
+
related_content:
|
113
|
+
related_external_links:
|
114
|
+
related_guides:
|
115
|
+
statistical_data_sets:
|
116
|
+
topical_events:
|
117
|
+
topics:
|
118
|
+
transition:
|
119
|
+
link_path:
|
120
|
+
link_text:
|
121
|
+
title:
|
122
|
+
world_locations:
|
123
|
+
search_box:
|
124
|
+
input_title:
|
125
|
+
label:
|
126
|
+
search_button:
|
127
|
+
show_password:
|
128
|
+
announce_hide:
|
129
|
+
announce_show:
|
130
|
+
hide:
|
131
|
+
hide_password:
|
132
|
+
show:
|
133
|
+
show_password:
|
134
|
+
skip_link:
|
135
|
+
text:
|
136
|
+
step_by_step_nav:
|
137
|
+
hide:
|
138
|
+
hide_all:
|
139
|
+
show:
|
140
|
+
show_all:
|
141
|
+
step_by_step_nav_related:
|
142
|
+
part_of:
|
143
|
+
subscription_links:
|
144
|
+
email_signup_link_text:
|
145
|
+
feed_link_label:
|
146
|
+
feed_link_text:
|
147
|
+
subscriptions:
|
148
|
+
success_alert:
|
149
|
+
success:
|
150
|
+
summary_list:
|
151
|
+
delete:
|
152
|
+
edit:
|
153
|
+
tabs:
|
154
|
+
contents:
|
data/config/locales/en.yml
CHANGED
@@ -1,134 +1,167 @@
|
|
1
|
-
|
2
|
-
# and are automatically loaded by Rails. If you want to use locales other
|
3
|
-
# than English, add the necessary files in this directory.
|
4
|
-
#
|
5
|
-
# To use the locales, use `I18n.t`:
|
6
|
-
#
|
7
|
-
# I18n.t "hello"
|
8
|
-
#
|
9
|
-
# In views, this is aliased to just `t`:
|
10
|
-
#
|
11
|
-
# <%= t("hello") %>
|
12
|
-
#
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
14
|
-
#
|
15
|
-
# I18n.locale = :es
|
16
|
-
#
|
17
|
-
# This would use the information in config/locales/es.yml.
|
18
|
-
#
|
19
|
-
# To learn more, please read the Rails Internationalization guide
|
20
|
-
# available at http://guides.rubyonrails.org/i18n.html.
|
21
|
-
|
1
|
+
---
|
22
2
|
en:
|
23
3
|
common:
|
24
|
-
translations:
|
4
|
+
translations: Translations
|
25
5
|
components:
|
26
6
|
accordion:
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
7
|
+
hide: Hide
|
8
|
+
hide_all: Hide all sections
|
9
|
+
show: Show
|
10
|
+
show_all: Show all sections
|
31
11
|
this_section_visually_hidden: " this section"
|
32
|
-
attachment:
|
33
|
-
opendocument_html: "This file is in an <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> format"
|
34
|
-
request_format_text: "This file may not be suitable for users of assistive technology."
|
35
|
-
request_format_cta: "Request an accessible format."
|
36
|
-
request_format_details_html: "If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Please tell us what format you need. It will help us if you say what assistive technology you use."
|
37
12
|
article_schema:
|
38
|
-
scoped_search_description:
|
13
|
+
scoped_search_description: Search within %{title}
|
14
|
+
attachment:
|
15
|
+
opendocument_html: This file is in an <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation'
|
16
|
+
target=%{target} class='govuk-link'>OpenDocument</a> format
|
17
|
+
order_a_copy: Order a copy
|
18
|
+
page:
|
19
|
+
one: 1 page
|
20
|
+
other: '%{count} pages'
|
21
|
+
reference: 'Ref: %{reference}'
|
22
|
+
request_format_cta: Request an accessible format.
|
23
|
+
request_format_details_html: If you use assistive technology (such as a screen
|
24
|
+
reader) and need a version of this document in a more accessible format, please
|
25
|
+
email <a href='mailto:%{alternative_format_contact_email}' target='_blank'
|
26
|
+
class='govuk-link'>%{alternative_format_contact_email}</a>. Please tell us
|
27
|
+
what format you need. It will help us if you say what assistive technology
|
28
|
+
you use.
|
29
|
+
request_format_text: This file may not be suitable for users of assistive technology.
|
39
30
|
back_link:
|
40
|
-
back:
|
31
|
+
back: Back
|
32
|
+
character_count:
|
33
|
+
body: You can enter up to %{number} %{type}
|
34
|
+
type:
|
35
|
+
characters: characters
|
36
|
+
words: words
|
41
37
|
checkboxes:
|
42
|
-
or:
|
38
|
+
or: or
|
43
39
|
contents_list:
|
44
|
-
contents:
|
40
|
+
contents: Contents
|
41
|
+
contextual_sidebar:
|
42
|
+
pretitle: Also part of
|
43
|
+
cookie_banner:
|
44
|
+
buttons:
|
45
|
+
accept_cookies: Accept additional cookies
|
46
|
+
reject_cookies: Reject additional cookies
|
47
|
+
hide: Hide this message
|
48
|
+
text:
|
49
|
+
- We use some essential cookies to make this website work.
|
50
|
+
- We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services.
|
51
|
+
- We also use cookies set by other sites to help us deliver content from their services.
|
52
|
+
confirmation_message: You can %{link} at any time.
|
53
|
+
confirmation_message_link: change your cookie settings
|
54
|
+
title: Cookies on GOV.UK
|
45
55
|
feedback:
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
is_not_useful:
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
send_me_survey:
|
62
|
-
|
56
|
+
close: Close
|
57
|
+
dont_include_personal_info: Don’t include personal or financial information
|
58
|
+
like your National Insurance number or credit card details.
|
59
|
+
email_address: Email address
|
60
|
+
help_us_improve_govuk: Help us improve GOV.UK
|
61
|
+
is_not_useful: this page is not useful
|
62
|
+
is_this_page_useful: Is this page useful?
|
63
|
+
is_useful: this page is useful
|
64
|
+
maybe: Maybe
|
65
|
+
more_about_visit: To help us improve GOV.UK, we’d like to know more about your
|
66
|
+
visit today. We’ll send you a link to a feedback form. It will take only 2
|
67
|
+
minutes to fill in. Don’t worry we won’t send you spam or share your email
|
68
|
+
address with anyone.
|
69
|
+
'no': 'No'
|
70
|
+
send: Send
|
71
|
+
send_me_survey: Send me the survey
|
72
|
+
something_wrong: Report a problem with this page
|
73
|
+
thank_you_for_feedback: Thank you for your feedback
|
74
|
+
what_doing: What were you doing?
|
75
|
+
what_wrong: What went wrong?
|
76
|
+
'yes': 'Yes'
|
77
|
+
government_navigation:
|
78
|
+
consultations: Consultations
|
79
|
+
departments: Departments
|
80
|
+
get-involved: Get involved
|
81
|
+
how-government-works: How government works
|
82
|
+
news_and_communications: News and communications
|
83
|
+
statistics: Statistics
|
84
|
+
worldwide: Worldwide
|
85
|
+
layout_footer:
|
86
|
+
copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
|
87
|
+
licence_html: All content is available under the <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated
|
88
|
+
support_links: Support links
|
63
89
|
layout_header:
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
90
|
+
hide_button: Hide search
|
91
|
+
menu: Menu
|
92
|
+
search_button: Search GOV.UK
|
93
|
+
show_button: Show search
|
94
|
+
top_level: Top level
|
69
95
|
metadata:
|
70
|
-
from:
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
see_all_updates:
|
76
|
-
toggle_less:
|
96
|
+
from: From
|
97
|
+
history: History
|
98
|
+
last_updated: Last updated
|
99
|
+
part_of: Part of
|
100
|
+
published: Published
|
101
|
+
see_all_updates: See all updates
|
102
|
+
toggle_less: Show fewer
|
77
103
|
toggle_more: "+ %{number} more"
|
104
|
+
modal_dialogue:
|
105
|
+
close_modal: Close modal dialogue
|
78
106
|
organisation_schema:
|
79
|
-
all_content_search_description:
|
107
|
+
all_content_search_description: Find all content from %{organisation}
|
108
|
+
previous_and_next_navigation:
|
109
|
+
pagination: Pagination
|
110
|
+
print_link:
|
111
|
+
text: Print this page
|
80
112
|
radio:
|
81
|
-
or:
|
113
|
+
or: or
|
114
|
+
related_footer_navigation:
|
115
|
+
collections: Collections
|
116
|
+
policies: Policies
|
117
|
+
statistical_data_sets: Statistical data sets
|
118
|
+
topical_events: Topical events
|
82
119
|
related_navigation:
|
83
|
-
collections:
|
84
|
-
external_links:
|
85
|
-
policies:
|
86
|
-
publishers:
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
statistical_data_sets:
|
92
|
-
|
93
|
-
|
94
|
-
world_locations: "World locations"
|
120
|
+
collections: Collection
|
121
|
+
external_links: Elsewhere on the web
|
122
|
+
policies: Policy
|
123
|
+
publishers: Published by
|
124
|
+
related_contacts: Other contacts
|
125
|
+
related_content: Related content
|
126
|
+
related_external_links: Elsewhere on the web
|
127
|
+
related_guides: Detailed guidance
|
128
|
+
statistical_data_sets: Statistical data set
|
129
|
+
topical_events: Topical event
|
130
|
+
topics: Explore the topic
|
95
131
|
transition:
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
collections: "Collections"
|
101
|
-
policies: "Policies"
|
102
|
-
statistical_data_sets: "Statistical data sets"
|
103
|
-
topical_events: "Topical events"
|
132
|
+
link_path: "/brexit"
|
133
|
+
link_text: Check what you need to do
|
134
|
+
title: Brexit
|
135
|
+
world_locations: World locations
|
104
136
|
search_box:
|
105
|
-
|
106
|
-
label:
|
107
|
-
|
137
|
+
input_title: Search
|
138
|
+
label: Search on GOV.UK
|
139
|
+
search_button: Search
|
108
140
|
show_password:
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
hide_password:
|
113
|
-
|
114
|
-
|
115
|
-
success_alert:
|
116
|
-
success: "Success"
|
117
|
-
print_link:
|
118
|
-
text: "Print this page"
|
141
|
+
announce_hide: Your password is hidden
|
142
|
+
announce_show: Your password is shown
|
143
|
+
hide: Hide
|
144
|
+
hide_password: Hide password
|
145
|
+
show: Show
|
146
|
+
show_password: Show password
|
119
147
|
skip_link:
|
120
|
-
text:
|
148
|
+
text: Skip to main content
|
121
149
|
step_by_step_nav:
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
150
|
+
hide: Hide
|
151
|
+
hide_all: Hide all steps
|
152
|
+
show: Show
|
153
|
+
show_all: Show all steps
|
126
154
|
step_by_step_nav_related:
|
127
|
-
part_of:
|
155
|
+
part_of: Part of
|
128
156
|
subscription_links:
|
129
|
-
email_signup_link_text:
|
130
|
-
|
131
|
-
|
157
|
+
email_signup_link_text: Get emails
|
158
|
+
feed_link_label: Copy and paste this URL into your feed reader
|
159
|
+
feed_link_text: Subscribe to feed
|
160
|
+
subscriptions: Subscriptions
|
161
|
+
success_alert:
|
162
|
+
success: Success
|
132
163
|
summary_list:
|
133
|
-
|
134
|
-
|
164
|
+
delete: Delete
|
165
|
+
edit: Change
|
166
|
+
tabs:
|
167
|
+
contents: Contents
|
data/config/locales/es-419.yml
CHANGED
@@ -1 +1,154 @@
|
|
1
|
+
---
|
1
2
|
es-419:
|
3
|
+
common:
|
4
|
+
translations:
|
5
|
+
components:
|
6
|
+
accordion:
|
7
|
+
hide:
|
8
|
+
hide_all:
|
9
|
+
show:
|
10
|
+
show_all:
|
11
|
+
this_section_visually_hidden:
|
12
|
+
article_schema:
|
13
|
+
scoped_search_description:
|
14
|
+
attachment:
|
15
|
+
opendocument_html:
|
16
|
+
order_a_copy:
|
17
|
+
page:
|
18
|
+
one:
|
19
|
+
other:
|
20
|
+
reference:
|
21
|
+
request_format_cta:
|
22
|
+
request_format_details_html:
|
23
|
+
request_format_text:
|
24
|
+
back_link:
|
25
|
+
back:
|
26
|
+
character_count:
|
27
|
+
body:
|
28
|
+
type:
|
29
|
+
characters:
|
30
|
+
words:
|
31
|
+
checkboxes:
|
32
|
+
or:
|
33
|
+
contents_list:
|
34
|
+
contents:
|
35
|
+
contextual_sidebar:
|
36
|
+
pretitle:
|
37
|
+
cookie_banner:
|
38
|
+
buttons:
|
39
|
+
accept_cookies:
|
40
|
+
reject_cookies:
|
41
|
+
confirmation_message:
|
42
|
+
confirmation_message_link:
|
43
|
+
hide:
|
44
|
+
text:
|
45
|
+
title:
|
46
|
+
feedback:
|
47
|
+
close:
|
48
|
+
dont_include_personal_info:
|
49
|
+
email_address:
|
50
|
+
help_us_improve_govuk:
|
51
|
+
is_not_useful:
|
52
|
+
is_this_page_useful:
|
53
|
+
is_useful:
|
54
|
+
maybe:
|
55
|
+
more_about_visit:
|
56
|
+
'no':
|
57
|
+
send:
|
58
|
+
send_me_survey:
|
59
|
+
something_wrong:
|
60
|
+
thank_you_for_feedback:
|
61
|
+
what_doing:
|
62
|
+
what_wrong:
|
63
|
+
'yes':
|
64
|
+
government_navigation:
|
65
|
+
consultations:
|
66
|
+
departments:
|
67
|
+
get-involved:
|
68
|
+
how-government-works:
|
69
|
+
news_and_communications:
|
70
|
+
statistics:
|
71
|
+
worldwide:
|
72
|
+
layout_footer:
|
73
|
+
copyright_html:
|
74
|
+
licence_html:
|
75
|
+
support_links:
|
76
|
+
layout_header:
|
77
|
+
hide_button:
|
78
|
+
menu:
|
79
|
+
search_button:
|
80
|
+
show_button:
|
81
|
+
top_level:
|
82
|
+
metadata:
|
83
|
+
from:
|
84
|
+
history:
|
85
|
+
last_updated:
|
86
|
+
part_of:
|
87
|
+
published:
|
88
|
+
see_all_updates:
|
89
|
+
toggle_less:
|
90
|
+
toggle_more:
|
91
|
+
modal_dialogue:
|
92
|
+
close_modal:
|
93
|
+
organisation_schema:
|
94
|
+
all_content_search_description:
|
95
|
+
previous_and_next_navigation:
|
96
|
+
pagination:
|
97
|
+
print_link:
|
98
|
+
text:
|
99
|
+
radio:
|
100
|
+
or:
|
101
|
+
related_footer_navigation:
|
102
|
+
collections:
|
103
|
+
policies:
|
104
|
+
statistical_data_sets:
|
105
|
+
topical_events:
|
106
|
+
related_navigation:
|
107
|
+
collections:
|
108
|
+
external_links:
|
109
|
+
policies:
|
110
|
+
publishers:
|
111
|
+
related_contacts:
|
112
|
+
related_content:
|
113
|
+
related_external_links:
|
114
|
+
related_guides:
|
115
|
+
statistical_data_sets:
|
116
|
+
topical_events:
|
117
|
+
topics:
|
118
|
+
transition:
|
119
|
+
link_path:
|
120
|
+
link_text:
|
121
|
+
title:
|
122
|
+
world_locations:
|
123
|
+
search_box:
|
124
|
+
input_title:
|
125
|
+
label:
|
126
|
+
search_button:
|
127
|
+
show_password:
|
128
|
+
announce_hide:
|
129
|
+
announce_show:
|
130
|
+
hide:
|
131
|
+
hide_password:
|
132
|
+
show:
|
133
|
+
show_password:
|
134
|
+
skip_link:
|
135
|
+
text:
|
136
|
+
step_by_step_nav:
|
137
|
+
hide:
|
138
|
+
hide_all:
|
139
|
+
show:
|
140
|
+
show_all:
|
141
|
+
step_by_step_nav_related:
|
142
|
+
part_of:
|
143
|
+
subscription_links:
|
144
|
+
email_signup_link_text:
|
145
|
+
feed_link_label:
|
146
|
+
feed_link_text:
|
147
|
+
subscriptions:
|
148
|
+
success_alert:
|
149
|
+
success:
|
150
|
+
summary_list:
|
151
|
+
delete:
|
152
|
+
edit:
|
153
|
+
tabs:
|
154
|
+
contents:
|