yao/openapi/setting/promotions.yml
Max 3bc15b1039 feat(openapi): add unified /setting/* endpoints for OpenAPI
- Introduced handlers for the new /setting/* endpoints in the OpenAPI module.
- Updated import statements to include the new setting package for better organization.
- Enhanced routing capabilities to support the new settings functionality.
2026-04-28 19:33:27 +08:00

42 lines
1 KiB
YAML

# Promotions & localized labels for the System Info page.
# Embedded at compile time via go:embed.
# --- Localized UI labels ---
labels:
deployment:
community:
zh: "社区版"
en: "Community"
starter:
zh: "入门版"
en: "Starter"
pro:
zh: "专业版"
en: "Pro"
enterprise:
zh: "企业版"
en: "Enterprise"
cloud:
zh: "Cloud"
en: "Cloud"
environment:
development:
zh: "测试环境"
en: "Development"
production:
zh: "正式环境"
en: "Production"
# --- Promotions by deployment type ---
community:
- id: upgrade-enterprise
link: "https://yaoagents.com/enterprise?source=yao-setting"
i18n:
zh:
title: "升级到企业版"
desc: "专属支持、私有部署、完全可控,行业 Agents 方案"
label: "了解更多 →"
en:
title: "Upgrade to Enterprise"
desc: "Dedicated support, private deployment, full control, industry-specific Agents solutions"
label: "Learn more →"