@cfxjs/sirius-next-i18n 0.1.14 → 0.1.16

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.14 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.16 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",
@@ -2293,6 +2293,7 @@
2293
2293
  "withdrawable": "Withdrawable (CFX)",
2294
2294
  "freezing": "Deposit Freezing Period",
2295
2295
  "unlocking": "Unlocking",
2296
+ "totalIncome": "Total Income",
2296
2297
  "poolInfo": "Pool Info",
2297
2298
  "poolName": "Pool Name",
2298
2299
  "poolContractAddress": "Pool Contract Address",
@@ -2289,6 +2289,7 @@
2289
2289
  "withdrawable": "可提现(CFX)",
2290
2290
  "freezing": "存入锁定期",
2291
2291
  "unlocking": "解锁中",
2292
+ "totalIncome": "总收益",
2292
2293
  "poolInfo": "矿池信息",
2293
2294
  "poolName": "矿池名称",
2294
2295
  "poolContractAddress": "矿池合约地址",
@@ -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",
@@ -2284,6 +2284,7 @@
2284
2284
  "withdrawable": "Withdrawable (CFX)",
2285
2285
  "freezing": "Deposit Freezing Period",
2286
2286
  "unlocking": "Unlocking",
2287
+ "totalIncome": "Total Income",
2287
2288
  "poolInfo": "Pool Info",
2288
2289
  "poolName": "Pool Name",
2289
2290
  "poolContractAddress": "Pool Contract Address",
@@ -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",
@@ -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",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
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"