@operato/scene-i18n 2.0.0-alpha.5 → 2.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
12
+
13
+
14
+
6
15
  ## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
7
16
 
8
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-i18n",
3
3
  "description": "i18n component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-alpha.5",
5
+ "version": "2.0.0-alpha.6",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "e8b65fee1f8aad537df4670ec6a9a88606673b3e"
63
+ "gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
64
64
  }
@@ -1,7 +1,7 @@
1
1
  {
2
- "component.label": "label",
3
- "label.fallback": "fallback",
4
- "label.i18n-key": "i18n key",
5
- "label.term": "term",
6
- "label.terms": "terms"
2
+ "component.label": "ラベル",
3
+ "label.fallback": "フォールバック",
4
+ "label.i18n-key": "I18nキー",
5
+ "label.term": "用語",
6
+ "label.terms": "用語"
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "component.label": "label",
3
- "label.fallback": "[ms] fallback",
4
- "label.i18n-key": "[ms] i18n key",
5
- "label.term": "[ms] term",
6
- "label.terms": "[ms] terms"
3
+ "label.fallback": "fallback",
4
+ "label.i18n-key": "kunci i18n",
5
+ "label.term": "istilah",
6
+ "label.terms": "istilah"
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
- "component.label": "label",
3
- "label.fallback": "[zh] fallback",
4
- "label.i18n-key": "[zh] i18n key",
5
- "label.term": "[zh] term",
6
- "label.terms": "[zh] terms"
2
+ "component.label": "标签",
3
+ "label.fallback": "备用",
4
+ "label.i18n-key": "国际化键",
5
+ "label.term": "术语",
6
+ "label.terms": "术语"
7
7
  }