MicroCommunityWeb/public/vcCore/vc-en.js
2020-12-09 01:05:22 +08:00

21 lines
585 B
JavaScript

/**
* 英文包
*/
(function(window){
window.lang={
"systemName":"CommunityManagement",
"systemSimpleName":"HC",
"subSystemName": "CommunityManagement",
"companyTeam":"java110 team",
"welcome":"welcome community management",
"signOut":"sign out",
"signIn":"sign in",
"register":"register",
"moreCommunity":"more community",
"moreMsg":"more message",
"title":"CommunityManagement|java110",
"noAccount":"no account?",
"areyouhasaccount":"are you has account?"
}
})(window)