diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 5c825da..eaf6e9c 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -217,6 +217,5 @@ export default { 'Upload attachment': 'Upload attachment', 'Didn\'t get the email? Check junk folder or': 'Didn\'t get the email? Check junk folder or ', 'send again': 'send again', - 'No content yet': 'No content yet' - + 'No content yet': 'No content yet', } diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index eadf2da..4e78ffc 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -215,5 +215,15 @@ export default { 'Upload attachment': '上传附件', 'Didn\'t get the email? Check junk folder or': '没收到邮件?检查垃圾文件夹或', 'send again': '重新发送', - 'No content yet': '暂无内容' + 'No content yet': '暂无内容', + OUTSTANDING: '进行中', + PAID: '已付款', + DONE: '已完成', + RECRUITING: '招人中', + ONGOING: '进行中', + PENDING: '待确认', + CLOSED: '已关闭', + REJECTED: '已拒绝', + APPLYING: '申请中', + ACCEPTING: '接受中' } diff --git a/frontend/src/pages/user/workspace/Home.vue b/frontend/src/pages/user/workspace/Home.vue index 57699eb..cd13ec3 100644 --- a/frontend/src/pages/user/workspace/Home.vue +++ b/frontend/src/pages/user/workspace/Home.vue @@ -17,7 +17,7 @@
{{ fromIntToProjectStatus(project.status) }}
+{{ $t(fromIntToProjectStatus(project.status)) }}
{{ - fromIntToMilestoneStatus(project.project.progress.milestone_status) + $t(fromIntToMilestoneStatus(project.status)) }}