|
4 | 4 | "description": "(module name) Control the garbage collector" |
5 | 5 | }, |
6 | 6 | "gc.summary": { |
7 | | - "message": "Steuerung des Garbage Collectors", |
| 7 | + "message": "Steuerung der automatischen Speicherbereinigung (Garbage Collector)", |
8 | 8 | "description": "Control the garbage collector" |
9 | 9 | }, |
10 | 10 | "gc.enable": { |
11 | | - "message": "enable", |
| 11 | + "message": "aktivieren", |
12 | 12 | "description": "(function name) Enable automatic garbage collection." |
13 | 13 | }, |
14 | 14 | "gc.enable.summary": { |
15 | | - "message": "Automatische Garbage Collection aktivieren.", |
| 15 | + "message": "Automatische Speicherbereinigung aktivieren.", |
16 | 16 | "description": "Enable automatic garbage collection." |
17 | 17 | }, |
18 | 18 | "gc.disable": { |
19 | | - "message": "disable", |
| 19 | + "message": "deaktivieren", |
20 | 20 | "description": "(function name) Disable automatic garbage collection." |
21 | 21 | }, |
22 | 22 | "gc.disable.summary": { |
23 | | - "message": "Automatische Garbage Collection deaktivieren.", |
| 23 | + "message": "Automatische Speicherbereinigung deaktivieren.", |
24 | 24 | "description": "Disable automatic garbage collection." |
25 | 25 | }, |
26 | 26 | "gc.collect": { |
27 | | - "message": "collect", |
| 27 | + "message": "sammeln", |
28 | 28 | "description": "(function name) Run a garbage collection." |
29 | 29 | }, |
30 | 30 | "gc.collect.summary": { |
31 | | - "message": "Garbage Collection ausführen.", |
| 31 | + "message": "Speicherbereinigung ausführen.", |
32 | 32 | "description": "Run a garbage collection." |
33 | 33 | }, |
34 | 34 | "gc.mem_alloc": { |
35 | | - "message": "mem alloc", |
| 35 | + "message": "Speicher zuweisen", |
36 | 36 | "description": "(function name) Get the number of bytes of heap RAM that are allocated." |
37 | 37 | }, |
38 | 38 | "gc.mem_alloc.summary": { |
39 | 39 | "message": "Ermittelt die Anzahl der dem Heap-Speicher zugewiesen Bytes.", |
40 | 40 | "description": "Get the number of bytes of heap RAM that are allocated." |
41 | 41 | }, |
42 | 42 | "gc.mem_free": { |
43 | | - "message": "mem free", |
| 43 | + "message": "Speicher freigeben", |
44 | 44 | "description": "(function name) Get the number of bytes of available heap RAM, or -1 if this amount is not known." |
45 | 45 | }, |
46 | 46 | "gc.mem_free.summary": { |
47 | 47 | "message": "Gibt die Anzahl der Bytes des verfügbaren dynamischen Speichers zurück. -1 wird zurückgegeben, wenn dieser Wert unbekannt ist.", |
48 | 48 | "description": "Get the number of bytes of available heap RAM, or -1 if this amount is not known." |
49 | 49 | }, |
50 | 50 | "gc.threshold-1": { |
51 | | - "message": "threshold", |
| 51 | + "message": "Schwellenwert", |
52 | 52 | "description": "(function name) Query the additional GC allocation threshold." |
53 | 53 | }, |
54 | 54 | "gc.threshold-1.summary": { |
55 | 55 | "message": "Den zusätzlichen GC-Zuteilungsschwellwert abfragen.", |
56 | 56 | "description": "Query the additional GC allocation threshold." |
57 | 57 | }, |
58 | 58 | "gc.threshold-2": { |
59 | | - "message": "threshold", |
| 59 | + "message": "Schwellenwert", |
60 | 60 | "description": "(function name) Set the additional GC allocation threshold." |
61 | 61 | }, |
62 | 62 | "gc.threshold-2.summary": { |
63 | 63 | "message": "Den zusätzlichen GC-Schwellenwert festlegen.", |
64 | 64 | "description": "Set the additional GC allocation threshold." |
65 | 65 | }, |
66 | 66 | "gc.threshold-2.param-name.amount": { |
67 | | - "message": "amount", |
| 67 | + "message": "Menge", |
68 | 68 | "description": "(parameter name) The number of bytes after which a garbage collection should be triggered." |
69 | 69 | }, |
70 | 70 | "gc.threshold-2.param-doc.amount": { |
71 | | - "message": "Die Anzahl der Bytes, nach denen eine Garbage Collection ausgelöst werden soll.", |
| 71 | + "message": "Die Anzahl der Bytes, nach denen eine Speicherbereinigung ausgelöst werden soll.", |
72 | 72 | "description": "Parameter docs" |
73 | 73 | }, |
74 | 74 | "log": { |
|
112 | 112 | "description": "Hours timestamp format." |
113 | 113 | }, |
114 | 114 | "log.DAYS": { |
115 | | - "message": "days", |
| 115 | + "message": "tage", |
116 | 116 | "description": "(field name) Days timestamp format." |
117 | 117 | }, |
118 | 118 | "log.DAYS.summary": { |
119 | | - "message": "Tage Zeitstempelformat.", |
| 119 | + "message": "Zeitstempelformat: Tage", |
120 | 120 | "description": "Days timestamp format." |
121 | 121 | }, |
122 | 122 | "log.set_labels": { |
123 | 123 | "message": "Beschriftungen festlegen", |
124 | 124 | "description": "(function name) Set up the log file header." |
125 | 125 | }, |
126 | 126 | "log.set_labels.summary": { |
127 | | - "message": "Den Logdatei-Header setzen ", |
| 127 | + "message": "Spaltenüberschrift der Logdatei setzen ", |
128 | 128 | "description": "Set up the log file header." |
129 | 129 | }, |
130 | 130 | "log.set_labels.param-name.*labels": { |
131 | | - "message": "*labels", |
| 131 | + "message": "*Beschriftung", |
132 | 132 | "description": "(parameter name) Any number of positional arguments, each corresponding to an entry in the log header." |
133 | 133 | }, |
134 | 134 | "log.set_labels.param-doc.*labels": { |
135 | 135 | "message": "Eine beliebige Anzahl von Positionsargumenten, die jeweils einem Eintrag in der Kopfzeile des Logs entsprechen.", |
136 | 136 | "description": "Parameter docs" |
137 | 137 | }, |
138 | 138 | "log.set_labels.param-name.timestamp": { |
139 | | - "message": "timestamp", |
| 139 | + "message": "Zeitstempel", |
140 | 140 | "description": "(parameter name) Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``." |
141 | 141 | }, |
142 | 142 | "log.set_labels.param-doc.timestamp": { |
|
256 | 256 | "description": "Parameter docs" |
257 | 257 | }, |
258 | 258 | "machine.time_pulse_us": { |
259 | | - "message": "zeitimpuls us", |
| 259 | + "message": "impulsdauer_messen", |
260 | 260 | "description": "(function name) Time a pulse on a pin." |
261 | 261 | }, |
262 | 262 | "machine.time_pulse_us.summary": { |
|
272 | 272 | "description": "Parameter docs" |
273 | 273 | }, |
274 | 274 | "machine.time_pulse_us.param-name.pulse_level": { |
275 | | - "message": "pulsstufe", |
| 275 | + "message": "Impulsstufe", |
276 | 276 | "description": "(parameter name) 0 to time a low pulse or 1 to time a high pulse" |
277 | 277 | }, |
278 | 278 | "machine.time_pulse_us.param-doc.pulse_level": { |
|
856 | 856 | "description": "Parameter docs" |
857 | 857 | }, |
858 | 858 | "microbit.run_every.param-name.days": { |
859 | | - "message": "days", |
| 859 | + "message": "tage", |
860 | 860 | "description": "(parameter name) Sets the day mark for the scheduling." |
861 | 861 | }, |
862 | 862 | "microbit.run_every.param-doc.days": { |
|
3476 | 3476 | "description": "(parameter name) The byte value to write (default 0)." |
3477 | 3477 | }, |
3478 | 3478 | "microbit.spi.read.param-doc.out": { |
3479 | | - "message": "The byte value to write (default 0).", |
| 3479 | + "message": "Wert der zu schreibenden Bytes (Standard 0).", |
3480 | 3480 | "description": "Parameter docs" |
3481 | 3481 | }, |
3482 | 3482 | "microbit.spi.write": { |
|
4532 | 4532 | "description": "(function name) Generate an integer with ``n`` random bits." |
4533 | 4533 | }, |
4534 | 4534 | "random.getrandbits.summary": { |
4535 | | - "message": "Erzeugt einen Integerwert mit {{n}} zufälligen Bits.", |
| 4535 | + "message": "Eine Ganzzahl mit {{n}} zufälligen Bits generieren.", |
4536 | 4536 | "description": "Generate an integer with ``n`` random bits." |
4537 | 4537 | }, |
4538 | 4538 | "random.getrandbits.param-name.n": { |
|
0 commit comments