Add German vocabulary
Browse files- README.md +25 -23
- german.yaml +79 -0
README.md
CHANGED
@@ -474,15 +474,16 @@ In conclusion, the entry of a verb, thus, has the form of:
|
|
474 |
- term: string
|
475 |
definition: list
|
476 |
conjugation:
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
|
|
486 |
```
|
487 |
|
488 |
For example:
|
@@ -493,20 +494,21 @@ For example:
|
|
493 |
- to say, speak
|
494 |
- to pick up
|
495 |
conjugation:
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
|
|
510 |
```
|
511 |
|
512 |
### [Latin](./latin.yaml)
|
|
|
474 |
- term: string
|
475 |
definition: list
|
476 |
conjugation:
|
477 |
+
wiktionary: string
|
478 |
+
principal parts:
|
479 |
+
- ["", Attic, (Possibly other dialects)]
|
480 |
+
- [(first person singular) present indicative active, █████, ... ]
|
481 |
+
- [(first person singular) future indicative active, █████, ... ]
|
482 |
+
- [(first person singular) aorist indicative active, █████, ... ]
|
483 |
+
- [(first person singular) perfect indicative active, █████, ... ]
|
484 |
+
- [(first person singular) perfect indicative passive, █████, ... ]
|
485 |
+
- [(first person singular) aorist indicative passive, █████, ... ]
|
486 |
+
references: list
|
487 |
```
|
488 |
|
489 |
For example:
|
|
|
494 |
- to say, speak
|
495 |
- to pick up
|
496 |
conjugation:
|
497 |
+
wiktionary: https://en.wiktionary.org/wiki/λέγω#Verb_2
|
498 |
+
principal parts:
|
499 |
+
- ["", Attic , Koine ]
|
500 |
+
- [(first person singular) present indicative active, λέγω , λέγω ]
|
501 |
+
- [(first person singular) future indicative active, λέξω , ἐρῶ ]
|
502 |
+
- [(first person singular) aorist indicative active, ἔλεξα , εἶπον/εἶπα ]
|
503 |
+
- [(first person singular) perfect indicative active, (missing), εἴρηκα ]
|
504 |
+
- [(first person singular) perfect indicative passive, λέλεγμαι , λέλεγμαι ]
|
505 |
+
- [(first person singular) aorist indicative passive, ἐλέχθην , ἐρρέθην/ἐρρήθην]
|
506 |
+
references:
|
507 |
+
- https://en.wiktionary.org/wiki/λέγω#Inflection
|
508 |
+
- http://atticgreek.org/downloads/allPPbytypes.pdf
|
509 |
+
- https://books.openbookpublishers.com/10.11647/obp.0264/ch25.xhtml
|
510 |
+
- https://www.billmounce.com/greek-dictionary/lego
|
511 |
+
- https://koine-greek.fandom.com/wiki/Λέγω
|
512 |
```
|
513 |
|
514 |
### [Latin](./latin.yaml)
|
german.yaml
CHANGED
@@ -644,6 +644,24 @@ vocabulary:
|
|
644 |
- [genitive, einer, der, Kartoffel, der, Kartoffeln]
|
645 |
- [dative, einer, der, Kartoffel, den, Kartoffeln]
|
646 |
- [accusative, eine, die, Kartoffel, die, Kartoffeln]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
647 |
- term: das Lebensmittel
|
648 |
definition:
|
649 |
- any item or substance intended for human consumption (excluding drugs other than alcohol), food
|
@@ -1549,6 +1567,8 @@ vocabulary:
|
|
1549 |
- term: kaufen
|
1550 |
definition: to buy
|
1551 |
conjugation: https://en.wiktionary.org/wiki/kaufen#Conjugation
|
|
|
|
|
1552 |
- term: das Beispiel
|
1553 |
definition: the example
|
1554 |
declension:
|
@@ -1558,8 +1578,67 @@ vocabulary:
|
|
1558 |
- [genitive, eines, des, "Beispieles, Beispiels", der, Beispiele ]
|
1559 |
- [dative, einem, dem, Beispiel, den, Beispielen]
|
1560 |
- [accusative, ein, das, Beispiel, die, Beispiele ]
|
|
|
|
|
1561 |
- term: zum Beispiel
|
1562 |
definition: for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1563 |
|
1564 |
|
1565 |
|
|
|
644 |
- [genitive, einer, der, Kartoffel, der, Kartoffeln]
|
645 |
- [dative, einer, der, Kartoffel, den, Kartoffeln]
|
646 |
- [accusative, eine, die, Kartoffel, die, Kartoffeln]
|
647 |
+
- term: die Butter
|
648 |
+
definition: the butter
|
649 |
+
declension:
|
650 |
+
- [ "", singular, singular, singular, plural, plural]
|
651 |
+
- [ "", indef., def., noun, def., noun ]
|
652 |
+
- [ nominative, eine, die, Butter, N/A, N/A ]
|
653 |
+
- [ genitive, einer, der, Butter, N/A, N/A ]
|
654 |
+
- [ dative, einer, der, Butter, N/A, N/A ]
|
655 |
+
- [ accusative, eine, die, Butter, N/A, N/A ]
|
656 |
+
- term: die Wurst
|
657 |
+
definition: the sausage
|
658 |
+
declension:
|
659 |
+
- [ "", singular, singular, singular, plural, plural ]
|
660 |
+
- [ "", indef., def., noun, def., noun ]
|
661 |
+
- [ nominative, eine, die, Wurst, die, Würste ]
|
662 |
+
- [ genitive, einer, der, Wurst, der, Würste ]
|
663 |
+
- [ dative, einer, der, Wurst, den, Würsten]
|
664 |
+
- [ accusative, eine, die, Wurst, die, Würste ]
|
665 |
- term: das Lebensmittel
|
666 |
definition:
|
667 |
- any item or substance intended for human consumption (excluding drugs other than alcohol), food
|
|
|
1567 |
- term: kaufen
|
1568 |
definition: to buy
|
1569 |
conjugation: https://en.wiktionary.org/wiki/kaufen#Conjugation
|
1570 |
+
- term: Hier kann man viel kaufen.
|
1571 |
+
definition: People can buy a lot here.
|
1572 |
- term: das Beispiel
|
1573 |
definition: the example
|
1574 |
declension:
|
|
|
1578 |
- [genitive, eines, des, "Beispieles, Beispiels", der, Beispiele ]
|
1579 |
- [dative, einem, dem, Beispiel, den, Beispielen]
|
1580 |
- [accusative, ein, das, Beispiel, die, Beispiele ]
|
1581 |
+
- term: außerdem
|
1582 |
+
definition: (adv.) in addition
|
1583 |
- term: zum Beispiel
|
1584 |
definition: for example
|
1585 |
+
- term: vier
|
1586 |
+
definition: (pron.) a lot
|
1587 |
+
- term: vieles mehr
|
1588 |
+
definition: much more
|
1589 |
+
- term: Sonst noch etwas?
|
1590 |
+
definition: Anything else?
|
1591 |
+
- term: Ist das alles?
|
1592 |
+
definition: Is that all?
|
1593 |
+
- term: Was kostet ...? (sing.)
|
1594 |
+
definition: What does ... cost?
|
1595 |
+
- term: Was kosten ...? (pl.)
|
1596 |
+
definition: What do ... cost?
|
1597 |
+
- term: Wie teuer ist ...? (sing.)
|
1598 |
+
definition: How much is ...?
|
1599 |
+
- term: Wie teuer sind ...? (pl.)
|
1600 |
+
definition: How much are ...?
|
1601 |
+
- term: der Laden
|
1602 |
+
definition: the shop
|
1603 |
+
declension:
|
1604 |
+
- ["", singular, singular, singular, plural, plural]
|
1605 |
+
- ["", indef., def., noun, def., noun ]
|
1606 |
+
- [nominative, ein, der, Laden, die, Läden ]
|
1607 |
+
- [genitive, eines, des, Ladens, der, Läden ]
|
1608 |
+
- [dative, einem, dem, Laden, den, Läden ]
|
1609 |
+
- [accusative, einen, den, Laden, die, Läden ]
|
1610 |
+
- term: Das ist der Laden von ...
|
1611 |
+
definition: This is ...(someone)'s shop.
|
1612 |
+
- term: die Zeitung
|
1613 |
+
definition: the newspaper
|
1614 |
+
declension:
|
1615 |
+
- [ "", singular, singular, singular, plural, plural ]
|
1616 |
+
- [ "", indef., def., noun, def., noun ]
|
1617 |
+
- [ nominative, eine, die, Zeitung, die, Zeitungen]
|
1618 |
+
- [ genitive, einer, der, Zeitung, der, Zeitungen]
|
1619 |
+
- [ dative, einer, der, Zeitung, den, Zeitungen]
|
1620 |
+
- [ accusative, eine, die, Zeitung, die, Zeitungen]
|
1621 |
+
- term: die Süßigkeit
|
1622 |
+
definition: the candy
|
1623 |
+
declension:
|
1624 |
+
- [ "", singular, singular, singular, plural, plural ]
|
1625 |
+
- [ "", indef., def., noun, def., noun ]
|
1626 |
+
- [ nominative, eine, die, Süßigkeit, die, Süßigkeiten]
|
1627 |
+
- [ genitive, einer, der, Süßigkeit, der, Süßigkeiten]
|
1628 |
+
- [ dative, einer, der, Süßigkeit, den, Süßigkeiten]
|
1629 |
+
- [ accusative, eine, die, Süßigkeit, die, Süßigkeiten]
|
1630 |
+
- term: die Zigarette
|
1631 |
+
definition: the cigarette
|
1632 |
+
declension:
|
1633 |
+
- [ "", singular, singular, singular, plural, plural ]
|
1634 |
+
- [ "", indef., def., noun, def., noun ]
|
1635 |
+
- [ nominative, eine, die, Zigarette, die, Zigaretten]
|
1636 |
+
- [ genitive, einer, der, Zigarette, der, Zigaretten]
|
1637 |
+
- [ dative, einer, der, Zigarette, den, Zigaretten]
|
1638 |
+
- [ accusative, eine, die, Zigarette, die, Zigaretten]
|
1639 |
+
- term: beantworten
|
1640 |
+
definition: to answer
|
1641 |
+
conjugation: https://en.wiktionary.org/wiki/beantworten#Conjugation
|
1642 |
|
1643 |
|
1644 |
|