govuk_publishing_components 27.14.1 → 27.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/auto-scroll-tracker.js +24 -3
  3. data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +52 -26
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/ecommerce.js +25 -25
  5. data/app/assets/javascripts/govuk_publishing_components/analytics/explicit-cross-domain-links.js +48 -31
  6. data/app/assets/javascripts/govuk_publishing_components/components/single-page-notification-button.js +3 -3
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +10 -2
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +12 -11
  9. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +8 -4
  10. data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
  11. data/app/views/govuk_publishing_components/components/_cookie_banner.html.erb +1 -1
  12. data/app/views/govuk_publishing_components/components/_intervention.html.erb +21 -4
  13. data/app/views/govuk_publishing_components/components/_search.html.erb +25 -9
  14. data/app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb +9 -7
  15. data/app/views/govuk_publishing_components/components/_success_alert.html.erb +4 -1
  16. data/app/views/govuk_publishing_components/components/docs/intervention.yml +11 -0
  17. data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +1 -1
  18. data/app/views/govuk_publishing_components/components/docs/radio.yml +40 -33
  19. data/app/views/govuk_publishing_components/components/docs/search.yml +25 -0
  20. data/app/views/govuk_publishing_components/components/docs/success_alert.yml +6 -0
  21. data/config/i18n-tasks.yml +8 -0
  22. data/config/locales/ar.yml +134 -131
  23. data/config/locales/az.yml +131 -131
  24. data/config/locales/be.yml +136 -130
  25. data/config/locales/bg.yml +135 -131
  26. data/config/locales/bn.yml +132 -131
  27. data/config/locales/cs.yml +136 -131
  28. data/config/locales/cy.yml +129 -125
  29. data/config/locales/da.yml +132 -131
  30. data/config/locales/de.yml +135 -131
  31. data/config/locales/dr.yml +133 -131
  32. data/config/locales/el.yml +131 -131
  33. data/config/locales/en.yml +13 -12
  34. data/config/locales/es-419.yml +131 -131
  35. data/config/locales/es.yml +131 -131
  36. data/config/locales/et.yml +134 -131
  37. data/config/locales/fa.yml +130 -131
  38. data/config/locales/fi.yml +133 -131
  39. data/config/locales/fr.yml +130 -130
  40. data/config/locales/gd.yml +133 -131
  41. data/config/locales/gu.yml +131 -131
  42. data/config/locales/he.yml +131 -131
  43. data/config/locales/hi.yml +131 -131
  44. data/config/locales/hr.yml +133 -131
  45. data/config/locales/hu.yml +134 -131
  46. data/config/locales/hy.yml +135 -131
  47. data/config/locales/id.yml +132 -131
  48. data/config/locales/is.yml +131 -131
  49. data/config/locales/it.yml +131 -131
  50. data/config/locales/ja.yml +128 -131
  51. data/config/locales/ka.yml +134 -131
  52. data/config/locales/kk.yml +131 -131
  53. data/config/locales/ko.yml +13 -17
  54. data/config/locales/lt.yml +136 -131
  55. data/config/locales/lv.yml +135 -131
  56. data/config/locales/ms.yml +131 -131
  57. data/config/locales/mt.yml +133 -131
  58. data/config/locales/nl.yml +131 -131
  59. data/config/locales/no.yml +131 -131
  60. data/config/locales/pa-pk.yml +128 -132
  61. data/config/locales/pa.yml +131 -131
  62. data/config/locales/pl.yml +135 -131
  63. data/config/locales/ps.yml +128 -131
  64. data/config/locales/pt.yml +131 -131
  65. data/config/locales/ro.yml +132 -131
  66. data/config/locales/ru.yml +135 -131
  67. data/config/locales/si.yml +131 -131
  68. data/config/locales/sk.yml +136 -131
  69. data/config/locales/sl.yml +138 -131
  70. data/config/locales/so.yml +131 -131
  71. data/config/locales/sq.yml +131 -131
  72. data/config/locales/sr.yml +133 -131
  73. data/config/locales/sv.yml +131 -131
  74. data/config/locales/sw.yml +131 -131
  75. data/config/locales/ta.yml +132 -131
  76. data/config/locales/th.yml +130 -131
  77. data/config/locales/tk.yml +132 -131
  78. data/config/locales/tr.yml +132 -131
  79. data/config/locales/uk.yml +138 -131
  80. data/config/locales/ur.yml +128 -131
  81. data/config/locales/uz.yml +133 -131
  82. data/config/locales/vi.yml +131 -131
  83. data/config/locales/zh-hk.yml +130 -131
  84. data/config/locales/zh-tw.yml +130 -131
  85. data/config/locales/zh.yml +130 -131
  86. data/lib/govuk_publishing_components/presenters/button_helper.rb +24 -0
  87. data/lib/govuk_publishing_components/presenters/intervention_helper.rb +20 -2
  88. data/lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb +4 -7
  89. data/lib/govuk_publishing_components/version.rb +1 -1
  90. metadata +2 -2
