Skip to content

Commit ce01aed

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 34c90b6 commit ce01aed

File tree

16 files changed

+291
-109
lines changed

16 files changed

+291
-109
lines changed

locale/ID.po

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -967,11 +967,6 @@ msgstr ""
967967
msgid "Framebuffer requires %d bytes"
968968
msgstr ""
969969

970-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
971-
msgid "Frequency captured is above capability. Capture Paused."
972-
msgstr ""
973-
"Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
974-
975970
#: ports/stm/common-hal/pwmio/PWMOut.c
976971
msgid "Frequency must match existing PWMOut using this timer"
977972
msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
@@ -3054,7 +3049,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30543049
msgstr ""
30553050

30563051
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3057-
msgid "max_length must be > 0"
3052+
msgid "max_length must be >= 0"
30583053
msgstr ""
30593054

30603055
#: extmod/ulab/code/ndarray.c
@@ -3192,6 +3187,14 @@ msgstr "non-keyword arg setelah */**"
31923187
msgid "non-keyword arg after keyword arg"
31933188
msgstr "non-keyword arg setelah keyword arg"
31943189

3190+
#: ports/nrf/common-hal/_bleio/Adapter.c
3191+
msgid "non-zero timeout must be > 0.01"
3192+
msgstr ""
3193+
3194+
#: shared-bindings/_bleio/Adapter.c
3195+
msgid "non-zero timeout must be >= interval"
3196+
msgstr ""
3197+
31953198
#: extmod/ulab/code/linalg/linalg.c
31963199
msgid "norm is defined for 1D and 2D arrays"
31973200
msgstr ""
@@ -3614,6 +3617,10 @@ msgstr ""
36143617
msgid "timeout must be 0.0-100.0 seconds"
36153618
msgstr ""
36163619

3620+
#: ports/nrf/common-hal/_bleio/Adapter.c
3621+
msgid "timeout must be < 655.35 secs"
3622+
msgstr ""
3623+
36173624
#: shared-bindings/_bleio/CharacteristicBuffer.c
36183625
#, fuzzy
36193626
msgid "timeout must be >= 0.0"
@@ -3874,6 +3881,10 @@ msgstr ""
38743881
msgid "zi must be of shape (n_section, 2)"
38753882
msgstr ""
38763883

3884+
#~ msgid "Frequency captured is above capability. Capture Paused."
3885+
#~ msgstr ""
3886+
#~ "Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
3887+
38773888
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
38783889
#~ msgstr ""
38793890
#~ "Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk "

locale/cs.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
1010
"Last-Translator: vkuthan <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -953,10 +953,6 @@ msgstr ""
953953
msgid "Framebuffer requires %d bytes"
954954
msgstr ""
955955

956-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
957-
msgid "Frequency captured is above capability. Capture Paused."
958-
msgstr ""
959-
960956
#: ports/stm/common-hal/pwmio/PWMOut.c
961957
msgid "Frequency must match existing PWMOut using this timer"
962958
msgstr ""
@@ -3013,7 +3009,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30133009
msgstr ""
30143010

30153011
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3016-
msgid "max_length must be > 0"
3012+
msgid "max_length must be >= 0"
30173013
msgstr ""
30183014

30193015
#: extmod/ulab/code/ndarray.c
@@ -3151,6 +3147,14 @@ msgstr ""
31513147
msgid "non-keyword arg after keyword arg"
31523148
msgstr ""
31533149

3150+
#: ports/nrf/common-hal/_bleio/Adapter.c
3151+
msgid "non-zero timeout must be > 0.01"
3152+
msgstr ""
3153+
3154+
#: shared-bindings/_bleio/Adapter.c
3155+
msgid "non-zero timeout must be >= interval"
3156+
msgstr ""
3157+
31543158
#: extmod/ulab/code/linalg/linalg.c
31553159
msgid "norm is defined for 1D and 2D arrays"
31563160
msgstr ""
@@ -3572,6 +3576,10 @@ msgstr ""
35723576
msgid "timeout must be 0.0-100.0 seconds"
35733577
msgstr ""
35743578

3579+
#: ports/nrf/common-hal/_bleio/Adapter.c
3580+
msgid "timeout must be < 655.35 secs"
3581+
msgstr ""
3582+
35753583
#: shared-bindings/_bleio/CharacteristicBuffer.c
35763584
msgid "timeout must be >= 0.0"
35773585
msgstr ""

locale/de_DE.po

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-11-26 03:11+0000\n"
1010
"Last-Translator: Daniel Bravo Darriba <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -964,12 +964,6 @@ msgstr "Format nicht unterstützt"
964964
msgid "Framebuffer requires %d bytes"
965965
msgstr "Framepuffer benötigt %d bytes"
966966

