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
  pt:
3
3
  common:
4
- translations:
4
+ translations: Traduções
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 as secções
9
+ show: Mostrar
10
+ show_all: Mostrar todas as secções
11
+ this_section_visually_hidden: " Esta secção"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Procurar em %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Este ficheiro está num 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: Encomendar uma cópia
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: 'Ref: %{reference}'
21
+ request_format_cta: Solicitar um formato acessível.
22
+ request_format_details_html: Se utilizar tecnologia assistiva (como um leitor de ecrã) e precisar de uma versão deste documento num formato mais acessível, envie um e-mail para <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Por favor, diga-nos qual o formato de que necessita. Está a ajudar-nos se disser qual a tecnologia assistiva que utiliza.
23
+ request_format_text: Este ficheiro pode não ser adequado para utilizadores de tecnologia assistiva.
24
24
  back_link:
25
- back:
25
+ back: Voltar
26
26
  character_count:
27
- body:
27
+ body: Pode introduzir até %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: carateres
30
+ words: palavras
31
31
  checkboxes:
32
- or:
32
+ or: ou
33
33
  contents_list:
34
- contents:
34
+ contents: Conteúdos
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Também parte de
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: Aceitar cookies adicionais
40
+ reject_cookies: Rejeitar cookies adicionais
41
+ confirmation_message_html: Pode %{link} a qualquer momento.
42
+ confirmation_message_link: alterar as suas definições de cookies
43
+ hide: Ocultar esta mensagem
44
44
  text:
45
- title:
45
+ - Utilizamos alguns cookies essenciais para permitir o funcionamento deste site.
46
+ - Gostaríamos de definir cookies adicionais para compreendermos como utiliza o site GOV.UK
47
+ - para nos lembrarmos das suas configurações e para melhorarmos os serviços governamentais.
48
+ - "“Também utilizamos cookies definidos por outros sites para nos ajudar a fornecer conteúdos dos seus serviços."
49
+ title: Cookies em GOV.UK
46
50
  devolved_nations:
47
51
  applies_to:
48
52
  connectors:
@@ -51,69 +55,59 @@ pt:
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: Fechar
66
+ dont_include_personal_info: Não inclua dados pessoais ou financeiros, como o seu número de seguro nacional ou informações do cartão de crédito.
67
+ email_address: Endereço de e-mail
68
+ help_us_improve_govuk: Ajude-nos a melhorar GOV.UK
69
+ is_not_useful: esta página não é útil
70
+ is_this_page_useful: Esta página é útil?
71
+ is_useful: Esta página é útil
72
+ maybe: Talvez
73
+ more_about_visit: Para nos ajudar a melhorar GOV.UK, gostaríamos de saber mais sobre a sua visita hoje. Vamos enviar-lhe um link para um formulário de feedback. Demora apenas 2 minutos a preencher. Não se preocupe, não lhe enviaremos spam nem partilharemos o seu endereço de e-mail com ninguém.
74
+ 'no': Não
75
+ send: Enviar
76
+ send_me_survey: Enviem-me o inquérito
77
+ something_wrong: Relatar um problema com esta página
78
+ thank_you_for_feedback: Obrigado pelo seu feedback
79
+ what_doing: O que estava a fazer?
80
+ what_wrong: O que correu mal?
81
+ 'yes': Sim
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: Envolva-se
86
+ how-government-works: Como funciona o governo
87
+ news_and_communications: Notícias e comunicações
88
+ statistics: Estatísticas
89
+ worldwide: Em todo o 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/">© Direitos de autor da Coroa</a>
92
+ licence_html: Todo o conteúdo está disponível ao abrigo da <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>, exceto quando indicado em contrário
93
+ support_links: Links de apoio
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: Ocultar pesquisa
107
+ menu: Menu
108
+ search_button: Pesquisar em GOV.UK
109
+ show_button: Mostrar pesquisa
110
+ top_level: Nível superior
117
111
  layout_super_navigation_header:
118
112
  logo_link_title:
119
113
  logo_text:
