Add localization.

pull/2751/head
maliming 5 years ago
parent 93d080ad3f
commit 6f29a642d8

@ -79,6 +79,9 @@
"UniqueComputerId": "计算机唯一ID",
"LastSeenDate": "上次查看日期",
"{0}Computer{1}WillBeRemovedFromRecords": "计算机 {0} ({1}) 将从记录中删除",
"This{0}AlreadyExistInThisOrganization": "该组织中已经存在此 {0}"
"OrganizationDeletionWarningMessage": "组织将被删除",
"This{0}AlreadyExistInThisOrganization": "该组织中已经存在此 {0}",
"AreYouSureYouWantToDeleteAllComputers": "您确定要删除所有计算机吗?",
"DeleteAll": "删除所有"
}
}

@ -13,6 +13,7 @@
"DefaultErrorMessage404": "未找到资源!",
"DefaultErrorMessage404Detail": "未在服务中找到请求的资源!",
"EntityNotFoundErrorMessage": "实体 {0} 不存在,id = {1}!",
"Languages": "语言",
"Error": "错误",
"AreYouSure": "你确定吗?",
"Cancel": "取消",

Loading…
Cancel
Save