967-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
968-
msgid "Frequency captured is above capability. Capture Paused."
969-
msgstr ""
970-
"Die aufgezeichnete Frequenz liegt über der Leistungsgrenze. Aufnahme "
971-
"angehalten."
972-
973967
#: ports/stm/common-hal/pwmio/PWMOut.c
974968
msgid "Frequency must match existing PWMOut using this timer"
975969
msgstr ""
@@ -3089,7 +3083,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30893083
msgstr "max_length muss 0-%d sein, wenn fixed_length %s ist"
30903084

30913085
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3092-
msgid "max_length must be > 0"
3086+
msgid "max_length must be >= 0"
30933087
msgstr ""
30943088

30953089
#: extmod/ulab/code/ndarray.c
@@ -3227,6 +3221,14 @@ msgstr "Nicht-Schlüsselwort arg nach * / **"
32273221
msgid "non-keyword arg after keyword arg"
32283222
msgstr "Nicht-Schlüsselwort Argument nach Schlüsselwort Argument"
32293223

3224+
#: ports/nrf/common-hal/_bleio/Adapter.c
3225+
msgid "non-zero timeout must be > 0.01"
3226+
msgstr ""
3227+
3228+
#: shared-bindings/_bleio/Adapter.c
3229+
msgid "non-zero timeout must be >= interval"
3230+
msgstr ""
3231+
32303232
#: extmod/ulab/code/linalg/linalg.c
32313233
msgid "norm is defined for 1D and 2D arrays"
32323234
msgstr ""
@@ -3655,6 +3657,10 @@ msgstr "Das Zeitlimit hat den maximal zulässigen Wert überschritten"
36553657
msgid "timeout must be 0.0-100.0 seconds"
36563658
msgstr "Das Zeitlimit muss 0,0-100,0 Sekunden betragen"
36573659

3660+
#: ports/nrf/common-hal/_bleio/Adapter.c
3661+
msgid "timeout must be < 655.35 secs"
3662+
msgstr ""
3663+
36583664
#: shared-bindings/_bleio/CharacteristicBuffer.c
36593665
msgid "timeout must be >= 0.0"
36603666
msgstr "timeout muss >= 0.0 sein"
@@ -3918,6 +3924,11 @@ msgstr ""
39183924
msgid "zi must be of shape (n_section, 2)"
39193925
msgstr ""
39203926

3927+
#~ msgid "Frequency captured is above capability. Capture Paused."
3928+
#~ msgstr ""
3929+
#~ "Die aufgezeichnete Frequenz liegt über der Leistungsgrenze. Aufnahme "
3930+
#~ "angehalten."
3931+
39213932
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
39223933
#~ msgstr ""
39233934
#~ "Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum "

locale/el.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
10+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -948,10 +948,6 @@ msgstr ""
948948
msgid "Framebuffer requires %d bytes"
949949
msgstr ""
950950

951-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
952-
msgid "Frequency captured is above capability. Capture Paused."
953-
msgstr ""
954-
955951
#: ports/stm/common-hal/pwmio/PWMOut.c
956952
msgid "Frequency must match existing PWMOut using this timer"
957953
msgstr ""
@@ -3008,7 +3004,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30083004
msgstr ""
30093005

30103006
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3011-
msgid "max_length must be > 0"
3007+
msgid "max_length must be >= 0"
30123008
msgstr ""
30133009

30143010
#: extmod/ulab/code/ndarray.c
@@ -3146,6 +3142,14 @@ msgstr ""
31463142
msgid "non-keyword arg after keyword arg"
31473143
msgstr ""
31483144

3145+
#: ports/nrf/common-hal/_bleio/Adapter.c
3146+
msgid "non-zero timeout must be > 0.01"
3147+
msgstr ""
3148+
3149+
#: shared-bindings/_bleio/Adapter.c
3150+
msgid "non-zero timeout must be >= interval"
3151+
msgstr ""
3152+
31493153
#: extmod/ulab/code/linalg/linalg.c
31503154
msgid "norm is defined for 1D and 2D arrays"
31513155
msgstr ""
@@ -3567,6 +3571,10 @@ msgstr ""
35673571
msgid "timeout must be 0.0-100.0 seconds"
35683572
msgstr ""
35693573

3574+
#: ports/nrf/common-hal/_bleio/Adapter.c
3575+
msgid "timeout must be < 655.35 secs"
3576+
msgstr ""
3577+
35703578
#: shared-bindings/_bleio/CharacteristicBuffer.c
35713579
msgid "timeout must be >= 0.0"
35723580
msgstr ""

locale/es.po

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
10+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
1111
"PO-Revision-Date: 2020-11-27 18:34+0000\n"
1212
"Last-Translator: Iván Montiel Cardona <[email protected]>\n"
1313
"Language-Team: \n"
@@ -968,10 +968,6 @@ msgstr "Sin capacidades para el formato"
968968
msgid "Framebuffer requires %d bytes"
969969
msgstr "Framebuffer requiere %d bytes"
970970