@@ -128,77 +122,83 @@ pt:
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: De
126
+ history: Histórico
127
+ last_updated: Última atualização
128
+ part_of: Parte de
129
+ published: Publicado em
130
+ see_all_updates: Ver todas as atualizações
131
+ toggle_less: Mostrar menos
132
+ toggle_more: mais de %{number} a mais
139
133
  modal_dialogue:
140
- close_modal:
134
+ close_modal: Fechar diálogo modal
141
135
  notice:
142
136
  banner_title:
143
137
  organisation_schema:
144
- all_content_search_description:
138
+ all_content_search_description: Encontrar todo o conteúdo de %{organisation}
145
139
  previous_and_next_navigation:
146
- pagination:
140
+ pagination: Paginação
147
141
  print_link:
148
- text:
142
+ text: Imprimir esta página
149
143
  radio:
150
- or:
144
+ or: ou
151
145
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
146
+ collections: Coleções
147
+ policies: Políticas
148
+ statistical_data_sets: Conjuntos de dados estatísticos
149
+ topical_events: Eventos temáticos
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: Coleção
152
+ external_links: Noutro lugar na web
153
+ policies: Política
154
+ publishers: Publicado por
155
+ related_contacts: Outros contactos
156
+ related_content: Conteúdo relacionado
157
+ related_external_links: Noutro lugar na web
158
+ related_guides: Orientação detalhada
159
+ statistical_data_sets: Conjunto de dados estatísticos
160
+ topical_events: Evento temático
161
+ topics: Explorar o tópico
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: Obter uma lista personalizada de ações
165
+ hub_page_title: Verificador Brexit
166
+ link_path: "/brexit"
167
+ link_text: Verifique o que precisa de fazer
168
+ title: Brexit
169
+ world_locations: Locais mundiais
173
170
  search_box:
174
- input_title:
175
- label:
176
- search_button:
171
+ input_title: Pesquisar
172
+ label: Pesquisar em GOV.UK
173
+ search_button: Pesquisar
177
174
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
175
+ announce_hide: A sua palavra-passe é ocultada
176
+ announce_show: A sua palavra-passe é mostrada
177
+ hide: Ocultar
178
+ hide_password: Ocultar palavra-passe
179
+ show: Mostrar
180
+ show_password: Mostrar palavra-passe
181
+ single_page_notification_button:
182
+ subscribe_text:
183
+ unsubscribe_text:
184
184
  skip_link:
185
- text:
185
+ text: Saltar para o conteúdo principal
186
186
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
187
+ hide: Ocultar
188
+ hide_all: Esconder todos os passos
189
+ show: Mostrar
190
+ show_all: Mostrar todos os passos
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: Obter e-mails
195
+ feed_link_label: Copie e cole este URL no seu leitor de feeds
196
+ feed_link_text: Subscrever o feed
197
+ subscriptions: Subscrições
198
198
  success_alert:
199
- success:
199
+ success: Ação bem-sucedida
200
200
  summary_list:
201
- delete:
202
- edit:
201
+ delete: Apagar
202
+ edit: Alterar
203
203
  tabs:
204
- contents:
204
+ contents: Conteúdos
@@ -1,48 +1,53 @@
1
1
  ---
2
2
  ro:
3
3
  common:
4
- translations:
4
+ translations: Traduceri
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Ascundeți
8
+ hide_all: Ascundeți toate secțiunile
9
+ show: Afișați
10
+ show_all: Afișați toate secțiunile
11
+ this_section_visually_hidden: " această secțiune"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Căutați în %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Acest fișier este în format <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: Comandați o copie
17
17
  page:
18
- one:
19
- other:
20
- reference:
21
- request_format_cta:
22
- request_format_details_html:
23
- request_format_text:
18
+ few:
19
+ one: 1 pagină
20
+ other: "%{count} pagini"
21
+ reference: 'Referință: %{reference}'
22
+ request_format_cta: Solicitați un format accesibil.
23
+ request_format_details_html: Dacă folosiți tehnologia de asistență (precum un cititor de ecran) și aveți nevoie de o versiune a acestui document într-un format mai accesibil, trimiteți un e-mail la <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Spuneți-ne de ce format aveți nevoie. Ne va ajuta dacă ne spuneți ce tehnologie de asistență folosiți.
24
+ request_format_text: Este posibil ca acest fișier să nu fie potrivit pentru utilizatorii de tehnologie de asistență.
24
25
  back_link:
