added translation to message settings page

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-20 19:56:29 +01:00
parent 048b6e5448
commit 1cb4d2ff14
4 changed files with 56 additions and 16 deletions

View File

@@ -107,7 +107,7 @@
</script>
<fieldset class="message settings">
<legend>{t('message settings')}</legend>
<legend>{t('notification settings')}</legend>
<p>{t('When shall messages be delivered?')}</p>
<table>
<tbody>
@@ -143,7 +143,7 @@
</td>
<td>
<label>
<input type="checkbox" onchange={selectTime} bind:checked={at8} />{t('8 am')}
<input type="checkbox" onchange={selectTime} bind:checked={at8} />{t('8:00 am')}
</label>
<label>
<input type="checkbox" onchange={selectTime} bind:checked={at9} />{t('9:00 am')}

View File

@@ -14,7 +14,7 @@
<legend>
{t('your_profile')}
<button onclick={() => router.navigate(`/user/${user.id}/edit`)}>{t('edit')}</button>
<!-- <button onclick={() => router.navigate(`/message/settings`)}>{t('settings')}</button> -->
<button onclick={() => router.navigate(`/message/settings`)}>{t('notification settings')}</button>
</legend>
<table>

View File

@@ -1,4 +1,19 @@
{
"8:00 am": "8:00 Uhr",
"9:00 am": "9:00 Uhr",
"10:00 am": "10:00 Uhr",
"11:00 am": "11:00 Uhr",
"1:00 pm": "13:00 Uhr",
"2:00 pm": "14:00 Uhr",
"3:00 pm": "15:00 Uhr",
"4:00 pm": "16:00 Uhr",
"5:00 pm": "17:00 Uhr",
"6:00 pm": "18:00 Uhr",
"7:00 pm": "19:00 Uhr",
"8:00 pm": "20:00 Uhr",
"9:00 pm": "21:00 Uhr",
"10:00 pm": "22:00 Uhr",
"abort": "abbrechen",
"actions": "Aktionen",
"add_login_service": "Login-Service anlegen",
@@ -25,6 +40,7 @@
"client_secret": "Client-Geheimnis",
"close_settings": "Einstellungen schließen",
"code": "Code",
"collect messages and send them at": "Nachriten sammeln und zustellen um",
"color": "Farbe",
"connect_service": "mit Service verbinden",
"connected_services": "verbundene Login-Services",
@@ -153,9 +169,11 @@
"hours": "Stunden",
"id": "Id",
"i don`t want to receive email notifications!": "Ich möchte keine Email-Benachrichtigungen!",
"impersonate": "zu Nutzer wechseln",
"IMPERSONATE": "Nutzer wechseln",
"index_page": "Aufgabenübersicht",
"instantly": "sofort",
"invert_filter": "Filter umkehren",
"invoice": "Rechnung",
"item": "Artikel",
@@ -189,7 +207,6 @@
"members": "Mitarbeiter",
"message": "Nachricht",
"messages": "Benachrichtigungen",
"message settings": "Benachrichtigungs-Einstellungen",
"miscellaneous_settings": "sonstige Einstellungen",
"missing_new_item_id": "Alter Artikel-ID ({0}) wurde keine neue ID zugeordnet!",
"mismatch": "ungleich",
@@ -228,11 +245,13 @@
"new_property": "neue Eigenschaft",
"no_bookmark_for_urlid": "Kein Lesezeichen zur URL-ID {0}",
"no_company": "keine Firma",
"noon": "12:00 Uhr",
"no_project_for_id": "Kein Projekt mit ID {0} gefunden!",
"no_task_for_id": "Keine Aufgabe mit ID {0} gefunden!",
"note": "Notiz",
"note ({id})": "Notiz ({id})",
"notes": "Notizen",
"notification settings": "Benachrichtigungs-Einstellungen",
"not_recent_version": "Die ist nicht die neuste Version dieser Seite!",
"number": "Nummer",
@@ -378,19 +397,20 @@
"user_deleted_entity": "{user} hat \"{entity}\" gelöscht",
"user_updated_entity": "{user} hat \"{entity}\" bearbeitet",
"value": "Wert",
"version": "Version",
"version_of": "Version {version} von {element}",
"visible_to_guests": "Für Besucher sichtbar",
"website": "Website",
"welcome" : "Willkommen, {0}",
"When shall messages be delivered?": "Wann sollen Nachrichten zugestellt werden?",
"wiki": "Wiki",
"wikis": "Wiki-Seiten",
"wiki page": "Wiki-Seite",
"wiki pages": "Wiki-Seiten",
"wiki_pages": "Wiki-Seiten",
"value": "Wert",
"version": "Version",
"version_of": "Version {version} von {element}",
"visible_to_guests": "Für Besucher sichtbar",
"year": "Jahr",
"You can view/edit this task at {base_url}/task/{id}/view": "Du kannst diese Aufgabe unter {base_url}/task/{id}/view ansehen/bearbeiten.",
"Your token to create a new password" : "Ihr Token zum Erstellen eines neuen Passworts",

View File

@@ -1,4 +1,19 @@
{
"8:00 am": "8:00 am",
"9:00 am": "9:00 am",
"10:00 am": "10:00 am",
"11:00 am": "11:00 am",
"1:00 pm": "1:00 pm",
"2:00 pm": "2:00 pm",
"3:00 pm": "3:00 pm",
"4:00 pm": "4:00 pm",
"5:00 pm": "5:00 pm",
"6:00 pm": "6:00 pm",
"7:00 pm": "7:00 pm",
"8:00 pm": "8:00 pm",
"9:00 pm": "9:00 pm",
"10:00 pm": "10:00 pm",
"abort": "abort",
"actions": "actions",
"add_login_service": "add login service",
@@ -25,6 +40,7 @@
"client_secret": "client secret",
"close_settings": "close settings",
"code": "code",
"collect messages and send them at": "collect messages and send them at",
"color": "color",
"connect_service": "connect with service",
"connected_services": "connected login services",
@@ -81,8 +97,8 @@
"do_login" : "do login",
"do_open" : "open",
"do_send" : "send",
"due_date": "due date",
"drag_n_drop": "drag & drop",
"due_date": "due date",
"duration": "duration",
"easy_list": "Easy List",
@@ -153,9 +169,11 @@
"hours": "hours",
"id": "ID",
"i don`t want to receive email notifications!": "i don`t want to receive email notifications!",
"impersonate": "impersonate",
"IMPERSONATE": "impersonate",
"index_page": "task overview",
"instantly": "instantly",
"invert_filter": "Filter umkehren",
"invoice": "invoice",
"item": "Item",
@@ -189,7 +207,6 @@
"members": "members",
"message": "message",
"messages": "messages",
"message settings": "message settings",
"miscellaneous_settings": "miscellaneous settings",
"missing_new_item_id": "Old item id ({0}) has no new counterpart!",
"mismatch": "mismatch",
@@ -228,11 +245,13 @@
"new_property": "new property",
"no_bookmark_for_urlid": "No bookmark with urlId {0}",
"no_company": "no company",
"noon": "noon",
"no_project_for_id": "No project found for id {0}",
"no_task_for_id": "No task found for id {0}",
"note": "note",
"note ({id})":"note ({id})",
"notes": "notes",
"notification settings": "notification settings",
"not_recent_version": "This is not the current version of this page!",
"number": "number",
@@ -378,19 +397,20 @@
"user_deleted_entity": "{user} deleted \"{entity}\"",
"user_updated_entity": "{user} updated \"{entity}\"",
"value": "value",
"version": "version",
"version_of": "version {version} of {element}",
"visible_to_guests": "visible to guests",
"website": "website",
"welcome" : "Welcome, {0}",
"When shall messages be delivered?": "When shall messages be delivered?",
"wiki": "Wiki",
"wikis": "wiki pages",
"wiki page": "wiki page",
"wiki pages": "wiki pages",
"wiki_pages": "wiki pages",
"value": "value",
"version": "version",
"version_of": "version {version} of {element}",
"visible_to_guests": "visible to guests",
"year": "year",
"You can view/edit this task at {base_url}/task/{id}/view": "You can view/edit this task at {base_url}/task/{id}/view",
"Your token to create a new password" : "Your token to create a new password",