diff options
| author | Seungbin Oh <sboh1214@gmail.com> | 2021-08-26 23:50:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 07:50:21 -0700 |
| commit | eecd1e71bf7ce829b5ad3d39a6c493bb69eec25d (patch) | |
| tree | a106ad26345cc7911aca557f2a1589cc451e3ade | |
| parent | 048129024f099e7ccaea6606f10d9181403ad31e (diff) | |
Update Korean translation (#194)
* Update Korean translation
* Update Korean translation
| -rw-r--r-- | src/translations.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/translations.js b/src/translations.js index 754beb9..5bb8564 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -671,15 +671,18 @@ export const Translations = [ | |||
| 671 | 'wifi.login': 'WiFi 로그인', | 671 | 'wifi.login': 'WiFi 로그인', |
| 672 | 'wifi.name': '네트워크 이름', | 672 | 'wifi.name': '네트워크 이름', |
| 673 | 'wifi.name.placeholder': 'WiFi 네트워크 이름', | 673 | 'wifi.name.placeholder': 'WiFi 네트워크 이름', |
| 674 | 'wifi.name.hiddenSSID': '숨겨진 SSID', | ||
| 674 | 'wifi.password': '비밀번호', | 675 | 'wifi.password': '비밀번호', |
| 675 | 'wifi.password.placeholder': '비밀번호', | 676 | 'wifi.password.placeholder': '비밀번호', |
| 676 | 'wifi.password.hide': '인쇄하기 전에 비밀번호 가리기', | 677 | 'wifi.password.hide': '비밀번호 가리기', |
| 677 | 'wifi.password.encryption': '보안', | 678 | 'wifi.password.encryption': '보안', |
| 678 | 'wifi.password.encryption.none': '없음', | 679 | 'wifi.password.encryption.none': '없음', |
| 679 | 'wifi.tip': '휴대폰의 카메라를 QR 코드에 가져대어 자동으로 연결하세요', | 680 | 'wifi.tip': '휴대폰의 카메라를 QR 코드에 가져대어 자동으로 연결하세요', |
| 680 | 'wifi.alert.name': '네트워크 이름은 공백일 수 없습니다', | 681 | 'wifi.alert.name': '네트워크 이름은 공백일 수 없습니다', |
| 681 | 'wifi.alert.password.length.5': '비밀번호는 5글자 이상이어야 합니다.', | 682 | 'wifi.alert.password.length.5': |
| 682 | 'wifi.alert.password.length.8': '비밀번호는 8글자 이상이어야 합니다.', | 683 | '비밀번호를 5글자 이상 입력하시거나 보안을 "없음"으로 변경하세요.', |
| 684 | 'wifi.alert.password.length.8': | ||
| 685 | '비밀번호를 8글자 이상 입력하시거나 보안을 "없음"으로 변경하세요.', | ||
| 683 | 'button.rotate': '회전', | 686 | 'button.rotate': '회전', |
| 684 | 'button.print': '인쇄', | 687 | 'button.print': '인쇄', |
| 685 | select: '언어 선택', | 688 | select: '언어 선택', |
