@intra-mart/accel 0.2.0-dev.202605220447 → 0.2.0-dev.202605280431
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.
- package/assets/assets.tar.gz +0 -0
- package/dist/i18n/en.js +1 -1
- package/dist/i18n/ja.js +1 -1
- package/dist/i18n/zh_CN.js +1 -1
- package/package.json +1 -1
package/assets/assets.tar.gz
CHANGED
|
Binary file
|
package/dist/i18n/en.js
CHANGED
|
@@ -12,7 +12,7 @@ export const messages = {
|
|
|
12
12
|
"prompt.modules": "Select modules to use",
|
|
13
13
|
"prompt.modules.hint": "iAP optional product modules. Each selection deploys matching skills, config, and CLAUDE.md sections",
|
|
14
14
|
"prompt.group": "Enter group name",
|
|
15
|
-
"prompt.group.hint": "Recorded in pom.xml as the Maven groupId (dot-separated organization identifier)\nAn identifier for your organization or team; reverse-domain notation reduces collisions (e.g. com.example, jp.co.
|
|
15
|
+
"prompt.group.hint": "Recorded in pom.xml as the Maven groupId (dot-separated organization identifier)\nAn identifier for your organization or team; reverse-domain notation reduces collisions (e.g. com.example, jp.co.intra_mart.app)",
|
|
16
16
|
"prompt.projectVersion": "Enter project version",
|
|
17
17
|
"prompt.projectVersion.hint": "Recorded in pom.xml <version> and package.json version\nThe release version of your project; Semantic Versioning (MAJOR.MINOR.PATCH) is common (e.g. 0.1.0, 1.0.0-SNAPSHOT)",
|
|
18
18
|
"prompt.description": "Enter project description",
|
package/dist/i18n/ja.js
CHANGED
|
@@ -12,7 +12,7 @@ export const messages = {
|
|
|
12
12
|
"prompt.modules": "利用するモジュールを選択してください",
|
|
13
13
|
"prompt.modules.hint": "iAP のオプション製品群。選択したモジュール向けの Skill や設定ファイル、CLAUDE.md 内のセクションが配備されます",
|
|
14
14
|
"prompt.group": "グループ名を入力してください",
|
|
15
|
-
"prompt.group.hint": "Maven の groupId として pom.xml に記録されます(組織を表すドット区切り名)\n所属する組織やチームを表す識別子。逆ドメイン記法で書くと他者と衝突しにくいです(例: com.example, jp.co.
|
|
15
|
+
"prompt.group.hint": "Maven の groupId として pom.xml に記録されます(組織を表すドット区切り名)\n所属する組織やチームを表す識別子。逆ドメイン記法で書くと他者と衝突しにくいです(例: com.example, jp.co.intra_mart.app)",
|
|
16
16
|
"prompt.projectVersion": "プロジェクトバージョンを入力してください",
|
|
17
17
|
"prompt.projectVersion.hint": "pom.xml の <version> と package.json の version に反映されます\nプロジェクトのリリースバージョン。セマンティックバージョニング(MAJOR.MINOR.PATCH)が一般的です(例: 0.1.0, 1.0.0-SNAPSHOT)",
|
|
18
18
|
"prompt.description": "プロジェクトの説明を入力してください",
|
package/dist/i18n/zh_CN.js
CHANGED
|
@@ -12,7 +12,7 @@ export const messages = {
|
|
|
12
12
|
"prompt.modules": "请选择要使用的模块",
|
|
13
13
|
"prompt.modules.hint": "iAP 的可选产品模块。每选一项会部署对应的 Skill、配置文件以及 CLAUDE.md 中的相应章节",
|
|
14
14
|
"prompt.group": "请输入组名",
|
|
15
|
-
"prompt.group.hint": "作为 Maven groupId 写入 pom.xml(表示组织的点分标识符)\n表示所属组织或团队的标识符;按反向域名记法书写可减少与他人的冲突(例如: com.example, jp.co.
|
|
15
|
+
"prompt.group.hint": "作为 Maven groupId 写入 pom.xml(表示组织的点分标识符)\n表示所属组织或团队的标识符;按反向域名记法书写可减少与他人的冲突(例如: com.example, jp.co.intra_mart.app)",
|
|
16
16
|
"prompt.projectVersion": "请输入项目版本",
|
|
17
17
|
"prompt.projectVersion.hint": "写入 pom.xml 的 <version> 和 package.json 的 version\n项目的发布版本;常用语义化版本(MAJOR.MINOR.PATCH)(例如: 0.1.0, 1.0.0-SNAPSHOT)",
|
|
18
18
|
"prompt.description": "请输入项目描述",
|