aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.js
diff options
context:
space:
mode:
authorSeungbin Oh <sboh1214@gmail.com>2021-08-03 04:19:38 +0900
committerGitHub <noreply@github.com>2021-08-02 12:19:38 -0700
commitd15309ea31587fca01229fc770bd1afb3681a2b8 (patch)
tree73fb28105d1ed5906ac2cfed6a7c4d186532b40d /src/i18n.js
parente19acb327382965b674c3a713b61f60cf30af9a1 (diff)
๐Ÿ‡ฐ๐Ÿ‡ท Add Korean translation (#163)
Diffstat (limited to 'src/i18n.js')
-rw-r--r--src/i18n.js25
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
580i18n 605i18n