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,54 @@
1
1
  ---
2
2
  gd:
3
3
  common:
4
- translations:
4
+ translations: Aistriúchán
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Cheilt
8
+ hide_all: Scrios gach cuid
9
+ show: Taispeántas
10
+ show_all: Taispeáin gach cuid
11
+ this_section_visually_hidden: " An chuid seo"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Cuardaigh %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Is í formáid na ndoiciméad sin <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: Coinnigh cóip
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 leathanach
20
+ other: "%{count} leathanaigh"
21
+ two:
22
+ reference: 'Tagairt: %{reference}'
23
+ request_format_cta: Is féidir leat formáid inrochtana a iarraidh.
24
+ request_format_details_html: Má tá an doiciméad seo bunaithe ar theicneolaíocht chúnta (cosúil le léitheoir scáileáin) agus má theastaíonn leagan níos inrochtana den doiciméad seo uait, seol ríomhphost chuig <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Inis dúinn cén fhormáid atá uait. Le cuidiú linn, is féidir leat a rá linn freisin na teicneolaíochtaí a úsáidtear chun cabhrú leat.
25
+ request_format_text: B’fhéidir nach mbeidh an comhad seo oiriúnach d’úsáideoirí feistí cúnta.
24
26
  back_link:
25
- back:
27
+ back: filleadh
26
28
  character_count:
27
- body:
29
+ body: Caithfidh tú %{number} %{type} a iontráil ar a mhéad
28
30
  type:
29
- characters:
30
- words:
31
+ characters: Figiúr
32
+ words: Carachtar
31
33
  checkboxes:
32
- or:
34
+ or: Cá háit
33
35
  contents_list:
34
- contents:
36
+ contents: Clár ábhair
35
37
  contextual_sidebar:
36
- pretitle:
38
+ pretitle: Tá cuid ann
37
39
  cookie_banner:
38
40
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
41
+ accept_cookies: Glac le fianáin bhreise
42
+ reject_cookies: Diúltaigh fianáin bhreise
43
+ confirmation_message_html: Is féidir leat %{link} ag am ar bith.
44
+ confirmation_message_link: Athraigh do chuid socruithe fianán
45
+ hide: Folaigh an teachtaireacht seo
44
46
  text:
45
- title:
47
+ - Úsáidimid fianáin áirithe atá riachtanach le haghaidh gnáthoibriú an láithreáin ghréasáin seo
48
+ - Ba mhaith linn fianáin bhreise a shocrú chun tuiscint a fháil ar an gcaoi a n-úsáideann tú GOV.UK
49
+ - cuimhnigh ar do chuid socruithe agus seirbhísí rialtais a fheabhsú
50
+ - Úsáidimid láithreáin ghréasáin eile freisin Na fianáin a leagtar síos cabhrú linn ábhar a sholáthar óna gcuid seirbhísí.
51
+ title: Fianáin ar GOV.UK
46
52
  devolved_nations:
47
53
  applies_to:
48
54
  connectors:
@@ -51,69 +57,59 @@ gd:
51
57
  england:
52
58
  northern_ireland:
53
59
  scotland:
60
+ type:
61
+ consultation:
62
+ detailed_guide:
63
+ guidance:
64
+ publication:
54
65
  wales:
55
66
  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':
67
+ close: Dúnadh
68
+ dont_include_personal_info: Ná cuir aon fhaisnéis phearsanta nó airgeadais san áireamh, mar d’uimhir Árachais Náisiúnta nó sonraí cárta creidmheasa.
69
+ email_address: seoladh ríomhphoist
70
+ help_us_improve_govuk: Cuidigh linn GOV.UK a fheabhsú
71
+ is_not_useful: Tá an leathanach seo gan úsáid
72
+ is_this_page_useful: An bhfuil an leathanach seo úsáideach?
73
+ is_useful: Tá an leathanach seo úsáideach
74
+ maybe: B’fhéidir
75
+ more_about_visit: Le cuidiú linn GOV.UK a dhéanamh níos fearr, tá súil againn níos mó a chloisteáil faoi do chuairt inniu. Seolfaimid nasc chuig an bhfoirm aiseolais chugat. Ní thógann sé ach 2 nóiméad an fhoirm seo a líonadh. Ná bíodh imní ort, ní sheolfaimid spam chugat ná ní roinnfimid do sheoladh ríomhphoist le tríú páirtithe.
76
+ 'no':
77
+ send: seol
78
+ send_me_survey: Seol fiosrúchán chugam
79
+ something_wrong: Tuairiscigh fadhb leis an leathanach seo
80
+ thank_you_for_feedback: Go raibh maith agat as a rá
81
+ what_doing: Cad atá á dhéanamh agat ?
82
+ what_wrong: Cad a chuaigh mícheart?
83
+ 'yes': Sea
73
84
  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:
