@nocobase/plugin-theme-editor 0.19.0-alpha.3 → 0.19.0-alpha.5
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/externalVersion.js +4 -4
- package/dist/locale/ko_KR.json +34 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.5",
|
|
3
3
|
"react": "18.2.0",
|
|
4
4
|
"antd": "5.12.8",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
6
|
+
"@nocobase/server": "0.19.0-alpha.5",
|
|
7
7
|
"@ant-design/cssinjs": "1.18.1",
|
|
8
8
|
"@ant-design/icons": "5.2.6",
|
|
9
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
9
|
+
"@nocobase/utils": "0.19.0-alpha.5",
|
|
10
10
|
"react-i18next": "11.18.6",
|
|
11
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
11
|
+
"@nocobase/database": "0.19.0-alpha.5",
|
|
12
12
|
"@emotion/css": "11.11.2"
|
|
13
13
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Theme editor": "테마 편집기",
|
|
3
|
+
"Themes": "테마",
|
|
4
|
+
"Dark theme": "다크 테마",
|
|
5
|
+
"Optional": "선택 가능",
|
|
6
|
+
"Non-optional": "선택 불가",
|
|
7
|
+
"Current": "현재 테마",
|
|
8
|
+
"Default": "기본",
|
|
9
|
+
"Delete theme": "테마 삭제",
|
|
10
|
+
"Deletion is unrecoverable. Confirm deletion?": "삭제 후 복구할 수 없습니다. 삭제 확인?",
|
|
11
|
+
"Deleted successfully": "성공적으로 삭제되었습니다",
|
|
12
|
+
"Updated successfully": "성공적으로 업데이트되었습니다",
|
|
13
|
+
"User selectable": "사용자 선택 가능",
|
|
14
|
+
"Default theme": "기본 테마",
|
|
15
|
+
"Add new theme": "새로운 테마 추가",
|
|
16
|
+
"Edit based on the current theme": "현재 테마를 기반으로 편집",
|
|
17
|
+
"Create a brand new theme": "새로운 테마 생성",
|
|
18
|
+
"Dark": "다크",
|
|
19
|
+
"Compact": "콤팩트",
|
|
20
|
+
"Compact dark": "콤팩트 다크",
|
|
21
|
+
"Theme Editor": "테마 편집기",
|
|
22
|
+
"Save": "저장",
|
|
23
|
+
"Close": "닫기",
|
|
24
|
+
"Edit": "편집",
|
|
25
|
+
"Export": "내보내기",
|
|
26
|
+
"Edit Theme Config": "테마 구성 편집",
|
|
27
|
+
"The theme of the JSON format is incorrect": "JSON 형식의 테마가 올바르지 않습니다",
|
|
28
|
+
"Edited successfully": "성공적으로 편집되었습니다",
|
|
29
|
+
"Saved successfully": "성공적으로 저장되었습니다",
|
|
30
|
+
"Initializing Editor...": "편집기 초기화 중...",
|
|
31
|
+
"Save theme": "테마 저장",
|
|
32
|
+
"Please set a name for this theme": "이 테마에 이름을 설정하세요",
|
|
33
|
+
"Please input the theme name": "테마 이름을 입력하세요"
|
|
34
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "0.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.5",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Theme editor",
|
|
6
6
|
"displayName.zh-CN": "主题编辑器",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"@nocobase/test": "0.x",
|
|
31
31
|
"@nocobase/utils": "0.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "580eca25451ec731d17ddef285d0b8c52c48d501"
|
|
34
34
|
}
|