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,55 @@
1
1
  ---
2
2
  et:
3
3
  common:
4
- translations:
4
+ translations: Tõlked
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Peida
8
+ hide_all: Peida kõik jaotised
9
+ show: Kuva
10
+ show_all: Kuva kõik jaotised
11
+ this_section_visually_hidden: " see jaotis"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Otsi %{title} piires
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: See fail on <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> vormingus
16
+ order_a_copy: Telli koopia
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 leht
19
+ other: "%{count} lehte"
20
+ reference: 'Viide: %{reference}'
21
+ request_format_cta: Taotlege juurdepääsetavat vormingut.
22
+ request_format_details_html: Kui kasutate hõlbustustehnoloogiat (nt ekraanilugerit) ja vajate seda dokumenti juurdepääsetavamas vormingus, saatke e-kiri aadressil <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Palun öelge meile, millist vormingut vajate. See aitab meid, kui ütlete, millist hõlbustustehnoloogiat kasutate.
23
+ request_format_text: See fail ei pruugi hõlbustustehnoloogia kasutajatele sobida.
24
24
  back_link:
25
- back:
25
+ back: Tagasi
26
26
  character_count:
27
- body:
27
+ body: Saate sisestada kuni %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: tähemärki
30
+ words: sõnu
31
31
  checkboxes:
32
- or:
32
+ or: või
33
33
  contents_list:
34
- contents: Sisukord
34
+ contents: Sisu
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Samuti osa
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: Nõustu täiendavate küpsistega
40
+ reject_cookies: Keeldu täiendavatest küpsistest
41
+ confirmation_message_html: Saate %{link} igal ajal.
42
+ confirmation_message_link: muuda oma küpsiste seadeid
43
+ hide: Peida see sõnum
44
44
  text:
45
- title:
45
+ - Kasutame selle veebisaidi toimimiseks mõningaid olulisi küpsiseid.
46
+ - Soovime seadistada täiendavaid küpsiseid
47
+ - et mõista
48
+ - kuidas te saiti GOV.UK kasutate
49
+ - sätete meeldejätmiseks ja riigiteenuste täiustamiseks.
50
+ - kasutame ka teiste saitide seadistatud küpsiseid
51
+ - mis aitavad meil nende teenuste sisu edastada.
52
+ title: Küpsised saidil GOV.UK
46
53
  devolved_nations:
47
54
  applies_to:
48
55
  connectors:
@@ -51,69 +58,59 @@ et:
51
58
  england:
52
59
  northern_ireland:
53
60
  scotland:
61
+ type:
62
+ consultation:
63
+ detailed_guide:
64
+ guidance:
65
+ publication:
54
66
  wales:
55
67
  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':
68
+ close: Sulge
69
+ dont_include_personal_info: Ärge lisage isiklikku ega finantsteavet, näiteks oma isikukoodi ega krediitkaardi andmeid.
70
+ email_address: E-posti aadress
71
+ help_us_improve_govuk: Aidake meil saiti GOV.UK täiustada
72
+ is_not_useful: sellest lehest pole kasu
73
+ is_this_page_useful: Kas sellest lehest on kasu?
74
+ is_useful: sellest lehest on kasu
75
+ maybe: Võib-olla
76
+ more_about_visit: Saidi GOV.UK täiustamiseks sooviksime teie tänasest külastusest rohkem teada saada. Saadame teile tagasiside vormi lingi. Täitmiseks kulub vaid 2 minutit. Ärge muretsege, me ei saada teile rämpsposti ega jaga teie e-posti aadressi kellegagi.
77
+ 'no': Ei
78
+ send: Saada
79
+ send_me_survey: Saada mulle küsitlus
80
+ something_wrong: Teata selle lehe probleemist
81
+ thank_you_for_feedback: Tänan tagasiside eest
82
+ what_doing: Mida te tegite?
83
+ what_wrong: Mis läks valesti?
84
+ 'yes': Jah
73
85
  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:
