fix up wordQuery w words etc

This commit is contained in:
lingdocs 2022-09-06 18:13:55 +04:00
parent 6b0a074521
commit ae0d1d1fdb
35 changed files with 1848 additions and 2545 deletions

View File

@ -14,15 +14,15 @@ const nounAdjTsFiles = fs.readdirSync(nounAdjCollectionPath);
const adverbTsFiles = fs.readdirSync(adverbCollectionPath);
const allVerbTsS = verbTsFiles.flatMap(fileName => [
...require(path.join("..", verbCollectionPath, fileName)).map(x => x.ts)
...require(path.join("..", verbCollectionPath, fileName))
]).filter((v, i, a) => a.findIndex(x => x === v) === i);
const allNounAdjTsS = nounAdjTsFiles.flatMap(fileName => [
...require(path.join("..", nounAdjCollectionPath, fileName)).map(x => x.ts)
...require(path.join("..", nounAdjCollectionPath, fileName))
]).filter((v, i, a) => a.findIndex(x => x === v) === i);
const allAdverbTsS = adverbTsFiles.flatMap(fileName => [
...require(path.join("..", adverbCollectionPath, fileName)).map(x => x.ts)
...require(path.join("..", adverbCollectionPath, fileName))
]).filter((v, i, a) => a.findIndex(x => x === v) === i);
console.log("getting words from dictionary...");

View File

@ -1,8 +1,8 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
test('renders app', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
const linkElement = screen.getByText(/pashto grammar/i);
expect(linkElement).toBeInTheDocument();
});

View File

