From b0766ab52f29d56fe63aea57a2bbe204abecf74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Tue, 3 Jan 2023 18:32:02 +0800 Subject: [PATCH] i18n: translate intro dialog --- components/help/HelpPreview.vue | 8 +++++--- locales/en-GB.json | 3 +++ locales/en-US.json | 3 +++ locales/zh-CN.json | 5 ++++- locales/zh-TW.json | 5 ++++- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/components/help/HelpPreview.vue b/components/help/HelpPreview.vue index 2c997f22..a664b500 100644 --- a/components/help/HelpPreview.vue +++ b/components/help/HelpPreview.vue @@ -22,9 +22,11 @@ const emit = defineEmits<{ {{ $t('help.desc_para2') }}

- Before that, if you'd like to help with testing, giving feedback, or contributing, - reach out to us on Mastodon - and get involved. + {{ $t('help.desc_para4') }} + + {{ $t('help.desc_para5') }} + + {{ $t('help.desc_para6') }}

{{ $t('help.desc_para3') }}

diff --git a/locales/en-GB.json b/locales/en-GB.json index c040d221..55360186 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -104,6 +104,9 @@ "desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!", "desc_para2": "We are working hard on the development and improving it over time. We will open source the app once it is ready for public use.", "desc_para3": "To help boosting out development, you can sponsor our team members with the links below. We hope you enjoy Elk!", + "desc_para4": "Before that, if you'd like to help with testing, giving feedback, or contributing,", + "desc_para5": "reach out to us on Mastodon", + "desc_para6": "and get involved.", "title": "Elk is in Preview!" }, "menu": { diff --git a/locales/en-US.json b/locales/en-US.json index 938fd302..4c7eb38d 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -108,6 +108,9 @@ "desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!", "desc_para2": "We are working hard on the development and improving it over time. We will open source the app once it is ready for public use.", "desc_para3": "To help boosting out development, you can sponsor our team members with the links below. We hope you enjoy Elk!", + "desc_para4": "Before that, if you'd like to help with testing, giving feedback, or contributing,", + "desc_para5": "reach out to us on Mastodon", + "desc_para6": "and get involved.", "title": "Elk is in Preview!" }, "language": { diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 15d781c9..e33e7a67 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -103,7 +103,10 @@ "desc_highlight": "可能会在某些地方出现一些 bug 或缺失的功能。", "desc_para1": "感谢你有兴趣尝试鹿鸣,一个我们正在积极开发的通用 Mastodon 客户端。", "desc_para2": "我们正在努力开发中,并随着时间的推移不断完善。鹿鸣将很快开源,并邀请您参与进来!", - "desc_para3": "在此之前,为了更好的促进我们的开发工作,你可以通过以下链接赞助团队成员。", + "desc_para3": "为了帮助促进开发,你可以通过以下链接赞助我们的团队成员。希望你喜欢 Elk!", + "desc_para4": "在此之前,如果你愿意帮助测试、提供反馈或作出贡献,", + "desc_para5": "在 Mastodon 上联系我们", + "desc_para6": "来参与其中。", "title": "预览鹿鸣!" }, "menu": { diff --git a/locales/zh-TW.json b/locales/zh-TW.json index f5627596..d1790aa2 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -103,7 +103,10 @@ "desc_highlight": "可能會在某些地方出現一些 bug 或缺失的功能。", "desc_para1": "感謝你有興趣嘗試鹿鳴,一個我們正在積極開發的通用 Mastodon 客戶端。", "desc_para2": "我們正在努力開發中,並隨著時間的推移不斷完善。鹿鳴將很快開源,並邀請您參與進來!", - "desc_para3": "在此之前,為了更好的促進我們的開發工作,你可以通過以下鏈接贊助團隊成員。", + "desc_para3": "為了幫助促進開發,你可以通過以下鏈接贊助我們的團隊成員。希望你喜歡 Elk!", + "desc_para4": "在此之前,如果你願意幫助測試、提供反饋或作出貢獻,", + "desc_para5": "在 Mastodon 上聯繫我們", + "desc_para6": "來參與其中。", "title": "預覽鹿鳴!" }, "menu": {