Commit b05ec7f7 authored by Tsvetelina's avatar Tsvetelina
Browse files

feat: #1036/translate show on map button

parent d9ebcca7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@
			routerLink="track"
		>
			<i class="ion-md-map button-icon mr-1"></i>
			<small _ngcontent-c55="">Show on Map</small>
			<small _ngcontent-c55="">{{
				'WAREHOUSES_VIEW.SHOW_ON_MAP' | translate
			}}</small>
		</button>
	</nb-card-header>

+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@
		"DELETE_WAREHOUSES": "Изтрий Селектирани",
		"DELETE": "Изтрий",
		"CREATE": "създавам",
		"SHOW_ON_MAP": "Покажи на карта",
		"SMART_TABLE_COLUMNS": {
			"IMAGE": "Изображение",
			"NAME": "Име",
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@
		"DELETE_WAREHOUSES": "Delete Selected",
		"DELETE": "DELETE",
		"CREATE": "CREATE",
		"SHOW_ON_MAP": "Show on map",
		"SMART_TABLE_COLUMNS": {
			"IMAGE": "Image",
			"NAME": "Name",
+1 −0
Original line number Diff line number Diff line
@@ -381,6 +381,7 @@
		"DELETE_WAREHOUSES": "Eliminar Seleccionadas",
		"DELETE": "ELIMINAR",
		"CREATE": "CREAR",
		"SHOW_ON_MAP": "Mostrar en el mapa",
		"SMART_TABLE_COLUMNS": {
			"IMAGE": "Imágen",
			"NAME": "Nombre",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
	"WAREHOUSES_VIEW": {
		"TITLE": "Entrepôts",
		"DELETE_WAREHOUSES": "Supprimer la Sélection",
		"SHOW_ON_MAP": "Afficher sur la carte",
		"SMART_TABLE_COLUMNS": {
			"NAME": "Prénom",
			"EMAIL": "Email",
Loading