86
+ consultations: Konsultatsioonid
87
+ departments: Osakonnad
88
+ get-involved: Osalemine
89
+ how-government-works: Kuidas valitsus töötab
90
+ news_and_communications: Uudised ja teabevahetus
91
+ statistics: Statistika
92
+ worldwide: Kogu maailmas
86
93
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
94
+ 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/">© Crowni autoriõigus</a>
95
+ licence_html: Kogu sise on saadaval <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> all, kui pole märgitud teisiti
96
+ support_links: Tugiteenuste lingid
90
97
  layout_for_public:
91
98
  account_layout:
92
99
  feedback:
93
100
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
101
+ phase_banner_html:
101
102
  navigation:
102
- destroy_user_session:
103
103
  menu_bar:
104
104
  account:
105
105
  link_text:
106
106
  manage:
107
107
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
108
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
109
+ hide_button: Peida otsing
110
+ menu: Menüü
111
+ search_button: Otsi saidilt GOV.UK
112
+ show_button: Kuva otsing
113
+ top_level: Kõrgeim tase
117
114
  layout_super_navigation_header:
118
115
  logo_link_title:
119
116
  logo_text:
@@ -128,77 +125,83 @@ et:
128
125
  popular_links_heading:
129
126
  search_text:
130
127
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
128
+ from: Alates
129
+ history: Ajalugu
130
+ last_updated: Viimati värskendatud
131
+ part_of: Osa
132
+ published: Avaldatud
133
+ see_all_updates: Vt kõiki värskendusi
134
+ toggle_less: Kuva vähem
135
+ toggle_more: "+ %{number} veel"
139
136
  modal_dialogue:
140
- close_modal:
137
+ close_modal: Sule modaalne dialoog
141
138
  notice:
142
139
  banner_title:
143
140
  organisation_schema:
144
- all_content_search_description:
141
+ all_content_search_description: Leidke kogu ettevõtte %{organization} sisu
145
142
  previous_and_next_navigation:
146
- pagination:
143
+ pagination: Lehekülgede jaotus
147
144
  print_link:
148
- text:
145
+ text: Prindi see leht
149
146
  radio:
150
- or:
147
+ or: või
151
148
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
149
+ collections: Kogud
150
+ policies: Eeskirjad
151
+ statistical_data_sets: Statistilised andmekogumid
152
+ topical_events: Teemakohased sündmused
156
153
  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:
154
+ collections: Kogu
155
+ external_links: Mujal võrgus
156
+ policies: Eeskirjad
157
+ publishers: Avaldaja
158
+ related_contacts: Muud kontaktid
159
+ related_content: Seotud sisu
160
+ related_external_links: Mujal võrgus
161
+ related_guides: Üksikasjalikud juhised
162
+ statistical_data_sets: Statistiline andmekogum
163
+ topical_events: Teemakohane sündmus
164
+ topics: Uuri teemat
168
165
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
166
+ hub_page_link_path: "/transition-check/questions"
167
+ hub_page_link_text: Hangi isikupärastatud toimingute loend
168
+ hub_page_title: Brexiti kontrollitööriist
169
+ link_path: "/brexit"
170
+ link_text: Kontrollige, mida peate tegema
171
+ title: Brexit
172
+ world_locations: Maailma asukohad
173
173
  search_box:
174
- input_title:
175
- label:
176
- search_button:
174
+ input_title: Otsing
175
+ label: Otsige saidilt GOV.UK
176
+ search_button: Otsing
177
177
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
178
+ announce_hide: Teie parool on peidetud
179
+ announce_show: Teie parooli kuvatakse
180
+ hide: Peida
181
+ hide_password: Peida parool
182
+ show: Kuva
183
+ show_password: Kuva parool
184
+ single_page_notification_button:
185
+ subscribe_text:
186
+ unsubscribe_text:
184
187
  skip_link:
