@difizen/libro-l10n 0.3.16 → 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",
@@ -44,6 +44,8 @@
44
44
  "重做": "重做",
45
45
  "清空输出": "清空输出",
46
46
  "隐藏全部 Code": "隐藏全部 Code",
47
+ "我知道了": "我知道了",
48
+ "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~",
47
49
  "隐藏全部 Output": "隐藏全部 Output",
48
50
  "全部隐藏": "全部隐藏",
49
51
  "全部显示": "全部显示",
@@ -1,3 +1,3 @@
1
- import type { LanguageBundles } from '@difizen/mana-l10n';
1
+ import type { LanguageBundles } from '@difizen/libro-common/l10n';
2
2
  export declare const langBundles: LanguageBundles;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAK1D,eAAO,MAAM,WAAW,EAAE,eAGzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lang/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAKlE,eAAO,MAAM,WAAW,EAAE,eAGzB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-l10n",
3
- "version": "0.3.16",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -33,8 +33,7 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@difizen/mana-l10n": "latest",
37
- "@difizen/mana-app": "latest"
36
+ "@difizen/libro-common": "^1.0.1"
38
37
  },
39
38
  "scripts": {
40
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",
@@ -44,6 +44,8 @@
44
44
  "重做": "重做",
45
45
  "清空输出": "清空输出",
46
46
  "隐藏全部 Code": "隐藏全部 Code",
47
+ "我知道了": "我知道了",
48
+ "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~": "即将打开的文件(内容过大 / cell 过多),可能会导致操作卡顿,请耐心等待~",
47
49
  "隐藏全部 Output": "隐藏全部 Output",
48
50
  "全部隐藏": "全部隐藏",
49
51
  "全部显示": "全部显示",
package/src/lang/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { LanguageBundles } from '@difizen/mana-l10n';
1
+ import type { LanguageBundles } from '@difizen/libro-common/l10n';
2
2
 
3
3
  import langENUS from './bundle.l10n.en-US.json';
4
4
  import langZHCN from './bundle.l10n.zh-CN.json';