This commit is contained in:
adueck 2022-09-29 18:51:00 +04:00
parent 8d65779517
commit a4a496f0fe
1 changed files with 6 additions and 6 deletions

View File

@ -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.
<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>
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}>{[
{ p: "مه راځه!", f: "má raadza", e: "Don't come!" },
{ 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: "taaso halta má keneyy!", e: "Don't sit there!" },
{ p: "مه راځه!", f: "mú raadza", e: "Don't come!" },
{ 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: "taaso halta mú keneyy!", e: "Don't sit there!" },
]}</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.