{
  "plugin.name": "Localized Workbench",
  "plugin.description": "A complete example plugin that demonstrates localized native contributions, runtime UI, and an explicit generated-content language policy.",
  "actions.createSummary": "Create summary",
  "settings.info": "Choose how the example writes generated content.",
  "settings.enabled": "Enable plugin",
  "settings.contentLanguage": "Generated-content language",
  "settings.contentLanguage.conversation": "Follow the conversation",
  "settings.contentLanguage.app": "Follow the App language",
  "runtime.summaryReady": "Summary ready",
  "runtime.panel.ariaLabel": "Localized workbench",
  "runtime.panel.title": "Workbench",
  "runtime.panel.description": "This panel follows the App language.",
  "runtime.panel.action": "Create summary",
  "prompt.summary": "Summarize the current input clearly.",
  "prompt.output.app": "Write the visible result for locale {locale}.",
  "prompt.output.conversation": "Write the visible result in the same language as the current conversation."
}
