fix: incorrect label (#1517)

This commit is contained in:
Jesse Zhang 2024-03-05 16:17:24 +08:00 committed by GitHub
parent a254b1b374
commit faea67ee3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -11,8 +11,8 @@ const action = (view: EditorView) => {
}
export const ResizeImage: ICommand = {
name: "image-size",
label: "Image Size",
name: "resize-image",
label: "Resize Image",
icon: "i-mingcute-aspect-ratio-line",
execute: ({ view }) => {
action(view)

View File

@ -110,7 +110,7 @@
"Link": "リンク",
"Image": "画像",
"Upload Image, Audio or Video": "画像、音声、動画をアップロード",
"ResizeImage": "画像のサイズを変更",
"Resize Image": "画像のサイズを変更",
"Tip: xLog Flavored Markdown": "ヒントxLog 風のマークダウン",
"Preview": "プレビュー",
"Publish": "公開",

View File

@ -159,7 +159,7 @@
"Link": "連結",
"Image": "圖片",
"Upload Image, Audio or Video": "上傳圖片、音頻或視頻",
"ImageSize": "調整圖片大小",
"Resize Image": "調整圖片大小",
"Preview": "預覽",
"Publish": "發布",
"Update": "更新",

View File

@ -174,7 +174,7 @@
"Link": "链接",
"Image": "图片",
"Upload Image, Audio or Video": "上传图片、音频或视频",
"ImageSize": "调整图像大小",
"Resize Image": "调整图像大小",
"Mention": "提及",
"Tip: xLog Flavored Markdown": "帮助xLog 风格的 Markdown",
"Preview": "预览",