summaryrefslogtreecommitdiff
path: root/locale/ko.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/ko.po')
-rw-r--r--locale/ko.po59
1 files changed, 25 insertions, 34 deletions
diff --git a/locale/ko.po b/locale/ko.po
index 27f8216f8..156f40d9b 100644
--- a/locale/ko.po
+++ b/locale/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-06-01 17:10-0700\n"
+"POT-Creation-Date: 2020-06-25 11:44-0500\n"
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
"Last-Translator: \n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -293,6 +293,7 @@ msgstr ""
msgid "All timers for this pin are in use"
msgstr "핀의 모든 타이머가 사용 중입니다"
+#: ports/atmel-samd/common-hal/_pew/PewPew.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -300,7 +301,7 @@ msgstr "핀의 모든 타이머가 사용 중입니다"
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
-#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
+#: shared-bindings/pulseio/PWMOut.c
msgid "All timers in use"
msgstr "모든 타이머가 사용 중입니다"
@@ -576,6 +577,10 @@ msgstr ""
msgid "Corrupt raw code"
msgstr ""
+#: ports/cxd56/common-hal/gnss/GNSS.c
+msgid "Could not initialize GNSS"
+msgstr ""
+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr ""
@@ -821,10 +826,6 @@ msgstr ""
msgid "I2C Init Error"
msgstr ""
-#: extmod/machine_i2c.c
-msgid "I2C operation not supported"
-msgstr ""
-
#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
@@ -966,7 +967,7 @@ msgstr "오른쪽 채널 핀이 잘못되었습니다"
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
-#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
+#: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1429,6 +1430,10 @@ msgstr ""
msgid "Supply at least one UART pin"
msgstr ""
+#: shared-bindings/gnss/GNSS.c
+msgid "System entry must be gnss.SatelliteSystem"
+msgstr ""
+
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Temperature read timed out"
msgstr ""
@@ -1616,6 +1621,7 @@ msgid ""
msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
+#: ports/stm/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr ""
@@ -1725,11 +1731,11 @@ msgstr ""
msgid "address %08x is not aligned to %d bytes"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "address out of bounds"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "addresses is empty"
msgstr ""
@@ -1810,10 +1816,6 @@ msgstr ""
msgid "bits must be 7, 8 or 9"
msgstr "비트(bits)는 7, 8 또는 9 여야합니다"
-#: extmod/machine_spi.c
-msgid "bits must be 8"
-msgstr "비트(bits)는 8이어야합니다"
-
#: shared-bindings/audiomixer/Mixer.c
msgid "bits_per_sample must be 8 or 16"
msgstr "bits_per_sample은 8 또는 16이어야합니다."
@@ -1839,10 +1841,6 @@ msgstr ""
msgid "buffer too small"
msgstr ""
-#: extmod/machine_spi.c
-msgid "buffers must be the same length"
-msgstr ""
-
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""
@@ -1918,7 +1916,7 @@ msgstr ""
msgid "can't convert NaN to int"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "can't convert address to int"
msgstr ""
@@ -2272,10 +2270,6 @@ msgstr ""
msgid "first argument to super() must be type"
msgstr ""
-#: extmod/machine_spi.c
-msgid "firstbit must be MSB"
-msgstr ""
-
#: extmod/ulab/code/ndarray.c
msgid "flattening order must be either 'C', or 'F'"
msgstr ""
@@ -2460,14 +2454,6 @@ msgstr ""
msgid "interval must be in range %s-%s"
msgstr ""
-#: extmod/machine_i2c.c
-msgid "invalid I2C peripheral"
-msgstr "ICT주변 기기가 유효하지 않습니다"
-
-#: extmod/machine_spi.c
-msgid "invalid SPI peripheral"
-msgstr "SPI주변 기기가 유효하지 않습니다"
-
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr ""
@@ -2644,10 +2630,6 @@ msgstr ""
msgid "must raise an object"
msgstr ""
-#: extmod/machine_spi.c
-msgid "must specify all of sck/mosi/miso"
-msgstr ""
-
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr ""
@@ -3319,3 +3301,12 @@ msgstr ""
#~ msgid "Failed to continue scanning, err 0x%04x"
#~ msgstr "스캔을 계속할 수 없습니다, 오류 0x%04x"
+
+#~ msgid "bits must be 8"
+#~ msgstr "비트(bits)는 8이어야합니다"
+
+#~ msgid "invalid I2C peripheral"
+#~ msgstr "ICT주변 기기가 유효하지 않습니다"
+
+#~ msgid "invalid SPI peripheral"
+#~ msgstr "SPI주변 기기가 유효하지 않습니다"