@operato/data-grist 10.3.4 → 10.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "10.3.4",
3
+ "version": "10.4.0",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -114,5 +114,5 @@
114
114
  "prettier --write"
115
115
  ]
116
116
  },
117
- "gitHead": "64532106e8f28a3a691b84515814fcb199f84abe"
117
+ "gitHead": "870385ad140255acd384b5cac5e46c95c042b6c3"
118
118
  }
@@ -15,5 +15,6 @@
15
15
  "text.input-secret-hide": "hide",
16
16
  "text.input-secret-toggle": "show/hide",
17
17
  "text.grid-no-records": "nothing to show",
18
- "text.grid-total-records": "{total} in total"
18
+ "text.grid-total-records": "{total} in total",
19
+ "text.grid-column-editable": "editable"
19
20
  }
@@ -15,5 +15,6 @@
15
15
  "text.input-secret-hide": "非表示",
16
16
  "text.input-secret-toggle": "表示/非表示",
17
17
  "text.grid-no-records": "該当するものがありません",
18
- "text.grid-total-records": "全 {total} 件"
18
+ "text.grid-total-records": "全 {total} 件",
19
+ "text.grid-column-editable": "編集できる列"
19
20
  }
@@ -16,5 +16,6 @@
16
16
  "text.input-secret-toggle": "보기/숨기기",
17
17
  "label.filter": "필터",
18
18
  "text.grid-no-records": "해당하는 것이 없습니다",
19
- "text.grid-total-records": "모두 {total}건"
19
+ "text.grid-total-records": "모두 {total}건",
20
+ "text.grid-column-editable": "고칠 수 있는 칸"
20
21
  }
@@ -15,5 +15,6 @@
15
15
  "text.input-secret-hide": "Sembunyi",
16
16
  "text.input-secret-toggle": "Tunjuk/Sembunyi",
17
17
  "text.grid-no-records": "tiada apa-apa untuk dipaparkan",
18
- "text.grid-total-records": "{total} kesemuanya"
18
+ "text.grid-total-records": "{total} kesemuanya",
19
+ "text.grid-column-editable": "boleh diedit"
19
20
  }
@@ -15,5 +15,6 @@
15
15
  "text.input-secret-hide": "隐藏",
16
16
  "text.input-secret-toggle": "显示/隐藏",
17
17
  "text.grid-no-records": "没有符合条件的记录",
18
- "text.grid-total-records": "共 {total} 条"
18
+ "text.grid-total-records": "共 {total} 条",
19
+ "text.grid-column-editable": "可编辑"
19
20
  }