govuk_publishing_components 57.1.0 → 57.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/govuk_publishing_components/intervention/hmrc.svg +5 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-core.js +4 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +22 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-form-tracker.js +72 -12
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-specialist-link-tracker.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/pii-remover.js +10 -0
- data/app/assets/javascripts/govuk_publishing_components/components/add-another.js +57 -7
- data/app/assets/javascripts/govuk_publishing_components/components/reorderable-list.js +24 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_intervention.scss +17 -0
- data/app/controllers/govuk_publishing_components/audit_controller.rb +0 -1
- data/app/views/govuk_publishing_components/components/_add_another.html.erb +2 -0
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +7 -2
- data/app/views/govuk_publishing_components/components/_reorderable_list.html.erb +24 -2
- data/app/views/govuk_publishing_components/components/docs/add_another.yml +25 -0
- data/app/views/govuk_publishing_components/components/docs/intervention.yml +10 -0
- data/app/views/govuk_publishing_components/components/docs/reorderable_list.yml +16 -0
- data/config/locales/ar.yml +12 -3
- data/config/locales/az.yml +12 -3
- data/config/locales/be.yml +12 -3
- data/config/locales/bg.yml +12 -3
- data/config/locales/bn.yml +12 -3
- data/config/locales/cs.yml +12 -3
- data/config/locales/cy.yml +14 -5
- data/config/locales/da.yml +12 -3
- data/config/locales/de.yml +12 -3
- data/config/locales/dr.yml +12 -3
- data/config/locales/el.yml +12 -3
- data/config/locales/en.yml +16 -7
- data/config/locales/es-419.yml +12 -3
- data/config/locales/es.yml +12 -3
- data/config/locales/et.yml +12 -3
- data/config/locales/fa.yml +12 -3
- data/config/locales/fi.yml +12 -3
- data/config/locales/fr.yml +12 -3
- data/config/locales/gd.yml +12 -3
- data/config/locales/gu.yml +12 -3
- data/config/locales/he.yml +12 -3
- data/config/locales/hi.yml +12 -3
- data/config/locales/hr.yml +12 -3
- data/config/locales/hu.yml +12 -3
- data/config/locales/hy.yml +12 -3
- data/config/locales/id.yml +12 -3
- data/config/locales/is.yml +12 -3
- data/config/locales/it.yml +12 -3
- data/config/locales/ja.yml +12 -3
- data/config/locales/ka.yml +12 -3
- data/config/locales/kk.yml +12 -3
- data/config/locales/ko.yml +12 -3
- data/config/locales/lt.yml +12 -3
- data/config/locales/lv.yml +12 -3
- data/config/locales/ms.yml +12 -3
- data/config/locales/mt.yml +12 -3
- data/config/locales/ne.yml +12 -6
- data/config/locales/nl.yml +12 -3
- data/config/locales/no.yml +12 -3
- data/config/locales/pa-pk.yml +12 -3
- data/config/locales/pa.yml +12 -3
- data/config/locales/pl.yml +12 -3
- data/config/locales/ps.yml +12 -3
- data/config/locales/pt.yml +12 -3
- data/config/locales/ro.yml +12 -3
- data/config/locales/ru.yml +12 -3
- data/config/locales/si.yml +12 -3
- data/config/locales/sk.yml +12 -3
- data/config/locales/sl.yml +12 -3
- data/config/locales/so.yml +12 -3
- data/config/locales/sq.yml +12 -3
- data/config/locales/sr.yml +12 -3
- data/config/locales/sv.yml +12 -3
- data/config/locales/sw.yml +12 -3
- data/config/locales/ta.yml +12 -3
- data/config/locales/th.yml +12 -3
- data/config/locales/tk.yml +12 -3
- data/config/locales/tr.yml +12 -3
- data/config/locales/uk.yml +12 -3
- data/config/locales/ur.yml +12 -3
- data/config/locales/uz.yml +12 -3
- data/config/locales/vi.yml +12 -3
- data/config/locales/zh-hk.yml +12 -3
- data/config/locales/zh-tw.yml +12 -3
- data/config/locales/zh.yml +12 -3
- data/lib/govuk_publishing_components/presenters/devolved_nations_helper.rb +14 -13
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +2 -1
data/config/locales/hu.yml
CHANGED
@@ -63,18 +63,27 @@ hu:
|
|
63
63
|
devolved_nations:
|
64
64
|
applies_to:
|
65
65
|
aria_label:
|
66
|
-
connectors:
|
67
|
-
last_word:
|
68
|
-
two_words:
|
69
66
|
england:
|
67
|
+
end:
|
68
|
+
middle:
|
69
|
+
start:
|
70
70
|
northern_ireland:
|
71
|
+
end:
|
72
|
+
middle:
|
73
|
+
start:
|
71
74
|
scotland:
|
75
|
+
end:
|
76
|
+
middle:
|
77
|
+
start:
|
72
78
|
type:
|
73
79
|
consultation:
|
74
80
|
detailed_guide:
|
75
81
|
guidance:
|
76
82
|
publication:
|
77
83
|
wales:
|
84
|
+
end:
|
85
|
+
middle:
|
86
|
+
start:
|
78
87
|
feedback:
|
79
88
|
close: Bezárás
|
80
89
|
dont_include_personal_info: Ne adjon meg személyes vagy pénzügyi adatokat, mint például a Nemzeti Biztosítási száma vagy bankkártyaadatai.
|
data/config/locales/hy.yml
CHANGED
@@ -64,18 +64,27 @@ hy:
|
|
64
64
|
devolved_nations:
|
65
65
|
applies_to:
|
66
66
|
aria_label:
|
67
|
-
connectors:
|
68
|
-
last_word:
|
69
|
-
two_words:
|
70
67
|
england:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
71
71
|
northern_ireland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
72
75
|
scotland:
|
76
|
+
end:
|
77
|
+
middle:
|
78
|
+
start:
|
73
79
|
type:
|
74
80
|
consultation:
|
75
81
|
detailed_guide:
|
76
82
|
guidance:
|
77
83
|
publication:
|
78
84
|
wales:
|
85
|
+
end:
|
86
|
+
middle:
|
87
|
+
start:
|
79
88
|
feedback:
|
80
89
|
close: Փակ
|
81
90
|
dont_include_personal_info: 'Մի՛ նշեք անձնական կամ ֆինանսական տվյալներ, ինչպես օրինակ՝ ձեր Ազգային ապահովագրության համարը կամ կրեդիտային քարտի տվյալները:'
|
data/config/locales/id.yml
CHANGED
@@ -60,18 +60,27 @@ id:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Tutup
|
77
86
|
dont_include_personal_info: Jangan masukkan informasi pribadi atau keuangan seperti nomor Asuransi Nasional atau detail kartu kredit Anda.
|
data/config/locales/is.yml
CHANGED
@@ -60,18 +60,27 @@ is:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Loka
|
77
86
|
dont_include_personal_info: Ekki láta persónulegar eða fjárhagslegar upplýsingar eins og Tryggingarnúmer eða kreditkorta upplýsingar fylgja með.
|
data/config/locales/it.yml
CHANGED
@@ -60,18 +60,27 @@ it:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Chiudi
|
77
86
|
dont_include_personal_info: Non includere informazioni personali o finanziarie come il numero di previdenza sociale o i dettagli della carta di credito.
|
data/config/locales/ja.yml
CHANGED
@@ -56,18 +56,27 @@ ja:
|
|
56
56
|
devolved_nations:
|
57
57
|
applies_to:
|
58
58
|
aria_label:
|
59
|
-
connectors:
|
60
|
-
last_word:
|
61
|
-
two_words:
|
62
59
|
england:
|
60
|
+
end:
|
61
|
+
middle:
|
62
|
+
start:
|
63
63
|
northern_ireland:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
64
67
|
scotland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
65
71
|
type:
|
66
72
|
consultation:
|
67
73
|
detailed_guide:
|
68
74
|
guidance:
|
69
75
|
publication:
|
70
76
|
wales:
|
77
|
+
end:
|
78
|
+
middle:
|
79
|
+
start:
|
71
80
|
feedback:
|
72
81
|
close: 閉じる
|
73
82
|
dont_include_personal_info: 国民保険番号やクレジットカードの詳細などの個人情報や財務情報は含めないでください。
|
data/config/locales/ka.yml
CHANGED
@@ -63,18 +63,27 @@ ka:
|
|
63
63
|
devolved_nations:
|
64
64
|
applies_to:
|
65
65
|
aria_label:
|
66
|
-
connectors:
|
67
|
-
last_word:
|
68
|
-
two_words:
|
69
66
|
england:
|
67
|
+
end:
|
68
|
+
middle:
|
69
|
+
start:
|
70
70
|
northern_ireland:
|
71
|
+
end:
|
72
|
+
middle:
|
73
|
+
start:
|
71
74
|
scotland:
|
75
|
+
end:
|
76
|
+
middle:
|
77
|
+
start:
|
72
78
|
type:
|
73
79
|
consultation:
|
74
80
|
detailed_guide:
|
75
81
|
guidance:
|
76
82
|
publication:
|
77
83
|
wales:
|
84
|
+
end:
|
85
|
+
middle:
|
86
|
+
start:
|
78
87
|
feedback:
|
79
88
|
close: ჩახურვა
|
80
89
|
dont_include_personal_info: არ შეიყვანოთ პირადი ან ფინანსური ინფორმაცია, როგორიცაა თქვენი ეროვნული დაზღვევის ნომერი ან საკრედიტო ბარათის დეტალები.
|
data/config/locales/kk.yml
CHANGED
@@ -60,18 +60,27 @@ kk:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Жабу
|
77
86
|
dont_include_personal_info: Ұлттық сақтандыру нөмірі немесе несие картасының деректемелері сияқты жеке немесе қаржылық ақпаратты қамтымаңыз.
|
data/config/locales/ko.yml
CHANGED
@@ -55,18 +55,27 @@ ko:
|
|
55
55
|
devolved_nations:
|
56
56
|
applies_to:
|
57
57
|
aria_label:
|
58
|
-
connectors:
|
59
|
-
last_word:
|
60
|
-
two_words:
|
61
58
|
england:
|
59
|
+
end:
|
60
|
+
middle:
|
61
|
+
start:
|
62
62
|
northern_ireland:
|
63
|
+
end:
|
64
|
+
middle:
|
65
|
+
start:
|
63
66
|
scotland:
|
67
|
+
end:
|
68
|
+
middle:
|
69
|
+
start:
|
64
70
|
type:
|
65
71
|
consultation:
|
66
72
|
detailed_guide:
|
67
73
|
guidance:
|
68
74
|
publication:
|
69
75
|
wales:
|
76
|
+
end:
|
77
|
+
middle:
|
78
|
+
start:
|
70
79
|
feedback:
|
71
80
|
close:
|
72
81
|
dont_include_personal_info:
|
data/config/locales/lt.yml
CHANGED
@@ -65,18 +65,27 @@ lt:
|
|
65
65
|
devolved_nations:
|
66
66
|
applies_to:
|
67
67
|
aria_label:
|
68
|
-
connectors:
|
69
|
-
last_word:
|
70
|
-
two_words:
|
71
68
|
england:
|
69
|
+
end:
|
70
|
+
middle:
|
71
|
+
start:
|
72
72
|
northern_ireland:
|
73
|
+
end:
|
74
|
+
middle:
|
75
|
+
start:
|
73
76
|
scotland:
|
77
|
+
end:
|
78
|
+
middle:
|
79
|
+
start:
|
74
80
|
type:
|
75
81
|
consultation:
|
76
82
|
detailed_guide:
|
77
83
|
guidance:
|
78
84
|
publication:
|
79
85
|
wales:
|
86
|
+
end:
|
87
|
+
middle:
|
88
|
+
start:
|
80
89
|
feedback:
|
81
90
|
close: Uždaryti
|
82
91
|
dont_include_personal_info: Nenurodykite savo asmeninės ar finansinės informacijos, tokios kaip jūsų valstybinio draudimo numeris arba kredito kortelės duomenys.
|
data/config/locales/lv.yml
CHANGED
@@ -64,18 +64,27 @@ lv:
|
|
64
64
|
devolved_nations:
|
65
65
|
applies_to:
|
66
66
|
aria_label:
|
67
|
-
connectors:
|
68
|
-
last_word:
|
69
|
-
two_words:
|
70
67
|
england:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
71
71
|
northern_ireland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
72
75
|
scotland:
|
76
|
+
end:
|
77
|
+
middle:
|
78
|
+
start:
|
73
79
|
type:
|
74
80
|
consultation:
|
75
81
|
detailed_guide:
|
76
82
|
guidance:
|
77
83
|
publication:
|
78
84
|
wales:
|
85
|
+
end:
|
86
|
+
middle:
|
87
|
+
start:
|
79
88
|
feedback:
|
80
89
|
close: Aizvērt
|
81
90
|
dont_include_personal_info: Neiekļaujiet savus personas vai finanšu datus, piemēram, valsts apdrošināšanas numuru vai kredītkaršu informāciju.
|
data/config/locales/ms.yml
CHANGED
@@ -59,18 +59,27 @@ ms:
|
|
59
59
|
devolved_nations:
|
60
60
|
applies_to:
|
61
61
|
aria_label:
|
62
|
-
connectors:
|
63
|
-
last_word:
|
64
|
-
two_words:
|
65
62
|
england:
|
63
|
+
end:
|
64
|
+
middle:
|
65
|
+
start:
|
66
66
|
northern_ireland:
|
67
|
+
end:
|
68
|
+
middle:
|
69
|
+
start:
|
67
70
|
scotland:
|
71
|
+
end:
|
72
|
+
middle:
|
73
|
+
start:
|
68
74
|
type:
|
69
75
|
consultation:
|
70
76
|
detailed_guide:
|
71
77
|
guidance:
|
72
78
|
publication:
|
73
79
|
wales:
|
80
|
+
end:
|
81
|
+
middle:
|
82
|
+
start:
|
74
83
|
feedback:
|
75
84
|
close: Tutup
|
76
85
|
dont_include_personal_info: Jangan sertakan maklumat peribadi atau kewangan seperti nombor Insurans Nasional atau maklumat kad kredit anda.
|
data/config/locales/mt.yml
CHANGED
@@ -62,18 +62,27 @@ mt:
|
|
62
62
|
devolved_nations:
|
63
63
|
applies_to:
|
64
64
|
aria_label:
|
65
|
-
connectors:
|
66
|
-
last_word:
|
67
|
-
two_words:
|
68
65
|
england:
|
66
|
+
end:
|
67
|
+
middle:
|
68
|
+
start:
|
69
69
|
northern_ireland:
|
70
|
+
end:
|
71
|
+
middle:
|
72
|
+
start:
|
70
73
|
scotland:
|
74
|
+
end:
|
75
|
+
middle:
|
76
|
+
start:
|
71
77
|
type:
|
72
78
|
consultation:
|
73
79
|
detailed_guide:
|
74
80
|
guidance:
|
75
81
|
publication:
|
76
82
|
wales:
|
83
|
+
end:
|
84
|
+
middle:
|
85
|
+
start:
|
77
86
|
feedback:
|
78
87
|
close: Agħlaq
|
79
88
|
dont_include_personal_info: Tinkludix informazzjoni personali jew finanzjarja bħan-numru tal-Assigurazzjoni Nazzjonali tiegħek jew id-dettalji tal-karta tal-kreditu.
|
data/config/locales/ne.yml
CHANGED
@@ -56,18 +56,27 @@ ne:
|
|
56
56
|
devolved_nations:
|
57
57
|
applies_to:
|
58
58
|
aria_label:
|
59
|
-
connectors:
|
60
|
-
last_word:
|
61
|
-
two_words:
|
62
59
|
england:
|
60
|
+
end:
|
61
|
+
middle:
|
62
|
+
start:
|
63
63
|
northern_ireland:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
64
67
|
scotland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
65
71
|
type:
|
66
72
|
consultation:
|
67
73
|
detailed_guide:
|
68
74
|
guidance:
|
69
75
|
publication:
|
70
76
|
wales:
|
77
|
+
end:
|
78
|
+
middle:
|
79
|
+
start:
|
71
80
|
feedback:
|
72
81
|
close:
|
73
82
|
dont_include_personal_info:
|
@@ -107,10 +116,7 @@ ne:
|
|
107
116
|
manage:
|
108
117
|
link_text:
|
109
118
|
layout_header:
|
110
|
-
hide_button:
|
111
119
|
menu:
|
112
|
-
search_button:
|
113
|
-
show_button:
|
114
120
|
top_level:
|
115
121
|
layout_super_navigation_header:
|
116
122
|
logo_link_title:
|
data/config/locales/nl.yml
CHANGED
@@ -60,18 +60,27 @@ nl:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Sluiten
|
77
86
|
dont_include_personal_info: Vermeld geen persoonlijke of financiële informatie zoals uw burgerservicenummer of creditcardgegevens.
|
data/config/locales/no.yml
CHANGED
@@ -60,18 +60,27 @@
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Lukk
|
77
86
|
dont_include_personal_info: Ikke inkluder personlig eller finansiell informasjon, for eksempel ditt National Insurance-nummer eller kredittkortinformasjon.
|
data/config/locales/pa-pk.yml
CHANGED
@@ -56,18 +56,27 @@ pa-pk:
|
|
56
56
|
devolved_nations:
|
57
57
|
applies_to:
|
58
58
|
aria_label:
|
59
|
-
connectors:
|
60
|
-
last_word:
|
61
|
-
two_words:
|
62
59
|
england:
|
60
|
+
end:
|
61
|
+
middle:
|
62
|
+
start:
|
63
63
|
northern_ireland:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
64
67
|
scotland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
65
71
|
type:
|
66
72
|
consultation:
|
67
73
|
detailed_guide:
|
68
74
|
guidance:
|
69
75
|
publication:
|
70
76
|
wales:
|
77
|
+
end:
|
78
|
+
middle:
|
79
|
+
start:
|
71
80
|
feedback:
|
72
81
|
close: بند کرو
|
73
82
|
dont_include_personal_info: اپنے نیشنل انشورنس نمبر یا کریڈٹ کارڈ بارےاپنیاں ذاتی یا مالی تفصیلاں نوں شامل ناں کرو۔
|
data/config/locales/pa.yml
CHANGED
@@ -60,18 +60,27 @@ pa:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: ਬੰਦ ਕਰੋ
|
77
86
|
dont_include_personal_info: ਨਿੱਜੀ ਜਾਂ ਵਿੱਤੀ ਜਾਣਕਾਰੀ ਜਿਵੇਂ ਕਿ ਤੁਹਾਡਾ ਰਾਸ਼ਟਰੀ ਬੀਮਾ ਨੰਬਰ ਜਾਂ ਕ੍ਰੈਡਿਟ ਕਾਰਡ ਦੇ ਵੇਰਵੇ ਸ਼ਾਮਲ ਨਾ ਕਰੋ.
|
data/config/locales/pl.yml
CHANGED
@@ -64,18 +64,27 @@ pl:
|
|
64
64
|
devolved_nations:
|
65
65
|
applies_to:
|
66
66
|
aria_label:
|
67
|
-
connectors:
|
68
|
-
last_word:
|
69
|
-
two_words:
|
70
67
|
england:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
71
71
|
northern_ireland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
72
75
|
scotland:
|
76
|
+
end:
|
77
|
+
middle:
|
78
|
+
start:
|
73
79
|
type:
|
74
80
|
consultation:
|
75
81
|
detailed_guide:
|
76
82
|
guidance:
|
77
83
|
publication:
|
78
84
|
wales:
|
85
|
+
end:
|
86
|
+
middle:
|
87
|
+
start:
|
79
88
|
feedback:
|
80
89
|
close: Zamknij
|
81
90
|
dont_include_personal_info: Nie podawaj informacji osobistych ani finansowych, takich jak numer ubezpieczenia społecznego czy dane karty kredytowej.
|
data/config/locales/ps.yml
CHANGED
@@ -57,18 +57,27 @@ ps:
|
|
57
57
|
devolved_nations:
|
58
58
|
applies_to:
|
59
59
|
aria_label:
|
60
|
-
connectors:
|
61
|
-
last_word:
|
62
|
-
two_words:
|
63
60
|
england:
|
61
|
+
end:
|
62
|
+
middle:
|
63
|
+
start:
|
64
64
|
northern_ireland:
|
65
|
+
end:
|
66
|
+
middle:
|
67
|
+
start:
|
65
68
|
scotland:
|
69
|
+
end:
|
70
|
+
middle:
|
71
|
+
start:
|
66
72
|
type:
|
67
73
|
consultation:
|
68
74
|
detailed_guide:
|
69
75
|
guidance:
|
70
76
|
publication:
|
71
77
|
wales:
|
78
|
+
end:
|
79
|
+
middle:
|
80
|
+
start:
|
72
81
|
feedback:
|
73
82
|
close: تړل
|
74
83
|
dont_include_personal_info: شخصي یا مالي معلومات شامل نکړئ لکه ستاسو د ملي بیمې شمیره یا د کریډیټ کارت توضیحات.
|
data/config/locales/pt.yml
CHANGED
@@ -60,18 +60,27 @@ pt:
|
|
60
60
|
devolved_nations:
|
61
61
|
applies_to:
|
62
62
|
aria_label:
|
63
|
-
connectors:
|
64
|
-
last_word:
|
65
|
-
two_words:
|
66
63
|
england:
|
64
|
+
end:
|
65
|
+
middle:
|
66
|
+
start:
|
67
67
|
northern_ireland:
|
68
|
+
end:
|
69
|
+
middle:
|
70
|
+
start:
|
68
71
|
scotland:
|
72
|
+
end:
|
73
|
+
middle:
|
74
|
+
start:
|
69
75
|
type:
|
70
76
|
consultation:
|
71
77
|
detailed_guide:
|
72
78
|
guidance:
|
73
79
|
publication:
|
74
80
|
wales:
|
81
|
+
end:
|
82
|
+
middle:
|
83
|
+
start:
|
75
84
|
feedback:
|
76
85
|
close: Fechar
|
77
86
|
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.
|
data/config/locales/ro.yml
CHANGED
@@ -61,18 +61,27 @@ ro:
|
|
61
61
|
devolved_nations:
|
62
62
|
applies_to:
|
63
63
|
aria_label:
|
64
|
-
connectors:
|
65
|
-
last_word:
|
66
|
-
two_words:
|
67
64
|
england:
|
65
|
+
end:
|
66
|
+
middle:
|
67
|
+
start:
|
68
68
|
northern_ireland:
|
69
|
+
end:
|
70
|
+
middle:
|
71
|
+
start:
|
69
72
|
scotland:
|
73
|
+
end:
|
74
|
+
middle:
|
75
|
+
start:
|
70
76
|
type:
|
71
77
|
consultation:
|
72
78
|
detailed_guide:
|
73
79
|
guidance:
|
74
80
|
publication:
|
75
81
|
wales:
|
82
|
+
end:
|
83
|
+
middle:
|
84
|
+
start:
|
76
85
|
feedback:
|
77
86
|
close: Închideți
|
78
87
|
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.
|