update strings

This commit is contained in:
otsmr 2026-01-22 23:58:45 +01:00
parent 20f3c2f0a4
commit 9d04e9e1d0
2 changed files with 7 additions and 2 deletions

5
de.arb
View file

@ -403,6 +403,7 @@
"notificationAudio": "hat eine Sprachnachricht{inGroup} gesendet.", "notificationAudio": "hat eine Sprachnachricht{inGroup} gesendet.",
"notificationAddedToGroup": "hat dich zu \"{groupname}\" hinzugefügt.", "notificationAddedToGroup": "hat dich zu \"{groupname}\" hinzugefügt.",
"notificationContactRequest": "möchte sich mit dir vernetzen.", "notificationContactRequest": "möchte sich mit dir vernetzen.",
"notificationContactRequestUnknownUser": "hast eine neue Kontaktanfrage erhalten.",
"notificationAcceptRequest": "ist jetzt mit dir vernetzt.", "notificationAcceptRequest": "ist jetzt mit dir vernetzt.",
"notificationStoredMediaFile": "hat dein Bild gespeichert.", "notificationStoredMediaFile": "hat dein Bild gespeichert.",
"notificationReaction": "hat auf dein Bild reagiert.", "notificationReaction": "hat auf dein Bild reagiert.",
@ -412,7 +413,9 @@
"notificationReactionToImage": "hat mit {reaction} auf dein Bild reagiert.", "notificationReactionToImage": "hat mit {reaction} auf dein Bild reagiert.",
"notificationReactionToAudio": "hat mit {reaction} auf deine Sprachnachricht reagiert.", "notificationReactionToAudio": "hat mit {reaction} auf deine Sprachnachricht reagiert.",
"notificationResponse": "hat dir{inGroup} geantwortet.", "notificationResponse": "hat dir{inGroup} geantwortet.",
"notificationTitleUnknownUser": "[Unbekannt]", "notificationTitleUnknownUser": "Du",
"notificationTitleUnknown": "Du hast eine neue Nachricht.",
"notificationBodyUnknown": "Öffne twonly um mehr zu erfahren.",
"notificationCategoryMessageTitle": "Nachrichten", "notificationCategoryMessageTitle": "Nachrichten",
"notificationCategoryMessageDesc": "Nachrichten von anderen Benutzern.", "notificationCategoryMessageDesc": "Nachrichten von anderen Benutzern.",
"groupContextMenuDeleteGroup": "Dadurch werden alle Nachrichten in diesem Chat dauerhaft gelöscht.", "groupContextMenuDeleteGroup": "Dadurch werden alle Nachrichten in diesem Chat dauerhaft gelöscht.",

4
en.arb
View file

@ -433,6 +433,7 @@
"notificationAudio": "sent a voice message{inGroup}.", "notificationAudio": "sent a voice message{inGroup}.",
"notificationAddedToGroup": "has added you to \"{groupname}\"", "notificationAddedToGroup": "has added you to \"{groupname}\"",
"notificationContactRequest": "wants to connect with you.", "notificationContactRequest": "wants to connect with you.",
"notificationContactRequestUnknownUser": "have received a new contact request.",
"notificationAcceptRequest": "is now connected with you.", "notificationAcceptRequest": "is now connected with you.",
"notificationStoredMediaFile": "has stored your image.", "notificationStoredMediaFile": "has stored your image.",
"notificationReaction": "has reacted to your image.", "notificationReaction": "has reacted to your image.",
@ -442,7 +443,8 @@
"notificationReactionToImage": "has reacted with {reaction} to your image.", "notificationReactionToImage": "has reacted with {reaction} to your image.",
"notificationReactionToAudio": "has reacted with {reaction} to your audio message.", "notificationReactionToAudio": "has reacted with {reaction} to your audio message.",
"notificationResponse": "has responded{inGroup}.", "notificationResponse": "has responded{inGroup}.",
"notificationTitleUnknownUser": "[Unknown]", "notificationTitleUnknown": "You have a new message.",
"notificationBodyUnknown": "Open twonly to learn more.",
"notificationCategoryMessageTitle": "Messages", "notificationCategoryMessageTitle": "Messages",
"notificationCategoryMessageDesc": "Messages from other users.", "notificationCategoryMessageDesc": "Messages from other users.",
"groupContextMenuDeleteGroup": "This will permanently delete all messages in this chat.", "groupContextMenuDeleteGroup": "This will permanently delete all messages in this chat.",