54 lines
2.1 KiB
JSON
54 lines
2.1 KiB
JSON
{
|
|
"addTopBarIcon": "Add a top bar icon by plugin",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"byeMenu": "Bye, Menu!",
|
|
"helloPlugin": "Hello, Plugin!",
|
|
"byePlugin": "Bye, Plugin!",
|
|
"showDialog": "Show dialog",
|
|
"removedData": "Data deleted",
|
|
"confirmRemove": "Confirm to delete the data in ${name}?",
|
|
"insertEmoji": "Insert Emoji",
|
|
"removeSpace": "Remove Space",
|
|
"getTab": "Print out all opened custom tabs in the debugger",
|
|
"name": "SiYuan",
|
|
"hello": {
|
|
"makesure": "Before using this template, please read the <a href=\"https://github.com/siyuan-note/plugin-sample\">offical sample</a>, make sure that you've known about the pipeline for plugin developing."
|
|
},
|
|
"hintTitle": "About",
|
|
"hintDesc": "<a href='https://github.com/siyuan-note/plugin-sample-vite-svelte'>plugin-sample-vite-svelte</a><br>@frostime<br>@88250<br>@zxkmm",
|
|
"insertDrawio": "insert/select drawio",
|
|
"linkCopiedToClipboard": "Link copied to clipboard",
|
|
"copyAsSiYuanLink": "copy as siyuan link",
|
|
"openDrawio": "open draw.io",
|
|
"title": "draw.io",
|
|
"min": "Minimize",
|
|
"create": "Create",
|
|
"createWhiteboard": "Create Whiteboard",
|
|
"renameWhiteboard": "Rename Whiteboard",
|
|
"refresh": "Refresh",
|
|
"copyLink": "Copy as link",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"empty": "Empty",
|
|
"deleteWarn": "⚠Warning:",
|
|
"deleteConfirm": "Are your sure to delete file: ${file}?",
|
|
"nameIsInvalid": "Name: ${name} is invalid",
|
|
"form": {
|
|
"name": "Name",
|
|
"nameDesc": "Name is the filename, must not conain special characters like /,*,$, etc.",
|
|
"save": "Save"
|
|
},
|
|
"sortFiles": "Sort Files",
|
|
"sortNameAsc": "Name (A-Z)",
|
|
"sortNameDesc": "Name (Z-A)",
|
|
"sortUpdateAsc": "Update Date (Oldest)",
|
|
"sortUpdateDesc": "Update Date (Newest)",
|
|
"exitSearch": "Exit Search",
|
|
"selectDrawio": "Select Drawio",
|
|
"emptyContent": "No related content found",
|
|
"uploadDrawioOnly": "Please upload .drawio files only",
|
|
"uploadSuccess": "File ${fileName} uploaded successfully",
|
|
"upload": "Upload",
|
|
"editDrawio": "Edit Drawio"
|
|
} |