Skip to content

Translations update from Weblate #4043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 38 commits into from
Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1407af7
Add localization for built-in help
hugodahl Dec 30, 2020
ad7f4d8
Merge branch 'main' of https://github.com/adafruit/circuitpython into…
hugodahl Dec 31, 2020
2d8404c
Merge branch 'main' into add-translation-for-builtin-object-help
hugodahl Jan 12, 2021
5949516
Update circuitpython.pot
hugodahl Jan 12, 2021
87849fb
Fix pre-commit hook issue
hugodahl Jan 12, 2021
f07dd48
change IPPROTO_* comments to match usage in current shared-bindings a…
anecdata Jan 12, 2021
e703e06
Update shared-bindings/socketpool/SocketPool.c
anecdata Jan 13, 2021
e424c84
Merge pull request #38 from adafruit/main
DavePutz Jan 14, 2021
8094435
Merge branch 'main' of https://github.com/adafruit/circuitpython into…
hugodahl Jan 15, 2021
c524900
check connected before connecting
anecdata Jan 18, 2021
a01ff65
fix case of connecting when wifi is stopped
anecdata Jan 19, 2021
672d0e2
make translate
anecdata Jan 19, 2021
7076da3
Merge branch 'main' of https://github.com/adafruit/circuitpython into…
hugodahl Jan 19, 2021
1f6cd49
1. check enabled before scan; 2. make start-station() the single cont…
anecdata Jan 21, 2021
6043fdf
Merge pull request #39 from adafruit/main
DavePutz Jan 21, 2021
7263302
Translated using Weblate (Chinese (Pinyin))
hexthat Jan 21, 2021
e30bd35
Merge branch 'origin/main' into Weblate.
weblate Jan 21, 2021
2c086d6
Update translation files
weblate Jan 21, 2021
3aab17c
Adding longint support on RP2040
siehputz Jan 21, 2021
f39ca0a
Adding longing support on RP2040
siehputz Jan 21, 2021
ea9fe24
shrink arduino_mkrzero build
dhalbert Jan 21, 2021
10a44af
Merge pull request #3980 from anecdata/reasons2
tannewt Jan 21, 2021
4ae122f
Merge branch 'origin/main' into Weblate.
weblate Jan 21, 2021
e8e8c59
move longint choice to mpconfigport.mk
dhalbert Jan 22, 2021
63b5e56
shrink feather_m0_adalogger and gemma_m0
dhalbert Jan 22, 2021
e3275be
Merge pull request #3911 from hugodahl/add-translation-for-builtin-ob…
dhalbert Jan 22, 2021
500512f
Translated using Weblate (Portuguese (Brazil))
wtuemura Jan 22, 2021
380338f
Merge branch 'origin/main' into Weblate.
weblate Jan 22, 2021
9dbf203
Update translation files
weblate Jan 22, 2021
d74097c
update github actions cache key for xtensa build
dhalbert Jan 22, 2021
f72c147
Merge branch 'main' into connect
dhalbert Jan 22, 2021
ec8a42d
Merge pull request #4017 from anecdata/connect
dhalbert Jan 22, 2021
64e06cc
Merge branch 'origin/main' into Weblate.
weblate Jan 22, 2021
19da28d
Update translation files
weblate Jan 22, 2021
f50edc2
Merge pull request #4044 from DavePutz/rp2040_longint
dhalbert Jan 22, 2021
4e11e2d
Translated using Weblate (Portuguese (Brazil))
wtuemura Jan 22, 2021
d08f991
Merge branch 'origin/main' into Weblate.
weblate Jan 22, 2021
8c49c8d
shrink arduino_mkr1300
dhalbert Jan 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ jobs:
id: idf-cache
with:
path: ${{ github.workspace }}/.idf_tools
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210121
key: ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/esp32s2/esp-idf/HEAD') }}-20210122
- name: Clone IDF submodules
run: |
(cd $IDF_PATH && git submodule update --init)
Expand Down
30 changes: 29 additions & 1 deletion locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ msgstr " File \"%q\""
msgid " File \"%q\", line %d"
msgstr " File \"%q\", baris %d"

#: py/builtinhelp.c
msgid " is of type %q\n"
msgstr ""

#: main.c
msgid " output:\n"
msgstr "output:\n"
Expand Down Expand Up @@ -869,6 +873,10 @@ msgstr "Channel EXTINT sedang digunakan"
msgid "Error in regex"
msgstr "Error pada regex"

#: shared-bindings/socketpool/Socket.c
msgid "Error: Failure to bind"
msgstr ""

#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
Expand Down Expand Up @@ -1261,10 +1269,18 @@ msgstr "security_mode tidak valid"
msgid "Invalid size"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid socket for TLS"
msgstr ""

#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "Invalid state"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid use of TLS Socket"
msgstr ""

#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr "Suara tidak valid"
Expand All @@ -1281,6 +1297,10 @@ msgstr "File wave tidak valid"
msgid "Invalid word/bit length"
msgstr "Panjang kata/bit tidak valid"

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Issue setting SO_REUSEADDR"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr "Panjang kunci harus 16, 24, atau 32 byte"
Expand Down Expand Up @@ -1569,7 +1589,7 @@ msgstr ""
msgid "Out of memory"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/SocketPool.c
#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Out of sockets"
msgstr ""

Expand Down Expand Up @@ -3343,6 +3363,10 @@ msgstr ""
msgid "number of points must be at least 2"
msgstr ""

#: py/builtinhelp.c
msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
msgstr ""
Expand Down Expand Up @@ -3959,6 +3983,10 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/esp32s2/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
Expand Down
12 changes: 12 additions & 0 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ msgstr ""
msgid " File \"%q\", line %d"
msgstr ""

