|
1 | 1 | 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 | + |
2 | 14 | field_resource_category: カテゴリー
|
3 | 15 | field_supply_item_description: 説明
|
4 | 16 | field_supply_item_unit: 単位
|
5 | 17 | field_supply_item_stock: 在庫数
|
6 | 18 | field_supply_item_stock_change: 在庫数変更
|
7 | 19 | field_supply_item_stock_change_comment: コメント
|
| 20 | + field_issue_asset_resource_item_names: 資産 |
| 21 | + field_issue_human_resource_item_names: 人員 |
8 | 22 | 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: 人員 |
11 | 26 | label_resource_category_name: 名前
|
12 | 27 | label_resource_category_new: 新しいリソースのカテゴリ
|
13 | 28 | label_resource_category_plural: リソースのカテゴリ
|
14 | 29 | label_resource_item_category: カテゴリ
|
15 | 30 | 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: 人員 |
18 | 35 | label_resource_item_search: リソースを検索
|
19 | 36 | label_resource_item_more_items: "%{total} 件中 %{shown} 件を表示"
|
20 | 37 | label_add_issue_supply_items: 資材を追加
|
|
42 | 59 | text_supply_item_created: "資材 %{name} が作成されました (%{stock})"
|
43 | 60 | text_supply_item_updated: "資材 %{name} が変更されました (%{change})"
|
44 | 61 | 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