ma to mu
This commit is contained in:
parent
8d65779517
commit
a4a496f0fe
|
@ -192,16 +192,16 @@ You will notice there are only two <Link to="/verbs/verb-endings/#imperative-ver
|
||||||
**In the negative form of commands** (ie. *"Don't ____"*), **the aspect choice dissapears**. There is no imperfective/perfective option with negative imperatives, there's only one form.
|
**In the negative form of commands** (ie. *"Don't ____"*), **the aspect choice dissapears**. There is no imperfective/perfective option with negative imperatives, there's only one form.
|
||||||
|
|
||||||
<Formula name="Negative Imperative">
|
<Formula name="Negative Imperative">
|
||||||
<InlinePs opts={opts} ps={{ p: "مه", f: "má" }} /> + <Link to="/verbs/imperative-verbs/#imperfective-imperative">Imperfective Imperative</Link>
|
<InlinePs opts={opts} ps={{ p: "مه", f: "mú" }} /> + <Link to="/verbs/imperative-verbs/#imperfective-imperative">Imperfective Imperative</Link>
|
||||||
</Formula>
|
</Formula>
|
||||||
|
|
||||||
With this form, you can't specify whether you're talking about about the action in a <i className="fas fa-camera" /> perfective or <i className="fas fa-video" /> imperfective way. You're just saying "don't do it!", either one time or in general.
|
With this form, you can't specify whether you're talking about about the action in a <i className="fas fa-camera" /> perfective or <i className="fas fa-video" /> imperfective way. You're just saying "don't do it!", either one time or in general.
|
||||||
|
|
||||||
<Examples opts={opts}>{[
|
<Examples opts={opts}>{[
|
||||||
{ p: "مه راځه!", f: "má raadza", e: "Don't come!" },
|
{ p: "مه راځه!", f: "mú raadza", e: "Don't come!" },
|
||||||
{ p: "وریژې مه خوره!", f: "wreejze má khora!", e: "Don't eat rice!" },
|
{ p: "وریژې مه خوره!", f: "wreejze mú khora!", e: "Don't eat rice!" },
|
||||||
{ p: "عکسونه راته مه لېږه!", f: "aksoona raa-ta má leGa!", e: "Don't send me pictures!" },
|
{ p: "عکسونه راته مه لېږه!", f: "aksoona raa-ta mú leGa!", e: "Don't send me pictures!" },
|
||||||
{ p: "تاسو هلته مه کېنئ!", f: "taaso halta má keneyy!", e: "Don't sit there!" },
|
{ p: "تاسو هلته مه کېنئ!", f: "taaso halta mú keneyy!", e: "Don't sit there!" },
|
||||||
]}</Examples>
|
]}</Examples>
|
||||||
|
|
||||||
Just like with the negative particle <InlinePs opts={opts} ps={{ p: "نه", f: "nú" }} /> that we used with other verb forms, the negative <InlinePs opts={opts} ps={{ p: "مه", f: "má" }} /> marker also takes over the accent of the verb.
|
Just like with the negative particle <InlinePs opts={opts} ps={{ p: "نه", f: "nú" }} /> that we used with other verb forms, the negative <InlinePs opts={opts} ps={{ p: "مه", f: "mú" }} /> marker also takes over the accent of the verb.
|
Loading…
Reference in New Issue