improve error messages

This commit is contained in:
otsmr 2026-01-17 17:20:12 +01:00
parent 471fed328f
commit c1dc14a53f
2 changed files with 4 additions and 2 deletions

3
de.arb
View file

@ -464,7 +464,8 @@
"autoStoreAllSendUnlimitedMediaFilesSubtitle": "Wenn du diese Option aktivierst, werden alle Bilder, die du sendest, gespeichert, sofern sie mit einem unendlichen Countdown und nicht im twonly-Modus gesendet wurden.", "autoStoreAllSendUnlimitedMediaFilesSubtitle": "Wenn du diese Option aktivierst, werden alle Bilder, die du sendest, gespeichert, sofern sie mit einem unendlichen Countdown und nicht im twonly-Modus gesendet wurden.",
"termsOfService": "Allgemeine Geschäftsbedingungen", "termsOfService": "Allgemeine Geschäftsbedingungen",
"privacyPolicy": "Datenschutzerklärung", "privacyPolicy": "Datenschutzerklärung",
"additionalUserAddError": "Es konnte kein zusätzlicher Nutzer hinzugefügt werden. Versuche es später noch einmal.", "additionalUserAddError": "{username} konnte nicht hinzugefügt werden, bitte versuche es später noch einmal.",
"additionalUserAddErrorNotInFreePlan": "{username} hat bereits einen bezahlten Tarif und konnte daher nicht hinzugefügt werden.",
"additionalUserAddButton": "Zusätzlichen Benutzer hinzufügen ({used}/{limit})", "additionalUserAddButton": "Zusätzlichen Benutzer hinzufügen ({used}/{limit})",
"additionalUserRemoveTitle": "Diesen zusätzlichen Benutzer entfernen", "additionalUserRemoveTitle": "Diesen zusätzlichen Benutzer entfernen",
"additionalUserRemoveDesc": "Der zusätzliche Nutzer wird nach der Entfernung automatisch auf den kostenlosen Tarif zurückgestuft und du kannst eine andere Person hinzufügen.", "additionalUserRemoveDesc": "Der zusätzliche Nutzer wird nach der Entfernung automatisch auf den kostenlosen Tarif zurückgestuft und du kannst eine andere Person hinzufügen.",

3
en.arb
View file

@ -494,7 +494,8 @@
"autoStoreAllSendUnlimitedMediaFilesSubtitle": "If you enable this option, all images you send will be saved as long as they were sent with an infinite countdown and not in twonly mode.", "autoStoreAllSendUnlimitedMediaFilesSubtitle": "If you enable this option, all images you send will be saved as long as they were sent with an infinite countdown and not in twonly mode.",
"termsOfService": "Terms of service", "termsOfService": "Terms of service",
"privacyPolicy": "Privacy policy", "privacyPolicy": "Privacy policy",
"additionalUserAddError": "Could not add additional user. Try again later.", "additionalUserAddError": "{username} could not be added, please try again later.",
"additionalUserAddErrorNotInFreePlan": "{username} is already on a paid plan and therefore could not be added.",
"additionalUserAddButton": "Add additional user ({used}/{limit})", "additionalUserAddButton": "Add additional user ({used}/{limit})",
"additionalUserRemoveTitle": "Remove this additional user", "additionalUserRemoveTitle": "Remove this additional user",
"additionalUserRemoveDesc": "After removal, the additional user will automatically be downgraded to the free plan, and you can add another person.", "additionalUserRemoveDesc": "After removal, the additional user will automatically be downgraded to the free plan, and you can add another person.",