allow to synchronize all articles of a shared supplier
This commit is contained in:
parent
3918e22214
commit
647b7f0430
16 changed files with 194 additions and 77 deletions
|
|
@ -135,6 +135,7 @@ en:
|
|||
order_howto: How to order
|
||||
phone: Phone
|
||||
phone2: Phone 2
|
||||
shared_sync_method: How to synchronize
|
||||
url: Homepage
|
||||
task:
|
||||
description: Description
|
||||
|
|
@ -172,6 +173,15 @@ en:
|
|||
errors:
|
||||
has_many_left: is still associated with a %{collection}!
|
||||
models:
|
||||
article:
|
||||
attributes:
|
||||
name:
|
||||
taken: name is already taken
|
||||
taken_with_unit: name and unit are already taken
|
||||
supplier:
|
||||
attributes:
|
||||
shared_sync_method:
|
||||
included: is not a valid option for this supplier
|
||||
task:
|
||||
attributes:
|
||||
done:
|
||||
|
|
@ -396,6 +406,11 @@ en:
|
|||
update_msg:
|
||||
one: One article needs to be updated.
|
||||
other: '%{count} articles need to be updated.'
|
||||
upnew:
|
||||
body_count:
|
||||
one: There is one new article to add.
|
||||
other: 'There are %{count} articles to add.'
|
||||
title: Add new ...
|
||||
upload:
|
||||
body: <p>The file has to be a text file with the ending '.csv' The first line will be ignored when imported</p> <p>The fields have to be separated with semicolons (';') and the text enclosed by double quotation marks ("text...").</p> <p>As character set UTF-8 is demanded. Correct order of the column:</p>
|
||||
fields:
|
||||
|
|
@ -1437,6 +1452,10 @@ en:
|
|||
new:
|
||||
title: New supplier
|
||||
shared_supplier_note: Supplier is connected to the external database.
|
||||
shared_supplier_methods:
|
||||
import: Articles are imported manually.
|
||||
all_available: New articles are available by default.
|
||||
all_unavailable: New articles are not available by default.
|
||||
shared_suppliers:
|
||||
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>
|
||||
subscribe: Subscribe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue