better perfect
This commit is contained in:
parent
906ec2dc02
commit
89c0b350d6
|
@ -394,6 +394,7 @@ This is used to talk about:
|
|||
- also if A *had been* hypothetically B, but it isn't
|
||||
- If you wish A were B
|
||||
- If A should have been B
|
||||
- A had to be B (it was necessary/good for A to be B)
|
||||
- In prayers and blessings (in some dialects)
|
||||
|
||||
Because this is based on the the non-inflecting tail, *it doesn't change at all, no matter what the subject is*.
|
||||
|
@ -484,6 +485,11 @@ export function WithTailChoice(props) {
|
|||
f: "tu baayad dălta **waay**!",
|
||||
e: "You should have been here!",
|
||||
},
|
||||
{
|
||||
p: "د باید دلته **وای**",
|
||||
f: "tu baayad dălta **waay**",
|
||||
e: "You had to be here",
|
||||
},
|
||||
])}</Examples>
|
||||
|
||||
|
||||
|
@ -506,39 +512,40 @@ This is used to talk about:
|
|||
|
||||
## Overview of 8 Equatives
|
||||
|
||||
#### 1. Present Equative
|
||||
#### 1. <Link to="/equatives/present-equative/">Present Equative</Link>
|
||||
- A is B currently
|
||||
- A is B categorically, definately
|
||||
|
||||
#### 2. Habitual Equative
|
||||
#### 2. <Link to="/equatives/habitual-equative/">Habitual Equative</Link>
|
||||
- A is B habitually, repeatedly, generally
|
||||
- A tends to be B
|
||||
|
||||
#### 3. Subjunctive Equative
|
||||
#### 3. <Link to="/equatives/other-equatives/#subjunctive-equative">Subjunctive Equative</Link>
|
||||
- One desires or wants A to be B
|
||||
- A should/must be B (judgement)
|
||||
- If/it's possible that A is B
|
||||
- if A is B
|
||||
- ...so that A is B (purpose)
|
||||
|
||||
#### 4. Future Equative
|
||||
#### 4. <Link to="/equatives/other-equatives/#future-equative">Future Equative</Link>
|
||||
- A will be B
|
||||
- presuming or guessing that A will be B
|
||||
|
||||
#### 5. Past Equative
|
||||
#### 5. <Link to="/equatives/other-equatives/#past-equative">Past Equative</Link>
|
||||
- A was B
|
||||
- (if) A turns out to be B
|
||||
|
||||
#### 6. "Would be" Equative
|
||||
#### 6. <Link to="/equatives/other-equatives/#would-be-equative">"Would be" Equative</Link>
|
||||
- A was B habitually
|
||||
- Presuming or guessing that A was B
|
||||
- A would have been B (as the result of a hypothetical outcome)
|
||||
- A should have been B
|
||||
|
||||
#### 7. Past Subjunctive Equative
|
||||
#### 7. <Link to="/equatives/other-equatives/#past-subjunctive">Past Subjunctive Equative</Link>
|
||||
- A should have been B
|
||||
- If A were B (unreal conditional)
|
||||
- A had to be B (it was necessary/good for A to be B)
|
||||
- If A were B (unreal conditional)...
|
||||
- I wish/if only A were B!
|
||||
|
||||
#### 8. "Would have been" Equative
|
||||
- A would have been B
|
||||
#### 8. <Link to="/equatives/other-equatives/#would-have-been-equative">"Would have been" Equative</Link>
|
||||
- (given some hypothetical condition) A would have been B
|
||||
|
|
|
@ -259,6 +259,11 @@ Just like the <Link to="/equatives/other-equatives/#past-subjunctive">past subju
|
|||
f: "tu baayad wakhtee raaghúle waay",
|
||||
e: "You (f.) should have come early",
|
||||
},
|
||||
{
|
||||
p: "پرون ما کار کړی وای",
|
||||
f: "paróon maa kaar kúRey waay",
|
||||
e: "Yesterday I had to work",
|
||||
},
|
||||
{
|
||||
p: "که ما ډوډۍ نه وای خوړلې...",
|
||||
f: "ku maa DoDúy nu waay khóRule...",
|
||||
|
|
Loading…
Reference in New Issue