From b0664cb38c3741611c9fbbf5be357705198a90ce Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 24 Jun 2021 13:41:00 +0400 Subject: [PATCH] more --- src/content/equatives/other-equatives.mdx | 101 +++++++++++----------- yarn.lock | 6 +- 2 files changed, 54 insertions(+), 53 deletions(-) diff --git a/src/content/equatives/other-equatives.mdx b/src/content/equatives/other-equatives.mdx index 5afcfb7..95f88f6 100644 --- a/src/content/equatives/other-equatives.mdx +++ b/src/content/equatives/other-equatives.mdx @@ -23,6 +23,7 @@ import { InlinePs, Examples, } from "@lingdocs/pashto-inflector"; +import psmd from "../../lib/psmd"; import EquativeFormChoice from "../../components/EquativeFormChoice"; import Formula from "../../components/Formula"; import Link from "../../components/Link"; @@ -74,28 +75,28 @@ This is used for: #### Examples -{[ +{psmd([ { - p: "زه به په کور کې یم.", - f: "zu ba pu kor ke yum.", - e: "I will be at home.", + p: "زه **به** په کور کې **یم**.", + f: "zu **ba** pu kor ke **yum**.", + e: "I **will be** at home.", }, { - p: "مونږ به ستړي یو", - f: "moonG ba stúRee yoo.", - e: "We will be tired.", + p: "مونږ **به** ستړي **یو**", + f: "moonG ba stúRee **yoo**.", + e: "We **will be** tired.", }, { - p: "ډوډۍ به تیاره وي.", - f: "DoDúy ba tayáara wee.", - e: "The food will be ready.", + p: "ډوډۍ **به** تیاره **وي**.", + f: "DoDúy **ba** tayáara **wee**.", + e: "The food **will be** ready.", }, { - p: "تاسو به وږي یئ، که نه؟", - f: "taaso ba wuGee yeyy, ku nu?", - e: "You'll be hungry, won't you?", + p: "تاسو **به** وږي **یئ**، که نه؟", + f: "taaso **ba** wuGee **yeyy**, ku nu?", + e: "You**'ll be** hungry, won't you?", }, -]} +])} ## Past Equative @@ -132,33 +133,33 @@ It is usually used in the short form. #### Examples -{[ +{psmd([ { - p: "ته چېرته وې؟", - f: "tu cherta we?", - e: "Where were you?", + p: "ته چېرته **وې**؟", + f: "tu cherta **we**?", + e: "Where **were** you?", }, { - p: "زه په کور کې وم.", - f: "zu pu kor ke wum.", - e: "I was at home.", + p: "زه په کور کې **وم**.", + f: "zu pu kor ke **wum**.", + e: "I **was** at home.", }, { - p: "هغه ډېر ستړی و.", - f: "haghá Der stúRey wo.", - e: "He was very tired.", + p: "هغه ډېر ستړی **و**.", + f: "haghá Der stúRey **wo**.", + e: "He **was** very tired.", }, { - p: "هغه ډېره ستړې وه.", - f: "haghá Déra stúRe wa.", - e: "She was very tired.", + p: "هغه ډېره ستړې **وه**.", + f: "haghá Déra stúRe **wa**.", + e: "She **was** very tired.", }, { - p: "مونږ خفه وو", - f: "moonG khúfa woo.", - e: "We were sad.", + p: "مونږ خفه **وو**", + f: "moonG khúfa **woo**.", + e: "We **were** sad.", }, -]} +])} ## Affirmative Equative @@ -209,23 +210,23 @@ Like the past equative that it's based on, it's #### Examples -{[ +{psmd([ { - p: "ډوډۍ به تیاره وه.", - f: "DoDúy ba tayáara wa.", - e: "The food will havve been ready.", + p: "ډوډۍ **به** تیاره **وه**.", + f: "DoDúy **ba** tayáara **wa**.", + e: "The food **will have been** ready.", }, { - p: "ته به خبر وې", - f: "tu ba khabúr we.", - e: "You will have known.", + p: "ته **به** خبر **وې**", + f: "tu **ba** khabúr **we**.", + e: "Youwill have known.", }, { - p: "که خوب مې نه وای کړی، زه به ستړی وم.", - f: "ku khob me nu waay kúRey, zu ba stúRey wum.", - e: "If I hadn't slept, I would have been tired.", + p: "که خوب مې نه وای کړی، زه **به** ستړی **وم**.", + f: "ku khob me nu waay kúRey, zu **ba** stúRey **wum**.", + e: "If I hadn't slept, I **would have been** tired.", }, -]} +])} ## Conterfactual / Past Subjunctive / Wish Equative @@ -279,20 +280,20 @@ export function WithTailChoice() { -{[ +{psmd([ { - p: "کاشکې ته دلته وای!", - f: "kaashke tu dălta waay!", + p: "**کاشکې ته دلته **وای!", + f: "kaashke tu dălta **waay**!", e: "If only you were here!", }, { - p: "که زه ستا پلار نه وای...", - f: "ku zu staa plaar nu waay...", + p: "که زه ستا پلار نه **وای**...", + f: "ku zu staa plaar nu **waay**...", e: "If I wasn't your father...", }, { - p: "که مونږ خبر وای، نه راتلو.", - f: "ku moonG khabúr waay, nú raatloo.", + p: "که مونږ خبر **وای**، نه راتلو.", + f: "ku moonG khabúr **waay**, nú raatloo.", e: "I we had known, we wouldn't have come.", }, -]} +])} diff --git a/yarn.lock b/yarn.lock index bae40f6..cb84a14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1555,9 +1555,9 @@ chalk "^4.0.0" "@lingdocs/pashto-inflector@^0.4.0": - version "0.4.5" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-0.4.5.tgz#3fa73a61a24cd109d9cc32341a5f06d4abcb9ab7" - integrity sha512-Zjc5ERN9457vXh7fK6W/gcNnIDmyiTnxhT1Mrqj7u0+3GTWlmpJZlOI7dyffBg2j65OVNbVRJ2WaIhkS9Wz9Wg== + version "0.4.6" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-0.4.6.tgz#02326f80333b181d62bb31b72922e37e6b7dcef5" + integrity sha512-22AYH63kYoSMF2YOo4Pu9S631kvOLlsgCuVL41zHDMf9KzXgkoDOqfYO4ogorI5X/IlylfscSe50RSDvUnagQw== dependencies: classnames "^2.2.6" pbf "^3.2.1"