Unverified Commit 43818574 authored by Ruslan Konviser's avatar Ruslan Konviser Committed by GitHub
Browse files

Merge pull request #1059 from ever-co/fix/#1032-store-management-page-label-translation

fix: added translation into store management page labels
parents cb95a802 e24c9bab
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -55,7 +55,11 @@
		</google-map>
	</nb-tab>

	<nb-tab tabTitle="Payment" class="pt-5">
	<nb-tab
		tabTitle="{{ 'WAREHOUSE_MANAGE.WIZARD_TITLES.PAYMENT' | translate }}
	"
		class="pt-5"
	>
		<ea-warehouse-payments-settings-form
			#paymentsSettingsForm
			[isEdit]="true"
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@
			"ACCOUNT": "Сметка",
			"CONTACT_INFO": "Информация за контакт",
			"LOCATION": "Местоположение",
			"PAYMENT": "Плащане",
			"DELIVERY_ZONES": "Зони за доставка"
		}
	},
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@
			"ACCOUNT": "Account",
			"CONTACT_INFO": "Contact Info",
			"LOCATION": "Location",
			"PAYMENT": "Payment",
			"DELIVERY_ZONES": "Delivery zones"
		}
	},
+1 −0
Original line number Diff line number Diff line
@@ -373,6 +373,7 @@
			"ACCOUNT": "Cuenta",
			"CONTACT_INFO": "Información de Contacto",
			"LOCATION": "Ubicación",
			"PAYMENT": "Pago",
			"DELIVERY_ZONES": "Zonas de entrega"
		}
	},
+8 −0
Original line number Diff line number Diff line
@@ -30,6 +30,14 @@
			"STREET": "La rue est requise",
			"HOUSE": "Le numéro de maison est requis",
			"POSTCODE": "Code postal requis"
		},
		"WIZARD_TITLES": {
			"DETAILS": "Détails",
			"ACCOUNT": "Compte",
			"CONTACT_INFO": "Informations de contact",
			"LOCATION": "Emplacement",
			"PAYMENT": "Paiement",
			"DELIVERY_ZONES": "Zones de livraison"
		}
	},
	"WAREHOUSES_VIEW": {
Loading