From: PhiTux Date: Wed, 22 Oct 2025 16:13:10 +0000 (+0200) Subject: added translation to logout X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e54bf659ee510e935cc80e1d58f8a63acc61e3bb;p=DailyTxT.git added translation to logout --- diff --git a/backend/version b/backend/version index 5570fd7..87060a5 100644 --- a/backend/version +++ b/backend/version @@ -1 +1 @@ -2.0.0-testing.3 +2.0.0-testing.4 diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 28d3606..1a076bc 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -142,6 +142,9 @@ "title_new": "Neues Tag erstellen" } }, + "navbar": { + "greeting": "Hi {user}" + }, "read": { "load_images": "{count, plural, one {{count} Bild laden ({size})} other {Alle {count} Bilder des Monats laden ({size})}}", "no_entries": "Keine Einträge" @@ -280,6 +283,8 @@ "export.split_month": "Eine HTML pro Monat", "export.split_year": "Eine HTML pro Jahr", "export.start_date": "Von:", + "first_day_of_week": "Wochenbeginn", + "first_day_of_week.help_text": "Wähle aus, an welchem Tag die Woche beginnen soll (wirkt sich auf die Darstellung im Kalender aus). Änderungen werden u. U. erst nach einem Neuladen der Seite sichtbar.", "functions": "Funktionen", "images_description": "", "images_loading_default": "Bilder standardmäßig (auf jedem Gerät) automatisch laden", diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index ecf09ef..b928aac 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -142,6 +142,9 @@ "title_new": "Create new tag" } }, + "navbar": { + "greeting": "Hi {user}" + }, "read": { "load_images": "{count, plural, one {Load {count} image of the month ({size})} other {Load all {count} images of the month ({size})}}", "no_entries": "No entries" @@ -280,6 +283,8 @@ "export.split_month": "One HTML per month", "export.split_year": "One HTML per year", "export.start_date": "From:", + "first_day_of_week": "Start of the week", + "first_day_of_week.help_text": "Select the day on which the week should start (affects the display in the calendar). Changes may only be visible after reloading the page.", "functions": "Functions", "images_description": "", "images_loading_default": "Automatically load images by default (on every device)", diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index bdf5346..858376e 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -1231,7 +1231,7 @@
{$t('nav.logout')}