Patch #43106 » add_translation_to_imports_show.patch
app/views/imports/show.html.erb | ||
---|---|---|
12 | 12 |
<table id="unsaved-items" class="list"> |
13 | 13 |
<thead> |
14 | 14 |
<tr> |
15 |
<th>Position</th>
|
|
16 |
<th>Message</th>
|
|
15 |
<th><%= l(:label_position) %></th>
|
|
16 |
<th><%= l(:label_message) %></th>
|
|
17 | 17 |
</tr> |
18 | 18 |
</thead> |
19 | 19 |
<tbody> |
config/locales/en.yml | ||
---|---|---|
1121 | 1121 |
label_relations_mapping: Relations mapping |
1122 | 1122 |
label_file_content_preview: File content preview |
1123 | 1123 |
label_create_missing_values: Create missing values |
1124 |
label_position: Position |
|
1125 |
label_message: Message |
|
1124 | 1126 |
label_api: API |
1125 | 1127 |
label_field_format_enumeration: Key/value list |
1126 | 1128 |
label_default_values_for_new_users: Default values for new users |
config/locales/ja.yml | ||
---|---|---|
1173 | 1173 |
label_fields_mapping: フィールドの対応関係 |
1174 | 1174 |
label_file_content_preview: ファイル内容のプレビュー |
1175 | 1175 |
label_create_missing_values: 存在しない値は新規作成 |
1176 |
label_position: 位置 |
|
1177 |
label_message: メッセージ |
|
1176 | 1178 |
button_import: インポート |
1177 | 1179 |
field_total_estimated_hours: 合計予定工数 |
1178 | 1180 |
label_api: API |