fix table table
This commit is contained in:
parent
e88916bbfb
commit
188050c6ab
|
@ -42,7 +42,9 @@ class AnnouncementsController < ApplicationController
|
||||||
"status-head" => t('announcement.table.status'),
|
"status-head" => t('announcement.table.status'),
|
||||||
"author-head" => t('announcement.table.author'),
|
"author-head" => t('announcement.table.author'),
|
||||||
"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'),
|
||||||
|
"link-head" => t('announcement.table.link'),
|
||||||
|
"file-head" => t('announcement.table.file')
|
||||||
},
|
},
|
||||||
"total_pages" => announcements.total_pages
|
"total_pages" => announcements.total_pages
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,8 @@ en:
|
||||||
sub_title: Sub Title
|
sub_title: Sub Title
|
||||||
category: Category
|
category: Category
|
||||||
author: Author
|
author: Author
|
||||||
|
link: Link
|
||||||
|
File: File
|
||||||
add_new: Add New
|
add_new: Add New
|
||||||
approve: Approve
|
approve: Approve
|
||||||
all_articles: All Articles
|
all_articles: All Articles
|
||||||
|
|
|
@ -8,6 +8,8 @@ zh_tw:
|
||||||
sub_title: 副標題
|
sub_title: 副標題
|
||||||
category: 類別
|
category: 類別
|
||||||
author: 張貼人
|
author: 張貼人
|
||||||
|
link: 超連結
|
||||||
|
file: 檔案下載
|
||||||
add_new: 新建
|
add_new: 新建
|
||||||
approve: 通過
|
approve: 通過
|
||||||
all_articles: 文章列表
|
all_articles: 文章列表
|
||||||
|
|
Loading…
Reference in New Issue