@cfxjs/sirius-next-i18n 0.1.13 → 0.1.14

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.13 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.14 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -361,6 +361,7 @@
361
361
  "stakingEarned": "Staking CFX Earned",
362
362
  "locked": "Locked CFX",
363
363
  "unlockTime": "Unlock after about {{days}} days",
364
+ "unlockedTime": "Unlocked {{days}} day(s) ago",
364
365
  "lockedDetailTitle": "Lock History",
365
366
  "lockedDetailLocked": "Locked CFX",
366
367
  "lockedDetailUnlockBlockNumber": "Unlock Blocknumber",
@@ -360,6 +360,7 @@
360
360
  "stakingEarned": "质押 CFX 收益",
361
361
  "locked": "锁定 CFX",
362
362
  "unlockTime": "大约 {{days}} 天后解锁",
363
+ "unlockedTime": "已于 {{days}} 天前解锁",
363
364
  "currentVotingRights": "当前投票权",
364
365
  "apy": "(年化收益率 4%)",
365
366
  "lockedDetailTitle": "锁定历史",
@@ -361,6 +361,7 @@
361
361
  "stakingEarned": "Staking CFX Earned",
362
362
  "locked": "Locked CFX",
363
363
  "unlockTime": "Unlock after about {{days}} days",
364
+ "unlockedTime": "Unlocked {{days}} day(s) ago",
364
365
  "lockedDetailTitle": "Lock History",
365
366
  "lockedDetailLocked": "Locked CFX",
366
367
  "lockedDetailUnlockBlockNumber": "Unlock Blocknumber",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
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-eslint-config": "0.0.0",
11
- "@cfxjs/sirius-next-typescript-config": "0.0.0"
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"