feat: add donation info

This commit is contained in:
cogwheel0
2025-10-02 15:14:34 +05:30
parent afd3231ae9
commit 089eb48bd7
10 changed files with 276 additions and 0 deletions

View File

@@ -47,6 +47,27 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get account => 'Konto';
@override
String get supportConduit => 'Conduit unterstützen';
@override
String get supportConduitSubtitle =>
'Hilf, die Weiterentwicklung und neue Funktionen zu finanzieren.';
@override
String get githubSponsorsTitle => 'GitHub Sponsors';
@override
String get githubSponsorsSubtitle =>
'Werde monatliche*r Sponsor*in und unterstütze die Roadmap.';
@override
String get buyMeACoffeeTitle => 'Buy Me a Coffee';
@override
String get buyMeACoffeeSubtitle =>
'Bedanke dich mit einer einmaligen Spende.';
@override
String get signOut => 'Abmelden';