mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
fix bug
This commit is contained in:
parent
2ecebb2429
commit
6f3ac11f2f
4 changed files with 162 additions and 307 deletions
|
|
@ -118,7 +118,10 @@ class ContactsDao extends DatabaseAccessor<TwonlyDatabase>
|
|||
|
||||
Stream<List<Contact>> watchNotAcceptedContacts() {
|
||||
return (select(contacts)
|
||||
..where((t) => t.accepted.equals(false) & t.archived.equals(false)))
|
||||
..where((t) =>
|
||||
t.accepted.equals(false) &
|
||||
t.archived.equals(false) &
|
||||
t.blocked.equals(false)))
|
||||
.watch();
|
||||
// return (select(contacts)).watch();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,8 +62,7 @@ import 'app_localizations_en.dart';
|
|||
/// be consistent with the languages listed in the AppLocalizations.supportedLocales
|
||||
/// property.
|
||||
abstract class AppLocalizations {
|
||||
AppLocalizations(String locale)
|
||||
: localeName = intl.Intl.canonicalizedLocale(locale.toString());
|
||||
AppLocalizations(String locale) : localeName = intl.Intl.canonicalizedLocale(locale.toString());
|
||||
|
||||
final String localeName;
|
||||
|
||||
|
|
@ -71,8 +70,7 @@ abstract class AppLocalizations {
|
|||
return Localizations.of<AppLocalizations>(context, AppLocalizations);
|
||||
}
|
||||
|
||||
static const LocalizationsDelegate<AppLocalizations> delegate =
|
||||
_AppLocalizationsDelegate();
|
||||
static const LocalizationsDelegate<AppLocalizations> delegate = _AppLocalizationsDelegate();
|
||||
|
||||
/// A list of this localizations delegate along with the default localizations
|
||||
/// delegates.
|
||||
|
|
@ -84,8 +82,7 @@ abstract class AppLocalizations {
|
|||
/// Additional delegates can be added by appending to this list in
|
||||
/// MaterialApp. This list does not have to be used at all if a custom list
|
||||
/// of delegates is preferred or required.
|
||||
static const List<LocalizationsDelegate<dynamic>> localizationsDelegates =
|
||||
<LocalizationsDelegate<dynamic>>[
|
||||
static const List<LocalizationsDelegate<dynamic>> localizationsDelegates = <LocalizationsDelegate<dynamic>>[
|
||||
delegate,
|
||||
GlobalMaterialLocalizations.delegate,
|
||||
GlobalCupertinoLocalizations.delegate,
|
||||
|
|
@ -1797,8 +1794,7 @@ abstract class AppLocalizations {
|
|||
String get backupTwonlySaveNow;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
extends LocalizationsDelegate<AppLocalizations> {
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
const _AppLocalizationsDelegate();
|
||||
|
||||
@override
|
||||
|
|
@ -1807,25 +1803,25 @@ class _AppLocalizationsDelegate
|
|||
}
|
||||
|
||||
@override
|
||||
bool isSupported(Locale locale) =>
|
||||
<String>['de', 'en'].contains(locale.languageCode);
|
||||
bool isSupported(Locale locale) => <String>['de', 'en'].contains(locale.languageCode);
|
||||
|
||||
@override
|
||||
bool shouldReload(_AppLocalizationsDelegate old) => false;
|
||||
}
|
||||
|
||||
AppLocalizations lookupAppLocalizations(Locale locale) {
|
||||
|
||||
|
||||
// Lookup logic when only language code is specified.
|
||||
switch (locale.languageCode) {
|
||||
case 'de':
|
||||
return AppLocalizationsDe();
|
||||
case 'en':
|
||||
return AppLocalizationsEn();
|
||||
case 'de': return AppLocalizationsDe();
|
||||
case 'en': return AppLocalizationsEn();
|
||||
}
|
||||
|
||||
throw FlutterError(
|
||||
'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely '
|
||||
'an issue with the localizations generation tool. Please file an issue '
|
||||
'on GitHub with a reproducible sample app and the gen-l10n configuration '
|
||||
'that was used.');
|
||||
'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely '
|
||||
'an issue with the localizations generation tool. Please file an issue '
|
||||
'on GitHub with a reproducible sample app and the gen-l10n configuration '
|
||||
'that was used.'
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,79 +12,67 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get registerTitle => 'Willkommen bei twonly!';
|
||||
|
||||
@override
|
||||
String get registerSlogan =>
|
||||
'twonly, eine private und sichere Möglichkeit um mit Freunden in Kontakt zu bleiben.';
|
||||
String get registerSlogan => 'twonly, eine private und sichere Möglichkeit um mit Freunden in Kontakt zu bleiben.';
|
||||
|
||||
@override
|
||||
String get onboardingWelcomeTitle => 'Willkommen bei twonly!';
|
||||
|
||||
@override
|
||||
String get onboardingWelcomeBody =>
|
||||
'Erlebe eine private und sichere Möglichkeit mit Freunden in Kontakt zu bleiben, indem du spontane Bilder teilst.';
|
||||
String get onboardingWelcomeBody => 'Erlebe eine private und sichere Möglichkeit mit Freunden in Kontakt zu bleiben, indem du spontane Bilder teilst.';
|
||||
|
||||
@override
|
||||
String get onboardingE2eTitle => 'Unbekümmert teilen';
|
||||
|
||||
@override
|
||||
String get onboardingE2eBody =>
|
||||
'Genieße durch die Ende-zu-Ende-Verschlüsselung die Gewissheit, dass nur du und deine Freunde die geteilten Momente sehen können.';
|
||||
String get onboardingE2eBody => 'Genieße durch die Ende-zu-Ende-Verschlüsselung die Gewissheit, dass nur du und deine Freunde die geteilten Momente sehen können.';
|
||||
|
||||
@override
|
||||
String get onboardingFocusTitle =>
|
||||
'Fokussiere dich auf das Teilen von Momenten';
|
||||
String get onboardingFocusTitle => 'Fokussiere dich auf das Teilen von Momenten';
|
||||
|
||||
@override
|
||||
String get onboardingFocusBody =>
|
||||
'Verabschiede dich von süchtig machenden Funktionen! twonly wurde für das Teilen von Momenten ohne nutzlose Ablenkungen oder Werbung entwickelt.';
|
||||
String get onboardingFocusBody => 'Verabschiede dich von süchtig machenden Funktionen! twonly wurde für das Teilen von Momenten ohne nutzlose Ablenkungen oder Werbung entwickelt.';
|
||||
|
||||
@override
|
||||
String get onboardingSendTwonliesTitle => 'twonlies senden';
|
||||
|
||||
@override
|
||||
String get onboardingSendTwonliesBody =>
|
||||
'Teile Momente sicher mit deinem Partner. twonly stellt sicher, dass nur dein Partner sie öffnen kann, sodass deine Momente mit deinem Partner eine two(o)nly Sache bleiben!';
|
||||
String get onboardingSendTwonliesBody => 'Teile Momente sicher mit deinem Partner. twonly stellt sicher, dass nur dein Partner sie öffnen kann, sodass deine Momente mit deinem Partner eine two(o)nly Sache bleiben!';
|
||||
|
||||
@override
|
||||
String get onboardingNotProductTitle => 'Du bist nicht das Produkt!';
|
||||
|
||||
@override
|
||||
String get onboardingNotProductBody =>
|
||||
'twonly finanziert sich durch eine geringe monatliche Gebühr und nicht durch den Verkauf deiner Daten.';
|
||||
String get onboardingNotProductBody => 'twonly finanziert sich durch eine geringe monatliche Gebühr und nicht durch den Verkauf deiner Daten.';
|
||||
|
||||
@override
|
||||
String get onboardingBuyOneGetTwoTitle => 'Kaufe eins, bekomme zwei';
|
||||
|
||||
@override
|
||||
String get onboardingBuyOneGetTwoBody =>
|
||||
'twonly benötigt immer mindestens zwei Personen, daher erhältst du beim Kauf eine zweite kostenlose Lizenz für deinen twonly-Partner.';
|
||||
String get onboardingBuyOneGetTwoBody => 'twonly benötigt immer mindestens zwei Personen, daher erhältst du beim Kauf eine zweite kostenlose Lizenz für deinen twonly-Partner.';
|
||||
|
||||
@override
|
||||
String get onboardingGetStartedTitle => 'Auf geht\'s';
|
||||
|
||||
@override
|
||||
String get onboardingGetStartedBody =>
|
||||
'Du kannst twonly kostenlos im Preview-Modus testen. In diesem Modus kannst du von anderen gefunden werden und Bilder oder Videos empfangen, aber du kannst selbst keine senden.';
|
||||
String get onboardingGetStartedBody => 'Du kannst twonly kostenlos im Preview-Modus testen. In diesem Modus kannst du von anderen gefunden werden und Bilder oder Videos empfangen, aber du kannst selbst keine senden.';
|
||||
|
||||
@override
|
||||
String get onboardingTryForFree => 'Kostenlos testen';
|
||||
|
||||
@override
|
||||
String get registerUsernameSlogan =>
|
||||
'Bitte wähle einen Benutzernamen, damit dich andere finden können!';
|
||||
String get registerUsernameSlogan => 'Bitte wähle einen Benutzernamen, damit dich andere finden können!';
|
||||
|
||||
@override
|
||||
String get registerUsernameDecoration => 'Benutzername';
|
||||
|
||||
@override
|
||||
String get registerUsernameLimits =>
|
||||
'Der Benutzername muss 3 bis 12 Zeichen lang sein und darf nur aus Buchstaben (a-z) und Zahlen (0-9) bestehen.';
|
||||
String get registerUsernameLimits => 'Der Benutzername muss 3 bis 12 Zeichen lang sein und darf nur aus Buchstaben (a-z) und Zahlen (0-9) bestehen.';
|
||||
|
||||
@override
|
||||
String get registerSubmitButton => 'Jetzt registrieren!';
|
||||
|
||||
@override
|
||||
String get registerTwonlyCodeText =>
|
||||
'Hast du einen twonly-Code erhalten? Dann löse ihn entweder direkt hier oder später ein!';
|
||||
String get registerTwonlyCodeText => 'Hast du einen twonly-Code erhalten? Dann löse ihn entweder direkt hier oder später ein!';
|
||||
|
||||
@override
|
||||
String get registerTwonlyCodeLabel => 'twonly-Code';
|
||||
|
|
@ -138,15 +126,13 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get shareImageAllUsers => 'Alle Kontakte';
|
||||
|
||||
@override
|
||||
String get shareImageAllTwonlyWarning =>
|
||||
'twonlies können nur an verifizierte Kontakte gesendet werden!';
|
||||
String get shareImageAllTwonlyWarning => 'twonlies können nur an verifizierte Kontakte gesendet werden!';
|
||||
|
||||
@override
|
||||
String get shareImageUserNotVerified => 'Benutzer ist nicht verifiziert';
|
||||
|
||||
@override
|
||||
String get shareImageUserNotVerifiedDesc =>
|
||||
'twonlies können nur an verifizierte Nutzer gesendet werden. Um einen Nutzer zu verifizieren, gehe auf sein Profil und auf „Sicherheitsnummer verifizieren“.';
|
||||
String get shareImageUserNotVerifiedDesc => 'twonlies können nur an verifizierte Nutzer gesendet werden. Um einen Nutzer zu verifizieren, gehe auf sein Profil und auf „Sicherheitsnummer verifizieren“.';
|
||||
|
||||
@override
|
||||
String get shareImageShowArchived => 'Archivierte Benutzer anzeigen';
|
||||
|
|
@ -158,8 +144,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get searchUsernameTitle => 'Benutzernamen suchen';
|
||||
|
||||
@override
|
||||
String get searchUserNamePreview =>
|
||||
'Um dich und andere twonly Benutzer vor Spam und Missbrauch zu schützen, ist es nicht möglich, im Preview-Modus nach anderen Personen zu suchen. Andere Benutzer können dich finden und deren Anfragen werden dann hier angezeigt!';
|
||||
String get searchUserNamePreview => 'Um dich und andere twonly Benutzer vor Spam und Missbrauch zu schützen, ist es nicht möglich, im Preview-Modus nach anderen Personen zu suchen. Andere Benutzer können dich finden und deren Anfragen werden dann hier angezeigt!';
|
||||
|
||||
@override
|
||||
String get selectSubscription => 'Abo auswählen';
|
||||
|
|
@ -168,16 +153,13 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get searchUserNamePending => 'Ausstehend';
|
||||
|
||||
@override
|
||||
String get searchUserNameBlockUserTooltip =>
|
||||
'Benutzer ohne Benachrichtigung blockieren.';
|
||||
String get searchUserNameBlockUserTooltip => 'Benutzer ohne Benachrichtigung blockieren.';
|
||||
|
||||
@override
|
||||
String get searchUserNameRejectUserTooltip =>
|
||||
'Die Anfrage ablehnen und den Anfragenden informieren.';
|
||||
String get searchUserNameRejectUserTooltip => 'Die Anfrage ablehnen und den Anfragenden informieren.';
|
||||
|
||||
@override
|
||||
String get searchUserNameArchiveUserTooltip =>
|
||||
'Benutzer archivieren. Du wirst informiert sobald er deine Anfrage akzeptiert.';
|
||||
String get searchUserNameArchiveUserTooltip => 'Benutzer archivieren. Du wirst informiert sobald er deine Anfrage akzeptiert.';
|
||||
|
||||
@override
|
||||
String get searchUsernameNotFound => 'Benutzername nicht gefunden';
|
||||
|
|
@ -194,8 +176,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get searchUsernameQrCodeBtn => 'QR-Code scannen';
|
||||
|
||||
@override
|
||||
String get chatListViewSearchUserNameBtn =>
|
||||
'Füge deinen ersten twonly-Kontakt hinzu!';
|
||||
String get chatListViewSearchUserNameBtn => 'Füge deinen ersten twonly-Kontakt hinzu!';
|
||||
|
||||
@override
|
||||
String get chatListViewSendFirstTwonly => 'Sende dein erstes twonly!';
|
||||
|
|
@ -228,8 +209,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get contextMenuUnpin => 'Lösen';
|
||||
|
||||
@override
|
||||
String get mediaViewerAuthReason =>
|
||||
'Bitte authentifiziere dich, um diesen twonly zu sehen!';
|
||||
String get mediaViewerAuthReason => 'Bitte authentifiziere dich, um diesen twonly zu sehen!';
|
||||
|
||||
@override
|
||||
String get mediaViewerTwonlyTapToOpen => 'Tippe um den twonly zu öffnen!';
|
||||
|
|
@ -271,8 +251,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get settingsPreSelectedReactions => 'Vorgewählte Reaktions-Emojis';
|
||||
|
||||
@override
|
||||
String get settingsPreSelectedReactionsError =>
|
||||
'Es können maximal 12 Reaktionen ausgewählt werden.';
|
||||
String get settingsPreSelectedReactionsError => 'Es können maximal 12 Reaktionen ausgewählt werden.';
|
||||
|
||||
@override
|
||||
String get settingsProfile => 'Profil';
|
||||
|
|
@ -284,12 +263,10 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get settingsStorageDataStoreInGTitle => 'In der Galerie speichern';
|
||||
|
||||
@override
|
||||
String get settingsStorageDataStoreInGSubtitle =>
|
||||
'Speichere Bilder zusätzlich in der Systemgalerie.';
|
||||
String get settingsStorageDataStoreInGSubtitle => 'Speichere Bilder zusätzlich in der Systemgalerie.';
|
||||
|
||||
@override
|
||||
String get settingsStorageDataMediaAutoDownload =>
|
||||
'Automatischer Mediendownload';
|
||||
String get settingsStorageDataMediaAutoDownload => 'Automatischer Mediendownload';
|
||||
|
||||
@override
|
||||
String get settingsStorageDataAutoDownMobile => 'Bei Nutzung mobiler Daten';
|
||||
|
|
@ -322,8 +299,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get settingsPrivacyBlockUsers => 'Benutzer blockieren';
|
||||
|
||||
@override
|
||||
String get settingsPrivacyBlockUsersDesc =>
|
||||
'Blockierte Benutzer können nicht mit dir kommunizieren. Du kannst einen blockierten Benutzer jederzeit wieder entsperren.';
|
||||
String get settingsPrivacyBlockUsersDesc => 'Blockierte Benutzer können nicht mit dir kommunizieren. Du kannst einen blockierten Benutzer jederzeit wieder entsperren.';
|
||||
|
||||
@override
|
||||
String settingsPrivacyBlockUsersCount(Object len) {
|
||||
|
|
@ -337,16 +313,13 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get settingsNotifyTroubleshooting => 'Fehlersuche';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingDesc =>
|
||||
'Hier klicken, wenn Probleme beim Empfang von Push-Benachrichtigungen auftreten.';
|
||||
String get settingsNotifyTroubleshootingDesc => 'Hier klicken, wenn Probleme beim Empfang von Push-Benachrichtigungen auftreten.';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingNoProblem =>
|
||||
'Kein Problem festgestellt';
|
||||
String get settingsNotifyTroubleshootingNoProblem => 'Kein Problem festgestellt';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingNoProblemDesc =>
|
||||
'Klicke auf OK, um eine Testbenachrichtigung zu erhalten. Wenn du auch nach 10 Minuten warten keine Nachricht erhältst, sende uns bitte dein Diagnoseprotokoll unter Einstellungen > Hilfe > Diagnoseprotokoll, damit wir uns das Problem ansehen können.';
|
||||
String get settingsNotifyTroubleshootingNoProblemDesc => 'Klicke auf OK, um eine Testbenachrichtigung zu erhalten. Wenn du auch nach 10 Minuten warten keine Nachricht erhältst, sende uns bitte dein Diagnoseprotokoll unter Einstellungen > Hilfe > Diagnoseprotokoll, damit wir uns das Problem ansehen können.';
|
||||
|
||||
@override
|
||||
String get settingsHelp => 'Hilfe';
|
||||
|
|
@ -387,19 +360,16 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteAccountNoBallance =>
|
||||
'Wenn du dein Konto gelöscht hast, gibt es keinen Weg zurück.';
|
||||
String get settingsAccountDeleteAccountNoBallance => 'Wenn du dein Konto gelöscht hast, gibt es keinen Weg zurück.';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteAccountNoInternet =>
|
||||
'Zum Löschen deines Accounts ist eine Internetverbindung erforderlich.';
|
||||
String get settingsAccountDeleteAccountNoInternet => 'Zum Löschen deines Accounts ist eine Internetverbindung erforderlich.';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteModalTitle => 'Bist du sicher?';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteModalBody =>
|
||||
'Dein Konto wird gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.';
|
||||
String get settingsAccountDeleteModalBody => 'Dein Konto wird gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.';
|
||||
|
||||
@override
|
||||
String get contactVerifyNumberTitle => 'Sicherheitsnummer verifizieren';
|
||||
|
|
@ -441,8 +411,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get contactBlockBody =>
|
||||
'Ein blockierter Benutzer kann dir keine Nachrichten mehr senden, und sein Profil ist nicht mehr sichtbar. Um die Blockierung eines Benutzers aufzuheben, navigiere einfach zu Einstellungen > Datenschutz > Blockierte Benutzer.';
|
||||
String get contactBlockBody => 'Ein blockierter Benutzer kann dir keine Nachrichten mehr senden, und sein Profil ist nicht mehr sichtbar. Um die Blockierung eines Benutzers aufzuheben, navigiere einfach zu Einstellungen > Datenschutz > Blockierte Benutzer.';
|
||||
|
||||
@override
|
||||
String get contactRemove => 'Benutzer löschen';
|
||||
|
|
@ -453,8 +422,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get contactRemoveBody =>
|
||||
'Entferne den Benutzer und lösche den Chat sowie alle zugehörigen Mediendateien dauerhaft. Dadurch wird auch DEIN KONTO VON DEM TELEFON DEINES KONTAKTS gelöscht.';
|
||||
String get contactRemoveBody => 'Entferne den Benutzer und lösche den Chat sowie alle zugehörigen Mediendateien dauerhaft. Dadurch wird auch DEIN KONTO VON DEM TELEFON DEINES KONTAKTS gelöscht.';
|
||||
|
||||
@override
|
||||
String get undo => 'Rückgängig';
|
||||
|
|
@ -481,8 +449,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get ok => 'Ok';
|
||||
|
||||
@override
|
||||
String get switchFrontAndBackCamera =>
|
||||
'Zwischen Front- und Rückkamera wechseln.';
|
||||
String get switchFrontAndBackCamera => 'Zwischen Front- und Rückkamera wechseln.';
|
||||
|
||||
@override
|
||||
String get addTextItem => 'Text';
|
||||
|
|
@ -514,75 +481,58 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get errorUnknown =>
|
||||
'Ein unerwarteter Fehler ist aufgetreten. Bitte versuche es später erneut.';
|
||||
String get errorUnknown => 'Ein unerwarteter Fehler ist aufgetreten. Bitte versuche es später erneut.';
|
||||
|
||||
@override
|
||||
String get errorBadRequest =>
|
||||
'Die Anfrage konnte vom Server aufgrund einer fehlerhaften Syntax nicht verstanden werden. Bitte überprüfe deine Eingabe und versuche es erneut.';
|
||||
String get errorBadRequest => 'Die Anfrage konnte vom Server aufgrund einer fehlerhaften Syntax nicht verstanden werden. Bitte überprüfe deine Eingabe und versuche es erneut.';
|
||||
|
||||
@override
|
||||
String get errorTooManyRequests =>
|
||||
'Du hast in kurzer Zeit zu viele Anfragen gestellt. Bitte warte einen Moment, bevor du es erneut versuchst.';
|
||||
String get errorTooManyRequests => 'Du hast in kurzer Zeit zu viele Anfragen gestellt. Bitte warte einen Moment, bevor du es erneut versuchst.';
|
||||
|
||||
@override
|
||||
String get errorInternalError =>
|
||||
'Der Server ist derzeit nicht verfügbar. Bitte versuche es später erneut.';
|
||||
String get errorInternalError => 'Der Server ist derzeit nicht verfügbar. Bitte versuche es später erneut.';
|
||||
|
||||
@override
|
||||
String get errorInvalidInvitationCode =>
|
||||
'Der von dir angegebene Einladungscode ist ungültig. Bitte überprüfe den Code und versuche es erneut.';
|
||||
String get errorInvalidInvitationCode => 'Der von dir angegebene Einladungscode ist ungültig. Bitte überprüfe den Code und versuche es erneut.';
|
||||
|
||||
@override
|
||||
String get errorUsernameAlreadyTaken =>
|
||||
'Der Benutzername, den du verwenden möchtest, ist bereits vergeben. Bitte wähle einen anderen Benutzernamen.';
|
||||
String get errorUsernameAlreadyTaken => 'Der Benutzername, den du verwenden möchtest, ist bereits vergeben. Bitte wähle einen anderen Benutzernamen.';
|
||||
|
||||
@override
|
||||
String get errorSignatureNotValid =>
|
||||
'Die bereitgestellte Signatur ist nicht gültig. Bitte überprüfe deine Anmeldeinformationen und versuche es erneut.';
|
||||
String get errorSignatureNotValid => 'Die bereitgestellte Signatur ist nicht gültig. Bitte überprüfe deine Anmeldeinformationen und versuche es erneut.';
|
||||
|
||||
@override
|
||||
String get errorUsernameNotFound =>
|
||||
'Der eingegebene Benutzername existiert nicht. Bitte überprüfe die Schreibweise oder erstelle ein neues Konto.';
|
||||
String get errorUsernameNotFound => 'Der eingegebene Benutzername existiert nicht. Bitte überprüfe die Schreibweise oder erstelle ein neues Konto.';
|
||||
|
||||
@override
|
||||
String get errorUsernameNotValid =>
|
||||
'Der von dir angegebene Benutzername entspricht nicht den erforderlichen Kriterien. Bitte wähle einen gültigen Benutzernamen.';
|
||||
String get errorUsernameNotValid => 'Der von dir angegebene Benutzername entspricht nicht den erforderlichen Kriterien. Bitte wähle einen gültigen Benutzernamen.';
|
||||
|
||||
@override
|
||||
String get errorInvalidPublicKey =>
|
||||
'Der von dir angegebene öffentliche Schlüssel ist ungültig. Bitte überprüfe den Schlüssel und versuche es erneut.';
|
||||
String get errorInvalidPublicKey => 'Der von dir angegebene öffentliche Schlüssel ist ungültig. Bitte überprüfe den Schlüssel und versuche es erneut.';
|
||||
|
||||
@override
|
||||
String get errorSessionAlreadyAuthenticated =>
|
||||
'Du bist bereits angemeldet. Bitte melde dich ab, wenn du dich mit einem anderen Konto anmelden möchtest.';
|
||||
String get errorSessionAlreadyAuthenticated => 'Du bist bereits angemeldet. Bitte melde dich ab, wenn du dich mit einem anderen Konto anmelden möchtest.';
|
||||
|
||||
@override
|
||||
String get errorSessionNotAuthenticated =>
|
||||
'Deine Sitzung ist nicht authentifiziert. Bitte melde dich an, um fortzufahren.';
|
||||
String get errorSessionNotAuthenticated => 'Deine Sitzung ist nicht authentifiziert. Bitte melde dich an, um fortzufahren.';
|
||||
|
||||
@override
|
||||
String get errorOnlyOneSessionAllowed =>
|
||||
'Es ist nur eine aktive Sitzung pro Benutzer erlaubt. Bitte melde dich von anderen Geräten ab, um fortzufahren.';
|
||||
String get errorOnlyOneSessionAllowed => 'Es ist nur eine aktive Sitzung pro Benutzer erlaubt. Bitte melde dich von anderen Geräten ab, um fortzufahren.';
|
||||
|
||||
@override
|
||||
String get errorNotEnoughCredit => 'Du hast nicht genügend twonly-Guthaben.';
|
||||
|
||||
@override
|
||||
String get errorVoucherInvalid =>
|
||||
'Der eingegebene Gutschein-Code ist nicht gültig.';
|
||||
String get errorVoucherInvalid => 'Der eingegebene Gutschein-Code ist nicht gültig.';
|
||||
|
||||
@override
|
||||
String get errorPlanLimitReached =>
|
||||
'Du hast das Limit deines Plans erreicht. Bitte upgrade deinen Plan.';
|
||||
String get errorPlanLimitReached => 'Du hast das Limit deines Plans erreicht. Bitte upgrade deinen Plan.';
|
||||
|
||||
@override
|
||||
String get errorPlanNotAllowed =>
|
||||
'Dieses Feature ist in deinem aktuellen Plan nicht verfügbar.';
|
||||
String get errorPlanNotAllowed => 'Dieses Feature ist in deinem aktuellen Plan nicht verfügbar.';
|
||||
|
||||
@override
|
||||
String get errorPlanUpgradeNotYearly =>
|
||||
'Das Upgrade des Plans muss jährlich bezahlt werden, da der aktuelle Plan ebenfalls jährlich abgerechnet wird.';
|
||||
String get errorPlanUpgradeNotYearly => 'Das Upgrade des Plans muss jährlich bezahlt werden, da der aktuelle Plan ebenfalls jährlich abgerechnet wird.';
|
||||
|
||||
@override
|
||||
String get upgradeToPaidPlan => 'Upgrade auf einen kostenpflichtigen Plan.';
|
||||
|
|
@ -628,8 +578,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get redeemUserInviteCodeTitle => 'twonly-Code einlösen';
|
||||
|
||||
@override
|
||||
String get redeemUserInviteCodeSuccess =>
|
||||
'Dein Plan wurde erfolgreich angepasst.';
|
||||
String get redeemUserInviteCodeSuccess => 'Dein Plan wurde erfolgreich angepasst.';
|
||||
|
||||
@override
|
||||
String get freeFeature1 => '3 Medien-Datei-Uploads pro Tag';
|
||||
|
|
@ -662,8 +611,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get createVoucher => 'Gutschein kaufen';
|
||||
|
||||
@override
|
||||
String get createVoucherDesc =>
|
||||
'Wähle den Wert des Gutscheins. Der Wert des Gutschein wird von deinem twonly-Guthaben abgezogen.';
|
||||
String get createVoucherDesc => 'Wähle den Wert des Gutscheins. Der Wert des Gutschein wird von deinem twonly-Guthaben abgezogen.';
|
||||
|
||||
@override
|
||||
String get redeemVoucher => 'Gutschein einlösen';
|
||||
|
|
@ -749,8 +697,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get autoRenewalDesc => 'Du kannst dies jederzeit ändern.';
|
||||
|
||||
@override
|
||||
String get autoRenewalLongDesc =>
|
||||
'Wenn dein Abonnement ausläuft, wirst du automatisch auf den Preview-Plan zurückgestuft. Wenn du die automatische Verlängerung aktivierst, vergewissere dich bitte, dass du über genügend Guthaben für die automatische Erneuerung verfügst. Wir werden dich rechtzeitig vor der automatischen Erneuerung benachrichtigen.';
|
||||
String get autoRenewalLongDesc => 'Wenn dein Abonnement ausläuft, wirst du automatisch auf den Preview-Plan zurückgestuft. Wenn du die automatische Verlängerung aktivierst, vergewissere dich bitte, dass du über genügend Guthaben für die automatische Erneuerung verfügst. Wir werden dich rechtzeitig vor der automatischen Erneuerung benachrichtigen.';
|
||||
|
||||
@override
|
||||
String get planSuccessUpgraded => 'Dein Plan wurde erfolgreich aktualisiert.';
|
||||
|
|
@ -768,12 +715,10 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get additionalUsersFreeTokens => 'twonly-Codes für \"Free\"-Benutzer';
|
||||
|
||||
@override
|
||||
String get planLimitReached =>
|
||||
'Du hast dein Planlimit für heute erreicht. Aktualisiere deinen Plan jetzt, um die Mediendatei zu senden.';
|
||||
String get planLimitReached => 'Du hast dein Planlimit für heute erreicht. Aktualisiere deinen Plan jetzt, um die Mediendatei zu senden.';
|
||||
|
||||
@override
|
||||
String get planNotAllowed =>
|
||||
'In deinem aktuellen Plan kannst du keine Mediendateien versenden. Aktualisiere deinen Plan jetzt, um die Mediendatei zu senden.';
|
||||
String get planNotAllowed => 'In deinem aktuellen Plan kannst du keine Mediendateien versenden. Aktualisiere deinen Plan jetzt, um die Mediendatei zu senden.';
|
||||
|
||||
@override
|
||||
String get galleryDelete => 'Datei löschen';
|
||||
|
|
@ -791,48 +736,37 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get settingsResetTutorials => 'Tutorials erneut anzeigen';
|
||||
|
||||
@override
|
||||
String get settingsResetTutorialsDesc =>
|
||||
'Klicke hier, um bereits angezeigte Tutorials erneut anzuzeigen.';
|
||||
String get settingsResetTutorialsDesc => 'Klicke hier, um bereits angezeigte Tutorials erneut anzuzeigen.';
|
||||
|
||||
@override
|
||||
String get settingsResetTutorialsSuccess =>
|
||||
'Tutorials werden erneut angezeigt.';
|
||||
String get settingsResetTutorialsSuccess => 'Tutorials werden erneut angezeigt.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListSearchUsersTitle =>
|
||||
'Freunde finden und Freundschaftsanfragen verwalten';
|
||||
String get tutorialChatListSearchUsersTitle => 'Freunde finden und Freundschaftsanfragen verwalten';
|
||||
|
||||
@override
|
||||
String get tutorialChatListSearchUsersDesc =>
|
||||
'Wenn du die Benutzernamen deiner Freunde kennst, kannst du sie hier suchen und eine Freundschaftsanfrage senden. Außerdem siehst du hier alle Anfragen von anderen Nutzern, die du annehmen oder blockieren kannst.';
|
||||
String get tutorialChatListSearchUsersDesc => 'Wenn du die Benutzernamen deiner Freunde kennst, kannst du sie hier suchen und eine Freundschaftsanfrage senden. Außerdem siehst du hier alle Anfragen von anderen Nutzern, die du annehmen oder blockieren kannst.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListContextMenuTitle =>
|
||||
'Klicke lange auf den Kontakt, um das Kontextmenü zu öffnen.';
|
||||
String get tutorialChatListContextMenuTitle => 'Klicke lange auf den Kontakt, um das Kontextmenü zu öffnen.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListContextMenuDesc =>
|
||||
'Mit dem Kontextmenü kannst du deine Kontakte anheften, archivieren und verschiedene Aktionen durchführen. Halte dazu einfach den Kontakt lange gedrückt und bewege dann deinen Finger auf die gewünschte Option oder tippe direkt darauf.';
|
||||
String get tutorialChatListContextMenuDesc => 'Mit dem Kontextmenü kannst du deine Kontakte anheften, archivieren und verschiedene Aktionen durchführen. Halte dazu einfach den Kontakt lange gedrückt und bewege dann deinen Finger auf die gewünschte Option oder tippe direkt darauf.';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesVerifyShieldTitle =>
|
||||
'Verifiziere deine Kontakte!';
|
||||
String get tutorialChatMessagesVerifyShieldTitle => 'Verifiziere deine Kontakte!';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesVerifyShieldDesc =>
|
||||
'twonly nutzt das Signal-Protokoll für eine sichere Ende-zu-Ende Verschlüsselung. Bei der ersten Kontaktaufnahme wird dafür der öffentliche Identitätsschlüssel von deinem Kontakt heruntergeladen. Um sicherzustellen, dass dieser Schlüssel nicht von Dritten ausgetauscht wurde, solltest du ihn mit deinem Freund vergleichen, wenn ihr euch persönlich trefft. Sobald du den Benutzer verifiziert hast, kannst du auch beim verschicken von Bildern und Videos den twonly-Modus aktivieren.';
|
||||
String get tutorialChatMessagesVerifyShieldDesc => 'twonly nutzt das Signal-Protokoll für eine sichere Ende-zu-Ende Verschlüsselung. Bei der ersten Kontaktaufnahme wird dafür der öffentliche Identitätsschlüssel von deinem Kontakt heruntergeladen. Um sicherzustellen, dass dieser Schlüssel nicht von Dritten ausgetauscht wurde, solltest du ihn mit deinem Freund vergleichen, wenn ihr euch persönlich trefft. Sobald du den Benutzer verifiziert hast, kannst du auch beim verschicken von Bildern und Videos den twonly-Modus aktivieren.';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesReopenMessageTitle =>
|
||||
'Bilder und Videos erneut öffnen';
|
||||
String get tutorialChatMessagesReopenMessageTitle => 'Bilder und Videos erneut öffnen';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesReopenMessageDesc =>
|
||||
'Wenn dein Freund dir ein Bild oder Video mit unendlicher Anzeigezeit gesendet hat, kannst du es bis zum Neustart der App jederzeit erneut öffnen. Um dies zu tun, musst du einfach doppelt auf die Nachricht klicken. Dein Freund erhält dann eine Benachrichtigung, dass du das Bild erneut angesehen hast.';
|
||||
String get tutorialChatMessagesReopenMessageDesc => 'Wenn dein Freund dir ein Bild oder Video mit unendlicher Anzeigezeit gesendet hat, kannst du es bis zum Neustart der App jederzeit erneut öffnen. Um dies zu tun, musst du einfach doppelt auf die Nachricht klicken. Dein Freund erhält dann eine Benachrichtigung, dass du das Bild erneut angesehen hast.';
|
||||
|
||||
@override
|
||||
String get memoriesEmpty =>
|
||||
'Sobald du Bilder oder Videos speicherst, landen sie hier in deinen Erinnerungen.';
|
||||
String get memoriesEmpty => 'Sobald du Bilder oder Videos speicherst, landen sie hier in deinen Erinnerungen.';
|
||||
|
||||
@override
|
||||
String get deleteImageTitle => 'Bist du dir sicher?';
|
||||
|
|
@ -847,8 +781,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get backupNoticeTitle => 'Kein Backup konfiguriert';
|
||||
|
||||
@override
|
||||
String get backupNoticeDesc =>
|
||||
'Wenn du dein Gerät wechselst oder verlierst, kann ohne Backup niemand dein Account wiederherstellen. Sichere deshalb deine Daten.';
|
||||
String get backupNoticeDesc => 'Wenn du dein Gerät wechselst oder verlierst, kann ohne Backup niemand dein Account wiederherstellen. Sichere deshalb deine Daten.';
|
||||
|
||||
@override
|
||||
String get backupNoticeLater => 'Später erinnern';
|
||||
|
|
@ -866,8 +799,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get backupSuccess => 'Erfolgreich';
|
||||
|
||||
@override
|
||||
String get backupTwonlySafeDesc =>
|
||||
'Sichere deine twonly-Identität, da dies die einzige Möglichkeit ist, dein Konto wiederherzustellen, wenn du die App deinstallierst oder dein Handy verlierst.';
|
||||
String get backupTwonlySafeDesc => 'Sichere deine twonly-Identität, da dies die einzige Möglichkeit ist, dein Konto wiederherzustellen, wenn du die App deinstallierst oder dein Handy verlierst.';
|
||||
|
||||
@override
|
||||
String get backupServer => 'Server';
|
||||
|
|
@ -891,22 +823,19 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get deleteBackupTitle => 'Bist du sicher?';
|
||||
|
||||
@override
|
||||
String get deleteBackupBody =>
|
||||
'Ohne ein Backup kannst du dein Benutzerkonto nicht wiederherstellen.';
|
||||
String get deleteBackupBody => 'Ohne ein Backup kannst du dein Benutzerkonto nicht wiederherstellen.';
|
||||
|
||||
@override
|
||||
String get backupData => 'Daten-Backup';
|
||||
|
||||
@override
|
||||
String get backupDataDesc =>
|
||||
'Das Daten-Backup enthält neben deiner twonly-Identität auch alle deine Mediendateien. Dieses Backup ist ebenfalls verschlüsselt, wird jedoch lokal gespeichert. Du musst es dann manuell auf deinen Laptop oder ein Gerät deiner Wahl kopieren.';
|
||||
String get backupDataDesc => 'Das Daten-Backup enthält neben deiner twonly-Identität auch alle deine Mediendateien. Dieses Backup ist ebenfalls verschlüsselt, wird jedoch lokal gespeichert. Du musst es dann manuell auf deinen Laptop oder ein Gerät deiner Wahl kopieren.';
|
||||
|
||||
@override
|
||||
String get backupInsecurePassword => 'Unsicheres Passwort';
|
||||
|
||||
@override
|
||||
String get backupInsecurePasswordDesc =>
|
||||
'Das gewählte Passwort ist sehr unsicher und kann daher leicht von Angreifern erraten werden. Bitte wähle ein sicheres Passwort.';
|
||||
String get backupInsecurePasswordDesc => 'Das gewählte Passwort ist sehr unsicher und kann daher leicht von Angreifern erraten werden. Bitte wähle ein sicheres Passwort.';
|
||||
|
||||
@override
|
||||
String get backupInsecurePasswordOk => 'Trotzdem fortfahren';
|
||||
|
|
@ -915,12 +844,10 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get backupInsecurePasswordCancel => 'Erneut versuchen';
|
||||
|
||||
@override
|
||||
String get backupTwonlySafeLongDesc =>
|
||||
'twonly hat keine zentralen Benutzerkonten. Ein Schlüsselpaar wird während der Installation erstellt, das aus einem öffentlichen und einem privaten Schlüssel besteht. Der private Schlüssel wird nur auf deinem Gerät gespeichert, um ihn vor unbefugtem Zugriff zu schützen. Der öffentliche Schlüssel wird auf den Server hochgeladen und mit deinem gewählten Benutzernamen verknüpft, damit andere dich finden können.\n\ntwonly Safe erstellt regelmäßig ein verschlüsseltes, anonymes Backup deines privaten Schlüssels zusammen mit deinen Kontakten und Einstellungen. Dein Benutzername und das gewählte Passwort reichen aus, um diese Daten auf einem anderen Gerät wiederherzustellen.';
|
||||
String get backupTwonlySafeLongDesc => 'twonly hat keine zentralen Benutzerkonten. Ein Schlüsselpaar wird während der Installation erstellt, das aus einem öffentlichen und einem privaten Schlüssel besteht. Der private Schlüssel wird nur auf deinem Gerät gespeichert, um ihn vor unbefugtem Zugriff zu schützen. Der öffentliche Schlüssel wird auf den Server hochgeladen und mit deinem gewählten Benutzernamen verknüpft, damit andere dich finden können.\n\ntwonly Safe erstellt regelmäßig ein verschlüsseltes, anonymes Backup deines privaten Schlüssels zusammen mit deinen Kontakten und Einstellungen. Dein Benutzername und das gewählte Passwort reichen aus, um diese Daten auf einem anderen Gerät wiederherzustellen.';
|
||||
|
||||
@override
|
||||
String get backupSelectStrongPassword =>
|
||||
'Wähle ein sicheres Passwort. Dies ist erforderlich, wenn du dein twonly Safe-Backup wiederherstellen möchtest.';
|
||||
String get backupSelectStrongPassword => 'Wähle ein sicheres Passwort. Dies ist erforderlich, wenn du dein twonly Safe-Backup wiederherstellen möchtest.';
|
||||
|
||||
@override
|
||||
String get password => 'Passwort';
|
||||
|
|
@ -932,8 +859,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get passwordRepeatedNotEqual => 'Passwörter stimmen nicht überein.';
|
||||
|
||||
@override
|
||||
String get backupPasswordRequirement =>
|
||||
'Das Passwort muss mindestens 8 Zeichen lang sein.';
|
||||
String get backupPasswordRequirement => 'Das Passwort muss mindestens 8 Zeichen lang sein.';
|
||||
|
||||
@override
|
||||
String get backupExpertSettings => 'Experteneinstellungen';
|
||||
|
|
@ -942,8 +868,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
String get backupEnableBackup => 'Automatische Sicherung aktivieren';
|
||||
|
||||
@override
|
||||
String get backupOwnServerDesc =>
|
||||
'Speichere dein twonly Safe-Backups auf einem Server deiner Wahl.';
|
||||
String get backupOwnServerDesc => 'Speichere dein twonly Safe-Backups auf einem Server deiner Wahl.';
|
||||
|
||||
@override
|
||||
String get backupUseOwnServer => 'Server verwenden';
|
||||
|
|
|
|||
|
|
@ -12,78 +12,67 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get registerTitle => 'Welcome to twonly!';
|
||||
|
||||
@override
|
||||
String get registerSlogan =>
|
||||
'twonly, a privacy friendly way to connect with friends through secure, spontaneous image sharing';
|
||||
String get registerSlogan => 'twonly, a privacy friendly way to connect with friends through secure, spontaneous image sharing';
|
||||
|
||||
@override
|
||||
String get onboardingWelcomeTitle => 'Welcome to twonly!';
|
||||
|
||||
@override
|
||||
String get onboardingWelcomeBody =>
|
||||
'Experience a private and secure way to stay in touch with friends by sharing instant pictures.';
|
||||
String get onboardingWelcomeBody => 'Experience a private and secure way to stay in touch with friends by sharing instant pictures.';
|
||||
|
||||
@override
|
||||
String get onboardingE2eTitle => 'Carefree sharing';
|
||||
|
||||
@override
|
||||
String get onboardingE2eBody =>
|
||||
'With end-to-end encryption, enjoy the peace of mind that only you and your friends can see the moments you share.';
|
||||
String get onboardingE2eBody => 'With end-to-end encryption, enjoy the peace of mind that only you and your friends can see the moments you share.';
|
||||
|
||||
@override
|
||||
String get onboardingFocusTitle => 'Focus on sharing moments';
|
||||
|
||||
@override
|
||||
String get onboardingFocusBody =>
|
||||
'Say goodbye to addictive features! twonly was created for sharing moments, free from useless distractions or ads.';
|
||||
String get onboardingFocusBody => 'Say goodbye to addictive features! twonly was created for sharing moments, free from useless distractions or ads.';
|
||||
|
||||
@override
|
||||
String get onboardingSendTwonliesTitle => 'Send twonlies';
|
||||
|
||||
@override
|
||||
String get onboardingSendTwonliesBody =>
|
||||
'Share moments securely with your partner. twonly ensures that only your partner can open it, keeping your moments with your partner a two(o)nly thing!';
|
||||
String get onboardingSendTwonliesBody => 'Share moments securely with your partner. twonly ensures that only your partner can open it, keeping your moments with your partner a two(o)nly thing!';
|
||||
|
||||
@override
|
||||
String get onboardingNotProductTitle => 'You are not the product!';
|
||||
|
||||
@override
|
||||
String get onboardingNotProductBody =>
|
||||
'twonly is financed by a small monthly fee and not by selling your data.';
|
||||
String get onboardingNotProductBody => 'twonly is financed by a small monthly fee and not by selling your data.';
|
||||
|
||||
@override
|
||||
String get onboardingBuyOneGetTwoTitle => 'Buy one get two';
|
||||
|
||||
@override
|
||||
String get onboardingBuyOneGetTwoBody =>
|
||||
'twonly always requires at least two people, which is why you receive a second free license for your twonly partner with your purchase.';
|
||||
String get onboardingBuyOneGetTwoBody => 'twonly always requires at least two people, which is why you receive a second free license for your twonly partner with your purchase.';
|
||||
|
||||
@override
|
||||
String get onboardingGetStartedTitle => 'Let\'s go!';
|
||||
|
||||
@override
|
||||
String get onboardingGetStartedBody =>
|
||||
'You can test twonly free of charge in preview mode. In this mode you can be found by others and receive pictures or videos but you cannot send any yourself.';
|
||||
String get onboardingGetStartedBody => 'You can test twonly free of charge in preview mode. In this mode you can be found by others and receive pictures or videos but you cannot send any yourself.';
|
||||
|
||||
@override
|
||||
String get onboardingTryForFree => 'Try for free';
|
||||
|
||||
@override
|
||||
String get registerUsernameSlogan =>
|
||||
'Please select a username so others can find you!';
|
||||
String get registerUsernameSlogan => 'Please select a username so others can find you!';
|
||||
|
||||
@override
|
||||
String get registerUsernameDecoration => 'Username';
|
||||
|
||||
@override
|
||||
String get registerUsernameLimits =>
|
||||
'Username must be 3 to 12 characters long, consisting only of letters (a-z) and numbers (0-9).';
|
||||
String get registerUsernameLimits => 'Username must be 3 to 12 characters long, consisting only of letters (a-z) and numbers (0-9).';
|
||||
|
||||
@override
|
||||
String get registerSubmitButton => 'Register now!';
|
||||
|
||||
@override
|
||||
String get registerTwonlyCodeText =>
|
||||
'Have you received a twonly code? Then redeem it either directly here or later!';
|
||||
String get registerTwonlyCodeText => 'Have you received a twonly code? Then redeem it either directly here or later!';
|
||||
|
||||
@override
|
||||
String get registerTwonlyCodeLabel => 'twonly-Code';
|
||||
|
|
@ -137,15 +126,13 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get shareImageAllUsers => 'All contacts';
|
||||
|
||||
@override
|
||||
String get shareImageAllTwonlyWarning =>
|
||||
'twonlies can only be send to verified contacts!';
|
||||
String get shareImageAllTwonlyWarning => 'twonlies can only be send to verified contacts!';
|
||||
|
||||
@override
|
||||
String get shareImageUserNotVerified => 'User is not verified';
|
||||
|
||||
@override
|
||||
String get shareImageUserNotVerifiedDesc =>
|
||||
'twonlies can only be sent to verified users. To verify a user, go to their profile and to verify security number.';
|
||||
String get shareImageUserNotVerifiedDesc => 'twonlies can only be sent to verified users. To verify a user, go to their profile and to verify security number.';
|
||||
|
||||
@override
|
||||
String get shareImageShowArchived => 'Show archived users';
|
||||
|
|
@ -157,8 +144,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get searchUsernameTitle => 'Search username';
|
||||
|
||||
@override
|
||||
String get searchUserNamePreview =>
|
||||
'To protect you and other twonly users from spam and abuse, it is not possible to search for other people in preview mode. Other users can find you and their requests will be displayed here!';
|
||||
String get searchUserNamePreview => 'To protect you and other twonly users from spam and abuse, it is not possible to search for other people in preview mode. Other users can find you and their requests will be displayed here!';
|
||||
|
||||
@override
|
||||
String get selectSubscription => 'Select subscription';
|
||||
|
|
@ -167,16 +153,13 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get searchUserNamePending => 'Pending';
|
||||
|
||||
@override
|
||||
String get searchUserNameBlockUserTooltip =>
|
||||
'Block the user without informing.';
|
||||
String get searchUserNameBlockUserTooltip => 'Block the user without informing.';
|
||||
|
||||
@override
|
||||
String get searchUserNameRejectUserTooltip =>
|
||||
'Reject the request and let the requester know.';
|
||||
String get searchUserNameRejectUserTooltip => 'Reject the request and let the requester know.';
|
||||
|
||||
@override
|
||||
String get searchUserNameArchiveUserTooltip =>
|
||||
'Archive the user. He will appear again as soon as he accepts your request.';
|
||||
String get searchUserNameArchiveUserTooltip => 'Archive the user. He will appear again as soon as he accepts your request.';
|
||||
|
||||
@override
|
||||
String get searchUsernameNotFound => 'Username not found';
|
||||
|
|
@ -268,8 +251,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get settingsPreSelectedReactions => 'Preselected reaction emojis';
|
||||
|
||||
@override
|
||||
String get settingsPreSelectedReactionsError =>
|
||||
'A maximum of 12 reactions can be selected.';
|
||||
String get settingsPreSelectedReactionsError => 'A maximum of 12 reactions can be selected.';
|
||||
|
||||
@override
|
||||
String get settingsProfile => 'Profile';
|
||||
|
|
@ -281,8 +263,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get settingsStorageDataStoreInGTitle => 'Store in Gallery';
|
||||
|
||||
@override
|
||||
String get settingsStorageDataStoreInGSubtitle =>
|
||||
'Store saved images additional in the systems gallery.';
|
||||
String get settingsStorageDataStoreInGSubtitle => 'Store saved images additional in the systems gallery.';
|
||||
|
||||
@override
|
||||
String get settingsStorageDataMediaAutoDownload => 'Media auto-download';
|
||||
|
|
@ -318,8 +299,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get settingsPrivacyBlockUsers => 'Block users';
|
||||
|
||||
@override
|
||||
String get settingsPrivacyBlockUsersDesc =>
|
||||
'Blocked users will not be able to communicate with you. You can unblock a blocked user at any time.';
|
||||
String get settingsPrivacyBlockUsersDesc => 'Blocked users will not be able to communicate with you. You can unblock a blocked user at any time.';
|
||||
|
||||
@override
|
||||
String settingsPrivacyBlockUsersCount(Object len) {
|
||||
|
|
@ -333,15 +313,13 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get settingsNotifyTroubleshooting => 'Troubleshooting';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingDesc =>
|
||||
'Click here if you have problems receiving push notifications.';
|
||||
String get settingsNotifyTroubleshootingDesc => 'Click here if you have problems receiving push notifications.';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingNoProblem => 'No problem detected';
|
||||
|
||||
@override
|
||||
String get settingsNotifyTroubleshootingNoProblemDesc =>
|
||||
'Press OK to receive a test notification. When you receive no message even after waiting for 10 minutes, please send us your debug log in Settings > Help > Debug log, so we can look at that issue.';
|
||||
String get settingsNotifyTroubleshootingNoProblemDesc => 'Press OK to receive a test notification. When you receive no message even after waiting for 10 minutes, please send us your debug log in Settings > Help > Debug log, so we can look at that issue.';
|
||||
|
||||
@override
|
||||
String get settingsHelp => 'Help';
|
||||
|
|
@ -382,19 +360,16 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteAccountNoBallance =>
|
||||
'Once you delete your account, there is no going back.';
|
||||
String get settingsAccountDeleteAccountNoBallance => 'Once you delete your account, there is no going back.';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteAccountNoInternet =>
|
||||
'An Internet connection is required to delete your account.';
|
||||
String get settingsAccountDeleteAccountNoInternet => 'An Internet connection is required to delete your account.';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteModalTitle => 'Are you sure?';
|
||||
|
||||
@override
|
||||
String get settingsAccountDeleteModalBody =>
|
||||
'Your account will be deleted. There is no change to restore it.';
|
||||
String get settingsAccountDeleteModalBody => 'Your account will be deleted. There is no change to restore it.';
|
||||
|
||||
@override
|
||||
String get contactVerifyNumberTitle => 'Verify safety number';
|
||||
|
|
@ -436,8 +411,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get contactBlockBody =>
|
||||
'A blocked user will no longer be able to send you messages and their profile will be hidden from view. To unblock a user, simply navigate to Settings > Privacy > Blocked Users.';
|
||||
String get contactBlockBody => 'A blocked user will no longer be able to send you messages and their profile will be hidden from view. To unblock a user, simply navigate to Settings > Privacy > Blocked Users.';
|
||||
|
||||
@override
|
||||
String get contactRemove => 'Remove user';
|
||||
|
|
@ -448,8 +422,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get contactRemoveBody =>
|
||||
'Remove the user and permanently delete the chat and all associated media files. This will also delete YOUR ACCOUNT FROM YOUR CONTACT\'S PHONE.';
|
||||
String get contactRemoveBody => 'Remove the user and permanently delete the chat and all associated media files. This will also delete YOUR ACCOUNT FROM YOUR CONTACT\'S PHONE.';
|
||||
|
||||
@override
|
||||
String get undo => 'Undo';
|
||||
|
|
@ -476,8 +449,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get ok => 'Ok';
|
||||
|
||||
@override
|
||||
String get switchFrontAndBackCamera =>
|
||||
'Switch between front and back camera.';
|
||||
String get switchFrontAndBackCamera => 'Switch between front and back camera.';
|
||||
|
||||
@override
|
||||
String get addTextItem => 'Text';
|
||||
|
|
@ -509,75 +481,58 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get errorUnknown =>
|
||||
'An unexpected error has occurred. Please try again later.';
|
||||
String get errorUnknown => 'An unexpected error has occurred. Please try again later.';
|
||||
|
||||
@override
|
||||
String get errorBadRequest =>
|
||||
'The request could not be understood by the server due to malformed syntax. Please check your input and try again.';
|
||||
String get errorBadRequest => 'The request could not be understood by the server due to malformed syntax. Please check your input and try again.';
|
||||
|
||||
@override
|
||||
String get errorTooManyRequests =>
|
||||
'You have made too many requests in a short period. Please wait a moment before trying again.';
|
||||
String get errorTooManyRequests => 'You have made too many requests in a short period. Please wait a moment before trying again.';
|
||||
|
||||
@override
|
||||
String get errorInternalError =>
|
||||
'The server is currently not available. Please try again later.';
|
||||
String get errorInternalError => 'The server is currently not available. Please try again later.';
|
||||
|
||||
@override
|
||||
String get errorInvalidInvitationCode =>
|
||||
'The invitation code you provided is invalid. Please check the code and try again.';
|
||||
String get errorInvalidInvitationCode => 'The invitation code you provided is invalid. Please check the code and try again.';
|
||||
|
||||
@override
|
||||
String get errorUsernameAlreadyTaken =>
|
||||
'The username you want to use is already taken. Please choose a different username.';
|
||||
String get errorUsernameAlreadyTaken => 'The username you want to use is already taken. Please choose a different username.';
|
||||
|
||||
@override
|
||||
String get errorSignatureNotValid =>
|
||||
'The provided signature is not valid. Please check your credentials and try again.';
|
||||
String get errorSignatureNotValid => 'The provided signature is not valid. Please check your credentials and try again.';
|
||||
|
||||
@override
|
||||
String get errorUsernameNotFound =>
|
||||
'The username you entered does not exist. Please check the spelling or create a new account.';
|
||||
String get errorUsernameNotFound => 'The username you entered does not exist. Please check the spelling or create a new account.';
|
||||
|
||||
@override
|
||||
String get errorUsernameNotValid =>
|
||||
'The username you provided does not meet the required criteria. Please choose a valid username.';
|
||||
String get errorUsernameNotValid => 'The username you provided does not meet the required criteria. Please choose a valid username.';
|
||||
|
||||
@override
|
||||
String get errorInvalidPublicKey =>
|
||||
'The public key you provided is invalid. Please check the key and try again.';
|
||||
String get errorInvalidPublicKey => 'The public key you provided is invalid. Please check the key and try again.';
|
||||
|
||||
@override
|
||||
String get errorSessionAlreadyAuthenticated =>
|
||||
'You are already logged in. Please log out if you want to log in with a different account.';
|
||||
String get errorSessionAlreadyAuthenticated => 'You are already logged in. Please log out if you want to log in with a different account.';
|
||||
|
||||
@override
|
||||
String get errorSessionNotAuthenticated =>
|
||||
'Your session is not authenticated. Please log in to continue.';
|
||||
String get errorSessionNotAuthenticated => 'Your session is not authenticated. Please log in to continue.';
|
||||
|
||||
@override
|
||||
String get errorOnlyOneSessionAllowed =>
|
||||
'Only one active session is allowed per user. Please log out from other devices to continue.';
|
||||
String get errorOnlyOneSessionAllowed => 'Only one active session is allowed per user. Please log out from other devices to continue.';
|
||||
|
||||
@override
|
||||
String get errorNotEnoughCredit => 'You do not have enough twonly-credit.';
|
||||
|
||||
@override
|
||||
String get errorVoucherInvalid =>
|
||||
'The voucher code you entered is not valid.';
|
||||
String get errorVoucherInvalid => 'The voucher code you entered is not valid.';
|
||||
|
||||
@override
|
||||
String get errorPlanLimitReached =>
|
||||
'You have reached your plans limit. Please upgrade your plan.';
|
||||
String get errorPlanLimitReached => 'You have reached your plans limit. Please upgrade your plan.';
|
||||
|
||||
@override
|
||||
String get errorPlanNotAllowed =>
|
||||
'This feature is not available in your current plan.';
|
||||
String get errorPlanNotAllowed => 'This feature is not available in your current plan.';
|
||||
|
||||
@override
|
||||
String get errorPlanUpgradeNotYearly =>
|
||||
'The plan upgrade must be paid for annually, as the current plan is also billed annually.';
|
||||
String get errorPlanUpgradeNotYearly => 'The plan upgrade must be paid for annually, as the current plan is also billed annually.';
|
||||
|
||||
@override
|
||||
String get upgradeToPaidPlan => 'Upgrade to a paid plan.';
|
||||
|
|
@ -623,8 +578,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get redeemUserInviteCodeTitle => 'Redeem twonly-Code';
|
||||
|
||||
@override
|
||||
String get redeemUserInviteCodeSuccess =>
|
||||
'Your plan has been successfully adjusted.';
|
||||
String get redeemUserInviteCodeSuccess => 'Your plan has been successfully adjusted.';
|
||||
|
||||
@override
|
||||
String get freeFeature1 => '3 Media file uploads per day';
|
||||
|
|
@ -657,8 +611,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get createVoucher => 'Buy voucher';
|
||||
|
||||
@override
|
||||
String get createVoucherDesc =>
|
||||
'Choose the value of the voucher. The value of the voucher will be deducted from your twonly balance.';
|
||||
String get createVoucherDesc => 'Choose the value of the voucher. The value of the voucher will be deducted from your twonly balance.';
|
||||
|
||||
@override
|
||||
String get redeemVoucher => 'Redeem voucher';
|
||||
|
|
@ -744,8 +697,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get autoRenewalDesc => 'You can change this at any time.';
|
||||
|
||||
@override
|
||||
String get autoRenewalLongDesc =>
|
||||
'When your subscription expires, you will automatically be downgraded to the Preview plan. If you activate the automatic renewal, please make sure that you have enough credit for the automatic renewal. We will notify you in good time before the automatic renewal.';
|
||||
String get autoRenewalLongDesc => 'When your subscription expires, you will automatically be downgraded to the Preview plan. If you activate the automatic renewal, please make sure that you have enough credit for the automatic renewal. We will notify you in good time before the automatic renewal.';
|
||||
|
||||
@override
|
||||
String get planSuccessUpgraded => 'Successfully upgraded your plan.';
|
||||
|
|
@ -763,12 +715,10 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get additionalUsersFreeTokens => 'twonly-Codes für \"Free\" user';
|
||||
|
||||
@override
|
||||
String get planLimitReached =>
|
||||
'You have reached your plan limit for today. Upgrade your plan now to send the media file.';
|
||||
String get planLimitReached => 'You have reached your plan limit for today. Upgrade your plan now to send the media file.';
|
||||
|
||||
@override
|
||||
String get planNotAllowed =>
|
||||
'You cannot send media files with your current tariff. Upgrade your plan now to send the media file.';
|
||||
String get planNotAllowed => 'You cannot send media files with your current tariff. Upgrade your plan now to send the media file.';
|
||||
|
||||
@override
|
||||
String get galleryDelete => 'Delete file';
|
||||
|
|
@ -786,47 +736,37 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get settingsResetTutorials => 'Show tutorials again';
|
||||
|
||||
@override
|
||||
String get settingsResetTutorialsDesc =>
|
||||
'Click here to show already displayed tutorials again.';
|
||||
String get settingsResetTutorialsDesc => 'Click here to show already displayed tutorials again.';
|
||||
|
||||
@override
|
||||
String get settingsResetTutorialsSuccess =>
|
||||
'Tutorials will be displayed again.';
|
||||
String get settingsResetTutorialsSuccess => 'Tutorials will be displayed again.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListSearchUsersTitle =>
|
||||
'Find Friends and Manage Friend Requests';
|
||||
String get tutorialChatListSearchUsersTitle => 'Find Friends and Manage Friend Requests';
|
||||
|
||||
@override
|
||||
String get tutorialChatListSearchUsersDesc =>
|
||||
'If you know your friends\' usernames, you can search for them here and send a friend request. You will also see all requests from other users that you can accept or block.';
|
||||
String get tutorialChatListSearchUsersDesc => 'If you know your friends\' usernames, you can search for them here and send a friend request. You will also see all requests from other users that you can accept or block.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListContextMenuTitle =>
|
||||
'Long press on the contact to open the context menu.';
|
||||
String get tutorialChatListContextMenuTitle => 'Long press on the contact to open the context menu.';
|
||||
|
||||
@override
|
||||
String get tutorialChatListContextMenuDesc =>
|
||||
'With the context menu, you can pin, archive, and perform various actions on your contacts. Simply long press the contact and then move your finger to the desired option or tap directly on it.';
|
||||
String get tutorialChatListContextMenuDesc => 'With the context menu, you can pin, archive, and perform various actions on your contacts. Simply long press the contact and then move your finger to the desired option or tap directly on it.';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesVerifyShieldTitle => 'Verify your contacts!';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesVerifyShieldDesc =>
|
||||
'twonly uses the Signal protocol for secure end-to-end encryption. When you first contact someone, their public identity key is downloaded. To ensure that this key has not been tampered with by third parties, you should compare it with your friend when you meet in person. Once you have verified the user, you can also enable the twonly mode when sending images and videos.';
|
||||
String get tutorialChatMessagesVerifyShieldDesc => 'twonly uses the Signal protocol for secure end-to-end encryption. When you first contact someone, their public identity key is downloaded. To ensure that this key has not been tampered with by third parties, you should compare it with your friend when you meet in person. Once you have verified the user, you can also enable the twonly mode when sending images and videos.';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesReopenMessageTitle =>
|
||||
'Reopen Images and Videos';
|
||||
String get tutorialChatMessagesReopenMessageTitle => 'Reopen Images and Videos';
|
||||
|
||||
@override
|
||||
String get tutorialChatMessagesReopenMessageDesc =>
|
||||
'If your friend has sent you a picture or video with infinite display time, you can open it again at any time until you restart the app. To do this, simply double-click on the message. Your friend will then receive a notification that you have viewed the picture again.';
|
||||
String get tutorialChatMessagesReopenMessageDesc => 'If your friend has sent you a picture or video with infinite display time, you can open it again at any time until you restart the app. To do this, simply double-click on the message. Your friend will then receive a notification that you have viewed the picture again.';
|
||||
|
||||
@override
|
||||
String get memoriesEmpty =>
|
||||
'As soon as you save pictures or videos, they end up here in your memories.';
|
||||
String get memoriesEmpty => 'As soon as you save pictures or videos, they end up here in your memories.';
|
||||
|
||||
@override
|
||||
String get deleteImageTitle => 'Are you sure?';
|
||||
|
|
@ -841,8 +781,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get backupNoticeTitle => 'No backup configured';
|
||||
|
||||
@override
|
||||
String get backupNoticeDesc =>
|
||||
'If you change or lose your device, no one can restore your account without a backup. Therefore, back up your data.';
|
||||
String get backupNoticeDesc => 'If you change or lose your device, no one can restore your account without a backup. Therefore, back up your data.';
|
||||
|
||||
@override
|
||||
String get backupNoticeLater => 'Remind later';
|
||||
|
|
@ -860,8 +799,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get backupSuccess => 'Success';
|
||||
|
||||
@override
|
||||
String get backupTwonlySafeDesc =>
|
||||
'Back up your twonly identity, as this is the only way to restore your account if you uninstall the app or lose your phone.';
|
||||
String get backupTwonlySafeDesc => 'Back up your twonly identity, as this is the only way to restore your account if you uninstall the app or lose your phone.';
|
||||
|
||||
@override
|
||||
String get backupServer => 'Server';
|
||||
|
|
@ -885,22 +823,19 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get deleteBackupTitle => 'Are you sure?';
|
||||
|
||||
@override
|
||||
String get deleteBackupBody =>
|
||||
'Without an backup, you can not restore your user account.';
|
||||
String get deleteBackupBody => 'Without an backup, you can not restore your user account.';
|
||||
|
||||
@override
|
||||
String get backupData => 'Data-Backup';
|
||||
|
||||
@override
|
||||
String get backupDataDesc =>
|
||||
'This backup contains besides of your twonly-Identity also all of your media files. This backup will is also encrypted but stored locally. You then have to ensure to manually copy it onto your laptop or device of your choice.';
|
||||
String get backupDataDesc => 'This backup contains besides of your twonly-Identity also all of your media files. This backup will is also encrypted but stored locally. You then have to ensure to manually copy it onto your laptop or device of your choice.';
|
||||
|
||||
@override
|
||||
String get backupInsecurePassword => 'Insecure password';
|
||||
|
||||
@override
|
||||
String get backupInsecurePasswordDesc =>
|
||||
'The chosen password is very insecure and can therefore easily be guessed by attackers. Please choose a secure password.';
|
||||
String get backupInsecurePasswordDesc => 'The chosen password is very insecure and can therefore easily be guessed by attackers. Please choose a secure password.';
|
||||
|
||||
@override
|
||||
String get backupInsecurePasswordOk => 'Continue anyway';
|
||||
|
|
@ -909,12 +844,10 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get backupInsecurePasswordCancel => 'Try again';
|
||||
|
||||
@override
|
||||
String get backupTwonlySafeLongDesc =>
|
||||
'twonly does not have any central user accounts. A key pair is created during installation, which consists of a public and a private key. The private key is only stored on your device to protect it from unauthorized access. The public key is uploaded to the server and linked to your chosen username so that others can find you.\n\ntwonly Safe regularly creates an encrypted, anonymous backup of your private key together with your contacts and settings. Your username and chosen password are enough to restore this data on another device.';
|
||||
String get backupTwonlySafeLongDesc => 'twonly does not have any central user accounts. A key pair is created during installation, which consists of a public and a private key. The private key is only stored on your device to protect it from unauthorized access. The public key is uploaded to the server and linked to your chosen username so that others can find you.\n\ntwonly Safe regularly creates an encrypted, anonymous backup of your private key together with your contacts and settings. Your username and chosen password are enough to restore this data on another device.';
|
||||
|
||||
@override
|
||||
String get backupSelectStrongPassword =>
|
||||
'Choose a secure password. This is required if you want to restore your twonly Safe backup.';
|
||||
String get backupSelectStrongPassword => 'Choose a secure password. This is required if you want to restore your twonly Safe backup.';
|
||||
|
||||
@override
|
||||
String get password => 'Password';
|
||||
|
|
@ -926,8 +859,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get passwordRepeatedNotEqual => 'Passwords do not match.';
|
||||
|
||||
@override
|
||||
String get backupPasswordRequirement =>
|
||||
'Password must be at least 8 characters long.';
|
||||
String get backupPasswordRequirement => 'Password must be at least 8 characters long.';
|
||||
|
||||
@override
|
||||
String get backupExpertSettings => 'Expert settings';
|
||||
|
|
@ -936,8 +868,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
String get backupEnableBackup => 'Activate automatic backup';
|
||||
|
||||
@override
|
||||
String get backupOwnServerDesc =>
|
||||
'Save your twonly safe backups at twonly or on any server of your choice.';
|
||||
String get backupOwnServerDesc => 'Save your twonly safe backups at twonly or on any server of your choice.';
|
||||
|
||||
@override
|
||||
String get backupUseOwnServer => 'Use server';
|
||||
|
|
|
|||
Loading…
Reference in a new issue