Skip to content

Commit 6fbeb28

Browse files
committed
Update translations
1 parent 8b71e26 commit 6fbeb28

File tree

1 file changed

+51
-23
lines changed

1 file changed

+51
-23
lines changed

locale/circuitpython.pot

Lines changed: 51 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-08-21 21:39-0500\n"
11+
"POT-Creation-Date: 2020-08-25 16:39-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -273,7 +273,7 @@ msgstr ""
273273
msgid "A hardware interrupt channel is already in use"
274274
msgstr ""
275275

276-
#: shared-bindings/_bleio/Address.c
276+
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
277277
#, c-format
278278
msgid "Address must be %d bytes long"
279279
msgstr ""
@@ -302,7 +302,7 @@ msgstr ""
302302
msgid "All sync event channels in use"
303303
msgstr ""
304304

305-
#: shared-bindings/pulseio/PWMOut.c
305+
#: shared-bindings/pwmio/PWMOut.c
306306
msgid "All timers for this pin are in use"
307307
msgstr ""
308308

@@ -314,7 +314,7 @@ msgstr ""
314314
#: ports/cxd56/common-hal/pulseio/PulseOut.c
315315
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
316316
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
317-
#: ports/stm/peripherals/timers.c shared-bindings/pulseio/PWMOut.c
317+
#: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
318318
msgid "All timers in use"
319319
msgstr ""
320320

@@ -371,6 +371,10 @@ msgstr ""
371371
msgid "Attempted heap allocation when MicroPython VM not running."
372372
msgstr ""
373373

374+
#: shared-bindings/wifi/Radio.c
375+
msgid "Authentication failure"
376+
msgstr ""
377+
374378
#: main.c
375379
msgid "Auto-reload is off.\n"
376380
msgstr ""
@@ -552,7 +556,7 @@ msgstr ""
552556
msgid "Cannot unambiguously get sizeof scalar"
553557
msgstr ""
554558

555-
#: ports/stm/common-hal/pulseio/PWMOut.c
559+
#: ports/stm/common-hal/pwmio/PWMOut.c
556560
msgid "Cannot vary frequency on a timer that is already in use"
557561
msgstr ""
558562

@@ -621,31 +625,31 @@ msgstr ""
621625
msgid "Could not initialize UART"
622626
msgstr ""
623627

624-
#: ports/stm/common-hal/pulseio/PWMOut.c
628+
#: ports/stm/common-hal/pwmio/PWMOut.c
625629
msgid "Could not initialize channel"
626630
msgstr ""
627631

628-
#: ports/stm/common-hal/pulseio/PWMOut.c
632+
#: ports/stm/common-hal/pwmio/PWMOut.c
629633
msgid "Could not initialize timer"
630634
msgstr ""
631635

632-
#: ports/stm/common-hal/pulseio/PWMOut.c
636+
#: ports/stm/common-hal/pwmio/PWMOut.c
633637
msgid "Could not re-init channel"
634638
msgstr ""
635639

636-
#: ports/stm/common-hal/pulseio/PWMOut.c
640+
#: ports/stm/common-hal/pwmio/PWMOut.c
637641
msgid "Could not re-init timer"
638642
msgstr ""
639643

640-
#: ports/stm/common-hal/pulseio/PWMOut.c
644+
#: ports/stm/common-hal/pwmio/PWMOut.c
641645
msgid "Could not restart PWM"
642646
msgstr ""
643647

644648
#: shared-bindings/_bleio/Adapter.c
645649
msgid "Could not set address"
646650
msgstr ""
647651

648-
#: ports/stm/common-hal/pulseio/PWMOut.c
652+
#: ports/stm/common-hal/pwmio/PWMOut.c
649653
msgid "Could not start PWM"
650654
msgstr ""
651655

@@ -836,7 +840,7 @@ msgstr ""
836840
msgid "Frequency captured is above capability. Capture Paused."
837841
msgstr ""
838842

839-
#: ports/stm/common-hal/pulseio/PWMOut.c
843+
#: ports/stm/common-hal/pwmio/PWMOut.c
840844
msgid "Frequency must match existing PWMOut using this timer"
841845
msgstr ""
842846

@@ -938,9 +942,9 @@ msgstr ""
938942
msgid "Invalid DAC pin supplied"
939943
msgstr ""
940944

941-
#: ports/atmel-samd/common-hal/pulseio/PWMOut.c
942-
#: ports/cxd56/common-hal/pulseio/PWMOut.c
943-
#: ports/nrf/common-hal/pulseio/PWMOut.c shared-bindings/pulseio/PWMOut.c
945+
#: ports/atmel-samd/common-hal/pwmio/PWMOut.c
946+
#: ports/cxd56/common-hal/pwmio/PWMOut.c ports/nrf/common-hal/pwmio/PWMOut.c
947+
#: shared-bindings/pwmio/PWMOut.c
944948
msgid "Invalid PWM frequency"
945949
msgstr ""
946950

@@ -980,7 +984,7 @@ msgstr ""
980984
msgid "Invalid format chunk size"
981985
msgstr ""
982986

