one:"Are you sure you want to download all attachments of this note?",
other:"Are you sure you want to download all attachments?"
}),
noDownloads:()=>t`No downloads in progress.`,
noAttachments:()=>t`No attachments.`,
attachmentsEncryptedNote:()=>t`All attachments are end-to-end encrypted.`,
recoveryEmailSent:()=>t`Recovery email sent!`,
recoveryEmailSentDesc:()=>
t`Recovery email has been sent to your email address. Please check your inbox and follow the instructions to recover your account.`,
dontHaveAccount:()=>t`Don't have an account?`,
signUp:()=>t`Sign up`,
sessionExpired:()=>t`Session expired`,
sessionExpiredDesc:(obfuscatedEmail: string)=>
t`Your session has expired. Please enter password for ${obfuscatedEmail} to continue.`,
signupAgreement:{
0:()=>t`By signing up, you agree to our `,
1:()=>t`Terms of Service `,
2:()=>t`and `,
3:()=>t`Privacy Policy. `,
4:()=>
t`You also agree to recieve marketing emails from us which you can opt-out of from app settings.`
},
alreadyHaveAccount:()=>t`Already have an account?`,
login:()=>t`Login`,
"2fa":()=>t`Two factor authentication`,
select2faMethod:()=>t`Select method for two-factor authentication`,
select2faCodeHelpText:()=>t`Select how you would like to recieve the code`,
"2faCodeHelpText":{
email:()=>
t`Enter the 6 digit code sent to your email to continue logging in`,
sms:()=>
t`Enter the 6 digit code sent to your phone number to continue logging in`,
app:()=>
t`Enter the 6 digit code from your authenticator app to continue logging in`,
recoveryCode:()=>t`Enter the recovery code to continue logging in`
},
"2faCodeSecondaryMethodText":{
email:()=>t`I don't have access to email`,
sms:()=>t`I don't have access to my phone`,
app:()=>t`I don't have access to authenticator app`,
recoveryCode:()=>t`I don't have recovery codes`
},
resend2faCode:(seconds: string)=>t`Resend code in (${seconds})`,
sendCode:()=>t`Send code`,
sendCodeSms:()=>t`Send code via SMS`,
sendCodeEmail:()=>t`Send code via email`,
authAppCode:()=>t`Enter code from authenticator app`,
recoveryCode:()=>t`I have a recovery code`,
attachImageHeading:(count: number)=>
plural(count,{
one:"Attach image",
other:"Attach # images"
}),
compress:()=>t`Compress`,
recommended:()=>t`Recommended`,
compressionOffNotice:()=>
t`Images uploaded without compression are slow to load and take more bandwidth. We recommend compressing images unless you need image in original quality.`,
compressionOnNotice:()=>
t`Compressed images are uploaded in Full HD resolution and usually are good enough for most use cases.`,
t`An error occurred while migrating your data. You can logout of your account and try to relogin. However this is not recommended as it may result in some data loss if your data was not synced.`,
migrationAppReset:()=>
t`App data has been cleared. Kindly relaunch the app to login again.`,
notebooks:()=>t`NOTEBOOKS`,
syncingHeading:()=>t`Syncing your data`,
syncingDesc:()=>t`Please wait while we sync all your data.`,
selectNotebooksDesc:()=>t`Select notebooks you want to add note(s) to.`,
enableMultiSelect:()=>t`Tap and hold to enable multi-select.`,
changeEmail:()=>t`Change email address`,
changeEmailDesc:()=>
t`Your account email will be changed without affecting your subscription or any other settings.`,
export:()=>t`Export`,
issueTitle:()=>t`Report issue`,
issueDesc:()=>
t`We are sorry, it seems that the app crashed due to an error. You can submit a bug report below so we can fix this asap.`,
issueDesc2:()=>
t`Let us know if you have faced any issue/bug while using Notesnook. We will try to fix it as soon as possible.`,
migrationSaveBackup:()=>t`Save a backup of your notes`,
migrationSaveBackupDesc:()=>
t`Thank you for updating Notesnook! We will be applying some minor changes for a better note taking experience.`,
moveNotebook:(count: number,title: string)=>
plural(count,{
one:`Moving ${title}`,
other:`Moving # notebooks`
}),
addNotesToNotebook:(title: string)=>t`Add notes to ${title}`,
publish:()=>t`Publish`,
publishDesc:()=>
t`Publish your note to share it with others. You can set a password to protect it.`,
saveRecoveryKey:()=>t`Save account recovery key`,
saveRecoveryKeyDesc:()=>
t`Save your account recovery key in a safe place. You will need it to recover your account in case you forget your password.`,
backups:()=>t`Backups`,
twoFactorAuth:()=>t`Two-factor authentication`,
twoFactorAuthDesc:()=>
t`Enable two-factor authentication to add an extra layer of security to your account.`,
saveRecoveryCodes:()=>t`Save recovery codes`,
saveRecoveryCodesDesc:()=>
t`Save your recovery codes in a safe place. You will need them to recover your account in case you lose access to your two-factor authentication methods.`,
fallbackMethodEnabled:()=>t`Fallback method for 2FA enabled`,
accountIsSecure:()=>
t`Your account is now 100% secure against unauthorized logins.`,
manageSubDesktop:()=>t`Manage subscription on desktop`,
resubFromPlaystore:()=>t`Resubscribe from Playstore`,
resubToPro:()=>t`Resubscribe to Pro`,
getPro:()=>t`Get Pro`,
monthShort:()=>t`mo`,
yearShort:()=>t`yr`,
subscriptionProviderInfo:{
1:{
type:"iOS",
title:()=>t`Subscribed on iOS`,
desc:()=>
t`You subscribed to Notesnook Pro on iOS using Apple In App Purchase. You can cancel anytime with your iTunes Account settings.`,
icon:"ios"
},
2:{
type:"Android",
title:()=>t`Subscribed on Android`,
desc:()=>
t`You subscribed to Notesnook Pro on Android Phone/Tablet using Google In App Purchase.`,
icon:"android"
},
3:{
type:"Web",
title:()=>t`Subscribed on Web`,
desc:()=>t`You subscribed to Notesnook Pro on the Web/Desktop App.`,
icon:"web"
}
},
dark:()=>t`Dark`,
light:()=>t`Light`,
all:()=>t`All`,
loadFromFile:()=>t`Load from file`,
setAsDarkTheme:()=>t`Set as dark theme`,
setAsLightTheme:()=>t`Set as light theme`,
createAGroup:()=>t`Create a group`,
fileCheckFailed:(reason: string)=>
t`File check failed: ${reason} Try reuploading the file to fix the issue.`,
changePasswordNotice:()=>
t`Changing password is an irreversible process. You will be logged out from all your devices. Please make sure you do not close the app while your password is changing and have good internet connection.`,
changePasswordNotice2:()=>
t`Once your password is changed, please make sure to save the new account recovery key`,
sideMenuNotice:()=>t`Add shortcuts for notebooks and tags here.`,
debugNotice:()=>
t`All logs are local only and are not sent to any server. You can share the logs from here with us if you face an issue to help us find the root cause.`,
configureToolbarNotice:()=>
t`Curate the toolbar that fits your needs and matches your personality.`,
fileSaved:(name: string,platform: string)=>
select(platform,{
android:`${name} saved to selected path`,
other:`${name} saved to File Manager/Notesnook/downloads`