Browse Source

update

master
许孟阳 1 year ago
parent
commit
f91e2833f7
  1. 2
      package.json
  2. 2
      plugs/i18n/en.ts
  3. 2
      plugs/i18n/zh.ts

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "noob-mengyxu", "name": "noob-mengyxu",
"version": "0.2.8", "version": "0.2.9",
"main": "index.ts", "main": "index.ts",
"module": "index.ts", "module": "index.ts",
"keywords": [ "keywords": [

2
plugs/i18n/en.ts

@ -17,6 +17,8 @@ export default class English {
inactive: 'Inactive', inactive: 'Inactive',
key: 'Key', key: 'Key',
value: 'Value', value: 'Value',
import: 'Import',
export: 'Export'
}; };
pwd = { pwd = {

2
plugs/i18n/zh.ts

@ -17,6 +17,8 @@ export default class Zh {
inactive: '无效', inactive: '无效',
key: '键', key: '键',
value: '值', value: '值',
import: '导入',
export: '导出'
}; };
pwd = { pwd = {

Loading…
Cancel
Save