@nocobase/plugin-localization 1.4.0-alpha.6 → 1.4.0-alpha.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/README.md +19 -24
- package/dist/externalVersion.js +6 -6
- package/dist/node_modules/deepmerge/package.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,35 +1,30 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NocoBase
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<video width="100%" controls>
|
|
4
|
+
<source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
|
|
5
|
+
</video>
|
|
4
6
|
|
|
5
|
-
## 使用方法
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
## What is NocoBase
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
NocoBase is a scalability-first, open-source no-code development platform.
|
|
11
|
+
Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
Homepage:
|
|
14
|
+
https://www.nocobase.com/
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
Online Demo:
|
|
17
|
+
https://demo.nocobase.com/new
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
Documents:
|
|
20
|
+
https://docs.nocobase.com/
|
|
16
21
|
|
|
17
|
-
|
|
22
|
+
Commericial license & plugins:
|
|
23
|
+
https://www.nocobase.com/en/commercial
|
|
18
24
|
|
|
19
|
-
|
|
25
|
+
License agreement:
|
|
26
|
+
https://www.nocobase.com/en/agreement
|
|
20
27
|
|
|
21
|
-
- 目前支持的内容
|
|
22
|
-
- 菜单
|
|
23
|
-
- 系统和插件提供的语言包
|
|
24
|
-
- 数据表名、字段名、字段选项标签
|
|
25
28
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> 已有内容需要点击同步按钮手动同步
|
|
29
|
-
|
|
30
|
-
2. 编辑翻译内容,点击`发布`按钮即可生效
|
|
31
|
-
|
|
32
|
-
<img src="https://s2.loli.net/2023/07/17/TVzmJt6ZNYg4fSo.png" width="400" />
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
## Contact Us:
|
|
30
|
+
hello@nocobase.com
|
package/dist/externalVersion.js
CHANGED
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.2.6",
|
|
12
12
|
"@formily/core": "2.3.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
|
-
"@nocobase/client": "1.4.0-alpha.
|
|
14
|
+
"@nocobase/client": "1.4.0-alpha.7",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "1.4.0-alpha.
|
|
19
|
-
"@nocobase/plugin-ui-schema-storage": "1.4.0-alpha.
|
|
20
|
-
"@nocobase/server": "1.4.0-alpha.
|
|
21
|
-
"@nocobase/cache": "1.4.0-alpha.
|
|
18
|
+
"@nocobase/database": "1.4.0-alpha.7",
|
|
19
|
+
"@nocobase/plugin-ui-schema-storage": "1.4.0-alpha.7",
|
|
20
|
+
"@nocobase/server": "1.4.0-alpha.7",
|
|
21
|
+
"@nocobase/cache": "1.4.0-alpha.7",
|
|
22
22
|
"react-i18next": "11.18.6",
|
|
23
|
-
"@nocobase/actions": "1.4.0-alpha.
|
|
23
|
+
"@nocobase/actions": "1.4.0-alpha.7"
|
|
24
24
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"deepmerge","description":"A library for deep (recursive) merging of Javascript objects","keywords":["merge","deep","extend","copy","clone","recursive"],"version":"4.3.1","homepage":"https://github.com/TehShrike/deepmerge","repository":{"type":"git","url":"git://github.com/TehShrike/deepmerge.git"},"main":"dist/cjs.js","engines":{"node":">=0.10.0"},"scripts":{"build":"rollup -c","test":"npm run build && tape test/*.js && jsmd readme.md && npm run test:typescript","test:typescript":"tsc --noEmit test/typescript.ts && ts-node test/typescript.ts","size":"npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c"},"devDependencies":{"@types/node":"^8.10.54","is-mergeable-object":"1.1.0","is-plain-object":"^5.0.0","jsmd":"^1.0.2","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","tape":"^4.11.0","ts-node":"7.0.1","typescript":"=2.2.2","uglify-js":"^3.6.1"},"license":"MIT","_lastModified":"2024-11-
|
|
1
|
+
{"name":"deepmerge","description":"A library for deep (recursive) merging of Javascript objects","keywords":["merge","deep","extend","copy","clone","recursive"],"version":"4.3.1","homepage":"https://github.com/TehShrike/deepmerge","repository":{"type":"git","url":"git://github.com/TehShrike/deepmerge.git"},"main":"dist/cjs.js","engines":{"node":">=0.10.0"},"scripts":{"build":"rollup -c","test":"npm run build && tape test/*.js && jsmd readme.md && npm run test:typescript","test:typescript":"tsc --noEmit test/typescript.ts && ts-node test/typescript.ts","size":"npm run build && uglifyjs --compress --mangle -- ./dist/umd.js | gzip -c | wc -c"},"devDependencies":{"@types/node":"^8.10.54","is-mergeable-object":"1.1.0","is-plain-object":"^5.0.0","jsmd":"^1.0.2","rollup":"^1.23.1","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","tape":"^4.11.0","ts-node":"7.0.1","typescript":"=2.2.2","uglify-js":"^3.6.1"},"license":"MIT","_lastModified":"2024-11-11T02:36:57.837Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "1.4.0-alpha.
|
|
3
|
+
"version": "1.4.0-alpha.7",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"displayName.zh-CN": "本地化",
|
|
25
25
|
"description": "Allows to manage localization resources of the application.",
|
|
26
26
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa"
|
|
28
28
|
}
|