govuk_publishing_components 27.14.2 → 27.18.0
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/custom-dimensions.js +52 -26
- data/app/assets/javascripts/govuk_publishing_components/analytics/ecommerce.js +25 -25
- data/app/assets/javascripts/govuk_publishing_components/analytics/explicit-cross-domain-links.js +49 -48
- data/app/assets/javascripts/govuk_publishing_components/analytics/page-content.js +74 -65
- data/app/assets/javascripts/govuk_publishing_components/components/cookie-banner.js +0 -1
- data/app/assets/javascripts/govuk_publishing_components/components/single-page-notification-button.js +25 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +10 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +17 -115
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +24 -14
- data/app/assets/stylesheets/govuk_publishing_components/components/_single-page-notification-button.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +8 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_grid-helper.scss +141 -0
- data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_cookie_banner.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +21 -4
- data/app/views/govuk_publishing_components/components/_search.html.erb +1 -0
- data/app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_success_alert.html.erb +4 -1
- data/app/views/govuk_publishing_components/components/docs/intervention.yml +11 -0
- data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/radio.yml +40 -33
- data/app/views/govuk_publishing_components/components/docs/search.yml +3 -0
- data/app/views/govuk_publishing_components/components/docs/success_alert.yml +6 -0
- data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +1 -1
- data/config/i18n-tasks.yml +8 -0
- data/config/locales/ar.yml +134 -131
- data/config/locales/az.yml +131 -131
- data/config/locales/be.yml +136 -130
- data/config/locales/bg.yml +135 -131
- data/config/locales/bn.yml +132 -131
- data/config/locales/cs.yml +136 -131
- data/config/locales/cy.yml +129 -125
- data/config/locales/da.yml +132 -131
- data/config/locales/de.yml +135 -131
- data/config/locales/dr.yml +133 -131
- data/config/locales/el.yml +131 -131
- data/config/locales/en.yml +17 -14
- data/config/locales/es-419.yml +131 -131
- data/config/locales/es.yml +131 -131
- data/config/locales/et.yml +134 -131
- data/config/locales/fa.yml +130 -131
- data/config/locales/fi.yml +133 -131
- data/config/locales/fr.yml +130 -130
- data/config/locales/gd.yml +133 -131
- data/config/locales/gu.yml +131 -131
- data/config/locales/he.yml +131 -131
- data/config/locales/hi.yml +131 -131
- data/config/locales/hr.yml +133 -131
- data/config/locales/hu.yml +134 -131
- data/config/locales/hy.yml +135 -131
- data/config/locales/id.yml +132 -131
- data/config/locales/is.yml +131 -131
- data/config/locales/it.yml +131 -131
- data/config/locales/ja.yml +128 -131
- data/config/locales/ka.yml +134 -131
- data/config/locales/kk.yml +131 -131
- data/config/locales/ko.yml +13 -17
- data/config/locales/lt.yml +136 -131
- data/config/locales/lv.yml +135 -131
- data/config/locales/ms.yml +131 -131
- data/config/locales/mt.yml +133 -131
- data/config/locales/nl.yml +131 -131
- data/config/locales/no.yml +131 -131
- data/config/locales/pa-pk.yml +128 -132
- data/config/locales/pa.yml +131 -131
- data/config/locales/pl.yml +135 -131
- data/config/locales/ps.yml +128 -131
- data/config/locales/pt.yml +131 -131
- data/config/locales/ro.yml +132 -131
- data/config/locales/ru.yml +135 -131
- data/config/locales/si.yml +131 -131
- data/config/locales/sk.yml +136 -131
- data/config/locales/sl.yml +138 -131
- data/config/locales/so.yml +131 -131
- data/config/locales/sq.yml +131 -131
- data/config/locales/sr.yml +133 -131
- data/config/locales/sv.yml +131 -131
- data/config/locales/sw.yml +131 -131
- data/config/locales/ta.yml +132 -131
- data/config/locales/th.yml +130 -131
- data/config/locales/tk.yml +132 -131
- data/config/locales/tr.yml +132 -131
- data/config/locales/uk.yml +138 -131
- data/config/locales/ur.yml +128 -131
- data/config/locales/uz.yml +133 -131
- data/config/locales/vi.yml +131 -131
- data/config/locales/zh-hk.yml +130 -131
- data/config/locales/zh-tw.yml +130 -131
- data/config/locales/zh.yml +130 -131
- data/lib/govuk_publishing_components/presenters/button_helper.rb +24 -0
- data/lib/govuk_publishing_components/presenters/intervention_helper.rb +20 -2
- data/lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb +3 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +3 -2
data/config/locales/en.yml
CHANGED
@@ -38,7 +38,7 @@ en:
|
|
38
38
|
buttons:
|
39
39
|
accept_cookies: Accept additional cookies
|
40
40
|
reject_cookies: Reject additional cookies
|
41
|
-
|
41
|
+
confirmation_message_html: You can %{link} at any time.
|
42
42
|
confirmation_message_link: change your cookie settings
|
43
43
|
hide: Hide this message
|
44
44
|
text:
|
@@ -51,14 +51,14 @@ en:
|
|
51
51
|
connectors:
|
52
52
|
last_word: " and "
|
53
53
|
two_words: " and "
|
54
|
+
england: England
|
55
|
+
northern_ireland: Northern Ireland
|
56
|
+
scotland: Scotland
|
54
57
|
type:
|
55
58
|
consultation: Consultation for %{nation}
|
56
59
|
detailed_guide: Guidance for %{nation}
|
57
60
|
guidance: Guidance for %{nation}
|
58
61
|
publication: Publication for %{nation}
|
59
|
-
england: England
|
60
|
-
northern_ireland: Northern Ireland
|
61
|
-
scotland: Scotland
|
62
62
|
wales: Wales
|
63
63
|
feedback:
|
64
64
|
close: Close
|
@@ -86,6 +86,8 @@ en:
|
|
86
86
|
news_and_communications: News and communications
|
87
87
|
statistics: Statistics
|
88
88
|
worldwide: Worldwide
|
89
|
+
intervention:
|
90
|
+
accessible_link_text_suffix: " (opens in a new tab)"
|
89
91
|
layout_footer:
|
90
92
|
copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a>
|
91
93
|
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
|
@@ -96,13 +98,11 @@ en:
|
|
96
98
|
banners:
|
97
99
|
phase_banner_html: This is a new service – your <a class="govuk-link" href="https://signin.account.gov.uk/contact-us?supportType=PUBLIC">feedback</a> will help us to improve it.
|
98
100
|
navigation:
|
99
|
-
destroy_user_session: Sign out
|
100
101
|
menu_bar:
|
101
102
|
account:
|
102
103
|
link_text: Your account
|
103
104
|
manage:
|
104
105
|
link_text: Manage your account
|
105
|
-
user_root_path: Account
|
106
106
|
layout_header:
|
107
107
|
hide_button: Hide search
|
108
108
|
menu: Menu
|
@@ -119,8 +119,7 @@ en:
|
|
119
119
|
- label: Topics
|
120
120
|
href: "/browse"
|
121
121
|
description: Find information and services
|
122
|
-
menu_contents:
|
123
|
-
# `columns` in the layout-super-navigation-header SCSS.
|
122
|
+
menu_contents:
|
124
123
|
- label: Benefits
|
125
124
|
href: "/browse/benefits"
|
126
125
|
- label: Births, death, marriages and care
|
@@ -158,8 +157,7 @@ en:
|
|
158
157
|
- label: Government activity
|
159
158
|
href: "/search/news-and-communications"
|
160
159
|
description: Search for a department and find out what the government is doing
|
161
|
-
menu_contents:
|
162
|
-
# `columns` in the layout-super-navigation-header SCSS.
|
160
|
+
menu_contents:
|
163
161
|
- label: Departments
|
164
162
|
href: "/government/organisations"
|
165
163
|
description: Departments, agencies and public bodies
|
@@ -172,7 +170,7 @@ en:
|
|
172
170
|
- label: Research and statistics
|
173
171
|
href: "/search/research-and-statistics"
|
174
172
|
description: Reports, analysis and official statistics
|
175
|
-
- label: Policy papers and
|
173
|
+
- label: Policy papers and consultations
|
176
174
|
href: "/search/policy-papers-and-consultations"
|
177
175
|
description: Consultations and strategy
|
178
176
|
- label: Transparency
|
@@ -187,15 +185,17 @@ en:
|
|
187
185
|
navigation_search_heading: Search and popular pages
|
188
186
|
navigation_search_subheading: Search
|
189
187
|
popular_links:
|
190
|
-
- label: 'Coronavirus (COVID-19)
|
191
|
-
href: "/
|
188
|
+
- label: 'Coronavirus (COVID-19)'
|
189
|
+
href: "/coronavirus"
|
192
190
|
- label: 'Brexit: check what you need to do'
|
193
191
|
href: "/brexit"
|
194
192
|
- label: Sign in to your personal tax account
|
195
193
|
href: "/personal-tax-account"
|
196
194
|
- label: Find a job
|
197
195
|
href: "/find-a-job"
|
198
|
-
- label:
|
196
|
+
- label: 'Personal tax account: sign in'
|
197
|
+
href: "/personal-tax-account"
|
198
|
+
- label: 'Universal Credit account: sign in'
|
199
199
|
href: "/sign-in-universal-credit"
|
200
200
|
popular_links_heading: Popular on GOV.UK
|
201
201
|
search_text: Search GOV.UK
|
@@ -238,6 +238,9 @@ en:
|
|
238
238
|
topical_events: Topical event
|
239
239
|
topics: Explore the topic
|
240
240
|
transition:
|
241
|
+
hub_page_link_path:
|
242
|
+
hub_page_link_text:
|
243
|
+
hub_page_title:
|
241
244
|
link_path: "/brexit"
|
242
245
|
link_text: Check what you need to do
|
243
246
|
title: Brexit
|
data/config/locales/es-419.yml
CHANGED
@@ -1,48 +1,52 @@
|
|
1
1
|
---
|
2
2
|
es-419:
|
3
3
|
common:
|
4
|
-
translations:
|
4
|
+
translations: Traducciones
|
5
5
|
components:
|
6
6
|
accordion:
|
7
|
-
hide:
|
8
|
-
hide_all:
|
9
|
-
show:
|
10
|
-
show_all:
|
11
|
-
this_section_visually_hidden:
|
7
|
+
hide: Ocultar
|
8
|
+
hide_all: Ocultar todas las secciones
|
9
|
+
show: Mostrar
|
10
|
+
show_all: Mostrar todas las secciones
|
11
|
+
this_section_visually_hidden: esta sección
|
12
12
|
article_schema:
|
13
|
-
scoped_search_description:
|
13
|
+
scoped_search_description: Buscar en %{title}
|
14
14
|
attachment:
|
15
|
-
opendocument_html:
|
16
|
-
order_a_copy:
|
15
|
+
opendocument_html: Este archivo está en un formato <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a>
|
16
|
+
order_a_copy: Solicite una copia
|
17
17
|
page:
|
18
|
-
one:
|
19
|
-
other:
|
20
|
-
reference:
|
21
|
-
request_format_cta:
|
22
|
-
request_format_details_html:
|
23
|
-
request_format_text:
|
18
|
+
one: 1 página
|
19
|
+
other: "%{count} páginas"
|
20
|
+
reference: 'Referencia: %{reference}'
|
21
|
+
request_format_cta: Solicite un formato accesible.
|
22
|
+
request_format_details_html: Si utiliza una tecnología de asistencia (como un lector de pantalla) y necesita una versión de este documento en un formato más accesible, envíe un correo electrónico a <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Por favor, indíquenos qué formato necesita. Nos ayudaría que nos dijeras qué tecnología de asistencia utilizas.
|
23
|
+
request_format_text: Este archivo puede no ser adecuado para los usuarios de tecnología de asistencia.
|
24
24
|
back_link:
|
25
|
-
back:
|
25
|
+
back: Volver
|
26
26
|
character_count:
|
27
|
-
body:
|
27
|
+
body: Puede introducir hasta %{number} %{type}
|
28
28
|
type:
|
29
|
-
characters:
|
30
|
-
words:
|
29
|
+
characters: caracteres
|
30
|
+
words: palabras
|
31
31
|
checkboxes:
|
32
|
-
or:
|
32
|
+
or: o
|
33
33
|
contents_list:
|
34
|
-
contents:
|
34
|
+
contents: Contenido
|
35
35
|
contextual_sidebar:
|
36
|
-
pretitle:
|
36
|
+
pretitle: También forma parte de
|
37
37
|
cookie_banner:
|
38
38
|
buttons:
|
39
|
-
accept_cookies:
|
40
|
-
reject_cookies:
|
41
|
-
|
42
|
-
confirmation_message_link:
|
43
|
-
hide:
|
39
|
+
accept_cookies: Aceptar cookies adicionales
|
40
|
+
reject_cookies: Rechazar cookies adicionales
|
41
|
+
confirmation_message_html: Puede %{link} en cualquier momento.
|
42
|
+
confirmation_message_link: cambiar la configuración de cookies
|
43
|
+
hide: Ocultar este mensaje
|
44
44
|
text:
|
45
|
-
|
45
|
+
- Utilizamos algunas cookies esenciales para que este sitio web funcione
|
46
|
+
- Nos gustaría establecer cookies adicionales para entender cómo ud. utiliza GOV.UK
|
47
|
+
- recordar su configuración y mejorar los servicios gubernamentales
|
48
|
+
- También utilizamos cookies establecidas por otros sitios para ayudarnos a ofrecer el contenido de sus servicios].
|
49
|
+
title: Cookies de GOV.UK
|
46
50
|
devolved_nations:
|
47
51
|
applies_to:
|
48
52
|
connectors:
|
@@ -51,69 +55,59 @@ es-419:
|
|
51
55
|
england:
|
52
56
|
northern_ireland:
|
53
57
|
scotland:
|
58
|
+
type:
|
59
|
+
consultation:
|
60
|
+
detailed_guide:
|
61
|
+
guidance:
|
62
|
+
publication:
|
54
63
|
wales:
|
55
64
|
feedback:
|
56
|
-
close:
|
57
|
-
dont_include_personal_info:
|
58
|
-
email_address:
|
59
|
-
help_us_improve_govuk:
|
60
|
-
is_not_useful:
|
61
|
-
is_this_page_useful:
|
62
|
-
is_useful:
|
63
|
-
maybe:
|
64
|
-
more_about_visit:
|
65
|
-
'no':
|
66
|
-
send:
|
67
|
-
send_me_survey:
|
68
|
-
something_wrong:
|
69
|
-
thank_you_for_feedback:
|
70
|
-
what_doing:
|
71
|
-
what_wrong:
|
72
|
-
'yes':
|
65
|
+
close: Cierre
|
66
|
+
dont_include_personal_info: No incluya información personal o financiera, como su número de seguridad social o los datos de su tarjeta de crédito.
|
67
|
+
email_address: Dirección de correo electrónico
|
68
|
+
help_us_improve_govuk: Ayúdenos a mejorar GOV.UK
|
69
|
+
is_not_useful: esta página no es útil
|
70
|
+
is_this_page_useful: "¿Es útil esta página?"
|
71
|
+
is_useful: esta página es útil
|
72
|
+
maybe: Tal vez
|
73
|
+
more_about_visit: Para ayudarnos a mejorar GOV.UK, nos gustaría saber más sobre su visita de hoy. Le enviaremos un enlace a un formulario de comentarios. Sólo le llevará 2 minutos completarlo. No se preocupe, no le enviaremos spam ni compartiremos su dirección de correo electrónico con nadie.
|
74
|
+
'no': 'No'
|
75
|
+
send: Enviar
|
76
|
+
send_me_survey: Envíenme la encuesta
|
77
|
+
something_wrong: Informar de un problema con esta página
|
78
|
+
thank_you_for_feedback: Gracias por sus comentarios
|
79
|
+
what_doing: "¿Qué estaba haciendo?"
|
80
|
+
what_wrong: "¿Qué salió mal?"
|
81
|
+
'yes': Sí
|
73
82
|
government_navigation:
|
74
|
-
consultations:
|
75
|
-
departments:
|
76
|
-
get-involved:
|
77
|
-
how-government-works:
|
78
|
-
news_and_communications:
|
79
|
-
statistics:
|
80
|
-
worldwide:
|
81
|
-
intervention:
|
82
|
-
description:
|
83
|
-
dismiss_link_text:
|
84
|
-
dismiss_post_link:
|
85
|
-
title:
|
83
|
+
consultations: Consultas
|
84
|
+
departments: Departamentos
|
85
|
+
get-involved: Participar
|
86
|
+
how-government-works: Cómo funciona el gobierno
|
87
|
+
news_and_communications: Noticias y comunicados
|
88
|
+
statistics: Estadísticas
|
89
|
+
worldwide: En el mundo
|
86
90
|
layout_footer:
|
87
|
-
copyright_html:
|
88
|
-
licence_html:
|
89
|
-
support_links:
|
91
|
+
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>
|
92
|
+
licence_html: Todos los contenidos están disponibles bajo la <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Licencia Gubernamental Abierta v3.0</a>, salvo que se indique lo contrario
|
93
|
+
support_links: Enlaces de ayuda
|
90
94
|
layout_for_public:
|
91
95
|
account_layout:
|
92
96
|
feedback:
|
93
97
|
banners:
|
94
|
-
|
95
|
-
footer_link:
|
96
|
-
footer_outro:
|
97
|
-
phase_intro:
|
98
|
-
phase_link:
|
99
|
-
phase_outro:
|
100
|
-
title:
|
98
|
+
phase_banner_html:
|
101
99
|
navigation:
|
102
|
-
destroy_user_session:
|
103
100
|
menu_bar:
|
104
101
|
account:
|
105
102
|
link_text:
|
106
103
|
manage:
|
107
104
|
link_text:
|
108
|
-
security:
|
109
|
-
link_text:
|
110
|
-
user_root_path:
|
111
105
|
layout_header:
|
112
|
-
hide_button:
|
113
|
-
menu:
|
114
|
-
search_button:
|
115
|
-
show_button:
|
116
|
-
top_level:
|
106
|
+
hide_button: Ocultar búsqueda
|
107
|
+
menu: Menú
|
108
|
+
search_button: Buscar en GOV.UK
|
109
|
+
show_button: Mostrar búsqueda
|
110
|
+
top_level: Nivel superior
|
117
111
|
layout_super_navigation_header:
|
118
112
|
logo_link_title:
|
119
113
|
logo_text:
|
@@ -128,77 +122,83 @@ es-419:
|
|
128
122
|
popular_links_heading:
|
129
123
|
search_text:
|
130
124
|
metadata:
|
131
|
-
from:
|
132
|
-
history:
|
133
|
-
last_updated:
|
134
|
-
part_of:
|
135
|
-
published:
|
136
|
-
see_all_updates:
|
137
|
-
toggle_less:
|
138
|
-
toggle_more:
|
125
|
+
from: Desde
|
126
|
+
history: Historial
|
127
|
+
last_updated: Última actualización
|
128
|
+
part_of: Parte de
|
129
|
+
published: Publicado
|
130
|
+
see_all_updates: Ver todas las novedades
|
131
|
+
toggle_less: Mostrar menos
|
132
|
+
toggle_more: "+ %{number} más"
|
139
133
|
modal_dialogue:
|
140
|
-
close_modal:
|
134
|
+
close_modal: Cerrar diálogo modal
|
141
135
|
notice:
|
142
136
|
banner_title:
|
143
137
|
organisation_schema:
|
144
|
-
all_content_search_description:
|
138
|
+
all_content_search_description: Buscar todo el contenido de %{organisation}
|
145
139
|
previous_and_next_navigation:
|
146
|
-
pagination:
|
140
|
+
pagination: Paginación
|
147
141
|
print_link:
|
148
|
-
text:
|
142
|
+
text: Imprimir esta página
|
149
143
|
radio:
|
150
|
-
or:
|
144
|
+
or: o
|
151
145
|
related_footer_navigation:
|
152
|
-
collections:
|
153
|
-
policies:
|
154
|
-
statistical_data_sets:
|
155
|
-
topical_events:
|
146
|
+
collections: Colecciones
|
147
|
+
policies: Normativas
|
148
|
+
statistical_data_sets: Conjuntos de datos estadísticos
|
149
|
+
topical_events: Eventos de actualidad
|
156
150
|
related_navigation:
|
157
|
-
collections:
|
158
|
-
external_links:
|
159
|
-
policies:
|
160
|
-
publishers:
|
161
|
-
related_contacts:
|
162
|
-
related_content:
|
163
|
-
related_external_links:
|
164
|
-
related_guides:
|
165
|
-
statistical_data_sets:
|
166
|
-
topical_events:
|
167
|
-
topics:
|
151
|
+
collections: Colección
|
152
|
+
external_links: En otras partes de la web
|
153
|
+
policies: Normativa
|
154
|
+
publishers: Publicado por
|
155
|
+
related_contacts: Otros contactos
|
156
|
+
related_content: Contenido relacionado
|
157
|
+
related_external_links: En otras partes de la web
|
158
|
+
related_guides: Orientación detallada
|
159
|
+
statistical_data_sets: Conjunto de datos estadísticos
|
160
|
+
topical_events: Evento de actualidad
|
161
|
+
topics: Explora el tema
|
168
162
|
transition:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
163
|
+
hub_page_link_path: "/transition-check/questions"
|
164
|
+
hub_page_link_text: Obtenga una lista personalizada de acciones
|
165
|
+
hub_page_title: Verificador Brexit
|
166
|
+
link_path: "/brexit"
|
167
|
+
link_text: Verifique lo que debe hacer
|
168
|
+
title: Brexit
|
169
|
+
world_locations: Ubicaciones en el mundo
|
173
170
|
search_box:
|
174
|
-
input_title:
|
175
|
-
label:
|
176
|
-
search_button:
|
171
|
+
input_title: Buscar
|
172
|
+
label: Buscar en GOV.UK
|
173
|
+
search_button: Buscar
|
177
174
|
show_password:
|
178
|
-
announce_hide:
|
179
|
-
announce_show:
|
180
|
-
hide:
|
181
|
-
hide_password:
|
182
|
-
show:
|
183
|
-
show_password:
|
175
|
+
announce_hide: Su contraseña está oculta
|
176
|
+
announce_show: Se muestra su contraseña
|
177
|
+
hide: Ocultar
|
178
|
+
hide_password: Ocultar contraseña
|
179
|
+
show: Mostrar
|
180
|
+
show_password: Mostrar contraseña
|
181
|
+
single_page_notification_button:
|
182
|
+
subscribe_text:
|
183
|
+
unsubscribe_text:
|
184
184
|
skip_link:
|
185
|
-
text:
|
185
|
+
text: Ir a contenido principal
|
186
186
|
step_by_step_nav:
|
187
|
-
hide:
|
188
|
-
hide_all:
|
189
|
-
show:
|
190
|
-
show_all:
|
187
|
+
hide: Ocultar
|
188
|
+
hide_all: Ocultar todos los pasos
|
189
|
+
show: Mostrar
|
190
|
+
show_all: Mostrar todos los pasos
|
191
191
|
step_by_step_nav_related:
|
192
|
-
part_of:
|
192
|
+
part_of: Parte de
|
193
193
|
subscription_links:
|
194
|
-
email_signup_link_text:
|
195
|
-
feed_link_label:
|
196
|
-
feed_link_text:
|
197
|
-
subscriptions:
|
194
|
+
email_signup_link_text: Recibir emails
|
195
|
+
feed_link_label: Copie y pegue esta URL en su lector de feeds
|
196
|
+
feed_link_text: Suscríbase a la fuente
|
197
|
+
subscriptions: Suscripciones
|
198
198
|
success_alert:
|
199
|
-
success:
|
199
|
+
success: Éxito
|
200
200
|
summary_list:
|
201
|
-
delete:
|
202
|
-
edit:
|
201
|
+
delete: Borrar
|
202
|
+
edit: Cambiar
|
203
203
|
tabs:
|
204
|
-
contents:
|
204
|
+
contents: Contenido
|