@intra-mart/accel 0.3.0-dev.202606220635 → 0.3.0-dev.202606221431
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/dist/i18n/en.js +2 -2
- package/dist/i18n/ja.js +2 -2
- package/dist/i18n/zh_CN.js +2 -2
- package/package.json +1 -1
package/dist/i18n/en.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const messages = {
|
|
2
|
-
"intro.init": "Generate an iAP (intra-mart Accel Platform) project and\nassets for Claude Code / GitHub Copilot.\nA few questions follow; everything is then deployed in one go.",
|
|
3
|
-
"intro.attach": "Mark the current directory as an iAP project and\ndeploy assets for Claude Code / GitHub Copilot.\nA few questions follow; everything is then deployed in one go.",
|
|
2
|
+
"intro.init": "Generate an iAP (intra-mart Accel Platform) project and\nassets for Claude Code / Codex / GitHub Copilot.\nA few questions follow; everything is then deployed in one go.",
|
|
3
|
+
"intro.attach": "Mark the current directory as an iAP project and\ndeploy assets for Claude Code / Codex / GitHub Copilot.\nA few questions follow; everything is then deployed in one go.",
|
|
4
4
|
"prompt.name": "Enter project name",
|
|
5
5
|
"prompt.name.hint": "Used as the directory name and recorded in pom.xml <name> and package.json name\nProvide a concise name that represents the system or feature you are creating (e.g. customer-portal, invoice-management)",
|
|
6
6
|
"prompt.artifactId": "Enter artifact ID (Maven artifactId)",
|
package/dist/i18n/ja.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const messages = {
|
|
2
|
-
"intro.init": "iAP(intra-mart Accel Platform)プロジェクトと、\nClaude Code / GitHub Copilot 向けの資材を生成します。\nいくつか質問した後、最後に一括で配備します。",
|
|
3
|
-
"intro.attach": "カレントディレクトリを iAP プロジェクトとして認識させ、\nClaude Code / GitHub Copilot 向けの資材を配備します。\nいくつか質問した後、最後に一括で配備します。",
|
|
2
|
+
"intro.init": "iAP(intra-mart Accel Platform)プロジェクトと、\nClaude Code / Codex / GitHub Copilot 向けの資材を生成します。\nいくつか質問した後、最後に一括で配備します。",
|
|
3
|
+
"intro.attach": "カレントディレクトリを iAP プロジェクトとして認識させ、\nClaude Code / Codex / GitHub Copilot 向けの資材を配備します。\nいくつか質問した後、最後に一括で配備します。",
|
|
4
4
|
"prompt.name": "プロジェクト名を入力してください",
|
|
5
5
|
"prompt.name.hint": "ディレクトリ名、pom.xml の <name>、package.json の name に反映されます\n作成するシステムや機能を端的に表す名称を指定してください(例: customer-portal, invoice-management)",
|
|
6
6
|
"prompt.artifactId": "アーティファクトID(pomのartifactId)を入力してください",
|
package/dist/i18n/zh_CN.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const messages = {
|
|
2
|
-
"intro.init": "生成 iAP(intra-mart Accel Platform)项目,\n以及面向 Claude Code / GitHub Copilot 的资源。\n将提出若干问题,最后统一进行部署。",
|
|
3
|
-
"intro.attach": "将当前目录识别为 iAP 项目,\n并部署面向 Claude Code / GitHub Copilot 的资源。\n将提出若干问题,最后统一进行部署。",
|
|
2
|
+
"intro.init": "生成 iAP(intra-mart Accel Platform)项目,\n以及面向 Claude Code / Codex / GitHub Copilot 的资源。\n将提出若干问题,最后统一进行部署。",
|
|
3
|
+
"intro.attach": "将当前目录识别为 iAP 项目,\n并部署面向 Claude Code / Codex / GitHub Copilot 的资源。\n将提出若干问题,最后统一进行部署。",
|
|
4
4
|
"prompt.name": "请输入项目名称",
|
|
5
5
|
"prompt.name.hint": "用作目录名称,并写入 pom.xml 的 <name> 和 package.json 的 name\n请提供能简洁表达所创建系统或功能的名称(例如: customer-portal, invoice-management)",
|
|
6
6
|
"prompt.artifactId": "请输入构件ID(Maven artifactId)",
|