Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bp 3744 missing translation for min max order amount for riverty when using the b2 c and b2 b combined #181

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev/lang/php_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"dashboard.pages.payments.max_order_amount_b2c": "Maximaler B2B-Bestellbetrag",
"dashboard.pages.payments.maximum_order_amount": "Maximaler Bestellwert",
"dashboard.pages.payments.min_order_amount_b2b": "Mindestbestellwert für B2B",
"dashboard.pages.payments.max_order_amount_b2b": "Maximaler B2B Bestellwert",
"dashboard.pages.payments.minimum_order_amount": "Mindestbestellmenge",
"dashboard.pages.payments.mode": "Modus",
"dashboard.pages.payments.mode_label": "Bei der Einstellung „Live“ können Sie tatsächliche Zahlungen durchführen. ",
Expand Down
1 change: 1 addition & 0 deletions dev/lang/php_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"dashboard.pages.payments.max_order_amount_b2c": "Maximum B2B order amount",
"dashboard.pages.payments.maximum_order_amount": "Maximum order amount",
"dashboard.pages.payments.min_order_amount_b2b": "Minimum B2B order amount",
"dashboard.pages.payments.max_order_amount_b2b": "Maximum B2B order amount",
"dashboard.pages.payments.minimum_order_amount": "Minimum order amount",
"dashboard.pages.payments.mode": "Mode",
"dashboard.pages.payments.mode_label": "When set to \"Live\" you can do actual payments. When set to \"Testing\" you can do test transactions. This payment method will not appear when it is set to \"Off\".",
Expand Down
1 change: 1 addition & 0 deletions dev/lang/php_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"dashboard.pages.payments.max_order_amount_b2c": "Montant maximum de la commande B2B",
"dashboard.pages.payments.maximum_order_amount": "Montant maximum de la commande",
"dashboard.pages.payments.min_order_amount_b2b": "Montant minimum de la commande B2B",
"dashboard.pages.payments.max_order_amount_b2b": "Montant maximum de la commande B2B",
"dashboard.pages.payments.minimum_order_amount": "Montant minimum de commande",
"dashboard.pages.payments.mode": "Mode",
"dashboard.pages.payments.mode_label": "Lorsqu'il est réglé sur « Live », vous pouvez effectuer des paiements réels. ",
Expand Down
1 change: 1 addition & 0 deletions dev/lang/php_nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"dashboard.pages.payments.max_order_amount_b2c": "Maximale B2B bestelbedrag",
"dashboard.pages.payments.maximum_order_amount": "Maximaal toegestane bestelbedrag",
"dashboard.pages.payments.min_order_amount_b2b": "Minimale B2B bestelbedrag",
"dashboard.pages.payments.max_order_amount_b2b": "Maximaal B2B toegestane bestelbedrag",
"dashboard.pages.payments.minimum_order_amount": "Minimaal toegestane bestelbedrag",
"dashboard.pages.payments.mode": "Modus",
"dashboard.pages.payments.mode_label": "Indien ingesteld op \"Live\", dan kunt u daadwerkelijke betalingen doen. Indien ingesteld op \"Test\", dan kun je testtransacties doen. De betaalmethode verschijnt niet als deze op \"Uit\" staat.",
Expand Down
116 changes: 58 additions & 58 deletions views/js/buckaroo.vue.js

Large diffs are not rendered by default.

Loading