Skip to content

Commit

Permalink
Merge pull request #1 from ChriRas/master
Browse files Browse the repository at this point in the history
Fix some incorrect german wordings
  • Loading branch information
leduc92 authored Mar 15, 2021
2 parents 3827e20 + cdefba1 commit 9911853
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sbu/sbuorderadvancedfilter",
"description": "Order Advanced Filter plugin for Shopware 6",
"version": "1.0.0",
"version": "1.0.1",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand All @@ -11,14 +11,14 @@
}
],
"require": {
"shopware/core": "~6.3.1"
"shopware/core": "^6.3"
},
"extra": {
"shopware-plugin-class": "Sbu\\OrderAdvancedFilter\\SbuOrderAdvancedFilter",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by shopware AG",
"label": {
"de-DE": "Order Advanced Filter for für Shopware 6",
"de-DE": "Erweiterter Filter für Bestellungen in Shopware 6",
"en-GB": "Order Advanced Filter for Shopware 6"
}
},
Expand Down
12 changes: 6 additions & 6 deletions src/Resources/app/administration/src/snippet/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"payment_status": "Zahlungsstatus",
"delivery_status": "Lieferstatus",
"date": "Datum",
"start_date": "Beginnend",
"end_date": "Ende",
"start_date": "Von",
"end_date": "Bis",
"today": "Heute",
"yesterday": "Gestern",
"last_seven_days": "Letzten 7 Tage",
"last_thirty_days": "Letzten 30 Tage",
"this_month": "Diesen Monat",
"last_month": "Im vergangenen Monat",
"custom": "Benutzerdefiniert",
"clear": "Klar",
"clear_all_filters": "Löschen Sie alle Filter",
"date_starting": "Beginnend {starting}",
"date_ending": "Ende {ending}"
"clear": "Filter löschen",
"clear_all_filters": "Alle Filter löschen",
"date_starting": "Von {starting}",
"date_ending": "Bis {ending}"
}
}

0 comments on commit 9911853

Please sign in to comment.