fix(i18n): add missing i18n key-value for markdown editor (#298)

This commit is contained in:
Darren Yu 2025-08-21 09:55:58 +08:00 committed by GitHub
parent f0ad9ff896
commit d2ccb0b652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 0 deletions

View File

@ -10,9 +10,11 @@
"cancel": "Cancel"
},
"uploadImage": {
"dialogTitle": "Upload image",
"uploadInstructions": "Upload an image from your device:",
"addViaUrlInstructions": "Or add an image from an URL:",
"autoCompletePlaceholder": "Select or paste an image src",
"addViaUrlInstructionsNoUpload": "Image URL:",
"alt": "Alt:",
"title": "Title:"
},

View File

@ -10,9 +10,11 @@
"cancel": "キャンセル"
},
"uploadImage": {
"dialogTitle": "画像アップロード",
"uploadInstructions": "デバイスから画像をアップロード:",
"addViaUrlInstructions": "またはURLから画像を追加",
"autoCompletePlaceholder": "画像を選択または貼り付け",
"addViaUrlInstructionsNoUpload": "画像URL",
"alt": "代替テキスト:",
"title": "タイトル:"
},

View File

@ -10,9 +10,11 @@
"cancel": "取消"
},
"uploadImage": {
"dialogTitle": "上传图片",
"uploadInstructions": "从您的设备中上传图片:",
"addViaUrlInstructions": "或从网址新增图片:",
"autoCompletePlaceholder": "选择或粘贴图片",
"addViaUrlInstructionsNoUpload": "图片网址:",
"alt": "替代文本:",
"title": "标题:"
},

View File

@ -14,6 +14,7 @@
"uploadInstructions": "從您的裝置上傳圖片:",
"addViaUrlInstructions": "或從網址新增圖片:",
"autoCompletePlaceholder": "選擇或貼上圖片網址",
"addViaUrlInstructionsNoUpload": "圖片網址:",
"alt": "替代文字:",
"title": "標題:"
},