mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-30 00:48:36 +08:00
update translate
This commit is contained in:
@@ -6,11 +6,11 @@ export const I18n: { [key: string]: any } = {
|
|||||||
CommandName: "Share to NotionNext Database",
|
CommandName: "Share to NotionNext Database",
|
||||||
CommandIDGeneral: "share-to-notion",
|
CommandIDGeneral: "share-to-notion",
|
||||||
CommandNameGeneral: "Share to Notion General Database",
|
CommandNameGeneral: "Share to Notion General Database",
|
||||||
NotionNextButton: "NotionNext command switch",
|
NotionNextButton: "NotionNext Sync",
|
||||||
NotionNextButtonDesc: "Open this option, Sync to NotionNext command will be displayed in the command palette",
|
NotionNextButtonDesc: "Open this option, Sync to NotionNext command will be displayed in the command palette (default: ON)",
|
||||||
NotionNextSettingHeader: "NotionNext Database Settings",
|
NotionNextSettingHeader: "NotionNext Database Settings",
|
||||||
NotionAPI: "Notion API Token",
|
NotionAPI: "Notion API Token",
|
||||||
NotionAPIDesc: "It's a secret",
|
NotionAPIDesc: "Generate from https://www.notion.so/my-integrations",
|
||||||
NotionAPIText: "Enter your Notion API Token",
|
NotionAPIText: "Enter your Notion API Token",
|
||||||
DatabaseID: "Database ID",
|
DatabaseID: "Database ID",
|
||||||
DatabaseIDText: "Enter your Database ID",
|
DatabaseIDText: "Enter your Database ID",
|
||||||
@@ -20,15 +20,15 @@ export const I18n: { [key: string]: any } = {
|
|||||||
BannerUrlText: "Enter your banner url",
|
BannerUrlText: "Enter your banner url",
|
||||||
NotionUser: "Notion ID (username, optional)",
|
NotionUser: "Notion ID (username, optional)",
|
||||||
NotionUserDesc:
|
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",
|
NotionUserText: "Enter your notion ID",
|
||||||
NotionGeneralSettingHeader: "General Notion Database Settings",
|
NotionGeneralSettingHeader: "General Notion Database Settings",
|
||||||
NotionGeneralButton: "Notion General command switch",
|
NotionGeneralButton: "Notion General Sync",
|
||||||
NotionGeneralButtonDesc: "Open this option, Sync to Notion General Database command will be displayed in the command palette",
|
NotionGeneralButtonDesc: "Open this option, Sync to Notion General Database command will be displayed in the command palette (default: ON)",
|
||||||
NotionCustomTitle: "Customise column name",
|
NotionCustomTitle: "Customise title property",
|
||||||
NotionCustomTitleDesc: "Modify the column name of the Notion database, default (off)",
|
NotionCustomTitleDesc: "Modify the column name of the Notion database (default: OFF)",
|
||||||
NotionCustomTitleName: "Preferred title name",
|
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",
|
NotionCustomTitleText: "Enter the name",
|
||||||
NotYetFinish:
|
NotYetFinish:
|
||||||
"Not finished. This function will be available in the next version",
|
"Not finished. This function will be available in the next version",
|
||||||
@@ -53,16 +53,16 @@ export const I18n: { [key: string]: any } = {
|
|||||||
},
|
},
|
||||||
zh: {
|
zh: {
|
||||||
ribbonIcon: "分享到 NotionNext",
|
ribbonIcon: "分享到 NotionNext",
|
||||||
GeneralSetting: "通用信息设置",
|
GeneralSetting: "通用设置",
|
||||||
CommandID: "share-to-notionnext",
|
CommandID: "share-to-notionnext",
|
||||||
CommandName: "分享到 NotionNext",
|
CommandName: "分享到 NotionNext",
|
||||||
CommandIDGeneral: "share-to-notion",
|
CommandIDGeneral: "share-to-notion",
|
||||||
CommandNameGeneral: "分享到 Notion 普通数据库",
|
CommandNameGeneral: "分享到 Notion 普通数据库",
|
||||||
NotionNextButton: "NotionNext 同步命令开关",
|
NotionNextButton: "NotionNext 同步",
|
||||||
NotionNextButtonDesc: "打开此选项,NotionNext 同步将显示在命令面板中",
|
NotionNextButtonDesc: "打开此选项,NotionNext 同步将显示在命令面板中(默认:开)",
|
||||||
NotionNextSettingHeader: "NotionNext 数据库参数设置",
|
NotionNextSettingHeader: "NotionNext 数据库参数设置",
|
||||||
NotionAPI: "Notion API 令牌",
|
NotionAPI: "Notion API 令牌",
|
||||||
NotionAPIDesc: "显示为密码",
|
NotionAPIDesc: "从 https://www.notion.so/my-integrations 生成",
|
||||||
NotionAPIText: "输入你的 Notion API 令牌",
|
NotionAPIText: "输入你的 Notion API 令牌",
|
||||||
DatabaseID: "数据库 ID",
|
DatabaseID: "数据库 ID",
|
||||||
DatabaseIDText: "输入你的数据库 ID",
|
DatabaseIDText: "输入你的数据库 ID",
|
||||||
@@ -72,15 +72,15 @@ export const I18n: { [key: string]: any } = {
|
|||||||
BannerUrlText: "输入你的封面图片地址",
|
BannerUrlText: "输入你的封面图片地址",
|
||||||
NotionUser: "Notion ID(用户名,可选)",
|
NotionUser: "Notion ID(用户名,可选)",
|
||||||
NotionUserDesc:
|
NotionUserDesc:
|
||||||
"你的 Notion ID(可选),分享链接类似:https://username.notion.site/,你的 Notion ID 是 [username]",
|
"数据库分享链接类似:https://username.notion.site/。你的 Notion ID 是 [username]",
|
||||||
NotionUserText: "输入你的 Notion ID",
|
NotionUserText: "输入你的 Notion ID",
|
||||||
NotionGeneralSettingHeader: "普通 Notion 数据库设置",
|
NotionGeneralSettingHeader: "普通 Notion 数据库设置",
|
||||||
NotionGeneralButton: "普通数据库同步命令开关",
|
NotionGeneralButton: "普通数据库同步",
|
||||||
NotionGeneralButtonDesc: "打开此选项,同步到普通数据库命令将显示在命令面板中",
|
NotionGeneralButtonDesc: "打开此选项,同步到普通数据库命令将显示在命令面板中(默认:开)",
|
||||||
NotionCustomTitle: "修改 Notion 数据库表头开关",
|
NotionCustomTitle: "修改 Notion 数据库表头开关",
|
||||||
NotionCustomTitleDesc: "自定义Notion 数据库第一列表头,默认关闭",
|
NotionCustomTitleDesc: "自定义Notion 数据库第一列表头名(默认:关)",
|
||||||
NotionCustomTitleName: "想要修改的表头名",
|
NotionCustomTitleName: "想要修改的表头名",
|
||||||
NotionCustomTitleNameDesc: "输入你想要修改的notion数据库的表头名",
|
NotionCustomTitleNameDesc: "输入你想要修改的notion数据库的表头名(默认:title)",
|
||||||
NotionCustomTitleText: "输入表头名",
|
NotionCustomTitleText: "输入表头名",
|
||||||
NotYetFinish: "未完成。此功能将在之后版本中提供",
|
NotYetFinish: "未完成。此功能将在之后版本中提供",
|
||||||
PlaceHolder: "输入数据库名称",
|
PlaceHolder: "输入数据库名称",
|
||||||
|
|||||||
Reference in New Issue
Block a user