971-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
972-
msgid "Frequency captured is above capability. Capture Paused."
973-
msgstr "Frecuencia capturada por encima de la capacidad. Captura en pausa."
974-
975971
#: ports/stm/common-hal/pwmio/PWMOut.c
976972
msgid "Frequency must match existing PWMOut using this timer"
977973
msgstr ""
@@ -3081,8 +3077,8 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30813077
msgstr "max_length debe ser 0-%d cuando fixed_length es %s"
30823078

30833079
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3084-
msgid "max_length must be > 0"
3085-
msgstr "max_lenght debe ser > 0"
3080+
msgid "max_length must be >= 0"
3081+
msgstr ""
30863082

30873083
#: extmod/ulab/code/ndarray.c
30883084
msgid "maximum number of dimensions is 4"
@@ -3221,6 +3217,14 @@ msgstr ""
32213217
"no deberia estar/tener agumento por palabra clave despues de argumento por "
32223218
"palabra clave"
32233219

3220+
#: ports/nrf/common-hal/_bleio/Adapter.c
3221+
msgid "non-zero timeout must be > 0.01"
3222+
msgstr ""
3223+
3224+
#: shared-bindings/_bleio/Adapter.c
3225+
msgid "non-zero timeout must be >= interval"
3226+
msgstr ""
3227+
32243228
#: extmod/ulab/code/linalg/linalg.c
32253229
msgid "norm is defined for 1D and 2D arrays"
32263230
msgstr "norma está definida para arrays 1D y 2D"
@@ -3646,6 +3650,10 @@ msgstr ""
36463650
msgid "timeout must be 0.0-100.0 seconds"
36473651
msgstr "el tiempo de espera debe ser 0.0-100.0 segundos"
36483652

3653+
#: ports/nrf/common-hal/_bleio/Adapter.c
3654+
msgid "timeout must be < 655.35 secs"
3655+
msgstr ""
3656+
36493657
#: shared-bindings/_bleio/CharacteristicBuffer.c
36503658
msgid "timeout must be >= 0.0"
36513659
msgstr "tiempo muerto debe ser >= 0.0"
@@ -3905,6 +3913,12 @@ msgstr "zi debe ser de tipo flotante"
39053913
msgid "zi must be of shape (n_section, 2)"
39063914
msgstr "zi debe ser una forma (n_section,2)"
39073915

3916+
#~ msgid "Frequency captured is above capability. Capture Paused."
3917+
#~ msgstr "Frecuencia capturada por encima de la capacidad. Captura en pausa."
3918+
3919+
#~ msgid "max_length must be > 0"
3920+
#~ msgstr "max_lenght debe ser > 0"
3921+
39083922
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
39093923
#~ msgstr ""
39103924
#~ "Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar."

locale/fil.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1010
"Last-Translator: Timothy <[email protected]>\n"
1111
"Language-Team: fil\n"
@@ -961,10 +961,6 @@ msgstr ""
961961
msgid "Framebuffer requires %d bytes"
962962
msgstr ""
963963

964-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
965-
msgid "Frequency captured is above capability. Capture Paused."
966-
msgstr ""
967-
968964
#: ports/stm/common-hal/pwmio/PWMOut.c
969965
msgid "Frequency must match existing PWMOut using this timer"
970966
msgstr ""
@@ -3055,7 +3051,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30553051
msgstr ""
30563052

30573053
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3058-
msgid "max_length must be > 0"
3054+
msgid "max_length must be >= 0"
30593055
msgstr ""
30603056

30613057
#: extmod/ulab/code/ndarray.c
@@ -3193,6 +3189,14 @@ msgstr "non-keyword arg sa huli ng */**"
31933189
msgid "non-keyword arg after keyword arg"
31943190
msgstr "non-keyword arg sa huli ng keyword arg"
31953191

3192+
#: ports/nrf/common-hal/_bleio/Adapter.c
3193+
msgid "non-zero timeout must be > 0.01"
3194+
msgstr ""
3195+
3196+
#: shared-bindings/_bleio/Adapter.c
3197+
msgid "non-zero timeout must be >= interval"
3198+
msgstr ""
3199+
31963200
#: extmod/ulab/code/linalg/linalg.c
31973201
msgid "norm is defined for 1D and 2D arrays"
31983202
msgstr ""
@@ -3619,6 +3623,10 @@ msgstr ""
36193623
msgid "timeout must be 0.0-100.0 seconds"
36203624
msgstr ""
36213625

3626+
#: ports/nrf/common-hal/_bleio/Adapter.c
3627+
msgid "timeout must be < 655.35 secs"
3628+
msgstr ""
3629+
36223630
#: shared-bindings/_bleio/CharacteristicBuffer.c
36233631
#, fuzzy
36243632
msgid "timeout must be >= 0.0"

0 commit comments

Comments
 (0)