@ -25,26 +25,25 @@ const nouns = wordQuery("nouns", [
"halik",
]);
// @ts-ignore
const adjectives: T.AdjectiveEntry[] = [
{"ts":1527815306,"i":7582,"p":"ستړی","f":"stúRey","g":"stuRey","e":"tired","c":"adj."},
{"ts":1527812625,"i":9116,"p":"غټ","f":"ghuT, ghaT","g":"ghuT,ghaT","e":"big, fat","c":"adj."},
{"ts":1527812792,"i":5817,"p":"خوشاله","f":"khoshaala","g":"khoshaala","e":"happy, glad","c":"adj."},
{"ts":1527812796,"i":8641,"p":"ښه","f":"xu","g":"xu","e":"good","c":"adj."},
{"ts":1527812798,"i":5636,"p":"خفه","f":"khúfa","g":"khufa","e":"sad, upset, angry; choked, suffocated","c":"adj."},
{"ts":1527822049,"i":3610,"p":"تکړه","f":"takRá","g":"takRa","e":"strong, energetic, skillful, great, competent","c":"adj."},
{"ts":1527815201,"i":2240,"p":"پټ","f":"puT","g":"puT","e":"hidden","c":"adj."},
{"ts":1527815381,"i":3402,"p":"تږی","f":"túGey","g":"tugey","e":"thirsty","c":"adj."},
{"ts":1527812822,"i":10506,"p":"کوچنی","f":"koochnéy","g":"koochney","e":"little, small; child, little one","c":"adj. / n. m. anim. unisex"},
{"ts":1527815451,"i":7243,"p":"زوړ","f":"zoR","g":"zoR","e":"old","c":"adj. irreg.","infap":"زاړه","infaf":"zaaRu","infbp":"زړ","infbf":"zaR"},
{"ts":1527812927,"i":12955,"p":"موړ","f":"moR","g":"moR","e":"full, satisfied, sated","c":"adj. irreg.","infap":"ماړه","infaf":"maaRu","infbp":"مړ","infbf":"maR"},
].filter(tp.isAdjectiveEntry);
const adjectives = wordQuery("adjectives", [
"stuRey",
"ghuT",
"xu",
"khufa",
"takRa",
"puT",
"tuGey",
"koochney",
"zoR",
"moR",
]);
// @ts-ignore
const locAdverbs: T.LocativeAdverbEntry[] = [
{"ts":1527812558,"i":6241,"p":"دلته","f":"dălta","g":"dalta","e":"here","c":"loc. adv."},
{"ts":1527812449,"i":13937,"p":"هلته","f":"hálta, álta","g":"halta,alta","e":"there","c":"loc. adv."},
].filter(tp.isLocativeAdverbEntry);
const adverbs = wordQuery("adverbs", [
"دلته",
"هلته",
]);
const locAdverbs = adverbs.filter(tp.isLocativeAdverbEntry);
export function randomEPSPool(l: T.EquativeTense | "allTenses") {
const pronounPool = makePool(pronouns);

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
module.exports = [
{ ts: 1527811221, e: `above, overhead` }, // پورته - porta
{ ts: 1578080952673, e: `outside, outside of, beyond` }, // دباندې - dubaande
{ ts: 1527812558, e: `here` }, // دلته - dălta
{ ts: 1527812449, e: `there` }, // هلته - halta
{ ts: 1527813122, e: `inside, within, interior` }, // دننه - dununa
{ ts: 1527812780, e: `down, beneath` }, // ښکته - xkuta
{ ts: 1527814605, e: `far, distant` }, // لرې - lure
{ ts: 1527814708, e: `close, near, soon, almost` }, // نژدې - nijzde, najzde
{ ts: 1527814911, e: `near, close to, almost` }, // نږدې - naGde
1527811221, // پورته - porta
1578080952673, // دباندې - dubaande
1527812558, // دلته - dălta
1527812449, // هلته - halta
1527813122, // دننه - dununa
1527812780, // ښکته - xkuta
1527814605, // لرې - lure
1527814708, // نژدې - nijzde, najzde
1527814911, // نږدې - naGde
];

View File

@ -1,102 +1,102 @@
module.exports = [
{ ts: 1527812797, e: "woman" }, // xudza
{ ts: 1527816466, e: `peace` }, // صلح - sUlha
{ ts: 1527816589, e: `plan` }, // طرح - tarha
{ ts: 1589023873660, e: `victory, conquest` }, // فتح - fathá
{ ts: 1527813791, e: `permission` }, // اجازه - ijaaza
{ ts: 1614083533098, e: `agenda` }, // اجنډه - ajanDa
{ ts: 1527811425, e: "door" }, // darwaaza
{ ts: 1527816215, e: `administration, management, directorate` }, // اداره - idaara
{ ts: 1527812687, e: `continuation` }, // ادامه - idaama
{ ts: 1527811661, e: `base, army post, (air) port` }, // اډه - aDa
{ ts: 1527814310, e: `evaluation, appraisal, assessment` }, // ارزونه - arzawuna
{ ts: 1527821380, e: `saw (the tool)` }, // اره - ara
{ ts: 1527822277, e: `mare, female horse; fever` }, // اسپه - aspa
{ ts: 1527814922, e: `addition, add-on, augmentation` }, // اضافه - izaafa
{ ts: 1527822458, e: `expression` }, // افاده - ifaada
{ ts: 1527813303, e: `myth, legend, fairy tale` }, // افسانه - afsaana
{ ts: 1527822494, e: `cheek` }, // انانګه - anaangá
{ ts: 1527817225, e: `measure, dimension, extent, scale` }, // اندازه - andaaza
{ ts: 1527813759, e: `worry, concern, fear` }, // اندېښنه - andexna
{ ts: 1527815787, e: `shoulder` }, // اوږه - ooGá
{ ts: 1527813787, e: `tear (from eye)` }, // اوښکه - ooxka
{ ts: 1527819927, e: `liver` }, // اینه - éena
{ ts: 1527816261, e: `wallet` }, // بټوه - baTwa
{ ts: 1527812001, e: `poriton, part, share` }, // برخه - barkha
{ ts: 1578009902092, e: `veil, burka` }, // برقه - bUrqá
{ ts: 1527816994, e: `program` }, // برنامه - barnaama
{ ts: 1579294091093, e: `balcony, veranda, porch` }, // برنډه - baranDá
{ ts: 1527823617, e: `crime, offense, sin, guilt, fault` }, // بزه - bazá
{ ts: 1527823619, e: `moth` }, // بزه - bUzá
{ ts: 1527823620, e: `patch (in a garment)` }, // بزه - bza
{ ts: 1591026261598, e: `she-goat` }, // بزه - buza
{ ts: 1574188090133, e: `contribution, donation, gift, charity` }, // بسپنه - baspuna
{ ts: 1527816590, e: `sufficiency, to have enough or get by` }, // بسنه - basuna
{ ts: 1593852212828, e: `fear, fright` }, // بېره - béra
{ ts: 1527815862, e: `speed, rush, hurry, urgency` }, // بېړه - beRa
{ ts: 1527815156, e: `leaf` }, // پاڼه - paaNa
{ ts: 1527813481, e: `project` }, // پروژه - projza
{ ts: 1527818409, e: `process` }, // پروسه - purosa
{ ts: 1527815192, e: `decision` }, // پرېکړه - prékRa
{ ts: 1527822412, e: `nose` }, // پزه - páza
{ ts: 1527816124, e: `foot` }, // پښه - pxa
{ ts: 1527815155, e: `pretext, excuse` }, // پلمه - palma
{ ts: 1566469328688, e: `fan` }, // پنکه - panka
{ ts: 1527815184, e: `question` }, // پوښتنه - poxtuna
{ ts: 1527822437, e: `shelf, niche` }, // تاخچه - taakhchá
{ ts: 1527814974, e: `fever` }, // تبه - tuba
{ ts: 1527815332, e: `expectation` }, // تمه - tama
{ ts: 1527815716, e: `stone, rock` }, // تیږه - teeGa
{ ts: 1582390417084, e: `escape, flight, running away` }, // تېښته - téxta
{ ts: 1527822268, e: `carriage, buggy` }, // ټانګه - Taangá
{ ts: 1527812014, e: `society, association, gathering, assembly, congregation` }, // ټولنه - Toluna
{ ts: 1527816696, e: `sentence; whole, total, sum` }, // جمله - jUmla
{ ts: 1527820504, e: `land, earth, ground` }, // ځمکه - dzmuka
{ ts: 1527815497, e: `face, picture` }, // څېره - tsera
{ ts: 1527811993, e: `attack, assault` }, // حمله - hamla
{ ts: 1527812720, e: `language` }, // ژبه - jzúba, jzíba
{ ts: 1527812052, e: `brick, cinder-block` }, // خښته - khuxta
{ ts: 1527813475, e: `minute` }, // دقیقه - daqeeqa
{ ts: 1527812542, e: `break, rest` }, // دمه - dama
{ ts: 1527812085, e: `obligation, duty, responsibility; job, work, position` }, // دنده - danda
{ ts: 1527822847, e: `jaw` }, // ژامه - jzaamá
{ ts: 1527815278, e: `night` }, // شپه - shpa
{ ts: 1527813145, e: `tribe` }, // قبیله - qabeela
{ ts: 1566653299904, e: `camara` }, // کمره - kamara
{ ts: 1527812825, e: `street` }, // کوڅه - kootsa
{ ts: 1527812756, e: `banana` }, // کېله - kela
{ ts: 1527812859, e: `game, match` }, // لوبه - lóba
{ ts: 1527819087, e: `defeat` }, // ماته - maata
{ ts: 1588076706989, e: `distance, span` }, // مسافه - masaafá
{ ts: 1527818358, e: `apple` }, // مڼه - maNá
{ ts: 1527812901, e: `stomach` }, // مېده - meda
{ ts: 1527813387, e: `gluing, joining, wrangle, quarrel, fighting, skirmish, battle` }, // نښته - nuxúta
{ ts: 1527815110, e: `sign, mark, indication` }, // نښه - náxa, núxa
{ ts: 1527813391, e: `date (as in time)` }, // نېټه - neTa
{ ts: 1527811429, e: `graveyard, cemetery` }, // هدیره - hadeera
{ ts: 1527814323, e: `gift, present, donation, contribution` }, // هدیه - hadiya
{ ts: 1527812655, e: `week` }, // هفته - hafta
{ ts: 1527812681, e: `agreement` }, // هوکړه - hókRa
{ ts: 1578343468611, e: `tendon, sinew; hamstring` }, // واڼه - wáaNa
{ ts: 1527822717, e: `snow` }, // واوره - wáawra
{ ts: 1527811207, e: `eyebrow` }, // وروځه - wróodza
{ ts: 1527816375, e: `niece; brother's daughter` }, // ورېره - wrera
{ ts: 1527822259, e: `breeze, light wind` }, // وږمه - waGmá
{ ts: 1527814719, e: `weapons, firearms, artillery` }, // وسله - wasla
{ ts: 1527823717, e: `cloth, fabric, material, clothing, garment` }, // کپړه - kapRá
{ ts: 1527816257, e: `notebook, little book` }, // کتابچه - kitaabcha
{ ts: 1527820050, e: `bag, purse` }, // کڅوړه - katsóRa
{ ts: 1527813252, e: `line, trace` }, // کرښه - kurxa
{ ts: 1527823590, e: `sphere, globe` }, // کره - kará
{ ts: 1527823591, e: `shovel, scraper, scoop` }, // کره - kára
{ ts: 1527815884, e: `criticism` }, // کره کتنه - karakatuna
{ ts: 1527823035, e: `whip` }, // کروړه - karoRá
{ ts: 1527816870, e: `farmland` }, // کرونده - karwanda
{ ts: 1527817371, e: `lament, mourning aloud, wail, cry (also out of hapiness)` }, // کریږه - kreeGa
{ ts: 1598119732734, e: `bitter melon` }, // کرېله - karelá
{ ts: 1527820606, e: `cave, cavern` }, // سمڅه - smútsa
{ ts: 1527815249, e: `song, poem, verse` }, // سندره - sandura
{ ts: 1591034128816, e: `mistake, error, blunder, fault` }, // سهوه - sáhwa
{ ts: 1527814370, e: `nostril` }, // سوږمه - soGma
{ ts: 1527817498, e: `famine, starvation, serious hunger/lack of food, drought, crop failure` }, // سوکړه - sookRá
1527812797, // xudza
1527816466, // صلح - sUlha
1527816589, // طرح - tarha
1589023873660, // فتح - fathá
1527813791, // اجازه - ijaaza
1614083533098, // اجنډه - ajanDa
1527811425, // darwaaza
1527816215, // اداره - idaara
1527812687, // ادامه - idaama
1527811661, // اډه - aDa
1527814310, // ارزونه - arzawuna
1527821380, // اره - ara
1527822277, // اسپه - aspa
1527814922, // اضافه - izaafa
1527822458, // افاده - ifaada
1527813303, // افسانه - afsaana
1527822494, // انانګه - anaangá
1527817225, // اندازه - andaaza
1527813759, // اندېښنه - andexna
1527815787, // اوږه - ooGá
1527813787, // اوښکه - ooxka
1527819927, // اینه - éena
1527816261, // بټوه - baTwa
1527812001, // برخه - barkha
1578009902092, // برقه - bUrqá
1527816994, // برنامه - barnaama
1579294091093, // برنډه - baranDá
1527823617, // بزه - bazá
1527823619, // بزه - bUzá
1527823620, // بزه - bza
1591026261598, // بزه - buza
1574188090133, // بسپنه - baspuna
1527816590, // بسنه - basuna
1593852212828, // بېره - béra
1527815862, // بېړه - beRa
1527815156, // پاڼه - paaNa
1527813481, // پروژه - projza
1527818409, // پروسه - purosa
1527815192, // پرېکړه - prékRa
1527822412, // پزه - páza
1527816124, // پښه - pxa
1527815155, // پلمه - palma
1566469328688, // پنکه - panka
1527815184, // پوښتنه - poxtuna
1527822437, // تاخچه - taakhchá
1527814974, // تبه - tuba
1527815332, // تمه - tama
1527815716, // تیږه - teeGa
1582390417084, // تېښته - téxta
1527822268, // ټانګه - Taangá
1527812014, // ټولنه - Toluna
1527816696, // جمله - jUmla
1527820504, // ځمکه - dzmuka
1527815497, // څېره - tsera
1527811993, // حمله - hamla
1527812720, // ژبه - jzúba, jzíba
1527812052, // خښته - khuxta
1527813475, // دقیقه - daqeeqa
1527812542, // دمه - dama
1527812085, // دنده - danda
1527822847, // ژامه - jzaamá
1527815278, // شپه - shpa
1527813145, // قبیله - qabeela
1566653299904, // کمره - kamara
1527812825, // کوڅه - kootsa
1527812756, // کېله - kela
1527812859, // لوبه - lóba
1527819087, // ماته - maata
1588076706989, // مسافه - masaafá
1527818358, // مڼه - maNá
1527812901, // مېده - meda
1527813387, // نښته - nuxúta
1527815110, // نښه - náxa, núxa
1527813391, // نېټه - neTa
1527811429, // هدیره - hadeera
1527814323, // هدیه - hadiya
1527812655, // هفته - hafta
1527812681, // هوکړه - hókRa
1578343468611, // واڼه - wáaNa
1527822717, // واوره - wáawra
1527811207, // وروځه - wróodza
1527816375, // ورېره - wrera
1527822259, // وږمه - waGmá
1527814719, // وسله - wasla
1527823717, // کپړه - kapRá
1527816257, // کتابچه - kitaabcha
1527820050, // کڅوړه - katsóRa
1527813252, // کرښه - kurxa
1527823590, // کره - kará
1527823591, // کره - kára
1527815884, // کره کتنه - karakatuna
1527823035, // کروړه - karoRá
1527816870, // کرونده - karwanda
1527817371, // کریږه - kreeGa
1598119732734, // کرېله - karelá
1527820606, // سمڅه - smútsa
1527815249, // سندره - sandura
1591034128816, // سهوه - sáhwa
1527814370, // سوږمه - soGma
1527817498, // سوکړه - sookRá
];

View File

@ -7,30 +7,30 @@
*/
module.exports = [
{ ts: 1527813115, e: "claim" }, // ادعا - idaa
{ ts: 1527818119, e: "stick, walking staff, walking stick, crutch" }, // امسا - amsaa
{ ts: 1527815043, e: "punishment, retribution" }, // جزا - jazaa
{ ts: 1527819022, e: "well, water-hole" }, // څا - tsaa
{ ts: 1527814225, e: "mistake, error, blunder" }, // خطا - khataa
{ ts: 1610797589510, e: "cavity, emptiness, vacuum, empty space, space (as in planets etc.)" }, // خلا - khaláa
{ ts: 1527812582, e: "prayer" }, // دعا - dUaa
{ ts: 1527813415, e: "medicine, medication" }, // دوا - dawaa
{ ts: 1527812272, e: "light, glory" }, // رڼا - raNaa
{ ts: 1527823245, e: "dream, vision" }, // رویا - rooyáa
{ ts: 1586596579414, e: "council (an institution)" }, // شورا - shooraa
{ ts: 1527815984, e: "beauty" }, // ښکلا - xkulaa
{ ts: 1527817670, e: "theft, robbery, stealing" }, // غلا - ghlaa
{ ts: 1527814362, e: "cow" }, // غوا - ghwaa
{ ts: 1585487002625, e: "castle, fort, fortress" }, // قلا - qaláa
{ ts: 1527812048, e: "meaning, sense, spirit" }, // مانا - maanaa
{ ts: 1527815483, e: "back (body part)" }, // ملا - mlaa
{ ts: 1527812230, e: "friendship" }, // ملګرتیا - malgurtiyaa
{ ts: 1527812910, e: "hospitality; invitation, event, party, banquet, reception" }, // مېلمستیا - melmastiyaa
{ ts: 1617781446945, e: "sickness, illness" }, // ناجوړتیا - naajoRtiyaa, naajoRtyaa
{ ts: 1527815120, e: "grandmother" }, // نیا - niyaa
{ ts: 1527811740, e: "incompleteness, default, shortcoming" }, // نیمګړتیا - neemguRtiyaa
{ ts: 1527821040, e: "plague, cholera" }, // وبا - wabáa
{ ts: 1527823534, e: "ability, capacity, capability, power, volumeá" }, // وړتیا - waRtiyáa
{ ts: 1610443988250, e: "division, distribution" }, // وېشلتیا - weshiltyaa, weshiltiyaa
{ ts: 1527816806, e: "speech, statement" }, // وینا - waynaa
1527813115, // ادعا - idaa
1527818119, // امسا - amsaa
1527815043, // جزا - jazaa
1527819022, // څا - tsaa
1527814225, // خطا - khataa
1610797589510, // خلا - khaláa
1527812582, // دعا - dUaa
1527813415, // دوا - dawaa
1527812272, // رڼا - raNaa
1527823245, // رویا - rooyáa
1586596579414, // شورا - shooraa
1527815984, // ښکلا - xkulaa
1527817670, // غلا - ghlaa
1527814362, // غوا - ghwaa
1585487002625, // قلا - qaláa
1527812048, // مانا - maanaa
1527815483, // ملا - mlaa
1527812230, // ملګرتیا - malgurtiyaa
1527812910, // مېلمستیا - melmastiyaa
1617781446945, // ناجوړتیا - naajoRtiyaa, naajoRtyaa
1527815120, // نیا - niyaa
1527811740, // نیمګړتیا - neemguRtiyaa
1527821040, // وبا - wabáa
1527823534, // وړتیا - waRtiyáa
1610443988250, // وېشلتیا - weshiltyaa, weshiltiyaa
1527816806, // وینا - waynaa
];

View File

@ -1,46 +0,0 @@
/**
* Copyright (c) 2021 lingdocs.com
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
module.exports = [
{ ts: 1527815197, e: "Pashtun" }, // پښتون
{ ts: 1527813148, e: "lying" }, // پروت
{ ts: 1574867531681, e: "mature, ripe, cooked" }, // پوخ
{ ts: 1576952412644, e: "soft" }, // پوست
{ ts: 1527815366, e: "bitter" }, // تریخ
{ ts: 1527818789, e: "sour" }, // تریو
// { ts: 1527815333, e: "'tandoor'" }, // تنور
{ ts: 1527817664, e: "hot" }, // تود
// { ts: 1577408901204, e: "knee" }, // ځنګون
{ ts: 1527816071, e: "spread" }, // خپور
{ ts: 1574865652928, e: "sweet" }, // خوږ
{ ts: 1527813499, e: "heavy" }, // دروند
{ ts: 1527813943, e: "returned, come back" }, // راستون
{ ts: 1576596860977, e: "clear, bright" }, // روڼ
{ ts: 1527811971, e: "blind" }, // ړوند
{ ts: 1527815451, e: "old" }, // زوړ
// { ts: 1527815845, e: "life" }, // ژوندون
{ ts: 1527815300, e: "rider, mounted" }, // سپور
{ ts: 1527819505, e: "being (in a place after returning, coming back etc.)" }, // ستون
{ ts: 1600080053835, e: "riding, mounted" }, // سور
{ ts: 1527813068, e: "cold" }, // سوړ
{ ts: 1575924767041, e: "shepherd" }, // شپون
// { ts: 1610448014063, e: "large flat basket" }, // شکور
{ ts: 1527813172, e: "bent" }, // کوږ
{ ts: 1527811973, e: "deaf" }, // کوڼ
// { ts: 1527823497, e: "intestines" }, // لړمون
// { ts: 1527813809, e: "namaz" }, // لمونځ
{ ts: 1527817123, e: "wet" }, // لومد
{ ts: 1527817117, e: "wet" }, // لوند
{ ts: 1576889120767, e: "wet" }, // لوند
{ ts: 1527812927, e: "full, satisfied" }, // موړ
{ ts: 1527812908, e: "guest" }, // مېلمه
{ ts: 1579463171333, e: "cleansed" }, // نوږ
{ ts: 1576113803291, e: "small" }, // ووړ
{ ts: 1527819244, e: "host" }, // کوربه
{ ts: 1527812908, e: "guest" }, // مېلمه
];

View File

@ -0,0 +1,47 @@
/**
* Copyright (c) 2021 lingdocs.com
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
module.exports = [
1527815197, // پښتون
1527813148, // پروت
1574867531681, // پوخ
1576952412644, // پوست
1527815366, // تریخ
1527818789, // تریو
1527815333, // تنور
1527817664, // تود
1577408901204, // ځنګون
1527819238, // ورون
1527816071, // خپور
1574865652928, // خوږ
1527813499, // دروند
1527813943, // راستون
1576596860977, // روڼ
1527811971, // ړوند
1527815451, // زوړ
1527822421, // پرتوګ
1527815845, // ژوندون
1527815300, // سپور
1527819505, // ستون
1600080053835, // سور
1527813068, // سوړ
1575924767041, // شپون
1527813172, // کوږ
1527811973, // کوڼ
1527823497, // لړمون
1527813809, // لمونځ
1527817123, // لومد
1527817117, // لوند
1576889120767, // لوند
1527812927, // موړ
1527812908, // مېلمه
1579463171333, // نوږ
1576113803291, // ووړ
1527819244, // کوربه
1527812908, // مېلمه
];

View File

@ -1,18 +1,18 @@
module.exports = [
{ ts: 1527814150, e: `road, way, path` }, // لار - laar
{ ts: 1527815417, e: `day` }, // ورځ - wradz
{ ts: 1527812922, e: `month` }, // میاشت - miyaasht
{ ts: 1527823306, e: `elbow` }, // څنګل - tsangúl
{ ts: 1527813824, e: `bosom, breast; wrestling` }, // غېږ - gheG
{ ts: 1527820524, e: `pelt, skin, hide, leather` }, // څرمن - tsarmún
{ ts: 1527814147, e: `blanket, coving, quilt` }, // بړستن - bRastun
{ ts: 1527818707, e: `wedge; gusset (in a shirt)` }, // ترخځ - turkhúdz
{ ts: 1527822792, e: `narrow mattress used as a bed or a couch, reversible rug` }, // توشک - toshák
{ ts: 1527813294, e: `comb` }, // ږمنځ - Gmundz
{ ts: 1527811580, e: `needle, injection; pillar, mast` }, // ستن - stun
{ ts: 1527815779, e: `swearing, name-calling, verbal abuse, bad language` }, // کنځل - kundzul
{ ts: 1527817456, e: `skirt, portion of clothing hanging down from the waist; foot, base (eg. of a mountain)` }, // لمن - lamun
{ ts: 1527822725, e: `span` }, // لوېشت - lwesht
{ ts: 1527811609, e: `claw, paw` }, // منګل - mangul
{ ts: 1527821684, e: `cloud` }, // ورېځ - wurédz
]
1527814150, // لار - laar
1527815417, // ورځ - wradz
1527812922, // میاشت - miyaasht
1527823306, // څنګل - tsangúl
1527813824, // غېږ - gheG
1527820524, // څرمن - tsarmún
1527814147, // بړستن - bRastun
1527822792, // توشک - toshák
1527818707, // ترخځ - turkhúdz
1527813294, // ږمنځ - Gmundz
1527811580, // ستن - stun
1527815779, // کنځل - kundzul
1527817456, // لمن - lamun
1527822725, // لوېشت - lwesht
1527811609, // منګل - mangul
1527821684, // ورېځ - wurédz
];

View File

@ -1,104 +1,104 @@
module.exports = [
{ ts: 1527815177, e: "father" }, // پلار
{ ts: 1527812828, e: "house" }, // کور
{ ts: 1527812432, e: `sky, heaven` }, // آسمان - aasmaan
{ ts: 1527812431, e: `mango` }, // آم - aam
{ ts: 1527812434, e: `sound, voice` }, // آواز - aawaaz
{ ts: 1527816724, e: `room, chamber` }, // اتاق - Utaaq
{ ts: 1527811859, e: `union, alliance` }, // اتحاد - itihaad
{ ts: 1527822033, e: `joining, connection, contiguity, junction` }, // اتصال - ittisáal
{ ts: 1527811858, e: `unity, alliance, agreement, understanding, consent; coincidence` }, // اتفاق - itifaaq
{ ts: 1527813560, e: `accusation, charge, indictment` }, // اتهام - itihaam
{ ts: 1527812105, e: `respect, honor, esteem, deference` }, // احترام - ihtiraam
{ ts: 1527819653, e: `possibility, probability, likelihood` }, // احتمال - ihtimaal
{ ts: 1527812689, e: `need, requirement` }, // احتیاج - ihtiyaaj
{ ts: 1527812690, e: `caution` }, // احتیاط - ihtiyaat
{ ts: 1527813782, e: `feeling, sensation, emotion` }, // احساس - ahsaas
{ ts: 1527817303, e: `objection, protest` }, // اعتراض - itiraaz
{ ts: 1527813418, e: `influence, effect, affect, action` }, // اغېز - aghez
{ ts: 1527816625, e: `disaster` }, // افت - afat
{ ts: 1527813558, e: `accusation, charge, blame` }, // الزام - ilzaam
{ ts: 1527815388, e: `hope, expectation` }, // امید - Umeed
{ ts: 1527812453, e: `picture, painting, image` }, // انځور - andzoor
{ ts: 1527813827, e: `fire, flame` }, // اور - or
{ ts: 1527814787, e: `rain` }, // باران - baaraan
{ ts: 1527817293, e: `roof` }, // بام - baam
{ ts: 1527814849, e: `eggplant` }, // بانجن - baanjan
{ ts: 1527814106, e: `crisis` }, // بحران - bUhraan
{ ts: 1527814885, e: `fortune, luck, fate` }, // بخت - bakht
{ ts: 1527811281, e: `garden` }, // بڼ - baN
{ ts: 1624039195280, e: `scholarship` }, // بورس - boors
{ ts: 1527816877, e: `flag` }, // بیرغ - beyragh
{ ts: 1527820423, e: `passport` }, // پاسپورټ - paasporT
{ ts: 1527813224, e: `bridge` }, // پل - pUl
{ ts: 1527813480, e: `plan` }, // پلان - plaan
{ ts: 1527815199, e: `central-asian/middle-eastern rice dish, pilaf` }, // پلاو - pulaaw
{ ts: 1527815185, e: `loan, debt` }, // پور - por
{ ts: 1527815176, e: `onion` }, // پیاز - piyaaz
{ ts: 1527815171, e: `start` }, // پیل - peyl
{ ts: 1527816610, e: `crown, crest` }, // تاج - taaj
{ ts: 1527822373, e: `vine; mouthful` }, // تاک - taak
{ ts: 1527815326, e: `confirmation` }, // تایید - taayeed
{ ts: 1527815357, e: `seed` }, // تخم - tUkhum
{ ts: 1527821586, e: `pity, sympathy` }, // ترحم - tarahhÚm
{ ts: 1527811389, e: `picture` }, // تصویر - tasweer
{ ts: 1527814679, e: `guarantee, insurance, security` }, // تضمین - tazmeen
{ ts: 1527814258, e: `speech, lecture` }, // تقریر - taqreer
{ ts: 1527821670, e: `cheating, deception, fraud, forgery` }, // تقلب - taqalÚb
{ ts: 1527811602, e: `attempt, aspiration, intention, effort` }, // تکل - takál
{ ts: 1527813398, e: `movement, motion, going` }, // تګ - tug, tag
{ ts: 1527822126, e: `anniversary` }, // تلین - tleen
{ ts: 1527811308, e: `contact, touch` }, // تماس - tamaas
{ ts: 1527817900, e: `body, flesh` }, // تن - tan
{ ts: 1527821061, e: `contrast, opposition, contradiction` }, // تناقض - tanaaqÚz
{ ts: 1527822387, e: `rope, cord; a measurement of ground or distances` }, // تناو - tanáaw
{ ts: 1527818995, e: `lightning` }, // تندر - tandúr
{ ts: 1527815362, e: `ball; (cannon) ball` }, // توپ - top
{ ts: 1527816820, e: `spit` }, // توک - took
{ ts: 1527816520, e: `family, clan, tribe, people` }, // ټبر - Tabar
{ ts: 1527811348, e: `wound` }, // ټپ - Tap
{ ts: 1527819566, e: `piece, part; cloth, fabric` }, // ټکر - TUkúr
{ ts: 1527812213, e: `mosque` }, // جمات - jUmaat
{ ts: 1527811705, e: `structure` }, // جوړښت - joRuxt
{ ts: 1527814058, e: `answer, reply` }, // ځواب - dzawaab
{ ts: 1527816887, e: `life, existence, energy, force` }, // ځواک - dzwaak
{ ts: 1527814649, e: `market square, crossroads, paved area in front of entrance` }, // چوک - chok
{ ts: 1527815065, e: `hammer` }, // څټک - tsaTak, tsTuk
{ ts: 1527814589, e: `side` }, // څنګ - tsang
{ ts: 1527816228, e: `boundary, limit, extent` }, // حد - had
{ ts: 1527813749, e: `government, reign, rule` }, // حکومت - hUkoomat
{ ts: 1527814125, e: `solution` }, // حل - hal
{ ts: 1527818703, e: `shirt` }, // خت - khut
{ ts: 1527813804, e: `sleep, dream` }, // خوب - khob
{ ts: 1527812815, e: `safety, security` }, // خوندیتوب - khwundeetob
{ ts: 1527813763, e: `religion, faith` }, // دین - deen
{ ts: 1527811517, e: `journey, travel` }, // سفر - safar
{ ts: 1527815389, e: `age, life` }, // عمر - Úmur
{ ts: 1527816746, e: `tooth` }, // غاښ - ghaax
{ ts: 1527812631, e: `ear` }, // غوږ - ghwuG, ghwaG
{ ts: 1527812265, e: `decree, order` }, // فرمان - farmaan
{ ts: 1527817205, e: `film, movie` }, // فلم - film
{ ts: 1527812727, e: `year` }, // کال - kaal
{ ts: 1527812817, e: `book` }, // کتاب - kitaab
{ ts: 1527812611, e: `step, move` }, // ګام - gaam
{ ts: 1527812641, e: `rose, flower` }, // ګل - gUl
{ ts: 1527812650, e: `threat, danger, challeng` }, // ګواښ - gwaax
{ ts: 1527813521, e: `mourning, grief, grieving, deep sorrow` }, // ماتم - maatam
{ ts: 1527812176, e: `evening` }, // ماښام - maaxaam
{ ts: 1527813601, e: `death` }, // مرګ - marg
{ ts: 1527817691, e: `future` }, // مستقبل - mUstaqbil
{ ts: 1527811866, e: `damage, defect, loss` }, // نقصان - nUqsaan
{ ts: 1527815122, e: `name` }, // نوم - noom
{ ts: 1527812661, e: `boy, young lad` }, // هلک - halík, halúk
{ ts: 1566476070874, e: `street, road` }, // واټ - waaT
{ ts: 1527816036, e: `authority, power` }, // واک - waak
{ ts: 1527815400, e: `time` }, // وخت - wakht
{ ts: 1527818582, e: `building, prosperity, habitable state` }, // ودانښت - wadaanuxt
{ ts: 1527811441, e: `door, gate, entrance` }, // ور - war
{ ts: 1527815406, e: `homeland, home country` }, // وطن - watán
{ ts: 1573149648251, e: `fellow country-man` }, // وطن وال - watanwaal
{ ts: 1586428847646, e: `national (person), a citizen or person of that land` }, // وطنوال - watanwáal
{ ts: 1527822208, e: `bat, coward, pipsqueak, hesitant person` }, // وطواط - watwáat
{ ts: 1527819571, e: `apprehension, anxiety, suspicion; imagination, whims, some problem made up in someones head` }, // وهم - wáhum, wahm
{ ts: 1527816332, e: `pride, glory` }, // ویاړ - wyaaR
1527815177, // پلار
1527812828, // کور
1527812432, // آسمان - aasmaan
1527812431, // آم - aam
1527812434, // آواز - aawaaz
1527816724, // اتاق - Utaaq
1527811859, // اتحاد - itihaad
1527822033, // اتصال - ittisáal
1527811858, // اتفاق - itifaaq
1527813560, // اتهام - itihaam
1527812105, // احترام - ihtiraam
1527819653, // احتمال - ihtimaal
1527812689, // احتیاج - ihtiyaaj
1527812690, // احتیاط - ihtiyaat
1527813782, // احساس - ahsaas
1527817303, // اعتراض - itiraaz
1527813418, // اغېز - aghez
1527816625, // افت - afat
1527813558, // الزام - ilzaam
1527815388, // امید - Umeed
1527812453, // انځور - andzoor
1527813827, // اور - or
1527814787, // باران - baaraan
1527817293, // بام - baam
1527814849, // بانجن - baanjan
1527814106, // بحران - bUhraan
1527814885, // بخت - bakht
1527811281, // بڼ - baN
1624039195280, // بورس - boors
1527816877, // بیرغ - beyragh
1527820423, // پاسپورټ - paasporT
1527813224, // پل - pUl
1527813480, // پلان - plaan
1527815199, // پلاو - pulaaw
1527815185, // پور - por
1527815176, // پیاز - piyaaz
1527815171, // پیل - peyl
1527816610, // تاج - taaj
1527822373, // تاک - taak
1527815326, // تایید - taayeed
1527815357, // تخم - tUkhum
1527821586, // ترحم - tarahhÚm
1527811389, // تصویر - tasweer
1527814679, // تضمین - tazmeen
1527814258, // تقریر - taqreer
1527821670, // تقلب - taqalÚb
1527811602, // تکل - takál
1527813398, // تګ - tug, tag
1527822126, // تلین - tleen
1527811308, // تماس - tamaas
1527817900, // تن - tan
1527821061, // تناقض - tanaaqÚz
1527822387, // تناو - tanáaw
1527818995, // تندر - tandúr
1527815362, // توپ - top
1527816820, // توک - took
1527816520, // ټبر - Tabar
1527811348, // ټپ - Tap
1527819566, // ټکر - TUkúr
1527812213, // جمات - jUmaat
1527811705, // جوړښت - joRuxt
1527814058, // ځواب - dzawaab
1527816887, // ځواک - dzwaak
1527814649, // چوک - chok
1527815065, // څټک - tsaTak, tsTuk
1527814589, // څنګ - tsang
1527816228, // حد - had
1527813749, // حکومت - hUkoomat
1527814125, // حل - hal
1527818703, // خت - khut
1527813804, // خوب - khob
1527812815, // خوندیتوب - khwundeetob
1527813763, // دین - deen
1527811517, // سفر - safar
1527815389, // عمر - Úmur
1527816746, // غاښ - ghaax
1527812631, // غوږ - ghwuG, ghwaG
1527812265, // فرمان - farmaan
1527817205, // فلم - film
1527812727, // کال - kaal
1527812817, // کتاب - kitaab
1527812611, // ګام - gaam
1527812641, // ګل - gUl
1527812650, // ګواښ - gwaax
1527813521, // ماتم - maatam
1527812176, // ماښام - maaxaam
1527813601, // مرګ - marg
1527817691, // مستقبل - mUstaqbil
1527811866, // نقصان - nUqsaan
1527815122, // نوم - noom
1527812661, // هلک - halík, halúk
1566476070874, // واټ - waaT
1527816036, // واک - waak
1527815400, // وخت - wakht
1527818582, // ودانښت - wadaanuxt
1527811441, // ور - war
1527815406, // وطن - watán
1573149648251, // وطن وال - watanwaal
1586428847646, // وطنوال - watanwáal
1527822208, // وطواط - watwáat
1527819571, // وهم - wáhum, wahm
1527816332, // ویاړ - wyaaR
];

View File

@ -7,122 +7,122 @@
*/
module.exports = [
{ ts: 1527815408, e: "asleep" }, // ویده - weedú
{ ts: 1527812796, e: "good" }, // ښه - xu
{ ts: 1527821744, e: "cook, chef" }, // آشپز - aashpáz
{ ts: 1527812461, e: "hero, brave" }, // اتل - atul
{ ts: 1527821649, e: "impressive, effective, influencing" }, // اثرناک - asarnáak
{ ts: 1527818704, e: "wide, spacious, extensive" }, // ارت - arát
{ ts: 1578340121962, e: "free, independant" }, // ازاد - azáad
{ ts: 1527819418, e: "independant, autonomous" }, // خپلواک - khpulwaak
{ ts: 1527817146, e: "resident; settled" }, // استوګن - astogan
{ ts: 1527813713, e: "hopeful, pregnant" }, // امیدوار - Umeedwaar
{ ts: 1527819451, e: "Englishman, English (adjective)" }, // انګرېز - angréz
{ ts: 1527820346, e: "on-line" }, // انلاین - anlaayn
{ ts: 1527813667, e: "important" }, // اهم - aham
{ ts: 1598724912198, e: "dry" }, // اوچ - ooch
{ ts: 1527815138, e: "insurgent" }, // اورپک - orpak
{ ts: 1586452587974, e: "free, available" }, // اوزګار - oozgáar
{ ts: 1527816489, e: "faithful, believer" }, // ایماندار - eemaandaar
{ ts: 1527820433, e: "valiant" }, // باتور - baatóor
{ ts: 1527813425, e: "stingy" }, // بخیل - bakheel
{ ts: 1527812511, e: "bad" }, // بد - bud, bad
{ ts: 1527812518, e: "equal, even, set up" }, // برابر - buraabur
{ ts: 1527811861, e: "naked" }, // بربنډ - barbunD
{ ts: 1527811511, e: "full, complete" }, // بشپړ - bushpuR
{ ts: 1527812515, e: "other, next" }, // بل - bul
{ ts: 1527815725, e: "knowledgeable, accustomed" }, // بلد - balad
{ ts: 1577301753727, e: "closed" }, // بند - band
{ ts: 1527812490, e: "useless" }, // بې کار - be kaar
{ ts: 1527812031, e: "separate, different" }, // بېل - bel
{ ts: 1527815144, e: "clean, pure" }, // پاک - paak
{ ts: 1527815201, e: "hidden" }, // پټ - puT
{ ts: 1527815179, e: "wide" }, // پلن - plun
{ ts: 1527819059, e: "thick, fat" }, // پنډ - punD
{ ts: 1611767359178, e: "compassionate" }, // ترسناک - tarsnáak
{ ts: 1527813270, e: "sour" }, // تروش - troosh
{ ts: 1527813817, e: "narrow, cramped" }, // تنګ - tang
{ ts: 1527816354, e: "ready" }, // تیار - tayaar
{ ts: 1527817056, e: "sharp, fast" }, // تېز - tez
{ ts: 1527814076, e: "societal, social" }, // ټولنیز - Toluneez
{ ts: 1527819864, e: "low" }, // ټیټ - TeeT
{ ts: 1527811894, e: "firm, tough, rigid" }, // ټینګ - Teeng
{ ts: 1527812943, e: "constant, stable, proven" }, // ثابت - saabit
{ ts: 1527813085, e: "heavy, difficult" }, // ثقیل - saqeel
{ ts: 1527820479, e: "ignorant" }, // جاهل - jaahíl
{ ts: 1588160800930, e: "surgeon" }, // جراح - jarráah
{ ts: 1527812707, e: "high, tall" }, // جګ - jig, jug
{ ts: 1527816944, e: "clear, evident" }, // جوت - jawat
{ ts: 1527822996, e: "alongside, adjoining" }, // جوخت - jokht
{ ts: 1527812711, e: "well, healthy" }, // جوړ - joR
{ ts: 1527816323, e: "shining, sparkling" }, // ځلاند - dzalaand
{ ts: 1527812291, e: "young, youthful" }, // ځوان - dzwaan
{ ts: 1527820112, e: "hanging" }, // ځوړند - dzwáRund
{ ts: 1527819672, e: "crafty" }, // چالاک - chaaláak
{ ts: 1527811230, e: "quick, fast" }, // چټک - chaTak
{ ts: 1527812524, e: "started, in motion" }, // چلان - chalaan
{ ts: 1527815370, e: "clear, apparent" }, // څرګند - tsărgund
{ ts: 1576366107077, e: "straight, upright" }, // څک - tsak
{ ts: 1527812113, e: "present, on hand, ready" }, // حاضر - haazir, haazur
{ ts: 1527820699, e: "pregnant, carrying" }, // حامل - haamíl
{ ts: 1527819824, e: "greedy" }, // حریص - harées
{ ts: 1527812669, e: "sensitive" }, // حساس - hasaas
{ ts: 1527812057, e: "raw, unripe" }, // خام - khaam
{ ts: 1527811523, e: "traitor, treacherous" }, // خاین - khaayin
{ ts: 1527814219, e: "relative, one's own" }, // خپل - khpul
{ ts: 1527812795, e: "relative" }, // خپلوان - khpulwaan
{ ts: 1527812808, e: "poor, miserable" }, // خوار - khwaar
{ ts: 1527814880, e: "tall" }, // دنګ - dung
{ ts: 1527812537, e: "assured" }, // ډاډمن - DaaDmun
{ ts: 1527812583, e: "full" }, // ډک - Duk
{ ts: 1527822674, e: "gaunt" }, // ډنګر - Dungár, Dangár
{ ts: 1527817256, e: "sunk" }, // ډوب - Doob
{ ts: 1527814277, e: "healthy" }, // روغ - rogh
{ ts: 1609780006604, e: "fruitful" }, // زرخېز - zarkhéz
{ ts: 1527817116, e: "green, flourishing" }, // زرغون - zarghoon
{ ts: 1527814026, e: "golden" }, // زرین - zareen
{ ts: 1567594312839, e: "brave" }, // زړه ور - zuRawár
{ ts: 1527815848, e: "committed" }, // ژمن - jzman
{ ts: 1527813498, e: "light" }, // سپک - spuk
{ ts: 1578329248464, e: "white" }, // سپین - speen
{ ts: 1527811860, e: "great" }, // ستر - stur
{ ts: 1527820178, e: "problematic" }, // ستونزمن - stoonzmán
{ ts: 1527815246, e: "difficult" }, // سخت - sakht
{ ts: 1527817262, e: "barren" }, // شنډ - shanD
{ ts: 1527813426, e: "stingy" }, // شوم - shoom
{ ts: 1527812625, e: "big" }, // غټ - ghuT, ghaT
{ ts: 1527811846, e: "successful" }, // کامیاب - kaamyaab
{ ts: 1527823678, e: "lazy" }, // کاهل - kaahíl
{ ts: 1527814896, e: "proud, arrogant" }, // کبرجن - kaburjun
{ ts: 1527813117, e: "firm, solid" }, // کلک - klak, kluk
{ ts: 1578769492475, e: "few, little" }, // کم - kam
// { ts: 1527814253, e: "mixed up" }, // ګډ وډ // TODO: FIX INFLECTION MACHINE FOR DOUBLES!
{ ts: 1578769409512, e: "weak" }, // کمزور - kamzór
{ ts: 1527812639, e: "dear, difficult" }, // ګران - graan
{ ts: 1527816786, e: "all" }, // ګرد - gurd
{ ts: 1527814811, e: "warm, hot" }, // ګرم - garm, garum
{ ts: 1527817662, e: "guilty" }, // ګرم - gram
{ ts: 1527812308, e: "thick, lots" }, // ګڼ - gaN
{ ts: 1527813848, e: "desiring, eager" }, // لېوال - lewaal
{ ts: 1527816011, e: "broken" }, // مات - maat
{ ts: 1527812881, e: "child" }, // ماشوم - maashoom
{ ts: 1527817007, e: "known" }, // مالوم - maaloom
{ ts: 1527814321, e: "positive" }, // مثبت - mUsbat
{ ts: 1527811264, e: "condemned" }, // محکوم - mahkoom
{ ts: 1527814802, e: "foul" }, // مردار - mUrdáar
{ ts: 1527821812, e: "arrogant" }, // مغرور - maghróor
{ ts: 1527820222, e: "lying down" }, // ملاست - mlaast
{ ts: 1527814344, e: "important" }, // مهم - mUhím
{ ts: 1527816033, e: "uncommon" }, // نادر - naadir
{ ts: 1527815106, e: "sitting, seated" }, // ناست - naast
{ ts: 1527815127, e: "nurse" }, // نرس - nurs
{ ts: 1527821673, e: "moist, damp, wet" }, // نمجن - namjún
{ ts: 1527815130, e: "dry, land, ground" }, // وچ - wuch, wUch
{ ts: 1527817486, e: "ruined, destroyed; destructive, bad, naughty" }, // وران - wraan
{ ts: 1527814373, e: "lost" }, // ورک - wruk
{ ts: 1527822838, e: "decayed, spoiled, rotten" }, // وروست - wrost
{ ts: 1609949334478, e: "roasted" }, // وریت - wreet
{ ts: 1527811544, e: "standing" }, // ولاړ - waláaR, wuláaR
{ ts: 1527815498, e: "aforementioned" }, // یاد - yaad
{ ts: 1527815434, e: "cold" }, // یخ - yakh, yukh
];
1527815408, // ویده - weedú
1527812796, // ښه - xu
1527821744, // آشپز - aashpáz
1527812461, // اتل - atul
1527821649, // اثرناک - asarnáak
1527818704, // ارت - arát
1578340121962, // ازاد - azáad
1527819418, // خپلواک - khpulwaak
1527817146, // استوګن - astogan
1527813713, // امیدوار - Umeedwaar
1527819451, // انګرېز - angréz
1527820346, // انلاین - anlaayn
1527813667, // اهم - aham
1598724912198, // اوچ - ooch
1527815138, // اورپک - orpak
1586452587974, // اوزګار - oozgáar
1527816489, // ایماندار - eemaandaar
1527820433, // باتور - baatóor
1527813425, // بخیل - bakheel
1527812511, // بد - bud, bad
1527812518, // برابر - buraabur
1527811861, // بربنډ - barbunD
1527811511, // بشپړ - bushpuR
1527812515, // بل - bul
1527815725, // بلد - balad
1577301753727, // بند - band
1527812490, // بې کار - be kaar
1527812031, // بېل - bel
1527815144, // پاک - paak
1527815201, // پټ - puT
1527815179, // پلن - plun
1527819059, // پنډ - punD
1611767359178, // ترسناک - tarsnáak
1527813270, // تروش - troosh
1527813817, // تنګ - tang
1527816354, // تیار - tayaar
1527817056, // تېز - tez
1527814076, // ټولنیز - Toluneez
1527819864, // ټیټ - TeeT
1527811894, // ټینګ - Teeng
1527812943, // ثابت - saabit
1527813085, // ثقیل - saqeel
1527820479, // جاهل - jaahíl
1588160800930, // جراح - jarráah
1527812707, // جګ - jig, jug
1527816944, // جوت - jawat
1527822996, // جوخت - jokht
1527812711, // جوړ - joR
1527816323, // ځلاند - dzalaand
1527812291, // ځوان - dzwaan
1527820112, // ځوړند - dzwáRund
1527819672, // چالاک - chaaláak
1527811230, // چټک - chaTak
1527812524, // چلان - chalaan
1527815370, // څرګند - tsărgund
1576366107077, // څک - tsak
1527812113, // حاضر - haazir, haazur
1527820699, // حامل - haamíl
1527819824, // حریص - harées
1527812669, // حساس - hasaas
1527812057, // خام - khaam
1527811523, // خاین - khaayin
1527814219, // خپل - khpul
1527812795, // خپلوان - khpulwaan
1527812808, // خوار - khwaar
1527814880, // دنګ - dung
1527812537, // ډاډمن - DaaDmun
1527812583, // ډک - Duk
1527822674, // ډنګر - Dungár, Dangár
1527817256, // ډوب - Doob
1527814277, // روغ - rogh
1609780006604, // زرخېز - zarkhéz
1527817116, // زرغون - zarghoon
1527814026, // زرین - zareen
1567594312839, // زړه ور - zuRawár
1527815848, // ژمن - jzman
1527813498, // سپک - spuk
1578329248464, // سپین - speen
1527811860, // ستر - stur
1527820178, // ستونزمن - stoonzmán
1527815246, // سخت - sakht
1527817262, // شنډ - shanD
1527813426, // شوم - shoom
1527812625, // غټ - ghuT, ghaT
1527811846, // کامیاب - kaamyaab
1527823678, // کاهل - kaahíl
1527814896, // کبرجن - kaburjun
1527813117, // کلک - klak, kluk
1578769492475, // کم - kam
1527814253, // ګډ وډ // TODO: FIX INFLECTION MACHINE FOR DOUBLES!
1578769409512, // کمزور - kamzór
1527812639, // ګران - graan
1527816786, // ګرد - gurd
1527814811, // ګرم - garm, garum
1527817662, // ګرم - gram
1527812308, // ګڼ - gaN
1527813848, // لېوال - lewaal
1527816011, // مات - maat
1527812881, // ماشوم - maashoom
1527817007, // مالوم - maaloom
1527814321, // مثبت - mUsbat
1527811264, // محکوم - mahkoom
1527814802, // مردار - mUrdáar
1527821812, // مغرور - maghróor
1527820222, // ملاست - mlaast
1527814344, // مهم - mUhím
1527816033, // نادر - naadir
1527815106, // ناست - naast
1527815127, // نرس - nurs
1527821673, // نمجن - namjún
1527815130, // وچ - wuch, wUch
1527817486, // وران - wraan
1527814373, // ورک - wruk
1527822838, // وروست - wrost
1609949334478, // وریت - wreet
1527811544, // ولاړ - waláaR, wuláaR
1527815498, // یاد - yaad
1527815434, // یخ - yakh, yukh
];

