feat: Add 'sync-preffix' translation key to multiple locales.

This commit is contained in:
Jiaxin Peng
2025-12-10 23:05:07 +00:00
parent 5144f10e77
commit 7053a74e24
3 changed files with 51 additions and 48 deletions

View File

@@ -60,6 +60,7 @@ export const en = {
NotYetFinish: "This feature will be available in a future version.", NotYetFinish: "This feature will be available in a future version.",
PlaceHolder: "Enter database name", PlaceHolder: "Enter database name",
"notion-logo": "Sync to NotionNext", "notion-logo": "Sync to NotionNext",
"sync-preffix": "📄",
"sync-success": "Successfully synced to NotionNext:\n", "sync-success": "Successfully synced to NotionNext:\n",
"sync-fail": "Failed to sync to NotionNext:\n", "sync-fail": "Failed to sync to NotionNext:\n",
"open-notion": "Please open a file to sync first.", "open-notion": "Please open a file to sync first.",

View File

@@ -58,6 +58,7 @@ export const ja = {
NotYetFinish: "この機能は将来のバージョンで利用可能になります。", NotYetFinish: "この機能は将来のバージョンで利用可能になります。",
PlaceHolder: "データベース名を入力", PlaceHolder: "データベース名を入力",
"notion-logo": "NotionNextへ同期", "notion-logo": "NotionNextへ同期",
"sync-preffix": "📄",
"sync-success": "NotionNextへの同期が成功しました。\n", "sync-success": "NotionNextへの同期が成功しました。\n",
"sync-fail": "NotionNextへの同期に失敗しました。\n", "sync-fail": "NotionNextへの同期に失敗しました。\n",
"open-notion": "同期するファイルを先に開いてください。", "open-notion": "同期するファイルを先に開いてください。",

View File

@@ -60,6 +60,7 @@ export const zh = {
NotYetFinish: "此功能将在未来版本中提供", NotYetFinish: "此功能将在未来版本中提供",
PlaceHolder: "输入数据库名称", PlaceHolder: "输入数据库名称",
"notion-logo": "同步到 NotionNext", "notion-logo": "同步到 NotionNext",
"sync-preffix": "📄",
"sync-success": "成功同步到 NotionNext\n", "sync-success": "成功同步到 NotionNext\n",
"sync-fail": "同步到 NotionNext 失败:\n", "sync-fail": "同步到 NotionNext 失败:\n",
"open-file": "请先打开要同步的文件。", "open-file": "请先打开要同步的文件。",