@cfxjs/sirius-next-i18n 0.1.2 → 0.1.3

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.2 build /Users/shine/Documents/conflux/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.3 build /Users/shine/Documents/conflux/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -699,7 +699,7 @@
699
699
  "storageBurn": "存储抵押销毁量",
700
700
  "baseFeeBurntRate": "基础费销毁率",
701
701
  "storageBurntRate": "存储抵押销毁率",
702
- "learnMore": "Learn more",
702
+ "learnMore": "了解更多",
703
703
  "CIP-1559Metrics": "CIP-1559 数据指标",
704
704
  "CIP-1559MetricsTips": "仪表数据统计ConfluxCore区块基于CIP-1559的指标数据,包括基础费,平均优先费,燃料使用量和交易类型占比。",
705
705
  "BaseFeePerBlock": "区块基础费",
@@ -753,7 +753,7 @@
753
753
  "storageBurn": "存储抵押销毁量",
754
754
  "baseFeeBurntRate": "基础费销毁率",
755
755
  "storageBurntRate": "存储抵押销毁率",
756
- "learnMore": "Learn more",
756
+ "learnMore": "了解更多",
757
757
  "CIP-1559Metrics": "CIP-1559 数据指标",
758
758
  "CIP-1559MetricsTips": "仪表数据统计ConfluxCore区块基于CIP-1559的指标数据,包括基础费,平均优先费,燃料使用量和交易类型占比。",
759
759
  "BaseFeePerBlock": "区块基础费",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],