File tree Expand file tree Collapse file tree 17 files changed +153
-0
lines changed Expand file tree Collapse file tree 17 files changed +153
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,10 @@ msgstr "AnalogOut hanya 16 bit. Nilai harus kurang dari 65536."
416
416
msgid "AnalogOut not supported on given pin"
417
417
msgstr "pin yang dipakai tidak mendukung AnalogOut"
418
418
419
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
420
+ msgid "Another PWMAudioOut is already active"
421
+ msgstr ""
422
+
419
423
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
420
424
#: ports/cxd56/common-hal/pulseio/PulseOut.c
421
425
msgid "Another send is already active"
@@ -532,6 +536,7 @@ msgid "Buffer is too small"
532
536
msgstr "Buffer terlalu kecil"
533
537
534
538
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
539
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
535
540
#, c-format
536
541
msgid "Buffer length %d too big. It must be less than %d"
537
542
msgstr "Panjang buffer %d terlalu besar. Itu harus kurang dari %d"
@@ -993,6 +998,10 @@ msgstr ""
993
998
msgid "Failed to allocate wifi scan memory"
994
999
msgstr ""
995
1000
1001
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
1002
+ msgid "Failed to buffer the sample"
1003
+ msgstr ""
1004
+
996
1005
#: ports/nrf/common-hal/_bleio/Adapter.c
997
1006
msgid "Failed to connect: internal error"
998
1007
msgstr "Gagal terhubung: kesalahan internal"
Original file line number Diff line number Diff line change @@ -414,6 +414,10 @@ msgstr ""
414
414
msgid "AnalogOut not supported on given pin"
415
415
msgstr ""
416
416
417
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
418
+ msgid "Another PWMAudioOut is already active"
419
+ msgstr ""
420
+
417
421
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
418
422
#: ports/cxd56/common-hal/pulseio/PulseOut.c
419
423
msgid "Another send is already active"
@@ -528,6 +532,7 @@ msgid "Buffer is too small"
528
532
msgstr ""
529
533
530
534
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
535
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
531
536
#, c-format
532
537
msgid "Buffer length %d too big. It must be less than %d"
533
538
msgstr ""
@@ -977,6 +982,10 @@ msgstr ""
977
982
msgid "Failed to allocate wifi scan memory"
978
983
msgstr ""
979
984
985
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
986
+ msgid "Failed to buffer the sample"
987
+ msgstr ""
988
+
980
989
#: ports/nrf/common-hal/_bleio/Adapter.c
981
990
msgid "Failed to connect: internal error"
982
991
msgstr ""
Original file line number Diff line number Diff line change @@ -420,6 +420,10 @@ msgstr "AnalogOut kann nur 16 Bit. Der Wert muss unter 65536 liegen."
420
420
msgid "AnalogOut not supported on given pin"
421
421
msgstr "AnalogOut ist an diesem Pin nicht unterstützt"
422
422
423
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
424
+ msgid "Another PWMAudioOut is already active"
425
+ msgstr ""
426
+
423
427
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
424
428
#: ports/cxd56/common-hal/pulseio/PulseOut.c
425
429
msgid "Another send is already active"
@@ -538,6 +542,7 @@ msgid "Buffer is too small"
538
542
msgstr "Der Puffer ist zu klein"
539
543
540
544
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
545
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
541
546
#, c-format
542
547
msgid "Buffer length %d too big. It must be less than %d"
543
548
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein"
@@ -995,6 +1000,10 @@ msgstr "Zuweisung des Wifi Speichers ist fehlgeschlagen"
995
1000
msgid "Failed to allocate wifi scan memory"
996
1001
msgstr "Zuweisung des Wifi Scan Speichers ist fehlgeschlagen"
997
1002
1003
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
1004
+ msgid "Failed to buffer the sample"
1005
+ msgstr ""
1006
+
998
1007
#: ports/nrf/common-hal/_bleio/Adapter.c
999
1008
msgid "Failed to connect: internal error"
1000
1009
msgstr "Verbindung fehlgeschlagen: interner Fehler"
Original file line number Diff line number Diff line change @@ -411,6 +411,10 @@ msgstr ""
411
411
msgid "AnalogOut not supported on given pin"
412
412
msgstr ""
413
413
414
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
415
+ msgid "Another PWMAudioOut is already active"
416
+ msgstr ""
417
+
414
418
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
415
419
#: ports/cxd56/common-hal/pulseio/PulseOut.c
416
420
msgid "Another send is already active"
@@ -525,6 +529,7 @@ msgid "Buffer is too small"
525
529
msgstr ""
526
530
527
531
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
532
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
528
533
#, c-format
529
534
msgid "Buffer length %d too big. It must be less than %d"
530
535
msgstr ""
@@ -974,6 +979,10 @@ msgstr ""
974
979
msgid "Failed to allocate wifi scan memory"
975
980
msgstr ""
976
981
982
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
983
+ msgid "Failed to buffer the sample"
984
+ msgstr ""
985
+
977
986
#: ports/nrf/common-hal/_bleio/Adapter.c
978
987
msgid "Failed to connect: internal error"
979
988
msgstr ""
Original file line number Diff line number Diff line change @@ -420,6 +420,10 @@ msgstr "AnalogOut is only 16 bits. Value must be less than 65536."
420
420
msgid "AnalogOut not supported on given pin"
421
421
msgstr "AnalogOut not supported on given pin"
422
422
423
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
424
+ msgid "Another PWMAudioOut is already active"
425
+ msgstr ""
426
+
423
427
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
424
428
#: ports/cxd56/common-hal/pulseio/PulseOut.c
425
429
msgid "Another send is already active"
@@ -537,6 +541,7 @@ msgid "Buffer is too small"
537
541
msgstr "Buffer is too small"
538
542
539
543
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
544
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
540
545
#, c-format
541
546
msgid "Buffer length %d too big. It must be less than %d"
542
547
msgstr "Buffer length %d too big. It must be less than %d"
@@ -990,6 +995,10 @@ msgstr "Failed to allocate WiFi memory"
990
995
msgid "Failed to allocate wifi scan memory"
991
996
msgstr "Failed to allocate WiFi scan memory"
992
997
998
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
999
+ msgid "Failed to buffer the sample"
1000
+ msgstr ""
1001
+
993
1002
#: ports/nrf/common-hal/_bleio/Adapter.c
994
1003
msgid "Failed to connect: internal error"
995
1004
msgstr "Failed to connect: internal error"
Original file line number Diff line number Diff line change @@ -424,6 +424,10 @@ msgstr "AnalogOut es solo de 16 bits. El valor debe ser menor que 65536."
424
424
msgid "AnalogOut not supported on given pin"
425
425
msgstr "El pin proporcionado no soporta AnalogOut"
426
426
427
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
428
+ msgid "Another PWMAudioOut is already active"
429
+ msgstr ""
430
+
427
431
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
428
432
#: ports/cxd56/common-hal/pulseio/PulseOut.c
429
433
msgid "Another send is already active"
@@ -543,6 +547,7 @@ msgid "Buffer is too small"
543
547
msgstr "El buffer es muy pequeño"
544
548
545
549
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
550
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
546
551
#, c-format
547
552
msgid "Buffer length %d too big. It must be less than %d"
548
553
msgstr "Longitud del buffer %d es demasiado grande. Tiene que ser menor a %d"
@@ -1000,6 +1005,10 @@ msgstr "Fallo al tomar memoria Wifi"
1000
1005
msgid "Failed to allocate wifi scan memory"
1001
1006
msgstr "Fallo al tomar memoria para búsqueda wifi"
1002
1007
1008
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
1009
+ msgid "Failed to buffer the sample"
1010
+ msgstr ""
1011
+
1003
1012
#: ports/nrf/common-hal/_bleio/Adapter.c
1004
1013
msgid "Failed to connect: internal error"
1005
1014
msgstr "Error al conectar: error interno"
Original file line number Diff line number Diff line change @@ -414,6 +414,10 @@ msgstr "AnalogOut ay 16 bits. Value ay dapat hindi hihigit pa sa 65536."
414
414
msgid "AnalogOut not supported on given pin"
415
415
msgstr "Hindi supportado ang AnalogOut sa ibinigay na pin"
416
416
417
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
418
+ msgid "Another PWMAudioOut is already active"
419
+ msgstr ""
420
+
417
421
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
418
422
#: ports/cxd56/common-hal/pulseio/PulseOut.c
419
423
msgid "Another send is already active"
@@ -530,6 +534,7 @@ msgid "Buffer is too small"
530
534
msgstr ""
531
535
532
536
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
537
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
533
538
#, c-format
534
539
msgid "Buffer length %d too big. It must be less than %d"
535
540
msgstr ""
@@ -987,6 +992,10 @@ msgstr ""
987
992
msgid "Failed to allocate wifi scan memory"
988
993
msgstr ""
989
994
995
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
996
+ msgid "Failed to buffer the sample"
997
+ msgstr ""
998
+
990
999
#: ports/nrf/common-hal/_bleio/Adapter.c
991
1000
msgid "Failed to connect: internal error"
992
1001
msgstr ""
Original file line number Diff line number Diff line change @@ -424,6 +424,10 @@ msgstr ""
424
424
msgid "AnalogOut not supported on given pin"
425
425
msgstr "'AnalogOut' n'est pas supporté sur la broche indiquée"
426
426
427
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
428
+ msgid "Another PWMAudioOut is already active"
429
+ msgstr ""
430
+
427
431
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
428
432
#: ports/cxd56/common-hal/pulseio/PulseOut.c
429
433
msgid "Another send is already active"
@@ -542,6 +546,7 @@ msgid "Buffer is too small"
542
546
msgstr "Le tampon est trop petit"
543
547
544
548
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
549
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
545
550
#, c-format
546
551
msgid "Buffer length %d too big. It must be less than %d"
547
552
msgstr "La longueur du tampon %d est trop grande. Il doit être inférieur à %d"
@@ -1007,6 +1012,10 @@ msgstr "Impossible d’allouer la mémoire pour Wifi"
1007
1012
msgid "Failed to allocate wifi scan memory"
1008
1013
msgstr "Impossible d'allouer la mémoire pour le scan wifi"
1009
1014
1015
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
1016
+ msgid "Failed to buffer the sample"
1017
+ msgstr ""
1018
+
1010
1019
#: ports/nrf/common-hal/_bleio/Adapter.c
1011
1020
msgid "Failed to connect: internal error"
1012
1021
msgstr "Impossible de se connecter : erreur interne"
Original file line number Diff line number Diff line change @@ -411,6 +411,10 @@ msgstr ""
411
411
msgid "AnalogOut not supported on given pin"
412
412
msgstr ""
413
413
414
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
415
+ msgid "Another PWMAudioOut is already active"
416
+ msgstr ""
417
+
414
418
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
415
419
#: ports/cxd56/common-hal/pulseio/PulseOut.c
416
420
msgid "Another send is already active"
@@ -525,6 +529,7 @@ msgid "Buffer is too small"
525
529
msgstr ""
526
530
527
531
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
532
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
528
533
#, c-format
529
534
msgid "Buffer length %d too big. It must be less than %d"
530
535
msgstr ""
@@ -974,6 +979,10 @@ msgstr ""
974
979
msgid "Failed to allocate wifi scan memory"
975
980
msgstr ""
976
981
982
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
983
+ msgid "Failed to buffer the sample"
984
+ msgstr ""
985
+
977
986
#: ports/nrf/common-hal/_bleio/Adapter.c
978
987
msgid "Failed to connect: internal error"
979
988
msgstr ""
Original file line number Diff line number Diff line change @@ -423,6 +423,10 @@ msgstr "AnalogOut ha solo 16 bit. Il valore deve essere meno di 65536."
423
423
msgid "AnalogOut not supported on given pin"
424
424
msgstr "AnalogOut non supportato sul pin scelto"
425
425
426
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
427
+ msgid "Another PWMAudioOut is already active"
428
+ msgstr ""
429
+
426
430
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
427
431
#: ports/cxd56/common-hal/pulseio/PulseOut.c
428
432
msgid "Another send is already active"
@@ -540,6 +544,7 @@ msgid "Buffer is too small"
540
544
msgstr "Buffer troppo piccolo"
541
545
542
546
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
547
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
543
548
#, c-format
544
549
msgid "Buffer length %d too big. It must be less than %d"
545
550
msgstr "Lunghezza Buffer %d troppo grande. Deve essere meno di %d"
@@ -996,6 +1001,10 @@ msgstr ""
996
1001
msgid "Failed to allocate wifi scan memory"
997
1002
msgstr ""
998
1003
1004
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
1005
+ msgid "Failed to buffer the sample"
1006
+ msgstr ""
1007
+
999
1008
#: ports/nrf/common-hal/_bleio/Adapter.c
1000
1009
msgid "Failed to connect: internal error"
1001
1010
msgstr ""
You can’t perform that action at this time.
0 commit comments