diff --git a/front_end/src/components/dialogs/Thanks.vue b/front_end/src/components/dialogs/Thanks.vue index b690bdf..18e7454 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 0000000..bdfb951 --- /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 bcc06bd..9e676b6 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 57e247b..c45d588 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: '致谢', + }, }