Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Jun 2, 2023
2 parents 2917982 + c7bdd1f commit a6114a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## not released

## v1.3.2 (2023-06-02)

- Fix: #51 for translation zh_CN

## v1.3.1 (2023-05-19)

- Add: #55 Simplified Chinese(zh_CN) translation, thanks to @wh201906
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-backup",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist && husky install",
Expand Down
12 changes: 6 additions & 6 deletions src/locales/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"settings.path": "备份路径",
"settings.exportPath": "临时导出路径",
"settings.exportPath.description": "用于在导出日志的临时Temporary path for note export from Joplin, before they are copyed to backup destination",
"settings.exportPath.description": "用于导出的临时路径,笔记在被移动到“备份路径”前会存于此处",
"settings.backupRetention": "保留 x 个备份",
"settings.backupRetention.description": "如果设置了多个备份, 则会根据“备份集名称”在“备份路径”下创建多个子文件夹",
"settings.backupInterval": "备份间隔(以小时为单位)",
"settings.backupInterval.description": "0 = 停止自动备份",
"settings.onlyOnChange": "仅在更改时备份",
"settings.onlyOnChange.description": "仅当笔记发生更改时,在指定的备份间隔内创建备份",
"settings.usePassword": "使用密码保护备份",
"settings.usePassword.description": "备份将通过加密的ZIP压缩文件进行保护",
"settings.usePassword.description": "备份将通过加密的压缩文件进行保护",
"settings.password": "密码",
"settings.password.description": "如果输入了密码,则备份将受到密码保护",
"settings.passwordRepeat": "重复密码",
"settings.passwordRepeat.description": "请重复输入密码以确认",
"settings.fileLogLevel": "日志级别",
"settings.createSubfolder": "创建子文件夹",
"settings.createSubfolder.description": "在配置的备份路径中创建一个子文件夹。请在“备份路径”中没有其他数据时才禁用!",
"settings.zipArchive": "创建ZIP压缩文件",
"settings.zipArchive.description": "如果设置了“使用密码保护备份”,则总是会创建ZIP压缩文件",
"settings.compressionLevel": "ZIP压缩级别",
"settings.compressionLevel.description": "ZIP压缩文件的压缩级别",
"settings.zipArchive": "创建压缩文件",
"settings.zipArchive.description": "如果设置了“使用密码保护备份”,则总是会创建压缩文件",
"settings.compressionLevel": "压缩等级",
"settings.compressionLevel.description": "压缩文件的压缩等级",
"settings.backupSetName": "备份集名称",
"settings.backupSetName.description": "如果要保留多个备份,请为备份集指定名称",
"settings.backupPlugins": "备份插件",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.jackgruber.backup",
"app_min_version": "2.1.3",
"version": "1.3.1",
"version": "1.3.2",
"name": "Simple Backup",
"description": "Plugin to create manual and automatic backups.",
"author": "JackGruber",
Expand Down

0 comments on commit a6114a3

Please sign in to comment.