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/it.yml
CHANGED
@@ -1,48 +1,52 @@
|
|
1
1
|
---
|
2
2
|
it:
|
3
3
|
common:
|
4
|
-
translations:
|
4
|
+
translations: Traduzioni
|
5
5
|
components:
|
6
6
|
accordion:
|
7
|
-
hide:
|
8
|
-
hide_all:
|
9
|
-
show:
|
10
|
-
show_all:
|
11
|
-
this_section_visually_hidden:
|
7
|
+
hide: Nascondi
|
8
|
+
hide_all: Nascondi tutte le sezioni
|
9
|
+
show: Mostra
|
10
|
+
show_all: Mostra tutte le sezioni
|
11
|
+
this_section_visually_hidden: " questa sezione"
|
12
12
|
article_schema:
|
13
|
-
scoped_search_description:
|
13
|
+
scoped_search_description: Cerca in %{title}
|
14
14
|
attachment:
|
15
|
-
opendocument_html:
|
16
|
-
order_a_copy:
|
15
|
+
opendocument_html: Questo file è un <a href=’https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation’ target=%{target} class=’govuk-link’>Documento Aperto</a> format
|
16
|
+
order_a_copy: Ordina 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 pagina
|
19
|
+
other: "%{count} pagine"
|
20
|
+
reference: 'Rif: %{reference}'
|
21
|
+
request_format_cta: Richiedi un formato accessibile.
|
22
|
+
request_format_details_html: Se utilizzi una tecnologia assistiva (come uno screen reader) e hai necessità di una versione di questo documento in un formato più accessibile, invia un’e-mail all’indirizzo<a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Comunicaci quale formato ti serve. Se ci comunichi quale tecnologia assistiva usi ci sarà di aiuto.
|
23
|
+
request_format_text: Questo file potrebbe non essere adatto per utenti di tecnologia assistiva.
|
24
24
|
back_link:
|
25
|
-
back:
|
25
|
+
back: Indietro
|
26
26
|
character_count:
|
27
|
-
body:
|
27
|
+
body: Puoi inserire fino a %{number} %{type}
|
28
28
|
type:
|
29
|
-
characters:
|
30
|
-
words:
|
29
|
+
characters: caratteri
|
30
|
+
words: parole
|
31
31
|
checkboxes:
|
32
|
-
or:
|
32
|
+
or: o
|
33
33
|
contents_list:
|
34
|
-
contents:
|
34
|
+
contents: Contenuti
|
35
35
|
contextual_sidebar:
|
36
|
-
pretitle:
|
36
|
+
pretitle: Anche parte di
|
37
37
|
cookie_banner:
|
38
38
|
buttons:
|
39
|
-
accept_cookies:
|
40
|
-
reject_cookies:
|
41
|
-
|
42
|
-
confirmation_message_link:
|
43
|
-
hide:
|
39
|
+
accept_cookies: Accetta cookie aggiuntivi
|
40
|
+
reject_cookies: Rifiuta cookie aggiuntivi
|
41
|
+
confirmation_message_html: Puoi %{link} in qualsiasi momento.
|
42
|
+
confirmation_message_link: modifica le tue impostazioni per i cookie
|
43
|
+
hide: Nascondi questo messaggio
|
44
44
|
text:
|
45
|
-
|
45
|
+
- Utilizziamo alcuni cookie essenziali per far funzionare questo sito web.
|
46
|
+
- Vorremmo impostare cookie aggiuntivi per capire come usi GOV.UK
|
47
|
+
- ricordare le tue impostazioni e migliorare i servizi governativi.
|
48
|
+
- Inoltre utilizziamo cookie impostati da altri siti per aiutarci a fornire contenuti dai loro servizi.
|
49
|
+
title: Cookie su GOV.UK
|
46
50
|
devolved_nations:
|
47
51
|
applies_to:
|
48
52
|
connectors:
|
@@ -51,69 +55,59 @@ it:
|
|
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: Chiudi
|
66
|
+
dont_include_personal_info: Non includere informazioni personali o finanziarie come il numero di previdenza sociale o i dettagli della carta di credito.
|
67
|
+
email_address: Indirizzo e-mail
|
68
|
+
help_us_improve_govuk: Aiutaci a migliorare GOV.UK
|
69
|
+
is_not_useful: questa pagina non è utile
|
70
|
+
is_this_page_useful: È utile questa pagina?
|
71
|
+
is_useful: questa pagina è utile
|
72
|
+
maybe: Forse
|
73
|
+
more_about_visit: Per aiutarci a migliorare GOV.UK, vorremmo sapere di più sulla tua visita di oggi. Ti invieremo un link a un modulo di feedback. Saranno necessari solo 2 minuti per compilarlo. Non preoccuparti, non ti invieremo spam né condivideremo il tuo indirizzo e-mail con nessuno.
|
74
|
+
'no': 'No'
|
75
|
+
send: Invia
|
76
|
+
send_me_survey: Inviami il sondaggio
|
77
|
+
something_wrong: Segnala un problema con questa pagina
|
78
|
+
thank_you_for_feedback: Grazie per il tuo feedback
|
79
|
+
what_doing: Cosa stavi facendo?
|
80
|
+
what_wrong: Cosa è andato storto?
|
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: Consultazioni
|
84
|
+
departments: Dipartimenti
|
85
|
+
get-involved: Mettiti in gioco
|
86
|
+
how-government-works: Come funziona il governo
|
87
|
+
news_and_communications: Notizie e comunicazioni
|
88
|
+
statistics: Statistiche
|
89
|
+
worldwide: In tutto il mondo
|
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: Tutto il contenuto è disponibile sotto la <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>, tranne dove diversamente indicato
|
93
|
+
support_links: Link di supporto
|
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: Nascondi ricerca
|
107
|
+
menu: Menu
|
108
|
+
search_button: Cerca GOV.UK
|
109
|
+
show_button: Mostra ricerca
|
110
|
+
top_level: Livello superiore
|
117
111
|
layout_super_navigation_header:
|
118
112
|
logo_link_title:
|
119
113
|
logo_text:
|
@@ -128,77 +122,83 @@ it:
|
|
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: Da
|
126
|
+
history: Cronologia
|
127
|
+
last_updated: Ultimo aggiornamento
|
128
|
+
part_of: Parte di
|
129
|
+
published: Pubblicato
|
130
|
+
see_all_updates: Vedi tutti gli aggiornamenti
|
131
|
+
toggle_less: Mostra meno
|
132
|
+
toggle_more: "+ %{number} più"
|
139
133
|
modal_dialogue:
|
140
|
-
close_modal:
|
134
|
+
close_modal: Chiudi dialogo modale
|
141
135
|
notice:
|
142
136
|
banner_title:
|
143
137
|
organisation_schema:
|
144
|
-
all_content_search_description:
|
138
|
+
all_content_search_description: Trova tutto il contenuto da %{organisation}
|
145
139
|
previous_and_next_navigation:
|
146
|
-
pagination:
|
140
|
+
pagination: Impaginazione
|
147
141
|
print_link:
|
148
|
-
text:
|
142
|
+
text: Stampa questa pagina
|
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: Raccolte
|
147
|
+
policies: Informative
|
148
|
+
statistical_data_sets: Set di dati statistici
|
149
|
+
topical_events: Eventi di attualità
|
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: Raccolta
|
152
|
+
external_links: Altrove sul web
|
153
|
+
policies: Informativa
|
154
|
+
publishers: Pubblicata da
|
155
|
+
related_contacts: Altri contatti
|
156
|
+
related_content: Contenuto correlato
|
157
|
+
related_external_links: Altrove sul web
|
158
|
+
related_guides: Guida dettagliata
|
159
|
+
statistical_data_sets: Set di dati statistici
|
160
|
+
topical_events: Evento di attualità
|
161
|
+
topics: Esplora l'argomento
|
168
162
|
transition:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
163
|
+
hub_page_link_path: "/transition-check/questions"
|
164
|
+
hub_page_link_text: Ricevi un elenco di azioni personalizzato
|
165
|
+
hub_page_title: Controllore della Brexit
|
166
|
+
link_path: "/brexit"
|
167
|
+
link_text: Controlla cosa devi fare
|
168
|
+
title: Brexit
|
169
|
+
world_locations: Località del mondo
|
173
170
|
search_box:
|
174
|
-
input_title:
|
175
|
-
label:
|
176
|
-
search_button:
|
171
|
+
input_title: Cerca
|
172
|
+
label: Cerca su GOV.UK
|
173
|
+
search_button: Cerca
|
177
174
|
show_password:
|
178
|
-
announce_hide:
|
179
|
-
announce_show:
|
180
|
-
hide:
|
181
|
-
hide_password:
|
182
|
-
show:
|
183
|
-
show_password:
|
175
|
+
announce_hide: La tua password è nascosta
|
176
|
+
announce_show: La tua password è mostrata
|
177
|
+
hide: Nascondi
|
178
|
+
hide_password: Nascondi password
|
179
|
+
show: Mostra
|
180
|
+
show_password: Mostra password
|
181
|
+
single_page_notification_button:
|
182
|
+
subscribe_text:
|
183
|
+
unsubscribe_text:
|
184
184
|
skip_link:
|
185
|
-
text:
|
185
|
+
text: Passa al contenuto principale
|
186
186
|
step_by_step_nav:
|
187
|
-
hide:
|
188
|
-
hide_all:
|
189
|
-
show:
|
190
|
-
show_all:
|
187
|
+
hide: Nascondi
|
188
|
+
hide_all: Nascondi tutti i passaggi
|
189
|
+
show: Mostra
|
190
|
+
show_all: Mostra tutti i passaggi
|
191
191
|
step_by_step_nav_related:
|
192
|
-
part_of:
|
192
|
+
part_of: Parte di
|
193
193
|
subscription_links:
|
194
|
-
email_signup_link_text:
|
195
|
-
feed_link_label:
|
196
|
-
feed_link_text:
|
197
|
-
subscriptions:
|
194
|
+
email_signup_link_text: Ricevi e-mail
|
195
|
+
feed_link_label: Copia e incolla questo URL nel tuo lettore di feed
|
196
|
+
feed_link_text: Iscriviti al feed
|
197
|
+
subscriptions: Abbonamenti
|
198
198
|
success_alert:
|
199
|
-
success:
|
199
|
+
success: Successo
|
200
200
|
summary_list:
|
201
|
-
delete:
|
202
|
-
edit:
|
201
|
+
delete: Cancella
|
202
|
+
edit: Modifica
|
203
203
|
tabs:
|
204
|
-
contents:
|
204
|
+
contents: Contenuti
|
data/config/locales/ja.yml
CHANGED
@@ -1,48 +1,49 @@
|
|
1
1
|
---
|
2
2
|
ja:
|
3
3
|
common:
|
4
|
-
translations:
|
4
|
+
translations: 翻訳
|
5
5
|
components:
|
6
6
|
accordion:
|
7
|
-
hide:
|
8
|
-
hide_all:
|
9
|
-
show:
|
10
|
-
show_all:
|
11
|
-
this_section_visually_hidden:
|
7
|
+
hide: 非表示
|
8
|
+
hide_all: すべてのセクションを非表示
|
9
|
+
show: 表示
|
10
|
+
show_all: すべてのセクションを表示
|
11
|
+
this_section_visually_hidden: " このセクション"
|
12
12
|
article_schema:
|
13
|
-
scoped_search_description:
|
13
|
+
scoped_search_description: "%{title}内で検索"
|
14
14
|
attachment:
|
15
|
-
opendocument_html:
|
16
|
-
order_a_copy:
|
15
|
+
opendocument_html: このファイルは、<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: コピーを注文する
|
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ページ
|
19
|
+
other: "%{count}ページ"
|
20
|
+
reference: 参照:%{reference}
|
21
|
+
request_format_cta: アクセス可能なフォーマットをリクエストしてください。
|
22
|
+
request_format_details_html: 支援技術(スクリーンリーダーなど)を使用していて、このドキュメントのよりアクセスしやすい形式のバージョンが必要な場合は、<a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>。必要なフォーマットを教えてください。使用している支援技術を教えていただければ助かります。
|
23
|
+
request_format_text: このファイルは、支援技術のユーザーには適していない可能性があります。
|
24
24
|
back_link:
|
25
|
-
back:
|
25
|
+
back: 戻る
|
26
26
|
character_count:
|
27
|
-
body:
|
27
|
+
body: 最大 %{number} %{type} を入力できます
|
28
28
|
type:
|
29
|
-
characters:
|
30
|
-
words:
|
29
|
+
characters: 文字
|
30
|
+
words: 単語
|
31
31
|
checkboxes:
|
32
|
-
or:
|
32
|
+
or: または
|
33
33
|
contents_list:
|
34
|
-
contents:
|
34
|
+
contents: コンテンツ
|
35
35
|
contextual_sidebar:
|
36
|
-
pretitle:
|
36
|
+
pretitle: 次の一部:
|
37
37
|
cookie_banner:
|
38
38
|
buttons:
|
39
|
-
accept_cookies:
|
40
|
-
reject_cookies:
|
41
|
-
|
42
|
-
confirmation_message_link:
|
43
|
-
hide:
|
39
|
+
accept_cookies: 追加のCookieを受け入れる
|
40
|
+
reject_cookies: 追加のCookieを拒否する
|
41
|
+
confirmation_message_html: いつでも %{link} できます。
|
42
|
+
confirmation_message_link: Cookieの設定を変更する
|
43
|
+
hide: このメッセージを非表示にする
|
44
44
|
text:
|
45
|
-
|
45
|
+
- "「このウェブサイトを機能させるためにいくつかの重要なCookieを使用しています。」、「GOV.UKの使用方法を理解し、設定を記憶し、政府サービスを改善するために、追加のCookieを設定したいと思います。」、「他のサイトは、サービスからコンテンツを配信するのに役立ちます。」"
|
46
|
+
title: GOV.UKのCookie
|
46
47
|
devolved_nations:
|
47
48
|
applies_to:
|
48
49
|
connectors:
|
@@ -51,69 +52,59 @@ ja:
|
|
51
52
|
england:
|
52
53
|
northern_ireland:
|
53
54
|
scotland:
|
55
|
+
type:
|
56
|
+
consultation:
|
57
|
+
detailed_guide:
|
58
|
+
guidance:
|
59
|
+
publication:
|
54
60
|
wales:
|
55
61
|
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':
|
62
|
+
close: 閉じる
|
63
|
+
dont_include_personal_info: 国民保険番号やクレジットカードの詳細などの個人情報や財務情報は含めないでください。
|
64
|
+
email_address: Eメールアドレス
|
65
|
+
help_us_improve_govuk: GOV.UKの改善にご協力ください
|
66
|
+
is_not_useful: このページは役に立ちません
|
67
|
+
is_this_page_useful: このページは役に立ちますか?
|
68
|
+
is_useful: このページは役に立ちます
|
69
|
+
maybe: 多分
|
70
|
+
more_about_visit: GOV.UKの改善に役立てるため、本日の訪問について詳しく知りたいと思います。フィードバックフォームへのリンクをお送りします。記入には2分しかかかりません。スパムを送信したり、メールアドレスを他の人と共有したりすることはありませんのでご安心ください。
|
71
|
+
'no': いいえ
|
72
|
+
send: 送信
|
73
|
+
send_me_survey: アンケートを送ってください
|
74
|
+
something_wrong: このページの問題を報告する
|
75
|
+
thank_you_for_feedback: ご意見ありがとうございます
|
76
|
+
what_doing: 何をしましたか?
|
77
|
+
what_wrong: どのような不具合ですか?
|
78
|
+
'yes': はい
|
73
79
|
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:
|
80
|
+
consultations: 相談
|
81
|
+
departments: 部門
|
82
|
+
get-involved: 参加する
|
83
|
+
how-government-works: 政府のしくみ
|
84
|
+
news_and_communications: ニュースと通信
|
85
|
+
statistics: 統計
|
86
|
+
worldwide: 全世界
|
86
87
|
layout_footer:
|
87
|
-
copyright_html:
|
88
|
-
licence_html:
|
89
|
-
support_links:
|
88
|
+
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>
|
89
|
+
licence_html: 特に明記されていない限り、すべてのコンテンツは <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>でご利用いただけます。
|
90
|
+
support_links: サポートリンク
|
90
91
|
layout_for_public:
|
91
92
|
account_layout:
|
92
93
|
feedback:
|
93
94
|
banners:
|
94
|
-
|
95
|
-
footer_link:
|
96
|
-
footer_outro:
|
97
|
-
phase_intro:
|
98
|
-
phase_link:
|
99
|
-
phase_outro:
|
100
|
-
title:
|
95
|
+
phase_banner_html:
|
101
96
|
navigation:
|
102
|
-
destroy_user_session:
|
103
97
|
menu_bar:
|
104
98
|
account:
|
105
99
|
link_text:
|
106
100
|
manage:
|
107
101
|
link_text:
|
108
|
-
security:
|
109
|
-
link_text:
|
110
|
-
user_root_path:
|
111
102
|
layout_header:
|
112
|
-
hide_button:
|
113
|
-
menu:
|
114
|
-
search_button:
|
115
|
-
show_button:
|
116
|
-
top_level:
|
103
|
+
hide_button: 検索を非表示
|
104
|
+
menu: メニュー
|
105
|
+
search_button: GOV.UKを検索
|
106
|
+
show_button: 検索を表示
|
107
|
+
top_level: 最上位レベル
|
117
108
|
layout_super_navigation_header:
|
118
109
|
logo_link_title:
|
119
110
|
logo_text:
|
@@ -128,77 +119,83 @@ ja:
|
|
128
119
|
popular_links_heading:
|
129
120
|
search_text:
|
130
121
|
metadata:
|
131
|
-
from:
|
132
|
-
history:
|
133
|
-
last_updated:
|
134
|
-
part_of:
|
135
|
-
published:
|
136
|
-
see_all_updates:
|
137
|
-
toggle_less:
|
138
|
-
toggle_more:
|
122
|
+
from: から
|
123
|
+
history: 歴史
|
124
|
+
last_updated: 最終更新
|
125
|
+
part_of: 一部の
|
126
|
+
published: 公開済み
|
127
|
+
see_all_updates: すべての更新を表示
|
128
|
+
toggle_less: 一部を表示
|
129
|
+
toggle_more: さらに %{number}
|
139
130
|
modal_dialogue:
|
140
|
-
close_modal:
|
131
|
+
close_modal: 特殊ウインドウを閉じる
|
141
132
|
notice:
|
142
133
|
banner_title:
|
143
134
|
organisation_schema:
|
144
|
-
all_content_search_description:
|
135
|
+
all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
|
145
136
|
previous_and_next_navigation:
|
146
|
-
pagination:
|
137
|
+
pagination: ページ付け
|
147
138
|
print_link:
|
148
|
-
text:
|
139
|
+
text: このページを印刷する
|
149
140
|
radio:
|
150
|
-
or:
|
141
|
+
or: また
|
151
142
|
related_footer_navigation:
|
152
|
-
collections:
|
153
|
-
policies:
|
154
|
-
statistical_data_sets:
|
155
|
-
topical_events:
|
143
|
+
collections: コレクション
|
144
|
+
policies: 方針
|
145
|
+
statistical_data_sets: 統計データセット
|
146
|
+
topical_events: 話題のイベント
|
156
147
|
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:
|
148
|
+
collections: コレクション
|
149
|
+
external_links: ウェブ上の他の場所
|
150
|
+
policies: 方針
|
151
|
+
publishers: 公開元:
|
152
|
+
related_contacts: その他の連絡先
|
153
|
+
related_content: 関連したコンテンツ
|
154
|
+
related_external_links: ウェブ上の他の場所
|
155
|
+
related_guides: 詳細なガイダンス
|
156
|
+
statistical_data_sets: 統計データセット
|
157
|
+
topical_events: 話題のイベント
|
158
|
+
topics: トピックを探索する
|
168
159
|
transition:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
160
|
+
hub_page_link_path: "/transition-check/questions"
|
161
|
+
hub_page_link_text: アクションのパーソナライズされたリストを取得する
|
162
|
+
hub_page_title: Brexitチェッカー
|
163
|
+
link_path: "/brexit"
|
164
|
+
link_text: あなたがする必要があることを確認してください
|
165
|
+
title: Brexit
|
166
|
+
world_locations: 世界の場所
|
173
167
|
search_box:
|
174
|
-
input_title:
|
175
|
-
label:
|
176
|
-
search_button:
|
168
|
+
input_title: 検索
|
169
|
+
label: GOV.UKで検索
|
170
|
+
search_button: 検索
|
177
171
|
show_password:
|
178
|
-
announce_hide:
|
179
|
-
announce_show:
|
180
|
-
hide:
|
181
|
-
hide_password:
|
182
|
-
show:
|
183
|
-
show_password:
|
172
|
+
announce_hide: パスワードは非表示です
|
173
|
+
announce_show: パスワードが表示されています
|
174
|
+
hide: 非表示
|
175
|
+
hide_password: パスワードを非表示にする
|
176
|
+
show: 表示
|
177
|
+
show_password: パスワードを表示する
|
178
|
+
single_page_notification_button:
|
179
|
+
subscribe_text:
|
180
|
+
unsubscribe_text:
|
184
181
|
skip_link:
|
185
|
-
text:
|
182
|
+
text: 主要コンテンツに移動
|
186
183
|
step_by_step_nav:
|
187
|
-
hide:
|
188
|
-
hide_all:
|
189
|
-
show:
|
190
|
-
show_all:
|
184
|
+
hide: 非表示
|
185
|
+
hide_all: すべてのステップを非表示にする
|
186
|
+
show: 表示
|
187
|
+
show_all: すべてのステップを表示する
|
191
188
|
step_by_step_nav_related:
|
192
|
-
part_of:
|
189
|
+
part_of: 一部
|
193
190
|
subscription_links:
|
194
|
-
email_signup_link_text:
|
195
|
-
feed_link_label:
|
196
|
-
feed_link_text:
|
197
|
-
subscriptions:
|
191
|
+
email_signup_link_text: Eメールを受け取る
|
192
|
+
feed_link_label: このURLをコピーしてフィードリーダーに貼り付けます
|
193
|
+
feed_link_text: フィードを購読する
|
194
|
+
subscriptions: 購読
|
198
195
|
success_alert:
|
199
|
-
success:
|
196
|
+
success: 成功
|
200
197
|
summary_list:
|
201
|
-
delete:
|
202
|
-
edit:
|
198
|
+
delete: 削除
|
199
|
+
edit: 変更
|
203
200
|
tabs:
|
204
|
-
contents:
|
201
|
+
contents: コンテンツ
|