View File

@ -1,25 +1,25 @@
module.exports = [
{ ts: 1568926976497, e: `x-ray` }, // اکسرې - iksre
{ ts: 1602179757779, e: `alphabet` }, // الف بې - alif be
{ ts: 1527813840, e: `ashes` }, // ایرې - eere
{ ts: 1527816692, e: `glasses, spectacles` }, // اینکې - aynake
{ ts: 1527819286, e: `stairs, steps, staircase` }, // پاشتقې - paashtáqe
{ ts: 1527816299, e: `money (plural of پېسې)` }, // پیسې - peyse
{ ts: 1527814529, e: `buttermilk` }, // تروې - turwe
{ ts: 1527816369, e: `widow, woman` }, // تورسرې - torsăre
{ ts: 1577408787088, e: `sprey (as in a medicinal spray)` }, // سپرې - spre
{ ts: 1527822255, e: `break of dawn, first light of day, sunrise` }, // سپېدې - spedé
{ ts: 1626765107329, e: `chickenpox, chicken pox` }, // شرې - sharé
{ ts: 1527815008, e: `milk` }, // شودې - shoode
{ ts: 1527822131, e: `raw rice, unprocessed rice` }, // شولې - shole
{ ts: 1527815009, e: `milk (plural of شيده)` }, // شیدې - sheede
{ ts: 1527823571, e: `spit, saliva` }, // ښیالمې - xyaalmé
{ ts: 1527816530, e: `sister in law` }, // ښینې - xeene
{ ts: 1527823567, e: `spit, saliva, slobber, slime` }, // لاړې - laaRe
{ ts: 1527822275, e: `dishes, pots, pans` }, // لوښې - looxe
{ ts: 1617443138210, e: `urine, pee, piss` }, // مچیازې - michyaaze, muchyaaze
{ ts: 1527814420, e: `yogurt` }, // مستې - maste
{ ts: 1577999538077, e: `a sound/cry used to drive sheep on` }, // هرې - hire
{ ts: 1586551382412, e: `rice` }, // وریژې - wreejze
{ ts: 1527820261, e: `plow, plowing, plough, ploughing` }, // یوې - yuwe
1568926976497, // اکسرې - iksre
1602179757779, // الف بې - alif be
1527813840, // ایرې - eere
1527816692, // اینکې - aynake
1527819286, // پاشتقې - paashtáqe
1527816299, // پیسې - peyse
1527814529, // تروې - turwe
1527816369, // تورسرې - torsăre
1577408787088, // سپرې - spre
1527822255, // سپېدې - spedé
1626765107329, // شرې - sharé
1527815008, // شودې - shoode
1527822131, // شولې - shole
1527815009, // شیدې - sheede
1527823571, // ښیالمې - xyaalmé
1527816530, // ښینې - xeene
1527823567, // لاړې - laaRe
1527822275, // لوښې - looxe
1617443138210, // مچیازې - michyaaze, muchyaaze
1527814420, // مستې - maste
1577999538077, // هرې - hire
1586551382412, // وریژې - wreejze
1527820261, // یوې - yuwe
];

