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

[Translations] fix order object translations #2091

Merged
merged 1 commit into from
Oct 4, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@
"name": "numbers_store",
"type": null,
"region": null,
"title": "coreshop.order.numbers_store",
"title": "coreshop.order.numbers",
"width": null,
"height": null,
"collapsible": false,
Expand Down Expand Up @@ -3738,7 +3738,7 @@
"phpdocType": "string",
"dynamicOptions": false,
"name": "currency",
"title": "coreshop.order.currency",
"title": "coreshop.order.converted_currency",
"tooltip": "",
"mandatory": false,
"noteditable": true,
Expand Down Expand Up @@ -4083,7 +4083,7 @@
"title": "coreshop.order.weight",
"tooltip": "",
"mandatory": false,
"noteditable": false,
"noteditable": true,
"index": false,
"locked": false,
"style": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3271,7 +3271,7 @@
"name": "numbers_store",
"type": null,
"region": null,
"title": "coreshop.order.numbers_store",
"title": "coreshop.order.numbers",
"width": null,
"height": null,
"collapsible": false,
Expand Down Expand Up @@ -3620,7 +3620,7 @@
"phpdocType": "string",
"dynamicOptions": false,
"name": "currency",
"title": "coreshop.order.currency",
"title": "coreshop.order.converted_currency",
"tooltip": "",
"mandatory": false,
"noteditable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,13 @@ coreshop.order.payment_provider: 'Zahlungsanbieter'
coreshop.order.additional_data: 'Zusätzliche Daten'
coreshop.order.status: 'Status'
coreshop.order.order_state: 'Bestellstatus'
coreshop.order.quote_state: 'Angebotstatus'
coreshop.order.payment_state: 'Zahlungstatus'
coreshop.order.shipping_state: 'Versandstatus'
coreshop.order.invoice_state: 'Rechnungstatus'
coreshop.order.numbers: 'Zahlen'
coreshop.order.numbers_converted: 'Zahlen (Umgerechnet)'
coreshop.order.currency: 'Währung'
coreshop.order.currency_converted: 'Umgerechnte Währung'
coreshop.order.totals: 'Summen'
coreshop.order.total_net: 'Summe (Netto)'
coreshop.order.total_gross: 'Summe (Brutto)'
Expand All @@ -377,7 +378,7 @@ coreshop.order.taxes: 'Steuern'
coreshop.order.adjustments: 'Adaptierungen'
coreshop.order.adjustments_total_gross: 'Adaptierungen Summe (Brutto)'
coreshop.order.adjustments_total_net: 'Adaptierungen Summe (Netto)'
coreshop.order.base_currency: 'Umgerechnet Währung'
coreshop.order.base_currency: 'Basis Währung'
coreshop.order.converted_totals: 'Umgerechnet Summen'
coreshop.order.converted_total_net: 'Umgerechnet Summe (Netto)'
coreshop.order.converted_total_gross: 'Umgerechnet Summe (Brutto)'
Expand Down Expand Up @@ -466,3 +467,5 @@ coreshop.order_item.custom_item_price: 'kundenspezifischer Positionspreis'
coreshop.order_item.converted_custom_item_price: 'Umgerechnet kundenspezifischer Positionspreis'
coreshop.order.converted_payment_total: 'Umgerechnet Zahlungsbetrag'
coreshop.order.payment_total: 'Zahlungsbetrag'
coreshop.order.carrier: 'Versanddienst'
coreshop.order.weight: 'Gewicht'
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,13 @@ coreshop.order.payment_provider: 'Payment Provider'
coreshop.order.additional_data: 'Additional Data'
coreshop.order.status: 'State'
coreshop.order.order_state: 'Order State'
coreshop.order.quote_state: 'Quote State'
coreshop.order.payment_state: 'Payment State'
coreshop.order.shipping_state: 'Shipping State'
coreshop.order.invoice_state: 'Invoice State'
coreshop.order.numbers: 'Numbers'
coreshop.order.numbers_converted: 'Numbers (Converted)'
coreshop.order.currency: 'Currency'
coreshop.order.converted_currency: 'Converted Currency'
coreshop.order.totals: 'Totals'
coreshop.order.total_net: 'Total (Net)'
coreshop.order.total_gross: 'Total (Gross)'
Expand All @@ -379,7 +380,7 @@ coreshop.order.taxes: 'Taxes'
coreshop.order.adjustments: 'Adjustments'
coreshop.order.adjustments_total_gross: 'Adjustments Total (Gross)'
coreshop.order.adjustments_total_net: 'Adjustments Total (Net)'
coreshop.order.base_currency: 'Converted Currency'
coreshop.order.base_currency: 'Base Currency'
coreshop.order.converted_totals: 'Converted Totals'
coreshop.order.converted_total_net: 'Converted Total (Net)'
coreshop.order.converted_total_gross: 'Converted Total (Gross)'
Expand Down Expand Up @@ -468,3 +469,5 @@ coreshop.order_item.custom_item_price: 'Custom Item Price'
coreshop.order_item.converted_custom_item_price: 'Converted Custom Item Price'
coreshop.order.converted_payment_total: 'Converted Payment Total'
coreshop.order.payment_total: 'Payment Total'
coreshop.order.carrier: 'Carrier'
coreshop.order.weight: 'Weight'