Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix(i18n): update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
edX Transifex Bot authored and edx-transifex-bot committed Jun 30, 2019
1 parent 3cbddd6 commit d8e0483
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/i18n/messages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"payment.coupon.submit": "Apply",
"payment.coupon.remove": "Remove",
"payment.coupon.benefit.percentage": "Coupon {code} applied for {value} off",
"payment.coupon.added": "Coupon code '{code}' was added to your basket.",
"payment.coupon.removed": "Coupon code '{code}' was removed from your basket.",
"payment.coupon.benefit.absolute": "Coupon {code} applied for {value} off",
"payment.coupon.benefit.default": "Coupon {code} applied",
"payment.coupon.error.unknown": "We couldn't apply that coupon.",
Expand All @@ -53,6 +55,9 @@
"payment.form.errors.invalid.security.code": "Invalid security code",
"payment.form.errors.card.expired": "Card expired",
"payment.form.errors.required.field": "This field is required",
"payment.select.payment.method.heading": "Select Payment Method",
"payment.page.method.type.credit": "Credit Card",
"payment.page.method.type.paypal": "PayPal",
"payment.empty.basket.heading": "Your basket is empty.",
"payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.",
"payment.empty.basket.dashboardURL": "dashboard",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/messages/es_419.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"payment.coupon.submit": "Apply",
"payment.coupon.remove": "Remove",
"payment.coupon.benefit.percentage": "Coupon {code} applied for {value} off",
"payment.coupon.added": "Coupon code '{code}' was added to your basket.",
"payment.coupon.removed": "Coupon code '{code}' was removed from your basket.",
"payment.coupon.benefit.absolute": "Coupon {code} applied for {value} off",
"payment.coupon.benefit.default": "Coupon {code} applied",
"payment.coupon.error.unknown": "We couldn't apply that coupon.",
Expand All @@ -53,6 +55,9 @@
"payment.form.errors.invalid.security.code": "Invalid security code",
"payment.form.errors.card.expired": "Card expired",
"payment.form.errors.required.field": "This field is required",
"payment.select.payment.method.heading": "Select Payment Method",
"payment.page.method.type.credit": "Credit Card",
"payment.page.method.type.paypal": "PayPal",
"payment.empty.basket.heading": "Your basket is empty.",
"payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.",
"payment.empty.basket.dashboardURL": "dashboard",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"payment.coupon.submit": "Apply",
"payment.coupon.remove": "Remove",
"payment.coupon.benefit.percentage": "Coupon {code} applied for {value} off",
"payment.coupon.added": "Coupon code '{code}' was added to your basket.",
"payment.coupon.removed": "Coupon code '{code}' was removed from your basket.",
"payment.coupon.benefit.absolute": "Coupon {code} applied for {value} off",
"payment.coupon.benefit.default": "Coupon {code} applied",
"payment.coupon.error.unknown": "We couldn't apply that coupon.",
Expand All @@ -53,6 +55,9 @@
"payment.form.errors.invalid.security.code": "Invalid security code",
"payment.form.errors.card.expired": "Card expired",
"payment.form.errors.required.field": "This field is required",
"payment.select.payment.method.heading": "Select Payment Method",
"payment.page.method.type.credit": "Credit Card",
"payment.page.method.type.paypal": "PayPal",
"payment.empty.basket.heading": "Your basket is empty.",
"payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.",
"payment.empty.basket.dashboardURL": "dashboard",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/messages/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"payment.coupon.submit": "Apply",
"payment.coupon.remove": "Remove",
"payment.coupon.benefit.percentage": "Coupon {code} applied for {value} off",
"payment.coupon.added": "Coupon code '{code}' was added to your basket.",
"payment.coupon.removed": "Coupon code '{code}' was removed from your basket.",
"payment.coupon.benefit.absolute": "Coupon {code} applied for {value} off",
"payment.coupon.benefit.default": "Coupon {code} applied",
"payment.coupon.error.unknown": "We couldn't apply that coupon.",
Expand All @@ -53,6 +55,9 @@
"payment.form.errors.invalid.security.code": "Invalid security code",
"payment.form.errors.card.expired": "Card expired",
"payment.form.errors.required.field": "This field is required",
"payment.select.payment.method.heading": "Select Payment Method",
"payment.page.method.type.credit": "Credit Card",
"payment.page.method.type.paypal": "PayPal",
"payment.empty.basket.heading": "Your basket is empty.",
"payment.empty.basket.message": "If you attempted to make a purchase, you have not been charged. Return to your {actionLinkOne} to try again, or {actionLinkTwo}.",
"payment.empty.basket.dashboardURL": "dashboard",
Expand Down

0 comments on commit d8e0483

Please sign in to comment.