@cfxjs/sirius-next-i18n 0.1.15 → 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.15 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",
@@ -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",
@@ -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.15",
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"