mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Translate position and message labels in imports/show (#43106).
Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23902 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9605bb4b3b
commit
0b5c1972c3
@ -12,8 +12,8 @@
|
||||
<table id="unsaved-items" class="list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Position</th>
|
||||
<th>Message</th>
|
||||
<th><%= l(:label_position) %></th>
|
||||
<th><%= l(:label_message) %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@ -1121,6 +1121,8 @@ en:
|
||||
label_relations_mapping: Relations mapping
|
||||
label_file_content_preview: File content preview
|
||||
label_create_missing_values: Create missing values
|
||||
label_position: Position
|
||||
label_message: Message
|
||||
label_api: API
|
||||
label_field_format_enumeration: Key/value list
|
||||
label_default_values_for_new_users: Default values for new users
|
||||
|
||||
@ -1173,6 +1173,8 @@ ja:
|
||||
label_fields_mapping: フィールドの対応関係
|
||||
label_file_content_preview: ファイル内容のプレビュー
|
||||
label_create_missing_values: 存在しない値は新規作成
|
||||
label_position: 位置
|
||||
label_message: メッセージ
|
||||
button_import: インポート
|
||||
field_total_estimated_hours: 合計予定工数
|
||||
label_api: API
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user