diff options
author | Minteck <nekostarfan@gmail.com> | 2021-09-24 21:24:11 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-09-24 21:24:11 +0200 |
commit | 990b87f67d3bfe3a70020d49e1dbdc4a3036675b (patch) | |
tree | 0f608a89c83975b2b4c5daaa6bf5673cb3828ce5 | |
parent | a8227301e90476e7290cac95e91d8138a99c1147 (diff) | |
download | metranslator-api-990b87f67d3bfe3a70020d49e1dbdc4a3036675b.tar.gz metranslator-api-990b87f67d3bfe3a70020d49e1dbdc4a3036675b.tar.bz2 metranslator-api-990b87f67d3bfe3a70020d49e1dbdc4a3036675b.zip |
Random fixes
-rw-r--r-- | database.json | 56 |
1 files 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": [ @@ -9,6 +9,11 @@ "fact": "'ac' is a generic greetings word" }, { + "en": " have ", + "mt": " jit ", + "fact": null + }, + { "en": " playing ", "mt": " bi ada ", "fact": null @@ -334,11 +339,21 @@ "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 ", "fact": null @@ -349,6 +364,11 @@ "fact": null }, { + "en": " videos ", + "mt": " di sou ", + "fact": null + }, + { "en": " maybe ", "mt": " tert ", "fact": null @@ -359,6 +379,11 @@ "fact": null }, { + "en": " books ", + "mt": " di tins ", + "fact": null + }, + { "en": " book ", "mt": " tins ", "fact": null @@ -519,16 +544,31 @@ "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 ", "fact": null @@ -804,6 +844,11 @@ "fact": null }, { + "en": " i ", + "mt": " dou ", + "fact": null + }, + { "en": " me ", "mt": " dou ", "fact": null @@ -819,11 +864,6 @@ "fact": null }, { - "en": " i ", - "mt": " dou ", - "fact": null - }, - { "en": " metroz ", "mt": " metrez ", "fact": null |