Skip to content

Commit

Permalink
fix: Некоторые правки
Browse files Browse the repository at this point in the history
  • Loading branch information
Luferov Victor committed Apr 12, 2023
1 parent 83e7573 commit 22c2ede
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 48 deletions.
4 changes: 2 additions & 2 deletions client/assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"file": "Select a file"
},
"index": {
"header1": "Spare parts for trucks from Europe",
"header2": "Direct deliveries of original spare parts for trucks from Volvo, MAN, DAF, Scania, Mercedes, Iveco and other brands",
"header": "Spare parts for trucks from Europe",
"title": "Direct deliveries of original spare parts for trucks from Volvo, MAN, DAF, Scania, Mercedes, Iveco and other brands",
"info": "User registration is temporarily closed. Orders via managers by phone +7(4812)688-555"
}
}
4 changes: 2 additions & 2 deletions client/assets/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"file": "Выберете файл"
},
"index": {
"header1": "Запчасти для грузовой техники из Европы",
"header2": "Прямые поставки оригинальных запчастей для грузовой техники Volvo, MAN, DAF, Scania, Mercedes, Iveco и других марок",
"header": "Запчасти для грузовой техники из Европы",
"title": "Прямые поставки оригинальных запчастей для грузовой техники Volvo, MAN, DAF, Scania, Mercedes, Iveco и других марок",
"info": "Регистрация пользователей временно закрыта. Заказы через менеджеров по телефону +7(4812)688-555."
}
}
6 changes: 3 additions & 3 deletions client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ useHead({
</script>
<template>
<div class="grid text-center place-items-center mt-5">
<h1>{{ $t('index.header1') }}</h1>
<h2>{{ $t('index.header2') }}</h2>
<img src="/images/truck.svg" alt="" />
<h1>{{ $t('index.header') }}</h1>
<h2>{{ $t('index.title') }}</h2>
<v-img src="/images/truck.svg" class="w-1/3" alt="" />
<p class="text-base">{{ $t('index.info') }}</p>
</div>
</template>
Loading

0 comments on commit 22c2ede

Please sign in to comment.