@cfxjs/sirius-next-i18n 0.1.3 → 0.1.4
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 +1 -1
- package/cspace/en/translation.json +1 -1
- package/dist/cspace/en/translation.json +1 -1
- package/dist/cspace/zh_cn/index.d.ts +2 -0
- package/dist/cspace/zh_cn/index.d.ts.map +1 -0
- package/dist/cspace/zh_cn/index.js +14 -0
- package/dist/cspace/zh_cn/translation.json +2369 -0
- package/dist/cspace/zh_cn/translationForDotNet.json +2289 -0
- package/dist/evm/base/en/translation.json +1 -1
- package/evm/base/en/translation.json +1 -1
- package/package.json +3 -3
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
"value": "Value",
|
|
1331
1331
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
1332
1332
|
"gasPrice": "Gas Price",
|
|
1333
|
-
"gasFee": "Gas
|
|
1333
|
+
"gasFee": "Gas Fees",
|
|
1334
1334
|
"transactionFee": "Transaction Fee",
|
|
1335
1335
|
"baseFee": "Base:",
|
|
1336
1336
|
"maxFee": "Max:",
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
"value": "Value",
|
|
1331
1331
|
"gasUsed": "Limit | Gas Used | Gas Charged",
|
|
1332
1332
|
"gasPrice": "Gas Price",
|
|
1333
|
-
"gasFee": "Gas
|
|
1333
|
+
"gasFee": "Gas Fees",
|
|
1334
1334
|
"transactionFee": "Transaction Fee",
|
|
1335
1335
|
"baseFee": "Base:",
|
|
1336
1336
|
"maxFee": "Max:",
|
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.4",
|
|
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-typescript-config": "0.0.0",
|
|
11
|
+
"@cfxjs/sirius-next-eslint-config": "0.0.0"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|