@operato/app 9.2.16 → 9.2.17

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "9.2.16",
5
+ "version": "9.2.17",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -193,5 +193,5 @@
193
193
  "prettier --write"
194
194
  ]
195
195
  },
196
- "gitHead": "f53c8f03c2ca7fd5492a38bc4b7d7478c7446f35"
196
+ "gitHead": "70ca53fce0676f316e8cffa910a05fba10d4381a"
197
197
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "title.edit code": "edit code",
3
- "title.edit json": "edit json"
3
+ "title.edit json": "edit json",
4
+ "title.select_item": "Select Item"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "title.edit code": "코드 편집",
3
- "title.edit json": "JSON 편집"
3
+ "title.edit json": "JSON 편집",
4
+ "title.select_item": "항목 선택"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "title.edit code": "edit kod",
3
- "title.edit json": "edit json"
3
+ "title.edit json": "edit json",
4
+ "title.select_item": "Pilih Item"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "title.edit code": "代码编辑",
3
- "title.edit json": "JSON编辑"
3
+ "title.edit json": "JSON编辑",
4
+ "title.select_item": "选择项目"
4
5
  }