Update trans.

This commit is contained in:
BoHung Chiu 2022-04-19 12:39:31 +08:00
parent bfe87b3a6d
commit 6123ed43bd
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,7 @@ class AnnouncementsController < ApplicationController
"view-count-head" => t('announcement.table.view_count'), "view-count-head" => t('announcement.table.view_count'),
"display" => display, "display" => display,
"department-head" => t('announcement.table.department'), "department-head" => t('announcement.table.department'),
"annc-dept-head" => t("announcement.annc_dept"),
"page-title" => @annc_page_title "page-title" => @annc_page_title
}, },
"total_pages" => total_pages "total_pages" => total_pages
@ -468,6 +469,7 @@ class AnnouncementsController < ApplicationController
"title-head" => t('announcement.table.title'), "title-head" => t('announcement.table.title'),
"date-head" => t('announcement.table.date'), "date-head" => t('announcement.table.date'),
"author-head" => t('announcement.table.author'), "author-head" => t('announcement.table.author'),
"annc-dept-head" => t("announcement.annc_dept"),
"status-head" => t('announcement.table.status'), "status-head" => t('announcement.table.status'),
"subtitle-head" => t('announcement.table.sub_title'), "subtitle-head" => t('announcement.table.sub_title'),
"category-head" => t('announcement.table.category'), "category-head" => t('announcement.table.category'),