@difizen/libro-l10n 1.0.0 → 1.0.1
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.
|
@@ -32,8 +32,10 @@
|
|
|
32
32
|
"下移": "Move down",
|
|
33
33
|
"增加": "Insert",
|
|
34
34
|
"撤销": "Undo",
|
|
35
|
+
"我知道了": "Close",
|
|
35
36
|
"重做": "Redo",
|
|
36
37
|
"隐藏全部 Code": "Hide all Code",
|
|
38
|
+
"即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "The file you're opening is very large or has too many cells, which may cause delays. Please be patient.",
|
|
37
39
|
"隐藏全部 Output": "Hide all Output",
|
|
38
40
|
"全部隐藏": "Hide all",
|
|
39
41
|
"全部显示": "Show all",
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
"终止中": "Terminating",
|
|
118
120
|
"重启中": "Restarting",
|
|
119
121
|
"自动重启中": "Automatic Restarting",
|
|
120
|
-
"
|
|
122
|
+
"终止": "Dead",
|
|
121
123
|
"无内核": "No kernel",
|
|
122
124
|
"Kernel 准备失败": "Kernel preparation failed",
|
|
123
125
|
"设置": "Setup",
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"重做": "重做",
|
|
45
45
|
"清空输出": "清空输出",
|
|
46
46
|
"隐藏全部 Code": "隐藏全部 Code",
|
|
47
|
+
"我知道了": "我知道了",
|
|
48
|
+
"即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~",
|
|
47
49
|
"隐藏全部 Output": "隐藏全部 Output",
|
|
48
50
|
"全部隐藏": "全部隐藏",
|
|
49
51
|
"全部显示": "全部显示",
|
|
@@ -128,7 +130,7 @@
|
|
|
128
130
|
"终止中": "终止中",
|
|
129
131
|
"重启中": "重启中",
|
|
130
132
|
"自动重启中": "自动重启中",
|
|
131
|
-
"
|
|
133
|
+
"终止": "终止",
|
|
132
134
|
"无内核": "无内核",
|
|
133
135
|
"Kernel 准备中...": "Kernel 准备中...",
|
|
134
136
|
"Kernel 准备失败": "Kernel 准备失败",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-l10n",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"src"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@difizen/libro-common": "^1.0.
|
|
36
|
+
"@difizen/libro-common": "^1.0.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"setup": "father build",
|
|
@@ -32,8 +32,10 @@
|
|
|
32
32
|
"下移": "Move down",
|
|
33
33
|
"增加": "Insert",
|
|
34
34
|
"撤销": "Undo",
|
|
35
|
+
"我知道了": "Close",
|
|
35
36
|
"重做": "Redo",
|
|
36
37
|
"隐藏全部 Code": "Hide all Code",
|
|
38
|
+
"即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "The file you're opening is very large or has too many cells, which may cause delays. Please be patient.",
|
|
37
39
|
"隐藏全部 Output": "Hide all Output",
|
|
38
40
|
"全部隐藏": "Hide all",
|
|
39
41
|
"全部显示": "Show all",
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
"终止中": "Terminating",
|
|
118
120
|
"重启中": "Restarting",
|
|
119
121
|
"自动重启中": "Automatic Restarting",
|
|
120
|
-
"
|
|
122
|
+
"终止": "Dead",
|
|
121
123
|
"无内核": "No kernel",
|
|
122
124
|
"Kernel 准备失败": "Kernel preparation failed",
|
|
123
125
|
"设置": "Setup",
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"重做": "重做",
|
|
45
45
|
"清空输出": "清空输出",
|
|
46
46
|
"隐藏全部 Code": "隐藏全部 Code",
|
|
47
|
+
"我知道了": "我知道了",
|
|
48
|
+
"即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~",
|
|
47
49
|
"隐藏全部 Output": "隐藏全部 Output",
|
|
48
50
|
"全部隐藏": "全部隐藏",
|
|
49
51
|
"全部显示": "全部显示",
|
|
@@ -128,7 +130,7 @@
|
|
|
128
130
|
"终止中": "终止中",
|
|
129
131
|
"重启中": "重启中",
|
|
130
132
|
"自动重启中": "自动重启中",
|
|
131
|
-
"
|
|
133
|
+
"终止": "终止",
|
|
132
134
|
"无内核": "无内核",
|
|
133
135
|
"Kernel 准备中...": "Kernel 准备中...",
|
|
134
136
|
"Kernel 准备失败": "Kernel 准备失败",
|