185
- text:
188
+ text: Mine põhisisu juurde
186
189
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
190
+ hide: Peida
191
+ hide_all: Peida kõik sammud
192
+ show: Kuva
193
+ show_all: Kuva kõik sammud
191
194
  step_by_step_nav_related:
192
- part_of:
195
+ part_of: Osa
193
196
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
197
+ email_signup_link_text: Hangi e-kirju
198
+ feed_link_label: Kopeerige ja kleepige see URL oma voo lugerisse
199
+ feed_link_text: Telli voog
200
+ subscriptions: Tellimused
198
201
  success_alert:
199
- success:
202
+ success: Õnnestus
200
203
  summary_list:
201
- delete:
202
- edit:
204
+ delete: Kustuta
205
+ edit: Muuda
203
206
  tabs:
204
- contents:
207
+ contents: Sisu
@@ -1,48 +1,51 @@
1
1
  ---
2
2
  fa:
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
- 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
+ title: کوکی‌ها در GOV.UK
46
49
  devolved_nations:
47
50
  applies_to:
48
51
  connectors:
@@ -51,69 +54,59 @@ fa:
51
54
  england:
52
55
  northern_ireland:
53
56
  scotland:
57
+ type:
58
+ consultation:
59
+ detailed_guide:
60
+ guidance:
61
+ publication:
54
62
  wales:
55
63
  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':
64
+ close: بستن
65
+ dont_include_personal_info: شامل اطلاعات شخصی یا مالی شما از جمله شماره بیمه ملی یا جزئیات کارت اعتباری شما نمی‌شود.
66
+ email_address: آدرس ایمیل
67
+ help_us_improve_govuk: به ما کمک کنید تا GOV.UK را بهبود ببخشیم
68
+ is_not_useful: این صفحه مفید نیست
69
+ is_this_page_useful: آیا این صفحه مفید است؟
70
+ is_useful: این صفحه مفید است
71
+ maybe: شاید
72
+ more_about_visit: برای کمک به اینکه بتوانیم GOV.UK را بهبود ببخشیم، می‌خواهیم اطلاعات بیشتری درباره مراجعه امروز شما داشته باشیم. ما یک لینک را که مربوط به فرم بازخورد است، برای شما ارسال خواهیم کرد. پر کردن این فرم تنها 2 دقیقه طول خواهد کشید. نگران نباشید ما هرزنامه برای شما ارسال نمی‌کنیم و آدرس ایمیل شما را با هیچ‌کس به اشتراک نمی‌گذاریم.
73
+ 'no': خیر
74
+ send: ارسال
75
+ send_me_survey: نظرسنجی را برای من ارسال کن
76
+ something_wrong: گزارش مشکل در این صفحه
77
+ thank_you_for_feedback: از بازخورد شما متشکریم
78
+ what_doing: داشتید چه کار می‌کردید؟
79
+ what_wrong: چه مشکلی پیش آمد؟
80
+ 'yes': بله
73
81
  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:
82
+ consultations: مشاوره‌ها
83
+ departments: اداره‌ها
84
+ get-involved: مشارکت کنید
85
+ how-government-works: نحوه عملکرد دولت
86
+ news_and_communications: اخبار و ارتباطات
87
+ statistics: آمار
88
+ worldwide: جهانی
86
89
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
90
+ 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</a>
91
+ licence_html: تمام محتوا تحت <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">مجوز دولت باز نسخه 3.0</a> در دسترس است، مگر در مواردی که خلاف آن بیان شده باشد
92
+ support_links: لینک‌های پشتیبان
90
93
  layout_for_public:
91
94
  account_layout:
92
95
  feedback:
93
96
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
97
+ phase_banner_html:
101
98
  navigation:
102
- destroy_user_session:
103
99
  menu_bar:
104
100
  account:
105
101
  link_text:
106
102
  manage:
107
103
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
104
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
105
+ hide_button: مخفی کردن جستجو
106
+ menu: منو
107
+ search_button: جستجو در GOV.UK
108
+ show_button: نمایش جستجو
109
+ top_level: سطح بالا
117
110
  layout_super_navigation_header:
