update texts
This commit is contained in:
parent
4fede30a19
commit
873a1ff108
2 changed files with 3 additions and 2 deletions
|
@ -65,6 +65,6 @@
|
||||||
%tr
|
%tr
|
||||||
%td{colspan: 6}= t '.no_orders_in_progress'
|
%td{colspan: 6}= t '.no_orders_in_progress'
|
||||||
|
|
||||||
%h2= t '.ended_orders'
|
%h2= t '.closed_orders'
|
||||||
#orders_table
|
#orders_table
|
||||||
= render partial: 'orders'
|
= render partial: 'orders'
|
||||||
|
|
|
@ -1116,10 +1116,11 @@ en:
|
||||||
action_end: Close
|
action_end: Close
|
||||||
confirm_delete: Do you really want to delete the order?
|
confirm_delete: Do you really want to delete the order?
|
||||||
confirm_end: Do you really want to close the order %{order}? There is no going back.
|
confirm_end: Do you really want to close the order %{order}? There is no going back.
|
||||||
ended_orders: Closed orders
|
closed_orders: Settled orders
|
||||||
new_order: Create new order
|
new_order: Create new order
|
||||||
no_open_orders: There are currently no open orders.
|
no_open_orders: There are currently no open orders.
|
||||||
open_orders: Current orders
|
open_orders: Current orders
|
||||||
|
orders_in_progress: Closed, in progress
|
||||||
title: Manage orders
|
title: Manage orders
|
||||||
model:
|
model:
|
||||||
error_closed: Order was already settled
|
error_closed: Order was already settled
|
||||||
|
|
Loading…
Reference in a new issue