@yiitap/i18n 0.15.0 → 0.16.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.
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright 2026 Yiitap
3
3
  * @license MIT
4
4
  **/
5
- const n = [
5
+ const t = [
6
6
  {
7
7
  label: "English (United States)",
8
8
  value: "en-US",
@@ -159,7 +159,7 @@ const n = [
159
159
  value: "tr-TR",
160
160
  locale: "tr",
161
161
  base: "en-US",
162
- prompt_name: "Türkçe",
162
+ prompt_name: "Turkish",
163
163
  example: "Selam!",
164
164
  supported: !1
165
165
  },
@@ -190,17 +190,17 @@ const n = [
190
190
  example: "Halo, PileaX!",
191
191
  supported: !0
192
192
  }
193
- ], v = n.filter((e) => e.supported).map((e) => ({
193
+ ], v = t.filter((e) => e.supported).map((e) => ({
194
194
  label: e.label,
195
195
  value: e.value,
196
196
  subLabel: e.prompt_name
197
- })), t = "en-US", r = (e) => {
198
- if (!e) return t;
197
+ })), o = "en-US", r = (e) => {
198
+ if (!e) return o;
199
199
  const i = e.replace("_", "-").toLowerCase();
200
200
  if (a[i])
201
201
  return a[i];
202
- const o = i.split("-")[0];
203
- return a[o] ? a[o] : t;
202
+ const n = i.split("-")[0];
203
+ return a[n] ? a[n] : o;
204
204
  }, a = {
205
205
  de: "de-DE",
206
206
  "de-de": "de-DE",
@@ -367,7 +367,6 @@ const n = [
367
367
  viewSource: "Quelle anzeigen"
368
368
  },
369
369
  image: {
370
- caption: "Untertitel",
371
370
  height: "Höhe",
372
371
  large: "Groß",
373
372
  link: "Link",
@@ -394,9 +393,11 @@ const n = [
394
393
  basic: "Basic",
395
394
  basicBlocks: "Grundblöcke",
396
395
  cancel: "Stornieren",
396
+ caption: "Untertitel",
397
397
  close: "Schließen",
398
398
  color: "Farbe",
399
399
  common: "Gemeinsam",
400
+ confirm: "Bestätigen",
400
401
  copy: "Kopie",
401
402
  cut: "Schneiden",
402
403
  download: "Herunterladen",
@@ -413,6 +414,8 @@ const n = [
413
414
  linkAddress: "Linkadresse",
414
415
  media: "Medien",
415
416
  model: "Modell",
417
+ model3d: "3D-Modell",
418
+ model3dAdd: "Fügen Sie ein 3D-Modell hinzu",
416
419
  modelViewer: "Modellbetrachter",
417
420
  more: "Mehr",
418
421
  noResults: "Keine Ergebnisse",
@@ -439,6 +442,22 @@ const n = [
439
442
  view: "Sicht",
440
443
  write: "Schreiben"
441
444
  },
445
+ language: {
446
+ chineseSimplified: "Vereinfachtes Chinesisch",
447
+ chineseTraditional: "Traditionelles Chinesisch",
448
+ english: "Englisch",
449
+ french: "Französisch",
450
+ german: "Deutsch",
451
+ indonesian: "Indonesisch",
452
+ italian: "Italienisch",
453
+ japanese: "japanisch",
454
+ korean: "Koreanisch",
455
+ polish: "Polieren",
456
+ portuguese: "Portugiesisch",
457
+ russian: "Russisch",
458
+ spanish: "Spanisch",
459
+ vietnamese: "Vietnamesisch"
460
+ },
442
461
  link: {
443
462
  back: "Zurück zum Hauptmenü",
444
463
  edit: "Link bearbeiten",
@@ -576,7 +595,6 @@ const n = [
576
595
  viewSource: "View Source"
577
596
  },
578
597
  image: {
579
- caption: "Caption",
580
598
  height: "Height",
581
599
  large: "Large",
582
600
  link: "Link",
@@ -603,9 +621,11 @@ const n = [
603
621
  basic: "Basic",
604
622
  basicBlocks: "Basic Blocks",
605
623
  cancel: "Cancel",
624
+ caption: "Caption",
606
625
  close: "Close",
607
626
  color: "Color",
608
627
  common: "Common",
628
+ confirm: "Confirm",
609
629
  copy: "Copy",
610
630
  cut: "Cut",
611
631
  download: "Download",
@@ -622,6 +642,8 @@ const n = [
622
642
  linkAddress: "Link Address",
623
643
  media: "Media",
624
644
  model: "Model",
645
+ model3d: "3D Model",
646
+ model3dAdd: "Add a 3D model",
625
647
  modelViewer: "Model Viewer",
626
648
  more: "More",
627
649
  noResults: "No results",
@@ -648,6 +670,22 @@ const n = [
648
670
  view: "View",
649
671
  write: "Write"
650
672
  },
673
+ language: {
674
+ chineseSimplified: "Simplified Chinese",
675
+ chineseTraditional: "Traditional Chinese",
676
+ english: "English",
677
+ french: "French",
678
+ german: "German",
679
+ indonesian: "Indonesian",
680
+ italian: "Italian",
681
+ japanese: "Japanese",
682
+ korean: "Korean",
683
+ polish: "Polish",
684
+ portuguese: "Portuguese",
685
+ russian: "Russian",
686
+ spanish: "Spanish",
687
+ vietnamese: "Vietnamese"
688
+ },
651
689
  link: {
652
690
  back: "Back to main menu",
653
691
  edit: "Edit Link",
@@ -785,7 +823,6 @@ const n = [
785
823
  viewSource: "Afficher la source"
786
824
  },
787
825
  image: {
788
- caption: "Légende",
789
826
  height: "Hauteur",
790
827
  large: "Grand",
791
828
  link: "Lien",
@@ -812,9 +849,11 @@ const n = [
812
849
  basic: "Basique",
813
850
  basicBlocks: "Blocs de base",
814
851
  cancel: "Annuler",
852
+ caption: "Légende",
815
853
  close: "Fermer",
816
854
  color: "Couleur",
817
855
  common: "Commun",
856
+ confirm: "Confirmer",
818
857
  copy: "Copie",
819
858
  cut: "Couper",
820
859
  download: "Télécharger",
@@ -831,6 +870,8 @@ const n = [
831
870
  linkAddress: "Adresse du lien",
832
871
  media: "Médias",
833
872
  model: "Modèle",
873
+ model3d: "Modèle 3D",
874
+ model3dAdd: "Ajouter un modèle 3D",
834
875
  modelViewer: "Visionneuse de modèles",
835
876
  more: "Plus",
836
877
  noResults: "Aucun résultat",
@@ -857,6 +898,22 @@ const n = [
857
898
  view: "Voir",
858
899
  write: "Écrire"
859
900
  },
901
+ language: {
902
+ chineseSimplified: "Chinois simplifié",
903
+ chineseTraditional: "Chinois traditionnel",
904
+ english: "Anglais",
905
+ french: "Français",
906
+ german: "Allemand",
907
+ indonesian: "indonésien",
908
+ italian: "italien",
909
+ japanese: "japonais",
910
+ korean: "coréen",
911
+ polish: "polonais",
912
+ portuguese: "portugais",
913
+ russian: "russe",
914
+ spanish: "Espagnol",
915
+ vietnamese: "vietnamien"
916
+ },
860
917
  link: {
861
918
  back: "Retour au menu principal",
862
919
  edit: "Modifier le lien",
@@ -994,7 +1051,6 @@ const n = [
994
1051
  viewSource: "Lihat Sumber"
995
1052
  },
996
1053
  image: {
997
- caption: "Keterangan",
998
1054
  height: "Tinggi",
999
1055
  large: "Besar",
1000
1056
  link: "Link",
@@ -1021,9 +1077,11 @@ const n = [
1021
1077
  basic: "Dasar",
1022
1078
  basicBlocks: "Blok Dasar",
1023
1079
  cancel: "Membatalkan",
1080
+ caption: "Keterangan",
1024
1081
  close: "Menutup",
1025
1082
  color: "Warna",
1026
1083
  common: "Umum",
1084
+ confirm: "Confirm",
1027
1085
  copy: "Copy",
1028
1086
  cut: "Memotong",
1029
1087
  download: "Unduh",
@@ -1040,6 +1098,8 @@ const n = [
1040
1098
  linkAddress: "Alamat Tautan",
1041
1099
  media: "Media",
1042
1100
  model: "Model",
1101
+ model3d: "Model 3D",
1102
+ model3dAdd: "Tambahkan model 3D",
1043
1103
  modelViewer: "Penampil Model",
1044
1104
  more: "Lagi",
1045
1105
  noResults: "Tidak ada hasil",
@@ -1066,6 +1126,22 @@ const n = [
1066
1126
  view: "Melihat",
1067
1127
  write: "Menulis"
1068
1128
  },
1129
+ language: {
1130
+ chineseSimplified: "Simplified Chinese",
1131
+ chineseTraditional: "Traditional Chinese",
1132
+ english: "English",
1133
+ french: "French",
1134
+ german: "German",
1135
+ indonesian: "Indonesian",
1136
+ italian: "Italian",
1137
+ japanese: "Japanese",
1138
+ korean: "Korean",
1139
+ polish: "Polish",
1140
+ portuguese: "Portuguese",
1141
+ russian: "Russian",
1142
+ spanish: "Spanish",
1143
+ vietnamese: "Vietnamese"
1144
+ },
1069
1145
  link: {
1070
1146
  back: "Kembali ke menu utama",
1071
1147
  edit: "Sunting Tautan",
@@ -1203,7 +1279,6 @@ const n = [
1203
1279
  viewSource: "ソースを表示"
1204
1280
  },
1205
1281
  image: {
1206
- caption: "キャプション",
1207
1282
  height: "身長",
1208
1283
  large: "大きい",
1209
1284
  link: "リンク",
@@ -1230,9 +1305,11 @@ const n = [
1230
1305
  basic: "基本",
1231
1306
  basicBlocks: "基本ブロック",
1232
1307
  cancel: "キャンセル",
1308
+ caption: "キャプション",
1233
1309
  close: "近い",
1234
1310
  color: "色",
1235
1311
  common: "一般",
1312
+ confirm: "確認する",
1236
1313
  copy: "コピー",
1237
1314
  cut: "カット",
1238
1315
  download: "ダウンロード",
@@ -1249,6 +1326,8 @@ const n = [
1249
1326
  linkAddress: "リンクアドレス",
1250
1327
  media: "メディア",
1251
1328
  model: "モデル",
1329
+ model3d: "3Dモデル",
1330
+ model3dAdd: "3Dモデルを追加する",
1252
1331
  modelViewer: "モデルビューア",
1253
1332
  more: "もっと",
1254
1333
  noResults: "結果はありません",
@@ -1275,6 +1354,22 @@ const n = [
1275
1354
  view: "ビュー",
1276
1355
  write: "書く"
1277
1356
  },
1357
+ language: {
1358
+ chineseSimplified: "簡体字中国語",
1359
+ chineseTraditional: "繁体字中国語",
1360
+ english: "英語",
1361
+ french: "フランス語",
1362
+ german: "ドイツ語",
1363
+ indonesian: "インドネシア語",
1364
+ italian: "イタリア語",
1365
+ japanese: "日本語",
1366
+ korean: "韓国人",
1367
+ polish: "研磨",
1368
+ portuguese: "ポルトガル語",
1369
+ russian: "ロシア",
1370
+ spanish: "スペイン語",
1371
+ vietnamese: "ベトナム語"
1372
+ },
1278
1373
  link: {
1279
1374
  back: "メインメニューに戻る",
1280
1375
  edit: "リンクの編集",
@@ -1412,7 +1507,6 @@ const n = [
1412
1507
  viewSource: "소스 보기"
1413
1508
  },
1414
1509
  image: {
1415
- caption: "표제",
1416
1510
  height: "키",
1417
1511
  large: "크기가 큰",
1418
1512
  link: "링크",
@@ -1439,9 +1533,11 @@ const n = [
1439
1533
  basic: "기초적인",
1440
1534
  basicBlocks: "기본 블록",
1441
1535
  cancel: "취소",
1536
+ caption: "표제",
1442
1537
  close: "닫다",
1443
1538
  color: "색상",
1444
1539
  common: "흔한",
1540
+ confirm: "확인하다",
1445
1541
  copy: "복사",
1446
1542
  cut: "자르다",
1447
1543
  download: "다운로드",
@@ -1458,6 +1554,8 @@ const n = [
1458
1554
  linkAddress: "링크 주소",
1459
1555
  media: "메디아",
1460
1556
  model: "모델",
1557
+ model3d: "3D 모델",
1558
+ model3dAdd: "3D 모델 추가",
1461
1559
  modelViewer: "모델 뷰어",
1462
1560
  more: "더",
1463
1561
  noResults: "결과 없음",
@@ -1484,6 +1582,22 @@ const n = [
1484
1582
  view: "보다",
1485
1583
  write: "쓰다"
1486
1584
  },
1585
+ language: {
1586
+ chineseSimplified: "중국어 간체",
1587
+ chineseTraditional: "중국어 번체",
1588
+ english: "영어",
1589
+ french: "프랑스 국민",
1590
+ german: "독일 사람",
1591
+ indonesian: "인도네시아 인",
1592
+ italian: "이탈리아 사람",
1593
+ japanese: "일본어",
1594
+ korean: "한국인",
1595
+ polish: "광택",
1596
+ portuguese: "포르투갈 인",
1597
+ russian: "러시아인",
1598
+ spanish: "스페인 사람",
1599
+ vietnamese: "베트남 사람"
1600
+ },
1487
1601
  link: {
1488
1602
  back: "메인 메뉴로 돌아가기",
1489
1603
  edit: "링크 편집",
@@ -1621,7 +1735,6 @@ const n = [
1621
1735
  viewSource: "Zobacz źródło"
1622
1736
  },
1623
1737
  image: {
1624
- caption: "Podpis",
1625
1738
  height: "Wysokość",
1626
1739
  large: "Duży",
1627
1740
  link: "Połączyć",
@@ -1648,9 +1761,11 @@ const n = [
1648
1761
  basic: "Podstawowy",
1649
1762
  basicBlocks: "Podstawowe bloki",
1650
1763
  cancel: "Anulować",
1764
+ caption: "Podpis",
1651
1765
  close: "Zamknąć",
1652
1766
  color: "Kolor",
1653
1767
  common: "Wspólny",
1768
+ confirm: "Confirm",
1654
1769
  copy: "Kopia",
1655
1770
  cut: "Cięcie",
1656
1771
  download: "Pobierać",
@@ -1667,6 +1782,8 @@ const n = [
1667
1782
  linkAddress: "Adres łącza",
1668
1783
  media: "Głoska bezdźwięczna",
1669
1784
  model: "Model",
1785
+ model3d: "Model 3D",
1786
+ model3dAdd: "Dodaj model 3D",
1670
1787
  modelViewer: "Przeglądarka modeli",
1671
1788
  more: "Więcej",
1672
1789
  noResults: "Brak wyników",
@@ -1693,6 +1810,22 @@ const n = [
1693
1810
  view: "Pogląd",
1694
1811
  write: "Pisać"
1695
1812
  },
1813
+ language: {
1814
+ chineseSimplified: "Simplified Chinese",
1815
+ chineseTraditional: "Traditional Chinese",
1816
+ english: "English",
1817
+ french: "French",
1818
+ german: "German",
1819
+ indonesian: "Indonesian",
1820
+ italian: "Italian",
1821
+ japanese: "Japanese",
1822
+ korean: "Korean",
1823
+ polish: "Polish",
1824
+ portuguese: "Portuguese",
1825
+ russian: "Russian",
1826
+ spanish: "Spanish",
1827
+ vietnamese: "Vietnamese"
1828
+ },
1696
1829
  link: {
1697
1830
  back: "Powrót do menu głównego",
1698
1831
  edit: "Edytuj łącze",
@@ -1830,7 +1963,6 @@ const n = [
1830
1963
  viewSource: "Ver fonte"
1831
1964
  },
1832
1965
  image: {
1833
- caption: "Rubrica",
1834
1966
  height: "Altura",
1835
1967
  large: "Grande",
1836
1968
  link: "Link",
@@ -1857,9 +1989,11 @@ const n = [
1857
1989
  basic: "Básico",
1858
1990
  basicBlocks: "Blocos Básicos",
1859
1991
  cancel: "Cancelar",
1992
+ caption: "Rubrica",
1860
1993
  close: "Fechar",
1861
1994
  color: "Cor",
1862
1995
  common: "Comum",
1996
+ confirm: "Confirmar",
1863
1997
  copy: "Cópia",
1864
1998
  cut: "Corte",
1865
1999
  download: "Download",
@@ -1876,6 +2010,8 @@ const n = [
1876
2010
  linkAddress: "Endereço do link",
1877
2011
  media: "Mídia",
1878
2012
  model: "Modelo",
2013
+ model3d: "Modelo 3D",
2014
+ model3dAdd: "Adicione um modelo 3D",
1879
2015
  modelViewer: "Visualizador de modelo",
1880
2016
  more: "Mais",
1881
2017
  noResults: "Nenhum resultado",
@@ -1902,6 +2038,22 @@ const n = [
1902
2038
  view: "Visualizar",
1903
2039
  write: "Escrever"
1904
2040
  },
2041
+ language: {
2042
+ chineseSimplified: "Chinês simplificado",
2043
+ chineseTraditional: "Chinês Tradicional",
2044
+ english: "Inglês",
2045
+ french: "Francês",
2046
+ german: "Alemão",
2047
+ indonesian: "indonésio",
2048
+ italian: "italiano",
2049
+ japanese: "japonês",
2050
+ korean: "coreano",
2051
+ polish: "polonês",
2052
+ portuguese: "Português",
2053
+ russian: "russo",
2054
+ spanish: "Espanhol",
2055
+ vietnamese: "vietnamita"
2056
+ },
1905
2057
  link: {
1906
2058
  back: "Voltar ao menu principal",
1907
2059
  edit: "Editar link",
@@ -2039,7 +2191,6 @@ const n = [
2039
2191
  viewSource: "Посмотреть исходный код"
2040
2192
  },
2041
2193
  image: {
2042
- caption: "Подпись",
2043
2194
  height: "Высота",
2044
2195
  large: "Большой",
2045
2196
  link: "Связь",
@@ -2066,9 +2217,11 @@ const n = [
2066
2217
  basic: "Базовый",
2067
2218
  basicBlocks: "Базовые блоки",
2068
2219
  cancel: "Отмена",
2220
+ caption: "Подпись",
2069
2221
  close: "Закрывать",
2070
2222
  color: "Цвет",
2071
2223
  common: "Общий",
2224
+ confirm: "Подтверждать",
2072
2225
  copy: "Копировать",
2073
2226
  cut: "Резать",
2074
2227
  download: "Скачать",
@@ -2085,6 +2238,8 @@ const n = [
2085
2238
  linkAddress: "Адрес ссылки",
2086
2239
  media: "СМИ",
2087
2240
  model: "Модель",
2241
+ model3d: "3D модель",
2242
+ model3dAdd: "Добавить 3D-модель",
2088
2243
  modelViewer: "Просмотр модели",
2089
2244
  more: "Более",
2090
2245
  noResults: "Нет результатов",
@@ -2111,6 +2266,22 @@ const n = [
2111
2266
  view: "Вид",
2112
2267
  write: "Писать"
2113
2268
  },
2269
+ language: {
2270
+ chineseSimplified: "Упрощенный китайский",
2271
+ chineseTraditional: "Традиционный китайский",
2272
+ english: "Английский",
2273
+ french: "Французский",
2274
+ german: "немецкий",
2275
+ indonesian: "индонезийский",
2276
+ italian: "итальянский",
2277
+ japanese: "японский",
2278
+ korean: "корейский",
2279
+ polish: "Польский",
2280
+ portuguese: "португальский",
2281
+ russian: "Русский",
2282
+ spanish: "испанский",
2283
+ vietnamese: "вьетнамский"
2284
+ },
2114
2285
  link: {
2115
2286
  back: "Вернуться в главное меню",
2116
2287
  edit: "Изменить ссылку",
@@ -2248,7 +2419,6 @@ const n = [
2248
2419
  viewSource: "Xem nguồn"
2249
2420
  },
2250
2421
  image: {
2251
- caption: "Đầu đề",
2252
2422
  height: "Chiều cao",
2253
2423
  large: "Lớn",
2254
2424
  link: "liên kết",
@@ -2275,9 +2445,11 @@ const n = [
2275
2445
  basic: "Nền tảng",
2276
2446
  basicBlocks: "Khối cơ bản",
2277
2447
  cancel: "Hủy bỏ",
2448
+ caption: "Đầu đề",
2278
2449
  close: "Đóng",
2279
2450
  color: "Màu sắc",
2280
2451
  common: "Chung",
2452
+ confirm: "Xác nhận",
2281
2453
  copy: "Sao chép",
2282
2454
  cut: "Cắt",
2283
2455
  download: "Tải xuống",
@@ -2294,6 +2466,8 @@ const n = [
2294
2466
  linkAddress: "Địa chỉ liên kết",
2295
2467
  media: "Phương tiện truyền thông",
2296
2468
  model: "Người mẫu",
2469
+ model3d: "Mô hình 3D",
2470
+ model3dAdd: "Thêm mô hình 3D",
2297
2471
  modelViewer: "Trình xem mô hình",
2298
2472
  more: "Hơn",
2299
2473
  noResults: "No results",
@@ -2320,6 +2494,22 @@ const n = [
2320
2494
  view: "Xem",
2321
2495
  write: "Viết"
2322
2496
  },
2497
+ language: {
2498
+ chineseSimplified: "Tiếng Trung giản thể",
2499
+ chineseTraditional: "Tiếng Trung phồn thể",
2500
+ english: "Tiếng Anh",
2501
+ french: "người Pháp",
2502
+ german: "tiếng Đức",
2503
+ indonesian: "tiếng Indonesia",
2504
+ italian: "người Ý",
2505
+ japanese: "tiếng Nhật",
2506
+ korean: "Tiếng Hàn",
2507
+ polish: "Polish",
2508
+ portuguese: "Portuguese",
2509
+ russian: "Russian",
2510
+ spanish: "Spanish",
2511
+ vietnamese: "Vietnamese"
2512
+ },
2323
2513
  link: {
2324
2514
  back: "Quay lại menu chính",
2325
2515
  edit: "Chỉnh sửa liên kết",
@@ -2457,7 +2647,6 @@ const n = [
2457
2647
  viewSource: "查看资料"
2458
2648
  },
2459
2649
  image: {
2460
- caption: "图片说明",
2461
2650
  height: "高度",
2462
2651
  large: "大",
2463
2652
  link: "链接",
@@ -2484,9 +2673,11 @@ const n = [
2484
2673
  basic: "基础",
2485
2674
  basicBlocks: "基础块",
2486
2675
  cancel: "取消",
2676
+ caption: "题注",
2487
2677
  close: "关闭",
2488
2678
  color: "颜色",
2489
2679
  common: "常用",
2680
+ confirm: "确认",
2490
2681
  copy: "复制",
2491
2682
  cut: "剪切",
2492
2683
  download: "下载",
@@ -2503,7 +2694,9 @@ const n = [
2503
2694
  linkAddress: "链接地址",
2504
2695
  media: "多媒体",
2505
2696
  model: "模型",
2506
- modelViewer: "模型",
2697
+ model3d: "3D 模型",
2698
+ model3dAdd: "添加 3D 模型",
2699
+ modelViewer: "模型查看",
2507
2700
  more: "更多",
2508
2701
  noResults: "没有结果",
2509
2702
  ok: "确定",
@@ -2527,6 +2720,22 @@ const n = [
2527
2720
  videoAdd: "添加视频",
2528
2721
  view: "视图"
2529
2722
  },
2723
+ language: {
2724
+ chineseSimplified: "简体中文",
2725
+ chineseTraditional: "繁体中文",
2726
+ english: "英语",
2727
+ french: "法语",
2728
+ german: "德语",
2729
+ indonesian: "印度尼西亚语",
2730
+ italian: "意大利语",
2731
+ japanese: "日语",
2732
+ korean: "韩语",
2733
+ polish: "波兰语",
2734
+ portuguese: "葡萄牙语",
2735
+ russian: "俄语",
2736
+ spanish: "西班牙语",
2737
+ vietnamese: "越南语"
2738
+ },
2530
2739
  link: {
2531
2740
  back: "返回主菜单",
2532
2741
  edit: "编辑链接",
@@ -2664,7 +2873,6 @@ const n = [
2664
2873
  viewSource: "查看資料"
2665
2874
  },
2666
2875
  image: {
2667
- caption: "圖片說明",
2668
2876
  height: "高度",
2669
2877
  large: "大",
2670
2878
  link: "鏈接",
@@ -2691,9 +2899,11 @@ const n = [
2691
2899
  basic: "基礎",
2692
2900
  basicBlocks: "基礎塊",
2693
2901
  cancel: "取消",
2902
+ caption: "題註",
2694
2903
  close: "關閉",
2695
2904
  color: "顏色",
2696
2905
  common: "常用",
2906
+ confirm: "確認",
2697
2907
  copy: "複製",
2698
2908
  cut: "剪切",
2699
2909
  download: "下載",
@@ -2710,7 +2920,9 @@ const n = [
2710
2920
  linkAddress: "鏈接地址",
2711
2921
  media: "多媒體",
2712
2922
  model: "模型",
2713
- modelViewer: "模型",
2923
+ model3d: "3D 模型",
2924
+ model3dAdd: "新增 3D 模型",
2925
+ modelViewer: "模型檢視",
2714
2926
  more: "更多",
2715
2927
  noResults: "沒有結果",
2716
2928
  ok: "確定",
@@ -2734,6 +2946,22 @@ const n = [
2734
2946
  videoAdd: "新增影片",
2735
2947
  view: "視圖"
2736
2948
  },
2949
+ language: {
2950
+ chineseSimplified: "簡體中文",
2951
+ chineseTraditional: "繁體中文",
2952
+ english: "英語",
2953
+ french: "法語",
2954
+ german: "德文",
2955
+ indonesian: "印尼語",
2956
+ italian: "義大利語",
2957
+ japanese: "日語",
2958
+ korean: "韓語",
2959
+ polish: "波蘭語",
2960
+ portuguese: "葡萄牙語",
2961
+ russian: "俄文",
2962
+ spanish: "西班牙語",
2963
+ vietnamese: "越南語"
2964
+ },
2737
2965
  link: {
2738
2966
  back: "返回主菜單",
2739
2967
  edit: "編輯鏈接",
@@ -2772,7 +3000,7 @@ const n = [
2772
3000
  return z[i];
2773
3001
  };
2774
3002
  export {
2775
- t as DEFAULT_LANG,
3003
+ o as DEFAULT_LANG,
2776
3004
  a as LANGUAGE_ALIAS_MAP,
2777
3005
  v as SupportLanguages,
2778
3006
  w as getMessage,
@@ -115,7 +115,6 @@ declare const _default: {
115
115
  viewSource: string;
116
116
  };
117
117
  image: {
118
- caption: string;
119
118
  height: string;
120
119
  large: string;
121
120
  link: string;
@@ -142,9 +141,11 @@ declare const _default: {
142
141
  basic: string;
143
142
  basicBlocks: string;
144
143
  cancel: string;
144
+ caption: string;
145
145
  close: string;
146
146
  color: string;
147
147
  common: string;
148
+ confirm: string;
148
149
  copy: string;
149
150
  cut: string;
150
151
  download: string;
@@ -161,6 +162,8 @@ declare const _default: {
161
162
  linkAddress: string;
162
163
  media: string;
163
164
  model: string;
165
+ model3d: string;
166
+ model3dAdd: string;
164
167
  modelViewer: string;
165
168
  more: string;
166
169
  noResults: string;
@@ -187,6 +190,22 @@ declare const _default: {
187
190
  view: string;
188
191
  write: string;
189
192
  };
193
+ language: {
194
+ chineseSimplified: string;
195
+ chineseTraditional: string;
196
+ english: string;
197
+ french: string;
198
+ german: string;
199
+ indonesian: string;
200
+ italian: string;
201
+ japanese: string;
202
+ korean: string;
203
+ polish: string;
204
+ portuguese: string;
205
+ russian: string;
206
+ spanish: string;
207
+ vietnamese: string;
208
+ };
190
209
  link: {
191
210
  back: string;
192
211
  edit: string;