add new strings

This commit is contained in:
otsmr 2026-01-17 19:01:47 +01:00
parent c1dc14a53f
commit 20f3c2f0a4
2 changed files with 6 additions and 2 deletions

4
de.arb
View file

@ -70,6 +70,7 @@
"contextMenuOpenChat": "Chat",
"contextMenuPin": "Anheften",
"contextMenuUnpin": "Lösen",
"contextMenuViewAgain": "Nochmal anschauen",
"mediaViewerAuthReason": "Bitte authentifiziere dich, um diesen twonly zu sehen!",
"mediaViewerTwonlyTapToOpen": "Tippe um den twonly zu öffnen!",
"messageSendState_Received": "Empfangen",
@ -474,5 +475,6 @@
"manageSubscription": "Abonnement verwalten",
"storeAsDefault": "Als Standard speichern",
"deleteUserErrorMessage": "Du kannst den Kontakt erst löschen, wenn der direkte Chat gelöscht wurde und der Kontakt nicht mehr Mitglied einer Gruppe ist.",
"groupSizeLimitError": "Derzeit ist die Gruppengröße auf {size} Personen begrenzt!"
"groupSizeLimitError": "Derzeit ist die Gruppengröße auf {size} Personen begrenzt!",
"authRequestReopenImage": "Um das Bild erneut zu öffnen, musst du dich authentifizieren."
}

4
en.arb
View file

@ -73,6 +73,7 @@
"contextMenuOpenChat": "Open chat",
"contextMenuPin": "Pin",
"contextMenuUnpin": "Unpin",
"contextMenuViewAgain": "View again",
"mediaViewerAuthReason": "Please authenticate to see this twonly!",
"mediaViewerTwonlyTapToOpen": "Tap to open your twonly!",
"messageSendState_Received": "Received",
@ -504,5 +505,6 @@
"manageSubscription": "Manage subscription",
"storeAsDefault": "Store as default",
"deleteUserErrorMessage": "You can only delete the contact once the direct chat has been deleted and the contact is no longer a member of a group.",
"groupSizeLimitError": "Currently, group size is limited to {size} people!"
"groupSizeLimitError": "Currently, group size is limited to {size} people!",
"authRequestReopenImage": "You must authenticate to reopen the image."
}