@yh-ui/locale 0.1.10 → 0.1.15
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.cjs +258 -2
- package/dist/index.d.cts +98 -0
- package/dist/index.d.mts +98 -0
- package/dist/index.d.ts +98 -0
- package/dist/index.mjs +258 -2
- package/dist/lang/en.cjs +102 -0
- package/dist/lang/en.mjs +102 -0
- package/dist/lang/ja.cjs +27 -1
- package/dist/lang/ja.mjs +27 -1
- package/dist/lang/ko.cjs +27 -1
- package/dist/lang/ko.mjs +27 -1
- package/dist/lang/zh-cn.cjs +102 -0
- package/dist/lang/zh-cn.mjs +102 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -593,6 +593,108 @@ const zhCn = {
|
|
|
593
593
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
594
594
|
loading: "\u52A0\u8F7D\u4E2D...",
|
|
595
595
|
noData: "\u6682\u65E0\u6570\u636E"
|
|
596
|
+
},
|
|
597
|
+
// AI 组件
|
|
598
|
+
ai: {
|
|
599
|
+
bubble: {
|
|
600
|
+
citations: "\u53C2\u8003\u5F15\u7528"
|
|
601
|
+
},
|
|
602
|
+
mention: {
|
|
603
|
+
placeholder: "@ \u547C\u53EB Agent\u3001\u6587\u6863\u6216\u8868\u683C...",
|
|
604
|
+
agent: "\u667A\u80FD\u4F53",
|
|
605
|
+
document: "\u6587\u6863",
|
|
606
|
+
table: "\u8868\u683C",
|
|
607
|
+
knowledge: "\u77E5\u8BC6\u5E93"
|
|
608
|
+
},
|
|
609
|
+
codeBlock: {
|
|
610
|
+
copyCode: "\u590D\u5236\u4EE3\u7801",
|
|
611
|
+
copied: "\u5DF2\u590D\u5236\uFF01",
|
|
612
|
+
run: "\u8FD0\u884C\u4EE3\u7801"
|
|
613
|
+
},
|
|
614
|
+
sender: {
|
|
615
|
+
placeholder: "\u53D1\u9001\u6D88\u606F..."
|
|
616
|
+
},
|
|
617
|
+
thoughtChain: {
|
|
618
|
+
thoughtProcess: "\u601D\u8003\u8FC7\u7A0B",
|
|
619
|
+
thinking: "\u601D\u8003\u4E2D..."
|
|
620
|
+
},
|
|
621
|
+
thinking: {
|
|
622
|
+
start: "\u5F00\u59CB\u601D\u8003",
|
|
623
|
+
thinking: "\u601D\u8003\u4E2D...",
|
|
624
|
+
complete: "\u5DF2\u5B8C\u6210\u601D\u8003",
|
|
625
|
+
error: "\u601D\u8003\u51FA\u9519\u4E86"
|
|
626
|
+
},
|
|
627
|
+
welcome: {
|
|
628
|
+
title: "\u4F60\u597D\uFF0C\u6211\u662F YH AI",
|
|
629
|
+
description: "\u6211\u53EF\u4EE5\u5E2E\u4F60\u5199\u4EE3\u7801\u3001\u7FFB\u8BD1\u6587\u6863\u6216\u8FDB\u884C\u521B\u610F\u5199\u4F5C\u3002\u4ECA\u5929\u6211\u80FD\u4E3A\u4F60\u505A\u70B9\u4EC0\u4E48\uFF1F"
|
|
630
|
+
},
|
|
631
|
+
action: {
|
|
632
|
+
copy: "\u590D\u5236",
|
|
633
|
+
regenerate: "\u91CD\u65B0\u751F\u6210",
|
|
634
|
+
share: "\u5206\u4EAB",
|
|
635
|
+
like: "\u8D5E\u540C",
|
|
636
|
+
dislike: "\u53CD\u5BF9",
|
|
637
|
+
edit: "\u7F16\u8F91",
|
|
638
|
+
delete: "\u5220\u9664"
|
|
639
|
+
},
|
|
640
|
+
artifacts: {
|
|
641
|
+
preview: "\u9884\u89C8",
|
|
642
|
+
code: "\u6E90\u7801",
|
|
643
|
+
versions: "\u7248\u672C\u5386\u53F2",
|
|
644
|
+
rendering: "\u6B63\u5728\u6E32\u67D3\u7EC4\u4EF6..."
|
|
645
|
+
},
|
|
646
|
+
voice: {
|
|
647
|
+
trigger: "\u70B9\u51FB\u8BF4\u8BDD",
|
|
648
|
+
listening: "\u8046\u542C\u4E2D..."
|
|
649
|
+
},
|
|
650
|
+
// AiAgentCard
|
|
651
|
+
agent: {
|
|
652
|
+
uses: "\u6B21\u8C03\u7528",
|
|
653
|
+
use: "\u7ACB\u5373\u4F7F\u7528",
|
|
654
|
+
favorite: "\u6536\u85CF",
|
|
655
|
+
unfavorite: "\u53D6\u6D88\u6536\u85CF",
|
|
656
|
+
share: "\u5206\u4EAB",
|
|
657
|
+
online: "\u5728\u7EBF",
|
|
658
|
+
offline: "\u79BB\u7EBF",
|
|
659
|
+
busy: "\u5FD9\u788C",
|
|
660
|
+
verified: "\u5B98\u65B9\u8BA4\u8BC1",
|
|
661
|
+
rating: "\u8BC4\u5206",
|
|
662
|
+
reviews: "\u6761\u8BC4\u4EF7",
|
|
663
|
+
responseTime: "\u54CD\u5E94\u65F6\u95F4",
|
|
664
|
+
ms: "ms"
|
|
665
|
+
},
|
|
666
|
+
// AiSources
|
|
667
|
+
sources: {
|
|
668
|
+
references: "\u53C2\u8003\u6765\u6E90",
|
|
669
|
+
referencedSources: "\u5F15\u7528\u6765\u6E90",
|
|
670
|
+
relevant: "\u76F8\u5173\u5EA6",
|
|
671
|
+
viewOriginal: "\u67E5\u770B\u539F\u6587",
|
|
672
|
+
showAll: "\u663E\u793A\u5168\u90E8",
|
|
673
|
+
more: "\u66F4\u591A\u6765\u6E90",
|
|
674
|
+
drawerTitle: "\u53C2\u8003\u6765\u6E90",
|
|
675
|
+
expandMore: "\u5C55\u5F00\u66F4\u591A",
|
|
676
|
+
collapseMore: "\u6536\u8D77",
|
|
677
|
+
noSources: "\u6682\u65E0\u6765\u6E90",
|
|
678
|
+
today: "\u4ECA\u5929",
|
|
679
|
+
last7Days: "\u6700\u8FD1 7 \u5929",
|
|
680
|
+
last30Days: "\u6700\u8FD1 30 \u5929",
|
|
681
|
+
earlier: "\u66F4\u65E9",
|
|
682
|
+
pinned: "\u5DF2\u7F6E\u9876"
|
|
683
|
+
},
|
|
684
|
+
// AiConversations groups
|
|
685
|
+
conversations: {
|
|
686
|
+
today: "\u4ECA\u5929",
|
|
687
|
+
last7Days: "\u6700\u8FD1 7 \u5929",
|
|
688
|
+
last30Days: "\u6700\u8FD1 30 \u5929",
|
|
689
|
+
earlier: "\u66F4\u65E9",
|
|
690
|
+
pinned: "\u7F6E\u9876",
|
|
691
|
+
pin: "\u7F6E\u9876",
|
|
692
|
+
unpin: "\u53D6\u6D88\u7F6E\u9876",
|
|
693
|
+
newConversation: "\u65B0\u5EFA\u5BF9\u8BDD",
|
|
694
|
+
rename: "\u91CD\u547D\u540D",
|
|
695
|
+
delete: "\u5220\u9664",
|
|
696
|
+
deleteConfirm: "\u786E\u8BA4\u5220\u9664\u6B64\u5BF9\u8BDD\uFF1F"
|
|
697
|
+
}
|
|
596
698
|
}
|
|
597
699
|
}
|
|
598
700
|
};
|
|
@@ -1192,6 +1294,108 @@ const en = {
|
|
|
1192
1294
|
placeholder: "Please input",
|
|
1193
1295
|
loading: "Loading...",
|
|
1194
1296
|
noData: "No Data"
|
|
1297
|
+
},
|
|
1298
|
+
// AI Components
|
|
1299
|
+
ai: {
|
|
1300
|
+
bubble: {
|
|
1301
|
+
citations: "Citations"
|
|
1302
|
+
},
|
|
1303
|
+
mention: {
|
|
1304
|
+
placeholder: "@ Mention Agent, Doc or Table...",
|
|
1305
|
+
agent: "Agent",
|
|
1306
|
+
document: "Document",
|
|
1307
|
+
table: "Table",
|
|
1308
|
+
knowledge: "Knowledge"
|
|
1309
|
+
},
|
|
1310
|
+
codeBlock: {
|
|
1311
|
+
copyCode: "Copy code",
|
|
1312
|
+
copied: "Copied!",
|
|
1313
|
+
run: "Run Code"
|
|
1314
|
+
},
|
|
1315
|
+
sender: {
|
|
1316
|
+
placeholder: "Send a message..."
|
|
1317
|
+
},
|
|
1318
|
+
thoughtChain: {
|
|
1319
|
+
thoughtProcess: "Thought process",
|
|
1320
|
+
thinking: "Thinking..."
|
|
1321
|
+
},
|
|
1322
|
+
thinking: {
|
|
1323
|
+
start: "Start thinking",
|
|
1324
|
+
thinking: "Thinking...",
|
|
1325
|
+
complete: "Thinking complete",
|
|
1326
|
+
error: "Thinking error"
|
|
1327
|
+
},
|
|
1328
|
+
welcome: {
|
|
1329
|
+
title: "Hello, I am YH AI",
|
|
1330
|
+
description: "I can help you with coding, translating documents, or creative writing. What can I do for you today?"
|
|
1331
|
+
},
|
|
1332
|
+
action: {
|
|
1333
|
+
copy: "Copy",
|
|
1334
|
+
regenerate: "Regenerate",
|
|
1335
|
+
share: "Share",
|
|
1336
|
+
like: "Like",
|
|
1337
|
+
dislike: "Dislike",
|
|
1338
|
+
edit: "Edit",
|
|
1339
|
+
delete: "Delete"
|
|
1340
|
+
},
|
|
1341
|
+
artifacts: {
|
|
1342
|
+
preview: "Preview",
|
|
1343
|
+
code: "Source",
|
|
1344
|
+
versions: "Versions",
|
|
1345
|
+
rendering: "Rendering component..."
|
|
1346
|
+
},
|
|
1347
|
+
voice: {
|
|
1348
|
+
trigger: "Click to Speak",
|
|
1349
|
+
listening: "Listening..."
|
|
1350
|
+
},
|
|
1351
|
+
// AiAgentCard
|
|
1352
|
+
agent: {
|
|
1353
|
+
uses: "uses",
|
|
1354
|
+
use: "Use Now",
|
|
1355
|
+
favorite: "Favorite",
|
|
1356
|
+
unfavorite: "Unfavorite",
|
|
1357
|
+
share: "Share",
|
|
1358
|
+
online: "Online",
|
|
1359
|
+
offline: "Offline",
|
|
1360
|
+
busy: "Busy",
|
|
1361
|
+
verified: "Verified",
|
|
1362
|
+
rating: "Rating",
|
|
1363
|
+
reviews: "reviews",
|
|
1364
|
+
responseTime: "Avg. Response",
|
|
1365
|
+
ms: "ms"
|
|
1366
|
+
},
|
|
1367
|
+
// AiSources
|
|
1368
|
+
sources: {
|
|
1369
|
+
references: "References",
|
|
1370
|
+
referencedSources: "Referenced Sources",
|
|
1371
|
+
relevant: "Relevance",
|
|
1372
|
+
viewOriginal: "View Original",
|
|
1373
|
+
showAll: "Show All",
|
|
1374
|
+
more: "more sources",
|
|
1375
|
+
drawerTitle: "References",
|
|
1376
|
+
expandMore: "Show More",
|
|
1377
|
+
collapseMore: "Collapse",
|
|
1378
|
+
noSources: "No sources",
|
|
1379
|
+
today: "Today",
|
|
1380
|
+
last7Days: "Last 7 Days",
|
|
1381
|
+
last30Days: "Last 30 Days",
|
|
1382
|
+
earlier: "Earlier",
|
|
1383
|
+
pinned: "Pinned"
|
|
1384
|
+
},
|
|
1385
|
+
// AiConversations groups
|
|
1386
|
+
conversations: {
|
|
1387
|
+
today: "Today",
|
|
1388
|
+
last7Days: "Last 7 Days",
|
|
1389
|
+
last30Days: "Last 30 Days",
|
|
1390
|
+
earlier: "Earlier",
|
|
1391
|
+
pinned: "Pinned",
|
|
1392
|
+
pin: "Pin",
|
|
1393
|
+
unpin: "Unpin",
|
|
1394
|
+
newConversation: "New Conversation",
|
|
1395
|
+
rename: "Rename",
|
|
1396
|
+
delete: "Delete",
|
|
1397
|
+
deleteConfirm: "Confirm delete this conversation?"
|
|
1398
|
+
}
|
|
1195
1399
|
}
|
|
1196
1400
|
}
|
|
1197
1401
|
};
|
|
@@ -2378,7 +2582,33 @@ const ja = {
|
|
|
2378
2582
|
// Affix
|
|
2379
2583
|
affix: {},
|
|
2380
2584
|
// Anchor
|
|
2381
|
-
anchor: {}
|
|
2585
|
+
anchor: {},
|
|
2586
|
+
// 提及
|
|
2587
|
+
mention: {
|
|
2588
|
+
placeholder: "\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
2589
|
+
loading: "\u30ED\u30FC\u30C9\u4E2D...",
|
|
2590
|
+
noData: "\u30C7\u30FC\u30BF\u306A\u3057"
|
|
2591
|
+
},
|
|
2592
|
+
// AI Components
|
|
2593
|
+
ai: {
|
|
2594
|
+
codeBlock: {
|
|
2595
|
+
copyCode: "\u30B3\u30FC\u30C9\u3092\u30B3\u30D4\u30FC",
|
|
2596
|
+
copied: "\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F\uFF01"
|
|
2597
|
+
},
|
|
2598
|
+
sender: {
|
|
2599
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1..."
|
|
2600
|
+
},
|
|
2601
|
+
thoughtChain: {
|
|
2602
|
+
thoughtProcess: "\u601D\u8003\u30D7\u30ED\u30BB\u30B9",
|
|
2603
|
+
thinking: "\u601D\u8003\u4E2D..."
|
|
2604
|
+
},
|
|
2605
|
+
thinking: {
|
|
2606
|
+
start: "\u601D\u8003\u958B\u59CB",
|
|
2607
|
+
thinking: "\u601D\u8003\u4E2D...",
|
|
2608
|
+
complete: "\u601D\u8003\u5B8C\u4E86",
|
|
2609
|
+
error: "\u601D\u8003\u30A8\u30E9\u30FC"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2382
2612
|
}
|
|
2383
2613
|
};
|
|
2384
2614
|
|
|
@@ -2896,7 +3126,33 @@ const ko = {
|
|
|
2896
3126
|
},
|
|
2897
3127
|
marquee: {},
|
|
2898
3128
|
affix: {},
|
|
2899
|
-
anchor: {}
|
|
3129
|
+
anchor: {},
|
|
3130
|
+
// 提及
|
|
3131
|
+
mention: {
|
|
3132
|
+
placeholder: "\uC785\uB825\uD558\uC138\uC694",
|
|
3133
|
+
loading: "\uB85C\uB529 \uC911...",
|
|
3134
|
+
noData: "\uB370\uC774\uD130 \uC5C6\uC74C"
|
|
3135
|
+
},
|
|
3136
|
+
// AI Components
|
|
3137
|
+
ai: {
|
|
3138
|
+
codeBlock: {
|
|
3139
|
+
copyCode: "\uCF54\uB4DC \uBCF5\uC0AC",
|
|
3140
|
+
copied: "\uBCF5\uC0AC\uB428!"
|
|
3141
|
+
},
|
|
3142
|
+
sender: {
|
|
3143
|
+
placeholder: "\uBA54\uC2DC\uC9C0 \uBCF4\uB0B4\uAE30..."
|
|
3144
|
+
},
|
|
3145
|
+
thoughtChain: {
|
|
3146
|
+
thoughtProcess: "\uC0DD\uAC01 \uACFC\uC815",
|
|
3147
|
+
thinking: "\uC0DD\uAC01 \uC911..."
|
|
3148
|
+
},
|
|
3149
|
+
thinking: {
|
|
3150
|
+
start: "\uC0DD\uAC01 \uC2DC\uC791",
|
|
3151
|
+
thinking: "\uC0DD\uAC01 \uC911...",
|
|
3152
|
+
complete: "\uC0DD\uAC01 \uC644\uB8CC",
|
|
3153
|
+
error: "\uC0DD\uAC01 \uC624\uB958"
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
2900
3156
|
}
|
|
2901
3157
|
};
|
|
2902
3158
|
|
package/dist/lang/en.cjs
CHANGED
|
@@ -599,6 +599,108 @@ const en = exports.en = {
|
|
|
599
599
|
placeholder: "Please input",
|
|
600
600
|
loading: "Loading...",
|
|
601
601
|
noData: "No Data"
|
|
602
|
+
},
|
|
603
|
+
// AI Components
|
|
604
|
+
ai: {
|
|
605
|
+
bubble: {
|
|
606
|
+
citations: "Citations"
|
|
607
|
+
},
|
|
608
|
+
mention: {
|
|
609
|
+
placeholder: "@ Mention Agent, Doc or Table...",
|
|
610
|
+
agent: "Agent",
|
|
611
|
+
document: "Document",
|
|
612
|
+
table: "Table",
|
|
613
|
+
knowledge: "Knowledge"
|
|
614
|
+
},
|
|
615
|
+
codeBlock: {
|
|
616
|
+
copyCode: "Copy code",
|
|
617
|
+
copied: "Copied!",
|
|
618
|
+
run: "Run Code"
|
|
619
|
+
},
|
|
620
|
+
sender: {
|
|
621
|
+
placeholder: "Send a message..."
|
|
622
|
+
},
|
|
623
|
+
thoughtChain: {
|
|
624
|
+
thoughtProcess: "Thought process",
|
|
625
|
+
thinking: "Thinking..."
|
|
626
|
+
},
|
|
627
|
+
thinking: {
|
|
628
|
+
start: "Start thinking",
|
|
629
|
+
thinking: "Thinking...",
|
|
630
|
+
complete: "Thinking complete",
|
|
631
|
+
error: "Thinking error"
|
|
632
|
+
},
|
|
633
|
+
welcome: {
|
|
634
|
+
title: "Hello, I am YH AI",
|
|
635
|
+
description: "I can help you with coding, translating documents, or creative writing. What can I do for you today?"
|
|
636
|
+
},
|
|
637
|
+
action: {
|
|
638
|
+
copy: "Copy",
|
|
639
|
+
regenerate: "Regenerate",
|
|
640
|
+
share: "Share",
|
|
641
|
+
like: "Like",
|
|
642
|
+
dislike: "Dislike",
|
|
643
|
+
edit: "Edit",
|
|
644
|
+
delete: "Delete"
|
|
645
|
+
},
|
|
646
|
+
artifacts: {
|
|
647
|
+
preview: "Preview",
|
|
648
|
+
code: "Source",
|
|
649
|
+
versions: "Versions",
|
|
650
|
+
rendering: "Rendering component..."
|
|
651
|
+
},
|
|
652
|
+
voice: {
|
|
653
|
+
trigger: "Click to Speak",
|
|
654
|
+
listening: "Listening..."
|
|
655
|
+
},
|
|
656
|
+
// AiAgentCard
|
|
657
|
+
agent: {
|
|
658
|
+
uses: "uses",
|
|
659
|
+
use: "Use Now",
|
|
660
|
+
favorite: "Favorite",
|
|
661
|
+
unfavorite: "Unfavorite",
|
|
662
|
+
share: "Share",
|
|
663
|
+
online: "Online",
|
|
664
|
+
offline: "Offline",
|
|
665
|
+
busy: "Busy",
|
|
666
|
+
verified: "Verified",
|
|
667
|
+
rating: "Rating",
|
|
668
|
+
reviews: "reviews",
|
|
669
|
+
responseTime: "Avg. Response",
|
|
670
|
+
ms: "ms"
|
|
671
|
+
},
|
|
672
|
+
// AiSources
|
|
673
|
+
sources: {
|
|
674
|
+
references: "References",
|
|
675
|
+
referencedSources: "Referenced Sources",
|
|
676
|
+
relevant: "Relevance",
|
|
677
|
+
viewOriginal: "View Original",
|
|
678
|
+
showAll: "Show All",
|
|
679
|
+
more: "more sources",
|
|
680
|
+
drawerTitle: "References",
|
|
681
|
+
expandMore: "Show More",
|
|
682
|
+
collapseMore: "Collapse",
|
|
683
|
+
noSources: "No sources",
|
|
684
|
+
today: "Today",
|
|
685
|
+
last7Days: "Last 7 Days",
|
|
686
|
+
last30Days: "Last 30 Days",
|
|
687
|
+
earlier: "Earlier",
|
|
688
|
+
pinned: "Pinned"
|
|
689
|
+
},
|
|
690
|
+
// AiConversations groups
|
|
691
|
+
conversations: {
|
|
692
|
+
today: "Today",
|
|
693
|
+
last7Days: "Last 7 Days",
|
|
694
|
+
last30Days: "Last 30 Days",
|
|
695
|
+
earlier: "Earlier",
|
|
696
|
+
pinned: "Pinned",
|
|
697
|
+
pin: "Pin",
|
|
698
|
+
unpin: "Unpin",
|
|
699
|
+
newConversation: "New Conversation",
|
|
700
|
+
rename: "Rename",
|
|
701
|
+
delete: "Delete",
|
|
702
|
+
deleteConfirm: "Confirm delete this conversation?"
|
|
703
|
+
}
|
|
602
704
|
}
|
|
603
705
|
}
|
|
604
706
|
};
|
package/dist/lang/en.mjs
CHANGED
|
@@ -593,6 +593,108 @@ export const en = {
|
|
|
593
593
|
placeholder: "Please input",
|
|
594
594
|
loading: "Loading...",
|
|
595
595
|
noData: "No Data"
|
|
596
|
+
},
|
|
597
|
+
// AI Components
|
|
598
|
+
ai: {
|
|
599
|
+
bubble: {
|
|
600
|
+
citations: "Citations"
|
|
601
|
+
},
|
|
602
|
+
mention: {
|
|
603
|
+
placeholder: "@ Mention Agent, Doc or Table...",
|
|
604
|
+
agent: "Agent",
|
|
605
|
+
document: "Document",
|
|
606
|
+
table: "Table",
|
|
607
|
+
knowledge: "Knowledge"
|
|
608
|
+
},
|
|
609
|
+
codeBlock: {
|
|
610
|
+
copyCode: "Copy code",
|
|
611
|
+
copied: "Copied!",
|
|
612
|
+
run: "Run Code"
|
|
613
|
+
},
|
|
614
|
+
sender: {
|
|
615
|
+
placeholder: "Send a message..."
|
|
616
|
+
},
|
|
617
|
+
thoughtChain: {
|
|
618
|
+
thoughtProcess: "Thought process",
|
|
619
|
+
thinking: "Thinking..."
|
|
620
|
+
},
|
|
621
|
+
thinking: {
|
|
622
|
+
start: "Start thinking",
|
|
623
|
+
thinking: "Thinking...",
|
|
624
|
+
complete: "Thinking complete",
|
|
625
|
+
error: "Thinking error"
|
|
626
|
+
},
|
|
627
|
+
welcome: {
|
|
628
|
+
title: "Hello, I am YH AI",
|
|
629
|
+
description: "I can help you with coding, translating documents, or creative writing. What can I do for you today?"
|
|
630
|
+
},
|
|
631
|
+
action: {
|
|
632
|
+
copy: "Copy",
|
|
633
|
+
regenerate: "Regenerate",
|
|
634
|
+
share: "Share",
|
|
635
|
+
like: "Like",
|
|
636
|
+
dislike: "Dislike",
|
|
637
|
+
edit: "Edit",
|
|
638
|
+
delete: "Delete"
|
|
639
|
+
},
|
|
640
|
+
artifacts: {
|
|
641
|
+
preview: "Preview",
|
|
642
|
+
code: "Source",
|
|
643
|
+
versions: "Versions",
|
|
644
|
+
rendering: "Rendering component..."
|
|
645
|
+
},
|
|
646
|
+
voice: {
|
|
647
|
+
trigger: "Click to Speak",
|
|
648
|
+
listening: "Listening..."
|
|
649
|
+
},
|
|
650
|
+
// AiAgentCard
|
|
651
|
+
agent: {
|
|
652
|
+
uses: "uses",
|
|
653
|
+
use: "Use Now",
|
|
654
|
+
favorite: "Favorite",
|
|
655
|
+
unfavorite: "Unfavorite",
|
|
656
|
+
share: "Share",
|
|
657
|
+
online: "Online",
|
|
658
|
+
offline: "Offline",
|
|
659
|
+
busy: "Busy",
|
|
660
|
+
verified: "Verified",
|
|
661
|
+
rating: "Rating",
|
|
662
|
+
reviews: "reviews",
|
|
663
|
+
responseTime: "Avg. Response",
|
|
664
|
+
ms: "ms"
|
|
665
|
+
},
|
|
666
|
+
// AiSources
|
|
667
|
+
sources: {
|
|
668
|
+
references: "References",
|
|
669
|
+
referencedSources: "Referenced Sources",
|
|
670
|
+
relevant: "Relevance",
|
|
671
|
+
viewOriginal: "View Original",
|
|
672
|
+
showAll: "Show All",
|
|
673
|
+
more: "more sources",
|
|
674
|
+
drawerTitle: "References",
|
|
675
|
+
expandMore: "Show More",
|
|
676
|
+
collapseMore: "Collapse",
|
|
677
|
+
noSources: "No sources",
|
|
678
|
+
today: "Today",
|
|
679
|
+
last7Days: "Last 7 Days",
|
|
680
|
+
last30Days: "Last 30 Days",
|
|
681
|
+
earlier: "Earlier",
|
|
682
|
+
pinned: "Pinned"
|
|
683
|
+
},
|
|
684
|
+
// AiConversations groups
|
|
685
|
+
conversations: {
|
|
686
|
+
today: "Today",
|
|
687
|
+
last7Days: "Last 7 Days",
|
|
688
|
+
last30Days: "Last 30 Days",
|
|
689
|
+
earlier: "Earlier",
|
|
690
|
+
pinned: "Pinned",
|
|
691
|
+
pin: "Pin",
|
|
692
|
+
unpin: "Unpin",
|
|
693
|
+
newConversation: "New Conversation",
|
|
694
|
+
rename: "Rename",
|
|
695
|
+
delete: "Delete",
|
|
696
|
+
deleteConfirm: "Confirm delete this conversation?"
|
|
697
|
+
}
|
|
596
698
|
}
|
|
597
699
|
}
|
|
598
700
|
};
|
package/dist/lang/ja.cjs
CHANGED
|
@@ -593,7 +593,33 @@ const ja = exports.ja = {
|
|
|
593
593
|
// Affix
|
|
594
594
|
affix: {},
|
|
595
595
|
// Anchor
|
|
596
|
-
anchor: {}
|
|
596
|
+
anchor: {},
|
|
597
|
+
// 提及
|
|
598
|
+
mention: {
|
|
599
|
+
placeholder: "\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
600
|
+
loading: "\u30ED\u30FC\u30C9\u4E2D...",
|
|
601
|
+
noData: "\u30C7\u30FC\u30BF\u306A\u3057"
|
|
602
|
+
},
|
|
603
|
+
// AI Components
|
|
604
|
+
ai: {
|
|
605
|
+
codeBlock: {
|
|
606
|
+
copyCode: "\u30B3\u30FC\u30C9\u3092\u30B3\u30D4\u30FC",
|
|
607
|
+
copied: "\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F\uFF01"
|
|
608
|
+
},
|
|
609
|
+
sender: {
|
|
610
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1..."
|
|
611
|
+
},
|
|
612
|
+
thoughtChain: {
|
|
613
|
+
thoughtProcess: "\u601D\u8003\u30D7\u30ED\u30BB\u30B9",
|
|
614
|
+
thinking: "\u601D\u8003\u4E2D..."
|
|
615
|
+
},
|
|
616
|
+
thinking: {
|
|
617
|
+
start: "\u601D\u8003\u958B\u59CB",
|
|
618
|
+
thinking: "\u601D\u8003\u4E2D...",
|
|
619
|
+
complete: "\u601D\u8003\u5B8C\u4E86",
|
|
620
|
+
error: "\u601D\u8003\u30A8\u30E9\u30FC"
|
|
621
|
+
}
|
|
622
|
+
}
|
|
597
623
|
}
|
|
598
624
|
};
|
|
599
625
|
module.exports = ja;
|
package/dist/lang/ja.mjs
CHANGED
|
@@ -587,7 +587,33 @@ export const ja = {
|
|
|
587
587
|
// Affix
|
|
588
588
|
affix: {},
|
|
589
589
|
// Anchor
|
|
590
|
-
anchor: {}
|
|
590
|
+
anchor: {},
|
|
591
|
+
// 提及
|
|
592
|
+
mention: {
|
|
593
|
+
placeholder: "\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
594
|
+
loading: "\u30ED\u30FC\u30C9\u4E2D...",
|
|
595
|
+
noData: "\u30C7\u30FC\u30BF\u306A\u3057"
|
|
596
|
+
},
|
|
597
|
+
// AI Components
|
|
598
|
+
ai: {
|
|
599
|
+
codeBlock: {
|
|
600
|
+
copyCode: "\u30B3\u30FC\u30C9\u3092\u30B3\u30D4\u30FC",
|
|
601
|
+
copied: "\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F\uFF01"
|
|
602
|
+
},
|
|
603
|
+
sender: {
|
|
604
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1..."
|
|
605
|
+
},
|
|
606
|
+
thoughtChain: {
|
|
607
|
+
thoughtProcess: "\u601D\u8003\u30D7\u30ED\u30BB\u30B9",
|
|
608
|
+
thinking: "\u601D\u8003\u4E2D..."
|
|
609
|
+
},
|
|
610
|
+
thinking: {
|
|
611
|
+
start: "\u601D\u8003\u958B\u59CB",
|
|
612
|
+
thinking: "\u601D\u8003\u4E2D...",
|
|
613
|
+
complete: "\u601D\u8003\u5B8C\u4E86",
|
|
614
|
+
error: "\u601D\u8003\u30A8\u30E9\u30FC"
|
|
615
|
+
}
|
|
616
|
+
}
|
|
591
617
|
}
|
|
592
618
|
};
|
|
593
619
|
export default ja;
|
package/dist/lang/ko.cjs
CHANGED
|
@@ -518,7 +518,33 @@ const ko = exports.ko = {
|
|
|
518
518
|
},
|
|
519
519
|
marquee: {},
|
|
520
520
|
affix: {},
|
|
521
|
-
anchor: {}
|
|
521
|
+
anchor: {},
|
|
522
|
+
// 提及
|
|
523
|
+
mention: {
|
|
524
|
+
placeholder: "\uC785\uB825\uD558\uC138\uC694",
|
|
525
|
+
loading: "\uB85C\uB529 \uC911...",
|
|
526
|
+
noData: "\uB370\uC774\uD130 \uC5C6\uC74C"
|
|
527
|
+
},
|
|
528
|
+
// AI Components
|
|
529
|
+
ai: {
|
|
530
|
+
codeBlock: {
|
|
531
|
+
copyCode: "\uCF54\uB4DC \uBCF5\uC0AC",
|
|
532
|
+
copied: "\uBCF5\uC0AC\uB428!"
|
|
533
|
+
},
|
|
534
|
+
sender: {
|
|
535
|
+
placeholder: "\uBA54\uC2DC\uC9C0 \uBCF4\uB0B4\uAE30..."
|
|
536
|
+
},
|
|
537
|
+
thoughtChain: {
|
|
538
|
+
thoughtProcess: "\uC0DD\uAC01 \uACFC\uC815",
|
|
539
|
+
thinking: "\uC0DD\uAC01 \uC911..."
|
|
540
|
+
},
|
|
541
|
+
thinking: {
|
|
542
|
+
start: "\uC0DD\uAC01 \uC2DC\uC791",
|
|
543
|
+
thinking: "\uC0DD\uAC01 \uC911...",
|
|
544
|
+
complete: "\uC0DD\uAC01 \uC644\uB8CC",
|
|
545
|
+
error: "\uC0DD\uAC01 \uC624\uB958"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
522
548
|
}
|
|
523
549
|
};
|
|
524
550
|
module.exports = ko;
|
package/dist/lang/ko.mjs
CHANGED
|
@@ -512,7 +512,33 @@ export const ko = {
|
|
|
512
512
|
},
|
|
513
513
|
marquee: {},
|
|
514
514
|
affix: {},
|
|
515
|
-
anchor: {}
|
|
515
|
+
anchor: {},
|
|
516
|
+
// 提及
|
|
517
|
+
mention: {
|
|
518
|
+
placeholder: "\uC785\uB825\uD558\uC138\uC694",
|
|
519
|
+
loading: "\uB85C\uB529 \uC911...",
|
|
520
|
+
noData: "\uB370\uC774\uD130 \uC5C6\uC74C"
|
|
521
|
+
},
|
|
522
|
+
// AI Components
|
|
523
|
+
ai: {
|
|
524
|
+
codeBlock: {
|
|
525
|
+
copyCode: "\uCF54\uB4DC \uBCF5\uC0AC",
|
|
526
|
+
copied: "\uBCF5\uC0AC\uB428!"
|
|
527
|
+
},
|
|
528
|
+
sender: {
|
|
529
|
+
placeholder: "\uBA54\uC2DC\uC9C0 \uBCF4\uB0B4\uAE30..."
|
|
530
|
+
},
|
|
531
|
+
thoughtChain: {
|
|
532
|
+
thoughtProcess: "\uC0DD\uAC01 \uACFC\uC815",
|
|
533
|
+
thinking: "\uC0DD\uAC01 \uC911..."
|
|
534
|
+
},
|
|
535
|
+
thinking: {
|
|
536
|
+
start: "\uC0DD\uAC01 \uC2DC\uC791",
|
|
537
|
+
thinking: "\uC0DD\uAC01 \uC911...",
|
|
538
|
+
complete: "\uC0DD\uAC01 \uC644\uB8CC",
|
|
539
|
+
error: "\uC0DD\uAC01 \uC624\uB958"
|
|
540
|
+
}
|
|
541
|
+
}
|
|
516
542
|
}
|
|
517
543
|
};
|
|
518
544
|
export default ko;
|