983-
#: ports/stm/common-hal/pulseio/PWMOut.c
987+
#: ports/stm/common-hal/pwmio/PWMOut.c
984988
msgid "Invalid frequency supplied"
985989
msgstr ""
986990

@@ -998,8 +1002,8 @@ msgid "Invalid phase"
9981002
msgstr ""
9991003

10001004
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1001-
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
1002-
#: shared-bindings/pulseio/PWMOut.c shared-module/rgbmatrix/RGBMatrix.c
1005+
#: ports/atmel-samd/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c
1006+
#: shared-module/rgbmatrix/RGBMatrix.c
10031007
msgid "Invalid pin"
10041008
msgstr ""
10051009

@@ -1023,7 +1027,7 @@ msgstr ""
10231027
msgid "Invalid pins"
10241028
msgstr ""
10251029

1026-
#: ports/stm/common-hal/pulseio/PWMOut.c
1030+
#: ports/stm/common-hal/pwmio/PWMOut.c
10271031
msgid "Invalid pins for PWMOut"
10281032
msgstr ""
10291033

@@ -1205,10 +1209,14 @@ msgstr ""
12051209
msgid "No long integer support"
12061210
msgstr ""
12071211

1208-
#: ports/stm/common-hal/pulseio/PWMOut.c
1212+
#: ports/stm/common-hal/pwmio/PWMOut.c
12091213
msgid "No more timers available on this pin."
12101214
msgstr ""
12111215

1216+
#: shared-bindings/wifi/Radio.c
1217+
msgid "No network with that ssid"
1218+
msgstr ""
1219+
12121220
#: shared-module/touchio/TouchIn.c
12131221
msgid "No pulldown on pin; 1Mohm recommended"
12141222
msgstr ""
@@ -1229,6 +1237,10 @@ msgstr ""
12291237
msgid "Nordic Soft Device failure assertion."
12301238
msgstr ""
12311239

1240+
#: shared-bindings/ipaddress/IPv4Address.c shared-bindings/ipaddress/__init__.c
1241+
msgid "Not a valid IP string."
1242+
msgstr ""
1243+
12321244
#: ports/nrf/common-hal/_bleio/__init__.c
12331245
#: shared-bindings/_bleio/CharacteristicBuffer.c
12341246
msgid "Not connected"
@@ -1269,16 +1281,20 @@ msgid ""
12691281
"%d bpp given"
12701282
msgstr ""
12711283

1284+
#: shared-bindings/ipaddress/__init__.c
1285+
msgid "Only raw int supported for ip."
1286+
msgstr ""
1287+
12721288
#: shared-bindings/audiobusio/PDMIn.c
12731289
msgid "Oversample must be multiple of 8."
12741290
msgstr ""
12751291

1276-
#: shared-bindings/pulseio/PWMOut.c
1292+
#: shared-bindings/pwmio/PWMOut.c
12771293
msgid ""
12781294
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
12791295
msgstr ""
12801296

1281-
#: shared-bindings/pulseio/PWMOut.c
1297+
#: shared-bindings/pwmio/PWMOut.c
12821298
msgid ""
12831299
"PWM frequency not writable when variable_frequency is False on construction."
12841300
msgstr ""
@@ -1465,6 +1481,10 @@ msgstr ""
14651481
msgid "Serializer in use"
14661482
msgstr ""
14671483

1484+
#: shared-bindings/ssl/SSLContext.c
1485+
msgid "Server side context cannot have hostname."
1486+
msgstr ""
1487+
14681488
#: shared-bindings/nvm/ByteArray.c
14691489
msgid "Slice and value different lengths."
14701490
msgstr ""
@@ -1560,7 +1580,7 @@ msgstr ""
15601580
msgid "Timeout is too long: Maximum timeout length is %d seconds"
15611581
msgstr ""
15621582

1563-
#: ports/stm/common-hal/pulseio/PWMOut.c
1583+
#: ports/stm/common-hal/pwmio/PWMOut.c
15641584
msgid ""
15651585
"Timer was reserved for internal use - declare PWM pins earlier in the program"
15661586
msgstr ""
@@ -1660,6 +1680,10 @@ msgstr ""
16601680
msgid "Unexpected nrfx uuid type"
16611681
msgstr ""
16621682

1683+
#: shared-bindings/wifi/Radio.c
1684+
msgid "Unknown failure"
1685+
msgstr ""
1686+
16631687
#: ports/nrf/common-hal/_bleio/__init__.c
16641688
#, c-format
16651689
msgid "Unknown gatt error: 0x%04x"
@@ -1763,6 +1787,10 @@ msgid ""
17631787
"To list built-in modules please do `help(\"modules\")`.\n"
17641788
msgstr ""
17651789

1790+
#: shared-bindings/wifi/Radio.c
1791+
msgid "WiFi password must be between 8 and 63 characters."
1792+
msgstr ""
1793+
17661794
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
17671795
msgid "Writes not supported on Characteristic"
17681796
msgstr ""

0 commit comments

Comments
 (0)