@@ -508,8 +508,7 @@ msgstr "Dateisystem kann nicht wieder gemounted werden."
508508
509509#: ports/esp8266/common-hal/storage/__init__.c:38
510510msgid "Use esptool to erase flash and re-upload Python instead"
511- msgstr ""
512- "Benutze esptool um den flash zu löschen und stattdessen Python hochzuladen"
511+ msgstr "Benutze esptool um den flash zu löschen und stattdessen Python hochzuladen"
513512
514513#: ports/esp8266/esp_mphal.c:154
515514msgid "C-level assert"
@@ -650,234 +649,234 @@ msgstr ""
650649
651650#: ports/nrf/common-hal/analogio/AnalogOut.c:37
652651msgid "AnalogOut functionality not supported"
653- msgstr ""
652+ msgstr "AnalogOut-Funktion wird nicht unterstützt "
654653
655654#: ports/nrf/common-hal/bleio/Adapter.c:41
656655#, c-format
657656msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
658- msgstr ""
657+ msgstr "Soft device assert, id: 0x%08lX, pc: 0x%08lX "
659658
660659#: ports/nrf/common-hal/bleio/Adapter.c:110
661660#, fuzzy
662661msgid "Failed to change softdevice state"
663- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
662+ msgstr "Fehler beim Ändern des Softdevice- Status"
664663
665664#: ports/nrf/common-hal/bleio/Adapter.c:119
666665#, fuzzy
667666msgid "Failed to get softdevice state"
668- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
667+ msgstr "Fehler beim Abrufen des Softdevice- Status"
669668
670669#: ports/nrf/common-hal/bleio/Adapter.c:138
671670msgid "Failed to get local address"
672- msgstr ""
671+ msgstr "Lokale Adresse konnte nicht abgerufen werden "
673672
674673#: ports/nrf/common-hal/bleio/Broadcaster.c:48
675674msgid "interval not in range 0.0020 to 10.24"
676- msgstr ""
675+ msgstr "Das Interval ist nicht im Bereich 0.0020 bis 10.24 "
677676
678677#: ports/nrf/common-hal/bleio/Broadcaster.c:58
679678#: ports/nrf/common-hal/bleio/Peripheral.c:56
680679#, fuzzy
681680msgid "Data too large for advertisement packet"
682- msgstr "Daten können nicht in das advertisement packet eingefügt werden. "
681+ msgstr "Zu vielen Daten für das advertisement packet"
683682
684683#: ports/nrf/common-hal/bleio/Broadcaster.c:83
685684#: ports/nrf/common-hal/bleio/Peripheral.c:324
686685#, fuzzy , c-format
687686msgid "Failed to start advertising, err 0x%04x"
688- msgstr "Kann advertisement nicht starten. Status: 0x%02x "
687+ msgstr "Kann advertisement nicht starten. Status: 0x%04x "
689688
690689#: ports/nrf/common-hal/bleio/Broadcaster.c:96
691690#: ports/nrf/common-hal/bleio/Peripheral.c:336
692691#, fuzzy , c-format
693692msgid "Failed to stop advertising, err 0x%04x"
694- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
693+ msgstr "Kann advertisement nicht stoppen. Status: 0x%04x "
695694
696695#: ports/nrf/common-hal/bleio/Characteristic.c:59
697696#, fuzzy , c-format
698697msgid "Failed to read CCCD value, err 0x%04x"
699- msgstr "Kann den Attributwert nicht lesen. Status: 0x%02x "
698+ msgstr "Kann den Attributwert nicht lesen. Status: 0x%04x "
700699
701700#: ports/nrf/common-hal/bleio/Characteristic.c:89
702701#, fuzzy , c-format
703702msgid "Failed to read gatts value, err 0x%04x"
704- msgstr "Kann den Attributwert nicht schreiben. Status: 0x%02x "
703+ msgstr "Kann den Attributwert nicht schreiben. Status: 0x%04x "
705704
706705#: ports/nrf/common-hal/bleio/Characteristic.c:106
707706#, fuzzy , c-format
708707msgid "Failed to write gatts value, err 0x%04x"
709- msgstr "Kann den Attributwert nicht schreiben. Status: 0x%02x "
708+ msgstr "Kann den Attributwert nicht schreiben. Status: 0x%04x "
710709
711710#: ports/nrf/common-hal/bleio/Characteristic.c:132
712711#, fuzzy , c-format
713712msgid "Failed to notify or indicate attribute value, err %0x04x"
714- msgstr "Kann den Attributwert nicht mitteilen. Status: 0x%02x "
713+ msgstr "Kann den Attributwert nicht mitteilen. Status: 0x%04x "
715714
716715#: ports/nrf/common-hal/bleio/Characteristic.c:144
717716#, fuzzy , c-format
718717msgid "Failed to read attribute value, err %0x04x"
719- msgstr "Kann den Attributwert nicht lesen. Status: 0x%02x "
718+ msgstr "Kann den Attributwert nicht lesen. Status: 0x%04x "
720719
721720#: ports/nrf/common-hal/bleio/Characteristic.c:172
722721#, fuzzy , c-format
723722msgid "Failed to acquire mutex, err 0x%04x"
724- msgstr "Kann den Attributwert nicht lesen. Status: 0x%02x "
723+ msgstr "Kann den Attributwert nicht lesen. Status: 0x%04x "
725724
726725#: ports/nrf/common-hal/bleio/Characteristic.c:178
727726#, fuzzy , c-format
728727msgid "Failed to write attribute value, err 0x%04x"
729- msgstr "Kann den Attributwert nicht schreiben. Status: 0x%02x "
728+ msgstr "Kann den Attributwert nicht schreiben. Status: 0x%04x "
730729
731730#: ports/nrf/common-hal/bleio/Characteristic.c:189
732731#, fuzzy , c-format
733732msgid "Failed to release mutex, err 0x%04x"
734- msgstr "Kann den Attributwert nicht lesen . Status: 0x%02x "
733+ msgstr "Mutex konnte nicht freigegeben werden . Status: 0x%04x "
735734
736735#: ports/nrf/common-hal/bleio/Characteristic.c:251
737736#: ports/nrf/common-hal/bleio/Characteristic.c:284
738737msgid "bad GATT role"
739- msgstr ""
738+ msgstr "bad GATT role "
740739
741740#: ports/nrf/common-hal/bleio/Device.c:80
742741#: ports/nrf/common-hal/bleio/Device.c:112
743742#, fuzzy
744743msgid "Data too large for the advertisement packet"
745- msgstr "Daten können nicht in das advertisement packet eingefügt werden. "
744+ msgstr "Daten sind zu groß für das advertisement packet"
746745
747746#: ports/nrf/common-hal/bleio/Device.c:262
748747#, fuzzy
749748msgid "Failed to discover services"
750- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
749+ msgstr "Es konnten keine Dienste gefunden werden "
751750
752751#: ports/nrf/common-hal/bleio/Device.c:267
753752#: ports/nrf/common-hal/bleio/Device.c:300
754753#, fuzzy
755754msgid "Failed to acquire mutex"
756- msgstr "Konnte keinen RX Buffer allozieren "
755+ msgstr "Akquirieren des Mutex gescheitert "
757756
758757#: ports/nrf/common-hal/bleio/Device.c:278
759758#: ports/nrf/common-hal/bleio/Device.c:311
760759#: ports/nrf/common-hal/bleio/Device.c:342
761760#: ports/nrf/common-hal/bleio/Device.c:376
762761#, fuzzy
763762msgid "Failed to release mutex"
764- msgstr "Kann den Attributwert nicht lesen. Status: 0x%02x "
763+ msgstr "Loslassen des Mutex gescheitert "
765764
766765#: ports/nrf/common-hal/bleio/Device.c:387
767766#, fuzzy
768767msgid "Failed to continue scanning"
769- msgstr "Der Scanvorgang kann nicht gestartet werden. Status: 0x%02x "
768+ msgstr "Der Scanvorgang kann nicht fortgesetzt werden"
770769
771770#: ports/nrf/common-hal/bleio/Device.c:419
772771#, fuzzy
773772msgid "Failed to connect:"
774- msgstr "Kann nicht verbinden. Status: 0x%02x "
773+ msgstr "Das Verbinden ist fehlgeschlagen: "
775774
776775#: ports/nrf/common-hal/bleio/Device.c:489
777776#, fuzzy
778777msgid "Failed to add service"
779- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
778+ msgstr "Dienst konnte nicht hinzugefügt werden "
780779
781780#: ports/nrf/common-hal/bleio/Device.c:506
782781#, fuzzy
783782msgid "Failed to start advertising"
784- msgstr "Kann advertisement nicht starten. Status: 0x%02x "
783+ msgstr "Kann advertisement nicht starten"
785784
786785#: ports/nrf/common-hal/bleio/Device.c:523
787786#, fuzzy
788787msgid "Failed to stop advertising"
789- msgstr "Kann advertisement nicht stoppen. Status: 0x%02x "
788+ msgstr "Kann advertisement nicht stoppen"
790789
791790#: ports/nrf/common-hal/bleio/Device.c:548
792791#, fuzzy
793792msgid "Failed to start scanning"
794- msgstr "Der Scanvorgang kann nicht gestartet werden. Status: 0x%02x "
793+ msgstr "Der Scanvorgang kann nicht gestartet werden"
795794
796795#: ports/nrf/common-hal/bleio/Device.c:564
797796#, fuzzy
798797msgid "Failed to create mutex"
799- msgstr "Kann den Attributwert nicht lesen. Status: 0x%02x "
798+ msgstr "Erstellen des Mutex ist fehlgeschlagen "
800799
801800#: ports/nrf/common-hal/bleio/Peripheral.c:304
802801#, fuzzy , c-format
803802msgid "Failed to add service, err 0x%04x"
804- msgstr "Kann advertisement nicht stoppen . Status: 0x%02x "
803+ msgstr "Dienst konnte nicht hinzugefügt werden . Status: 0x%04x "
805804
806805#: ports/nrf/common-hal/bleio/Scanner.c:75
807806#, fuzzy , c-format
808807msgid "Failed to continue scanning, err 0x%04x"
809- msgstr "Der Scanvorgang kann nicht gestartet werden. Status: 0x%02x "
808+ msgstr "Der Scanvorgang kann nicht fortgesetzt werden. Status: 0x%04x "
810809
811810#: ports/nrf/common-hal/bleio/Scanner.c:101
812811#, fuzzy , c-format
813812msgid "Failed to start scanning, err 0x%04x"
814- msgstr "Der Scanvorgang kann nicht gestartet werden. Status: 0x%02x "
813+ msgstr "Der Scanvorgang kann nicht gestartet werden. Status: 0x%04x "
815814
816815#: ports/nrf/common-hal/bleio/Service.c:88
817816#, fuzzy , c-format
818817msgid "Failed to add characteristic, err 0x%04x"
819- msgstr "Kann advertisement nicht stoppen . Status: 0x%02x "
818+ msgstr "Fehler beim Hinzufügen des Merkmals . Status: 0x%04x "
820819
821820#: ports/nrf/common-hal/bleio/Service.c:92
822821msgid "Characteristic already in use by another Service."
823- msgstr ""
822+ msgstr "Merkmal wird bereits von einem anderen Dienst verwendet. "
824823
825824#: ports/nrf/common-hal/bleio/UUID.c:54
826825#, fuzzy , c-format
827826msgid "Failed to register Vendor-Specific UUID, err 0x%04x"
828- msgstr "Kann keine herstellerspezifische 128-Bit- UUID hinzufügen."
827+ msgstr "Kann keine herstellerspezifische UUID hinzufügen. Status: 0x%04x "
829828
830829#: ports/nrf/common-hal/bleio/UUID.c:73
831830#, c-format
832831msgid "Could not decode ble_uuid, err 0x%04x"
833- msgstr ""
832+ msgstr "Konnte ble_uuid nicht decodieren. Status: 0x%04x "
834833
835834#: ports/nrf/common-hal/bleio/UUID.c:88
836835msgid "Unexpected nrfx uuid type"
837- msgstr ""
836+ msgstr "Unerwarteter nrfx uuid-Typ "
838837
839838#: ports/nrf/common-hal/busio/I2C.c:98
840839#, fuzzy
841840msgid "All I2C peripherals are in use"
842- msgstr "Alle timer werden benutzt "
841+ msgstr "Alle I2C-Peripheriegeräte sind in Benutzung "
843842
844843#: ports/nrf/common-hal/busio/SPI.c:133
845844#, fuzzy
846845msgid "All SPI peripherals are in use"
847- msgstr "Alle timer werden benutzt "
846+ msgstr "Alle SPI-Peripheriegeräte sind in Benutzung "
848847
849848#: ports/nrf/common-hal/busio/UART.c:49
850849#, c-format
851850msgid "error = 0x%08lX"
852- msgstr ""
851+ msgstr "error = 0x%08lX "
853852
854853#: ports/nrf/common-hal/busio/UART.c:122
855854#, fuzzy
856855msgid "Invalid buffer size"
857- msgstr "ungültiger dupterm index "
856+ msgstr "Ungültige Puffergröße "
858857
859858#: ports/nrf/common-hal/busio/UART.c:126
860859#, fuzzy
861860msgid "Odd parity is not supported"
862- msgstr "bytes mit merh als 8 bits werden nicht unterstützt"
861+ msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"
863862
864863#: ports/nrf/common-hal/busio/UART.c:358 ports/nrf/common-hal/busio/UART.c:362
865864#: ports/nrf/common-hal/busio/UART.c:367 ports/nrf/common-hal/busio/UART.c:372
866865#: ports/nrf/common-hal/busio/UART.c:378 ports/nrf/common-hal/busio/UART.c:383
867866#: ports/nrf/common-hal/busio/UART.c:388 ports/nrf/common-hal/busio/UART.c:392
868867#: ports/nrf/common-hal/busio/UART.c:400
869868msgid "busio.UART not available"
870- msgstr ""
869+ msgstr "Kann busio.UART nicht finden "
871870
872871#: ports/nrf/common-hal/microcontroller/Processor.c:48
873872#, fuzzy
874873msgid "Cannot get temperature"
875- msgstr "Kann PPCP Parameter nicht setzen. "
874+ msgstr "Kann Temperatur nicht holen "
876875
877876#: ports/nrf/common-hal/pulseio/PWMOut.c:161
878877#, fuzzy
879878msgid "All PWM peripherals are in use"
880- msgstr "Alle timer werden benutzt "
879+ msgstr "Alle PWM-Peripheriegeräte werden verwendet "
881880
882881#: ports/unix/modffi.c:138
883882msgid "Unknown type"
@@ -889,7 +888,7 @@ msgstr "Fehler in ffi_prep_cif"
889888
890889#: ports/unix/modffi.c:270
891890msgid "ffi_prep_closure_loc"
892- msgstr ""
891+ msgstr "ffi_prep_closure_loc "
893892
894893#: ports/unix/modffi.c:413
895894msgid "Don't know how to pass object to native function"
0 commit comments