feat(dashboard): Return Reasons domain (#6640)

**What**
- Adds Return Reason domain.
This commit is contained in:
Kasper Fabricius Kristensen
2024-03-11 09:10:56 +00:00
committed by GitHub
parent fb25471e92
commit b8bedb84cf
17 changed files with 494 additions and 3 deletions
@@ -288,9 +288,9 @@
"editConditions": "Edit conditions",
"conditionsHint": "Create conditions to apply on the discount",
"isTemplateDiscount": "Is this a template discount?",
"percentageDescription" : "Discount applied in %",
"fixedDescription" : "Amount discount",
"shippingDescription" : "Override delivery amount",
"percentageDescription": "Discount applied in %",
"fixedDescription": "Amount discount",
"shippingDescription": "Override delivery amount",
"selectRegionFirst": "Select region first",
"templateHint": "Template discounts allow you to define a set of rules that can be used across a group of discounts. This is useful in campaigns that should generate unique codes for each user, but where the rules for all unique codes should be the same.",
"conditions": {
@@ -505,6 +505,15 @@
"createdBy": "Created by",
"revokedBy": "Revoked by"
},
"returnReasons": {
"domain": "Return Reasons",
"calloutHint": "Manage the reasons to categorize returns.",
"deleteReasonWarning": "You are about to delete the return reason {{label}}. This action cannot be undone.",
"createReason": "Create Return Reason",
"createReasonHint": "Create a new return reason to categorize returns.",
"editReason": "Edit Return Reason",
"valueTooltip": "The value should be a unique identifier for the return reason."
},
"login": {
"forgotPassword": "Forgot password? - <0>Reset</0>",
"title": "Log in",
@@ -696,6 +705,7 @@
"maxSubtotal": "Max. Subtotal",
"shippingProfile": "Shipping Profile",
"summary": "Summary",
"label": "Label",
"rate": "Rate",
"requiresShipping": "Requires shipping"
},