-
Notifications
You must be signed in to change notification settings - Fork 6
/
languages.json
542 lines (542 loc) · 18.6 KB
/
languages.json
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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
{
"en": {
"title": "Web Dev Resources",
"search_placeholder": "🔍 Search Resources...",
"categories": {
"all": "All",
"ai": "AI",
"background": "Background",
"cheatsheet": "Cheatsheet",
"colors": "Colors",
"css": "CSS",
"diagrams": "Diagrams",
"fonts": "Fonts",
"images": "Images",
"icons": "Icons",
"illustration": "Illustration",
"learning": "Learning",
"3d": "3D",
"misc": "Misc",
"performance": "Performance",
"tools": "Tools",
"version-control": "Version Control",
"api": "API",
"accessibility": "Accessibility"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"fr": {
"title": "Ressources pour les développeurs web",
"search_placeholder": "🔍 Rechercher des ressources...",
"categories": {
"all": "Tout",
"ai": "IA",
"background": "Arrière-plan",
"cheatsheet": "Fiche mémo",
"colors": "Couleurs",
"css": "CSS",
"diagrams": "Schémas",
"fonts": "Polices",
"images": "Images",
"icons": "Icônes",
"illustration": "Illustration",
"learning": "Apprentissage",
"3d": "3D",
"misc": "Divers",
"performance": "Performance",
"tools": "Outils",
"version-control": "Contrôle de version",
"api": "API",
"accessibility": "Accessibilité"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"es": {
"title": "Recursos para desarrollo web ",
"search_placeholder": "🔍 Buscar recursos...",
"categories": {
"all": "Todo",
"ai": "IA",
"background": "Fondo",
"cheatsheet": "Guía rápida",
"colors": "Colores",
"css": "CSS",
"diagrams": "Diagramas",
"fonts": "Fuentes",
"images": "Imágenes",
"icons": "Iconos",
"illustration": "Ilustración",
"learning": "Aprendizaje",
"3d": "3D",
"misc": "Varios",
"performance": "Rendimiento",
"tools": "Herramientas",
"version-control": "Control de versiones",
"api": "API",
"accessibility": "Accesibilidad"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"de": {
"title": "Web-Entwicklungsressourcen ",
"search_placeholder": "🔍 Ressourcen durchsuchen...",
"categories": {
"all": "Alle",
"ai": "KI",
"background": "Hintergrund",
"cheatsheet": "Spickzettel",
"colors": "Farben",
"css": "CSS",
"diagrams": "Diagramme",
"fonts": "Schriftarten",
"images": "Bilder",
"icons": "Symbole",
"illustration": "Illustration",
"learning": "Lernen",
"3d": "3D",
"misc": "Sonstiges",
"performance": "Leistung",
"tools": "Werkzeuge",
"version-control": "Versionskontrolle",
"api": "API",
"accessibility": "Barrierefreiheit"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"it": {
"title": "Risorse per lo sviluppo web ",
"search_placeholder": "🔍 Cerca risorse...",
"categories": {
"all": "Tutto",
"ai": "IA",
"background": "Sfondo",
"cheatsheet": "Promemoria",
"colors": "Colori",
"css": "CSS",
"diagrams": "Diagrammi",
"fonts": "Font",
"images": "Immagini",
"icons": "Icone",
"illustration": "Illustrazione",
"learning": "Apprendimento",
"3d": "3D",
"misc": "Varie",
"performance": "Prestazioni",
"tools": "Strumenti",
"version-control": "Controllo di versione",
"api": "API",
"accessibility": "Accessibilità"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"zh": {
"title": "网页开发资源 ",
"search_placeholder": "🔍 搜索资源...",
"categories": {
"all": "所有",
"ai": "人工智能",
"background": "背景",
"cheatsheet": "速查表",
"colors": "颜色",
"css": "CSS",
"diagrams": "图表",
"fonts": "字体",
"images": "图片",
"icons": "图标",
"illustration": "插画",
"learning": "学习",
"3d": "3D",
"misc": "其他",
"performance": "性能",
"tools": "工具",
"version-control": "版本控制",
"api": "API",
"accessibility": "无障碍"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"ja": {
"title": "ウェブ開発リソース ",
"search_placeholder": "🔍 リソースを検索...",
"categories": {
"all": "すべて",
"ai": "AI",
"background": "背景",
"cheatsheet": "チートシート",
"colors": "色",
"css": "CSS",
"diagrams": "図",
"fonts": "フォント",
"images": "画像",
"icons": "アイコン",
"illustration": "イラスト",
"learning": "学習",
"3d": "3D",
"misc": "その他",
"performance": "パフォーマンス",
"tools": "ツール",
"version-control": "バージョン管理",
"api": "API",
"accessibility": "アクセシビリティ"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"ko": {
"title": "웹 개발 리소스 ",
"search_placeholder": "🔍 리소스 검색...",
"categories": {
"all": "전체",
"ai": "인공지능",
"background": "배경",
"cheatsheet": "치트 시트",
"colors": "색상",
"css": "CSS",
"diagrams": "다이어그램",
"fonts": "글꼴",
"images": "이미지",
"icons": "아이콘",
"illustration": "일러스트",
"learning": "학습",
"3d": "3D",
"misc": "기타",
"performance": "성능",
"tools": "도구",
"version-control": "버전 관리",
"api": "API",
"accessibility": "접근성"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"pt": {
"title": "Recursos de desenvolvimento web ",
"search_placeholder": "🔍 Pesquisar recursos...",
"categories": {
"all": "Tudo",
"ai": "IA",
"background": "Fundo",
"cheatsheet": "Guia rápido",
"colors": "Cores",
"css": "CSS",
"diagrams": "Diagramas",
"fonts": "Fontes",
"images": "Imagens",
"icons": "Ícones",
"illustration": "Ilustração",
"learning": "Aprendizado",
"3d": "3D",
"misc": "Diversos",
"performance": "Desempenho",
"tools": "Ferramentas",
"version-control": "Controle de versão",
"api": "API",
"accessibility": "Acessibilidade"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"ru": {
"title": "Ресурсы для веб-разработки ",
"search_placeholder": "🔍 Искать ресурсы...",
"categories": {
"all": "Все",
"ai": "ИИ",
"background": "Фон",
"cheatsheet": "Шпаргалка",
"colors": "Цвета",
"css": "CSS",
"diagrams": "Диаграммы",
"fonts": "Шрифты",
"images": "Изображения",
"icons": "Иконки",
"illustration": "Иллюстрация",
"learning": "Обучение",
"3d": "3D",
"misc": "Разное",
"performance": "Производительность",
"tools": "Инструменты",
"version-control": "Контроль версий",
"api": "API",
"accessibility": "Доступность"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"ar": {
"title": "موارد تطوير الويب ",
"search_placeholder": "🔍 ابحث عن الموارد...",
"categories": {
"all": "الكل",
"ai": "الذكاء الاصطناعي",
"background": "خلفية",
"cheatsheet": "ورقة الغش",
"colors": "الألوان",
"css": "CSS",
"diagrams": "الرسوم البيانية",
"fonts": "الخطوط",
"images": "الصور",
"icons": "الأيقونات",
"illustration": "الرسوم التوضيحية",
"learning": "التعلم",
"3d": "ثلاثي الأبعاد",
"misc": "متفرقات",
"performance": "الأداء",
"tools": "الأدوات",
"version-control": "التحكم في الإصدارات",
"api": "واجهة برمجة التطبيقات",
"accessibility": "سهولة الوصول"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"hi": {
"title": "वेब डेवलपमेंट संसाधन ",
"search_placeholder": "🔍 संसाधन खोजें...",
"categories": {
"all": "सभी",
"ai": "एआई",
"background": "पृष्ठभूमि",
"cheatsheet": "चीट शीट",
"colors": "रंग",
"css": "CSS",
"diagrams": "आरेख",
"fonts": "फ़ॉन्ट",
"images": "चित्र",
"icons": "आइकन",
"illustration": "चित्रण",
"learning": "सीखना",
"3d": "3डी",
"misc": "विविध",
"performance": "प्रदर्शन",
"tools": "उपकरण",
"version-control": "संस्करण नियंत्रण",
"api": "एपीआई",
"accessibility": "पहुँच"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"bn": {
"title": "ওয়েব ডেভেলপমেন্ট রিসোর্স ",
"search_placeholder": "🔍 সম্পদ অনুসন্ধান করুন...",
"categories": {
"all": "সব",
"ai": "কৃত্রিম বুদ্ধিমত্তা",
"background": "পটভূমি",
"cheatsheet": "চিট শীট",
"colors": "রং",
"css": "CSS",
"diagrams": "ডায়াগ্রাম",
"fonts": "ফন্ট",
"images": "চিত্র",
"icons": "আইকন",
"illustration": "ইলাস্ট্রেশন",
"learning": "শিক্ষা",
"3d": "3D",
"misc": "বিবিধ",
"performance": "পারফরম্যান্স",
"tools": "টুলস",
"version-control": "সংস্করণ নিয়ন্ত্রণ",
"api": "API",
"accessibility": "অ্যাক্সেসযোগ্যতা"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"ur": {
"title": "ویب ڈویلپمنٹ کے وسائل ",
"search_placeholder": "🔍 وسائل تلاش کریں...",
"categories": {
"all": "سب",
"ai": "مصنوعی ذہانت",
"background": "پس منظر",
"cheatsheet": "چیٹ شیٹ",
"colors": "رنگ",
"css": "CSS",
"diagrams": "ڈایاگرام",
"fonts": "فونٹس",
"images": "تصاویر",
"icons": "آئیکنز",
"illustration": "تصویر کشی",
"learning": "سیکھنا",
"3d": "تھری ڈی",
"misc": "متفرق",
"performance": "کارکردگی",
"tools": "اوزار",
"version-control": "ورژن کنٹرول",
"api": "API",
"accessibility": "رسائی"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"id": {
"title": "Sumber Daya Pengembangan Web ",
"search_placeholder": "🔍 Cari Sumber Daya...",
"categories": {
"all": "Semua",
"ai": "Kecerdasan Buatan",
"background": "Latar Belakang",
"cheatsheet": "Lembar Tipuan",
"colors": "Warna",
"css": "CSS",
"diagrams": "Diagram",
"fonts": "Font",
"images": "Gambar",
"icons": "Ikon",
"illustration": "Ilustrasi",
"learning": "Pembelajaran",
"3d": "3D",
"misc": "Lain-lain",
"performance": "Kinerja",
"tools": "Alat",
"version-control": "Kontrol Versi",
"api": "API",
"accessibility": "Aksesibilitas"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"vi": {
"title": "Tài Nguyên Phát Triển Web ",
"search_placeholder": "🔍 Tìm kiếm tài nguyên...",
"categories": {
"all": "Tất cả",
"ai": "Trí tuệ nhân tạo",
"background": "Nền",
"cheatsheet": "Ghi chú",
"colors": "Màu sắc",
"css": "CSS",
"diagrams": "Sơ đồ",
"fonts": "Phông chữ",
"images": "Hình ảnh",
"icons": "Biểu tượng",
"illustration": "Minh họa",
"learning": "Học tập",
"3d": "3D",
"misc": "Khác",
"performance": "Hiệu suất",
"tools": "Công cụ",
"version-control": "Kiểm soát phiên bản",
"api": "API",
"accessibility": "Khả năng truy cập"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"th": {
"title": "ทรัพยากรการพัฒนาเว็บ ",
"search_placeholder": "🔍 ค้นหาทรัพยากร...",
"categories": {
"all": "ทั้งหมด",
"ai": "ปัญญาประดิษฐ์",
"background": "พื้นหลัง",
"cheatsheet": "ชีทสรุป",
"colors": "สี",
"css": "CSS",
"diagrams": "ไดอะแกรม",
"fonts": "แบบอักษร",
"images": "รูปภาพ",
"icons": "ไอคอน",
"illustration": "ภาพประกอบ",
"learning": "การเรียนรู้",
"3d": "3D",
"misc": "เบ็ดเตล็ด",
"performance": "ประสิทธิภาพ",
"tools": "เครื่องมือ",
"version-control": "การควบคุมเวอร์ชัน",
"api": "API",
"accessibility": "การเข้าถึง"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"tr": {
"title": "Web Geliştirme Kaynakları ",
"search_placeholder": "🔍 Kaynakları Ara...",
"categories": {
"all": "Tümü",
"ai": "Yapay Zeka",
"background": "Arka Plan",
"cheatsheet": "Kısa Kılavuz",
"colors": "Renkler",
"css": "CSS",
"diagrams": "Diyagramlar",
"fonts": "Yazı Tipleri",
"images": "Resimler",
"icons": "Simgeler",
"illustration": "İllüstrasyon",
"learning": "Öğrenme",
"3d": "3D",
"misc": "Diğer",
"performance": "Performans",
"tools": "Araçlar",
"version-control": "Sürüm Kontrolü",
"api": "API",
"accessibility": "Erişilebilirlik"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"nl": {
"title": "Webontwikkelingsbronnen ",
"search_placeholder": "🔍 Zoek naar bronnen...",
"categories": {
"all": "Alles",
"ai": "AI",
"background": "Achtergrond",
"cheatsheet": "Spiekbriefje",
"colors": "Kleuren",
"css": "CSS",
"diagrams": "Diagrammen",
"fonts": "Lettertypen",
"images": "Afbeeldingen",
"icons": "Pictogrammen",
"illustration": "Illustratie",
"learning": "Leren",
"3d": "3D",
"misc": "Diversen",
"performance": "Prestatie",
"tools": "Tools",
"version-control": "Versiebeheer",
"api": "API",
"accessibility": "Toegankelijkheid"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
},
"pl": {
"title": "Zasoby dla programistów WWW ",
"search_placeholder": "🔍 Szukaj zasobów...",
"categories": {
"all": "Wszystko",
"ai": "SI",
"background": "Tło",
"cheatsheet": "Ściągawka",
"colors": "Kolory",
"css": "CSS",
"diagrams": "Diagramy",
"fonts": "Czcionki",
"images": "Obrazy",
"icons": "Ikony",
"illustration": "Ilustracja",
"learning": "Nauka",
"3d": "3D",
"misc": "Różne",
"performance": "Wydajność",
"tools": "Narzędzia",
"version-control": "Kontrola wersji",
"api": "API",
"accessibility": "Dostępność"
},
"theme_toggle": "🌙",
"back_to_top": "↑"
}
}