This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from reactioncommerce/willopez-update-translations
refactor: update translations
- Loading branch information
Showing
4 changed files
with
106 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,71 @@ | ||
[{ | ||
"language": "English", | ||
"i18n": "en", | ||
"ns": "discount-codes", | ||
"translation": { | ||
"discount-codes": { | ||
"checkoutPayment": { | ||
"applyDiscount": "Apply", | ||
"discountError": "Sorry, there was an error applying discount." | ||
}, | ||
"discounts": { | ||
"enterItHere": "Have a code? Enter it here.", | ||
"discountLabel": "Discount Code", | ||
"submitted": "Discount saved and applied", | ||
"applied": "applied", | ||
"code": "code", | ||
"codeIsExpired": "Code is expired", | ||
"codeIsInvalid": "Code is invalid", | ||
"multiShopError": "Discounts cannot be applied to a multi-shop cart or order" | ||
}, | ||
"admin": { | ||
"paymentSettings": { | ||
"codesLabel": "Codes" | ||
}, | ||
"settings": { | ||
"codesLabel": "Codes", | ||
"noCustomDiscountCodesFound": "No discount codes found.", | ||
"settingsSaveSuccess": "Settings saved successfully.", | ||
"settingsSaveFailure": "Failed to save settings.", | ||
"confirmRateDelete": "Confirm discount rate deletion." | ||
}, | ||
"discountGrid": { | ||
"code": "Code", | ||
"label": "Label", | ||
"discountMethod": "Method", | ||
"discount": "Discount", | ||
"calculation": { | ||
"method": "Calculation" | ||
}, | ||
"conditions": { | ||
"redemptionLimit": "Limit" | ||
} | ||
[ | ||
{ | ||
"language": "English", | ||
"i18n": "en", | ||
"ns": "discount-codes", | ||
"translation": { | ||
"discount-codes": { | ||
"checkoutPayment": { | ||
"applyDiscount": "Apply", | ||
"discountError": "Sorry, there was an error applying discount." | ||
}, | ||
"discounts": { | ||
"title": "Discount Codes", | ||
"enterItHere": "Have a code? Enter it here.", | ||
"discountLabel": "Discount Code", | ||
"submitted": "Discount saved and applied", | ||
"applied": "applied", | ||
"code": "code", | ||
"codeIsExpired": "Code is expired", | ||
"codeIsInvalid": "Code is invalid", | ||
"multiShopError": "Discounts cannot be applied to a multi-shop cart or order" | ||
}, | ||
"admin": { | ||
"paymentSettings": { | ||
"codesLabel": "Codes" | ||
}, | ||
"discountCode": { | ||
"addDiscount": "Add Discount", | ||
"addDiscountModalTitle": "Add a New Discount Code", | ||
"confirmRateDelete": "Confirm discount rate deletion.", | ||
"title": "Discount Codes", | ||
"noCustomDiscountCodesFound": "No discount codes found", | ||
"failure": "The operation failed", | ||
"createSuccess": "A new discount code has been successfully created", | ||
"deleteSuccess": "Discount code successfully deleted", | ||
"updateSuccess": "Discount code successfully updated", | ||
"settingsSaveSuccess": "Settings saved successfully.", | ||
"form": { | ||
"calculationMethod": "Calculation Method", | ||
"code": "Discount Code", | ||
"codePlaceholder": "Discount code", | ||
"deleteDialogTitle": "Delete Discount Code", | ||
"deleteMessage": "Are you sure you want to delete this discount code?", | ||
"discount": "Discount", | ||
"discountPlaceholder": "Discount value, i.e. a value 10 will translate to 10% off", | ||
"accountLimit": "Account Limit", | ||
"accountLimitPlaceholder": "How many times a user can redeem this discount", | ||
"redemptionLimit": "Total Limit", | ||
"redemptionLimitPlaceholder": "The total number of times this discount can be redeemed" | ||
} | ||
}, | ||
"discountsTable": { | ||
"headers": { | ||
"code": "Code", | ||
"discountMethod": "Method", | ||
"discount": "Discount", | ||
"calculation": { | ||
"method": "Calculation" | ||
}, | ||
"conditions": { | ||
"accountLimit": "Account Limit", | ||
"redemptionLimit": "Total Limit" | ||
} | ||
}, | ||
"filterPlaceholder": "Filter discount codes" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters