diff --git a/src/plugins/shipping-rates/i18n/en.json b/src/plugins/shipping-rates/i18n/en.json index 9176f560b22..ba61f2fe99d 100644 --- a/src/plugins/shipping-rates/i18n/en.json +++ b/src/plugins/shipping-rates/i18n/en.json @@ -5,6 +5,7 @@ "reaction-shipping-rates": { "admin": { "shippingSettings": { + "header": "Shipping", "flatRateLabel": "Flat Rate", "confirmRateDelete": "Delete this fulfillment method?", "rateSaved": "Fulfillment method saved", diff --git a/src/plugins/translations/i18n/en.json b/src/plugins/translations/i18n/en.json index be949cc2126..8e24f97f036 100644 --- a/src/plugins/translations/i18n/en.json +++ b/src/plugins/translations/i18n/en.json @@ -53,18 +53,69 @@ "accountSettingsLabel": "Login services", "accountSettingsTitle": "Login services", "accountSettingsDescription": "Authentication through social providers", - "saveSuccess": "Settings updated.", + "saveSuccess": "Settings updated", + "saveProcessing": "Saving Settings...", "saveFailed": "Failed to update settings.", "addShopMemberLabel": "Add shop member", "permissionsSettingsLabel": "Permissions", "localizationAndI18NLabel": "Localization and i18n", + "settingsLabel": "Settings", "shopSettingsLabel": "Shop", "import": "Import", - "general": { - "label": "General" + "shop": { + "header": "Shop", + "allowGuestCheckout": "Allow guest checkout", + "descriptionLabel": "Description", + "descriptionPlaceholder": "Enter a description for the shop", + "emailLabel": "Email", + "emailPlaceholder": "Enter a store contact email", + "keywordsLabel": "Keywords", + "keywordsPlaceholder": "Enter keywords for the shop", + "label": "Shop", + "nameLabel": "Name", + "namePlaceholder": "Enter a name for the shop", + "slugLabel": "Slug", + "slugPlaceholder": "Enter a slug for the shop" }, "address": { - "label": "Address" + "addNewAddress": "Add new address", + "address1Label": "Street", + "address2Label": "Suite, P.O. Box etc (optional)", + "cityLabel": "City", + "companyLabel": "Company Name", + "companyPlaceholder": "Enter the legal name of the company", + "countryLabel": "Country", + "editAddress": "Edit the shop's address", + "edit": "Edit", + "fullNameLabel": "Full Name", + "fullNamePlaceholder": "Enter the full name of the main contact for the shop", + "isCommercialLabel": "This is a commercial address", + "initialViewText": "A physical address for the shop has not yet been set.", + "label": "Address", + "phoneLabel": "Phone", + "postalLabel": "Postal/ZIP code", + "regionLabel": "Region (State)" + }, + "payment": { + "header": "Payment" + }, + "taxes": { + "header": "Taxes" + }, + "addressValidation": { + "header": "Address Validation Services" + }, + "system": { + "header": "System Information" + }, + "email": { + "header": "Email" + }, + "localization": { + "header": "Localization" + }, + "emailTemplates": { + "header": "Email Templates" }, "options": { "label": "Options" @@ -74,7 +125,8 @@ }, "productSettingsLabel": "Product Settings", "productDetailsLabel": "Product Details", - "templateSettingsLabel": "Template" + "settings": "Settings", + "templateSettingsLabel": "Email Templates" }, "userAccountDropdown": { "profileLabel": "Profile"