]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - tests/qunit/data/mediawiki.jqueryMsg.data.js
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / tests / qunit / data / mediawiki.jqueryMsg.data.js
1 // This file stores the output from the PHP parser for various messages, arguments,
2 // languages, and parser modes. Intended for use by a unit test framework by looping
3 // through the object and comparing its parser return value with the 'result' property.
4 // Last generated with generateJqueryMsgData.php at Fri, 10 Jul 2015 11:44:08 +0000
5 /* eslint-disable */
6
7 mediaWiki.libs.phpParserData = {
8     "messages": {
9         "en_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
10         "en_category-subcat-count": "{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}",
11         "fr_undelete_short": "Restaurer $1 modification{{PLURAL:$1||s}}",
12         "fr_category-subcat-count": "Cette cat\u00e9gorie comprend {{PLURAL:$2|la sous-cat\u00e9gorie|$2 sous-cat\u00e9gories, dont {{PLURAL:$1|celle|les $1}}}} ci-dessous.",
13         "ar_undelete_short": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 {{PLURAL:$1||\u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u062d\u062f|\u062a\u0639\u062f\u064a\u0644\u064a\u0646|$1 \u062a\u0639\u062f\u064a\u0644\u0627\u062a|$1 \u062a\u0639\u062f\u064a\u0644\u0627\u064b|$1 \u062a\u0639\u062f\u064a\u0644}}",
14         "ar_category-subcat-count": "{{PLURAL:$2|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u062a\u0627\u0644\u064a|\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a {{PLURAL:$1||\u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a|\u062a\u0635\u0646\u064a\u0641\u064a\u0646 \u0641\u0631\u0639\u064a\u064a\u0646|$1 \u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0641\u0631\u0639\u064a\u0629}}\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a $2.}}",
15         "jp_undelete_short": "Undelete {{PLURAL:$1|one edit|$1 edits}}",
16         "jp_category-subcat-count": "{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}",
17         "zh_undelete_short": "\u8fd8\u539f{{PLURAL:$1|$1\u4e2a\u7f16\u8f91}}",
18         "zh_category-subcat-count": "{{PLURAL:$2|\u672c\u5206\u7c7b\u53ea\u6709\u4ee5\u4e0b\u5b50\u5206\u7c7b\u3002|\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b$1\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u6709$2\u4e2a\u5b50\u5206\u7c7b\u3002}}"
19     },
20     "tests": [
21         {
22             "name": "en undelete_short 0",
23             "key": "en_undelete_short",
24             "args": [
25                 0
26             ],
27             "result": "Undelete 0 edits",
28             "lang": "en"
29         },
30         {
31             "name": "en undelete_short 1",
32             "key": "en_undelete_short",
33             "args": [
34                 1
35             ],
36             "result": "Undelete one edit",
37             "lang": "en"
38         },
39         {
40             "name": "en undelete_short 2",
41             "key": "en_undelete_short",
42             "args": [
43                 2
44             ],
45             "result": "Undelete 2 edits",
46             "lang": "en"
47         },
48         {
49             "name": "en undelete_short 5",
50             "key": "en_undelete_short",
51             "args": [
52                 5
53             ],
54             "result": "Undelete 5 edits",
55             "lang": "en"
56         },
57         {
58             "name": "en undelete_short 21",
59             "key": "en_undelete_short",
60             "args": [
61                 21
62             ],
63             "result": "Undelete 21 edits",
64             "lang": "en"
65         },
66         {
67             "name": "en undelete_short 101",
68             "key": "en_undelete_short",
69             "args": [
70                 101
71             ],
72             "result": "Undelete 101 edits",
73             "lang": "en"
74         },
75         {
76             "name": "en category-subcat-count 0,10",
77             "key": "en_category-subcat-count",
78             "args": [
79                 0,
80                 10
81             ],
82             "result": "This category has the following 0 subcategories, out of 10 total.",
83             "lang": "en"
84         },
85         {
86             "name": "en category-subcat-count 1,1",
87             "key": "en_category-subcat-count",
88             "args": [
89                 1,
90                 1
91             ],
92             "result": "This category has only the following subcategory.",
93             "lang": "en"
94         },
95         {
96             "name": "en category-subcat-count 1,2",
97             "key": "en_category-subcat-count",
98             "args": [
99                 1,
100                 2
101             ],
102             "result": "This category has the following subcategory, out of 2 total.",
103             "lang": "en"
104         },
105         {
106             "name": "en category-subcat-count 3,30",
107             "key": "en_category-subcat-count",
108             "args": [
109                 3,
110                 30
111             ],
112             "result": "This category has the following 3 subcategories, out of 30 total.",
113             "lang": "en"
114         },
115         {
116             "name": "fr undelete_short 0",
117             "key": "fr_undelete_short",
118             "args": [
119                 0
120             ],
121             "result": "Restaurer 0 modification",
122             "lang": "fr"
123         },
124         {
125             "name": "fr undelete_short 1",
126             "key": "fr_undelete_short",
127             "args": [
128                 1
129             ],
130             "result": "Restaurer 1 modification",
131             "lang": "fr"
132         },
133         {
134             "name": "fr undelete_short 2",
135             "key": "fr_undelete_short",
136             "args": [
137                 2
138             ],
139             "result": "Restaurer 2 modifications",
140             "lang": "fr"
141         },
142         {
143             "name": "fr undelete_short 5",
144             "key": "fr_undelete_short",
145             "args": [
146                 5
147             ],
148             "result": "Restaurer 5 modifications",
149             "lang": "fr"
150         },
151         {
152             "name": "fr undelete_short 21",
153             "key": "fr_undelete_short",
154             "args": [
155                 21
156             ],
157             "result": "Restaurer 21 modifications",
158             "lang": "fr"
159         },
160         {
161             "name": "fr undelete_short 101",
162             "key": "fr_undelete_short",
163             "args": [
164                 101
165             ],
166             "result": "Restaurer 101 modifications",
167             "lang": "fr"
168         },
169         {
170             "name": "fr category-subcat-count 0,10",
171             "key": "fr_category-subcat-count",
172             "args": [
173                 0,
174                 10
175             ],
176             "result": "Cette cat\u00e9gorie comprend 10 sous-cat\u00e9gories, dont celle ci-dessous.",
177             "lang": "fr"
178         },
179         {
180             "name": "fr category-subcat-count 1,1",
181             "key": "fr_category-subcat-count",
182             "args": [
183                 1,
184                 1
185             ],
186             "result": "Cette cat\u00e9gorie comprend la sous-cat\u00e9gorie ci-dessous.",
187             "lang": "fr"
188         },
189         {
190             "name": "fr category-subcat-count 1,2",
191             "key": "fr_category-subcat-count",
192             "args": [
193                 1,
194                 2
195             ],
196             "result": "Cette cat\u00e9gorie comprend 2 sous-cat\u00e9gories, dont celle ci-dessous.",
197             "lang": "fr"
198         },
199         {
200             "name": "fr category-subcat-count 3,30",
201             "key": "fr_category-subcat-count",
202             "args": [
203                 3,
204                 30
205             ],
206             "result": "Cette cat\u00e9gorie comprend 30 sous-cat\u00e9gories, dont les 3 ci-dessous.",
207             "lang": "fr"
208         },
209         {
210             "name": "ar undelete_short 0",
211             "key": "ar_undelete_short",
212             "args": [
213                 0
214             ],
215             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 ",
216             "lang": "ar"
217         },
218         {
219             "name": "ar undelete_short 1",
220             "key": "ar_undelete_short",
221             "args": [
222                 1
223             ],
224             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u062d\u062f",
225             "lang": "ar"
226         },
227         {
228             "name": "ar undelete_short 2",
229             "key": "ar_undelete_short",
230             "args": [
231                 2
232             ],
233             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u062a\u0639\u062f\u064a\u0644\u064a\u0646",
234             "lang": "ar"
235         },
236         {
237             "name": "ar undelete_short 5",
238             "key": "ar_undelete_short",
239             "args": [
240                 5
241             ],
242             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 5 \u062a\u0639\u062f\u064a\u0644\u0627\u062a",
243             "lang": "ar"
244         },
245         {
246             "name": "ar undelete_short 21",
247             "key": "ar_undelete_short",
248             "args": [
249                 21
250             ],
251             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 21 \u062a\u0639\u062f\u064a\u0644\u0627\u064b",
252             "lang": "ar"
253         },
254         {
255             "name": "ar undelete_short 101",
256             "key": "ar_undelete_short",
257             "args": [
258                 101
259             ],
260             "result": "\u0627\u0633\u062a\u0631\u062c\u0627\u0639 101 \u062a\u0639\u062f\u064a\u0644",
261             "lang": "ar"
262         },
263         {
264             "name": "ar category-subcat-count 0,10",
265             "key": "ar_category-subcat-count",
266             "args": [
267                 0,
268                 10
269             ],
270             "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 10.",
271             "lang": "ar"
272         },
273         {
274             "name": "ar category-subcat-count 1,1",
275             "key": "ar_category-subcat-count",
276             "args": [
277                 1,
278                 1
279             ],
280             "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 1.",
281             "lang": "ar"
282         },
283         {
284             "name": "ar category-subcat-count 1,2",
285             "key": "ar_category-subcat-count",
286             "args": [
287                 1,
288                 2
289             ],
290             "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0641\u0631\u0639\u064a\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 2.",
291             "lang": "ar"
292         },
293         {
294             "name": "ar category-subcat-count 3,30",
295             "key": "ar_category-subcat-count",
296             "args": [
297                 3,
298                 30
299             ],
300             "result": "\u0647\u0630\u0627 \u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u064a\u062d\u0648\u064a 3 \u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0641\u0631\u0639\u064a\u0629\u060c \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a 30.",
301             "lang": "ar"
302         },
303         {
304             "name": "jp undelete_short 0",
305             "key": "jp_undelete_short",
306             "args": [
307                 0
308             ],
309             "result": "Undelete 0 edits",
310             "lang": "jp"
311         },
312         {
313             "name": "jp undelete_short 1",
314             "key": "jp_undelete_short",
315             "args": [
316                 1
317             ],
318             "result": "Undelete one edit",
319             "lang": "jp"
320         },
321         {
322             "name": "jp undelete_short 2",
323             "key": "jp_undelete_short",
324             "args": [
325                 2
326             ],
327             "result": "Undelete 2 edits",
328             "lang": "jp"
329         },
330         {
331             "name": "jp undelete_short 5",
332             "key": "jp_undelete_short",
333             "args": [
334                 5
335             ],
336             "result": "Undelete 5 edits",
337             "lang": "jp"
338         },
339         {
340             "name": "jp undelete_short 21",
341             "key": "jp_undelete_short",
342             "args": [
343                 21
344             ],
345             "result": "Undelete 21 edits",
346             "lang": "jp"
347         },
348         {
349             "name": "jp undelete_short 101",
350             "key": "jp_undelete_short",
351             "args": [
352                 101
353             ],
354             "result": "Undelete 101 edits",
355             "lang": "jp"
356         },
357         {
358             "name": "jp category-subcat-count 0,10",
359             "key": "jp_category-subcat-count",
360             "args": [
361                 0,
362                 10
363             ],
364             "result": "This category has the following 0 subcategories, out of 10 total.",
365             "lang": "jp"
366         },
367         {
368             "name": "jp category-subcat-count 1,1",
369             "key": "jp_category-subcat-count",
370             "args": [
371                 1,
372                 1
373             ],
374             "result": "This category has only the following subcategory.",
375             "lang": "jp"
376         },
377         {
378             "name": "jp category-subcat-count 1,2",
379             "key": "jp_category-subcat-count",
380             "args": [
381                 1,
382                 2
383             ],
384             "result": "This category has the following subcategory, out of 2 total.",
385             "lang": "jp"
386         },
387         {
388             "name": "jp category-subcat-count 3,30",
389             "key": "jp_category-subcat-count",
390             "args": [
391                 3,
392                 30
393             ],
394             "result": "This category has the following 3 subcategories, out of 30 total.",
395             "lang": "jp"
396         },
397         {
398             "name": "zh undelete_short 0",
399             "key": "zh_undelete_short",
400             "args": [
401                 0
402             ],
403             "result": "\u8fd8\u539f0\u4e2a\u7f16\u8f91",
404             "lang": "zh"
405         },
406         {
407             "name": "zh undelete_short 1",
408             "key": "zh_undelete_short",
409             "args": [
410                 1
411             ],
412             "result": "\u8fd8\u539f1\u4e2a\u7f16\u8f91",
413             "lang": "zh"
414         },
415         {
416             "name": "zh undelete_short 2",
417             "key": "zh_undelete_short",
418             "args": [
419                 2
420             ],
421             "result": "\u8fd8\u539f2\u4e2a\u7f16\u8f91",
422             "lang": "zh"
423         },
424         {
425             "name": "zh undelete_short 5",
426             "key": "zh_undelete_short",
427             "args": [
428                 5
429             ],
430             "result": "\u8fd8\u539f5\u4e2a\u7f16\u8f91",
431             "lang": "zh"
432         },
433         {
434             "name": "zh undelete_short 21",
435             "key": "zh_undelete_short",
436             "args": [
437                 21
438             ],
439             "result": "\u8fd8\u539f21\u4e2a\u7f16\u8f91",
440             "lang": "zh"
441         },
442         {
443             "name": "zh undelete_short 101",
444             "key": "zh_undelete_short",
445             "args": [
446                 101
447             ],
448             "result": "\u8fd8\u539f101\u4e2a\u7f16\u8f91",
449             "lang": "zh"
450         },
451         {
452             "name": "zh category-subcat-count 0,10",
453             "key": "zh_category-subcat-count",
454             "args": [
455                 0,
456                 10
457             ],
458             "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b0\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670910\u4e2a\u5b50\u5206\u7c7b\u3002",
459             "lang": "zh"
460         },
461         {
462             "name": "zh category-subcat-count 1,1",
463             "key": "zh_category-subcat-count",
464             "args": [
465                 1,
466                 1
467             ],
468             "result": "\u672c\u5206\u7c7b\u53ea\u6709\u4ee5\u4e0b\u5b50\u5206\u7c7b\u3002",
469             "lang": "zh"
470         },
471         {
472             "name": "zh category-subcat-count 1,2",
473             "key": "zh_category-subcat-count",
474             "args": [
475                 1,
476                 2
477             ],
478             "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b1\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u67092\u4e2a\u5b50\u5206\u7c7b\u3002",
479             "lang": "zh"
480         },
481         {
482             "name": "zh category-subcat-count 3,30",
483             "key": "zh_category-subcat-count",
484             "args": [
485                 3,
486                 30
487             ],
488             "result": "\u672c\u5206\u7c7b\u6709\u4ee5\u4e0b3\u4e2a\u5b50\u5206\u7c7b\uff0c\u5171\u670930\u4e2a\u5b50\u5206\u7c7b\u3002",
489             "lang": "zh"
490         }
491     ]
492 };