fix: typo in locale (#3659)
This commit is contained in:
parent
c827ffb8e6
commit
a4cc1d5316
|
|
@ -21,7 +21,7 @@
|
||||||
"btn_scale_y": "Flip vertical",
|
"btn_scale_y": "Flip vertical",
|
||||||
"btn_zoom_in": "Zoom in",
|
"btn_zoom_in": "Zoom in",
|
||||||
"btn_zoom_out": "Zoom out",
|
"btn_zoom_out": "Zoom out",
|
||||||
"preview": "Preivew"
|
"preview": "Preview"
|
||||||
},
|
},
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"loadingText": "Loading...",
|
"loadingText": "Loading...",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"fileName": "File name",
|
"fileName": "File name",
|
||||||
"fileSize": "File size",
|
"fileSize": "File size",
|
||||||
"fileStatue": "File status",
|
"fileStatue": "File status",
|
||||||
"pending": "Pendig",
|
"pending": "Pending",
|
||||||
"startUpload": "Start upload",
|
"startUpload": "Start upload",
|
||||||
"uploadSuccess": "Upload successfully",
|
"uploadSuccess": "Upload successfully",
|
||||||
"uploadError": "Upload failed",
|
"uploadError": "Upload failed",
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
"tabDetail": "Tab Detail",
|
"tabDetail": "Tab Detail",
|
||||||
"tabsQuickBtn": "Tabs quick button",
|
"tabsQuickBtn": "Tabs quick button",
|
||||||
"tabsRedoBtn": "Tabs redo button",
|
"tabsRedoBtn": "Tabs redo button",
|
||||||
"tabsFoldBtn": "Tabs flod button",
|
"tabsFoldBtn": "Tabs fold button",
|
||||||
"sidebar": "Sidebar",
|
"sidebar": "Sidebar",
|
||||||
"header": "Header",
|
"header": "Header",
|
||||||
"footer": "Footer",
|
"footer": "Footer",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue