Compare commits

..

No commits in common. "5eb3fa70765601cd39518d5b7014c96fd50f3888" and "be5dfdfbc0b78e562dae095621d7b92829ef5993" have entirely different histories.

3 changed files with 57 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -726,6 +726,63 @@ Notice the difference between the simple and continuous past. It's just a shift
There's a *very* small handful of verbs where multiple ingredients are irregular. But even these most unruly verbs dutifly and perfectly follow the formula.
<VerbDemo
v={{ p: "راتلل", f: "raatlul", e: "to come" }}
entry={{"i":6400,"ts":1527815216,"p":"راتلل","f":"raatlúl","e":"to come","c":"v. intrans. irreg.","psp":"ځ","psf":"dz","ssp":"راش","ssf":"raash"}}
>
<TensesChart formula={verbFormula}>{[
[
{
ex: { p: "زه راځم", f: "zu raadzúm", e: "I'm coming" },
},
{
ex: { p: "زه راشم", f: "zu ráashum", e: "...so I'll come..." },
},
],
[
{
ex: { p: "زه به راځم", f: "zu ba raadzúm", e: "I will come" },
},
{
ex: { p: "زه به راشم", f: "zu ba ráashum", e: "I will come" },
},
],
[
{
ex: { p: "راځه!", f: "raadzá!", e: "come!" },
},
{
ex: { p: "راشه!", f: "ráasha!", e: "come!" },
},
],
[
{
ex: {
long: { p: "زه راتللم", f: "zu raatlúlum" },
short: { p: "زه راتلم", f: "zu raatlúm" },
e: "I was coming",
},
},
{
ex: {
long: { p: "زه راغللم", f: "zu ráaghlulum" },
short: { p: "زه راغلم", f: "zu ráaghlum" },
e: "I came",
},
},
],
[
{
ex: {
p: "زه راغلی یم",
f: "zu raaghuley yum",
e: "I (masc.) have come",
},
},
],
]}</TensesChart>
</VerbDemo>
<VerbDemo
v={{ p: "بوتلل", f: "botlul", e: "to take, send" }}
entry={{"i":1748,"ts":1527812507,"p":"بوتلل","f":"botlúl","e":"to take, bring, send (animate objects)","l":1527815348,"separationAtP":2,"separationAtF":2,"c":"v. trans. seperable","psp":"بیای","psf":"byaay","ssp":"بوځ","ssf":"bódz","noOo":true}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB