mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
intl: cleanup locale files
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2476,9 +2476,6 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
fontLigatures: () => t`Font ligatures`,
|
||||
fontLigaturesDesc: () =>
|
||||
t`Enable ligatures for common symbols like →, ←, etc`,
|
||||
editorVirtualization: () => t`Editor paging (experimental)`,
|
||||
editorVirtualizationDesc: () =>
|
||||
t`Only render the part of a note that is currently on screen. Makes very large notes much faster to open, scroll and type in. While this is on, your browser's own find (Ctrl+F) only covers the visible part of a note, so use the editor's search instead. If you face any issues, please turn it off.`,
|
||||
expandSidebar: () => t`Expand sidebar`,
|
||||
viewAllLimits: () => `View all limits`,
|
||||
freePlan: () => t`Free plan`,
|
||||
@@ -2813,5 +2810,8 @@ Continue without attachments?`,
|
||||
offlineMode: () => t`Offline mode`,
|
||||
offlineModeDesc: () =>
|
||||
t`Using Notesnook without an account will **NOT** sync your notes across devices and could result in data loss if you lose access to your device or uninstall the app. Make sure to backup your notes regularly.`,
|
||||
alignment: () => t`Alignment`
|
||||
alignment: () => t`Alignment`,
|
||||
editorVirtualization: () => t`Editor paging (experimental)`,
|
||||
editorVirtualizationDesc: () =>
|
||||
t`Only render the part of a note that is currently on screen. Makes very large notes much faster to open, scroll and type in. While this is on, your browser's own find (Ctrl+F) only covers the visible part of a note, so use the editor's search instead. If you face any issues, please turn it off.`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user