-
Notifications
You must be signed in to change notification settings - Fork 4
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 #33 from PrestaShopCorp/feature/i18n
Feature/i18n
- Loading branch information
Showing
9 changed files
with
772 additions
and
20 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"psaccounts": { | ||
"accountManager": { | ||
"errorInstallEnable": "Something went wrong. Please try again." | ||
}, | ||
"alertAccountNotInstalled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to install the PrestaShop Accounts module on your shop", | ||
"installButton": "Install", | ||
"loading": "Installing PrestaShop Accounts ..." | ||
}, | ||
"alertAccountNotEnabled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to activate the PrestaShop Accounts module on your shop", | ||
"enableButton": "Activate", | ||
"loading": "Enabling PrestaShop Accounts ..." | ||
}, | ||
"multiShopSelector": { | ||
"title": "Multi-store mode activated", | ||
"subtitle": "You must configure your stores one by one for this service, but your will be able to use the same account", | ||
"selectStore": "Please select the first store to configure from the list below", | ||
"tips": "After you are done with the first shop, you can configure the others, by selecting them one by one in the shop selector, in the horizontal menu", | ||
"configure": "Configure", | ||
"group": "Group" | ||
}, | ||
"account": { | ||
"title": "Your PrestaShop account", | ||
"authorize": "Authorize your account to manage your shop's services", | ||
"authorized": "You authorize this account to manage shop's services", | ||
"connectButton": "Connect", | ||
"disconnectButton": "Use another account", | ||
"emailValidationWarningLabel": "Email validation needed", | ||
"emailConfirmationAlert": "A confirmation email has been sent. Check your inbox and click on the link to activate your account", | ||
"noEmailReceived": "No confirmation email", | ||
"sendEmail": "Send it again", | ||
"needToBeAdmin": "In order to proceed, you have to be administrator of the shop", | ||
"pleaseContact": "Please contact" | ||
} | ||
}, | ||
"billing": { | ||
"billing": { | ||
"upgradePlanButton": "Upgrade plan", | ||
"upgradePlanLink": "See plans", | ||
"currentPlan": "Current plan", | ||
"paymentMethod": "Payment method", | ||
"address": "Billing address", | ||
"priceFree": "FREE", | ||
"nextInvoicingDate": "Next invoicing date:", | ||
"periodicity": { | ||
"monthly": "month", | ||
"yearly": "year" | ||
}, | ||
"editPaymentMethod": "Edit", | ||
"editAddress": "Edit", | ||
"noAddress": "Unknown", | ||
"noPaymentMethod": "Unknown", | ||
"expires": "Expires" | ||
}, | ||
"priceFormat": "{currency} {amount}" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"psaccounts": { | ||
"accountManager": { | ||
"errorInstallEnable": "Something went wrong. Please try again." | ||
}, | ||
"alertAccountNotInstalled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to install the PrestaShop Accounts module on your shop", | ||
"installButton": "Install", | ||
"loading": "Installing PrestaShop Accounts ..." | ||
}, | ||
"alertAccountNotEnabled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to activate the PrestaShop Accounts module on your shop", | ||
"enableButton": "Activate", | ||
"loading": "Enabling PrestaShop Accounts ..." | ||
}, | ||
"multiShopSelector": { | ||
"title": "Multi-store mode activated", | ||
"subtitle": "You must configure your stores one by one for this service, but your will be able to use the same account", | ||
"selectStore": "Please select the first store to configure from the list below", | ||
"tips": "After you are done with the first shop, you can configure the others, by selecting them one by one in the shop selector, in the horizontal menu", | ||
"configure": "Configure", | ||
"group": "Group" | ||
}, | ||
"account": { | ||
"title": "Votre compte PrestaShop", | ||
"authorize": "Authorize your account to manage your shop's services", | ||
"authorized": "You authorize this account to manage shop's services", | ||
"connectButton": "Connect", | ||
"disconnectButton": "Use another account", | ||
"emailValidationWarningLabel": "Email validation needed", | ||
"emailConfirmationAlert": "A confirmation email has been sent. Check your inbox and click on the link to activate your account", | ||
"noEmailReceived": "No confirmation email", | ||
"sendEmail": "Send it again", | ||
"needToBeAdmin": "In order to proceed, you have to be administrator of the shop", | ||
"pleaseContact": "Please contact" | ||
} | ||
}, | ||
"billing": { | ||
"billing": { | ||
"upgradePlanButton": "Upgrade plan", | ||
"upgradePlanLink": "See plans", | ||
"currentPlan": "Current plan", | ||
"paymentMethod": "Payment method", | ||
"address": "Billing address", | ||
"priceFree": "FREE", | ||
"nextInvoicingDate": "Next invoicing date:", | ||
"periodicity": { | ||
"monthly": "month", | ||
"yearly": "year" | ||
}, | ||
"editPaymentMethod": "Edit", | ||
"editAddress": "Edit", | ||
"noAddress": "Unknown", | ||
"noPaymentMethod": "Unknown", | ||
"expires": "Expires" | ||
}, | ||
"priceFormat": "{currency} {amount}" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"psaccounts": { | ||
"accountManager": { | ||
"errorInstallEnable": "Something went wrong. Please try again." | ||
}, | ||
"alertAccountNotInstalled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to install the PrestaShop Accounts module on your shop", | ||
"installButton": "Install", | ||
"loading": "Installing PrestaShop Accounts ..." | ||
}, | ||
"alertAccountNotEnabled": { | ||
"title": "PrestaShop Accounts module needed", | ||
"message": "To enable this module you need to activate the PrestaShop Accounts module on your shop", | ||
"enableButton": "Activate", | ||
"loading": "Enabling PrestaShop Accounts ..." | ||
}, | ||
"multiShopSelector": { | ||
"title": "Multi-store mode activated", | ||
"subtitle": "You must configure your stores one by one for this service, but your will be able to use the same account", | ||
"selectStore": "Please select the first store to configure from the list below", | ||
"tips": "After you are done with the first shop, you can configure the others, by selecting them one by one in the shop selector, in the horizontal menu", | ||
"configure": "Configure", | ||
"group": "Group" | ||
}, | ||
"account": { | ||
"title": "Your PrestaShop account", | ||
"authorize": "Authorize your account to manage your shop's services", | ||
"authorized": "You authorize this account to manage shop's services", | ||
"connectButton": "Connect", | ||
"disconnectButton": "Use another account", | ||
"emailValidationWarningLabel": "Email validation needed", | ||
"emailConfirmationAlert": "A confirmation email has been sent. Check your inbox and click on the link to activate your account", | ||
"noEmailReceived": "No confirmation email", | ||
"sendEmail": "Send it again", | ||
"needToBeAdmin": "In order to proceed, you have to be administrator of the shop", | ||
"pleaseContact": "Please contact" | ||
} | ||
}, | ||
"billing": { | ||
"billing": { | ||
"upgradePlanButton": "Upgrade plan", | ||
"upgradePlanLink": "See plans", | ||
"currentPlan": "Current plan", | ||
"paymentMethod": "Payment method", | ||
"address": "Billing address", | ||
"priceFree": "FREE", | ||
"nextInvoicingDate": "Next invoicing date:", | ||
"periodicity": { | ||
"monthly": "month", | ||
"yearly": "year" | ||
}, | ||
"editPaymentMethod": "Edit", | ||
"editAddress": "Edit", | ||
"noAddress": "Unknown", | ||
"noPaymentMethod": "Unknown", | ||
"expires": "Expires" | ||
}, | ||
"priceFormat": "{currency} {amount}" | ||
} | ||
} |
Oops, something went wrong.