Skip to content

Commit

Permalink
Fix language of EN backup path string, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Jul 15, 2024
1 parent c8148e8 commit c659f9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"settings": {
"path": {
"label": "Backup path",
"description": "Storage location for the backups. This path is exclusively for the Joplin Backups if the settings for 'Create a subfolder' are deactivated, no other data should be in it!"
"description": "Storage location for the backups. This path is exclusive to Joplin backups when the 'Create Subfolder' setting is disabled: there should be no other data in it!"
},
"exportPath": {
"label": "Temporary export path",
"description": "Temporary path for data export from Joplin, before the data is moved to the backup path"
},
"backupRetention": {
"label": "Keep x backups",
"description": "How many backups should be kept. If more than one version configured, folders are created in the Backup Path acording to 'Backup set name' setting"
"description": "How many backups should be kept. If more than one version configured, folders are created in the Backup Path according to 'Backup set name' setting"
},
"backupInterval": {
"label": "Backup interval in hours",
Expand All @@ -52,20 +52,20 @@
"description": "Repeat password to validate"
},
"fileLogLevel": {
"label": "Loglevel",
"description": "Loglevel for the backup logfile"
"label": "Log level",
"description": "Log level for the backup log file"
},
"createSubfolder": {
"label": "Create Subfolder",
"description": "Create a subfolder in the the configured {{backupPath}}. Deactivate only if there is no other data in the {{backupPath}}!"
"description": "Create a subfolder in the configured {{backupPath}}. Deactivate only if there is no other data in the {{backupPath}}!"
},
"createSubfolderPerProfile": {
"label": "Create subfolder for Joplin profile",
"description": "Create a subfolder within the backup directory for the current profile. This allows multiple profiles from the same Joplin installation to use the same backup directory without overwriting backups made from other profiles. All profiles that use the same backup directory must have this setting enabled."
},
"zipArchive": {
"label": "Create archive",
"description": "Save backup data in a archive, if a password protected backups is set, an archive is always created"
"description": "Save backup data in an archive. If 'Password protected backups' is set, an archive is always created."
},
"compressionLevel": {
"label": "Compression level",
Expand Down

0 comments on commit c659f9b

Please sign in to comment.