From e7fa597e5abcd54a65afd619e51a7388ae51f30b Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Thu, 16 Nov 2023 11:14:19 +0000 Subject: [PATCH] update translate --- src/lang/I18n.ts | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/lang/I18n.ts b/src/lang/I18n.ts index 46973b0..cd2ef11 100644 --- a/src/lang/I18n.ts +++ b/src/lang/I18n.ts @@ -6,29 +6,29 @@ export const I18n: { [key: string]: any } = { CommandName: "Share to NotionNext Database", CommandIDGeneral: "share-to-notion", CommandNameGeneral: "Share to Notion General Database", - NotionNextButton: "NotionNext command switch", - NotionNextButtonDesc: "Open this option, Sync to NotionNext command will be displayed in the command palette", + NotionNextButton: "NotionNext Sync", + NotionNextButtonDesc: "Open this option, Sync to NotionNext command will be displayed in the command palette (default: ON)", NotionNextSettingHeader: "NotionNext Database Settings", NotionAPI: "Notion API Token", - NotionAPIDesc: "It's a secret", + NotionAPIDesc: "Generate from https://www.notion.so/my-integrations", NotionAPIText: "Enter your Notion API Token", DatabaseID: "Database ID", DatabaseIDText: "Enter your Database ID", - BannerUrl: "Banner url(optional)", + BannerUrl: "Banner url (optional)", BannerUrlDesc: - "Default is empty, if you want to show a banner, please enter the url(like: https://minioapi.pjx.ac.cn/img1/2023/11/b7b40a0724e93b7d7ab494bb3b8a2da8.png)", + "Default is empty, if you want to show a banner, please enter the url (like: https://minioapi.pjx.ac.cn/img1/2023/11/b7b40a0724e93b7d7ab494bb3b8a2da8.png)", BannerUrlText: "Enter your banner url", - NotionUser: "Notion ID(username, optional)", + NotionUser: "Notion ID (username, optional)", NotionUserDesc: - "Your notion ID (optional),share link likes:https://username.notion.site/,your notion id is [username]", + "Collect from share link likes:https://username.notion.site. Your notion id is [username]", NotionUserText: "Enter your notion ID", NotionGeneralSettingHeader: "General Notion Database Settings", - NotionGeneralButton: "Notion General command switch", - NotionGeneralButtonDesc: "Open this option, Sync to Notion General Database command will be displayed in the command palette", - NotionCustomTitle: "Customise column name", - NotionCustomTitleDesc: "Modify the column name of the Notion database, default (off)", + NotionGeneralButton: "Notion General Sync", + NotionGeneralButtonDesc: "Open this option, Sync to Notion General Database command will be displayed in the command palette (default: ON)", + NotionCustomTitle: "Customise title property", + NotionCustomTitleDesc: "Modify the column name of the Notion database (default: OFF)", NotionCustomTitleName: "Preferred title name", - NotionCustomTitleNameDesc: "Enter the preferred title name for the first column of the Notion database", + NotionCustomTitleNameDesc: "Enter the preferred title name for the first column of the Notion database (default: title)", NotionCustomTitleText: "Enter the name", NotYetFinish: "Not finished. This function will be available in the next version", @@ -53,16 +53,16 @@ export const I18n: { [key: string]: any } = { }, zh: { ribbonIcon: "分享到 NotionNext", - GeneralSetting: "通用信息设置", + GeneralSetting: "通用设置", CommandID: "share-to-notionnext", CommandName: "分享到 NotionNext", CommandIDGeneral: "share-to-notion", CommandNameGeneral: "分享到 Notion 普通数据库", - NotionNextButton: "NotionNext 同步命令开关", - NotionNextButtonDesc: "打开此选项,NotionNext 同步将显示在命令面板中", + NotionNextButton: "NotionNext 同步", + NotionNextButtonDesc: "打开此选项,NotionNext 同步将显示在命令面板中(默认:开)", NotionNextSettingHeader: "NotionNext 数据库参数设置", NotionAPI: "Notion API 令牌", - NotionAPIDesc: "显示为密码", + NotionAPIDesc: "从 https://www.notion.so/my-integrations 生成", NotionAPIText: "输入你的 Notion API 令牌", DatabaseID: "数据库 ID", DatabaseIDText: "输入你的数据库 ID", @@ -72,15 +72,15 @@ export const I18n: { [key: string]: any } = { BannerUrlText: "输入你的封面图片地址", NotionUser: "Notion ID(用户名,可选)", NotionUserDesc: - "你的 Notion ID(可选),分享链接类似:https://username.notion.site/,你的 Notion ID 是 [username]", + "数据库分享链接类似:https://username.notion.site/。你的 Notion ID 是 [username]", NotionUserText: "输入你的 Notion ID", NotionGeneralSettingHeader: "普通 Notion 数据库设置", - NotionGeneralButton: "普通数据库同步命令开关", - NotionGeneralButtonDesc: "打开此选项,同步到普通数据库命令将显示在命令面板中", + NotionGeneralButton: "普通数据库同步", + NotionGeneralButtonDesc: "打开此选项,同步到普通数据库命令将显示在命令面板中(默认:开)", NotionCustomTitle: "修改 Notion 数据库表头开关", - NotionCustomTitleDesc: "自定义Notion 数据库第一列表头,默认关闭", + NotionCustomTitleDesc: "自定义Notion 数据库第一列表头名(默认:关)", NotionCustomTitleName: "想要修改的表头名", - NotionCustomTitleNameDesc: "输入你想要修改的notion数据库的表头名", + NotionCustomTitleNameDesc: "输入你想要修改的notion数据库的表头名(默认:title)", NotionCustomTitleText: "输入表头名", NotYetFinish: "未完成。此功能将在之后版本中提供", PlaceHolder: "输入数据库名称",