mirror of
https://github.com/chen2226/obsidian-typecho.git
synced 2026-07-22 05:47:58 +00:00
65 lines
No EOL
2.6 KiB
JSON
65 lines
No EOL
2.6 KiB
JSON
{
|
|
"common": {
|
|
"success": "success",
|
|
"failed": "failed",
|
|
"add": "add",
|
|
"get": "get",
|
|
"empty": "Cannot be empty",
|
|
"input": "Please input",
|
|
"enter": "(Press Enter to add)",
|
|
"loading": "Loading...",
|
|
"previousPage": "Previous Page",
|
|
"nextPage": "Next Page",
|
|
"noDataFound": "No data found",
|
|
"errorOccurred": "An error occurred"
|
|
},
|
|
"sync": {
|
|
"title": "Sync to Typecho",
|
|
"publish": "publish",
|
|
"adding": "adding",
|
|
"addSuccess": "add success",
|
|
"advancedOptions": "Advanced Options",
|
|
"alias": "Alias"
|
|
},
|
|
"error": {
|
|
"requestFailed": "Request failed, please check the network or API configuration",
|
|
"noFileSelected": "No file selected",
|
|
"titleOrContentCannotBeEmpty": "Title or content cannot be empty",
|
|
"readFileError": "Read file error, please check the file content",
|
|
"noTypechoUser": "No Typecho user, please input the user who uses the operation",
|
|
"failedToFetchArticles": "Failed to fetch articles",
|
|
"failedToFetchPostDetails": "Failed to fetch post details"
|
|
},
|
|
"field": {
|
|
"title": "title",
|
|
"tag": "tag",
|
|
"file": "file",
|
|
"domainName": "domain name",
|
|
"category": "category",
|
|
"typechoUser": "Typecho user, the user who uses the operation",
|
|
"article": "article",
|
|
"allArticle": "all article"
|
|
},
|
|
"file": {
|
|
"uploadFile": "Upload File",
|
|
"deleteFile": "Delete File",
|
|
"copyUrl": "Copy URL to Clipboard",
|
|
"uploadingFile": "Uploading file...",
|
|
"uploadSuccess": "File uploaded successfully",
|
|
"uploadFailed": "File upload failed",
|
|
"uploadError": "Error occurred during file upload",
|
|
"deleteSuccess": "File deleted successfully",
|
|
"deleteFailed": "File deletion failed",
|
|
"deleteError": "Error occurred during file deletion",
|
|
"deleteConfirm": "Are you sure you want to delete the file {fileName}?",
|
|
"copySuccess": "URL for {fileName} has been copied to clipboard",
|
|
"copyFailed": "Copy failed: URL is empty",
|
|
"itemsPerPage": "Items per page",
|
|
"fileType": "Type",
|
|
"fileSize": "Size",
|
|
"enablePasteUpload": "Auto Upload Pasted Images",
|
|
"enablePasteUploadDesc": "Enable automatic upload and Markdown link insertion when pasting images with Ctrl+V",
|
|
"removeMetadata": "Remove Metadata",
|
|
"removeMetadataDesc": "Automatically remove YAML metadata (--- ... ---) from the top of the article during publication"
|
|
}
|
|
} |