118
111
  logo_link_title:
119
112
  logo_text:
@@ -128,77 +121,83 @@ fa:
128
121
  popular_links_heading:
129
122
  search_text:
130
123
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
124
+ from: از
125
+ history: تاریخچه
126
+ last_updated: آخرین بروزرسانی
127
+ part_of: بخشی از
128
+ published: منتشر شده
129
+ see_all_updates: مشاهده تمام بروزرسانی‌ها
130
+ toggle_less: نمایش کمتر
131
+ toggle_more: "+ %{number} بیشتر"
139
132
  modal_dialogue:
140
- close_modal:
133
+ close_modal: بستن گفتگوی مودال
141
134
  notice:
142
135
  banner_title:
143
136
  organisation_schema:
144
- all_content_search_description:
137
+ all_content_search_description: یافتن تمام محتوا از %{organisation}
145
138
  previous_and_next_navigation:
146
- pagination:
139
+ pagination: صفحه‌بندی
147
140
  print_link:
148
- text:
141
+ text: چاپ این صفحه
149
142
  radio:
150
- or:
143
+ or: یا
151
144
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
145
+ collections: مجموعه‌ها
146
+ policies: سیاست ها
147
+ statistical_data_sets: مجموعه داده‌های آماری
148
+ topical_events: رویدادهای موضوعی
156
149
  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:
150
+ collections: مجموعه
151
+ external_links: هر جای دیگری در وب
152
+ policies: سیاست
153
+ publishers: منتشر شده توسط
154
+ related_contacts: اطلاعات تماس دیگر
155
+ related_content: محتوای مرتبط
156
+ related_external_links: هر جای دیگری در وب
157
+ related_guides: راهنمای جزئی
158
+ statistical_data_sets: مجموعه داده آماری
159
+ topical_events: رویداد موضوعی
160
+ topics: کاوش موضوع
168
161
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
162
+ hub_page_link_path: "/transition-check/questions"
163
+ hub_page_link_text: دریافت یک لیست شخصی‌سازی‌شده از اقدامات
164
+ hub_page_title: بررسی کننده برگزیت
165
+ link_path: "/brexit"
166
+ link_text: آنچه را باید انجام دهید، بررسی کنید
167
+ title: برگزیت
168
+ world_locations: مکان‌های جهانی
173
169
  search_box:
174
- input_title:
175
- label:
176
- search_button:
170
+ input_title: جستجو
171
+ label: جستجو در GOV.UK
172
+ search_button: جستجو
177
173
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
174
+ announce_hide: رمز عبور شما مخفی شده است
175
+ announce_show: رمز عبور شما نمایش داده شده است
176
+ hide: مخفی کردن
177
+ hide_password: مخفی کردن رمز عبور
178
+ show: نمایش
179
+ show_password: نمایش رمز عبور
180
+ single_page_notification_button:
181
+ subscribe_text:
182
+ unsubscribe_text:
184
183
  skip_link:
185
- text:
184
+ text: رفتن به محتوای اصلی
186
185
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
186
+ hide: مخفی کردن
187
+ hide_all: مخفی کردن تمام مراحل
188
+ show: نمایش
189
+ show_all: نمایش تمام مراحل
191
190
  step_by_step_nav_related:
192
- part_of:
191
+ part_of: بخشی از
193
192
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
193
+ email_signup_link_text: دریافت ایمیل‌ها
194
+ feed_link_label: این آدرس را در فید خوان خود کپی کرده و بچسبانید
195
+ feed_link_text: اشتراک در فید
196
+ subscriptions: اشتراک‌ها
198
197
  success_alert:
199
- success:
198
+ success: موفق
200
199
  summary_list:
201
- delete:
202
- edit:
200
+ delete: حذف
201
+ edit: تغییر
203
202
  tabs:
204
- contents:
203
+ contents: محتوا