|
1 | 1 | {
|
2 | 2 | "button.add-from-master-list": "Add from master list",
|
3 | 3 | "button.add-item": "Add item",
|
| 4 | + "button.allocate": "Allocate", |
4 | 5 | "button.allocate-lines": "Allocate placeholder lines",
|
5 | 6 | "button.create-shipment": "Create Shipment",
|
6 | 7 | "button.delete-lines": "Delete selected lines",
|
|
35 | 36 | "heading.stock-details": "Stock details",
|
36 | 37 | "heading.sub-total": "Sub total",
|
37 | 38 | "heading.total": "Total",
|
38 |
| - "heading.totals": "Totals", |
39 | 39 | "heading.grand-total": "Grand total",
|
| 40 | + "label.total-quantity": "Total quantity", |
40 | 41 | "label.incoming-stock": "Stock arriving",
|
41 | 42 | "label.stock-on-order": "Stock on order",
|
42 | 43 | "label.all-requested-quantity": "Other requested",
|
|
47 | 48 | "label.amc": "AMC",
|
48 | 49 | "label.any": "Any",
|
49 | 50 | "label.available-quantity": "Available quantity: {{number}} units",
|
50 |
| - "label.available": "Available", |
51 | 51 | "label.customer-name": "Customer Name",
|
52 | 52 | "label.customer-ref": "Customer Ref",
|
53 | 53 | "label.group-by-item": "Group by Item",
|
54 |
| - "label.in-store": "In store", |
55 | 54 | "label.edited-by": "Edited by",
|
56 | 55 | "label.issue": "Issue",
|
57 | 56 | "label.no-unallocated-rows-selected": "All of the selected rows are already allocated",
|
|
64 | 63 | "label.requested-quantity": "Requested quantity",
|
65 | 64 | "label.select-rows-to-allocate-them": "Select rows to allocate them",
|
66 | 65 | "label.cant-delete-disabled-requisition": "Can only delete lines when requisition is in Draft",
|
67 |
| - "label.cant-delete-disabled-shipment": "You cannot delete a line when status is Shipped, Delivered or Verified", |
68 | 66 | "label.supply-quantity": "Quantity to supply",
|
69 | 67 | "label.unit_one": "{{unit}}",
|
70 | 68 | "label.unit_other": "{{unit}}s",
|
|
91 | 89 | "messages.customer-requisition-created-on": "Customer requisition created on {{date}}",
|
92 | 90 | "messages.off-hold-confirmation": "This will re-enable status changes",
|
93 | 91 | "messages.on-hold-confirmation": "This will prevent any further status changes until the hold is removed",
|
94 |
| - "messages.cant-delete-invoices": "Can only delete invoices with a status of 'New' or 'Allocated'", |
95 | 92 | "messages.no-stock-available": "There is no stock available",
|
96 | 93 | "messages.cant-delete-requisitions": "Can only delete requisitions with a status of 'Draft'",
|
97 | 94 | "messages.click-to-return-to-requisitions": "Unable to find a requisition with that ID. Click OK to return to the requisition list",
|
|
0 commit comments