obsidian-douban/src/lang/locale/en.ts
2022-10-31 22:54:38 +08:00

104 lines
4.2 KiB
TypeScript

//简体中文
export default {
//main.ts
'110001': 'search douban by current file name',
'110002': 'search douban and import to current file',
'110003': `Enter Search Term:`,
'110004': `Search`,
'110005': `Cancel`,
'110006': `sync douban broadcast ot Obsidian`,
//DoubanSettingTab
'1201': `Obsidian Douban`,
'120001': `Douban Search Url`,
'120002': `Douban search page request address. `,
'120003': `First go to:`,
'120004': `Don't enter anything in the search input box, just click Search,`,
'120005': `The redirected web page address is the search address,`,
'120006': `Just copy the web address to the current input box.`,
'120101': `Movie Content Template`,
'120102': `Set markdown Movie template for extract to be inserted.`,
'120103': `Available template variables are :`,
'120104': `{{id}}, {{title}}, {{type}}, {{score}}, {{image}},`,
'120105': `{{url}}, {{desc}}, {{datePublished}}, {{genre}}, `,
'120106': `{{originalTitle}},{{director}}, {{author}},`,
'120107': ` {{actor}}`,
'120201': `Book Content Template`,
'120202': `Set markdown Book template for extract to be inserted.`,
'120203': `Available Book template variables are :`,
'120204': `{{id}}, {{title}}, {{type}}, {{score}}, {{image}},`,
'120205': `{{url}}, {{desc}}, {{datePublished}}, {{publisher}}`,
'120206': `{{originalTitle}}, {{subTitle}}, {{author}},`,
'120207': `{{translator}}, {{isbn}}, {{price}}, {{totalPage}}`,
'120208': `{{series}}, {{binding}}, {{menu}}`,
'120301': `Music Content Template`,
'120302': `Set markdown Music template for extract to be inserted.`,
'120303': `Available Music template variables are :`,
'120304': `{{id}}, {{title}}, {{type}}, {{score}}, {{image}},`,
'120305': `{{url}}, {{desc}}, {{datePublished}}, {{genre}},`,
'120306': `{{actor}}, {{medium}}, {{albumType}},`,
'120307': `{{barcode}}, {{records}}`,
'120401': `Article Content Template`,
'120402': `Set markdown Article template for extract to be inserted.`,
'120403': `Available Article template variables are :`,
'120404': `{{id}}, {{title}}, {{type}}, {{image}},`,
'120405': `{{url}}, {{desc}}, {{datePublished}}`,
'120406': `{{author}}, {{authorUrl}}, {{content}}`,
'120407': `{{timePublished}}`,
'121301': `Game Content Template`,
'121302': `Set markdown Game template for extract to be inserted.`,
'121303': `Available Game template variables are :`,
'121304': `{{id}}, {{title}}, {{type}}, {{score}}, {{image}},`,
'121305': `{{url}}, {{desc}}, {{publisher}}, {{datePublished}}`,
'121306': `{{genre}}, {{aliases}}, {{developer}}, {{platform}}`,
'120501': `Date Format`,
'120502': `Time Format`,
'120503': `This format will be used when available template variables contain date.`,
'120504': `This format will be used when available template variables contain time.`,
'120506': `For more syntax, refer to`,
'120507': `Your current syntax looks like this`,
'120508': `format reference`,
'120601': `Array Spilt String`,
'120602': `string to join between array type, such as authors, actors.
example: ','
the list of actor's name will be shown as: 'actor1,actor2,actor3'`,
'120701': `Douban Request Headers`,
'120801': `This type of import is not supported temporarily, please go to github to submit issues for help`,
'120901': `Douban`,
'121201': `Person Name Language Mode`,
'121202': `options:`,
'121203': `Chinese Name mode, person name only show Chinese name`,
'121204': `English Name mode, person name only show English name`,
'121205': `Chinese English Name mode, show Chinese and English name both`,
'121206': `Chinese Name`,
'121207': `English Name`,
'121208': `Chinese And English Name`,
//error
'130101': `Fetch Data Error, You can go to Github add Issues`,
'130201': `Obsidian Douban Plugin Error: `,
'130301': `Obsidian Douban Plugin Warn: `,
'140101': `Not support for current type. You can add Issues at Github:Wanxp/obsidian-douban`,
'140201': `[Obsidian Douban]: searching '{0}'...`,
'140202': `[Obsidian Douban]: result {0} rows`,
'140203': `[Obsidian Douban]: request '{0}'`,
'140204': `[Obsidian Douban]: replace '{0}'`,
'140205': `[Obsidian Douban]: complete '{0}'`,
'140206': `[Obsidian Douban]: occur error '{0}'`,
'150101': `Choose an item...`,
//content
'200101': `. `,
}