Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
likemuuxi committed Jan 18, 2025
1 parent 175dd4e commit cbbdc85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-diagrams-net",
"name": "Diagrams.net",
"version": "1.0.9",
"version": "1.0.10",
"minAppVersion": "0.12.0",
"description": "Enable diagrams.net (previously draw.io) type diagrams, with the diagrams.net embedded editor.",
"author": "Jens M Gleditsch, Muuxi",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
CURRENT_FOLDER: 'Current folder',
DEFAULT_FOLDER: 'Default folder',
CUSTOM_PATH: 'Custom path',
CREATE_AND_RENAME: 'Create and rename',
CREATE_AND_RENAME: 'Save the new file and rename it',
RENAME: 'Rename',
CANCEL: 'Cancel'
}
2 changes: 1 addition & 1 deletion src/lang/locale/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
CURRENT_FOLDER: '当前文件夹',
DEFAULT_FOLDER: '附件文件夹',
CUSTOM_PATH: '自定义',
CREATE_AND_RENAME: '创建并且重命名',
CREATE_AND_RENAME: '新建文件保存后重命名',
RENAME: '重命名',
CANCEL: '取消'
}

0 comments on commit cbbdc85

Please sign in to comment.