-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations en.json (English, United States)
- Loading branch information
1 parent
a8e978c
commit 2fb3972
Showing
1 changed file
with
14 additions
and
14 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,23 +1,23 @@ | ||
{ | ||
"admin/editor.minicart.title": "Mini Cart", | ||
"admin/editor.minicart.description": "A simple mini cart that shows all products added to it", | ||
"admin/editor.minicart.showDiscount.title": "Show the quantity of saved money", | ||
"admin/editor.minicart.iconLabel.title": "Text to appear next to the icon", | ||
"admin/editor.minicart.labelMiniCartEmpty.title": "Text to appear when the mini cart is empty", | ||
"admin/editor.minicart.linkButtonFinishShopping.title": "Link to redirect after clicking in the Go to Checkout button", | ||
"admin/editor.minicart.labelButtonFinishShopping.title": "Text to appear in the finish shopping button", | ||
"admin/editor.minicart.title": "Cart", | ||
"admin/editor.minicart.description": "A simple summary that shows all products added to the cart", | ||
"admin/editor.minicart.showDiscount.title": "Show the amount of saved money", | ||
"admin/editor.minicart.iconLabel.title": "Text that will appear next to the icon", | ||
"admin/editor.minicart.labelMiniCartEmpty.title": "Text that will appear when the cart is empty", | ||
"admin/editor.minicart.linkButtonFinishShopping.title": "Link that will redirect after clicking the Go to Checkout button", | ||
"admin/editor.minicart.labelButtonFinishShopping.title": "Text that will appear in the Finish Shopping button", | ||
"admin/editor.minicart.showShippingCost.title": "Show the shipping cost above footer", | ||
"admin/editor.minicart.type.title": "Mini Cart Type", | ||
"admin/editor.minicart.type.popup": "Pop Up", | ||
"admin/editor.minicart.type.title": "Cart type", | ||
"admin/editor.minicart.type.popup": "Pop up", | ||
"admin/editor.minicart.type.sidebar": "Sidebar", | ||
"store/finish-shopping-button-label": "Go to checkout", | ||
"store/finish-shopping-button-label": "Go to Checkout", | ||
"store/minicart-empty": "Your cart is empty!", | ||
"store/sidebar-title": "My mini cart", | ||
"store/sidebar-title": "My Cart", | ||
"store/minicart-content-footer-discount": "Save", | ||
"store/minicart.error-removal": "Item removal failed, please try again", | ||
"store/minicart.error-removal": "Removing item failed. Please try again.", | ||
"store/minicart.shipping-cost": "Total shipping cost", | ||
"store/minicart.checkout-failure": "Something went wrong. Please, try again.", | ||
"store/minicart.go-to-checkout": "Go to checkout", | ||
"store/minicart.checkout-failure": "Something went wrong. Please try again.", | ||
"store/minicart.go-to-checkout": "Go to Checkout", | ||
"store/minicart.empty-state": "Your cart is empty.", | ||
"store/minicart.title": "Cart" | ||
} |