Skip to content

Commit

Permalink
Merge pull request #6097 from reactioncommerce/refactor-settings-tran…
Browse files Browse the repository at this point in the history
…slations

refactor: add translation strings for settings form
  • Loading branch information
mikemurray authored Mar 5, 2020
2 parents 5c253c3 + 9d1d4ba commit 33f9842
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/plugins/shipping-rates/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"reaction-shipping-rates": {
"admin": {
"shippingSettings": {
"header": "Shipping",
"flatRateLabel": "Flat Rate",
"confirmRateDelete": "Delete this fulfillment method?",
"rateSaved": "Fulfillment method saved",
Expand Down
62 changes: 57 additions & 5 deletions src/plugins/translations/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -74,7 +125,8 @@
},
"productSettingsLabel": "Product Settings",
"productDetailsLabel": "Product Details",
"templateSettingsLabel": "Template"
"settings": "Settings",
"templateSettingsLabel": "Email Templates"
},
"userAccountDropdown": {
"profileLabel": "Profile"
Expand Down

0 comments on commit 33f9842

Please sign in to comment.