Skip to content

Commit 4cc7466

Browse files
authored
Merge pull request #7408 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 3cf947f + 54afbc7 commit 4cc7466

19 files changed

+246
-192
lines changed

locale/ID.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ msgstr ""
130130
msgid "%q is %q"
131131
msgstr ""
132132

133+
#: ports/raspberrypi/common-hal/wifi/Radio.c
134+
msgid "%q is read-only for this board"
135+
msgstr ""
136+
133137
#: py/argcheck.c shared-bindings/usb_hid/Device.c
134138
msgid "%q length must be %d"
135139
msgstr ""
@@ -304,7 +308,7 @@ msgstr ""
304308
msgid "'%s' object doesn't support item deletion"
305309
msgstr ""
306310

307-
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
311+
#: py/runtime.c
308312
msgid "'%s' object has no attribute '%q'"
309313
msgstr "Objek '%s' tidak memiliki atribut '%q'"
310314

@@ -1883,18 +1887,14 @@ msgid "Random number generation error"
18831887
msgstr "Kesalahan pembuatan nomor acak"
18841888

18851889
#: shared-bindings/memorymonitor/AllocationSize.c
1886-
#: shared-bindings/pulseio/PulseIn.c
1890+
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18871891
msgid "Read-only"
18881892
msgstr "Baca-saja"
18891893

18901894
#: extmod/vfs_fat.c py/moduerrno.c
18911895
msgid "Read-only filesystem"
18921896
msgstr "sistem file (filesystem) bersifat Read-only"
18931897

1894-
#: shared-module/displayio/Bitmap.c
1895-
msgid "Read-only object"
1896-
msgstr "Objek Read-only"
1897-
18981898
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
18991899
msgid "Received response was invalid"
19001900
msgstr ""
@@ -2741,6 +2741,10 @@ msgstr ""
27412741
msgid "can't set attribute"
27422742
msgstr ""
27432743

2744+
#: py/runtime.c
2745+
msgid "can't set attribute '%q'"
2746+
msgstr ""
2747+
27442748
#: py/emitnative.c
27452749
msgid "can't store '%q'"
27462750
msgstr ""
@@ -3102,10 +3106,6 @@ msgstr ""
31023106
msgid "format requires a dict"
31033107
msgstr ""
31043108

3105-
#: shared-bindings/microcontroller/Processor.c
3106-
msgid "frequency is read-only for this board"
3107-
msgstr ""
3108-
31093109
#: py/objdeque.c
31103110
msgid "full"
31113111
msgstr ""
@@ -4378,6 +4378,9 @@ msgstr "zi harus berjenis float"
43784378
msgid "zi must be of shape (n_section, 2)"
43794379
msgstr "Zi harus berbentuk (n_section, 2)"
43804380

4381+
#~ msgid "Read-only object"
4382+
#~ msgstr "Objek Read-only"
4383+
43814384
#~ msgid "%q length must be >= 1"
43824385
#~ msgstr "%q panjang harus >= 1"
43834386

locale/cs.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ msgstr "Inicializace %q selhala"
131131
msgid "%q is %q"
132132
msgstr ""
133133

134+
#: ports/raspberrypi/common-hal/wifi/Radio.c
135+
msgid "%q is read-only for this board"
136+
msgstr ""
137+
134138
#: py/argcheck.c shared-bindings/usb_hid/Device.c
135139
msgid "%q length must be %d"
136140
msgstr "Délka %q musí být %d"
@@ -305,7 +309,7 @@ msgstr "'%s' objekt nepodporuje přiřazení položky"
305309
msgid "'%s' object doesn't support item deletion"
306310
msgstr "'%s' objekt nepodporuje smazání položky"
307311

308-
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
312+
#: py/runtime.c
309313
msgid "'%s' object has no attribute '%q'"
310314
msgstr "'%s' objekt nemá žádný atribut '%q'"
311315

@@ -1874,18 +1878,14 @@ msgid "Random number generation error"
18741878
msgstr ""
18751879

18761880
#: shared-bindings/memorymonitor/AllocationSize.c
1877-
#: shared-bindings/pulseio/PulseIn.c
1881+
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18781882
msgid "Read-only"
18791883
msgstr ""
18801884

18811885
#: extmod/vfs_fat.c py/moduerrno.c
18821886
msgid "Read-only filesystem"
18831887
msgstr ""
18841888

1885-
#: shared-module/displayio/Bitmap.c
1886-
msgid "Read-only object"
1887-
msgstr ""
1888-
18891889
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
18901890
msgid "Received response was invalid"
18911891
msgstr ""
@@ -2728,6 +2728,10 @@ msgstr ""
27282728
msgid "can't set attribute"
27292729
msgstr ""
27302730

