@ -52,7 +52,7 @@
</div>
</ng-template>
<div class="col-7 mx-auto text-center mb-3">
<button routerLink="/notice" class="btn btn-outline-info">添加更多公告</button>
<button routerLink="/notice" class="btn btn-outline-info">{{'forum.add_more_notice'|translate}}</button>
</ng-container>
<ng-template #load_notice_err>
@ -33,7 +33,8 @@
"defendant": "defendant",
"notice_title": "notice title",
"notice_content": "notice content",
"deadline": "Deadline:{{endDate}}"
"deadline": "Deadline:{{endDate}}",
"add_more_notice": "添加更多公告"
},
"visitor": {
"name": "Visitor Appointment Management",
"defendant": "被投诉人",
"notice_title": "公告标题",
"notice_content": "公告内容",
"deadline": "报名截止日期:{{endDate}}"
"deadline": "报名截止日期:{{endDate}}",
"name": "访客预约管理",