feat: update translation
This commit is contained in:
parent
6a2b9070b9
commit
ef946681f0
|
|
@ -4,7 +4,7 @@ import { ICommand } from "."
|
|||
|
||||
export const Help: ICommand = {
|
||||
name: "help",
|
||||
label: "Help: xLog Flavored Markdown",
|
||||
label: "Help: Markdown syntax and components used by xLog",
|
||||
icon: "icon-[mingcute--question-line]",
|
||||
execute: ({ view }) => {
|
||||
window.open(
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
"Link": "連結",
|
||||
"Image": "圖片",
|
||||
"Upload Image": "上傳圖片",
|
||||
"Help: xLog Flavored Markdown": "幫助:xLog 風格的 Markdown",
|
||||
"Help: Markdown syntax and components used by xLog": "幫助:xLog 使用的 Markdown 語法和組件",
|
||||
"Preview": "預覽",
|
||||
"Publish": "發布",
|
||||
"Update": "更新",
|
||||
|
|
|
|||
|
|
@ -201,5 +201,7 @@
|
|||
"You can subscribe to comments through an RSS reader to receive timely reminders.": "你可以通过 RSS 阅读器订阅评论,以便及时收到提醒。",
|
||||
"Subscription address:": "订阅地址:",
|
||||
"comment on your" : "评论了你的{{type}}「<tolink>{{toTitle}}</tolink>」",
|
||||
"{{newCount}} new comments" : "{{newCount}} 条新评论"
|
||||
"{{newCount}} new comments" : "{{newCount}} 条新评论",
|
||||
"Upload All Images to IPFS": "上传所有图片到 IPFS",
|
||||
"Help: Markdown syntax and components used by xLog": "帮助:xLog 使用的 Markdown 语法和组件"
|
||||
}
|
||||
Loading…
Reference in New Issue