x-block-lib 0.4.21 → 0.4.22

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.
@@ -0,0 +1,15 @@
1
+ const t = {
2
+ "x-block-lib": {
3
+ navigator: "Navigator",
4
+ noOption: "No Option",
5
+ temporaryBlock: "Temporary Block",
6
+ tip: {
7
+ hotkeyCtrlE: "Press 'Ctrl W' to navigate",
8
+ hotkeyCtrlQ: "Press 'Ctrl Q' to clean workspace",
9
+ hotkeyCtrlW: "Press 'Ctrl R' to toggle lock state"
10
+ }
11
+ }
12
+ };
13
+ export {
14
+ t as default
15
+ };
@@ -0,0 +1,15 @@
1
+ const t = {
2
+ "x-block-lib": {
3
+ navigator: "导航器",
4
+ noOption: "没有选项",
5
+ temporaryBlock: "临时块",
6
+ tip: {
7
+ hotkeyCtrlE: "按「Ctrl W」导航",
8
+ hotkeyCtrlQ: "按「Ctrl Q」清理工作区",
9
+ hotkeyCtrlW: "按「Ctrl R」切换锁状态"
10
+ }
11
+ }
12
+ };
13
+ export {
14
+ t as default
15
+ };