@cfxjs/sirius-next-i18n 0.1.30 → 0.1.32

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.30 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.32 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "You can <0>bridge</0> your core space USDT to espace or <1>convert</1> your eSpace USDT to native USDT0 on Conflux."
4
+ },
2
5
  "nametag": {
3
6
  "label": "Public Name Tag",
4
7
  "tip": "Public Name Tag: ",
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "您可以将您的core space USDT <0>桥接</0>到 espace上, 或将您的 eSpace USDT <1>转换</1>为Conflux上的原生 USDT0。"
4
+ },
2
5
  "nametag": {
3
6
  "label": "公共标签",
4
7
  "tip": "公共标签:",
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "You can <0>bridge</0> your core space USDT to espace or <1>convert</1> your eSpace USDT to native USDT0 on Conflux."
4
+ },
2
5
  "nametag": {
3
6
  "label": "Public Name Tag",
4
7
  "tip": "Public Name Tag: ",
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "USDT on Conflux has been upgraded to native USDT0. <0>Convert now</0> or <1>bridge</1> USDT0 to multi-chain seamlessly."
4
+ },
2
5
  "nametag": {
3
6
  "label": "Public Name Tag",
4
7
  "tip": "Public Name Tag: ",
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "USDT on Conflux has been upgraded to native USDT0. <0>Convert now</0> or <1>bridge</1> USDT0 to multi-chain seamlessly."
4
+ },
2
5
  "nametag": {
3
6
  "label": "Public Name Tag",
4
7
  "tip": "Public Name Tag: ",
@@ -1,4 +1,7 @@
1
1
  {
2
+ "banner": {
3
+ "upgradeToUSDT0": "Conflux 上的 USDT 已升级为原生 USDT0。您可以<0>立即转换</0>, 或将 USDT0<1>无缝跨链</1>。"
4
+ },
2
5
  "nametag": {
3
6
  "label": "公共标签",
4
7
  "tip": "公共标签:",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
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"