-
-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Korean translation (#560)
- Loading branch information
Showing
2 changed files
with
151 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
/* Translated by Park Seok Ho */ | ||
|
||
export default { | ||
translation: { | ||
common: { | ||
emailOrUsername: '이메일 혹은 아이디', | ||
invalidEmailOrUsername: '이메일이나 사용자 이름이 유효하지 않습니다.', | ||
invalidPassword: '잘못된 비밀번호', | ||
emailOrUsername: '이메일 혹은 사용자 이름', | ||
invalidEmailOrUsername: '이메일 혹은 사용자 이름이 유효하지 않습니다.', | ||
invalidPassword: '유효하지 않은 비밀번호', | ||
logInToPlanka: 'Planka에 로그인', | ||
noInternetConnection: '인터넷에 연결되지 않음', | ||
pageNotFound_title: '페이지를 찾을수 없습니다.', | ||
password: '패스워드', | ||
noInternetConnection: '인터넷 연결이 없음', | ||
pageNotFound_title: '페이지를 찾을 수 없습니다.', | ||
password: '비밀번호', | ||
projectManagement: '프로젝트 관리', | ||
serverConnectionFailed: '서버 연결 실패', | ||
unknownError: '알 수 없는 오류가 발생하였습니다, 나중에 다시 시도하세요.', | ||
serverConnectionFailed: '서버 연결에 실패함', | ||
unknownError: '알 수 없는 오류, 나중에 다시 시도하십시오.', | ||
useSingleSignOn: 'single sign-on(SSO) 사용', | ||
}, | ||
|
||
action: { | ||
logIn: '로그인', | ||
logInWithSSO: 'single sign-on(SSO)으로 로그인', | ||
}, | ||
}, | ||
}; |