feat: allow dashboard section reordering
This commit is contained in:
23
lib/i18n.tsx
23
lib/i18n.tsx
@@ -28,10 +28,20 @@ const translations = {
|
||||
"settings.theme.title": "Motyw",
|
||||
"settings.theme.description": "Przełącz jasny lub ciemny wygląd aplikacji na tym urządzeniu.",
|
||||
"settings.dashboardSections.title": "Strona główna",
|
||||
"settings.dashboardSections.description": "Wybierz, które dodatkowe sekcje mają być widoczne na dashboardzie.",
|
||||
"settings.dashboardSections.description": "Wybierz widoczność i kolejność sekcji pod główną kartą pogody.",
|
||||
"settings.dashboardSections.moveUp": "Przenieś sekcję {section} wyżej",
|
||||
"settings.dashboardSections.moveDown": "Przenieś sekcję {section} niżej",
|
||||
"settings.dashboardSections.warnings.title": "Ostrzeżenia",
|
||||
"settings.dashboardSections.warnings.description":
|
||||
"Pokazuje aktywne i nadchodzące ostrzeżenia dla wybranej lokalizacji. Na stronie głównej sekcja pojawia się tylko wtedy, gdy jest aktywne ostrzeżenie meteo.",
|
||||
"settings.dashboardSections.weatherBrief.title": "Brief dnia",
|
||||
"settings.dashboardSections.weatherBrief.description":
|
||||
"Pokazuje deterministyczne podsumowanie dnia i krótką prognozę na jutro.",
|
||||
"settings.dashboardSections.forecast.title": "Prognoza 7-dniowa",
|
||||
"settings.dashboardSections.forecast.description":
|
||||
"Pokazuje najbliższe godziny, prognozę tygodniową i wykresy dnia.",
|
||||
"settings.dashboardSections.favorites.title": "Ulubione",
|
||||
"settings.dashboardSections.favorites.description": "Pokazuje zapisane lokalizacje i stacje na stronie głównej.",
|
||||
"settings.dashboardSections.featuredStations.title": "Szybki wybór",
|
||||
"settings.dashboardSections.featuredStations.description":
|
||||
"Pokazuje listę popularnych lokalizacji na dole strony głównej.",
|
||||
@@ -340,10 +350,19 @@ const translations = {
|
||||
"settings.theme.title": "Theme",
|
||||
"settings.theme.description": "Switch the light or dark appearance on this device.",
|
||||
"settings.dashboardSections.title": "Home screen",
|
||||
"settings.dashboardSections.description": "Choose which additional sections are visible on the dashboard.",
|
||||
"settings.dashboardSections.description": "Choose visibility and order for sections below the main weather card.",
|
||||
"settings.dashboardSections.moveUp": "Move {section} up",
|
||||
"settings.dashboardSections.moveDown": "Move {section} down",
|
||||
"settings.dashboardSections.warnings.title": "Warnings",
|
||||
"settings.dashboardSections.warnings.description":
|
||||
"Shows active and upcoming warnings for the selected location. On the home screen, this section appears only when an active weather warning exists.",
|
||||
"settings.dashboardSections.weatherBrief.title": "Daily brief",
|
||||
"settings.dashboardSections.weatherBrief.description":
|
||||
"Shows the deterministic daily summary and a short forecast for tomorrow.",
|
||||
"settings.dashboardSections.forecast.title": "7-day forecast",
|
||||
"settings.dashboardSections.forecast.description": "Shows the next hours, weekly forecast and daily charts.",
|
||||
"settings.dashboardSections.favorites.title": "Favorites",
|
||||
"settings.dashboardSections.favorites.description": "Shows saved places and stations on the home screen.",
|
||||
"settings.dashboardSections.featuredStations.title": "Quick select",
|
||||
"settings.dashboardSections.featuredStations.description":
|
||||
"Shows the popular locations list at the bottom of the home screen.",
|
||||
|
||||
Reference in New Issue
Block a user