obsidian-douban/lang/locale/en.ts

34 lines
1.9 KiB
TypeScript

//简体中文
export default {
//main.ts
'search douban by current file name':'search douban by current file name',
'search douban and input current file':'search douban and input current file',
//DoubanSettingTab
'douban search url': `Douban Search Url`,
'douban search url desc 1': `Douban search page request address. `,
'douban search url desc 2': `First go to:`,
'douban search url desc 3': `Don't enter anything in the search input box, just click Search,`,
'douban search url desc 4': `The redirected web page address is the search address,`,
'douban search url desc 5': `Just copy the web address to the current input box.`,
'movie content template': `Movie Content Template`,
'movie content template desc 1': `Set markdown template for extract to be inserted.`,
'movie content template desc 2': `Available template variables are :`,
'movie content template desc 3': `{{id}}, {{type}}, {{title}},`,
'movie content template desc 4': `{{score}}, {{datePublished}}, {{director}},`,
'movie content template desc 5': `{{author}}, {{autor}}, {{desc}},`,
'movie content template desc 6': `{{image}}, {{url}}`,
'Date format': `Date Format`,
'This format will be used when available template variables contain date.':
`This format will be used when available template variables contain date.`,
'For more syntax, refer to': `For more syntax, refer to`,
'Your current syntax looks like this':`Your current syntax looks like this`,
'format reference': `format reference`,
'Array Spilt String':`Array Spilt String`,
'string to join between array type, such as author, actor':`string to join between array type, such as author, actor`,
'Douban Request Headers':`Douban Request Headers`,
'current version not support type': `This type of import is not supported temporarily, please go to github to submit issues for help`,
'Douban': `Douban`,
}