Skip to content

Commit a572d89

Browse files
committed
Fixes for stock management
1 parent 67c0d22 commit a572d89

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

config/locales/ja.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
ja:
22
field_supply_item_description: 説明
33
field_supply_item_unit: 単位
4+
field_supply_item_stock: Stock
45
field_issue_supply_item_names: 資材
56
label_add_issue_supply_items: 資材を追加
67
label_add_supply_items: 追加
78
label_supply_item_description: 説明
9+
label_supply_item_journal_plural: Supply Items
810
label_supply_item_name: 名前
911
label_supply_item_new: 新しい資材
1012
label_supply_item_plural: 資材
1113
label_supply_item_search: "資材を探す:"
14+
label_supply_item_stock: Stock
1215
label_supply_item_unit_piece: ピース
1316
label_supply_item_unit_kg: kg
1417
label_supply_item_more_items: Showing %{shown} of %{total} results.
18+
text_supply_item_created: "Supply item %{name} was created (%{stock})"
19+
text_supply_item_updated: "Supply item %{name} was changed (%{change})"
20+
text_supply_item_nochange: no change
21+
text_issue_supply_item_changed: "Issue #%{id}: %{name} was changed (%{change})"

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author 'Jens Krämer, Georepublic'
1010
author_url 'https://hub.georepublic.net/gtt/redmine_supply'
1111
description 'Add configurable supply items to issues'
12-
version '1.1.0'
12+
version '1.2.0'
1313

1414
requires_redmine version_or_higher: '3.4.0'
1515

0 commit comments

Comments
 (0)