add localization for all form data
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item active">Print Settings</li>
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t("views.right_panel.header.print_settings") %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
|
||||
</span>
|
||||
@@ -18,19 +18,19 @@
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Unique code</th>
|
||||
<th><%= t("views.right_panel.detail.name") %></th>
|
||||
<th><%= t("views.right_panel.detail.unique_code") %></th>
|
||||
<!-- <th>Template</th> -->
|
||||
<th>Printer name</th>
|
||||
<th>Font</th>
|
||||
<th><%= t("views.right_panel.detail.printer_name") %></th>
|
||||
<th><%= t("views.right_panel.detail.font") %></th>
|
||||
<!-- <th>Api settings</th> -->
|
||||
<th>Page width</th>
|
||||
<th>Page height</th>
|
||||
<th>Print copies</th>
|
||||
<th><%= t("views.right_panel.detail.page_width") %></th>
|
||||
<th><%= t("views.right_panel.detail.page_height") %></th>
|
||||
<th><%= t("views.right_panel.detail.print_copies") %></th>
|
||||
<!-- <th>Precision</th> -->
|
||||
<!-- <th>Delimiter</th> -->
|
||||
<!-- <th>Heading space</th> -->
|
||||
<th>Actions</th>
|
||||
<th><%= t("views.right_panel.detail.actions") %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user