This commit is contained in:
Christian Beutel
2024-06-07 15:42:02 +02:00
parent ccb7a4cd3a
commit 09335a85d2
15 changed files with 105 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import type { Category } from "$lib/models/category";
import { getFileURL } from "$lib/util/file_util";
import { _ } from "svelte-i18n";
export let category: Category;
</script>
@@ -17,7 +17,7 @@
class="absolute bottom-0 w-full h-1/2 bg-gradient-to-b from-transparent to-black opacity-50"
></div>
<h5 class="absolute text-white font-bold bottom-4 left-4 text-xl">
{category.name}
{$_(category.name)}
</h5>
</div>

View File

@@ -95,5 +95,5 @@
d="M43.857 43.3045C44.0569 43.0652 44.4246 43.0652 44.6245 43.3045L46.6259 45.7008C46.8978 46.0263 46.6663 46.5213 46.2421 46.5213H42.2394C41.8152 46.5213 41.5837 46.0263 41.8556 45.7008L43.857 43.3045Z"
fill="#242734"
/>
<text x="178" y="64" fill="white" font-size="0.75rem">v0.5.1</text>
<text x="178" y="64" fill="white" font-size="0.75rem">v0.6.0</text>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,5 +1,4 @@
<script lang="ts">
import { page } from "$app/stores";
import type { Trail } from "$lib/models/trail";
import { getFileURL } from "$lib/util/file_util";
import {

View File

@@ -1,4 +1,10 @@
{
"Biking": "Radfahren",
"Canoeing": "Kanufahren",
"Climbing": "Klettern",
"Hiking": "Wandern",
"Skiing": "Skifahren",
"Walking": "Laufen",
"about": "Über",
"account-delete-confirm": "Du bist dabei, dein Konto zu löschen. Alle deine Routen werden ebenfalls gelöscht. Möchtest du fortfahren?",
"add-entry": "Eintrag hinzufügen",

View File

@@ -1,4 +1,10 @@
{
"Biking": "Biking",
"Canoeing": "Canoeing",
"Climbing": "Climbing",
"Hiking": "Hiking",
"Skiing": "Skiing",
"Walking": "Walking",
"about": "About",
"account-delete-confirm": "You are about to delete your account. All your trails will also be deleted. Do you want to proceed?",
"add-entry": "Add Entry",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "Informations",
"account-delete-confirm": "Vous êtes sur le point de supprimer votre compte. Toutes vos trails seront également supprimées. Voulez-vous continuer ?",
"add-entry": "Ajouter une entrée",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "A programról",
"account-delete-confirm": "Ön most a profilját készül törölni. Minden nyomvonala törlődik. Szeretné folytatni?",
"add-entry": "Bejegyzés hozzáadása",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "Over",
"account-delete-confirm": "Je staat op het punt je account te verwijderen. Al je wandelroutes worden hierdoor eveneens verwijderd. Wil je doorgaan?",
"add-entry": "Item toevoegen",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "Na temat",
"account-delete-confirm": "Usuniesz swoje konto. Wszystkie twoje ścieżki zostaną usunięte. Czy chcesz kontynuować?",
"add-entry": "Dodaj Pozycję",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "Sobre",
"account-delete-confirm": "Você está prestes a excluir sua conta. Todas as suas trilhas também serão excluídas. Queres prosseguir?",
"add-entry": "Adicionar entrada",

View File

@@ -1,4 +1,10 @@
{
"Biking": "",
"Canoeing": "",
"Climbing": "",
"Hiking": "",
"Skiing": "",
"Walking": "",
"about": "关于",
"account-delete-confirm": "您现在要删除当前账户,所有的路线都会删除无法恢复,确认继续操作吗?",
"add-entry": "添加日程",