Skip to content

Commit e76f160

Browse files
committed
update ja.yml
1 parent c3b062c commit e76f160

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

config/locales/ja.yml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
ja:
2+
activerecord:
3+
errors:
4+
models:
5+
resource_category:
6+
attributes:
7+
base:
8+
select_category_usage: このカテゴリーを何に利用するか選択してください。
9+
for_assets:
10+
in_use: このカテゴリーは現在、資産に利用されているので選択が必要です。
11+
for_humans:
12+
in_use: このカテゴリーは現在、人員に利用されているので選択が必要です。
13+
214
field_resource_category: カテゴリー
315
field_supply_item_description: 説明
416
field_supply_item_unit: 単位
517
field_supply_item_stock: 在庫数
618
field_supply_item_stock_change: 在庫数変更
719
field_supply_item_stock_change_comment: コメント
20+
field_issue_asset_resource_item_names: 資産
21+
field_issue_human_resource_item_names: 人員
822
field_issue_supply_item_names: 資材
9-
label_add_issue_resource_items: リソースを追加
10-
label_add_resource_items: 追加
23+
label_add_issue_resource_items: 追加
24+
label_resource_category_for_assets: 資産
25+
label_resource_category_for_humans: 人員
1126
label_resource_category_name: 名前
1227
label_resource_category_new: 新しいリソースのカテゴリ
1328
label_resource_category_plural: リソースのカテゴリ
1429
label_resource_item_category: カテゴリ
1530
label_resource_item_name: 名前
16-
label_resource_item_new: 新しいリソース
17-
label_resource_item_plural: リソース
31+
label_asset_resource_item_new: 新しい資産
32+
label_human_resource_item_new: 新しい人員
33+
label_asset_resource_item_plural: 資産
34+
label_human_resource_item_plural: 人員
1835
label_resource_item_search: リソースを検索
1936
label_resource_item_more_items: "%{total} 件中 %{shown} 件を表示"
2037
label_add_issue_supply_items: 資材を追加
@@ -42,4 +59,5 @@ ja:
4259
text_supply_item_created: "資材 %{name} が作成されました (%{stock})"
4360
text_supply_item_updated: "資材 %{name} が変更されました (%{change})"
4461
text_supply_item_nochange: 変更なし
45-
text_issue_supply_item_changed: "チケット #%{id}: %{name} が変更されました (%{change})"
62+
text_issue_supply_item_changed:
63+
"チケット #%{id}: %{name} が変更されました (%{change})"

0 commit comments

Comments
 (0)