@things-factory/id-rule-base 4.1.40 → 4.2.0
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.
|
@@ -79,7 +79,7 @@ export class GristCodeInput extends InputEditor {
|
|
|
79
79
|
new CustomEvent('notify', {
|
|
80
80
|
detail: {
|
|
81
81
|
level: 'error',
|
|
82
|
-
message: i18next.t('text.
|
|
82
|
+
message: i18next.t('text.please_save_your_modifications_first')
|
|
83
83
|
}
|
|
84
84
|
})
|
|
85
85
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/id-rule-base",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/codemirror": "^0.0.105"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ea20ff47ca0caa48313ae9d7c527e866f7eb1571"
|
|
37
37
|
}
|
package/translations/en.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
"title.ID Rule Editor": "ID Rule Editor",
|
|
3
3
|
"label.arguments": "arguments",
|
|
4
4
|
"label.argument domain description": "domain ID",
|
|
5
|
-
"label.argument seed description": "data for ID combination"
|
|
5
|
+
"label.argument seed description": "data for ID combination",
|
|
6
|
+
"text.please_save_your_modifications_first": "please save your modifications first"
|
|
6
7
|
}
|
package/translations/ko.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
"title.ID Rule Editor": "ID 규칙 편집기",
|
|
3
3
|
"label.arguments": "매개변수",
|
|
4
4
|
"label.argument domain description": "도메인 ID",
|
|
5
|
-
"label.argument seed description": "ID 조합에 필요한 데이터"
|
|
5
|
+
"label.argument seed description": "ID 조합에 필요한 데이터",
|
|
6
|
+
"text.please_save_your_modifications_first": "[ko] please save your modifications first"
|
|
6
7
|
}
|
package/translations/ms.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
"title.ID Rule Editor": "ID Rule Editor",
|
|
3
3
|
"label.arguments": "arguments",
|
|
4
4
|
"label.argument domain description": "domain ID",
|
|
5
|
-
"label.argument seed description": "data for ID combination"
|
|
5
|
+
"label.argument seed description": "data for ID combination",
|
|
6
|
+
"text.please_save_your_modifications_first": "please save your modifications first"
|
|
6
7
|
}
|
package/translations/zh.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
"title.ID Rule Editor": "ID Rule Editor",
|
|
3
3
|
"label.arguments": "arguments",
|
|
4
4
|
"label.argument domain description": "domain ID",
|
|
5
|
-
"label.argument seed description": "data for ID combination"
|
|
5
|
+
"label.argument seed description": "data for ID combination",
|
|
6
|
+
"text.please_save_your_modifications_first": "please save your modifications first"
|
|
6
7
|
}
|