@nocobase/plugin-theme-editor 1.3.24-beta → 1.3.26-beta
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/ja_JP.json +36 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.26-beta",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.12.8",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "1.3.
|
|
15
|
+
"@nocobase/server": "1.3.26-beta",
|
|
16
16
|
"@ant-design/cssinjs": "1.18.1",
|
|
17
17
|
"@ant-design/icons": "5.2.6",
|
|
18
|
-
"@nocobase/utils": "1.3.
|
|
18
|
+
"@nocobase/utils": "1.3.26-beta",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/database": "1.3.
|
|
20
|
+
"@nocobase/database": "1.3.26-beta",
|
|
21
21
|
"@emotion/css": "11.13.0"
|
|
22
22
|
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Theme": "テーマ",
|
|
3
|
+
"Local": "ローカル",
|
|
4
|
+
"Dark theme": "ダークテーマ",
|
|
5
|
+
"Optional": "オプション",
|
|
6
|
+
"Non-optional": "非オプション",
|
|
7
|
+
"Current": "現在",
|
|
8
|
+
"Default": "デフォルト",
|
|
9
|
+
"Theme Editor": "テーマエディタ",
|
|
10
|
+
"Save": "保存",
|
|
11
|
+
"Close": "閉じる",
|
|
12
|
+
"Edit": "編集",
|
|
13
|
+
"Export": "エクスポート",
|
|
14
|
+
"edit Theme Config": "テーマ設定を編集",
|
|
15
|
+
"The theme of the JSON format is incorrect": "JSONフォーマットのテーマが不正です",
|
|
16
|
+
"Edited successfully": "編集に成功しました",
|
|
17
|
+
"Saved successfully": "保存に成功しました",
|
|
18
|
+
"Initializing Editor...": "エディタを初期化しています...",
|
|
19
|
+
"Save theme": "テーマを保存",
|
|
20
|
+
"Please set a name for this theme": "このテーマに名前を付けてください",
|
|
21
|
+
"Please input the theme name": "テーマ名を入力してください",
|
|
22
|
+
"Theme editor": "テーマエディター",
|
|
23
|
+
"Themes": "テーマ",
|
|
24
|
+
"Delete theme": "テーマを削除する",
|
|
25
|
+
"Deletion is unrecoverable. Confirm deletion?": "削除後は復元できません。削除を確認しますか?",
|
|
26
|
+
"Deleted successfully": "削除が成功しました",
|
|
27
|
+
"Updated successfully": "更新が成功しました",
|
|
28
|
+
"User selectable": "ユーザーが選択可能です",
|
|
29
|
+
"Default theme": "デフォルトテーマ",
|
|
30
|
+
"Add new theme": "新しいテーマを追加する",
|
|
31
|
+
"Edit based on current theme": "現在のテーマを基に編集する",
|
|
32
|
+
"Create a brand new theme": "新しいテーマを作成する",
|
|
33
|
+
"Dark": "ダーク",
|
|
34
|
+
"Compact": "コンパクト",
|
|
35
|
+
"Compact dark": "コンパクトダーク"
|
|
36
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26-beta",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/theme-editor",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@nocobase/test": "1.x",
|
|
33
33
|
"@nocobase/utils": "1.x"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "492868e32388615f75ba5af28f33420899d3b211",
|
|
36
36
|
"keywords": [
|
|
37
37
|
"System management"
|
|
38
38
|
]
|