View File

@ -7,28 +7,28 @@
*/
module.exports = [
{ ts: 1527820771, e: "population, number of settlers; prosperity, well-being; organization of public services and amenities; construction" }, // آباداني - aabaadaanee
{ ts: 1527813939, e: "freedom, independence" }, // آزادي - aazaadee
{ ts: 1527818402, e: "championship; courage" }, // اتلولي - atalwalée
{ ts: 1527814060, e: "ease" }, // اساني - asaanee
{ ts: 1527821293, e: "preparation, readiness, planning" }, // امادګي - amaadagee
{ ts: 1527819502, e: "kingship, kingdom, rule, throne, authority" }, // باچهي - baachahee
{ ts: 1527820035, e: "dominion, holding sway over someone" }, // باداري - baadaaree
{ ts: 1527817732, e: "misfortune, difficulty" }, // بدبختي - badbakhtee
{ ts: 1588786872582, e: "shame, disrepute, dishonour" }, // بدنامي - badnaamee
{ ts: 1573682378816, e: "sickness, illness" }, // بیماري - beemaaree
{ ts: 1527816817, e: "cleanliness, hygiene" }, // پاکوالي - paakwaalee
{ ts: 1586204619186, e: "righteousness, abstinence, self-control" }, // پرهېزګاري - parhezgaaree
{ ts: 1584444376984, e: "patriarchy" }, // پلارواکي - plaarwaakee
{ ts: 1527818744, e: "carpentry" }, // ترکاڼي - tarkaaNee
{ ts: 1527815337, e: "consolation, comfort, satisfaction" }, // تسلي - tasallee
{ ts: 1527819521, e: "happiness (خوشحالي)" }, // خوشالي - khoshaalee
{ ts: 1527818037, e: "good fortune, good luck, hapiness" }, // خوشبختي - khooshbakhtee
{ ts: 1527815914, e: "optimism" }, // خوشبیني - khooshbeenee
{ ts: 1527811877, e: "friendship" }, // دوستي - dostee
{ ts: 1527818019, e: "shopkeeping, retail store selling" }, // دوکانداري - dookaandaaree
{ ts: 1527822080, e: "democracy" }, // دېموکراسي - demokraasee
{ ts: 1527813462, e: "key" }, // کیلي - keelee
{ ts: 1527814492, e: "cattle farming" }, // ګاوداري - gaawdaaree
{ ts: 1610013679820, e: "brotherhood" }, // ورورولي - wrorwalée
1527820771, // آباداني - aabaadaanee
1527813939, // آزادي - aazaadee
1527818402, // اتلولي - atalwalée
1527814060, // اساني - asaanee
1527821293, // امادګي - amaadagee
1527819502, // باچهي - baachahee
1527820035, // باداري - baadaaree
1527817732, // بدبختي - badbakhtee
1588786872582, // بدنامي - badnaamee
1573682378816, // بیماري - beemaaree
1527816817, // پاکوالي - paakwaalee
1586204619186, // پرهېزګاري - parhezgaaree
1584444376984, // پلارواکي - plaarwaakee
1527818744, // ترکاڼي - tarkaaNee
1527815337, // تسلي - tasallee
1527819521, // خوشالي - khoshaalee
1527818037, // خوشبختي - khooshbakhtee
1527815914, // خوشبیني - khooshbeenee
1527811877, // دوستي - dostee
1527818019, // دوکانداري - dookaandaaree
1527822080, // دېموکراسي - demokraasee
1527813462, // کیلي - keelee
1527814492, // ګاوداري - gaawdaaree
1610013679820, // ورورولي - wrorwalée
];

View File

@ -1,13 +1,13 @@
module.exports = [
{ ts: 1527821971, e: `second wife of own husband` }, // بن - bun
{ ts: 1527816397, e: `aunt` }, // ترور - tror
{ ts: 1578704593901, e: `aunt (paternal uncle's wife)` }, // تندار - tandaar
{ ts: 1527812785, e: `sister` }, // خور - khor
{ ts: 1527812861, e: `daughter` }, // لور - loor
{ ts: 1527812928, e: `mother, mom` }, // مور - mor
{ ts: 1527812912, e: `lady, woman, wife` }, // مېرمن - mermán
{ ts: 1527816476, e: `stepsister, half sister` }, // مېرېنۍ خور - merenuy khor
{ ts: 1527823521, e: `daughter-in-law` }, // نږور - nGor
{ ts: 1527816350, e: `brothers wife, sister-in-law` }, // ورندار - wrundaar
{ ts: 1527816485, e: `wife of husbands brother, wife of brother-in-law` }, // یور - yor
1527821971, // بن - bun
1527816397, // ترور - tror
1578704593901, // تندار - tandaar
1527812785, // خور - khor
1527812861, // لور - loor
1527812928, // مور - mor
1527812912, // مېرمن - mermán
1527816476, // مېرېنۍ خور - merenuy khor
1527823521, // نږور - nGor
1527816350, // ورندار - wrundaar
1527816485, // یور - yor
];

View File

@ -1,37 +1,37 @@
module.exports = [
{ ts: 1527821817, e: `uncle (paternal)` }, // اکا - akáa
{ ts: 1527816411, e: `father, grandfather (vocative or in child's speech)` }, // بابا - baabaa
{ ts: 1527819439, e: `king, ruler, president, padishah` }, // باچا - baacháa
{ ts: 1527823298, e: `sparrow-hawk, eagle` }, // باښه - baaxá
{ ts: 1527817718, e: `slave, servant, a human, person (as in a slave of God)` }, // بنده - bandá
{ ts: 1527815031, e: `prisoner, captive` }, // بندي - bandee
{ ts: 1527815142, e: `king` }, // پاچا - paachaa
{ ts: 1527817280, e: `leper` }, // جذامي - jUzaamee
{ ts: 1527814236, e: `pot smoker, pothead, someone addicted to marijuana, pot, hash` }, // چرسي - charsee
{ ts: 1578618561154, e: `Haji, someone who has gone on the Hajj` }, // حاجي - haajee
{ ts: 1527821193, e: `supporter, protector, defender, patron, saviour` }, // حامي - haamee
{ ts: 1591711877815, e: `washerman, someone who does the laundry` }, // دوبي - dobée
{ ts: 1527820139, e: `rabab player, rubab player` }, // ربابي - rabaabee
{ ts: 1619278755267, e: `troubling, pestering` }, // ربړنه - rabaRúna
{ ts: 1577066022588, e: `cupbearer, butler, bartender, alchohol maker` }, // ساقي - saaqée
{ ts: 1527822817, e: `soldier, warrior, guard` }, // سپاهي - sipaahee
{ ts: 1527812975, e: `barber, hairdresser` }, // سلماني - salmaanee
{ ts: 1527819414, e: `prince` }, // شاهزاده - shaahzaadá
{ ts: 1527818084, e: `drinker, drunkard, alcoholic, wine-bibber` }, // شرابي - sharaabee
{ ts: 1527821950, e: `prince` }, // شهزاده - shahzaadá
{ ts: 1588158828142, e: `hunter` }, // ښکاري - xkaaree
{ ts: 1527815206, e: `judge, religious authority/judge` }, // قاضي - qaazee
{ ts: 1527818500, e: `contractor, supplier` }, // قراردادي - qaraardaadee
{ ts: 1527816446, e: `paternal uncle, term of address for elderly man` }, // کاکا - kaakaa
{ ts: 1595232159907, e: `begger, panhandler` }, // ګدا - gadáa
{ ts: 1527816512, e: `elder brother, general form of familiar and respectful address` }, // لالا - laalaa
{ ts: 1527812878, e: `uncle (maternal), respectful form of address` }, // ماما - maamaa
{ ts: 1610556640847, e: `census` }, // مردمشماري - mărdamshUmaaree
{ ts: 1527815484, e: `mullah, priest` }, // ملا - mUllaa
{ ts: 1527821714, e: `parallel, matching, appropriate, identical` }, // موازي - mUwaazée
{ ts: 1527816514, e: `shoemaker, shoe repairman, cobbler` }, // موچي - mochee
{ ts: 1527823093, e: `prophet` }, // نبي - nabee
{ ts: 1579041957559, e: `call, appeal, shout, summoning` }, // ندا - nadáa
{ ts: 1527816253, e: `grandson` }, // نواسه - nawaasa
{ ts: 1527819971, e: `governor` }, // والي - waalée
1527821817, // اکا - akáa
1527816411, // بابا - baabaa
1527819439, // باچا - baacháa
1527823298, // باښه - baaxá
1527817718, // بنده - bandá
1527815031, // بندي - bandee
1527815142, // پاچا - paachaa
1527817280, // جذامي - jUzaamee
1527814236, // چرسي - charsee
1578618561154, // حاجي - haajee
1527821193, // حامي - haamee
1591711877815, // دوبي - dobée
1527820139, // ربابي - rabaabee
1619278755267, // ربړنه - rabaRúna
1577066022588, // ساقي - saaqée
1527822817, // سپاهي - sipaahee
1527812975, // سلماني - salmaanee
1527819414, // شاهزاده - shaahzaadá
1527818084, // شرابي - sharaabee
1527821950, // شهزاده - shahzaadá
1588158828142, // ښکاري - xkaaree
1527815206, // قاضي - qaazee
1527818500, // قراردادي - qaraardaadee
1527816446, // کاکا - kaakaa
1595232159907, // ګدا - gadáa
1527816512, // لالا - laalaa
1527812878, // ماما - maamaa
1610556640847, // مردمشماري - mărdamshUmaaree
1527815484, // ملا - mUllaa
1527821714, // موازي - mUwaazée
1527816514, // موچي - mochee
1527823093, // نبي - nabee
1579041957559, // ندا - nadáa
1527816253, // نواسه - nawaasa
1527819971, // والي - waalée
];

View File

