From 3f350ca73dbad963300be988ad4b4e0ed8941081 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 19 Jun 2026 15:01:39 +0800 Subject: [PATCH] feat: add i18n translations (zh/en/jp/ko) for all modules --- i18n/en/msg.txt | 12 ++++++++++++ i18n/jp/msg.txt | 12 ++++++++++++ i18n/ko/msg.txt | 12 ++++++++++++ i18n/zh/msg.txt | 12 ++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 i18n/en/msg.txt create mode 100644 i18n/jp/msg.txt create mode 100644 i18n/ko/msg.txt create mode 100644 i18n/zh/msg.txt diff --git a/i18n/en/msg.txt b/i18n/en/msg.txt new file mode 100644 index 0000000..cfafadc --- /dev/null +++ b/i18n/en/msg.txt @@ -0,0 +1,12 @@ +Cancel: Cancel +Conform: Confirm +Discard: Discard +Reset: Reset +Submit: Submit +uapi定义缓存: UAPI Definition Cache +同步状态跟踪: Sync Status Tracking +定价数据缓存: Pricing Data Cache +客户余额缓存: Customer Balance Cache +模型API映射缓存: Model API Mapping Cache +用户数据缓存: User Data Cache +记账记录: Billing Records diff --git a/i18n/jp/msg.txt b/i18n/jp/msg.txt new file mode 100644 index 0000000..e39c273 --- /dev/null +++ b/i18n/jp/msg.txt @@ -0,0 +1,12 @@ +Cancel: キャンセル +Conform: 確認 +Discard: 破棄 +Reset: リセット +Submit: 送信 +uapi定义缓存: UAPI定義キャッシュ +同步状态跟踪: 同期状態トラッキング +定价数据缓存: 価格データキャッシュ +客户余额缓存: 顧客残高キャッシュ +模型API映射缓存: モデルAPIマッピングキャッシュ +用户数据缓存: ユーザーデータキャッシュ +记账记录: 請求記録 diff --git a/i18n/ko/msg.txt b/i18n/ko/msg.txt new file mode 100644 index 0000000..b8bd55e --- /dev/null +++ b/i18n/ko/msg.txt @@ -0,0 +1,12 @@ +Cancel: 취소 +Conform: 확인 +Discard: 폐기 +Reset: 초기화 +Submit: 제출 +uapi定义缓存: UAPI 정의 캐시 +同步状态跟踪: 동기화 상태 추적 +定价数据缓存: 가격 데이터 캐시 +客户余额缓存: 고객 잔액 캐시 +模型API映射缓存: 모델 API 매핑 캐시 +用户数据缓存: 사용자 데이터 캐시 +记账记录: 과금 기록 diff --git a/i18n/zh/msg.txt b/i18n/zh/msg.txt new file mode 100644 index 0000000..ec59d30 --- /dev/null +++ b/i18n/zh/msg.txt @@ -0,0 +1,12 @@ +Cancel: Cancel +Conform: Conform +Discard: Discard +Reset: Reset +Submit: Submit +uapi定义缓存: uapi定义缓存 +同步状态跟踪: 同步状态跟踪 +定价数据缓存: 定价数据缓存 +客户余额缓存: 客户余额缓存 +模型API映射缓存: 模型API映射缓存 +用户数据缓存: 用户数据缓存 +记账记录: 记账记录