diff --git a/config/locales/en.yml b/config/locales/en.yml index d342ec2..591a5fc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -12,4 +12,5 @@ en: patent_granted: Patent Granted patent_title: Patent Title patent_number: Patent Number - technology_transfer_category: Category \ No newline at end of file + technology_transfer_category: Category + authors: Authors \ No newline at end of file diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index 76cfc53..fb802b5 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -12,4 +12,5 @@ zh_tw: patent_granted: 是否取得專利 patent_title: 專利名稱 patent_number: 專利證書字號 - technology_transfer_category: 類別 \ No newline at end of file + technology_transfer_category: 類別 + authors: 姓名 \ No newline at end of file