@ -1,133 +1,133 @@
module.exports = [
{ ts: 1527818948, e: `sneezing, sneeze` }, // اټسکی - aTúskey
{ ts: 1573681135691, e: `tribal constable, tribal offical with police powers` }, // اربکی - arbakéy
{ ts: 1573659054031, e: `width, spaciousness` }, // ارتوالی - artwaaley, aratwaaley
{ ts: 1527811890, e: `thorn, prickle` }, // ازغی - azghey
{ ts: 1527817036, e: `representative, envoy, ambassador, commissioner` }, // استازی - astaazey
{ ts: 1527816982, e: `residence, dwelling; hostel, dormitory` }, // استوګنځی - astogundzey
{ ts: 1527818489, e: `yawn, sigh, deep breath, shivering` }, // اسوېلی - asweley
{ ts: 1527822497, e: `cheek` }, // اننګی - anangey
{ ts: 1527821967, e: `beaver, seal` }, // اوبسپی - obspéy
{ ts: 1527822190, e: `stove, oven, furnace, hearth, floor of a fireplace` }, // اور غالی - orgháaley
{ ts: 1527821545, e: `volcano` }, // اورشیندی - orsheendéy
{ ts: 1527819192, e: `train` }, // اورګاډی - orgáaDey
{ ts: 1527815585, e: `summer` }, // اوړی - oRey
{ ts: 1623044357441, e: `tuft, clump, shock of hair` }, // ببوتنکی - bubootúnkey
{ ts: 1527821668, e: `spark, speck, flicker` }, // بڅری - batsúrey
{ ts: 1527821239, e: `kidney` }, // بډوری - baDóorey
{ ts: 1527821099, e: `earring` }, // برغوږی - barghwáGey
{ ts: 1527822629, e: `lid, cover` }, // برغولی - barghóley
{ ts: 1527811903, e: `success, victory` }, // بری - barey
{ ts: 1594904072731, e: `bracelet` }, // بنګړی - bangRéy
{ ts: 1527817159, e: `plant` }, // بوټی - booTey
{ ts: 1527815055, e: `terrible` }, // بوږنوړی - boGnwaRey
{ ts: 1610618917483, e: `orphanage, nursery` }, // پالنځی - paalundzéy
{ ts: 1527814666, e: `final point, end point` }, // پای ټکی - paayTakey
{ ts: 1527816195, e: `small turban` }, // پټکی - paTkey
{ ts: 1527811611, e: `field, place where crops are sown` }, // پټی - paTey
{ ts: 1588762458105, e: `kitchen` }, // پخلنځی - pukhlandzéy
{ ts: 1527816059, e: `cooking, preparation of food; wisdom, maturity` }, // پخلی - pakhley
{ ts: 1527821241, e: `acorn` }, // پرګی - purgéy
{ ts: 1527813812, e: `veil, covering for women, cover` }, // پړونی - paRóoney
{ ts: 1527822385, e: `rope, cable, cord` }, // پړی - púRey
{ ts: 1527812980, e: `whispering, murmuring, rumor, gossip` }, // پس پسی - puspusey
{ ts: 1527814005, e: `spring, springtime (season)` }, // پسرلی - psarléy, pusărléy
{ ts: 1527821229, e: `kidney` }, // پښتورګی - paxtawurgey
{ ts: 1527817035, e: `mission, delegation` }, // پلاوی - plaawey
{ ts: 1527815187, e: `mat` }, // پوزی - pozey
{ ts: 1527816627, e: `fleece, pelt, skin, shell, rind, bark; ear lobe` }, // پوستکی - postukey
{ ts: 1527819332, e: `kidney` }, // پوښتورګی - pooxtawúrgey
{ ts: 1527819496, e: `understanding, comprehension` }, // پوهاوی - pohaawéy
{ ts: 1527815168, e: `load, weight, burden` }, // پېټی - peTéy
{ ts: 1527815927, e: `customer` }, // پېرونکی - peroonkey
{ ts: 1527815017, e: `cream` }, // پېروی - perúwey, peráwey
{ ts: 1527815325, e: `violence` }, // تاوتریخوالی - taawtreekhwaaley
{ ts: 1611397750325, e: `screwdriver, screw` }, // تاوی - taawéy
{ ts: 1622374978659, e: `hatchet` }, // تبرګی - tubúrgey
{ ts: 1527818705, e: `gusset (in a shirt)` }, // تخرګی - tkhurgéy
{ ts: 1527814392, e: `band, bandage` }, // تړونی - taRooney
{ ts: 1527822723, e: `side, groin, empty place, void` }, // تشی - túshey
{ ts: 1577585114379, e: `sole (of a shoe); yard, compound; palm` }, // تلی - táley
{ ts: 1527816630, e: `forehead, brow, slope` }, // تندی - tandey
{ ts: 1527821980, e: `bellyband (of a harness)` }, // تڼی - taNéy
{ ts: 1527819719, e: `spleen` }, // توری - tórey
{ ts: 1527819721, e: `letter, letter of the alphabet` }, // توری - tórey
{ ts: 1527819622, e: `rocket, missile` }, // توغندی - toghandéy
{ ts: 1527814705, e: `element, item, material; thing, material, kind, type` }, // توکی - tokey
{ ts: 1527819563, e: `piece, small piece; a length (of cloth); blanket` }, // ټکری - TUkréy
{ ts: 1577408381145, e: `shawl, head-covering` }, // ټکری - Tikréy
{ ts: 1527814667, e: `word; point; dot` }, // ټکی - Tákey
{ ts: 1527813617, e: `shawl, head covering` }, // ټیکری - Teekréy
{ ts: 1527819733, e: `young, youth, young lad` }, // ځلمی - dzalméy
{ ts: 1527815465, e: `official authority, official, authority` }, // چارواکی - chaarwaakey
{ ts: 1527822356, e: `worm, small insect` }, // چنجی - chinjéy
{ ts: 1527822808, e: `basin, bowl` }, // چنی - chanéy
{ ts: 1527822357, e: `worm, small insect` }, // چینجی - cheenjéy
{ ts: 1527819046, e: `drop` }, // څاڅکی - tsáatskey
{ ts: 1527817874, e: `quality, nature` }, // څرنګوالی - tsurangwaaley
{ ts: 1527814041, e: `spring (season)` }, // څړمنی - tsaRmuney
{ ts: 1573055311846, e: `warning, notice, alarm` }, // خبرداری - khabardaarey
{ ts: 1527820324, e: `melon` }, // خټکی - khaTakéy
{ ts: 1527819828, e: `weight; respect, honour` }, // درناوی - dranaawey
{ ts: 1588161660483, e: `crutch, walking-stick, cane` }, // ډانګوری - Daangooréy
{ ts: 1527819732, e: `young, youth, young lad` }, // زلمی - zalméy
{ ts: 1527813708, e: `good news, gospel` }, // زېری - zerey
{ ts: 1588758498458, e: `jaundice` }, // زېړی - zeRéy
{ ts: 1571626392709, e: `birthplace` }, // زېږنځی - zeGundzey
{ ts: 1527815698, e: `winter` }, // ژمی - jzúmey
{ ts: 1573686563723, e: `wineskin, bagpipe, skin for carrying liquid` }, // ژی - jzey
{ ts: 1527815239, e: `entertainment, fun, recreation` }, // ساتېری - saaterey
{ ts: 1527813725, e: `equal, equivalent, match, precedent` }, // ساری - sáarey
{ ts: 1527814021, e: `spring (season)` }, // سپرلی - sparléy
{ ts: 1527813509, e: `insult, disgrace, defamation, disrespect` }, // سپکاوی - spukaawéy
{ ts: 1527815298, e: `clarification, attestation` }, // سپیناوی - speenaawey
{ ts: 1578002674551, e: `eye-socket, eyelid; orbit` }, // سترغلی - sturghúley
{ ts: 1527811999, e: `star` }, // ستوری - storey
{ ts: 1527817001, e: `throat, larynx` }, // ستونی - stóoney
{ ts: 1527813511, e: `headache, trouble` }, // سرخوږی - sărkhwuGey
{ ts: 1527815251, e: `man` }, // سړی - saRéy
{ ts: 1527819850, e: `lung` }, // سږی - súGey
{ ts: 1527812302, e: `hole, slit, opening` }, // سوری - soorey
{ ts: 1527818221, e: `burning, zeal, fervour` }, // سوی - swey
{ ts: 1527812304, e: `shade, shadow` }, // سیوری - syórey, syóorey
{ ts: 1527815268, e: `thing` }, // شی - shey
{ ts: 1527822527, e: `ankle, ankle-bone` }, // ښتګری - xatgaréy
{ ts: 1527812793, e: `school` }, // ښوونځی - xowundzey
{ ts: 1527821064, e: `a quick, clever, agile, bright man; a swindler, a fraud` }, // ښویکی - xwayakéy
{ ts: 1527822650, e: `largeness, bigness` }, // غټوالی - ghaTwaaley
{ ts: 1527814569, e: `member` }, // غړی - ghuRey
{ ts: 1527817627, e: `arrow` }, // غشی - ghúshey
{ ts: 1527822913, e: `precious stone, precious stone in a signet ring` }, // غمی - ghaméy
{ ts: 1527816181, e: `vomit, nausea (Arabic)` }, // قی - qey
{ ts: 1527814715, e: `user` }, // کاروونکی - kaarawoonkey
{ ts: 1527823295, e: `stone, rock` }, // کاڼی - káaNey
{ ts: 1527818563, e: `muscle` }, // کبوړی - kabóoRey
{ ts: 1527822824, e: `booklet, notebook` }, // کتاب ګوټی - kitaabgóTey
{ ts: 1582388629980, e: `pupil (of an eye)` }, // کسی - kúsey
{ ts: 1594906790729, e: `boy` }, // ککی - kakéy
{ ts: 1527812836, e: `village` }, // کلی - kuley, kiley
{ ts: 1610616852625, e: `echo` }, // کنګرېزی - kangrezéy
{ ts: 1527819196, e: `car, train` }, // ګاډی - gaaDey
{ ts: 1579016593220, e: `beehive; wasps' nest` }, // ګنی - ganéy
{ ts: 1527819076, e: `doll, puppet` }, // ګوډاګی - gooDaagéy
{ ts: 1527822505, e: `cheek` }, // ګومبوری - goomboorey
{ ts: 1527819079, e: `puppet` }, // لاسپوڅی - laaspotséy
{ ts: 1573149568665, e: `access, availability` }, // لاسرسی - laasraséy
{ ts: 1527817464, e: `wood, timber` }, // لرګی - largey
{ ts: 1527822801, e: `sleeve` }, // لستوڼی - lastóNey
{ ts: 1527814401, e: `toy` }, // لوبونی - lobawuney
{ ts: 1527814519, e: `side, direction` }, // لوری - lorey
{ ts: 1527823103, e: `perspective, viewpoint` }, // لیدلوری - leedlorey
{ ts: 1527819920, e: `mosquito, midge` }, // ماشی - maashey
{ ts: 1527820224, e: `fly swatter` }, // مچوژی - muchwajzéy
{ ts: 1527817770, e: `dead body, corpse` }, // مړی - múRey
{ ts: 1527813189, e: `fall, autumn` }, // منی - máney
{ ts: 1527812421, e: `ant` }, // مېږی - meGey
{ ts: 1527819227, e: `lack` }, // نشتوالی - nashtwaaley
{ ts: 1527823577, e: `sapling, seedling, sprout, young tree` }, // نیالګی - niyaalgey
{ ts: 1527812073, e: `bone` }, // هډوکی - haDookey
{ ts: 1527812668, e: `welcome` }, // هرکلی - hărkáley
{ ts: 1588153218244, e: `height, elevation, tallness` }, // هسکوالی - haskwáaley
{ ts: 1585309922022, e: `flu, respiratory illness, influenza, cold` }, // والګی - waalgéy
{ ts: 1527821465, e: `shoulder` }, // ولی - wuléy
]
1527818948, // اټسکی - aTúskey
1573681135691, // اربکی - arbakéy
1573659054031, // ارتوالی - artwaaley, aratwaaley
1527811890, // ازغی - azghey
1527817036, // استازی - astaazey
1527816982, // استوګنځی - astogundzey
1527818489, // اسوېلی - asweley
1527822497, // اننګی - anangey
1527821967, // اوبسپی - obspéy
1527822190, // اور غالی - orgháaley
1527821545, // اورشیندی - orsheendéy
1527819192, // اورګاډی - orgáaDey
1527815585, // اوړی - oRey
1623044357441, // ببوتنکی - bubootúnkey
1527821668, // بڅری - batsúrey
1527821239, // بډوری - baDóorey
1527821099, // برغوږی - barghwáGey
1527822629, // برغولی - barghóley
1527811903, // بری - barey
1594904072731, // بنګړی - bangRéy
1527817159, // بوټی - booTey
1527815055, // بوږنوړی - boGnwaRey
1610618917483, // پالنځی - paalundzéy
1527814666, // پای ټکی - paayTakey
1527816195, // پټکی - paTkey
1527811611, // پټی - paTey
1588762458105, // پخلنځی - pukhlandzéy
1527816059, // پخلی - pakhley
1527821241, // پرګی - purgéy
1527813812, // پړونی - paRóoney
1527822385, // پړی - púRey
1527812980, // پس پسی - puspusey
1527814005, // پسرلی - psarléy, pusărléy
1527821229, // پښتورګی - paxtawurgey
1527817035, // پلاوی - plaawey
1527815187, // پوزی - pozey
1527816627, // پوستکی - postukey
1527819332, // پوښتورګی - pooxtawúrgey
1527819496, // پوهاوی - pohaawéy
1527815168, // پېټی - peTéy
1527815927, // پېرونکی - peroonkey
1527815017, // پېروی - perúwey, peráwey
1527815325, // تاوتریخوالی - taawtreekhwaaley
1611397750325, // تاوی - taawéy
1622374978659, // تبرګی - tubúrgey
1527818705, // تخرګی - tkhurgéy
1527814392, // تړونی - taRooney
1527822723, // تشی - túshey
1577585114379, // تلی - táley
1527816630, // تندی - tandey
1527821980, // تڼی - taNéy
1527819719, // توری - tórey
1527819721, // توری - tórey
1527819622, // توغندی - toghandéy
1527814705, // توکی - tokey
1527819563, // ټکری - TUkréy
1577408381145, // ټکری - Tikréy
1527814667, // ټکی - Tákey
1527813617, // ټیکری - Teekréy
1527819733, // ځلمی - dzalméy
1527815465, // چارواکی - chaarwaakey
1527822356, // چنجی - chinjéy
1527822808, // چنی - chanéy
1527822357, // چینجی - cheenjéy
1527819046, // څاڅکی - tsáatskey
1527817874, // څرنګوالی - tsurangwaaley
1527814041, // څړمنی - tsaRmuney
1573055311846, // خبرداری - khabardaarey
1527820324, // خټکی - khaTakéy
1527819828, // درناوی - dranaawey
1588161660483, // ډانګوری - Daangooréy
1527819732, // زلمی - zalméy
1527813708, // زېری - zerey
1588758498458, // زېړی - zeRéy
1571626392709, // زېږنځی - zeGundzey
1527815698, // ژمی - jzúmey
1573686563723, // ژی - jzey
1527815239, // ساتېری - saaterey
1527813725, // ساری - sáarey
1527814021, // سپرلی - sparléy
1527813509, // سپکاوی - spukaawéy
1527815298, // سپیناوی - speenaawey
1578002674551, // سترغلی - sturghúley
1527811999, // ستوری - storey
1527817001, // ستونی - stóoney
1527813511, // سرخوږی - sărkhwuGey
1527815251, // سړی - saRéy
1527819850, // سږی - súGey
1527812302, // سوری - soorey
1527818221, // سوی - swey
1527812304, // سیوری - syórey, syóorey
1527815268, // شی - shey
1527822527, // ښتګری - xatgaréy
1527812793, // ښوونځی - xowundzey
1527821064, // ښویکی - xwayakéy
1527822650, // غټوالی - ghaTwaaley
1527814569, // غړی - ghuRey
1527817627, // غشی - ghúshey
1527822913, // غمی - ghaméy
1527816181, // قی - qey
1527814715, // کاروونکی - kaarawoonkey
1527823295, // کاڼی - káaNey
1527818563, // کبوړی - kabóoRey
1527822824, // کتاب ګوټی - kitaabgóTey
1582388629980, // کسی - kúsey
1594906790729, // ککی - kakéy
1527812836, // کلی - kuley, kiley
1610616852625, // کنګرېزی - kangrezéy
1527819196, // ګاډی - gaaDey
1579016593220, // ګنی - ganéy
1527819076, // ګوډاګی - gooDaagéy
1527822505, // ګومبوری - goomboorey
1527819079, // لاسپوڅی - laaspotséy
1573149568665, // لاسرسی - laasraséy
1527817464, // لرګی - largey
1527822801, // لستوڼی - lastóNey
1527814401, // لوبونی - lobawuney
1527814519, // لوری - lorey
1527823103, // لیدلوری - leedlorey
1527819920, // ماشی - maashey
1527820224, // مچوژی - muchwajzéy
1527817770, // مړی - múRey
1527813189, // منی - máney
1527812421, // مېږی - meGey
1527819227, // نشتوالی - nashtwaaley
1527823577, // نیالګی - niyaalgey
1527812073, // هډوکی - haDookey
1527812668, // هرکلی - hărkáley
1588153218244, // هسکوالی - haskwáaley
1585309922022, // والګی - waalgéy
1527821465, // ولی - wuléy
];

View File

@ -7,44 +7,45 @@
*/
module.exports = [
{ ts: 1527822004, e: "last, final" }, // آخرینی - aakhireenéy
{ ts: 1591872915426, e: "Afghan (person)" }, // افغانی - afghaanéy
{ ts: 1612616237182, e: "Pakistani (person)"}, // پاکستانی - paakistaanéy
{ ts: 1527813400, e: "current" }, // اوسنی - oosanéy
{ ts: 1527815661, e: "first" }, // اولنی - awwalunéy
{ ts: 1527812476, e: "child" }, // بچی - bachéy
{ ts: 1527816646, e: "foreigner, outer" }, // بهرنی - baharanéy, bahranéy
{ ts: 1527818769, e: "emergency" }, // بېړنی - beRanéy
{ ts: 1592382613021, e: "old, ancient, former" }, // پخوانی - pakhwaanéy
{ ts: 1527819532, e: "foreign, unrelated" }, // پردی - pradéy, prudéy
{ ts: 1577381894391, e: "Englishman, Westerner" }, // پرنګی - parangéy
{ ts: 1527820194, e: "so-and-so" }, // پلانکی - pulaankéy
{ ts: 1527820130, e: "adherent" }, // پلوی - palawéy
{ ts: 1582390092514, e: "upper, above" }, // پورتنی - portinéy
{ ts: 1610617741649, e: "old, ancient" }, // ځنډنی - dzanDanéy, dzanDunéy
{ ts: 1610793723568, e: "goat" }, // چېلی - cheléy
{ ts: 1527819362, e: "calf (animal)" }, // خوسی - khooséy
{ ts: 1590052667427, e: "witness" }, // درستی - drustéy, drastéy
{ ts: 1527822854, e: "first, before" }, // ړومبی - Roombéy
{ ts: 1527820213, e: "lion" }, // زمری - zmaréy
{ ts: 1527813923, e: "living" }, // ژوندی - jzwundéy
{ ts: 1527815299, e: "dog" }, // سپی - spéy
{ ts: 1527820788, e: "city, urban" }, // ښارنی - xaaranéy
{ ts: 1527812822, e: "little, small" }, // کوچنی - koochnéy
{ ts: 1527823742, e: "nomadic" }, // کوچی - kochéy
{ ts: 1527818765, e: "speedy, quick" }, // ګړندی - guRandéy
{ ts: 1527819130, e: "cute" }, // ګلالی - gUlaaléy
{ ts: 1576101261017, e: "mute (person)" }, // ګنګی - gangéy
{ ts: 1582316583262, e: "lower, bottom" }, // لاندینی - laandeenéy
{ ts: 1527816249, e: "grandchild" }, // لمسی - lmaséy
{ ts: 1527813472, e: "first" }, // لومړنی - loomRanéy
{ ts: 1527813132, e: "first" }, // لومړی - loomRéy
{ ts: 1527819910, e: "slippery, smooth" }, // متلی - mutléy
{ ts: 1527820414, e: "middle, central" }, // منځنی - mandzunéy
{ ts: 1527811202, e: "monthly" }, // میاشتنی - miyaashtanéy
{ ts: 1527819320, e: "thin" }, // نری - naréy
{ ts: 1527816251, e: "grandchild" }, // نمسی - nmaséy
{ ts: 1527821373, e: "deer" }, // هوسی - hoséy
{ ts: 1527813636, e: "last" }, // وروستی - wroostéy
{ ts: 1527815430, e: "only" }, // یوازنی - yawaazunéy
1527812822, // کوچنی
1527822004, // آخرینی - aakhireenéy
1591872915426, // افغانی - afghaanéy
1612616237182, // پاکستانی - paakistaanéy
1527813400, // اوسنی - oosanéy
1527815661, // اولنی - awwalunéy
1527812476, // بچی - bachéy
1527816646, // بهرنی - baharanéy, bahranéy
1527818769, // بېړنی - beRanéy
1592382613021, // پخوانی - pakhwaanéy
1527819532, // پردی - pradéy, prudéy
1577381894391, // پرنګی - parangéy
1527820194, // پلانکی - pulaankéy
1527820130, // پلوی - palawéy
1582390092514, // پورتنی - portinéy
1610617741649, // ځنډنی - dzanDanéy, dzanDunéy
1610793723568, // چېلی - cheléy
1527819362, // خوسی - khooséy
1590052667427, // درستی - drustéy, drastéy
1527822854, // ړومبی - Roombéy
1527820213, // زمری - zmaréy
1527813923, // ژوندی - jzwundéy
1527815299, // سپی - spéy
1527820788, // ښارنی - xaaranéy
1527812822, // کوچنی - koochnéy
1527823742, // کوچی - kochéy
1527818765, // ګړندی - guRandéy
1527819130, // ګلالی - gUlaaléy
1576101261017, // ګنګی - gangéy
1582316583262, // لاندینی - laandeenéy
1527816249, // لمسی - lmaséy
1527813472, // لومړنی - loomRanéy
1527813132, // لومړی - loomRéy
1527819910, // متلی - mutléy
1527820414, // منځنی - mandzunéy
1527811202, // میاشتنی - miyaashtanéy
1527819320, // نری - naréy
1527816251, // نمسی - nmaséy
1527821373, // هوسی - hoséy
1527813636, // وروستی - wroostéy
1527815430, // یوازنی - yawaazunéy
];

View File

@ -7,58 +7,58 @@
*/
module.exports = [
{ ts: 1582853867682, e: "resident" }, // اوسېدونکی
{ ts: 1527813469, e: "forgiving" }, // بخښونکی
{ ts: 1527817829, e: "debtor" }, // پوروړی
{ ts: 1527815205, e: "powerful" }, // پیاوړی
{ ts: 1527815924, e: "customer" }, // پېرودونکی
{ ts: 1527819604, e: "tense, stern" }, // ترینګلی
{ ts: 1527813406, e: "bound, tied" }, // تړلی
{ ts: 1527815381, e: "thirsty" }, // تږی
{ ts: 1527817607, e: "disgraceful, shameful, dishonered" }, // تور مخی
{ ts: 1527822859, e: "dishevelled, messy, curly (with hair etc.)" }, // څپولی
{ ts: 1527811466, e: "researcher" }, // څېړونکی
{ ts: 1527812377, e: "obedient, submissive" }, // حکم منونکی
{ ts: 1527817299, e: "amazing, surprising" }, // حیرانوونکی
{ ts: 1527813282, e: "seller" }, // خرڅوونکی
{ ts: 1527812809, e: "malnourished" }, // خوار ځواکی
{ ts: 1591871233587, e: "well-spoken" }, // خوږژبی
{ ts: 1527814118, e: "painful, agonizing" }, // دردوونکی
{ ts: 1527820657, e: "mediator, arbitrator" }, // درېیمګړی
{ ts: 1527815713, e: "coming, future" }, // راتلونکی
{ ts: 1527812142, e: "true, truthful" }, // رښتنی
{ ts: 1527812161, e: "true, truthful" }, // رښتونی
{ ts: 1527811507, e: "true, truthful" }, // رښتینی
{ ts: 1527813758, e: "student" }, // زدکوونکی
{ ts: 1577058349091, e: "interesting, pleasant" }, // زړه پوری
{ ts: 1527817400, e: "merciful, compassionate" }, // زړه سواندی
{ ts: 1527819587, e: "translator" }, // ژباړونکی
{ ts: 1527814888, e: "savior, saviour, rescuer" }, // ژغورونکی
{ ts: 1527818109, e: "pure, holy, magnificent" }, // سپېڅلی
{ ts: 1527811338, e: "sincere hearted, trusting" }, // سپین زړی
{ ts: 1527815306, e: "tired" }, // ستړی
{ ts: 1527822745, e: "burned" }, // سټکوری
{ ts: 1527817442, e: "heard-hearted" }, // سخت زړی
{ ts: 1527816932, e: "soldier" }, // سرتېری
{ ts: 1527820170, e: "singer" }, // سندرغاړی
{ ts: 1527819964, e: "burning" }, // سوځېدونکی
{ ts: 1527821951, e: "burned" }, // سوی
{ ts: 1527812779, e: "beautiful" }, // ښکلی
{ ts: 1527812806, e: "teacher" }, // ښوونکی
{ ts: 1527811350, e: "quiet, silent" }, // غلی
{ ts: 1527819637, e: "worker" }, // کارکوونکی
{ ts: 1527818613, e: "weak" }, // کمزوری
{ ts: 1595516629483, e: "deafening" }, // کڼوونکی
{ ts: 1527820661, e: "mediator" }, // مېنځګړی
{ ts: 1527814047, e: "aforesaid, above-mentioned" }, // نوموړی
{ ts: 1527813822, e: "new" }, // نوی
{ ts: 1586453720908, e: "encouraging" }, // هڅوونکی
{ ts: 1588163180700, e: "stunning, amazing" }, // هېښوونکی
{ ts: 1527823715, e: "small, little" }, // وړکوټی
{ ts: 1527823714, e: "small, little" }, // وړکی
{ ts: 1527815403, e: "little, small" }, // وړوکی
{ ts: 1527813916, e: "lethal, deadly" }, // وژونکی
{ ts: 1527815424, e: "hungry" }, // وږی
{ ts: 1527823713, e: "small, little" }, // ووړکی
{ ts: 1527816455, e: "separated, divided" }, // وېشلی
1582853867682, // اوسېدونکی
1527813469, // بخښونکی
1527817829, // پوروړی
1527815205, // پیاوړی
1527815924, // پېرودونکی
1527819604, // ترینګلی
1527813406, // تړلی
1527815381, // تږی
1527817607, // تور مخی
1527822859, // څپولی
1527811466, // څېړونکی
1527812377, // حکم منونکی
1527817299, // حیرانوونکی
1527813282, // خرڅوونکی
1527812809, // خوار ځواکی
1591871233587, // خوږژبی
1527814118, // دردوونکی
1527820657, // درېیمګړی
1527815713, // راتلونکی
1527812142, // رښتنی
1527812161, // رښتونی
1527811507, // رښتینی
1527813758, // زدکوونکی
1577058349091, // زړه پوری
1527817400, // زړه سواندی
1527819587, // ژباړونکی
1527814888, // ژغورونکی
1527818109, // سپېڅلی
1527811338, // سپین زړی
1527815306, // ستړی
1527822745, // سټکوری
1527817442, // سخت زړی
1527816932, // سرتېری
1527820170, // سندرغاړی
1527819964, // سوځېدونکی
1527821951, // سوی
1527812779, // ښکلی
1527812806, // ښوونکی
1527811350, // غلی
1527819637, // کارکوونکی
1527818613, // کمزوری
1595516629483, // کڼوونکی
1527820661, // مېنځګړی
1527814047, // نوموړی
1527813822, // نوی
1586453720908, // هڅوونکی
1588163180700, // هېښوونکی
1527823715, // وړکوټی
1527823714, // وړکی
1527815403, // وړوکی
1527813916, // وژونکی
1527815424, // وږی
1527823713, // ووړکی
1527816455, // وېشلی
];

