@smart-cloud/ai-kit-ui 1.4.6 → 1.4.7
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 +9 -9
- package/dist/index.js +9 -9
- package/package.json +2 -1
- package/src/ai-feature/AiFeature.tsx +234 -15
- package/src/i18n/ar.ts +13 -13
- package/src/i18n/de.ts +5 -5
- package/src/i18n/es.ts +5 -5
- package/src/i18n/fr.ts +14 -14
- package/src/i18n/he.ts +16 -16
- package/src/i18n/hi.ts +16 -16
- package/src/i18n/hu.ts +4 -4
- package/src/i18n/id.ts +10 -10
- package/src/i18n/it.ts +7 -7
- package/src/i18n/ja.ts +10 -10
- package/src/i18n/ko.ts +11 -11
- package/src/i18n/nb.ts +6 -6
- package/src/i18n/nl.ts +6 -6
- package/src/i18n/pl.ts +19 -19
- package/src/i18n/pt.ts +4 -4
- package/src/i18n/ru.ts +8 -8
- package/src/i18n/sv.ts +5 -5
- package/src/i18n/th.ts +3 -3
- package/src/i18n/tr.ts +37 -37
- package/src/i18n/ua.ts +4 -4
- package/src/i18n/zh.ts +11 -11
package/src/i18n/zh.ts
CHANGED
|
@@ -21,7 +21,7 @@ export const zhDict: Record<string, string> = {
|
|
|
21
21
|
"Audio message": "音频消息",
|
|
22
22
|
"Audio no longer available": "音频已不可用",
|
|
23
23
|
"Audio recorded": "音频已录制",
|
|
24
|
-
auto: "
|
|
24
|
+
auto: "汽车",
|
|
25
25
|
"Auto-detect": "自动检测",
|
|
26
26
|
Cancel: "取消",
|
|
27
27
|
Caption: "标题",
|
|
@@ -30,12 +30,12 @@ export const zhDict: Record<string, string> = {
|
|
|
30
30
|
Categories: "分类",
|
|
31
31
|
"Checking capabilities…": "正在检查功能……",
|
|
32
32
|
Chinese: "中国人",
|
|
33
|
-
Clear: "",
|
|
33
|
+
Clear: "清除",
|
|
34
34
|
"Clear audio": "清除音频",
|
|
35
35
|
"Click again to confirm": "再次点击以确认",
|
|
36
36
|
Close: "关闭",
|
|
37
37
|
"Close chat": "关闭聊天",
|
|
38
|
-
Confirm: "
|
|
38
|
+
Confirm: "确认",
|
|
39
39
|
Corrected: "已更正",
|
|
40
40
|
"Creating final summary...": "正在生成最终摘要...",
|
|
41
41
|
"Creating LanguageDetector session": "创建 LanguageDetector 会话",
|
|
@@ -61,13 +61,13 @@ export const zhDict: Record<string, string> = {
|
|
|
61
61
|
Formal: "正式的",
|
|
62
62
|
formal: "正式的",
|
|
63
63
|
French: "法语",
|
|
64
|
-
Generate: "
|
|
64
|
+
Generate: "生成",
|
|
65
65
|
"Generate Image Metadata": "生成图片元数据",
|
|
66
66
|
"Generate Post Metadata": "生成文章元数据",
|
|
67
67
|
"Generated content": "生成的内容",
|
|
68
68
|
"Generating text": "生成文本",
|
|
69
69
|
"Generating…": "正在生成…",
|
|
70
|
-
German: "
|
|
70
|
+
German: "德语",
|
|
71
71
|
Headline: "标题",
|
|
72
72
|
headline: "标题",
|
|
73
73
|
Hebrew: "希伯来语",
|
|
@@ -121,22 +121,22 @@ export const zhDict: Record<string, string> = {
|
|
|
121
121
|
Portuguese: "葡萄牙语",
|
|
122
122
|
"Powered by": "供电",
|
|
123
123
|
Preview: "预览",
|
|
124
|
-
Proofread: "
|
|
124
|
+
Proofread: "校对",
|
|
125
125
|
"Proofread again": "再次校对",
|
|
126
126
|
"Proofread on Backend": "后端校对",
|
|
127
|
-
Proofreading: "
|
|
127
|
+
Proofreading: "校对中",
|
|
128
128
|
"Proofreading part {current}/{total}...":
|
|
129
129
|
"正在校对第 {current}/{total} 部分...",
|
|
130
130
|
"Ready.": "就绪。",
|
|
131
131
|
"Received backend response.": "已收到后端响应。",
|
|
132
132
|
"Receiving response...": "正在接收响应...",
|
|
133
|
-
Record: "",
|
|
133
|
+
Record: "录音",
|
|
134
134
|
"Record audio": "录制音频",
|
|
135
135
|
"Recorded audio:": "已录制音频:",
|
|
136
136
|
"Recording...": "录制中...",
|
|
137
137
|
Reference: "参考",
|
|
138
138
|
References: "参考资料",
|
|
139
|
-
Regenerate: "
|
|
139
|
+
Regenerate: "重新生成",
|
|
140
140
|
"Regenerate on Backend": "后端重新生成",
|
|
141
141
|
"Reject response": "拒绝回复",
|
|
142
142
|
"Remove image": "移除图片",
|
|
@@ -180,7 +180,7 @@ export const zhDict: Record<string, string> = {
|
|
|
180
180
|
"正在总结第 {current}/{total} 部分...",
|
|
181
181
|
Swedish: "瑞典",
|
|
182
182
|
Tags: "标签",
|
|
183
|
-
Teaser: "
|
|
183
|
+
Teaser: "引导文案",
|
|
184
184
|
teaser: "预告片",
|
|
185
185
|
Thai: "泰国",
|
|
186
186
|
"The alt text for the image.": "图片的替代文字。",
|
|
@@ -199,7 +199,7 @@ export const zhDict: Record<string, string> = {
|
|
|
199
199
|
"The topic or subject for the AI to write about.":
|
|
200
200
|
"人工智能要撰写的主题或题目。",
|
|
201
201
|
Title: "标题",
|
|
202
|
-
"TL;DR": "
|
|
202
|
+
"TL;DR": "简述",
|
|
203
203
|
tldr: "太长不看",
|
|
204
204
|
Tone: "语气",
|
|
205
205
|
Topic: "话题",
|