]>
| Commit | Line | Data |
|---|---|---|
| 7aa32e45 D |
1 | { |
| 2 | "msg": { | |
| 3 | "backup": { | |
| 4 | "completed": "备份完成" | |
| 5 | }, | |
| 6 | "error": { | |
| 7 | "PluginUpgrade": "升级错误 %s: %s", | |
| 8 | "folderCreation": "创建文件夹时出错: %s", | |
| 9 | "ConfigureBackupPath": "请在Joplin > 工具 > 选项 > 备份 中配置备份路径", | |
| 10 | "PasswordMissMatch": "密码不正确!", | |
| 11 | "BackupPathDontExist": "备份路径 '%s' 不存在!", | |
| 12 | "BackupAlreadyRunning": "已经在进行备份!", | |
| 13 | "Backup": "备份为 %s 时出错: %s", | |
| 14 | "fileCopy": " %s 时复制文件/文件夹出错: %s", | |
| 15 | "deleteFile": " %s 时删除文件/文件夹出错: %s", | |
| 16 | "BackupSetNotSupportedChars": "“备份集名称”包含不允许的字符 ( %s )!" | |
| 17 | } | |
| 18 | }, | |
| 19 | "settings": { | |
| 20 | "path": { | |
| 21 | "label": "备份路径" | |
| 22 | }, | |
| 23 | "exportPath": { | |
| 24 | "label": "临时导出路径", | |
| 25 | "description": "用于导出的临时路径,笔记在被移动到“备份路径”前会存于此处" | |
| 26 | }, | |
| 27 | "backupRetention": { | |
| 28 | "label": "保留 x 个备份", | |
| 29 | "description": "如果设置了多个备份, 则会根据“备份集名称”在“备份路径”下创建多个子文件夹" | |
| 30 | }, | |
| 31 | "backupInterval": { | |
| 32 | "label": "备份间隔(以小时为单位)", | |
| 33 | "description": "0 = 停止自动备份" | |
| 34 | }, | |
| 35 | "onlyOnChange": { | |
| 36 | "label": "仅在更改时备份", | |
| 37 | "description": "仅当笔记发生更改时,在指定的备份间隔内创建备份" | |
| 38 | }, | |
| 39 | "usePassword": { | |
| 40 | "label": "使用密码保护备份", | |
| 41 | "description": "备份将通过加密的压缩文件进行保护" | |
| 42 | }, | |
| 43 | "password": { | |
| 44 | "label": "密码", | |
| 45 | "description": "如果输入了密码,则备份将受到密码保护" | |
| 46 | }, | |
| 47 | "passwordRepeat": { | |
| 48 | "label": "重复密码", | |
| 49 | "description": "请重复输入密码以确认" | |
| 50 | }, | |
| 51 | "fileLogLevel": { | |
| 52 | "label": "日志级别" | |
| 53 | }, | |
| 54 | "createSubfolder": { | |
| 55 | "label": "创建子文件夹", | |
| 56 | "description": "在配置的备份路径中创建一个子文件夹。请在“备份路径”中没有其他数据时才禁用!" | |
| 57 | }, | |
| 58 | "zipArchive": { | |
| 59 | "label": "创建压缩文件", | |
| 60 | "description": "如果设置了“使用密码保护备份”,则总是会创建压缩文件" | |
| 61 | }, | |
| 62 | "compressionLevel": { | |
| 63 | "label": "压缩等级", | |
| 64 | "description": "压缩文件的压缩等级" | |
| 65 | }, | |
| 66 | "backupSetName": { | |
| 67 | "label": "备份集名称", | |
| 68 | "description": "如果要保留多个备份,请为备份集指定名称" | |
| 69 | }, | |
| 70 | "backupPlugins": { | |
| 71 | "label": "备份插件", | |
| 72 | "description": "备份插件的JPL文件(不会备份插件设置!)" | |
| 73 | }, | |
| 74 | "exportFormat": { | |
| 75 | "label": "导出格式", | |
| 76 | "description": "笔记的备份格式" | |
| 77 | }, | |
| 78 | "singleJex": { | |
| 79 | "label": "生成单个JEX文件", | |
| 80 | "description": "为所有笔记本创建单个JEX文件(建议选中,以免丢失内部笔记链接和文件夹结构)" | |
| 81 | }, | |
| 82 | "execFinishCmd": { | |
| 83 | "label": "备份后执行命令", | |
| 84 | "description": "备份完成后所执行的命令/程序" | |
| 85 | } | |
| 86 | }, | |
| 87 | "command": { | |
| 88 | "createBackup": "创建备份" | |
| 89 | } | |
| 90 | } |