dev.tsunagite.translatable
Schema Diff
+4 -911
1
1
{
2
2
"id": "dev.tsunagite.translatable",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"default",
8
8
"translations"
9
9
],
10
10
"properties": {
11
11
"default": {
12
12
"type": "string",
13
13
"maxLength": 3000,
14
14
"minLength": 1,
15
15
"description": "The default text, used as a fallback for languages without a dedicated translation.",
16
16
"maxGraphemes": 300
17
17
},
18
18
"translations": {
19
19
"type": "object",
20
20
"properties": {
21
-
"af": {
22
-
"type": "string",
23
-
"maxLength": 3000,
24
-
"minLength": 1,
25
-
"description": "Afrikaans (Afrikaans)",
26
-
"maxGraphemes": 300
27
-
},
28
-
"am": {
29
-
"type": "string",
30
-
"maxLength": 3000,
31
-
"minLength": 1,
32
-
"description": "አማርኛ (Amharic)",
33
-
"maxGraphemes": 300
34
-
},
35
-
"ar": {
36
-
"type": "string",
37
-
"maxLength": 3000,
38
-
"minLength": 1,
39
-
"description": "العربية (Arabic)",
40
-
"maxGraphemes": 300
41
-
},
42
-
"as": {
43
-
"type": "string",
44
-
"maxLength": 3000,
45
-
"minLength": 1,
46
-
"description": "অসমীয়া (Assamese)",
47
-
"maxGraphemes": 300
48
-
},
49
-
"az": {
50
-
"type": "string",
51
-
"maxLength": 3000,
52
-
"minLength": 1,
53
-
"description": "Azərbaycan (Azerbaijani)",
54
-
"maxGraphemes": 300
55
-
},
56
-
"ba": {
57
-
"type": "string",
58
-
"maxLength": 3000,
59
-
"minLength": 1,
60
-
"description": "Башҡорт (Bashkir)",
61
-
"maxGraphemes": 300
62
-
},
63
-
"be": {
64
-
"type": "string",
65
-
"maxLength": 3000,
66
-
"minLength": 1,
67
-
"description": "беларуская (Belarusian)",
68
-
"maxGraphemes": 300
69
-
},
70
-
"bg": {
71
-
"type": "string",
72
-
"maxLength": 3000,
73
-
"minLength": 1,
74
-
"description": "български (Bulgarian)",
75
-
"maxGraphemes": 300
76
-
},
77
-
"bn": {
78
-
"type": "string",
79
-
"maxLength": 3000,
80
-
"minLength": 1,
81
-
"description": "বাংলা (Bengali)",
82
-
"maxGraphemes": 300
83
-
},
84
-
"bo": {
85
-
"type": "string",
86
-
"maxLength": 3000,
87
-
"minLength": 1,
88
-
"description": "བོད་ཡིག (Tibetan)",
89
-
"maxGraphemes": 300
90
-
},
91
-
"br": {
92
-
"type": "string",
93
-
"maxLength": 3000,
94
-
"minLength": 1,
95
-
"description": "brezhoneg (Breton)",
96
-
"maxGraphemes": 300
97
-
},
98
-
"bs": {
99
-
"type": "string",
100
-
"maxLength": 3000,
101
-
"minLength": 1,
102
-
"description": "bosanski/босански (Bosnian)",
103
-
"maxGraphemes": 300
104
-
},
105
-
"ca": {
106
-
"type": "string",
107
-
"maxLength": 3000,
108
-
"minLength": 1,
109
-
"description": "català (Catalan)",
110
-
"maxGraphemes": 300
111
-
},
112
-
"co": {
113
-
"type": "string",
114
-
"maxLength": 3000,
115
-
"minLength": 1,
116
-
"description": "Corsu (Corsican)",
117
-
"maxGraphemes": 300
118
-
},
119
-
"cs": {
120
-
"type": "string",
121
-
"maxLength": 3000,
122
-
"minLength": 1,
123
-
"description": "čeština (Czech)",
124
-
"maxGraphemes": 300
125
-
},
126
-
"cy": {
127
-
"type": "string",
128
-
"maxLength": 3000,
129
-
"minLength": 1,
130
-
"description": "Cymraeg (Welsh)",
131
-
"maxGraphemes": 300
132
-
},
133
-
"da": {
134
-
"type": "string",
135
-
"maxLength": 3000,
136
-
"minLength": 1,
137
-
"description": "dansk (Danish)",
138
-
"maxGraphemes": 300
139
-
},
140
-
"de": {
141
-
"type": "string",
142
-
"maxLength": 3000,
143
-
"minLength": 1,
144
-
"description": "Deutsch (German)",
145
-
"maxGraphemes": 300
146
-
},
147
-
"dv": {
148
-
"type": "string",
149
-
"maxLength": 3000,
150
-
"minLength": 1,
151
-
"description": "ދިވެހިބަސް (Divehi)",
152
-
"maxGraphemes": 300
153
-
},
154
-
"el": {
155
-
"type": "string",
156
-
"maxLength": 3000,
157
-
"minLength": 1,
158
-
"description": "Ελληνικά (Greek)",
159
-
"maxGraphemes": 300
160
-
},
161
-
"en": {
162
-
"type": "string",
163
-
"maxLength": 3000,
164
-
"minLength": 1,
165
-
"description": "English (English)",
166
-
"maxGraphemes": 300
167
-
},
168
-
"es": {
169
-
"type": "string",
170
-
"maxLength": 3000,
171
-
"minLength": 1,
172
-
"description": "español (Spanish)",
173
-
"maxGraphemes": 300
174
-
},
175
-
"et": {
176
-
"type": "string",
177
-
"maxLength": 3000,
178
-
"minLength": 1,
179
-
"description": "eesti (Estonian)",
180
-
"maxGraphemes": 300
181
-
},
182
-
"eu": {
183
-
"type": "string",
184
-
"maxLength": 3000,
185
-
"minLength": 1,
186
-
"description": "euskara (Basque)",
187
-
"maxGraphemes": 300
188
-
},
189
-
"fa": {
190
-
"type": "string",
191
-
"maxLength": 3000,
192
-
"minLength": 1,
193
-
"description": "فارسى (Persian)",
194
-
"maxGraphemes": 300
195
-
},
196
-
"fi": {
197
-
"type": "string",
198
-
"maxLength": 3000,
199
-
"minLength": 1,
200
-
"description": "suomi (Finnish)",
201
-
"maxGraphemes": 300
202
-
},
203
-
"fo": {
204
-
"type": "string",
205
-
"maxLength": 3000,
206
-
"minLength": 1,
207
-
"description": "føroyskt (Faroese)",
208
-
"maxGraphemes": 300
209
-
},
210
-
"fr": {
211
-
"type": "string",
212
-
"maxLength": 3000,
213
-
"minLength": 1,
214
-
"description": "français (French)",
215
-
"maxGraphemes": 300
216
-
},
217
-
"fy": {
218
-
"type": "string",
219
-
"maxLength": 3000,
220
-
"minLength": 1,
221
-
"description": "Frysk (Frisian)",
222
-
"maxGraphemes": 300
223
-
},
224
-
"ga": {
225
-
"type": "string",
226
-
"maxLength": 3000,
227
-
"minLength": 1,
228
-
"description": "Gaeilge (Irish)",
229
-
"maxGraphemes": 300
230
-
},
231
-
"gd": {
232
-
"type": "string",
233
-
"maxLength": 3000,
234
-
"minLength": 1,
235
-
"description": "Gàidhlig (Scottish Gaelic)",
236
-
"maxGraphemes": 300
237
-
},
238
-
"gl": {
239
-
"type": "string",
240
-
"maxLength": 3000,
241
-
"minLength": 1,
242
-
"description": "galego (Galician)",
243
-
"maxGraphemes": 300
244
-
},
245
-
"gu": {
246
-
"type": "string",
247
-
"maxLength": 3000,
248
-
"minLength": 1,
249
-
"description": "ગુજરાતી (Gujarati)",
250
-
"maxGraphemes": 300
251
-
},
252
-
"ha": {
253
-
"type": "string",
254
-
"maxLength": 3000,
255
-
"minLength": 1,
256
-
"description": "Hausa (Hausa)",
257
-
"maxGraphemes": 300
258
-
},
259
-
"he": {
260
-
"type": "string",
261
-
"maxLength": 3000,
262
-
"minLength": 1,
263
-
"description": "עברית (Hebrew)",
264
-
"maxGraphemes": 300
265
-
},
266
-
"hi": {
267
-
"type": "string",
268
-
"maxLength": 3000,
269
-
"minLength": 1,
270
-
"description": "हिंदी (Hindi)",
271
-
"maxGraphemes": 300
272
-
},
273
-
"hr": {
274
-
"type": "string",
275
-
"maxLength": 3000,
276
-
"minLength": 1,
277
-
"description": "hrvatski (Croatian)",
278
-
"maxGraphemes": 300
279
-
},
280
-
"hu": {
281
-
"type": "string",
282
-
"maxLength": 3000,
283
-
"minLength": 1,
284
-
"description": "magyar (Hungarian)",
285
-
"maxGraphemes": 300
286
-
},
287
-
"hy": {
288
-
"type": "string",
289
-
"maxLength": 3000,
290
-
"minLength": 1,
291
-
"description": "Հայերեն (Armenian)",
292
-
"maxGraphemes": 300
293
-
},
294
-
"id": {
295
-
"type": "string",
296
-
"maxLength": 3000,
297
-
"minLength": 1,
298
-
"description": "Bahasa Indonesia (Indonesian)",
299
-
"maxGraphemes": 300
300
-
},
301
-
"ig": {
302
-
"type": "string",
303
-
"maxLength": 3000,
304
-
"minLength": 1,
305
-
"description": "Igbo (Igbo)",
306
-
"maxGraphemes": 300
307
-
},
308
-
"ii": {
309
-
"type": "string",
310
-
"maxLength": 3000,
311
-
"minLength": 1,
312
-
"description": "ꆈꌠꁱꂷ (Yi)",
313
-
"maxGraphemes": 300
314
-
},
315
-
"is": {
316
-
"type": "string",
317
-
"maxLength": 3000,
318
-
"minLength": 1,
319
-
"description": "íslenska (Icelandic)",
320
-
"maxGraphemes": 300
321
-
},
322
-
"it": {
323
-
"type": "string",
324
-
"maxLength": 3000,
325
-
"minLength": 1,
326
-
"description": "italiano (Italian)",
327
-
"maxGraphemes": 300
328
-
},
329
-
"iu": {
330
-
"type": "string",
331
-
"maxLength": 3000,
332
-
"minLength": 1,
333
-
"description": "nuktitut/ᐃᓄᒃᑎᑐᑦ (ᑲᓇᑕ) (Inukitut)",
334
-
"maxGraphemes": 300
335
-
},
336
-
"ja": {
337
-
"type": "string",
338
-
"maxLength": 3000,
339
-
"minLength": 1,
340
-
"description": "日本語 (Japanese)",
341
-
"maxGraphemes": 300
342
-
},
343
-
"ka": {
344
-
"type": "string",
345
-
"maxLength": 3000,
346
-
"minLength": 1,
347
-
"description": "ქართული (Georgian)",
348
-
"maxGraphemes": 300
349
-
},
350
-
"kk": {
351
-
"type": "string",
352
-
"maxLength": 3000,
353
-
"minLength": 1,
354
-
"description": "Қазақша (Kazakh)",
355
-
"maxGraphemes": 300
356
-
},
357
-
"kl": {
358
-
"type": "string",
359
-
"maxLength": 3000,
360
-
"minLength": 1,
361
-
"description": "kalaallisut (Greenlandic)",
362
-
"maxGraphemes": 300
363
-
},
364
-
"km": {
365
-
"type": "string",
366
-
"maxLength": 3000,
367
-
"minLength": 1,
368
-
"description": "ខ្មែរ (Khmer)",
369
-
"maxGraphemes": 300
370
-
},
371
-
"kn": {
372
-
"type": "string",
373
-
"maxLength": 3000,
374
-
"minLength": 1,
375
-
"description": "ಕನ್ನಡ (Kannada)",
376
-
"maxGraphemes": 300
377
-
},
378
-
"ko": {
379
-
"type": "string",
380
-
"maxLength": 3000,
381
-
"minLength": 1,
382
-
"description": "한국어 (Korean)",
383
-
"maxGraphemes": 300
384
-
},
385
-
"ku": {
386
-
"type": "string",
387
-
"maxLength": 3000,
388
-
"minLength": 1,
389
-
"description": "Kurdî/کوردی (Kurdish)",
390
-
"maxGraphemes": 300
391
-
},
392
-
"ky": {
393
-
"type": "string",
394
-
"maxLength": 3000,
395
-
"minLength": 1,
396
-
"description": "Кыргыз (Kyrgyz)",
397
-
"maxGraphemes": 300
398
-
},
399
-
"lb": {
400
-
"type": "string",
401
-
"maxLength": 3000,
402
-
"minLength": 1,
403
-
"description": "Lëtzebuergesch (Luxembourgish)",
404
-
"maxGraphemes": 300
405
-
},
406
-
"lo": {
407
-
"type": "string",
408
-
"maxLength": 3000,
409
-
"minLength": 1,
410
-
"description": "ລາວ (Lao)",
411
-
"maxGraphemes": 300
412
-
},
413
-
"lt": {
414
-
"type": "string",
415
-
"maxLength": 3000,
416
-
"minLength": 1,
417
-
"description": "lietuvių (Lithuanian)",
418
-
"maxGraphemes": 300
419
-
},
420
-
"lv": {
421
-
"type": "string",
422
-
"maxLength": 3000,
423
-
"minLength": 1,
424
-
"description": "latviešu (Latvian)",
425
-
"maxGraphemes": 300
426
-
},
427
-
"mi": {
428
-
"type": "string",
429
-
"maxLength": 3000,
430
-
"minLength": 1,
431
-
"description": "Reo Māori (Maori)",
432
-
"maxGraphemes": 300
433
-
},
434
-
"mk": {
435
-
"type": "string",
436
-
"maxLength": 3000,
437
-
"minLength": 1,
438
-
"description": "македонски јазик (Macedonian)",
439
-
"maxGraphemes": 300
440
-
},
441
-
"ml": {
442
-
"type": "string",
443
-
"maxLength": 3000,
444
-
"minLength": 1,
445
-
"description": "മലയാളം (Malayalam)",
446
-
"maxGraphemes": 300
447
-
},
448
-
"mn": {
449
-
"type": "string",
450
-
"maxLength": 3000,
451
-
"minLength": 1,
452
-
"description": "Монгол хэл/ᠮᠤᠨᠭᠭᠤᠯ ᠬᠡᠯᠡ (Mongolian)",
453
-
"maxGraphemes": 300
454
-
},
455
-
"mr": {
456
-
"type": "string",
457
-
"maxLength": 3000,
458
-
"minLength": 1,
459
-
"description": "मराठी (Marathi)",
460
-
"maxGraphemes": 300
461
-
},
462
-
"ms": {
463
-
"type": "string",
464
-
"maxLength": 3000,
465
-
"minLength": 1,
466
-
"description": "Bahasa Malaysia (Malay)",
467
-
"maxGraphemes": 300
468
-
},
469
-
"mt": {
470
-
"type": "string",
471
-
"maxLength": 3000,
472
-
"minLength": 1,
473
-
"description": "Malti (Maltese)",
474
-
"maxGraphemes": 300
475
-
},
476
-
"my": {
477
-
"type": "string",
478
-
"maxLength": 3000,
479
-
"minLength": 1,
480
-
"description": "မြန်မာဘာသာ (Burmese)",
481
-
"maxGraphemes": 300
482
-
},
483
-
"nb": {
484
-
"type": "string",
485
-
"maxLength": 3000,
486
-
"minLength": 1,
487
-
"description": "norsk - bokmål (Norwegian - Bokmål)",
488
-
"maxGraphemes": 300
489
-
},
490
-
"ne": {
491
-
"type": "string",
492
-
"maxLength": 3000,
493
-
"minLength": 1,
494
-
"description": "नेपाली - नेपाल (Nepali)",
495
-
"maxGraphemes": 300
496
-
},
497
-
"nl": {
498
-
"type": "string",
499
-
"maxLength": 3000,
500
-
"minLength": 1,
501
-
"description": "Nederlands (Dutch)",
502
-
"maxGraphemes": 300
503
-
},
504
-
"nn": {
505
-
"type": "string",
506
-
"maxLength": 3000,
507
-
"minLength": 1,
508
-
"description": "norsk - nynorsk (Norwegian - Nynorsk)",
509
-
"maxGraphemes": 300
510
-
},
511
-
"no": {
512
-
"type": "string",
513
-
"maxLength": 3000,
514
-
"minLength": 1,
515
-
"description": "norsk (Norwegian)",
516
-
"maxGraphemes": 300
517
-
},
518
-
"oc": {
519
-
"type": "string",
520
-
"maxLength": 3000,
521
-
"minLength": 1,
522
-
"description": "occitan (Occitan)",
523
-
"maxGraphemes": 300
524
-
},
525
-
"or": {
526
-
"type": "string",
527
-
"maxLength": 3000,
528
-
"minLength": 1,
529
-
"description": "ଓଡ଼ିଆ (Odia)",
530
-
"maxGraphemes": 300
531
-
},
532
-
"pa": {
533
-
"type": "string",
534
-
"maxLength": 3000,
535
-
"minLength": 1,
536
-
"description": "ਪੰਜਾਬੀ/پنجابی (Punjabi)",
537
-
"maxGraphemes": 300
538
-
},
539
-
"pl": {
540
-
"type": "string",
541
-
"maxLength": 3000,
542
-
"minLength": 1,
543
-
"description": "polski (Polish)",
544
-
"maxGraphemes": 300
545
-
},
546
-
"ps": {
547
-
"type": "string",
548
-
"maxLength": 3000,
549
-
"minLength": 1,
550
-
"description": "پښتو (Pashto)",
551
-
"maxGraphemes": 300
552
-
},
553
-
"pt": {
554
-
"type": "string",
555
-
"maxLength": 3000,
556
-
"minLength": 1,
557
-
"description": "português (Portugese)",
558
-
"maxGraphemes": 300
559
-
},
560
-
"qu": {
561
-
"type": "string",
562
-
"maxLength": 3000,
563
-
"minLength": 1,
564
-
"description": "runasimi (Quechua)",
565
-
"maxGraphemes": 300
566
-
},
567
-
"rm": {
568
-
"type": "string",
569
-
"maxLength": 3000,
570
-
"minLength": 1,
571
-
"description": "Rumantsch (Romansh)",
572
-
"maxGraphemes": 300
573
-
},
574
-
"ro": {
575
-
"type": "string",
576
-
"maxLength": 3000,
577
-
"minLength": 1,
578
-
"description": "română (Romanian)",
579
-
"maxGraphemes": 300
580
-
},
581
-
"ru": {
582
-
"type": "string",
583
-
"maxLength": 3000,
584
-
"minLength": 1,
585
-
"description": "русский (Russian)",
586
-
"maxGraphemes": 300
587
-
},
588
-
"rw": {
589
-
"type": "string",
590
-
"maxLength": 3000,
591
-
"minLength": 1,
592
-
"description": "Kinyarwanda (Kinyarwanda)",
593
-
"maxGraphemes": 300
594
-
},
595
-
"sa": {
596
-
"type": "string",
597
-
"maxLength": 3000,
598
-
"minLength": 1,
599
-
"description": "संस्कृत (Sanskrit)",
600
-
"maxGraphemes": 300
601
-
},
602
-
"se": {
603
-
"type": "string",
604
-
"maxLength": 3000,
605
-
"minLength": 1,
606
-
"description": "davvisámegiella (Sami - Northern)",
607
-
"maxGraphemes": 300
608
-
},
609
-
"si": {
610
-
"type": "string",
611
-
"maxLength": 3000,
612
-
"minLength": 1,
613
-
"description": "සිංහල (Sinhala)",
614
-
"maxGraphemes": 300
615
-
},
616
-
"sk": {
617
-
"type": "string",
618
-
"maxLength": 3000,
619
-
"minLength": 1,
620
-
"description": "slovenčina (Slovak)",
621
-
"maxGraphemes": 300
622
-
},
623
-
"sl": {
624
-
"type": "string",
625
-
"maxLength": 3000,
626
-
"minLength": 1,
627
-
"description": "slovenščina (Slovenian)",
628
-
"maxGraphemes": 300
629
-
},
630
-
"sq": {
631
-
"type": "string",
632
-
"maxLength": 3000,
633
-
"minLength": 1,
634
-
"description": "shqip (Albanian)",
635
-
"maxGraphemes": 300
636
-
},
637
-
"sr": {
638
-
"type": "string",
639
-
"maxLength": 3000,
640
-
"minLength": 1,
641
-
"description": "srpski/српски (Serbian)",
642
-
"maxGraphemes": 300
643
-
},
644
-
"st": {
645
-
"type": "string",
646
-
"maxLength": 3000,
647
-
"minLength": 1,
648
-
"description": "Sesotho (Sesotho)",
649
-
"maxGraphemes": 300
650
-
},
651
-
"sv": {
652
-
"type": "string",
653
-
"maxLength": 3000,
654
-
"minLength": 1,
655
-
"description": "svenska (Swedish)",
656
-
"maxGraphemes": 300
657
-
},
658
-
"sw": {
659
-
"type": "string",
660
-
"maxLength": 3000,
661
-
"minLength": 1,
662
-
"description": "Kiswahili (Kiswahili)",
663
-
"maxGraphemes": 300
664
-
},
665
-
"ta": {
666
-
"type": "string",
667
-
"maxLength": 3000,
668
-
"minLength": 1,
669
-
"description": "தமிழ் (Tamil)",
670
-
"maxGraphemes": 300
671
-
},
672
-
"te": {
673
-
"type": "string",
674
-
"maxLength": 3000,
675
-
"minLength": 1,
676
-
"description": "తెలుగు (Telugu)",
677
-
"maxGraphemes": 300
678
-
},
679
-
"tg": {
680
-
"type": "string",
681
-
"maxLength": 3000,
682
-
"minLength": 1,
683
-
"description": "Тоҷикӣ (Tajik)",
684
-
"maxGraphemes": 300
685
-
},
686
-
"th": {
687
-
"type": "string",
688
-
"maxLength": 3000,
689
-
"minLength": 1,
690
-
"description": "ไทย (Thai)",
691
-
"maxGraphemes": 300
692
-
},
693
-
"tk": {
694
-
"type": "string",
695
-
"maxLength": 3000,
696
-
"minLength": 1,
697
-
"description": "türkmençe (Turkmen)",
698
-
"maxGraphemes": 300
699
-
},
700
-
"tl": {
701
-
"type": "string",
702
-
"maxLength": 3000,
703
-
"minLength": 1,
704
-
"description": "Tagalog (Tagalog)",
705
-
"maxGraphemes": 300
706
-
},
707
-
"tn": {
708
-
"type": "string",
709
-
"maxLength": 3000,
710
-
"minLength": 1,
711
-
"description": "Setswana (Tswana)",
712
-
"maxGraphemes": 300
713
-
},
714
-
"tr": {
715
-
"type": "string",
716
-
"maxLength": 3000,
717
-
"minLength": 1,
718
-
"description": "Türkçe (Turkish)",
719
-
"maxGraphemes": 300
720
-
},
721
-
"tt": {
722
-
"type": "string",
723
-
"maxLength": 3000,
724
-
"minLength": 1,
725
-
"description": "Татарча (Tatar)",
726
-
"maxGraphemes": 300
727
-
},
728
-
"ug": {
729
-
"type": "string",
730
-
"maxLength": 3000,
731
-
"minLength": 1,
732
-
"description": "ئۇيغۇرچە (Uyghur)",
733
-
"maxGraphemes": 300
734
-
},
735
-
"uk": {
736
-
"type": "string",
737
-
"maxLength": 3000,
738
-
"minLength": 1,
739
-
"description": "українська (Ukranian)",
740
-
"maxGraphemes": 300
741
-
},
742
-
"ur": {
21
+
"$keyFormat": {
743
22
"type": "string",
744
-
"maxLength": 3000,
745
-
"minLength": 1,
746
-
"description": "اُردو (Urdu)",
747
-
"maxGraphemes": 300
23
+
"format": "language"
748
24
},
749
-
"uz": {
750
-
"type": "string",
751
-
"maxLength": 3000,
752
-
"minLength": 1,
753
-
"description": "Uzbek/Ўзбек (Uzbek)",
754
-
"maxGraphemes": 300
755
-
},
756
-
"vi": {
757
-
"type": "string",
758
-
"maxLength": 3000,
759
-
"minLength": 1,
760
-
"description": "Tiếng Việt (Vietnamese)",
761
-
"maxGraphemes": 300
762
-
},
763
-
"wo": {
764
-
"type": "string",
765
-
"maxLength": 3000,
766
-
"minLength": 1,
767
-
"description": "Wolof (Wolof)",
768
-
"maxGraphemes": 300
769
-
},
770
-
"xh": {
771
-
"type": "string",
772
-
"maxLength": 3000,
773
-
"minLength": 1,
774
-
"description": "isiXhosa (Xhosa)",
775
-
"maxGraphemes": 300
776
-
},
777
-
"yo": {
778
-
"type": "string",
779
-
"maxLength": 3000,
780
-
"minLength": 1,
781
-
"description": "Yoruba (Yoruba)",
782
-
"maxGraphemes": 300
783
-
},
784
-
"zh": {
785
-
"type": "string",
786
-
"maxLength": 3000,
787
-
"minLength": 1,
788
-
"description": "中文 (Chinese)",
789
-
"maxGraphemes": 300
790
-
},
791
-
"zu": {
792
-
"type": "string",
793
-
"maxLength": 3000,
794
-
"minLength": 1,
795
-
"description": "isiZulu (isiZulu)",
796
-
"maxGraphemes": 300
797
-
},
798
-
"arn": {
799
-
"type": "string",
800
-
"maxLength": 3000,
801
-
"minLength": 1,
802
-
"description": "Mapudungun (Mapudungun)",
803
-
"maxGraphemes": 300
804
-
},
805
-
"ary": {
806
-
"type": "string",
807
-
"maxLength": 3000,
808
-
"minLength": 1,
809
-
"description": "الدارجة المغربية (Moroccan Arabic)",
810
-
"maxGraphemes": 300
811
-
},
812
-
"ckb": {
813
-
"type": "string",
814
-
"maxLength": 3000,
815
-
"minLength": 1,
816
-
"description": "کوردیی ناوەندی (Central Kurdish)",
817
-
"maxGraphemes": 300
818
-
},
819
-
"dsb": {
820
-
"type": "string",
821
-
"maxLength": 3000,
822
-
"minLength": 1,
823
-
"description": "dolnoserbšćina (Lower Sorbian)",
824
-
"maxGraphemes": 300
825
-
},
826
-
"fil": {
827
-
"type": "string",
828
-
"maxLength": 3000,
829
-
"minLength": 1,
830
-
"description": "Filipino (Filipino)",
831
-
"maxGraphemes": 300
832
-
},
833
-
"gil": {
834
-
"type": "string",
835
-
"maxLength": 3000,
836
-
"minLength": 1,
837
-
"description": "Taetae ni Kiribati (Gilbertese)",
838
-
"maxGraphemes": 300
839
-
},
840
-
"gsw": {
841
-
"type": "string",
842
-
"maxLength": 3000,
843
-
"minLength": 1,
844
-
"description": "Schweizerdeutsch (Swiss German)",
845
-
"maxGraphemes": 300
846
-
},
847
-
"hsb": {
848
-
"type": "string",
849
-
"maxLength": 3000,
850
-
"minLength": 1,
851
-
"description": "hornjoserbšćina (Upper Sorbian)",
852
-
"maxGraphemes": 300
853
-
},
854
-
"kok": {
855
-
"type": "string",
856
-
"maxLength": 3000,
857
-
"minLength": 1,
858
-
"description": "कोंकणी (Konkani)",
859
-
"maxGraphemes": 300
860
-
},
861
-
"moh": {
862
-
"type": "string",
863
-
"maxLength": 3000,
864
-
"minLength": 1,
865
-
"description": "Kanien'kéha (Mohawk)",
866
-
"maxGraphemes": 300
867
-
},
868
-
"pap": {
869
-
"type": "string",
870
-
"maxLength": 3000,
871
-
"minLength": 1,
872
-
"description": "Papiamentu (Papiamento)",
873
-
"maxGraphemes": 300
874
-
},
875
-
"prs": {
876
-
"type": "string",
877
-
"maxLength": 3000,
878
-
"minLength": 1,
879
-
"description": "درى (Dari)",
880
-
"maxGraphemes": 300
881
-
},
882
-
"quc": {
25
+
"$valueType": {
883
26
"type": "string",
884
27
"maxLength": 3000,
885
28
"minLength": 1,
886
-
"description": "K'iche (K'iche)",
887
29
"maxGraphemes": 300
888
-
},
889
-
"sah": {
890
-
"type": "string",
891
-
"maxLength": 3000,
892
-
"minLength": 1,
893
-
"description": "caxa (Yakut)",
894
-
"maxGraphemes": 300
895
-
},
896
-
"sma": {
897
-
"type": "string",
898
-
"maxLength": 3000,
899
-
"minLength": 1,
900
-
"description": "åarjelsaemiengiele (Sami - Southern)",
901
-
"maxGraphemes": 300
902
-
},
903
-
"smj": {
904
-
"type": "string",
905
-
"maxLength": 3000,
906
-
"minLength": 1,
907
-
"description": "julevusámegiella (Sami - Lule)",
908
-
"maxGraphemes": 300
909
-
},
910
-
"smn": {
911
-
"type": "string",
912
-
"maxLength": 3000,
913
-
"minLength": 1,
914
-
"description": "sämikielâ (Sami - Inari)",
915
-
"maxGraphemes": 300
916
-
},
917
-
"sms": {
918
-
"type": "string",
919
-
"maxLength": 3000,
920
-
"minLength": 1,
921
-
"description": "sääʹmǩiõll (Sami - Skolt)",
922
-
"maxGraphemes": 300
923
-
},
924
-
"syc": {
925
-
"type": "string",
926
-
"maxLength": 3000,
927
-
"minLength": 1,
928
-
"description": "ܣܘܪܝܝܐ (Syriac)",
929
-
"maxGraphemes": 300
930
-
},
931
-
"tzm": {
932
-
"type": "string",
933
-
"maxLength": 3000,
934
-
"minLength": 1,
935
-
"description": "Tamazight (Tamazight)",
936
-
"maxGraphemes": 300
937
30
}
938
31
},
939
-
"description": "A key-value map of RFC 5646 IETF language tags to translated strings. This property list is NON-EXHAUSTIVE - any valid IETF language tag, including subtags, is legal!"
32
+
"description": "A key-value map of RFC 5646 IETF language tags to translated strings."
940
33
}
941
34
}
942
35
}
943
36
},
944
37
"$type": "com.atproto.lexicon.schema",
945
38
"lexicon": 1,
946
39
"description": "A piece of text with multiple translations, transliterations, or localizations into different languages."
947
40
}