diff options
| author | Seungbin Oh <sboh1214@gmail.com> | 2021-08-03 04:19:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 12:19:38 -0700 |
| commit | d15309ea31587fca01229fc770bd1afb3681a2b8 (patch) | |
| tree | 73fb28105d1ed5906ac2cfed6a7c4d186532b40d /src/i18n.js | |
| parent | e19acb327382965b674c3a713b61f60cf30af9a1 (diff) | |
๐ฐ๐ท Add Korean translation (#163)
Diffstat (limited to 'src/i18n.js')
| -rw-r--r-- | src/i18n.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/i18n.js b/src/i18n.js index f8053fa..454a65b 100644 --- a/src/i18n.js +++ b/src/i18n.js | |||
| @@ -575,6 +575,31 @@ const resources = { | |||
| 575 | select: 'Pilih Bahasa', | 575 | select: 'Pilih Bahasa', |
| 576 | }, | 576 | }, |
| 577 | }, | 577 | }, |
| 578 | ko: { | ||
| 579 | translation: { | ||
| 580 | title: 'WiFi ์นด๋', | ||
| 581 | 'desc.use': | ||
| 582 | 'WiFi ๋ก๊ทธ์ธ ์ ๋ณด๋ฅผ ์๋ ค์ฃผ๋ ๊ฐ๋จํ ์นด๋๋ฅผ ์ถ๋ ฅํ์ธ์. ๋์ฅ๊ณ ์ ๋ถ์ด๊ฑฐ๋, ์ง๊ฐ์ ์์งํ๋ ๋ฑ ๋ค์ํ๊ฒ ์ด์ฉํ์ธ์.', | ||
| 583 | 'desc.privacy': | ||
| 584 | '์ ๋ ฅํ WiFi ์ ๋ณด๋ ์๋ฒ๋ก ์ ์ก๋์ง ์์ต๋๋ค. ์ด ์น์ฌ์ดํธ๋ ์ถ์ , ๋ถ์, ๋์งํธ ์ง๋ฌธ์ ์ฌ์ฉํ์ง ์์ต๋๋ค. ์์ค ์ฝ๋๋ฅผ ์ฐธ์กฐํ์ธ์', | ||
| 585 | 'desc.source': '์์ค ์ฝ๋', | ||
| 586 | 'wifi.login': 'WiFi ๋ก๊ทธ์ธ', | ||
| 587 | 'wifi.name': '๋คํธ์ํฌ ์ด๋ฆ', | ||
| 588 | 'wifi.name.placeholder': 'WiFi ๋คํธ์ํฌ ์ด๋ฆ', | ||
| 589 | 'wifi.password': '๋น๋ฐ๋ฒํธ', | ||
| 590 | 'wifi.password.placeholder': '๋น๋ฐ๋ฒํธ', | ||
| 591 | 'wifi.password.hide': '์ธ์ํ๊ธฐ ์ ์ ๋น๋ฐ๋ฒํธ ๊ฐ๋ฆฌ๊ธฐ', | ||
| 592 | 'wifi.password.encryption': '๋ณด์', | ||
| 593 | 'wifi.password.encryption.none': '์์', | ||
| 594 | 'wifi.tip': 'ํด๋ํฐ์ ์นด๋ฉ๋ผ๋ฅผ QR ์ฝ๋์ ๊ฐ์ ธ๋์ด ์๋์ผ๋ก ์ฐ๊ฒฐํ์ธ์', | ||
| 595 | 'wifi.alert.name': '๋คํธ์ํฌ ์ด๋ฆ์ ๊ณต๋ฐฑ์ผ ์ ์์ต๋๋ค', | ||
| 596 | 'wifi.alert.password.length.5': '๋น๋ฐ๋ฒํธ๋ 5๊ธ์ ์ด์์ด์ด์ผ ํฉ๋๋ค.', | ||
| 597 | 'wifi.alert.password.length.8': '๋น๋ฐ๋ฒํธ๋ 8๊ธ์ ์ด์์ด์ด์ผ ํฉ๋๋ค.', | ||
| 598 | 'button.rotate': 'ํ์ ', | ||
| 599 | 'button.print': '์ธ์', | ||
| 600 | select: '์ธ์ด ์ ํ', | ||
| 601 | }, | ||
| 602 | }, | ||
| 578 | }; | 603 | }; |
| 579 | 604 | ||
| 580 | i18n | 605 | i18n |
