@difizen/libro-l10n 0.2.40 → 0.2.41-next.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.
@@ -37,6 +37,7 @@
37
37
  "隐藏全部 Output": "Hide all Output",
38
38
  "全部隐藏": "Hide all",
39
39
  "全部显示": "Show all",
40
+ "暂无内置数据库": "No built-in database for now",
40
41
  "Restart and Run up to Selected Cell": "Restart and Run up to Selected Cell",
41
42
  "Restart and Clear Outputs of All Cells": "Restart and Clear Outputs of All Cells",
42
43
  "Restart and Run All Cells": "Restart and Run All Cells",
@@ -242,6 +242,7 @@
242
242
  "a标签另起一页": "a标签另起一页",
243
243
  "选择或输入聊天标识": "选择或输入聊天标识",
244
244
  "暂无内置模型": "暂无内置模型",
245
+ "暂无内置数据库": "暂无内置数据库",
245
246
  "插入并运行": "插入并运行",
246
247
  "插入代码": "插入代码",
247
248
  "复制代码": "复制代码",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-l10n",
3
- "version": "0.2.40",
3
+ "version": "0.2.41-next.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -37,6 +37,7 @@
37
37
  "隐藏全部 Output": "Hide all Output",
38
38
  "全部隐藏": "Hide all",
39
39
  "全部显示": "Show all",
40
+ "暂无内置数据库": "No built-in database for now",
40
41
  "Restart and Run up to Selected Cell": "Restart and Run up to Selected Cell",
41
42
  "Restart and Clear Outputs of All Cells": "Restart and Clear Outputs of All Cells",
42
43
  "Restart and Run All Cells": "Restart and Run All Cells",
@@ -68,7 +69,14 @@
68
69
  "删除光标至行尾内容": "Delete cursor to end of line",
69
70
  "恢复": "Recovery",
70
71
  "撤销选中": "Deselect",
72
+ "替换代码": "Replace code",
71
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.",
72
80
  "选中上个 Cell": "Select the last cell",
73
81
  "选中下个 Cell": "Select the next cell",
74
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键并点击拖拽区域可以进行多选",
@@ -242,6 +249,7 @@
242
249
  "a标签另起一页": "a标签另起一页",
243
250
  "选择或输入聊天标识": "选择或输入聊天标识",
244
251
  "暂无内置模型": "暂无内置模型",
252
+ "暂无内置数据库": "暂无内置数据库",
245
253
  "插入并运行": "插入并运行",
246
254
  "插入代码": "插入代码",
247
255
  "复制代码": "复制代码",