@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -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": "
|
|
935
|
-
"seriesName": "
|
|
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",
|
|
@@ -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": "
|
|
935
|
-
"seriesName": "
|
|
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": "
|
|
702
|
-
"seriesName": "
|
|
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": "
|
|
702
|
-
"seriesName": "
|
|
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.
|
|
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-
|
|
11
|
-
"@cfxjs/sirius-next-
|
|
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"
|