Translate to english
This commit is contained in:
@@ -286,7 +286,7 @@ const submit = () => {
|
|||||||
<div class="mr-auto">
|
<div class="mr-auto">
|
||||||
<form @submit.prevent="submit">
|
<form @submit.prevent="submit">
|
||||||
<div class="flex flex-col start-0">
|
<div class="flex flex-col start-0">
|
||||||
<span class="font-extrabold font-mono">Zadaj krajiny v ktorych chces vyhadavat</span>
|
<span class="font-extrabold font-mono">Countries in which compare</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<multiselect :close-on-select="false" :multiple="true" v-model="form.countries" :options="ccountry_list"
|
<multiselect :close-on-select="false" :multiple="true" v-model="form.countries" :options="ccountry_list"
|
||||||
@@ -294,7 +294,7 @@ const submit = () => {
|
|||||||
</multiselect>
|
</multiselect>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col start-0">
|
<div class="flex flex-col start-0">
|
||||||
<span class="font-extrabold font-mono">Krajina produktu na vyhladanie</span>
|
<span class="font-extrabold font-mono">Country in which search product</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<multiselect :close-on-select="false" :multiple="false" v-model="form.country" :options="ccodes"
|
<multiselect :close-on-select="false" :multiple="false" v-model="form.country" :options="ccodes"
|
||||||
@@ -343,7 +343,7 @@ const submit = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col start-0">
|
<div class="flex flex-col start-0">
|
||||||
<span class="font-extrabold font-mono">Vysledky vyhladavania</span>
|
<span class="font-extrabold font-mono">Results</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<EasyTable :rows-per-page=15 :headers="hproducts" :items="tproducts" alternating>
|
<EasyTable :rows-per-page=15 :headers="hproducts" :items="tproducts" alternating>
|
||||||
|
|||||||
Reference in New Issue
Block a user