Fix locale error
This commit is contained in:
parent
e2ec8f134e
commit
d0364c788b
|
@ -2,8 +2,8 @@
|
||||||
<table class="table main-list">
|
<table class="table main-list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="span2">匯入的問卷</th>
|
<th class="span2"><%= t('survey.import.title') %></th>
|
||||||
<th class="span2">原始匯出檔案</th>
|
<th class="span2"><%= t('survey.import.description') %></th>
|
||||||
<th class="span2"></th>
|
<th class="span2"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
@ -23,7 +23,13 @@ en:
|
||||||
|
|
||||||
answers_list: Answers List
|
answers_list: Answers List
|
||||||
export_csv: Export CSV
|
export_csv: Export CSV
|
||||||
|
|
||||||
import_csv: Import CSV
|
import_csv: Import CSV
|
||||||
|
|
||||||
|
import:
|
||||||
|
title: Imported Survey
|
||||||
|
description: Choose the Modified Exported File According to this Survey
|
||||||
|
|
||||||
chart: Chart
|
chart: Chart
|
||||||
set_answers: Set Answers
|
set_answers: Set Answers
|
||||||
duplicate_it: Duplicate It
|
duplicate_it: Duplicate It
|
||||||
|
|
|
@ -24,7 +24,13 @@ zh_tw:
|
||||||
|
|
||||||
answers_list: 結果清單
|
answers_list: 結果清單
|
||||||
export_csv: 匯出CSV
|
export_csv: 匯出CSV
|
||||||
|
|
||||||
import_csv: 匯入CSV
|
import_csv: 匯入CSV
|
||||||
|
|
||||||
|
import:
|
||||||
|
title: 匯入的問卷
|
||||||
|
description: 選擇根據此問卷所修改的匯出檔案
|
||||||
|
|
||||||
chart: 結果圖表
|
chart: 結果圖表
|
||||||
set_answers: 設定結果
|
set_answers: 設定結果
|
||||||
duplicate_it: 複製問卷
|
duplicate_it: 複製問卷
|
||||||
|
|
Loading…
Reference in New Issue