fix bugs
This commit is contained in:
parent
135df93c72
commit
ce7fb013d0
|
@ -67,18 +67,17 @@ class DigitalArchivesController < ApplicationController
|
||||||
"extras" => {
|
"extras" => {
|
||||||
"page_url" => url,
|
"page_url" => url,
|
||||||
"th_title" => t('title'),
|
"th_title" => t('title'),
|
||||||
"th_location" => t('location'),
|
"th_location" => t("digital_archive.location"),
|
||||||
"th_department" => t('department'),
|
"th_department" => t('digital_archive.department'),
|
||||||
"th_character" => t('character'),
|
"th_character" => t('digital_archive.character'),
|
||||||
"th_location" => t('location'),
|
"th_description" => t('digital_archive.description'),
|
||||||
"th_description" => t('description'),
|
"th_detaildes" => t('digital_archive.detail_description'),
|
||||||
"th_detaildes" => t('detail_description'),
|
"th_material" => t('digital_archive.material'),
|
||||||
"th_material" => t('material'),
|
"th_size" => t('digital_archive.size'),
|
||||||
"th_size" => t('size'),
|
"th_item_date" => t('digital_archive.item_date'),
|
||||||
"th_item_date" => t('item_date'),
|
"th_item_id" => t('digital_archive.item_id'),
|
||||||
"th_item_id" => t('item_id'),
|
"th_item_from" => t('digital_archive.item_from'),
|
||||||
"th_item_from" => t('item_from'),
|
"th_item_status" => t('digital_archive.item_status')
|
||||||
"th_item_status" => t('item_status')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
@ -2,12 +2,12 @@ zh_tw:
|
||||||
module_name:
|
module_name:
|
||||||
digital_archive: 數位典藏資料庫
|
digital_archive: 數位典藏資料庫
|
||||||
digital_archive:
|
digital_archive:
|
||||||
digital_archive : "數位典藏資料庫"
|
digital_archive: "數位典藏資料庫"
|
||||||
digital_archive_title : "名稱"
|
digital_archive_title: "名稱"
|
||||||
location : "地點"
|
location: 地點
|
||||||
character : "角色"
|
character: 角色
|
||||||
department : "單位"
|
department: 單位
|
||||||
date : "日期"
|
date: 日期
|
||||||
detail_description : "詳細描述"
|
detail_description : "詳細描述"
|
||||||
material : "材質"
|
material : "材質"
|
||||||
item_number : "物件編號"
|
item_number : "物件編號"
|
||||||
|
|
Loading…
Reference in New Issue