add localization for all form data
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item active">Order Queue Stations</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.order_queue_stations") %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
|
||||
</span>
|
||||
@@ -20,17 +20,17 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Station name</th>
|
||||
<th>Printer name</th>
|
||||
<th>Is active</th>
|
||||
<th>Auto Print</th>
|
||||
<th>Print copy</th>
|
||||
<th><%= t("views.right_panel.detail.station_name") %></th>
|
||||
<th><%= t("views.right_panel.detail.printer_name") %></th>
|
||||
<th><%= t("views.right_panel.detail.is_active") %></th>
|
||||
<th><%= t("views.right_panel.detail.auto_print") %></th>
|
||||
<th><%= t("views.right_panel.detail.print_copy") %></th>
|
||||
<!-- <th>Cut per item</th> -->
|
||||
<th>Alternate name</th>
|
||||
<th><%= t("views.right_panel.detail.alternate_name") %></th>
|
||||
<!-- <th>Created by</th> -->
|
||||
<th> Created At</th>
|
||||
<th><%= t("views.right_panel.detail.created_at") %></th>
|
||||
<!-- <th>Updated At</th> -->
|
||||
<th>Actions</th>
|
||||
<th><%= t("views.right_panel.detail.actions") %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user