View File

@ -1,5 +1,6 @@
module.exports = [
{"ts":1527812798,"i":5593,"p":"خفه","f":"khúfa","g":"khufa","e":"sad, upset, angry; choked, suffocated","c":"adj."},
{"ts":1527812792,"i":5773,"p":"خوشاله","f":"khoshaala","g":"khoshaala","e":"happy, glad","c":"adj."},
{"ts":1527812761,"i":8534,"p":"ښایسته","f":"xáaysta","g":"xaayusta","e":"beautiful","c":"adj."},
1527822049, // takRa
1527812798, // khufa
1527812792, // khoshaala
1527812761, // xaaysta
];

View File

@ -1,81 +1,81 @@
module.exports = [
{ ts: 1527815737, e: "teacher", }, // استاذ
{ ts: 1527816747, e: "Doctor" },
{ ts: 1527821744, e: `cook, chef` }, // آشپز - aashpáz
{ ts: 1527812156, e: `officer` }, // افسر - afsar
{ ts: 1591872915426, e: `Afghan (person)` }, // افغانی - afghaanéy
{ ts: 1527815137, e: `instigator, insurgent, terrorist` }, // اورپکی - orpakey
{ ts: 1582853867682, e: `resident` }, // اوسېدونکی - osedóonkey
{ ts: 1527812476, e: `child, offspring` }, // بچی - bachéy
{ ts: 1623044005072, e: `insurrectionist, rebel` }, // بلواګر - balwaagar
{ ts: 1612616237182, e: `Pakistani (person)` }, // پاکستانی - paakistaanéy
{ ts: 1527817965, e: `keeper, one who brings up, raises (cattle etc.)` }, // پالونکی - paaloonkey
{ ts: 1527815197, e: `Pashtun` }, // پښتون - puxtoon
{ ts: 1527819228, e: `inspector, detective, person checking people at the doors etc.` }, // پلټونکی - pulaToonkey
{ ts: 1527820130, e: `adherent, supporter; the outside or further ox in a team of oxes grinding or threshing` }, // پلوی - palawéy
{ ts: 1527815924, e: `customer` }, // پېرودونکی - perodoonkey
{ ts: 1527816431, e: `cousin (of paternal aunt)` }, // ترورزی - trorzéy
{ ts: 1527820820, e: `follower` }, // تعقیبوونکی - ta'qeebawóonkey
{ ts: 1586270915475, e: `mammal` }, // تي لرونکی - tee laroonkey
{ ts: 1613563994424, e: `joker, jester, mocker` }, // ټوقمار - Toqmaar
{ ts: 1610793723568, e: `ram, goat` }, // چېلی - cheléy
{ ts: 1527811466, e: `researcher` }, // څېړونکی - tseRoonkey
{ ts: 1527812795, e: `relative` }, // خپلوان - khpulwaan
{ ts: 1527812802, e: `donkey` }, // خر - khur
{ ts: 1527813282, e: `seller` }, // خرڅوونکی - khartsawóonkey
{ ts: 1527819362, e: `calf (animal)` }, // خوسی - khooséy
{ ts: 1527822535, e: `tailor` }, // خیاط - khayáat
{ ts: 1590052667427, e: `witness` }, // درستی - drustéy, drastéy
{ ts: 1622873938137, e: `crook, swindler, criminal` }, // درغلګر - darghalgar
{ ts: 1527820656, e: `mediator, arbitrator` }, // دریمګړی - driyamgúRey
{ ts: 1614081825855, e: `priest, monk/nun` }, // راهب - raahib
{ ts: 1527813758, e: `student, learner, pupil` }, // زدکوونکی - zdakawóonkey
{ ts: 1527819587, e: `translator` }, // ژباړونکی - jzbaaRoonkey
{ ts: 1527815299, e: `dog` }, // سپی - spéy
{ ts: 1610447830096, e: `calf; bull-calf` }, // سخی - skhey
{ ts: 1527816932, e: `soldier` }, // سرتېری - sărtérey
{ ts: 1527811519, e: `embassador, ambassador` }, // سفیر - safeer
{ ts: 1622366208373, e: `secretary` }, // سکرتر - sakratár
{ ts: 1527820170, e: `singer` }, // سندرغاړی - sandurgháaRey
{ ts: 1566468540788, e: `rabbit` }, // سوی - sooy
{ ts: 1527819801, e: `tourist, sightseer, visitor` }, // سیلانی - seylaanéy
{ ts: 1575924767041, e: `shepherd` }, // شپون - shpoon
{ ts: 1527815279, e: `shepherd` }, // شپونکی - shpoonkey
{ ts: 1527819173, e: `analyst, examiner` }, // شنونکی - shanóonkey
{ ts: 1527812806, e: `teacher` }, // ښووونکی - xowóonkey
{ ts: 1527815436, e: `tyrant, oppressor, cruel person` }, // ظالم - zaalim
{ ts: 1527818632, e: `twin` }, // غبرګونی - ghbargoney
{ ts: 1527812624, e: `thief` }, // غل - ghul
{ ts: 1613561408232, e: `guilty, at fault` }, // قصوروار - qUsoorwáar
{ ts: 1527814715, e: `user` }, // کاروونکی - kaarawoonkey
{ ts: 1527816256, e: `great-grandson` }, // کړوسی - kaRwaséy
{ ts: 1594906790729, e: `child` }, // ککی - kakéy
{ ts: 1527819244, e: `host, hostess; master of house` }, // کوربه - korba
{ ts: 1527812174, e: `neighbour` }, // ګاونډی - gaawanDéy
{ ts: 1579030083953, e: `sinner, sinful` }, // ګناه ګار - gUnaahgáar
{ ts: 1527816249, e: `grandchild` }, // لمسی - lmaséy
{ ts: 1527822661, e: `athlete, player; actor; mischevious, playful (of a child)` }, // لوبغاړی - lobgháaRey
{ ts: 1589885143650, e: `fox` }, // لومبړ - loombáR
{ ts: 1527812043, e: `writer, author` }, // لیکوال - leekwaal
{ ts: 1527820680, e: `crazy, insane, mad person` }, // لېونی - lewanéy
{ ts: 1527812881, e: `child, kid` }, // ماشوم - maashoom
{ ts: 1527814445, e: `assigned, appointed, given orders or istructions (Arabic), authorized, sent on business; officer (as in government worker)` }, // مامور - maamóor
{ ts: 1527818760, e: `civil activist` }, // مدني فاعل - madanee faa'al
{ ts: 1527821523, e: `slave, servant` }, // مریی - mrayéy
{ ts: 1527814159, e: `friend, companion` }, // ملګری - malgúrey
{ ts: 1527820661, e: `mediator, go-between, arbitrator` }, // مېنځګړی - mendzgúRey
{ ts: 1527823403, e: `fan, someone who loves or appreciates someone or something` }, // مینه وال - meenawáal
{ ts: 1527815127, e: `nurse` }, // نرس - nurs
{ ts: 1527816254, e: `grandson` }, // نوسی - nwaséy
{ ts: 1527814806, e: `peer, someone of the same age` }, // همځولی - hamdzoléy ??
{ ts: 1527812684, e: `co-worker, fellow worker, collaborator, aid` }, // همکار - hamkaar
{ ts: 1527811732, e: `artist, performer` }, // هنر مند - hUnarmand
{ ts: 1527821373, e: `deer` }, // هوسی - hoséy
{ ts: 1591027046896, e: `goat` }, // وز - wuz
{ ts: 1611395180139, e: `fellow countryman, person from the same country` }, // وطندار - watandáar
{ ts: 1527811296, e: `lawyer, proxy holder` }, // وکیل - wakeel
{ ts: 1527813585, e: `person, human being, creature` }, // وګړی - wagúRey
{ ts: 1527814672, e: `spokesperson, spokesman, newcaster` }, // ویاند - wayaand
{ ts: 1586454081484, e: `orphan` }, // یتیم - yateem
{ ts: 1527812461, e: "hero" }, // اتل - atal
1527815737, // استاذ
1527816747,
1527821744, // آشپز - aashpáz
1527812156, // افسر - afsar
1591872915426, // افغانی - afghaanéy
1527815137, // اورپکی - orpakey
1582853867682, // اوسېدونکی - osedóonkey
1527812476, // بچی - bachéy
1623044005072, // بلواګر - balwaagar
1612616237182, // پاکستانی - paakistaanéy
1527817965, // پالونکی - paaloonkey
1527815197, // پښتون - puxtoon
1527819228, // پلټونکی - pulaToonkey
1527820130, // پلوی - palawéy
1527815924, // پېرودونکی - perodoonkey
1527816431, // ترورزی - trorzéy
1527820820, // تعقیبوونکی - ta'qeebawóonkey
1586270915475, // تي لرونکی - tee laroonkey
1613563994424, // ټوقمار - Toqmaar
1610793723568, // چېلی - cheléy
1527811466, // څېړونکی - tseRoonkey
1527812795, // خپلوان - khpulwaan
1527812802, // خر - khur
1527813282, // خرڅوونکی - khartsawóonkey
1527819362, // خوسی - khooséy
1527822535, // خیاط - khayáat
1590052667427, // درستی - drustéy, drastéy
1622873938137, // درغلګر - darghalgar
1527820656, // دریمګړی - driyamgúRey
1614081825855, // راهب - raahib
1527813758, // زدکوونکی - zdakawóonkey
1527819587, // ژباړونکی - jzbaaRoonkey
1527815299, // سپی - spéy
1610447830096, // سخی - skhey
1527816932, // سرتېری - sărtérey
1527811519, // سفیر - safeer
1622366208373, // سکرتر - sakratár
1527820170, // سندرغاړی - sandurgháaRey
1566468540788, // سوی - sooy
1527819801, // سیلانی - seylaanéy
1575924767041, // شپون - shpoon
1527815279, // شپونکی - shpoonkey
1527819173, // شنونکی - shanóonkey
1527812806, // ښووونکی - xowóonkey
1527815436, // ظالم - zaalim
1527818632, // غبرګونی - ghbargoney
1527812624, // غل - ghul
1613561408232, // قصوروار - qUsoorwáar
1527814715, // کاروونکی - kaarawoonkey
1527816256, // کړوسی - kaRwaséy
1594906790729, // ککی - kakéy
1527819244, // کوربه - korba
1527812174, // ګاونډی - gaawanDéy
1579030083953, // ګناه ګار - gUnaahgáar
1527816249, // لمسی - lmaséy
1527822661, // لوبغاړی - lobgháaRey
1589885143650, // لومبړ - loombáR
1527812043, // لیکوال - leekwaal
1527820680, // لېونی - lewanéy
1527812881, // ماشوم - maashoom
1527814445, // مامور - maamóor
1527818760, // مدني فاعل - madanee faa'al
1527821523, // مریی - mrayéy
1527814159, // ملګری - malgúrey
1527820661, // مېنځګړی - mendzgúRey
1527823403, // مینه وال - meenawáal
1527815127, // نرس - nurs
1527816254, // نوسی - nwaséy
1527814806, // همځولی - hamdzoléy ??
1527812684, // همکار - hamkaar
1527811732, // هنر مند - hUnarmand
1527821373, // هوسی - hoséy
1591027046896, // وز - wuz
1611395180139, // وطندار - watandáar
1527811296, // وکیل - wakeel
1527813585, // وګړی - wagúRey
1527814672, // ویاند - wayaand
1586454081484, // یتیم - yateem
1527812461, // اتل - atal
];

View File

@ -1,3 +1,3 @@
module.exports = [
{ ts: 1527816016, e: "Pashto" }, // پښټو
1527816016, // پښټو
]

View File

@ -7,13 +7,13 @@
*/
module.exports = [
{ ts: 1527816778, e: "long" }, // اوږد - ooGd, ooGud
{ ts: 1527822706, e: "raw, unripe, immature" }, // اوم - oom
{ ts: 1527812802, e: "donkey" }, // خر - khur
{ ts: 1527813293, e: "red, hot" }, // سور - soor
{ ts: 1527815265, e: "green, blue" }, // شین - sheen
{ ts: 1527812624, e: "thief" }, // غل - ghul
{ ts: 1527815087, e: "dead" }, // مړ - muR
{ ts: 1527814151, e: "companion, friend" }, // مل - mal
{ ts: 1527813580, e: "one" }, // یو - yo
1527816778, // اوږد - ooGd, ooGud
1527822706, // اوم - oom
1527812802, // خر - khur
1527813293, // سور - soor
1527815265, // شین - sheen
1527812624, // غل - ghul
1527815087, // مړ - muR
1527814151, // مل - mal
1527813580, // یو - yo
];

View File

@ -1,22 +1,22 @@
module.exports = [
{ ts: 1527819345, e: `sheep, ram` }, // پسه - psu
{ ts: 1527822173, e: `bush, shrub` }, // جاړه - jaaRú
{ ts: 1527813508, e: `heart` }, // زړه - zRu
{ ts: 1588857967561, e: `bull` }, // غوایه - ghwaayú
{ ts: 1527817108, e: `look, gaze, examination, inspection, spying` }, // کاته - kaatu
{ ts: 1527817768, e: `raven, crow` }, // کارګه - kaargu
{ ts: 1527818516, e: `swimming, bathing` }, // لمبېده - lambedú
{ ts: 1527813986, e: `sunset, west` }, // لمر پرېواته - lmarprewaatu
{ ts: 1527813992, e: `sunset` }, // لمر لوېده - lmarlwedu
{ ts: 1527813987, e: `sunrise, east` }, // لمرخاته - lmarkhaatu
{ ts: 1527818255, e: `wolf, wild dog` }, // لېوه - lewú
{ ts: 1527821522, e: `slave, servant` }, // مریه - mrayú
{ ts: 1527812911, e: `husband, brave` }, // مېړه - meRu
{ ts: 1527811626, e: `impracticability, impossibility, improbability` }, // نکېده - nukedu
{ ts: 1527816410, e: `grandfather, grandpa` }, // نیکه - neekú
{ ts: 1527822420, e: `rein, bridle (for horses); string for trousers, string used inside to hold up the partoog/shalwar` }, // واګه - waagu
{ ts: 1527816357, e: `nephew, brother's son` }, // وراره - wraaru
{ ts: 1527823225, e: `flock, herd, drove` }, // وله - wUlú
{ ts: 1527814789, e: `hair` }, // وېښته - wextu
{ ts: 1527815394, e: 'wedding' }, // واده - waadú
1527819345, // پسه - psu
1527822173, // جاړه - jaaRú
1527813508, // زړه - zRu
1588857967561, // غوایه - ghwaayú
1527817108, // کاته - kaatu
1527817768, // کارګه - kaargu
1527818516, // لمبېده - lambedú
1527813986, // لمر پرېواته - lmarprewaatu
1527813992, // لمر لوېده - lmarlwedu
1527813987, // لمرخاته - lmarkhaatu
1527818255, // لېوه - lewú
1527821522, // مریه - mrayú
1527812911, // مېړه - meRu
1527811626, // نکېده - nukedu
1527816410, // نیکه - neekú
1527822420, // واګه - waagu
1527816357, // وراره - wraaru
1527823225, // وله - wUlú
1527814789, // وېښته - wextu
1527815394, // واده - waadú
];

View File

@ -7,27 +7,27 @@
*/
module.exports = [
{ ts: 1527818017, e: "store, shop" }, // اټۍ - aTuy
{ ts: 1527812694, e: "girl" }, // انجنۍ - injUnuy
{ ts: 1527815140, e: "week" }, // اونۍ - onuy, ownuy, owunuy
{ ts: 1566476931206, e: "lamp, light" }, // بتۍ - batúy
{ ts: 1527822192, e: "stove, oven, furnace" }, // بټۍ - baTúy
{ ts: 1527820828, e: "daughter, girl" }, // بچۍ - bachúy
{ ts: 1527822974, e: "cart, buggy, stroller" }, // بګۍ - bagúy
{ ts: 1591805634565, e: "rib" }, // پوښتۍ - pooxtúy
{ ts: 1586276322639, e: "hat, cap" }, // ټوپۍ - Topuy
{ ts: 1527820058, e: "kneecap, patella" }, // ټوټکۍ - ToTakúy
{ ts: 1527812564, e: "bread, food, meal" }, // ډوډۍ - DoDuy
{ ts: 1527821555, e: "edge, verge, side" }, // ژۍ - jzuy
{ ts: 1527814788, e: "moon" }, // سپوږمۍ - spoGmuy
{ ts: 1527820120, e: "hill, hillrock, mound" }, // غونډۍ - ghwunDúy
{ ts: 1527814203, e: "chair, seat, stool" }, // کرسۍ - kUrsuy
{ ts: 1527812045, e: "window" }, // کړکۍ - kuRkúy
{ ts: 1527816026, e: "ring, curl; handcuffs, link, chain; loom; department, section" }, // کړۍ - kaRuy
{ ts: 1527813870, e: "boat, ship" }, // کشتۍ - kishtúy
{ ts: 1527821895, e: "doll" }, // ګوډۍ - gooDúy
{ ts: 1527814564, e: "pill tablet; bullet" }, // ګولۍ - golúy
{ ts: 1527811763, e: "tail" }, // لکۍ - lakuy
{ ts: 1527812659, e: "egg" }, // هګۍ - haguy
{ ts: 1527821372, e: "gazelle, antelope" }, // هوسۍ - hosúy
1527818017, // اټۍ - aTuy
1527812694, // انجنۍ - injUnuy
1527815140, // اونۍ - onuy, ownuy, owunuy
1566476931206, // بتۍ - batúy
1527822192, // بټۍ - baTúy
1527820828, // بچۍ - bachúy
1527822974, // بګۍ - bagúy
1591805634565, // پوښتۍ - pooxtúy
1586276322639, // ټوپۍ - Topuy
1527820058, // ټوټکۍ - ToTakúy
1527812564, // ډوډۍ - DoDuy
1527821555, // ژۍ - jzuy
1527814788, // سپوږمۍ - spoGmuy
1527820120, // غونډۍ - ghwunDúy
1527814203, // کرسۍ - kUrsuy
1527812045, // کړکۍ - kuRkúy
1527816026, // کړۍ - kaRuy
1527813870, // کشتۍ - kishtúy
1527821895, // ګوډۍ - gooDúy
1527814564, // ګولۍ - golúy
1527811763, // لکۍ - lakuy
1527812659, // هګۍ - haguy
1527821372, // هوسۍ - hosúy
];

