feat: add contact link to settings, update lake labels and sidebar icons, and enhance KPI flow visualization

This commit is contained in:
David Fencl
2026-06-05 23:40:56 +02:00
parent 57e9bf12ca
commit b660f0f6c3
4 changed files with 49 additions and 8 deletions
+6 -2
View File
@@ -4,7 +4,7 @@ export const t = {
en: {
sidebar: {
favorites: 'Favorites',
lakes: 'Lakes',
lakes: 'Lakes & Reservoirs',
map: 'Map',
settings: 'Settings'
},
@@ -46,13 +46,15 @@ export const t = {
language: 'Language',
english: 'English',
czech: 'Čeština',
contact: 'Contact',
contactPlaceholder: 'Your email address',
buyCoffee: 'Buy Me a Coffee'
}
},
cs: {
sidebar: {
favorites: 'Oblíbené',
lakes: 'Jezera',
lakes: 'Jezera a nádrže',
map: 'Mapa',
settings: 'Nastavení'
},
@@ -94,6 +96,8 @@ export const t = {
language: 'Jazyk',
english: 'English',
czech: 'Čeština',
contact: 'Kontakt',
contactPlaceholder: 'Vaše e-mailová adresa',
buyCoffee: 'Kup mi kávu'
}
}