-2.0.0-testing.3
+2.0.0-testing.4
"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",
"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)",
<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>