85
+ consultations: Téigh i gcomhairle
86
+ departments: Roinn
87
+ get-involved: Páirt a ghlacadh
88
+ how-government-works: Conas a oibríonn an rialtas
89
+ news_and_communications: Nuacht agus cumarsáid
90
+ statistics: Sonraí staidrimh
91
+ worldwide: Sa domhan ar fad
86
92
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
93
+ 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>
94
+ licence_html: Tá an t-ábhar go léir ar fáil faoi <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Oibriú saor in aisce v3.0</a>, mura luaitear a mhalairt
95
+ support_links: Nasc tacaíochta
90
96
  layout_for_public:
91
97
  account_layout:
92
98
  feedback:
93
99
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
100
+ phase_banner_html:
101
101
  navigation:
102
- destroy_user_session:
103
102
  menu_bar:
104
103
  account:
105
104
  link_text:
106
105
  manage:
107
106
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
107
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
108
+ hide_button: Folaigh cuardach
109
+ menu: Biachlár
110
+ search_button: Cuardaigh GOV.UK
111
+ show_button: Taispeáin cuardach
112
+ top_level: Tús an taighde
117
113
  layout_super_navigation_header:
118
114
  logo_link_title:
119
115
  logo_text:
@@ -128,77 +124,83 @@ gd:
128
124
  popular_links_heading:
129
125
  search_text:
130
126
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
127
+ from: De
128
+ history: Stairiúil
129
+ last_updated: Nuashonrú deireanach
130
+ part_of: Chuid
131
+ published: Arna chur suas
132
+ see_all_updates: Féach gach nuashonrú
133
+ toggle_less: Taispeáin níos lú
134
+ toggle_more: " + %{number} níos mó"
139
135
  modal_dialogue:
140
- close_modal:
136
+ close_modal: Dún an dialóg módúil
141
137
  notice:
142
138
  banner_title:
143
139
  organisation_schema:
144
- all_content_search_description:
140
+ all_content_search_description: Faigh gach rud ó %{organisation}
145
141
  previous_and_next_navigation:
146
- pagination:
142
+ pagination: Leathanach
147
143
  print_link:
148
- text:
144
+ text: priontáil an leathanach seo
149
145
  radio:
150
- or:
146
+ or: Cá háit
151
147
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
148
+ collections: Bailiúcháin
149
+ policies: Polasaithe
150
+ statistical_data_sets: Tacair sonraí staidrimh
151
+ topical_events: Cad atá ag tarlú anois
156
152
  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:
153
+ collections: Bailiúchán
154
+ external_links: Áit eile ar an ngréasán
155
+ policies: Polaitíocht
156
+ publishers: Arna fhoilsiú ag
157
+ related_contacts: Teagmhálacha eile
158
+ related_content: Faisnéis ghaolmhar
159
+ related_external_links: Áit eile ar an ngréasán
160
+ related_guides: Comhairle mhionsonraithe
161
+ statistical_data_sets: Tacar sonraí staidrimh
162
+ topical_events: Imeacht reatha
163
+ topics: Déan iniúchadh ar théamaí
168
164
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
165
+ hub_page_link_path: "/transition-check/questions"
166
+ hub_page_link_text: Faigh liosta de ghníomhartha pearsantaithe
167
+ hub_page_title: Fíorú Brexit
168
+ link_path: "/brexit"
169
+ link_text: Seiceáil cad is gá duit aird a thabhairt air
170
+ title: Brexit
171
+ world_locations: Áit ar domhan
173
172
  search_box:
174
- input_title:
175
- label:
176
- search_button:
173
+ input_title: Taighde
174
+ label: Cuardaigh ar GOV.UK
175
+ search_button: Taighde
177
176
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
177
+ announce_hide: Tá do chuid focal i bhfolach
178
+ announce_show: Taispeántar do chuid focal
179
+ hide: Cheilt
180
+ hide_password: Folaigh pasfhocal
181
+ show: Taispeántas
182
+ show_password: Taispeáin pasfhocal
183
+ single_page_notification_button:
184
+ subscribe_text:
185
+ unsubscribe_text:
184
186
  skip_link:
185
- text:
187
+ text: Scipeáil chuig an bpríomhábhar
186
188
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
189
+ hide: Cheilt
190
+ hide_all: Folaigh gach céim
191
+ show: Taispeántas
192
+ show_all: Taispeáin gach céim den chlár
191
193
  step_by_step_nav_related:
