@nocobase/plugin-data-source-manager 1.3.23-beta → 1.3.25-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 +7 -7
- package/dist/locale/ja_JP.json +40 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.25-beta",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/plugin-acl": "1.3.
|
|
14
|
-
"@nocobase/server": "1.3.
|
|
13
|
+
"@nocobase/plugin-acl": "1.3.25-beta",
|
|
14
|
+
"@nocobase/server": "1.3.25-beta",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"@ant-design/icons": "5.2.6",
|
|
17
17
|
"antd": "5.12.8",
|
|
@@ -20,11 +20,11 @@ module.exports = {
|
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
21
|
"@formily/react": "2.3.0",
|
|
22
22
|
"@emotion/css": "11.13.0",
|
|
23
|
-
"@nocobase/database": "1.3.
|
|
24
|
-
"@nocobase/utils": "1.3.
|
|
25
|
-
"@nocobase/acl": "1.3.
|
|
23
|
+
"@nocobase/database": "1.3.25-beta",
|
|
24
|
+
"@nocobase/utils": "1.3.25-beta",
|
|
25
|
+
"@nocobase/acl": "1.3.25-beta",
|
|
26
26
|
"sequelize": "6.35.2",
|
|
27
|
-
"@nocobase/test": "1.3.
|
|
27
|
+
"@nocobase/test": "1.3.25-beta",
|
|
28
28
|
"@formily/antd-v5": "1.1.9",
|
|
29
29
|
"@formily/core": "2.3.0",
|
|
30
30
|
"@formily/reactive": "2.3.0",
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Data source name": "データソース名",
|
|
3
|
+
"Data source display name": "データソース表示名",
|
|
4
|
+
"Host": "ホスト",
|
|
5
|
+
"Port": "ポート",
|
|
6
|
+
"Database": "データベース",
|
|
7
|
+
"Data source manager": "データソース管理",
|
|
8
|
+
"Data sources": "データソース",
|
|
9
|
+
"No external data source plugin installed": "外部データソースプラグインがインストールされていません",
|
|
10
|
+
"View documentation": "ドキュメントを見る",
|
|
11
|
+
"Test Connection": "接続テスト",
|
|
12
|
+
"Connection successful": "接続成功",
|
|
13
|
+
"Display name": "表示名",
|
|
14
|
+
"Username": "ユーザー名",
|
|
15
|
+
"Password": "パスワード",
|
|
16
|
+
"Type": "タイプ",
|
|
17
|
+
"Description": "説明",
|
|
18
|
+
"Storage": "ストレージ",
|
|
19
|
+
"Collections": "コレクション",
|
|
20
|
+
"Permissions": "権限",
|
|
21
|
+
"Allow adding and modifying collection": "コレクションの追加と修正を許可",
|
|
22
|
+
"Unknown field type": "不明なフィールドタイプ",
|
|
23
|
+
"The following field types are not compatible and do not support output and display": "以下のフィールドタイプは互換性がなく、出力および表示をサポートしていません",
|
|
24
|
+
"Field database type": "フィールドデータベースタイプ",
|
|
25
|
+
"Field interface": "UIインターフェース",
|
|
26
|
+
"Status": "ステータス",
|
|
27
|
+
"Loading": "読み込み中",
|
|
28
|
+
"Failed": "読み込み失敗",
|
|
29
|
+
"Loaded": "読み込み済み",
|
|
30
|
+
"Reloading": "再読み込み中",
|
|
31
|
+
"Data source synchronization in progress": "データソースの同期中",
|
|
32
|
+
"Data source synchronization successful": "データソースの同期が成功しました",
|
|
33
|
+
"Filter target key": "ターゲットキーでフィルタ",
|
|
34
|
+
"Select field": "フィールドを選択",
|
|
35
|
+
"OK": "確定",
|
|
36
|
+
"Please select a field.": "フィールドを選択してください",
|
|
37
|
+
"Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.": "「{{title}}」フィールドを主キーとして設定してもよろしいですか? 設定後は変更できません。",
|
|
38
|
+
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "データ表に主キーがない場合、ブロック内で行レコードを特定するために一意の識別キーを設定する必要があります。設定しないとデータブロックが作成できません。",
|
|
39
|
+
"Filter data based on the specific field, with the requirement that the field value must be unique.": "特定のフィールドを基準にデータをフィルタしますが、その値は一意である必要があります。"
|
|
40
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-data-source-manager",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.25-beta",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Data source manager",
|
|
6
6
|
"displayName.zh-CN": "数据源管理",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"Data model tools"
|
|
19
19
|
],
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45"
|
|
21
21
|
}
|