@cfxjs/sirius-next-i18n 0.1.15 → 0.1.17

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.15 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.17 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -931,8 +931,8 @@
931
931
  "accountGrowth": {
932
932
  "title": "Account Growth",
933
933
  "subtitle": "The number of new accounts added per day on the Conflux network.",
934
- "yAxisTitle": "Total New Accounts",
935
- "seriesName": "Total New Accounts (Day)"
934
+ "yAxisTitle": "# of New Accounts",
935
+ "seriesName": "# of New Accounts (Day)"
936
936
  },
937
937
  "activeAccounts": {
938
938
  "title": "Active Accounts",
@@ -931,8 +931,8 @@
931
931
  "accountGrowth": {
932
932
  "title": "Account Growth",
933
933
  "subtitle": "The number of new accounts added per day on the Conflux network.",
934
- "yAxisTitle": "Total New Accounts",
935
- "seriesName": "Total New Accounts (Day)"
934
+ "yAxisTitle": "# of New Accounts",
935
+ "seriesName": "# of New Accounts (Day)"
936
936
  },
937
937
  "activeAccounts": {
938
938
  "title": "Active Accounts",
@@ -698,8 +698,8 @@
698
698
  "accountGrowth": {
699
699
  "title": "Account Growth",
700
700
  "subtitle": "The number of new accounts added per day on the Conflux network.",
701
- "yAxisTitle": "Total New Accounts",
702
- "seriesName": "Total New Accounts (Day)"
701
+ "yAxisTitle": "# of New Accounts",
702
+ "seriesName": "# of New Accounts (Day)"
703
703
  },
704
704
  "activeAccounts": {
705
705
  "title": "Active Accounts",
@@ -754,8 +754,8 @@
754
754
  "baseFeeBurntRate": "Base Fee Burnt Rate",
755
755
  "storageBurntRate": "Storage Burnt Rate",
756
756
  "learnMore": "Learn more",
757
- "CIP-1559Metrics": "CIP-1559 Metrics",
758
- "CIP-1559MetricsTips": "The dashboard tracks CIP-1559 on ConfluxCore including base fees, priority fees, gas used and %tx type. ",
757
+ "EIP-1559Metrics": "EIP-1559 Metrics",
758
+ "EIP-1559MetricsTips": "The dashboard tracks EIP-1559 on Conflux eSpace including base fees, priority fees, gas used and %tx type. ",
759
759
  "BaseFeePerBlock": "Base Fee Per Pivot Block",
760
760
  "AveragePriorityFeePerBlock": "Average Priority Fee Per Block",
761
761
  "GasUsedPerBlock": "Gas Used Per Block",
@@ -698,8 +698,8 @@
698
698
  "accountGrowth": {
699
699
  "title": "Account Growth",
700
700
  "subtitle": "The number of new accounts added per day on the Conflux network.",
701
- "yAxisTitle": "Total New Accounts",
702
- "seriesName": "Total New Accounts (Day)"
701
+ "yAxisTitle": "# of New Accounts",
702
+ "seriesName": "# of New Accounts (Day)"
703
703
  },
704
704
  "activeAccounts": {
705
705
  "title": "Active Accounts",
@@ -754,8 +754,8 @@
754
754
  "baseFeeBurntRate": "Base Fee Burnt Rate",
755
755
  "storageBurntRate": "Storage Burnt Rate",
756
756
  "learnMore": "Learn more",
757
- "CIP-1559Metrics": "CIP-1559 Metrics",
758
- "CIP-1559MetricsTips": "The dashboard tracks CIP-1559 on ConfluxCore including base fees, priority fees, gas used and %tx type. ",
757
+ "EIP-1559Metrics": "EIP-1559 Metrics",
758
+ "EIP-1559MetricsTips": "The dashboard tracks EIP-1559 on Conflux eSpace including base fees, priority fees, gas used and %tx type. ",
759
759
  "BaseFeePerBlock": "Base Fee Per Pivot Block",
760
760
  "AveragePriorityFeePerBlock": "Average Priority Fee Per Block",
761
761
  "GasUsedPerBlock": "Gas Used Per Block",
@@ -754,8 +754,8 @@
754
754
  "baseFeeBurntRate": "基础费销毁率",
755
755
  "storageBurntRate": "存储抵押销毁率",
756
756
  "learnMore": "了解更多",
757
- "CIP-1559Metrics": "CIP-1559 数据指标",
758
- "CIP-1559MetricsTips": "仪表数据统计ConfluxCore区块基于CIP-1559的指标数据,包括基础费,平均优先费,燃料使用量和交易类型占比。",
757
+ "EIP-1559Metrics": "EIP-1559 数据指标",
758
+ "EIP-1559MetricsTips": "仪表数据统计Conflux eSpace区块基于EIP-1559的指标数据,包括基础费,平均优先费,燃料使用量和交易类型占比。",
759
759
  "BaseFeePerBlock": "区块基础费",
760
760
  "AveragePriorityFeePerBlock": "区块平均优先费",
761
761
  "GasUsedPerBlock": "区块燃料用量",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],
7
7
  "devDependencies": {
8
8
  "@turbo/gen": "^1.12.4",
9
9
  "typescript": "^5.4.2",
10
- "@cfxjs/sirius-next-typescript-config": "0.0.0",
11
- "@cfxjs/sirius-next-eslint-config": "0.0.0"
10
+ "@cfxjs/sirius-next-eslint-config": "0.0.0",
11
+ "@cfxjs/sirius-next-typescript-config": "0.0.0"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public"