@cfxjs/sirius-next-i18n 0.1.29 → 0.1.30

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.29 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.30 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "Public Name Tag",
4
- "tip": "Public Name Tag: "
4
+ "tip": "Public Name Tag: ",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "Evaluated to be a token of public interest by Confluxscan."
8
+ }
9
+ }
5
10
  },
6
11
  "ens": {
7
12
  "label": "CNS Name",
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "公共标签",
4
- "tip": "公共标签:"
4
+ "tip": "公共标签:",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "经 Confluxscan 评估为公众关注的代币。"
8
+ }
9
+ }
5
10
  },
6
11
  "ens": {
7
12
  "label": "CNS 名字",
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "Public Name Tag",
4
- "tip": "Public Name Tag: "
4
+ "tip": "Public Name Tag: ",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "Evaluated to be a token of public interest by Confluxscan."
8
+ }
9
+ }
5
10
  },
6
11
  "ens": {
7
12
  "label": "CNS Name",
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "Public Name Tag",
4
- "tip": "Public Name Tag: "
4
+ "tip": "Public Name Tag: ",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "Evaluated to be a token of public interest by Confluxscan."
8
+ }
9
+ }
5
10
  },
6
11
  "profile": {
7
12
  "title": "Profile",
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "Public Name Tag",
4
- "tip": "Public Name Tag: "
4
+ "tip": "Public Name Tag: ",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "Evaluated to be a token of public interest by Confluxscan."
8
+ }
9
+ }
5
10
  },
6
11
  "profile": {
7
12
  "title": "Profile",
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "nametag": {
3
3
  "label": "公共标签",
4
- "tip": "公共标签:"
4
+ "tip": "公共标签:",
5
+ "labels": {
6
+ "tooltips": {
7
+ "verified": "经 Confluxscan 评估为公众关注的代币。"
8
+ }
9
+ }
5
10
  },
6
11
  "profile": {
7
12
  "title": "用户",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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"