mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
web: localize missing strings
This commit is contained in:
committed by
Abdullah Atta
parent
e2d33381cc
commit
ceebda5314
@@ -1172,10 +1172,10 @@ $headline$: Use starting line of the note as title.`,
|
||||
automaticBackupsDesc: () =>
|
||||
t`Set the interval to create a partial backup (without attachments) automatically.`,
|
||||
automaticBackupsWithAttachments: () => t`Automatic backups with attachments`,
|
||||
automaticBackupsWithAttachmentsDesc: () =>
|
||||
t`Set the interval to create a backup (with attachments) automatically.
|
||||
|
||||
NOTE: Creating a backup with attachments can take a while, and also fail completely. The app will try to resume/restart the backup in case of interruptions.`,
|
||||
automaticBackupsWithAttachmentsDesc: () => [
|
||||
t`Set the interval to create a backup (with attachments) automatically.`,
|
||||
t`NOTE: Creating a backup with attachments can take a while, and also fail completely. The app will try to resume/restart the backup in case of interruptions.`
|
||||
],
|
||||
selectBackupDir: () => t`Select backup directory`,
|
||||
selectBackupDirDesc: () => t`Choose where to save your backups`,
|
||||
noDirectorySelected: () => t`No directory selected`,
|
||||
|
||||
Reference in New Issue
Block a user