|
21 | 21 | "settings": {
|
22 | 22 | "path": {
|
23 | 23 | "label": "Backup path",
|
24 |
| - "description": "Storage location for the backups. Dieser Pfad ist exklusiv für die Joplin Backups, es sollten sich keine anderen Daten darin befinden, wenn die Einstellungen für 'Unterordner erstellen' deaktiviert wird!" |
| 24 | + "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!" |
25 | 25 | },
|
26 | 26 | "exportPath": {
|
27 | 27 | "label": "Temporary export path",
|
28 | 28 | "description": "Temporary path for data export from Joplin, before the data is moved to the backup path"
|
29 | 29 | },
|
30 | 30 | "backupRetention": {
|
31 | 31 | "label": "Keep x backups",
|
32 |
| - "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" |
| 32 | + "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" |
33 | 33 | },
|
34 | 34 | "backupInterval": {
|
35 | 35 | "label": "Backup interval in hours",
|
|
52 | 52 | "description": "Repeat password to validate"
|
53 | 53 | },
|
54 | 54 | "fileLogLevel": {
|
55 |
| - "label": "Loglevel", |
56 |
| - "description": "Loglevel for the backup logfile" |
| 55 | + "label": "Log level", |
| 56 | + "description": "Log level for the backup log file" |
57 | 57 | },
|
58 | 58 | "createSubfolder": {
|
59 | 59 | "label": "Create Subfolder",
|
60 |
| - "description": "Create a subfolder in the the configured {{backupPath}}. Deactivate only if there is no other data in the {{backupPath}}!" |
| 60 | + "description": "Create a subfolder in the configured {{backupPath}}. Deactivate only if there is no other data in the {{backupPath}}!" |
61 | 61 | },
|
62 | 62 | "createSubfolderPerProfile": {
|
63 | 63 | "label": "Create subfolder for Joplin profile",
|
64 | 64 | "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."
|
65 | 65 | },
|
66 | 66 | "zipArchive": {
|
67 | 67 | "label": "Create archive",
|
68 |
| - "description": "Save backup data in a archive, if a password protected backups is set, an archive is always created" |
| 68 | + "description": "Save backup data in an archive. If 'Password protected backups' is set, an archive is always created." |
69 | 69 | },
|
70 | 70 | "compressionLevel": {
|
71 | 71 | "label": "Compression level",
|
|
0 commit comments