@fe-free/ai 6.0.15 → 6.0.17

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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @fe-free/ai
2
2
 
3
+ ## 6.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: i18n
8
+ - Updated dependencies
9
+ - @fe-free/core@6.0.17
10
+ - @fe-free/icons@6.0.17
11
+ - @fe-free/tool@6.0.17
12
+
13
+ ## 6.0.16
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @fe-free/core@6.0.16
19
+ - @fe-free/icons@6.0.16
20
+ - @fe-free/tool@6.0.16
21
+
3
22
  ## 6.0.15
4
23
 
5
24
  ### Patch Changes
package/i18next.config.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { defineConfig } from 'i18next-cli';
2
2
 
3
3
  export default defineConfig({
4
- locales: ['zh-CN', 'en-US'],
4
+ locales: ['zh-CN', 'zh-HK', 'en-US'],
5
5
  extract: {
6
6
  primaryLanguage: 'zh-CN',
7
- secondaryLanguages: ['en-US'],
7
+ secondaryLanguages: ['zh-HK', 'en-US'],
8
8
  input: ['./src/**/*.{js,jsx,ts,tsx}'],
9
9
  output: './src/locales/{{language}}/{{namespace}}.json',
10
10
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fe-free/ai",
3
- "version": "6.0.15",
3
+ "version": "6.0.17",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -17,7 +17,7 @@
17
17
  "lodash-es": "^4.17.21",
18
18
  "uuid": "^13.0.0",
19
19
  "zustand": "^4.5.7",
20
- "@fe-free/core": "6.0.15"
20
+ "@fe-free/core": "6.0.17"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "antd": "^6.2.1",
@@ -27,8 +27,8 @@
27
27
  "i18next-icu": "^2.4.1",
28
28
  "react": "^19.2.0",
29
29
  "react-i18next": "^16.4.0",
30
- "@fe-free/icons": "6.0.15",
31
- "@fe-free/tool": "6.0.15"
30
+ "@fe-free/icons": "6.0.17",
31
+ "@fe-free/tool": "6.0.17"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -0,0 +1,13 @@
1
+ {
2
+ "@fe-free/ai": {
3
+ "sender": {
4
+ "addFileUrl": "新增檔案 URL",
5
+ "addImageOrFile": "新增圖片或檔案",
6
+ "aiGeneratedDisclaimer": "內容由 AI 生成,無法保證資訊的真實準確,僅供參考",
7
+ "describeYourQuestion": "描述你的問題",
8
+ "dragFileHere": "在此處拖放檔案",
9
+ "exceedMaxUploadCount": "超過最大上傳數量{count}",
10
+ "pleaseEnterFileUrl": "請輸入檔案 URL"
11
+ }
12
+ }
13
+ }