25
- back:
26
+ back: Înapoi
26
27
  character_count:
27
- body:
28
+ body: Puteți introduce cel mult %{number} %{type}
28
29
  type:
29
- characters:
30
- words:
30
+ characters: caractere
31
+ words: cuvinte
31
32
  checkboxes:
32
- or:
33
+ or: sau
33
34
  contents_list:
34
- contents:
35
+ contents: Conținut
35
36
  contextual_sidebar:
36
- pretitle:
37
+ pretitle: Face parte și din
37
38
  cookie_banner:
38
39
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
40
+ accept_cookies: Acceptați cookie-urile suplimentare
41
+ reject_cookies: Respingeți cookie-urile suplimentare
42
+ confirmation_message_html: Puteți să %{link} în orice moment.
43
+ confirmation_message_link: modificați setările pentru cookie-uri
44
+ hide: Ascundeți acest mesaj
44
45
  text:
45
- title:
46
+ - Utilizăm unele cookie-uri esențiale pentru ca acest website să poată funcționa.
47
+ - Dorim să setăm cookie-uri suplimentare ca să înțelegem cum utilizați GOV.UK
48
+ - să ținem minte setările dvs. și să îmbunătățim serviciile guvernamentale.
49
+ - Folosim și cookie-uri setate de alte site-uri pentru a ne ajuta să livrăm conținut din serviciile acestora.
50
+ title: Cookie-uri pe GOV.UK
46
51
  devolved_nations:
47
52
  applies_to:
48
53
  connectors:
@@ -51,69 +56,59 @@ ro:
51
56
  england:
52
57
  northern_ireland:
53
58
  scotland:
59
+ type:
60
+ consultation:
61
+ detailed_guide:
62
+ guidance:
63
+ publication:
54
64
  wales:
55
65
  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':
66
+ close: Închideți
67
+ dont_include_personal_info: Nu includeți informații cu caracter personal sau financiar, precum numărul de asigurări sociale sau datele cardului de credit.
68
+ email_address: Adresa de e-mail
69
+ help_us_improve_govuk: Ajutați-ne să îmbunătățim GOV.UK
70
+ is_not_useful: această pagină nu este utilă
71
+ is_this_page_useful: Este această pagină utilă?
72
+ is_useful: această pagină este utilă
73
+ maybe: Poate
74
+ more_about_visit: Pentru a ne ajuta să îmbunătățim GOV.UK, am vrea să știm mai multe despre vizita dvs. de astăzi. Vă vom trimite un link către un formular de feedback. Completarea lui va dura doar 2 minute. Nu vă faceți griji, nu vă vom trimite spam și nu vom trimite adresa dvs. de e-mail nimănui.
75
+ 'no': Nu
76
+ send: Trimiteți
77
+ send_me_survey: Trimiteți-mi chestionarul
78
+ something_wrong: Raportați o problemă cu această pagină
79
+ thank_you_for_feedback: Mulțumim pentru feedback
80
+ what_doing: Ce făceați?
81
+ what_wrong: Ce eroare a survenit?
82
+ 'yes': Da
73
83
  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:
84
+ consultations: Consultații
85
+ departments: Departamente
86
+ get-involved: Implicați-vă
87
+ how-government-works: Cum funcționează guvernul
88
+ news_and_communications: Știri și comunicări
89
+ statistics: Statistici
90
+ worldwide: Global
86
91
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
92
+ 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>
93
+ licence_html: Tot conținutul este disponibil conform <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>, cu excepția cazurilor în care s-a specificat altceva
94
+ support_links: Linkuri către asistență
90
95
  layout_for_public:
91
96
  account_layout:
92
97
  feedback:
93
98
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
99
+ phase_banner_html:
101
100
  navigation:
102
- destroy_user_session:
103
101
  menu_bar:
104
102
  account:
105
103
  link_text:
106
104
  manage:
107
105
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
106
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
107
+ hide_button: Ascundeți căutarea
108
+ menu: Meniu
109
+ search_button: Căutați pe GOV.UK
110
+ show_button: Afișați căutarea
111
+ top_level: Nivel superior
117
112
  layout_super_navigation_header:
118
113
  logo_link_title:
119
114
  logo_text:
@@ -128,77 +123,83 @@ ro:
128
123
  popular_links_heading:
129
124
  search_text:
130
125
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
126
+ from: De la
127
+ history: Istoric
128
+ last_updated: Ultima actualizare
129
+ part_of: Parte din
130
+ published: Publicat
131
+ see_all_updates: Vedeți toate actualizările
132
+ toggle_less: Afișați mai puține
133
+ toggle_more: "+ încă %{number}"
139
134
  modal_dialogue:
140
- close_modal:
135
+ close_modal: Închideți dialogul modal
141
136
  notice:
142
137
  banner_title:
143
138
  organisation_schema:
144
- all_content_search_description:
139
+ all_content_search_description: Găsiți tot conținutul de la %{organisation}
145
140
  previous_and_next_navigation:
146
- pagination:
141
+ pagination: Paginație
147
142
  print_link:
148
- text:
143
+ text: Imprimați această pagină
149
144
  radio:
150
- or:
145
+ or: sau
151
146
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
147
+ collections: Colecții
148
+ policies: Politici
149
+ statistical_data_sets: Seturi de date statistice
150
+ topical_events: Evenimente pe anumite teme
156
151
  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:
152
+ collections: Colecție
153
+ external_links: Altundeva pe web
154
+ policies: Politică
155
+ publishers: Publicat de
156
+ related_contacts: Alte persoane de contact
157
+ related_content: Conținut asociat
158
+ related_external_links: Altundeva pe web
159
+ related_guides: Îndrumări detaliate
160
+ statistical_data_sets: Set de date statistice
161
+ topical_events: Eveniment pe o temă dată
162
+ topics: Explorați tema
168
163
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
164
+ hub_page_link_path: "/transition-check/questions"
165
+ hub_page_link_text: Descărcați o listă de acțiuni personalizate
166
+ hub_page_title: Verificator Brexit
167
+ link_path: "/brexit"
168
+ link_text: Verificați ce trebuie să faceți
169
+ title: Brexit
170
+ world_locations: Locații pe glob
173
171
  search_box:
174
- input_title:
175
- label:
176
- search_button:
172
+ input_title: Căutați
173
+ label: Căutați pe GOV.UK
174
+ search_button: Căutați
177
175
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
176
+ announce_hide: Parola dvs. este ascunsă
177
+ announce_show: Parola dvs. este afișată
178
+ hide: Ascundeți
179
+ hide_password: Ascundeți parola
180
+ show: Afișați
181
+ show_password: Afișați parola
182
+ single_page_notification_button:
183
+ subscribe_text:
184
+ unsubscribe_text:
184
185
  skip_link:
185
- text:
186
+ text: Accesați direct conținutul principal
186
187
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
188
+ hide: Ascundeți
189
+ hide_all: Ascundeți toți pașii
190
+ show: Afișați
191
+ show_all: Afișați toți pașii
191
192
  step_by_step_nav_related:
192
- part_of:
193
+ part_of: Parte din
193
194
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
195
+ email_signup_link_text: Primiți e-mailuri
196
+ feed_link_label: Copiați și inserați această adresă URL în cititorul de fluxuri
197
+ feed_link_text: Abonați-vă la flux
198
+ subscriptions: Abonamente
198
199
  success_alert:
199
- success:
200
+ success: Succes
200
201
  summary_list:
201
- delete:
202
- edit:
202
+ delete: Ștergeți
203
+ edit: Modificați
203
204
  tabs:
204
- contents:
205
+ contents: Conținut