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
  he:
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
+ - 'אנו משתמשים גם בקובצי עוגיות שהוגדרו על ידי אתרים אחרים שיעזרו לנו להעביר תוכן משירותיהם. '
49
+ title: עוגיות ב- GOV.UK
46
50
  devolved_nations:
47
51
  applies_to:
48
52
  connectors:
@@ -51,69 +55,59 @@ he:
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/">© 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 @@ he:
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: מצא את כל התוכן של %{organization}
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: תוכן
@@ -1,48 +1,52 @@
1
1
  ---
2
2
  hi:
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 @@ hi:
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 @@ hi:
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: "%{organization} से सभी सामग्री खोजें"
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: विषय-वस्तु