add localization for all form data

This commit is contained in:
phyusin
2017-10-27 17:00:56 +06:30
parent d916c262d7
commit ef05aec1db
81 changed files with 735 additions and 621 deletions

View File

@@ -1,7 +1,7 @@
<div class="page-header">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
<li class="breadcrumb-item active">Cashier Terminal</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.cashier_terminal") %></li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), dashboard_path %>
</span>
@@ -16,15 +16,15 @@
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Active</th>
<th>Login?</th>
<th>Auto print</th>
<th><%= t("views.right_panel.detail.name") %></th>
<th><%= t("views.right_panel.detail.active") %></th>
<th><%= t("views.right_panel.detail.login") %>?</th>
<th><%= t("views.right_panel.detail.auto_print") %></th>
<!-- <th>Printer name</th> -->
<th>Show tax</th>
<th>Show cashier</th>
<th><%= t("views.right_panel.detail.show_tax") %></th>
<th><%= t("views.right_panel.detail.show_cashier") %></th>
<!-- <th>Show guest info</th> -->
<th>Actions</th>
<th><%= t("views.right_panel.detail.actions") %></th>
</tr>
</thead>