#: py/builtinhelp.c
msgid " is of type %q\n"
msgstr ""

#: main.c
msgid " output:\n"
msgstr ""
Expand Down Expand Up @@ -3308,6 +3312,10 @@ msgstr ""
msgid "number of points must be at least 2"
msgstr ""

#: py/builtinhelp.c
msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
msgstr ""
Expand Down Expand Up @@ -3922,6 +3930,10 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/esp32s2/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ msgstr " Soubor \"%q\""
msgid " File \"%q\", line %d"
msgstr " Soubor \"%q\", řádek %d"

#: py/builtinhelp.c
msgid " is of type %q\n"
msgstr ""

#: main.c
msgid " output:\n"
msgstr " výstup:\n"
Expand Down Expand Up @@ -853,6 +857,10 @@ msgstr ""
msgid "Error in regex"
msgstr ""

#: shared-bindings/socketpool/Socket.c
msgid "Error: Failure to bind"
msgstr ""

#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
Expand Down Expand Up @@ -1243,10 +1251,18 @@ msgstr ""
msgid "Invalid size"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid socket for TLS"
msgstr ""

#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "Invalid state"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid use of TLS Socket"
msgstr ""

#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr ""
Expand All @@ -1263,6 +1279,10 @@ msgstr ""
msgid "Invalid word/bit length"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Issue setting SO_REUSEADDR"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr ""
Expand Down Expand Up @@ -1545,7 +1565,7 @@ msgstr ""
msgid "Out of memory"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/SocketPool.c
#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Out of sockets"
msgstr ""

Expand Down Expand Up @@ -3295,6 +3315,10 @@ msgstr ""
msgid "number of points must be at least 2"
msgstr ""

#: py/builtinhelp.c
msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
msgstr ""
Expand Down Expand Up @@ -3909,6 +3933,10 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/esp32s2/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ msgstr " Datei \"%q\""
msgid " File \"%q\", line %d"
msgstr " Datei \"%q\", Zeile %d"

#: py/builtinhelp.c
msgid " is of type %q\n"
msgstr ""

#: main.c
msgid " output:\n"
msgstr " Ausgabe:\n"
Expand Down Expand Up @@ -865,6 +869,10 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
msgid "Error in regex"
msgstr "Fehler in regex"

#: shared-bindings/socketpool/Socket.c
msgid "Error: Failure to bind"
msgstr ""

#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
Expand Down Expand Up @@ -1260,10 +1268,18 @@ msgstr "Ungültiger security_mode"
msgid "Invalid size"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid socket for TLS"
msgstr ""

#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "Invalid state"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid use of TLS Socket"
msgstr ""

#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr "Ungültige Stimme"
Expand All @@ -1280,6 +1296,10 @@ msgstr "Ungültige wave Datei"
msgid "Invalid word/bit length"
msgstr "Ungültige Wort- / Bitlänge"

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Issue setting SO_REUSEADDR"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr "Der Schlüssel muss 16, 24 oder 32 Byte lang sein"
Expand Down Expand Up @@ -1570,7 +1590,7 @@ msgstr ""
msgid "Out of memory"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/SocketPool.c
#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Out of sockets"
msgstr ""

Expand Down Expand Up @@ -3372,6 +3392,10 @@ msgstr "Nicht genügend Argumente für den Formatierungs-String"
msgid "number of points must be at least 2"
msgstr "Die Anzahl der Punkte muss mindestens 2 betragen"

#: py/builtinhelp.c
msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
msgstr ""
Expand Down Expand Up @@ -3996,6 +4020,10 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/esp32s2/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr "Fenster muss <= Intervall sein"
Expand Down
30 changes: 29 additions & 1 deletion locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ msgstr ""
msgid " File \"%q\", line %d"
msgstr ""

#: py/builtinhelp.c
msgid " is of type %q\n"
msgstr ""

#: main.c
msgid " output:\n"
msgstr ""
Expand Down Expand Up @@ -850,6 +854,10 @@ msgstr ""
msgid "Error in regex"
msgstr ""

#: shared-bindings/socketpool/Socket.c
msgid "Error: Failure to bind"
msgstr ""

#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
Expand Down Expand Up @@ -1240,10 +1248,18 @@ msgstr ""
msgid "Invalid size"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid socket for TLS"
msgstr ""

#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "Invalid state"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Invalid use of TLS Socket"
msgstr ""

#: shared-bindings/audiomixer/Mixer.c
msgid "Invalid voice"
msgstr ""
Expand All @@ -1260,6 +1276,10 @@ msgstr ""
msgid "Invalid word/bit length"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Issue setting SO_REUSEADDR"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "Key must be 16, 24, or 32 bytes long"
msgstr ""
Expand Down Expand Up @@ -1542,7 +1562,7 @@ msgstr ""
msgid "Out of memory"
msgstr ""

#: ports/esp32s2/common-hal/socketpool/SocketPool.c
#: ports/esp32s2/common-hal/socketpool/Socket.c
msgid "Out of sockets"
msgstr ""

Expand Down Expand Up @@ -3292,6 +3312,10 @@ msgstr ""
msgid "number of points must be at least 2"
msgstr ""

#: py/builtinhelp.c
msgid "object "
msgstr ""

#: py/obj.c
msgid "object '%q' is not a tuple or list"
msgstr ""
Expand Down Expand Up @@ -3906,6 +3930,10 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/esp32s2/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: shared-bindings/_bleio/Adapter.c
msgid "window must be <= interval"
msgstr ""
Expand Down
Loading