fix: 修复移动端英文翻译错误

This commit is contained in:
Jiangjie.Bai 2022-01-20 12:36:29 +08:00 committed by GitHub
parent 75e20d324d
commit 32e666dc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"app.name": "DataEase", "app.name": "DataEase",
"navigate.menuHome": "Home", "navigate.menuHome": "Home",
"navigate.menuDir": "Dir", "navigate.menuDir": "Folder",
"navigate.menuMe": "Me", "navigate.menuMe": "Me",
"navigate.search": "Search", "navigate.search": "Search",
@ -38,9 +38,9 @@
}, },
"dir": { "dir": {
"searchHistory": "Search History", "searchHistory": "Search History",
"clearConfirm": "Sure Clean All History ?", "clearConfirm": "Are You Sure To Clean All History ?",
"noHistory": "There Are No Any History", "noHistory": "There Are No Any History",
"contentPrefix": "The Content You Code Are ", "contentPrefix": "The Content Is ",
"contentSuffix": "Will Be Marked As History When You Confirm" "contentSuffix": "Will Be Marked As History When You Confirm"
}, },
"me": { "me": {