File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "Please sign in" : " 로그인을 해주세요" ,
3+ "email address" : " 이메일 주소" ,
4+ "username" : " 사용자명" ,
5+ "password" : " 비밀번호" ,
6+ "Remember me" : " 로그인 상태 유지" ,
7+ "Log in" : " 로그인" ,
8+ "hot update server" : " OTA 업데이트 서버" ,
9+ "Change Password" : " 비밀번호 변경" ,
10+ "Obtain" : " 발급" ,
11+ "old password" : " 현재 비밀번호" ,
12+ "new password" : " 새 비밀번호" ,
13+ "please login again" : " 다시 로그인해주세요" ,
14+ "change success" : " 변경되었습니다" ,
15+ "Logout" : " 로그아웃" ,
16+ "Register" : " 회원가입"
17+ }
Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ class ClientManager {
194194 throw new AppError ( 'Not found deployment, check deployment key is right.' ) ;
195195 }
196196 const version = parseVersion ( appVersion ) ;
197+ logger . info ( 'updateCheck.parsedVersion' , { version } ) ;
197198 return DeploymentsVersions . findAll ( {
198199 where : {
199200 deployment_id : dep . id ,
You can’t perform that action at this time.
0 commit comments