@cfxjs/sirius-next-i18n 0.1.0 → 0.1.1

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.0 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.1 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1503,9 +1503,9 @@
1503
1503
  "gasPrice": "Gas Price",
1504
1504
  "gasFee": "Gas Fee",
1505
1505
  "transactionFee": "Transaction Fee",
1506
- "baseFee": "Base: {{amount}}",
1507
- "maxFee": "Max: {{amount}}",
1508
- "maxPriorityFee": "Priority: {{amount}}",
1506
+ "baseFee": "Base:",
1507
+ "maxFee": "Max:",
1508
+ "maxPriorityFee": "Priority:",
1509
1509
  "burntFees": "Burnt Fees",
1510
1510
  "transactionAttributes": "Transaction Attributes",
1511
1511
  "gasCharged": "Gas Charged",
@@ -1500,9 +1500,9 @@
1500
1500
  "gasPrice": "燃料价格",
1501
1501
  "gasFee": "燃料费",
1502
1502
  "transactionFee": "交易费",
1503
- "baseFee": "Base: {{amount}}",
1504
- "maxFee": "Max: {{amount}}",
1505
- "maxPriorityFee": "Priority: {{amount}}",
1503
+ "baseFee": "Base:",
1504
+ "maxFee": "Max:",
1505
+ "maxPriorityFee": "Priority:",
1506
1506
  "burntFees": "销毁费用",
1507
1507
  "transactionAttributes": "交易属性",
1508
1508
  "gasCharged": "计费燃气",
@@ -1502,9 +1502,9 @@
1502
1502
  "gasPrice": "Gas Price",
1503
1503
  "gasFee": "Gas Fee",
1504
1504
  "transactionFee": "Transaction Fee",
1505
- "baseFee": "Base: {{amount}}",
1506
- "maxFee": "Max: {{amount}}",
1507
- "maxPriorityFee": "Priority: {{amount}}",
1505
+ "baseFee": "Base:",
1506
+ "maxFee": "Max:",
1507
+ "maxPriorityFee": "Priority:",
1508
1508
  "burntFees": "Burnt Fees",
1509
1509
  "transactionAttributes": "Transaction Attributes",
1510
1510
  "gasCharged": "Gas Charged",
@@ -1303,9 +1303,9 @@
1303
1303
  "gasPrice": "Gas Price",
1304
1304
  "gasFee": "Gas Fee",
1305
1305
  "transactionFee": "Transaction Fee",
1306
- "baseFee": "Base: {{amount}}",
1307
- "maxFee": "Max: {{amount}}",
1308
- "maxPriorityFee": "Priority: {{amount}}",
1306
+ "baseFee": "Base:",
1307
+ "maxFee": "Max:",
1308
+ "maxPriorityFee": "Priority:",
1309
1309
  "burntFees": "Burnt Fees",
1310
1310
  "transactionAttributes": "Transaction Attributes",
1311
1311
  "gasCharged": "Gas Charged",
@@ -1303,9 +1303,9 @@
1303
1303
  "gasPrice": "Gas Price",
1304
1304
  "gasFee": "Gas Fee",
1305
1305
  "transactionFee": "Transaction Fee",
1306
- "baseFee": "Base: {{amount}}",
1307
- "maxFee": "Max: {{amount}}",
1308
- "maxPriorityFee": "Priority: {{amount}}",
1306
+ "baseFee": "Base:",
1307
+ "maxFee": "Max:",
1308
+ "maxPriorityFee": "Priority:",
1309
1309
  "burntFees": "Burnt Fees",
1310
1310
  "transactionAttributes": "Transaction Attributes",
1311
1311
  "gasCharged": "Gas Charged",
@@ -1301,9 +1301,9 @@
1301
1301
  "gasPrice": "燃料价格",
1302
1302
  "gasFee": "燃料费",
1303
1303
  "transactionFee": "交易费",
1304
- "baseFee": "Base: {{amount}}",
1305
- "maxFee": "Max: {{amount}}",
1306
- "maxPriorityFee": "Priority: {{amount}}",
1304
+ "baseFee": "Base:",
1305
+ "maxFee": "Max:",
1306
+ "maxPriorityFee": "Priority:",
1307
1307
  "burntFees": "销毁费用",
1308
1308
  "gasCharged": "计费燃气",
1309
1309
  "txnType": "Txn Type: {{type}} {{typeDesc}} ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],