2731+
#: py/runtime.c
2732+
msgid "can't set attribute '%q'"
2733+
msgstr ""
2734+
27312735
#: py/emitnative.c
27322736
msgid "can't store '%q'"
27332737
msgstr ""
@@ -3089,10 +3093,6 @@ msgstr ""
30893093
msgid "format requires a dict"
30903094
msgstr ""
30913095

3092-
#: shared-bindings/microcontroller/Processor.c
3093-
msgid "frequency is read-only for this board"
3094-
msgstr ""
3095-
30963096
#: py/objdeque.c
30973097
msgid "full"
30983098
msgstr ""

locale/de_DE.po

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ msgstr "%q Initialisierung ist gescheitert"
132132
msgid "%q is %q"
133133
msgstr "%q ist %q"
134134

135+
#: ports/raspberrypi/common-hal/wifi/Radio.c
136+
msgid "%q is read-only for this board"
137+
msgstr ""
138+
135139
#: py/argcheck.c shared-bindings/usb_hid/Device.c
136140
msgid "%q length must be %d"
137141
msgstr "%q länge muss %d betragen"
@@ -308,7 +312,7 @@ msgstr "'%s' Objekt unterstützt keine Element-Zuordnung"
308312
msgid "'%s' object doesn't support item deletion"
309313
msgstr "'%s' Objekt unterstützt keine Löschung von Elementen"
310314

311-
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
315+
#: py/runtime.c
312316
msgid "'%s' object has no attribute '%q'"
313317
msgstr "'%s' Objekt hat kein Attribut '%q'"
314318

@@ -1899,18 +1903,14 @@ msgid "Random number generation error"
18991903
msgstr "Fehler bei der Erzeugung von Zufallszahlen"
19001904

19011905
#: shared-bindings/memorymonitor/AllocationSize.c
1902-
#: shared-bindings/pulseio/PulseIn.c
1906+
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
19031907
msgid "Read-only"
19041908
msgstr "Nur lesen möglich, da Schreibgeschützt"
19051909

19061910
#: extmod/vfs_fat.c py/moduerrno.c
19071911
msgid "Read-only filesystem"
19081912
msgstr "Schreibgeschützte Dateisystem"
19091913

1910-
#: shared-module/displayio/Bitmap.c
1911-
msgid "Read-only object"
1912-
msgstr "Schreibgeschützte Objekt"
1913-
19141914
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
19151915
msgid "Received response was invalid"
19161916
msgstr "Erhaltene Antwort ist ungültig"
@@ -2787,6 +2787,10 @@ msgstr "Kann Blockgröße von 512 nicht setzen"
27872787
msgid "can't set attribute"
27882788
msgstr "kann Attribut nicht setzen"
27892789

2790+
#: py/runtime.c
2791+
msgid "can't set attribute '%q'"
2792+
msgstr ""
2793+
27902794
#: py/emitnative.c
27912795
msgid "can't store '%q'"
27922796
msgstr "Speichern von '%q' nicht möglich"
@@ -3158,10 +3162,6 @@ msgstr "Die Schriftart (font) muss 2048 Byte lang sein"
31583162
msgid "format requires a dict"
31593163
msgstr "Format erfordert ein Wörterbuch (dict)"
31603164

3161-
#: shared-bindings/microcontroller/Processor.c
3162-
msgid "frequency is read-only for this board"
3163-
msgstr "Frequenz ist für dieses Board schreibgeschützt"
3164-
31653165
#: py/objdeque.c
31663166
msgid "full"
31673167
msgstr "voll"
@@ -4448,6 +4448,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
44484448
msgid "zi must be of shape (n_section, 2)"
44494449
msgstr "zi muss die Form (n_section, 2) haben"
44504450

4451+
#~ msgid "Read-only object"
4452+
#~ msgstr "Schreibgeschützte Objekt"
4453+
4454+
#~ msgid "frequency is read-only for this board"
4455+
#~ msgstr "Frequenz ist für dieses Board schreibgeschützt"
4456+
44514457
#~ msgid "Unable to write"
44524458
#~ msgstr "Schreiben nicht möglich"
44534459

locale/el.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ msgstr "%q εκκίνηση απέτυχε"
136136
msgid "%q is %q"
137137
msgstr ""
138138

139+
#: ports/raspberrypi/common-hal/wifi/Radio.c
140+
msgid "%q is read-only for this board"
141+
msgstr ""
142+
139143
#: py/argcheck.c shared-bindings/usb_hid/Device.c
140144
msgid "%q length must be %d"
141145
msgstr "%q μήκος πρέπει να είναι %d"
@@ -310,7 +314,7 @@ msgstr "'%s' αντικείμενο δεν υποστηρίζει ορισμό
310314
msgid "'%s' object doesn't support item deletion"
311315
msgstr "'%s' αντικείμενο δεν υποστηρίζει διαγραφή πράγματος"
312316

