diff --git a/apps/mobile/app/hooks/use-actions.tsx b/apps/mobile/app/hooks/use-actions.tsx
index aa11ce5a8..585aaef5c 100644
--- a/apps/mobile/app/hooks/use-actions.tsx
+++ b/apps/mobile/app/hooks/use-actions.tsx
@@ -775,7 +775,7 @@ export const useActions = ({
actions.push(
{
id: "favorite",
- title: item.favorite ? strings.favorite() : strings.unfavorite(),
+ title: !item.favorite ? strings.favorite() : strings.unfavorite(),
icon: item.favorite ? "star-off" : "star-outline",
func: addToFavorites,
close: false,
diff --git a/apps/mobile/app/screens/editor/tiptap/use-editor.ts b/apps/mobile/app/screens/editor/tiptap/use-editor.ts
index 9b74ae7f2..11fae5e03 100644
--- a/apps/mobile/app/screens/editor/tiptap/use-editor.ts
+++ b/apps/mobile/app/screens/editor/tiptap/use-editor.ts
@@ -19,19 +19,20 @@ along with this program. If not, see .
import { getFormattedDate } from "@notesnook/common";
import {
- EVENTS,
- isEncryptedContent,
- NoteContent,
ContentItem,
ContentType,
DeletedItem,
+ EVENTS,
ItemReference,
Note,
+ NoteContent,
TrashItem,
UnencryptedContentItem,
isDeleted,
+ isEncryptedContent,
isTrashItem
} from "@notesnook/core";
+import { strings } from "@notesnook/intl";
import { useThemeEngineStore } from "@notesnook/theme";
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
import WebView from "react-native-webview";
@@ -57,6 +58,7 @@ import {
eUpdateNoteInEditor
} from "../../../utils/events";
import { tabBarRef } from "../../../utils/global-refs";
+import { sleep } from "../../../utils/time";
import { unlockVault } from "../../../utils/unlock-vault";
import { onNoteCreated } from "../../notes/common";
import Commands from "./commands";
@@ -73,8 +75,6 @@ import {
isEditorLoaded,
post
} from "./utils";
-import { sleep } from "../../../utils/time";
-import { strings } from "@notesnook/intl";
type NoteWithContent = Note & {
content?: NoteContent;
@@ -282,7 +282,7 @@ export const useEditor = (
if (saved) return;
commands.setStatus(
getFormattedDate(note ? note.dateEdited : Date.now(), "date-time"),
- "Saving",
+ strings.saving(),
tabId
);
}, 50);
@@ -365,7 +365,7 @@ export const useEditor = (
note = (await db.notes?.note(id)) as Note;
await commands.setStatus(
getFormattedDate(note.dateEdited, "date-time"),
- "Saved",
+ strings.saved(),
tabId
);
@@ -574,7 +574,7 @@ export const useEditor = (
await commands.setStatus(
getFormattedDate(item.dateEdited, "date-time"),
- "Saved",
+ strings.saved(),
tabId
);
@@ -695,7 +695,7 @@ export const useEditor = (
if (currentNotes.current[noteId]?.dateEdited !== note.dateEdited) {
commands.setStatus(
getFormattedDate(note.dateEdited, "date-time"),
- "Saved",
+ strings.saved(),
tabId as number
);
}
diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po
index 406660c1c..a0d6bf329 100644
--- a/packages/intl/locale/en.po
+++ b/packages/intl/locale/en.po
@@ -17,7 +17,7 @@ msgstr ""
msgid "— not just the"
msgstr "— not just the"
-#: src/strings.ts:1713
+#: src/strings.ts:1715
msgid "\"Refunded"
msgstr "\"Refunded"
@@ -33,47 +33,47 @@ msgstr "{0}"
msgid "{0} downloaded"
msgstr "{0} downloaded"
-#: src/strings.ts:1911
+#: src/strings.ts:1913
msgid "{count, plural, one {{0} {1}?} other {{2} # {3}?}}"
msgstr "{count, plural, one {{0} {1}?} other {{2} # {3}?}}"
-#: src/strings.ts:1929
+#: src/strings.ts:1931
msgid "{count, plural, one {{0} {1}} other {{2} # {3}}}"
msgstr "{count, plural, one {{0} {1}} other {{2} # {3}}}"
-#: src/strings.ts:1920
+#: src/strings.ts:1922
msgid "{count, plural, one {{0} {1}} other {# {2} {3}}}"
msgstr "{count, plural, one {{0} {1}} other {# {2} {3}}}"
-#: src/strings.ts:1938
+#: src/strings.ts:1940
msgid "{count, plural, one {{0} could not be {1}} other {# {2} could not be {3}}}"
msgstr "{count, plural, one {{0} could not be {1}} other {# {2} could not be {3}}}"
-#: src/strings.ts:1947
+#: src/strings.ts:1949
msgid "{count, plural, one {{0} deleted} other {# {1} deleted}}"
msgstr "{count, plural, one {{0} deleted} other {# {1} deleted}}"
-#: src/strings.ts:1956
+#: src/strings.ts:1958
msgid "{count, plural, one {{0} unpinned} other {# {1} unpinned}}"
msgstr "{count, plural, one {{0} unpinned} other {# {1} unpinned}}"
-#: src/strings.ts:1976
+#: src/strings.ts:1978
msgid "{count, plural, one {{0}} other {# {1}}}"
msgstr "{count, plural, one {{0}} other {# {1}}}"
-#: src/strings.ts:1723
+#: src/strings.ts:1725
msgid "{count, plural, one {# error occured} other {# errors occured}}"
msgstr "{count, plural, one {# error occured} other {# errors occured}}"
-#: src/strings.ts:1729
+#: src/strings.ts:1731
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:1688
+#: src/strings.ts:1690
msgid "{count, plural, one {# file} other {# files}}"
msgstr "{count, plural, one {# file} other {# files}}"
-#: src/strings.ts:1680
+#: src/strings.ts:1682
msgid "{count, plural, one {# item restored} other {# items restored}}"
msgstr "{count, plural, one {# item restored} other {# items restored}}"
@@ -85,19 +85,19 @@ msgstr "{count, plural, one {# item restored} other {# items restored}}"
msgid "{count, plural, one {1 {0} deleted} other {# {1} deleted}}"
msgstr "{count, plural, one {1 {0} deleted} other {# {1} deleted}}"
-#: src/strings.ts:1901
+#: src/strings.ts:1903
msgid "{count, plural, one {1 {0} moved to trash} other {# {1} moved to trash}}"
msgstr "{count, plural, one {1 {0} moved to trash} other {# {1} moved to trash}}"
-#: src/strings.ts:1547
+#: src/strings.ts:1549
msgid "{count, plural, one {1 hour} other {# hours}}"
msgstr "{count, plural, one {1 hour} other {# hours}}"
-#: src/strings.ts:1542
+#: src/strings.ts:1544
msgid "{count, plural, one {1 minute} other {# minutes}}"
msgstr "{count, plural, one {1 minute} other {# minutes}}"
-#: src/strings.ts:2007
+#: src/strings.ts:2009
msgid "{count, plural, one {added to 1 notebook} other {added to # notebooks}}"
msgstr "{count, plural, one {added to 1 notebook} other {added to # notebooks}}"
@@ -129,7 +129,7 @@ msgstr "{count, plural, one {Delete {0}} other {Delete {1}}}"
msgid "{count, plural, one {Delete tag} other {Delete # tags}}"
msgstr "{count, plural, one {Delete tag} other {Delete # tags}}"
-#: src/strings.ts:1966
+#: src/strings.ts:1968
msgid "{count, plural, one {Deleting {0}} other {Deleting {1}}}"
msgstr "{count, plural, one {Deleting {0}} other {Deleting {1}}}"
@@ -153,7 +153,7 @@ msgstr "{count, plural, one {Note exported} other {# notes exported}}"
msgid "{count, plural, one {note} other {# notes}}"
msgstr "{count, plural, one {note} other {# notes}}"
-#: src/strings.ts:2012
+#: src/strings.ts:2014
msgid "{count, plural, one {removed from 1 notebook} other {removed from # notebooks}}"
msgstr "{count, plural, one {removed from 1 notebook} other {removed from # notebooks}}"
@@ -162,8 +162,12 @@ msgid "{freq, plural, one {Repeats every {0} on {selectedDays} at {date}} other
msgstr "{freq, plural, one {Repeats every {0} on {selectedDays} at {date}} other {Repeats every {freq} {1} every {selectedDays} at {date}}}"
#: src/strings.ts:193
-msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
-msgstr "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+#~ msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+#~ msgstr "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+
+#: src/strings.ts:193
+msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModified {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+msgstr "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModified {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
#: src/strings.ts:420
msgid "{mode, select, create {Create app lock {keyboardType}} change {Change app lock {keyboardType}} remove {Remove app lock {keyboardType}} other {}}"
@@ -185,7 +189,7 @@ msgstr "{platform, select, android {{name} saved to selected path} other {{name}
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:2386
+#: src/strings.ts:2388
msgid "{selected} selected"
msgstr "{selected} selected"
@@ -205,19 +209,19 @@ msgstr "{type, select, upload {Uploading} download {Downloading} other {Loading}
msgid "{type} does not match"
msgstr "{type} does not match"
-#: src/strings.ts:1760
+#: src/strings.ts:1762
msgid "#notesnook"
msgstr "#notesnook"
-#: src/strings.ts:1552
+#: src/strings.ts:1554
msgid "12-hour"
msgstr "12-hour"
-#: src/strings.ts:1553
+#: src/strings.ts:1555
msgid "24-hour"
msgstr "24-hour"
-#: src/strings.ts:1885
+#: src/strings.ts:1887
msgid "2FA code is required()"
msgstr "2FA code is required()"
@@ -225,7 +229,7 @@ msgstr "2FA code is required()"
msgid "2FA code sent via {method}"
msgstr "2FA code sent via {method}"
-#: src/strings.ts:1828
+#: src/strings.ts:1830
msgid "6 digit code"
msgstr "6 digit code"
@@ -253,15 +257,15 @@ msgstr "About"
msgid "account"
msgstr "account"
-#: src/strings.ts:1830
+#: src/strings.ts:1832
msgid "Account password"
msgstr "Account password"
-#: src/strings.ts:2068
+#: src/strings.ts:2070
msgid "Activate"
msgstr "Activate"
-#: src/strings.ts:1806
+#: src/strings.ts:1808
msgid "Activating trial"
msgstr "Activating trial"
@@ -281,7 +285,7 @@ msgstr "Add a {0}"
msgid "Add a short note"
msgstr "Add a short note"
-#: src/strings.ts:1568
+#: src/strings.ts:1570
msgid "Add a tag"
msgstr "Add a tag"
@@ -317,7 +321,7 @@ msgstr "Add tags"
msgid "Add tags to multiple notes at once"
msgstr "Add tags to multiple notes at once"
-#: src/strings.ts:2274
+#: src/strings.ts:2276
msgid "Add to dictionary"
msgstr "Add to dictionary"
@@ -329,23 +333,23 @@ msgstr "Add your first note"
msgid "Add your first notebook"
msgstr "Add your first notebook"
-#: src/strings.ts:2201
+#: src/strings.ts:2203
msgid "Advanced"
msgstr "Advanced"
-#: src/strings.ts:1700
+#: src/strings.ts:1702
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:2337
+#: src/strings.ts:2339
msgid "Align left"
msgstr "Align left"
-#: src/strings.ts:2338
+#: src/strings.ts:2340
msgid "Align right"
msgstr "Align right"
-#: src/strings.ts:2307
+#: src/strings.ts:2309
msgid "Alignment"
msgstr "Alignment"
@@ -373,15 +377,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:1603
+#: src/strings.ts:1605
msgid "All server urls are required."
msgstr "All server urls are required."
-#: src/strings.ts:1887
+#: src/strings.ts:1889
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:2181
+#: src/strings.ts:2183
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."
@@ -409,7 +413,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:2251
+#: src/strings.ts:2253
msgid "Amount"
msgstr "Amount"
@@ -421,7 +425,7 @@ msgstr "An error occurred while migrating your data. You can logout of your acco
msgid "and"
msgstr "and"
-#: src/strings.ts:1761
+#: src/strings.ts:1763
msgid "and get a chance to win free promo codes."
msgstr "and get a chance to win free promo codes."
@@ -434,7 +438,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:1152
-#: src/strings.ts:1659
+#: src/strings.ts:1661
msgid "App lock"
msgstr "App lock"
@@ -455,7 +459,7 @@ msgstr "App Store"
msgid "App version"
msgstr "App version"
-#: src/strings.ts:1744
+#: src/strings.ts:1746
msgid "App will reload in {sec} seconds"
msgstr "App will reload in {sec} seconds"
@@ -475,7 +479,7 @@ msgstr "Applied as light theme"
msgid "Apply changes"
msgstr "Apply changes"
-#: src/strings.ts:2075
+#: src/strings.ts:2077
msgid "Applying changes"
msgstr "Applying changes"
@@ -503,7 +507,7 @@ msgstr "Are you sure you want to delete this {0}?"
msgid "Are you sure you want to delete this note permanently?"
msgstr "Are you sure you want to delete this note permanently?"
-#: src/strings.ts:1515
+#: src/strings.ts:1517
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?"
@@ -523,7 +527,7 @@ msgstr "Are you sure you want to remove your profile picture?"
msgid "Are you sure?"
msgstr "Are you sure?"
-#: src/strings.ts:2064
+#: src/strings.ts:2066
msgid "Assign color"
msgstr "Assign color"
@@ -535,7 +539,7 @@ msgstr "Assign to"
msgid "Atleast 8 characters required"
msgstr "Atleast 8 characters required"
-#: src/strings.ts:2375
+#: src/strings.ts:2377
msgid "Attach image from URL"
msgstr "Attach image from URL"
@@ -544,11 +548,11 @@ msgid "attachment"
msgstr "attachment"
#: src/strings.ts:302
-#: src/strings.ts:2372
+#: src/strings.ts:2374
msgid "Attachment"
msgstr "Attachment"
-#: src/strings.ts:2343
+#: src/strings.ts:2345
msgid "Attachment settings"
msgstr "Attachment settings"
@@ -561,7 +565,7 @@ msgstr "attachments"
msgid "Attachments"
msgstr "Attachments"
-#: src/strings.ts:1865
+#: src/strings.ts:1867
msgid "Attachments cache cleared!"
msgstr "Attachments cache cleared!"
@@ -569,23 +573,23 @@ msgstr "Attachments cache cleared!"
msgid "Audios"
msgstr "Audios"
-#: src/strings.ts:1594
+#: src/strings.ts:1596
msgid "Auth server"
msgstr "Auth server"
-#: src/strings.ts:1765
+#: src/strings.ts:1767
msgid "Authenticated as {email}"
msgstr "Authenticated as {email}"
-#: src/strings.ts:1879
+#: src/strings.ts:1881
msgid "Authenticating user"
msgstr "Authenticating user"
-#: src/strings.ts:2164
+#: src/strings.ts:2166
msgid "Authentication"
msgstr "Authentication"
-#: src/strings.ts:1704
+#: src/strings.ts:1706
msgid "authentication app"
msgstr "authentication app"
@@ -597,20 +601,20 @@ msgstr "Authentication cancelled by user"
msgid "Authentication failed"
msgstr "Authentication failed"
-#: src/strings.ts:2127
+#: src/strings.ts:2129
msgid "Auto"
msgstr "Auto"
-#: src/strings.ts:1627
+#: src/strings.ts:1629
msgid "Auto save: off"
msgstr "Auto save: off"
-#: src/strings.ts:2141
+#: src/strings.ts:2143
msgid "Auto start on system startup"
msgstr "Auto start on system startup"
#: src/strings.ts:1187
-#: src/strings.ts:1655
+#: src/strings.ts:1657
msgid "Automatic backups"
msgstr "Automatic backups"
@@ -618,7 +622,7 @@ msgstr "Automatic backups"
msgid "Automatic backups are off"
msgstr "Automatic backups are off"
-#: src/strings.ts:2036
+#: src/strings.ts:2038
msgid "Automatic backups disabled"
msgstr "Automatic backups disabled"
@@ -626,7 +630,7 @@ msgstr "Automatic backups disabled"
msgid "Automatic backups with attachments"
msgstr "Automatic backups with attachments"
-#: src/strings.ts:2137
+#: src/strings.ts:2139
msgid "Automatic updates"
msgstr "Automatic updates"
@@ -634,7 +638,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:2139
+#: src/strings.ts:2141
msgid "Automatically download & install updates in the background without prompting first."
msgstr "Automatically download & install updates in the background without prompting first."
@@ -646,19 +650,19 @@ 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:1678
+#: src/strings.ts:1680
msgid "available"
msgstr "available"
-#: src/strings.ts:2184
+#: src/strings.ts:2186
msgid "Available on iOS"
msgstr "Available on iOS"
-#: src/strings.ts:2185
+#: src/strings.ts:2187
msgid "Available on iOS & Android"
msgstr "Available on iOS & Android"
-#: src/strings.ts:2330
+#: src/strings.ts:2332
msgid "Background color"
msgstr "Background color"
@@ -666,11 +670,11 @@ msgstr "Background color"
msgid "Background sync (experimental)"
msgstr "Background sync (experimental)"
-#: src/strings.ts:2133
+#: src/strings.ts:2135
msgid "Backup"
msgstr "Backup"
-#: src/strings.ts:2171
+#: src/strings.ts:2173
msgid "Backup & export"
msgstr "Backup & export"
@@ -682,7 +686,7 @@ msgstr "Backup & restore"
msgid "Backup complete"
msgstr "Backup complete"
-#: src/strings.ts:1534
+#: src/strings.ts:1536
msgid "Backup directory not selected"
msgstr "Backup directory not selected"
@@ -690,7 +694,7 @@ msgstr "Backup directory not selected"
msgid "Backup encryption"
msgstr "Backup encryption"
-#: src/strings.ts:1841
+#: src/strings.ts:1843
msgid "Backup files have .nnbackup extension"
msgstr "Backup files have .nnbackup extension"
@@ -698,7 +702,7 @@ msgstr "Backup files have .nnbackup extension"
msgid "Backup is encrypted"
msgstr "Backup is encrypted"
-#: src/strings.ts:1582
+#: src/strings.ts:1584
msgid "Backup is encrypted, decrypting..."
msgstr "Backup is encrypted, decrypting..."
@@ -714,7 +718,7 @@ msgstr "Backup now with attachments"
msgid "Backup restored"
msgstr "Backup restored"
-#: src/strings.ts:1899
+#: src/strings.ts:1901
msgid "Backup saved at {path}"
msgstr "Backup saved at {path}"
@@ -722,7 +726,7 @@ msgstr "Backup saved at {path}"
msgid "Backup successful"
msgstr "Backup successful"
-#: src/strings.ts:2134
+#: src/strings.ts:2136
msgid "Backup with attachments"
msgstr "Backup with attachments"
@@ -734,7 +738,7 @@ msgstr "Backups"
msgid "Basic"
msgstr "Basic"
-#: src/strings.ts:1763
+#: src/strings.ts:1765
msgid "Because where's the fun in nookin' alone?"
msgstr "Because where's the fun in nookin' alone?"
@@ -742,7 +746,7 @@ msgstr "Because where's the fun in nookin' alone?"
msgid "Behavior"
msgstr "Behavior"
-#: src/strings.ts:2166
+#: src/strings.ts:2168
msgid "Behaviour"
msgstr "Behaviour"
@@ -750,11 +754,11 @@ msgstr "Behaviour"
msgid "BETA"
msgstr "BETA"
-#: src/strings.ts:2288
+#: src/strings.ts:2290
msgid "Bi-directional note link"
msgstr "Bi-directional note link"
-#: src/strings.ts:2232
+#: src/strings.ts:2234
msgid "Billing history"
msgstr "Billing history"
@@ -778,15 +782,15 @@ msgstr "Biometrics authentication failed"
msgid "Biometrics not enrolled"
msgstr "Biometrics not enrolled"
-#: src/strings.ts:2284
+#: src/strings.ts:2286
msgid "Bold"
msgstr "Bold"
-#: src/strings.ts:1793
+#: src/strings.ts:1795
msgid "Browse"
msgstr "Browse"
-#: src/strings.ts:2301
+#: src/strings.ts:2303
msgid "Bullet list"
msgstr "Bullet list"
@@ -798,7 +802,7 @@ msgstr "By"
msgid "By signing up, you agree to our"
msgstr "By signing up, you agree to our"
-#: src/strings.ts:2363
+#: src/strings.ts:2365
msgid "Callout"
msgstr "Callout"
@@ -814,7 +818,7 @@ msgstr "Cancel download"
msgid "Cancel login"
msgstr "Cancel login"
-#: src/strings.ts:1809
+#: src/strings.ts:1811
msgid "Cancel subscription"
msgstr "Cancel subscription"
@@ -822,24 +826,24 @@ msgstr "Cancel subscription"
msgid "Cancel upload"
msgstr "Cancel upload"
-#: src/strings.ts:2329
+#: src/strings.ts:2331
msgid "Cell background color"
msgstr "Cell background color"
-#: src/strings.ts:2331
+#: src/strings.ts:2333
msgid "Cell border color"
msgstr "Cell border color"
-#: src/strings.ts:2333
-#: src/strings.ts:2334
+#: src/strings.ts:2335
+#: src/strings.ts:2336
msgid "Cell border width"
msgstr "Cell border width"
-#: src/strings.ts:2315
+#: src/strings.ts:2317
msgid "Cell properties"
msgstr "Cell properties"
-#: src/strings.ts:2332
+#: src/strings.ts:2334
msgid "Cell text color"
msgstr "Cell text color"
@@ -875,7 +879,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:2381
+#: src/strings.ts:2383
msgid "Change language"
msgstr "Change language"
@@ -887,15 +891,15 @@ msgstr "Change notification sound"
msgid "Change password"
msgstr "Change password"
-#: src/strings.ts:1801
+#: src/strings.ts:1803
msgid "Change profile picture"
msgstr "Change profile picture"
-#: src/strings.ts:2210
+#: src/strings.ts:2212
msgid "Change proxy"
msgstr "Change proxy"
-#: src/strings.ts:2231
+#: src/strings.ts:2233
msgid "Change the payment method you used to purchase this subscription."
msgstr "Change the payment method you used to purchase this subscription."
@@ -931,7 +935,7 @@ msgstr "Check for new version of Notesnook"
msgid "Check for updates"
msgstr "Check for updates"
-#: src/strings.ts:2183
+#: src/strings.ts:2185
msgid "Check roadmap"
msgstr "Check roadmap"
@@ -943,27 +947,27 @@ msgstr "Check your spam folder if you haven't received an email yet."
msgid "Checking for new version"
msgstr "Checking for new version"
-#: src/strings.ts:1675
+#: src/strings.ts:1677
msgid "Checking for updates"
msgstr "Checking for updates"
-#: src/strings.ts:2303
+#: src/strings.ts:2305
msgid "Checklist"
msgstr "Checklist"
-#: src/strings.ts:2358
+#: src/strings.ts:2360
msgid "Choose a block to insert"
msgstr "Choose a block to insert"
-#: src/strings.ts:1791
+#: src/strings.ts:1793
msgid "Choose a recovery method"
msgstr "Choose a recovery method"
-#: src/strings.ts:2132
+#: src/strings.ts:2134
msgid "Choose backup format"
msgstr "Choose backup format"
-#: src/strings.ts:2394
+#: src/strings.ts:2396
msgid "Choose custom color"
msgstr "Choose custom color"
@@ -991,11 +995,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:2092
+#: src/strings.ts:2094
msgid "Choose your style"
msgstr "Choose your style"
-#: src/strings.ts:1585
+#: src/strings.ts:1587
msgid "cleaningUp"
msgstr "cleaningUp"
@@ -1004,19 +1008,19 @@ msgstr "cleaningUp"
msgid "Clear"
msgstr "Clear"
-#: src/strings.ts:2297
+#: src/strings.ts:2299
msgid "Clear all formatting"
msgstr "Clear all formatting"
-#: src/strings.ts:1852
+#: src/strings.ts:1854
msgid "Clear attachments cache?"
msgstr "Clear attachments cache?"
-#: src/strings.ts:1851
+#: src/strings.ts:1853
msgid "Clear cache"
msgstr "Clear cache"
-#: src/strings.ts:2392
+#: src/strings.ts:2394
msgid "Clear completed tasks"
msgstr "Clear completed tasks"
@@ -1028,7 +1032,7 @@ msgstr "Clear default notebook"
msgid "Clear logs"
msgstr "Clear logs"
-#: src/strings.ts:2226
+#: src/strings.ts:2228
msgid "clear sessions"
msgstr "clear sessions"
@@ -1040,7 +1044,7 @@ msgstr "Clear trash"
msgid "Clear trash interval"
msgstr "Clear trash interval"
-#: src/strings.ts:1854
+#: src/strings.ts:1856
msgid ""
"Clearing attachments cache will perform the following actions:\n"
"- Downloaded images & files: **cleared**\n"
@@ -1062,15 +1066,15 @@ msgstr ""
msgid "Click to deselect"
msgstr "Click to deselect"
-#: src/strings.ts:1850
+#: src/strings.ts:1852
msgid "Click to preview"
msgstr "Click to preview"
-#: src/strings.ts:1742
+#: src/strings.ts:1744
msgid "Click to remove"
msgstr "Click to remove"
-#: src/strings.ts:2420
+#: src/strings.ts:2422
msgid "Click to reset {title}"
msgstr "Click to reset {title}"
@@ -1078,35 +1082,35 @@ msgstr "Click to reset {title}"
msgid "Close"
msgstr "Close"
-#: src/strings.ts:2050
+#: src/strings.ts:2052
msgid "Close all"
msgstr "Close all"
-#: src/strings.ts:2047
+#: src/strings.ts:2049
msgid "Close others"
msgstr "Close others"
-#: src/strings.ts:2150
+#: src/strings.ts:2152
msgid "Close to system tray"
msgstr "Close to system tray"
-#: src/strings.ts:2049
+#: src/strings.ts:2051
msgid "Close to the left"
msgstr "Close to the left"
-#: src/strings.ts:2048
+#: src/strings.ts:2050
msgid "Close to the right"
msgstr "Close to the right"
-#: src/strings.ts:2295
+#: src/strings.ts:2297
msgid "Code"
msgstr "Code"
-#: src/strings.ts:2360
+#: src/strings.ts:2362
msgid "Code block"
msgstr "Code block"
-#: src/strings.ts:2296
+#: src/strings.ts:2298
msgid "Code remove"
msgstr "Code remove"
@@ -1119,7 +1123,7 @@ msgid "color"
msgstr "color"
#: src/strings.ts:301
-#: src/strings.ts:1827
+#: src/strings.ts:1829
msgid "Color"
msgstr "Color"
@@ -1127,7 +1131,7 @@ msgstr "Color"
msgid "Color #{color} already exists"
msgstr "Color #{color} already exists"
-#: src/strings.ts:2125
+#: src/strings.ts:2127
msgid "Color scheme"
msgstr "Color scheme"
@@ -1143,7 +1147,7 @@ msgstr "colors"
msgid "Colors"
msgstr "Colors"
-#: src/strings.ts:2313
+#: src/strings.ts:2315
msgid "Column properties"
msgstr "Column properties"
@@ -1151,7 +1155,7 @@ msgstr "Column properties"
msgid "Community"
msgstr "Community"
-#: src/strings.ts:1712
+#: src/strings.ts:1714
msgid "Completed"
msgstr "Completed"
@@ -1163,7 +1167,7 @@ msgstr "Compress"
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:2279
+#: src/strings.ts:2281
msgid "Configure"
msgstr "Configure"
@@ -1187,15 +1191,15 @@ msgstr "Confirm password"
msgid "Confirm pin"
msgstr "Confirm pin"
-#: src/strings.ts:2110
+#: src/strings.ts:2112
msgid "Congratulations!"
msgstr "Congratulations!"
-#: src/strings.ts:1602
+#: src/strings.ts:1604
msgid "Connected to all servers sucessfully."
msgstr "Connected to all servers sucessfully."
-#: src/strings.ts:1637
+#: src/strings.ts:1639
msgid "Contact support"
msgstr "Contact support"
@@ -1215,7 +1219,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:2021
+#: src/strings.ts:2023
msgid "Copied"
msgstr "Copied"
@@ -1223,7 +1227,7 @@ msgstr "Copied"
msgid "Copy"
msgstr "Copy"
-#: src/strings.ts:2067
+#: src/strings.ts:2069
msgid "Copy as{0}"
msgstr "Copy as{0}"
@@ -1231,7 +1235,7 @@ msgstr "Copy as{0}"
msgid "Copy codes"
msgstr "Copy codes"
-#: src/strings.ts:2277
+#: src/strings.ts:2279
msgid "Copy image"
msgstr "Copy image"
@@ -1239,7 +1243,7 @@ msgstr "Copy image"
msgid "Copy internal link"
msgstr "Copy internal link"
-#: src/strings.ts:2276
+#: src/strings.ts:2278
msgid "Copy link text"
msgstr "Copy link text"
@@ -1251,7 +1255,7 @@ msgstr "Copy note"
msgid "Copy to clipboard"
msgstr "Copy to clipboard"
-#: src/strings.ts:1587
+#: src/strings.ts:1589
msgid "Copying backup files to cache"
msgstr "Copying backup files to cache"
@@ -1259,19 +1263,19 @@ msgstr "Copying backup files to cache"
msgid "CORS bypass"
msgstr "CORS bypass"
-#: src/strings.ts:2017
+#: src/strings.ts:2019
msgid "Could not activate trial"
msgstr "Could not activate trial"
-#: src/strings.ts:2035
+#: src/strings.ts:2037
msgid "Could not clear trash"
msgstr "Could not clear trash"
-#: src/strings.ts:1605
+#: src/strings.ts:1607
msgid "Could not connect to {server}"
msgstr "Could not connect to {server}"
-#: src/strings.ts:2001
+#: src/strings.ts:2003
msgid "Could not convert note to {format}"
msgstr "Could not convert note to {format}"
@@ -1303,7 +1307,7 @@ msgstr "Create a note first"
msgid "Create a shortcut"
msgstr "Create a shortcut"
-#: src/strings.ts:1832
+#: src/strings.ts:1834
msgid "Create account"
msgstr "Create account"
@@ -1347,7 +1351,7 @@ msgstr "created"
msgid "Created"
msgstr "Created"
-#: src/strings.ts:2259
+#: src/strings.ts:2261
msgid "Created at"
msgstr "Created at"
@@ -1355,11 +1359,11 @@ msgstr "Created at"
msgid "Creating a{0} backup"
msgstr "Creating a{0} backup"
-#: src/strings.ts:2079
+#: src/strings.ts:2081
msgid "Credentials"
msgstr "Credentials"
-#: src/strings.ts:2095
+#: src/strings.ts:2097
msgid "Cross platform & 100% encrypted"
msgstr "Cross platform & 100% encrypted"
@@ -1367,7 +1371,7 @@ 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:1819
+#: src/strings.ts:1821
msgid "Current note"
msgstr "Current note"
@@ -1379,15 +1383,15 @@ msgstr "Current password"
msgid "Current pin"
msgstr "Current pin"
-#: src/strings.ts:1743
+#: src/strings.ts:1745
msgid "CURRENT PLAN"
msgstr "CURRENT PLAN"
-#: src/strings.ts:2041
+#: src/strings.ts:2043
msgid "Custom"
msgstr "Custom"
-#: src/strings.ts:2161
+#: src/strings.ts:2163
msgid "Custom dictionary words"
msgstr "Custom dictionary words"
@@ -1411,12 +1415,12 @@ msgstr "Customize the toolbar in the note editor"
msgid "Customize toolbar"
msgstr "Customize toolbar"
-#: src/strings.ts:2275
+#: src/strings.ts:2277
msgid "Cut"
msgstr "Cut"
#: src/strings.ts:169
-#: src/strings.ts:1537
+#: src/strings.ts:1539
msgid "Daily"
msgstr "Daily"
@@ -1428,19 +1432,19 @@ msgstr "Dark"
msgid "Dark mode"
msgstr "Dark mode"
-#: src/strings.ts:2126
+#: src/strings.ts:2128
msgid "Dark or light, we won't judge."
msgstr "Dark or light, we won't judge."
-#: src/strings.ts:1520
+#: src/strings.ts:1522
msgid "Database setup failed, could not get database key"
msgstr "Database setup failed, could not get database key"
-#: src/strings.ts:1822
+#: src/strings.ts:1824
msgid "Date"
msgstr "Date"
-#: src/strings.ts:2135
+#: src/strings.ts:2137
msgid "Date & time"
msgstr "Date & time"
@@ -1464,7 +1468,7 @@ msgstr "Date format"
msgid "Date modified"
msgstr "Date modified"
-#: src/strings.ts:2073
+#: src/strings.ts:2075
msgid "Date uploaded"
msgstr "Date uploaded"
@@ -1472,15 +1476,15 @@ msgstr "Date uploaded"
msgid "day"
msgstr "day"
-#: src/strings.ts:1824
+#: src/strings.ts:1826
msgid "Day"
msgstr "Day"
-#: src/strings.ts:1536
+#: src/strings.ts:1538
msgid "days"
msgstr "days"
-#: src/strings.ts:2069
+#: src/strings.ts:2071
msgid "Deactivate"
msgstr "Deactivate"
@@ -1500,12 +1504,12 @@ msgstr "Debug logs downloaded"
msgid "Debugging"
msgstr "Debugging"
-#: src/strings.ts:2422
+#: src/strings.ts:2424
msgid "Decrease {title}"
msgstr "Decrease {title}"
#: src/strings.ts:628
-#: src/strings.ts:2039
+#: src/strings.ts:2041
msgid "Default"
msgstr "Default"
@@ -1560,7 +1564,7 @@ msgstr "Delete all notes"
msgid "Delete collapsed section"
msgstr "Delete collapsed section"
-#: src/strings.ts:2320
+#: src/strings.ts:2322
msgid "Delete column"
msgstr "Delete column"
@@ -1568,7 +1572,7 @@ msgstr "Delete column"
msgid "Delete group"
msgstr "Delete group"
-#: src/strings.ts:2395
+#: src/strings.ts:2397
msgid "Delete mode"
msgstr "Delete mode"
@@ -1580,11 +1584,11 @@ msgstr "Delete note"
msgid "Delete permanently"
msgstr "Delete permanently"
-#: src/strings.ts:2327
+#: src/strings.ts:2329
msgid "Delete row"
msgstr "Delete row"
-#: src/strings.ts:2328
+#: src/strings.ts:2330
msgid "Delete table"
msgstr "Delete table"
@@ -1604,19 +1608,19 @@ msgstr "Deleted on {date}"
msgid "deleted permanently"
msgstr "deleted permanently"
-#: src/strings.ts:1964
+#: src/strings.ts:1966
msgid "Deleting"
msgstr "Deleting"
-#: src/strings.ts:1821
+#: src/strings.ts:1823
msgid "Description"
msgstr "Description"
-#: src/strings.ts:2136
+#: src/strings.ts:2138
msgid "Desktop app"
msgstr "Desktop app"
-#: src/strings.ts:2140
+#: src/strings.ts:2142
msgid "Desktop integration"
msgstr "Desktop integration"
@@ -1632,7 +1636,7 @@ msgstr "Disable"
msgid "Disable auto sync"
msgstr "Disable auto sync"
-#: src/strings.ts:2042
+#: src/strings.ts:2044
msgid "Disable editor margins"
msgstr "Disable editor margins"
@@ -1652,15 +1656,15 @@ msgstr "Disabled"
msgid "Discard"
msgstr "Discard"
-#: src/strings.ts:1566
+#: src/strings.ts:1568
msgid "Dismiss"
msgstr "Dismiss"
-#: src/strings.ts:1616
+#: src/strings.ts:1618
msgid "Dismiss announcement"
msgstr "Dismiss announcement"
-#: src/strings.ts:1715
+#: src/strings.ts:1717
msgid "Disputed"
msgstr "Disputed"
@@ -1668,7 +1672,7 @@ msgstr "Disputed"
msgid "Do you enjoy using Notesnook?"
msgstr "Do you enjoy using Notesnook?"
-#: src/strings.ts:2258
+#: src/strings.ts:2260
msgid "Do you want to clear the trash?"
msgstr "Do you want to clear the trash?"
@@ -1696,11 +1700,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:1815
+#: src/strings.ts:1817
msgid "Don't have backup file?"
msgstr "Don't have backup file?"
-#: src/strings.ts:1814
+#: src/strings.ts:1816
msgid "Don't have your account recovery key?"
msgstr "Don't have your account recovery key?"
@@ -1708,11 +1712,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:1794
+#: src/strings.ts:1796
msgid "Don't show again"
msgstr "Don't show again"
-#: src/strings.ts:1795
+#: src/strings.ts:1797
msgid "Don't show again on this device?"
msgstr "Don't show again on this device?"
@@ -1728,15 +1732,15 @@ msgstr "Double spaced lines"
msgid "Download"
msgstr "Download"
-#: src/strings.ts:1799
+#: src/strings.ts:1801
msgid "Download all attachments"
msgstr "Download all attachments"
-#: src/strings.ts:2344
+#: src/strings.ts:2346
msgid "Download attachment"
msgstr "Download attachment"
-#: src/strings.ts:1843
+#: src/strings.ts:1845
msgid "Download backup file"
msgstr "Download backup file"
@@ -1744,7 +1748,7 @@ msgstr "Download backup file"
msgid "Download cancelled"
msgstr "Download cancelled"
-#: src/strings.ts:2238
+#: src/strings.ts:2240
msgid "Download everything including attachments on sync"
msgstr "Download everything including attachments on sync"
@@ -1777,19 +1781,19 @@ msgstr "Downloading"
msgid "Downloading attachments"
msgstr "Downloading attachments"
-#: src/strings.ts:1674
+#: src/strings.ts:1676
msgid "Downloading images"
msgstr "Downloading images"
-#: src/strings.ts:1740
+#: src/strings.ts:1742
msgid "Drag & drop files here, or click to select files"
msgstr "Drag & drop files here, or click to select files"
-#: src/strings.ts:1739
+#: src/strings.ts:1741
msgid "Drop the files here"
msgstr "Drop the files here"
-#: src/strings.ts:1629
+#: src/strings.ts:1631
msgid "Drop your files here to attach"
msgstr "Drop your files here to attach"
@@ -1806,7 +1810,7 @@ msgid "Earliest first"
msgstr "Earliest first"
#: src/strings.ts:43
-#: src/strings.ts:1747
+#: src/strings.ts:1749
msgid "Edit"
msgstr "Edit"
@@ -1814,8 +1818,8 @@ msgstr "Edit"
msgid "Edit internal link"
msgstr "Edit internal link"
-#: src/strings.ts:2264
-#: src/strings.ts:2290
+#: src/strings.ts:2266
+#: src/strings.ts:2292
msgid "Edit link"
msgstr "Edit link"
@@ -1831,7 +1835,7 @@ msgstr "Edit profile picture"
msgid "Edit reminder"
msgstr "Edit reminder"
-#: src/strings.ts:1802
+#: src/strings.ts:1804
msgid "Edit your full name"
msgstr "Edit your full name"
@@ -1840,7 +1844,7 @@ msgid "edited"
msgstr "edited"
#: src/strings.ts:1111
-#: src/strings.ts:1505
+#: src/strings.ts:1507
msgid "Editor"
msgstr "Editor"
@@ -1856,7 +1860,7 @@ msgstr "Email is required"
msgid "Email not confirmed"
msgstr "Email not confirmed"
-#: src/strings.ts:1526
+#: src/strings.ts:1528
msgid "Email or password incorrect"
msgstr "Email or password incorrect"
@@ -1868,15 +1872,15 @@ msgstr "Email support"
msgid "Email updated to {email}"
msgstr "Email updated to {email}"
-#: src/strings.ts:2370
+#: src/strings.ts:2372
msgid "Embed"
msgstr "Embed"
-#: src/strings.ts:2350
+#: src/strings.ts:2352
msgid "Embed properties"
msgstr "Embed properties"
-#: src/strings.ts:2346
+#: src/strings.ts:2348
msgid "Embed settings"
msgstr "Embed settings"
@@ -1888,15 +1892,15 @@ msgstr "Enable"
msgid "Enable app lock"
msgstr "Enable app lock"
-#: src/strings.ts:2043
+#: src/strings.ts:2045
msgid "Enable editor margins"
msgstr "Enable editor margins"
-#: src/strings.ts:2410
+#: src/strings.ts:2412
msgid "Enable regex"
msgstr "Enable regex"
-#: src/strings.ts:2157
+#: src/strings.ts:2159
msgid "Enable spell checker"
msgstr "Enable spell checker"
@@ -1912,11 +1916,11 @@ msgstr "Encrypt your backups for added security"
msgid "Encrypted and synced"
msgstr "Encrypted and synced"
-#: src/strings.ts:2271
+#: src/strings.ts:2273
msgid "Encrypted backup"
msgstr "Encrypted backup"
-#: src/strings.ts:1623
+#: src/strings.ts:1625
msgid "Encrypted, private, secure."
msgstr "Encrypted, private, secure."
@@ -1924,7 +1928,7 @@ msgstr "Encrypted, private, secure."
msgid "Encrypting attachment"
msgstr "Encrypting attachment"
-#: src/strings.ts:1826
+#: src/strings.ts:1828
msgid "Encryption key"
msgstr "Encryption key"
@@ -1944,7 +1948,7 @@ msgstr "Enter account password"
msgid "Enter account password to proceed."
msgstr "Enter account password to proceed."
-#: src/strings.ts:1835
+#: src/strings.ts:1837
msgid "Enter account recovery key"
msgstr "Enter account recovery key"
@@ -1960,11 +1964,11 @@ msgstr "Enter app lock pin"
msgid "Enter code from authenticator app"
msgstr "Enter code from authenticator app"
-#: src/strings.ts:1491
+#: src/strings.ts:1493
msgid "Enter email address"
msgstr "Enter email address"
-#: src/strings.ts:2398
+#: src/strings.ts:2400
msgid "Enter embed source URL"
msgstr "Enter embed source URL"
@@ -1972,7 +1976,7 @@ msgstr "Enter embed source URL"
msgid "Enter full name"
msgstr "Enter full name"
-#: src/strings.ts:1667
+#: src/strings.ts:1669
msgid "Enter fullscreen"
msgstr "Enter fullscreen"
@@ -1988,7 +1992,7 @@ msgstr "Enter notebook title"
msgid "Enter password"
msgstr "Enter password"
-#: src/strings.ts:2118
+#: src/strings.ts:2120
msgid "Enter pin or password to enable app lock."
msgstr "Enter pin or password to enable app lock."
@@ -2024,11 +2028,11 @@ msgstr "Enter verification code sent to your new email"
msgid "Enter your new email"
msgstr "Enter your new email"
-#: src/strings.ts:2119
+#: src/strings.ts:2121
msgid "Enter your username"
msgstr "Enter your username"
-#: src/strings.ts:1527
+#: src/strings.ts:1529
msgid "Error applying promo code"
msgstr "Error applying promo code"
@@ -2036,7 +2040,7 @@ msgstr "Error applying promo code"
msgid "Error downloading file: {message}"
msgstr "Error downloading file: {message}"
-#: src/strings.ts:1494
+#: src/strings.ts:1496
msgid "Error getting codes"
msgstr "Error getting codes"
@@ -2056,23 +2060,23 @@ msgstr "Error sending 2FA code"
msgid "Errors"
msgstr "Errors"
-#: src/strings.ts:1662
+#: src/strings.ts:1664
msgid "Errors in {count} attachments"
msgstr "Errors in {count} attachments"
-#: src/strings.ts:1596
+#: src/strings.ts:1598
msgid "Events server"
msgstr "Events server"
-#: src/strings.ts:2044
+#: src/strings.ts:2046
msgid "Exit fullscreen"
msgstr "Exit fullscreen"
-#: src/strings.ts:2402
+#: src/strings.ts:2404
msgid "Expand"
msgstr "Expand"
-#: src/strings.ts:2102
+#: src/strings.ts:2104
msgid "Experience the next level of private note taking\""
msgstr "Experience the next level of private note taking\""
@@ -2092,7 +2096,7 @@ msgstr "Export all notes"
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"
-#: src/strings.ts:2066
+#: src/strings.ts:2068
msgid "Export as{0}"
msgstr "Export as{0}"
@@ -2104,7 +2108,7 @@ msgstr "Export notes as PDF, Markdown and HTML with Notesnook Pro"
msgid "Exporting \"{title}\""
msgstr "Exporting \"{title}\""
-#: src/strings.ts:1586
+#: src/strings.ts:1588
msgid "Extracting files..."
msgstr "Extracting files..."
@@ -2112,15 +2116,15 @@ msgstr "Extracting files..."
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:1986
+#: src/strings.ts:1988
msgid "Failed to copy note"
msgstr "Failed to copy note"
-#: src/strings.ts:1533
+#: src/strings.ts:1535
msgid "Failed to decrypt backup"
msgstr "Failed to decrypt backup"
-#: src/strings.ts:2033
+#: src/strings.ts:2035
msgid "Failed to delete"
msgstr "Failed to delete"
@@ -2132,7 +2136,7 @@ msgstr "Failed to delete account"
msgid "Failed to download file"
msgstr "Failed to download file"
-#: src/strings.ts:2029
+#: src/strings.ts:2031
msgid "Failed to install theme"
msgstr "Failed to install theme"
@@ -2144,7 +2148,7 @@ msgstr "Failed to open"
msgid "Failed to publish note"
msgstr "Failed to publish note"
-#: src/strings.ts:2034
+#: src/strings.ts:2036
msgid "Failed to register task"
msgstr "Failed to register task"
@@ -2164,11 +2168,11 @@ msgstr "Failed to send verification email"
msgid "Failed to subscribe"
msgstr "Failed to subscribe"
-#: src/strings.ts:2233
+#: src/strings.ts:2235
msgid "Failed to take backup"
msgstr "Failed to take backup"
-#: src/strings.ts:2235
+#: src/strings.ts:2237
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?"
@@ -2184,12 +2188,12 @@ msgstr "Failed to zip files"
msgid "Fallback method for 2FA enabled"
msgstr "Fallback method for 2FA enabled"
-#: src/strings.ts:2063
+#: src/strings.ts:2065
msgid "Favorite"
msgstr "Favorite"
#: src/strings.ts:323
-#: src/strings.ts:1500
+#: src/strings.ts:1502
msgid "Favorites"
msgstr "Favorites"
@@ -2225,23 +2229,23 @@ msgstr "File too big"
msgid "Filter attachments by filename, type or hash"
msgstr "Filter attachments by filename, type or hash"
-#: src/strings.ts:1816
+#: src/strings.ts:1818
msgid "Filter languages"
msgstr "Filter languages"
-#: src/strings.ts:1635
+#: src/strings.ts:1637
msgid "Fix it"
msgstr "Fix it"
-#: src/strings.ts:2339
+#: src/strings.ts:2341
msgid "Float image"
msgstr "Float image"
-#: src/strings.ts:2046
+#: src/strings.ts:2048
msgid "Focus mode"
msgstr "Focus mode"
-#: src/strings.ts:2193
+#: src/strings.ts:2195
msgid "follow"
msgstr "follow"
@@ -2261,23 +2265,23 @@ 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:2304
+#: src/strings.ts:2306
msgid "Font family"
msgstr "Font family"
-#: src/strings.ts:2305
+#: src/strings.ts:2307
msgid "Font size"
msgstr "Font size"
-#: src/strings.ts:1652
+#: src/strings.ts:1654
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:1737
+#: src/strings.ts:1739
msgid "for help regarding how to use the Notesnook Importer."
msgstr "for help regarding how to use the Notesnook Importer."
-#: src/strings.ts:2225
+#: src/strings.ts:2227
msgid "Force logout from all your other logged in devices."
msgstr "Force logout from all your other logged in devices."
@@ -2289,7 +2293,7 @@ msgstr "Force pull changes"
msgid "Force push changes"
msgstr "Force push changes"
-#: src/strings.ts:2242
+#: src/strings.ts:2244
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"
@@ -2315,27 +2319,27 @@ msgstr "Fri"
msgid "Friday"
msgstr "Friday"
-#: src/strings.ts:2400
+#: src/strings.ts:2402
msgid "From code"
msgstr "From code"
-#: src/strings.ts:2397
+#: src/strings.ts:2399
msgid "From URL"
msgstr "From URL"
-#: src/strings.ts:2030
+#: src/strings.ts:2032
msgid "Full name updated"
msgstr "Full name updated"
-#: src/strings.ts:2236
+#: src/strings.ts:2238
msgid "Full offline mode"
msgstr "Full offline mode"
-#: src/strings.ts:2352
+#: src/strings.ts:2354
msgid "Full screen"
msgstr "Full screen"
-#: src/strings.ts:2122
+#: src/strings.ts:2124
msgid "General"
msgstr "General"
@@ -2347,11 +2351,11 @@ 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:2187
+#: src/strings.ts:2189
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:2189
+#: src/strings.ts:2191
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."
@@ -2371,7 +2375,7 @@ msgstr "Get Pro"
msgid "Get started"
msgstr "Get started"
-#: src/strings.ts:1866
+#: src/strings.ts:1868
msgid "Getting encryption key..."
msgstr "Getting encryption key..."
@@ -2383,27 +2387,27 @@ msgstr "Getting information"
msgid "Getting recovery codes"
msgstr "Getting recovery codes"
-#: src/strings.ts:2192
+#: src/strings.ts:2194
msgid "GNU GENERAL PUBLIC LICENSE Version 3"
msgstr "GNU GENERAL PUBLIC LICENSE Version 3"
-#: src/strings.ts:2255
+#: src/strings.ts:2257
msgid "Go back to notebooks"
msgstr "Go back to notebooks"
-#: src/strings.ts:2256
+#: src/strings.ts:2258
msgid "Go back to tags"
msgstr "Go back to tags"
-#: src/strings.ts:1797
+#: src/strings.ts:1799
msgid "Go to"
msgstr "Go to"
-#: src/strings.ts:1663
+#: src/strings.ts:1665
msgid "Go to next page"
msgstr "Go to next page"
-#: src/strings.ts:1664
+#: src/strings.ts:1666
msgid "Go to previous page"
msgstr "Go to previous page"
@@ -2419,7 +2423,7 @@ msgstr "Got it"
msgid "GROUP"
msgstr "GROUP"
-#: src/strings.ts:1868
+#: src/strings.ts:1870
msgid "Group added successfully"
msgstr "Group added successfully"
@@ -2431,19 +2435,19 @@ msgstr "Group by"
msgid "Hash copied"
msgstr "Hash copied"
-#: src/strings.ts:2239
+#: src/strings.ts:2241
msgid "Having problems with sync?"
msgstr "Having problems with sync?"
-#: src/strings.ts:2378
+#: src/strings.ts:2380
msgid "Heading {level}"
msgstr "Heading {level}"
-#: src/strings.ts:2306
+#: src/strings.ts:2308
msgid "Headings"
msgstr "Headings"
-#: src/strings.ts:2413
+#: src/strings.ts:2415
msgid "Height"
msgstr "Height"
@@ -2463,11 +2467,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:2198
+#: src/strings.ts:2200
msgid "Hide note title"
msgstr "Hide note title"
-#: src/strings.ts:2309
+#: src/strings.ts:2311
msgid "Highlight"
msgstr "Highlight"
@@ -2475,7 +2479,7 @@ msgstr "Highlight"
msgid "History"
msgstr "History"
-#: src/strings.ts:1506
+#: src/strings.ts:1508
msgid "Home"
msgstr "Home"
@@ -2487,15 +2491,15 @@ msgstr "Homepage"
msgid "Homepage changed to {name}"
msgstr "Homepage changed to {name}"
-#: src/strings.ts:2359
+#: src/strings.ts:2361
msgid "Horizontal rule"
msgstr "Horizontal rule"
-#: src/strings.ts:1792
+#: src/strings.ts:1794
msgid "How do you want to recover your account?"
msgstr "How do you want to recover your account?"
-#: src/strings.ts:1634
+#: src/strings.ts:1636
msgid "How to fix it?"
msgstr "How to fix it?"
@@ -2523,11 +2527,11 @@ msgstr "I don't have recovery codes"
msgid "I have a recovery code"
msgstr "I have a recovery code"
-#: src/strings.ts:1867
+#: src/strings.ts:1869
msgid "I have saved my key"
msgstr "I have saved my key"
-#: src/strings.ts:2240
+#: src/strings.ts:2242
msgid "I understand"
msgstr "I understand"
@@ -2543,15 +2547,15 @@ 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:2143
+#: src/strings.ts:2145
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:2146
+#: src/strings.ts:2148
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:1698
+#: src/strings.ts:1700
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)"
@@ -2563,7 +2567,7 @@ msgstr ""
"If you didn't get an email from us or the confirmation link isn't\n"
"working,"
-#: src/strings.ts:2107
+#: src/strings.ts:2109
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."
@@ -2571,15 +2575,15 @@ 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:2364
+#: src/strings.ts:2366
msgid "Image"
msgstr "Image"
-#: src/strings.ts:2340
+#: src/strings.ts:2342
msgid "Image properties"
msgstr "Image properties"
-#: src/strings.ts:2335
+#: src/strings.ts:2337
msgid "Image settings"
msgstr "Image settings"
@@ -2595,19 +2599,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:1551
+#: src/strings.ts:1553
msgid "Immediately"
msgstr "Immediately"
-#: src/strings.ts:2170
+#: src/strings.ts:2172
msgid "Import & export"
msgstr "Import & export"
-#: src/strings.ts:1721
+#: src/strings.ts:1723
msgid "Import completed"
msgstr "Import completed"
-#: src/strings.ts:1736
+#: src/strings.ts:1738
msgid "import guide"
msgstr "import guide"
@@ -2615,7 +2619,7 @@ msgstr "import guide"
msgid "Incoming"
msgstr "Incoming"
-#: src/strings.ts:1820
+#: src/strings.ts:1822
msgid "Incoming note"
msgstr "Incoming note"
@@ -2623,59 +2627,59 @@ msgstr "Incoming note"
msgid "Incorrect {type}"
msgstr "Incorrect {type}"
-#: src/strings.ts:2421
+#: src/strings.ts:2423
msgid "Increase {title}"
msgstr "Increase {title}"
-#: src/strings.ts:2265
+#: src/strings.ts:2267
msgid "Insert"
msgstr "Insert"
-#: src/strings.ts:2418
+#: src/strings.ts:2420
msgid "Insert a {rows}x{columns} table"
msgstr "Insert a {rows}x{columns} table"
-#: src/strings.ts:2369
+#: src/strings.ts:2371
msgid "Insert a table"
msgstr "Insert a table"
-#: src/strings.ts:2371
+#: src/strings.ts:2373
msgid "Insert an embed"
msgstr "Insert an embed"
-#: src/strings.ts:2365
+#: src/strings.ts:2367
msgid "Insert an image"
msgstr "Insert an image"
-#: src/strings.ts:2316
+#: src/strings.ts:2318
msgid "Insert column left"
msgstr "Insert column left"
-#: src/strings.ts:2317
+#: src/strings.ts:2319
msgid "Insert column right"
msgstr "Insert column right"
-#: src/strings.ts:2263
+#: src/strings.ts:2265
msgid "Insert link"
msgstr "Insert link"
-#: src/strings.ts:2323
+#: src/strings.ts:2325
msgid "Insert row above"
msgstr "Insert row above"
-#: src/strings.ts:2324
+#: src/strings.ts:2326
msgid "Insert row below"
msgstr "Insert row below"
-#: src/strings.ts:1650
+#: src/strings.ts:1652
msgid "Install Notesnook"
msgstr "Install Notesnook"
-#: src/strings.ts:2178
+#: src/strings.ts:2180
msgid "Install update"
msgstr "Install update"
-#: src/strings.ts:1693
+#: src/strings.ts:1695
msgid "installs"
msgstr "installs"
@@ -2683,7 +2687,7 @@ msgstr "installs"
msgid "Invalid {type}"
msgstr "Invalid {type}"
-#: src/strings.ts:2022
+#: src/strings.ts:2024
msgid "Invalid CORS proxy url"
msgstr "Invalid CORS proxy url"
@@ -2700,7 +2704,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:1559
+#: src/strings.ts:1561
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:"
@@ -2708,7 +2712,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:2285
+#: src/strings.ts:2287
msgid "Italic"
msgstr "Italic"
@@ -2721,7 +2725,7 @@ msgid "Item"
msgstr "Item"
#: src/strings.ts:313
-#: src/strings.ts:1673
+#: src/strings.ts:1675
msgid "items"
msgstr "items"
@@ -2729,7 +2733,7 @@ msgstr "items"
msgid "Items"
msgstr "Items"
-#: src/strings.ts:2190
+#: src/strings.ts:2192
msgid "Join community"
msgstr "Join community"
@@ -2753,11 +2757,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:2098
+#: src/strings.ts:2100
msgid "Join the cause"
msgstr "Join the cause"
-#: src/strings.ts:2057
+#: src/strings.ts:2059
msgid "Jump to group"
msgstr "Jump to group"
@@ -2765,7 +2769,7 @@ msgstr "Jump to group"
msgid "Keep"
msgstr "Keep"
-#: src/strings.ts:2052
+#: src/strings.ts:2054
msgid "Keep open"
msgstr "Keep open"
@@ -2773,11 +2777,11 @@ msgstr "Keep open"
msgid "Keep your data safe"
msgstr "Keep your data safe"
-#: src/strings.ts:2158
+#: src/strings.ts:2160
msgid "Languages"
msgstr "Languages"
-#: src/strings.ts:2260
+#: src/strings.ts:2262
msgid "Last edited at"
msgstr "Last edited at"
@@ -2805,7 +2809,7 @@ msgstr "Learn more about Monographs"
msgid "Learn more about Notesnook Monograph"
msgstr "Learn more about Notesnook Monograph"
-#: src/strings.ts:1535
+#: src/strings.ts:1537
msgid "legal"
msgstr "legal"
@@ -2813,15 +2817,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:2191
+#: src/strings.ts:2193
msgid "License"
msgstr "License"
-#: src/strings.ts:1694
+#: src/strings.ts:1696
msgid "Licensed under {license}"
msgstr "Licensed under {license}"
-#: src/strings.ts:2355
+#: src/strings.ts:2357
msgid "Lift list item"
msgstr "Lift list item"
@@ -2829,7 +2833,7 @@ msgstr "Lift list item"
msgid "Light"
msgstr "Light"
-#: src/strings.ts:2385
+#: src/strings.ts:2387
msgid "Line {line}, Column {column}"
msgstr "Line {line}, Column {column}"
@@ -2837,7 +2841,7 @@ msgstr "Line {line}, Column {column}"
msgid "Line spacing changed"
msgstr "Line spacing changed"
-#: src/strings.ts:2289
+#: src/strings.ts:2291
msgid "Link"
msgstr "Link"
@@ -2849,11 +2853,11 @@ msgstr "Link copied"
msgid "Link notebooks"
msgstr "Link notebooks"
-#: src/strings.ts:2294
+#: src/strings.ts:2296
msgid "Link settings"
msgstr "Link settings"
-#: src/strings.ts:2415
+#: src/strings.ts:2417
msgid "Link text"
msgstr "Link text"
@@ -2873,7 +2877,7 @@ msgstr "Link to notebook"
msgid "Linked notes"
msgstr "Linked notes"
-#: src/strings.ts:1565
+#: src/strings.ts:1567
msgid "Linking to a specific block is not available for locked notes."
msgstr "Linking to a specific block is not available for locked notes."
@@ -2885,7 +2889,7 @@ msgstr "List of"
msgid "Load from file"
msgstr "Load from file"
-#: src/strings.ts:1661
+#: src/strings.ts:1663
msgid "Loading"
msgstr "Loading"
@@ -2893,7 +2897,7 @@ msgstr "Loading"
msgid "Loading {0}, please wait..."
msgstr "Loading {0}, please wait..."
-#: src/strings.ts:1630
+#: src/strings.ts:1632
msgid "Loading editor"
msgstr "Loading editor"
@@ -2953,7 +2957,7 @@ msgstr "Locked notes cannot be pinned"
msgid "Locked notes cannot be published"
msgstr "Locked notes cannot be published"
-#: src/strings.ts:2223
+#: src/strings.ts:2225
msgid "Log out from all other devices"
msgstr "Log out from all other devices"
@@ -2965,7 +2969,7 @@ msgstr "Logging out"
msgid "Logging out will clear all data stored on THIS DEVICE. Make sure you have synced all your changes before logging out."
msgstr "Logging out will clear all data stored on THIS DEVICE. Make sure you have synced all your changes before logging out."
-#: src/strings.ts:1752
+#: src/strings.ts:1754
msgid "Logging you in"
msgstr "Logging you in"
@@ -3017,7 +3021,7 @@ msgstr "Logout from this device"
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:2390
+#: src/strings.ts:2392
msgid "Make task list readonly"
msgstr "Make task list readonly"
@@ -3069,35 +3073,35 @@ msgstr "Markdown shortcuts"
msgid "Marketing emails"
msgstr "Marketing emails"
-#: src/strings.ts:2403
+#: src/strings.ts:2405
msgid "Match case"
msgstr "Match case"
-#: src/strings.ts:2404
+#: src/strings.ts:2406
msgid "Match whole word"
msgstr "Match whole word"
-#: src/strings.ts:2311
+#: src/strings.ts:2313
msgid "Math (inline)"
msgstr "Math (inline)"
-#: src/strings.ts:2362
+#: src/strings.ts:2364
msgid "Math & formulas"
msgstr "Math & formulas"
-#: src/strings.ts:2071
+#: src/strings.ts:2073
msgid "Maximize"
msgstr "Maximize"
-#: src/strings.ts:2100
+#: src/strings.ts:2102
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:1749
+#: src/strings.ts:1751
msgid "Member since {date}"
msgstr "Member since {date}"
-#: src/strings.ts:2322
+#: src/strings.ts:2324
msgid "Merge cells"
msgstr "Merge cells"
@@ -3113,15 +3117,15 @@ msgstr "Migration failed"
msgid "min"
msgstr "min"
-#: src/strings.ts:2040
+#: src/strings.ts:2042
msgid "Minimal"
msgstr "Minimal"
-#: src/strings.ts:2070
+#: src/strings.ts:2072
msgid "Minimize"
msgstr "Minimize"
-#: src/strings.ts:2147
+#: src/strings.ts:2149
msgid "Minimize to system tray"
msgstr "Minimize to system tray"
@@ -3143,7 +3147,7 @@ msgstr "Monograph URL copied"
#: src/strings.ts:324
#: src/strings.ts:917
-#: src/strings.ts:1508
+#: src/strings.ts:1510
msgid "Monographs"
msgstr "Monographs"
@@ -3156,7 +3160,7 @@ 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:355
-#: src/strings.ts:1823
+#: src/strings.ts:1825
msgid "month"
msgstr "month"
@@ -3165,11 +3169,11 @@ msgid "Month"
msgstr "Month"
#: src/strings.ts:171
-#: src/strings.ts:1539
+#: src/strings.ts:1541
msgid "Monthly"
msgstr "Monthly"
-#: src/strings.ts:2342
+#: src/strings.ts:2344
msgid "More"
msgstr "More"
@@ -3177,15 +3181,15 @@ msgstr "More"
msgid "Move"
msgstr "Move"
-#: src/strings.ts:2391
+#: src/strings.ts:2393
msgid "Move all checked tasks to bottom"
msgstr "Move all checked tasks to bottom"
-#: src/strings.ts:2318
+#: src/strings.ts:2320
msgid "Move column left"
msgstr "Move column left"
-#: src/strings.ts:2319
+#: src/strings.ts:2321
msgid "Move column right"
msgstr "Move column right"
@@ -3197,11 +3201,11 @@ msgstr "Move notebook"
msgid "Move notes"
msgstr "Move notes"
-#: src/strings.ts:2326
+#: src/strings.ts:2328
msgid "Move row down"
msgstr "Move row down"
-#: src/strings.ts:2325
+#: src/strings.ts:2327
msgid "Move row up"
msgstr "Move row up"
@@ -3225,7 +3229,7 @@ msgstr "Multi-layer encryption to most important notes"
msgid "Name"
msgstr "Name"
-#: src/strings.ts:1654
+#: src/strings.ts:1656
msgid "Native high-performance encryption"
msgstr "Native high-performance encryption"
@@ -3253,7 +3257,7 @@ msgstr "New - old"
msgid "New color"
msgstr "New color"
-#: src/strings.ts:1829
+#: src/strings.ts:1831
msgid "New Email"
msgstr "New Email"
@@ -3293,7 +3297,7 @@ msgstr "New update available"
msgid "New version"
msgstr "New version"
-#: src/strings.ts:2055
+#: src/strings.ts:2057
msgid "Newest - oldest"
msgstr "Newest - oldest"
@@ -3305,7 +3309,7 @@ msgstr "Newly created notes will be uncategorized"
msgid "Next"
msgstr "Next"
-#: src/strings.ts:2407
+#: src/strings.ts:2409
msgid "Next match"
msgstr "Next match"
@@ -3341,11 +3345,11 @@ msgstr "No directory selected"
msgid "No downloads in progress."
msgstr "No downloads in progress."
-#: src/strings.ts:2016
+#: src/strings.ts:2018
msgid "No encryption key found"
msgstr "No encryption key found"
-#: src/strings.ts:1631
+#: src/strings.ts:1633
msgid "No headings found"
msgstr "No headings found"
@@ -3373,7 +3377,7 @@ msgstr "No references found of this note"
msgid "No results found for \"{query}\""
msgstr "No results found for \"{query}\""
-#: src/strings.ts:1495
+#: src/strings.ts:1497
msgid "No results found for {query}"
msgstr "No results found for {query}"
@@ -3389,7 +3393,7 @@ msgstr "No updates available"
msgid "None"
msgstr "None"
-#: src/strings.ts:2045
+#: src/strings.ts:2047
msgid "Normal mode"
msgstr "Normal mode"
@@ -3414,7 +3418,7 @@ msgstr "Note copied to clipboard"
msgid "Note deleted"
msgstr "Note deleted"
-#: src/strings.ts:1999
+#: src/strings.ts:2001
msgid "Note does not exist"
msgstr "Note does not exist"
@@ -3438,7 +3442,7 @@ msgstr "Note restored"
msgid "Note restored from history"
msgstr "Note restored from history"
-#: src/strings.ts:1554
+#: src/strings.ts:1556
msgid "Note title"
msgstr "Note title"
@@ -3455,7 +3459,7 @@ msgid "notebook"
msgstr "notebook"
#: src/strings.ts:298
-#: src/strings.ts:1499
+#: src/strings.ts:1501
msgid "Notebook"
msgstr "Notebook"
@@ -3468,16 +3472,16 @@ msgid "notebooks"
msgstr "notebooks"
#: src/strings.ts:318
-#: src/strings.ts:1498
+#: src/strings.ts:1500
msgid "Notebooks"
msgstr "Notebooks"
#: src/strings.ts:260
-#: src/strings.ts:1764
+#: src/strings.ts:1766
msgid "NOTEBOOKS"
msgstr "NOTEBOOKS"
-#: src/strings.ts:2270
+#: src/strings.ts:2272
msgid "Notebooks are the best way to organize your notes."
msgstr "Notebooks are the best way to organize your notes."
@@ -3486,7 +3490,7 @@ msgid "notes"
msgstr "notes"
#: src/strings.ts:317
-#: src/strings.ts:1497
+#: src/strings.ts:1499
msgid "Notes"
msgstr "Notes"
@@ -3494,15 +3498,15 @@ msgstr "Notes"
msgid "Notes exported as {path} successfully"
msgstr "Notes exported as {path} successfully"
-#: src/strings.ts:1720
+#: src/strings.ts:1722
msgid "notes imported"
msgstr "notes imported"
-#: src/strings.ts:2097
+#: src/strings.ts:2099
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:2172
+#: src/strings.ts:2174
msgid "Notesnook Importer"
msgstr "Notesnook Importer"
@@ -3510,7 +3514,7 @@ msgstr "Notesnook Importer"
msgid "Notesnook Pro"
msgstr "Notesnook Pro"
-#: src/strings.ts:2204
+#: src/strings.ts:2206
msgid ""
"Notesnook uses the following DNS providers:\n"
"1. Cloudflare DNS\n"
@@ -3530,7 +3534,7 @@ 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:2167
+#: src/strings.ts:2169
msgid "Notifications"
msgstr "Notifications"
@@ -3538,15 +3542,15 @@ msgstr "Notifications"
msgid "Notifications disabled"
msgstr "Notifications disabled"
-#: src/strings.ts:2302
+#: src/strings.ts:2304
msgid "Numbered list"
msgstr "Numbered list"
-#: src/strings.ts:1692
+#: src/strings.ts:1694
msgid "of"
msgstr "of"
-#: src/strings.ts:1570
+#: src/strings.ts:1572
msgid "Off"
msgstr "Off"
@@ -3554,7 +3558,7 @@ msgstr "Off"
msgid "Offline"
msgstr "Offline"
-#: src/strings.ts:2257
+#: src/strings.ts:2259
msgid "Okay"
msgstr "Okay"
@@ -3566,11 +3570,11 @@ msgstr "Old - new"
msgid "Old password"
msgstr "Old password"
-#: src/strings.ts:1818
+#: src/strings.ts:1820
msgid "Older version"
msgstr "Older version"
-#: src/strings.ts:2054
+#: src/strings.ts:2056
msgid "Oldest - newest"
msgstr "Oldest - newest"
@@ -3578,7 +3582,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:1741
+#: src/strings.ts:1743
msgid "Only .zip files are supported."
msgstr "Only .zip files are supported."
@@ -3598,7 +3602,7 @@ msgstr "Open in browser"
msgid "Open in browser to manage subscription"
msgstr "Open in browser to manage subscription"
-#: src/strings.ts:2353
+#: src/strings.ts:2355
msgid "Open in new tab"
msgstr "Open in new tab"
@@ -3606,11 +3610,11 @@ msgstr "Open in new tab"
msgid "Open issue"
msgstr "Open issue"
-#: src/strings.ts:2292
+#: src/strings.ts:2294
msgid "Open link"
msgstr "Open link"
-#: src/strings.ts:1846
+#: src/strings.ts:1848
msgid "Open note"
msgstr "Open note"
@@ -3618,7 +3622,7 @@ msgstr "Open note"
msgid "Open settings"
msgstr "Open settings"
-#: src/strings.ts:2354
+#: src/strings.ts:2356
msgid "Open source"
msgstr "Open source"
@@ -3638,7 +3642,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:1840
+#: src/strings.ts:1842
msgid "Optional"
msgstr "Optional"
@@ -3646,11 +3650,11 @@ msgstr "Optional"
msgid "or email us at"
msgstr "or email us at"
-#: src/strings.ts:2053
+#: src/strings.ts:2055
msgid "Order by"
msgstr "Order by"
-#: src/strings.ts:2250
+#: src/strings.ts:2252
msgid "Order ID"
msgstr "Order ID"
@@ -3659,23 +3663,23 @@ msgstr "Order ID"
msgid "Orphaned"
msgstr "Orphaned"
-#: src/strings.ts:2175
+#: src/strings.ts:2177
msgid "Other"
msgstr "Other"
-#: src/strings.ts:2374
+#: src/strings.ts:2376
msgid "Outline list"
msgstr "Outline list"
-#: src/strings.ts:2377
+#: src/strings.ts:2379
msgid "Paragraph"
msgstr "Paragraph"
-#: src/strings.ts:2131
+#: src/strings.ts:2133
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."
-#: src/strings.ts:1714
+#: src/strings.ts:1716
msgid "Partially refunded"
msgstr "Partially refunded"
@@ -3711,23 +3715,23 @@ msgstr "Password protection"
msgid "Password updated"
msgstr "Password updated"
-#: src/strings.ts:2111
+#: src/strings.ts:2113
msgid "Password/pin"
msgstr "Password/pin"
-#: src/strings.ts:2278
+#: src/strings.ts:2280
msgid "Paste"
msgstr "Paste"
-#: src/strings.ts:2399
+#: src/strings.ts:2401
msgid "Paste embed code here. Only iframes are supported."
msgstr "Paste embed code here. Only iframes are supported."
-#: src/strings.ts:2414
+#: src/strings.ts:2416
msgid "Paste image URL here"
msgstr "Paste image URL here"
-#: src/strings.ts:2229
+#: src/strings.ts:2231
msgid "Payment method"
msgstr "Payment method"
@@ -3747,11 +3751,11 @@ msgstr "permanently deleted"
msgid "Permanently deleted notebook"
msgstr "Permanently deleted notebook"
-#: src/strings.ts:1703
+#: src/strings.ts:1705
msgid "phone number"
msgstr "phone number"
-#: src/strings.ts:1831
+#: src/strings.ts:1833
msgid "Phone number"
msgstr "Phone number"
@@ -3764,7 +3768,7 @@ msgstr "Phone number not entered"
msgid "Pin"
msgstr "Pin"
-#: src/strings.ts:1656
+#: src/strings.ts:1658
msgid "Pin notes in notifications drawer"
msgstr "Pin notes in notifications drawer"
@@ -3793,7 +3797,7 @@ msgid "Please confirm your identity by entering a recovery code."
msgstr "Please confirm your identity by entering a recovery code."
#: src/strings.ts:957
-#: src/strings.ts:2262
+#: src/strings.ts:2264
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."
@@ -3805,31 +3809,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:1890
+#: src/strings.ts:1892
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:1492
+#: src/strings.ts:1494
msgid "Please enter a valid email address"
msgstr "Please enter a valid email address"
-#: src/strings.ts:2004
+#: src/strings.ts:2006
msgid "Please enter a valid hex color (e.g. #ffffff)"
msgstr "Please enter a valid hex color (e.g. #ffffff)"
-#: src/strings.ts:1493
+#: src/strings.ts:1495
msgid "Please enter a valid phone number with country code"
msgstr "Please enter a valid phone number with country code"
-#: src/strings.ts:1601
+#: src/strings.ts:1603
msgid "Please enter a valid URL"
msgstr "Please enter a valid URL"
-#: src/strings.ts:1588
+#: src/strings.ts:1590
msgid "Please enter password of this backup file"
msgstr "Please enter password of this backup file"
-#: src/strings.ts:2273
+#: src/strings.ts:2275
msgid "Please enter the password to decrypt and restore this backup."
msgstr "Please enter the password to decrypt and restore this backup."
@@ -3837,11 +3841,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:1848
+#: src/strings.ts:1850
msgid "Please enter the password to unlock this note"
msgstr "Please enter the password to unlock this note"
-#: src/strings.ts:1845
+#: src/strings.ts:1847
msgid "Please enter the password to view this version"
msgstr "Please enter the password to view this version"
@@ -3857,7 +3861,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:1984
+#: src/strings.ts:1986
msgid "Please enter your vault password to continue"
msgstr "Please enter your vault password to continue"
@@ -3865,7 +3869,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:1529
+#: src/strings.ts:1531
msgid "Please grant notifications permission to add new reminders."
msgstr "Please grant notifications permission to add new reminders."
@@ -3877,11 +3881,11 @@ 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:1735
+#: src/strings.ts:1737
msgid "Please refer to the"
msgstr "Please refer to the"
-#: src/strings.ts:1530
+#: src/strings.ts:1532
msgid "Please select the day to repeat the reminder on"
msgstr "Please select the day to repeat the reminder on"
@@ -3889,19 +3893,19 @@ msgstr "Please select the day to repeat the reminder on"
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:2419
+#: src/strings.ts:2421
msgid "Please set a table size"
msgstr "Please set a table size"
-#: src/strings.ts:1531
+#: src/strings.ts:1533
msgid "Please set title of the reminder"
msgstr "Please set title of the reminder"
-#: src/strings.ts:2018
+#: src/strings.ts:2020
msgid "Please try again"
msgstr "Please try again"
-#: src/strings.ts:2038
+#: src/strings.ts:2040
msgid "Please upgrade to Pro to enable automatic backups."
msgstr "Please upgrade to Pro to enable automatic backups."
@@ -3918,7 +3922,7 @@ msgid "Please wait before requesting a new code"
msgstr "Please wait before requesting a new code"
#: src/strings.ts:1363
-#: src/strings.ts:1524
+#: src/strings.ts:1526
msgid "Please wait before requesting another email"
msgstr "Please wait before requesting another email"
@@ -3934,7 +3938,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:1875
+#: src/strings.ts:1877
msgid "Please wait while we finalize your account."
msgstr "Please wait while we finalize your account."
@@ -3946,15 +3950,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:1895
+#: src/strings.ts:1897
msgid "Please wait while we reset your account password."
msgstr "Please wait while we reset your account password."
-#: src/strings.ts:1581
+#: src/strings.ts:1583
msgid "Please wait while we restore your backup"
msgstr "Please wait while we restore your backup"
-#: src/strings.ts:1878
+#: src/strings.ts:1880
msgid "Please wait while we send you recovery instructions"
msgstr "Please wait while we send you recovery instructions"
@@ -3966,12 +3970,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:1753
-#: src/strings.ts:1871
+#: src/strings.ts:1755
+#: src/strings.ts:1873
msgid "Please wait while you are authenticated."
msgstr "Please wait while you are authenticated."
-#: src/strings.ts:1883
+#: src/strings.ts:1885
msgid "Please wait while your data is downloaded & decrypted."
msgstr "Please wait while your data is downloaded & decrypted."
@@ -3979,7 +3983,7 @@ msgstr "Please wait while your data is downloaded & decrypted."
msgid "Preparing note for share"
msgstr "Preparing note for share"
-#: src/strings.ts:1583
+#: src/strings.ts:1585
msgid "Preparing to restore backup file..."
msgstr "Preparing to restore backup file..."
@@ -3987,11 +3991,11 @@ msgstr "Preparing to restore backup file..."
msgid "PRESETS"
msgstr "PRESETS"
-#: src/strings.ts:2149
+#: src/strings.ts:2151
msgid "Pressing \"—\" will hide the app in your system tray."
msgstr "Pressing \"—\" will hide the app in your system tray."
-#: src/strings.ts:2152
+#: src/strings.ts:2154
msgid "Pressing \"X\" will hide the app in your system tray."
msgstr "Pressing \"X\" will hide the app in your system tray."
@@ -3999,11 +4003,11 @@ msgstr "Pressing \"X\" will hide the app in your system tray."
msgid "Prevent {0} from syncing"
msgstr "Prevent {0} from syncing"
-#: src/strings.ts:2200
+#: src/strings.ts:2202
msgid "Prevent note title from appearing in tab/window title."
msgstr "Prevent note title from appearing in tab/window title."
-#: src/strings.ts:2341
+#: src/strings.ts:2343
msgid "Preview attachment"
msgstr "Preview attachment"
@@ -4011,15 +4015,15 @@ msgstr "Preview attachment"
msgid "Preview not available, content is encrypted."
msgstr "Preview not available, content is encrypted."
-#: src/strings.ts:2408
+#: src/strings.ts:2410
msgid "Previous match"
msgstr "Previous match"
-#: src/strings.ts:2065
+#: src/strings.ts:2067
msgid "Print"
msgstr "Print"
-#: src/strings.ts:2174
+#: src/strings.ts:2176
msgid "Privacy"
msgstr "Privacy"
@@ -4027,7 +4031,7 @@ msgstr "Privacy"
msgid "Privacy & security"
msgstr "Privacy & security"
-#: src/strings.ts:1621
+#: src/strings.ts:1623
msgid "Privacy comes first."
msgstr "Privacy comes first."
@@ -4059,11 +4063,11 @@ msgstr "Private."
msgid "privileged few"
msgstr "privileged few"
-#: src/strings.ts:1695
+#: src/strings.ts:1697
msgid "Pro"
msgstr "Pro"
-#: src/strings.ts:2077
+#: src/strings.ts:2079
msgid "Processing"
msgstr "Processing"
@@ -4071,15 +4075,15 @@ msgstr "Processing"
msgid "Productivity"
msgstr "Productivity"
-#: src/strings.ts:2163
+#: src/strings.ts:2165
msgid "Profile"
msgstr "Profile"
-#: src/strings.ts:2005
+#: src/strings.ts:2007
msgid "Profile updated"
msgstr "Profile updated"
-#: src/strings.ts:1849
+#: src/strings.ts:1851
msgid "Properties"
msgstr "Properties"
@@ -4087,7 +4091,7 @@ msgstr "Properties"
msgid "Protect your notes"
msgstr "Protect your notes"
-#: src/strings.ts:2211
+#: src/strings.ts:2213
msgid "Proxy"
msgstr "Proxy"
@@ -4128,7 +4132,7 @@ msgstr "Quick note"
msgid "Quick note notification"
msgstr "Quick note notification"
-#: src/strings.ts:1658
+#: src/strings.ts:1660
msgid "Quick note widgets"
msgstr "Quick note widgets"
@@ -4136,7 +4140,7 @@ msgstr "Quick note widgets"
msgid "Quickly create a note from the notification"
msgstr "Quickly create a note from the notification"
-#: src/strings.ts:2361
+#: src/strings.ts:2363
msgid "Quote"
msgstr "Quote"
@@ -4168,19 +4172,19 @@ msgstr "Read the privacy policy"
msgid "Read the terms of service"
msgstr "Read the terms of service"
-#: src/strings.ts:1584
+#: src/strings.ts:1586
msgid "Reading backup file..."
msgstr "Reading backup file..."
-#: src/strings.ts:2253
+#: src/strings.ts:2255
msgid "Receipt"
msgstr "Receipt"
-#: src/strings.ts:1579
+#: src/strings.ts:1581
msgid "RECENT BACKUPS"
msgstr "RECENT BACKUPS"
-#: src/strings.ts:2032
+#: src/strings.ts:2034
msgid "Rechecking failed"
msgstr "Rechecking failed"
@@ -4220,7 +4224,7 @@ msgstr "Recovery key QR code saved"
msgid "Recovery key text file saved"
msgstr "Recovery key text file saved"
-#: src/strings.ts:1896
+#: src/strings.ts:1898
msgid "Recovery successful!"
msgstr "Recovery successful!"
@@ -4240,7 +4244,7 @@ msgstr "References"
msgid "Regenerate"
msgstr "Regenerate"
-#: src/strings.ts:2117
+#: src/strings.ts:2119
msgid "Register"
msgstr "Register"
@@ -4248,15 +4252,15 @@ msgstr "Register"
msgid "Release notes"
msgstr "Release notes"
-#: src/strings.ts:1636
+#: src/strings.ts:1638
msgid "Reload app"
msgstr "Reload app"
-#: src/strings.ts:1811
+#: src/strings.ts:1813
msgid "Relogin to your account"
msgstr "Relogin to your account"
-#: src/strings.ts:1766
+#: src/strings.ts:1768
msgid "Remembered your password?"
msgstr "Remembered your password?"
@@ -4280,7 +4284,7 @@ msgstr "reminder"
msgid "Reminder"
msgstr "Reminder"
-#: src/strings.ts:1532
+#: src/strings.ts:1534
msgid "Reminder date must be set in future"
msgstr "Reminder date must be set in future"
@@ -4294,7 +4298,7 @@ msgstr "reminders"
#: src/strings.ts:320
#: src/strings.ts:1210
-#: src/strings.ts:1501
+#: src/strings.ts:1503
msgid "Reminders"
msgstr "Reminders"
@@ -4302,7 +4306,7 @@ msgstr "Reminders"
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:2003
+#: src/strings.ts:2005
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."
@@ -4331,11 +4335,11 @@ 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:2345
+#: src/strings.ts:2347
msgid "Remove attachment"
msgstr "Remove attachment"
-#: src/strings.ts:2062
+#: src/strings.ts:2064
msgid "Remove color"
msgstr "Remove color"
@@ -4351,7 +4355,7 @@ msgstr "Remove from notebook"
msgid "Remove full name"
msgstr "Remove full name"
-#: src/strings.ts:2291
+#: src/strings.ts:2293
msgid "Remove link"
msgstr "Remove link"
@@ -4400,15 +4404,15 @@ msgstr "Reorder"
msgid "Repeats daily at {date}"
msgstr "Repeats daily at {date}"
-#: src/strings.ts:2405
+#: src/strings.ts:2407
msgid "Replace"
msgstr "Replace"
-#: src/strings.ts:2406
+#: src/strings.ts:2408
msgid "Replace all"
msgstr "Replace all"
-#: src/strings.ts:2194
+#: src/strings.ts:2196
msgid "Report"
msgstr "Report"
@@ -4432,23 +4436,23 @@ msgstr "Resend code{0}"
msgid "Resend email"
msgstr "Resend email"
-#: src/strings.ts:1803
+#: src/strings.ts:1805
msgid "Reset"
msgstr "Reset"
-#: src/strings.ts:1893
+#: src/strings.ts:1895
msgid "Reset account password"
msgstr "Reset account password"
-#: src/strings.ts:1804
+#: src/strings.ts:1806
msgid "Reset selection"
msgstr "Reset selection"
-#: src/strings.ts:1614
+#: src/strings.ts:1616
msgid "Reset server urls"
msgstr "Reset server urls"
-#: src/strings.ts:2061
+#: src/strings.ts:2063
msgid "Reset sidebar"
msgstr "Reset sidebar"
@@ -4460,19 +4464,19 @@ msgstr "Reset the toolbar to default settings"
msgid "Reset toolbar"
msgstr "Reset toolbar"
-#: src/strings.ts:1894
+#: src/strings.ts:1896
msgid "Resetting account password"
msgstr "Resetting account password"
-#: src/strings.ts:2020
+#: src/strings.ts:2022
msgid "Restart now"
msgstr "Restart now"
-#: src/strings.ts:1677
+#: src/strings.ts:1679
msgid "restart required"
msgstr "restart required"
-#: src/strings.ts:1613
+#: src/strings.ts:1615
msgid "Restart the app for changes to take effect."
msgstr "Restart the app for changes to take effect."
@@ -4480,7 +4484,7 @@ msgstr "Restart the app for changes to take effect."
msgid "Restart the app to apply the changes"
msgstr "Restart the app to apply the changes"
-#: src/strings.ts:1562
+#: src/strings.ts:1564
msgid "Restart the app."
msgstr "Restart the app."
@@ -4497,7 +4501,7 @@ msgstr "Restore backup"
msgid "Restore failed"
msgstr "Restore failed"
-#: src/strings.ts:1578
+#: src/strings.ts:1580
msgid "Restore from files"
msgstr "Restore from files"
@@ -4505,7 +4509,7 @@ msgstr "Restore from files"
msgid "Restore notebook"
msgstr "Restore notebook"
-#: src/strings.ts:1626
+#: src/strings.ts:1628
msgid "Restore this version"
msgstr "Restore this version"
@@ -4525,7 +4529,7 @@ msgstr "Restored successfully"
msgid "Restoring"
msgstr "Restoring"
-#: src/strings.ts:1580
+#: src/strings.ts:1582
msgid "Restoring backup..."
msgstr "Restoring backup..."
@@ -4541,7 +4545,7 @@ msgstr "Resubscribe to Pro"
msgid "Reupload"
msgstr "Reupload"
-#: src/strings.ts:2051
+#: src/strings.ts:2053
msgid "Reveal in list"
msgstr "Reveal in list"
@@ -4561,19 +4565,19 @@ msgstr "Revoke Vault Fingerprint Unlock"
msgid "Roadmap"
msgstr "Roadmap"
-#: src/strings.ts:2078
+#: src/strings.ts:2080
msgid "Root"
msgstr "Root"
-#: src/strings.ts:2058
+#: src/strings.ts:2060
msgid "Rotate left"
msgstr "Rotate left"
-#: src/strings.ts:2059
+#: src/strings.ts:2061
msgid "Rotate right"
msgstr "Rotate right"
-#: src/strings.ts:2314
+#: src/strings.ts:2316
msgid "Row properties"
msgstr "Row properties"
@@ -4581,7 +4585,7 @@ msgstr "Row properties"
msgid "Run file check"
msgstr "Run file check"
-#: src/strings.ts:2089
+#: src/strings.ts:2091
msgid "Safe & encrypted notes"
msgstr "Safe & encrypted notes"
@@ -4653,7 +4657,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:1557
+#: src/strings.ts:2425
+msgid "Saved"
+msgstr "Saved"
+
+#: src/strings.ts:2426
+msgid "Saving"
+msgstr "Saving"
+
+#: src/strings.ts:1559
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."
@@ -4661,12 +4673,12 @@ msgstr "Saving this note is taking too long. Copy your changes and restart the a
msgid "Saving zip file"
msgstr "Saving zip file"
-#: src/strings.ts:1696
+#: src/strings.ts:1698
msgid "Scan the QR code with your authenticator app"
msgstr "Scan the QR code with your authenticator app"
-#: src/strings.ts:1490
-#: src/strings.ts:1507
+#: src/strings.ts:1492
+#: src/strings.ts:1509
msgid "Search"
msgstr "Search"
@@ -4678,7 +4690,7 @@ msgstr "Search a note"
msgid "Search a note to link to"
msgstr "Search a note to link to"
-#: src/strings.ts:2387
+#: src/strings.ts:2389
msgid "Search languages"
msgstr "Search languages"
@@ -4690,11 +4702,11 @@ msgstr "Search notebooks"
msgid "Search or add a tag"
msgstr "Search or add a tag"
-#: src/strings.ts:1817
+#: src/strings.ts:1819
msgid "Search themes"
msgstr "Search themes"
-#: src/strings.ts:1488
+#: src/strings.ts:1490
msgid "Searching for {query}"
msgstr "Searching for {query}"
@@ -4702,15 +4714,15 @@ msgstr "Searching for {query}"
msgid "sec"
msgstr "sec"
-#: src/strings.ts:2173
+#: src/strings.ts:2175
msgid "Security & privacy"
msgstr "Security & privacy"
-#: src/strings.ts:2113
+#: src/strings.ts:2115
msgid "Security key"
msgstr "Security key"
-#: src/strings.ts:2019
+#: src/strings.ts:2021
msgid "Security key successfully registered."
msgstr "Security key successfully registered."
@@ -4722,11 +4734,11 @@ msgstr "See what the future of Notesnook is going to be like."
msgid "Select"
msgstr "Select"
-#: src/strings.ts:1577
+#: src/strings.ts:1579
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:2128
+#: src/strings.ts:2130
msgid "Select a theme"
msgstr "Select a theme"
@@ -4734,7 +4746,7 @@ msgstr "Select a theme"
msgid "Select backup directory"
msgstr "Select backup directory"
-#: src/strings.ts:1838
+#: src/strings.ts:1840
msgid "Select backup file"
msgstr "Select backup file"
@@ -4750,15 +4762,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:1733
+#: src/strings.ts:1735
msgid "Select files to import"
msgstr "Select files to import"
-#: src/strings.ts:1574
+#: src/strings.ts:1576
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:1575
+#: src/strings.ts:1577
msgid "Select folder with backup files"
msgstr "Select folder with backup files"
@@ -4766,7 +4778,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:2382
+#: src/strings.ts:2384
msgid "Select language"
msgstr "Select language"
@@ -4786,7 +4798,7 @@ msgstr "Select notebooks you want to add note(s) to."
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:1800
+#: src/strings.ts:1802
msgid "Select profile picture"
msgstr "Select profile picture"
@@ -4794,11 +4806,11 @@ msgstr "Select profile picture"
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:2160
+#: src/strings.ts:2162
msgid "Select the languages the spell checker should check in."
msgstr "Select the languages the spell checker should check in."
-#: src/strings.ts:1628
+#: src/strings.ts:1630
msgid "selected"
msgstr "selected"
@@ -4810,7 +4822,7 @@ msgstr "SELECTED NOTE"
msgid "Self destruct"
msgstr "Self destruct"
-#: src/strings.ts:2195
+#: src/strings.ts:2197
msgid "Send"
msgstr "Send"
@@ -4826,43 +4838,43 @@ msgstr "Send code via email"
msgid "Send code via SMS"
msgstr "Send code via SMS"
-#: src/strings.ts:1842
+#: src/strings.ts:1844
msgid "Send recovery email"
msgstr "Send recovery email"
-#: src/strings.ts:1876
+#: src/strings.ts:1878
msgid "Sending recovery email"
msgstr "Sending recovery email"
-#: src/strings.ts:1612
+#: src/strings.ts:1614
msgid "Server url changed"
msgstr "Server url changed"
-#: src/strings.ts:1615
+#: src/strings.ts:1617
msgid "Server urls reset"
msgstr "Server urls reset"
-#: src/strings.ts:1595
+#: src/strings.ts:1597
msgid "Server used for login/sign up and authentication."
msgstr "Server used for login/sign up and authentication."
-#: src/strings.ts:1598
+#: src/strings.ts:1600
msgid "Server used to receive important notifications & events."
msgstr "Server used to receive important notifications & events."
-#: src/strings.ts:1593
+#: src/strings.ts:1595
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:1604
+#: src/strings.ts:1606
msgid "Server with host {host} not found."
msgstr "Server with host {host} not found."
-#: src/strings.ts:2168
+#: src/strings.ts:2170
msgid "Servers"
msgstr "Servers"
-#: src/strings.ts:2169
+#: src/strings.ts:2171
msgid "Servers configuration"
msgstr "Servers configuration"
@@ -4870,7 +4882,7 @@ msgstr "Servers configuration"
msgid "Session expired"
msgstr "Session expired"
-#: src/strings.ts:2221
+#: src/strings.ts:2223
msgid "Sessions"
msgstr "Sessions"
@@ -4923,7 +4935,7 @@ msgid "Set your name"
msgstr "Set your name"
#: src/strings.ts:375
-#: src/strings.ts:1503
+#: src/strings.ts:1505
msgid "Settings"
msgstr "Settings"
@@ -4940,7 +4952,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:2213
+#: src/strings.ts:2215
msgid ""
"Setup an HTTP/HTTPS/SOCKS proxy.\n"
"For example:\n"
@@ -4984,7 +4996,7 @@ msgstr "Setup using SMS"
msgid "Share"
msgstr "Share"
-#: src/strings.ts:1657
+#: src/strings.ts:1659
msgid "Share & append to notes from anywhere"
msgstr "Share & append to notes from anywhere"
@@ -4996,7 +5008,7 @@ msgstr "Share backup"
msgid "Share note"
msgstr "Share note"
-#: src/strings.ts:1757
+#: src/strings.ts:1759
msgid "Share Notesnook with friends!"
msgstr "Share Notesnook with friends!"
@@ -5016,7 +5028,7 @@ msgstr "Shortcut"
msgid "Shortcut created"
msgstr "Shortcut created"
-#: src/strings.ts:2031
+#: src/strings.ts:2033
msgid "Shortcut removed"
msgstr "Shortcut removed"
@@ -5044,11 +5056,11 @@ msgstr "Signup failed"
msgid "Silent"
msgstr "Silent"
-#: src/strings.ts:2356
+#: src/strings.ts:2358
msgid "Sink list item"
msgstr "Sink list item"
-#: src/strings.ts:2072
+#: src/strings.ts:2074
msgid "Size"
msgstr "Size"
@@ -5056,7 +5068,7 @@ msgstr "Size"
msgid "Skip"
msgstr "Skip"
-#: src/strings.ts:1812
+#: src/strings.ts:1814
msgid "Skip & go directly to the app"
msgstr "Skip & go directly to the app"
@@ -5064,7 +5076,7 @@ msgstr "Skip & go directly to the app"
msgid "Skip introduction"
msgstr "Skip introduction"
-#: src/strings.ts:1572
+#: src/strings.ts:1574
msgid "Some exported notes are locked, Unlock to export them"
msgstr "Some exported notes are locked, Unlock to export them"
@@ -5072,11 +5084,11 @@ msgstr "Some exported notes are locked, Unlock to export them"
msgid "Some notes are published"
msgstr "Some notes are published"
-#: src/strings.ts:1632
+#: src/strings.ts:1634
msgid "Something went wrong"
msgstr "Something went wrong"
-#: src/strings.ts:2056
+#: src/strings.ts:2058
msgid "Sort"
msgstr "Sort"
@@ -5084,19 +5096,19 @@ msgstr "Sort"
msgid "Sort by"
msgstr "Sort by"
-#: src/strings.ts:2179
+#: src/strings.ts:2181
msgid "Source code"
msgstr "Source code"
-#: src/strings.ts:2383
+#: src/strings.ts:2385
msgid "Spaces"
msgstr "Spaces"
-#: src/strings.ts:2156
+#: src/strings.ts:2158
msgid "Spell check"
msgstr "Spell check"
-#: src/strings.ts:2321
+#: src/strings.ts:2323
msgid "Split cells"
msgstr "Split cells"
@@ -5104,23 +5116,23 @@ msgstr "Split cells"
msgid "Start"
msgstr "Start"
-#: src/strings.ts:1813
+#: src/strings.ts:1815
msgid "Start account recovery"
msgstr "Start account recovery"
-#: src/strings.ts:1808
+#: src/strings.ts:1810
msgid "Start import"
msgstr "Start import"
-#: src/strings.ts:1805
+#: src/strings.ts:1807
msgid "Start importing now"
msgstr "Start importing now"
-#: src/strings.ts:2144
+#: src/strings.ts:2146
msgid "Start minimized"
msgstr "Start minimized"
-#: src/strings.ts:1727
+#: src/strings.ts:1729
msgid "Start over"
msgstr "Start over"
@@ -5132,27 +5144,27 @@ 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:1569
+#: src/strings.ts:1571
msgid "Start writing your note..."
msgstr "Start writing your note..."
-#: src/strings.ts:2252
+#: src/strings.ts:2254
msgid "Status"
msgstr "Status"
-#: src/strings.ts:1521
+#: src/strings.ts:1523
msgid "Streaming not supported"
msgstr "Streaming not supported"
-#: src/strings.ts:2287
+#: src/strings.ts:2289
msgid "Strikethrough"
msgstr "Strikethrough"
-#: src/strings.ts:2254
+#: src/strings.ts:2256
msgid "Subgroup 1"
msgstr "Subgroup 1"
-#: src/strings.ts:2025
+#: src/strings.ts:2027
msgid "Subgroup added"
msgstr "Subgroup added"
@@ -5180,7 +5192,7 @@ msgstr "Subscribed on web"
msgid "Subscribed on Web"
msgstr "Subscribed on Web"
-#: src/strings.ts:2298
+#: src/strings.ts:2300
msgid "Subscript"
msgstr "Subscript"
@@ -5200,7 +5212,7 @@ msgstr "Sun"
msgid "Sunday"
msgstr "Sunday"
-#: src/strings.ts:2299
+#: src/strings.ts:2301
msgid "Superscript"
msgstr "Superscript"
@@ -5208,7 +5220,7 @@ msgstr "Superscript"
msgid "Switch to search/replace mode"
msgstr "Switch to search/replace mode"
-#: src/strings.ts:2165
+#: src/strings.ts:2167
msgid "Sync"
msgstr "Sync"
@@ -5224,7 +5236,7 @@ msgstr "Sync is disabled"
msgid "Sync off"
msgstr "Sync off"
-#: src/strings.ts:1591
+#: src/strings.ts:1593
msgid "Sync server"
msgstr "Sync server"
@@ -5244,7 +5256,7 @@ msgstr "Synced"
msgid "Syncing"
msgstr "Syncing"
-#: src/strings.ts:1669
+#: src/strings.ts:1671
msgid "Syncing your {0}"
msgstr "Syncing your {0}"
@@ -5252,7 +5264,7 @@ msgstr "Syncing your {0}"
msgid "Syncing your data"
msgstr "Syncing your data"
-#: src/strings.ts:2368
+#: src/strings.ts:2370
msgid "Table"
msgstr "Table"
@@ -5260,7 +5272,7 @@ msgstr "Table"
msgid "Table of contents"
msgstr "Table of contents"
-#: src/strings.ts:2312
+#: src/strings.ts:2314
msgid "Table settings"
msgstr "Table settings"
@@ -5281,11 +5293,11 @@ msgid "tags"
msgstr "tags"
#: src/strings.ts:319
-#: src/strings.ts:1504
+#: src/strings.ts:1506
msgid "Tags"
msgstr "Tags"
-#: src/strings.ts:1516
+#: src/strings.ts:1518
msgid "Take a backup before logging out"
msgstr "Take a backup before logging out"
@@ -5297,7 +5309,7 @@ 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:2367
+#: src/strings.ts:2369
msgid "Take a photo using camera"
msgstr "Take a photo using camera"
@@ -5305,7 +5317,7 @@ msgstr "Take a photo using camera"
msgid "Take note"
msgstr "Take note"
-#: src/strings.ts:1622
+#: src/strings.ts:1624
msgid "Take notes privately."
msgstr "Take notes privately."
@@ -5329,7 +5341,7 @@ msgstr "Tap here to jump to a section"
msgid "Tap here to update to the latest version"
msgstr "Tap here to update to the latest version"
-#: src/strings.ts:1561
+#: src/strings.ts:1563
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."
@@ -5361,7 +5373,7 @@ 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:2373
+#: src/strings.ts:2375
msgid "Task list"
msgstr "Task list"
@@ -5397,27 +5409,27 @@ msgstr "Terms of service"
msgid "Terms of Service"
msgstr "Terms of Service"
-#: src/strings.ts:1590
+#: src/strings.ts:1592
msgid "Test connection"
msgstr "Test connection"
-#: src/strings.ts:1611
+#: src/strings.ts:1613
msgid "Test connection before changing server urls"
msgstr "Test connection before changing server urls"
-#: src/strings.ts:2310
+#: src/strings.ts:2312
msgid "Text color"
msgstr "Text color"
-#: src/strings.ts:2308
+#: src/strings.ts:2310
msgid "Text direction"
msgstr "Text direction"
-#: src/strings.ts:1756
+#: src/strings.ts:1758
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:2080
+#: src/strings.ts:2082
msgid "Thank you for reporting!"
msgstr "Thank you for reporting!"
@@ -5425,11 +5437,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:2105
+#: src/strings.ts:2107
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:1609
+#: src/strings.ts:1611
msgid "The {title} at {url} is not compatible with this client."
msgstr "The {title} at {url} is not compatible with this client."
@@ -5437,7 +5449,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:2112
+#: src/strings.ts:2114
msgid "The password/pin for unlocking the app."
msgstr "The password/pin for unlocking the app."
@@ -5449,15 +5461,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:1686
+#: src/strings.ts:1688
msgid "The reminder will start on {date} at {time}."
msgstr "The reminder will start on {date} at {time}."
-#: src/strings.ts:2115
+#: src/strings.ts:2117
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:1607
+#: src/strings.ts:1609
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}"
@@ -5469,11 +5481,11 @@ msgstr "Themes"
msgid "There are no blocks in this note."
msgstr "There are no blocks in this note."
-#: src/strings.ts:2267
+#: src/strings.ts:2269
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:1909
+#: src/strings.ts:1911
msgid "This action is IRREVERSIBLE."
msgstr "This action is IRREVERSIBLE."
@@ -5481,35 +5493,35 @@ msgstr "This action is IRREVERSIBLE."
msgid "This device"
msgstr "This device"
-#: src/strings.ts:1649
+#: src/strings.ts:1651
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:1641
+#: src/strings.ts:1643
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:1645
+#: src/strings.ts:1647
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:1643
+#: src/strings.ts:1645
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:1639
+#: src/strings.ts:1641
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:1647
+#: src/strings.ts:1649
msgid "This error usually means the search index is corrupted."
msgstr "This error usually means the search index is corrupted."
-#: src/strings.ts:1985
+#: src/strings.ts:1987
msgid "This image cannot be previewed"
msgstr "This image cannot be previewed"
-#: src/strings.ts:2076
+#: src/strings.ts:2078
msgid "This may take a while"
msgstr "This may take a while"
@@ -5518,7 +5530,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:1563
+#: src/strings.ts:1565
msgid "This note is locked"
msgstr "This note is locked"
@@ -5538,7 +5550,7 @@ 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:2121
+#: src/strings.ts:2123
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."
@@ -5554,7 +5566,7 @@ msgstr "Thu"
msgid "Thursday"
msgstr "Thursday"
-#: src/strings.ts:1825
+#: src/strings.ts:1827
msgid "Time"
msgstr "Time"
@@ -5579,24 +5591,24 @@ 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:1796
+#: src/strings.ts:1798
msgid "Toggle dark/light mode"
msgstr "Toggle dark/light mode"
-#: src/strings.ts:2380
+#: src/strings.ts:2382
msgid "Toggle indentation mode"
msgstr "Toggle indentation mode"
-#: src/strings.ts:2409
+#: src/strings.ts:2411
msgid "Toggle replace"
msgstr "Toggle replace"
-#: src/strings.ts:2162
+#: src/strings.ts:2164
msgid "Toolbar"
msgstr "Toolbar"
#: src/strings.ts:1289
-#: src/strings.ts:1502
+#: src/strings.ts:1504
msgid "Trash"
msgstr "Trash"
@@ -5616,7 +5628,7 @@ msgstr "Trash gets automatically cleaned up daily"
msgid "Try compact mode to fit more items on screen"
msgstr "Try compact mode to fit more items on screen"
-#: src/strings.ts:1807
+#: src/strings.ts:1809
msgid "Try free for 14 days"
msgstr "Try free for 14 days"
@@ -5660,27 +5672,31 @@ msgstr "Two-factor authentication enabled"
msgid "Type # to search for headings"
msgstr "Type # to search for headings"
-#: src/strings.ts:1489
+#: src/strings.ts:1491
msgid "Type a keyword"
msgstr "Type a keyword"
-#: src/strings.ts:1511
+#: src/strings.ts:1513
msgid "Type a keyword to search in {0}"
msgstr "Type a keyword to search in {0}"
#: src/strings.ts:1487
-msgid "Type a keyword to search in {route}"
-msgstr "Type a keyword to search in {route}"
+msgid "Type a keyword to search in {0}..."
+msgstr "Type a keyword to search in {0}..."
-#: src/strings.ts:1522
+#: src/strings.ts:1487
+#~ msgid "Type a keyword to search in {route}"
+#~ msgstr "Type a keyword to search in {route}"
+
+#: src/strings.ts:1524
msgid "Unable to resolve download url"
msgstr "Unable to resolve download url"
-#: src/strings.ts:1525
+#: src/strings.ts:1527
msgid "Unable to send 2FA code"
msgstr "Unable to send 2FA code"
-#: src/strings.ts:2286
+#: src/strings.ts:2288
msgid "Underline"
msgstr "Underline"
@@ -5721,7 +5737,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:1983
+#: src/strings.ts:1985
msgid "Unlock vault"
msgstr "Unlock vault"
@@ -5733,7 +5749,7 @@ msgstr "Unlock with biometrics"
msgid "Unlock with password once to enable biometric access."
msgstr "Unlock with password once to enable biometric access."
-#: src/strings.ts:1810
+#: src/strings.ts:1812
msgid "Unlock with security key"
msgstr "Unlock with security key"
@@ -5745,7 +5761,7 @@ msgstr "Unlock your notes"
msgid "Unlock your vault with biometric authentication"
msgstr "Unlock your vault with biometric authentication"
-#: src/strings.ts:1684
+#: src/strings.ts:1686
msgid "Unlocking"
msgstr "Unlocking"
@@ -5775,12 +5791,12 @@ msgstr "Unpublish notes to delete them"
msgid "unpublished"
msgstr "unpublished"
-#: src/strings.ts:2116
+#: src/strings.ts:2118
msgid "Unregister"
msgstr "Unregister"
#: src/strings.ts:212
-#: src/strings.ts:2389
+#: src/strings.ts:2391
msgid "Untitled"
msgstr "Untitled"
@@ -5796,39 +5812,39 @@ msgstr "Update available"
msgid "Update now"
msgstr "Update now"
-#: src/strings.ts:1676
+#: src/strings.ts:1678
msgid "updating"
msgstr "updating"
-#: src/strings.ts:1898
+#: src/strings.ts:1900
msgid "Upgrade now"
msgstr "Upgrade now"
-#: src/strings.ts:1989
+#: src/strings.ts:1991
msgid "Upgrade to Notesnook Pro to add colors."
msgstr "Upgrade to Notesnook Pro to add colors."
-#: src/strings.ts:1990
+#: src/strings.ts:1992
msgid "Upgrade to Notesnook Pro to create more tags."
msgstr "Upgrade to Notesnook Pro to create more tags."
-#: src/strings.ts:1994
+#: src/strings.ts:1996
msgid "Upgrade to Notesnook Pro to customize the toolbar."
msgstr "Upgrade to Notesnook Pro to customize the toolbar."
-#: src/strings.ts:1993
+#: src/strings.ts:1995
msgid "Upgrade to Notesnook Pro to use custom toolbar presets."
msgstr "Upgrade to Notesnook Pro to use custom toolbar presets."
-#: src/strings.ts:1991
+#: src/strings.ts:1993
msgid "Upgrade to Notesnook Proto add more notebooks."
msgstr "Upgrade to Notesnook Proto add more notebooks."
-#: src/strings.ts:1992
+#: src/strings.ts:1994
msgid "Upgrade to Notesnook Proto use the notes vault."
msgstr "Upgrade to Notesnook Proto use the notes vault."
-#: src/strings.ts:1995
+#: src/strings.ts:1997
msgid "Upgrade to Notesnook Proto use this feature."
msgstr "Upgrade to Notesnook Proto use this feature."
@@ -5840,12 +5856,12 @@ msgstr "Upgrade to Pro"
msgid "Upload"
msgstr "Upload"
-#: src/strings.ts:2366
+#: src/strings.ts:2368
msgid "Upload from disk"
msgstr "Upload from disk"
#: src/strings.ts:487
-#: src/strings.ts:1617
+#: src/strings.ts:1619
msgid "Uploaded"
msgstr "Uploaded"
@@ -5866,7 +5882,7 @@ msgstr "Uploads"
msgid "Urgent"
msgstr "Urgent"
-#: src/strings.ts:1759
+#: src/strings.ts:1761
msgid "Use"
msgstr "Use"
@@ -5874,7 +5890,7 @@ msgstr "Use"
msgid "Use {keyboardShortcut}+click to select multiple notebooks"
msgstr "Use {keyboardShortcut}+click to select multiple notebooks"
-#: src/strings.ts:1881
+#: src/strings.ts:1883
msgid "Use a data recovery key to reset your account password."
msgstr "Use a data recovery key to reset your account password."
@@ -5886,7 +5902,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:2202
+#: src/strings.ts:2204
msgid "Use custom DNS"
msgstr "Use custom DNS"
@@ -5894,7 +5910,7 @@ msgstr "Use custom DNS"
msgid "Use dark mode for the app"
msgstr "Use dark mode for the app"
-#: src/strings.ts:1589
+#: src/strings.ts:1591
msgid "Use encryption key"
msgstr "Use encryption key"
@@ -5902,11 +5918,11 @@ msgstr "Use encryption key"
msgid "Use markdown shortcuts in the editor"
msgstr "Use markdown shortcuts in the editor"
-#: src/strings.ts:2155
+#: src/strings.ts:2157
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:2153
+#: src/strings.ts:2155
msgid "Use native titlebar"
msgstr "Use native titlebar"
@@ -5952,11 +5968,11 @@ msgstr "Use this if changes made on this device are not appearing on other devic
msgid "User verification failed"
msgstr "User verification failed"
-#: src/strings.ts:2282
+#: src/strings.ts:2284
msgid "Using {instance} (v{version})"
msgstr "Using {instance} (v{version})"
-#: src/strings.ts:2280
+#: src/strings.ts:2282
msgid "Using official Notesnook instance"
msgstr "Using official Notesnook instance"
@@ -5964,7 +5980,7 @@ msgstr "Using official Notesnook instance"
msgid "Vault"
msgstr "Vault"
-#: src/strings.ts:2023
+#: src/strings.ts:2025
msgid "Vault cleared"
msgstr "Vault cleared"
@@ -5972,7 +5988,7 @@ msgstr "Vault cleared"
msgid "Vault created"
msgstr "Vault created"
-#: src/strings.ts:2024
+#: src/strings.ts:2026
msgid "Vault deleted"
msgstr "Vault deleted"
@@ -5996,11 +6012,11 @@ msgstr "Verify subscription"
msgid "Verify your subscription to Notesnook Pro"
msgstr "Verify your subscription to Notesnook Pro"
-#: src/strings.ts:1884
+#: src/strings.ts:1886
msgid "Verifying 2FA code"
msgstr "Verifying 2FA code"
-#: src/strings.ts:1870
+#: src/strings.ts:1872
msgid "Verifying your email"
msgstr "Verifying your email"
@@ -6024,7 +6040,7 @@ msgstr "View all linked notebooks"
msgid "View and share debug logs"
msgstr "View and share debug logs"
-#: src/strings.ts:1717
+#: src/strings.ts:1719
msgid "View receipt"
msgstr "View receipt"
@@ -6032,7 +6048,7 @@ msgstr "View receipt"
msgid "View recovery codes"
msgstr "View recovery codes"
-#: src/strings.ts:2182
+#: src/strings.ts:2184
msgid "View source code"
msgstr "View source code"
@@ -6048,11 +6064,11 @@ msgstr "Visit homepage"
msgid "Wait 30 seconds to try again"
msgstr "Wait 30 seconds to try again"
-#: src/strings.ts:1618
+#: src/strings.ts:1620
msgid "Waiting for upload"
msgstr "Waiting for upload"
-#: src/strings.ts:1892
+#: src/strings.ts:1894
msgid "We are creating a backup of your data. Please wait..."
msgstr "We are creating a backup of your data. Please wait..."
@@ -6064,7 +6080,7 @@ msgstr "We are sorry, it seems that the app crashed due to an error. You can sub
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:2197
+#: src/strings.ts:2199
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)."
@@ -6076,11 +6092,11 @@ msgstr "We will send you occasional promotional offers & product updates on your
msgid "We would love to know what you think!"
msgstr "We would love to know what you think!"
-#: src/strings.ts:2351
+#: src/strings.ts:2353
msgid "Web clip settings"
msgstr "Web clip settings"
-#: src/strings.ts:2060
+#: src/strings.ts:2062
msgid "Website"
msgstr "Website"
@@ -6101,7 +6117,7 @@ msgid "Week"
msgstr "Week"
#: src/strings.ts:170
-#: src/strings.ts:1538
+#: src/strings.ts:1540
msgid "Weekly"
msgstr "Weekly"
@@ -6109,11 +6125,11 @@ msgstr "Weekly"
msgid "Welcome back, {email}"
msgstr "Welcome back, {email}"
-#: src/strings.ts:1869
+#: src/strings.ts:1871
msgid "Welcome back!"
msgstr "Welcome back!"
-#: src/strings.ts:2103
+#: src/strings.ts:2105
msgid "Welcome to Notesnook Pro"
msgstr "Welcome to Notesnook Pro"
@@ -6121,15 +6137,15 @@ msgstr "Welcome to Notesnook Pro"
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:1633
+#: src/strings.ts:1635
msgid "What went wrong?"
msgstr "What went wrong?"
-#: src/strings.ts:2412
+#: src/strings.ts:2414
msgid "Width"
msgstr "Width"
-#: src/strings.ts:1567
+#: src/strings.ts:1569
msgid "words"
msgstr "words"
@@ -6141,11 +6157,11 @@ msgstr "Write notes with freedom, no spying, no tracking."
msgid "Write something..."
msgstr "Write something..."
-#: src/strings.ts:1620
+#: src/strings.ts:1622
msgid "Write with freedom."
msgstr "Write with freedom."
-#: src/strings.ts:2091
+#: src/strings.ts:2093
msgid "Write with freedom. Never compromise on privacy again."
msgstr "Write with freedom. Never compromise on privacy again."
@@ -6158,7 +6174,7 @@ msgid "Year"
msgstr "Year"
#: src/strings.ts:172
-#: src/strings.ts:1540
+#: src/strings.ts:1542
msgid "Yearly"
msgstr "Yearly"
@@ -6170,15 +6186,15 @@ 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:2269
+#: src/strings.ts:2271
msgid "You are editing \"{notebookTitle}\"."
msgstr "You are editing \"{notebookTitle}\"."
-#: src/strings.ts:2074
+#: src/strings.ts:2076
msgid "You are editing #{tag}"
msgstr "You are editing #{tag}"
-#: src/strings.ts:1751
+#: src/strings.ts:1753
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."
@@ -6194,11 +6210,11 @@ msgstr "You are renaming color {color}"
msgid "You can add as many tags as you want."
msgstr "You can add as many tags as you want."
-#: src/strings.ts:2094
+#: src/strings.ts:2096
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:2109
+#: src/strings.ts:2111
msgid "You can import your notes from most other note taking apps."
msgstr "You can import your notes from most other note taking apps."
@@ -6218,7 +6234,7 @@ msgstr "You can set a custom proxy URL to increase your privacy."
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:2083
+#: src/strings.ts:2085
msgid ""
"You can track your bug report at [{url}]({url}).\n"
"Please note that we will respond to your bug report on the link above. **We recommended that you save the above link for later reference.**\n"
@@ -6240,15 +6256,15 @@ msgstr "You can use fallback 2FA method incase you are unable to login via prima
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:1719
+#: src/strings.ts:1721
msgid "You have {count} custom dictionary words."
msgstr "You have {count} custom dictionary words."
-#: src/strings.ts:2228
+#: src/strings.ts:2230
msgid "You have been logged out from all other devices."
msgstr "You have been logged out from all other devices."
-#: src/strings.ts:2222
+#: src/strings.ts:2224
msgid "You have been logged out."
msgstr "You have been logged out."
@@ -6276,11 +6292,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:1518
+#: src/strings.ts:1520
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:1600
+#: src/strings.ts:1602
msgid "You must log out in order to change/reset server URLs."
msgstr "You must log out in order to change/reset server URLs."
@@ -6308,7 +6324,7 @@ msgstr "You subscribed to Notesnook Pro on the Web/Desktop App."
msgid "You will be logged out from all your devices"
msgstr "You will be logged out from all your devices"
-#: src/strings.ts:1834
+#: src/strings.ts:1836
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"
@@ -6316,16 +6332,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:1897
+#: src/strings.ts:1899
msgid "Your account has been recovered."
msgstr "Your account has been recovered."
#: src/strings.ts:479
-#: src/strings.ts:1702
+#: src/strings.ts:1704
msgid "Your account is now 100% secure against unauthorized logins."
msgstr "Your account is now 100% secure against unauthorized logins."
-#: src/strings.ts:1839
+#: src/strings.ts:1841
msgid "Your account password must be strong & unique."
msgstr "Your account password must be strong & unique."
@@ -6333,27 +6349,27 @@ msgstr "Your account password must be strong & unique."
msgid "Your account will be downgraded in {days} days"
msgstr "Your account will be downgraded in {days} days"
-#: src/strings.ts:1982
+#: src/strings.ts:1984
msgid "Your backup is ready to download"
msgstr "Your backup is ready to download"
-#: src/strings.ts:1555
+#: src/strings.ts:1557
msgid "Your changes could not be saved"
msgstr "Your changes could not be saved"
-#: src/strings.ts:1746
+#: src/strings.ts:1748
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:2129
+#: src/strings.ts:2131
msgid "Your current 2FA method is {method}"
msgstr "Your current 2FA method is {method}"
-#: src/strings.ts:1837
+#: src/strings.ts:1839
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:1754
+#: src/strings.ts:1756
msgid "Your email has been confirmed."
msgstr "Your email has been confirmed."
@@ -6381,7 +6397,7 @@ msgstr "Your free trial has started"
msgid "Your free trial is ending soon"
msgstr "Your free trial is ending soon"
-#: src/strings.ts:1748
+#: src/strings.ts:1750
msgid "Your full name"
msgstr "Your full name"
@@ -6405,7 +6421,7 @@ msgstr "Your notebooks"
msgid "Your notes"
msgstr "Your notes"
-#: src/strings.ts:1873
+#: src/strings.ts:1875
msgid "Your password is always hashed before leaving this device."
msgstr "Your password is always hashed before leaving this device."
@@ -6417,7 +6433,7 @@ msgstr "Your privacy matters to us, no matter who you are. In a world where ever
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:2028
+#: src/strings.ts:2030
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."
@@ -6433,7 +6449,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:2026
+#: src/strings.ts:2028
msgid "Your subscription has been canceled."
msgstr "Your subscription has been canceled."
@@ -6461,18 +6477,18 @@ msgstr "Z to A"
msgid "Zipping"
msgstr "Zipping"
-#: src/strings.ts:2123
+#: src/strings.ts:2125
msgid "Zoom factor"
msgstr "Zoom factor"
-#: src/strings.ts:1666
+#: src/strings.ts:1668
msgid "Zoom in"
msgstr "Zoom in"
-#: src/strings.ts:2124
+#: src/strings.ts:2126
msgid "Zoom in or out the app content."
msgstr "Zoom in or out the app content."
-#: src/strings.ts:1665
+#: src/strings.ts:1667
msgid "Zoom out"
msgstr "Zoom out"
diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po
index f6cff737b..401980e4c 100644
--- a/packages/intl/locale/pseudo-LOCALE.po
+++ b/packages/intl/locale/pseudo-LOCALE.po
@@ -17,7 +17,7 @@ msgstr ""
msgid "— not just the"
msgstr ""
-#: src/strings.ts:1713
+#: src/strings.ts:1715
msgid "\"Refunded"
msgstr ""
@@ -33,47 +33,47 @@ msgstr ""
msgid "{0} downloaded"
msgstr ""
-#: src/strings.ts:1911
+#: src/strings.ts:1913
msgid "{count, plural, one {{0} {1}?} other {{2} # {3}?}}"
msgstr ""
-#: src/strings.ts:1929
+#: src/strings.ts:1931
msgid "{count, plural, one {{0} {1}} other {{2} # {3}}}"
msgstr ""
-#: src/strings.ts:1920
+#: src/strings.ts:1922
msgid "{count, plural, one {{0} {1}} other {# {2} {3}}}"
msgstr ""
-#: src/strings.ts:1938
+#: src/strings.ts:1940
msgid "{count, plural, one {{0} could not be {1}} other {# {2} could not be {3}}}"
msgstr ""
-#: src/strings.ts:1947
+#: src/strings.ts:1949
msgid "{count, plural, one {{0} deleted} other {# {1} deleted}}"
msgstr ""
-#: src/strings.ts:1956
+#: src/strings.ts:1958
msgid "{count, plural, one {{0} unpinned} other {# {1} unpinned}}"
msgstr ""
-#: src/strings.ts:1976
+#: src/strings.ts:1978
msgid "{count, plural, one {{0}} other {# {1}}}"
msgstr ""
-#: src/strings.ts:1723
+#: src/strings.ts:1725
msgid "{count, plural, one {# error occured} other {# errors occured}}"
msgstr ""
-#: src/strings.ts:1729
+#: src/strings.ts:1731
msgid "{count, plural, one {# file ready for import} other {# files ready for import}}"
msgstr ""
-#: src/strings.ts:1688
+#: src/strings.ts:1690
msgid "{count, plural, one {# file} other {# files}}"
msgstr ""
-#: src/strings.ts:1680
+#: src/strings.ts:1682
msgid "{count, plural, one {# item restored} other {# items restored}}"
msgstr ""
@@ -85,19 +85,19 @@ msgstr ""
msgid "{count, plural, one {1 {0} deleted} other {# {1} deleted}}"
msgstr ""
-#: src/strings.ts:1901
+#: src/strings.ts:1903
msgid "{count, plural, one {1 {0} moved to trash} other {# {1} moved to trash}}"
msgstr ""
-#: src/strings.ts:1547
+#: src/strings.ts:1549
msgid "{count, plural, one {1 hour} other {# hours}}"
msgstr ""
-#: src/strings.ts:1542
+#: src/strings.ts:1544
msgid "{count, plural, one {1 minute} other {# minutes}}"
msgstr ""
-#: src/strings.ts:2007
+#: src/strings.ts:2009
msgid "{count, plural, one {added to 1 notebook} other {added to # notebooks}}"
msgstr ""
@@ -129,7 +129,7 @@ msgstr ""
msgid "{count, plural, one {Delete tag} other {Delete # tags}}"
msgstr ""
-#: src/strings.ts:1966
+#: src/strings.ts:1968
msgid "{count, plural, one {Deleting {0}} other {Deleting {1}}}"
msgstr ""
@@ -153,7 +153,7 @@ msgstr ""
msgid "{count, plural, one {note} other {# notes}}"
msgstr ""
-#: src/strings.ts:2012
+#: src/strings.ts:2014
msgid "{count, plural, one {removed from 1 notebook} other {removed from # notebooks}}"
msgstr ""
@@ -162,7 +162,11 @@ msgid "{freq, plural, one {Repeats every {0} on {selectedDays} at {date}} other
msgstr ""
#: src/strings.ts:193
-msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+#~ msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModifed {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
+#~ msgstr ""
+
+#: src/strings.ts:193
+msgid "{key, select, dateCreated {Created at} dateEdited {Last edited at} dateModified {Last modified at} dateUploaded {Uploaded at} dateDeleted {Deleted at} other {{key}}}"
msgstr ""
#: src/strings.ts:420
@@ -185,7 +189,7 @@ msgstr ""
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:2386
+#: src/strings.ts:2388
msgid "{selected} selected"
msgstr ""
@@ -205,19 +209,19 @@ msgstr ""
msgid "{type} does not match"
msgstr ""
-#: src/strings.ts:1760
+#: src/strings.ts:1762
msgid "#notesnook"
msgstr ""
-#: src/strings.ts:1552
+#: src/strings.ts:1554
msgid "12-hour"
msgstr ""
-#: src/strings.ts:1553
+#: src/strings.ts:1555
msgid "24-hour"
msgstr ""
-#: src/strings.ts:1885
+#: src/strings.ts:1887
msgid "2FA code is required()"
msgstr ""
@@ -225,7 +229,7 @@ msgstr ""
msgid "2FA code sent via {method}"
msgstr ""
-#: src/strings.ts:1828
+#: src/strings.ts:1830
msgid "6 digit code"
msgstr ""
@@ -253,15 +257,15 @@ msgstr ""
msgid "account"
msgstr ""
-#: src/strings.ts:1830
+#: src/strings.ts:1832
msgid "Account password"
msgstr ""
-#: src/strings.ts:2068
+#: src/strings.ts:2070
msgid "Activate"
msgstr ""
-#: src/strings.ts:1806
+#: src/strings.ts:1808
msgid "Activating trial"
msgstr ""
@@ -281,7 +285,7 @@ msgstr ""
msgid "Add a short note"
msgstr ""
-#: src/strings.ts:1568
+#: src/strings.ts:1570
msgid "Add a tag"
msgstr ""
@@ -317,7 +321,7 @@ msgstr ""
msgid "Add tags to multiple notes at once"
msgstr ""
-#: src/strings.ts:2274
+#: src/strings.ts:2276
msgid "Add to dictionary"
msgstr ""
@@ -329,23 +333,23 @@ msgstr ""
msgid "Add your first notebook"
msgstr ""
-#: src/strings.ts:2201
+#: src/strings.ts:2203
msgid "Advanced"
msgstr ""
-#: src/strings.ts:1700
+#: src/strings.ts:1702
msgid "After scanning the QR code image, the app will display a code that you can enter below."
msgstr ""
-#: src/strings.ts:2337
+#: src/strings.ts:2339
msgid "Align left"
msgstr ""
-#: src/strings.ts:2338
+#: src/strings.ts:2340
msgid "Align right"
msgstr ""
-#: src/strings.ts:2307
+#: src/strings.ts:2309
msgid "Alignment"
msgstr ""
@@ -373,15 +377,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:1603
+#: src/strings.ts:1605
msgid "All server urls are required."
msgstr ""
-#: src/strings.ts:1887
+#: src/strings.ts:1889
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:2181
+#: src/strings.ts:2183
msgid "All the source code for Notesnook is available & open for everyone on GitHub."
msgstr ""
@@ -409,7 +413,7 @@ msgstr ""
msgid "Already have an account?"
msgstr ""
-#: src/strings.ts:2251
+#: src/strings.ts:2253
msgid "Amount"
msgstr ""
@@ -421,7 +425,7 @@ msgstr ""
msgid "and"
msgstr ""
-#: src/strings.ts:1761
+#: src/strings.ts:1763
msgid "and get a chance to win free promo codes."
msgstr ""
@@ -434,7 +438,7 @@ msgid "App data has been cleared. Kindly relaunch the app to login again."
msgstr ""
#: src/strings.ts:1152
-#: src/strings.ts:1659
+#: src/strings.ts:1661
msgid "App lock"
msgstr ""
@@ -455,7 +459,7 @@ msgstr ""
msgid "App version"
msgstr ""
-#: src/strings.ts:1744
+#: src/strings.ts:1746
msgid "App will reload in {sec} seconds"
msgstr ""
@@ -475,7 +479,7 @@ msgstr ""
msgid "Apply changes"
msgstr ""
-#: src/strings.ts:2075
+#: src/strings.ts:2077
msgid "Applying changes"
msgstr ""
@@ -503,7 +507,7 @@ msgstr ""
msgid "Are you sure you want to delete this note permanently?"
msgstr ""
-#: src/strings.ts:1515
+#: src/strings.ts:1517
msgid "Are you sure you want to logout and clear all data stored on THIS DEVICE?"
msgstr ""
@@ -523,7 +527,7 @@ msgstr ""
msgid "Are you sure?"
msgstr ""
-#: src/strings.ts:2064
+#: src/strings.ts:2066
msgid "Assign color"
msgstr ""
@@ -535,7 +539,7 @@ msgstr ""
msgid "Atleast 8 characters required"
msgstr ""
-#: src/strings.ts:2375
+#: src/strings.ts:2377
msgid "Attach image from URL"
msgstr ""
@@ -544,11 +548,11 @@ msgid "attachment"
msgstr ""
#: src/strings.ts:302
-#: src/strings.ts:2372
+#: src/strings.ts:2374
msgid "Attachment"
msgstr ""
-#: src/strings.ts:2343
+#: src/strings.ts:2345
msgid "Attachment settings"
msgstr ""
@@ -561,7 +565,7 @@ msgstr ""
msgid "Attachments"
msgstr ""
-#: src/strings.ts:1865
+#: src/strings.ts:1867
msgid "Attachments cache cleared!"
msgstr ""
@@ -569,23 +573,23 @@ msgstr ""
msgid "Audios"
msgstr ""
-#: src/strings.ts:1594
+#: src/strings.ts:1596
msgid "Auth server"
msgstr ""
-#: src/strings.ts:1765
+#: src/strings.ts:1767
msgid "Authenticated as {email}"
msgstr ""
-#: src/strings.ts:1879
+#: src/strings.ts:1881
msgid "Authenticating user"
msgstr ""
-#: src/strings.ts:2164
+#: src/strings.ts:2166
msgid "Authentication"
msgstr ""
-#: src/strings.ts:1704
+#: src/strings.ts:1706
msgid "authentication app"
msgstr ""
@@ -597,20 +601,20 @@ msgstr ""
msgid "Authentication failed"
msgstr ""
-#: src/strings.ts:2127
+#: src/strings.ts:2129
msgid "Auto"
msgstr ""
-#: src/strings.ts:1627
+#: src/strings.ts:1629
msgid "Auto save: off"
msgstr ""
-#: src/strings.ts:2141
+#: src/strings.ts:2143
msgid "Auto start on system startup"
msgstr ""
#: src/strings.ts:1187
-#: src/strings.ts:1655
+#: src/strings.ts:1657
msgid "Automatic backups"
msgstr ""
@@ -618,7 +622,7 @@ msgstr ""
msgid "Automatic backups are off"
msgstr ""
-#: src/strings.ts:2036
+#: src/strings.ts:2038
msgid "Automatic backups disabled"
msgstr ""
@@ -626,7 +630,7 @@ msgstr ""
msgid "Automatic backups with attachments"
msgstr ""
-#: src/strings.ts:2137
+#: src/strings.ts:2139
msgid "Automatic updates"
msgstr ""
@@ -634,7 +638,7 @@ msgstr ""
msgid "Automatically clear trash after a certain period of time"
msgstr ""
-#: src/strings.ts:2139
+#: src/strings.ts:2141
msgid "Automatically download & install updates in the background without prompting first."
msgstr ""
@@ -646,19 +650,19 @@ msgstr ""
msgid "Automatically switch between light and dark themes based on your system settings"
msgstr ""
-#: src/strings.ts:1678
+#: src/strings.ts:1680
msgid "available"
msgstr ""
-#: src/strings.ts:2184
+#: src/strings.ts:2186
msgid "Available on iOS"
msgstr ""
-#: src/strings.ts:2185
+#: src/strings.ts:2187
msgid "Available on iOS & Android"
msgstr ""
-#: src/strings.ts:2330
+#: src/strings.ts:2332
msgid "Background color"
msgstr ""
@@ -666,11 +670,11 @@ msgstr ""
msgid "Background sync (experimental)"
msgstr ""
-#: src/strings.ts:2133
+#: src/strings.ts:2135
msgid "Backup"
msgstr ""
-#: src/strings.ts:2171
+#: src/strings.ts:2173
msgid "Backup & export"
msgstr ""
@@ -682,7 +686,7 @@ msgstr ""
msgid "Backup complete"
msgstr ""
-#: src/strings.ts:1534
+#: src/strings.ts:1536
msgid "Backup directory not selected"
msgstr ""
@@ -690,7 +694,7 @@ msgstr ""
msgid "Backup encryption"
msgstr ""
-#: src/strings.ts:1841
+#: src/strings.ts:1843
msgid "Backup files have .nnbackup extension"
msgstr ""
@@ -698,7 +702,7 @@ msgstr ""
msgid "Backup is encrypted"
msgstr ""
-#: src/strings.ts:1582
+#: src/strings.ts:1584
msgid "Backup is encrypted, decrypting..."
msgstr ""
@@ -714,7 +718,7 @@ msgstr ""
msgid "Backup restored"
msgstr ""
-#: src/strings.ts:1899
+#: src/strings.ts:1901
msgid "Backup saved at {path}"
msgstr ""
@@ -722,7 +726,7 @@ msgstr ""
msgid "Backup successful"
msgstr ""
-#: src/strings.ts:2134
+#: src/strings.ts:2136
msgid "Backup with attachments"
msgstr ""
@@ -734,7 +738,7 @@ msgstr ""
msgid "Basic"
msgstr ""
-#: src/strings.ts:1763
+#: src/strings.ts:1765
msgid "Because where's the fun in nookin' alone?"
msgstr ""
@@ -742,7 +746,7 @@ msgstr ""
msgid "Behavior"
msgstr ""
-#: src/strings.ts:2166
+#: src/strings.ts:2168
msgid "Behaviour"
msgstr ""
@@ -750,11 +754,11 @@ msgstr ""
msgid "BETA"
msgstr ""
-#: src/strings.ts:2288
+#: src/strings.ts:2290
msgid "Bi-directional note link"
msgstr ""
-#: src/strings.ts:2232
+#: src/strings.ts:2234
msgid "Billing history"
msgstr ""
@@ -778,15 +782,15 @@ msgstr ""
msgid "Biometrics not enrolled"
msgstr ""
-#: src/strings.ts:2284
+#: src/strings.ts:2286
msgid "Bold"
msgstr ""
-#: src/strings.ts:1793
+#: src/strings.ts:1795
msgid "Browse"
msgstr ""
-#: src/strings.ts:2301
+#: src/strings.ts:2303
msgid "Bullet list"
msgstr ""
@@ -798,7 +802,7 @@ msgstr ""
msgid "By signing up, you agree to our"
msgstr ""
-#: src/strings.ts:2363
+#: src/strings.ts:2365
msgid "Callout"
msgstr ""
@@ -814,7 +818,7 @@ msgstr ""
msgid "Cancel login"
msgstr ""
-#: src/strings.ts:1809
+#: src/strings.ts:1811
msgid "Cancel subscription"
msgstr ""
@@ -822,24 +826,24 @@ msgstr ""
msgid "Cancel upload"
msgstr ""
-#: src/strings.ts:2329
+#: src/strings.ts:2331
msgid "Cell background color"
msgstr ""
-#: src/strings.ts:2331
+#: src/strings.ts:2333
msgid "Cell border color"
msgstr ""
-#: src/strings.ts:2333
-#: src/strings.ts:2334
+#: src/strings.ts:2335
+#: src/strings.ts:2336
msgid "Cell border width"
msgstr ""
-#: src/strings.ts:2315
+#: src/strings.ts:2317
msgid "Cell properties"
msgstr ""
-#: src/strings.ts:2332
+#: src/strings.ts:2334
msgid "Cell text color"
msgstr ""
@@ -875,7 +879,7 @@ msgstr ""
msgid "Change how the app behaves in different situations"
msgstr ""
-#: src/strings.ts:2381
+#: src/strings.ts:2383
msgid "Change language"
msgstr ""
@@ -887,15 +891,15 @@ msgstr ""
msgid "Change password"
msgstr ""
-#: src/strings.ts:1801
+#: src/strings.ts:1803
msgid "Change profile picture"
msgstr ""
-#: src/strings.ts:2210
+#: src/strings.ts:2212
msgid "Change proxy"
msgstr ""
-#: src/strings.ts:2231
+#: src/strings.ts:2233
msgid "Change the payment method you used to purchase this subscription."
msgstr ""
@@ -931,7 +935,7 @@ msgstr ""
msgid "Check for updates"
msgstr ""
-#: src/strings.ts:2183
+#: src/strings.ts:2185
msgid "Check roadmap"
msgstr ""
@@ -943,27 +947,27 @@ msgstr ""
msgid "Checking for new version"
msgstr ""
-#: src/strings.ts:1675
+#: src/strings.ts:1677
msgid "Checking for updates"
msgstr ""
-#: src/strings.ts:2303
+#: src/strings.ts:2305
msgid "Checklist"
msgstr ""
-#: src/strings.ts:2358
+#: src/strings.ts:2360
msgid "Choose a block to insert"
msgstr ""
-#: src/strings.ts:1791
+#: src/strings.ts:1793
msgid "Choose a recovery method"
msgstr ""
-#: src/strings.ts:2132
+#: src/strings.ts:2134
msgid "Choose backup format"
msgstr ""
-#: src/strings.ts:2394
+#: src/strings.ts:2396
msgid "Choose custom color"
msgstr ""
@@ -991,11 +995,11 @@ msgstr ""
msgid "Choose where to save your backups"
msgstr ""
-#: src/strings.ts:2092
+#: src/strings.ts:2094
msgid "Choose your style"
msgstr ""
-#: src/strings.ts:1585
+#: src/strings.ts:1587
msgid "cleaningUp"
msgstr ""
@@ -1004,19 +1008,19 @@ msgstr ""
msgid "Clear"
msgstr ""
-#: src/strings.ts:2297
+#: src/strings.ts:2299
msgid "Clear all formatting"
msgstr ""
-#: src/strings.ts:1852
+#: src/strings.ts:1854
msgid "Clear attachments cache?"
msgstr ""
-#: src/strings.ts:1851
+#: src/strings.ts:1853
msgid "Clear cache"
msgstr ""
-#: src/strings.ts:2392
+#: src/strings.ts:2394
msgid "Clear completed tasks"
msgstr ""
@@ -1028,7 +1032,7 @@ msgstr ""
msgid "Clear logs"
msgstr ""
-#: src/strings.ts:2226
+#: src/strings.ts:2228
msgid "clear sessions"
msgstr ""
@@ -1040,7 +1044,7 @@ msgstr ""
msgid "Clear trash interval"
msgstr ""
-#: src/strings.ts:1854
+#: src/strings.ts:1856
msgid ""
"Clearing attachments cache will perform the following actions:\n"
"- Downloaded images & files: **cleared**\n"
@@ -1055,15 +1059,15 @@ msgstr ""
msgid "Click to deselect"
msgstr ""
-#: src/strings.ts:1850
+#: src/strings.ts:1852
msgid "Click to preview"
msgstr ""
-#: src/strings.ts:1742
+#: src/strings.ts:1744
msgid "Click to remove"
msgstr ""
-#: src/strings.ts:2420
+#: src/strings.ts:2422
msgid "Click to reset {title}"
msgstr ""
@@ -1071,35 +1075,35 @@ msgstr ""
msgid "Close"
msgstr ""
-#: src/strings.ts:2050
+#: src/strings.ts:2052
msgid "Close all"
msgstr ""
-#: src/strings.ts:2047
+#: src/strings.ts:2049
msgid "Close others"
msgstr ""
-#: src/strings.ts:2150
+#: src/strings.ts:2152
msgid "Close to system tray"
msgstr ""
-#: src/strings.ts:2049
+#: src/strings.ts:2051
msgid "Close to the left"
msgstr ""
-#: src/strings.ts:2048
+#: src/strings.ts:2050
msgid "Close to the right"
msgstr ""
-#: src/strings.ts:2295
+#: src/strings.ts:2297
msgid "Code"
msgstr ""
-#: src/strings.ts:2360
+#: src/strings.ts:2362
msgid "Code block"
msgstr ""
-#: src/strings.ts:2296
+#: src/strings.ts:2298
msgid "Code remove"
msgstr ""
@@ -1112,7 +1116,7 @@ msgid "color"
msgstr ""
#: src/strings.ts:301
-#: src/strings.ts:1827
+#: src/strings.ts:1829
msgid "Color"
msgstr ""
@@ -1120,7 +1124,7 @@ msgstr ""
msgid "Color #{color} already exists"
msgstr ""
-#: src/strings.ts:2125
+#: src/strings.ts:2127
msgid "Color scheme"
msgstr ""
@@ -1136,7 +1140,7 @@ msgstr ""
msgid "Colors"
msgstr ""
-#: src/strings.ts:2313
+#: src/strings.ts:2315
msgid "Column properties"
msgstr ""
@@ -1144,7 +1148,7 @@ msgstr ""
msgid "Community"
msgstr ""
-#: src/strings.ts:1712
+#: src/strings.ts:1714
msgid "Completed"
msgstr ""
@@ -1156,7 +1160,7 @@ msgstr ""
msgid "Compressed images are uploaded in Full HD resolution and usually are good enough for most use cases."
msgstr ""
-#: src/strings.ts:2279
+#: src/strings.ts:2281
msgid "Configure"
msgstr ""
@@ -1180,15 +1184,15 @@ msgstr ""
msgid "Confirm pin"
msgstr ""
-#: src/strings.ts:2110
+#: src/strings.ts:2112
msgid "Congratulations!"
msgstr ""
-#: src/strings.ts:1602
+#: src/strings.ts:1604
msgid "Connected to all servers sucessfully."
msgstr ""
-#: src/strings.ts:1637
+#: src/strings.ts:1639
msgid "Contact support"
msgstr ""
@@ -1208,7 +1212,7 @@ msgstr ""
msgid "Controls whether this device should receive reminder notifications."
msgstr ""
-#: src/strings.ts:2021
+#: src/strings.ts:2023
msgid "Copied"
msgstr ""
@@ -1216,7 +1220,7 @@ msgstr ""
msgid "Copy"
msgstr ""
-#: src/strings.ts:2067
+#: src/strings.ts:2069
msgid "Copy as{0}"
msgstr ""
@@ -1224,7 +1228,7 @@ msgstr ""
msgid "Copy codes"
msgstr ""
-#: src/strings.ts:2277
+#: src/strings.ts:2279
msgid "Copy image"
msgstr ""
@@ -1232,7 +1236,7 @@ msgstr ""
msgid "Copy internal link"
msgstr ""
-#: src/strings.ts:2276
+#: src/strings.ts:2278
msgid "Copy link text"
msgstr ""
@@ -1244,7 +1248,7 @@ msgstr ""
msgid "Copy to clipboard"
msgstr ""
-#: src/strings.ts:1587
+#: src/strings.ts:1589
msgid "Copying backup files to cache"
msgstr ""
@@ -1252,19 +1256,19 @@ msgstr ""
msgid "CORS bypass"
msgstr ""
-#: src/strings.ts:2017
+#: src/strings.ts:2019
msgid "Could not activate trial"
msgstr ""
-#: src/strings.ts:2035
+#: src/strings.ts:2037
msgid "Could not clear trash"
msgstr ""
-#: src/strings.ts:1605
+#: src/strings.ts:1607
msgid "Could not connect to {server}"
msgstr ""
-#: src/strings.ts:2001
+#: src/strings.ts:2003
msgid "Could not convert note to {format}"
msgstr ""
@@ -1296,7 +1300,7 @@ msgstr ""
msgid "Create a shortcut"
msgstr ""
-#: src/strings.ts:1832
+#: src/strings.ts:1834
msgid "Create account"
msgstr ""
@@ -1340,7 +1344,7 @@ msgstr ""
msgid "Created"
msgstr ""
-#: src/strings.ts:2259
+#: src/strings.ts:2261
msgid "Created at"
msgstr ""
@@ -1348,11 +1352,11 @@ msgstr ""
msgid "Creating a{0} backup"
msgstr ""
-#: src/strings.ts:2079
+#: src/strings.ts:2081
msgid "Credentials"
msgstr ""
-#: src/strings.ts:2095
+#: src/strings.ts:2097
msgid "Cross platform & 100% encrypted"
msgstr ""
@@ -1360,7 +1364,7 @@ msgstr ""
msgid "Curate the toolbar that fits your needs and matches your personality."
msgstr ""
-#: src/strings.ts:1819
+#: src/strings.ts:1821
msgid "Current note"
msgstr ""
@@ -1372,15 +1376,15 @@ msgstr ""
msgid "Current pin"
msgstr ""
-#: src/strings.ts:1743
+#: src/strings.ts:1745
msgid "CURRENT PLAN"
msgstr ""
-#: src/strings.ts:2041
+#: src/strings.ts:2043
msgid "Custom"
msgstr ""
-#: src/strings.ts:2161
+#: src/strings.ts:2163
msgid "Custom dictionary words"
msgstr ""
@@ -1404,12 +1408,12 @@ msgstr ""
msgid "Customize toolbar"
msgstr ""
-#: src/strings.ts:2275
+#: src/strings.ts:2277
msgid "Cut"
msgstr ""
#: src/strings.ts:169
-#: src/strings.ts:1537
+#: src/strings.ts:1539
msgid "Daily"
msgstr ""
@@ -1421,19 +1425,19 @@ msgstr ""
msgid "Dark mode"
msgstr ""
-#: src/strings.ts:2126
+#: src/strings.ts:2128
msgid "Dark or light, we won't judge."
msgstr ""
-#: src/strings.ts:1520
+#: src/strings.ts:1522
msgid "Database setup failed, could not get database key"
msgstr ""
-#: src/strings.ts:1822
+#: src/strings.ts:1824
msgid "Date"
msgstr ""
-#: src/strings.ts:2135
+#: src/strings.ts:2137
msgid "Date & time"
msgstr ""
@@ -1457,7 +1461,7 @@ msgstr ""
msgid "Date modified"
msgstr ""
-#: src/strings.ts:2073
+#: src/strings.ts:2075
msgid "Date uploaded"
msgstr ""
@@ -1465,15 +1469,15 @@ msgstr ""
msgid "day"
msgstr ""
-#: src/strings.ts:1824
+#: src/strings.ts:1826
msgid "Day"
msgstr ""
-#: src/strings.ts:1536
+#: src/strings.ts:1538
msgid "days"
msgstr ""
-#: src/strings.ts:2069
+#: src/strings.ts:2071
msgid "Deactivate"
msgstr ""
@@ -1493,12 +1497,12 @@ msgstr ""
msgid "Debugging"
msgstr ""
-#: src/strings.ts:2422
+#: src/strings.ts:2424
msgid "Decrease {title}"
msgstr ""
#: src/strings.ts:628
-#: src/strings.ts:2039
+#: src/strings.ts:2041
msgid "Default"
msgstr ""
@@ -1553,7 +1557,7 @@ msgstr ""
msgid "Delete collapsed section"
msgstr ""
-#: src/strings.ts:2320
+#: src/strings.ts:2322
msgid "Delete column"
msgstr ""
@@ -1561,7 +1565,7 @@ msgstr ""
msgid "Delete group"
msgstr ""
-#: src/strings.ts:2395
+#: src/strings.ts:2397
msgid "Delete mode"
msgstr ""
@@ -1573,11 +1577,11 @@ msgstr ""
msgid "Delete permanently"
msgstr ""
-#: src/strings.ts:2327
+#: src/strings.ts:2329
msgid "Delete row"
msgstr ""
-#: src/strings.ts:2328
+#: src/strings.ts:2330
msgid "Delete table"
msgstr ""
@@ -1597,19 +1601,19 @@ msgstr ""
msgid "deleted permanently"
msgstr ""
-#: src/strings.ts:1964
+#: src/strings.ts:1966
msgid "Deleting"
msgstr ""
-#: src/strings.ts:1821
+#: src/strings.ts:1823
msgid "Description"
msgstr ""
-#: src/strings.ts:2136
+#: src/strings.ts:2138
msgid "Desktop app"
msgstr ""
-#: src/strings.ts:2140
+#: src/strings.ts:2142
msgid "Desktop integration"
msgstr ""
@@ -1625,7 +1629,7 @@ msgstr ""
msgid "Disable auto sync"
msgstr ""
-#: src/strings.ts:2042
+#: src/strings.ts:2044
msgid "Disable editor margins"
msgstr ""
@@ -1645,15 +1649,15 @@ msgstr ""
msgid "Discard"
msgstr ""
-#: src/strings.ts:1566
+#: src/strings.ts:1568
msgid "Dismiss"
msgstr ""
-#: src/strings.ts:1616
+#: src/strings.ts:1618
msgid "Dismiss announcement"
msgstr ""
-#: src/strings.ts:1715
+#: src/strings.ts:1717
msgid "Disputed"
msgstr ""
@@ -1661,7 +1665,7 @@ msgstr ""
msgid "Do you enjoy using Notesnook?"
msgstr ""
-#: src/strings.ts:2258
+#: src/strings.ts:2260
msgid "Do you want to clear the trash?"
msgstr ""
@@ -1689,11 +1693,11 @@ msgstr ""
msgid "Don't have an account?"
msgstr ""
-#: src/strings.ts:1815
+#: src/strings.ts:1817
msgid "Don't have backup file?"
msgstr ""
-#: src/strings.ts:1814
+#: src/strings.ts:1816
msgid "Don't have your account recovery key?"
msgstr ""
@@ -1701,11 +1705,11 @@ msgstr ""
msgid "Don't have your recovery codes?"
msgstr ""
-#: src/strings.ts:1794
+#: src/strings.ts:1796
msgid "Don't show again"
msgstr ""
-#: src/strings.ts:1795
+#: src/strings.ts:1797
msgid "Don't show again on this device?"
msgstr ""
@@ -1721,15 +1725,15 @@ msgstr ""
msgid "Download"
msgstr ""
-#: src/strings.ts:1799
+#: src/strings.ts:1801
msgid "Download all attachments"
msgstr ""
-#: src/strings.ts:2344
+#: src/strings.ts:2346
msgid "Download attachment"
msgstr ""
-#: src/strings.ts:1843
+#: src/strings.ts:1845
msgid "Download backup file"
msgstr ""
@@ -1737,7 +1741,7 @@ msgstr ""
msgid "Download cancelled"
msgstr ""
-#: src/strings.ts:2238
+#: src/strings.ts:2240
msgid "Download everything including attachments on sync"
msgstr ""
@@ -1770,19 +1774,19 @@ msgstr ""
msgid "Downloading attachments"
msgstr ""
-#: src/strings.ts:1674
+#: src/strings.ts:1676
msgid "Downloading images"
msgstr ""
-#: src/strings.ts:1740
+#: src/strings.ts:1742
msgid "Drag & drop files here, or click to select files"
msgstr ""
-#: src/strings.ts:1739
+#: src/strings.ts:1741
msgid "Drop the files here"
msgstr ""
-#: src/strings.ts:1629
+#: src/strings.ts:1631
msgid "Drop your files here to attach"
msgstr ""
@@ -1799,7 +1803,7 @@ msgid "Earliest first"
msgstr ""
#: src/strings.ts:43
-#: src/strings.ts:1747
+#: src/strings.ts:1749
msgid "Edit"
msgstr ""
@@ -1807,8 +1811,8 @@ msgstr ""
msgid "Edit internal link"
msgstr ""
-#: src/strings.ts:2264
-#: src/strings.ts:2290
+#: src/strings.ts:2266
+#: src/strings.ts:2292
msgid "Edit link"
msgstr ""
@@ -1824,7 +1828,7 @@ msgstr ""
msgid "Edit reminder"
msgstr ""
-#: src/strings.ts:1802
+#: src/strings.ts:1804
msgid "Edit your full name"
msgstr ""
@@ -1833,7 +1837,7 @@ msgid "edited"
msgstr ""
#: src/strings.ts:1111
-#: src/strings.ts:1505
+#: src/strings.ts:1507
msgid "Editor"
msgstr ""
@@ -1849,7 +1853,7 @@ msgstr ""
msgid "Email not confirmed"
msgstr ""
-#: src/strings.ts:1526
+#: src/strings.ts:1528
msgid "Email or password incorrect"
msgstr ""
@@ -1861,15 +1865,15 @@ msgstr ""
msgid "Email updated to {email}"
msgstr ""
-#: src/strings.ts:2370
+#: src/strings.ts:2372
msgid "Embed"
msgstr ""
-#: src/strings.ts:2350
+#: src/strings.ts:2352
msgid "Embed properties"
msgstr ""
-#: src/strings.ts:2346
+#: src/strings.ts:2348
msgid "Embed settings"
msgstr ""
@@ -1881,15 +1885,15 @@ msgstr ""
msgid "Enable app lock"
msgstr ""
-#: src/strings.ts:2043
+#: src/strings.ts:2045
msgid "Enable editor margins"
msgstr ""
-#: src/strings.ts:2410
+#: src/strings.ts:2412
msgid "Enable regex"
msgstr ""
-#: src/strings.ts:2157
+#: src/strings.ts:2159
msgid "Enable spell checker"
msgstr ""
@@ -1905,11 +1909,11 @@ msgstr ""
msgid "Encrypted and synced"
msgstr ""
-#: src/strings.ts:2271
+#: src/strings.ts:2273
msgid "Encrypted backup"
msgstr ""
-#: src/strings.ts:1623
+#: src/strings.ts:1625
msgid "Encrypted, private, secure."
msgstr ""
@@ -1917,7 +1921,7 @@ msgstr ""
msgid "Encrypting attachment"
msgstr ""
-#: src/strings.ts:1826
+#: src/strings.ts:1828
msgid "Encryption key"
msgstr ""
@@ -1937,7 +1941,7 @@ msgstr ""
msgid "Enter account password to proceed."
msgstr ""
-#: src/strings.ts:1835
+#: src/strings.ts:1837
msgid "Enter account recovery key"
msgstr ""
@@ -1953,11 +1957,11 @@ msgstr ""
msgid "Enter code from authenticator app"
msgstr ""
-#: src/strings.ts:1491
+#: src/strings.ts:1493
msgid "Enter email address"
msgstr ""
-#: src/strings.ts:2398
+#: src/strings.ts:2400
msgid "Enter embed source URL"
msgstr ""
@@ -1965,7 +1969,7 @@ msgstr ""
msgid "Enter full name"
msgstr ""
-#: src/strings.ts:1667
+#: src/strings.ts:1669
msgid "Enter fullscreen"
msgstr ""
@@ -1981,7 +1985,7 @@ msgstr ""
msgid "Enter password"
msgstr ""
-#: src/strings.ts:2118
+#: src/strings.ts:2120
msgid "Enter pin or password to enable app lock."
msgstr ""
@@ -2017,11 +2021,11 @@ msgstr ""
msgid "Enter your new email"
msgstr ""
-#: src/strings.ts:2119
+#: src/strings.ts:2121
msgid "Enter your username"
msgstr ""
-#: src/strings.ts:1527
+#: src/strings.ts:1529
msgid "Error applying promo code"
msgstr ""
@@ -2029,7 +2033,7 @@ msgstr ""
msgid "Error downloading file: {message}"
msgstr ""
-#: src/strings.ts:1494
+#: src/strings.ts:1496
msgid "Error getting codes"
msgstr ""
@@ -2049,23 +2053,23 @@ msgstr ""
msgid "Errors"
msgstr ""
-#: src/strings.ts:1662
+#: src/strings.ts:1664
msgid "Errors in {count} attachments"
msgstr ""
-#: src/strings.ts:1596
+#: src/strings.ts:1598
msgid "Events server"
msgstr ""
-#: src/strings.ts:2044
+#: src/strings.ts:2046
msgid "Exit fullscreen"
msgstr ""
-#: src/strings.ts:2402
+#: src/strings.ts:2404
msgid "Expand"
msgstr ""
-#: src/strings.ts:2102
+#: src/strings.ts:2104
msgid "Experience the next level of private note taking\""
msgstr ""
@@ -2085,7 +2089,7 @@ msgstr ""
msgid "Export all notes as pdf, markdown, html or text in a single zip file"
msgstr ""
-#: src/strings.ts:2066
+#: src/strings.ts:2068
msgid "Export as{0}"
msgstr ""
@@ -2097,7 +2101,7 @@ msgstr ""
msgid "Exporting \"{title}\""
msgstr ""
-#: src/strings.ts:1586
+#: src/strings.ts:1588
msgid "Extracting files..."
msgstr ""
@@ -2105,15 +2109,15 @@ msgstr ""
msgid "Faced an issue or have a suggestion? Click here to create a bug report"
msgstr ""
-#: src/strings.ts:1986
+#: src/strings.ts:1988
msgid "Failed to copy note"
msgstr ""
-#: src/strings.ts:1533
+#: src/strings.ts:1535
msgid "Failed to decrypt backup"
msgstr ""
-#: src/strings.ts:2033
+#: src/strings.ts:2035
msgid "Failed to delete"
msgstr ""
@@ -2125,7 +2129,7 @@ msgstr ""
msgid "Failed to download file"
msgstr ""
-#: src/strings.ts:2029
+#: src/strings.ts:2031
msgid "Failed to install theme"
msgstr ""
@@ -2137,7 +2141,7 @@ msgstr ""
msgid "Failed to publish note"
msgstr ""
-#: src/strings.ts:2034
+#: src/strings.ts:2036
msgid "Failed to register task"
msgstr ""
@@ -2157,11 +2161,11 @@ msgstr ""
msgid "Failed to subscribe"
msgstr ""
-#: src/strings.ts:2233
+#: src/strings.ts:2235
msgid "Failed to take backup"
msgstr ""
-#: src/strings.ts:2235
+#: src/strings.ts:2237
msgid "Failed to take backup of your data. Do you want to continue logging out?"
msgstr ""
@@ -2177,12 +2181,12 @@ msgstr ""
msgid "Fallback method for 2FA enabled"
msgstr ""
-#: src/strings.ts:2063
+#: src/strings.ts:2065
msgid "Favorite"
msgstr ""
#: src/strings.ts:323
-#: src/strings.ts:1500
+#: src/strings.ts:1502
msgid "Favorites"
msgstr ""
@@ -2218,23 +2222,23 @@ msgstr ""
msgid "Filter attachments by filename, type or hash"
msgstr ""
-#: src/strings.ts:1816
+#: src/strings.ts:1818
msgid "Filter languages"
msgstr ""
-#: src/strings.ts:1635
+#: src/strings.ts:1637
msgid "Fix it"
msgstr ""
-#: src/strings.ts:2339
+#: src/strings.ts:2341
msgid "Float image"
msgstr ""
-#: src/strings.ts:2046
+#: src/strings.ts:2048
msgid "Focus mode"
msgstr ""
-#: src/strings.ts:2193
+#: src/strings.ts:2195
msgid "follow"
msgstr ""
@@ -2254,23 +2258,23 @@ msgstr ""
msgid "Follow us on X for updates and news about Notesnook"
msgstr ""
-#: src/strings.ts:2304
+#: src/strings.ts:2306
msgid "Font family"
msgstr ""
-#: src/strings.ts:2305
+#: src/strings.ts:2307
msgid "Font size"
msgstr ""
-#: src/strings.ts:1652
+#: src/strings.ts:1654
msgid "For a more integrated user experience, try out Notesnook for {platform}"
msgstr ""
-#: src/strings.ts:1737
+#: src/strings.ts:1739
msgid "for help regarding how to use the Notesnook Importer."
msgstr ""
-#: src/strings.ts:2225
+#: src/strings.ts:2227
msgid "Force logout from all your other logged in devices."
msgstr ""
@@ -2282,7 +2286,7 @@ msgstr ""
msgid "Force push changes"
msgstr ""
-#: src/strings.ts:2242
+#: src/strings.ts:2244
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"
@@ -2303,27 +2307,27 @@ msgstr ""
msgid "Friday"
msgstr ""
-#: src/strings.ts:2400
+#: src/strings.ts:2402
msgid "From code"
msgstr ""
-#: src/strings.ts:2397
+#: src/strings.ts:2399
msgid "From URL"
msgstr ""
-#: src/strings.ts:2030
+#: src/strings.ts:2032
msgid "Full name updated"
msgstr ""
-#: src/strings.ts:2236
+#: src/strings.ts:2238
msgid "Full offline mode"
msgstr ""
-#: src/strings.ts:2352
+#: src/strings.ts:2354
msgid "Full screen"
msgstr ""
-#: src/strings.ts:2122
+#: src/strings.ts:2124
msgid "General"
msgstr ""
@@ -2335,11 +2339,11 @@ msgstr ""
msgid "Get Notesnook app on your desktop and access all notes"
msgstr ""
-#: src/strings.ts:2187
+#: src/strings.ts:2189
msgid "Get Notesnook app on your iPhone and access all your notes on the go."
msgstr ""
-#: src/strings.ts:2189
+#: src/strings.ts:2191
msgid "Get Notesnook app on your iPhone or Android device and access all your notes on the go."
msgstr ""
@@ -2359,7 +2363,7 @@ msgstr ""
msgid "Get started"
msgstr ""
-#: src/strings.ts:1866
+#: src/strings.ts:1868
msgid "Getting encryption key..."
msgstr ""
@@ -2371,27 +2375,27 @@ msgstr ""
msgid "Getting recovery codes"
msgstr ""
-#: src/strings.ts:2192
+#: src/strings.ts:2194
msgid "GNU GENERAL PUBLIC LICENSE Version 3"
msgstr ""
-#: src/strings.ts:2255
+#: src/strings.ts:2257
msgid "Go back to notebooks"
msgstr ""
-#: src/strings.ts:2256
+#: src/strings.ts:2258
msgid "Go back to tags"
msgstr ""
-#: src/strings.ts:1797
+#: src/strings.ts:1799
msgid "Go to"
msgstr ""
-#: src/strings.ts:1663
+#: src/strings.ts:1665
msgid "Go to next page"
msgstr ""
-#: src/strings.ts:1664
+#: src/strings.ts:1666
msgid "Go to previous page"
msgstr ""
@@ -2407,7 +2411,7 @@ msgstr ""
msgid "GROUP"
msgstr ""
-#: src/strings.ts:1868
+#: src/strings.ts:1870
msgid "Group added successfully"
msgstr ""
@@ -2419,19 +2423,19 @@ msgstr ""
msgid "Hash copied"
msgstr ""
-#: src/strings.ts:2239
+#: src/strings.ts:2241
msgid "Having problems with sync?"
msgstr ""
-#: src/strings.ts:2378
+#: src/strings.ts:2380
msgid "Heading {level}"
msgstr ""
-#: src/strings.ts:2306
+#: src/strings.ts:2308
msgid "Headings"
msgstr ""
-#: src/strings.ts:2413
+#: src/strings.ts:2415
msgid "Height"
msgstr ""
@@ -2451,11 +2455,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:2198
+#: src/strings.ts:2200
msgid "Hide note title"
msgstr ""
-#: src/strings.ts:2309
+#: src/strings.ts:2311
msgid "Highlight"
msgstr ""
@@ -2463,7 +2467,7 @@ msgstr ""
msgid "History"
msgstr ""
-#: src/strings.ts:1506
+#: src/strings.ts:1508
msgid "Home"
msgstr ""
@@ -2475,15 +2479,15 @@ msgstr ""
msgid "Homepage changed to {name}"
msgstr ""
-#: src/strings.ts:2359
+#: src/strings.ts:2361
msgid "Horizontal rule"
msgstr ""
-#: src/strings.ts:1792
+#: src/strings.ts:1794
msgid "How do you want to recover your account?"
msgstr ""
-#: src/strings.ts:1634
+#: src/strings.ts:1636
msgid "How to fix it?"
msgstr ""
@@ -2511,11 +2515,11 @@ msgstr ""
msgid "I have a recovery code"
msgstr ""
-#: src/strings.ts:1867
+#: src/strings.ts:1869
msgid "I have saved my key"
msgstr ""
-#: src/strings.ts:2240
+#: src/strings.ts:2242
msgid "I understand"
msgstr ""
@@ -2531,15 +2535,15 @@ msgstr ""
msgid "If this continues to happen, please reach out to us via"
msgstr ""
-#: src/strings.ts:2143
+#: src/strings.ts:2145
msgid "If true, Notesnook will automatically start up when you turn on & login to your system."
msgstr ""
-#: src/strings.ts:2146
+#: src/strings.ts:2148
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:1698
+#: src/strings.ts:1700
msgid "If you can't scan the QR code above, enter this text instead (spaces don't matter)"
msgstr ""
@@ -2549,7 +2553,7 @@ msgid ""
"working,"
msgstr ""
-#: src/strings.ts:2107
+#: src/strings.ts:2109
msgid "If you face any issue, you can reach out to us anytime."
msgstr ""
@@ -2557,15 +2561,15 @@ msgstr ""
msgid "If you want to ask something in general or need some assistance, we would suggest that you"
msgstr ""
-#: src/strings.ts:2364
+#: src/strings.ts:2366
msgid "Image"
msgstr ""
-#: src/strings.ts:2340
+#: src/strings.ts:2342
msgid "Image properties"
msgstr ""
-#: src/strings.ts:2335
+#: src/strings.ts:2337
msgid "Image settings"
msgstr ""
@@ -2581,19 +2585,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:1551
+#: src/strings.ts:1553
msgid "Immediately"
msgstr ""
-#: src/strings.ts:2170
+#: src/strings.ts:2172
msgid "Import & export"
msgstr ""
-#: src/strings.ts:1721
+#: src/strings.ts:1723
msgid "Import completed"
msgstr ""
-#: src/strings.ts:1736
+#: src/strings.ts:1738
msgid "import guide"
msgstr ""
@@ -2601,7 +2605,7 @@ msgstr ""
msgid "Incoming"
msgstr ""
-#: src/strings.ts:1820
+#: src/strings.ts:1822
msgid "Incoming note"
msgstr ""
@@ -2609,59 +2613,59 @@ msgstr ""
msgid "Incorrect {type}"
msgstr ""
-#: src/strings.ts:2421
+#: src/strings.ts:2423
msgid "Increase {title}"
msgstr ""
-#: src/strings.ts:2265
+#: src/strings.ts:2267
msgid "Insert"
msgstr ""
-#: src/strings.ts:2418
+#: src/strings.ts:2420
msgid "Insert a {rows}x{columns} table"
msgstr ""
-#: src/strings.ts:2369
+#: src/strings.ts:2371
msgid "Insert a table"
msgstr ""
-#: src/strings.ts:2371
+#: src/strings.ts:2373
msgid "Insert an embed"
msgstr ""
-#: src/strings.ts:2365
+#: src/strings.ts:2367
msgid "Insert an image"
msgstr ""
-#: src/strings.ts:2316
+#: src/strings.ts:2318
msgid "Insert column left"
msgstr ""
-#: src/strings.ts:2317
+#: src/strings.ts:2319
msgid "Insert column right"
msgstr ""
-#: src/strings.ts:2263
+#: src/strings.ts:2265
msgid "Insert link"
msgstr ""
-#: src/strings.ts:2323
+#: src/strings.ts:2325
msgid "Insert row above"
msgstr ""
-#: src/strings.ts:2324
+#: src/strings.ts:2326
msgid "Insert row below"
msgstr ""
-#: src/strings.ts:1650
+#: src/strings.ts:1652
msgid "Install Notesnook"
msgstr ""
-#: src/strings.ts:2178
+#: src/strings.ts:2180
msgid "Install update"
msgstr ""
-#: src/strings.ts:1693
+#: src/strings.ts:1695
msgid "installs"
msgstr ""
@@ -2669,7 +2673,7 @@ msgstr ""
msgid "Invalid {type}"
msgstr ""
-#: src/strings.ts:2022
+#: src/strings.ts:2024
msgid "Invalid CORS proxy url"
msgstr ""
@@ -2686,7 +2690,7 @@ msgstr ""
msgid "It may take a minute to receive your code."
msgstr ""
-#: src/strings.ts:1559
+#: src/strings.ts:1561
msgid "It seems that your changes could not be saved. What to do next:"
msgstr ""
@@ -2694,7 +2698,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:2285
+#: src/strings.ts:2287
msgid "Italic"
msgstr ""
@@ -2707,7 +2711,7 @@ msgid "Item"
msgstr ""
#: src/strings.ts:313
-#: src/strings.ts:1673
+#: src/strings.ts:1675
msgid "items"
msgstr ""
@@ -2715,7 +2719,7 @@ msgstr ""
msgid "Items"
msgstr ""
-#: src/strings.ts:2190
+#: src/strings.ts:2192
msgid "Join community"
msgstr ""
@@ -2739,11 +2743,11 @@ msgstr ""
msgid "Join our Telegram group to chat with other users and the team"
msgstr ""
-#: src/strings.ts:2098
+#: src/strings.ts:2100
msgid "Join the cause"
msgstr ""
-#: src/strings.ts:2057
+#: src/strings.ts:2059
msgid "Jump to group"
msgstr ""
@@ -2751,7 +2755,7 @@ msgstr ""
msgid "Keep"
msgstr ""
-#: src/strings.ts:2052
+#: src/strings.ts:2054
msgid "Keep open"
msgstr ""
@@ -2759,11 +2763,11 @@ msgstr ""
msgid "Keep your data safe"
msgstr ""
-#: src/strings.ts:2158
+#: src/strings.ts:2160
msgid "Languages"
msgstr ""
-#: src/strings.ts:2260
+#: src/strings.ts:2262
msgid "Last edited at"
msgstr ""
@@ -2791,7 +2795,7 @@ msgstr ""
msgid "Learn more about Notesnook Monograph"
msgstr ""
-#: src/strings.ts:1535
+#: src/strings.ts:1537
msgid "legal"
msgstr ""
@@ -2799,15 +2803,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:2191
+#: src/strings.ts:2193
msgid "License"
msgstr ""
-#: src/strings.ts:1694
+#: src/strings.ts:1696
msgid "Licensed under {license}"
msgstr ""
-#: src/strings.ts:2355
+#: src/strings.ts:2357
msgid "Lift list item"
msgstr ""
@@ -2815,7 +2819,7 @@ msgstr ""
msgid "Light"
msgstr ""
-#: src/strings.ts:2385
+#: src/strings.ts:2387
msgid "Line {line}, Column {column}"
msgstr ""
@@ -2823,7 +2827,7 @@ msgstr ""
msgid "Line spacing changed"
msgstr ""
-#: src/strings.ts:2289
+#: src/strings.ts:2291
msgid "Link"
msgstr ""
@@ -2835,11 +2839,11 @@ msgstr ""
msgid "Link notebooks"
msgstr ""
-#: src/strings.ts:2294
+#: src/strings.ts:2296
msgid "Link settings"
msgstr ""
-#: src/strings.ts:2415
+#: src/strings.ts:2417
msgid "Link text"
msgstr ""
@@ -2859,7 +2863,7 @@ msgstr ""
msgid "Linked notes"
msgstr ""
-#: src/strings.ts:1565
+#: src/strings.ts:1567
msgid "Linking to a specific block is not available for locked notes."
msgstr ""
@@ -2871,7 +2875,7 @@ msgstr ""
msgid "Load from file"
msgstr ""
-#: src/strings.ts:1661
+#: src/strings.ts:1663
msgid "Loading"
msgstr ""
@@ -2879,7 +2883,7 @@ msgstr ""
msgid "Loading {0}, please wait..."
msgstr ""
-#: src/strings.ts:1630
+#: src/strings.ts:1632
msgid "Loading editor"
msgstr ""
@@ -2939,7 +2943,7 @@ msgstr ""
msgid "Locked notes cannot be published"
msgstr ""
-#: src/strings.ts:2223
+#: src/strings.ts:2225
msgid "Log out from all other devices"
msgstr ""
@@ -2951,7 +2955,7 @@ msgstr ""
msgid "Logging out will clear all data stored on THIS DEVICE. Make sure you have synced all your changes before logging out."
msgstr ""
-#: src/strings.ts:1752
+#: src/strings.ts:1754
msgid "Logging you in"
msgstr ""
@@ -3003,7 +3007,7 @@ msgstr ""
msgid "Long press on any item in list to enter multi-select mode."
msgstr ""
-#: src/strings.ts:2390
+#: src/strings.ts:2392
msgid "Make task list readonly"
msgstr ""
@@ -3055,35 +3059,35 @@ msgstr ""
msgid "Marketing emails"
msgstr ""
-#: src/strings.ts:2403
+#: src/strings.ts:2405
msgid "Match case"
msgstr ""
-#: src/strings.ts:2404
+#: src/strings.ts:2406
msgid "Match whole word"
msgstr ""
-#: src/strings.ts:2311
+#: src/strings.ts:2313
msgid "Math (inline)"
msgstr ""
-#: src/strings.ts:2362
+#: src/strings.ts:2364
msgid "Math & formulas"
msgstr ""
-#: src/strings.ts:2071
+#: src/strings.ts:2073
msgid "Maximize"
msgstr ""
-#: src/strings.ts:2100
+#: src/strings.ts:2102
msgid "Meet other privacy-minded people & talk to us directly about your concerns, issues and suggestions."
msgstr ""
-#: src/strings.ts:1749
+#: src/strings.ts:1751
msgid "Member since {date}"
msgstr ""
-#: src/strings.ts:2322
+#: src/strings.ts:2324
msgid "Merge cells"
msgstr ""
@@ -3099,15 +3103,15 @@ msgstr ""
msgid "min"
msgstr ""
-#: src/strings.ts:2040
+#: src/strings.ts:2042
msgid "Minimal"
msgstr ""
-#: src/strings.ts:2070
+#: src/strings.ts:2072
msgid "Minimize"
msgstr ""
-#: src/strings.ts:2147
+#: src/strings.ts:2149
msgid "Minimize to system tray"
msgstr ""
@@ -3129,7 +3133,7 @@ msgstr ""
#: src/strings.ts:324
#: src/strings.ts:917
-#: src/strings.ts:1508
+#: src/strings.ts:1510
msgid "Monographs"
msgstr ""
@@ -3142,7 +3146,7 @@ msgid "Monographs enable you to share your notes in a secure and private way."
msgstr ""
#: src/strings.ts:355
-#: src/strings.ts:1823
+#: src/strings.ts:1825
msgid "month"
msgstr ""
@@ -3151,11 +3155,11 @@ msgid "Month"
msgstr ""
#: src/strings.ts:171
-#: src/strings.ts:1539
+#: src/strings.ts:1541
msgid "Monthly"
msgstr ""
-#: src/strings.ts:2342
+#: src/strings.ts:2344
msgid "More"
msgstr ""
@@ -3163,15 +3167,15 @@ msgstr ""
msgid "Move"
msgstr ""
-#: src/strings.ts:2391
+#: src/strings.ts:2393
msgid "Move all checked tasks to bottom"
msgstr ""
-#: src/strings.ts:2318
+#: src/strings.ts:2320
msgid "Move column left"
msgstr ""
-#: src/strings.ts:2319
+#: src/strings.ts:2321
msgid "Move column right"
msgstr ""
@@ -3183,11 +3187,11 @@ msgstr ""
msgid "Move notes"
msgstr ""
-#: src/strings.ts:2326
+#: src/strings.ts:2328
msgid "Move row down"
msgstr ""
-#: src/strings.ts:2325
+#: src/strings.ts:2327
msgid "Move row up"
msgstr ""
@@ -3211,7 +3215,7 @@ msgstr ""
msgid "Name"
msgstr ""
-#: src/strings.ts:1654
+#: src/strings.ts:1656
msgid "Native high-performance encryption"
msgstr ""
@@ -3239,7 +3243,7 @@ msgstr ""
msgid "New color"
msgstr ""
-#: src/strings.ts:1829
+#: src/strings.ts:1831
msgid "New Email"
msgstr ""
@@ -3279,7 +3283,7 @@ msgstr ""
msgid "New version"
msgstr ""
-#: src/strings.ts:2055
+#: src/strings.ts:2057
msgid "Newest - oldest"
msgstr ""
@@ -3291,7 +3295,7 @@ msgstr ""
msgid "Next"
msgstr ""
-#: src/strings.ts:2407
+#: src/strings.ts:2409
msgid "Next match"
msgstr ""
@@ -3327,11 +3331,11 @@ msgstr ""
msgid "No downloads in progress."
msgstr ""
-#: src/strings.ts:2016
+#: src/strings.ts:2018
msgid "No encryption key found"
msgstr ""
-#: src/strings.ts:1631
+#: src/strings.ts:1633
msgid "No headings found"
msgstr ""
@@ -3359,7 +3363,7 @@ msgstr ""
msgid "No results found for \"{query}\""
msgstr ""
-#: src/strings.ts:1495
+#: src/strings.ts:1497
msgid "No results found for {query}"
msgstr ""
@@ -3375,7 +3379,7 @@ msgstr ""
msgid "None"
msgstr ""
-#: src/strings.ts:2045
+#: src/strings.ts:2047
msgid "Normal mode"
msgstr ""
@@ -3400,7 +3404,7 @@ msgstr ""
msgid "Note deleted"
msgstr ""
-#: src/strings.ts:1999
+#: src/strings.ts:2001
msgid "Note does not exist"
msgstr ""
@@ -3424,7 +3428,7 @@ msgstr ""
msgid "Note restored from history"
msgstr ""
-#: src/strings.ts:1554
+#: src/strings.ts:1556
msgid "Note title"
msgstr ""
@@ -3441,7 +3445,7 @@ msgid "notebook"
msgstr ""
#: src/strings.ts:298
-#: src/strings.ts:1499
+#: src/strings.ts:1501
msgid "Notebook"
msgstr ""
@@ -3454,16 +3458,16 @@ msgid "notebooks"
msgstr ""
#: src/strings.ts:318
-#: src/strings.ts:1498
+#: src/strings.ts:1500
msgid "Notebooks"
msgstr ""
#: src/strings.ts:260
-#: src/strings.ts:1764
+#: src/strings.ts:1766
msgid "NOTEBOOKS"
msgstr ""
-#: src/strings.ts:2270
+#: src/strings.ts:2272
msgid "Notebooks are the best way to organize your notes."
msgstr ""
@@ -3472,7 +3476,7 @@ msgid "notes"
msgstr ""
#: src/strings.ts:317
-#: src/strings.ts:1497
+#: src/strings.ts:1499
msgid "Notes"
msgstr ""
@@ -3480,15 +3484,15 @@ msgstr ""
msgid "Notes exported as {path} successfully"
msgstr ""
-#: src/strings.ts:1720
+#: src/strings.ts:1722
msgid "notes imported"
msgstr ""
-#: src/strings.ts:2097
+#: src/strings.ts:2099
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:2172
+#: src/strings.ts:2174
msgid "Notesnook Importer"
msgstr ""
@@ -3496,7 +3500,7 @@ msgstr ""
msgid "Notesnook Pro"
msgstr ""
-#: src/strings.ts:2204
+#: src/strings.ts:2206
msgid ""
"Notesnook uses the following DNS providers:\n"
"1. Cloudflare DNS\n"
@@ -3512,7 +3516,7 @@ msgstr ""
msgid "Notesnook will send you an SMS with a 2FA code when prompted"
msgstr ""
-#: src/strings.ts:2167
+#: src/strings.ts:2169
msgid "Notifications"
msgstr ""
@@ -3520,15 +3524,15 @@ msgstr ""
msgid "Notifications disabled"
msgstr ""
-#: src/strings.ts:2302
+#: src/strings.ts:2304
msgid "Numbered list"
msgstr ""
-#: src/strings.ts:1692
+#: src/strings.ts:1694
msgid "of"
msgstr ""
-#: src/strings.ts:1570
+#: src/strings.ts:1572
msgid "Off"
msgstr ""
@@ -3536,7 +3540,7 @@ msgstr ""
msgid "Offline"
msgstr ""
-#: src/strings.ts:2257
+#: src/strings.ts:2259
msgid "Okay"
msgstr ""
@@ -3548,11 +3552,11 @@ msgstr ""
msgid "Old password"
msgstr ""
-#: src/strings.ts:1818
+#: src/strings.ts:1820
msgid "Older version"
msgstr ""
-#: src/strings.ts:2054
+#: src/strings.ts:2056
msgid "Oldest - newest"
msgstr ""
@@ -3560,7 +3564,7 @@ msgstr ""
msgid "Once your password is changed, please make sure to save the new account recovery key"
msgstr ""
-#: src/strings.ts:1741
+#: src/strings.ts:1743
msgid "Only .zip files are supported."
msgstr ""
@@ -3580,7 +3584,7 @@ msgstr ""
msgid "Open in browser to manage subscription"
msgstr ""
-#: src/strings.ts:2353
+#: src/strings.ts:2355
msgid "Open in new tab"
msgstr ""
@@ -3588,11 +3592,11 @@ msgstr ""
msgid "Open issue"
msgstr ""
-#: src/strings.ts:2292
+#: src/strings.ts:2294
msgid "Open link"
msgstr ""
-#: src/strings.ts:1846
+#: src/strings.ts:1848
msgid "Open note"
msgstr ""
@@ -3600,7 +3604,7 @@ msgstr ""
msgid "Open settings"
msgstr ""
-#: src/strings.ts:2354
+#: src/strings.ts:2356
msgid "Open source"
msgstr ""
@@ -3620,7 +3624,7 @@ msgstr ""
msgid "Open the two-factor authentication (TOTP) app to view your authentication code."
msgstr ""
-#: src/strings.ts:1840
+#: src/strings.ts:1842
msgid "Optional"
msgstr ""
@@ -3628,11 +3632,11 @@ msgstr ""
msgid "or email us at"
msgstr ""
-#: src/strings.ts:2053
+#: src/strings.ts:2055
msgid "Order by"
msgstr ""
-#: src/strings.ts:2250
+#: src/strings.ts:2252
msgid "Order ID"
msgstr ""
@@ -3641,23 +3645,23 @@ msgstr ""
msgid "Orphaned"
msgstr ""
-#: src/strings.ts:2175
+#: src/strings.ts:2177
msgid "Other"
msgstr ""
-#: src/strings.ts:2374
+#: src/strings.ts:2376
msgid "Outline list"
msgstr ""
-#: src/strings.ts:2377
+#: src/strings.ts:2379
msgid "Paragraph"
msgstr ""
-#: src/strings.ts:2131
+#: src/strings.ts:2133
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 ""
-#: src/strings.ts:1714
+#: src/strings.ts:1716
msgid "Partially refunded"
msgstr ""
@@ -3693,23 +3697,23 @@ msgstr ""
msgid "Password updated"
msgstr ""
-#: src/strings.ts:2111
+#: src/strings.ts:2113
msgid "Password/pin"
msgstr ""
-#: src/strings.ts:2278
+#: src/strings.ts:2280
msgid "Paste"
msgstr ""
-#: src/strings.ts:2399
+#: src/strings.ts:2401
msgid "Paste embed code here. Only iframes are supported."
msgstr ""
-#: src/strings.ts:2414
+#: src/strings.ts:2416
msgid "Paste image URL here"
msgstr ""
-#: src/strings.ts:2229
+#: src/strings.ts:2231
msgid "Payment method"
msgstr ""
@@ -3729,11 +3733,11 @@ msgstr ""
msgid "Permanently deleted notebook"
msgstr ""
-#: src/strings.ts:1703
+#: src/strings.ts:1705
msgid "phone number"
msgstr ""
-#: src/strings.ts:1831
+#: src/strings.ts:1833
msgid "Phone number"
msgstr ""
@@ -3746,7 +3750,7 @@ msgstr ""
msgid "Pin"
msgstr ""
-#: src/strings.ts:1656
+#: src/strings.ts:1658
msgid "Pin notes in notifications drawer"
msgstr ""
@@ -3775,7 +3779,7 @@ msgid "Please confirm your identity by entering a recovery code."
msgstr ""
#: src/strings.ts:957
-#: src/strings.ts:2262
+#: src/strings.ts:2264
msgid "Please confirm your identity by entering the authentication code from your authenticator app."
msgstr ""
@@ -3787,31 +3791,31 @@ msgstr ""
msgid "Please confirm your identity by entering the authentication code sent to your email address."
msgstr ""
-#: src/strings.ts:1890
+#: src/strings.ts:1892
msgid "Please download a backup of your data as your account will be cleared before recovery."
msgstr ""
-#: src/strings.ts:1492
+#: src/strings.ts:1494
msgid "Please enter a valid email address"
msgstr ""
-#: src/strings.ts:2004
+#: src/strings.ts:2006
msgid "Please enter a valid hex color (e.g. #ffffff)"
msgstr ""
-#: src/strings.ts:1493
+#: src/strings.ts:1495
msgid "Please enter a valid phone number with country code"
msgstr ""
-#: src/strings.ts:1601
+#: src/strings.ts:1603
msgid "Please enter a valid URL"
msgstr ""
-#: src/strings.ts:1588
+#: src/strings.ts:1590
msgid "Please enter password of this backup file"
msgstr ""
-#: src/strings.ts:2273
+#: src/strings.ts:2275
msgid "Please enter the password to decrypt and restore this backup."
msgstr ""
@@ -3819,11 +3823,11 @@ msgstr ""
msgid "Please enter the password to unlock the PDF and view the content."
msgstr ""
-#: src/strings.ts:1848
+#: src/strings.ts:1850
msgid "Please enter the password to unlock this note"
msgstr ""
-#: src/strings.ts:1845
+#: src/strings.ts:1847
msgid "Please enter the password to view this version"
msgstr ""
@@ -3839,7 +3843,7 @@ msgstr ""
msgid "Please enter your password to continue"
msgstr ""
-#: src/strings.ts:1984
+#: src/strings.ts:1986
msgid "Please enter your vault password to continue"
msgstr ""
@@ -3847,7 +3851,7 @@ msgstr ""
msgid "Please fill all the fields to continue."
msgstr ""
-#: src/strings.ts:1529
+#: src/strings.ts:1531
msgid "Please grant notifications permission to add new reminders."
msgstr ""
@@ -3859,11 +3863,11 @@ 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:1735
+#: src/strings.ts:1737
msgid "Please refer to the"
msgstr ""
-#: src/strings.ts:1530
+#: src/strings.ts:1532
msgid "Please select the day to repeat the reminder on"
msgstr ""
@@ -3871,19 +3875,19 @@ msgstr ""
msgid "please send us an email from your registered email address"
msgstr ""
-#: src/strings.ts:2419
+#: src/strings.ts:2421
msgid "Please set a table size"
msgstr ""
-#: src/strings.ts:1531
+#: src/strings.ts:1533
msgid "Please set title of the reminder"
msgstr ""
-#: src/strings.ts:2018
+#: src/strings.ts:2020
msgid "Please try again"
msgstr ""
-#: src/strings.ts:2038
+#: src/strings.ts:2040
msgid "Please upgrade to Pro to enable automatic backups."
msgstr ""
@@ -3900,7 +3904,7 @@ msgid "Please wait before requesting a new code"
msgstr ""
#: src/strings.ts:1363
-#: src/strings.ts:1524
+#: src/strings.ts:1526
msgid "Please wait before requesting another email"
msgstr ""
@@ -3916,7 +3920,7 @@ msgstr ""
msgid "Please wait while we export your notes."
msgstr ""
-#: src/strings.ts:1875
+#: src/strings.ts:1877
msgid "Please wait while we finalize your account."
msgstr ""
@@ -3928,15 +3932,15 @@ msgstr ""
msgid "Please wait while we log you out."
msgstr ""
-#: src/strings.ts:1895
+#: src/strings.ts:1897
msgid "Please wait while we reset your account password."
msgstr ""
-#: src/strings.ts:1581
+#: src/strings.ts:1583
msgid "Please wait while we restore your backup"
msgstr ""
-#: src/strings.ts:1878
+#: src/strings.ts:1880
msgid "Please wait while we send you recovery instructions"
msgstr ""
@@ -3948,12 +3952,12 @@ msgstr ""
msgid "Please wait while we verify your subscription"
msgstr ""
-#: src/strings.ts:1753
-#: src/strings.ts:1871
+#: src/strings.ts:1755
+#: src/strings.ts:1873
msgid "Please wait while you are authenticated."
msgstr ""
-#: src/strings.ts:1883
+#: src/strings.ts:1885
msgid "Please wait while your data is downloaded & decrypted."
msgstr ""
@@ -3961,7 +3965,7 @@ msgstr ""
msgid "Preparing note for share"
msgstr ""
-#: src/strings.ts:1583
+#: src/strings.ts:1585
msgid "Preparing to restore backup file..."
msgstr ""
@@ -3969,11 +3973,11 @@ msgstr ""
msgid "PRESETS"
msgstr ""
-#: src/strings.ts:2149
+#: src/strings.ts:2151
msgid "Pressing \"—\" will hide the app in your system tray."
msgstr ""
-#: src/strings.ts:2152
+#: src/strings.ts:2154
msgid "Pressing \"X\" will hide the app in your system tray."
msgstr ""
@@ -3981,11 +3985,11 @@ msgstr ""
msgid "Prevent {0} from syncing"
msgstr ""
-#: src/strings.ts:2200
+#: src/strings.ts:2202
msgid "Prevent note title from appearing in tab/window title."
msgstr ""
-#: src/strings.ts:2341
+#: src/strings.ts:2343
msgid "Preview attachment"
msgstr ""
@@ -3993,15 +3997,15 @@ msgstr ""
msgid "Preview not available, content is encrypted."
msgstr ""
-#: src/strings.ts:2408
+#: src/strings.ts:2410
msgid "Previous match"
msgstr ""
-#: src/strings.ts:2065
+#: src/strings.ts:2067
msgid "Print"
msgstr ""
-#: src/strings.ts:2174
+#: src/strings.ts:2176
msgid "Privacy"
msgstr ""
@@ -4009,7 +4013,7 @@ msgstr ""
msgid "Privacy & security"
msgstr ""
-#: src/strings.ts:1621
+#: src/strings.ts:1623
msgid "Privacy comes first."
msgstr ""
@@ -4041,11 +4045,11 @@ msgstr ""
msgid "privileged few"
msgstr ""
-#: src/strings.ts:1695
+#: src/strings.ts:1697
msgid "Pro"
msgstr ""
-#: src/strings.ts:2077
+#: src/strings.ts:2079
msgid "Processing"
msgstr ""
@@ -4053,15 +4057,15 @@ msgstr ""
msgid "Productivity"
msgstr ""
-#: src/strings.ts:2163
+#: src/strings.ts:2165
msgid "Profile"
msgstr ""
-#: src/strings.ts:2005
+#: src/strings.ts:2007
msgid "Profile updated"
msgstr ""
-#: src/strings.ts:1849
+#: src/strings.ts:1851
msgid "Properties"
msgstr ""
@@ -4069,7 +4073,7 @@ msgstr ""
msgid "Protect your notes"
msgstr ""
-#: src/strings.ts:2211
+#: src/strings.ts:2213
msgid "Proxy"
msgstr ""
@@ -4110,7 +4114,7 @@ msgstr ""
msgid "Quick note notification"
msgstr ""
-#: src/strings.ts:1658
+#: src/strings.ts:1660
msgid "Quick note widgets"
msgstr ""
@@ -4118,7 +4122,7 @@ msgstr ""
msgid "Quickly create a note from the notification"
msgstr ""
-#: src/strings.ts:2361
+#: src/strings.ts:2363
msgid "Quote"
msgstr ""
@@ -4150,19 +4154,19 @@ msgstr ""
msgid "Read the terms of service"
msgstr ""
-#: src/strings.ts:1584
+#: src/strings.ts:1586
msgid "Reading backup file..."
msgstr ""
-#: src/strings.ts:2253
+#: src/strings.ts:2255
msgid "Receipt"
msgstr ""
-#: src/strings.ts:1579
+#: src/strings.ts:1581
msgid "RECENT BACKUPS"
msgstr ""
-#: src/strings.ts:2032
+#: src/strings.ts:2034
msgid "Rechecking failed"
msgstr ""
@@ -4202,7 +4206,7 @@ msgstr ""
msgid "Recovery key text file saved"
msgstr ""
-#: src/strings.ts:1896
+#: src/strings.ts:1898
msgid "Recovery successful!"
msgstr ""
@@ -4222,7 +4226,7 @@ msgstr ""
msgid "Regenerate"
msgstr ""
-#: src/strings.ts:2117
+#: src/strings.ts:2119
msgid "Register"
msgstr ""
@@ -4230,15 +4234,15 @@ msgstr ""
msgid "Release notes"
msgstr ""
-#: src/strings.ts:1636
+#: src/strings.ts:1638
msgid "Reload app"
msgstr ""
-#: src/strings.ts:1811
+#: src/strings.ts:1813
msgid "Relogin to your account"
msgstr ""
-#: src/strings.ts:1766
+#: src/strings.ts:1768
msgid "Remembered your password?"
msgstr ""
@@ -4262,7 +4266,7 @@ msgstr ""
msgid "Reminder"
msgstr ""
-#: src/strings.ts:1532
+#: src/strings.ts:1534
msgid "Reminder date must be set in future"
msgstr ""
@@ -4276,7 +4280,7 @@ msgstr ""
#: src/strings.ts:320
#: src/strings.ts:1210
-#: src/strings.ts:1501
+#: src/strings.ts:1503
msgid "Reminders"
msgstr ""
@@ -4284,7 +4288,7 @@ msgstr ""
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:2003
+#: src/strings.ts:2005
msgid "Reminders will not be active on this device as it does not support notifications."
msgstr ""
@@ -4313,11 +4317,11 @@ msgstr ""
msgid "Remove as default"
msgstr ""
-#: src/strings.ts:2345
+#: src/strings.ts:2347
msgid "Remove attachment"
msgstr ""
-#: src/strings.ts:2062
+#: src/strings.ts:2064
msgid "Remove color"
msgstr ""
@@ -4333,7 +4337,7 @@ msgstr ""
msgid "Remove full name"
msgstr ""
-#: src/strings.ts:2291
+#: src/strings.ts:2293
msgid "Remove link"
msgstr ""
@@ -4382,15 +4386,15 @@ msgstr ""
msgid "Repeats daily at {date}"
msgstr ""
-#: src/strings.ts:2405
+#: src/strings.ts:2407
msgid "Replace"
msgstr ""
-#: src/strings.ts:2406
+#: src/strings.ts:2408
msgid "Replace all"
msgstr ""
-#: src/strings.ts:2194
+#: src/strings.ts:2196
msgid "Report"
msgstr ""
@@ -4414,23 +4418,23 @@ msgstr ""
msgid "Resend email"
msgstr ""
-#: src/strings.ts:1803
+#: src/strings.ts:1805
msgid "Reset"
msgstr ""
-#: src/strings.ts:1893
+#: src/strings.ts:1895
msgid "Reset account password"
msgstr ""
-#: src/strings.ts:1804
+#: src/strings.ts:1806
msgid "Reset selection"
msgstr ""
-#: src/strings.ts:1614
+#: src/strings.ts:1616
msgid "Reset server urls"
msgstr ""
-#: src/strings.ts:2061
+#: src/strings.ts:2063
msgid "Reset sidebar"
msgstr ""
@@ -4442,19 +4446,19 @@ msgstr ""
msgid "Reset toolbar"
msgstr ""
-#: src/strings.ts:1894
+#: src/strings.ts:1896
msgid "Resetting account password"
msgstr ""
-#: src/strings.ts:2020
+#: src/strings.ts:2022
msgid "Restart now"
msgstr ""
-#: src/strings.ts:1677
+#: src/strings.ts:1679
msgid "restart required"
msgstr ""
-#: src/strings.ts:1613
+#: src/strings.ts:1615
msgid "Restart the app for changes to take effect."
msgstr ""
@@ -4462,7 +4466,7 @@ msgstr ""
msgid "Restart the app to apply the changes"
msgstr ""
-#: src/strings.ts:1562
+#: src/strings.ts:1564
msgid "Restart the app."
msgstr ""
@@ -4479,7 +4483,7 @@ msgstr ""
msgid "Restore failed"
msgstr ""
-#: src/strings.ts:1578
+#: src/strings.ts:1580
msgid "Restore from files"
msgstr ""
@@ -4487,7 +4491,7 @@ msgstr ""
msgid "Restore notebook"
msgstr ""
-#: src/strings.ts:1626
+#: src/strings.ts:1628
msgid "Restore this version"
msgstr ""
@@ -4507,7 +4511,7 @@ msgstr ""
msgid "Restoring"
msgstr ""
-#: src/strings.ts:1580
+#: src/strings.ts:1582
msgid "Restoring backup..."
msgstr ""
@@ -4523,7 +4527,7 @@ msgstr ""
msgid "Reupload"
msgstr ""
-#: src/strings.ts:2051
+#: src/strings.ts:2053
msgid "Reveal in list"
msgstr ""
@@ -4543,19 +4547,19 @@ msgstr ""
msgid "Roadmap"
msgstr ""
-#: src/strings.ts:2078
+#: src/strings.ts:2080
msgid "Root"
msgstr ""
-#: src/strings.ts:2058
+#: src/strings.ts:2060
msgid "Rotate left"
msgstr ""
-#: src/strings.ts:2059
+#: src/strings.ts:2061
msgid "Rotate right"
msgstr ""
-#: src/strings.ts:2314
+#: src/strings.ts:2316
msgid "Row properties"
msgstr ""
@@ -4563,7 +4567,7 @@ msgstr ""
msgid "Run file check"
msgstr ""
-#: src/strings.ts:2089
+#: src/strings.ts:2091
msgid "Safe & encrypted notes"
msgstr ""
@@ -4635,7 +4639,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:1557
+#: src/strings.ts:2425
+msgid "Saved"
+msgstr ""
+
+#: src/strings.ts:2426
+msgid "Saving"
+msgstr ""
+
+#: src/strings.ts:1559
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 ""
@@ -4643,12 +4655,12 @@ msgstr ""
msgid "Saving zip file"
msgstr ""
-#: src/strings.ts:1696
+#: src/strings.ts:1698
msgid "Scan the QR code with your authenticator app"
msgstr ""
-#: src/strings.ts:1490
-#: src/strings.ts:1507
+#: src/strings.ts:1492
+#: src/strings.ts:1509
msgid "Search"
msgstr ""
@@ -4660,7 +4672,7 @@ msgstr ""
msgid "Search a note to link to"
msgstr ""
-#: src/strings.ts:2387
+#: src/strings.ts:2389
msgid "Search languages"
msgstr ""
@@ -4672,11 +4684,11 @@ msgstr ""
msgid "Search or add a tag"
msgstr ""
-#: src/strings.ts:1817
+#: src/strings.ts:1819
msgid "Search themes"
msgstr ""
-#: src/strings.ts:1488
+#: src/strings.ts:1490
msgid "Searching for {query}"
msgstr ""
@@ -4684,15 +4696,15 @@ msgstr ""
msgid "sec"
msgstr ""
-#: src/strings.ts:2173
+#: src/strings.ts:2175
msgid "Security & privacy"
msgstr ""
-#: src/strings.ts:2113
+#: src/strings.ts:2115
msgid "Security key"
msgstr ""
-#: src/strings.ts:2019
+#: src/strings.ts:2021
msgid "Security key successfully registered."
msgstr ""
@@ -4704,11 +4716,11 @@ msgstr ""
msgid "Select"
msgstr ""
-#: src/strings.ts:1577
+#: src/strings.ts:1579
msgid "Select a backup file from your device to restore backup"
msgstr ""
-#: src/strings.ts:2128
+#: src/strings.ts:2130
msgid "Select a theme"
msgstr ""
@@ -4716,7 +4728,7 @@ msgstr ""
msgid "Select backup directory"
msgstr ""
-#: src/strings.ts:1838
+#: src/strings.ts:1840
msgid "Select backup file"
msgstr ""
@@ -4732,15 +4744,15 @@ msgstr ""
msgid "Select day of the week to repeat the reminder."
msgstr ""
-#: src/strings.ts:1733
+#: src/strings.ts:1735
msgid "Select files to import"
msgstr ""
-#: src/strings.ts:1574
+#: src/strings.ts:1576
msgid "Select folder where Notesnook backup files are stored to view and restore them from the app"
msgstr ""
-#: src/strings.ts:1575
+#: src/strings.ts:1577
msgid "Select folder with backup files"
msgstr ""
@@ -4748,7 +4760,7 @@ msgstr ""
msgid "Select how you would like to recieve the code"
msgstr ""
-#: src/strings.ts:2382
+#: src/strings.ts:2384
msgid "Select language"
msgstr ""
@@ -4768,7 +4780,7 @@ msgstr ""
msgid "Select nth day of the month to repeat the reminder."
msgstr ""
-#: src/strings.ts:1800
+#: src/strings.ts:1802
msgid "Select profile picture"
msgstr ""
@@ -4776,11 +4788,11 @@ msgstr ""
msgid "Select the folder that includes your backup files to list them here."
msgstr ""
-#: src/strings.ts:2160
+#: src/strings.ts:2162
msgid "Select the languages the spell checker should check in."
msgstr ""
-#: src/strings.ts:1628
+#: src/strings.ts:1630
msgid "selected"
msgstr ""
@@ -4792,7 +4804,7 @@ msgstr ""
msgid "Self destruct"
msgstr ""
-#: src/strings.ts:2195
+#: src/strings.ts:2197
msgid "Send"
msgstr ""
@@ -4808,43 +4820,43 @@ msgstr ""
msgid "Send code via SMS"
msgstr ""
-#: src/strings.ts:1842
+#: src/strings.ts:1844
msgid "Send recovery email"
msgstr ""
-#: src/strings.ts:1876
+#: src/strings.ts:1878
msgid "Sending recovery email"
msgstr ""
-#: src/strings.ts:1612
+#: src/strings.ts:1614
msgid "Server url changed"
msgstr ""
-#: src/strings.ts:1615
+#: src/strings.ts:1617
msgid "Server urls reset"
msgstr ""
-#: src/strings.ts:1595
+#: src/strings.ts:1597
msgid "Server used for login/sign up and authentication."
msgstr ""
-#: src/strings.ts:1598
+#: src/strings.ts:1600
msgid "Server used to receive important notifications & events."
msgstr ""
-#: src/strings.ts:1593
+#: src/strings.ts:1595
msgid "Server used to sync your notes & other data between devices."
msgstr ""
-#: src/strings.ts:1604
+#: src/strings.ts:1606
msgid "Server with host {host} not found."
msgstr ""
-#: src/strings.ts:2168
+#: src/strings.ts:2170
msgid "Servers"
msgstr ""
-#: src/strings.ts:2169
+#: src/strings.ts:2171
msgid "Servers configuration"
msgstr ""
@@ -4852,7 +4864,7 @@ msgstr ""
msgid "Session expired"
msgstr ""
-#: src/strings.ts:2221
+#: src/strings.ts:2223
msgid "Sessions"
msgstr ""
@@ -4903,7 +4915,7 @@ msgid "Set your name"
msgstr ""
#: src/strings.ts:375
-#: src/strings.ts:1503
+#: src/strings.ts:1505
msgid "Settings"
msgstr ""
@@ -4920,7 +4932,7 @@ msgstr ""
msgid "Setup a pin to lock the app"
msgstr ""
-#: src/strings.ts:2213
+#: src/strings.ts:2215
msgid ""
"Setup an HTTP/HTTPS/SOCKS proxy.\n"
"For example:\n"
@@ -4958,7 +4970,7 @@ msgstr ""
msgid "Share"
msgstr ""
-#: src/strings.ts:1657
+#: src/strings.ts:1659
msgid "Share & append to notes from anywhere"
msgstr ""
@@ -4970,7 +4982,7 @@ msgstr ""
msgid "Share note"
msgstr ""
-#: src/strings.ts:1757
+#: src/strings.ts:1759
msgid "Share Notesnook with friends!"
msgstr ""
@@ -4990,7 +5002,7 @@ msgstr ""
msgid "Shortcut created"
msgstr ""
-#: src/strings.ts:2031
+#: src/strings.ts:2033
msgid "Shortcut removed"
msgstr ""
@@ -5018,11 +5030,11 @@ msgstr ""
msgid "Silent"
msgstr ""
-#: src/strings.ts:2356
+#: src/strings.ts:2358
msgid "Sink list item"
msgstr ""
-#: src/strings.ts:2072
+#: src/strings.ts:2074
msgid "Size"
msgstr ""
@@ -5030,7 +5042,7 @@ msgstr ""
msgid "Skip"
msgstr ""
-#: src/strings.ts:1812
+#: src/strings.ts:1814
msgid "Skip & go directly to the app"
msgstr ""
@@ -5038,7 +5050,7 @@ msgstr ""
msgid "Skip introduction"
msgstr ""
-#: src/strings.ts:1572
+#: src/strings.ts:1574
msgid "Some exported notes are locked, Unlock to export them"
msgstr ""
@@ -5046,11 +5058,11 @@ msgstr ""
msgid "Some notes are published"
msgstr ""
-#: src/strings.ts:1632
+#: src/strings.ts:1634
msgid "Something went wrong"
msgstr ""
-#: src/strings.ts:2056
+#: src/strings.ts:2058
msgid "Sort"
msgstr ""
@@ -5058,19 +5070,19 @@ msgstr ""
msgid "Sort by"
msgstr ""
-#: src/strings.ts:2179
+#: src/strings.ts:2181
msgid "Source code"
msgstr ""
-#: src/strings.ts:2383
+#: src/strings.ts:2385
msgid "Spaces"
msgstr ""
-#: src/strings.ts:2156
+#: src/strings.ts:2158
msgid "Spell check"
msgstr ""
-#: src/strings.ts:2321
+#: src/strings.ts:2323
msgid "Split cells"
msgstr ""
@@ -5078,23 +5090,23 @@ msgstr ""
msgid "Start"
msgstr ""
-#: src/strings.ts:1813
+#: src/strings.ts:1815
msgid "Start account recovery"
msgstr ""
-#: src/strings.ts:1808
+#: src/strings.ts:1810
msgid "Start import"
msgstr ""
-#: src/strings.ts:1805
+#: src/strings.ts:1807
msgid "Start importing now"
msgstr ""
-#: src/strings.ts:2144
+#: src/strings.ts:2146
msgid "Start minimized"
msgstr ""
-#: src/strings.ts:1727
+#: src/strings.ts:1729
msgid "Start over"
msgstr ""
@@ -5106,27 +5118,27 @@ msgstr ""
msgid "Start writing to save your note."
msgstr ""
-#: src/strings.ts:1569
+#: src/strings.ts:1571
msgid "Start writing your note..."
msgstr ""
-#: src/strings.ts:2252
+#: src/strings.ts:2254
msgid "Status"
msgstr ""
-#: src/strings.ts:1521
+#: src/strings.ts:1523
msgid "Streaming not supported"
msgstr ""
-#: src/strings.ts:2287
+#: src/strings.ts:2289
msgid "Strikethrough"
msgstr ""
-#: src/strings.ts:2254
+#: src/strings.ts:2256
msgid "Subgroup 1"
msgstr ""
-#: src/strings.ts:2025
+#: src/strings.ts:2027
msgid "Subgroup added"
msgstr ""
@@ -5154,7 +5166,7 @@ msgstr ""
msgid "Subscribed on Web"
msgstr ""
-#: src/strings.ts:2298
+#: src/strings.ts:2300
msgid "Subscript"
msgstr ""
@@ -5174,7 +5186,7 @@ msgstr ""
msgid "Sunday"
msgstr ""
-#: src/strings.ts:2299
+#: src/strings.ts:2301
msgid "Superscript"
msgstr ""
@@ -5182,7 +5194,7 @@ msgstr ""
msgid "Switch to search/replace mode"
msgstr ""
-#: src/strings.ts:2165
+#: src/strings.ts:2167
msgid "Sync"
msgstr ""
@@ -5198,7 +5210,7 @@ msgstr ""
msgid "Sync off"
msgstr ""
-#: src/strings.ts:1591
+#: src/strings.ts:1593
msgid "Sync server"
msgstr ""
@@ -5218,7 +5230,7 @@ msgstr ""
msgid "Syncing"
msgstr ""
-#: src/strings.ts:1669
+#: src/strings.ts:1671
msgid "Syncing your {0}"
msgstr ""
@@ -5226,7 +5238,7 @@ msgstr ""
msgid "Syncing your data"
msgstr ""
-#: src/strings.ts:2368
+#: src/strings.ts:2370
msgid "Table"
msgstr ""
@@ -5234,7 +5246,7 @@ msgstr ""
msgid "Table of contents"
msgstr ""
-#: src/strings.ts:2312
+#: src/strings.ts:2314
msgid "Table settings"
msgstr ""
@@ -5255,11 +5267,11 @@ msgid "tags"
msgstr ""
#: src/strings.ts:319
-#: src/strings.ts:1504
+#: src/strings.ts:1506
msgid "Tags"
msgstr ""
-#: src/strings.ts:1516
+#: src/strings.ts:1518
msgid "Take a backup before logging out"
msgstr ""
@@ -5271,7 +5283,7 @@ msgstr ""
msgid "Take a partial backup of your data that does not include attachments"
msgstr ""
-#: src/strings.ts:2367
+#: src/strings.ts:2369
msgid "Take a photo using camera"
msgstr ""
@@ -5279,7 +5291,7 @@ msgstr ""
msgid "Take note"
msgstr ""
-#: src/strings.ts:1622
+#: src/strings.ts:1624
msgid "Take notes privately."
msgstr ""
@@ -5303,7 +5315,7 @@ msgstr ""
msgid "Tap here to update to the latest version"
msgstr ""
-#: src/strings.ts:1561
+#: src/strings.ts:1563
msgid "Tap on \"Dismiss\" and copy the contents of your note so they are not lost."
msgstr ""
@@ -5335,7 +5347,7 @@ msgstr ""
msgid "Tap twice to confirm you have saved the recovery key."
msgstr ""
-#: src/strings.ts:2373
+#: src/strings.ts:2375
msgid "Task list"
msgstr ""
@@ -5365,27 +5377,27 @@ msgstr ""
msgid "Terms of Service"
msgstr ""
-#: src/strings.ts:1590
+#: src/strings.ts:1592
msgid "Test connection"
msgstr ""
-#: src/strings.ts:1611
+#: src/strings.ts:1613
msgid "Test connection before changing server urls"
msgstr ""
-#: src/strings.ts:2310
+#: src/strings.ts:2312
msgid "Text color"
msgstr ""
-#: src/strings.ts:2308
+#: src/strings.ts:2310
msgid "Text direction"
msgstr ""
-#: src/strings.ts:1756
+#: src/strings.ts:1758
msgid "Thank you for choosing end-to-end encrypted note taking. Now you can sync your notes to unlimited devices."
msgstr ""
-#: src/strings.ts:2080
+#: src/strings.ts:2082
msgid "Thank you for reporting!"
msgstr ""
@@ -5393,11 +5405,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:2105
+#: src/strings.ts:2107
msgid "Thank you. You are the proof that privacy always comes first."
msgstr ""
-#: src/strings.ts:1609
+#: src/strings.ts:1611
msgid "The {title} at {url} is not compatible with this client."
msgstr ""
@@ -5405,7 +5417,7 @@ msgstr ""
msgid "The information above will be publically available at"
msgstr ""
-#: src/strings.ts:2112
+#: src/strings.ts:2114
msgid "The password/pin for unlocking the app."
msgstr ""
@@ -5417,15 +5429,15 @@ msgstr ""
msgid "The reminder will repeat every year on {date}."
msgstr ""
-#: src/strings.ts:1686
+#: src/strings.ts:1688
msgid "The reminder will start on {date} at {time}."
msgstr ""
-#: src/strings.ts:2115
+#: src/strings.ts:2117
msgid "The security key for unlocking the app. This is the most secure method."
msgstr ""
-#: src/strings.ts:1607
+#: src/strings.ts:1609
msgid "The URL you have given ({url}) does not point to the {server}"
msgstr ""
@@ -5437,11 +5449,11 @@ msgstr ""
msgid "There are no blocks in this note."
msgstr ""
-#: src/strings.ts:2267
+#: src/strings.ts:2269
msgid "These items will be **kept in your Trash for {interval} days** after which they will be permanently deleted."
msgstr ""
-#: src/strings.ts:1909
+#: src/strings.ts:1911
msgid "This action is IRREVERSIBLE."
msgstr ""
@@ -5449,35 +5461,35 @@ msgstr ""
msgid "This device"
msgstr ""
-#: src/strings.ts:1649
+#: src/strings.ts:1651
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:1641
+#: src/strings.ts:1643
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:1645
+#: src/strings.ts:1647
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:1643
+#: src/strings.ts:1645
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:1639
+#: src/strings.ts:1641
msgid "This error usually means the database file is either corrupt or it could not be decrypted."
msgstr ""
-#: src/strings.ts:1647
+#: src/strings.ts:1649
msgid "This error usually means the search index is corrupted."
msgstr ""
-#: src/strings.ts:1985
+#: src/strings.ts:1987
msgid "This image cannot be previewed"
msgstr ""
-#: src/strings.ts:2076
+#: src/strings.ts:2078
msgid "This may take a while"
msgstr ""
@@ -5486,7 +5498,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:1563
+#: src/strings.ts:1565
msgid "This note is locked"
msgstr ""
@@ -5506,7 +5518,7 @@ msgstr ""
msgid "This note will be published to a public URL."
msgstr ""
-#: src/strings.ts:2121
+#: src/strings.ts:2123
msgid "This username will be used to distinguish between different credentials in your security key. Make sure it is unique."
msgstr ""
@@ -5522,7 +5534,7 @@ msgstr ""
msgid "Thursday"
msgstr ""
-#: src/strings.ts:1825
+#: src/strings.ts:1827
msgid "Time"
msgstr ""
@@ -5547,24 +5559,24 @@ msgstr ""
msgid "To use app lock, you must enable biometrics such as Fingerprint lock or Face ID on your phone."
msgstr ""
-#: src/strings.ts:1796
+#: src/strings.ts:1798
msgid "Toggle dark/light mode"
msgstr ""
-#: src/strings.ts:2380
+#: src/strings.ts:2382
msgid "Toggle indentation mode"
msgstr ""
-#: src/strings.ts:2409
+#: src/strings.ts:2411
msgid "Toggle replace"
msgstr ""
-#: src/strings.ts:2162
+#: src/strings.ts:2164
msgid "Toolbar"
msgstr ""
#: src/strings.ts:1289
-#: src/strings.ts:1502
+#: src/strings.ts:1504
msgid "Trash"
msgstr ""
@@ -5584,7 +5596,7 @@ msgstr ""
msgid "Try compact mode to fit more items on screen"
msgstr ""
-#: src/strings.ts:1807
+#: src/strings.ts:1809
msgid "Try free for 14 days"
msgstr ""
@@ -5628,27 +5640,31 @@ msgstr ""
msgid "Type # to search for headings"
msgstr ""
-#: src/strings.ts:1489
+#: src/strings.ts:1491
msgid "Type a keyword"
msgstr ""
-#: src/strings.ts:1511
+#: src/strings.ts:1513
msgid "Type a keyword to search in {0}"
msgstr ""
#: src/strings.ts:1487
-msgid "Type a keyword to search in {route}"
+msgid "Type a keyword to search in {0}..."
msgstr ""
-#: src/strings.ts:1522
+#: src/strings.ts:1487
+#~ msgid "Type a keyword to search in {route}"
+#~ msgstr ""
+
+#: src/strings.ts:1524
msgid "Unable to resolve download url"
msgstr ""
-#: src/strings.ts:1525
+#: src/strings.ts:1527
msgid "Unable to send 2FA code"
msgstr ""
-#: src/strings.ts:2286
+#: src/strings.ts:2288
msgid "Underline"
msgstr ""
@@ -5689,7 +5705,7 @@ msgstr ""
msgid "Unlock the app with biometric authentication. This requires biometrics to be enabled on your device."
msgstr ""
-#: src/strings.ts:1983
+#: src/strings.ts:1985
msgid "Unlock vault"
msgstr ""
@@ -5701,7 +5717,7 @@ msgstr ""
msgid "Unlock with password once to enable biometric access."
msgstr ""
-#: src/strings.ts:1810
+#: src/strings.ts:1812
msgid "Unlock with security key"
msgstr ""
@@ -5713,7 +5729,7 @@ msgstr ""
msgid "Unlock your vault with biometric authentication"
msgstr ""
-#: src/strings.ts:1684
+#: src/strings.ts:1686
msgid "Unlocking"
msgstr ""
@@ -5743,12 +5759,12 @@ msgstr ""
msgid "unpublished"
msgstr ""
-#: src/strings.ts:2116
+#: src/strings.ts:2118
msgid "Unregister"
msgstr ""
#: src/strings.ts:212
-#: src/strings.ts:2389
+#: src/strings.ts:2391
msgid "Untitled"
msgstr ""
@@ -5764,39 +5780,39 @@ msgstr ""
msgid "Update now"
msgstr ""
-#: src/strings.ts:1676
+#: src/strings.ts:1678
msgid "updating"
msgstr ""
-#: src/strings.ts:1898
+#: src/strings.ts:1900
msgid "Upgrade now"
msgstr ""
-#: src/strings.ts:1989
+#: src/strings.ts:1991
msgid "Upgrade to Notesnook Pro to add colors."
msgstr ""
-#: src/strings.ts:1990
+#: src/strings.ts:1992
msgid "Upgrade to Notesnook Pro to create more tags."
msgstr ""
-#: src/strings.ts:1994
+#: src/strings.ts:1996
msgid "Upgrade to Notesnook Pro to customize the toolbar."
msgstr ""
-#: src/strings.ts:1993
+#: src/strings.ts:1995
msgid "Upgrade to Notesnook Pro to use custom toolbar presets."
msgstr ""
-#: src/strings.ts:1991
+#: src/strings.ts:1993
msgid "Upgrade to Notesnook Proto add more notebooks."
msgstr ""
-#: src/strings.ts:1992
+#: src/strings.ts:1994
msgid "Upgrade to Notesnook Proto use the notes vault."
msgstr ""
-#: src/strings.ts:1995
+#: src/strings.ts:1997
msgid "Upgrade to Notesnook Proto use this feature."
msgstr ""
@@ -5808,12 +5824,12 @@ msgstr ""
msgid "Upload"
msgstr ""
-#: src/strings.ts:2366
+#: src/strings.ts:2368
msgid "Upload from disk"
msgstr ""
#: src/strings.ts:487
-#: src/strings.ts:1617
+#: src/strings.ts:1619
msgid "Uploaded"
msgstr ""
@@ -5834,7 +5850,7 @@ msgstr ""
msgid "Urgent"
msgstr ""
-#: src/strings.ts:1759
+#: src/strings.ts:1761
msgid "Use"
msgstr ""
@@ -5842,7 +5858,7 @@ msgstr ""
msgid "Use {keyboardShortcut}+click to select multiple notebooks"
msgstr ""
-#: src/strings.ts:1881
+#: src/strings.ts:1883
msgid "Use a data recovery key to reset your account password."
msgstr ""
@@ -5854,7 +5870,7 @@ msgstr ""
msgid "Use an authenticator app to generate 2FA codes."
msgstr ""
-#: src/strings.ts:2202
+#: src/strings.ts:2204
msgid "Use custom DNS"
msgstr ""
@@ -5862,7 +5878,7 @@ msgstr ""
msgid "Use dark mode for the app"
msgstr ""
-#: src/strings.ts:1589
+#: src/strings.ts:1591
msgid "Use encryption key"
msgstr ""
@@ -5870,11 +5886,11 @@ msgstr ""
msgid "Use markdown shortcuts in the editor"
msgstr ""
-#: src/strings.ts:2155
+#: src/strings.ts:2157
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:2153
+#: src/strings.ts:2155
msgid "Use native titlebar"
msgstr ""
@@ -5913,11 +5929,11 @@ msgstr ""
msgid "User verification failed"
msgstr ""
-#: src/strings.ts:2282
+#: src/strings.ts:2284
msgid "Using {instance} (v{version})"
msgstr ""
-#: src/strings.ts:2280
+#: src/strings.ts:2282
msgid "Using official Notesnook instance"
msgstr ""
@@ -5925,7 +5941,7 @@ msgstr ""
msgid "Vault"
msgstr ""
-#: src/strings.ts:2023
+#: src/strings.ts:2025
msgid "Vault cleared"
msgstr ""
@@ -5933,7 +5949,7 @@ msgstr ""
msgid "Vault created"
msgstr ""
-#: src/strings.ts:2024
+#: src/strings.ts:2026
msgid "Vault deleted"
msgstr ""
@@ -5957,11 +5973,11 @@ msgstr ""
msgid "Verify your subscription to Notesnook Pro"
msgstr ""
-#: src/strings.ts:1884
+#: src/strings.ts:1886
msgid "Verifying 2FA code"
msgstr ""
-#: src/strings.ts:1870
+#: src/strings.ts:1872
msgid "Verifying your email"
msgstr ""
@@ -5985,7 +6001,7 @@ msgstr ""
msgid "View and share debug logs"
msgstr ""
-#: src/strings.ts:1717
+#: src/strings.ts:1719
msgid "View receipt"
msgstr ""
@@ -5993,7 +6009,7 @@ msgstr ""
msgid "View recovery codes"
msgstr ""
-#: src/strings.ts:2182
+#: src/strings.ts:2184
msgid "View source code"
msgstr ""
@@ -6009,11 +6025,11 @@ msgstr ""
msgid "Wait 30 seconds to try again"
msgstr ""
-#: src/strings.ts:1618
+#: src/strings.ts:1620
msgid "Waiting for upload"
msgstr ""
-#: src/strings.ts:1892
+#: src/strings.ts:1894
msgid "We are creating a backup of your data. Please wait..."
msgstr ""
@@ -6025,7 +6041,7 @@ msgstr ""
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:2197
+#: src/strings.ts:2199
msgid "We send you occasional promotional offers & product updates on your email (once every month)."
msgstr ""
@@ -6037,11 +6053,11 @@ msgstr ""
msgid "We would love to know what you think!"
msgstr ""
-#: src/strings.ts:2351
+#: src/strings.ts:2353
msgid "Web clip settings"
msgstr ""
-#: src/strings.ts:2060
+#: src/strings.ts:2062
msgid "Website"
msgstr ""
@@ -6062,7 +6078,7 @@ msgid "Week"
msgstr ""
#: src/strings.ts:170
-#: src/strings.ts:1538
+#: src/strings.ts:1540
msgid "Weekly"
msgstr ""
@@ -6070,11 +6086,11 @@ msgstr ""
msgid "Welcome back, {email}"
msgstr ""
-#: src/strings.ts:1869
+#: src/strings.ts:1871
msgid "Welcome back!"
msgstr ""
-#: src/strings.ts:2103
+#: src/strings.ts:2105
msgid "Welcome to Notesnook Pro"
msgstr ""
@@ -6082,15 +6098,15 @@ msgstr ""
msgid "What do I do if I am not getting the email?"
msgstr ""
-#: src/strings.ts:1633
+#: src/strings.ts:1635
msgid "What went wrong?"
msgstr ""
-#: src/strings.ts:2412
+#: src/strings.ts:2414
msgid "Width"
msgstr ""
-#: src/strings.ts:1567
+#: src/strings.ts:1569
msgid "words"
msgstr ""
@@ -6102,11 +6118,11 @@ msgstr ""
msgid "Write something..."
msgstr ""
-#: src/strings.ts:1620
+#: src/strings.ts:1622
msgid "Write with freedom."
msgstr ""
-#: src/strings.ts:2091
+#: src/strings.ts:2093
msgid "Write with freedom. Never compromise on privacy again."
msgstr ""
@@ -6119,7 +6135,7 @@ msgid "Year"
msgstr ""
#: src/strings.ts:172
-#: src/strings.ts:1540
+#: src/strings.ts:1542
msgid "Yearly"
msgstr ""
@@ -6131,15 +6147,15 @@ msgstr ""
msgid "You also agree to recieve marketing emails from us which you can opt-out of from app settings."
msgstr ""
-#: src/strings.ts:2269
+#: src/strings.ts:2271
msgid "You are editing \"{notebookTitle}\"."
msgstr ""
-#: src/strings.ts:2074
+#: src/strings.ts:2076
msgid "You are editing #{tag}"
msgstr ""
-#: src/strings.ts:1751
+#: src/strings.ts:1753
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 ""
@@ -6155,11 +6171,11 @@ msgstr ""
msgid "You can add as many tags as you want."
msgstr ""
-#: src/strings.ts:2094
+#: src/strings.ts:2096
msgid "You can change the theme at any time from Settings or the side menu."
msgstr ""
-#: src/strings.ts:2109
+#: src/strings.ts:2111
msgid "You can import your notes from most other note taking apps."
msgstr ""
@@ -6179,7 +6195,7 @@ msgstr ""
msgid "You can swipe left anywhere in the app to start a new note."
msgstr ""
-#: src/strings.ts:2083
+#: src/strings.ts:2085
msgid ""
"You can track your bug report at [{url}]({url}).\n"
"Please note that we will respond to your bug report on the link above. **We recommended that you save the above link for later reference.**\n"
@@ -6198,15 +6214,15 @@ msgstr ""
msgid "You can view & restore older versions of any note by going to its properties -> History."
msgstr ""
-#: src/strings.ts:1719
+#: src/strings.ts:1721
msgid "You have {count} custom dictionary words."
msgstr ""
-#: src/strings.ts:2228
+#: src/strings.ts:2230
msgid "You have been logged out from all other devices."
msgstr ""
-#: src/strings.ts:2222
+#: src/strings.ts:2224
msgid "You have been logged out."
msgstr ""
@@ -6234,11 +6250,11 @@ msgstr ""
msgid "You have not set any reminders yet"
msgstr ""
-#: src/strings.ts:1518
+#: src/strings.ts:1520
msgid "You have unsynced notes. Take a backup or sync your notes to avoid losing your critical data."
msgstr ""
-#: src/strings.ts:1600
+#: src/strings.ts:1602
msgid "You must log out in order to change/reset server URLs."
msgstr ""
@@ -6266,7 +6282,7 @@ msgstr ""
msgid "You will be logged out from all your devices"
msgstr ""
-#: src/strings.ts:1834
+#: src/strings.ts:1836
msgid "You will receive instructions on how to recover your account on this email"
msgstr ""
@@ -6274,16 +6290,16 @@ msgstr ""
msgid "Your account email will be changed without affecting your subscription or any other settings."
msgstr ""
-#: src/strings.ts:1897
+#: src/strings.ts:1899
msgid "Your account has been recovered."
msgstr ""
#: src/strings.ts:479
-#: src/strings.ts:1702
+#: src/strings.ts:1704
msgid "Your account is now 100% secure against unauthorized logins."
msgstr ""
-#: src/strings.ts:1839
+#: src/strings.ts:1841
msgid "Your account password must be strong & unique."
msgstr ""
@@ -6291,27 +6307,27 @@ msgstr ""
msgid "Your account will be downgraded in {days} days"
msgstr ""
-#: src/strings.ts:1982
+#: src/strings.ts:1984
msgid "Your backup is ready to download"
msgstr ""
-#: src/strings.ts:1555
+#: src/strings.ts:1557
msgid "Your changes could not be saved"
msgstr ""
-#: src/strings.ts:1746
+#: src/strings.ts:1748
msgid "Your changes have been saved and will be reflected after the app has refreshed."
msgstr ""
-#: src/strings.ts:2129
+#: src/strings.ts:2131
msgid "Your current 2FA method is {method}"
msgstr ""
-#: src/strings.ts:1837
+#: src/strings.ts:1839
msgid "Your data recovery key will be used to decrypt your data"
msgstr ""
-#: src/strings.ts:1754
+#: src/strings.ts:1756
msgid "Your email has been confirmed."
msgstr ""
@@ -6339,7 +6355,7 @@ msgstr ""
msgid "Your free trial is ending soon"
msgstr ""
-#: src/strings.ts:1748
+#: src/strings.ts:1750
msgid "Your full name"
msgstr ""
@@ -6363,7 +6379,7 @@ msgstr ""
msgid "Your notes"
msgstr ""
-#: src/strings.ts:1873
+#: src/strings.ts:1875
msgid "Your password is always hashed before leaving this device."
msgstr ""
@@ -6375,7 +6391,7 @@ msgstr ""
msgid "Your profile pictrure is stored 100% end-to-end encrypted and only visible to you."
msgstr ""
-#: src/strings.ts:2028
+#: src/strings.ts:2030
msgid "Your refund has been issued. Please wait 24 hours before reaching out to us in case you do not receive your funds."
msgstr ""
@@ -6391,7 +6407,7 @@ msgstr ""
msgid "Your subscription ends on {date}"
msgstr ""
-#: src/strings.ts:2026
+#: src/strings.ts:2028
msgid "Your subscription has been canceled."
msgstr ""
@@ -6419,18 +6435,18 @@ msgstr ""
msgid "Zipping"
msgstr ""
-#: src/strings.ts:2123
+#: src/strings.ts:2125
msgid "Zoom factor"
msgstr ""
-#: src/strings.ts:1666
+#: src/strings.ts:1668
msgid "Zoom in"
msgstr ""
-#: src/strings.ts:2124
+#: src/strings.ts:2126
msgid "Zoom in or out the app content."
msgstr ""
-#: src/strings.ts:1665
+#: src/strings.ts:1667
msgid "Zoom out"
msgstr ""
diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts
index da32b725d..52e6a3bcc 100644
--- a/packages/intl/src/strings.ts
+++ b/packages/intl/src/strings.ts
@@ -186,14 +186,14 @@ export const strings = {
key:
| "dateCreated"
| "dateEdited"
- | "dateModifed"
+ | "dateModified"
| "dateUploaded"
| "dateDeleted"
) =>
select(key, {
dateCreated: `Created at`,
dateEdited: `Last edited at`,
- dateModifed: `Last modified at`,
+ dateModified: `Last modified at`,
dateUploaded: `Uploaded at`,
dateDeleted: `Deleted at`,
other: key
@@ -1484,7 +1484,9 @@ For example:
remindeMeOf: () => t`Remind me of...`,
addShortNote: () => t`Add a short note`,
typeAKeywordToSearchIn: (route: string) =>
- t`Type a keyword to search in ${route}`,
+ t`Type a keyword to search in ${strings.routes[
+ route as keyof typeof strings.routes
+ ]()}...`,
searchingFor: (query: string) => t`Searching for ${query}`,
typeAKeyword: () => t`Type a keyword`,
search: () => t`Search`,
@@ -2419,5 +2421,7 @@ Use this if changes from other devices are not appearing on this device. This wi
setTableSizeNotice: () => t`Please set a table size`,
clickToReset: (title: string) => t`Click to reset ${title}`,
increase: (title: string) => t`Increase ${title}`,
- decrease: (title: string) => t`Decrease ${title}`
+ decrease: (title: string) => t`Decrease ${title}`,
+ saved: () => t`Saved`,
+ saving: () => t`Saving`
};