192
- part_of:
194
+ part_of: Chuid
193
195
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
196
+ email_signup_link_text: Faigh r-phost
197
+ feed_link_label: Cóipeáil agus greamaigh an URL seo i do léitheoir beatha
198
+ feed_link_text: Liostáil le fotha
199
+ subscriptions: Sintiús
198
200
  success_alert:
199
- success:
201
+ success: Rath
200
202
  summary_list:
201
- delete:
202
- edit:
203
+ delete: Scriosadh
204
+ edit: A mhodhnú
203
205
  tabs:
204
- contents:
206
+ contents: Clár ábhair
@@ -1,48 +1,52 @@
1
1
  ---
2
2
  gu:
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'>ઓપન ડૉક્યુમેન્ટ</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
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
39
+ accept_cookies: અતિરિક્ત કુકીઝ સ્વીકારો
40
+ reject_cookies: અતિરિક્ત કુકીઝને નકારો
41
+ confirmation_message_html: તમે કોઈ પણ સમયે %{link} કરી શકો છો.
42
+ confirmation_message_link: તમારું કુકી સેટિંગ્સ બદલો
43
+ hide: આ સંદેશને હાઈડ કરો
44
44
  text:
45
- title:
45
+ - આ વેબસાઇટ કામ કરે તે માટે અમે કેટલીક આવશ્યક કુકીઝ વાપરીએ છીએ.
46
+ - તમે GOV.UKનો ઉપયોગ કેવી રીતે કરો છો
47
+ - તે સમજવા માટે
48
+ - તમારી સેટિંગ્સ યાદ રાખવા માટે અને સરકારી સેવાઓમાં સુધારો કરવા માટે અમે અતિરિક્ત કુકીઝ સેટ કરવા માંગીએ છીએ.”
49
+ title: GOV.UK પર કુકીઝ
46
50
  devolved_nations:
47
51
  applies_to:
48
52
  connectors:
@@ -51,69 +55,59 @@ gu:
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: બંધ કરો
66
+ dont_include_personal_info: તમારો રાષ્ટ્રીય વીમા નંબર અથવા ક્રેડિટ કાર્ડ વિગતો જેવી વ્યક્તિગત કે નાણાંકીય માહિતી તેમાં સામેલ કરશો નહીં.
67
+ email_address: ઈમેલ એડ્રેસ
68
+ help_us_improve_govuk: GOV.UK માં સુધારો કરવા અમારી મદદ કરો
69
+ is_not_useful: આ પૃષ્ઠ ઉપયોગી નથી
70
+ is_this_page_useful: શું આ પૃષ્ઠ ઉપયોગી છે?
71
+ is_useful: આ પૃષ્ઠ ઉપયોગી છે
72
+ maybe: કદાચ
73
+ more_about_visit: GOV.UK માં સુધારો કરવામાં અમને મદદ થાય, તે માટે અમે તમારી આજની મુલાકાત વિશે વધુ જાણવા ઇચ્છીએ છીએ.અમે તમને ફીડબૅક ફોર્મની લિન્ક મોકલીશું.તે ભરવા માટે તમને માત્ર 2 મિનિટ લાગશે. ચિંતા ના કરશો, અમે તમને સ્પામ મોકલીશું નહીં કે તમારો ઈમેલ એડ્રેસ કોઇની સાથે શેર કરીશું નહીં.
74
+ 'no': ના
75
+ send: સેન્ડ કરો
76
+ send_me_survey: મને સર્વે મોકલો
77
+ something_wrong: આ પૃષ્ઠ સાથે સમસ્યા જણાવો
78
+ thank_you_for_feedback: તમારા ફીડબૅક બદલ તમારો આભાર
79
+ what_doing: તમે શું કરી રહ્યા હતા?
80
+ what_wrong: શું ગરબડ થઈ?
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: પરામર્શ
84
+ departments: વિભાગો
85
+ get-involved: સામેલ કરો
86
+ how-government-works: સરકાર કેવી રીતે કામ કરે છે
87
+ news_and_communications: સમાચાર અને સંદેશાવ્યવહાર
88
+ statistics: આંકડા
89
+ worldwide: વિશ્વવ્યાપી
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/">© ક્રાઉન કૉપીરાઇટ</a>
92
+ licence_html: તમામ સામગ્રી<a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> ઓપન ગવર્નમેંટ લાઇસન્સ v3.0</a>હેઠળ ઉપલબ્ધ છે, સિવાય કે અન્યથા જણાવેલ હોય
93
+ support_links: સપોર્ટ લિંક્સ
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: સર્ચને હાઈડ કરો
107
+ menu: મેનૂ
108
+ search_button: GOV.UK શોધો
109
+ show_button: સર્ચ બતાવો
110
+ top_level: ઉચ્ચ સ્તર
117
111
  layout_super_navigation_header:
