diff --git a/apps/mobile/app/hooks/use-app-events.tsx b/apps/mobile/app/hooks/use-app-events.tsx index e1760a074..1b01a074e 100644 --- a/apps/mobile/app/hooks/use-app-events.tsx +++ b/apps/mobile/app/hooks/use-app-events.tsx @@ -341,8 +341,15 @@ const doAppLoadActions = async () => { }; const checkAppUpdateAvailable = async () => { - if (__DEV__ || Config.isTesting === "true" || Config.FDROID_BUILD || BETA) + if ( + __DEV__ || + Config.isTesting === "true" || + Config.FDROID_BUILD || + BETA || + !SettingsService.getProperty("checkForUpdates") + ) return; + try { const version = Config.GITHUB_RELEASE === "true" diff --git a/apps/mobile/app/screens/settings/settings-data.tsx b/apps/mobile/app/screens/settings/settings-data.tsx index 42b81709c..7b517b1d2 100644 --- a/apps/mobile/app/screens/settings/settings-data.tsx +++ b/apps/mobile/app/screens/settings/settings-data.tsx @@ -670,6 +670,13 @@ export const settingsGroups: SettingSection[] = [ }); }, disabled: () => !db.settings.getDefaultNotebook() + }, + { + id: "disable-update-check", + type: "switch", + name: strings.autoUpdateCheck(), + description: strings.autoUpdateCheckDesc(), + property: "checkForUpdates" } ] }, diff --git a/apps/mobile/app/stores/use-setting-store.ts b/apps/mobile/app/stores/use-setting-store.ts index 30b16a8a9..79f7b2d2a 100644 --- a/apps/mobile/app/stores/use-setting-store.ts +++ b/apps/mobile/app/stores/use-setting-store.ts @@ -98,6 +98,7 @@ export type Settings = { lastFullBackupDate?: number; serverUrls?: Record; defaultSidebarTab: number; + checkForUpdates?: boolean; }; type DimensionsType = { @@ -196,7 +197,8 @@ export const defaultSettings: SettingStore["settings"] = { settingsVersion: 0, backupType: "partial", fullBackupReminder: "never", - lastFullBackupDate: 0 + lastFullBackupDate: 0, + checkForUpdates: true }; export const useSettingStore = create((set, get) => ({ diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index 3885f063f..a527fb968 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/strings.ts:2399 +#: src/strings.ts:2402 msgid " \"Notebook > Notes\"" msgstr " \"Notebook > Notes\"" @@ -21,23 +21,23 @@ msgstr " \"Notebook > Notes\"" msgid " Unlock with password once to enable biometric access." msgstr " Unlock with password once to enable biometric access." -#: src/strings.ts:1929 +#: src/strings.ts:1932 msgid " Upgrade to Notesnook Pro to add more notebooks." msgstr " Upgrade to Notesnook Pro to add more notebooks." -#: src/strings.ts:1932 +#: src/strings.ts:1935 msgid " Upgrade to Notesnook Pro to customize the toolbar." msgstr " Upgrade to Notesnook Pro to customize the toolbar." -#: src/strings.ts:1931 +#: src/strings.ts:1934 msgid " Upgrade to Notesnook Pro to use custom toolbar presets." msgstr " Upgrade to Notesnook Pro to use custom toolbar presets." -#: src/strings.ts:1930 +#: src/strings.ts:1933 msgid " Upgrade to Notesnook Pro to use the notes vault." msgstr " Upgrade to Notesnook Pro to use the notes vault." -#: src/strings.ts:1933 +#: src/strings.ts:1936 msgid " Upgrade to Notesnook Pro to use this feature." msgstr " Upgrade to Notesnook Pro to use this feature." @@ -68,15 +68,15 @@ msgstr "{0} downloaded" msgid "{0} Highlights 🎉" msgstr "{0} Highlights 🎉" -#: src/strings.ts:1741 +#: src/strings.ts:1744 msgid "{count, plural, one {# error occured} other {# errors occured}}" msgstr "{count, plural, one {# error occured} other {# errors occured}}" -#: src/strings.ts:1747 +#: src/strings.ts:1750 msgid "{count, plural, one {# file ready for import} other {# files ready for import}}" msgstr "{count, plural, one {# file ready for import} other {# files ready for import}}" -#: src/strings.ts:1702 +#: src/strings.ts:1705 msgid "{count, plural, one {# file} other {# files}}" msgstr "{count, plural, one {# file} other {# files}}" @@ -84,11 +84,11 @@ msgstr "{count, plural, one {# file} other {# files}}" msgid "{count, plural, one {# note} other {# notes}}" msgstr "{count, plural, one {# note} other {# notes}}" -#: src/strings.ts:1566 +#: src/strings.ts:1569 msgid "{count, plural, one {1 hour} other {# hours}}" msgstr "{count, plural, one {1 hour} other {# hours}}" -#: src/strings.ts:1561 +#: src/strings.ts:1564 msgid "{count, plural, one {1 minute} other {# minutes}}" msgstr "{count, plural, one {1 minute} other {# minutes}}" @@ -283,7 +283,7 @@ msgstr "{count, plural, one {Item restored} other {# items restored}}" msgid "{count, plural, one {Item unpublished} other {# items unpublished}}" msgstr "{count, plural, one {Item unpublished} other {# items unpublished}}" -#: src/strings.ts:2416 +#: src/strings.ts:2419 msgid "{count, plural, one {Move all notes in this notebook to trash} other {Move all notes in these notebooks to trash}}" msgstr "{count, plural, one {Move all notes in this notebook to trash} other {Move all notes in these notebooks to trash}}" @@ -476,7 +476,7 @@ msgstr "{count, plural, one {Unpublish item} other {Unpublish # items}}" msgid "{count, plural, one {Unpublish note} other {Unpublish # notes}}" msgstr "{count, plural, one {Unpublish note} other {Unpublish # notes}}" -#: src/strings.ts:1552 +#: src/strings.ts:1555 msgid "{days, plural, one {1 day} other {# days}}" msgstr "{days, plural, one {1 day} other {# days}}" @@ -516,19 +516,19 @@ msgstr "{mode, select, day {Daily} week {Weekly} month {Monthly} year {Yearly} o msgid "{mode, select, repeat {Repeat} once {Once} permanent {Permanent} other {Unknown mode}}" msgstr "{mode, select, repeat {Repeat} once {Once} permanent {Permanent} other {Unknown mode}}" -#: src/strings.ts:1964 +#: src/strings.ts:1967 msgid "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}} and {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." msgstr "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}} and {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." -#: src/strings.ts:1959 +#: src/strings.ts:1962 msgid "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}}." msgstr "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}}." -#: src/strings.ts:1954 +#: src/strings.ts:1957 msgid "{n} {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." msgstr "{n} {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." -#: src/strings.ts:1949 +#: src/strings.ts:1952 msgid "{notes, plural, one {1 note} other {# notes}}" msgstr "{notes, plural, one {1 note} other {# notes}}" @@ -536,7 +536,7 @@ msgstr "{notes, plural, one {1 note} other {# notes}}" msgid "{notes, plural, one {Export note} other {Export # notes}}" msgstr "{notes, plural, one {Export note} other {Export # notes}}" -#: src/strings.ts:1694 +#: src/strings.ts:1697 msgid "{percentage}% updating..." msgstr "{percentage}% updating..." @@ -544,11 +544,11 @@ msgstr "{percentage}% updating..." msgid "{platform, select, android {{name} saved to selected path} other {{name} saved to File Manager/Notesnook/downloads}}" msgstr "{platform, select, android {{name} saved to selected path} other {{name} saved to File Manager/Notesnook/downloads}}" -#: src/strings.ts:1325 +#: src/strings.ts:1328 msgid "{platform, select, android {Backup file saved in \"Notesnook backups\" folder on your phone.} other {Backup file is saved in File Manager/Notesnook folder}}" msgstr "{platform, select, android {Backup file saved in \"Notesnook backups\" folder on your phone.} other {Backup file is saved in File Manager/Notesnook folder}}" -#: src/strings.ts:2346 +#: src/strings.ts:2349 msgid "{selected} selected" msgstr "{selected} selected" @@ -568,27 +568,27 @@ msgstr "{type, select, upload {Uploading} download {Downloading} sync {Syncing} msgid "{type} does not match" msgstr "{type} does not match" -#: src/strings.ts:1587 +#: src/strings.ts:1590 msgid "{words, plural, one {# word} other {# words}}" msgstr "{words, plural, one {# word} other {# words}}" -#: src/strings.ts:1650 +#: src/strings.ts:1653 msgid "{words, plural, other {# selected}}" msgstr "{words, plural, other {# selected}}" -#: src/strings.ts:1778 +#: src/strings.ts:1781 msgid "#notesnook" msgstr "#notesnook" -#: src/strings.ts:1571 +#: src/strings.ts:1574 msgid "12-hour" msgstr "12-hour" -#: src/strings.ts:1572 +#: src/strings.ts:1575 msgid "24-hour" msgstr "24-hour" -#: src/strings.ts:1892 +#: src/strings.ts:1895 msgid "2FA code is required()" msgstr "2FA code is required()" @@ -596,11 +596,11 @@ msgstr "2FA code is required()" msgid "2FA code sent via {method}" msgstr "2FA code sent via {method}" -#: src/strings.ts:1833 +#: src/strings.ts:1836 msgid "6 digit code" msgstr "6 digit code" -#: src/strings.ts:1419 +#: src/strings.ts:1422 msgid "A notebook can have unlimited topics with unlimited notes." msgstr "A notebook can have unlimited topics with unlimited notes." @@ -624,27 +624,27 @@ msgstr "About" msgid "Account" msgstr "Account" -#: src/strings.ts:1835 +#: src/strings.ts:1838 msgid "Account password" msgstr "Account password" -#: src/strings.ts:2441 +#: src/strings.ts:2444 msgid "Actions for note: {title}" msgstr "Actions for note: {title}" -#: src/strings.ts:2442 +#: src/strings.ts:2445 msgid "Actions for notebook: {title}" msgstr "Actions for notebook: {title}" -#: src/strings.ts:2443 +#: src/strings.ts:2446 msgid "Actions for tag: {title}" msgstr "Actions for tag: {title}" -#: src/strings.ts:2025 +#: src/strings.ts:2028 msgid "Activate" msgstr "Activate" -#: src/strings.ts:1811 +#: src/strings.ts:1814 msgid "Activating trial" msgstr "Activating trial" @@ -656,11 +656,11 @@ msgstr "Add" msgid "Add 2FA fallback method" msgstr "Add 2FA fallback method" -#: src/strings.ts:1495 +#: src/strings.ts:1498 msgid "Add a short note" msgstr "Add a short note" -#: src/strings.ts:1588 +#: src/strings.ts:1591 msgid "Add a tag" msgstr "Add a tag" @@ -672,7 +672,7 @@ msgstr "Add color" msgid "Add notebook" msgstr "Add notebook" -#: src/strings.ts:2468 +#: src/strings.ts:2471 msgid "Add notes" msgstr "Add notes" @@ -700,11 +700,11 @@ msgstr "Add tags" msgid "Add tags to multiple notes at once" msgstr "Add tags to multiple notes at once" -#: src/strings.ts:2232 +#: src/strings.ts:2235 msgid "Add to dictionary" msgstr "Add to dictionary" -#: src/strings.ts:2466 +#: src/strings.ts:2469 msgid "Add to notebook" msgstr "Add to notebook" @@ -716,23 +716,23 @@ msgstr "Add your first note" msgid "Add your first notebook" msgstr "Add your first notebook" -#: src/strings.ts:2159 +#: src/strings.ts:2162 msgid "Advanced" msgstr "Advanced" -#: src/strings.ts:1714 +#: src/strings.ts:1717 msgid "After scanning the QR code image, the app will display a code that you can enter below." msgstr "After scanning the QR code image, the app will display a code that you can enter below." -#: src/strings.ts:2297 +#: src/strings.ts:2300 msgid "Align left" msgstr "Align left" -#: src/strings.ts:2298 +#: src/strings.ts:2301 msgid "Align right" msgstr "Align right" -#: src/strings.ts:2267 +#: src/strings.ts:2270 msgid "Alignment" msgstr "Alignment" @@ -744,7 +744,7 @@ msgstr "All" msgid "All attachments are end-to-end encrypted." msgstr "All attachments are end-to-end encrypted." -#: src/strings.ts:2393 +#: src/strings.ts:2396 msgid "All cached attachments have been cleared." msgstr "All cached attachments have been cleared." @@ -764,15 +764,15 @@ msgstr "All locked notes will be re-encrypted with the new password." msgid "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." msgstr "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." -#: src/strings.ts:1625 +#: src/strings.ts:1628 msgid "All server urls are required." msgstr "All server urls are required." -#: src/strings.ts:1894 +#: src/strings.ts:1897 msgid "All the data in your account will be overwritten with the data in the backup file. There is no way to reverse this action." msgstr "All the data in your account will be overwritten with the data in the backup file. There is no way to reverse this action." -#: src/strings.ts:2139 +#: src/strings.ts:2142 msgid "All the source code for Notesnook is available & open for everyone on GitHub." msgstr "All the source code for Notesnook is available & open for everyone on GitHub." @@ -780,15 +780,15 @@ msgstr "All the source code for Notesnook is available & open for everyone on Gi msgid "All tools are grouped" msgstr "All tools are grouped" -#: src/strings.ts:1309 +#: src/strings.ts:1312 msgid "All tools in the collapsed section will be removed" msgstr "All tools in the collapsed section will be removed" -#: src/strings.ts:1304 +#: src/strings.ts:1307 msgid "All tools in this group will be removed from the toolbar." msgstr "All tools in this group will be removed from the toolbar." -#: src/strings.ts:1334 +#: src/strings.ts:1337 msgid "All your backups are stored in 'Phone Storage/Notesnook/backups/' folder" msgstr "All your backups are stored in 'Phone Storage/Notesnook/backups/' folder" @@ -800,7 +800,7 @@ msgstr "All your data will be removed permanently. Make sure you have saved back msgid "Already have an account?" msgstr "Already have an account?" -#: src/strings.ts:2209 +#: src/strings.ts:2212 msgid "Amount" msgstr "Amount" @@ -812,11 +812,11 @@ msgstr "An error occurred while migrating your data. You can logout of your acco msgid "and " msgstr "and " -#: src/strings.ts:1779 +#: src/strings.ts:1782 msgid "and get a chance to win free promo codes." msgstr "and get a chance to win free promo codes." -#: src/strings.ts:1385 +#: src/strings.ts:1388 msgid "and we will manually confirm your account." msgstr "and we will manually confirm your account." @@ -825,7 +825,7 @@ msgid "App data has been cleared. Kindly relaunch the app to login again." msgstr "App data has been cleared. Kindly relaunch the app to login again." #: src/strings.ts:1174 -#: src/strings.ts:1681 +#: src/strings.ts:1684 msgid "App lock" msgstr "App lock" @@ -838,11 +838,11 @@ msgstr "App lock disabled" msgid "App lock timeout" msgstr "App lock timeout" -#: src/strings.ts:1288 +#: src/strings.ts:1291 msgid "App version" msgstr "App version" -#: src/strings.ts:1762 +#: src/strings.ts:1765 msgid "App will reload in {sec} seconds" msgstr "App will reload in {sec} seconds" @@ -862,16 +862,16 @@ msgstr "Applied as light theme" msgid "Apply changes" msgstr "Apply changes" -#: src/strings.ts:2032 +#: src/strings.ts:2035 msgid "Applying changes" msgstr "Applying changes" -#: src/strings.ts:1518 -#: src/strings.ts:2473 +#: src/strings.ts:1521 +#: src/strings.ts:2476 msgid "Archive" msgstr "Archive" -#: src/strings.ts:1433 +#: src/strings.ts:1436 msgid "Are you scrolling a lot to find a specific note? Pin it to the top from Note properties." msgstr "Are you scrolling a lot to find a specific note? Pin it to the top from Note properties." @@ -879,11 +879,11 @@ msgstr "Are you scrolling a lot to find a specific note? Pin it to the top from msgid "Are you sure you want to clear all logs from {key}?" msgstr "Are you sure you want to clear all logs from {key}?" -#: src/strings.ts:1312 +#: src/strings.ts:1315 msgid "Are you sure you want to clear trash?" msgstr "Are you sure you want to clear trash?" -#: src/strings.ts:1530 +#: src/strings.ts:1533 msgid "Are you sure you want to logout and clear all data stored on THIS DEVICE?" msgstr "Are you sure you want to logout and clear all data stored on THIS DEVICE?" @@ -899,7 +899,7 @@ msgstr "Are you sure you want to remove your name?" msgid "Are you sure you want to remove your profile picture?" msgstr "Are you sure you want to remove your profile picture?" -#: src/strings.ts:1311 +#: src/strings.ts:1314 msgid "Are you sure?" msgstr "Are you sure?" @@ -907,7 +907,7 @@ msgstr "Are you sure?" msgid "Ask every time" msgstr "Ask every time" -#: src/strings.ts:2021 +#: src/strings.ts:2024 msgid "Assign color" msgstr "Assign color" @@ -919,7 +919,7 @@ msgstr "Assign to..." msgid "Atleast 8 characters required" msgstr "Atleast 8 characters required" -#: src/strings.ts:2335 +#: src/strings.ts:2338 msgid "Attach image from URL" msgstr "Attach image from URL" @@ -932,23 +932,23 @@ msgid "attachment" msgstr "attachment" #: src/strings.ts:300 -#: src/strings.ts:2332 +#: src/strings.ts:2335 msgid "Attachment" msgstr "Attachment" -#: src/strings.ts:2436 +#: src/strings.ts:2439 msgid "Attachment manager" msgstr "Attachment manager" -#: src/strings.ts:1923 +#: src/strings.ts:1926 msgid "Attachment preview failed" msgstr "Attachment preview failed" -#: src/strings.ts:2386 +#: src/strings.ts:2389 msgid "Attachment recheck cancelled" msgstr "Attachment recheck cancelled" -#: src/strings.ts:2303 +#: src/strings.ts:2306 msgid "Attachment settings" msgstr "Attachment settings" @@ -961,11 +961,11 @@ msgstr "attachments" msgid "Attachments" msgstr "Attachments" -#: src/strings.ts:1872 +#: src/strings.ts:1875 msgid "Attachments cache cleared!" msgstr "Attachments cache cleared!" -#: src/strings.ts:2388 +#: src/strings.ts:2391 msgid "Attachments recheck complete" msgstr "Attachments recheck complete" @@ -973,56 +973,56 @@ msgstr "Attachments recheck complete" msgid "Audios" msgstr "Audios" -#: src/strings.ts:1614 +#: src/strings.ts:1617 msgid "Auth server" msgstr "Auth server" -#: src/strings.ts:1783 +#: src/strings.ts:1786 msgid "Authenticated as {email}" msgstr "Authenticated as {email}" -#: src/strings.ts:1886 +#: src/strings.ts:1889 msgid "Authenticating user" msgstr "Authenticating user" -#: src/strings.ts:2122 +#: src/strings.ts:2125 msgid "Authentication" msgstr "Authentication" -#: src/strings.ts:1718 +#: src/strings.ts:1721 msgid "authentication app" msgstr "authentication app" -#: src/strings.ts:1339 +#: src/strings.ts:1342 msgid "Authentication cancelled by user" msgstr "Authentication cancelled by user" -#: src/strings.ts:1340 +#: src/strings.ts:1343 msgid "Authentication failed" msgstr "Authentication failed" -#: src/strings.ts:2085 +#: src/strings.ts:2088 msgid "Auto" msgstr "Auto" -#: src/strings.ts:1649 +#: src/strings.ts:1652 msgid "Auto save: off" msgstr "Auto save: off" -#: src/strings.ts:2099 +#: src/strings.ts:2102 msgid "Auto start on system startup" msgstr "Auto start on system startup" #: src/strings.ts:1209 -#: src/strings.ts:1677 +#: src/strings.ts:1680 msgid "Automatic backups" msgstr "Automatic backups" -#: src/strings.ts:1353 +#: src/strings.ts:1356 msgid "Automatic backups are off" msgstr "Automatic backups are off" -#: src/strings.ts:1993 +#: src/strings.ts:1996 msgid "Automatic backups disabled" msgstr "Automatic backups disabled" @@ -1030,7 +1030,7 @@ msgstr "Automatic backups disabled" msgid "Automatic backups with attachments" msgstr "Automatic backups with attachments" -#: src/strings.ts:2095 +#: src/strings.ts:2098 msgid "Automatic updates" msgstr "Automatic updates" @@ -1038,7 +1038,7 @@ msgstr "Automatic updates" msgid "Automatically clear trash after a certain period of time" msgstr "Automatically clear trash after a certain period of time" -#: src/strings.ts:2097 +#: src/strings.ts:2100 msgid "Automatically download & install updates in the background without prompting first." msgstr "Automatically download & install updates in the background without prompting first." @@ -1050,15 +1050,15 @@ msgstr "Automatically lock the app after a certain period" msgid "Automatically switch between light and dark themes based on your system settings" msgstr "Automatically switch between light and dark themes based on your system settings" -#: src/strings.ts:2142 +#: src/strings.ts:2145 msgid "Available on iOS" msgstr "Available on iOS" -#: src/strings.ts:2143 +#: src/strings.ts:2146 msgid "Available on iOS & Android" msgstr "Available on iOS & Android" -#: src/strings.ts:2290 +#: src/strings.ts:2293 msgid "Background color" msgstr "Background color" @@ -1066,11 +1066,11 @@ msgstr "Background color" msgid "Background sync (experimental)" msgstr "Background sync (experimental)" -#: src/strings.ts:2091 +#: src/strings.ts:2094 msgid "Backup" msgstr "Backup" -#: src/strings.ts:2129 +#: src/strings.ts:2132 msgid "Backup & export" msgstr "Backup & export" @@ -1078,11 +1078,11 @@ msgstr "Backup & export" msgid "Backup & restore" msgstr "Backup & restore" -#: src/strings.ts:1323 +#: src/strings.ts:1326 msgid "Backup complete" msgstr "Backup complete" -#: src/strings.ts:1549 +#: src/strings.ts:1552 msgid "Backup directory not selected" msgstr "Backup directory not selected" @@ -1090,7 +1090,7 @@ msgstr "Backup directory not selected" msgid "Backup encryption" msgstr "Backup encryption" -#: src/strings.ts:1846 +#: src/strings.ts:1849 msgid "Backup files have .nnbackup extension" msgstr "Backup files have .nnbackup extension" @@ -1098,7 +1098,7 @@ msgstr "Backup files have .nnbackup extension" msgid "Backup is encrypted" msgstr "Backup is encrypted" -#: src/strings.ts:1602 +#: src/strings.ts:1605 msgid "Backup is encrypted, decrypting..." msgstr "Backup is encrypted, decrypting..." @@ -1114,15 +1114,15 @@ msgstr "Backup now with attachments" msgid "Backup restored" msgstr "Backup restored" -#: src/strings.ts:1907 +#: src/strings.ts:1910 msgid "Backup saved at {path}" msgstr "Backup saved at {path}" -#: src/strings.ts:1335 +#: src/strings.ts:1338 msgid "Backup successful" msgstr "Backup successful" -#: src/strings.ts:2092 +#: src/strings.ts:2095 msgid "Backup with attachments" msgstr "Backup with attachments" @@ -1134,7 +1134,7 @@ msgstr "Backups" msgid "Basic" msgstr "Basic" -#: src/strings.ts:1781 +#: src/strings.ts:1784 msgid "Because where's the fun in nookin' alone?" msgstr "Because where's the fun in nookin' alone?" @@ -1142,23 +1142,23 @@ msgstr "Because where's the fun in nookin' alone?" msgid "Behavior" msgstr "Behavior" -#: src/strings.ts:2124 +#: src/strings.ts:2127 msgid "Behaviour" msgstr "Behaviour" -#: src/strings.ts:2460 +#: src/strings.ts:2463 msgid "Believer plan" msgstr "Believer plan" -#: src/strings.ts:2449 +#: src/strings.ts:2452 msgid "Beta" msgstr "Beta" -#: src/strings.ts:2248 +#: src/strings.ts:2251 msgid "Bi-directional note link" msgstr "Bi-directional note link" -#: src/strings.ts:2190 +#: src/strings.ts:2193 msgid "Billing history" msgstr "Billing history" @@ -1174,7 +1174,7 @@ msgstr "Biometric unlocking disabled" msgid "Biometric unlocking enabled" msgstr "Biometric unlocking enabled" -#: src/strings.ts:1337 +#: src/strings.ts:1340 msgid "Biometrics authentication failed. Please try again." msgstr "Biometrics authentication failed. Please try again." @@ -1182,19 +1182,19 @@ msgstr "Biometrics authentication failed. Please try again." msgid "Biometrics not enrolled" msgstr "Biometrics not enrolled" -#: src/strings.ts:2244 +#: src/strings.ts:2247 msgid "Bold" msgstr "Bold" -#: src/strings.ts:2398 +#: src/strings.ts:2401 msgid "Boost your productivity with Notebooks and organize your notes." msgstr "Boost your productivity with Notebooks and organize your notes." -#: src/strings.ts:1797 +#: src/strings.ts:1800 msgid "Browse" msgstr "Browse" -#: src/strings.ts:2261 +#: src/strings.ts:2264 msgid "Bullet list" msgstr "Bullet list" @@ -1206,7 +1206,7 @@ msgstr "By" msgid "By signing up, you agree to our " msgstr "By signing up, you agree to our " -#: src/strings.ts:2323 +#: src/strings.ts:2326 msgid "Callout" msgstr "Callout" @@ -1222,7 +1222,7 @@ msgstr "Cancel download" msgid "Cancel login" msgstr "Cancel login" -#: src/strings.ts:1814 +#: src/strings.ts:1817 msgid "Cancel subscription" msgstr "Cancel subscription" @@ -1230,24 +1230,24 @@ msgstr "Cancel subscription" msgid "Cancel upload" msgstr "Cancel upload" -#: src/strings.ts:2289 +#: src/strings.ts:2292 msgid "Cell background color" msgstr "Cell background color" -#: src/strings.ts:2291 +#: src/strings.ts:2294 msgid "Cell border color" msgstr "Cell border color" -#: src/strings.ts:2293 -#: src/strings.ts:2294 +#: src/strings.ts:2296 +#: src/strings.ts:2297 msgid "Cell border width" msgstr "Cell border width" -#: src/strings.ts:2275 +#: src/strings.ts:2278 msgid "Cell properties" msgstr "Cell properties" -#: src/strings.ts:2292 +#: src/strings.ts:2295 msgid "Cell text color" msgstr "Cell text color" @@ -1283,7 +1283,7 @@ msgstr "Change email address" msgid "Change how the app behaves in different situations" msgstr "Change how the app behaves in different situations" -#: src/strings.ts:2341 +#: src/strings.ts:2344 msgid "Change language" msgstr "Change language" @@ -1295,15 +1295,15 @@ msgstr "Change notification sound" msgid "Change password" msgstr "Change password" -#: src/strings.ts:1806 +#: src/strings.ts:1809 msgid "Change profile picture" msgstr "Change profile picture" -#: src/strings.ts:2168 +#: src/strings.ts:2171 msgid "Change proxy" msgstr "Change proxy" -#: src/strings.ts:2189 +#: src/strings.ts:2192 msgid "Change the payment method you used to purchase this subscription." msgstr "Change the payment method you used to purchase this subscription." @@ -1335,11 +1335,19 @@ msgstr "Changing password is an irreversible process. You will be logged out fro msgid "Check for new version of Notesnook" msgstr "Check for new version of Notesnook" +#: src/strings.ts:1290 +msgid "Check for new version of the app available on app launch" +msgstr "Check for new version of the app available on app launch" + #: src/strings.ts:1286 msgid "Check for updates" msgstr "Check for updates" -#: src/strings.ts:2141 +#: src/strings.ts:1288 +msgid "Check for updates automatically" +msgstr "Check for updates automatically" + +#: src/strings.ts:2144 msgid "Check roadmap" msgstr "Check roadmap" @@ -1347,7 +1355,7 @@ msgstr "Check roadmap" msgid "Check your spam folder if you haven't received an email yet." msgstr "Check your spam folder if you haven't received an email yet." -#: src/strings.ts:2390 +#: src/strings.ts:2393 msgid "Checking all attachments" msgstr "Checking all attachments" @@ -1355,31 +1363,31 @@ msgstr "Checking all attachments" msgid "Checking for new version" msgstr "Checking for new version" -#: src/strings.ts:1693 +#: src/strings.ts:1696 msgid "Checking for updates" msgstr "Checking for updates" -#: src/strings.ts:2389 +#: src/strings.ts:2392 msgid "Checking note attachments" msgstr "Checking note attachments" -#: src/strings.ts:2263 +#: src/strings.ts:2266 msgid "Checklist" msgstr "Checklist" -#: src/strings.ts:2318 +#: src/strings.ts:2321 msgid "Choose a block to insert" msgstr "Choose a block to insert" -#: src/strings.ts:1785 +#: src/strings.ts:1788 msgid "Choose a recovery method" msgstr "Choose a recovery method" -#: src/strings.ts:2090 +#: src/strings.ts:2093 msgid "Choose backup format" msgstr "Choose backup format" -#: src/strings.ts:2354 +#: src/strings.ts:2357 msgid "Choose custom color" msgstr "Choose custom color" @@ -1407,11 +1415,11 @@ msgstr "Choose how you want to secure your notes locally." msgid "Choose where to save your backups" msgstr "Choose where to save your backups" -#: src/strings.ts:2050 +#: src/strings.ts:2053 msgid "Choose your style" msgstr "Choose your style" -#: src/strings.ts:1605 +#: src/strings.ts:1608 msgid "cleaningUp" msgstr "cleaningUp" @@ -1419,27 +1427,27 @@ msgstr "cleaningUp" msgid "Clear" msgstr "Clear" -#: src/strings.ts:1858 +#: src/strings.ts:1861 msgid "Clear all cached attachments. Current cache size: {cacheSize}" msgstr "Clear all cached attachments. Current cache size: {cacheSize}" -#: src/strings.ts:2257 +#: src/strings.ts:2260 msgid "Clear all formatting" msgstr "Clear all formatting" -#: src/strings.ts:1859 +#: src/strings.ts:1862 msgid "Clear attachments cache?" msgstr "Clear attachments cache?" -#: src/strings.ts:1856 +#: src/strings.ts:1859 msgid "Clear cache" msgstr "Clear cache" -#: src/strings.ts:2352 +#: src/strings.ts:2355 msgid "Clear completed tasks" msgstr "Clear completed tasks" -#: src/strings.ts:1793 +#: src/strings.ts:1796 msgid "Clear data & reset account" msgstr "Clear data & reset account" @@ -1451,11 +1459,11 @@ msgstr "Clear default notebook" msgid "Clear logs" msgstr "Clear logs" -#: src/strings.ts:2184 +#: src/strings.ts:2187 msgid "clear sessions" msgstr "clear sessions" -#: src/strings.ts:1310 +#: src/strings.ts:1313 msgid "Clear trash" msgstr "Clear trash" @@ -1467,7 +1475,7 @@ msgstr "Clear trash interval" msgid "Clear vault" msgstr "Clear vault" -#: src/strings.ts:1861 +#: src/strings.ts:1864 msgid "" "Clearing attachments cache will perform the following actions:\n" "\n" @@ -1497,59 +1505,59 @@ msgstr "" msgid "Click to deselect" msgstr "Click to deselect" -#: src/strings.ts:1855 +#: src/strings.ts:1858 msgid "Click to preview" msgstr "Click to preview" -#: src/strings.ts:1760 +#: src/strings.ts:1763 msgid "Click to remove" msgstr "Click to remove" -#: src/strings.ts:2381 +#: src/strings.ts:2384 msgid "Click to reset {title}" msgstr "Click to reset {title}" -#: src/strings.ts:1369 +#: src/strings.ts:1372 msgid "Close" msgstr "Close" -#: src/strings.ts:2007 +#: src/strings.ts:2010 msgid "Close all" msgstr "Close all" -#: src/strings.ts:2439 +#: src/strings.ts:2442 msgid "Close all tabs" msgstr "Close all tabs" -#: src/strings.ts:2438 +#: src/strings.ts:2441 msgid "Close current tab" msgstr "Close current tab" -#: src/strings.ts:2004 +#: src/strings.ts:2007 msgid "Close others" msgstr "Close others" -#: src/strings.ts:2108 +#: src/strings.ts:2111 msgid "Close to system tray" msgstr "Close to system tray" -#: src/strings.ts:2006 +#: src/strings.ts:2009 msgid "Close to the left" msgstr "Close to the left" -#: src/strings.ts:2005 +#: src/strings.ts:2008 msgid "Close to the right" msgstr "Close to the right" -#: src/strings.ts:2255 +#: src/strings.ts:2258 msgid "Code" msgstr "Code" -#: src/strings.ts:2320 +#: src/strings.ts:2323 msgid "Code block" msgstr "Code block" -#: src/strings.ts:2256 +#: src/strings.ts:2259 msgid "Code remove" msgstr "Code remove" @@ -1562,7 +1570,7 @@ msgid "color" msgstr "color" #: src/strings.ts:299 -#: src/strings.ts:1832 +#: src/strings.ts:1835 msgid "Color" msgstr "Color" @@ -1570,11 +1578,11 @@ msgstr "Color" msgid "Color #{color} already exists" msgstr "Color #{color} already exists" -#: src/strings.ts:2083 +#: src/strings.ts:2086 msgid "Color scheme" msgstr "Color scheme" -#: src/strings.ts:1477 +#: src/strings.ts:1480 msgid "Color title" msgstr "Color title" @@ -1586,11 +1594,11 @@ msgstr "colors" msgid "Colors" msgstr "Colors" -#: src/strings.ts:2273 +#: src/strings.ts:2276 msgid "Column properties" msgstr "Column properties" -#: src/strings.ts:2430 +#: src/strings.ts:2433 msgid "Command palette" msgstr "Command palette" @@ -1614,11 +1622,11 @@ msgstr "Compress images before uploading" msgid "Compressed images are uploaded in Full HD resolution and usually are good enough for most use cases." msgstr "Compressed images are uploaded in Full HD resolution and usually are good enough for most use cases." -#: src/strings.ts:2239 +#: src/strings.ts:2242 msgid "Configure" msgstr "Configure" -#: src/strings.ts:2395 +#: src/strings.ts:2398 msgid "Configure server URLs for Notesnook" msgstr "Configure server URLs for Notesnook" @@ -1630,27 +1638,27 @@ msgstr "Confirm email" msgid "Confirm email to publish note" msgstr "Confirm email to publish note" -#: src/strings.ts:1476 +#: src/strings.ts:1479 msgid "Confirm new password" msgstr "Confirm new password" -#: src/strings.ts:1471 +#: src/strings.ts:1474 msgid "Confirm password" msgstr "Confirm password" -#: src/strings.ts:1475 +#: src/strings.ts:1478 msgid "Confirm pin" msgstr "Confirm pin" -#: src/strings.ts:2068 +#: src/strings.ts:2071 msgid "Congratulations!" msgstr "Congratulations!" -#: src/strings.ts:1624 +#: src/strings.ts:1627 msgid "Connected to all servers sucessfully." msgstr "Connected to all servers sucessfully." -#: src/strings.ts:1659 +#: src/strings.ts:1662 msgid "Contact support" msgstr "Contact support" @@ -1670,7 +1678,7 @@ msgstr "Contribute towards a better Notesnook. All tracking information is anony msgid "Controls whether this device should receive reminder notifications." msgstr "Controls whether this device should receive reminder notifications." -#: src/strings.ts:1978 +#: src/strings.ts:1981 msgid "Copied" msgstr "Copied" @@ -1679,7 +1687,7 @@ msgid "Copy" msgstr "Copy" #. placeholder {0}: format ? " " + format : "" -#: src/strings.ts:2024 +#: src/strings.ts:2027 msgid "Copy as{0}" msgstr "Copy as{0}" @@ -1687,7 +1695,7 @@ msgstr "Copy as{0}" msgid "Copy codes" msgstr "Copy codes" -#: src/strings.ts:2235 +#: src/strings.ts:2238 msgid "Copy image" msgstr "Copy image" @@ -1695,7 +1703,7 @@ msgstr "Copy image" msgid "Copy link" msgstr "Copy link" -#: src/strings.ts:2234 +#: src/strings.ts:2237 msgid "Copy link text" msgstr "Copy link text" @@ -1707,7 +1715,7 @@ msgstr "Copy note" msgid "Copy to clipboard" msgstr "Copy to clipboard" -#: src/strings.ts:1607 +#: src/strings.ts:1610 msgid "Copying backup files to cache" msgstr "Copying backup files to cache" @@ -1715,19 +1723,19 @@ msgstr "Copying backup files to cache" msgid "CORS bypass" msgstr "CORS bypass" -#: src/strings.ts:1974 +#: src/strings.ts:1977 msgid "Could not activate trial. Please try again later." msgstr "Could not activate trial. Please try again later." -#: src/strings.ts:1992 +#: src/strings.ts:1995 msgid "Could not clear trash." msgstr "Could not clear trash." -#: src/strings.ts:1627 +#: src/strings.ts:1630 msgid "Could not connect to {server}." msgstr "Could not connect to {server}." -#: src/strings.ts:1939 +#: src/strings.ts:1942 msgid "Could not convert note to {format}." msgstr "Could not convert note to {format}." @@ -1759,7 +1767,7 @@ msgstr "Create a note first" msgid "Create a shortcut" msgstr "Create a shortcut" -#: src/strings.ts:1837 +#: src/strings.ts:1840 msgid "Create account" msgstr "Create account" @@ -1767,19 +1775,19 @@ msgstr "Create account" msgid "Create link" msgstr "Create link" -#: src/strings.ts:1461 +#: src/strings.ts:1464 msgid "Create shortcut of this notebook in side menu" msgstr "Create shortcut of this notebook in side menu" -#: src/strings.ts:1375 +#: src/strings.ts:1378 msgid "Create unlimited notebooks with Notesnook Pro" msgstr "Create unlimited notebooks with Notesnook Pro" -#: src/strings.ts:1374 +#: src/strings.ts:1377 msgid "Create unlimited tags with Notesnook Pro" msgstr "Create unlimited tags with Notesnook Pro" -#: src/strings.ts:1376 +#: src/strings.ts:1379 msgid "Create unlimited vaults with Notesnook Pro" msgstr "Create unlimited vaults with Notesnook Pro" @@ -1791,20 +1799,20 @@ msgstr "Create vault" msgid "Create your account" msgstr "Create your account" -#: src/strings.ts:2217 +#: src/strings.ts:2220 msgid "Created at" msgstr "Created at" #. placeholder {0}: type === "full" ? " full" : "" -#: src/strings.ts:1332 +#: src/strings.ts:1335 msgid "Creating a{0} backup" msgstr "Creating a{0} backup" -#: src/strings.ts:2037 +#: src/strings.ts:2040 msgid "Credentials" msgstr "Credentials" -#: src/strings.ts:2053 +#: src/strings.ts:2056 msgid "Cross platform & 100% encrypted" msgstr "Cross platform & 100% encrypted" @@ -1812,11 +1820,11 @@ msgstr "Cross platform & 100% encrypted" msgid "Curate the toolbar that fits your needs and matches your personality." msgstr "Curate the toolbar that fits your needs and matches your personality." -#: src/strings.ts:1824 +#: src/strings.ts:1827 msgid "Current note" msgstr "Current note" -#: src/strings.ts:1473 +#: src/strings.ts:1476 msgid "Current password" msgstr "Current password" @@ -1824,19 +1832,19 @@ msgstr "Current password" msgid "Current path: {path}" msgstr "Current path: {path}" -#: src/strings.ts:1472 +#: src/strings.ts:1475 msgid "Current pin" msgstr "Current pin" -#: src/strings.ts:1761 +#: src/strings.ts:1764 msgid "CURRENT PLAN" msgstr "CURRENT PLAN" -#: src/strings.ts:1998 +#: src/strings.ts:2001 msgid "Custom" msgstr "Custom" -#: src/strings.ts:2119 +#: src/strings.ts:2122 msgid "Custom dictionary words" msgstr "Custom dictionary words" @@ -1860,12 +1868,12 @@ msgstr "Customize the toolbar in the note editor" msgid "Customize toolbar" msgstr "Customize toolbar" -#: src/strings.ts:2233 +#: src/strings.ts:2236 msgid "Cut" msgstr "Cut" #: src/strings.ts:167 -#: src/strings.ts:1556 +#: src/strings.ts:1559 msgid "Daily" msgstr "Daily" @@ -1877,19 +1885,19 @@ msgstr "Dark" msgid "Dark mode" msgstr "Dark mode" -#: src/strings.ts:2084 +#: src/strings.ts:2087 msgid "Dark or light, we won't judge." msgstr "Dark or light, we won't judge." -#: src/strings.ts:1535 +#: src/strings.ts:1538 msgid "Database setup failed, could not get database key" msgstr "Database setup failed, could not get database key" -#: src/strings.ts:1827 +#: src/strings.ts:1830 msgid "Date" msgstr "Date" -#: src/strings.ts:2093 +#: src/strings.ts:2096 msgid "Date & time" msgstr "Date & time" @@ -1913,15 +1921,15 @@ msgstr "Date format" msgid "Date modified" msgstr "Date modified" -#: src/strings.ts:2030 +#: src/strings.ts:2033 msgid "Date uploaded" msgstr "Date uploaded" -#: src/strings.ts:1829 +#: src/strings.ts:1832 msgid "Day" msgstr "Day" -#: src/strings.ts:2026 +#: src/strings.ts:2029 msgid "Deactivate" msgstr "Deactivate" @@ -1941,12 +1949,12 @@ msgstr "Debug logs downloaded" msgid "Debugging" msgstr "Debugging" -#: src/strings.ts:2383 +#: src/strings.ts:2386 msgid "Decrease {title}" msgstr "Decrease {title}" #: src/strings.ts:651 -#: src/strings.ts:1996 +#: src/strings.ts:1999 msgid "Default" msgstr "Default" @@ -1974,7 +1982,7 @@ msgstr "Default notebook cleared" msgid "Default screen to open on app launch" msgstr "Default screen to open on app launch" -#: src/strings.ts:2470 +#: src/strings.ts:2473 msgid "Default sidebar tab" msgstr "Default sidebar tab" @@ -1982,7 +1990,7 @@ msgstr "Default sidebar tab" msgid "Default snooze time" msgstr "Default snooze time" -#: src/strings.ts:1289 +#: src/strings.ts:1292 msgid "Default sound" msgstr "Default sound" @@ -1994,19 +2002,19 @@ msgstr "Delete" msgid "Delete account" msgstr "Delete account" -#: src/strings.ts:1307 +#: src/strings.ts:1310 msgid "Delete collapsed section" msgstr "Delete collapsed section" -#: src/strings.ts:2280 +#: src/strings.ts:2283 msgid "Delete column" msgstr "Delete column" -#: src/strings.ts:1302 +#: src/strings.ts:1305 msgid "Delete group" msgstr "Delete group" -#: src/strings.ts:2355 +#: src/strings.ts:2358 msgid "Delete mode" msgstr "Delete mode" @@ -2018,11 +2026,11 @@ msgstr "Delete notes in this vault" msgid "Delete permanently" msgstr "Delete permanently" -#: src/strings.ts:2287 +#: src/strings.ts:2290 msgid "Delete row" msgstr "Delete row" -#: src/strings.ts:2288 +#: src/strings.ts:2291 msgid "Delete table" msgstr "Delete table" @@ -2038,19 +2046,19 @@ msgstr "Delete vault (and optionally remove all notes)." msgid "Deleted on {date}" msgstr "Deleted on {date}" -#: src/strings.ts:1916 +#: src/strings.ts:1919 msgid "Deleting" msgstr "Deleting" -#: src/strings.ts:1826 +#: src/strings.ts:1829 msgid "Description" msgstr "Description" -#: src/strings.ts:2094 +#: src/strings.ts:2097 msgid "Desktop app" msgstr "Desktop app" -#: src/strings.ts:2098 +#: src/strings.ts:2101 msgid "Desktop integration" msgstr "Desktop integration" @@ -2058,7 +2066,7 @@ msgstr "Desktop integration" msgid "Did you save recovery key?" msgstr "Did you save recovery key?" -#: src/strings.ts:1364 +#: src/strings.ts:1367 msgid "Disable" msgstr "Disable" @@ -2066,7 +2074,7 @@ msgstr "Disable" msgid "Disable auto sync" msgstr "Disable auto sync" -#: src/strings.ts:1999 +#: src/strings.ts:2002 msgid "Disable editor margins" msgstr "Disable editor margins" @@ -2086,11 +2094,11 @@ msgstr "Disabled" msgid "Discard" msgstr "Discard" -#: src/strings.ts:1585 +#: src/strings.ts:1588 msgid "Dismiss" msgstr "Dismiss" -#: src/strings.ts:1638 +#: src/strings.ts:1641 msgid "Dismiss announcement" msgstr "Dismiss announcement" @@ -2102,7 +2110,7 @@ msgstr "Disputed" msgid "Do you enjoy using Notesnook?" msgstr "Do you enjoy using Notesnook?" -#: src/strings.ts:2216 +#: src/strings.ts:2219 msgid "Do you want to clear the trash?" msgstr "Do you want to clear the trash?" @@ -2130,11 +2138,11 @@ msgstr "Don't have access to your phone number?" msgid "Don't have an account?" msgstr "Don't have an account?" -#: src/strings.ts:1820 +#: src/strings.ts:1823 msgid "Don't have backup file?" msgstr "Don't have backup file?" -#: src/strings.ts:1819 +#: src/strings.ts:1822 msgid "Don't have your account recovery key?" msgstr "Don't have your account recovery key?" @@ -2142,11 +2150,11 @@ msgstr "Don't have your account recovery key?" msgid "Don't have your recovery codes?" msgstr "Don't have your recovery codes?" -#: src/strings.ts:1798 +#: src/strings.ts:1801 msgid "Don't show again" msgstr "Don't show again" -#: src/strings.ts:1799 +#: src/strings.ts:1802 msgid "Don't show again on this device?" msgstr "Don't show again on this device?" @@ -2162,15 +2170,15 @@ msgstr "Double spaced lines" msgid "Download" msgstr "Download" -#: src/strings.ts:1804 +#: src/strings.ts:1807 msgid "Download all attachments" msgstr "Download all attachments" -#: src/strings.ts:2304 +#: src/strings.ts:2307 msgid "Download attachment" msgstr "Download attachment" -#: src/strings.ts:1848 +#: src/strings.ts:1851 msgid "Download backup file" msgstr "Download backup file" @@ -2178,7 +2186,7 @@ msgstr "Download backup file" msgid "Download cancelled" msgstr "Download cancelled" -#: src/strings.ts:2196 +#: src/strings.ts:2199 msgid "Download everything including attachments on sync" msgstr "Download everything including attachments on sync" @@ -2215,19 +2223,19 @@ msgstr "Downloading ({progress})" msgid "Downloading attachments" msgstr "Downloading attachments" -#: src/strings.ts:1692 +#: src/strings.ts:1695 msgid "Downloading images" msgstr "Downloading images" -#: src/strings.ts:1758 +#: src/strings.ts:1761 msgid "Drag & drop files here, or click to select files" msgstr "Drag & drop files here, or click to select files" -#: src/strings.ts:1757 +#: src/strings.ts:1760 msgid "Drop the files here" msgstr "Drop the files here" -#: src/strings.ts:1651 +#: src/strings.ts:1654 msgid "Drop your files here to attach" msgstr "Drop your files here to attach" @@ -2243,11 +2251,11 @@ msgstr "Duplicate" msgid "Earliest first" msgstr "Earliest first" -#: src/strings.ts:2407 +#: src/strings.ts:2410 msgid "Easy access" msgstr "Easy access" -#: src/strings.ts:1765 +#: src/strings.ts:1768 msgid "Edit" msgstr "Edit" @@ -2255,33 +2263,33 @@ msgstr "Edit" msgid "Edit internal link" msgstr "Edit internal link" -#: src/strings.ts:2222 -#: src/strings.ts:2250 +#: src/strings.ts:2225 +#: src/strings.ts:2253 msgid "Edit link" msgstr "Edit link" -#: src/strings.ts:2463 +#: src/strings.ts:2466 msgid "Edit profile" msgstr "Edit profile" -#: src/strings.ts:1295 +#: src/strings.ts:1298 msgid "Edit profile picture" msgstr "Edit profile picture" -#: src/strings.ts:1807 +#: src/strings.ts:1810 msgid "Edit your full name" msgstr "Edit your full name" #: src/strings.ts:1133 -#: src/strings.ts:1514 +#: src/strings.ts:1517 msgid "Editor" msgstr "Editor" -#: src/strings.ts:1469 +#: src/strings.ts:1472 msgid "Email" msgstr "Email" -#: src/strings.ts:2420 +#: src/strings.ts:2423 msgid "Email copied" msgstr "Email copied" @@ -2293,7 +2301,7 @@ msgstr "Email is required" msgid "Email not confirmed" msgstr "Email not confirmed" -#: src/strings.ts:1541 +#: src/strings.ts:1544 msgid "Email or password incorrect" msgstr "Email or password incorrect" @@ -2305,15 +2313,15 @@ msgstr "Email support" msgid "Email updated to {email}" msgstr "Email updated to {email}" -#: src/strings.ts:2330 +#: src/strings.ts:2333 msgid "Embed" msgstr "Embed" -#: src/strings.ts:2310 +#: src/strings.ts:2313 msgid "Embed properties" msgstr "Embed properties" -#: src/strings.ts:2306 +#: src/strings.ts:2309 msgid "Embed settings" msgstr "Embed settings" @@ -2329,19 +2337,19 @@ msgstr "Enable (Recommended)" msgid "Enable app lock" msgstr "Enable app lock" -#: src/strings.ts:2000 +#: src/strings.ts:2003 msgid "Enable editor margins" msgstr "Enable editor margins" -#: src/strings.ts:2454 +#: src/strings.ts:2457 msgid "Enable ligatures for common symbols like →, ←, etc" msgstr "Enable ligatures for common symbols like →, ←, etc" -#: src/strings.ts:2370 +#: src/strings.ts:2373 msgid "Enable regex" msgstr "Enable regex" -#: src/strings.ts:2115 +#: src/strings.ts:2118 msgid "Enable spell checker" msgstr "Enable spell checker" @@ -2357,11 +2365,11 @@ msgstr "Encrypt your backups for added security" msgid "Encrypted and synced" msgstr "Encrypted and synced" -#: src/strings.ts:2229 +#: src/strings.ts:2232 msgid "Encrypted backup" msgstr "Encrypted backup" -#: src/strings.ts:1645 +#: src/strings.ts:1648 msgid "Encrypted, private, secure." msgstr "Encrypted, private, secure." @@ -2369,7 +2377,7 @@ msgstr "Encrypted, private, secure." msgid "Encrypting attachment" msgstr "Encrypting attachment" -#: src/strings.ts:1831 +#: src/strings.ts:1834 msgid "Encryption key" msgstr "Encryption key" @@ -2389,7 +2397,7 @@ msgstr "Enter account password" msgid "Enter account password to proceed." msgstr "Enter account password to proceed." -#: src/strings.ts:1840 +#: src/strings.ts:1843 msgid "Enter account recovery key" msgstr "Enter account recovery key" @@ -2405,23 +2413,23 @@ msgstr "Enter app lock pin" msgid "Enter code from authenticator app" msgstr "Enter code from authenticator app" -#: src/strings.ts:1499 +#: src/strings.ts:1502 msgid "Enter email address" msgstr "Enter email address" -#: src/strings.ts:2358 +#: src/strings.ts:2361 msgid "Enter embed source URL" msgstr "Enter embed source URL" -#: src/strings.ts:1301 +#: src/strings.ts:1304 msgid "Enter full name" msgstr "Enter full name" -#: src/strings.ts:1689 +#: src/strings.ts:1692 msgid "Enter fullscreen" msgstr "Enter fullscreen" -#: src/strings.ts:1478 +#: src/strings.ts:1481 msgid "Enter notebook description" msgstr "Enter notebook description" @@ -2433,7 +2441,7 @@ msgstr "Enter notebook title" msgid "Enter password" msgstr "Enter password" -#: src/strings.ts:2076 +#: src/strings.ts:2079 msgid "Enter pin or password to enable app lock." msgstr "Enter pin or password to enable app lock." @@ -2453,7 +2461,7 @@ msgstr "Enter the 6 digit code sent to your email to continue logging in" msgid "Enter the 6 digit code sent to your phone number to continue logging in" msgstr "Enter the 6 digit code sent to your phone number to continue logging in" -#: src/strings.ts:2422 +#: src/strings.ts:2425 msgid "Enter the gift code to redeem your subscription." msgstr "Enter the gift code to redeem your subscription." @@ -2461,23 +2469,23 @@ msgstr "Enter the gift code to redeem your subscription." msgid "Enter the recovery code to continue logging in" msgstr "Enter the recovery code to continue logging in" -#: src/strings.ts:1481 +#: src/strings.ts:1484 msgid "Enter verification code sent to your new email" msgstr "Enter verification code sent to your new email" -#: src/strings.ts:1480 +#: src/strings.ts:1483 msgid "Enter your new email" msgstr "Enter your new email" -#: src/strings.ts:2077 +#: src/strings.ts:2080 msgid "Enter your username" msgstr "Enter your username" -#: src/strings.ts:2414 +#: src/strings.ts:2417 msgid "Error" msgstr "Error" -#: src/strings.ts:1542 +#: src/strings.ts:1545 msgid "Error applying promo code" msgstr "Error applying promo code" @@ -2485,7 +2493,7 @@ msgstr "Error applying promo code" msgid "Error downloading file: {message}" msgstr "Error downloading file: {message}" -#: src/strings.ts:1502 +#: src/strings.ts:1505 msgid "Error getting codes" msgstr "Error getting codes" @@ -2505,51 +2513,51 @@ msgstr "Error sending 2FA code" msgid "Errors" msgstr "Errors" -#: src/strings.ts:1684 +#: src/strings.ts:1687 msgid "Errors in {count} attachments" msgstr "Errors in {count} attachments" -#: src/strings.ts:2459 +#: src/strings.ts:2462 msgid "Essential plan" msgstr "Essential plan" -#: src/strings.ts:1616 +#: src/strings.ts:1619 msgid "Events server" msgstr "Events server" -#: src/strings.ts:2400 +#: src/strings.ts:2403 msgid "Every Notebook can have notes and sub notebooks." msgstr "Every Notebook can have notes and sub notebooks." -#: src/strings.ts:2402 +#: src/strings.ts:2405 msgid "Everything related to my job in one place." msgstr "Everything related to my job in one place." -#: src/strings.ts:2411 +#: src/strings.ts:2414 msgid "Everything related to my school in one place." msgstr "Everything related to my school in one place." -#: src/strings.ts:2428 +#: src/strings.ts:2431 msgid "Execute" msgstr "Execute" -#: src/strings.ts:2427 +#: src/strings.ts:2430 msgid "Execute a command..." msgstr "Execute a command..." -#: src/strings.ts:2001 +#: src/strings.ts:2004 msgid "Exit fullscreen" msgstr "Exit fullscreen" -#: src/strings.ts:2362 +#: src/strings.ts:2365 msgid "Expand" msgstr "Expand" -#: src/strings.ts:2455 +#: src/strings.ts:2458 msgid "Expand sidebar" msgstr "Expand sidebar" -#: src/strings.ts:2060 +#: src/strings.ts:2063 msgid "Experience the next level of private note taking\"" msgstr "Experience the next level of private note taking\"" @@ -2570,11 +2578,11 @@ msgid "Export all notes as pdf, markdown, html or text in a single zip file" msgstr "Export all notes as pdf, markdown, html or text in a single zip file" #. placeholder {0}: format ? " " + format : "" -#: src/strings.ts:2023 +#: src/strings.ts:2026 msgid "Export as{0}" msgstr "Export as{0}" -#: src/strings.ts:1373 +#: src/strings.ts:1376 msgid "Export notes as PDF, Markdown and HTML with Notesnook Pro" msgstr "Export notes as PDF, Markdown and HTML with Notesnook Pro" @@ -2582,11 +2590,11 @@ msgstr "Export notes as PDF, Markdown and HTML with Notesnook Pro" msgid "Exporting \"{title}\"" msgstr "Exporting \"{title}\"" -#: src/strings.ts:1606 +#: src/strings.ts:1609 msgid "Extracting files..." msgstr "Extracting files..." -#: src/strings.ts:1795 +#: src/strings.ts:1798 msgid "EXTREMELY DANGEROUS! This action is irreversible. All your data including notes, notebooks, attachments & settings will be deleted. This is a full account reset. Proceed with caution." msgstr "EXTREMELY DANGEROUS! This action is irreversible. All your data including notes, notebooks, attachments & settings will be deleted. This is a full account reset. Proceed with caution." @@ -2594,19 +2602,19 @@ msgstr "EXTREMELY DANGEROUS! This action is irreversible. All your data includin msgid "Faced an issue or have a suggestion? Click here to create a bug report" msgstr "Faced an issue or have a suggestion? Click here to create a bug report" -#: src/strings.ts:2392 +#: src/strings.ts:2395 msgid "Failed" msgstr "Failed" -#: src/strings.ts:1924 +#: src/strings.ts:1927 msgid "Failed to copy note" msgstr "Failed to copy note" -#: src/strings.ts:1548 +#: src/strings.ts:1551 msgid "Failed to decrypt backup" msgstr "Failed to decrypt backup" -#: src/strings.ts:1990 +#: src/strings.ts:1993 msgid "Failed to delete" msgstr "Failed to delete" @@ -2618,7 +2626,7 @@ msgstr "Failed to delete account" msgid "Failed to download file" msgstr "Failed to download file" -#: src/strings.ts:1986 +#: src/strings.ts:1989 msgid "Failed to install theme." msgstr "Failed to install theme." @@ -2630,7 +2638,7 @@ msgstr "Failed to open" msgid "Failed to publish note" msgstr "Failed to publish note" -#: src/strings.ts:1991 +#: src/strings.ts:1994 msgid "Failed to register task" msgstr "Failed to register task" @@ -2642,7 +2650,7 @@ msgstr "Failed to resolve download url" msgid "Failed to send recovery email" msgstr "Failed to send recovery email" -#: src/strings.ts:1389 +#: src/strings.ts:1392 msgid "Failed to send verification email" msgstr "Failed to send verification email" @@ -2650,11 +2658,11 @@ msgstr "Failed to send verification email" msgid "Failed to subscribe" msgstr "Failed to subscribe" -#: src/strings.ts:2191 +#: src/strings.ts:2194 msgid "Failed to take backup" msgstr "Failed to take backup" -#: src/strings.ts:2193 +#: src/strings.ts:2196 msgid "Failed to take backup of your data. Do you want to continue logging out?" msgstr "Failed to take backup of your data. Do you want to continue logging out?" @@ -2670,20 +2678,20 @@ msgstr "Failed to zip files" msgid "Fallback method for 2FA enabled" msgstr "Fallback method for 2FA enabled" -#: src/strings.ts:2020 +#: src/strings.ts:2023 msgid "Favorite" msgstr "Favorite" #: src/strings.ts:321 -#: src/strings.ts:1509 +#: src/strings.ts:1512 msgid "Favorites" msgstr "Favorites" -#: src/strings.ts:2404 +#: src/strings.ts:2407 msgid "February 2022 Week 2" msgstr "February 2022 Week 2" -#: src/strings.ts:2405 +#: src/strings.ts:2408 msgid "February 2022 Week 3" msgstr "February 2022 Week 3" @@ -2715,27 +2723,27 @@ msgstr "File size should be less than {sizeInMB}MB" msgid "File too big" msgstr "File too big" -#: src/strings.ts:1466 +#: src/strings.ts:1469 msgid "Filter attachments by filename, type or hash" msgstr "Filter attachments by filename, type or hash" -#: src/strings.ts:1821 +#: src/strings.ts:1824 msgid "Filter languages" msgstr "Filter languages" -#: src/strings.ts:1657 +#: src/strings.ts:1660 msgid "Fix it" msgstr "Fix it" -#: src/strings.ts:2299 +#: src/strings.ts:2302 msgid "Float image" msgstr "Float image" -#: src/strings.ts:2003 +#: src/strings.ts:2006 msgid "Focus mode" msgstr "Focus mode" -#: src/strings.ts:2151 +#: src/strings.ts:2154 msgid "Follow" msgstr "Follow" @@ -2755,27 +2763,27 @@ msgstr "Follow us on X" msgid "Follow us on X for updates and news about Notesnook" msgstr "Follow us on X for updates and news about Notesnook" -#: src/strings.ts:2264 +#: src/strings.ts:2267 msgid "Font family" msgstr "Font family" -#: src/strings.ts:2452 +#: src/strings.ts:2455 msgid "Font ligatures" msgstr "Font ligatures" -#: src/strings.ts:2265 +#: src/strings.ts:2268 msgid "Font size" msgstr "Font size" -#: src/strings.ts:1674 +#: src/strings.ts:1677 msgid "For a more integrated user experience, try out Notesnook for {platform}" msgstr "For a more integrated user experience, try out Notesnook for {platform}" -#: src/strings.ts:1755 +#: src/strings.ts:1758 msgid "for help regarding how to use the Notesnook Importer." msgstr "for help regarding how to use the Notesnook Importer." -#: src/strings.ts:2183 +#: src/strings.ts:2186 msgid "Force logout from all your other logged in devices." msgstr "Force logout from all your other logged in devices." @@ -2787,7 +2795,7 @@ msgstr "Force pull changes" msgid "Force push changes" msgstr "Force push changes" -#: src/strings.ts:2200 +#: src/strings.ts:2203 msgid "" "Force push:\n" "Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device.\n" @@ -2809,7 +2817,7 @@ msgstr "" msgid "Forgot password?" msgstr "Forgot password?" -#: src/strings.ts:2457 +#: src/strings.ts:2460 msgid "Free plan" msgstr "Free plan" @@ -2821,27 +2829,27 @@ msgstr "Fri" msgid "Friday" msgstr "Friday" -#: src/strings.ts:2360 +#: src/strings.ts:2363 msgid "From code" msgstr "From code" -#: src/strings.ts:2357 +#: src/strings.ts:2360 msgid "From URL" msgstr "From URL" -#: src/strings.ts:1987 +#: src/strings.ts:1990 msgid "Full name updated" msgstr "Full name updated" -#: src/strings.ts:2194 +#: src/strings.ts:2197 msgid "Full offline mode" msgstr "Full offline mode" -#: src/strings.ts:2312 +#: src/strings.ts:2315 msgid "Full screen" msgstr "Full screen" -#: src/strings.ts:2080 +#: src/strings.ts:2083 msgid "General" msgstr "General" @@ -2853,23 +2861,23 @@ msgstr "Get helpful debug info about the app to help us find bugs." msgid "Get Notesnook app on your desktop and access all notes" msgstr "Get Notesnook app on your desktop and access all notes" -#: src/strings.ts:2145 +#: src/strings.ts:2148 msgid "Get Notesnook app on your iPhone and access all your notes on the go." msgstr "Get Notesnook app on your iPhone and access all your notes on the go." -#: src/strings.ts:2147 +#: src/strings.ts:2150 msgid "Get Notesnook app on your iPhone or Android device and access all your notes on the go." msgstr "Get Notesnook app on your iPhone or Android device and access all your notes on the go." -#: src/strings.ts:1370 +#: src/strings.ts:1373 msgid "Get Notesnook Pro" msgstr "Get Notesnook Pro" -#: src/strings.ts:1355 +#: src/strings.ts:1358 msgid "Get Notesnook Pro to enable automatic backups" msgstr "Get Notesnook Pro to enable automatic backups" -#: src/strings.ts:2396 +#: src/strings.ts:2399 msgid "Get Priority support" msgstr "Get Priority support" @@ -2881,7 +2889,7 @@ msgstr "Get Pro" msgid "Get started" msgstr "Get started" -#: src/strings.ts:1873 +#: src/strings.ts:1876 msgid "Getting encryption key..." msgstr "Getting encryption key..." @@ -2893,43 +2901,43 @@ msgstr "Getting information" msgid "Getting recovery codes" msgstr "Getting recovery codes" -#: src/strings.ts:2150 +#: src/strings.ts:2153 msgid "GNU GENERAL PUBLIC LICENSE Version 3" msgstr "GNU GENERAL PUBLIC LICENSE Version 3" -#: src/strings.ts:2435 +#: src/strings.ts:2438 msgid "Go back in tab" msgstr "Go back in tab" -#: src/strings.ts:2213 +#: src/strings.ts:2216 msgid "Go back to notebooks" msgstr "Go back to notebooks" -#: src/strings.ts:2214 +#: src/strings.ts:2217 msgid "Go back to tags" msgstr "Go back to tags" -#: src/strings.ts:2434 +#: src/strings.ts:2437 msgid "Go forward in tab" msgstr "Go forward in tab" -#: src/strings.ts:1801 +#: src/strings.ts:1804 msgid "Go to" msgstr "Go to" -#: src/strings.ts:1802 +#: src/strings.ts:1805 msgid "Go to #{tag}" msgstr "Go to #{tag}" -#: src/strings.ts:1685 +#: src/strings.ts:1688 msgid "Go to next page" msgstr "Go to next page" -#: src/strings.ts:1686 +#: src/strings.ts:1689 msgid "Go to previous page" msgstr "Go to previous page" -#: src/strings.ts:1292 +#: src/strings.ts:1295 msgid "Go to web app" msgstr "Go to web app" @@ -2941,7 +2949,7 @@ msgstr "Got it" msgid "GROUP" msgstr "GROUP" -#: src/strings.ts:1875 +#: src/strings.ts:1878 msgid "Group added successfully" msgstr "Group added successfully" @@ -2953,19 +2961,19 @@ msgstr "Group by" msgid "Hash copied" msgstr "Hash copied" -#: src/strings.ts:2197 +#: src/strings.ts:2200 msgid "Having problems with sync?" msgstr "Having problems with sync?" -#: src/strings.ts:2338 +#: src/strings.ts:2341 msgid "Heading {level}" msgstr "Heading {level}" -#: src/strings.ts:2266 +#: src/strings.ts:2269 msgid "Headings" msgstr "Headings" -#: src/strings.ts:2373 +#: src/strings.ts:2376 msgid "Height" msgstr "Height" @@ -2977,7 +2985,7 @@ msgstr "Help and support" msgid "Help improve Notesnook by sending completely anonymized" msgstr "Help improve Notesnook by sending completely anonymized" -#: src/strings.ts:1363 +#: src/strings.ts:1366 msgid "Hide" msgstr "Hide" @@ -2985,11 +2993,11 @@ msgstr "Hide" msgid "Hide app contents when you switch to other apps. This will also disable screenshot taking in the app." msgstr "Hide app contents when you switch to other apps. This will also disable screenshot taking in the app." -#: src/strings.ts:2156 +#: src/strings.ts:2159 msgid "Hide note title" msgstr "Hide note title" -#: src/strings.ts:2269 +#: src/strings.ts:2272 msgid "Highlight" msgstr "Highlight" @@ -2997,7 +3005,7 @@ msgstr "Highlight" msgid "History" msgstr "History" -#: src/strings.ts:1515 +#: src/strings.ts:1518 msgid "Home" msgstr "Home" @@ -3005,19 +3013,19 @@ msgstr "Home" msgid "Homepage" msgstr "Homepage" -#: src/strings.ts:1305 +#: src/strings.ts:1308 msgid "Homepage changed to {name}" msgstr "Homepage changed to {name}" -#: src/strings.ts:2319 +#: src/strings.ts:2322 msgid "Horizontal rule" msgstr "Horizontal rule" -#: src/strings.ts:1786 +#: src/strings.ts:1789 msgid "How do you want to recover your account?" msgstr "How do you want to recover your account?" -#: src/strings.ts:1656 +#: src/strings.ts:1659 msgid "How to fix it?" msgstr "How to fix it?" @@ -3045,15 +3053,15 @@ msgstr "I don't have recovery codes" msgid "I have a recovery code" msgstr "I have a recovery code" -#: src/strings.ts:1874 +#: src/strings.ts:1877 msgid "I have saved my key" msgstr "I have saved my key" -#: src/strings.ts:2413 +#: src/strings.ts:2416 msgid "I love cooking and collecting recipes." msgstr "I love cooking and collecting recipes." -#: src/strings.ts:2198 +#: src/strings.ts:2201 msgid "I understand" msgstr "I understand" @@ -3069,19 +3077,19 @@ msgstr "If the editor fails to load even after reloading. Try restarting the app msgid "If this continues to happen, please reach out to us via" msgstr "If this continues to happen, please reach out to us via" -#: src/strings.ts:2101 +#: src/strings.ts:2104 msgid "If true, Notesnook will automatically start up when you turn on & login to your system." msgstr "If true, Notesnook will automatically start up when you turn on & login to your system." -#: src/strings.ts:2104 +#: src/strings.ts:2107 msgid "If true, Notesnook will start minimized to either the system tray or your system taskbar/dock. This setting only works with Auto start on system startup is enabled." msgstr "If true, Notesnook will start minimized to either the system tray or your system taskbar/dock. This setting only works with Auto start on system startup is enabled." -#: src/strings.ts:1712 +#: src/strings.ts:1715 msgid "If you can't scan the QR code above, enter this text instead (spaces don't matter)" msgstr "If you can't scan the QR code above, enter this text instead (spaces don't matter)" -#: src/strings.ts:1382 +#: src/strings.ts:1385 msgid "" "If you didn't get an email from us or the confirmation link isn't\n" " working," @@ -3089,11 +3097,11 @@ msgstr "" "If you didn't get an email from us or the confirmation link isn't\n" " working," -#: src/strings.ts:1792 +#: src/strings.ts:1795 msgid "If you don't have a recovery key, you can recover your data by restoring a Notesnook data backup file (.nnbackup)." msgstr "If you don't have a recovery key, you can recover your data by restoring a Notesnook data backup file (.nnbackup)." -#: src/strings.ts:2065 +#: src/strings.ts:2068 msgid "If you face any issue, you can reach out to us anytime." msgstr "If you face any issue, you can reach out to us anytime." @@ -3101,7 +3109,7 @@ msgstr "If you face any issue, you can reach out to us anytime." msgid "If you want to ask something in general or need some assistance, we would suggest that you" msgstr "If you want to ask something in general or need some assistance, we would suggest that you" -#: src/strings.ts:2324 +#: src/strings.ts:2327 msgid "Image" msgstr "Image" @@ -3109,11 +3117,11 @@ msgstr "Image" msgid "Image Compression" msgstr "Image Compression" -#: src/strings.ts:2300 +#: src/strings.ts:2303 msgid "Image properties" msgstr "Image properties" -#: src/strings.ts:2295 +#: src/strings.ts:2298 msgid "Image settings" msgstr "Image settings" @@ -3129,19 +3137,19 @@ msgstr "Images" msgid "Images uploaded without compression are slow to load and take more bandwidth. We recommend compressing images unless you need image in original quality." msgstr "Images uploaded without compression are slow to load and take more bandwidth. We recommend compressing images unless you need image in original quality." -#: src/strings.ts:1570 +#: src/strings.ts:1573 msgid "Immediately" msgstr "Immediately" -#: src/strings.ts:2128 +#: src/strings.ts:2131 msgid "Import & export" msgstr "Import & export" -#: src/strings.ts:1739 +#: src/strings.ts:1742 msgid "Import completed" msgstr "Import completed" -#: src/strings.ts:1754 +#: src/strings.ts:1757 msgid "import guide" msgstr "import guide" @@ -3149,7 +3157,7 @@ msgstr "import guide" msgid "Incoming" msgstr "Incoming" -#: src/strings.ts:1825 +#: src/strings.ts:1828 msgid "Incoming note" msgstr "Incoming note" @@ -3157,59 +3165,59 @@ msgstr "Incoming note" msgid "Incorrect {type}" msgstr "Incorrect {type}" -#: src/strings.ts:2382 +#: src/strings.ts:2385 msgid "Increase {title}" msgstr "Increase {title}" -#: src/strings.ts:2223 +#: src/strings.ts:2226 msgid "Insert" msgstr "Insert" -#: src/strings.ts:2379 +#: src/strings.ts:2382 msgid "Insert a {rows}x{columns} table" msgstr "Insert a {rows}x{columns} table" -#: src/strings.ts:2329 +#: src/strings.ts:2332 msgid "Insert a table" msgstr "Insert a table" -#: src/strings.ts:2331 +#: src/strings.ts:2334 msgid "Insert an embed" msgstr "Insert an embed" -#: src/strings.ts:2325 +#: src/strings.ts:2328 msgid "Insert an image" msgstr "Insert an image" -#: src/strings.ts:2276 +#: src/strings.ts:2279 msgid "Insert column left" msgstr "Insert column left" -#: src/strings.ts:2277 +#: src/strings.ts:2280 msgid "Insert column right" msgstr "Insert column right" -#: src/strings.ts:2221 +#: src/strings.ts:2224 msgid "Insert link" msgstr "Insert link" -#: src/strings.ts:2283 +#: src/strings.ts:2286 msgid "Insert row above" msgstr "Insert row above" -#: src/strings.ts:2284 +#: src/strings.ts:2287 msgid "Insert row below" msgstr "Insert row below" -#: src/strings.ts:1672 +#: src/strings.ts:1675 msgid "Install Notesnook" msgstr "Install Notesnook" -#: src/strings.ts:2136 +#: src/strings.ts:2139 msgid "Install update" msgstr "Install update" -#: src/strings.ts:1707 +#: src/strings.ts:1710 msgid "installs" msgstr "installs" @@ -3217,11 +3225,11 @@ msgstr "installs" msgid "Invalid {type}" msgstr "Invalid {type}" -#: src/strings.ts:1979 +#: src/strings.ts:1982 msgid "Invalid CORS proxy url" msgstr "Invalid CORS proxy url" -#: src/strings.ts:1470 +#: src/strings.ts:1473 msgid "Invalid email" msgstr "Invalid email" @@ -3234,7 +3242,7 @@ msgstr "Issue created" msgid "It may take a minute to receive your code." msgstr "It may take a minute to receive your code." -#: src/strings.ts:1578 +#: src/strings.ts:1581 msgid "It seems that your changes could not be saved. What to do next:" msgstr "It seems that your changes could not be saved. What to do next:" @@ -3242,7 +3250,7 @@ msgstr "It seems that your changes could not be saved. What to do next:" msgid "It took us a year to bring Notesnook to life. Share your experience and suggestions to help us improve it." msgstr "It took us a year to bring Notesnook to life. Share your experience and suggestions to help us improve it." -#: src/strings.ts:2245 +#: src/strings.ts:2248 msgid "Italic" msgstr "Italic" @@ -3255,7 +3263,7 @@ msgid "Item" msgstr "Item" #: src/strings.ts:311 -#: src/strings.ts:1691 +#: src/strings.ts:1694 msgid "items" msgstr "items" @@ -3263,7 +3271,7 @@ msgstr "items" msgid "Items" msgstr "Items" -#: src/strings.ts:2148 +#: src/strings.ts:2151 msgid "Join community" msgstr "Join community" @@ -3287,11 +3295,11 @@ msgstr "Join our Telegram group" msgid "Join our Telegram group to chat with other users and the team" msgstr "Join our Telegram group to chat with other users and the team" -#: src/strings.ts:2056 +#: src/strings.ts:2059 msgid "Join the cause" msgstr "Join the cause" -#: src/strings.ts:2014 +#: src/strings.ts:2017 msgid "Jump to group" msgstr "Jump to group" @@ -3299,19 +3307,19 @@ msgstr "Jump to group" msgid "Keep" msgstr "Keep" -#: src/strings.ts:2009 +#: src/strings.ts:2012 msgid "Keep open" msgstr "Keep open" -#: src/strings.ts:1347 +#: src/strings.ts:1350 msgid "Keep your data safe" msgstr "Keep your data safe" -#: src/strings.ts:2116 +#: src/strings.ts:2119 msgid "Languages" msgstr "Languages" -#: src/strings.ts:2218 +#: src/strings.ts:2221 msgid "Last edited at" msgstr "Last edited at" @@ -3339,7 +3347,7 @@ msgstr "Learn more about Monographs" msgid "Learn more about Notesnook Monograph" msgstr "Learn more about Notesnook Monograph" -#: src/strings.ts:1550 +#: src/strings.ts:1553 msgid "Legal" msgstr "Legal" @@ -3347,15 +3355,15 @@ msgstr "Legal" msgid "Let us know if you have faced any issue/bug while using Notesnook. We will try to fix it as soon as possible." msgstr "Let us know if you have faced any issue/bug while using Notesnook. We will try to fix it as soon as possible." -#: src/strings.ts:2149 +#: src/strings.ts:2152 msgid "License" msgstr "License" -#: src/strings.ts:1708 +#: src/strings.ts:1711 msgid "Licensed under {license}" msgstr "Licensed under {license}" -#: src/strings.ts:2315 +#: src/strings.ts:2318 msgid "Lift list item" msgstr "Lift list item" @@ -3363,7 +3371,7 @@ msgstr "Lift list item" msgid "Light" msgstr "Light" -#: src/strings.ts:2345 +#: src/strings.ts:2348 msgid "Line {line}, Column {column}" msgstr "Line {line}, Column {column}" @@ -3371,7 +3379,7 @@ msgstr "Line {line}, Column {column}" msgid "Line spacing changed" msgstr "Line spacing changed" -#: src/strings.ts:2249 +#: src/strings.ts:2252 msgid "Link" msgstr "Link" @@ -3383,15 +3391,15 @@ msgstr "Link copied" msgid "Link notebooks" msgstr "Link notebooks" -#: src/strings.ts:2464 +#: src/strings.ts:2467 msgid "Link notes" msgstr "Link notes" -#: src/strings.ts:2254 +#: src/strings.ts:2257 msgid "Link settings" msgstr "Link settings" -#: src/strings.ts:2375 +#: src/strings.ts:2378 msgid "Link text" msgstr "Link text" @@ -3411,7 +3419,7 @@ msgstr "Link to notebook" msgid "Linked notes" msgstr "Linked notes" -#: src/strings.ts:1584 +#: src/strings.ts:1587 msgid "Linking to a specific block is not available for locked notes." msgstr "Linking to a specific block is not available for locked notes." @@ -3423,7 +3431,7 @@ msgstr "List of" msgid "Load from file" msgstr "Load from file" -#: src/strings.ts:1683 +#: src/strings.ts:1686 msgid "Loading" msgstr "Loading" @@ -3432,7 +3440,7 @@ msgstr "Loading" msgid "Loading {0}, please wait..." msgstr "Loading {0}, please wait..." -#: src/strings.ts:1652 +#: src/strings.ts:1655 msgid "Loading editor. Please wait..." msgstr "Loading editor. Please wait..." @@ -3444,7 +3452,7 @@ msgstr "Loading subscription details" msgid "Loading themes..." msgstr "Loading themes..." -#: src/strings.ts:1315 +#: src/strings.ts:1318 msgid "Loading trash" msgstr "Loading trash" @@ -3496,7 +3504,7 @@ msgstr "Locked notes cannot be pinned" msgid "Locked notes cannot be published" msgstr "Locked notes cannot be published" -#: src/strings.ts:2181 +#: src/strings.ts:2184 msgid "Log out from all other devices" msgstr "Log out from all other devices" @@ -3512,7 +3520,7 @@ msgstr "Logging out will clear all data stored on THIS DEVICE. Make sure you hav msgid "Logging out. Please wait..." msgstr "Logging out. Please wait..." -#: src/strings.ts:1770 +#: src/strings.ts:1773 msgid "Logging you in" msgstr "Logging you in" @@ -3532,7 +3540,7 @@ msgstr "Login required" msgid "Login successful" msgstr "Login successful" -#: src/strings.ts:1350 +#: src/strings.ts:1353 msgid "Login to encrypt and sync notes" msgstr "Login to encrypt and sync notes" @@ -3552,11 +3560,11 @@ msgstr "Logout and clear data" msgid "Logout from this device" msgstr "Logout from this device" -#: src/strings.ts:1400 +#: src/strings.ts:1403 msgid "Long press on any item in list to enter multi-select mode." msgstr "Long press on any item in list to enter multi-select mode." -#: src/strings.ts:2350 +#: src/strings.ts:2353 msgid "Make task list readonly" msgstr "Make task list readonly" @@ -3596,7 +3604,7 @@ msgstr "Manage your reminders" msgid "Manage your sync settings here" msgstr "Manage your sync settings here" -#: src/strings.ts:1428 +#: src/strings.ts:1431 msgid "Mark important notes by adding them to favorites." msgstr "Mark important notes by adding them to favorites." @@ -3608,39 +3616,39 @@ msgstr "Markdown shortcuts" msgid "Marketing emails" msgstr "Marketing emails" -#: src/strings.ts:2363 +#: src/strings.ts:2366 msgid "Match case" msgstr "Match case" -#: src/strings.ts:2364 +#: src/strings.ts:2367 msgid "Match whole word" msgstr "Match whole word" -#: src/strings.ts:2271 +#: src/strings.ts:2274 msgid "Math (inline)" msgstr "Math (inline)" -#: src/strings.ts:2322 +#: src/strings.ts:2325 msgid "Math & formulas" msgstr "Math & formulas" -#: src/strings.ts:2028 +#: src/strings.ts:2031 msgid "Maximize" msgstr "Maximize" -#: src/strings.ts:2058 +#: src/strings.ts:2061 msgid "Meet other privacy-minded people & talk to us directly about your concerns, issues and suggestions." msgstr "Meet other privacy-minded people & talk to us directly about your concerns, issues and suggestions." -#: src/strings.ts:2406 +#: src/strings.ts:2409 msgid "Meetings" msgstr "Meetings" -#: src/strings.ts:1767 +#: src/strings.ts:1770 msgid "Member since {date}" msgstr "Member since {date}" -#: src/strings.ts:2282 +#: src/strings.ts:2285 msgid "Merge cells" msgstr "Merge cells" @@ -3658,15 +3666,15 @@ msgstr "Migration failed" msgid "min" msgstr "min" -#: src/strings.ts:1997 +#: src/strings.ts:2000 msgid "Minimal" msgstr "Minimal" -#: src/strings.ts:2027 +#: src/strings.ts:2030 msgid "Minimize" msgstr "Minimize" -#: src/strings.ts:2105 +#: src/strings.ts:2108 msgid "Minimize to system tray" msgstr "Minimize to system tray" @@ -3682,7 +3690,7 @@ msgstr "Mon" msgid "Monday" msgstr "Monday" -#: src/strings.ts:1619 +#: src/strings.ts:1622 msgid "Monograph server" msgstr "Monograph server" @@ -3692,19 +3700,19 @@ msgstr "Monograph URL copied" #: src/strings.ts:322 #: src/strings.ts:930 -#: src/strings.ts:1517 +#: src/strings.ts:1520 msgid "Monographs" msgstr "Monographs" -#: src/strings.ts:1410 +#: src/strings.ts:1413 msgid "Monographs can be encrypted with a secret key and shared with anyone." msgstr "Monographs can be encrypted with a secret key and shared with anyone." -#: src/strings.ts:1405 +#: src/strings.ts:1408 msgid "Monographs enable you to share your notes in a secure and private way." msgstr "Monographs enable you to share your notes in a secure and private way." -#: src/strings.ts:1828 +#: src/strings.ts:1831 msgid "month" msgstr "month" @@ -3713,11 +3721,11 @@ msgid "Month" msgstr "Month" #: src/strings.ts:169 -#: src/strings.ts:1558 +#: src/strings.ts:1561 msgid "Monthly" msgstr "Monthly" -#: src/strings.ts:2302 +#: src/strings.ts:2305 msgid "More" msgstr "More" @@ -3725,15 +3733,15 @@ msgstr "More" msgid "Move" msgstr "Move" -#: src/strings.ts:2351 +#: src/strings.ts:2354 msgid "Move all checked tasks to bottom" msgstr "Move all checked tasks to bottom" -#: src/strings.ts:2278 +#: src/strings.ts:2281 msgid "Move column left" msgstr "Move column left" -#: src/strings.ts:2279 +#: src/strings.ts:2282 msgid "Move column right" msgstr "Move column right" @@ -3745,11 +3753,11 @@ msgstr "Move notebook" msgid "Move notes" msgstr "Move notes" -#: src/strings.ts:2286 +#: src/strings.ts:2289 msgid "Move row down" msgstr "Move row down" -#: src/strings.ts:2285 +#: src/strings.ts:2288 msgid "Move row up" msgstr "Move row up" @@ -3773,11 +3781,11 @@ msgstr "Multi-layer encryption to most important notes" msgid "Name" msgstr "Name" -#: src/strings.ts:1676 +#: src/strings.ts:1679 msgid "Native high-performance encryption" msgstr "Native high-performance encryption" -#: src/strings.ts:2431 +#: src/strings.ts:2434 msgid "Navigate" msgstr "Navigate" @@ -3785,7 +3793,7 @@ msgstr "Navigate" msgid "Never" msgstr "Never" -#: src/strings.ts:1330 +#: src/strings.ts:1333 msgid "Never ask again" msgstr "Never ask again" @@ -3805,7 +3813,7 @@ msgstr "New - old" msgid "New color" msgstr "New color" -#: src/strings.ts:1834 +#: src/strings.ts:1837 msgid "New Email" msgstr "New Email" @@ -3821,11 +3829,11 @@ msgstr "New note" msgid "New notebook" msgstr "New notebook" -#: src/strings.ts:1468 +#: src/strings.ts:1471 msgid "New password" msgstr "New password" -#: src/strings.ts:1474 +#: src/strings.ts:1477 msgid "New pin" msgstr "New pin" @@ -3837,11 +3845,11 @@ msgstr "New reminder" msgid "New tab" msgstr "New tab" -#: src/strings.ts:2437 +#: src/strings.ts:2440 msgid "New tag" msgstr "New tag" -#: src/strings.ts:1356 +#: src/strings.ts:1359 msgid "New update available" msgstr "New update available" @@ -3849,7 +3857,7 @@ msgstr "New update available" msgid "New version" msgstr "New version" -#: src/strings.ts:2012 +#: src/strings.ts:2015 msgid "Newest - oldest" msgstr "Newest - oldest" @@ -3861,11 +3869,11 @@ msgstr "Newly created notes will be uncategorized" msgid "Next" msgstr "Next" -#: src/strings.ts:2367 +#: src/strings.ts:2370 msgid "Next match" msgstr "Next match" -#: src/strings.ts:2432 +#: src/strings.ts:2435 msgid "Next tab" msgstr "Next tab" @@ -3901,11 +3909,11 @@ msgstr "No directory selected" msgid "No downloads in progress." msgstr "No downloads in progress." -#: src/strings.ts:1972 +#: src/strings.ts:1975 msgid "No encryption key found" msgstr "No encryption key found" -#: src/strings.ts:1653 +#: src/strings.ts:1656 msgid "No headings found" msgstr "No headings found" @@ -3929,7 +3937,7 @@ msgstr "No one can view this {type} except you." msgid "No references found of this note" msgstr "No references found of this note" -#: src/strings.ts:1504 +#: src/strings.ts:1507 msgid "No results found" msgstr "No results found" @@ -3937,7 +3945,7 @@ msgstr "No results found" msgid "No results found for \"{query}\"" msgstr "No results found for \"{query}\"" -#: src/strings.ts:1504 +#: src/strings.ts:1507 msgid "No results found for {query}" msgstr "No results found for {query}" @@ -3953,7 +3961,7 @@ msgstr "No updates available" msgid "None" msgstr "None" -#: src/strings.ts:2002 +#: src/strings.ts:2005 msgid "Normal mode" msgstr "Normal mode" @@ -3974,7 +3982,7 @@ msgstr "Note" msgid "Note copied to clipboard" msgstr "Note copied to clipboard" -#: src/strings.ts:1937 +#: src/strings.ts:1940 msgid "Note does not exist" msgstr "Note does not exist" @@ -3990,7 +3998,7 @@ msgstr "Note locked" msgid "Note restored from history" msgstr "Note restored from history" -#: src/strings.ts:1573 +#: src/strings.ts:1576 msgid "Note title" msgstr "Note title" @@ -4011,11 +4019,11 @@ msgid "notebook" msgstr "notebook" #: src/strings.ts:296 -#: src/strings.ts:1508 +#: src/strings.ts:1511 msgid "Notebook" msgstr "Notebook" -#: src/strings.ts:2467 +#: src/strings.ts:2470 msgid "Notebook added" msgstr "Notebook added" @@ -4025,15 +4033,15 @@ msgstr "notebooks" #: src/strings.ts:258 #: src/strings.ts:316 -#: src/strings.ts:1507 +#: src/strings.ts:1510 msgid "Notebooks" msgstr "Notebooks" -#: src/strings.ts:1782 +#: src/strings.ts:1785 msgid "NOTEBOOKS" msgstr "NOTEBOOKS" -#: src/strings.ts:2228 +#: src/strings.ts:2231 msgid "Notebooks are the best way to organize your notes." msgstr "Notebooks are the best way to organize your notes." @@ -4042,7 +4050,7 @@ msgid "notes" msgstr "notes" #: src/strings.ts:315 -#: src/strings.ts:1506 +#: src/strings.ts:1509 msgid "Notes" msgstr "Notes" @@ -4050,15 +4058,15 @@ msgstr "Notes" msgid "Notes exported as {path} successfully" msgstr "Notes exported as {path} successfully" -#: src/strings.ts:1738 +#: src/strings.ts:1741 msgid "notes imported" msgstr "notes imported" -#: src/strings.ts:2055 +#: src/strings.ts:2058 msgid "Notesnook encrypts everything offline before syncing to your other devices. This means that no one can read your notes except you. Not even us." msgstr "Notesnook encrypts everything offline before syncing to your other devices. This means that no one can read your notes except you. Not even us." -#: src/strings.ts:2130 +#: src/strings.ts:2133 msgid "Notesnook Importer" msgstr "Notesnook Importer" @@ -4066,7 +4074,7 @@ msgstr "Notesnook Importer" msgid "Notesnook Pro" msgstr "Notesnook Pro" -#: src/strings.ts:2162 +#: src/strings.ts:2165 msgid "" "Notesnook uses the following DNS providers:\n" "\n" @@ -4090,23 +4098,23 @@ msgstr "Notesnook will send you a 2FA code on your email when prompted" msgid "Notesnook will send you an SMS with a 2FA code when prompted" msgstr "Notesnook will send you an SMS with a 2FA code when prompted" -#: src/strings.ts:2125 +#: src/strings.ts:2128 msgid "Notifications" msgstr "Notifications" -#: src/strings.ts:1365 +#: src/strings.ts:1368 msgid "Notifications disabled" msgstr "Notifications disabled" -#: src/strings.ts:2262 +#: src/strings.ts:2265 msgid "Numbered list" msgstr "Numbered list" -#: src/strings.ts:1706 +#: src/strings.ts:1709 msgid "of" msgstr "of" -#: src/strings.ts:1590 +#: src/strings.ts:1593 msgid "Off" msgstr "Off" @@ -4114,7 +4122,7 @@ msgstr "Off" msgid "Offline" msgstr "Offline" -#: src/strings.ts:2215 +#: src/strings.ts:2218 msgid "Okay" msgstr "Okay" @@ -4122,15 +4130,15 @@ msgstr "Okay" msgid "Old - new" msgstr "Old - new" -#: src/strings.ts:1467 +#: src/strings.ts:1470 msgid "Old password" msgstr "Old password" -#: src/strings.ts:1823 +#: src/strings.ts:1826 msgid "Older version" msgstr "Older version" -#: src/strings.ts:2011 +#: src/strings.ts:2014 msgid "Oldest - newest" msgstr "Oldest - newest" @@ -4138,7 +4146,7 @@ msgstr "Oldest - newest" msgid "Once your password is changed, please make sure to save the new account recovery key" msgstr "Once your password is changed, please make sure to save the new account recovery key" -#: src/strings.ts:1759 +#: src/strings.ts:1762 msgid "Only .zip files are supported." msgstr "Only .zip files are supported." @@ -4154,11 +4162,11 @@ msgstr "Open file location" msgid "Open in browser" msgstr "Open in browser" -#: src/strings.ts:1294 +#: src/strings.ts:1297 msgid "Open in browser to manage subscription" msgstr "Open in browser to manage subscription" -#: src/strings.ts:2313 +#: src/strings.ts:2316 msgid "Open in new tab" msgstr "Open in new tab" @@ -4166,19 +4174,19 @@ msgstr "Open in new tab" msgid "Open issue" msgstr "Open issue" -#: src/strings.ts:2252 +#: src/strings.ts:2255 msgid "Open link" msgstr "Open link" -#: src/strings.ts:1851 +#: src/strings.ts:1854 msgid "Open note" msgstr "Open note" -#: src/strings.ts:1368 +#: src/strings.ts:1371 msgid "Open settings" msgstr "Open settings" -#: src/strings.ts:2314 +#: src/strings.ts:2317 msgid "Open source" msgstr "Open source" @@ -4198,7 +4206,7 @@ msgstr "Open source." msgid "Open the two-factor authentication (TOTP) app to view your authentication code." msgstr "Open the two-factor authentication (TOTP) app to view your authentication code." -#: src/strings.ts:1845 +#: src/strings.ts:1848 msgid "Optional" msgstr "Optional" @@ -4206,11 +4214,11 @@ msgstr "Optional" msgid "or email us at" msgstr "or email us at" -#: src/strings.ts:2010 +#: src/strings.ts:2013 msgid "Order by" msgstr "Order by" -#: src/strings.ts:2208 +#: src/strings.ts:2211 msgid "Order ID" msgstr "Order ID" @@ -4219,19 +4227,19 @@ msgstr "Order ID" msgid "Orphaned" msgstr "Orphaned" -#: src/strings.ts:2133 +#: src/strings.ts:2136 msgid "Other" msgstr "Other" -#: src/strings.ts:2334 +#: src/strings.ts:2337 msgid "Outline list" msgstr "Outline list" -#: src/strings.ts:2337 +#: src/strings.ts:2340 msgid "Paragraph" msgstr "Paragraph" -#: src/strings.ts:2089 +#: src/strings.ts:2092 msgid "Partial backups contain all your data except attachments. They are created from data already available on your device and do not require an Internet connection." msgstr "Partial backups contain all your data except attachments. They are created from data already available on your device and do not require an Internet connection." @@ -4239,7 +4247,7 @@ msgstr "Partial backups contain all your data except attachments. They are creat msgid "Partially refunded" msgstr "Partially refunded" -#: src/strings.ts:2391 +#: src/strings.ts:2394 msgid "Passed" msgstr "Passed" @@ -4275,31 +4283,31 @@ msgstr "Password protection" msgid "Password updated" msgstr "Password updated" -#: src/strings.ts:2069 +#: src/strings.ts:2072 msgid "Password/pin" msgstr "Password/pin" -#: src/strings.ts:2236 +#: src/strings.ts:2239 msgid "Paste" msgstr "Paste" -#: src/strings.ts:2237 +#: src/strings.ts:2240 msgid "Paste and match style" msgstr "Paste and match style" -#: src/strings.ts:2359 +#: src/strings.ts:2362 msgid "Paste embed code here. Only iframes are supported." msgstr "Paste embed code here. Only iframes are supported." -#: src/strings.ts:2374 +#: src/strings.ts:2377 msgid "Paste image URL here" msgstr "Paste image URL here" -#: src/strings.ts:2238 +#: src/strings.ts:2241 msgid "Paste without formatting" msgstr "Paste without formatting" -#: src/strings.ts:2187 +#: src/strings.ts:2190 msgid "Payment method" msgstr "Payment method" @@ -4307,11 +4315,11 @@ msgstr "Payment method" msgid "PDF is password protected" msgstr "PDF is password protected" -#: src/strings.ts:1717 +#: src/strings.ts:1720 msgid "phone number" msgstr "phone number" -#: src/strings.ts:1836 +#: src/strings.ts:1839 msgid "Phone number" msgstr "Phone number" @@ -4323,7 +4331,7 @@ msgstr "Phone number not entered" msgid "Pin" msgstr "Pin" -#: src/strings.ts:1678 +#: src/strings.ts:1681 msgid "Pin notes in notifications drawer" msgstr "Pin notes in notifications drawer" @@ -4335,7 +4343,7 @@ msgstr "Pin notification" msgid "Pinned" msgstr "Pinned" -#: src/strings.ts:1352 +#: src/strings.ts:1355 msgid "Please confirm your email to sync notes" msgstr "Please confirm your email to sync notes" @@ -4344,7 +4352,7 @@ msgid "Please confirm your identity by entering a recovery code." msgstr "Please confirm your identity by entering a recovery code." #: src/strings.ts:972 -#: src/strings.ts:2220 +#: src/strings.ts:2223 msgid "Please confirm your identity by entering the authentication code from your authenticator app." msgstr "Please confirm your identity by entering the authentication code from your authenticator app." @@ -4357,31 +4365,31 @@ msgstr "Please confirm your identity by entering the authentication code sent to msgid "Please confirm your identity by entering the authentication code sent to your email address." msgstr "Please confirm your identity by entering the authentication code sent to your email address." -#: src/strings.ts:1897 +#: src/strings.ts:1900 msgid "Please download a backup of your data as your account will be cleared before recovery." msgstr "Please download a backup of your data as your account will be cleared before recovery." -#: src/strings.ts:1500 +#: src/strings.ts:1503 msgid "Please enter a valid email address" msgstr "Please enter a valid email address" -#: src/strings.ts:1942 +#: src/strings.ts:1945 msgid "Please enter a valid hex color (e.g. #ffffff)" msgstr "Please enter a valid hex color (e.g. #ffffff)" -#: src/strings.ts:1501 +#: src/strings.ts:1504 msgid "Please enter a valid phone number with country code" msgstr "Please enter a valid phone number with country code" -#: src/strings.ts:1623 +#: src/strings.ts:1626 msgid "Please enter a valid URL" msgstr "Please enter a valid URL" -#: src/strings.ts:1608 +#: src/strings.ts:1611 msgid "Please enter password of this backup file" msgstr "Please enter password of this backup file" -#: src/strings.ts:2231 +#: src/strings.ts:2234 msgid "Please enter the password to decrypt and restore this backup." msgstr "Please enter the password to decrypt and restore this backup." @@ -4389,11 +4397,11 @@ msgstr "Please enter the password to decrypt and restore this backup." msgid "Please enter the password to unlock the PDF and view the content." msgstr "Please enter the password to unlock the PDF and view the content." -#: src/strings.ts:1853 +#: src/strings.ts:1856 msgid "Please enter the password to unlock this note" msgstr "Please enter the password to unlock this note" -#: src/strings.ts:1850 +#: src/strings.ts:1853 msgid "Please enter the password to view this version" msgstr "Please enter the password to view this version" @@ -4409,7 +4417,7 @@ msgstr "Please enter your app lock pin to continue" msgid "Please enter your password to continue" msgstr "Please enter your password to continue" -#: src/strings.ts:1921 +#: src/strings.ts:1924 msgid "Please enter your vault password to continue" msgstr "Please enter your vault password to continue" @@ -4417,7 +4425,7 @@ msgstr "Please enter your vault password to continue" msgid "Please fill all the fields to continue." msgstr "Please fill all the fields to continue." -#: src/strings.ts:1544 +#: src/strings.ts:1547 msgid "Please grant notifications permission to add new reminders." msgstr "Please grant notifications permission to add new reminders." @@ -4429,31 +4437,31 @@ msgstr "Please make sure you have saved the recovery key. Tap one more time to c msgid "Please note that we will respond to your issue on the given link. We recommend that you save it." msgstr "Please note that we will respond to your issue on the given link. We recommend that you save it." -#: src/strings.ts:1753 +#: src/strings.ts:1756 msgid "Please refer to the" msgstr "Please refer to the" -#: src/strings.ts:1545 +#: src/strings.ts:1548 msgid "Please select the day to repeat the reminder on" msgstr "Please select the day to repeat the reminder on" -#: src/strings.ts:1384 +#: src/strings.ts:1387 msgid "please send us an email from your registered email address" msgstr "please send us an email from your registered email address" -#: src/strings.ts:2380 +#: src/strings.ts:2383 msgid "Please set a table size" msgstr "Please set a table size" -#: src/strings.ts:1546 +#: src/strings.ts:1549 msgid "Please set title of the reminder" msgstr "Please set title of the reminder" -#: src/strings.ts:1975 +#: src/strings.ts:1978 msgid "Please try again" msgstr "Please try again" -#: src/strings.ts:1995 +#: src/strings.ts:1998 msgid "Please upgrade to Pro to enable automatic backups." msgstr "Please upgrade to Pro to enable automatic backups." @@ -4469,8 +4477,8 @@ msgstr "Please wait" msgid "Please wait before requesting a new code" msgstr "Please wait before requesting a new code" -#: src/strings.ts:1387 -#: src/strings.ts:1539 +#: src/strings.ts:1390 +#: src/strings.ts:1542 msgid "Please wait before requesting another email" msgstr "Please wait before requesting another email" @@ -4486,7 +4494,7 @@ msgstr "Please wait while we export your not." msgid "Please wait while we export your notes." msgstr "Please wait while we export your notes." -#: src/strings.ts:1882 +#: src/strings.ts:1885 msgid "Please wait while we finalize your account." msgstr "Please wait while we finalize your account." @@ -4498,15 +4506,15 @@ msgstr "Please wait while we load your subscription" msgid "Please wait while we log you out." msgstr "Please wait while we log you out." -#: src/strings.ts:1903 +#: src/strings.ts:1906 msgid "Please wait while we reset your account password." msgstr "Please wait while we reset your account password." -#: src/strings.ts:1601 +#: src/strings.ts:1604 msgid "Please wait while we restore your backup..." msgstr "Please wait while we restore your backup..." -#: src/strings.ts:1885 +#: src/strings.ts:1888 msgid "Please wait while we send you recovery instructions" msgstr "Please wait while we send you recovery instructions" @@ -4518,12 +4526,12 @@ msgstr "Please wait while we sync all your data." msgid "Please wait while we verify your subscription" msgstr "Please wait while we verify your subscription" -#: src/strings.ts:1771 -#: src/strings.ts:1878 +#: src/strings.ts:1774 +#: src/strings.ts:1881 msgid "Please wait while you are authenticated." msgstr "Please wait while you are authenticated." -#: src/strings.ts:1890 +#: src/strings.ts:1893 msgid "Please wait while your data is downloaded & decrypted." msgstr "Please wait while your data is downloaded & decrypted." @@ -4531,7 +4539,7 @@ msgstr "Please wait while your data is downloaded & decrypted." msgid "Preparing note for share" msgstr "Preparing note for share" -#: src/strings.ts:1603 +#: src/strings.ts:1606 msgid "Preparing to restore backup file..." msgstr "Preparing to restore backup file..." @@ -4539,19 +4547,19 @@ msgstr "Preparing to restore backup file..." msgid "PRESETS" msgstr "PRESETS" -#: src/strings.ts:2107 +#: src/strings.ts:2110 msgid "Pressing \"—\" will hide the app in your system tray." msgstr "Pressing \"—\" will hide the app in your system tray." -#: src/strings.ts:2110 +#: src/strings.ts:2113 msgid "Pressing \"X\" will hide the app in your system tray." msgstr "Pressing \"X\" will hide the app in your system tray." -#: src/strings.ts:2158 +#: src/strings.ts:2161 msgid "Prevent note title from appearing in tab/window title." msgstr "Prevent note title from appearing in tab/window title." -#: src/strings.ts:2301 +#: src/strings.ts:2304 msgid "Preview attachment" msgstr "Preview attachment" @@ -4559,19 +4567,19 @@ msgstr "Preview attachment" msgid "Preview not available, content is encrypted." msgstr "Preview not available, content is encrypted." -#: src/strings.ts:2368 +#: src/strings.ts:2371 msgid "Previous match" msgstr "Previous match" -#: src/strings.ts:2433 +#: src/strings.ts:2436 msgid "Previous tab" msgstr "Previous tab" -#: src/strings.ts:2022 +#: src/strings.ts:2025 msgid "Print" msgstr "Print" -#: src/strings.ts:2132 +#: src/strings.ts:2135 msgid "Privacy" msgstr "Privacy" @@ -4579,7 +4587,7 @@ msgstr "Privacy" msgid "Privacy & security" msgstr "Privacy & security" -#: src/strings.ts:1643 +#: src/strings.ts:1646 msgid "Privacy comes first." msgstr "Privacy comes first." @@ -4611,19 +4619,19 @@ msgstr "Private." msgid "privileged few" msgstr "privileged few" -#: src/strings.ts:1709 +#: src/strings.ts:1712 msgid "Pro" msgstr "Pro" -#: src/strings.ts:2458 +#: src/strings.ts:2461 msgid "Pro plan" msgstr "Pro plan" -#: src/strings.ts:2035 +#: src/strings.ts:2038 msgid "Processing {collection}..." msgstr "Processing {collection}..." -#: src/strings.ts:2034 +#: src/strings.ts:2037 msgid "Processing..." msgstr "Processing..." @@ -4631,15 +4639,15 @@ msgstr "Processing..." msgid "Productivity" msgstr "Productivity" -#: src/strings.ts:2121 +#: src/strings.ts:2124 msgid "Profile" msgstr "Profile" -#: src/strings.ts:1943 +#: src/strings.ts:1946 msgid "Profile updated" msgstr "Profile updated" -#: src/strings.ts:1854 +#: src/strings.ts:1857 msgid "Properties" msgstr "Properties" @@ -4647,7 +4655,7 @@ msgstr "Properties" msgid "Protect your notes" msgstr "Protect your notes" -#: src/strings.ts:2169 +#: src/strings.ts:2172 msgid "Proxy" msgstr "Proxy" @@ -4679,7 +4687,7 @@ msgstr "Published note can only be viewed by someone with the password." msgid "Published note link will be automatically deleted once it is viewed by someone." msgstr "Published note link will be automatically deleted once it is viewed by someone." -#: src/strings.ts:1359 +#: src/strings.ts:1362 msgid "Quick note" msgstr "Quick note" @@ -4687,11 +4695,11 @@ msgstr "Quick note" msgid "Quick note notification" msgstr "Quick note notification" -#: src/strings.ts:1680 +#: src/strings.ts:1683 msgid "Quick note widgets" msgstr "Quick note widgets" -#: src/strings.ts:2429 +#: src/strings.ts:2432 msgid "Quick open" msgstr "Quick open" @@ -4699,15 +4707,15 @@ msgstr "Quick open" msgid "Quickly create a note from the notification" msgstr "Quickly create a note from the notification" -#: src/strings.ts:2321 +#: src/strings.ts:2324 msgid "Quote" msgstr "Quote" -#: src/strings.ts:1345 +#: src/strings.ts:1348 msgid "Rate Notesnook on App Store" msgstr "Rate Notesnook on App Store" -#: src/strings.ts:1346 +#: src/strings.ts:1349 msgid "Rate Notesnook on Play Store" msgstr "Rate Notesnook on Play Store" @@ -4735,31 +4743,31 @@ msgstr "Read the privacy policy" msgid "Read the terms of service" msgstr "Read the terms of service" -#: src/strings.ts:1604 +#: src/strings.ts:1607 msgid "Reading backup file..." msgstr "Reading backup file..." -#: src/strings.ts:2211 +#: src/strings.ts:2214 msgid "Receipt" msgstr "Receipt" -#: src/strings.ts:1599 +#: src/strings.ts:1602 msgid "RECENT BACKUPS" msgstr "RECENT BACKUPS" -#: src/strings.ts:2444 +#: src/strings.ts:2447 msgid "Recents" msgstr "Recents" -#: src/strings.ts:2387 +#: src/strings.ts:2390 msgid "Recheck all" msgstr "Recheck all" -#: src/strings.ts:1989 +#: src/strings.ts:1992 msgid "Rechecking failed" msgstr "Rechecking failed" -#: src/strings.ts:2412 +#: src/strings.ts:2415 msgid "Recipes" msgstr "Recipes" @@ -4799,19 +4807,19 @@ msgstr "Recovery key QR code saved" msgid "Recovery key text file saved" msgstr "Recovery key text file saved" -#: src/strings.ts:1904 +#: src/strings.ts:1907 msgid "Recovery successful!" msgstr "Recovery successful!" -#: src/strings.ts:2424 +#: src/strings.ts:2427 msgid "Redeem" msgstr "Redeem" -#: src/strings.ts:2421 +#: src/strings.ts:2424 msgid "Redeem gift code" msgstr "Redeem gift code" -#: src/strings.ts:2423 +#: src/strings.ts:2426 msgid "Redeeming gift code" msgstr "Redeeming gift code" @@ -4831,7 +4839,7 @@ msgstr "References" msgid "Regenerate" msgstr "Regenerate" -#: src/strings.ts:2075 +#: src/strings.ts:2078 msgid "Register" msgstr "Register" @@ -4839,19 +4847,19 @@ msgstr "Register" msgid "Release notes" msgstr "Release notes" -#: src/strings.ts:2446 +#: src/strings.ts:2449 msgid "Release track" msgstr "Release track" -#: src/strings.ts:1658 +#: src/strings.ts:1661 msgid "Reload app" msgstr "Reload app" -#: src/strings.ts:1816 +#: src/strings.ts:1819 msgid "Relogin to your account" msgstr "Relogin to your account" -#: src/strings.ts:1784 +#: src/strings.ts:1787 msgid "Remembered your password?" msgstr "Remembered your password?" @@ -4863,7 +4871,7 @@ msgstr "Remind me" msgid "Remind me in" msgstr "Remind me in" -#: src/strings.ts:1494 +#: src/strings.ts:1497 msgid "Remind me of..." msgstr "Remind me of..." @@ -4879,7 +4887,7 @@ msgstr "Reminder" msgid "Reminder notifications" msgstr "Reminder notifications" -#: src/strings.ts:1547 +#: src/strings.ts:1550 msgid "Reminder time cannot be earlier than the current time." msgstr "Reminder time cannot be earlier than the current time." @@ -4889,15 +4897,15 @@ msgstr "reminders" #: src/strings.ts:318 #: src/strings.ts:1235 -#: src/strings.ts:1510 +#: src/strings.ts:1513 msgid "Reminders" msgstr "Reminders" -#: src/strings.ts:1367 +#: src/strings.ts:1370 msgid "Reminders cannot be set because notifications have been disabled from app settings. If you want to keep receiving reminder notifications, enable notifications for Notesnook from app settings." msgstr "Reminders cannot be set because notifications have been disabled from app settings. If you want to keep receiving reminder notifications, enable notifications for Notesnook from app settings." -#: src/strings.ts:1941 +#: src/strings.ts:1944 msgid "Reminders will not be active on this device as it does not support notifications." msgstr "Reminders will not be active on this device as it does not support notifications." @@ -4929,7 +4937,7 @@ msgstr "Remove app lock pin, app lock will be disabled if no other security meth msgid "Remove as default" msgstr "Remove as default" -#: src/strings.ts:2305 +#: src/strings.ts:2308 msgid "Remove attachment" msgstr "Remove attachment" @@ -4941,7 +4949,7 @@ msgstr "Remove from all" msgid "Remove from notebook" msgstr "Remove from notebook" -#: src/strings.ts:2445 +#: src/strings.ts:2448 msgid "Remove from recents" msgstr "Remove from recents" @@ -4949,7 +4957,7 @@ msgstr "Remove from recents" msgid "Remove full name" msgstr "Remove full name" -#: src/strings.ts:2251 +#: src/strings.ts:2254 msgid "Remove link" msgstr "Remove link" @@ -4981,15 +4989,15 @@ msgstr "Reorder" msgid "Repeats daily at {date}" msgstr "Repeats daily at {date}" -#: src/strings.ts:2365 +#: src/strings.ts:2368 msgid "Replace" msgstr "Replace" -#: src/strings.ts:2366 +#: src/strings.ts:2369 msgid "Replace all" msgstr "Replace all" -#: src/strings.ts:2152 +#: src/strings.ts:2155 msgid "Report" msgstr "Report" @@ -5010,31 +5018,31 @@ msgstr "Resend code in ({seconds})" msgid "Resend code{0}" msgstr "Resend code{0}" -#: src/strings.ts:1390 +#: src/strings.ts:1393 msgid "Resend email" msgstr "Resend email" -#: src/strings.ts:1808 +#: src/strings.ts:1811 msgid "Reset" msgstr "Reset" -#: src/strings.ts:1900 +#: src/strings.ts:1903 msgid "Reset account password" msgstr "Reset account password" -#: src/strings.ts:2472 +#: src/strings.ts:2475 msgid "Reset homepage" msgstr "Reset homepage" -#: src/strings.ts:1809 +#: src/strings.ts:1812 msgid "Reset selection" msgstr "Reset selection" -#: src/strings.ts:1636 +#: src/strings.ts:1639 msgid "Reset server urls" msgstr "Reset server urls" -#: src/strings.ts:2018 +#: src/strings.ts:2021 msgid "Reset sidebar" msgstr "Reset sidebar" @@ -5046,23 +5054,23 @@ msgstr "Reset the toolbar to default settings" msgid "Reset toolbar" msgstr "Reset toolbar" -#: src/strings.ts:1902 +#: src/strings.ts:1905 msgid "Resetting account password ({progress})" msgstr "Resetting account password ({progress})" -#: src/strings.ts:1977 +#: src/strings.ts:1980 msgid "Restart now" msgstr "Restart now" -#: src/strings.ts:1635 +#: src/strings.ts:1638 msgid "Restart the app for changes to take effect." msgstr "Restart the app for changes to take effect." -#: src/strings.ts:1306 +#: src/strings.ts:1309 msgid "Restart the app to apply the changes" msgstr "Restart the app to apply the changes" -#: src/strings.ts:1581 +#: src/strings.ts:1584 msgid "Restart the app." msgstr "Restart the app." @@ -5074,7 +5082,7 @@ msgstr "Restore" msgid "Restore backup" msgstr "Restore backup" -#: src/strings.ts:2394 +#: src/strings.ts:2397 msgid "Restore backup?" msgstr "Restore backup?" @@ -5082,11 +5090,11 @@ msgstr "Restore backup?" msgid "Restore failed" msgstr "Restore failed" -#: src/strings.ts:1598 +#: src/strings.ts:1601 msgid "Restore from files" msgstr "Restore from files" -#: src/strings.ts:1648 +#: src/strings.ts:1651 msgid "Restore this version" msgstr "Restore this version" @@ -5106,7 +5114,7 @@ msgstr "Restoring" msgid "Restoring {collection}..." msgstr "Restoring {collection}..." -#: src/strings.ts:1600 +#: src/strings.ts:1603 msgid "Restoring backup..." msgstr "Restoring backup..." @@ -5122,7 +5130,7 @@ msgstr "Resubscribe to Pro" msgid "Reupload" msgstr "Reupload" -#: src/strings.ts:2008 +#: src/strings.ts:2011 msgid "Reveal in list" msgstr "Reveal in list" @@ -5142,19 +5150,19 @@ msgstr "Revoke vault fingerprint unlock" msgid "Roadmap" msgstr "Roadmap" -#: src/strings.ts:2036 +#: src/strings.ts:2039 msgid "Root" msgstr "Root" -#: src/strings.ts:2015 +#: src/strings.ts:2018 msgid "Rotate left" msgstr "Rotate left" -#: src/strings.ts:2016 +#: src/strings.ts:2019 msgid "Rotate right" msgstr "Rotate right" -#: src/strings.ts:2274 +#: src/strings.ts:2277 msgid "Row properties" msgstr "Row properties" @@ -5162,7 +5170,7 @@ msgstr "Row properties" msgid "Run file check" msgstr "Run file check" -#: src/strings.ts:2047 +#: src/strings.ts:2050 msgid "Safe & encrypted notes" msgstr "Safe & encrypted notes" @@ -5218,7 +5226,7 @@ msgstr "Save to file" msgid "Save to text file" msgstr "Save to text file" -#: src/strings.ts:1348 +#: src/strings.ts:1351 msgid "Save your account recovery key" msgstr "Save your account recovery key" @@ -5234,15 +5242,15 @@ msgstr "Save your data recovery key in a safe place. You will need it to recover msgid "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." msgstr "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." -#: src/strings.ts:2384 +#: src/strings.ts:2387 msgid "Saved" msgstr "Saved" -#: src/strings.ts:2385 +#: src/strings.ts:2388 msgid "Saving" msgstr "Saving" -#: src/strings.ts:1576 +#: src/strings.ts:1579 msgid "Saving this note is taking too long. Copy your changes and restart the app to prevent data loss. If the problem persists, please report it to us at support@streetwriters.co." msgstr "Saving this note is taking too long. Copy your changes and restart the app to prevent data loss. If the problem persists, please report it to us at support@streetwriters.co." @@ -5254,32 +5262,32 @@ msgstr "Saving zip file ({progress}%). Please wait..." msgid "Saving zip file. Please wait..." msgstr "Saving zip file. Please wait..." -#: src/strings.ts:1710 +#: src/strings.ts:1713 msgid "Scan the QR code with your authenticator app" msgstr "Scan the QR code with your authenticator app" -#: src/strings.ts:2410 +#: src/strings.ts:2413 msgid "School work" msgstr "School work" -#: src/strings.ts:1498 -#: src/strings.ts:1516 +#: src/strings.ts:1501 +#: src/strings.ts:1519 msgid "Search" msgstr "Search" -#: src/strings.ts:1493 +#: src/strings.ts:1496 msgid "Search a note" msgstr "Search a note" -#: src/strings.ts:1491 +#: src/strings.ts:1494 msgid "Search a note to link to" msgstr "Search a note to link to" -#: src/strings.ts:2426 +#: src/strings.ts:2429 msgid "Search for notes, notebooks, and tags..." msgstr "Search for notes, notebooks, and tags..." -#: src/strings.ts:1526 +#: src/strings.ts:1529 msgid "Search in {routeName}" msgstr "Search in {routeName}" @@ -5331,23 +5339,23 @@ msgstr "Search in Tags" msgid "Search in Trash" msgstr "Search in Trash" -#: src/strings.ts:2347 +#: src/strings.ts:2350 msgid "Search languages" msgstr "Search languages" -#: src/strings.ts:1479 +#: src/strings.ts:1482 msgid "Search notebooks" msgstr "Search notebooks" -#: src/strings.ts:1492 +#: src/strings.ts:1495 msgid "Search or add a tag" msgstr "Search or add a tag" -#: src/strings.ts:1822 +#: src/strings.ts:1825 msgid "Search themes" msgstr "Search themes" -#: src/strings.ts:1496 +#: src/strings.ts:1499 msgid "Searching for {query}..." msgstr "Searching for {query}..." @@ -5355,15 +5363,15 @@ msgstr "Searching for {query}..." msgid "sec" msgstr "sec" -#: src/strings.ts:2131 +#: src/strings.ts:2134 msgid "Security & privacy" msgstr "Security & privacy" -#: src/strings.ts:2071 +#: src/strings.ts:2074 msgid "Security key" msgstr "Security key" -#: src/strings.ts:1976 +#: src/strings.ts:1979 msgid "Security key successfully registered." msgstr "Security key successfully registered." @@ -5371,15 +5379,15 @@ msgstr "Security key successfully registered." msgid "See what the future of Notesnook is going to be like." msgstr "See what the future of Notesnook is going to be like." -#: src/strings.ts:1322 +#: src/strings.ts:1325 msgid "Select" msgstr "Select" -#: src/strings.ts:1597 +#: src/strings.ts:1600 msgid "Select a backup file from your device to restore backup" msgstr "Select a backup file from your device to restore backup" -#: src/strings.ts:2086 +#: src/strings.ts:2089 msgid "Select a theme" msgstr "Select a theme" @@ -5387,7 +5395,7 @@ msgstr "Select a theme" msgid "Select backup directory" msgstr "Select backup directory" -#: src/strings.ts:1843 +#: src/strings.ts:1846 msgid "Select backup file" msgstr "Select backup file" @@ -5403,15 +5411,15 @@ msgstr "Select date" msgid "Select day of the week to repeat the reminder." msgstr "Select day of the week to repeat the reminder." -#: src/strings.ts:1751 +#: src/strings.ts:1754 msgid "Select files to import" msgstr "Select files to import" -#: src/strings.ts:1594 +#: src/strings.ts:1597 msgid "Select folder where Notesnook backup files are stored to view and restore them from the app" msgstr "Select folder where Notesnook backup files are stored to view and restore them from the app" -#: src/strings.ts:1595 +#: src/strings.ts:1598 msgid "Select folder with backup files" msgstr "Select folder with backup files" @@ -5419,7 +5427,7 @@ msgstr "Select folder with backup files" msgid "Select how you would like to recieve the code" msgstr "Select how you would like to recieve the code" -#: src/strings.ts:2342 +#: src/strings.ts:2345 msgid "Select language" msgstr "Select language" @@ -5435,7 +5443,7 @@ msgstr "Select notebooks" msgid "Select notebooks you want to add note(s) to." msgstr "Select notebooks you want to add note(s) to." -#: src/strings.ts:2465 +#: src/strings.ts:2468 msgid "Select notes to link to \"{title}\"" msgstr "Select notes to link to \"{title}\"" @@ -5443,11 +5451,11 @@ msgstr "Select notes to link to \"{title}\"" msgid "Select nth day of the month to repeat the reminder." msgstr "Select nth day of the month to repeat the reminder." -#: src/strings.ts:1805 +#: src/strings.ts:1808 msgid "Select profile picture" msgstr "Select profile picture" -#: src/strings.ts:2471 +#: src/strings.ts:2474 msgid "Select the default sidebar tab" msgstr "Select the default sidebar tab" @@ -5455,11 +5463,11 @@ msgstr "Select the default sidebar tab" msgid "Select the folder that includes your backup files to list them here." msgstr "Select the folder that includes your backup files to list them here." -#: src/strings.ts:2118 +#: src/strings.ts:2121 msgid "Select the languages the spell checker should check in." msgstr "Select the languages the spell checker should check in." -#: src/strings.ts:2447 +#: src/strings.ts:2450 msgid "Select the release track for Notesnook." msgstr "Select the release track for Notesnook." @@ -5471,7 +5479,7 @@ msgstr "SELECTED NOTE" msgid "Self destruct" msgstr "Self destruct" -#: src/strings.ts:2153 +#: src/strings.ts:2156 msgid "Send" msgstr "Send" @@ -5487,47 +5495,47 @@ msgstr "Send code via email" msgid "Send code via SMS" msgstr "Send code via SMS" -#: src/strings.ts:1847 +#: src/strings.ts:1850 msgid "Send recovery email" msgstr "Send recovery email" -#: src/strings.ts:1883 +#: src/strings.ts:1886 msgid "Sending recovery email" msgstr "Sending recovery email" -#: src/strings.ts:1634 +#: src/strings.ts:1637 msgid "Server url changed" msgstr "Server url changed" -#: src/strings.ts:1637 +#: src/strings.ts:1640 msgid "Server urls reset" msgstr "Server urls reset" -#: src/strings.ts:1615 +#: src/strings.ts:1618 msgid "Server used for login/sign up and authentication." msgstr "Server used for login/sign up and authentication." -#: src/strings.ts:1620 +#: src/strings.ts:1623 msgid "Server used to host your published notes." msgstr "Server used to host your published notes." -#: src/strings.ts:1618 +#: src/strings.ts:1621 msgid "Server used to receive important notifications & events." msgstr "Server used to receive important notifications & events." -#: src/strings.ts:1613 +#: src/strings.ts:1616 msgid "Server used to sync your notes & other data between devices." msgstr "Server used to sync your notes & other data between devices." -#: src/strings.ts:1626 +#: src/strings.ts:1629 msgid "Server with host {host} not found." msgstr "Server with host {host} not found." -#: src/strings.ts:2126 +#: src/strings.ts:2129 msgid "Servers" msgstr "Servers" -#: src/strings.ts:2127 +#: src/strings.ts:2130 msgid "Servers configuration" msgstr "Servers configuration" @@ -5535,7 +5543,7 @@ msgstr "Servers configuration" msgid "Session expired" msgstr "Session expired" -#: src/strings.ts:2179 +#: src/strings.ts:2182 msgid "Sessions" msgstr "Sessions" @@ -5551,7 +5559,7 @@ msgstr "Set as dark theme" msgid "Set as default" msgstr "Set as default" -#: src/strings.ts:2469 +#: src/strings.ts:2472 msgid "Set as homepage" msgstr "Set as homepage" @@ -5559,11 +5567,11 @@ msgstr "Set as homepage" msgid "Set as light theme" msgstr "Set as light theme" -#: src/strings.ts:1321 +#: src/strings.ts:1324 msgid "Set automatic trash cleanup interval from Settings > Behaviour > Clean trash interval." msgstr "Set automatic trash cleanup interval from Settings > Behaviour > Clean trash interval." -#: src/strings.ts:1298 +#: src/strings.ts:1301 msgid "Set full name" msgstr "Set full name" @@ -5588,7 +5596,7 @@ msgid "Set your name" msgstr "Set your name" #: src/strings.ts:387 -#: src/strings.ts:1512 +#: src/strings.ts:1515 msgid "Settings" msgstr "Settings" @@ -5605,7 +5613,7 @@ msgstr "Setup a password to lock the app" msgid "Setup a pin to lock the app" msgstr "Setup a pin to lock the app" -#: src/strings.ts:2171 +#: src/strings.ts:2174 msgid "" "Setup an HTTP/HTTPS/SOCKS proxy.\n" "\n" @@ -5653,11 +5661,11 @@ msgstr "Setup using SMS" msgid "Share" msgstr "Share" -#: src/strings.ts:1679 +#: src/strings.ts:1682 msgid "Share & append to notes from anywhere" msgstr "Share & append to notes from anywhere" -#: src/strings.ts:1329 +#: src/strings.ts:1332 msgid "Share backup" msgstr "Share backup" @@ -5665,7 +5673,7 @@ msgstr "Share backup" msgid "Share note" msgstr "Share note" -#: src/strings.ts:1775 +#: src/strings.ts:1778 msgid "Share Notesnook with friends!" msgstr "Share Notesnook with friends!" @@ -5681,7 +5689,7 @@ msgstr "shortcut" msgid "Shortcut" msgstr "Shortcut" -#: src/strings.ts:1988 +#: src/strings.ts:1991 msgid "Shortcut removed" msgstr "Shortcut removed" @@ -5709,11 +5717,11 @@ msgstr "Signup failed" msgid "Silent" msgstr "Silent" -#: src/strings.ts:2316 +#: src/strings.ts:2319 msgid "Sink list item" msgstr "Sink list item" -#: src/strings.ts:2029 +#: src/strings.ts:2032 msgid "Size" msgstr "Size" @@ -5721,7 +5729,7 @@ msgstr "Size" msgid "Skip" msgstr "Skip" -#: src/strings.ts:1817 +#: src/strings.ts:1820 msgid "Skip & go directly to the app" msgstr "Skip & go directly to the app" @@ -5729,19 +5737,19 @@ msgstr "Skip & go directly to the app" msgid "Skip introduction" msgstr "Skip introduction" -#: src/strings.ts:1592 +#: src/strings.ts:1595 msgid "Some exported notes are locked, Unlock to export them" msgstr "Some exported notes are locked, Unlock to export them" -#: src/strings.ts:1464 +#: src/strings.ts:1467 msgid "Some notes are published" msgstr "Some notes are published" -#: src/strings.ts:1654 +#: src/strings.ts:1657 msgid "Something went wrong" msgstr "Something went wrong" -#: src/strings.ts:2013 +#: src/strings.ts:2016 msgid "Sort" msgstr "Sort" @@ -5749,23 +5757,23 @@ msgstr "Sort" msgid "Sort by" msgstr "Sort by" -#: src/strings.ts:2137 +#: src/strings.ts:2140 msgid "Source code" msgstr "Source code" -#: src/strings.ts:2343 +#: src/strings.ts:2346 msgid "Spaces" msgstr "Spaces" -#: src/strings.ts:2114 +#: src/strings.ts:2117 msgid "Spell check" msgstr "Spell check" -#: src/strings.ts:2281 +#: src/strings.ts:2284 msgid "Split cells" msgstr "Split cells" -#: src/strings.ts:2448 +#: src/strings.ts:2451 msgid "Stable" msgstr "Stable" @@ -5773,23 +5781,23 @@ msgstr "Stable" msgid "Start" msgstr "Start" -#: src/strings.ts:1818 +#: src/strings.ts:1821 msgid "Start account recovery" msgstr "Start account recovery" -#: src/strings.ts:1813 +#: src/strings.ts:1816 msgid "Start import" msgstr "Start import" -#: src/strings.ts:1810 +#: src/strings.ts:1813 msgid "Start importing now" msgstr "Start importing now" -#: src/strings.ts:2102 +#: src/strings.ts:2105 msgid "Start minimized" msgstr "Start minimized" -#: src/strings.ts:1745 +#: src/strings.ts:1748 msgid "Start over" msgstr "Start over" @@ -5801,31 +5809,31 @@ msgstr "Start writing to create a new note" msgid "Start writing to save your note." msgstr "Start writing to save your note." -#: src/strings.ts:1589 +#: src/strings.ts:1592 msgid "Start writing your note..." msgstr "Start writing your note..." -#: src/strings.ts:2210 +#: src/strings.ts:2213 msgid "Status" msgstr "Status" -#: src/strings.ts:2461 +#: src/strings.ts:2464 msgid "Storage" msgstr "Storage" -#: src/strings.ts:1536 +#: src/strings.ts:1539 msgid "Streaming not supported" msgstr "Streaming not supported" -#: src/strings.ts:2247 +#: src/strings.ts:2250 msgid "Strikethrough" msgstr "Strikethrough" -#: src/strings.ts:2212 +#: src/strings.ts:2215 msgid "Subgroup 1" msgstr "Subgroup 1" -#: src/strings.ts:1982 +#: src/strings.ts:1985 msgid "Subgroup added" msgstr "Subgroup added" @@ -5845,7 +5853,7 @@ msgstr "Subscribed on Android" msgid "Subscribed on iOS" msgstr "Subscribed on iOS" -#: src/strings.ts:1293 +#: src/strings.ts:1296 msgid "Subscribed on web" msgstr "Subscribed on web" @@ -5857,7 +5865,7 @@ msgstr "Subscribed on Web" msgid "Subscribed using gift card" msgstr "Subscribed using gift card" -#: src/strings.ts:2258 +#: src/strings.ts:2261 msgid "Subscript" msgstr "Subscript" @@ -5881,15 +5889,15 @@ msgstr "Sun" msgid "Sunday" msgstr "Sunday" -#: src/strings.ts:2259 +#: src/strings.ts:2262 msgid "Superscript" msgstr "Superscript" -#: src/strings.ts:1457 +#: src/strings.ts:1460 msgid "Switch to search/replace mode" msgstr "Switch to search/replace mode" -#: src/strings.ts:2123 +#: src/strings.ts:2126 msgid "Sync" msgstr "Sync" @@ -5897,7 +5905,7 @@ msgstr "Sync" msgid "Sync failed" msgstr "Sync failed" -#: src/strings.ts:1351 +#: src/strings.ts:1354 msgid "Sync is disabled" msgstr "Sync is disabled" @@ -5909,7 +5917,7 @@ msgstr "Sync now" msgid "Sync off" msgstr "Sync off" -#: src/strings.ts:1611 +#: src/strings.ts:1614 msgid "Sync server" msgstr "Sync server" @@ -5933,11 +5941,11 @@ msgstr "Syncing" msgid "Syncing your data" msgstr "Syncing your data" -#: src/strings.ts:1690 +#: src/strings.ts:1693 msgid "Syncing your notes" msgstr "Syncing your notes" -#: src/strings.ts:2328 +#: src/strings.ts:2331 msgid "Table" msgstr "Table" @@ -5945,7 +5953,7 @@ msgstr "Table" msgid "Table of contents" msgstr "Table of contents" -#: src/strings.ts:2272 +#: src/strings.ts:2275 msgid "Table settings" msgstr "Table settings" @@ -5966,11 +5974,11 @@ msgid "tags" msgstr "tags" #: src/strings.ts:317 -#: src/strings.ts:1513 +#: src/strings.ts:1516 msgid "Tags" msgstr "Tags" -#: src/strings.ts:1531 +#: src/strings.ts:1534 msgid "Take a backup before logging out" msgstr "Take a backup before logging out" @@ -5982,15 +5990,15 @@ msgstr "Take a full backup of your data with all attachments" msgid "Take a partial backup of your data that does not include attachments" msgstr "Take a partial backup of your data that does not include attachments" -#: src/strings.ts:2327 +#: src/strings.ts:2330 msgid "Take a photo using camera" msgstr "Take a photo using camera" -#: src/strings.ts:1361 +#: src/strings.ts:1364 msgid "Take note" msgstr "Take note" -#: src/strings.ts:1644 +#: src/strings.ts:1647 msgid "Take notes privately." msgstr "Take notes privately." @@ -5998,23 +6006,23 @@ msgstr "Take notes privately." msgid "Taking too long? Reload editor" msgstr "Taking too long? Reload editor" -#: src/strings.ts:1445 +#: src/strings.ts:1448 msgid "Tap here to change sorting" msgstr "Tap here to change sorting" -#: src/strings.ts:1449 +#: src/strings.ts:1452 msgid "Tap here to jump to a section" msgstr "Tap here to jump to a section" -#: src/strings.ts:1357 +#: src/strings.ts:1360 msgid "Tap here to update to the latest version" msgstr "Tap here to update to the latest version" -#: src/strings.ts:1580 +#: src/strings.ts:1583 msgid "Tap on \"Dismiss\" and copy the contents of your note so they are not lost." msgstr "Tap on \"Dismiss\" and copy the contents of your note so they are not lost." -#: src/strings.ts:1360 +#: src/strings.ts:1363 msgid "Tap on \"Take note\" to add a note." msgstr "Tap on \"Take note\" to add a note." @@ -6034,7 +6042,7 @@ msgstr "Tap to deselect" msgid "Tap to stop reordering" msgstr "Tap to stop reordering" -#: src/strings.ts:1341 +#: src/strings.ts:1344 msgid "Tap to try again" msgstr "Tap to try again" @@ -6042,11 +6050,11 @@ msgstr "Tap to try again" msgid "Tap twice to confirm you have saved the recovery key." msgstr "Tap twice to confirm you have saved the recovery key." -#: src/strings.ts:2333 +#: src/strings.ts:2336 msgid "Task list" msgstr "Task list" -#: src/strings.ts:2403 +#: src/strings.ts:2406 msgid "Tasks" msgstr "Tasks" @@ -6054,7 +6062,7 @@ msgstr "Tasks" msgid "Telemetry" msgstr "Telemetry" -#: src/strings.ts:1483 +#: src/strings.ts:1486 msgid "" "Tell us more about the issue you are facing.\n" "\n" @@ -6072,7 +6080,7 @@ msgstr "" "- Steps to reproduce the issue\n" "- Things you have tried etc." -#: src/strings.ts:1482 +#: src/strings.ts:1485 msgid "Tell us what happened" msgstr "Tell us what happened" @@ -6084,27 +6092,27 @@ msgstr "Terms of service" msgid "Terms of Service " msgstr "Terms of Service " -#: src/strings.ts:1610 +#: src/strings.ts:1613 msgid "Test connection" msgstr "Test connection" -#: src/strings.ts:1633 +#: src/strings.ts:1636 msgid "Test connection before changing server urls" msgstr "Test connection before changing server urls" -#: src/strings.ts:2270 +#: src/strings.ts:2273 msgid "Text color" msgstr "Text color" -#: src/strings.ts:2268 +#: src/strings.ts:2271 msgid "Text direction" msgstr "Text direction" -#: src/strings.ts:1774 +#: src/strings.ts:1777 msgid "Thank you for choosing end-to-end encrypted note taking. Now you can sync your notes to unlimited devices." msgstr "Thank you for choosing end-to-end encrypted note taking. Now you can sync your notes to unlimited devices." -#: src/strings.ts:2038 +#: src/strings.ts:2041 msgid "Thank you for reporting!" msgstr "Thank you for reporting!" @@ -6112,11 +6120,11 @@ msgstr "Thank you for reporting!" msgid "Thank you for updating Notesnook! We will be applying some minor changes for a better note taking experience." msgstr "Thank you for updating Notesnook! We will be applying some minor changes for a better note taking experience." -#: src/strings.ts:2063 +#: src/strings.ts:2066 msgid "Thank you. You are the proof that privacy always comes first." msgstr "Thank you. You are the proof that privacy always comes first." -#: src/strings.ts:1631 +#: src/strings.ts:1634 msgid "The {title} at {url} is not compatible with this client." msgstr "The {title} at {url} is not compatible with this client." @@ -6124,7 +6132,7 @@ msgstr "The {title} at {url} is not compatible with this client." msgid "The information above will be publically available at" msgstr "The information above will be publically available at" -#: src/strings.ts:2070 +#: src/strings.ts:2073 msgid "The password/pin for unlocking the app." msgstr "The password/pin for unlocking the app." @@ -6136,15 +6144,15 @@ msgstr "The reminder will repeat daily at {date}." msgid "The reminder will repeat every year on {date}." msgstr "The reminder will repeat every year on {date}." -#: src/strings.ts:1700 +#: src/strings.ts:1703 msgid "The reminder will start on {date} at {time}." msgstr "The reminder will start on {date} at {time}." -#: src/strings.ts:2073 +#: src/strings.ts:2076 msgid "The security key for unlocking the app. This is the most secure method." msgstr "The security key for unlocking the app. This is the most secure method." -#: src/strings.ts:1629 +#: src/strings.ts:1632 msgid "The URL you have given ({url}) does not point to the {server}." msgstr "The URL you have given ({url}) does not point to the {server}." @@ -6156,11 +6164,11 @@ msgstr "Themes" msgid "There are no blocks in this note." msgstr "There are no blocks in this note." -#: src/strings.ts:2225 +#: src/strings.ts:2228 msgid "These items will be **kept in your Trash for {interval} days** after which they will be permanently deleted." msgstr "These items will be **kept in your Trash for {interval} days** after which they will be permanently deleted." -#: src/strings.ts:1908 +#: src/strings.ts:1911 msgid "This action is IRREVERSIBLE." msgstr "This action is IRREVERSIBLE." @@ -6168,35 +6176,35 @@ msgstr "This action is IRREVERSIBLE." msgid "This device" msgstr "This device" -#: src/strings.ts:1671 +#: src/strings.ts:1674 msgid "This error can be fixed by rebuilding the search index. This action won't result in any kind of data loss." msgstr "This error can be fixed by rebuilding the search index. This action won't result in any kind of data loss." -#: src/strings.ts:1663 +#: src/strings.ts:1666 msgid "This error can only be fixed by wiping & reseting the database. Beware that this will wipe all your data inside the database with no way to recover it later on. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." msgstr "This error can only be fixed by wiping & reseting the database. Beware that this will wipe all your data inside the database with no way to recover it later on. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." -#: src/strings.ts:1667 +#: src/strings.ts:1670 msgid "This error can only be fixed by wiping & reseting the Key Store and the database. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." msgstr "This error can only be fixed by wiping & reseting the Key Store and the database. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." -#: src/strings.ts:1665 +#: src/strings.ts:1668 msgid "This error means the at rest encryption key could not be decrypted. This can be due to data corruption or implementation change." msgstr "This error means the at rest encryption key could not be decrypted. This can be due to data corruption or implementation change." -#: src/strings.ts:1661 +#: src/strings.ts:1664 msgid "This error usually means the database file is either corrupt or it could not be decrypted." msgstr "This error usually means the database file is either corrupt or it could not be decrypted." -#: src/strings.ts:1669 +#: src/strings.ts:1672 msgid "This error usually means the search index is corrupted." msgstr "This error usually means the search index is corrupted." -#: src/strings.ts:1922 +#: src/strings.ts:1925 msgid "This image cannot be previewed" msgstr "This image cannot be previewed" -#: src/strings.ts:2033 +#: src/strings.ts:2036 msgid "This may take a while" msgstr "This may take a while" @@ -6205,7 +6213,7 @@ msgstr "This may take a while" msgid "This must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co." msgstr "This must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co." -#: src/strings.ts:1582 +#: src/strings.ts:1585 msgid "This note is locked" msgstr "This note is locked" @@ -6225,11 +6233,11 @@ msgstr "This note is not referenced in other notes." msgid "This note will be published to a public URL." msgstr "This note will be published to a public URL." -#: src/strings.ts:2079 +#: src/strings.ts:2082 msgid "This username will be used to distinguish between different credentials in your security key. Make sure it is unique." msgstr "This username will be used to distinguish between different credentials in your security key. Make sure it is unique." -#: src/strings.ts:1291 +#: src/strings.ts:1294 msgid "This version of Notesnook app does not support in-app purchases. Kindly login on the Notesnook web app to make the purchase." msgstr "This version of Notesnook app does not support in-app purchases. Kindly login on the Notesnook web app to make the purchase." @@ -6241,7 +6249,7 @@ msgstr "Thu" msgid "Thursday" msgstr "Thursday" -#: src/strings.ts:1830 +#: src/strings.ts:1833 msgid "Time" msgstr "Time" @@ -6266,27 +6274,27 @@ msgstr "Title format" msgid "To use app lock, you must enable biometrics such as Fingerprint lock or Face ID on your phone." msgstr "To use app lock, you must enable biometrics such as Fingerprint lock or Face ID on your phone." -#: src/strings.ts:1800 +#: src/strings.ts:1803 msgid "Toggle dark/light mode" msgstr "Toggle dark/light mode" -#: src/strings.ts:2451 +#: src/strings.ts:2454 msgid "Toggle focus mode" msgstr "Toggle focus mode" -#: src/strings.ts:2340 +#: src/strings.ts:2343 msgid "Toggle indentation mode" msgstr "Toggle indentation mode" -#: src/strings.ts:2369 +#: src/strings.ts:2372 msgid "Toggle replace" msgstr "Toggle replace" -#: src/strings.ts:2440 +#: src/strings.ts:2443 msgid "Toggle theme" msgstr "Toggle theme" -#: src/strings.ts:2120 +#: src/strings.ts:2123 msgid "Toolbar" msgstr "Toolbar" @@ -6294,28 +6302,28 @@ msgstr "Toolbar" msgid "Toolbar reset to default preset" msgstr "Toolbar reset to default preset" -#: src/strings.ts:1314 -#: src/strings.ts:1511 +#: src/strings.ts:1317 +#: src/strings.ts:1514 msgid "Trash" msgstr "Trash" -#: src/strings.ts:1313 +#: src/strings.ts:1316 msgid "Trash cleared successfully!" msgstr "Trash cleared successfully!" -#: src/strings.ts:1319 +#: src/strings.ts:1322 msgid "Trash gets automatically cleaned up after {days} days" msgstr "Trash gets automatically cleaned up after {days} days" -#: src/strings.ts:1317 +#: src/strings.ts:1320 msgid "Trash gets automatically cleaned up daily" msgstr "Trash gets automatically cleaned up daily" -#: src/strings.ts:1453 +#: src/strings.ts:1456 msgid "Try compact mode to fit more items on screen" msgstr "Try compact mode to fit more items on screen" -#: src/strings.ts:1812 +#: src/strings.ts:1815 msgid "Try free for 14 days" msgstr "Try free for 14 days" @@ -6355,27 +6363,27 @@ msgstr "Two-factor authentication" msgid "Two-factor authentication enabled" msgstr "Two-factor authentication enabled" -#: src/strings.ts:1490 +#: src/strings.ts:1493 msgid "Type # to search for headings" msgstr "Type # to search for headings" -#: src/strings.ts:1497 +#: src/strings.ts:1500 msgid "Type a keyword" msgstr "Type a keyword" -#: src/strings.ts:1537 +#: src/strings.ts:1540 msgid "Unable to resolve download url" msgstr "Unable to resolve download url" -#: src/strings.ts:1540 +#: src/strings.ts:1543 msgid "Unable to send 2FA code" msgstr "Unable to send 2FA code" -#: src/strings.ts:2475 +#: src/strings.ts:2478 msgid "Unarchive" msgstr "Unarchive" -#: src/strings.ts:2246 +#: src/strings.ts:2249 msgid "Underline" msgstr "Underline" @@ -6399,7 +6407,7 @@ msgstr "Unlink notebook" msgid "Unlock" msgstr "Unlock" -#: src/strings.ts:1371 +#: src/strings.ts:1374 msgid "Unlock more colors with Notesnook Pro" msgstr "Unlock more colors with Notesnook Pro" @@ -6416,7 +6424,7 @@ msgstr "Unlock note to delete it" msgid "Unlock the app with biometric authentication. This requires biometrics to be enabled on your device." msgstr "Unlock the app with biometric authentication. This requires biometrics to be enabled on your device." -#: src/strings.ts:1920 +#: src/strings.ts:1923 msgid "Unlock vault" msgstr "Unlock vault" @@ -6424,7 +6432,7 @@ msgstr "Unlock vault" msgid "Unlock with biometrics" msgstr "Unlock with biometrics" -#: src/strings.ts:1815 +#: src/strings.ts:1818 msgid "Unlock with security key" msgstr "Unlock with security key" @@ -6436,7 +6444,7 @@ msgstr "Unlock your notes" msgid "Unlock your vault with biometric authentication" msgstr "Unlock your vault with biometric authentication" -#: src/strings.ts:1698 +#: src/strings.ts:1701 msgid "Unlocking" msgstr "Unlocking" @@ -6452,16 +6460,16 @@ msgstr "Unpin notification" msgid "Unpublish" msgstr "Unpublish" -#: src/strings.ts:1465 +#: src/strings.ts:1468 msgid "Unpublish notes to delete them" msgstr "Unpublish notes to delete them" -#: src/strings.ts:2074 +#: src/strings.ts:2077 msgid "Unregister" msgstr "Unregister" #: src/strings.ts:210 -#: src/strings.ts:2349 +#: src/strings.ts:2352 msgid "Untitled" msgstr "Untitled" @@ -6473,19 +6481,19 @@ msgstr "Update" msgid "Update available" msgstr "Update available" -#: src/strings.ts:1358 +#: src/strings.ts:1361 msgid "Update now" msgstr "Update now" -#: src/strings.ts:1906 +#: src/strings.ts:1909 msgid "Upgrade now" msgstr "Upgrade now" -#: src/strings.ts:1927 +#: src/strings.ts:1930 msgid "Upgrade to Notesnook Pro to add colors." msgstr "Upgrade to Notesnook Pro to add colors." -#: src/strings.ts:1928 +#: src/strings.ts:1931 msgid "Upgrade to Notesnook Pro to create more tags." msgstr "Upgrade to Notesnook Pro to create more tags." @@ -6497,12 +6505,12 @@ msgstr "Upgrade to Pro" msgid "Upload" msgstr "Upload" -#: src/strings.ts:2326 +#: src/strings.ts:2329 msgid "Upload from disk" msgstr "Upload from disk" #: src/strings.ts:505 -#: src/strings.ts:1639 +#: src/strings.ts:1642 msgid "Uploaded" msgstr "Uploaded" @@ -6523,11 +6531,11 @@ msgstr "Uploads" msgid "Urgent" msgstr "Urgent" -#: src/strings.ts:2376 +#: src/strings.ts:2379 msgid "URL" msgstr "URL" -#: src/strings.ts:1777 +#: src/strings.ts:1780 msgid "Use" msgstr "Use" @@ -6535,11 +6543,11 @@ msgstr "Use" msgid "Use {keyboardShortcut}+click to select multiple notebooks" msgstr "Use {keyboardShortcut}+click to select multiple notebooks" -#: src/strings.ts:1790 +#: src/strings.ts:1793 msgid "Use a backup file" msgstr "Use a backup file" -#: src/strings.ts:1888 +#: src/strings.ts:1891 msgid "Use a data recovery key to reset your account password." msgstr "Use a data recovery key to reset your account password." @@ -6551,7 +6559,7 @@ msgstr "Use account password" msgid "Use an authenticator app to generate 2FA codes." msgstr "Use an authenticator app to generate 2FA codes." -#: src/strings.ts:2160 +#: src/strings.ts:2163 msgid "Use custom DNS" msgstr "Use custom DNS" @@ -6559,7 +6567,7 @@ msgstr "Use custom DNS" msgid "Use dark mode for the app" msgstr "Use dark mode for the app" -#: src/strings.ts:1609 +#: src/strings.ts:1612 msgid "Use encryption key" msgstr "Use encryption key" @@ -6567,15 +6575,15 @@ msgstr "Use encryption key" msgid "Use markdown shortcuts in the editor" msgstr "Use markdown shortcuts in the editor" -#: src/strings.ts:2113 +#: src/strings.ts:2116 msgid "Use native OS titlebar instead of replacing it with a custom one. Requires app restart for changes to take effect." msgstr "Use native OS titlebar instead of replacing it with a custom one. Requires app restart for changes to take effect." -#: src/strings.ts:2111 +#: src/strings.ts:2114 msgid "Use native titlebar" msgstr "Use native titlebar" -#: src/strings.ts:1787 +#: src/strings.ts:1790 msgid "Use recovery key" msgstr "Use recovery key" @@ -6611,7 +6619,7 @@ msgstr "Use this if changes from other devices are not appearing on this device. msgid "Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device." msgstr "Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device." -#: src/strings.ts:2462 +#: src/strings.ts:2465 msgid "used" msgstr "used" @@ -6619,15 +6627,15 @@ msgstr "used" msgid "User verification failed" msgstr "User verification failed" -#: src/strings.ts:2242 +#: src/strings.ts:2245 msgid "Using {instance} (v{version})" msgstr "Using {instance} (v{version})" -#: src/strings.ts:2240 +#: src/strings.ts:2243 msgid "Using official Notesnook instance" msgstr "Using official Notesnook instance" -#: src/strings.ts:1697 +#: src/strings.ts:1700 msgid "v{version} available" msgstr "v{version} available" @@ -6635,7 +6643,7 @@ msgstr "v{version} available" msgid "Vault" msgstr "Vault" -#: src/strings.ts:1980 +#: src/strings.ts:1983 msgid "Vault cleared" msgstr "Vault cleared" @@ -6643,7 +6651,7 @@ msgstr "Vault cleared" msgid "Vault created" msgstr "Vault created" -#: src/strings.ts:1981 +#: src/strings.ts:1984 msgid "Vault deleted" msgstr "Vault deleted" @@ -6651,15 +6659,15 @@ msgstr "Vault deleted" msgid "Vault fingerprint unlock" msgstr "Vault fingerprint unlock" -#: src/strings.ts:1919 +#: src/strings.ts:1922 msgid "Vault locked" msgstr "Vault locked" -#: src/strings.ts:1918 +#: src/strings.ts:1921 msgid "Vault unlocked" msgstr "Vault unlocked" -#: src/strings.ts:1388 +#: src/strings.ts:1391 msgid "Verification email sent" msgstr "Verification email sent" @@ -6675,11 +6683,11 @@ msgstr "Verify subscription" msgid "Verify your subscription to Notesnook Pro" msgstr "Verify your subscription to Notesnook Pro" -#: src/strings.ts:1891 +#: src/strings.ts:1894 msgid "Verifying 2FA code" msgstr "Verifying 2FA code" -#: src/strings.ts:1877 +#: src/strings.ts:1880 msgid "Verifying your email" msgstr "Verifying your email" @@ -6703,7 +6711,7 @@ msgstr "View all linked notebooks" msgid "View and share debug logs" msgstr "View and share debug logs" -#: src/strings.ts:1735 +#: src/strings.ts:1738 msgid "View receipt" msgstr "View receipt" @@ -6711,7 +6719,7 @@ msgstr "View receipt" msgid "View recovery codes" msgstr "View recovery codes" -#: src/strings.ts:2140 +#: src/strings.ts:2143 msgid "View source code" msgstr "View source code" @@ -6723,15 +6731,15 @@ msgstr "View your recovery codes to recover your account in case you lose access msgid "Visit homepage" msgstr "Visit homepage" -#: src/strings.ts:1338 +#: src/strings.ts:1341 msgid "Wait 30 seconds to try again" msgstr "Wait 30 seconds to try again" -#: src/strings.ts:1640 +#: src/strings.ts:1643 msgid "Waiting for upload" msgstr "Waiting for upload" -#: src/strings.ts:1899 +#: src/strings.ts:1902 msgid "We are creating a backup of your data. Please wait..." msgstr "We are creating a backup of your data. Please wait..." @@ -6739,11 +6747,11 @@ msgstr "We are creating a backup of your data. Please wait..." msgid "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." msgstr "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." -#: src/strings.ts:1378 +#: src/strings.ts:1381 msgid "We have sent you an email confirmation link. Please check your email inbox. If you cannot find the email, check your spam folder." msgstr "We have sent you an email confirmation link. Please check your email inbox. If you cannot find the email, check your spam folder." -#: src/strings.ts:2155 +#: src/strings.ts:2158 msgid "We send you occasional promotional offers & product updates on your email (once every month)." msgstr "We send you occasional promotional offers & product updates on your email (once every month)." @@ -6751,15 +6759,15 @@ msgstr "We send you occasional promotional offers & product updates on your emai msgid "We will send you occasional promotional offers & product updates on your email (sent once every month)." msgstr "We will send you occasional promotional offers & product updates on your email (sent once every month)." -#: src/strings.ts:1342 +#: src/strings.ts:1345 msgid "We would love to know what you think!" msgstr "We would love to know what you think!" -#: src/strings.ts:2311 +#: src/strings.ts:2314 msgid "Web clip settings" msgstr "Web clip settings" -#: src/strings.ts:2017 +#: src/strings.ts:2020 msgid "Website" msgstr "Website" @@ -6776,7 +6784,7 @@ msgid "Week" msgstr "Week" #: src/strings.ts:168 -#: src/strings.ts:1557 +#: src/strings.ts:1560 msgid "Weekly" msgstr "Weekly" @@ -6784,27 +6792,27 @@ msgstr "Weekly" msgid "Welcome back, {email}" msgstr "Welcome back, {email}" -#: src/strings.ts:1876 +#: src/strings.ts:1879 msgid "Welcome back!" msgstr "Welcome back!" -#: src/strings.ts:2061 +#: src/strings.ts:2064 msgid "Welcome to Notesnook Pro" msgstr "Welcome to Notesnook Pro" -#: src/strings.ts:1380 +#: src/strings.ts:1383 msgid "What do I do if I am not getting the email?" msgstr "What do I do if I am not getting the email?" -#: src/strings.ts:1655 +#: src/strings.ts:1658 msgid "What went wrong?" msgstr "What went wrong?" -#: src/strings.ts:2372 +#: src/strings.ts:2375 msgid "Width" msgstr "Width" -#: src/strings.ts:2401 +#: src/strings.ts:2404 msgid "Work & Office" msgstr "Work & Office" @@ -6812,15 +6820,15 @@ msgstr "Work & Office" msgid "Write notes with freedom, no spying, no tracking." msgstr "Write notes with freedom, no spying, no tracking." -#: src/strings.ts:1362 +#: src/strings.ts:1365 msgid "Write something..." msgstr "Write something..." -#: src/strings.ts:1642 +#: src/strings.ts:1645 msgid "Write with freedom." msgstr "Write with freedom." -#: src/strings.ts:2049 +#: src/strings.ts:2052 msgid "Write with freedom. Never compromise on privacy again." msgstr "Write with freedom. Never compromise on privacy again." @@ -6829,7 +6837,7 @@ msgid "Year" msgstr "Year" #: src/strings.ts:170 -#: src/strings.ts:1559 +#: src/strings.ts:1562 msgid "Yearly" msgstr "Yearly" @@ -6841,19 +6849,19 @@ msgstr "Yes" msgid "You also agree to recieve marketing emails from us which you can opt-out of from app settings." msgstr "You also agree to recieve marketing emails from us which you can opt-out of from app settings." -#: src/strings.ts:2227 +#: src/strings.ts:2230 msgid "You are editing \"{notebookTitle}\"." msgstr "You are editing \"{notebookTitle}\"." -#: src/strings.ts:2031 +#: src/strings.ts:2034 msgid "You are editing #{tag}" msgstr "You are editing #{tag}" -#: src/strings.ts:1769 +#: src/strings.ts:1772 msgid "You are logging into the beta version of Notesnook. Switching between beta & stable versions can cause weird issues including data loss. It is recommended that you do not use both simultaneously." msgstr "You are logging into the beta version of Notesnook. Switching between beta & stable versions can cause weird issues including data loss. It is recommended that you do not use both simultaneously." -#: src/strings.ts:1349 +#: src/strings.ts:1352 msgid "You are not logged in" msgstr "You are not logged in" @@ -6869,23 +6877,23 @@ msgstr "You can add as many tags as you want." msgid "You can also link a note to multiple Notebooks. Tap and hold any notebook to enable multi-select." msgstr "You can also link a note to multiple Notebooks. Tap and hold any notebook to enable multi-select." -#: src/strings.ts:2052 +#: src/strings.ts:2055 msgid "You can change the theme at any time from Settings or the side menu." msgstr "You can change the theme at any time from Settings or the side menu." -#: src/strings.ts:2409 +#: src/strings.ts:2412 msgid "You can create shortcuts of frequently accessed notebooks in the side menu" msgstr "You can create shortcuts of frequently accessed notebooks in the side menu" -#: src/strings.ts:2067 +#: src/strings.ts:2070 msgid "You can import your notes from most other note taking apps." msgstr "You can import your notes from most other note taking apps." -#: src/strings.ts:1424 +#: src/strings.ts:1427 msgid "You can multi-select notes and move them to a notebook at once" msgstr "You can multi-select notes and move them to a notebook at once" -#: src/strings.ts:1415 +#: src/strings.ts:1418 msgid "You can pin frequently used Notebooks to the Side Menu to quickly access them." msgstr "You can pin frequently used Notebooks to the Side Menu to quickly access them." @@ -6893,11 +6901,11 @@ msgstr "You can pin frequently used Notebooks to the Side Menu to quickly access msgid "You can set a custom proxy URL to increase your privacy." msgstr "You can set a custom proxy URL to increase your privacy." -#: src/strings.ts:1396 +#: src/strings.ts:1399 msgid "You can swipe left anywhere in the app to start a new note." msgstr "You can swipe left anywhere in the app to start a new note." -#: src/strings.ts:2041 +#: src/strings.ts:2044 msgid "" "You can track your bug report at [{url}]({url}).\n" "\n" @@ -6923,19 +6931,19 @@ msgstr "You can use all premium features for free for the next 14 days" msgid "You can use fallback 2FA method incase you are unable to login via primary method" msgstr "You can use fallback 2FA method incase you are unable to login via primary method" -#: src/strings.ts:1438 +#: src/strings.ts:1441 msgid "You can view & restore older versions of any note by going to its properties -> History." msgstr "You can view & restore older versions of any note by going to its properties -> History." -#: src/strings.ts:1737 +#: src/strings.ts:1740 msgid "You have {count} custom dictionary words." msgstr "You have {count} custom dictionary words." -#: src/strings.ts:2186 +#: src/strings.ts:2189 msgid "You have been logged out from all other devices." msgstr "You have been logged out from all other devices." -#: src/strings.ts:2180 +#: src/strings.ts:2183 msgid "You have been logged out." msgstr "You have been logged out." @@ -6963,11 +6971,11 @@ msgstr "You have not published any monographs yet" msgid "You have not set any reminders yet" msgstr "You have not set any reminders yet" -#: src/strings.ts:1533 +#: src/strings.ts:1536 msgid "You have unsynced notes. Take a backup or sync your notes to avoid losing your critical data." msgstr "You have unsynced notes. Take a backup or sync your notes to avoid losing your critical data." -#: src/strings.ts:1622 +#: src/strings.ts:1625 msgid "You must log out in order to change/reset server URLs." msgstr "You must log out in order to change/reset server URLs." @@ -7003,7 +7011,7 @@ msgstr "You were awarded a subscription to Notesnook Pro by Streetwriters." msgid "You will be logged out from all your devices" msgstr "You will be logged out from all your devices" -#: src/strings.ts:1839 +#: src/strings.ts:1842 msgid "You will receive instructions on how to recover your account on this email" msgstr "You will receive instructions on how to recover your account on this email" @@ -7011,16 +7019,16 @@ msgstr "You will receive instructions on how to recover your account on this ema msgid "Your account email will be changed without affecting your subscription or any other settings." msgstr "Your account email will be changed without affecting your subscription or any other settings." -#: src/strings.ts:1905 +#: src/strings.ts:1908 msgid "Your account has been recovered." msgstr "Your account has been recovered." #: src/strings.ts:496 -#: src/strings.ts:1716 +#: src/strings.ts:1719 msgid "Your account is now 100% secure against unauthorized logins." msgstr "Your account is now 100% secure against unauthorized logins." -#: src/strings.ts:1844 +#: src/strings.ts:1847 msgid "Your account password must be strong & unique." msgstr "Your account password must be strong & unique." @@ -7032,35 +7040,35 @@ msgstr "Your account will be downgraded in {days} days" msgid "Your archive" msgstr "Your archive" -#: src/strings.ts:2474 +#: src/strings.ts:2477 msgid "Your archive is empty" msgstr "Your archive is empty" -#: src/strings.ts:1917 +#: src/strings.ts:1920 msgid "Your backup is ready to download" msgstr "Your backup is ready to download" -#: src/strings.ts:1574 +#: src/strings.ts:1577 msgid "Your changes could not be saved" msgstr "Your changes could not be saved" -#: src/strings.ts:1764 +#: src/strings.ts:1767 msgid "Your changes have been saved and will be reflected after the app has refreshed." msgstr "Your changes have been saved and will be reflected after the app has refreshed." -#: src/strings.ts:2087 +#: src/strings.ts:2090 msgid "Your current 2FA method is {method}" msgstr "Your current 2FA method is {method}" -#: src/strings.ts:1789 +#: src/strings.ts:1792 msgid "Your data recovery key is basically a hashed version of your password (plus some random salt). It can be used to decrypt your data for re-encryption." msgstr "Your data recovery key is basically a hashed version of your password (plus some random salt). It can be used to decrypt your data for re-encryption." -#: src/strings.ts:1842 +#: src/strings.ts:1845 msgid "Your data recovery key will be used to decrypt your data" msgstr "Your data recovery key will be used to decrypt your data" -#: src/strings.ts:1772 +#: src/strings.ts:1775 msgid "Your email has been confirmed." msgstr "Your email has been confirmed." @@ -7076,7 +7084,7 @@ msgstr "Your favorites" msgid "Your free trial ends on {date}" msgstr "Your free trial ends on {date}" -#: src/strings.ts:1392 +#: src/strings.ts:1395 msgid "Your free trial has expired" msgstr "Your free trial has expired" @@ -7084,11 +7092,11 @@ msgstr "Your free trial has expired" msgid "Your free trial has started" msgstr "Your free trial has started" -#: src/strings.ts:1391 +#: src/strings.ts:1394 msgid "Your free trial is ending soon" msgstr "Your free trial is ending soon" -#: src/strings.ts:1766 +#: src/strings.ts:1769 msgid "Your full name" msgstr "Your full name" @@ -7096,7 +7104,7 @@ msgstr "Your full name" msgid "Your monographs" msgstr "Your monographs" -#: src/strings.ts:1300 +#: src/strings.ts:1303 msgid "Your name is stored 100% end-to-end encrypted and only visible to you." msgstr "Your name is stored 100% end-to-end encrypted and only visible to you." @@ -7112,7 +7120,7 @@ msgstr "Your notebooks" msgid "Your notes" msgstr "Your notes" -#: src/strings.ts:1880 +#: src/strings.ts:1883 msgid "Your password is always hashed before leaving this device." msgstr "Your password is always hashed before leaving this device." @@ -7120,11 +7128,11 @@ msgstr "Your password is always hashed before leaving this device." msgid "Your privacy matters to us, no matter who you are. In a world where everyone is trying to spy on you, Notesnook encrypts all your data before it leaves your device. With Notesnook no one can ever sell your data again." msgstr "Your privacy matters to us, no matter who you are. In a world where everyone is trying to spy on you, Notesnook encrypts all your data before it leaves your device. With Notesnook no one can ever sell your data again." -#: src/strings.ts:1297 +#: src/strings.ts:1300 msgid "Your profile pictrure is stored 100% end-to-end encrypted and only visible to you." msgstr "Your profile pictrure is stored 100% end-to-end encrypted and only visible to you." -#: src/strings.ts:1985 +#: src/strings.ts:1988 msgid "Your refund has been issued. Please wait 24 hours before reaching out to us in case you do not receive your funds." msgstr "Your refund has been issued. Please wait 24 hours before reaching out to us in case you do not receive your funds." @@ -7140,7 +7148,7 @@ msgstr "Your session has expired. Please enter password for {obfuscatedEmail} to msgid "Your subscription ends on {date}" msgstr "Your subscription ends on {date}" -#: src/strings.ts:1983 +#: src/strings.ts:1986 msgid "Your subscription has been canceled." msgstr "Your subscription has been canceled." @@ -7168,22 +7176,22 @@ msgstr "Z to A" msgid "Zipping" msgstr "Zipping" -#: src/strings.ts:2450 +#: src/strings.ts:2453 msgid "Zoom" msgstr "Zoom" -#: src/strings.ts:2081 +#: src/strings.ts:2084 msgid "Zoom factor" msgstr "Zoom factor" -#: src/strings.ts:1688 +#: src/strings.ts:1691 msgid "Zoom in" msgstr "Zoom in" -#: src/strings.ts:2082 +#: src/strings.ts:2085 msgid "Zoom in or out the app content." msgstr "Zoom in or out the app content." -#: src/strings.ts:1687 +#: src/strings.ts:1690 msgid "Zoom out" msgstr "Zoom out" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index e4b70b3fa..6ab65834b 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/strings.ts:2399 +#: src/strings.ts:2402 msgid " \"Notebook > Notes\"" msgstr "" @@ -21,23 +21,23 @@ msgstr "" msgid " Unlock with password once to enable biometric access." msgstr "" -#: src/strings.ts:1929 +#: src/strings.ts:1932 msgid " Upgrade to Notesnook Pro to add more notebooks." msgstr "" -#: src/strings.ts:1932 +#: src/strings.ts:1935 msgid " Upgrade to Notesnook Pro to customize the toolbar." msgstr "" -#: src/strings.ts:1931 +#: src/strings.ts:1934 msgid " Upgrade to Notesnook Pro to use custom toolbar presets." msgstr "" -#: src/strings.ts:1930 +#: src/strings.ts:1933 msgid " Upgrade to Notesnook Pro to use the notes vault." msgstr "" -#: src/strings.ts:1933 +#: src/strings.ts:1936 msgid " Upgrade to Notesnook Pro to use this feature." msgstr "" @@ -68,15 +68,15 @@ msgstr "" msgid "{0} Highlights 🎉" msgstr "" -#: src/strings.ts:1741 +#: src/strings.ts:1744 msgid "{count, plural, one {# error occured} other {# errors occured}}" msgstr "" -#: src/strings.ts:1747 +#: src/strings.ts:1750 msgid "{count, plural, one {# file ready for import} other {# files ready for import}}" msgstr "" -#: src/strings.ts:1702 +#: src/strings.ts:1705 msgid "{count, plural, one {# file} other {# files}}" msgstr "" @@ -84,11 +84,11 @@ msgstr "" msgid "{count, plural, one {# note} other {# notes}}" msgstr "" -#: src/strings.ts:1566 +#: src/strings.ts:1569 msgid "{count, plural, one {1 hour} other {# hours}}" msgstr "" -#: src/strings.ts:1561 +#: src/strings.ts:1564 msgid "{count, plural, one {1 minute} other {# minutes}}" msgstr "" @@ -283,7 +283,7 @@ msgstr "" msgid "{count, plural, one {Item unpublished} other {# items unpublished}}" msgstr "" -#: src/strings.ts:2416 +#: src/strings.ts:2419 msgid "{count, plural, one {Move all notes in this notebook to trash} other {Move all notes in these notebooks to trash}}" msgstr "" @@ -476,7 +476,7 @@ msgstr "" msgid "{count, plural, one {Unpublish note} other {Unpublish # notes}}" msgstr "" -#: src/strings.ts:1552 +#: src/strings.ts:1555 msgid "{days, plural, one {1 day} other {# days}}" msgstr "" @@ -516,19 +516,19 @@ msgstr "" msgid "{mode, select, repeat {Repeat} once {Once} permanent {Permanent} other {Unknown mode}}" msgstr "" -#: src/strings.ts:1964 +#: src/strings.ts:1967 msgid "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}} and {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." msgstr "" -#: src/strings.ts:1959 +#: src/strings.ts:1962 msgid "{n} {added, plural, one {added to 1 notebook} other {added to # notebooks}}." msgstr "" -#: src/strings.ts:1954 +#: src/strings.ts:1957 msgid "{n} {removed, plural, one {removed from 1 notebook} other {removed from # notebooks}}." msgstr "" -#: src/strings.ts:1949 +#: src/strings.ts:1952 msgid "{notes, plural, one {1 note} other {# notes}}" msgstr "" @@ -536,7 +536,7 @@ msgstr "" msgid "{notes, plural, one {Export note} other {Export # notes}}" msgstr "" -#: src/strings.ts:1694 +#: src/strings.ts:1697 msgid "{percentage}% updating..." msgstr "" @@ -544,11 +544,11 @@ msgstr "" msgid "{platform, select, android {{name} saved to selected path} other {{name} saved to File Manager/Notesnook/downloads}}" msgstr "" -#: src/strings.ts:1325 +#: src/strings.ts:1328 msgid "{platform, select, android {Backup file saved in \"Notesnook backups\" folder on your phone.} other {Backup file is saved in File Manager/Notesnook folder}}" msgstr "" -#: src/strings.ts:2346 +#: src/strings.ts:2349 msgid "{selected} selected" msgstr "" @@ -568,27 +568,27 @@ msgstr "" msgid "{type} does not match" msgstr "" -#: src/strings.ts:1587 +#: src/strings.ts:1590 msgid "{words, plural, one {# word} other {# words}}" msgstr "" -#: src/strings.ts:1650 +#: src/strings.ts:1653 msgid "{words, plural, other {# selected}}" msgstr "" -#: src/strings.ts:1778 +#: src/strings.ts:1781 msgid "#notesnook" msgstr "" -#: src/strings.ts:1571 +#: src/strings.ts:1574 msgid "12-hour" msgstr "" -#: src/strings.ts:1572 +#: src/strings.ts:1575 msgid "24-hour" msgstr "" -#: src/strings.ts:1892 +#: src/strings.ts:1895 msgid "2FA code is required()" msgstr "" @@ -596,11 +596,11 @@ msgstr "" msgid "2FA code sent via {method}" msgstr "" -#: src/strings.ts:1833 +#: src/strings.ts:1836 msgid "6 digit code" msgstr "" -#: src/strings.ts:1419 +#: src/strings.ts:1422 msgid "A notebook can have unlimited topics with unlimited notes." msgstr "" @@ -624,27 +624,27 @@ msgstr "" msgid "Account" msgstr "" -#: src/strings.ts:1835 +#: src/strings.ts:1838 msgid "Account password" msgstr "" -#: src/strings.ts:2441 +#: src/strings.ts:2444 msgid "Actions for note: {title}" msgstr "" -#: src/strings.ts:2442 +#: src/strings.ts:2445 msgid "Actions for notebook: {title}" msgstr "" -#: src/strings.ts:2443 +#: src/strings.ts:2446 msgid "Actions for tag: {title}" msgstr "" -#: src/strings.ts:2025 +#: src/strings.ts:2028 msgid "Activate" msgstr "" -#: src/strings.ts:1811 +#: src/strings.ts:1814 msgid "Activating trial" msgstr "" @@ -656,11 +656,11 @@ msgstr "" msgid "Add 2FA fallback method" msgstr "" -#: src/strings.ts:1495 +#: src/strings.ts:1498 msgid "Add a short note" msgstr "" -#: src/strings.ts:1588 +#: src/strings.ts:1591 msgid "Add a tag" msgstr "" @@ -672,7 +672,7 @@ msgstr "" msgid "Add notebook" msgstr "" -#: src/strings.ts:2468 +#: src/strings.ts:2471 msgid "Add notes" msgstr "" @@ -700,11 +700,11 @@ msgstr "" msgid "Add tags to multiple notes at once" msgstr "" -#: src/strings.ts:2232 +#: src/strings.ts:2235 msgid "Add to dictionary" msgstr "" -#: src/strings.ts:2466 +#: src/strings.ts:2469 msgid "Add to notebook" msgstr "" @@ -716,23 +716,23 @@ msgstr "" msgid "Add your first notebook" msgstr "" -#: src/strings.ts:2159 +#: src/strings.ts:2162 msgid "Advanced" msgstr "" -#: src/strings.ts:1714 +#: src/strings.ts:1717 msgid "After scanning the QR code image, the app will display a code that you can enter below." msgstr "" -#: src/strings.ts:2297 +#: src/strings.ts:2300 msgid "Align left" msgstr "" -#: src/strings.ts:2298 +#: src/strings.ts:2301 msgid "Align right" msgstr "" -#: src/strings.ts:2267 +#: src/strings.ts:2270 msgid "Alignment" msgstr "" @@ -744,7 +744,7 @@ msgstr "" msgid "All attachments are end-to-end encrypted." msgstr "" -#: src/strings.ts:2393 +#: src/strings.ts:2396 msgid "All cached attachments have been cleared." msgstr "" @@ -764,15 +764,15 @@ msgstr "" msgid "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." msgstr "" -#: src/strings.ts:1625 +#: src/strings.ts:1628 msgid "All server urls are required." msgstr "" -#: src/strings.ts:1894 +#: src/strings.ts:1897 msgid "All the data in your account will be overwritten with the data in the backup file. There is no way to reverse this action." msgstr "" -#: src/strings.ts:2139 +#: src/strings.ts:2142 msgid "All the source code for Notesnook is available & open for everyone on GitHub." msgstr "" @@ -780,15 +780,15 @@ msgstr "" msgid "All tools are grouped" msgstr "" -#: src/strings.ts:1309 +#: src/strings.ts:1312 msgid "All tools in the collapsed section will be removed" msgstr "" -#: src/strings.ts:1304 +#: src/strings.ts:1307 msgid "All tools in this group will be removed from the toolbar." msgstr "" -#: src/strings.ts:1334 +#: src/strings.ts:1337 msgid "All your backups are stored in 'Phone Storage/Notesnook/backups/' folder" msgstr "" @@ -800,7 +800,7 @@ msgstr "" msgid "Already have an account?" msgstr "" -#: src/strings.ts:2209 +#: src/strings.ts:2212 msgid "Amount" msgstr "" @@ -812,11 +812,11 @@ msgstr "" msgid "and " msgstr "" -#: src/strings.ts:1779 +#: src/strings.ts:1782 msgid "and get a chance to win free promo codes." msgstr "" -#: src/strings.ts:1385 +#: src/strings.ts:1388 msgid "and we will manually confirm your account." msgstr "" @@ -825,7 +825,7 @@ msgid "App data has been cleared. Kindly relaunch the app to login again." msgstr "" #: src/strings.ts:1174 -#: src/strings.ts:1681 +#: src/strings.ts:1684 msgid "App lock" msgstr "" @@ -838,11 +838,11 @@ msgstr "" msgid "App lock timeout" msgstr "" -#: src/strings.ts:1288 +#: src/strings.ts:1291 msgid "App version" msgstr "" -#: src/strings.ts:1762 +#: src/strings.ts:1765 msgid "App will reload in {sec} seconds" msgstr "" @@ -862,16 +862,16 @@ msgstr "" msgid "Apply changes" msgstr "" -#: src/strings.ts:2032 +#: src/strings.ts:2035 msgid "Applying changes" msgstr "" -#: src/strings.ts:1518 -#: src/strings.ts:2473 +#: src/strings.ts:1521 +#: src/strings.ts:2476 msgid "Archive" msgstr "" -#: src/strings.ts:1433 +#: src/strings.ts:1436 msgid "Are you scrolling a lot to find a specific note? Pin it to the top from Note properties." msgstr "" @@ -879,11 +879,11 @@ msgstr "" msgid "Are you sure you want to clear all logs from {key}?" msgstr "" -#: src/strings.ts:1312 +#: src/strings.ts:1315 msgid "Are you sure you want to clear trash?" msgstr "" -#: src/strings.ts:1530 +#: src/strings.ts:1533 msgid "Are you sure you want to logout and clear all data stored on THIS DEVICE?" msgstr "" @@ -899,7 +899,7 @@ msgstr "" msgid "Are you sure you want to remove your profile picture?" msgstr "" -#: src/strings.ts:1311 +#: src/strings.ts:1314 msgid "Are you sure?" msgstr "" @@ -907,7 +907,7 @@ msgstr "" msgid "Ask every time" msgstr "" -#: src/strings.ts:2021 +#: src/strings.ts:2024 msgid "Assign color" msgstr "" @@ -919,7 +919,7 @@ msgstr "" msgid "Atleast 8 characters required" msgstr "" -#: src/strings.ts:2335 +#: src/strings.ts:2338 msgid "Attach image from URL" msgstr "" @@ -932,23 +932,23 @@ msgid "attachment" msgstr "" #: src/strings.ts:300 -#: src/strings.ts:2332 +#: src/strings.ts:2335 msgid "Attachment" msgstr "" -#: src/strings.ts:2436 +#: src/strings.ts:2439 msgid "Attachment manager" msgstr "" -#: src/strings.ts:1923 +#: src/strings.ts:1926 msgid "Attachment preview failed" msgstr "" -#: src/strings.ts:2386 +#: src/strings.ts:2389 msgid "Attachment recheck cancelled" msgstr "" -#: src/strings.ts:2303 +#: src/strings.ts:2306 msgid "Attachment settings" msgstr "" @@ -961,11 +961,11 @@ msgstr "" msgid "Attachments" msgstr "" -#: src/strings.ts:1872 +#: src/strings.ts:1875 msgid "Attachments cache cleared!" msgstr "" -#: src/strings.ts:2388 +#: src/strings.ts:2391 msgid "Attachments recheck complete" msgstr "" @@ -973,56 +973,56 @@ msgstr "" msgid "Audios" msgstr "" -#: src/strings.ts:1614 +#: src/strings.ts:1617 msgid "Auth server" msgstr "" -#: src/strings.ts:1783 +#: src/strings.ts:1786 msgid "Authenticated as {email}" msgstr "" -#: src/strings.ts:1886 +#: src/strings.ts:1889 msgid "Authenticating user" msgstr "" -#: src/strings.ts:2122 +#: src/strings.ts:2125 msgid "Authentication" msgstr "" -#: src/strings.ts:1718 +#: src/strings.ts:1721 msgid "authentication app" msgstr "" -#: src/strings.ts:1339 +#: src/strings.ts:1342 msgid "Authentication cancelled by user" msgstr "" -#: src/strings.ts:1340 +#: src/strings.ts:1343 msgid "Authentication failed" msgstr "" -#: src/strings.ts:2085 +#: src/strings.ts:2088 msgid "Auto" msgstr "" -#: src/strings.ts:1649 +#: src/strings.ts:1652 msgid "Auto save: off" msgstr "" -#: src/strings.ts:2099 +#: src/strings.ts:2102 msgid "Auto start on system startup" msgstr "" #: src/strings.ts:1209 -#: src/strings.ts:1677 +#: src/strings.ts:1680 msgid "Automatic backups" msgstr "" -#: src/strings.ts:1353 +#: src/strings.ts:1356 msgid "Automatic backups are off" msgstr "" -#: src/strings.ts:1993 +#: src/strings.ts:1996 msgid "Automatic backups disabled" msgstr "" @@ -1030,7 +1030,7 @@ msgstr "" msgid "Automatic backups with attachments" msgstr "" -#: src/strings.ts:2095 +#: src/strings.ts:2098 msgid "Automatic updates" msgstr "" @@ -1038,7 +1038,7 @@ msgstr "" msgid "Automatically clear trash after a certain period of time" msgstr "" -#: src/strings.ts:2097 +#: src/strings.ts:2100 msgid "Automatically download & install updates in the background without prompting first." msgstr "" @@ -1050,15 +1050,15 @@ msgstr "" msgid "Automatically switch between light and dark themes based on your system settings" msgstr "" -#: src/strings.ts:2142 +#: src/strings.ts:2145 msgid "Available on iOS" msgstr "" -#: src/strings.ts:2143 +#: src/strings.ts:2146 msgid "Available on iOS & Android" msgstr "" -#: src/strings.ts:2290 +#: src/strings.ts:2293 msgid "Background color" msgstr "" @@ -1066,11 +1066,11 @@ msgstr "" msgid "Background sync (experimental)" msgstr "" -#: src/strings.ts:2091 +#: src/strings.ts:2094 msgid "Backup" msgstr "" -#: src/strings.ts:2129 +#: src/strings.ts:2132 msgid "Backup & export" msgstr "" @@ -1078,11 +1078,11 @@ msgstr "" msgid "Backup & restore" msgstr "" -#: src/strings.ts:1323 +#: src/strings.ts:1326 msgid "Backup complete" msgstr "" -#: src/strings.ts:1549 +#: src/strings.ts:1552 msgid "Backup directory not selected" msgstr "" @@ -1090,7 +1090,7 @@ msgstr "" msgid "Backup encryption" msgstr "" -#: src/strings.ts:1846 +#: src/strings.ts:1849 msgid "Backup files have .nnbackup extension" msgstr "" @@ -1098,7 +1098,7 @@ msgstr "" msgid "Backup is encrypted" msgstr "" -#: src/strings.ts:1602 +#: src/strings.ts:1605 msgid "Backup is encrypted, decrypting..." msgstr "" @@ -1114,15 +1114,15 @@ msgstr "" msgid "Backup restored" msgstr "" -#: src/strings.ts:1907 +#: src/strings.ts:1910 msgid "Backup saved at {path}" msgstr "" -#: src/strings.ts:1335 +#: src/strings.ts:1338 msgid "Backup successful" msgstr "" -#: src/strings.ts:2092 +#: src/strings.ts:2095 msgid "Backup with attachments" msgstr "" @@ -1134,7 +1134,7 @@ msgstr "" msgid "Basic" msgstr "" -#: src/strings.ts:1781 +#: src/strings.ts:1784 msgid "Because where's the fun in nookin' alone?" msgstr "" @@ -1142,23 +1142,23 @@ msgstr "" msgid "Behavior" msgstr "" -#: src/strings.ts:2124 +#: src/strings.ts:2127 msgid "Behaviour" msgstr "" -#: src/strings.ts:2460 +#: src/strings.ts:2463 msgid "Believer plan" msgstr "" -#: src/strings.ts:2449 +#: src/strings.ts:2452 msgid "Beta" msgstr "" -#: src/strings.ts:2248 +#: src/strings.ts:2251 msgid "Bi-directional note link" msgstr "" -#: src/strings.ts:2190 +#: src/strings.ts:2193 msgid "Billing history" msgstr "" @@ -1174,7 +1174,7 @@ msgstr "" msgid "Biometric unlocking enabled" msgstr "" -#: src/strings.ts:1337 +#: src/strings.ts:1340 msgid "Biometrics authentication failed. Please try again." msgstr "" @@ -1182,19 +1182,19 @@ msgstr "" msgid "Biometrics not enrolled" msgstr "" -#: src/strings.ts:2244 +#: src/strings.ts:2247 msgid "Bold" msgstr "" -#: src/strings.ts:2398 +#: src/strings.ts:2401 msgid "Boost your productivity with Notebooks and organize your notes." msgstr "" -#: src/strings.ts:1797 +#: src/strings.ts:1800 msgid "Browse" msgstr "" -#: src/strings.ts:2261 +#: src/strings.ts:2264 msgid "Bullet list" msgstr "" @@ -1206,7 +1206,7 @@ msgstr "" msgid "By signing up, you agree to our " msgstr "" -#: src/strings.ts:2323 +#: src/strings.ts:2326 msgid "Callout" msgstr "" @@ -1222,7 +1222,7 @@ msgstr "" msgid "Cancel login" msgstr "" -#: src/strings.ts:1814 +#: src/strings.ts:1817 msgid "Cancel subscription" msgstr "" @@ -1230,24 +1230,24 @@ msgstr "" msgid "Cancel upload" msgstr "" -#: src/strings.ts:2289 +#: src/strings.ts:2292 msgid "Cell background color" msgstr "" -#: src/strings.ts:2291 +#: src/strings.ts:2294 msgid "Cell border color" msgstr "" -#: src/strings.ts:2293 -#: src/strings.ts:2294 +#: src/strings.ts:2296 +#: src/strings.ts:2297 msgid "Cell border width" msgstr "" -#: src/strings.ts:2275 +#: src/strings.ts:2278 msgid "Cell properties" msgstr "" -#: src/strings.ts:2292 +#: src/strings.ts:2295 msgid "Cell text color" msgstr "" @@ -1283,7 +1283,7 @@ msgstr "" msgid "Change how the app behaves in different situations" msgstr "" -#: src/strings.ts:2341 +#: src/strings.ts:2344 msgid "Change language" msgstr "" @@ -1295,15 +1295,15 @@ msgstr "" msgid "Change password" msgstr "" -#: src/strings.ts:1806 +#: src/strings.ts:1809 msgid "Change profile picture" msgstr "" -#: src/strings.ts:2168 +#: src/strings.ts:2171 msgid "Change proxy" msgstr "" -#: src/strings.ts:2189 +#: src/strings.ts:2192 msgid "Change the payment method you used to purchase this subscription." msgstr "" @@ -1335,11 +1335,19 @@ msgstr "" msgid "Check for new version of Notesnook" msgstr "" +#: src/strings.ts:1290 +msgid "Check for new version of the app available on app launch" +msgstr "" + #: src/strings.ts:1286 msgid "Check for updates" msgstr "" -#: src/strings.ts:2141 +#: src/strings.ts:1288 +msgid "Check for updates automatically" +msgstr "" + +#: src/strings.ts:2144 msgid "Check roadmap" msgstr "" @@ -1347,7 +1355,7 @@ msgstr "" msgid "Check your spam folder if you haven't received an email yet." msgstr "" -#: src/strings.ts:2390 +#: src/strings.ts:2393 msgid "Checking all attachments" msgstr "" @@ -1355,31 +1363,31 @@ msgstr "" msgid "Checking for new version" msgstr "" -#: src/strings.ts:1693 +#: src/strings.ts:1696 msgid "Checking for updates" msgstr "" -#: src/strings.ts:2389 +#: src/strings.ts:2392 msgid "Checking note attachments" msgstr "" -#: src/strings.ts:2263 +#: src/strings.ts:2266 msgid "Checklist" msgstr "" -#: src/strings.ts:2318 +#: src/strings.ts:2321 msgid "Choose a block to insert" msgstr "" -#: src/strings.ts:1785 +#: src/strings.ts:1788 msgid "Choose a recovery method" msgstr "" -#: src/strings.ts:2090 +#: src/strings.ts:2093 msgid "Choose backup format" msgstr "" -#: src/strings.ts:2354 +#: src/strings.ts:2357 msgid "Choose custom color" msgstr "" @@ -1407,11 +1415,11 @@ msgstr "" msgid "Choose where to save your backups" msgstr "" -#: src/strings.ts:2050 +#: src/strings.ts:2053 msgid "Choose your style" msgstr "" -#: src/strings.ts:1605 +#: src/strings.ts:1608 msgid "cleaningUp" msgstr "" @@ -1419,27 +1427,27 @@ msgstr "" msgid "Clear" msgstr "" -#: src/strings.ts:1858 +#: src/strings.ts:1861 msgid "Clear all cached attachments. Current cache size: {cacheSize}" msgstr "" -#: src/strings.ts:2257 +#: src/strings.ts:2260 msgid "Clear all formatting" msgstr "" -#: src/strings.ts:1859 +#: src/strings.ts:1862 msgid "Clear attachments cache?" msgstr "" -#: src/strings.ts:1856 +#: src/strings.ts:1859 msgid "Clear cache" msgstr "" -#: src/strings.ts:2352 +#: src/strings.ts:2355 msgid "Clear completed tasks" msgstr "" -#: src/strings.ts:1793 +#: src/strings.ts:1796 msgid "Clear data & reset account" msgstr "" @@ -1451,11 +1459,11 @@ msgstr "" msgid "Clear logs" msgstr "" -#: src/strings.ts:2184 +#: src/strings.ts:2187 msgid "clear sessions" msgstr "" -#: src/strings.ts:1310 +#: src/strings.ts:1313 msgid "Clear trash" msgstr "" @@ -1467,7 +1475,7 @@ msgstr "" msgid "Clear vault" msgstr "" -#: src/strings.ts:1861 +#: src/strings.ts:1864 msgid "" "Clearing attachments cache will perform the following actions:\n" "\n" @@ -1486,59 +1494,59 @@ msgstr "" msgid "Click to deselect" msgstr "" -#: src/strings.ts:1855 +#: src/strings.ts:1858 msgid "Click to preview" msgstr "" -#: src/strings.ts:1760 +#: src/strings.ts:1763 msgid "Click to remove" msgstr "" -#: src/strings.ts:2381 +#: src/strings.ts:2384 msgid "Click to reset {title}" msgstr "" -#: src/strings.ts:1369 +#: src/strings.ts:1372 msgid "Close" msgstr "" -#: src/strings.ts:2007 +#: src/strings.ts:2010 msgid "Close all" msgstr "" -#: src/strings.ts:2439 +#: src/strings.ts:2442 msgid "Close all tabs" msgstr "" -#: src/strings.ts:2438 +#: src/strings.ts:2441 msgid "Close current tab" msgstr "" -#: src/strings.ts:2004 +#: src/strings.ts:2007 msgid "Close others" msgstr "" -#: src/strings.ts:2108 +#: src/strings.ts:2111 msgid "Close to system tray" msgstr "" -#: src/strings.ts:2006 +#: src/strings.ts:2009 msgid "Close to the left" msgstr "" -#: src/strings.ts:2005 +#: src/strings.ts:2008 msgid "Close to the right" msgstr "" -#: src/strings.ts:2255 +#: src/strings.ts:2258 msgid "Code" msgstr "" -#: src/strings.ts:2320 +#: src/strings.ts:2323 msgid "Code block" msgstr "" -#: src/strings.ts:2256 +#: src/strings.ts:2259 msgid "Code remove" msgstr "" @@ -1551,7 +1559,7 @@ msgid "color" msgstr "" #: src/strings.ts:299 -#: src/strings.ts:1832 +#: src/strings.ts:1835 msgid "Color" msgstr "" @@ -1559,11 +1567,11 @@ msgstr "" msgid "Color #{color} already exists" msgstr "" -#: src/strings.ts:2083 +#: src/strings.ts:2086 msgid "Color scheme" msgstr "" -#: src/strings.ts:1477 +#: src/strings.ts:1480 msgid "Color title" msgstr "" @@ -1575,11 +1583,11 @@ msgstr "" msgid "Colors" msgstr "" -#: src/strings.ts:2273 +#: src/strings.ts:2276 msgid "Column properties" msgstr "" -#: src/strings.ts:2430 +#: src/strings.ts:2433 msgid "Command palette" msgstr "" @@ -1603,11 +1611,11 @@ msgstr "" msgid "Compressed images are uploaded in Full HD resolution and usually are good enough for most use cases." msgstr "" -#: src/strings.ts:2239 +#: src/strings.ts:2242 msgid "Configure" msgstr "" -#: src/strings.ts:2395 +#: src/strings.ts:2398 msgid "Configure server URLs for Notesnook" msgstr "" @@ -1619,27 +1627,27 @@ msgstr "" msgid "Confirm email to publish note" msgstr "" -#: src/strings.ts:1476 +#: src/strings.ts:1479 msgid "Confirm new password" msgstr "" -#: src/strings.ts:1471 +#: src/strings.ts:1474 msgid "Confirm password" msgstr "" -#: src/strings.ts:1475 +#: src/strings.ts:1478 msgid "Confirm pin" msgstr "" -#: src/strings.ts:2068 +#: src/strings.ts:2071 msgid "Congratulations!" msgstr "" -#: src/strings.ts:1624 +#: src/strings.ts:1627 msgid "Connected to all servers sucessfully." msgstr "" -#: src/strings.ts:1659 +#: src/strings.ts:1662 msgid "Contact support" msgstr "" @@ -1659,7 +1667,7 @@ msgstr "" msgid "Controls whether this device should receive reminder notifications." msgstr "" -#: src/strings.ts:1978 +#: src/strings.ts:1981 msgid "Copied" msgstr "" @@ -1668,7 +1676,7 @@ msgid "Copy" msgstr "" #. placeholder {0}: format ? " " + format : "" -#: src/strings.ts:2024 +#: src/strings.ts:2027 msgid "Copy as{0}" msgstr "" @@ -1676,7 +1684,7 @@ msgstr "" msgid "Copy codes" msgstr "" -#: src/strings.ts:2235 +#: src/strings.ts:2238 msgid "Copy image" msgstr "" @@ -1684,7 +1692,7 @@ msgstr "" msgid "Copy link" msgstr "" -#: src/strings.ts:2234 +#: src/strings.ts:2237 msgid "Copy link text" msgstr "" @@ -1696,7 +1704,7 @@ msgstr "" msgid "Copy to clipboard" msgstr "" -#: src/strings.ts:1607 +#: src/strings.ts:1610 msgid "Copying backup files to cache" msgstr "" @@ -1704,19 +1712,19 @@ msgstr "" msgid "CORS bypass" msgstr "" -#: src/strings.ts:1974 +#: src/strings.ts:1977 msgid "Could not activate trial. Please try again later." msgstr "" -#: src/strings.ts:1992 +#: src/strings.ts:1995 msgid "Could not clear trash." msgstr "" -#: src/strings.ts:1627 +#: src/strings.ts:1630 msgid "Could not connect to {server}." msgstr "" -#: src/strings.ts:1939 +#: src/strings.ts:1942 msgid "Could not convert note to {format}." msgstr "" @@ -1748,7 +1756,7 @@ msgstr "" msgid "Create a shortcut" msgstr "" -#: src/strings.ts:1837 +#: src/strings.ts:1840 msgid "Create account" msgstr "" @@ -1756,19 +1764,19 @@ msgstr "" msgid "Create link" msgstr "" -#: src/strings.ts:1461 +#: src/strings.ts:1464 msgid "Create shortcut of this notebook in side menu" msgstr "" -#: src/strings.ts:1375 +#: src/strings.ts:1378 msgid "Create unlimited notebooks with Notesnook Pro" msgstr "" -#: src/strings.ts:1374 +#: src/strings.ts:1377 msgid "Create unlimited tags with Notesnook Pro" msgstr "" -#: src/strings.ts:1376 +#: src/strings.ts:1379 msgid "Create unlimited vaults with Notesnook Pro" msgstr "" @@ -1780,20 +1788,20 @@ msgstr "" msgid "Create your account" msgstr "" -#: src/strings.ts:2217 +#: src/strings.ts:2220 msgid "Created at" msgstr "" #. placeholder {0}: type === "full" ? " full" : "" -#: src/strings.ts:1332 +#: src/strings.ts:1335 msgid "Creating a{0} backup" msgstr "" -#: src/strings.ts:2037 +#: src/strings.ts:2040 msgid "Credentials" msgstr "" -#: src/strings.ts:2053 +#: src/strings.ts:2056 msgid "Cross platform & 100% encrypted" msgstr "" @@ -1801,11 +1809,11 @@ msgstr "" msgid "Curate the toolbar that fits your needs and matches your personality." msgstr "" -#: src/strings.ts:1824 +#: src/strings.ts:1827 msgid "Current note" msgstr "" -#: src/strings.ts:1473 +#: src/strings.ts:1476 msgid "Current password" msgstr "" @@ -1813,19 +1821,19 @@ msgstr "" msgid "Current path: {path}" msgstr "" -#: src/strings.ts:1472 +#: src/strings.ts:1475 msgid "Current pin" msgstr "" -#: src/strings.ts:1761 +#: src/strings.ts:1764 msgid "CURRENT PLAN" msgstr "" -#: src/strings.ts:1998 +#: src/strings.ts:2001 msgid "Custom" msgstr "" -#: src/strings.ts:2119 +#: src/strings.ts:2122 msgid "Custom dictionary words" msgstr "" @@ -1849,12 +1857,12 @@ msgstr "" msgid "Customize toolbar" msgstr "" -#: src/strings.ts:2233 +#: src/strings.ts:2236 msgid "Cut" msgstr "" #: src/strings.ts:167 -#: src/strings.ts:1556 +#: src/strings.ts:1559 msgid "Daily" msgstr "" @@ -1866,19 +1874,19 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/strings.ts:2084 +#: src/strings.ts:2087 msgid "Dark or light, we won't judge." msgstr "" -#: src/strings.ts:1535 +#: src/strings.ts:1538 msgid "Database setup failed, could not get database key" msgstr "" -#: src/strings.ts:1827 +#: src/strings.ts:1830 msgid "Date" msgstr "" -#: src/strings.ts:2093 +#: src/strings.ts:2096 msgid "Date & time" msgstr "" @@ -1902,15 +1910,15 @@ msgstr "" msgid "Date modified" msgstr "" -#: src/strings.ts:2030 +#: src/strings.ts:2033 msgid "Date uploaded" msgstr "" -#: src/strings.ts:1829 +#: src/strings.ts:1832 msgid "Day" msgstr "" -#: src/strings.ts:2026 +#: src/strings.ts:2029 msgid "Deactivate" msgstr "" @@ -1930,12 +1938,12 @@ msgstr "" msgid "Debugging" msgstr "" -#: src/strings.ts:2383 +#: src/strings.ts:2386 msgid "Decrease {title}" msgstr "" #: src/strings.ts:651 -#: src/strings.ts:1996 +#: src/strings.ts:1999 msgid "Default" msgstr "" @@ -1963,7 +1971,7 @@ msgstr "" msgid "Default screen to open on app launch" msgstr "" -#: src/strings.ts:2470 +#: src/strings.ts:2473 msgid "Default sidebar tab" msgstr "" @@ -1971,7 +1979,7 @@ msgstr "" msgid "Default snooze time" msgstr "" -#: src/strings.ts:1289 +#: src/strings.ts:1292 msgid "Default sound" msgstr "" @@ -1983,19 +1991,19 @@ msgstr "" msgid "Delete account" msgstr "" -#: src/strings.ts:1307 +#: src/strings.ts:1310 msgid "Delete collapsed section" msgstr "" -#: src/strings.ts:2280 +#: src/strings.ts:2283 msgid "Delete column" msgstr "" -#: src/strings.ts:1302 +#: src/strings.ts:1305 msgid "Delete group" msgstr "" -#: src/strings.ts:2355 +#: src/strings.ts:2358 msgid "Delete mode" msgstr "" @@ -2007,11 +2015,11 @@ msgstr "" msgid "Delete permanently" msgstr "" -#: src/strings.ts:2287 +#: src/strings.ts:2290 msgid "Delete row" msgstr "" -#: src/strings.ts:2288 +#: src/strings.ts:2291 msgid "Delete table" msgstr "" @@ -2027,19 +2035,19 @@ msgstr "" msgid "Deleted on {date}" msgstr "" -#: src/strings.ts:1916 +#: src/strings.ts:1919 msgid "Deleting" msgstr "" -#: src/strings.ts:1826 +#: src/strings.ts:1829 msgid "Description" msgstr "" -#: src/strings.ts:2094 +#: src/strings.ts:2097 msgid "Desktop app" msgstr "" -#: src/strings.ts:2098 +#: src/strings.ts:2101 msgid "Desktop integration" msgstr "" @@ -2047,7 +2055,7 @@ msgstr "" msgid "Did you save recovery key?" msgstr "" -#: src/strings.ts:1364 +#: src/strings.ts:1367 msgid "Disable" msgstr "" @@ -2055,7 +2063,7 @@ msgstr "" msgid "Disable auto sync" msgstr "" -#: src/strings.ts:1999 +#: src/strings.ts:2002 msgid "Disable editor margins" msgstr "" @@ -2075,11 +2083,11 @@ msgstr "" msgid "Discard" msgstr "" -#: src/strings.ts:1585 +#: src/strings.ts:1588 msgid "Dismiss" msgstr "" -#: src/strings.ts:1638 +#: src/strings.ts:1641 msgid "Dismiss announcement" msgstr "" @@ -2091,7 +2099,7 @@ msgstr "" msgid "Do you enjoy using Notesnook?" msgstr "" -#: src/strings.ts:2216 +#: src/strings.ts:2219 msgid "Do you want to clear the trash?" msgstr "" @@ -2119,11 +2127,11 @@ msgstr "" msgid "Don't have an account?" msgstr "" -#: src/strings.ts:1820 +#: src/strings.ts:1823 msgid "Don't have backup file?" msgstr "" -#: src/strings.ts:1819 +#: src/strings.ts:1822 msgid "Don't have your account recovery key?" msgstr "" @@ -2131,11 +2139,11 @@ msgstr "" msgid "Don't have your recovery codes?" msgstr "" -#: src/strings.ts:1798 +#: src/strings.ts:1801 msgid "Don't show again" msgstr "" -#: src/strings.ts:1799 +#: src/strings.ts:1802 msgid "Don't show again on this device?" msgstr "" @@ -2151,15 +2159,15 @@ msgstr "" msgid "Download" msgstr "" -#: src/strings.ts:1804 +#: src/strings.ts:1807 msgid "Download all attachments" msgstr "" -#: src/strings.ts:2304 +#: src/strings.ts:2307 msgid "Download attachment" msgstr "" -#: src/strings.ts:1848 +#: src/strings.ts:1851 msgid "Download backup file" msgstr "" @@ -2167,7 +2175,7 @@ msgstr "" msgid "Download cancelled" msgstr "" -#: src/strings.ts:2196 +#: src/strings.ts:2199 msgid "Download everything including attachments on sync" msgstr "" @@ -2204,19 +2212,19 @@ msgstr "" msgid "Downloading attachments" msgstr "" -#: src/strings.ts:1692 +#: src/strings.ts:1695 msgid "Downloading images" msgstr "" -#: src/strings.ts:1758 +#: src/strings.ts:1761 msgid "Drag & drop files here, or click to select files" msgstr "" -#: src/strings.ts:1757 +#: src/strings.ts:1760 msgid "Drop the files here" msgstr "" -#: src/strings.ts:1651 +#: src/strings.ts:1654 msgid "Drop your files here to attach" msgstr "" @@ -2232,11 +2240,11 @@ msgstr "" msgid "Earliest first" msgstr "" -#: src/strings.ts:2407 +#: src/strings.ts:2410 msgid "Easy access" msgstr "" -#: src/strings.ts:1765 +#: src/strings.ts:1768 msgid "Edit" msgstr "" @@ -2244,33 +2252,33 @@ msgstr "" msgid "Edit internal link" msgstr "" -#: src/strings.ts:2222 -#: src/strings.ts:2250 +#: src/strings.ts:2225 +#: src/strings.ts:2253 msgid "Edit link" msgstr "" -#: src/strings.ts:2463 +#: src/strings.ts:2466 msgid "Edit profile" msgstr "" -#: src/strings.ts:1295 +#: src/strings.ts:1298 msgid "Edit profile picture" msgstr "" -#: src/strings.ts:1807 +#: src/strings.ts:1810 msgid "Edit your full name" msgstr "" #: src/strings.ts:1133 -#: src/strings.ts:1514 +#: src/strings.ts:1517 msgid "Editor" msgstr "" -#: src/strings.ts:1469 +#: src/strings.ts:1472 msgid "Email" msgstr "" -#: src/strings.ts:2420 +#: src/strings.ts:2423 msgid "Email copied" msgstr "" @@ -2282,7 +2290,7 @@ msgstr "" msgid "Email not confirmed" msgstr "" -#: src/strings.ts:1541 +#: src/strings.ts:1544 msgid "Email or password incorrect" msgstr "" @@ -2294,15 +2302,15 @@ msgstr "" msgid "Email updated to {email}" msgstr "" -#: src/strings.ts:2330 +#: src/strings.ts:2333 msgid "Embed" msgstr "" -#: src/strings.ts:2310 +#: src/strings.ts:2313 msgid "Embed properties" msgstr "" -#: src/strings.ts:2306 +#: src/strings.ts:2309 msgid "Embed settings" msgstr "" @@ -2318,19 +2326,19 @@ msgstr "" msgid "Enable app lock" msgstr "" -#: src/strings.ts:2000 +#: src/strings.ts:2003 msgid "Enable editor margins" msgstr "" -#: src/strings.ts:2454 +#: src/strings.ts:2457 msgid "Enable ligatures for common symbols like →, ←, etc" msgstr "" -#: src/strings.ts:2370 +#: src/strings.ts:2373 msgid "Enable regex" msgstr "" -#: src/strings.ts:2115 +#: src/strings.ts:2118 msgid "Enable spell checker" msgstr "" @@ -2346,11 +2354,11 @@ msgstr "" msgid "Encrypted and synced" msgstr "" -#: src/strings.ts:2229 +#: src/strings.ts:2232 msgid "Encrypted backup" msgstr "" -#: src/strings.ts:1645 +#: src/strings.ts:1648 msgid "Encrypted, private, secure." msgstr "" @@ -2358,7 +2366,7 @@ msgstr "" msgid "Encrypting attachment" msgstr "" -#: src/strings.ts:1831 +#: src/strings.ts:1834 msgid "Encryption key" msgstr "" @@ -2378,7 +2386,7 @@ msgstr "" msgid "Enter account password to proceed." msgstr "" -#: src/strings.ts:1840 +#: src/strings.ts:1843 msgid "Enter account recovery key" msgstr "" @@ -2394,23 +2402,23 @@ msgstr "" msgid "Enter code from authenticator app" msgstr "" -#: src/strings.ts:1499 +#: src/strings.ts:1502 msgid "Enter email address" msgstr "" -#: src/strings.ts:2358 +#: src/strings.ts:2361 msgid "Enter embed source URL" msgstr "" -#: src/strings.ts:1301 +#: src/strings.ts:1304 msgid "Enter full name" msgstr "" -#: src/strings.ts:1689 +#: src/strings.ts:1692 msgid "Enter fullscreen" msgstr "" -#: src/strings.ts:1478 +#: src/strings.ts:1481 msgid "Enter notebook description" msgstr "" @@ -2422,7 +2430,7 @@ msgstr "" msgid "Enter password" msgstr "" -#: src/strings.ts:2076 +#: src/strings.ts:2079 msgid "Enter pin or password to enable app lock." msgstr "" @@ -2442,7 +2450,7 @@ msgstr "" msgid "Enter the 6 digit code sent to your phone number to continue logging in" msgstr "" -#: src/strings.ts:2422 +#: src/strings.ts:2425 msgid "Enter the gift code to redeem your subscription." msgstr "" @@ -2450,23 +2458,23 @@ msgstr "" msgid "Enter the recovery code to continue logging in" msgstr "" -#: src/strings.ts:1481 +#: src/strings.ts:1484 msgid "Enter verification code sent to your new email" msgstr "" -#: src/strings.ts:1480 +#: src/strings.ts:1483 msgid "Enter your new email" msgstr "" -#: src/strings.ts:2077 +#: src/strings.ts:2080 msgid "Enter your username" msgstr "" -#: src/strings.ts:2414 +#: src/strings.ts:2417 msgid "Error" msgstr "" -#: src/strings.ts:1542 +#: src/strings.ts:1545 msgid "Error applying promo code" msgstr "" @@ -2474,7 +2482,7 @@ msgstr "" msgid "Error downloading file: {message}" msgstr "" -#: src/strings.ts:1502 +#: src/strings.ts:1505 msgid "Error getting codes" msgstr "" @@ -2494,51 +2502,51 @@ msgstr "" msgid "Errors" msgstr "" -#: src/strings.ts:1684 +#: src/strings.ts:1687 msgid "Errors in {count} attachments" msgstr "" -#: src/strings.ts:2459 +#: src/strings.ts:2462 msgid "Essential plan" msgstr "" -#: src/strings.ts:1616 +#: src/strings.ts:1619 msgid "Events server" msgstr "" -#: src/strings.ts:2400 +#: src/strings.ts:2403 msgid "Every Notebook can have notes and sub notebooks." msgstr "" -#: src/strings.ts:2402 +#: src/strings.ts:2405 msgid "Everything related to my job in one place." msgstr "" -#: src/strings.ts:2411 +#: src/strings.ts:2414 msgid "Everything related to my school in one place." msgstr "" -#: src/strings.ts:2428 +#: src/strings.ts:2431 msgid "Execute" msgstr "" -#: src/strings.ts:2427 +#: src/strings.ts:2430 msgid "Execute a command..." msgstr "" -#: src/strings.ts:2001 +#: src/strings.ts:2004 msgid "Exit fullscreen" msgstr "" -#: src/strings.ts:2362 +#: src/strings.ts:2365 msgid "Expand" msgstr "" -#: src/strings.ts:2455 +#: src/strings.ts:2458 msgid "Expand sidebar" msgstr "" -#: src/strings.ts:2060 +#: src/strings.ts:2063 msgid "Experience the next level of private note taking\"" msgstr "" @@ -2559,11 +2567,11 @@ msgid "Export all notes as pdf, markdown, html or text in a single zip file" msgstr "" #. placeholder {0}: format ? " " + format : "" -#: src/strings.ts:2023 +#: src/strings.ts:2026 msgid "Export as{0}" msgstr "" -#: src/strings.ts:1373 +#: src/strings.ts:1376 msgid "Export notes as PDF, Markdown and HTML with Notesnook Pro" msgstr "" @@ -2571,11 +2579,11 @@ msgstr "" msgid "Exporting \"{title}\"" msgstr "" -#: src/strings.ts:1606 +#: src/strings.ts:1609 msgid "Extracting files..." msgstr "" -#: src/strings.ts:1795 +#: src/strings.ts:1798 msgid "EXTREMELY DANGEROUS! This action is irreversible. All your data including notes, notebooks, attachments & settings will be deleted. This is a full account reset. Proceed with caution." msgstr "" @@ -2583,19 +2591,19 @@ msgstr "" msgid "Faced an issue or have a suggestion? Click here to create a bug report" msgstr "" -#: src/strings.ts:2392 +#: src/strings.ts:2395 msgid "Failed" msgstr "" -#: src/strings.ts:1924 +#: src/strings.ts:1927 msgid "Failed to copy note" msgstr "" -#: src/strings.ts:1548 +#: src/strings.ts:1551 msgid "Failed to decrypt backup" msgstr "" -#: src/strings.ts:1990 +#: src/strings.ts:1993 msgid "Failed to delete" msgstr "" @@ -2607,7 +2615,7 @@ msgstr "" msgid "Failed to download file" msgstr "" -#: src/strings.ts:1986 +#: src/strings.ts:1989 msgid "Failed to install theme." msgstr "" @@ -2619,7 +2627,7 @@ msgstr "" msgid "Failed to publish note" msgstr "" -#: src/strings.ts:1991 +#: src/strings.ts:1994 msgid "Failed to register task" msgstr "" @@ -2631,7 +2639,7 @@ msgstr "" msgid "Failed to send recovery email" msgstr "" -#: src/strings.ts:1389 +#: src/strings.ts:1392 msgid "Failed to send verification email" msgstr "" @@ -2639,11 +2647,11 @@ msgstr "" msgid "Failed to subscribe" msgstr "" -#: src/strings.ts:2191 +#: src/strings.ts:2194 msgid "Failed to take backup" msgstr "" -#: src/strings.ts:2193 +#: src/strings.ts:2196 msgid "Failed to take backup of your data. Do you want to continue logging out?" msgstr "" @@ -2659,20 +2667,20 @@ msgstr "" msgid "Fallback method for 2FA enabled" msgstr "" -#: src/strings.ts:2020 +#: src/strings.ts:2023 msgid "Favorite" msgstr "" #: src/strings.ts:321 -#: src/strings.ts:1509 +#: src/strings.ts:1512 msgid "Favorites" msgstr "" -#: src/strings.ts:2404 +#: src/strings.ts:2407 msgid "February 2022 Week 2" msgstr "" -#: src/strings.ts:2405 +#: src/strings.ts:2408 msgid "February 2022 Week 3" msgstr "" @@ -2704,27 +2712,27 @@ msgstr "" msgid "File too big" msgstr "" -#: src/strings.ts:1466 +#: src/strings.ts:1469 msgid "Filter attachments by filename, type or hash" msgstr "" -#: src/strings.ts:1821 +#: src/strings.ts:1824 msgid "Filter languages" msgstr "" -#: src/strings.ts:1657 +#: src/strings.ts:1660 msgid "Fix it" msgstr "" -#: src/strings.ts:2299 +#: src/strings.ts:2302 msgid "Float image" msgstr "" -#: src/strings.ts:2003 +#: src/strings.ts:2006 msgid "Focus mode" msgstr "" -#: src/strings.ts:2151 +#: src/strings.ts:2154 msgid "Follow" msgstr "" @@ -2744,27 +2752,27 @@ msgstr "" msgid "Follow us on X for updates and news about Notesnook" msgstr "" -#: src/strings.ts:2264 +#: src/strings.ts:2267 msgid "Font family" msgstr "" -#: src/strings.ts:2452 +#: src/strings.ts:2455 msgid "Font ligatures" msgstr "" -#: src/strings.ts:2265 +#: src/strings.ts:2268 msgid "Font size" msgstr "" -#: src/strings.ts:1674 +#: src/strings.ts:1677 msgid "For a more integrated user experience, try out Notesnook for {platform}" msgstr "" -#: src/strings.ts:1755 +#: src/strings.ts:1758 msgid "for help regarding how to use the Notesnook Importer." msgstr "" -#: src/strings.ts:2183 +#: src/strings.ts:2186 msgid "Force logout from all your other logged in devices." msgstr "" @@ -2776,7 +2784,7 @@ msgstr "" msgid "Force push changes" msgstr "" -#: src/strings.ts:2200 +#: src/strings.ts:2203 msgid "" "Force push:\n" "Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device.\n" @@ -2791,7 +2799,7 @@ msgstr "" msgid "Forgot password?" msgstr "" -#: src/strings.ts:2457 +#: src/strings.ts:2460 msgid "Free plan" msgstr "" @@ -2803,27 +2811,27 @@ msgstr "" msgid "Friday" msgstr "" -#: src/strings.ts:2360 +#: src/strings.ts:2363 msgid "From code" msgstr "" -#: src/strings.ts:2357 +#: src/strings.ts:2360 msgid "From URL" msgstr "" -#: src/strings.ts:1987 +#: src/strings.ts:1990 msgid "Full name updated" msgstr "" -#: src/strings.ts:2194 +#: src/strings.ts:2197 msgid "Full offline mode" msgstr "" -#: src/strings.ts:2312 +#: src/strings.ts:2315 msgid "Full screen" msgstr "" -#: src/strings.ts:2080 +#: src/strings.ts:2083 msgid "General" msgstr "" @@ -2835,23 +2843,23 @@ msgstr "" msgid "Get Notesnook app on your desktop and access all notes" msgstr "" -#: src/strings.ts:2145 +#: src/strings.ts:2148 msgid "Get Notesnook app on your iPhone and access all your notes on the go." msgstr "" -#: src/strings.ts:2147 +#: src/strings.ts:2150 msgid "Get Notesnook app on your iPhone or Android device and access all your notes on the go." msgstr "" -#: src/strings.ts:1370 +#: src/strings.ts:1373 msgid "Get Notesnook Pro" msgstr "" -#: src/strings.ts:1355 +#: src/strings.ts:1358 msgid "Get Notesnook Pro to enable automatic backups" msgstr "" -#: src/strings.ts:2396 +#: src/strings.ts:2399 msgid "Get Priority support" msgstr "" @@ -2863,7 +2871,7 @@ msgstr "" msgid "Get started" msgstr "" -#: src/strings.ts:1873 +#: src/strings.ts:1876 msgid "Getting encryption key..." msgstr "" @@ -2875,43 +2883,43 @@ msgstr "" msgid "Getting recovery codes" msgstr "" -#: src/strings.ts:2150 +#: src/strings.ts:2153 msgid "GNU GENERAL PUBLIC LICENSE Version 3" msgstr "" -#: src/strings.ts:2435 +#: src/strings.ts:2438 msgid "Go back in tab" msgstr "" -#: src/strings.ts:2213 +#: src/strings.ts:2216 msgid "Go back to notebooks" msgstr "" -#: src/strings.ts:2214 +#: src/strings.ts:2217 msgid "Go back to tags" msgstr "" -#: src/strings.ts:2434 +#: src/strings.ts:2437 msgid "Go forward in tab" msgstr "" -#: src/strings.ts:1801 +#: src/strings.ts:1804 msgid "Go to" msgstr "" -#: src/strings.ts:1802 +#: src/strings.ts:1805 msgid "Go to #{tag}" msgstr "" -#: src/strings.ts:1685 +#: src/strings.ts:1688 msgid "Go to next page" msgstr "" -#: src/strings.ts:1686 +#: src/strings.ts:1689 msgid "Go to previous page" msgstr "" -#: src/strings.ts:1292 +#: src/strings.ts:1295 msgid "Go to web app" msgstr "" @@ -2923,7 +2931,7 @@ msgstr "" msgid "GROUP" msgstr "" -#: src/strings.ts:1875 +#: src/strings.ts:1878 msgid "Group added successfully" msgstr "" @@ -2935,19 +2943,19 @@ msgstr "" msgid "Hash copied" msgstr "" -#: src/strings.ts:2197 +#: src/strings.ts:2200 msgid "Having problems with sync?" msgstr "" -#: src/strings.ts:2338 +#: src/strings.ts:2341 msgid "Heading {level}" msgstr "" -#: src/strings.ts:2266 +#: src/strings.ts:2269 msgid "Headings" msgstr "" -#: src/strings.ts:2373 +#: src/strings.ts:2376 msgid "Height" msgstr "" @@ -2959,7 +2967,7 @@ msgstr "" msgid "Help improve Notesnook by sending completely anonymized" msgstr "" -#: src/strings.ts:1363 +#: src/strings.ts:1366 msgid "Hide" msgstr "" @@ -2967,11 +2975,11 @@ msgstr "" msgid "Hide app contents when you switch to other apps. This will also disable screenshot taking in the app." msgstr "" -#: src/strings.ts:2156 +#: src/strings.ts:2159 msgid "Hide note title" msgstr "" -#: src/strings.ts:2269 +#: src/strings.ts:2272 msgid "Highlight" msgstr "" @@ -2979,7 +2987,7 @@ msgstr "" msgid "History" msgstr "" -#: src/strings.ts:1515 +#: src/strings.ts:1518 msgid "Home" msgstr "" @@ -2987,19 +2995,19 @@ msgstr "" msgid "Homepage" msgstr "" -#: src/strings.ts:1305 +#: src/strings.ts:1308 msgid "Homepage changed to {name}" msgstr "" -#: src/strings.ts:2319 +#: src/strings.ts:2322 msgid "Horizontal rule" msgstr "" -#: src/strings.ts:1786 +#: src/strings.ts:1789 msgid "How do you want to recover your account?" msgstr "" -#: src/strings.ts:1656 +#: src/strings.ts:1659 msgid "How to fix it?" msgstr "" @@ -3027,15 +3035,15 @@ msgstr "" msgid "I have a recovery code" msgstr "" -#: src/strings.ts:1874 +#: src/strings.ts:1877 msgid "I have saved my key" msgstr "" -#: src/strings.ts:2413 +#: src/strings.ts:2416 msgid "I love cooking and collecting recipes." msgstr "" -#: src/strings.ts:2198 +#: src/strings.ts:2201 msgid "I understand" msgstr "" @@ -3051,29 +3059,29 @@ msgstr "" msgid "If this continues to happen, please reach out to us via" msgstr "" -#: src/strings.ts:2101 +#: src/strings.ts:2104 msgid "If true, Notesnook will automatically start up when you turn on & login to your system." msgstr "" -#: src/strings.ts:2104 +#: src/strings.ts:2107 msgid "If true, Notesnook will start minimized to either the system tray or your system taskbar/dock. This setting only works with Auto start on system startup is enabled." msgstr "" -#: src/strings.ts:1712 +#: src/strings.ts:1715 msgid "If you can't scan the QR code above, enter this text instead (spaces don't matter)" msgstr "" -#: src/strings.ts:1382 +#: src/strings.ts:1385 msgid "" "If you didn't get an email from us or the confirmation link isn't\n" " working," msgstr "" -#: src/strings.ts:1792 +#: src/strings.ts:1795 msgid "If you don't have a recovery key, you can recover your data by restoring a Notesnook data backup file (.nnbackup)." msgstr "" -#: src/strings.ts:2065 +#: src/strings.ts:2068 msgid "If you face any issue, you can reach out to us anytime." msgstr "" @@ -3081,7 +3089,7 @@ msgstr "" msgid "If you want to ask something in general or need some assistance, we would suggest that you" msgstr "" -#: src/strings.ts:2324 +#: src/strings.ts:2327 msgid "Image" msgstr "" @@ -3089,11 +3097,11 @@ msgstr "" msgid "Image Compression" msgstr "" -#: src/strings.ts:2300 +#: src/strings.ts:2303 msgid "Image properties" msgstr "" -#: src/strings.ts:2295 +#: src/strings.ts:2298 msgid "Image settings" msgstr "" @@ -3109,19 +3117,19 @@ msgstr "" msgid "Images uploaded without compression are slow to load and take more bandwidth. We recommend compressing images unless you need image in original quality." msgstr "" -#: src/strings.ts:1570 +#: src/strings.ts:1573 msgid "Immediately" msgstr "" -#: src/strings.ts:2128 +#: src/strings.ts:2131 msgid "Import & export" msgstr "" -#: src/strings.ts:1739 +#: src/strings.ts:1742 msgid "Import completed" msgstr "" -#: src/strings.ts:1754 +#: src/strings.ts:1757 msgid "import guide" msgstr "" @@ -3129,7 +3137,7 @@ msgstr "" msgid "Incoming" msgstr "" -#: src/strings.ts:1825 +#: src/strings.ts:1828 msgid "Incoming note" msgstr "" @@ -3137,59 +3145,59 @@ msgstr "" msgid "Incorrect {type}" msgstr "" -#: src/strings.ts:2382 +#: src/strings.ts:2385 msgid "Increase {title}" msgstr "" -#: src/strings.ts:2223 +#: src/strings.ts:2226 msgid "Insert" msgstr "" -#: src/strings.ts:2379 +#: src/strings.ts:2382 msgid "Insert a {rows}x{columns} table" msgstr "" -#: src/strings.ts:2329 +#: src/strings.ts:2332 msgid "Insert a table" msgstr "" -#: src/strings.ts:2331 +#: src/strings.ts:2334 msgid "Insert an embed" msgstr "" -#: src/strings.ts:2325 +#: src/strings.ts:2328 msgid "Insert an image" msgstr "" -#: src/strings.ts:2276 +#: src/strings.ts:2279 msgid "Insert column left" msgstr "" -#: src/strings.ts:2277 +#: src/strings.ts:2280 msgid "Insert column right" msgstr "" -#: src/strings.ts:2221 +#: src/strings.ts:2224 msgid "Insert link" msgstr "" -#: src/strings.ts:2283 +#: src/strings.ts:2286 msgid "Insert row above" msgstr "" -#: src/strings.ts:2284 +#: src/strings.ts:2287 msgid "Insert row below" msgstr "" -#: src/strings.ts:1672 +#: src/strings.ts:1675 msgid "Install Notesnook" msgstr "" -#: src/strings.ts:2136 +#: src/strings.ts:2139 msgid "Install update" msgstr "" -#: src/strings.ts:1707 +#: src/strings.ts:1710 msgid "installs" msgstr "" @@ -3197,11 +3205,11 @@ msgstr "" msgid "Invalid {type}" msgstr "" -#: src/strings.ts:1979 +#: src/strings.ts:1982 msgid "Invalid CORS proxy url" msgstr "" -#: src/strings.ts:1470 +#: src/strings.ts:1473 msgid "Invalid email" msgstr "" @@ -3214,7 +3222,7 @@ msgstr "" msgid "It may take a minute to receive your code." msgstr "" -#: src/strings.ts:1578 +#: src/strings.ts:1581 msgid "It seems that your changes could not be saved. What to do next:" msgstr "" @@ -3222,7 +3230,7 @@ msgstr "" msgid "It took us a year to bring Notesnook to life. Share your experience and suggestions to help us improve it." msgstr "" -#: src/strings.ts:2245 +#: src/strings.ts:2248 msgid "Italic" msgstr "" @@ -3235,7 +3243,7 @@ msgid "Item" msgstr "" #: src/strings.ts:311 -#: src/strings.ts:1691 +#: src/strings.ts:1694 msgid "items" msgstr "" @@ -3243,7 +3251,7 @@ msgstr "" msgid "Items" msgstr "" -#: src/strings.ts:2148 +#: src/strings.ts:2151 msgid "Join community" msgstr "" @@ -3267,11 +3275,11 @@ msgstr "" msgid "Join our Telegram group to chat with other users and the team" msgstr "" -#: src/strings.ts:2056 +#: src/strings.ts:2059 msgid "Join the cause" msgstr "" -#: src/strings.ts:2014 +#: src/strings.ts:2017 msgid "Jump to group" msgstr "" @@ -3279,19 +3287,19 @@ msgstr "" msgid "Keep" msgstr "" -#: src/strings.ts:2009 +#: src/strings.ts:2012 msgid "Keep open" msgstr "" -#: src/strings.ts:1347 +#: src/strings.ts:1350 msgid "Keep your data safe" msgstr "" -#: src/strings.ts:2116 +#: src/strings.ts:2119 msgid "Languages" msgstr "" -#: src/strings.ts:2218 +#: src/strings.ts:2221 msgid "Last edited at" msgstr "" @@ -3319,7 +3327,7 @@ msgstr "" msgid "Learn more about Notesnook Monograph" msgstr "" -#: src/strings.ts:1550 +#: src/strings.ts:1553 msgid "Legal" msgstr "" @@ -3327,15 +3335,15 @@ msgstr "" msgid "Let us know if you have faced any issue/bug while using Notesnook. We will try to fix it as soon as possible." msgstr "" -#: src/strings.ts:2149 +#: src/strings.ts:2152 msgid "License" msgstr "" -#: src/strings.ts:1708 +#: src/strings.ts:1711 msgid "Licensed under {license}" msgstr "" -#: src/strings.ts:2315 +#: src/strings.ts:2318 msgid "Lift list item" msgstr "" @@ -3343,7 +3351,7 @@ msgstr "" msgid "Light" msgstr "" -#: src/strings.ts:2345 +#: src/strings.ts:2348 msgid "Line {line}, Column {column}" msgstr "" @@ -3351,7 +3359,7 @@ msgstr "" msgid "Line spacing changed" msgstr "" -#: src/strings.ts:2249 +#: src/strings.ts:2252 msgid "Link" msgstr "" @@ -3363,15 +3371,15 @@ msgstr "" msgid "Link notebooks" msgstr "" -#: src/strings.ts:2464 +#: src/strings.ts:2467 msgid "Link notes" msgstr "" -#: src/strings.ts:2254 +#: src/strings.ts:2257 msgid "Link settings" msgstr "" -#: src/strings.ts:2375 +#: src/strings.ts:2378 msgid "Link text" msgstr "" @@ -3391,7 +3399,7 @@ msgstr "" msgid "Linked notes" msgstr "" -#: src/strings.ts:1584 +#: src/strings.ts:1587 msgid "Linking to a specific block is not available for locked notes." msgstr "" @@ -3403,7 +3411,7 @@ msgstr "" msgid "Load from file" msgstr "" -#: src/strings.ts:1683 +#: src/strings.ts:1686 msgid "Loading" msgstr "" @@ -3412,7 +3420,7 @@ msgstr "" msgid "Loading {0}, please wait..." msgstr "" -#: src/strings.ts:1652 +#: src/strings.ts:1655 msgid "Loading editor. Please wait..." msgstr "" @@ -3424,7 +3432,7 @@ msgstr "" msgid "Loading themes..." msgstr "" -#: src/strings.ts:1315 +#: src/strings.ts:1318 msgid "Loading trash" msgstr "" @@ -3476,7 +3484,7 @@ msgstr "" msgid "Locked notes cannot be published" msgstr "" -#: src/strings.ts:2181 +#: src/strings.ts:2184 msgid "Log out from all other devices" msgstr "" @@ -3492,7 +3500,7 @@ msgstr "" msgid "Logging out. Please wait..." msgstr "" -#: src/strings.ts:1770 +#: src/strings.ts:1773 msgid "Logging you in" msgstr "" @@ -3512,7 +3520,7 @@ msgstr "" msgid "Login successful" msgstr "" -#: src/strings.ts:1350 +#: src/strings.ts:1353 msgid "Login to encrypt and sync notes" msgstr "" @@ -3532,11 +3540,11 @@ msgstr "" msgid "Logout from this device" msgstr "" -#: src/strings.ts:1400 +#: src/strings.ts:1403 msgid "Long press on any item in list to enter multi-select mode." msgstr "" -#: src/strings.ts:2350 +#: src/strings.ts:2353 msgid "Make task list readonly" msgstr "" @@ -3576,7 +3584,7 @@ msgstr "" msgid "Manage your sync settings here" msgstr "" -#: src/strings.ts:1428 +#: src/strings.ts:1431 msgid "Mark important notes by adding them to favorites." msgstr "" @@ -3588,39 +3596,39 @@ msgstr "" msgid "Marketing emails" msgstr "" -#: src/strings.ts:2363 +#: src/strings.ts:2366 msgid "Match case" msgstr "" -#: src/strings.ts:2364 +#: src/strings.ts:2367 msgid "Match whole word" msgstr "" -#: src/strings.ts:2271 +#: src/strings.ts:2274 msgid "Math (inline)" msgstr "" -#: src/strings.ts:2322 +#: src/strings.ts:2325 msgid "Math & formulas" msgstr "" -#: src/strings.ts:2028 +#: src/strings.ts:2031 msgid "Maximize" msgstr "" -#: src/strings.ts:2058 +#: src/strings.ts:2061 msgid "Meet other privacy-minded people & talk to us directly about your concerns, issues and suggestions." msgstr "" -#: src/strings.ts:2406 +#: src/strings.ts:2409 msgid "Meetings" msgstr "" -#: src/strings.ts:1767 +#: src/strings.ts:1770 msgid "Member since {date}" msgstr "" -#: src/strings.ts:2282 +#: src/strings.ts:2285 msgid "Merge cells" msgstr "" @@ -3638,15 +3646,15 @@ msgstr "" msgid "min" msgstr "" -#: src/strings.ts:1997 +#: src/strings.ts:2000 msgid "Minimal" msgstr "" -#: src/strings.ts:2027 +#: src/strings.ts:2030 msgid "Minimize" msgstr "" -#: src/strings.ts:2105 +#: src/strings.ts:2108 msgid "Minimize to system tray" msgstr "" @@ -3662,7 +3670,7 @@ msgstr "" msgid "Monday" msgstr "" -#: src/strings.ts:1619 +#: src/strings.ts:1622 msgid "Monograph server" msgstr "" @@ -3672,19 +3680,19 @@ msgstr "" #: src/strings.ts:322 #: src/strings.ts:930 -#: src/strings.ts:1517 +#: src/strings.ts:1520 msgid "Monographs" msgstr "" -#: src/strings.ts:1410 +#: src/strings.ts:1413 msgid "Monographs can be encrypted with a secret key and shared with anyone." msgstr "" -#: src/strings.ts:1405 +#: src/strings.ts:1408 msgid "Monographs enable you to share your notes in a secure and private way." msgstr "" -#: src/strings.ts:1828 +#: src/strings.ts:1831 msgid "month" msgstr "" @@ -3693,11 +3701,11 @@ msgid "Month" msgstr "" #: src/strings.ts:169 -#: src/strings.ts:1558 +#: src/strings.ts:1561 msgid "Monthly" msgstr "" -#: src/strings.ts:2302 +#: src/strings.ts:2305 msgid "More" msgstr "" @@ -3705,15 +3713,15 @@ msgstr "" msgid "Move" msgstr "" -#: src/strings.ts:2351 +#: src/strings.ts:2354 msgid "Move all checked tasks to bottom" msgstr "" -#: src/strings.ts:2278 +#: src/strings.ts:2281 msgid "Move column left" msgstr "" -#: src/strings.ts:2279 +#: src/strings.ts:2282 msgid "Move column right" msgstr "" @@ -3725,11 +3733,11 @@ msgstr "" msgid "Move notes" msgstr "" -#: src/strings.ts:2286 +#: src/strings.ts:2289 msgid "Move row down" msgstr "" -#: src/strings.ts:2285 +#: src/strings.ts:2288 msgid "Move row up" msgstr "" @@ -3753,11 +3761,11 @@ msgstr "" msgid "Name" msgstr "" -#: src/strings.ts:1676 +#: src/strings.ts:1679 msgid "Native high-performance encryption" msgstr "" -#: src/strings.ts:2431 +#: src/strings.ts:2434 msgid "Navigate" msgstr "" @@ -3765,7 +3773,7 @@ msgstr "" msgid "Never" msgstr "" -#: src/strings.ts:1330 +#: src/strings.ts:1333 msgid "Never ask again" msgstr "" @@ -3785,7 +3793,7 @@ msgstr "" msgid "New color" msgstr "" -#: src/strings.ts:1834 +#: src/strings.ts:1837 msgid "New Email" msgstr "" @@ -3801,11 +3809,11 @@ msgstr "" msgid "New notebook" msgstr "" -#: src/strings.ts:1468 +#: src/strings.ts:1471 msgid "New password" msgstr "" -#: src/strings.ts:1474 +#: src/strings.ts:1477 msgid "New pin" msgstr "" @@ -3817,11 +3825,11 @@ msgstr "" msgid "New tab" msgstr "" -#: src/strings.ts:2437 +#: src/strings.ts:2440 msgid "New tag" msgstr "" -#: src/strings.ts:1356 +#: src/strings.ts:1359 msgid "New update available" msgstr "" @@ -3829,7 +3837,7 @@ msgstr "" msgid "New version" msgstr "" -#: src/strings.ts:2012 +#: src/strings.ts:2015 msgid "Newest - oldest" msgstr "" @@ -3841,11 +3849,11 @@ msgstr "" msgid "Next" msgstr "" -#: src/strings.ts:2367 +#: src/strings.ts:2370 msgid "Next match" msgstr "" -#: src/strings.ts:2432 +#: src/strings.ts:2435 msgid "Next tab" msgstr "" @@ -3881,11 +3889,11 @@ msgstr "" msgid "No downloads in progress." msgstr "" -#: src/strings.ts:1972 +#: src/strings.ts:1975 msgid "No encryption key found" msgstr "" -#: src/strings.ts:1653 +#: src/strings.ts:1656 msgid "No headings found" msgstr "" @@ -3909,7 +3917,7 @@ msgstr "" msgid "No references found of this note" msgstr "" -#: src/strings.ts:1504 +#: src/strings.ts:1507 msgid "No results found" msgstr "" @@ -3917,7 +3925,7 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/strings.ts:1504 +#: src/strings.ts:1507 msgid "No results found for {query}" msgstr "" @@ -3933,7 +3941,7 @@ msgstr "" msgid "None" msgstr "" -#: src/strings.ts:2002 +#: src/strings.ts:2005 msgid "Normal mode" msgstr "" @@ -3954,7 +3962,7 @@ msgstr "" msgid "Note copied to clipboard" msgstr "" -#: src/strings.ts:1937 +#: src/strings.ts:1940 msgid "Note does not exist" msgstr "" @@ -3970,7 +3978,7 @@ msgstr "" msgid "Note restored from history" msgstr "" -#: src/strings.ts:1573 +#: src/strings.ts:1576 msgid "Note title" msgstr "" @@ -3991,11 +3999,11 @@ msgid "notebook" msgstr "" #: src/strings.ts:296 -#: src/strings.ts:1508 +#: src/strings.ts:1511 msgid "Notebook" msgstr "" -#: src/strings.ts:2467 +#: src/strings.ts:2470 msgid "Notebook added" msgstr "" @@ -4005,15 +4013,15 @@ msgstr "" #: src/strings.ts:258 #: src/strings.ts:316 -#: src/strings.ts:1507 +#: src/strings.ts:1510 msgid "Notebooks" msgstr "" -#: src/strings.ts:1782 +#: src/strings.ts:1785 msgid "NOTEBOOKS" msgstr "" -#: src/strings.ts:2228 +#: src/strings.ts:2231 msgid "Notebooks are the best way to organize your notes." msgstr "" @@ -4022,7 +4030,7 @@ msgid "notes" msgstr "" #: src/strings.ts:315 -#: src/strings.ts:1506 +#: src/strings.ts:1509 msgid "Notes" msgstr "" @@ -4030,15 +4038,15 @@ msgstr "" msgid "Notes exported as {path} successfully" msgstr "" -#: src/strings.ts:1738 +#: src/strings.ts:1741 msgid "notes imported" msgstr "" -#: src/strings.ts:2055 +#: src/strings.ts:2058 msgid "Notesnook encrypts everything offline before syncing to your other devices. This means that no one can read your notes except you. Not even us." msgstr "" -#: src/strings.ts:2130 +#: src/strings.ts:2133 msgid "Notesnook Importer" msgstr "" @@ -4046,7 +4054,7 @@ msgstr "" msgid "Notesnook Pro" msgstr "" -#: src/strings.ts:2162 +#: src/strings.ts:2165 msgid "" "Notesnook uses the following DNS providers:\n" "\n" @@ -4064,23 +4072,23 @@ msgstr "" msgid "Notesnook will send you an SMS with a 2FA code when prompted" msgstr "" -#: src/strings.ts:2125 +#: src/strings.ts:2128 msgid "Notifications" msgstr "" -#: src/strings.ts:1365 +#: src/strings.ts:1368 msgid "Notifications disabled" msgstr "" -#: src/strings.ts:2262 +#: src/strings.ts:2265 msgid "Numbered list" msgstr "" -#: src/strings.ts:1706 +#: src/strings.ts:1709 msgid "of" msgstr "" -#: src/strings.ts:1590 +#: src/strings.ts:1593 msgid "Off" msgstr "" @@ -4088,7 +4096,7 @@ msgstr "" msgid "Offline" msgstr "" -#: src/strings.ts:2215 +#: src/strings.ts:2218 msgid "Okay" msgstr "" @@ -4096,15 +4104,15 @@ msgstr "" msgid "Old - new" msgstr "" -#: src/strings.ts:1467 +#: src/strings.ts:1470 msgid "Old password" msgstr "" -#: src/strings.ts:1823 +#: src/strings.ts:1826 msgid "Older version" msgstr "" -#: src/strings.ts:2011 +#: src/strings.ts:2014 msgid "Oldest - newest" msgstr "" @@ -4112,7 +4120,7 @@ msgstr "" msgid "Once your password is changed, please make sure to save the new account recovery key" msgstr "" -#: src/strings.ts:1759 +#: src/strings.ts:1762 msgid "Only .zip files are supported." msgstr "" @@ -4128,11 +4136,11 @@ msgstr "" msgid "Open in browser" msgstr "" -#: src/strings.ts:1294 +#: src/strings.ts:1297 msgid "Open in browser to manage subscription" msgstr "" -#: src/strings.ts:2313 +#: src/strings.ts:2316 msgid "Open in new tab" msgstr "" @@ -4140,19 +4148,19 @@ msgstr "" msgid "Open issue" msgstr "" -#: src/strings.ts:2252 +#: src/strings.ts:2255 msgid "Open link" msgstr "" -#: src/strings.ts:1851 +#: src/strings.ts:1854 msgid "Open note" msgstr "" -#: src/strings.ts:1368 +#: src/strings.ts:1371 msgid "Open settings" msgstr "" -#: src/strings.ts:2314 +#: src/strings.ts:2317 msgid "Open source" msgstr "" @@ -4172,7 +4180,7 @@ msgstr "" msgid "Open the two-factor authentication (TOTP) app to view your authentication code." msgstr "" -#: src/strings.ts:1845 +#: src/strings.ts:1848 msgid "Optional" msgstr "" @@ -4180,11 +4188,11 @@ msgstr "" msgid "or email us at" msgstr "" -#: src/strings.ts:2010 +#: src/strings.ts:2013 msgid "Order by" msgstr "" -#: src/strings.ts:2208 +#: src/strings.ts:2211 msgid "Order ID" msgstr "" @@ -4193,19 +4201,19 @@ msgstr "" msgid "Orphaned" msgstr "" -#: src/strings.ts:2133 +#: src/strings.ts:2136 msgid "Other" msgstr "" -#: src/strings.ts:2334 +#: src/strings.ts:2337 msgid "Outline list" msgstr "" -#: src/strings.ts:2337 +#: src/strings.ts:2340 msgid "Paragraph" msgstr "" -#: src/strings.ts:2089 +#: src/strings.ts:2092 msgid "Partial backups contain all your data except attachments. They are created from data already available on your device and do not require an Internet connection." msgstr "" @@ -4213,7 +4221,7 @@ msgstr "" msgid "Partially refunded" msgstr "" -#: src/strings.ts:2391 +#: src/strings.ts:2394 msgid "Passed" msgstr "" @@ -4249,31 +4257,31 @@ msgstr "" msgid "Password updated" msgstr "" -#: src/strings.ts:2069 +#: src/strings.ts:2072 msgid "Password/pin" msgstr "" -#: src/strings.ts:2236 +#: src/strings.ts:2239 msgid "Paste" msgstr "" -#: src/strings.ts:2237 +#: src/strings.ts:2240 msgid "Paste and match style" msgstr "" -#: src/strings.ts:2359 +#: src/strings.ts:2362 msgid "Paste embed code here. Only iframes are supported." msgstr "" -#: src/strings.ts:2374 +#: src/strings.ts:2377 msgid "Paste image URL here" msgstr "" -#: src/strings.ts:2238 +#: src/strings.ts:2241 msgid "Paste without formatting" msgstr "" -#: src/strings.ts:2187 +#: src/strings.ts:2190 msgid "Payment method" msgstr "" @@ -4281,11 +4289,11 @@ msgstr "" msgid "PDF is password protected" msgstr "" -#: src/strings.ts:1717 +#: src/strings.ts:1720 msgid "phone number" msgstr "" -#: src/strings.ts:1836 +#: src/strings.ts:1839 msgid "Phone number" msgstr "" @@ -4297,7 +4305,7 @@ msgstr "" msgid "Pin" msgstr "" -#: src/strings.ts:1678 +#: src/strings.ts:1681 msgid "Pin notes in notifications drawer" msgstr "" @@ -4309,7 +4317,7 @@ msgstr "" msgid "Pinned" msgstr "" -#: src/strings.ts:1352 +#: src/strings.ts:1355 msgid "Please confirm your email to sync notes" msgstr "" @@ -4318,7 +4326,7 @@ msgid "Please confirm your identity by entering a recovery code." msgstr "" #: src/strings.ts:972 -#: src/strings.ts:2220 +#: src/strings.ts:2223 msgid "Please confirm your identity by entering the authentication code from your authenticator app." msgstr "" @@ -4331,31 +4339,31 @@ msgstr "" msgid "Please confirm your identity by entering the authentication code sent to your email address." msgstr "" -#: src/strings.ts:1897 +#: src/strings.ts:1900 msgid "Please download a backup of your data as your account will be cleared before recovery." msgstr "" -#: src/strings.ts:1500 +#: src/strings.ts:1503 msgid "Please enter a valid email address" msgstr "" -#: src/strings.ts:1942 +#: src/strings.ts:1945 msgid "Please enter a valid hex color (e.g. #ffffff)" msgstr "" -#: src/strings.ts:1501 +#: src/strings.ts:1504 msgid "Please enter a valid phone number with country code" msgstr "" -#: src/strings.ts:1623 +#: src/strings.ts:1626 msgid "Please enter a valid URL" msgstr "" -#: src/strings.ts:1608 +#: src/strings.ts:1611 msgid "Please enter password of this backup file" msgstr "" -#: src/strings.ts:2231 +#: src/strings.ts:2234 msgid "Please enter the password to decrypt and restore this backup." msgstr "" @@ -4363,11 +4371,11 @@ msgstr "" msgid "Please enter the password to unlock the PDF and view the content." msgstr "" -#: src/strings.ts:1853 +#: src/strings.ts:1856 msgid "Please enter the password to unlock this note" msgstr "" -#: src/strings.ts:1850 +#: src/strings.ts:1853 msgid "Please enter the password to view this version" msgstr "" @@ -4383,7 +4391,7 @@ msgstr "" msgid "Please enter your password to continue" msgstr "" -#: src/strings.ts:1921 +#: src/strings.ts:1924 msgid "Please enter your vault password to continue" msgstr "" @@ -4391,7 +4399,7 @@ msgstr "" msgid "Please fill all the fields to continue." msgstr "" -#: src/strings.ts:1544 +#: src/strings.ts:1547 msgid "Please grant notifications permission to add new reminders." msgstr "" @@ -4403,31 +4411,31 @@ msgstr "" msgid "Please note that we will respond to your issue on the given link. We recommend that you save it." msgstr "" -#: src/strings.ts:1753 +#: src/strings.ts:1756 msgid "Please refer to the" msgstr "" -#: src/strings.ts:1545 +#: src/strings.ts:1548 msgid "Please select the day to repeat the reminder on" msgstr "" -#: src/strings.ts:1384 +#: src/strings.ts:1387 msgid "please send us an email from your registered email address" msgstr "" -#: src/strings.ts:2380 +#: src/strings.ts:2383 msgid "Please set a table size" msgstr "" -#: src/strings.ts:1546 +#: src/strings.ts:1549 msgid "Please set title of the reminder" msgstr "" -#: src/strings.ts:1975 +#: src/strings.ts:1978 msgid "Please try again" msgstr "" -#: src/strings.ts:1995 +#: src/strings.ts:1998 msgid "Please upgrade to Pro to enable automatic backups." msgstr "" @@ -4443,8 +4451,8 @@ msgstr "" msgid "Please wait before requesting a new code" msgstr "" -#: src/strings.ts:1387 -#: src/strings.ts:1539 +#: src/strings.ts:1390 +#: src/strings.ts:1542 msgid "Please wait before requesting another email" msgstr "" @@ -4460,7 +4468,7 @@ msgstr "" msgid "Please wait while we export your notes." msgstr "" -#: src/strings.ts:1882 +#: src/strings.ts:1885 msgid "Please wait while we finalize your account." msgstr "" @@ -4472,15 +4480,15 @@ msgstr "" msgid "Please wait while we log you out." msgstr "" -#: src/strings.ts:1903 +#: src/strings.ts:1906 msgid "Please wait while we reset your account password." msgstr "" -#: src/strings.ts:1601 +#: src/strings.ts:1604 msgid "Please wait while we restore your backup..." msgstr "" -#: src/strings.ts:1885 +#: src/strings.ts:1888 msgid "Please wait while we send you recovery instructions" msgstr "" @@ -4492,12 +4500,12 @@ msgstr "" msgid "Please wait while we verify your subscription" msgstr "" -#: src/strings.ts:1771 -#: src/strings.ts:1878 +#: src/strings.ts:1774 +#: src/strings.ts:1881 msgid "Please wait while you are authenticated." msgstr "" -#: src/strings.ts:1890 +#: src/strings.ts:1893 msgid "Please wait while your data is downloaded & decrypted." msgstr "" @@ -4505,7 +4513,7 @@ msgstr "" msgid "Preparing note for share" msgstr "" -#: src/strings.ts:1603 +#: src/strings.ts:1606 msgid "Preparing to restore backup file..." msgstr "" @@ -4513,19 +4521,19 @@ msgstr "" msgid "PRESETS" msgstr "" -#: src/strings.ts:2107 +#: src/strings.ts:2110 msgid "Pressing \"—\" will hide the app in your system tray." msgstr "" -#: src/strings.ts:2110 +#: src/strings.ts:2113 msgid "Pressing \"X\" will hide the app in your system tray." msgstr "" -#: src/strings.ts:2158 +#: src/strings.ts:2161 msgid "Prevent note title from appearing in tab/window title." msgstr "" -#: src/strings.ts:2301 +#: src/strings.ts:2304 msgid "Preview attachment" msgstr "" @@ -4533,19 +4541,19 @@ msgstr "" msgid "Preview not available, content is encrypted." msgstr "" -#: src/strings.ts:2368 +#: src/strings.ts:2371 msgid "Previous match" msgstr "" -#: src/strings.ts:2433 +#: src/strings.ts:2436 msgid "Previous tab" msgstr "" -#: src/strings.ts:2022 +#: src/strings.ts:2025 msgid "Print" msgstr "" -#: src/strings.ts:2132 +#: src/strings.ts:2135 msgid "Privacy" msgstr "" @@ -4553,7 +4561,7 @@ msgstr "" msgid "Privacy & security" msgstr "" -#: src/strings.ts:1643 +#: src/strings.ts:1646 msgid "Privacy comes first." msgstr "" @@ -4585,19 +4593,19 @@ msgstr "" msgid "privileged few" msgstr "" -#: src/strings.ts:1709 +#: src/strings.ts:1712 msgid "Pro" msgstr "" -#: src/strings.ts:2458 +#: src/strings.ts:2461 msgid "Pro plan" msgstr "" -#: src/strings.ts:2035 +#: src/strings.ts:2038 msgid "Processing {collection}..." msgstr "" -#: src/strings.ts:2034 +#: src/strings.ts:2037 msgid "Processing..." msgstr "" @@ -4605,15 +4613,15 @@ msgstr "" msgid "Productivity" msgstr "" -#: src/strings.ts:2121 +#: src/strings.ts:2124 msgid "Profile" msgstr "" -#: src/strings.ts:1943 +#: src/strings.ts:1946 msgid "Profile updated" msgstr "" -#: src/strings.ts:1854 +#: src/strings.ts:1857 msgid "Properties" msgstr "" @@ -4621,7 +4629,7 @@ msgstr "" msgid "Protect your notes" msgstr "" -#: src/strings.ts:2169 +#: src/strings.ts:2172 msgid "Proxy" msgstr "" @@ -4653,7 +4661,7 @@ msgstr "" msgid "Published note link will be automatically deleted once it is viewed by someone." msgstr "" -#: src/strings.ts:1359 +#: src/strings.ts:1362 msgid "Quick note" msgstr "" @@ -4661,11 +4669,11 @@ msgstr "" msgid "Quick note notification" msgstr "" -#: src/strings.ts:1680 +#: src/strings.ts:1683 msgid "Quick note widgets" msgstr "" -#: src/strings.ts:2429 +#: src/strings.ts:2432 msgid "Quick open" msgstr "" @@ -4673,15 +4681,15 @@ msgstr "" msgid "Quickly create a note from the notification" msgstr "" -#: src/strings.ts:2321 +#: src/strings.ts:2324 msgid "Quote" msgstr "" -#: src/strings.ts:1345 +#: src/strings.ts:1348 msgid "Rate Notesnook on App Store" msgstr "" -#: src/strings.ts:1346 +#: src/strings.ts:1349 msgid "Rate Notesnook on Play Store" msgstr "" @@ -4709,31 +4717,31 @@ msgstr "" msgid "Read the terms of service" msgstr "" -#: src/strings.ts:1604 +#: src/strings.ts:1607 msgid "Reading backup file..." msgstr "" -#: src/strings.ts:2211 +#: src/strings.ts:2214 msgid "Receipt" msgstr "" -#: src/strings.ts:1599 +#: src/strings.ts:1602 msgid "RECENT BACKUPS" msgstr "" -#: src/strings.ts:2444 +#: src/strings.ts:2447 msgid "Recents" msgstr "" -#: src/strings.ts:2387 +#: src/strings.ts:2390 msgid "Recheck all" msgstr "" -#: src/strings.ts:1989 +#: src/strings.ts:1992 msgid "Rechecking failed" msgstr "" -#: src/strings.ts:2412 +#: src/strings.ts:2415 msgid "Recipes" msgstr "" @@ -4773,19 +4781,19 @@ msgstr "" msgid "Recovery key text file saved" msgstr "" -#: src/strings.ts:1904 +#: src/strings.ts:1907 msgid "Recovery successful!" msgstr "" -#: src/strings.ts:2424 +#: src/strings.ts:2427 msgid "Redeem" msgstr "" -#: src/strings.ts:2421 +#: src/strings.ts:2424 msgid "Redeem gift code" msgstr "" -#: src/strings.ts:2423 +#: src/strings.ts:2426 msgid "Redeeming gift code" msgstr "" @@ -4805,7 +4813,7 @@ msgstr "" msgid "Regenerate" msgstr "" -#: src/strings.ts:2075 +#: src/strings.ts:2078 msgid "Register" msgstr "" @@ -4813,19 +4821,19 @@ msgstr "" msgid "Release notes" msgstr "" -#: src/strings.ts:2446 +#: src/strings.ts:2449 msgid "Release track" msgstr "" -#: src/strings.ts:1658 +#: src/strings.ts:1661 msgid "Reload app" msgstr "" -#: src/strings.ts:1816 +#: src/strings.ts:1819 msgid "Relogin to your account" msgstr "" -#: src/strings.ts:1784 +#: src/strings.ts:1787 msgid "Remembered your password?" msgstr "" @@ -4837,7 +4845,7 @@ msgstr "" msgid "Remind me in" msgstr "" -#: src/strings.ts:1494 +#: src/strings.ts:1497 msgid "Remind me of..." msgstr "" @@ -4853,7 +4861,7 @@ msgstr "" msgid "Reminder notifications" msgstr "" -#: src/strings.ts:1547 +#: src/strings.ts:1550 msgid "Reminder time cannot be earlier than the current time." msgstr "" @@ -4863,15 +4871,15 @@ msgstr "" #: src/strings.ts:318 #: src/strings.ts:1235 -#: src/strings.ts:1510 +#: src/strings.ts:1513 msgid "Reminders" msgstr "" -#: src/strings.ts:1367 +#: src/strings.ts:1370 msgid "Reminders cannot be set because notifications have been disabled from app settings. If you want to keep receiving reminder notifications, enable notifications for Notesnook from app settings." msgstr "" -#: src/strings.ts:1941 +#: src/strings.ts:1944 msgid "Reminders will not be active on this device as it does not support notifications." msgstr "" @@ -4903,7 +4911,7 @@ msgstr "" msgid "Remove as default" msgstr "" -#: src/strings.ts:2305 +#: src/strings.ts:2308 msgid "Remove attachment" msgstr "" @@ -4915,7 +4923,7 @@ msgstr "" msgid "Remove from notebook" msgstr "" -#: src/strings.ts:2445 +#: src/strings.ts:2448 msgid "Remove from recents" msgstr "" @@ -4923,7 +4931,7 @@ msgstr "" msgid "Remove full name" msgstr "" -#: src/strings.ts:2251 +#: src/strings.ts:2254 msgid "Remove link" msgstr "" @@ -4955,15 +4963,15 @@ msgstr "" msgid "Repeats daily at {date}" msgstr "" -#: src/strings.ts:2365 +#: src/strings.ts:2368 msgid "Replace" msgstr "" -#: src/strings.ts:2366 +#: src/strings.ts:2369 msgid "Replace all" msgstr "" -#: src/strings.ts:2152 +#: src/strings.ts:2155 msgid "Report" msgstr "" @@ -4984,31 +4992,31 @@ msgstr "" msgid "Resend code{0}" msgstr "" -#: src/strings.ts:1390 +#: src/strings.ts:1393 msgid "Resend email" msgstr "" -#: src/strings.ts:1808 +#: src/strings.ts:1811 msgid "Reset" msgstr "" -#: src/strings.ts:1900 +#: src/strings.ts:1903 msgid "Reset account password" msgstr "" -#: src/strings.ts:2472 +#: src/strings.ts:2475 msgid "Reset homepage" msgstr "" -#: src/strings.ts:1809 +#: src/strings.ts:1812 msgid "Reset selection" msgstr "" -#: src/strings.ts:1636 +#: src/strings.ts:1639 msgid "Reset server urls" msgstr "" -#: src/strings.ts:2018 +#: src/strings.ts:2021 msgid "Reset sidebar" msgstr "" @@ -5020,23 +5028,23 @@ msgstr "" msgid "Reset toolbar" msgstr "" -#: src/strings.ts:1902 +#: src/strings.ts:1905 msgid "Resetting account password ({progress})" msgstr "" -#: src/strings.ts:1977 +#: src/strings.ts:1980 msgid "Restart now" msgstr "" -#: src/strings.ts:1635 +#: src/strings.ts:1638 msgid "Restart the app for changes to take effect." msgstr "" -#: src/strings.ts:1306 +#: src/strings.ts:1309 msgid "Restart the app to apply the changes" msgstr "" -#: src/strings.ts:1581 +#: src/strings.ts:1584 msgid "Restart the app." msgstr "" @@ -5048,7 +5056,7 @@ msgstr "" msgid "Restore backup" msgstr "" -#: src/strings.ts:2394 +#: src/strings.ts:2397 msgid "Restore backup?" msgstr "" @@ -5056,11 +5064,11 @@ msgstr "" msgid "Restore failed" msgstr "" -#: src/strings.ts:1598 +#: src/strings.ts:1601 msgid "Restore from files" msgstr "" -#: src/strings.ts:1648 +#: src/strings.ts:1651 msgid "Restore this version" msgstr "" @@ -5080,7 +5088,7 @@ msgstr "" msgid "Restoring {collection}..." msgstr "" -#: src/strings.ts:1600 +#: src/strings.ts:1603 msgid "Restoring backup..." msgstr "" @@ -5096,7 +5104,7 @@ msgstr "" msgid "Reupload" msgstr "" -#: src/strings.ts:2008 +#: src/strings.ts:2011 msgid "Reveal in list" msgstr "" @@ -5116,19 +5124,19 @@ msgstr "" msgid "Roadmap" msgstr "" -#: src/strings.ts:2036 +#: src/strings.ts:2039 msgid "Root" msgstr "" -#: src/strings.ts:2015 +#: src/strings.ts:2018 msgid "Rotate left" msgstr "" -#: src/strings.ts:2016 +#: src/strings.ts:2019 msgid "Rotate right" msgstr "" -#: src/strings.ts:2274 +#: src/strings.ts:2277 msgid "Row properties" msgstr "" @@ -5136,7 +5144,7 @@ msgstr "" msgid "Run file check" msgstr "" -#: src/strings.ts:2047 +#: src/strings.ts:2050 msgid "Safe & encrypted notes" msgstr "" @@ -5192,7 +5200,7 @@ msgstr "" msgid "Save to text file" msgstr "" -#: src/strings.ts:1348 +#: src/strings.ts:1351 msgid "Save your account recovery key" msgstr "" @@ -5208,15 +5216,15 @@ msgstr "" msgid "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." msgstr "" -#: src/strings.ts:2384 +#: src/strings.ts:2387 msgid "Saved" msgstr "" -#: src/strings.ts:2385 +#: src/strings.ts:2388 msgid "Saving" msgstr "" -#: src/strings.ts:1576 +#: src/strings.ts:1579 msgid "Saving this note is taking too long. Copy your changes and restart the app to prevent data loss. If the problem persists, please report it to us at support@streetwriters.co." msgstr "" @@ -5228,32 +5236,32 @@ msgstr "" msgid "Saving zip file. Please wait..." msgstr "" -#: src/strings.ts:1710 +#: src/strings.ts:1713 msgid "Scan the QR code with your authenticator app" msgstr "" -#: src/strings.ts:2410 +#: src/strings.ts:2413 msgid "School work" msgstr "" -#: src/strings.ts:1498 -#: src/strings.ts:1516 +#: src/strings.ts:1501 +#: src/strings.ts:1519 msgid "Search" msgstr "" -#: src/strings.ts:1493 +#: src/strings.ts:1496 msgid "Search a note" msgstr "" -#: src/strings.ts:1491 +#: src/strings.ts:1494 msgid "Search a note to link to" msgstr "" -#: src/strings.ts:2426 +#: src/strings.ts:2429 msgid "Search for notes, notebooks, and tags..." msgstr "" -#: src/strings.ts:1526 +#: src/strings.ts:1529 msgid "Search in {routeName}" msgstr "" @@ -5305,23 +5313,23 @@ msgstr "" msgid "Search in Trash" msgstr "" -#: src/strings.ts:2347 +#: src/strings.ts:2350 msgid "Search languages" msgstr "" -#: src/strings.ts:1479 +#: src/strings.ts:1482 msgid "Search notebooks" msgstr "" -#: src/strings.ts:1492 +#: src/strings.ts:1495 msgid "Search or add a tag" msgstr "" -#: src/strings.ts:1822 +#: src/strings.ts:1825 msgid "Search themes" msgstr "" -#: src/strings.ts:1496 +#: src/strings.ts:1499 msgid "Searching for {query}..." msgstr "" @@ -5329,15 +5337,15 @@ msgstr "" msgid "sec" msgstr "" -#: src/strings.ts:2131 +#: src/strings.ts:2134 msgid "Security & privacy" msgstr "" -#: src/strings.ts:2071 +#: src/strings.ts:2074 msgid "Security key" msgstr "" -#: src/strings.ts:1976 +#: src/strings.ts:1979 msgid "Security key successfully registered." msgstr "" @@ -5345,15 +5353,15 @@ msgstr "" msgid "See what the future of Notesnook is going to be like." msgstr "" -#: src/strings.ts:1322 +#: src/strings.ts:1325 msgid "Select" msgstr "" -#: src/strings.ts:1597 +#: src/strings.ts:1600 msgid "Select a backup file from your device to restore backup" msgstr "" -#: src/strings.ts:2086 +#: src/strings.ts:2089 msgid "Select a theme" msgstr "" @@ -5361,7 +5369,7 @@ msgstr "" msgid "Select backup directory" msgstr "" -#: src/strings.ts:1843 +#: src/strings.ts:1846 msgid "Select backup file" msgstr "" @@ -5377,15 +5385,15 @@ msgstr "" msgid "Select day of the week to repeat the reminder." msgstr "" -#: src/strings.ts:1751 +#: src/strings.ts:1754 msgid "Select files to import" msgstr "" -#: src/strings.ts:1594 +#: src/strings.ts:1597 msgid "Select folder where Notesnook backup files are stored to view and restore them from the app" msgstr "" -#: src/strings.ts:1595 +#: src/strings.ts:1598 msgid "Select folder with backup files" msgstr "" @@ -5393,7 +5401,7 @@ msgstr "" msgid "Select how you would like to recieve the code" msgstr "" -#: src/strings.ts:2342 +#: src/strings.ts:2345 msgid "Select language" msgstr "" @@ -5409,7 +5417,7 @@ msgstr "" msgid "Select notebooks you want to add note(s) to." msgstr "" -#: src/strings.ts:2465 +#: src/strings.ts:2468 msgid "Select notes to link to \"{title}\"" msgstr "" @@ -5417,11 +5425,11 @@ msgstr "" msgid "Select nth day of the month to repeat the reminder." msgstr "" -#: src/strings.ts:1805 +#: src/strings.ts:1808 msgid "Select profile picture" msgstr "" -#: src/strings.ts:2471 +#: src/strings.ts:2474 msgid "Select the default sidebar tab" msgstr "" @@ -5429,11 +5437,11 @@ msgstr "" msgid "Select the folder that includes your backup files to list them here." msgstr "" -#: src/strings.ts:2118 +#: src/strings.ts:2121 msgid "Select the languages the spell checker should check in." msgstr "" -#: src/strings.ts:2447 +#: src/strings.ts:2450 msgid "Select the release track for Notesnook." msgstr "" @@ -5445,7 +5453,7 @@ msgstr "" msgid "Self destruct" msgstr "" -#: src/strings.ts:2153 +#: src/strings.ts:2156 msgid "Send" msgstr "" @@ -5461,47 +5469,47 @@ msgstr "" msgid "Send code via SMS" msgstr "" -#: src/strings.ts:1847 +#: src/strings.ts:1850 msgid "Send recovery email" msgstr "" -#: src/strings.ts:1883 +#: src/strings.ts:1886 msgid "Sending recovery email" msgstr "" -#: src/strings.ts:1634 +#: src/strings.ts:1637 msgid "Server url changed" msgstr "" -#: src/strings.ts:1637 +#: src/strings.ts:1640 msgid "Server urls reset" msgstr "" -#: src/strings.ts:1615 +#: src/strings.ts:1618 msgid "Server used for login/sign up and authentication." msgstr "" -#: src/strings.ts:1620 +#: src/strings.ts:1623 msgid "Server used to host your published notes." msgstr "" -#: src/strings.ts:1618 +#: src/strings.ts:1621 msgid "Server used to receive important notifications & events." msgstr "" -#: src/strings.ts:1613 +#: src/strings.ts:1616 msgid "Server used to sync your notes & other data between devices." msgstr "" -#: src/strings.ts:1626 +#: src/strings.ts:1629 msgid "Server with host {host} not found." msgstr "" -#: src/strings.ts:2126 +#: src/strings.ts:2129 msgid "Servers" msgstr "" -#: src/strings.ts:2127 +#: src/strings.ts:2130 msgid "Servers configuration" msgstr "" @@ -5509,7 +5517,7 @@ msgstr "" msgid "Session expired" msgstr "" -#: src/strings.ts:2179 +#: src/strings.ts:2182 msgid "Sessions" msgstr "" @@ -5525,7 +5533,7 @@ msgstr "" msgid "Set as default" msgstr "" -#: src/strings.ts:2469 +#: src/strings.ts:2472 msgid "Set as homepage" msgstr "" @@ -5533,11 +5541,11 @@ msgstr "" msgid "Set as light theme" msgstr "" -#: src/strings.ts:1321 +#: src/strings.ts:1324 msgid "Set automatic trash cleanup interval from Settings > Behaviour > Clean trash interval." msgstr "" -#: src/strings.ts:1298 +#: src/strings.ts:1301 msgid "Set full name" msgstr "" @@ -5562,7 +5570,7 @@ msgid "Set your name" msgstr "" #: src/strings.ts:387 -#: src/strings.ts:1512 +#: src/strings.ts:1515 msgid "Settings" msgstr "" @@ -5579,7 +5587,7 @@ msgstr "" msgid "Setup a pin to lock the app" msgstr "" -#: src/strings.ts:2171 +#: src/strings.ts:2174 msgid "" "Setup an HTTP/HTTPS/SOCKS proxy.\n" "\n" @@ -5619,11 +5627,11 @@ msgstr "" msgid "Share" msgstr "" -#: src/strings.ts:1679 +#: src/strings.ts:1682 msgid "Share & append to notes from anywhere" msgstr "" -#: src/strings.ts:1329 +#: src/strings.ts:1332 msgid "Share backup" msgstr "" @@ -5631,7 +5639,7 @@ msgstr "" msgid "Share note" msgstr "" -#: src/strings.ts:1775 +#: src/strings.ts:1778 msgid "Share Notesnook with friends!" msgstr "" @@ -5647,7 +5655,7 @@ msgstr "" msgid "Shortcut" msgstr "" -#: src/strings.ts:1988 +#: src/strings.ts:1991 msgid "Shortcut removed" msgstr "" @@ -5675,11 +5683,11 @@ msgstr "" msgid "Silent" msgstr "" -#: src/strings.ts:2316 +#: src/strings.ts:2319 msgid "Sink list item" msgstr "" -#: src/strings.ts:2029 +#: src/strings.ts:2032 msgid "Size" msgstr "" @@ -5687,7 +5695,7 @@ msgstr "" msgid "Skip" msgstr "" -#: src/strings.ts:1817 +#: src/strings.ts:1820 msgid "Skip & go directly to the app" msgstr "" @@ -5695,19 +5703,19 @@ msgstr "" msgid "Skip introduction" msgstr "" -#: src/strings.ts:1592 +#: src/strings.ts:1595 msgid "Some exported notes are locked, Unlock to export them" msgstr "" -#: src/strings.ts:1464 +#: src/strings.ts:1467 msgid "Some notes are published" msgstr "" -#: src/strings.ts:1654 +#: src/strings.ts:1657 msgid "Something went wrong" msgstr "" -#: src/strings.ts:2013 +#: src/strings.ts:2016 msgid "Sort" msgstr "" @@ -5715,23 +5723,23 @@ msgstr "" msgid "Sort by" msgstr "" -#: src/strings.ts:2137 +#: src/strings.ts:2140 msgid "Source code" msgstr "" -#: src/strings.ts:2343 +#: src/strings.ts:2346 msgid "Spaces" msgstr "" -#: src/strings.ts:2114 +#: src/strings.ts:2117 msgid "Spell check" msgstr "" -#: src/strings.ts:2281 +#: src/strings.ts:2284 msgid "Split cells" msgstr "" -#: src/strings.ts:2448 +#: src/strings.ts:2451 msgid "Stable" msgstr "" @@ -5739,23 +5747,23 @@ msgstr "" msgid "Start" msgstr "" -#: src/strings.ts:1818 +#: src/strings.ts:1821 msgid "Start account recovery" msgstr "" -#: src/strings.ts:1813 +#: src/strings.ts:1816 msgid "Start import" msgstr "" -#: src/strings.ts:1810 +#: src/strings.ts:1813 msgid "Start importing now" msgstr "" -#: src/strings.ts:2102 +#: src/strings.ts:2105 msgid "Start minimized" msgstr "" -#: src/strings.ts:1745 +#: src/strings.ts:1748 msgid "Start over" msgstr "" @@ -5767,31 +5775,31 @@ msgstr "" msgid "Start writing to save your note." msgstr "" -#: src/strings.ts:1589 +#: src/strings.ts:1592 msgid "Start writing your note..." msgstr "" -#: src/strings.ts:2210 +#: src/strings.ts:2213 msgid "Status" msgstr "" -#: src/strings.ts:2461 +#: src/strings.ts:2464 msgid "Storage" msgstr "" -#: src/strings.ts:1536 +#: src/strings.ts:1539 msgid "Streaming not supported" msgstr "" -#: src/strings.ts:2247 +#: src/strings.ts:2250 msgid "Strikethrough" msgstr "" -#: src/strings.ts:2212 +#: src/strings.ts:2215 msgid "Subgroup 1" msgstr "" -#: src/strings.ts:1982 +#: src/strings.ts:1985 msgid "Subgroup added" msgstr "" @@ -5811,7 +5819,7 @@ msgstr "" msgid "Subscribed on iOS" msgstr "" -#: src/strings.ts:1293 +#: src/strings.ts:1296 msgid "Subscribed on web" msgstr "" @@ -5823,7 +5831,7 @@ msgstr "" msgid "Subscribed using gift card" msgstr "" -#: src/strings.ts:2258 +#: src/strings.ts:2261 msgid "Subscript" msgstr "" @@ -5847,15 +5855,15 @@ msgstr "" msgid "Sunday" msgstr "" -#: src/strings.ts:2259 +#: src/strings.ts:2262 msgid "Superscript" msgstr "" -#: src/strings.ts:1457 +#: src/strings.ts:1460 msgid "Switch to search/replace mode" msgstr "" -#: src/strings.ts:2123 +#: src/strings.ts:2126 msgid "Sync" msgstr "" @@ -5863,7 +5871,7 @@ msgstr "" msgid "Sync failed" msgstr "" -#: src/strings.ts:1351 +#: src/strings.ts:1354 msgid "Sync is disabled" msgstr "" @@ -5875,7 +5883,7 @@ msgstr "" msgid "Sync off" msgstr "" -#: src/strings.ts:1611 +#: src/strings.ts:1614 msgid "Sync server" msgstr "" @@ -5899,11 +5907,11 @@ msgstr "" msgid "Syncing your data" msgstr "" -#: src/strings.ts:1690 +#: src/strings.ts:1693 msgid "Syncing your notes" msgstr "" -#: src/strings.ts:2328 +#: src/strings.ts:2331 msgid "Table" msgstr "" @@ -5911,7 +5919,7 @@ msgstr "" msgid "Table of contents" msgstr "" -#: src/strings.ts:2272 +#: src/strings.ts:2275 msgid "Table settings" msgstr "" @@ -5932,11 +5940,11 @@ msgid "tags" msgstr "" #: src/strings.ts:317 -#: src/strings.ts:1513 +#: src/strings.ts:1516 msgid "Tags" msgstr "" -#: src/strings.ts:1531 +#: src/strings.ts:1534 msgid "Take a backup before logging out" msgstr "" @@ -5948,15 +5956,15 @@ msgstr "" msgid "Take a partial backup of your data that does not include attachments" msgstr "" -#: src/strings.ts:2327 +#: src/strings.ts:2330 msgid "Take a photo using camera" msgstr "" -#: src/strings.ts:1361 +#: src/strings.ts:1364 msgid "Take note" msgstr "" -#: src/strings.ts:1644 +#: src/strings.ts:1647 msgid "Take notes privately." msgstr "" @@ -5964,23 +5972,23 @@ msgstr "" msgid "Taking too long? Reload editor" msgstr "" -#: src/strings.ts:1445 +#: src/strings.ts:1448 msgid "Tap here to change sorting" msgstr "" -#: src/strings.ts:1449 +#: src/strings.ts:1452 msgid "Tap here to jump to a section" msgstr "" -#: src/strings.ts:1357 +#: src/strings.ts:1360 msgid "Tap here to update to the latest version" msgstr "" -#: src/strings.ts:1580 +#: src/strings.ts:1583 msgid "Tap on \"Dismiss\" and copy the contents of your note so they are not lost." msgstr "" -#: src/strings.ts:1360 +#: src/strings.ts:1363 msgid "Tap on \"Take note\" to add a note." msgstr "" @@ -6000,7 +6008,7 @@ msgstr "" msgid "Tap to stop reordering" msgstr "" -#: src/strings.ts:1341 +#: src/strings.ts:1344 msgid "Tap to try again" msgstr "" @@ -6008,11 +6016,11 @@ msgstr "" msgid "Tap twice to confirm you have saved the recovery key." msgstr "" -#: src/strings.ts:2333 +#: src/strings.ts:2336 msgid "Task list" msgstr "" -#: src/strings.ts:2403 +#: src/strings.ts:2406 msgid "Tasks" msgstr "" @@ -6020,7 +6028,7 @@ msgstr "" msgid "Telemetry" msgstr "" -#: src/strings.ts:1483 +#: src/strings.ts:1486 msgid "" "Tell us more about the issue you are facing.\n" "\n" @@ -6031,7 +6039,7 @@ msgid "" "- Things you have tried etc." msgstr "" -#: src/strings.ts:1482 +#: src/strings.ts:1485 msgid "Tell us what happened" msgstr "" @@ -6043,27 +6051,27 @@ msgstr "" msgid "Terms of Service " msgstr "" -#: src/strings.ts:1610 +#: src/strings.ts:1613 msgid "Test connection" msgstr "" -#: src/strings.ts:1633 +#: src/strings.ts:1636 msgid "Test connection before changing server urls" msgstr "" -#: src/strings.ts:2270 +#: src/strings.ts:2273 msgid "Text color" msgstr "" -#: src/strings.ts:2268 +#: src/strings.ts:2271 msgid "Text direction" msgstr "" -#: src/strings.ts:1774 +#: src/strings.ts:1777 msgid "Thank you for choosing end-to-end encrypted note taking. Now you can sync your notes to unlimited devices." msgstr "" -#: src/strings.ts:2038 +#: src/strings.ts:2041 msgid "Thank you for reporting!" msgstr "" @@ -6071,11 +6079,11 @@ msgstr "" msgid "Thank you for updating Notesnook! We will be applying some minor changes for a better note taking experience." msgstr "" -#: src/strings.ts:2063 +#: src/strings.ts:2066 msgid "Thank you. You are the proof that privacy always comes first." msgstr "" -#: src/strings.ts:1631 +#: src/strings.ts:1634 msgid "The {title} at {url} is not compatible with this client." msgstr "" @@ -6083,7 +6091,7 @@ msgstr "" msgid "The information above will be publically available at" msgstr "" -#: src/strings.ts:2070 +#: src/strings.ts:2073 msgid "The password/pin for unlocking the app." msgstr "" @@ -6095,15 +6103,15 @@ msgstr "" msgid "The reminder will repeat every year on {date}." msgstr "" -#: src/strings.ts:1700 +#: src/strings.ts:1703 msgid "The reminder will start on {date} at {time}." msgstr "" -#: src/strings.ts:2073 +#: src/strings.ts:2076 msgid "The security key for unlocking the app. This is the most secure method." msgstr "" -#: src/strings.ts:1629 +#: src/strings.ts:1632 msgid "The URL you have given ({url}) does not point to the {server}." msgstr "" @@ -6115,11 +6123,11 @@ msgstr "" msgid "There are no blocks in this note." msgstr "" -#: src/strings.ts:2225 +#: src/strings.ts:2228 msgid "These items will be **kept in your Trash for {interval} days** after which they will be permanently deleted." msgstr "" -#: src/strings.ts:1908 +#: src/strings.ts:1911 msgid "This action is IRREVERSIBLE." msgstr "" @@ -6127,35 +6135,35 @@ msgstr "" msgid "This device" msgstr "" -#: src/strings.ts:1671 +#: src/strings.ts:1674 msgid "This error can be fixed by rebuilding the search index. This action won't result in any kind of data loss." msgstr "" -#: src/strings.ts:1663 +#: src/strings.ts:1666 msgid "This error can only be fixed by wiping & reseting the database. Beware that this will wipe all your data inside the database with no way to recover it later on. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." msgstr "" -#: src/strings.ts:1667 +#: src/strings.ts:1670 msgid "This error can only be fixed by wiping & reseting the Key Store and the database. This WILL NOT change/affect/delete/wipe your data on the server but ONLY on this device." msgstr "" -#: src/strings.ts:1665 +#: src/strings.ts:1668 msgid "This error means the at rest encryption key could not be decrypted. This can be due to data corruption or implementation change." msgstr "" -#: src/strings.ts:1661 +#: src/strings.ts:1664 msgid "This error usually means the database file is either corrupt or it could not be decrypted." msgstr "" -#: src/strings.ts:1669 +#: src/strings.ts:1672 msgid "This error usually means the search index is corrupted." msgstr "" -#: src/strings.ts:1922 +#: src/strings.ts:1925 msgid "This image cannot be previewed" msgstr "" -#: src/strings.ts:2033 +#: src/strings.ts:2036 msgid "This may take a while" msgstr "" @@ -6164,7 +6172,7 @@ msgstr "" msgid "This must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co." msgstr "" -#: src/strings.ts:1582 +#: src/strings.ts:1585 msgid "This note is locked" msgstr "" @@ -6184,11 +6192,11 @@ msgstr "" msgid "This note will be published to a public URL." msgstr "" -#: src/strings.ts:2079 +#: src/strings.ts:2082 msgid "This username will be used to distinguish between different credentials in your security key. Make sure it is unique." msgstr "" -#: src/strings.ts:1291 +#: src/strings.ts:1294 msgid "This version of Notesnook app does not support in-app purchases. Kindly login on the Notesnook web app to make the purchase." msgstr "" @@ -6200,7 +6208,7 @@ msgstr "" msgid "Thursday" msgstr "" -#: src/strings.ts:1830 +#: src/strings.ts:1833 msgid "Time" msgstr "" @@ -6225,27 +6233,27 @@ msgstr "" msgid "To use app lock, you must enable biometrics such as Fingerprint lock or Face ID on your phone." msgstr "" -#: src/strings.ts:1800 +#: src/strings.ts:1803 msgid "Toggle dark/light mode" msgstr "" -#: src/strings.ts:2451 +#: src/strings.ts:2454 msgid "Toggle focus mode" msgstr "" -#: src/strings.ts:2340 +#: src/strings.ts:2343 msgid "Toggle indentation mode" msgstr "" -#: src/strings.ts:2369 +#: src/strings.ts:2372 msgid "Toggle replace" msgstr "" -#: src/strings.ts:2440 +#: src/strings.ts:2443 msgid "Toggle theme" msgstr "" -#: src/strings.ts:2120 +#: src/strings.ts:2123 msgid "Toolbar" msgstr "" @@ -6253,28 +6261,28 @@ msgstr "" msgid "Toolbar reset to default preset" msgstr "" -#: src/strings.ts:1314 -#: src/strings.ts:1511 +#: src/strings.ts:1317 +#: src/strings.ts:1514 msgid "Trash" msgstr "" -#: src/strings.ts:1313 +#: src/strings.ts:1316 msgid "Trash cleared successfully!" msgstr "" -#: src/strings.ts:1319 +#: src/strings.ts:1322 msgid "Trash gets automatically cleaned up after {days} days" msgstr "" -#: src/strings.ts:1317 +#: src/strings.ts:1320 msgid "Trash gets automatically cleaned up daily" msgstr "" -#: src/strings.ts:1453 +#: src/strings.ts:1456 msgid "Try compact mode to fit more items on screen" msgstr "" -#: src/strings.ts:1812 +#: src/strings.ts:1815 msgid "Try free for 14 days" msgstr "" @@ -6314,27 +6322,27 @@ msgstr "" msgid "Two-factor authentication enabled" msgstr "" -#: src/strings.ts:1490 +#: src/strings.ts:1493 msgid "Type # to search for headings" msgstr "" -#: src/strings.ts:1497 +#: src/strings.ts:1500 msgid "Type a keyword" msgstr "" -#: src/strings.ts:1537 +#: src/strings.ts:1540 msgid "Unable to resolve download url" msgstr "" -#: src/strings.ts:1540 +#: src/strings.ts:1543 msgid "Unable to send 2FA code" msgstr "" -#: src/strings.ts:2475 +#: src/strings.ts:2478 msgid "Unarchive" msgstr "" -#: src/strings.ts:2246 +#: src/strings.ts:2249 msgid "Underline" msgstr "" @@ -6358,7 +6366,7 @@ msgstr "" msgid "Unlock" msgstr "" -#: src/strings.ts:1371 +#: src/strings.ts:1374 msgid "Unlock more colors with Notesnook Pro" msgstr "" @@ -6375,7 +6383,7 @@ msgstr "" msgid "Unlock the app with biometric authentication. This requires biometrics to be enabled on your device." msgstr "" -#: src/strings.ts:1920 +#: src/strings.ts:1923 msgid "Unlock vault" msgstr "" @@ -6383,7 +6391,7 @@ msgstr "" msgid "Unlock with biometrics" msgstr "" -#: src/strings.ts:1815 +#: src/strings.ts:1818 msgid "Unlock with security key" msgstr "" @@ -6395,7 +6403,7 @@ msgstr "" msgid "Unlock your vault with biometric authentication" msgstr "" -#: src/strings.ts:1698 +#: src/strings.ts:1701 msgid "Unlocking" msgstr "" @@ -6411,16 +6419,16 @@ msgstr "" msgid "Unpublish" msgstr "" -#: src/strings.ts:1465 +#: src/strings.ts:1468 msgid "Unpublish notes to delete them" msgstr "" -#: src/strings.ts:2074 +#: src/strings.ts:2077 msgid "Unregister" msgstr "" #: src/strings.ts:210 -#: src/strings.ts:2349 +#: src/strings.ts:2352 msgid "Untitled" msgstr "" @@ -6432,19 +6440,19 @@ msgstr "" msgid "Update available" msgstr "" -#: src/strings.ts:1358 +#: src/strings.ts:1361 msgid "Update now" msgstr "" -#: src/strings.ts:1906 +#: src/strings.ts:1909 msgid "Upgrade now" msgstr "" -#: src/strings.ts:1927 +#: src/strings.ts:1930 msgid "Upgrade to Notesnook Pro to add colors." msgstr "" -#: src/strings.ts:1928 +#: src/strings.ts:1931 msgid "Upgrade to Notesnook Pro to create more tags." msgstr "" @@ -6456,12 +6464,12 @@ msgstr "" msgid "Upload" msgstr "" -#: src/strings.ts:2326 +#: src/strings.ts:2329 msgid "Upload from disk" msgstr "" #: src/strings.ts:505 -#: src/strings.ts:1639 +#: src/strings.ts:1642 msgid "Uploaded" msgstr "" @@ -6482,11 +6490,11 @@ msgstr "" msgid "Urgent" msgstr "" -#: src/strings.ts:2376 +#: src/strings.ts:2379 msgid "URL" msgstr "" -#: src/strings.ts:1777 +#: src/strings.ts:1780 msgid "Use" msgstr "" @@ -6494,11 +6502,11 @@ msgstr "" msgid "Use {keyboardShortcut}+click to select multiple notebooks" msgstr "" -#: src/strings.ts:1790 +#: src/strings.ts:1793 msgid "Use a backup file" msgstr "" -#: src/strings.ts:1888 +#: src/strings.ts:1891 msgid "Use a data recovery key to reset your account password." msgstr "" @@ -6510,7 +6518,7 @@ msgstr "" msgid "Use an authenticator app to generate 2FA codes." msgstr "" -#: src/strings.ts:2160 +#: src/strings.ts:2163 msgid "Use custom DNS" msgstr "" @@ -6518,7 +6526,7 @@ msgstr "" msgid "Use dark mode for the app" msgstr "" -#: src/strings.ts:1609 +#: src/strings.ts:1612 msgid "Use encryption key" msgstr "" @@ -6526,15 +6534,15 @@ msgstr "" msgid "Use markdown shortcuts in the editor" msgstr "" -#: src/strings.ts:2113 +#: src/strings.ts:2116 msgid "Use native OS titlebar instead of replacing it with a custom one. Requires app restart for changes to take effect." msgstr "" -#: src/strings.ts:2111 +#: src/strings.ts:2114 msgid "Use native titlebar" msgstr "" -#: src/strings.ts:1787 +#: src/strings.ts:1790 msgid "Use recovery key" msgstr "" @@ -6562,7 +6570,7 @@ msgstr "" msgid "Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device." msgstr "" -#: src/strings.ts:2462 +#: src/strings.ts:2465 msgid "used" msgstr "" @@ -6570,15 +6578,15 @@ msgstr "" msgid "User verification failed" msgstr "" -#: src/strings.ts:2242 +#: src/strings.ts:2245 msgid "Using {instance} (v{version})" msgstr "" -#: src/strings.ts:2240 +#: src/strings.ts:2243 msgid "Using official Notesnook instance" msgstr "" -#: src/strings.ts:1697 +#: src/strings.ts:1700 msgid "v{version} available" msgstr "" @@ -6586,7 +6594,7 @@ msgstr "" msgid "Vault" msgstr "" -#: src/strings.ts:1980 +#: src/strings.ts:1983 msgid "Vault cleared" msgstr "" @@ -6594,7 +6602,7 @@ msgstr "" msgid "Vault created" msgstr "" -#: src/strings.ts:1981 +#: src/strings.ts:1984 msgid "Vault deleted" msgstr "" @@ -6602,15 +6610,15 @@ msgstr "" msgid "Vault fingerprint unlock" msgstr "" -#: src/strings.ts:1919 +#: src/strings.ts:1922 msgid "Vault locked" msgstr "" -#: src/strings.ts:1918 +#: src/strings.ts:1921 msgid "Vault unlocked" msgstr "" -#: src/strings.ts:1388 +#: src/strings.ts:1391 msgid "Verification email sent" msgstr "" @@ -6626,11 +6634,11 @@ msgstr "" msgid "Verify your subscription to Notesnook Pro" msgstr "" -#: src/strings.ts:1891 +#: src/strings.ts:1894 msgid "Verifying 2FA code" msgstr "" -#: src/strings.ts:1877 +#: src/strings.ts:1880 msgid "Verifying your email" msgstr "" @@ -6654,7 +6662,7 @@ msgstr "" msgid "View and share debug logs" msgstr "" -#: src/strings.ts:1735 +#: src/strings.ts:1738 msgid "View receipt" msgstr "" @@ -6662,7 +6670,7 @@ msgstr "" msgid "View recovery codes" msgstr "" -#: src/strings.ts:2140 +#: src/strings.ts:2143 msgid "View source code" msgstr "" @@ -6674,15 +6682,15 @@ msgstr "" msgid "Visit homepage" msgstr "" -#: src/strings.ts:1338 +#: src/strings.ts:1341 msgid "Wait 30 seconds to try again" msgstr "" -#: src/strings.ts:1640 +#: src/strings.ts:1643 msgid "Waiting for upload" msgstr "" -#: src/strings.ts:1899 +#: src/strings.ts:1902 msgid "We are creating a backup of your data. Please wait..." msgstr "" @@ -6690,11 +6698,11 @@ msgstr "" msgid "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." msgstr "" -#: src/strings.ts:1378 +#: src/strings.ts:1381 msgid "We have sent you an email confirmation link. Please check your email inbox. If you cannot find the email, check your spam folder." msgstr "" -#: src/strings.ts:2155 +#: src/strings.ts:2158 msgid "We send you occasional promotional offers & product updates on your email (once every month)." msgstr "" @@ -6702,15 +6710,15 @@ msgstr "" msgid "We will send you occasional promotional offers & product updates on your email (sent once every month)." msgstr "" -#: src/strings.ts:1342 +#: src/strings.ts:1345 msgid "We would love to know what you think!" msgstr "" -#: src/strings.ts:2311 +#: src/strings.ts:2314 msgid "Web clip settings" msgstr "" -#: src/strings.ts:2017 +#: src/strings.ts:2020 msgid "Website" msgstr "" @@ -6727,7 +6735,7 @@ msgid "Week" msgstr "" #: src/strings.ts:168 -#: src/strings.ts:1557 +#: src/strings.ts:1560 msgid "Weekly" msgstr "" @@ -6735,27 +6743,27 @@ msgstr "" msgid "Welcome back, {email}" msgstr "" -#: src/strings.ts:1876 +#: src/strings.ts:1879 msgid "Welcome back!" msgstr "" -#: src/strings.ts:2061 +#: src/strings.ts:2064 msgid "Welcome to Notesnook Pro" msgstr "" -#: src/strings.ts:1380 +#: src/strings.ts:1383 msgid "What do I do if I am not getting the email?" msgstr "" -#: src/strings.ts:1655 +#: src/strings.ts:1658 msgid "What went wrong?" msgstr "" -#: src/strings.ts:2372 +#: src/strings.ts:2375 msgid "Width" msgstr "" -#: src/strings.ts:2401 +#: src/strings.ts:2404 msgid "Work & Office" msgstr "" @@ -6763,15 +6771,15 @@ msgstr "" msgid "Write notes with freedom, no spying, no tracking." msgstr "" -#: src/strings.ts:1362 +#: src/strings.ts:1365 msgid "Write something..." msgstr "" -#: src/strings.ts:1642 +#: src/strings.ts:1645 msgid "Write with freedom." msgstr "" -#: src/strings.ts:2049 +#: src/strings.ts:2052 msgid "Write with freedom. Never compromise on privacy again." msgstr "" @@ -6780,7 +6788,7 @@ msgid "Year" msgstr "" #: src/strings.ts:170 -#: src/strings.ts:1559 +#: src/strings.ts:1562 msgid "Yearly" msgstr "" @@ -6792,19 +6800,19 @@ msgstr "" msgid "You also agree to recieve marketing emails from us which you can opt-out of from app settings." msgstr "" -#: src/strings.ts:2227 +#: src/strings.ts:2230 msgid "You are editing \"{notebookTitle}\"." msgstr "" -#: src/strings.ts:2031 +#: src/strings.ts:2034 msgid "You are editing #{tag}" msgstr "" -#: src/strings.ts:1769 +#: src/strings.ts:1772 msgid "You are logging into the beta version of Notesnook. Switching between beta & stable versions can cause weird issues including data loss. It is recommended that you do not use both simultaneously." msgstr "" -#: src/strings.ts:1349 +#: src/strings.ts:1352 msgid "You are not logged in" msgstr "" @@ -6820,23 +6828,23 @@ msgstr "" msgid "You can also link a note to multiple Notebooks. Tap and hold any notebook to enable multi-select." msgstr "" -#: src/strings.ts:2052 +#: src/strings.ts:2055 msgid "You can change the theme at any time from Settings or the side menu." msgstr "" -#: src/strings.ts:2409 +#: src/strings.ts:2412 msgid "You can create shortcuts of frequently accessed notebooks in the side menu" msgstr "" -#: src/strings.ts:2067 +#: src/strings.ts:2070 msgid "You can import your notes from most other note taking apps." msgstr "" -#: src/strings.ts:1424 +#: src/strings.ts:1427 msgid "You can multi-select notes and move them to a notebook at once" msgstr "" -#: src/strings.ts:1415 +#: src/strings.ts:1418 msgid "You can pin frequently used Notebooks to the Side Menu to quickly access them." msgstr "" @@ -6844,11 +6852,11 @@ msgstr "" msgid "You can set a custom proxy URL to increase your privacy." msgstr "" -#: src/strings.ts:1396 +#: src/strings.ts:1399 msgid "You can swipe left anywhere in the app to start a new note." msgstr "" -#: src/strings.ts:2041 +#: src/strings.ts:2044 msgid "" "You can track your bug report at [{url}]({url}).\n" "\n" @@ -6869,19 +6877,19 @@ msgstr "" msgid "You can use fallback 2FA method incase you are unable to login via primary method" msgstr "" -#: src/strings.ts:1438 +#: src/strings.ts:1441 msgid "You can view & restore older versions of any note by going to its properties -> History." msgstr "" -#: src/strings.ts:1737 +#: src/strings.ts:1740 msgid "You have {count} custom dictionary words." msgstr "" -#: src/strings.ts:2186 +#: src/strings.ts:2189 msgid "You have been logged out from all other devices." msgstr "" -#: src/strings.ts:2180 +#: src/strings.ts:2183 msgid "You have been logged out." msgstr "" @@ -6909,11 +6917,11 @@ msgstr "" msgid "You have not set any reminders yet" msgstr "" -#: src/strings.ts:1533 +#: src/strings.ts:1536 msgid "You have unsynced notes. Take a backup or sync your notes to avoid losing your critical data." msgstr "" -#: src/strings.ts:1622 +#: src/strings.ts:1625 msgid "You must log out in order to change/reset server URLs." msgstr "" @@ -6949,7 +6957,7 @@ msgstr "" msgid "You will be logged out from all your devices" msgstr "" -#: src/strings.ts:1839 +#: src/strings.ts:1842 msgid "You will receive instructions on how to recover your account on this email" msgstr "" @@ -6957,16 +6965,16 @@ msgstr "" msgid "Your account email will be changed without affecting your subscription or any other settings." msgstr "" -#: src/strings.ts:1905 +#: src/strings.ts:1908 msgid "Your account has been recovered." msgstr "" #: src/strings.ts:496 -#: src/strings.ts:1716 +#: src/strings.ts:1719 msgid "Your account is now 100% secure against unauthorized logins." msgstr "" -#: src/strings.ts:1844 +#: src/strings.ts:1847 msgid "Your account password must be strong & unique." msgstr "" @@ -6978,35 +6986,35 @@ msgstr "" msgid "Your archive" msgstr "" -#: src/strings.ts:2474 +#: src/strings.ts:2477 msgid "Your archive is empty" msgstr "" -#: src/strings.ts:1917 +#: src/strings.ts:1920 msgid "Your backup is ready to download" msgstr "" -#: src/strings.ts:1574 +#: src/strings.ts:1577 msgid "Your changes could not be saved" msgstr "" -#: src/strings.ts:1764 +#: src/strings.ts:1767 msgid "Your changes have been saved and will be reflected after the app has refreshed." msgstr "" -#: src/strings.ts:2087 +#: src/strings.ts:2090 msgid "Your current 2FA method is {method}" msgstr "" -#: src/strings.ts:1789 +#: src/strings.ts:1792 msgid "Your data recovery key is basically a hashed version of your password (plus some random salt). It can be used to decrypt your data for re-encryption." msgstr "" -#: src/strings.ts:1842 +#: src/strings.ts:1845 msgid "Your data recovery key will be used to decrypt your data" msgstr "" -#: src/strings.ts:1772 +#: src/strings.ts:1775 msgid "Your email has been confirmed." msgstr "" @@ -7022,7 +7030,7 @@ msgstr "" msgid "Your free trial ends on {date}" msgstr "" -#: src/strings.ts:1392 +#: src/strings.ts:1395 msgid "Your free trial has expired" msgstr "" @@ -7030,11 +7038,11 @@ msgstr "" msgid "Your free trial has started" msgstr "" -#: src/strings.ts:1391 +#: src/strings.ts:1394 msgid "Your free trial is ending soon" msgstr "" -#: src/strings.ts:1766 +#: src/strings.ts:1769 msgid "Your full name" msgstr "" @@ -7042,7 +7050,7 @@ msgstr "" msgid "Your monographs" msgstr "" -#: src/strings.ts:1300 +#: src/strings.ts:1303 msgid "Your name is stored 100% end-to-end encrypted and only visible to you." msgstr "" @@ -7058,7 +7066,7 @@ msgstr "" msgid "Your notes" msgstr "" -#: src/strings.ts:1880 +#: src/strings.ts:1883 msgid "Your password is always hashed before leaving this device." msgstr "" @@ -7066,11 +7074,11 @@ msgstr "" msgid "Your privacy matters to us, no matter who you are. In a world where everyone is trying to spy on you, Notesnook encrypts all your data before it leaves your device. With Notesnook no one can ever sell your data again." msgstr "" -#: src/strings.ts:1297 +#: src/strings.ts:1300 msgid "Your profile pictrure is stored 100% end-to-end encrypted and only visible to you." msgstr "" -#: src/strings.ts:1985 +#: src/strings.ts:1988 msgid "Your refund has been issued. Please wait 24 hours before reaching out to us in case you do not receive your funds." msgstr "" @@ -7086,7 +7094,7 @@ msgstr "" msgid "Your subscription ends on {date}" msgstr "" -#: src/strings.ts:1983 +#: src/strings.ts:1986 msgid "Your subscription has been canceled." msgstr "" @@ -7114,22 +7122,22 @@ msgstr "" msgid "Zipping" msgstr "" -#: src/strings.ts:2450 +#: src/strings.ts:2453 msgid "Zoom" msgstr "" -#: src/strings.ts:2081 +#: src/strings.ts:2084 msgid "Zoom factor" msgstr "" -#: src/strings.ts:1688 +#: src/strings.ts:1691 msgid "Zoom in" msgstr "" -#: src/strings.ts:2082 +#: src/strings.ts:2085 msgid "Zoom in or out the app content." msgstr "" -#: src/strings.ts:1687 +#: src/strings.ts:1690 msgid "Zoom out" msgstr "" diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index 6f213bb49..8ab459675 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -1285,6 +1285,9 @@ $headline$: Use starting line of the note as title.`, roadmapDesc: () => t`See what the future of Notesnook is going to be like.`, checkForUpdates: () => t`Check for updates`, checkForUpdatesDesc: () => t`Check for new version of Notesnook`, + autoUpdateCheck: () => t`Check for updates automatically`, + autoUpdateCheckDesc: () => + t`Check for new version of the app available on app launch`, appVersion: () => t`App version`, defaultSound: () => t`Default sound`, subNotSupported: () =>