foodsoft/config/locales/en/en.suppliers.yml

37 lines
1.2 KiB
YAML

en:
suppliers:
shared_supplier_note: 'Supplier is connected to the external database.'
index:
title: 'Suppliers'
action_new: 'Create new supplier'
action_import: 'Import supplier from external database'
articles: 'articles (%{count})'
stock: 'in stock (%{count})'
deliveries: 'deliveries (%{count})'
confirm_del: 'Do you really want to delete the supplier %{name}?'
edit:
title: 'Edit supplier'
new:
title: 'New supplier'
show:
confirm_delete: 'Are you sure?'
last_deliveries: 'Last deliveries'
new_delivery: 'Create new delivery'
show_deliveries: 'Show all deliveries'
shared_suppliers:
title: 'External lists'
body:
<p>Suppliers of the external database are displayed here.</p>
<p>You can import external suppliers by subscribing (see below).</p>
<p>A new supplier will be created and connected to the external database.</p>
supplier: 'Supplier'
subscribe: 'Subscribe'
# used by controller
create:
notice: 'Supplier was created'
update:
notice: 'Supplier was updated'
destroy:
notice: 'Supplier was deleted'