From 8de9f26f480c95284def099444ba5c3eaf64daa2 Mon Sep 17 00:00:00 2001 From: Tianyi Pu <912396513@qq.com> Date: Fri, 12 Jul 2024 16:47:49 +0100 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=81=9A=E5=9B=A2=E9=98=9F=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front_end/src/components/dialogs/Thanks.vue | 99 +++++++++++++------ .../src/components/widgets/GitHubUser.vue | 12 +++ front_end/src/i18n/locales/en.ts | 13 +++ front_end/src/i18n/locales/zh-cn.ts | 13 +++ 4 files changed, 107 insertions(+), 30 deletions(-) create mode 100644 front_end/src/components/widgets/GitHubUser.vue diff --git a/front_end/src/components/dialogs/Thanks.vue b/front_end/src/components/dialogs/Thanks.vue index b690bdf6..18e7454d 100644 --- a/front_end/src/components/dialogs/Thanks.vue +++ b/front_end/src/components/dialogs/Thanks.vue @@ -1,45 +1,84 @@ - + diff --git a/front_end/src/components/widgets/GitHubUser.vue b/front_end/src/components/widgets/GitHubUser.vue new file mode 100644 index 00000000..bdfb9514 --- /dev/null +++ b/front_end/src/components/widgets/GitHubUser.vue @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/front_end/src/i18n/locales/en.ts b/front_end/src/i18n/locales/en.ts index bcc06bd9..9e676b69 100644 --- a/front_end/src/i18n/locales/en.ts +++ b/front_end/src/i18n/locales/en.ts @@ -176,4 +176,17 @@ export const en = { menuLayoutAbstract: 'Abstract', menuLayoutDefault: 'Default', }, + team: { + title: 'Team', + owner: 'Owner', + moderator: 'Moderators', + software: 'Developers', + localization: 'Localization', + zhCn: 'Simplified Chinese', + en: 'English', + de: 'German', + pl: 'Polish', + designer: 'UI designers', + acknowledgement: 'Acknowledgement', + }, } \ No newline at end of file diff --git a/front_end/src/i18n/locales/zh-cn.ts b/front_end/src/i18n/locales/zh-cn.ts index 57e247bb..c45d5889 100644 --- a/front_end/src/i18n/locales/zh-cn.ts +++ b/front_end/src/i18n/locales/zh-cn.ts @@ -177,4 +177,17 @@ export const zhCn = { menuLayoutAbstract: '抽象', menuLayoutDefault: '默认', }, + team: { + title: '团队', + owner: '站长', + moderator: '管理员', + software: '开发', + localization: '本地化', + zhCn: '简体中文', + en: '英语', + de: '德语', + pl: '波兰语', + designer: '外观设计', + acknowledgement: '致谢', + }, }