|
28 | 28 | "description": "Change made to file"
|
29 | 29 | },
|
30 | 30 | "api-description": {
|
31 |
| - "defaultMessage": "Für die Verwendung und Beispiele, siehe <link>Referenz</link>", |
| 31 | + "defaultMessage": "Für die Verwendung und Beispiele, siehe <link>Referenz</link>.", |
32 | 32 | "description": "Extended description at the top of the API tab"
|
33 | 33 | },
|
34 | 34 | "api-tab": {
|
|
72 | 72 | "description": "Header for dialog of confirmation of files changed"
|
73 | 73 | },
|
74 | 74 | "choose-main-add-file": {
|
75 |
| - "defaultMessage": "Datei {name} hinzufügen", |
| 75 | + "defaultMessage": "Datei {name} hinzufügen?", |
76 | 76 | "description": "Shown in load dialog to confirm actions"
|
77 | 77 | },
|
78 | 78 | "choose-main-add-module": {
|
|
136 | 136 | "description": "Confirmation message for the reset action"
|
137 | 137 | },
|
138 | 138 | "confirm-replace-title": {
|
139 |
| - "defaultMessage": "Projekt-Ersetzen bestätigen", |
| 139 | + "defaultMessage": "Zurücksetzen bestätigen", |
140 | 140 | "description": "Confirmation message title for replacing project dialog"
|
141 | 141 | },
|
142 | 142 | "confirm-replace-with-idea": {
|
|
212 | 212 | "description": "Copy code to clipboard action text"
|
213 | 213 | },
|
214 | 214 | "create-action": {
|
215 |
| - "defaultMessage": "Erstelle", |
| 215 | + "defaultMessage": "Erstellen", |
216 | 216 | "description": "Create action label (e.g. in create file dialog)"
|
217 | 217 | },
|
218 | 218 | "create-file-action": {
|
|
232 | 232 | "description": "Button text for delete action"
|
233 | 233 | },
|
234 | 234 | "delete-file-action": {
|
235 |
| - "defaultMessage": "Lösche {name}", |
| 235 | + "defaultMessage": "{name} löschen", |
236 | 236 | "description": "Menu option to delete file"
|
237 | 237 | },
|
238 | 238 | "deleted-file": {
|
|
360 | 360 | "description": "Help translate menu option text"
|
361 | 361 | },
|
362 | 362 | "highlight-code-structure": {
|
363 |
| - "defaultMessage": "Code-Struktur hervorheben", |
| 363 | + "defaultMessage": "Codestruktur hervorheben", |
364 | 364 | "description": "Code structure setting label"
|
365 | 365 | },
|
366 | 366 | "highlight-code-structure-full": {
|
367 | 367 | "defaultMessage": "Vollständig",
|
368 | 368 | "description": "Highlight code structure option"
|
369 | 369 | },
|
370 | 370 | "highlight-code-structure-none": {
|
371 |
| - "defaultMessage": "Nichts", |
| 371 | + "defaultMessage": "Aus", |
372 | 372 | "description": "Highlight code structure option"
|
373 | 373 | },
|
374 | 374 | "highlight-code-structure-simple": {
|
|
523 | 523 | "description": "Aria label for file drop target"
|
524 | 524 | },
|
525 | 525 | "open-hover": {
|
526 |
| - "defaultMessage": "Eine hex- oder Python-Datei öffnen oder andere Dateien hinzufügen", |
| 526 | + "defaultMessage": "Eine HEX- oder Python-Datei öffnen oder andere Dateien hinzufügen.", |
527 | 527 | "description": "Hover text over load button"
|
528 | 528 | },
|
529 | 529 | "options": {
|
|
566 | 566 | "defaultMessage": "Um diese hex-Datei auf deinem micro:bit auszuführen, solltest du <link>folgende Schritte ausführen</link>.",
|
567 | 567 | "description": "Message in dialog shown after the user saves the project as a hex file."
|
568 | 568 | },
|
| 569 | + "privacy-policy": { |
| 570 | + "defaultMessage": "Datenschutzerklärung", |
| 571 | + "description": "Privacy policy menu option text" |
| 572 | + }, |
569 | 573 | "project-actions": {
|
570 | 574 | "defaultMessage": "Projekt-Aktionen",
|
571 | 575 | "description": "Aria label for the bar with project actions"
|
|
655 | 659 | "description": "Hover text over save button"
|
656 | 660 | },
|
657 | 661 | "save-python-action": {
|
658 |
| - "defaultMessage": "Python-Script speichern", |
| 662 | + "defaultMessage": "Python-Skript speichern", |
659 | 663 | "description": "Save button menu option to save the Python script"
|
660 | 664 | },
|
661 | 665 | "search": {
|
|
691 | 695 | "description": "Shown when your program is in sync with the micro:bit"
|
692 | 696 | },
|
693 | 697 | "serial-help-ctrl-c": {
|
694 |
| - "defaultMessage": "Verwende das Tatstaturkürzel <kbd>Strg</kbd> + <kbd>C</kbd> um das Programm abzuhalten. Danach kannst du Python-Befehle eingeben, die MicroPython ausführen soll. Das ist eine großartige Möglichkeit, mit etwas Neuem zu experimentieren.", |
| 698 | + "defaultMessage": "Verwende den Tastenkürzel <kbd>Strg</kbd> + <kbd>C</kbd> um das Programm anzuhalten. Danach kannst du Python-Befehle eingeben, die MicroPython ausführen soll. Das ist eine großartige Möglichkeit, mit etwas Neuem zu experimentieren.", |
695 | 699 | "description": "Text from the serial hints and tips dialog. kbd tag shows a keyboard key style."
|
696 | 700 | },
|
697 | 701 | "serial-help-ctrl-d": {
|
|
0 commit comments