Browse Source

Add Korean language (#833)

Thank you @jkh0kr!
pull/782/head
Philip H 1 year ago
committed by GitHub
parent
commit
2e792cb962
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 27
      src/www/js/i18n.js

27
src/www/js/i18n.js

@ -245,4 +245,31 @@ const messages = { // eslint-disable-line no-unused-vars
madeBy: 'Hecho por',
donate: 'Donar',
},
ko: {
name: '이름',
password: '암호',
signIn: '로그안',
logout: '로그아웃',
updateAvailable: '업데이트가 있습니다!',
update: '업데이트',
clients: '클라이언트',
new: '추가',
deleteClient: '클라이언트 삭제',
deleteDialog1: '삭제 하시겠습니까?',
deleteDialog2: '이 작업은 취소할 수 없습니다.',
cancel: '취소',
create: '생성',
createdOn: '생성일: ',
lastSeen: '마지막 사용 날짜: ',
totalDownload: '총 다운로드: ',
totalUpload: '총 업로드: ',
newClient: '새로운 클라이언트',
disableClient: '클라이언트 비활성화',
enableClient: '클라이언트 활성화',
noClients: '아직 클라이언트가 없습니다.',
showQR: 'QR 코드 표시',
downloadConfig: '구성 다운로드',
madeBy: '만든 사람',
donate: '기부',
},
};

Loading…
Cancel
Save