View File

@ -1,14 +1,12 @@
module.exports = [
{ ts: 1527815154, e: `end, finish, close, conclusion` }, // پای - paay
{ ts: 1527812594, e: `place, space` }, // ځای - dzaay
{ ts: 1527812525, e: `tea` }, // چای - chaay
{ ts: 1527812783, e: `God, Lord` }, // خدای - khUdaay
{ ts: 1527819514, e: `tier, row, foundation (masonry etc.)` }, // دای - daay
{ ts: 1610797797756, e: `hollow, depression` }, // سای - saay
{ ts: 1527822345, e: `caravansary, inn, large house` }, // سرای - saráay
{ ts: 1586598425514, e: `smell` }, // بوی - booy
{ ts: 1527814511, e: `character, nature, disposition, habit` }, // خوی - khooy
{ ts: 1566468540788, e: `rabbit` }, // سوی - sooy
]
1527815154, // پای - paay
1527812594, // ځای - dzaay
1527812525, // چای - chaay
1527812783, // خدای - khUdaay
1527819514, // دای - daay
1610797797756, // سای - saay
1527822345, // سرای - saráay
1586598425514, // بوی - booy
1527814511, // خوی - khooy
1566468540788, // سوی - sooy
];

File diff suppressed because one or more lines are too long

View File

@ -1,401 +1,130 @@
module.exports = [
{
"ts": 1527816643
},
{
"ts": 1527817823
},
{
"ts": 1591002320547
},
{
"ts": 1527821339
},
{
"ts": 1527817226
},
{
"ts": 1527812167
},
{
"ts": 1527812598
},
{
"ts": 1527812002
},
{
"ts": 1527813489
},
{
"ts": 1577390517316
},
{
"ts": 1527820710
},
{
"ts": 1527817312
},
{
"ts": 1527818188
},
{
"ts": 1527811863
},
{
"ts": 1527816383
},
{
"ts": 1527822770
},
{
"ts": 1527821587
},
{
"ts": 1527818390
},
{
"ts": 1527818391
},
{
"ts": 1527814726
},
{
"ts": 1579394718033
},
{
"ts": 1527815968
},
{
"ts": 1592303372377
},
{
"ts": 1577551342853
},
{
"ts": 1527815351
},
{
"ts": 1586452103064
},
{
"ts": 1527816822
},
{
"ts": 1527812186
},
{
"ts": 1527814870
},
{
"ts": 1527815355
},
{
"ts": 1527815867
},
{
"ts": 1527822741
},
{
"ts": 1527814864
},
{
"ts": 1527819607
},
{
"ts": 1527821070
},
{
"ts": 1577812269585
},
{
"ts": 1573768865232
},
{
"ts": 1527822814
},
{
"ts": 1527823161
},
{
"ts": 1527821042
},
{
"ts": 1527818810
},
{
"ts": 1577823792516
},
{
"ts": 1588858155947
},
{
"ts": 1589024311021
},
{
"ts": 1527816916
},
{
"ts": 1527820291
},
{
"ts": 1527813125
},
{
"ts": 1527813937
},
{
"ts": 1591804639647
},
{
"ts": 1527813212
},
{
"ts": 1584529741244
},
{
"ts": 1575128717139
},
{
"ts": 1527813319
},
{
"ts": 1527822368
},
{
"ts": 1527819178
},
{
"ts": 1594129207239
},
{
"ts": 1594129204513
},
{
"ts": 1527815309
},
{
"ts": 1527814102
},
{
"ts": 1527818975
},
{
"ts": 1578326320888
},
{
"ts": 1527816152
},
{
"ts": 1527816463
},
{
"ts": 1527818094
},
{
"ts": 1527814855
},
{
"ts": 1527819033
},
{
"ts": 1577817988469
},
{
"ts": 1527819185
},
{
"ts": 1527814887
},
{
"ts": 1527818217
},
{
"ts": 1571946107980
},
{
"ts": 1581610643511
},
{
"ts": 1527811674
},
{
"ts": 1581610659810
},
{
"ts": 1527818401
},
{
"ts": 1592303194144
},
{
"ts": 1578607689918
},
{
"ts": 1527818341
},
{
"ts": 1527818425
},
{
"ts": 1527818422
},
{
"ts": 1527812633
},
{
"ts": 1527816328
},
{
"ts": 1588784260692
},
{
"ts": 1527812607
},
{
"ts": 1527822096
},
{
"ts": 1588152878869
},
{
"ts": 1527817624
},
{
"ts": 1527812732
},
{
"ts": 1527811600
},
{
"ts": 1527819661
},
{
"ts": 1527814357
},
{
"ts": 1582146016627
},
{
"ts": 1527819872
},
{
"ts": 1579034883717
},
{
"ts": 1527817357
},
{
"ts": 1527818937
},
{
"ts": 1527813950
},
{
"ts": 1527813888
},
{
"ts": 1527822099
},
{
"ts": 1588760636420
},
{
"ts": 1527819089
},
{
"ts": 1527817361
},
{
"ts": 1527812934
},
{
"ts": 1588161314887
},
{
"ts": 1527817165
},
{
"ts": 1609162269829
},
{
"ts": 1579295606403
},
{
"ts": 1589031340746
},
{
"ts": 1527812902
},
{
"ts": 1527817369
},
{
"ts": 1527819687
},
{
"ts": 1527821254
},
{
"ts": 1527817709
},
{
"ts": 1527823208
},
{
"ts": 1527811827
},
{
"ts": 1579459605988
},
{
"ts": 1527815991
},
{
"ts": 1527823707
},
{
"ts": 1527811729
},
{
"ts": 1527823733
},
{
"ts": 1527820620
},
{
"ts": 1527811599
},
{
"ts": 1604431102462
},
{
"ts": 1527818092
},
{
"ts": 1527816106
},
{
"ts": 1579723460957
},
{
"ts": 1527814910
},
{
"ts": 1527816263
},
{
"ts": 1609162463793
},
{
"ts": 1609599425410
},
{
"ts": 1527812939
},
{
"ts": 1614602054303
},
{
"ts": 1649142546981,
}
1527816643,
1527817823,
1591002320547,
1527821339,
1527817226,
1527812167,
1527812598,
1527812002,
1527813489,
1577390517316,
1527820710,
1527817312,
1527818188,
1527811863,
1527816383,
1527822770,
1527821587,
1527818390,
1527818391,
1527814726,
1579394718033,
1527815968,
1592303372377,
1577551342853,
1527815351,
1586452103064,
1527816822,
1527812186,
1527814870,
1527815355,
1527815867,
1527822741,
1527814864,
1527819607,
1527821070,
1577812269585,
1573768865232,
1527822814,
1527823161,
1527821042,
1527818810,
1577823792516,
1588858155947,
1589024311021,
1527816916,
1527820291,
1527813125,
1527813937,
1591804639647,
1527813212,
1584529741244,
1575128717139,
1527813319,
1527822368,
1527819178,
1594129207239,
1594129204513,
1527815309,
1527814102,
1527818975,
1578326320888,
1527816152,
1527816463,
1527818094,
1527814855,
1527819033,
1577817988469,
1527819185,
1527814887,
1527818217,
1571946107980,
1581610643511,
1527811674,
1581610659810,
1527818401,
1592303194144,
1578607689918,
1527818341,
1527818425,
1527818422,
1527812633,
1527816328,
1588784260692,
1527812607,
1527822096,
1588152878869,
1527817624,
1527812732,
1527811600,
1527819661,
1527814357,
1582146016627,
1527819872,
1579034883717,
1527817357,
1527818937,
1527813950,
1527813888,
1527822099,
1588760636420,
1527819089,
1527817361,
1527812934,
1588161314887,
1527817165,
1609162269829,
1579295606403,
1589031340746,
1527812902,
1527817369,
1527819687,
1527821254,
1527817709,
1527823208,
1527811827,
1579459605988,
1527815991,
1527823707,
1527811729,
1527823733,
1527820620,
1527811599,
1604431102462,
1527818092,
1527816106,
1579723460957,
1527814910,
1527816263,
];

View File

@ -7,12 +7,12 @@
*/
module.exports = [
{ ts: 1577383674332, e: "to howl" },// انګولل - to howl, wail
{ ts: 1527818962, e: "to sneeze" },// پرنجل - to sneeze
{ ts: 1527821425, e: "to cough" },// ټوخل - to cough
{ ts: 1527812767, e: "to laugh" },// خندل - to laugh
{ ts: 1605360223155, e: "to jump" },// دنګل - to jump, leap, run, race
{ ts: 1605360127430, e: "to swing" },// زنګل - to swing, rock (back and forth)
{ ts: 1527812717, e: "to swing" },// ژړل - to cry
{ ts: 1591899573844, e: "to dance" },// نڅل - to dance
1577383674332,// انګولل - to howl, wail
1527818962,// پرنجل - to sneeze
1527821425,// ټوخل - to cough
1527812767,// خندل - to laugh
1605360223155,// دنګل - to jump, leap, run, race
1605360127430,// زنګل - to swing, rock (back and forth)
1527812717,// ژړل - to cry
1591899573844,// نڅل - to dance
]

View File

@ -7,40 +7,40 @@
*/
module.exports = [
{ ts: 1527813473, e: "to fly" },// الوتل - to fly
{ ts: 1527814012, e: "to pass over" },// اوښتل - to pass over, overturn, be flipped over, spill over, shift, change, diverge, pass, cross, abandon
{ ts: 1527822843, e: "to seem" },// برېښېدل - to appear, seem; to shine, sparkle; to smart, have a pricking pain
{ ts: 1527815183, e: "to understand" },// پوهېدل - to understand (to do the act of understanding)
{ ts: 1527816495, e: "to escape" },// تښتېدل - to run off, escape, flee
{ ts: 1527813022, e: "to cough" },// ټوخېدل - to cough
{ ts: 1527817259, e: "to fall" },// پرېوتل - to fall
{ ts: 1577572987826, e: "to fight, bump into" },// جنګېدل - to fight, battle, war, to bump or crash into
{ ts: 1527818535, e: "to hang" },// ځړېدل - to hang, to be hung, to be lowered
{ ts: 1527812273, e: "to shine" },// ځلېدل - to shine, glow, glitter
{ ts: 1577921634357, e: "to be delayed" },// ځنډېدل - to be delayed, postponed, held back, detained
{ ts: 1527814025, e: "to climb" },// ختل - to climb, ascend, rise, go up; to fall out, to fall off, to leave/dissapear; to turn out to be ...
{ ts: 1527823376, e: "to go out" },// وتل - to go out
{ ts: 1527814433, e: "to shake" },// خوځېدل - to shake, tremble, wiggle, move, vibrate
{ ts: 1527818980, e: "to shake" },// رپېدل - to quiver, shake, flutter, shiver
{ ts: 1578191534500, e: "to have mercy" },// رحمېدل - to have mercy on, to have compassion on
{ ts: 1527813573, e: "to arrive" },// رسېدل - reach, arrive; (fig.) understand, attain to; mature, ripen
{ ts: 1527813837, e: "to burn" },// سوځېدل - to burn
{ ts: 1527814597, e: "to be ashamed" },// شرمېدل - to be ashamed, to be embarrassed, to be shy
{ ts: 1527821558, e: "to break apart" },// شړېدل - to be decomposed, break down, fall apart; to be boiled soft (meat)
{ ts: 1527811516, e: "to be torn" },// شلېدل - to be torn, broken, rent, broken, severed
{ ts: 1527812615, e: "to stretch out" },// غځېدل - stretch out, lie, be extended, expand
{ ts: 1527813680, e: "to speak" },// غږېدل - to converse, speak, talk, sing
{ ts: 1527814867, e: "to fall" },// غورځېدل - to jump, leap, fall
{ ts: 1527823696, e: "to be deceived" },// غولېدل - to be deceived, cheated, fooled
{ ts: 1527812759, e: "to sit down" },// کېناستل - to sit
{ ts: 1527812645, e: "to walk around" },// ګرځېدل - to walk, wander, turn about; to become, to be
{ ts: 1527814430, e: "to tremble" },// لړزېدل - to shake, shudder, tremble, vibrate
{ ts: 1527814085, e: "to touch" },// لګېدل - to be busy or in motion, to be spent, to flare up, to hit, crash, touch, to suit / fit / conform, to seem
{ ts: 1527813994, e: "to fall" },// لوېدل - to fall, to tumble, go down, settle
{ ts: 1527823019, e: "to be afraid" },// وېرېدل - to be afraid, scared, to fear
{ ts: 1581086654898, e: "to become" },// کېدل - to become _____
{ ts: 1527812754, e: "to happen" },// کېدل - to happen, occur
{ ts: 1527815348, e: "to go" },// تلل - to go
{ ts: 1527815216, e: "to come" },// راتلل - to come
{ ts: 1527819674, e: "to lie down" },// څملاستل - to lie down
1527813473,// الوتل - to fly
1527814012,// اوښتل - to pass over, overturn, be flipped over, spill over, shift, change, diverge, pass, cross, abandon
1527822843,// برېښېدل - to appear, seem; to shine, sparkle; to smart, have a pricking pain
1527815183,// پوهېدل - to understand (to do the act of understanding)
1527816495,// تښتېدل - to run off, escape, flee
1527813022,// ټوخېدل - to cough
1527817259,// پرېوتل - to fall
1577572987826,// جنګېدل - to fight, battle, war, to bump or crash into
1527818535,// ځړېدل - to hang, to be hung, to be lowered
1527812273,// ځلېدل - to shine, glow, glitter
1577921634357,// ځنډېدل - to be delayed, postponed, held back, detained
1527814025,// ختل - to climb, ascend, rise, go up; to fall out, to fall off, to leave/dissapear; to turn out to be ...
1527823376,// وتل - to go out
1527814433,// خوځېدل - to shake, tremble, wiggle, move, vibrate
1527818980,// رپېدل - to quiver, shake, flutter, shiver
1578191534500,// رحمېدل - to have mercy on, to have compassion on
1527813573,// رسېدل - reach, arrive; (fig.) understand, attain to; mature, ripen
1527813837,// سوځېدل - to burn
1527814597,// شرمېدل - to be ashamed, to be embarrassed, to be shy
1527821558,// شړېدل - to be decomposed, break down, fall apart; to be boiled soft (meat)
1527811516,// شلېدل - to be torn, broken, rent, broken, severed
1527812615,// غځېدل - stretch out, lie, be extended, expand
1527813680,// غږېدل - to converse, speak, talk, sing
1527814867,// غورځېدل - to jump, leap, fall
1527823696,// غولېدل - to be deceived, cheated, fooled
1527812759,// کېناستل - to sit
1527812645,// ګرځېدل - to walk, wander, turn about; to become, to be
1527814430,// لړزېدل - to shake, shudder, tremble, vibrate
1527814085,// لګېدل - to be busy or in motion, to be spent, to flare up, to hit, crash, touch, to suit / fit / conform, to seem
1527813994,// لوېدل - to fall, to tumble, go down, settle
1527823019,// وېرېدل - to be afraid, scared, to fear
1581086654898,// کېدل - to become _____
1527812754,// کېدل - to happen, occur
1527815348,// تلل - to go
1527815216,// راتلل - to come
1527819674,// څملاستل - to lie down
]

View File

