From b943b3561f9ecd4d5c8b4a636205a9f01ed25ece Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Mon, 13 Jan 2025 14:00:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E5=9B=BD?= =?UTF-8?q?=E5=AE=B6=E9=80=89=E6=8B=A9=E5=99=A8=E7=9A=84=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/locales/en-US.json | 3 +++ i18n/locales/ja-JP.json | 3 +++ i18n/locales/zh-CN.json | 3 +++ i18n/locales/zh-TW.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json index c6b3866..fe49171 100644 --- a/i18n/locales/en-US.json +++ b/i18n/locales/en-US.json @@ -43,5 +43,8 @@ "btn_fetch": "Fetch", "btn_clear": "Clear", "btn_empty_desc": "No data" + }, + "countryRegion": { + "searchPlaceholder": "Please enter the country and region" } } diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index 657fdd4..ebaab58 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -43,5 +43,8 @@ "btn_fetch": "取得", "btn_clear": "クリア", "btn_empty_desc": "データなし" + }, + "countryRegion": { + "searchPlaceholder": "国と地域を入力してください" } } diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json index 496a811..9e438a4 100644 --- a/i18n/locales/zh-CN.json +++ b/i18n/locales/zh-CN.json @@ -47,5 +47,8 @@ "btn_fetch": "拉取", "btn_clear": "清空", "btn_empty_desc": "暂无数据" + }, + "countryRegion": { + "searchPlaceholder": "请输入国家和地区" } } \ No newline at end of file diff --git a/i18n/locales/zh-TW.json b/i18n/locales/zh-TW.json index ff48e50..aa381fe 100644 --- a/i18n/locales/zh-TW.json +++ b/i18n/locales/zh-TW.json @@ -43,5 +43,8 @@ "btn_fetch": "拉取", "btn_clear": "清空", "btn_empty_desc": "暫無數據" + }, + "countryRegion": { + "searchPlaceholder": "請輸入國家和地區" } }