// ignore: unused_import import 'package:intl/intl.dart' as intl; import 'app_localizations.dart'; // ignore_for_file: type=lint /// The translations for English (`en`). class AppLocalizationsEn extends AppLocalizations { AppLocalizationsEn([String locale = 'en']) : super(locale); @override String get registerTitle => 'Welcome to twonly!'; @override 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.'; @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.'; @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.'; @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!'; @override String get onboardingNotProductTitle => 'You are not the product!'; @override String get onboardingNotProductBody => 'twonly is financed by donations and an optional subscription. Your data will never be sold.'; @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.'; @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.'; @override String get onboardingTryForFree => 'Try for free'; @override String get registerUsernameSlogan => 'Please select a username so others can find you!'; @override String get registerUsernameDecoration => 'Username'; @override String get registerUsernameLimits => 'Your username must be at least 3 characters long.'; @override String get registerSubmitButton => 'Register now!'; @override String get registerTwonlyCodeText => 'Have you received a twonly code? Then redeem it either directly here or later!'; @override String get registerTwonlyCodeLabel => 'twonly-Code'; @override String get newMessageTitle => 'New message'; @override String get chatsTapToSend => 'Click to send your first image'; @override String get cameraPreviewSendTo => 'Send to'; @override String get shareImageTitle => 'Share with'; @override String get shareImageBestFriends => 'Best friends'; @override String get shareImagePinnedContacts => 'Pinnded'; @override String get shareImagedEditorSendImage => 'Send'; @override String get shareImagedEditorShareWith => 'Share with'; @override String get shareImagedEditorSaveImage => 'Save'; @override String get shareImagedEditorSavedImage => 'Saved'; @override String get shareImageSearchAllContacts => 'Search all contacts'; @override String get startNewChatSearchHint => 'Name, username or groupname'; @override String get shareImagedSelectAll => 'Select all'; @override String get startNewChatTitle => 'Select Contact'; @override String get startNewChatNewContact => 'New Contact'; @override String get startNewChatYourContacts => 'Your Contacts'; @override String get shareImageAllUsers => 'All contacts'; @override 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.'; @override String get shareImageShowArchived => 'Show archived users'; @override String get searchUsernameInput => 'Username'; @override 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!'; @override String get selectSubscription => 'Select subscription'; @override String get searchUserNamePending => 'Pending'; @override String get searchUserNameBlockUserTooltip => 'Block the user without informing.'; @override 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.'; @override String get searchUsernameNotFound => 'Username not found'; @override String searchUsernameNotFoundBody(Object username) { return 'There is no user with the username \"$username\" registered'; } @override String get searchUsernameNewFollowerTitle => 'Follow requests'; @override String get searchUsernameQrCodeBtn => 'Scan QR code'; @override String get chatListViewSearchUserNameBtn => 'Add your first twonly contact!'; @override String get chatListViewSendFirstTwonly => 'Send your first twonly!'; @override String get chatListDetailInput => 'Type a message'; @override String get userDeletedAccount => 'The user has deleted its account.'; @override String get contextMenuUserProfile => 'User profile'; @override String get contextMenuVerifyUser => 'Verify'; @override String get contextMenuArchiveUser => 'Archive'; @override String get contextMenuUndoArchiveUser => 'Undo archiving'; @override String get contextMenuOpenChat => 'Open chat'; @override String get contextMenuPin => 'Pin'; @override String get contextMenuUnpin => 'Unpin'; @override String get mediaViewerAuthReason => 'Please authenticate to see this twonly!'; @override String get mediaViewerTwonlyTapToOpen => 'Tap to open your twonly!'; @override String get messageSendState_Received => 'Received'; @override String get messageSendState_Opened => 'Opened'; @override String get messageSendState_Send => 'Sent'; @override String get messageSendState_Sending => 'Sending'; @override String get messageSendState_TapToLoad => 'Tap to load'; @override String get messageSendState_Loading => 'Downloading'; @override String get messageStoredInGallery => 'Stored in gallery'; @override String get messageReopened => 'Re-opened'; @override String get imageEditorDrawOk => 'Take drawing'; @override String get settingsTitle => 'Settings'; @override String get settingsChats => 'Chats'; @override String get settingsPreSelectedReactions => 'Preselected reaction emojis'; @override String get settingsPreSelectedReactionsError => 'A maximum of 12 reactions can be selected.'; @override String get settingsProfile => 'Profile'; @override String get settingsStorageData => 'Data and storage'; @override String get settingsStorageDataStoreInGTitle => 'Store in Gallery'; @override String get settingsStorageDataStoreInGSubtitle => 'Store saved images additional in the systems gallery.'; @override String get settingsStorageDataMediaAutoDownload => 'Media auto-download'; @override String get settingsStorageDataAutoDownMobile => 'When using mobile data'; @override String get settingsStorageDataAutoDownWifi => 'When using WI-FI'; @override String get settingsProfileCustomizeAvatar => 'Customize your avatar'; @override String get settingsProfileEditDisplayName => 'Displayname'; @override String get settingsProfileEditDisplayNameNew => 'New Displayname'; @override String get settingsAccount => 'Konto'; @override String get settingsSubscription => 'Subscription'; @override String get settingsAppearance => 'Appearance'; @override String get settingsPrivacy => 'Privacy'; @override 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.'; @override String settingsPrivacyBlockUsersCount(Object len) { return '$len contact(s)'; } @override String get settingsNotification => 'Notification'; @override String get settingsNotifyTroubleshooting => 'Troubleshooting'; @override 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.'; @override String get settingsHelp => 'Help'; @override String get settingsHelpDiagnostics => 'Diagnostic protocol'; @override String get settingsHelpFAQ => 'FAQ'; @override String get feedbackTooltip => 'Give Feedback to improve twonly.'; @override String get settingsHelpContactUs => 'Contact us'; @override String get settingsHelpVersion => 'Version'; @override String get settingsHelpLicenses => 'Licenses (Source-Code)'; @override String get settingsHelpCredits => 'Licenses (Images)'; @override String get settingsHelpImprint => 'Imprint & Privacy Policy'; @override String get contactUsFaq => 'Have you read our FAQ yet?'; @override String get contactUsEmojis => 'How do you feel? (optional)'; @override String get contactUsSelectOption => 'Please select an option'; @override String get contactUsReason => 'Tell us why you\'re reaching out'; @override String get contactUsMessage => 'If you want to receive an answer, please add your e-mail address so we can contact you.'; @override String get contactUsYourMessage => 'Your message'; @override String get contactUsMessageTitle => 'Tell us what\'s going on'; @override String get contactUsReasonNotWorking => 'Something\'s not working'; @override String get contactUsReasonFeatureRequest => 'Feature request'; @override String get contactUsReasonQuestion => 'Question'; @override String get contactUsReasonFeedback => 'Feedback'; @override String get contactUsReasonOther => 'Other'; @override String get contactUsIncludeLog => 'Include debug log'; @override String get contactUsWhatsThat => 'What\'s that?'; @override String get contactUsLastWarning => 'This are the information\'s which will be send to us. Please verify them and then press submit.'; @override String get contactUsSuccess => 'Feedback submitted successfully!'; @override String get contactUsShortcut => 'Hide Feedback Icon'; @override String get settingsHelpTerms => 'Terms of Service'; @override String get settingsAppearanceTheme => 'Theme'; @override String get settingsAccountDeleteAccount => 'Delete account'; @override String settingsAccountDeleteAccountWithBallance(Object credit) { return 'In the next step, you can select what you want to to with the remaining credit ($credit).'; } @override 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.'; @override String get settingsAccountDeleteModalTitle => 'Are you sure?'; @override String get settingsAccountDeleteModalBody => 'Your account will be deleted. There is no change to restore it.'; @override String get contactVerifyNumberTitle => 'Verify safety number'; @override String get contactVerifyNumberTapToScan => 'Tap to scan'; @override String get contactVerifyNumberMarkAsVerified => 'Mark as verified'; @override String get contactVerifyNumberClearVerification => 'Clear verification'; @override String contactVerifyNumberLongDesc(Object username) { return 'To verify the end-to-end encryption with $username, compare the numbers with their device. The person can also scan your code with their device.'; } @override String get contactNickname => 'Nickname'; @override String get contactNicknameNew => 'New nickname'; @override String get deleteAllContactMessages => 'Delete all text-messages'; @override String deleteAllContactMessagesBody(Object username) { return 'This will remove all messages, except stored media files, in your chat with $username. This will NOT delete the messages stored at ${username}s device!'; } @override String get contactBlock => 'Block'; @override String contactBlockTitle(Object username) { return 'Block $username'; } @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.'; @override String get contactRemove => 'Remove user'; @override String contactRemoveTitle(Object username) { return 'Remove $username'; } @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.'; @override String get undo => 'Undo'; @override String get redo => 'Redo'; @override String get next => 'Next'; @override String get submit => 'Submit'; @override String get close => 'Close'; @override String get disable => 'Disable'; @override String get enable => 'Enable'; @override String get cancel => 'Cancel'; @override String get now => 'Now'; @override String get you => 'You'; @override String get minutesShort => 'min.'; @override String get image => 'Image'; @override String get video => 'Video'; @override String get react => 'React'; @override String get reply => 'Reply'; @override String get copy => 'Copy'; @override String get edit => 'Edit'; @override String get delete => 'Delete'; @override String get info => 'Info'; @override String get ok => 'Ok'; @override String get switchFrontAndBackCamera => 'Switch between front and back camera.'; @override String get addTextItem => 'Text'; @override String get protectAsARealTwonly => 'Send as real twonly!'; @override String get addDrawing => 'Drawing'; @override String get addEmoji => 'Emoji'; @override String get toggleFlashLight => 'Toggle the flash light'; @override String get toggleHighQuality => 'Toggle better resolution'; @override String get userFound => 'User found'; @override String get userFoundBody => 'Do you want to create a follow request?'; @override String searchUsernameNotFoundLong(Object username) { return '\"$username\" is not a twonly user. Please check the username and try again.'; } @override 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.'; @override 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.'; @override String get errorInvalidInvitationCode => 'The invitation code you provided is invalid. Please check the code and try again.'; @override String get errorUsernameAlreadyTaken => 'The username is already taken.'; @override 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.'; @override 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.'; @override 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.'; @override 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.'; @override 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.'; @override 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.'; @override String upgradeToPaidPlanButton(Object planId) { return 'Upgrade subscription to $planId'; } @override String partOfPaidPlanOf(Object username) { return 'You are part of the paid plan of $username!'; } @override String get year => 'year'; @override String get month => 'month'; @override String get proFeature1 => '✓ Unlimited media file uploads'; @override String get proFeature2 => '1 additional Plus user'; @override String get proFeature3 => 'Cloud-Backup encrypted (coming-soon)'; @override String get proFeature4 => 'Additional features (coming-soon)'; @override String get familyFeature1 => '✓ All from Pro'; @override String get familyFeature2 => '4 additional Plus users'; @override String get redeemUserInviteCode => 'Or redeem a twonly-Code.'; @override String get redeemUserInviteCodeTitle => 'Redeem twonly-Code'; @override String get redeemUserInviteCodeSuccess => 'Your plan has been successfully adjusted.'; @override String get freeFeature1 => '10 Media file uploads per day'; @override String get plusFeature1 => '✓ Unlimited media file uploads'; @override String get plusFeature2 => 'Additional features (coming-soon)'; @override String get transactionHistory => 'Your transaction history'; @override String get manageSubscription => 'Manage your subscription'; @override String get nextPayment => 'Next payment'; @override String get currentBalance => 'Current balance'; @override String get manageAdditionalUsers => 'Manage additional users'; @override String get open => 'Open'; @override String get createOrRedeemVoucher => 'Buy or redeem voucher'; @override 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.'; @override String get redeemVoucher => 'Redeem voucher'; @override String get openVouchers => 'Open vouchers'; @override String get voucherCreated => 'Voucher created'; @override String get voucherRedeemed => 'Voucher redeemed'; @override String get enterVoucherCode => 'Enter Voucher Code'; @override String get requestedVouchers => 'Requested vouchers'; @override String get redeemedVouchers => 'Redeemed vouchers'; @override String get buy => 'Buy'; @override String subscriptionRefund(Object refund) { return 'When you upgrade, you will receive a refund of $refund for your current subscription.'; } @override String get transactionCash => 'Cash transaction'; @override String get transactionPlanUpgrade => 'Plan upgrade'; @override String get transactionRefund => 'Refund transaction'; @override String get transactionThanksForTesting => 'Thank you for testing'; @override String get transactionUnknown => 'Unknown transaction'; @override String get transactionVoucherCreated => 'Voucher created'; @override String get transactionVoucherRedeemed => 'Voucher redeemed'; @override String get transactionAutoRenewal => 'Automatic renewal'; @override String get checkoutOptions => 'Options'; @override String get refund => 'Refund'; @override String get checkoutPayYearly => 'Pay yearly'; @override String get checkoutTotal => 'Total'; @override String get selectPaymentMethod => 'Select Payment Method'; @override String get twonlyCredit => 'twonly-Credit'; @override String get notEnoughCredit => 'You do not have enough credit!'; @override String get chargeCredit => 'Charge credit'; @override String get autoRenewal => 'Auto renewal'; @override 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.'; @override String get planSuccessUpgraded => 'Successfully upgraded your plan.'; @override String get checkoutSubmit => 'Order with a fee.'; @override String get additionalUsersList => 'Your additional users'; @override String get additionalUsersPlusTokens => 'twonly-Codes für \"Plus\" user'; @override 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.'; @override 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'; @override String get galleryDetails => 'Show details'; @override String get galleryExport => 'Export to gallery'; @override String get galleryExportSuccess => 'Successfully saved in the Gallery.'; @override String get settingsResetTutorials => 'Show tutorials again'; @override String get settingsResetTutorialsDesc => 'Click here to show already displayed tutorials again.'; @override String get settingsResetTutorialsSuccess => 'Tutorials will be displayed again.'; @override 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.'; @override 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.'; @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.'; @override 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.'; @override String get memoriesEmpty => 'As soon as you save pictures or videos, they end up here in your memories.'; @override String get deleteTitle => 'Are you sure?'; @override String get deleteOkBtnForAll => 'Delete for all'; @override String get deleteOkBtnForMe => 'Delete for me'; @override String get deleteImageTitle => 'Are you sure?'; @override String get deleteImageBody => 'The image will be irrevocably deleted.'; @override String get settingsBackup => 'Backup'; @override 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.'; @override String get backupNoticeLater => 'Remind later'; @override String get backupNoticeOpenBackup => 'Create backup'; @override String get backupPending => 'Pending'; @override String get backupFailed => 'Failed'; @override 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.'; @override String get backupNoPasswordRecovery => 'Due to twonly\'s security system, there is (currently) no password recovery function. Therefore, you must remember your password or, better yet, write it down.'; @override String get backupServer => 'Server'; @override String get backupMaxBackupSize => 'max. backup size'; @override String get backupStorageRetention => 'Storage retention'; @override String get backupLastBackupDate => 'Last backup'; @override String get backupLastBackupSize => 'Backup size'; @override String get backupLastBackupResult => 'Result'; @override String get deleteBackupTitle => 'Are you sure?'; @override 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.'; @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.'; @override String get backupInsecurePasswordOk => 'Continue anyway'; @override 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 Backup 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 Backup.'; @override String get password => 'Password'; @override String get passwordRepeated => 'Repeat password'; @override String get passwordRepeatedNotEqual => 'Passwords do not match.'; @override String get backupPasswordRequirement => 'Password must be at least 8 characters long.'; @override String get backupExpertSettings => 'Expert settings'; @override String get backupEnableBackup => 'Activate automatic backup'; @override String get backupOwnServerDesc => 'Save your twonly Backup at twonly or on any server of your choice.'; @override String get backupUseOwnServer => 'Use server'; @override String get backupResetServer => 'Use standard server'; @override String get backupTwonlySaveNow => 'Save now'; @override String get backupChangePassword => 'Change password'; @override String get twonlySafeRecoverTitle => 'Recovery'; @override String get twonlySafeRecoverDesc => 'If you have created a backup with twonly Backup, you can restore it here.'; @override String get twonlySafeRecoverBtn => 'Restore backup'; @override String get inviteFriends => 'Invite your friends'; @override String get inviteFriendsShareBtn => 'Share'; @override String inviteFriendsShareText(Object url) { return 'Let\'s switch to twonly: $url'; } @override String get appOutdated => 'Your version of twonly is out of date.'; @override String get appOutdatedBtn => 'Update Now'; @override String get doubleClickToReopen => 'Double-click\nto open again'; @override String get uploadLimitReached => 'The upload limit has\been reached. Upgrade to Pro\nor wait until tomorrow.'; @override String get retransmissionRequested => 'Retransmission requested'; @override String get testPaymentMethod => 'Thanks for the interest in a paid plan. Currently the paid plans are still deactivated. But they will be activated soon!'; @override String get openChangeLog => 'Open changelog automatically'; @override String reportUserTitle(Object username) { return 'Report $username'; } @override String get reportUserReason => 'Reporting reason'; @override String get reportUser => 'Report user'; @override String get newDeviceRegistered => 'You have logged in on another device. You have therefore been logged out here.'; @override String get tabToRemoveEmoji => 'Tab to remove'; @override String get quotedMessageWasDeleted => 'The quoted message has been deleted.'; @override String get messageWasDeleted => 'Message has been deleted.'; @override String get messageWasDeletedShort => 'Deleted'; @override String get sent => 'Delivered'; @override String get sentTo => 'Delivered to'; @override String get received => 'Received'; @override String get opened => 'Opened'; @override String get waitingForInternet => 'Waiting for internet'; @override String get editHistory => 'Edit history'; @override String get archivedChats => 'Archived chats'; @override String get durationShortSecond => 'Sec.'; @override String get durationShortMinute => 'Min.'; @override String get durationShortHour => 'Hrs.'; @override String durationShortDays(num count) { String _temp0 = intl.Intl.pluralLogic( count, locale: localeName, other: '$count Days', one: '1 Day', ); return '$_temp0'; } @override String get contacts => 'Contacts'; @override String get groups => 'Groups'; @override String get newGroup => 'New group'; @override String get selectMembers => 'Select members'; @override String get selectGroupName => 'Select group name'; @override String get groupNameInput => 'Group name'; @override String get groupMembers => 'Members'; @override String get addMember => 'Add member'; @override String get createGroup => 'Create group'; @override String get leaveGroup => 'Leave group'; @override String get createContactRequest => 'Create contact request'; @override String get contactRequestSend => 'Contact request send'; @override String get makeAdmin => 'Make admin'; @override String get removeAdmin => 'Remove as admin'; @override String get removeFromGroup => 'Remove from group'; @override String get admin => 'Admin'; @override String revokeAdminRightsTitle(Object username) { return 'Revoke $username\'s admin rights?'; } @override String get revokeAdminRightsOkBtn => 'Remove as admin'; @override String makeAdminRightsTitle(Object username) { return 'Make $username an admin?'; } @override String makeAdminRightsBody(Object username) { return '$username will be able to edit this group and its members.'; } @override String get makeAdminRightsOkBtn => 'Make admin'; @override String get updateGroup => 'Update group'; @override String get alreadyInGroup => 'Already in Group'; @override String removeContactFromGroupTitle(Object username) { return 'Remove $username from this group?'; } @override String youChangedGroupName(Object newGroupName) { return 'You have changed the group name to \"$newGroupName\".'; } @override String makerChangedGroupName(Object maker, Object newGroupName) { return '$maker has changed the group name to \"$newGroupName\".'; } @override String get youCreatedGroup => 'You have created the group.'; @override String makerCreatedGroup(Object maker) { return '$maker has created the group.'; } @override String youRemovedMember(Object affected) { return 'You have removed $affected from the group.'; } @override String makerRemovedMember(Object affected, Object maker) { return '$maker has removed $affected from the group.'; } @override String youAddedMember(Object affected) { return 'You have added $affected to the group.'; } @override String makerAddedMember(Object affected, Object maker) { return '$maker has added $affected to the group.'; } @override String youMadeAdmin(Object affected) { return 'You made $affected an admin.'; } @override String makerMadeAdmin(Object affected, Object maker) { return '$maker made $affected an admin.'; } @override String youRevokedAdminRights(Object affectedR) { return 'You revoked $affectedR admin rights.'; } @override String makerRevokedAdminRights(Object affectedR, Object maker) { return '$maker revoked $affectedR admin rights.'; } @override String get youLeftGroup => 'You have left the group.'; @override String makerLeftGroup(Object maker) { return '$maker has left the group.'; } @override String get groupActionYou => 'you'; @override String get groupActionYour => 'your'; @override String get notificationFillerIn => 'in'; @override String notificationText(Object inGroup) { return 'sent a message$inGroup.'; } @override String notificationTwonly(Object inGroup) { return 'sent a twonly$inGroup.'; } @override String notificationVideo(Object inGroup) { return 'sent a video$inGroup.'; } @override String notificationImage(Object inGroup) { return 'sent a image$inGroup.'; } @override String notificationAudio(Object inGroup) { return 'sent a voice message$inGroup.'; } @override String notificationAddedToGroup(Object groupname) { return 'has added you to \"$groupname\"'; } @override String get notificationContactRequest => 'wants to connect with you.'; @override String get notificationAcceptRequest => 'is now connected with you.'; @override String get notificationStoredMediaFile => 'has stored your image.'; @override String get notificationReaction => 'has reacted to your image.'; @override String get notificationReopenedMedia => 'has reopened your image.'; @override String notificationReactionToVideo(Object reaction) { return 'has reacted with $reaction to your video.'; } @override String notificationReactionToText(Object reaction) { return 'has reacted with $reaction to your message.'; } @override String notificationReactionToImage(Object reaction) { return 'has reacted with $reaction to your image.'; } @override String notificationReactionToAudio(Object reaction) { return 'has reacted with $reaction to your audio message.'; } @override String notificationResponse(Object inGroup) { return 'has responded$inGroup.'; } @override String get notificationTitleUnknownUser => 'Someone'; @override String get notificationCategoryMessageTitle => 'Messages'; @override String get notificationCategoryMessageDesc => 'Messages from other users.'; @override String get groupContextMenuDeleteGroup => 'This will permanently delete all messages in this chat.'; @override String get groupYouAreNowLongerAMember => 'You are no longer part of this group.'; @override String get groupNetworkIssue => 'Network issue. Try again later.'; @override String get leaveGroupSelectOtherAdminTitle => 'Select another admin'; @override String get leaveGroupSelectOtherAdminBody => 'To leave the group, you must first select a new administrator.'; @override String get leaveGroupSureTitle => 'Leave group'; @override String get leaveGroupSureBody => 'Do you really want to leave the group?'; @override String get leaveGroupSureOkBtn => 'Leave group'; @override String changeDisplayMaxTime(Object time, Object username) { return 'Chats will now be deleted after $time ($username).'; } @override String youChangedDisplayMaxTime(Object time) { return 'Chats will now be deleted after $time.'; } @override String get userGotReported => 'User has been reported.'; @override String get deleteChatAfter => 'Delete chat after...'; @override String get deleteChatAfterAnHour => 'one hour.'; @override String get deleteChatAfterADay => 'one day.'; @override String get deleteChatAfterAWeek => 'one week.'; @override String get deleteChatAfterAMonth => 'one month.'; @override String get deleteChatAfterAYear => 'one year.'; @override String get yourTwonlyScore => 'Your twonly-Score'; @override String get registrationClosed => 'Due to the current high volume of registrations, we have temporarily disabled registration to ensure that the service remains reliable. Please try again in a few days.'; @override String get dialogAskDeleteMediaFilePopTitle => 'Are you sure you want to delete your masterpiece?'; @override String get dialogAskDeleteMediaFilePopDelete => 'Delete'; @override String get allowErrorTracking => 'Share errors and crashes with us'; @override String get allowErrorTrackingSubtitle => 'If twonly crashes or errors occur, these are automatically reported to our self-hosted Glitchtip instance. Personal data such as messages or images are never uploaded.'; @override String get avatarSaveChanges => 'Would you like to save the changes?'; @override String get avatarSaveChangesStore => 'Save'; @override String get avatarSaveChangesDiscard => 'Discard'; }