@things-factory/scene-form 4.3.226 → 4.3.237
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/package.json +2 -2
- package/translations/ja.json +16 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/scene-form",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.237",
|
|
4
4
|
"description": "HTML Element component for things-scene.",
|
|
5
5
|
"browser": "src/index.js",
|
|
6
6
|
"things-scene": true,
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"tinycolor2": "^1.4.1",
|
|
27
27
|
"xml-js": "^1.6.11"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
|
|
30
30
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label.text-field": "テキストフィールド",
|
|
3
|
+
"label.value-field": "値フィールド",
|
|
4
|
+
"label.started": "自動開始",
|
|
5
|
+
"label.controls": "コントロールを表示",
|
|
6
|
+
"label.endpoint": "エンド ポイント",
|
|
7
|
+
"label.namespace": "ネーム スペース",
|
|
8
|
+
"label.soap-action": "SOAPアクション",
|
|
9
|
+
"label.content-type": "コンテンツ タイプ",
|
|
10
|
+
"label.mime-type": "MIME type",
|
|
11
|
+
"label.next-input": "次のフォーカスInput ID",
|
|
12
|
+
"label.autofocus": "開始時フォーカス",
|
|
13
|
+
"label.alltime-focus": "常時フォーカス",
|
|
14
|
+
"label.alltime-focus-pending": "常時フォーカス遅延時間",
|
|
15
|
+
"label.hide-keyboard": "キーボード非表示(モバイル)"
|
|
16
|
+
}
|