@cfxjs/sirius-next-i18n 0.1.6 → 0.1.7

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.6 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.7 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1240,7 +1240,7 @@
1240
1240
  "to": "To",
1241
1241
  "value": "Value",
1242
1242
  "gasPrice": "Gas Price",
1243
- "gasFee": "Gas Fee",
1243
+ "transactionFee": "Transaction Fee",
1244
1244
  "age": "Age",
1245
1245
  "pendingReason": "Reason"
1246
1246
  },
@@ -1238,7 +1238,7 @@
1238
1238
  "to": "接收方",
1239
1239
  "value": "价值",
1240
1240
  "gasPrice": "燃料价格",
1241
- "gasFee": "燃气费",
1241
+ "transactionFee": "交易费",
1242
1242
  "age": "块龄",
1243
1243
  "pendingReason": "原因"
1244
1244
  },
@@ -1240,7 +1240,7 @@
1240
1240
  "to": "To",
1241
1241
  "value": "Value",
1242
1242
  "gasPrice": "Gas Price",
1243
- "gasFee": "Gas Fee",
1243
+ "transactionFee": "Transaction Fee",
1244
1244
  "age": "Age",
1245
1245
  "pendingReason": "Reason"
1246
1246
  },
@@ -1048,7 +1048,7 @@
1048
1048
  "to": "To",
1049
1049
  "value": "Value",
1050
1050
  "gasPrice": "Gas Price",
1051
- "gasFee": "Gas Fee",
1051
+ "transactionFee": "Transaction Fee",
1052
1052
  "age": "Age",
1053
1053
  "pendingReason": "Reason"
1054
1054
  },
@@ -1048,7 +1048,7 @@
1048
1048
  "to": "To",
1049
1049
  "value": "Value",
1050
1050
  "gasPrice": "Gas Price",
1051
- "gasFee": "Gas Fee",
1051
+ "transactionFee": "Transaction Fee",
1052
1052
  "age": "Age",
1053
1053
  "pendingReason": "Reason"
1054
1054
  },
@@ -1047,7 +1047,7 @@
1047
1047
  "to": "接收方",
1048
1048
  "value": "价值",
1049
1049
  "gasPrice": "燃料价格",
1050
- "gasFee": "燃气费",
1050
+ "transactionFee": "交易费",
1051
1051
  "age": "块龄",
1052
1052
  "pendingReason": "原因"
1053
1053
  },
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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"