Skip to content

Commit

Permalink
日本語化対応漏れ修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoto2000 committed Sep 9, 2024
1 parent f783be3 commit 1198712
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/lending_sets/_lending_set.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tr>
<td>
<strong>
<%= LendingSet.human_attribute_name(:book_stock) %>
<%= LendingSet.human_attribute_name(:book_stocks) %>
</strong>
</td>
<td>
Expand Down
6 changes: 6 additions & 0 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ja:
author: 著者
publication_date: 発行日
ndc_category_id: 書籍分類
ndc_category: 書籍分類
created_at: 作成日時
updated_at: 更新日時
lending_status:
Expand All @@ -112,14 +113,19 @@ ja:
updated_at: 更新日時
book_stock:
book_master_id: 書籍
book_master: 書籍
book_stock_status_id: 在庫状態
book_stock_status: 在庫状態
memo: 備考
created_at: 作成日時
updated_at: 更新日時
lending_set:
customer_id: 顧客
customer: 顧客
title: 貸出タイトル
book_stocks: 貸出書籍
lending_status_id: 貸出ステータス
lending_status: 貸出ステータス
lend_start_date: 貸出開始日
return_deadline_date: 返却期限
return_date: 返却日
Expand Down

0 comments on commit 1198712

Please sign in to comment.