fix: Complete missing client translations, improve consistency
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
export default {
|
||||
translation: {
|
||||
common: {
|
||||
activeUsersLimitReached: null,
|
||||
adminLoginRequiredToInitializeInstance: null,
|
||||
activeUsersLimitReached: '활성 사용자 한도에 도달했습니다',
|
||||
adminLoginRequiredToInitializeInstance: '인스턴스 초기화를 위해 관리자 로그인이 필요합니다',
|
||||
emailAlreadyInUse: '이미 사용 중인 이메일',
|
||||
emailOrUsername: '이메일 또는 사용자 이름',
|
||||
iHaveReadAndAgreeToTheseTerms: null,
|
||||
iHaveReadAndAgreeToTheseTerms: '이 약관을 읽고 동의합니다',
|
||||
invalidCredentials: '잘못된 자격 증명',
|
||||
invalidEmailOrUsername: '잘못된 이메일 또는 사용자 이름',
|
||||
invalidPassword: '잘못된 비밀번호',
|
||||
logIn_title: null,
|
||||
logIn_title: '로그인',
|
||||
noInternetConnection: '인터넷 연결 없음',
|
||||
or: null,
|
||||
or: '또는',
|
||||
pageNotFound_title: '페이지를 찾을 수 없음',
|
||||
password: '비밀번호',
|
||||
poweredByPlanka: null,
|
||||
poweredByPlanka: '<1>PLANKA</1>로 구동됨',
|
||||
serverConnectionFailed: '서버 연결 실패',
|
||||
unknownError: '알 수 없는 오류, 나중에 다시 시도하세요',
|
||||
useSingleSignOn: 'Single Sign-On(SSO) 사용',
|
||||
@@ -22,8 +22,8 @@ export default {
|
||||
},
|
||||
|
||||
action: {
|
||||
cancelAndClose: null,
|
||||
continue: null,
|
||||
cancelAndClose: '취소 후 닫기',
|
||||
continue: '계속',
|
||||
logIn: '로그인',
|
||||
logInWithSso: 'SSO로 로그인',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user