diff --git a/src/i18n/locales/en-US/common.json b/src/i18n/locales/en-US/common.json index 92888c3..e09fb43 100644 --- a/src/i18n/locales/en-US/common.json +++ b/src/i18n/locales/en-US/common.json @@ -85,6 +85,11 @@ "nov": "Nov", "dec": "Dec" }, + "languageSelect": { + "title": "Select Language", + "subtitle": "Choose your preferred interface language", + "next": "Next" + }, "agreement": { "title": "Privacy Policy & User Agreement", "subtitle": "Please read carefully before use", diff --git a/src/i18n/locales/ja-JP/common.json b/src/i18n/locales/ja-JP/common.json index fe075a7..e7cd2d1 100644 --- a/src/i18n/locales/ja-JP/common.json +++ b/src/i18n/locales/ja-JP/common.json @@ -85,6 +85,11 @@ "nov": "11月", "dec": "12月" }, + "languageSelect": { + "title": "言語を選択", + "subtitle": "ご希望のインターフェース言語を選択してください", + "next": "次へ" + }, "agreement": { "title": "プライバシーポリシーと利用規約", "subtitle": "利用前に必ずお読みください", diff --git a/src/i18n/locales/zh-CN/common.json b/src/i18n/locales/zh-CN/common.json index c585fea..bc28978 100644 --- a/src/i18n/locales/zh-CN/common.json +++ b/src/i18n/locales/zh-CN/common.json @@ -85,6 +85,11 @@ "nov": "11月", "dec": "12月" }, + "languageSelect": { + "title": "选择语言", + "subtitle": "请选择您偏好的界面语言", + "next": "下一步" + }, "agreement": { "title": "隐私政策与用户协议", "subtitle": "使用前请仔细阅读", diff --git a/src/i18n/locales/zh-TW/common.json b/src/i18n/locales/zh-TW/common.json index 05598e4..9f2aacc 100644 --- a/src/i18n/locales/zh-TW/common.json +++ b/src/i18n/locales/zh-TW/common.json @@ -85,6 +85,11 @@ "nov": "11月", "dec": "12月" }, + "languageSelect": { + "title": "選擇語言", + "subtitle": "請選擇您偏好的介面語言", + "next": "下一步" + }, "agreement": { "title": "隱私權政策與使用條款", "subtitle": "使用前請先詳閱", diff --git a/src/pages/home/components/AgreementModal.vue b/src/pages/home/components/AgreementModal.vue index e65a7d8..dd70cf3 100644 --- a/src/pages/home/components/AgreementModal.vue +++ b/src/pages/home/components/AgreementModal.vue @@ -1,11 +1,9 @@