feat: update translation

This commit is contained in:
DIYgod 2023-05-16 15:31:47 +01:00
parent 6a2b9070b9
commit ef946681f0
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View File

@ -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(

View File

@ -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": "更新",

View File

@ -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 语法和组件"
}