mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
22 lines
623 B
JavaScript
Executable File
22 lines
623 B
JavaScript
Executable File
|
|
/**
|
|
* 英文包
|
|
*/
|
|
(function(window){
|
|
window.lang={
|
|
"systemName":"CommunityManagement",
|
|
"systemSimpleName":"SR",
|
|
"subSystemName": "CommunityManagement",
|
|
"companyTeam":"sky Round data team",
|
|
"welcome":"welcome community management",
|
|
"signOut":"sign out",
|
|
"signIn":"sign in",
|
|
"register":"register",
|
|
"moreCommunity":"more community",
|
|
"moreMsg":"more message",
|
|
"title":"CommunityManagement",
|
|
"noAccount":"no account?",
|
|
"areyouhasaccount":"are you has account?",
|
|
"我的小区":"my community"
|
|
}
|
|
})(window) |