@difizen/libro-l10n 0.2.41 → 0.2.42

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.
@@ -69,7 +69,14 @@
69
69
  "删除光标至行尾内容": "Delete cursor to end of line",
70
70
  "恢复": "Recovery",
71
71
  "撤销选中": "Deselect",
72
+ "替换代码": "Replace code",
72
73
  "恢复选中": "Restore selected",
74
+ "请求报错~": "Request error~",
75
+ "代码解释": "Code Explain",
76
+ "代码优化": "Code Optimization",
77
+ "插入 Cell": "Insert Cell",
78
+ "替换 Cell": "Replace Cell",
79
+ "代码已复制": "The code has been copied.",
73
80
  "选中上个 Cell": "Select the last cell",
74
81
  "选中下个 Cell": "Select the next cell",
75
82
  "向上新增 Cell": "Insert cell above",
@@ -16,6 +16,13 @@
16
16
  "默认创建cell": "默认创建cell",
17
17
  "增加cell操作默认进入编辑态": "增加cell操作默认进入编辑态",
18
18
  "默认进入编辑态": "默认进入编辑态",
19
+ "请求报错~": "请求报错~",
20
+ "替换代码": "替换代码",
21
+ "插入 Cell": "插入 Cell",
22
+ "替换 Cell": "替换 Cell",
23
+ "代码解释": "代码解释",
24
+ "代码优化": "代码优化",
25
+ "代码已复制": "代码已复制",
19
26
  "点击左侧长条是否可以隐藏与显示cell": "点击左侧长条是否可以隐藏与显示cell",
20
27
  "默认点击长条可以隐藏与显示cell": "默认点击长条可以隐藏与显示cell",
21
28
  "按住shift键并点击拖拽区域可以进行多选": "按住shift键并点击拖拽区域可以进行多选",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-l10n",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -69,7 +69,14 @@
69
69
  "删除光标至行尾内容": "Delete cursor to end of line",
70
70
  "恢复": "Recovery",
71
71
  "撤销选中": "Deselect",
72
+ "替换代码": "Replace code",
72
73
  "恢复选中": "Restore selected",
74
+ "请求报错~": "Request error~",
75
+ "代码解释": "Code Explain",
76
+ "代码优化": "Code Optimization",
77
+ "插入 Cell": "Insert Cell",
78
+ "替换 Cell": "Replace Cell",
79
+ "代码已复制": "The code has been copied.",
73
80
  "选中上个 Cell": "Select the last cell",
74
81
  "选中下个 Cell": "Select the next cell",
75
82
  "向上新增 Cell": "Insert cell above",
@@ -16,6 +16,13 @@
16
16
  "默认创建cell": "默认创建cell",
17
17
  "增加cell操作默认进入编辑态": "增加cell操作默认进入编辑态",
18
18
  "默认进入编辑态": "默认进入编辑态",
19
+ "请求报错~": "请求报错~",
20
+ "替换代码": "替换代码",
21
+ "插入 Cell": "插入 Cell",
22
+ "替换 Cell": "替换 Cell",
23
+ "代码解释": "代码解释",
24
+ "代码优化": "代码优化",
25
+ "代码已复制": "代码已复制",
19
26
  "点击左侧长条是否可以隐藏与显示cell": "点击左侧长条是否可以隐藏与显示cell",
20
27
  "默认点击长条可以隐藏与显示cell": "默认点击长条可以隐藏与显示cell",
21
28
  "按住shift键并点击拖拽区域可以进行多选": "按住shift键并点击拖拽区域可以进行多选",