-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCentralNotice.alias.php
477 lines (433 loc) · 18.6 KB
/
CentralNotice.alias.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<?php
/**
* Aliases for special pages of CentralNotice extension.
*/
$specialPageAliases = [];
/** English (English) */
$specialPageAliases['en'] = [
'CentralNotice' => [ 'CentralNotice' ],
'CentralNoticeBanners' => [ 'CentralNoticeBanners' ],
'CentralNoticeLogs' => [ 'CentralNoticeLogs' ],
'NoticeTemplate' => [ 'NoticeTemplate' ],
'BannerAllocation' => [ 'BannerAllocation' ],
'BannerController' => [ 'BannerController' ],
'BannerLoader' => [ 'BannerLoader' ],
'BannerRandom' => [ 'BannerRandom' ],
'RecordImpression' => [ 'RecordImpression' ],
'HideBanners' => [ 'HideBanners' ],
];
/** Arabic (العربية) */
$specialPageAliases['ar'] = [
'CentralNotice' => [ 'ملاحظة_مركزية' ],
'CentralNoticeBanners' => [ 'إعلانات_الملاحظة_المركزية' ],
'CentralNoticeLogs' => [ 'سجلات_الملاحظة_المركزية' ],
'NoticeTemplate' => [ 'قالب_الملاحظة' ],
'GlobalAllocation' => [ 'تخصيص_عام' ],
'BannerAllocation' => [ 'وضع_الإعلان' ],
'BannerController' => [ 'متحكم_الإعلان' ],
'BannerLoader' => [ 'محمل_الإعلان' ],
'BannerRandom' => [ 'إعلان_عشوائي' ],
'RecordImpression' => [ 'تسجيل_الانطباع' ],
'HideBanners' => [ 'إخفاء_الإعلان' ],
];
/** Egyptian Arabic (مصرى) */
$specialPageAliases['arz'] = [
'CentralNotice' => [ 'ملاحظة_مركزية' ],
'CentralNoticeBanners' => [ 'اعلانات_النوتيس_المركزيه' ],
'CentralNoticeLogs' => [ 'سجلات_النوتيس_المركزيه' ],
'NoticeTemplate' => [ 'قالب_الملاحظة' ],
'GlobalAllocation' => [ 'تخصيص_عمومى' ],
'BannerAllocation' => [ 'وضع_البانر' ],
'BannerController' => [ 'متحكم_فى_البانر' ],
'BannerLoader' => [ 'محمل_البانر' ],
'BannerRandom' => [ 'بانر_عشوائى' ],
'RecordImpression' => [ 'تسجيل_الانطباع' ],
'HideBanners' => [ 'تخبيه-البانر' ],
];
/** Assamese (অসমীয়া) */
$specialPageAliases['as'] = [
'CentralNotice' => [ 'কেন্দ্ৰীয়_জাননী' ],
'CentralNoticeLogs' => [ 'কেন্দ্ৰীয়_জাননী_অভিলেখসমূহ' ],
'NoticeTemplate' => [ 'জাননী_সাঁচ' ],
];
/** Bengali (বাংলা) */
$specialPageAliases['bn'] = [
'CentralNotice' => [ 'কেন্দ্রীয়_বিজ্ঞপ্তি' ],
'CentralNoticeBanners' => [ 'কেন্দ্রীয়_বিজ্ঞপ্তির_ব্যানার' ],
'CentralNoticeLogs' => [ 'কেন্দ্রীয়_বিজ্ঞপ্তি_লগ' ],
'NoticeTemplate' => [ 'বিজ্ঞপ্তি_টেমপ্লেট', 'বিজ্ঞপ্তির_টেমপ্লেট' ],
'BannerAllocation' => [ 'ব্যানার_বরাদ্দ' ],
'BannerController' => [ 'ব্যানার_নিয়ন্ত্রক' ],
'BannerLoader' => [ 'ব্যানার_লোডার' ],
'BannerRandom' => [ 'অজানা_যেকোনো_ব্যানার', 'অজানা_ব্যানার' ],
'RecordImpression' => [ 'প্রভাব_সংরক্ষণ', 'রেকর্ড_ইমপ্রেশন' ],
'HideBanners' => [ 'ব্যানার_লুকান' ],
];
/** Western Balochi (بلوچی رخشانی) */
$specialPageAliases['bgn'] = [
'CentralNotice' => [ 'مرکزین_جار_یا_ئیلان' ],
'CentralNoticeBanners' => [ 'مرکزین_ئیلانی_بیراک_ئان' ],
'CentralNoticeLogs' => [ 'مرکزین_ئیلانی_سیاهه_ئان' ],
'NoticeTemplate' => [ 'ئیلامیه_ئی_تراشوان' ],
'GlobalAllocation' => [ 'سراسرین_تخسیس' ],
'BannerAllocation' => [ 'نشانی_جاگه' ],
'BannerController' => [ 'نشانی_کنترول' ],
'BannerLoader' => [ 'نشانی_بُرز_کورتین' ],
'BannerRandom' => [ 'تسادوپین_نشان' ],
'RecordImpression' => [ 'اهساس_ئی_سبت_کورتین' ],
'HideBanners' => [ 'نشان_ئانی_چیهر_کورتین' ],
];
/** Breton (brezhoneg) */
$specialPageAliases['br'] = [
'HideBanners' => [ 'KuzhatBanniel' ],
];
/** German (Deutsch) */
$specialPageAliases['de'] = [
'CentralNotice' => [ 'Zentrale_Mitteilung' ],
'CentralNoticeBanners' => [ 'Zentrale_Mitteilungsvorlagen' ],
'CentralNoticeLogs' => [ 'Logbücher_zur_zentralen_Mitteilung' ],
'NoticeTemplate' => [ 'Mitteilungsvorlage' ],
'GlobalAllocation' => [ 'Globale_Anordnung' ],
'BannerAllocation' => [ 'Vorlagenanordnung' ],
'BannerController' => [ 'Vorlagensteuerung' ],
'BannerLoader' => [ 'Vorlage_laden' ],
'BannerRandom' => [ 'Zufällige_Vorlage' ],
'RecordImpression' => [ 'Zugriffe_zählen' ],
'HideBanners' => [ 'Vorlagen_ausblenden' ],
];
/** Zazaki (Zazaki) */
$specialPageAliases['diq'] = [
'CentralNotice' => [ 'MerkezêXeberdaren' ],
'CentralNoticeBanners' => [ 'MerkezÊTebliğêAfişan' ],
'CentralNoticeLogs' => [ 'MerkezêİlanêRocekan' ],
'NoticeTemplate' => [ 'ŞablonêXeberdaren' ],
'GlobalAllocation' => [ 'TehsisoGlover' ],
'BannerAllocation' => [ 'TehsisêAfişan' ],
'BannerController' => [ 'KontrolkarêAfişan' ],
'BannerLoader' => [ 'BarkerdoğêAfişan' ],
'BannerRandom' => [ 'AfişoRastameye' ],
'RecordImpression' => [ 'TepıştekVinayış' ],
'HideBanners' => [ 'AfişanBınımne' ],
];
/** Esperanto (Esperanto) */
$specialPageAliases['eo'] = [
'CentralNotice' => [ 'Centra_informilo' ],
'NoticeTemplate' => [ 'Informŝablono' ],
'BannerAllocation' => [ 'Strirezervado' ],
'BannerController' => [ 'Informstrikontrolisto' ],
'BannerLoader' => [ 'Informstriŝargilo' ],
'HideBanners' => [ 'Kaŝi_striojn', 'Kaŝu_striojn' ],
];
/** Persian (فارسی) */
$specialPageAliases['fa'] = [
'CentralNotice' => [ 'اعلان_مرکزی' ],
'CentralNoticeBanners' => [ 'پرچمهای_اعلان_مرکزی' ],
'CentralNoticeLogs' => [ 'سیاهههای_اعلان_مرکزی' ],
'NoticeTemplate' => [ 'الگوی_اعلامیه' ],
'GlobalAllocation' => [ 'تخصیص_سراسری' ],
'BannerAllocation' => [ 'موقعیت_نشان' ],
'BannerController' => [ 'کنترل_نشان' ],
'BannerLoader' => [ 'بارگیری_نشان' ],
'BannerRandom' => [ 'نشان_تصادفی' ],
'RecordImpression' => [ 'ثبت_احساس' ],
'HideBanners' => [ 'پنهانکردن_نشانها' ],
];
/** Galician (galego) */
$specialPageAliases['gl'] = [
'CentralNotice' => [ 'Aviso_central' ],
'CentralNoticeBanners' => [ 'Carteis_do_aviso_central' ],
'CentralNoticeLogs' => [ 'Rexistro_do_aviso_central' ],
'NoticeTemplate' => [ 'Modelo_de_aviso' ],
];
/** Hebrew (עברית) */
$specialPageAliases['he'] = [
'CentralNotice' => [ 'הודעה_מרכזית' ],
'CentralNoticeBanners' => [ 'כרזות_הודעה_מרכזית' ],
'CentralNoticeLogs' => [ 'יומני_הודעה_מרכזית' ],
'NoticeTemplate' => [ 'תבנית_הודעה' ],
'GlobalAllocation' => [ 'הקצאה_גלובלית' ],
'BannerAllocation' => [ 'הקצאת_כרזה' ],
'BannerController' => [ 'בקר_כרזה' ],
'BannerLoader' => [ 'טוען_כרזות' ],
'BannerRandom' => [ 'כרזה_אקראית' ],
'RecordImpression' => [ 'תצוגות_שיא' ],
'HideBanners' => [ 'החבאת_כרזות' ],
];
/** Upper Sorbian (hornjoserbsce) */
$specialPageAliases['hsb'] = [
'CentralNotice' => [ 'Centralna_zdźělenka' ],
];
/** Xiang Chinese (湘语) */
$specialPageAliases['hsn'] = [
'CentralNotice' => [ '中心公告' ],
'NoticeTemplate' => [ '公告样范' ],
'BannerAllocation' => [ '横幅配置' ],
'BannerController' => [ '横幅控制器' ],
'BannerLoader' => [ '横幅载入器' ],
'HideBanners' => [ '隐藏横幅' ],
];
/** Haitian (Kreyòl ayisyen) */
$specialPageAliases['ht'] = [
'CentralNotice' => [ 'NòtSantral' ],
'NoticeTemplate' => [ 'ModèlNòt' ],
'BannerAllocation' => [ 'BayAnsey' ],
'BannerController' => [ 'KontroleAnsey' ],
'BannerLoader' => [ 'ChajeAnsey' ],
];
/** Interlingua (interlingua) */
$specialPageAliases['ia'] = [
'CentralNotice' => [ 'Aviso_central' ],
'CentralNoticeLogs' => [ 'Registro_de_aviso_central' ],
'NoticeTemplate' => [ 'Patrono_de_aviso' ],
'BannerAllocation' => [ 'Alloca_bandieras' ],
'BannerController' => [ 'Controla_bandieras' ],
'BannerLoader' => [ 'Carga_bandieras' ],
'HideBanners' => [ 'Celar_bandieras' ],
];
/** Italian (italiano) */
$specialPageAliases['it'] = [
'CentralNotice' => [ 'AvvisoCentralizzato' ],
'CentralNoticeLogs' => [ 'RegistriAvvisoCentralizzato' ],
'NoticeTemplate' => [ 'TemplateAvviso' ],
'BannerAllocation' => [ 'DestinazioneBanner' ],
'BannerController' => [ 'ControllerBanner' ],
'BannerLoader' => [ 'CaricatoreBanner' ],
'HideBanners' => [ 'NascondiBanner' ],
];
/** Japanese (日本語) */
$specialPageAliases['ja'] = [
'CentralNotice' => [ '中央管理通知' ],
'CentralNoticeBanners' => [ '中央管理通知バナー' ],
'CentralNoticeLogs' => [ '中央管理通知記録' ],
'NoticeTemplate' => [ '通知テンプレート' ],
'GlobalAllocation' => [ 'グローバル割り当て' ],
'BannerAllocation' => [ 'バナー割り当て' ],
'BannerController' => [ 'バナー制御' ],
'BannerLoader' => [ 'バナー読み込み' ],
'BannerRandom' => [ 'バナーおまかせ', 'バナーランダム' ],
'HideBanners' => [ 'バナー非表示', 'バナーを隠す' ],
];
/** Georgian (ქართული) */
$specialPageAliases['ka'] = [
'HideBanners' => [ 'ბანერების_დამალვა' ],
];
/** Korean (한국어) */
$specialPageAliases['ko'] = [
'CentralNotice' => [ '중앙공지' ],
'CentralNoticeBanners' => [ '중앙공지배너' ],
'CentralNoticeLogs' => [ '중앙공지기록' ],
'NoticeTemplate' => [ '알림틀', '공지틀' ],
'GlobalAllocation' => [ '전역할당' ],
'BannerAllocation' => [ '배너배정' ],
'BannerController' => [ '배너컨트롤러' ],
'BannerLoader' => [ '배너열기', '배너로더' ],
'BannerRandom' => [ '배너임의' ],
'RecordImpression' => [ '기록노출' ],
'HideBanners' => [ '배너숨기기' ],
];
/** Cornish (kernowek) */
$specialPageAliases['kw'] = [
'CentralNotice' => [ 'ArgemmynKres' ],
'CentralNoticeLogs' => [ 'KovnotennowArgemynnowKres' ],
'NoticeTemplate' => [ 'SkantlynArgemynnow' ],
'HideBanners' => [ 'KudhaBanerow' ],
];
/** Ladino (Ladino) */
$specialPageAliases['lad'] = [
'CentralNotice' => [ 'AvisoCentral' ],
'NoticeTemplate' => [ 'Xabblón_de_aviso' ],
];
/** Luxembourgish (Lëtzebuergesch) */
$specialPageAliases['lb'] = [
'BannerController' => [ 'Bannersteierung' ],
'BannerRandom' => [ 'Zoufällege_Banner' ],
'HideBanners' => [ 'Banner_verstoppen' ],
];
/** Northern Luri (لۊری شومالی) */
$specialPageAliases['lrc'] = [
'CentralNotice' => [ 'ڤیرداری_مینجایی' ],
'CentralNoticeBanners' => [ 'بئیرأقیا_ڤارئسکار_مینجایی' ],
'CentralNoticeLogs' => [ 'پئھرئستنوٙمە_یا_ڤارئسکار_مینجایی' ],
'NoticeTemplate' => [ 'چوٙأ_ڤارئسکار' ],
'GlobalAllocation' => [ 'گوزینئشت_کاری_جأهوٙنی' ],
'BannerAllocation' => [ 'گوزینئشت_کاری_بئیرأق' ],
'BannerController' => [ 'ڤارئسکار_بئیرأق' ],
'BannerLoader' => [ 'بئیرأق_ڤادار' ],
'BannerRandom' => [ 'بئیرأق_بأختأکی' ],
'HideBanners' => [ 'نئھوٙکئردئن_بئیرأقیا' ],
];
/** Malagasy (Malagasy) */
$specialPageAliases['mg'] = [
'CentralNotice' => [ 'Ivom-pampandrenesana', 'Ivompampandrenesana' ],
'CentralNoticeBanners' => [ 'Banieran\'ivom-pampandrenesana', 'BanieranIvompampandrenesana' ],
'CentralNoticeLogs' => [ 'Laogin\'Ivom-pampandrenesana', 'LaoginIvom-pampandrenesana' ],
'NoticeTemplate' => [ 'EndrikaFampandrenesana' ],
'GlobalAllocation' => [ 'FanokananaManerantsehatra' ],
'BannerAllocation' => [ 'FanokananaBaniera' ],
'BannerController' => [ 'FampifehezanaBaniera' ],
'HideBanners' => [ 'HanafinaBaniera' ],
];
/** Macedonian (македонски) */
$specialPageAliases['mk'] = [
'CentralNotice' => [ 'ЦентралноИзвестување' ],
'CentralNoticeBanners' => [ 'ЦентралноИзвестувањеПлакати' ],
'CentralNoticeLogs' => [ 'ДневнициНаЦентралноИзвестување' ],
'NoticeTemplate' => [ 'ШаблонЗаИзвестување' ],
'GlobalAllocation' => [ 'ГлобалнаРаспределба' ],
'BannerAllocation' => [ 'РаспределбаНаПлакати' ],
'BannerController' => [ 'КонтролорНаПлакати' ],
'BannerLoader' => [ 'ВчитувачНаПлакати' ],
'BannerRandom' => [ 'ПлакатСлучаен' ],
'RecordImpression' => [ 'ЗаведиВпечаток' ],
'HideBanners' => [ 'СкријПлакати' ],
];
/** Malayalam (മലയാളം) */
$specialPageAliases['ml'] = [
'CentralNotice' => [ 'കേന്ദ്രീകൃതഅറിയിപ്പ്' ],
'CentralNoticeLogs' => [ 'കേന്ദ്രീകൃതഅറിയിപ്പ്രേഖകൾ' ],
'NoticeTemplate' => [ 'അറിയിപ്പ്ഫലകം' ],
];
/** Norwegian Bokmål (norsk bokmål) */
$specialPageAliases['nb'] = [
'CentralNotice' => [ 'Sentralnotis' ],
'CentralNoticeLogs' => [ 'Sentralnotislogger' ],
'NoticeTemplate' => [ 'Notismal' ],
'BannerAllocation' => [ 'Bannerplassering' ],
'BannerController' => [ 'Bannerkontroll' ],
'BannerLoader' => [ 'Bannerlaster' ],
'HideBanners' => [ 'Skjul_bannere' ],
];
/** Low Saxon (Netherlands) (Nedersaksies) */
$specialPageAliases['nds-nl'] = [
'CentralNotice' => [ 'Sentrale_mededeling' ],
'CentralNoticeLogs' => [ 'Sentrale_mededelingenlogboek' ],
'NoticeTemplate' => [ 'Mededelingsmal' ],
'GlobalAllocation' => [ 'Globale_toewiezing' ],
'BannerAllocation' => [ 'Baniertoewiezing' ],
'BannerController' => [ 'Banierbeheerder' ],
'BannerLoader' => [ 'Banierlaojer' ],
'BannerRandom' => [ 'Netzelde_welke_banier' ],
'RecordImpression' => [ 'Weergave_vastelegen' ],
'HideBanners' => [ 'Banier_verbargen' ],
];
/** Dutch (Nederlands) */
$specialPageAliases['nl'] = [
'CentralNotice' => [ 'CentraleMededeling' ],
'CentralNoticeLogs' => [ 'CentraleMededelingenlogboek' ],
'NoticeTemplate' => [ 'Mededelingsjabloon' ],
'GlobalAllocation' => [ 'GlobaleToewijzing' ],
'BannerAllocation' => [ 'Bannertoewijzing' ],
'BannerController' => [ 'Bannerbeheerder' ],
'BannerLoader' => [ 'Bannerlader' ],
'BannerRandom' => [ 'WillekeurigeBanner' ],
'RecordImpression' => [ 'WeergaveVastleggen' ],
'HideBanners' => [ 'BannersVerbergen' ],
];
/** Norwegian Nynorsk (norsk nynorsk) */
$specialPageAliases['nn'] = [
'CentralNotice' => [ 'Sentralmerknad' ],
'NoticeTemplate' => [ 'Merknadsmal' ],
];
/** Oriya (ଓଡ଼ିଆ) */
$specialPageAliases['or'] = [
'CentralNotice' => [ 'ସୂଚନାଫଳକ' ],
'CentralNoticeLogs' => [ 'ସୂଚନାଫଳକଲଗ' ],
'NoticeTemplate' => [ 'ସୂଚନାଛାଞ୍ଚ' ],
];
/** Punjabi (ਪੰਜਾਬੀ) */
$specialPageAliases['pa'] = [
'CentralNotice' => [ 'ਕੇਂਦਰੀ_ਨੋਟਿਸ' ],
'CentralNoticeLogs' => [ 'ਕੇਂਦਰੀ_ਨੋਟਿਸ_ਚਿੱਠੇ' ],
'HideBanners' => [ 'ਬੈਨਰ_ਲੁਕਾਓ' ],
];
/** Polish (polski) */
$specialPageAliases['pl'] = [
'CentralNotice' => [ 'Globalny_komunikat' ],
'NoticeTemplate' => [ 'Szablon_komunikatu' ],
];
/** Sicilian (sicilianu) */
$specialPageAliases['scn'] = [
'CentralNotice' => [ 'AvvisoCentralizzato' ],
'CentralNoticeLogs' => [ 'RegistriAvvisoCentralizzato' ],
'NoticeTemplate' => [ 'TemplateAvviso' ],
'BannerAllocation' => [ 'DestinazioneBanner' ],
'BannerController' => [ 'ControllerBanner' ],
'BannerLoader' => [ 'CaricatoreBanner' ],
'HideBanners' => [ 'NascondiBanner' ],
];
/** Tagalog (Tagalog) */
$specialPageAliases['tl'] = [
'CentralNotice' => [ 'Panggitnang_Pabatid' ],
'CentralNoticeLogs' => [ 'Mga_Pagtatala_ng_Panggitnang_Pabatid' ],
'NoticeTemplate' => [ 'Suleras_ng_Pabatid' ],
];
/** Turkish (Türkçe) */
$specialPageAliases['tr'] = [
'CentralNotice' => [ 'MerkeziBildirim' ],
'CentralNoticeLogs' => [ 'MerkeziBildirimGünlükleri' ],
'NoticeTemplate' => [ 'BildirimŞablonu' ],
'BannerAllocation' => [ 'AfişTahsisi' ],
'BannerController' => [ 'AfişKontrolü', 'AfişKontrolAracı' ],
'BannerLoader' => [ 'AfişYükleyici' ],
'HideBanners' => [ 'AfişleriGizle', 'AfişGizle' ],
];
/** Ukrainian (українська) */
$specialPageAliases['uk'] = [
'CentralNotice' => [ 'Загальне_оголошення' ],
];
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'CentralNotice' => [ 'مرکزی_اعلان' ],
'CentralNoticeBanners' => [ 'مرکزی_اعلان_کے_بینر' ],
'CentralNoticeLogs' => [ 'مرکزی_اعلان_کے_نوشتے' ],
'NoticeTemplate' => [ 'سانچہ_اعلان', 'نوٹس_سانچہ' ],
'GlobalAllocation' => [ 'عالمی_تخصیص' ],
'BannerAllocation' => [ 'تخصیص_بینر' ],
'BannerController' => [ 'ناظم_بینر' ],
'BannerLoader' => [ 'بینر_لوڈر' ],
'BannerRandom' => [ 'جستہ_جست_ہبینر' ],
'RecordImpression' => [ 'اندراج_تاثر' ],
'HideBanners' => [ 'اخفائے_بینر' ],
];
/** Vietnamese (Tiếng Việt) */
$specialPageAliases['vi'] = [
'CentralNotice' => [ 'Thông_báo_chung' ],
'CentralNoticeBanners' => [ 'Bảng_thông_báo_chung' ],
'CentralNoticeLogs' => [ 'Nhật_trình_thông_báo_chung' ],
'NoticeTemplate' => [ 'Bản_mẫu_thông_báo' ],
'GlobalAllocation' => [ 'Phân_phối_toàn_cục' ],
'BannerAllocation' => [ 'Phân_bố_bảng' ],
'BannerController' => [ 'Điều_khiển_bảng' ],
'BannerLoader' => [ 'Tải_bảng' ],
'BannerRandom' => [ 'Bảng_ngẫu_nhiên' ],
'RecordImpression' => [ 'Ghi_lần_hiển_thị' ],
'HideBanners' => [ 'Ẩn_bảng' ],
];
/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'CentralNotice' => [ '中心通告' ],
'CentralNoticeBanners' => [ '中心通告横幅' ],
'CentralNoticeLogs' => [ '中心通告日志' ],
'NoticeTemplate' => [ '通告模板' ],
'GlobalAllocation' => [ '全域分配' ],
'BannerAllocation' => [ '横幅分配' ],
'BannerController' => [ '横幅控制器' ],
'BannerLoader' => [ '横幅装载器' ],
'BannerRandom' => [ '随机横幅' ],
'RecordImpression' => [ '记录印象' ],
'HideBanners' => [ '隐藏横幅' ],
];
/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'CentralNotice' => [ '中央公告' ],
'CentralNoticeBanners' => [ '中央公告橫幅' ],
'CentralNoticeLogs' => [ '中央公告日誌' ],
'NoticeTemplate' => [ '公告模板' ],
'GlobalAllocation' => [ '全域分配' ],
'BannerAllocation' => [ '横幅分配' ],
'BannerController' => [ '横幅控制器' ],
'BannerLoader' => [ '橫幅讀取器' ],
'BannerRandom' => [ '隨機橫幅' ],
'RecordImpression' => [ '記錄印象' ],
'HideBanners' => [ '隱藏橫幅' ],
];