@cfxjs/sirius-next-i18n 0.1.22 → 0.1.23

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @cfxjs/sirius-next-i18n@0.1.22 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.23 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -2189,7 +2189,7 @@
2189
2189
  "ownedCoreids": "持有名称",
2190
2190
  "name": "名称",
2191
2191
 
2192
- "error": {
2192
+ "errors": {
2193
2193
  "cns": "查询的 Core ID 名称未在 CNS 上注册或当前不被 Confluxscan 支持。",
2194
2194
  "address": "查询的地址未解析到 Core ID 名称。",
2195
2195
  "invalidText": "搜索的字符串内容无效。"
@@ -254,7 +254,7 @@
254
254
  "view": "所有授权记录包含地址持有数字资产余额是 0 的。"
255
255
  },
256
256
  "tokenid": "数字资产 ID",
257
- "error": {
257
+ "errors": {
258
258
  "cns": "查询的 Core ID 名称未在 CNS 上注册或当前不被 Confluxscan 支持。",
259
259
  "address": "查询的地址未解析到 Core ID 名称。",
260
260
  "invalidText": "搜索的字符串内容无效。"
@@ -1894,7 +1894,7 @@
1894
1894
  "ownedCoreids": "持有名称",
1895
1895
  "name": "名称",
1896
1896
 
1897
- "error": {
1897
+ "errors": {
1898
1898
  "cns": "查询的 Core ID 名称未在 CNS 上注册或当前不被 Confluxscan 支持。",
1899
1899
  "address": "查询的地址未解析到 Core ID 名称。",
1900
1900
  "invalidText": "搜索的字符串内容无效。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],