From ef946681f0b48dea9ef2cdde674a22485fb01506 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 16 May 2023 15:31:47 +0100 Subject: [PATCH] feat: update translation --- src/editor/Help.tsx | 2 +- src/lib/i18n/locales/zh-TW/dashboard.json | 2 +- src/lib/i18n/locales/zh/dashboard.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/editor/Help.tsx b/src/editor/Help.tsx index 400d6dcc..cd813746 100644 --- a/src/editor/Help.tsx +++ b/src/editor/Help.tsx @@ -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( diff --git a/src/lib/i18n/locales/zh-TW/dashboard.json b/src/lib/i18n/locales/zh-TW/dashboard.json index 2604f4fd..2f0c9f16 100644 --- a/src/lib/i18n/locales/zh-TW/dashboard.json +++ b/src/lib/i18n/locales/zh-TW/dashboard.json @@ -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": "更新", diff --git a/src/lib/i18n/locales/zh/dashboard.json b/src/lib/i18n/locales/zh/dashboard.json index 694e5f27..31750ee3 100644 --- a/src/lib/i18n/locales/zh/dashboard.json +++ b/src/lib/i18n/locales/zh/dashboard.json @@ -201,5 +201,7 @@ "You can subscribe to comments through an RSS reader to receive timely reminders.": "你可以通过 RSS 阅读器订阅评论,以便及时收到提醒。", "Subscription address:": "订阅地址:", "comment on your" : "评论了你的{{type}}「{{toTitle}}」", - "{{newCount}} new comments" : "{{newCount}} 条新评论" + "{{newCount}} new comments" : "{{newCount}} 条新评论", + "Upload All Images to IPFS": "上传所有图片到 IPFS", + "Help: Markdown syntax and components used by xLog": "帮助:xLog 使用的 Markdown 语法和组件" } \ No newline at end of file