313-
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
317+
#: py/runtime.c
314318
msgid "'%s' object has no attribute '%q'"
315319
msgstr "'%s' αντικείμενο δεν έχει γνώρισμα '%q'"
316320

@@ -1883,18 +1887,14 @@ msgid "Random number generation error"
18831887
msgstr ""
18841888

18851889
#: shared-bindings/memorymonitor/AllocationSize.c
1886-
#: shared-bindings/pulseio/PulseIn.c
1890+
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18871891
msgid "Read-only"
18881892
msgstr ""
18891893

18901894
#: extmod/vfs_fat.c py/moduerrno.c
18911895
msgid "Read-only filesystem"
18921896
msgstr ""
18931897

1894-
#: shared-module/displayio/Bitmap.c
1895-
msgid "Read-only object"
1896-
msgstr ""
1897-
18981898
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
18991899
msgid "Received response was invalid"
19001900
msgstr ""
@@ -2737,6 +2737,10 @@ msgstr ""
27372737
msgid "can't set attribute"
27382738
msgstr ""
27392739

2740+
#: py/runtime.c
2741+
msgid "can't set attribute '%q'"
2742+
msgstr ""
2743+
27402744
#: py/emitnative.c
27412745
msgid "can't store '%q'"
27422746
msgstr ""
@@ -3098,10 +3102,6 @@ msgstr ""
30983102
msgid "format requires a dict"
30993103
msgstr ""
31003104

3101-
#: shared-bindings/microcontroller/Processor.c
3102-
msgid "frequency is read-only for this board"
3103-
msgstr ""
3104-
31053105
#: py/objdeque.c
31063106
msgid "full"
31073107
msgstr ""

locale/en_GB.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ msgstr ""
134134
msgid "%q is %q"
135135
msgstr ""
136136

137+
#: ports/raspberrypi/common-hal/wifi/Radio.c
138+
msgid "%q is read-only for this board"
139+
msgstr ""
140+
137141
#: py/argcheck.c shared-bindings/usb_hid/Device.c
138142
msgid "%q length must be %d"
139143
msgstr ""
@@ -308,7 +312,7 @@ msgstr "'%s' object doesn't support item assignment"
308312
msgid "'%s' object doesn't support item deletion"
309313
msgstr "'%s' object doesn't support item deletion"
310314

311-
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
315+
#: py/runtime.c
312316
msgid "'%s' object has no attribute '%q'"
313317
msgstr "'%s' object has no attribute '%q'"
314318

@@ -1880,18 +1884,14 @@ msgid "Random number generation error"
18801884
msgstr "Random number generation error"
18811885

18821886
#: shared-bindings/memorymonitor/AllocationSize.c
1883-
#: shared-bindings/pulseio/PulseIn.c
1887+
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18841888
msgid "Read-only"
18851889
msgstr "Read-only"
18861890

18871891
#: extmod/vfs_fat.c py/moduerrno.c
18881892
msgid "Read-only filesystem"
18891893
msgstr "Read-only filesystem"
18901894

1891-
#: shared-module/displayio/Bitmap.c
1892-
msgid "Read-only object"
1893-
msgstr "Read-only object"
1894-
18951895
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
18961896
msgid "Received response was invalid"
18971897
msgstr "Received response was invalid"
@@ -2744,6 +2744,10 @@ msgstr "can't set 512 block size"
27442744
msgid "can't set attribute"
27452745
msgstr "can't set attribute"
27462746

2747+
#: py/runtime.c
2748+
msgid "can't set attribute '%q'"
2749+
msgstr ""
2750+
27472751
#: py/emitnative.c
27482752
msgid "can't store '%q'"
27492753
msgstr "can't store '%q'"
@@ -3108,10 +3112,6 @@ msgstr "font must be 2048 bytes long"
31083112
msgid "format requires a dict"
31093113
msgstr "format requires a dict"
31103114

3111-
#: shared-bindings/microcontroller/Processor.c
3112-
msgid "frequency is read-only for this board"
3113-
msgstr ""
3114-
31153115
#: py/objdeque.c
31163116
msgid "full"
31173117
msgstr "full"
@@ -4383,6 +4383,9 @@ msgstr "zi must be of float type"
43834383
msgid "zi must be of shape (n_section, 2)"
43844384
msgstr "zi must be of shape (n_section, 2)"
43854385

4386+
#~ msgid "Read-only object"
4387+
#~ msgstr "Read-only object"
4388+
43864389
#~ msgid "%q length must be >= 1"
43874390
#~ msgstr "%q length must be >= 1"
43884391

0 commit comments

Comments
 (0)