@@ -1,48 +1,52 @@
1
1
  ---
2
2
  is:
3
3
  common:
4
- translations:
4
+ translations: Þýðingar
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Fela
8
+ hide_all: Fela alla hluta
9
+ show: Sýna
10
+ show_all: Sýna alla hluta
11
+ this_section_visually_hidden: " þessi hluti"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Leita innan %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Þessi skrá er á <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpnaSkjal</a> sniði
16
+ order_a_copy: Panta eintak
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 síða
19
+ other: "%{count} síður"
20
+ reference: 'Tilv: %{reference}'
21
+ request_format_cta: Óska eftir aðgengilegu sniði.
22
+ request_format_details_html: Ef þú notast við stoðtækni (eins og skjálesara) og þarft útgáfu af þessu skjali á aðgengilegra sniði, sendu þá vinsamlegast tölvupóst á <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Vinsamlegast segðu okkur hvaða snið þú þarft. Það hjálpar okkur ef þú tekur fram hvaða stoðtækni þú notast við.
23
+ request_format_text: Þessi skrá gæti ekki hentað þeim sem notast við stoðtækni.
24
24
  back_link:
25
- back:
25
+ back: Til baka
26
26
  character_count:
27
- body:
27
+ body: Þú getur slegið inn allt að %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: stafi
30
+ words: orð
31
31
  checkboxes:
32
- or:
32
+ or: eða
33
33
  contents_list:
34
- contents:
34
+ contents: Efni
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Einnig hluti af
37
37
  cookie_banner:
38
38
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
39
+ accept_cookies: Samþykkja aðrar vafrakökur
40
+ reject_cookies: Hafna öðrum vafrakökum
41
+ confirmation_message_html: Þú getur %{link} hvenær sem er.
42
+ confirmation_message_link: breyta vafraköku stillingunum þínum
43
+ hide: Fela þessi skilaboð
44
44
  text:
45
- title:
45
+ - Við notum nokkrar nauðsynlegar vafrakökur til að tryggja virkni síðunnar.
46
+ - Við viljum setja fleiri vafrakökur til að átta okkur á hvernig þú notar GOV.UK
47
+ - muna stillingarnar þínar og bæta opinbera þjónustu
48
+ - Við notum líka vafrakökur af öðrum síðum til að auðvelda okkur að birta efni frá þeim.
49
+ title: Vafrakökur á GOV.UK
46
50
  devolved_nations:
47
51
  applies_to:
48
52
  connectors:
@@ -51,69 +55,59 @@ is:
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: Loka
66
+ dont_include_personal_info: Ekki láta persónulegar eða fjárhagslegar upplýsingar eins og Tryggingarnúmer eða kreditkorta upplýsingar fylgja með.
67
+ email_address: Tölvupóstfang
68
+ help_us_improve_govuk: Hjálpaðu okkur að bæta GOV.UK
69
+ is_not_useful: þessi síða er ekki gagnleg
70
+ is_this_page_useful: Ef þessi síða gagnleg?
71
+ is_useful: þess síða er gagnleg
72
+ maybe: Kannski
73
+ more_about_visit: Við viljum vita meira um heimsókn þína hingað í dag til að hjálpa okkur að bæta GOV.UK. Við munum senda þér hlekk á skjal fyrir endurgjöf. Það mun bara taka 2 mínútur að fylla það út. Hafðu engar áhyggjur við munum ekki senda þér ruslpóst eða deila tölvupóstfanginu þínu með neinum.
74
+ 'no': Nei
75
+ send: Senda
76
+ send_me_survey: Sendið mér könnunina
77
+ something_wrong: Tilkynna vandamál við þessa síðu
78
+ thank_you_for_feedback: Takk fyrir þína endurgjöf
79
+ what_doing: Hvað varstu að gera?
80
+ what_wrong: Hvað fór úrskeiðis?
81
+ 'yes':
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: Ráðgjöf
84
+ departments: Deildir
85
+ get-involved: Taktu þátt
86
+ how-government-works: Hvernig ríkið virkar
87
+ news_and_communications: Fréttir og tilkynningar
88
+ statistics: Tölfræði
89
+ worldwide: Úti um allan heim
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/">© höfunarréttur Krúnunnar</a>
92
+ licence_html: Allt efni er aðgengilegt samkvæmt <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>, nema annað sé tekið fram
93
+ support_links: Stuðningshlekkir
90
94
  layout_for_public:
