fix for language
This commit is contained in:
parent
c3bdca3898
commit
811b0497df
|
@ -46,8 +46,8 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="button" class="btn btn-success add-attributes">Add Column</button>
|
<button type="button" class="btn btn-success add-attributes"><%= t("universal_table.add_column") %></button>
|
||||||
<input class="btn btn-primary" name="commit" type="submit" value="Save">
|
<input class="btn btn-primary" name="commit" type="submit" value="<%= t("save") %>">
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,4 @@ en:
|
||||||
import_from_excel: Import From Excel
|
import_from_excel: Import From Excel
|
||||||
total_number_of_entries: "Total number of enteries found : %{total_number}"
|
total_number_of_entries: "Total number of enteries found : %{total_number}"
|
||||||
export_xls: Export XLSX
|
export_xls: Export XLSX
|
||||||
|
add_column: Add Column
|
|
@ -10,3 +10,4 @@ zh_tw:
|
||||||
import_from_excel: 自Excel檔匯入
|
import_from_excel: 自Excel檔匯入
|
||||||
total_number_of_entries: "搜尋結果數量: %{total_number}"
|
total_number_of_entries: "搜尋結果數量: %{total_number}"
|
||||||
export_xls: 匯出XLSX
|
export_xls: 匯出XLSX
|
||||||
|
add_column: 新增欄位
|
Loading…
Reference in New Issue