|
1 | 1 | --- |
2 | | -lang: EN |
3 | | -title: A Wee Blank Book |
| 2 | +lang: DE |
| 3 | +title: Ein kleines leeres Buch |
4 | 4 | answer: ^(splendid|quite_good|mediocre|quite_not_good|abysmal)$ |
5 | 5 | load: books = {} |
6 | | -ok: Yes that's a new review |
7 | | -error: Use one of splendid, quite_good, mediocre, quite_not_good, abysmal.<br/>Don't forget the colon |
| 6 | +ok: Ja, das ist eine neue Bewertung |
| 7 | +error: Verwende einen der Begriffe splendid, quite_good, mediocre, quite_not_good, abysmal.<br/>Den Doppelpunkt nicht vergessen |
8 | 8 | --- |
9 | 9 |
|
10 | | -You've made an empty __hash__. A hash is like an array, only every one of its elements has a name. |
| 10 | +Du hast einen leeren __Hash__ erstellt. Ein Hash ist wie ein Array, nur dass |
| 11 | +jedes seiner Elemente einen Namen hat. |
11 | 12 |
|
12 | | -We're going to stuff some miniature book reviews in our new hash. Here's our rating system: |
| 13 | +Wir werden einige Mini-Buchrezensionen in unseren neuen Hash packen. Hier ist |
| 14 | +unser Bewertungssystem: |
13 | 15 |
|
14 | | -- :splendid → a masterpiece |
15 | | -- :quite\_good → enjoyed, sure, yes |
16 | | -- :mediocre → equal parts great and terrible |
17 | | -- :quite\_not\_good → notably bad |
18 | | -- :abysmal → steaming wreck |
| 16 | +- :splendid → ein Meisterwerk |
| 17 | +- :quite\_good → genossen, sicher, ja |
| 18 | +- :mediocre → gleichermaßen gut und schlecht |
| 19 | +- :quite\_not\_good → ausgesprochen schlecht |
| 20 | +- :abysmal → dampfendes Wrack |
19 | 21 |
|
20 | | -To rate a book, put the title in square brackets and put the rating after the equals. For example: |
| 22 | +Um ein Buch zu bewerten, setze den Titel in eckige Klammern und die Bewertung |
| 23 | +nach den Gleichheitszeichen. Zum Beispiel: |
21 | 24 |
|
22 | 25 | books["Gravitys Rainbow"] = :splendid |
23 | 26 |
|
24 | | -> By now I think it is only fair to tell you that all lessons in TryRuby are separate from each other. |
25 | | -> So if you go crazy typing book reviews here, you can only use 'em in this lesson. |
26 | | -> If you want to use your reviews in the next lesson you should copy/paste them. |
27 | | -> Don't worry about this too much, each lesson has plenty of predefined stuff for you to play around with. |
| 27 | +> Ich denke, es ist nur angemessen, dir zu sagen, dass alle Lektionen in TryRuby |
| 28 | +unabhängig voneinander sind. |
| 29 | +> Wenn du also wild drauf los tippst, Buchbesprechungen zu schreiben, kannst du |
| 30 | +die nur in dieser Lektion verwenden. |
| 31 | +> Wenn du deine Bewertungen in der nächsten Lektion verwenden möchtest, |
| 32 | +solltest du sie kopieren und einfügen. |
| 33 | +> Mach dir nicht zu viele Gedanken darüber, jede Lektion enthält eine Menge |
| 34 | +vorgegebener Dinge, mit denen du herumspielen kannst. |
0 commit comments