Skip to content

Commit f2fda59

Browse files
os-zhuangclaude
andcommitted
chore(i18n): regenerate es-ES/ja-JP/zh-CN bundles after the skill Access section removal
I removed the en keys by hand but left the other three locales stale; the translation-bundle drift gate caught it. Regeneration touched ONLY the skill access/permissions keys in the three locales (24 deletions, verified line by line — no unrelated blocks were rewritten). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 03537e4 commit f2fda59

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

packages/platform-objects/src/apps/translations/es-ES.metadata-forms.generated.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,10 +1717,6 @@ export const esESMetadataForms: NonNullable<TranslationData['metadataForms']> =
17171717
triggers: {
17181718
label: "Disparadores",
17191719
description: "Cuándo debe activarse esta skill."
1720-
},
1721-
access: {
1722-
label: "Acceso",
1723-
description: "Permisos necesarios para usar esta skill."
17241720
}
17251721
},
17261722
fields: {
@@ -1755,10 +1751,6 @@ export const esESMetadataForms: NonNullable<TranslationData['metadataForms']> =
17551751
triggerConditions: {
17561752
label: "Condiciones disparadoras",
17571753
helpText: "Condiciones programáticas (p. ej., objectName == \"case\")"
1758-
},
1759-
permissions: {
1760-
label: "Permisos",
1761-
helpText: "Permisos necesarios para usar esta skill"
17621754
}
17631755
}
17641756
}

packages/platform-objects/src/apps/translations/ja-JP.metadata-forms.generated.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,10 +1717,6 @@ export const jaJPMetadataForms: NonNullable<TranslationData['metadataForms']> =
17171717
triggers: {
17181718
label: "トリガー",
17191719
description: "このスキルの起動タイミング。"
1720-
},
1721-
access: {
1722-
label: "アクセス",
1723-
description: "このスキルの使用に必要な権限。"
17241720
}
17251721
},
17261722
fields: {
@@ -1755,10 +1751,6 @@ export const jaJPMetadataForms: NonNullable<TranslationData['metadataForms']> =
17551751
triggerConditions: {
17561752
label: "トリガー条件",
17571753
helpText: "プログラム条件(例: objectName == \"case\")"
1758-
},
1759-
permissions: {
1760-
label: "権限",
1761-
helpText: "このスキルの使用に必要な権限"
17621754
}
17631755
}
17641756
}

packages/platform-objects/src/apps/translations/zh-CN.metadata-forms.generated.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,10 +1717,6 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
17171717
triggers: {
17181718
label: "触发条件",
17191719
description: "触发关键词与上下文"
1720-
},
1721-
access: {
1722-
label: "访问",
1723-
description: "哪些智能体可使用"
17241720
}
17251721
},
17261722
fields: {
@@ -1755,10 +1751,6 @@ export const zhCNMetadataForms: NonNullable<TranslationData['metadataForms']> =
17551751
triggerConditions: {
17561752
label: "触发条件",
17571753
helpText: "程序化条件(如 objectName == \"case\")"
1758-
},
1759-
permissions: {
1760-
label: "权限",
1761-
helpText: "使用此技能所需的权限"
17621754
}
17631755
}
17641756
}

0 commit comments

Comments
 (0)