118
112
  logo_link_title:
119
113
  logo_text:
@@ -128,77 +122,83 @@ gu:
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: થી
126
+ history: હિસ્ટરી
127
+ last_updated: છેલ્લે અપડેટ કરવામાં આવ્યું
128
+ part_of: નો ભાગ
129
+ published: પ્રકાશિત
130
+ see_all_updates: તમામ અપડેટ્સ જુઓ
131
+ toggle_less: થોડા ઓછા દર્શાવો
132
+ toggle_more: "+ %{number} વધુ"
139
133
  modal_dialogue:
140
- close_modal:
134
+ close_modal: મોડલ ડાયલોગ બંધ કરો
141
135
  notice:
142
136
  banner_title:
143
137
  organisation_schema:
144
- all_content_search_description:
138
+ all_content_search_description: "%{organisation} થી તમામ સામગ્રી શોધો"
145
139
  previous_and_next_navigation:
146
- pagination:
140
+ pagination: પૃષ્ઠ ક્રમાંકન
147
141
  print_link:
148
- text:
142
+ text: આ પૃષ્ઠ પ્રિન્ટ કરો
149
143
  radio:
150
- or:
144
+ or: અથવા
151
145
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
146
+ collections: સંગ્રહો
147
+ policies: નીતિઓ
148
+ statistical_data_sets: આંકડાકીય ડેટા સેટ્સ
149
+ topical_events: પ્રસંગોચિત ઘટનાઓ
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: સંગ્રહ
152
+ external_links: વેબ પર અન્ય સ્થાને
153
+ policies: નીતિ
154
+ publishers: દ્વારા પ્રકાશિત
155
+ related_contacts: અન્ય સંપર્કો
156
+ related_content: સંબંધિત સામગ્રી
157
+ related_external_links: વેબ પર અન્ય સ્થાને
158
+ related_guides: વિગતવાર માર્ગદર્શન
159
+ statistical_data_sets: આંકડાકીય ડેટા સેટ
160
+ topical_events: પ્રસંગોચિત ઘટના
161
+ topics: વિષય એક્સ્પ્લોર કરો
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: ક્રિયાઓની વ્યક્તિગત યાદી મેળવો
165
+ hub_page_title: બ્રેક્ઝિટ ચેકર
166
+ link_path: "/brexit"
167
+ link_text: તમારે શું કરવું પડશે તે તપાસો
168
+ title: બ્રેક્ઝિટ
169
+ world_locations: વૈશ્વિક લોકેશન્સ
173
170
  search_box:
174
- input_title:
175
- label:
176
- search_button:
171
+ input_title: શોધો
172
+ label: GOV.UK પર શોધો
173
+ search_button: શોધો
177
174
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
175
+ announce_hide: તમારો પાસવર્ડ હાઈડ કરેલ છે
176
+ announce_show: તમારો પાસવર્ડ દર્શાવ્યો છે
177
+ hide: હાઈડ
178
+ hide_password: પાસવર્ડ હાઈડ કરો
179
+ show: દર્શાવો
180
+ show_password: પાસવર્ડ દર્શાવો
181
+ single_page_notification_button:
182
+ subscribe_text:
183
+ unsubscribe_text:
184
184
  skip_link:
185
- text:
185
+ text: મુખ્ય સામગ્રી પર જાઓ
186
186
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
187
+ hide: હાઈડ કરો
188
+ hide_all: તમામ સ્ટેપ્સ હાઈડ કરો
189
+ show: દર્શાવો
190
+ show_all: તમામ સ્ટેપ્સ દર્શાવો
191
191
  step_by_step_nav_related:
192
- part_of:
192
+ part_of: નો ભાગ
193
193
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
194
+ email_signup_link_text: ઈમેલ્સ મેળવો
195
+ feed_link_label: આ URL કૉપી કરીને તમારા ફીડ રીડરમાં પેસ્ટ કરો
196
+ feed_link_text: ફીડ માટે સબ્સ્ક્રાઈબ કરો
197
+ subscriptions: સબ્સ્ક્રિપ્શન
198
198
  success_alert:
199
- success:
199
+ success: સફળતા
200
200
  summary_list:
201
- delete:
202
- edit:
201
+ delete: ડિલીટ કરો
202
+ edit: બદલો
203
203
  tabs:
204
- contents:
204
+ contents: સામગ્રી