modify setting modal

This commit is contained in:
Jiaxin Peng
2023-12-26 21:19:24 +00:00
parent 370444fb94
commit 59c15f1206
4 changed files with 149 additions and 11 deletions

View File

@@ -4,6 +4,9 @@ export const en = {
databaseNext: "NotionNext",
databaseGeneral: "General",
databaseCustom: "Custom",
databaseAbbreviateName: "Database Abbreviate Name",
databaseAbbreviateNameDesc: "Please give a nick name for your database",
databaseAbbreviateNameText: "Enter your database nick name",
ribbonIcon: "Share to NotionNext",
GeneralSetting: "General information Settings",
CommandID: "share-to-notionnext",

View File

@@ -4,6 +4,9 @@ export const ja = {
databaseNext: "NotionNext",
databaseGeneral: "一般的なNotion",
databaseCustom: "カスタム",
databaseAbbreviateName: "データベースの略称",
databaseAbbreviateNameDesc: "データベースの略称を入力してください",
databaseAbbreviateNameText: "データベースの略称を入力",
ribbonIcon: "NotionNextで共有",
GeneralSetting: "一般設定",
CommandID: "share-to-notionnext",

View File

@@ -4,6 +4,9 @@ export const zh = {
databaseNext: "NotionNext",
databaseGeneral: "普通",
databaseCustom: "自定义",
databaseAbbreviateName: "数据库简称",
databaseAbbreviateNameDesc: "给你的数据库起一个简称",
databaseAbbreviateNameText: "输入你的数据库简称",
ribbonIcon: "分享到 NotionNext",
GeneralSetting: "通用设置",
CommandID: "share-to-notionnext",