@ -7,73 +7,73 @@
*/
module.exports = [
{ ts: 1527814617, e: "to take", ec: ["take", "takes", "taking", "took", "taken"] }, // نیول - to take
{ ts: 1527811872, e: "to put on", ec: ["put", "puts", "putting", "put", "put"] }, // اچول - to put, pour, drop, throw, put on
{ ts: 1527817298, e: "to take", ec: ["take", "takes", "taking", "took", "taken"] }, // اخیستل - to take, buy, purchase, receive; to shave, cut with scissors
{ ts: 1527816127, e: "to turn over" }, // اړول - to turn over, flip over; convert, change; to move over to, establish oneself in a new spot; divert, turn away, hijack
{ ts: 1527811605, e: "to test", ec: ["test", "tests", "testing", "tested", "tested"] }, // ازمویل - to attempt, try; to experiment, test
{ ts: 1527812458, e: "to send", ec: ["send", "sends", "sending", "sent", "sent"] },// استول - to send
{ ts: 1527811397, e: "to wear", ec: ["wear", "wears", "wearing", "worn", "worn"] },// اغوستل - to wear, to put on (clothes)
{ ts: 1527816125, e: "to make fly" },// الوزول - to make fly, to toss, to release (birds); to blow up
{ ts: 1527816146, e: "to take out" },// ایستل - to throw out, discard, chuck, toss; to extract, to take out
{ ts: 1527817786, e: "to forgive", ec: ["forgive", "forgives", "forgiving", "forgave", "forgiven"] },// بخښل - to forgive, to pardon
{ ts: 1527816092, e: "to call, deem, consider", ec: ["deem", "deems", "deeming", "deemed", "deemed"] },// بلل - to call, invite; to consider, deem
{ ts: 1577389204616, e: "to open", ec: ["open", "opens", "opening", "opened", "opened" ] }, // پرانیستل - to open; to undo; to initiate
{ ts: 1527816874, e: "to sell" },// پلورل - to sell
{ ts: 1527815190, e: "to quit" },// پرېښودل - to quit
{ ts: 1527815216, e: "to come" },// راتلل - to come
{ ts: 1527812284, e: "to put" },// کېښودل - to put
{ ts: 1577394422280, e: "to make understand" },// پوهول - to explain, to try to make understand
{ ts: 1527815165, e: "to recognize" },// پېژندل - to recognize, know, meet
{ ts: 1527813405, e: "to tie" },// تړل - to connect, tie, bind, close
{ ts: 1527813394, e: "to select, appoint" },// ټاکل - to select, appoint
{ ts: 1527813755, e: "to bother" },// ځورول - to bother, irritate, torture, distress, vex, grind on
{ ts: 1527814586, e: "to drive" },// چلول - to drive, operate, handle, put forward, circulate
{ ts: 1527816564, e: "to bite" },// چیچل - to bite, chew, grind (teeth), clench (teeth), sting
{ ts: 1527812790, e: "to eat" },// خوړل - to eat, to bite
{ ts: 1527815489, e: "to bite" },// داړل - to bite, tear, gnaw
{ ts: 1527813572, e: "to deliver" },// رسول - to deliver, to make arrive, provide, send, supply, bring to,
{ ts: 1527816064, e: "to endure" },// زغمل - to endure, bear, tolerate, take on, digest
{ ts: 1527813637, e: "to praise" },// ستایل - to praise, commend, glorify, mention
{ ts: 1527817750, e: "to drink" },// سکل - to drink
{ ts: 1527814596, e: "to shame" },// شرمول - to shame, to disgrace, to dishonor
{ ts: 1527814908, e: "to drive out" },// شړل - to drive out, fire, evict, push out
{ ts: 1527815531, e: "to tear" },// شکول - to tear, to break of, to dig up, to pull out
{ ts: 1527815296, e: "to count" },// شمارل - to count
{ ts: 1527815273, e: "to count" },// شمېرل - to count
{ ts: 1527811293, e: "to show" },// ښودل - to show; to teach; to suit, look good with (fig.), befit
{ ts: 1527817865, e: "to extend" },// غځول - to extend, to stretch out, to expand
{ ts: 1527815886, e: "to condemn" },// غندل - to condemn, reproach, to criticize
{ ts: 1527816122, e: "to throw" },// غورځول - to throw, hurl, fling
{ ts: 1527812627, e: "to want" },// غوښتل - to want, to request
{ ts: 1527819301, e: "to deceive" },// غولول - to deceive, cheat, fool
{ ts: 1527813568, e: "to use" },// کارول - to use, utilize
{ ts: 1527816300, e: "to sow, plant" },// کرل - to sow, to plant
{ ts: 1527817577, e: "to put" },// کښېښودل - to put, to put down, to set in place
{ ts: 1527811289, e: "to seat" },// کېنول - to seat, to make or have someone sit down
{ ts: 1527817661, e: "to endure" },// ګالل - to bear up under (diffucult things), to suffer, to take, to endure
{ ts: 1527812649, e: "to win, earn" },// ګټل - to earn (money), to win
{ ts: 1527812612, e: "to sew" },// ګنډل - to sew, mend, make, knit
{ ts: 1527812000, e: "to consider" },// ګڼل - to count, consider, reckon, suppose, assume
{ ts: 1527812873, e: "to read" },// لوستل - to read, study
{ ts: 1527812869, e: "to search" },// لټول - to search, seek
{ ts: 1527813866, e: "to send" },// لېږل - to send
{ ts: 1527812856, e: "to write" },// لیکل - to write
{ ts: 1527815085, e: "to accept" },// منل - to accept, to believe
{ ts: 1527815399, e: "to hit" },// وهل - to hit
{ ts: 1527823020, e: "to scare" },// وېرول - to make afraid, to scare, to make fear
{ ts: 1527811701, e: "to divide" },// وېشل - divide, distribute, share
{ ts: 1579015359582, e: "to make ____ ____" },// کول - to make ____ ____ (as in "He's making me angry.")
{ ts: 1527812752, e: "to do" },// کول - to do (an action or activity)
{ ts: 1527816865, e: "to bring" },// وړل
{ ts: 1527815214, e: "to bring" },// راوړل - to bring
{ ts: 1527819827, e: "to bring" },// راوستل - to bring
{ ts: 1527812507, e: "to take/bring" }, // بوتلل - to take
1527814617, // نیول - to take
1527811872, // اچول - to put, pour, drop, throw, put on
1527817298, // اخیستل - to take, buy, purchase, receive; to shave, cut with scissors
1527816127, // اړول - to turn over, flip over; convert, change; to move over to, establish oneself in a new spot; divert, turn away, hijack
1527811605, // ازمویل - to attempt, try; to experiment, test
1527812458,// استول - to send
1527811397,// اغوستل - to wear, to put on (clothes)
1527816125,// الوزول - to make fly, to toss, to release (birds); to blow up
1527816146,// ایستل - to throw out, discard, chuck, toss; to extract, to take out
1527817786,// بخښل - to forgive, to pardon
1527816092,// بلل - to call, invite; to consider, deem
1577389204616, // پرانیستل - to open; to undo; to initiate
1527816874,// پلورل - to sell
1527815190,// پرېښودل - to quit
1527815216,// راتلل - to come
1527812284,// کېښودل - to put
1577394422280,// پوهول - to explain, to try to make understand
1527815165,// پېژندل - to recognize, know, meet
1527813405,// تړل - to connect, tie, bind, close
1527813394,// ټاکل - to select, appoint
1527813755,// ځورول - to bother, irritate, torture, distress, vex, grind on
1527814586,// چلول - to drive, operate, handle, put forward, circulate
1527816564,// چیچل - to bite, chew, grind (teeth), clench (teeth), sting
1527812790,// خوړل - to eat, to bite
1527815489,// داړل - to bite, tear, gnaw
1527813572,// رسول - to deliver, to make arrive, provide, send, supply, bring to,
1527816064,// زغمل - to endure, bear, tolerate, take on, digest
1527813637,// ستایل - to praise, commend, glorify, mention
1527817750,// سکل - to drink
1527814596,// شرمول - to shame, to disgrace, to dishonor
1527814908,// شړل - to drive out, fire, evict, push out
1527815531,// شکول - to tear, to break of, to dig up, to pull out
1527815296,// شمارل - to count
1527815273,// شمېرل - to count
1527811293,// ښودل - to show; to teach; to suit, look good with (fig.), befit
1527817865,// غځول - to extend, to stretch out, to expand
1527815886,// غندل - to condemn, reproach, to criticize
1527816122,// غورځول - to throw, hurl, fling
1527812627,// غوښتل - to want, to request
1527819301,// غولول - to deceive, cheat, fool
1527813568,// کارول - to use, utilize
1527816300,// کرل - to sow, to plant
1527817577,// کښېښودل - to put, to put down, to set in place
1527811289,// کېنول - to seat, to make or have someone sit down
1527817661,// ګالل - to bear up under (diffucult things), to suffer, to take, to endure
1527812649,// ګټل - to earn (money), to win
1527812612,// ګنډل - to sew, mend, make, knit
1527812000,// ګڼل - to count, consider, reckon, suppose, assume
1527812873,// لوستل - to read, study
1527812869,// لټول - to search, seek
1527813866,// لېږل - to send
1527812856,// لیکل - to write
1527815085,// منل - to accept, to believe
1527815399,// وهل - to hit
1527823020,// وېرول - to make afraid, to scare, to make fear
1527811701,// وېشل - divide, distribute, share
1579015359582,// کول - to make ____ ____ (as in "He's making me angry.")
1527812752,// کول - to do (an action or activity)
1527816865,// وړل
1527815214,// راوړل - to bring
1527819827,// راوستل - to bring
1527812507, // بوتلل - to take
// also grammatically transitive
{ ts: 1527812275, e: "to see" },// لیدل - to see
{ ts: 1577049208257, e: "to hear" },// اورېدل - to hear
{ ts: 1527812362, e: "to declare" },// فرمایل - to declare
{ ts: 1527812751, e: "to look" },// کتل - to look
{ ts: 1527815396, e: "to say" },// وایل - to say
{ ts: 1527817013, e: "to say" },// ویل - to say
1527812275,// لیدل - to see
1577049208257,// اورېدل - to hear
1527812362,// فرمایل - to declare
1527812751,// کتل - to look
1527815396,// وایل - to say
1527817013,// ویل - to say
]

View File

@ -1,4 +1,4 @@
module.exports = [
{ ts: 1527819253 },
{ ts: 1527812566 },
1527819253, // shUroo kawul
1527812566, // doka kawul
];

View File

@ -1,389 +1,131 @@
module.exports = [
{
"ts": 1588760879818
},
{
"ts": 1577223176187
},
{
"ts": 1527814793
},
{
"ts": 1527820761
},
{
"ts": 1527818887
},
{
"ts": 1527821797
},
{
"ts": 1527822931
},
{
"ts": 1588853804403
},
{
"ts": 1527813033
},
{
"ts": 1527812404
},
{
"ts": 1527814231
},
{
"ts": 1527815729
},
{
"ts": 1527813842
},
{
"ts": 1527815032
},
{
"ts": 1588781671306
},
{
"ts": 1527817582
},
{
"ts": 1527815844
},
{
"ts": 1588073731662
},
{
"ts": 1527813895
},
{
"ts": 1527812011
},
{
"ts": 1581906176268
},
{
"ts": 1584689265872
},
{
"ts": 1583269419054
},
{
"ts": 1527814169
},
{
"ts": 1577394057681
},
{
"ts": 1527815170
},
{
"ts": 1581189978440
},
{
"ts": 1527815167
},
{
"ts": 1591872442272
},
{
"ts": 1527815324
},
{
"ts": 1577398809240
},
{
"ts": 1582391432928
},
{
"ts": 1580755448566
},
{
"ts": 1527821367
},
{
"ts": 1527814905
},
{
"ts": 1527821358
},
{
"ts": 1527823430
},
{
"ts": 1577501138221
},
{
"ts": 1527814919
},
{
"ts": 1579644515886
},
{
"ts": 1577571228633
},
{
"ts": 1577571096956
},
{
"ts": 1577571391494
},
{
"ts": 1589019870271
},
{
"ts": 1585310006948
},
{
"ts": 1527816202
},
{
"ts": 1527821166
},
{
"ts": 1527816943
},
{
"ts": 1527812713
},
{
"ts": 1577905544406
},
{
"ts": 1527812522
},
{
"ts": 1527811694
},
{
"ts": 1588783381414
},
{
"ts": 1527814126
},
{
"ts": 1588426001132
},
{
"ts": 1527819313
},
{
"ts": 1527816079
},
{
"ts": 1527811394
},
{
"ts": 1577900112011
},
{
"ts": 1527814184
},
{
"ts": 1577898920635
},
{
"ts": 1527818360
},
{
"ts": 1527814173
},
{
"ts": 1527817114
},
{
"ts": 1527812812
},
{
"ts": 1527816735
},
{
"ts": 1527815784
},
{
"ts": 1577059043220
},
{
"ts": 1527817671
},
{
"ts": 1527817257
},
{
"ts": 1527816895
},
{
"ts": 1527818346
},
{
"ts": 1527815734
},
{
"ts": 1585474304911
},
{
"ts": 1527823278
},
{
"ts": 1527812410
},
{
"ts": 1527815236
},
{
"ts": 1527817576
},
{
"ts": 1566120362058
},
{
"ts": 1527817668
},
{
"ts": 1591033069786
},
{
"ts": 1527816404
},
{
"ts": 1591782112190
},
{
"ts": 1527811948
},
{
"ts": 1589883893191
},
{
"ts": 1527820128
},
{
"ts": 1527814077
},
{
"ts": 1577057620783
},
{
"ts": 1585475932743
},
{
"ts": 1527814972
},
{
"ts": 1527821483
},
{
"ts": 1578607410634
},
{
"ts": 1578683722262
},
{
"ts": 1527823367
},
{
"ts": 1578705585960
},
{
"ts": 1588074081731
},
{
"ts": 1527811848
},
{
"ts": 1578769047886
},
{
"ts": 1578769553469
},
{
"ts": 1527811975
},
{
"ts": 1573149364576
},
{
"ts": 1527814821
},
{
"ts": 1527819155
},
{
"ts": 1579034600343
},
{
"ts": 1588152260378
},
{
"ts": 1527817122
},
{
"ts": 1527817119
},
{
"ts": 1527813947
},
{
"ts": 1527811901
},
{
"ts": 1527814560
},
{
"ts": 1527820885
},
{
"ts": 1579295191646
},
{
"ts": 1579295944312
},
{
"ts": 1527812920
},
{
"ts": 1579387693725
},
{
"ts": 1527815573
},
{
"ts": 1527811761
},
{
"ts": 1527820482
},
{
"ts": 1527817763
},
{
"ts": 1579721195157
},
{
"ts": 1527817238
},
{
"ts": 1589640142987
},
{
"ts": 1588153594269
},
{
"ts": 1527812005
},
{
"ts": 1576947352743
},
{
"ts": 1527819292
},
{
"ts": 1527812941
},
{
"ts": 1527814768
},
{
"ts": 1579824223049
}
1588760879818,
1577223176187,
1527814793,
1527820761,
1527818887,
1527821797,
1527822931,
1588853804403,
1527813033,
1527812404,
1527814231,
1527815729,
1527813842,
1527815032,
1588781671306,
1527817582,
1527815844,
1588073731662,
1527813895,
1527812011,
1581906176268,
1584689265872,
1583269419054,
1527814169,
1577394057681,
1527815170,
1581189978440,
1527815167,
1591872442272,
1527815324,
1577398809240,
1582391432928,
1580755448566,
1527821367,
1527814905,
1527821358,
1527823430,
1577501138221,
1527814919,
1579644515886,
1577571228633,
1577571096956,
1577571391494,
1589019870271,
1585310006948,
1527816202,
1527821166,
1527816943,
1527812713,
1577905544406,
1527812522,
1527811694,
1588783381414,
1527814126,
1588426001132,
1527819313,
1527816079,
1527811394,
1577900112011,
1527814184,
1577898920635,
1527818360,
1527814173,
1527817114,
1527812812,
1527816735,
1527815784,
1577059043220,
1527817671,
1527817257,
1527816895,
1527818346,
1527815734,
1585474304911,
1527823278,
1527812410,
1527815236,
1527817576,
1566120362058,
1527817668,
1591033069786,
1527816404,
1591782112190,
1527811948,
1589883893191,
1527820128,
1527814077,
1577057620783,
1585475932743,
1527814972,
1527821483,
1578607410634,
1578683722262,
1527823367,
1578705585960,
1588074081731,
1527811848,
1578769047886,
1578769553469,
1527811975,
1573149364576,
1527814821,
1527819155,
1579034600343,
1588152260378,
1527817122,
1527817119,
1527813947,
1527811901,
1527814560,
1527820885,
1579295191646,
1579295944312,
1527812920,
1579387693725,
1527815573,
1527811761,
1527820482,
1527817763,
1579721195157,
1527817238,
1589640142987,
1588153594269,
1527812005,
1576947352743,
1527819292,
1527812941,
1527814768,
1579824223049,
];

View File

@ -1,230 +1,62 @@
module.exports = [
{
"ts": 1527819182,
},
{
"ts": 1527812403
},
{
"ts": 1577299232429
},
{
"ts": 1527815728
},
{
"ts": 1527821309
},
{
"ts": 1527821309
},
{
"ts": 1527815843
},
{
"ts": 1588073727998
},
{
"ts": 1527812010
},
{
"ts": 1527820144
},
{
"ts": 1584689306281
},
{
"ts": 1583269391864
},
{
"ts": 1577394118297
},
{
"ts": 1571859113828
},
{
"ts": 1527812385
},
{
"ts": 1581189437955
},
{
"ts": 1527820021
},
{
"ts": 1591872434020
},
{
"ts": 1527815323
},
{
"ts": 1527812388
},
{
"ts": 1580754885011
},
{
"ts": 1527821357
},
{
"ts": 1577501129214
},
{
"ts": 1527822697
},
{
"ts": 1579908304357
},
{
"ts": 1579644522321
},
{
"ts": 1527815731
},
{
"ts": 1589019863017
},
{
"ts": 1527816201
},
{
"ts": 1527821167
},
{
"ts": 1527816945
},
{
"ts": 1527816947
},
{
"ts": 1527812712
},
{
"ts": 1527817455
},
{
"ts": 1527815074
},
{
"ts": 1527811693
},
{
"ts": 1527816239
},
{
"ts": 1527811395
},
{
"ts": 1527812222
},
{
"ts": 1527814183
},
{
"ts": 1577898915919
},
{
"ts": 1592303701516
},
{
"ts": 1527814174
},
{
"ts": 1527812811
},
{
"ts": 1527813502
},
{
"ts": 1527811432
},
{
"ts": 1527813665
},
{
"ts": 1527817258
},
{
"ts": 1527823503
},
{
"ts": 1527818347
},
{
"ts": 1527823277
},
{
"ts": 1527813179
},
{
"ts": 1591033078746
},
{
"ts": 1527813065
},
{
"ts": 1527811949
},
{
"ts": 1589883890933
},
{
"ts": 1527814493
},
{
"ts": 1527823133
},
{
"ts": 1527823366
},
{
"ts": 1527820386
},
{
"ts": 1527814819
},
{
"ts": 1579034597012
},
{
"ts": 1588152253147
},
{
"ts": 1527817121
},
{
"ts": 1527817118
},
{
"ts": 1527814350
},
{
"ts": 1527816012
},
{
"ts": 1579387733916
},
{
"ts": 1527817762
},
{
"ts": 1589640176788
},
{
"ts": 1527812004
},
{
"ts": 1579724723019
},
{
"ts": 1579822065104
},
{
"ts": 1527816559
},
{
"ts": 1527813556
},
{
"ts": 1527815444
}
]
1527819182,
1527812403,
1577299232429,
1527815728,
1527821309,
1527821309,
1527815843,
1588073727998,
1527812010,
1527820144,
1584689306281,
1583269391864,
1577394118297,
1571859113828,
1527812385,
1581189437955,
1527820021,
1591872434020,
1527815323,
1527812388,
1580754885011,
1527821357,
1577501129214,
1527822697,
1579908304357,
1579644522321,
1527815731,
1589019863017,
1527816201,
1527821167,
1527816945,
1527816947,
1527812712,
1527817455,
1527815074,
1527811693,
1527816239,
1527811395,
1527812222,
1527814183,
1577898915919,
1592303701516,
1527814174,
1527812811,
1527813502,
1527811432,
1527813665,
1527817258,
1527823503,
1527818347,
1527823277,
1527813179,
1591033078746,
1527813065,
1527811949,
1589883890933,
1527814493,
1527823133,
1527823366,
1527820386,
];

View File

@ -7,6 +7,8 @@ import {
} from "@lingdocs/pashto-inflector";
import { categorize } from "../lib/categorize";
// TODO: BIG ISSUE WITH THE LOC ADVERBS BEING LUMPED INTO THE ADVERBS!
const words = categorize<T.Entry, {
nouns: T.NounEntry[],
adjectives: T.AdjectiveEntry[],