From 990b87f67d3bfe3a70020d49e1dbdc4a3036675b Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 24 Sep 2021 21:24:11 +0200 Subject: Random fixes --- database.json | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/database.json b/database.json index 0dafa83..d058a70 100644 --- a/database.json +++ b/database.json @@ -1,5 +1,5 @@ { - "_version": "4.1", + "_version": "4.2", "_name": "Metroz Official Specification", "phrases": [ @@ -8,6 +8,11 @@ "mt": " ac ", "fact": "'ac' is a generic greetings word" }, + { + "en": " have ", + "mt": " jit ", + "fact": null + }, { "en": " playing ", "mt": " bi ada ", @@ -333,11 +338,21 @@ "mt": " paz ", "fact": null }, + { + "en": " schools ", + "mt": " di saip ", + "fact": null + }, { "en": " school ", "mt": " saip ", "fact": null }, + { + "en": " words ", + "mt": " di sobas ", + "fact": null + }, { "en": " word ", "mt": " sobas ", @@ -348,6 +363,11 @@ "mt": " sou ", "fact": null }, + { + "en": " videos ", + "mt": " di sou ", + "fact": null + }, { "en": " maybe ", "mt": " tert ", @@ -358,6 +378,11 @@ "mt": " tif ", "fact": null }, + { + "en": " books ", + "mt": " di tins ", + "fact": null + }, { "en": " book ", "mt": " tins ", @@ -519,15 +544,30 @@ "fact": "'doz' refers to a single person, while 'tiyuva' refer to multiple people" }, { - "en": " their ", + "en": " them ", "mt": " tovopar ", "fact": "'tovopar' refers to a single person, while 'yekuva' refer to multiple people" }, { - "en": " them ", + "en": " their ", "mt": " tovopar ", "fact": "'tovopar' refers to a single person, while 'yekuva' refer to multiple people" }, + { + "en": " they ", + "mt": " tiuva ", + "fact": "'tiyuva' refers to multiple people, while 'doz' refer to a single person" + }, + { + "en": " them ", + "mt": " yekuva ", + "fact": "'yekuva' refers to multiple people, while 'tovopar' refer to a single person" + }, + { + "en": " their ", + "mt": " yekuva ", + "fact": "'yekuva' refers to multiple people, while 'tovopar' refer to a single person" + }, { "en": " it ", "mt": " doz ", @@ -803,6 +843,11 @@ "mt": " di trivu ", "fact": null }, + { + "en": " i ", + "mt": " dou ", + "fact": null + }, { "en": " me ", "mt": " dou ", @@ -818,11 +863,6 @@ "mt": " luv ", "fact": null }, - { - "en": " i ", - "mt": " dou ", - "fact": null - }, { "en": " metroz ", "mt": " metrez ", -- cgit