91
95
  account_layout:
92
96
  feedback:
93
97
  banners:
94
- footer_intro:
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: Fela leit
107
+ menu: Valmynd
108
+ search_button: Leita á GOV.UK
109
+ show_button: Sýna leit
110
+ top_level: Efsta stig
117
111
  layout_super_navigation_header:
118
112
  logo_link_title:
119
113
  logo_text:
@@ -128,77 +122,83 @@ is:
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: Frá
126
+ history: Saga
127
+ last_updated: Síðast uppfært
128
+ part_of: Hluti af
129
+ published: Birt
130
+ see_all_updates: Sjá allar uppfærslur
131
+ toggle_less: Sýna færri
132
+ toggle_more: "+ %{number} fleiri"
139
133
  modal_dialogue:
140
- close_modal:
134
+ close_modal: Loka glugga
141
135
  notice:
142
136
  banner_title:
143
137
  organisation_schema:
144
- all_content_search_description:
138
+ all_content_search_description: Finna allt efni frá %{organisation}
145
139
  previous_and_next_navigation:
146
- pagination:
140
+ pagination: Síðuuppsetning
147
141
  print_link:
148
- text:
142
+ text: Prenta þessa síðu
149
143
  radio:
150
- or:
144
+ or: eða
151
145
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
146
+ collections: Söfn
147
+ policies: Stefnur
148
+ statistical_data_sets: Tölfræðileg gagnasett
149
+ topical_events: Efnislegir viðburðir
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: Safn
152
+ external_links: Annars staðar á vefnum
153
+ policies: Stefna
154
+ publishers: Birt af
155
+ related_contacts: Aðrir tengiliðir
156
+ related_content: Tengt efni
157
+ related_external_links: Annars staðar á vefnum
158
+ related_guides: Nákvæmar leiðbeiningar
159
+ statistical_data_sets: Tölfræðilegt gagnasett
160
+ topical_events: Efnislegur viðburður
161
+ topics: Kanna efnið
168
162
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
163
+ hub_page_link_path: "/transition-check/questions"
164
+ hub_page_link_text: Fá persónulegan aðgerðalista
165
+ hub_page_title: Brexit athugari
166
+ link_path: "/brexit"
167
+ link_text: Athugaðu hvað þú þarft að gera
168
+ title: Brexit
169
+ world_locations: Staðsetningar úti um allan heim
173
170
  search_box:
174
- input_title:
175
- label:
176
- search_button:
171
+ input_title: Leita
172
+ label: Leita á GOV.UK
173
+ search_button: Leita
177
174
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
175
+ announce_hide: Lykilorðið þitt er falið
176
+ announce_show: Lykilorðið þitt er sýnt
177
+ hide: Fela
178
+ hide_password: Fela lykilorð
179
+ show: Sýna
180
+ show_password: Sýna lykilorð
181
+ single_page_notification_button:
182
+ subscribe_text:
183
+ unsubscribe_text:
184
184
  skip_link:
185
- text:
185
+ text: Fara beint í aðalefni
186
186
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
187
+ hide: Fela
188
+ hide_all: Fela öll skref
189
+ show: Sýna
190
+ show_all: Sýna öll skref
191
191
  step_by_step_nav_related:
192
- part_of:
192
+ part_of: Hluti af
193
193
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
194
+ email_signup_link_text: Fá tölvupósta
195
+ feed_link_label: Afritaðu og límdu þessa slóð í straum lesarann þinn
196
+ feed_link_text: Gerast áskrifandi að straumi
197
+ subscriptions: Áskriftir
198
198
  success_alert:
199
- success:
199
+ success: Tókst
200
200
  summary_list:
201
- delete:
202
- edit:
201
+ delete: Eyða
202
+ edit: Breyta
203
203
  tabs:
204
- contents:
204
+ contents: Efni
@@ -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
- confirmation_message:
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
- title:
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':
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
- footer_intro:
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
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
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