added translation to logout
authorPhiTux <redacted>
Wed, 22 Oct 2025 16:13:10 +0000 (18:13 +0200)
committerPhiTux <redacted>
Wed, 22 Oct 2025 16:13:10 +0000 (18:13 +0200)
backend/version
frontend/src/i18n/de.json
frontend/src/i18n/en.json
frontend/src/routes/(authed)/+layout.svelte

index 5570fd77a32ecfd567b43a4de4529bf90742c129..87060a5725c59891918d6f77358b63e806d959e9 100644 (file)
@@ -1 +1 @@
-2.0.0-testing.3
+2.0.0-testing.4
index 28d3606e970f5bbe17ed464cc4e338d38ef4c4d1..1a076bc39718343f6bc45f3eed13b9ee839e0bd8 100644 (file)
       "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"
     "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": "<ul>\n\t<li>\n\t\tBeim Laden eines Textes können hochgeladene Bilder (sofern vorhanden) automatisch geladen werden. <em>Erhöhter Datenverbrauch!</em>\n\t</li>\n\t<li>Alternativ wird ein Button zum Nachladen aller Bilder angezeigt.</li>\n</ul>",
     "images_loading_default": "Bilder standardmäßig (auf jedem Gerät) automatisch laden",
index ecf09ef2ec4efeca65e3f210e3f4d4fa7a49d748..b928aac4718dcdf301f1dc8faecb9473aebe803f 100644 (file)
       "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"
     "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": "<ul>\n\t<li>\n\t\tWhen loading a text, uploaded images (if available) can be loaded automatically. <em>Increased data usage!</em>\n\t</li>\n\t<li>Alternatively, a button is displayed to load all images.</li>\n</ul>",
     "images_loading_default": "Automatically load images by default (on every device)",
index bdf534688159a47ac177fabfe2fb5bb54269fe1c..858376e85afd533e9a6667e55fb6c3bf55da22b3 100644 (file)
                                                <hr />
                                                <div class="d-flex flex-row">
                                                        <button class="btn btn-outline-danger ms-auto" onclick={() => logout(null)}
-                                                               >Logout <Fa icon={faPersonRunning} /></button
+                                                               >{$t('nav.logout')} <Fa icon={faPersonRunning} /></button
                                                        >
                                                </div>
                                        </div>
git clone https://git.99rst.org/PROJECT