mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
feat: beautify item card
This commit is contained in:
parent
491044747f
commit
2f1b6c3be3
6 changed files with 141 additions and 45 deletions
|
|
@ -461,9 +461,13 @@
|
|||
"AddNewWorkflowDescription": "Create a new automated workflow and save it to the selected workspace wiki to backup.",
|
||||
"BelongsToWorkspace": "Belongs to workspace",
|
||||
"AddNewWorkflowDoneMessage": "Add successfully",
|
||||
"AddTagsDescription": "in-wiki tags, press Enter to add more"
|
||||
"AddTagsDescription": "in-wiki tags, press Enter to add more",
|
||||
"DeleteWorkflow": "Delete Workflow",
|
||||
"DeleteWorkflowDescription": "The workflow will be completely deleted from the Wiki workspace it belongs to, should it really be deleted?"
|
||||
},
|
||||
"Description": "Description",
|
||||
"Tags": "Tags",
|
||||
"Title": "Title"
|
||||
"Title": "Title",
|
||||
"Delete": "Delete",
|
||||
"Open": "Open"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -453,6 +453,7 @@
|
|||
"Title": "标题",
|
||||
"Description": "描述",
|
||||
"Tags": "标签",
|
||||
"Open": "打开",
|
||||
"LanguageModel": {
|
||||
"ModelNotExist": "找不到模型",
|
||||
"ModelNotExistDescription": "尝试使用你给的这个路径加载模型,但在这个位置其实没有所需要的模型",
|
||||
|
|
@ -464,6 +465,8 @@
|
|||
"AddNewWorkflow": "添加新的工作流",
|
||||
"AddNewWorkflowDescription": "创建新的自动化工作流,并保存到所选的工作区Wiki里备份。",
|
||||
"AddNewWorkflowDoneMessage": "添加成功",
|
||||
"DeleteWorkflow": "删除工作流",
|
||||
"DeleteWorkflowDescription": "将从所属的Wiki工作区里彻底删除该工作流,是否真的要删除?",
|
||||
"BelongsToWorkspace": "所属工作区",
|
||||
"AddTagsDescription": "Wiki内的标签,回车可以添加更多"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue