INNER CODE UNIT · TypeScript

translate

apache/dubbo-go-pixiu · admin/web/src/i18n/index.ts:25

export const translate = (locale: Locale, key: keyof typeof zhCN) => messages[locale][key]

const textMessages: Record<Locale, Record<string, string>> = {
  'zh-CN': {},
  'en-US': {
    集群: 'Clusters',
    监听器: 'Listeners',
    插件组: 'Plugin groups',
    'API 路由': 'API routes',
    已发布: 'Published',
    草稿: 'Draft',
    已暂停: 'Paused',
    '由 Pixiu Admin 校验': 'Validated by Pixiu Admin',
    取消: 'Cancel',
    '保存中…': 'Saving…',
    保存: 'Save',
    重试: 'Retry',
    未配置端点: 'Endpoint not configured',

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…