From 68cc0a23a9e1049b08455741740ab619801ee32b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 10:27:36 -0400 Subject: [PATCH 001/168] Tue Apr 20 2021 10:27:36 GMT-0400 (SA Western Standard Time) --- LICENSE.md | 29 +++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..98f733d7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,29 @@ + +# License +## Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) + +This is a human-readable summary of (and not a substitute for) the full license found at http://creativecommons.org/licenses/by-sa/4.0/. + +### You are free to: + + * **Share** — copy and redistribute the material in any medium or format + * **Adapt** — remix, transform, and build upon the material + +for any purpose, even commercially. + +The licensor cannot revoke these freedoms as long as you follow the license terms. + +### Under the following conditions: + + * **Attribution** — You must attribute the work as follows: "Original work available at https://door43.org/." Attribution statements in derivative works should not in any way suggest that we endorse you or your use of this work. + * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. + +**No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. + +### Notices: + +You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. + +No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. + +This PDF was generated using Prince (https://www.princexml.com/). diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..53c5592b --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "5" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "rev", + "name": "Revelation" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From ac542736c3620f78b3f2dc6e6896f8b69366dc14 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 10:28:48 -0400 Subject: [PATCH 002/168] Tue Apr 20 2021 10:28:48 GMT-0400 (SA Western Standard Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 53c5592b..97c20eee 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "es-419", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2019-10-09T00:00:00+00:00", + "version": "1.4" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 43d151f6840d217262d67497f4aed43a67a623f8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 10:30:24 -0400 Subject: [PATCH 003/168] Tue Apr 20 2021 10:30:24 GMT-0400 (SA Western Standard Time) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 97c20eee..870b65fd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,8 @@ "build": "5" }, "target_language": { - "id": "es-419", - "name": "Español Latin America", + "id": "tzh-x-oxchuctzeltal", + "name": "Tzeltal de Oxchuc", "direction": "ltr" }, "project": { From 9c2524766bb67094860bf814809a52da7b43b3c6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 10:59:33 -0400 Subject: [PATCH 004/168] Tue Apr 20 2021 10:59:32 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 1 + manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 21/01.txt diff --git a/21/01.txt b/21/01.txt new file mode 100644 index 00000000..ecee6f82 --- /dev/null +++ b/21/01.txt @@ -0,0 +1 @@ +\c 21 Ta patil la jkil jun ch'ulchan \ No newline at end of file diff --git a/manifest.json b/manifest.json index 870b65fd..7b3f21e2 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "PEDRO JESUS MENDEZ LOPEZ" + ], "finished_chunks": [] } \ No newline at end of file From b94860d1cf856eef2039fff03acc4bf5fcacf349 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:05:33 -0400 Subject: [PATCH 005/168] Tue Apr 20 2021 11:05:32 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index ecee6f82..d9e07d2c 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 Ta patil la jkil jun ch'ulchan \ No newline at end of file +\c 21 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, \ No newline at end of file From c9c955d45db34de29ce1f07aef439f60cfe10afa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:07:33 -0400 Subject: [PATCH 006/168] Tue Apr 20 2021 11:07:32 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index d9e07d2c..1fa3917c 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, \ No newline at end of file +\c 21 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te \ No newline at end of file From 62072854148c8db07d6b350f434d94d64f50419e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:13:33 -0400 Subject: [PATCH 007/168] Tue Apr 20 2021 11:13:32 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 1fa3917c..76b139f1 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te \ No newline at end of file From 3f06f500d97aae09ed247963f1708426231b63e0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:33:42 -0400 Subject: [PATCH 008/168] Tue Apr 20 2021 11:33:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 76b139f1..233e2b97 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jiliki \ No newline at end of file From 7f3c1c29de60b57c5a00621a6c0eb9930246a28b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:35:42 -0400 Subject: [PATCH 009/168] Tue Apr 20 2021 11:35:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 233e2b97..e570b8ab 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jiliki \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, \ No newline at end of file From d60becc001994af857be5ece2563891340de0746 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:39:42 -0400 Subject: [PATCH 010/168] Tue Apr 20 2021 11:39:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index e570b8ab..4947d91c 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, \ No newline at end of file From 053dabfd8ded6a3fb0bc3815ed55f8d0306a239f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:41:42 -0400 Subject: [PATCH 011/168] Tue Apr 20 2021 11:41:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index 4947d91c..e2c5a8a4 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp \ No newline at end of file From c0c3a47586bb511ac4021ed538dae7c2abed6ccd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:43:42 -0400 Subject: [PATCH 012/168] Tue Apr 20 2021 11:43:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/01.txt b/21/01.txt index e2c5a8a4..a95d9d5c 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale \ No newline at end of file From 7beed671bd45fa27146f1a2da1ba45c625688adc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:47:42 -0400 Subject: [PATCH 013/168] Tue Apr 20 2021 11:47:41 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 21/03.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 21/03.txt diff --git a/21/01.txt b/21/01.txt index a95d9d5c..c7bd8b4a 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale \ No newline at end of file +\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file diff --git a/21/03.txt b/21/03.txt new file mode 100644 index 00000000..aabcded3 --- /dev/null +++ b/21/03.txt @@ -0,0 +1 @@ +Laj jka \ No newline at end of file From 6eeb82002478fb6484fb86afc7d7f6f6eb9c6ed9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:49:42 -0400 Subject: [PATCH 014/168] Tue Apr 20 2021 11:49:41 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index aabcded3..b542ad74 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Laj jka \ No newline at end of file +Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: "{":? ilawilik \ No newline at end of file From d684b2bf345e189efb7ef86007976931648d7ec0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:51:42 -0400 Subject: [PATCH 015/168] Tue Apr 20 2021 11:51:41 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index b542ad74..d623d2a7 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: "{":? ilawilik \ No newline at end of file +Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " ilawilik \ No newline at end of file From 097c7050a3371a593608d387778b5f3161baa2d3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:53:42 -0400 Subject: [PATCH 016/168] Tue Apr 20 2021 11:53:41 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index d623d2a7..86194cf7 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " ilawilik \ No newline at end of file +Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " awilik \ No newline at end of file From c654c6051db522e33746ae7c5c012f62e01d2004 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:56:15 -0400 Subject: [PATCH 017/168] Tue Apr 20 2021 11:56:15 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 86194cf7..6819728d 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " awilik \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " awilik \ No newline at end of file From f499e50cf0f26a9750b4c5f68e107fa7fdc300c3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 11:59:54 -0400 Subject: [PATCH 018/168] Tue Apr 20 2021 11:59:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 6819728d..ade79256 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " awilik \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! \ No newline at end of file From 595377a3595b3fed4913d7ec1a1f01496fc94529 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:01:54 -0400 Subject: [PATCH 019/168] Tue Apr 20 2021 12:01:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index ade79256..34571a2e 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. \ No newline at end of file From 9b05aa07812205f9ce0c964d597c7200913192c7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:03:54 -0400 Subject: [PATCH 020/168] Tue Apr 20 2021 12:03:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 34571a2e..cd12ea47 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok te Diose \ No newline at end of file From 906a97a7200b33287af7cffd157eac4da0b25bbb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:05:54 -0400 Subject: [PATCH 021/168] Tue Apr 20 2021 12:05:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index cd12ea47..84cd69c4 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok te Diose \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok te Diose ya me x-ain sok sok ja' me Dios \ No newline at end of file From 8628546038fc8d5af2d5bdf3e62b39d4fd165fda Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:07:54 -0400 Subject: [PATCH 022/168] Tue Apr 20 2021 12:07:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 84cd69c4..df5f2488 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok te Diose ya me x-ain sok sok ja' me Dios \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me x-ain le'a te Diose ya me x-ain sok sok ja' me Dios \ No newline at end of file From cc083aa51f90011fbe3fe734037e1c76502ef3d4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:13:54 -0400 Subject: [PATCH 023/168] Tue Apr 20 2021 12:13:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index df5f2488..4c62c300 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me x-ain le'a te Diose ya me x-ain sok sok ja' me Dios \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich' \ No newline at end of file From b5fd5810fbfeb83f1b8eb279b150feea0fc129a0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:15:54 -0400 Subject: [PATCH 024/168] Tue Apr 20 2021 12:15:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 4c62c300..3b5a112f 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich' \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitik sok mayukix lajel le'a, sok mayukix \ No newline at end of file From 4c43de775ea08b19e9b69f487e6b966ebc0e509f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:17:54 -0400 Subject: [PATCH 025/168] Tue Apr 20 2021 12:17:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 3b5a112f..0ebbe650 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitik sok mayukix lajel le'a, sok mayukix \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, sok mayukix \ No newline at end of file From f5cf920398ef6cb04c39e130de44a5341f3584fc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:21:54 -0400 Subject: [PATCH 026/168] Tue Apr 20 2021 12:21:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 0ebbe650..ba29c194 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, sok mayukix \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, sok mayukix wokolil, sok mayukix \ No newline at end of file From 252a336aa7b25a9ca031d8b66ff44bd83e9bd6cd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:23:54 -0400 Subject: [PATCH 027/168] Tue Apr 20 2021 12:23:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index ba29c194..4d5f7412 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, sok mayukix wokolil, sok mayukix \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix \ No newline at end of file From 7a2724a0bc72a7643a9be723a64db72760a43225 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:25:54 -0400 Subject: [PATCH 028/168] Tue Apr 20 2021 12:25:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 4d5f7412..23344777 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel \ No newline at end of file From 26ab5cec178f9183d35950343d8071b4690982f9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:27:54 -0400 Subject: [PATCH 029/168] Tue Apr 20 2021 12:27:54 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 21/03.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/21/01.txt b/21/01.txt index c7bd8b4a..8a7187fb 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 \v 2 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file +\c 21 \v 1 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. \v 2 La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file diff --git a/21/03.txt b/21/03.txt index 23344777..9980b9ba 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel \ No newline at end of file +\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file From f03223e3090c55d8981ccde0cca57ed02cce8039 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:29:54 -0400 Subject: [PATCH 030/168] Tue Apr 20 2021 12:29:54 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- 21/05.txt | 1 + manifest.json | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 21/05.txt diff --git a/21/03.txt b/21/03.txt index 9980b9ba..c4c8377a 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 \v 4 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file +\v 3 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. \v 4 Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file diff --git a/21/05.txt b/21/05.txt new file mode 100644 index 00000000..c89d8628 --- /dev/null +++ b/21/05.txt @@ -0,0 +1 @@ +Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7b3f21e2..0ee832e5 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,8 @@ "translators": [ "PEDRO JESUS MENDEZ LOPEZ" ], - "finished_chunks": [] + "finished_chunks": [ + "21-01", + "21-03" + ] } \ No newline at end of file From 86189cee5bf11486000c81c17ac2afdc2d1dcfbd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:35:54 -0400 Subject: [PATCH 031/168] Tue Apr 20 2021 12:35:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index c89d8628..81882986 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! \ No newline at end of file From 053baafe962cd0ab4fbe43c0fba53b81529ab5a9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:39:54 -0400 Subject: [PATCH 032/168] Tue Apr 20 2021 12:39:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 81882986..2034da84 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasik yach'il spisil te bitik aye \ No newline at end of file From d4a2dfe86869e80cfbf5130b52463f0fb582e315 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:41:54 -0400 Subject: [PATCH 033/168] Tue Apr 20 2021 12:41:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 2034da84..3df81d46 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasik yach'il spisil te bitik aye \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix yach'il spisil te bitik aye \ No newline at end of file From b296f3a48ec48ac43ef6952787a550fb6f0945f0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:43:54 -0400 Subject: [PATCH 034/168] Tue Apr 20 2021 12:43:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 3df81d46..71228d99 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix yach'il spisil te bitik aye \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya sp \ No newline at end of file From f866cade54c0eac8e389494e6ee479e22064394d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:45:54 -0400 Subject: [PATCH 035/168] Tue Apr 20 2021 12:45:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 71228d99..9080b27f 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya sp \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya spisil in to melel \ No newline at end of file From 26e87a1d10b8272a6dc4a62cdaf7414367c2c903 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:47:54 -0400 Subject: [PATCH 036/168] Tue Apr 20 2021 12:47:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 9080b27f..f45b3f2f 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya spisil in to melel \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \ No newline at end of file From df1ec1ef8dfedee0f77c2e8cc4a92204be6c8e1f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:49:54 -0400 Subject: [PATCH 037/168] Tue Apr 20 2021 12:49:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index f45b3f2f..f02f7442 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te Dios la yalbon: " Juix ju'un \ No newline at end of file From 73b971f523f96776c9e858e8da4b293beae13667 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:51:54 -0400 Subject: [PATCH 038/168] Tue Apr 20 2021 12:51:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index f02f7442..d38c7521 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te Dios la yalbon: " Juix ju'un \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te jich la yalbon: " Juix jku'un ! jo'on te sok te omeg \ No newline at end of file From 2d83c1bf15b435d053d6497d523757924243d013 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:53:54 -0400 Subject: [PATCH 039/168] Tue Apr 20 2021 12:53:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index d38c7521..edf913a0 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te jich la yalbon: " Juix jku'un ! jo'on te sok te omeg \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te jich la yalbon: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te \ No newline at end of file From a2a5f3203f4624ac290f54f0e4e056795bd2da24 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:55:54 -0400 Subject: [PATCH 040/168] Tue Apr 20 2021 12:55:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index edf913a0..e2a343f0 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok te jich la yalbon: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok te slajibal \ No newline at end of file From e22eaa9c6f11be48dc2fa7c6ba5ebd049d0301f3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:57:54 -0400 Subject: [PATCH 041/168] Tue Apr 20 2021 12:57:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index e2a343f0..9ebf76fa 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok te slajibal \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay takin ti'il yay \ No newline at end of file From cb65c5b850aead0284fbc751c1acdcc7f64ab761 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 12:59:54 -0400 Subject: [PATCH 042/168] Tue Apr 20 2021 12:59:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 9ebf76fa..cdb3bb3c 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay takin ti'il yay \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey \ No newline at end of file From a5262096c3119de3d1b446a2de5fb12364bba4fa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:01:54 -0400 Subject: [PATCH 043/168] Tue Apr 20 2021 13:01:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index cdb3bb3c..a923cb5c 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele \ No newline at end of file From 1ff83009a97ff4b7054e8f47094856f7434bd9ea Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:03:54 -0400 Subject: [PATCH 044/168] Tue Apr 20 2021 13:03:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index a923cb5c..4a1a0a6c 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file From 787b2209af4ddbb4841c75020342d70b7f4bc52f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:07:54 -0400 Subject: [PATCH 045/168] Tue Apr 20 2021 13:07:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 4a1a0a6c..02ad6d37 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta \v 6 sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file From d937c4770ef87b97aee0d30ff0e12134badde2ef Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:09:54 -0400 Subject: [PATCH 046/168] Tue Apr 20 2021 13:09:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index 02ad6d37..a60b4cfa 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta \v 6 sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. \v 6 Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file From de873b3f2983c357daadad533f26a3d112222543 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:11:54 -0400 Subject: [PATCH 047/168] Tue Apr 20 2021 13:11:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/05.txt b/21/05.txt index a60b4cfa..b9e6a6ae 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. \v 6 Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane" Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. \v 6 Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file From 1cb1a2ee5589a9608e2d39033b38f96bc6531acc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:13:54 -0400 Subject: [PATCH 048/168] Tue Apr 20 2021 13:13:54 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 21/07.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 21/07.txt diff --git a/21/05.txt b/21/05.txt index b9e6a6ae..294b71df 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 \v 6 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane" Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. \v 6 Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file diff --git a/21/07.txt b/21/07.txt new file mode 100644 index 00000000..80187200 --- /dev/null +++ b/21/07.txt @@ -0,0 +1 @@ +Spisil te maxch'a ya yay tsalaw ya me \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0ee832e5..31fe68f6 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "21-01", - "21-03" + "21-03", + "21-05" ] } \ No newline at end of file From f3c6bcc91166a674e0a7ee81b20e12b68bd356cb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:15:54 -0400 Subject: [PATCH 049/168] Tue Apr 20 2021 13:15:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 80187200..49f7f52e 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalaw ya me \ No newline at end of file +Spisil te maxch'a ya yay tsalaw ya me yich' ak'beyel \ No newline at end of file From 84ac951f18a6227c439bac05c7af7e17bbfc8b0d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:17:54 -0400 Subject: [PATCH 050/168] Tue Apr 20 2021 13:17:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 49f7f52e..9e2db184 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalaw ya me yich' ak'beyel \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot \ No newline at end of file From 84c88aa47f14ba62dfbcacc610929e52247fa83b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:19:54 -0400 Subject: [PATCH 051/168] Tue Apr 20 2021 13:19:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 9e2db184..22e2969d 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot \ No newline at end of file From 355537c298ecaf7a011a855b520947bc5bcd48dd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:21:54 -0400 Subject: [PATCH 052/168] Tue Apr 20 2021 13:21:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 22e2969d..70342931 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a xtal xbajt' te yot'anike \ No newline at end of file From fa84fc44fe293c43ec5941e6c08e4294789b6977 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:23:54 -0400 Subject: [PATCH 053/168] Tue Apr 20 2021 13:23:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 70342931..ea7e9411 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a xtal xbajt' te yot'anike \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, \ No newline at end of file From 757c2336e289b35605d01853327a56c9f799caa9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:25:54 -0400 Subject: [PATCH 054/168] Tue Apr 20 2021 13:25:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index ea7e9411..0243e32c 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, mach'a pas muliletik \ No newline at end of file From 9db037e219ae0d182a0df99d1e719074c4aafb9e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:27:54 -0400 Subject: [PATCH 055/168] Tue Apr 20 2021 13:27:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 0243e32c..d787db0c 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, mach'a pas muliletik \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik \ No newline at end of file From 96d3460479b96d0c1f298f7857d06b2630bac969 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:29:54 -0400 Subject: [PATCH 056/168] Tue Apr 20 2021 13:29:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index d787db0c..7c9f69c8 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik \ No newline at end of file +Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, \ No newline at end of file From ecaec467f955cc2ab9e35acb220f21190751e0c1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:31:54 -0400 Subject: [PATCH 057/168] Tue Apr 20 2021 13:31:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 7c9f69c8..fe2735ec 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawe ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, \ No newline at end of file +Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, \ No newline at end of file From 61adae2fab26091d9137f99428ebf1571ee16dc3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 13:33:54 -0400 Subject: [PATCH 058/168] Tue Apr 20 2021 13:33:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index fe2735ec..0f0a5686 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, \ No newline at end of file +Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay \ No newline at end of file From 0408d6999ac2b8786bc7374a24ad139bfc8eb8b0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:07:55 -0400 Subject: [PATCH 059/168] Tue Apr 20 2021 14:07:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/07.txt b/21/07.txt index 0f0a5686..85711a8e 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay \ No newline at end of file +Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay pamal k'ajk' te yich'oj \ No newline at end of file From 73424d478f0cf4e42eee2e89e3b7d6fc94fa0908 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:09:55 -0400 Subject: [PATCH 060/168] Tue Apr 20 2021 14:09:54 GMT-0400 (SA Western Standard Time) --- 21/07.txt | 2 +- 21/09.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 21/09.txt diff --git a/21/07.txt b/21/07.txt index 85711a8e..996ad445 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay pamal k'ajk' te yich'oj \ No newline at end of file +\v 7 Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. \v 8 Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay pamal k'ajk' te yich'oj azufree. Ja' me te xchebalan lajele. \ No newline at end of file diff --git a/21/09.txt b/21/09.txt new file mode 100644 index 00000000..f59dff8a --- /dev/null +++ b/21/09.txt @@ -0,0 +1 @@ +Ay tal Tul ta sjuktulul te ch \ No newline at end of file diff --git a/manifest.json b/manifest.json index 31fe68f6..fb877ca2 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "21-01", "21-03", - "21-05" + "21-05", + "21-07" ] } \ No newline at end of file From 5872d19951438010a531e30954fefbd671d30d89 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:11:55 -0400 Subject: [PATCH 061/168] Tue Apr 20 2021 14:11:54 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index f59dff8a..7b908460 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal Tul ta sjuktulul te ch \ No newline at end of file +Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te wakeb \ No newline at end of file From 051f63e792ccf15477929496395300ba1a1f7176 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:21:55 -0400 Subject: [PATCH 062/168] Tue Apr 20 2021 14:21:54 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index 7b908460..b974df00 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te wakeb \ No newline at end of file +Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal \ No newline at end of file From 400544b972db73de957d1affe23054ef7f4cded0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:23:55 -0400 Subject: [PATCH 063/168] Tue Apr 20 2021 14:23:54 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index b974df00..763d385c 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal \ No newline at end of file +Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik te slajibal k'aal \ No newline at end of file From d4457b7fa96a2e6b03d8d4fddc667dec9b43abf2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:27:55 -0400 Subject: [PATCH 064/168] Tue Apr 20 2021 14:27:54 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index 763d385c..3dc59a03 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik te slajibal k'aal \ No newline at end of file +Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te \ No newline at end of file From 9a86b4fbb82dd0ab1009d133f5359ceb64abeb45 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 14:29:55 -0400 Subject: [PATCH 065/168] Tue Apr 20 2021 14:29:54 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index 3dc59a03..bdcd5137 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te \ No newline at end of file +Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \ No newline at end of file From 7fa51309ecee4144844391bd331fceacc700509c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:42:12 -0400 Subject: [PATCH 066/168] Tue Apr 20 2021 15:42:12 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index bdcd5137..aaf83764 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \ No newline at end of file +\v 9 \v 10 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \ No newline at end of file From 6672f3bcfb7af2a893f4408f5e4c2c3e5834848a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:44:08 -0400 Subject: [PATCH 067/168] Tue Apr 20 2021 15:44:08 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/09.txt b/21/09.txt index aaf83764..775dc2d1 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -\v 9 \v 10 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \ No newline at end of file +\v 9 \v 10 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." Te Espiritue la yik'on bael ta bay jun wits \ No newline at end of file From 1de8911e935c5a2b1694068018eb9f2d2a8cd2e8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:46:08 -0400 Subject: [PATCH 068/168] Tue Apr 20 2021 15:46:08 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/21/09.txt b/21/09.txt index 775dc2d1..bde8d924 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -\v 9 \v 10 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." Te Espiritue la yik'on bael ta bay jun wits \ No newline at end of file +\v 9 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \v 10 Te Espiritue la yik'on bael ta bay jun muk'ul najt'il wits sok la yak'bon jkil te Ch'ul lume, Jerusalen, te yak tel ta koel ta bay ch'ulchan yu'un te Diose. \ No newline at end of file diff --git a/manifest.json b/manifest.json index fb877ca2..eb214fd0 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "21-01", "21-03", "21-05", - "21-07" + "21-07", + "21-09" ] } \ No newline at end of file From a10677170b20e029a6dfa97dfd389a3814c0f8bc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:50:08 -0400 Subject: [PATCH 069/168] Tue Apr 20 2021 15:50:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/11.txt diff --git a/21/11.txt b/21/11.txt new file mode 100644 index 00000000..f7847924 --- /dev/null +++ b/21/11.txt @@ -0,0 +1 @@ +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te jaspe \ No newline at end of file From 9ea965c9c5c7dd89979c129f38c7452d21df9c8c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:52:08 -0400 Subject: [PATCH 070/168] Tue Apr 20 2021 15:52:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index f7847924..14dc4a46 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te jaspe \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te k'ax \ No newline at end of file From 8a20eeb2f0e1903d0abc04a30896729b5e0663c4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 15:58:08 -0400 Subject: [PATCH 071/168] Tue Apr 20 2021 15:58:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 14dc4a46..8f3fd56f 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te k'ax \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich \ No newline at end of file From 804cb196531e84eec2f77765ce22668261d77623 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:00:08 -0400 Subject: [PATCH 072/168] Tue Apr 20 2021 16:00:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 8f3fd56f..694e80ea 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale \ No newline at end of file From 190415d587e01c728402e1b995f4f0c13020775f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:02:08 -0400 Subject: [PATCH 073/168] Tue Apr 20 2021 16:02:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 694e80ea..5ccf4485 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Ay \ No newline at end of file From 1abf24a0f06b9cc4e182f3c326874c05bc1a629f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:06:08 -0400 Subject: [PATCH 074/168] Tue Apr 20 2021 16:06:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 5ccf4485..8f1789ac 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Ay \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta tsajk' \ No newline at end of file From 30c9ef149c72e07f504e4e4cdd1481ec902ee723 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:08:08 -0400 Subject: [PATCH 075/168] Tue Apr 20 2021 16:08:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 8f1789ac..d3242385 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta tsajk' \ No newline at end of file +Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb \ No newline at end of file From ef43e4717380e2ea4a84ce656760e58b7a290a63 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:10:08 -0400 Subject: [PATCH 076/168] Tue Apr 20 2021 16:10:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index d3242385..5858ae84 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. \ No newline at end of file From 1fe15b24c783d0b3feb78347487db4f80e1aef34 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:12:08 -0400 Subject: [PATCH 077/168] Tue Apr 20 2021 16:12:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 5858ae84..9489fd46 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. \ No newline at end of file From 8d16914b58da96f6c19ca9e4fc11270a38ebee8c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:20:08 -0400 Subject: [PATCH 078/168] Tue Apr 20 2021 16:20:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 9489fd46..c69c2adf 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail \ No newline at end of file From a86fce7aac9f5411fdf7967cd574ac7f891ac6df Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:22:08 -0400 Subject: [PATCH 079/168] Tue Apr 20 2021 16:22:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index c69c2adf..fea45fe0 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel \ No newline at end of file From d5502fd0402ea9f7c985a97804c01e0dd0ca2184 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:24:08 -0400 Subject: [PATCH 080/168] Tue Apr 20 2021 16:24:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index fea45fe0..347fe9c2 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, ta bay Norte \ No newline at end of file From 789580ff52c5fc411baa30d118aa9c4fa418b1f9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:26:08 -0400 Subject: [PATCH 081/168] Tue Apr 20 2021 16:26:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 347fe9c2..abd08627 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, ta bay Norte \ No newline at end of file +\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal \ No newline at end of file From af83c5c19c541f35a8e414c343cc8a87c5eb7437 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:28:08 -0400 Subject: [PATCH 082/168] Tue Apr 20 2021 16:28:08 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 21/14.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 21/14.txt diff --git a/21/11.txt b/21/11.txt index abd08627..e17ff971 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 \v 12 \v 13 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal \ No newline at end of file +\v 11 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file diff --git a/21/14.txt b/21/14.txt new file mode 100644 index 00000000..7f13fb74 --- /dev/null +++ b/21/14.txt @@ -0,0 +1 @@ +Ta bay jujun tsajk' ay \ No newline at end of file diff --git a/manifest.json b/manifest.json index eb214fd0..a29d5bf5 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "21-03", "21-05", "21-07", - "21-09" + "21-09", + "21-11" ] } \ No newline at end of file From 1188d348b56e671f24ad790093a55ce70974ef21 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:30:08 -0400 Subject: [PATCH 083/168] Tue Apr 20 2021 16:30:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index 7f13fb74..c067e15d 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay jujun tsajk' ay \ No newline at end of file +Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te \ No newline at end of file From 315793fd1afe627d58706f65bc8a71fc35e954db Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:32:08 -0400 Subject: [PATCH 084/168] Tue Apr 20 2021 16:32:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index c067e15d..30eca3b3 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te \ No newline at end of file +Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay tsakoj jun \ No newline at end of file From c7295a4769988014085fa0aab689e67f8657eec4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:34:08 -0400 Subject: [PATCH 085/168] Tue Apr 20 2021 16:34:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index 30eca3b3..f51dc355 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay tsakoj jun \ No newline at end of file +Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj jun \ No newline at end of file From 00b246e6a27a73364f6527b56f722140c09d53cb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:36:08 -0400 Subject: [PATCH 086/168] Tue Apr 20 2021 16:36:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index f51dc355..3dabee97 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj jun \ No newline at end of file +Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj \ No newline at end of file From 92549a3443b02df2ceabd27800347f57ac5704b1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:38:08 -0400 Subject: [PATCH 087/168] Tue Apr 20 2021 16:38:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index 3dabee97..93af80eb 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj \ No newline at end of file +Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul l \ No newline at end of file From f7ab58c0ec33a0f5bc55ca85c9fb4ad5a4199878 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:40:08 -0400 Subject: [PATCH 088/168] Tue Apr 20 2021 16:40:08 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/21/14.txt b/21/14.txt index 93af80eb..798d5b9a 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul l \ No newline at end of file +\v 14 Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. \v 15 Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul lume, sok te muk'ukal ti'naele, sok te tsajk'etike. \ No newline at end of file diff --git a/manifest.json b/manifest.json index a29d5bf5..3f73485c 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "21-05", "21-07", "21-09", - "21-11" + "21-11", + "21-14" ] } \ No newline at end of file From 1c29e89f49a5ff5ded5b76859ffa9aed8949cff3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:42:08 -0400 Subject: [PATCH 089/168] Tue Apr 20 2021 16:42:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/16.txt diff --git a/21/16.txt b/21/16.txt new file mode 100644 index 00000000..35a844cb --- /dev/null +++ b/21/16.txt @@ -0,0 +1 @@ +Te muk'ul lume la yich' nak'anel koel \ No newline at end of file From 8f3c1097441e265714f5bf18a3269da44f104697 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:44:08 -0400 Subject: [PATCH 090/168] Tue Apr 20 2021 16:44:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 35a844cb..c81acc1c 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -Te muk'ul lume la yich' nak'anel koel \ No newline at end of file +Te muk'ul lume la yich' nak'anel koel; te sjamalile \ No newline at end of file From e74da29bbcdb36591054ad5471f8a0593cce661e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:46:08 -0400 Subject: [PATCH 091/168] Tue Apr 20 2021 16:46:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index c81acc1c..3a6329cb 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -Te muk'ul lume la yich' nak'anel koel; te sjamalile \ No newline at end of file +Te muk'ul lume la yich' najk'anel koel; te snajt'ile \ No newline at end of file From a281f1151640e8624b17c5415a82e95ca1469c75 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:48:08 -0400 Subject: [PATCH 092/168] Tue Apr 20 2021 16:48:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 3a6329cb..82340663 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -Te muk'ul lume la yich' najk'anel koel; te snajt'ile \ No newline at end of file +Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La \ No newline at end of file From 1040e2329b9eaf027761c56b62a94f38042484b4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:52:08 -0400 Subject: [PATCH 093/168] Tue Apr 20 2021 16:52:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 82340663..81a15680 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La \ No newline at end of file +Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta \ No newline at end of file From 74c51ba65a1872e6bbc875212f56244184061f9d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:54:08 -0400 Subject: [PATCH 094/168] Tue Apr 20 2021 16:54:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 81a15680..0e6ee74a 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' cha' mil \ No newline at end of file From 8d8d90e900e7d7e1f3d64d480185d64379373adc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 16:58:08 -0400 Subject: [PATCH 095/168] Tue Apr 20 2021 16:58:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 0e6ee74a..55fac295 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' cha' mil \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik \ No newline at end of file From bd8f306ebb5fc1e308f9755c8484a9c605f669c4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:04:08 -0400 Subject: [PATCH 096/168] Tue Apr 20 2021 17:04:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 55fac295..c440c718 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu' \ No newline at end of file From 6f1b9456fc0cd6b4f799c571551e7f079a1ed247 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:06:08 -0400 Subject: [PATCH 097/168] Tue Apr 20 2021 17:06:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index c440c718..33856698 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sbis te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu' \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is \ No newline at end of file From c9a8d566ce29212967d99c462121dccf27138369 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:08:08 -0400 Subject: [PATCH 098/168] Tue Apr 20 2021 17:08:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 33856698..e37ac13c 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume, \ No newline at end of file From 76a5416ebb0fe53829fd554219e5660edb6cb9ac Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:10:08 -0400 Subject: [PATCH 099/168] Tue Apr 20 2021 17:10:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index e37ac13c..3f82d685 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume, \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik \ No newline at end of file From 7ace0a44c33e524efed66ab31ecbb2cbdc10679b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:12:08 -0400 Subject: [PATCH 100/168] Tue Apr 20 2021 17:12:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 3f82d685..1d5814e7 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich snajt'lejal yu'un te ants-winik te pa \ No newline at end of file From e78533938dccea07ce7f64a1d106439a3301dad1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:14:09 -0400 Subject: [PATCH 101/168] Tue Apr 20 2021 17:14:08 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index 1d5814e7..e789c162 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich snajt'lejal yu'un te ants-winik te pa \ No newline at end of file +\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file From cec27f7ae1e88549b00de4c44fe26f41f99f1e2e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:30:16 -0400 Subject: [PATCH 102/168] Tue Apr 20 2021 17:30:15 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/16.txt b/21/16.txt index e789c162..3376bb30 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 \v 17 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file +\v 16 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). \v 17 Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file From 4ca9392246d0b4a425a8faece9d6ce91280dc343 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:32:16 -0400 Subject: [PATCH 103/168] Tue Apr 20 2021 17:32:15 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 21/18.txt diff --git a/21/18.txt b/21/18.txt new file mode 100644 index 00000000..129ba675 --- /dev/null +++ b/21/18.txt @@ -0,0 +1 @@ +Te \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3f73485c..2171ea33 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "21-07", "21-09", "21-11", - "21-14" + "21-14", + "21-16" ] } \ No newline at end of file From bf264bb3805f9c6e6fd0dd40590f400acbcad487 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:34:16 -0400 Subject: [PATCH 104/168] Tue Apr 20 2021 17:34:15 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 129ba675..3a4e9c76 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -Te \ No newline at end of file +Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te yax k'ax \ No newline at end of file From f42b537c5e006cc20d4e44356edf2d4b0d575c27 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:36:16 -0400 Subject: [PATCH 105/168] Tue Apr 20 2021 17:36:15 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 3a4e9c76..89ee42af 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te yax k'ax \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike \ No newline at end of file From 599658d424ce81ed06535fe9a794e5a58354e068 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:38:16 -0400 Subject: [PATCH 106/168] Tue Apr 20 2021 17:38:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 89ee42af..2de48d91 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike \ No newline at end of file From ddc4913e818ceea6e9d667d5f2b6da35757a79eb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:40:16 -0400 Subject: [PATCH 107/168] Tue Apr 20 2021 17:40:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 2de48d91..d447db33 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a \ No newline at end of file From ed04751c3f7f4c32259289a597ef4e4906a6d52a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:42:16 -0400 Subject: [PATCH 108/168] Tue Apr 20 2021 17:42:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index d447db33..3cc5e3ef 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil \ No newline at end of file From e349eb9adf50c2d8c80b5ff7387dc7cb0e454008 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:44:16 -0400 Subject: [PATCH 109/168] Tue Apr 20 2021 17:44:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 3cc5e3ef..00cfc59a 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ta \ No newline at end of file From a035b49038ee9ea8f5c5870aff48b69e8419eefc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:48:16 -0400 Subject: [PATCH 110/168] Tue Apr 20 2021 17:48:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 00cfc59a..1b582dfb 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ta \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safirto \ No newline at end of file From 46bcd9294004e05ab18fedc338138df026471292 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:50:16 -0400 Subject: [PATCH 111/168] Tue Apr 20 2021 17:50:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 1b582dfb..0f4b9a8b 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safirto \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \ No newline at end of file From 40d758592c1b20c981542e8d4f1bc5d53dca1a6b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:52:16 -0400 Subject: [PATCH 112/168] Tue Apr 20 2021 17:52:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 0f4b9a8b..9f9748ab 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te \ No newline at end of file From 85b46b1fb15238a514e938cdd4d2c6083b7751f7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:54:16 -0400 Subject: [PATCH 113/168] Tue Apr 20 2021 17:54:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 9f9748ab..b3b652d2 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, \ No newline at end of file From 813070b8c8b6d2a14e368d5c46f11aeaabf235a8 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:56:16 -0400 Subject: [PATCH 114/168] Tue Apr 20 2021 17:56:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index b3b652d2..db20ecda 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, \ No newline at end of file +\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, \ No newline at end of file From ec9712c4c0f2b002643f7d9687d7ebb1d4fef152 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 17:58:16 -0400 Subject: [PATCH 115/168] Tue Apr 20 2021 17:58:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index db20ecda..9152bef3 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 \v 19 \v 20 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, \ No newline at end of file +\v 18 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file From 3e5055dcb223d6402c7808ff1c63611c8ff6db1c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:00:16 -0400 Subject: [PATCH 116/168] Tue Apr 20 2021 18:00:16 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- 21/21.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 21/21.txt diff --git a/21/18.txt b/21/18.txt index 9152bef3..7cbb5967 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te joebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file +\v 18 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file diff --git a/21/21.txt b/21/21.txt new file mode 100644 index 00000000..10d42fef --- /dev/null +++ b/21/21.txt @@ -0,0 +1 @@ +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2171ea33..8960bd6a 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,7 @@ "21-09", "21-11", "21-14", - "21-16" + "21-16", + "21-18" ] } \ No newline at end of file From 14c98a3a3776df041d68edd027ec6654f2e62cbf Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:02:16 -0400 Subject: [PATCH 117/168] Tue Apr 20 2021 18:02:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/21.txt b/21/21.txt index 10d42fef..da5566c4 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb \ No newline at end of file +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail . Te calleetik \ No newline at end of file From ff28e86f8217ae8e66a44b5bf0a788544f807619 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:04:16 -0400 Subject: [PATCH 118/168] Tue Apr 20 2021 18:04:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/21.txt b/21/21.txt index da5566c4..852b9edf 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail . Te calleetik \ No newline at end of file +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk bin kap'ilaa, jich bit'il \ No newline at end of file From 1b335b8f8482cb399f0f088aec084f4a5ab50605 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:06:16 -0400 Subject: [PATCH 119/168] Tue Apr 20 2021 18:06:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/21.txt b/21/21.txt index 852b9edf..70fdc7d2 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk bin kap'ilaa, jich bit'il \ No newline at end of file +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel \ No newline at end of file From 6852882d6b9647f4430505509f18e731eb4be4f9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:08:16 -0400 Subject: [PATCH 120/168] Tue Apr 20 2021 18:08:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/21.txt b/21/21.txt index 70fdc7d2..5ebb1197 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel \ No newline at end of file +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije ja' te stemploik \ No newline at end of file From 4982fbe31cbad6a1a3f32549ff92c8ac117f66bb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:10:16 -0400 Subject: [PATCH 121/168] Tue Apr 20 2021 18:10:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/21.txt b/21/21.txt index 5ebb1197..7eb08568 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije ja' te stemploik \ No newline at end of file +\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije jaikix te templo yu'unike \ No newline at end of file From 065565d8463101429a0c3170ab2fbe45924b6604 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:12:16 -0400 Subject: [PATCH 122/168] Tue Apr 20 2021 18:12:16 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- 21/23.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 21/23.txt diff --git a/21/21.txt b/21/21.txt index 7eb08568..71f91285 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 \v 22 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije jaikix te templo yu'unike \ No newline at end of file +\v 21 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. \v 22 Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije jaix templo yu'unik . \ No newline at end of file diff --git a/21/23.txt b/21/23.txt new file mode 100644 index 00000000..a3679800 --- /dev/null +++ b/21/23.txt @@ -0,0 +1 @@ +Te muk'ul lume ma xtu'unix yu'un te xojobil \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8960bd6a..bd5a23f4 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "21-11", "21-14", "21-16", - "21-18" + "21-18", + "21-21" ] } \ No newline at end of file From b5ab1da875e05b53b12e8e1c769168eb484fc373 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:14:16 -0400 Subject: [PATCH 123/168] Tue Apr 20 2021 18:14:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index a3679800..a975907c 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te uj \ No newline at end of file From 5a7383e6b78bf04df5455a62a68f57739ad4040a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:16:16 -0400 Subject: [PATCH 124/168] Tue Apr 20 2021 18:16:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index a975907c..5035b2f2 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te uj \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' \ No newline at end of file From ba8ad6ac614fa6b8085b3d21ec8fbd3b37c76165 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:22:16 -0400 Subject: [PATCH 125/168] Tue Apr 20 2021 18:22:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index 5035b2f2..15ed5e37 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \ No newline at end of file From e2b7e07e15224f2ca59cecfb8773c9190a499324 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:24:16 -0400 Subject: [PATCH 126/168] Tue Apr 20 2021 18:24:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index 15ed5e37..fc003304 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me xbeenik ta xojobil yu'un te lume. \ No newline at end of file From 0367e5065344aedd5ecbad3d6a1149fd5a0972dd Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:26:16 -0400 Subject: [PATCH 127/168] Tue Apr 20 2021 18:26:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index fc003304..df6c96e9 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me xbeenik ta xojobil yu'un te lume. \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta te lume. \ No newline at end of file From d86826b11e34be13a4e1493fe8fffdaec84fd844 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:28:16 -0400 Subject: [PATCH 128/168] Tue Apr 20 2021 18:28:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index df6c96e9..43eb9a8f 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta te lume. \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale \ No newline at end of file From 9cda5ca696fa3429c860e631f30420dbd81fe8d7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:30:16 -0400 Subject: [PATCH 129/168] Tue Apr 20 2021 18:30:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index 43eb9a8f..b6b8fe1e 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale \ No newline at end of file +Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. Te muk'ukal ti' nailetik ma ba yich' \ No newline at end of file From 63e2cfb6b6c63700f488c65250d970080668f70d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:32:16 -0400 Subject: [PATCH 130/168] Tue Apr 20 2021 18:32:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index b6b8fe1e..9be834ec 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. Te muk'ukal ti' nailetik ma ba yich' \ No newline at end of file +\v 23 \v 24 \v 25 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. Te muk'ukal ti' nailetik ma ba yich'ik makel melel mayukix \ No newline at end of file From 8586c09308273ae452ef4ff2070cdc32223e69ac Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:34:16 -0400 Subject: [PATCH 131/168] Tue Apr 20 2021 18:34:16 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/21/23.txt b/21/23.txt index 9be834ec..8df6bbe0 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -\v 23 \v 24 \v 25 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. Te muk'ukal ti' nailetik ma ba yich'ik makel melel mayukix \ No newline at end of file +\v 23 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \v 24 Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. \v 25 Te muk'ukal ti' nailetik ma ba yich'ik makel ta k'aleltik sok mayukix ak'ubal le'a. \ No newline at end of file diff --git a/manifest.json b/manifest.json index bd5a23f4..ace53032 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "21-14", "21-16", "21-18", - "21-21" + "21-21", + "21-23" ] } \ No newline at end of file From 444174dfbfd5e1d537d2f77e5cdf3c2e65eb6f1c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:36:16 -0400 Subject: [PATCH 132/168] Tue Apr 20 2021 18:36:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 21/26.txt diff --git a/21/26.txt b/21/26.txt new file mode 100644 index 00000000..d415188f --- /dev/null +++ b/21/26.txt @@ -0,0 +1 @@ +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok \ No newline at end of file From ff39ff11e130e05902500074d75ad1cdeb94f261 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:42:16 -0400 Subject: [PATCH 133/168] Tue Apr 20 2021 18:42:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index d415188f..dd80195f 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mayuk bek \ No newline at end of file From 79c3518257719b9e0e420a036f79329e1f8d4868 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:44:16 -0400 Subject: [PATCH 134/168] Tue Apr 20 2021 18:44:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index dd80195f..dc9da661 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mayuk bek \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ila \ No newline at end of file From 92ab012c88754608753d98135b2e28d1d8e9248b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:46:16 -0400 Subject: [PATCH 135/168] Tue Apr 20 2021 18:46:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index dc9da661..b5861152 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ila \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ilabil sba te beluk ya spasike, te \ No newline at end of file From 601f910f6e6227bbff7d138c1d55391e61456754 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:48:16 -0400 Subject: [PATCH 136/168] Tue Apr 20 2021 18:48:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index b5861152..320f6ade 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ilabil sba te beluk ya spasike, te \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te ilabil sba te beluk ya spasike, te beluk k'exlaltik sbae \ No newline at end of file From 16296112d7cc6da956c6832401274fd1aa48d3b1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:50:16 -0400 Subject: [PATCH 137/168] Tue Apr 20 2021 18:50:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index 320f6ade..419851b1 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te ilabil sba te beluk ya spasike, te beluk k'exlaltik sbae \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te mach'atik ma' spasik te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file From 035f2d931677dc533ee50b558c2ac76f757e0da3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:52:16 -0400 Subject: [PATCH 138/168] Tue Apr 20 2021 18:52:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index 419851b1..5b771bf1 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok te mach'atik ma' spasik te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ma' spasik te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file From 8a210a505107a805a54cf7d93399ddc937bca48c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 18:56:16 -0400 Subject: [PATCH 139/168] Tue Apr 20 2021 18:56:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index 5b771bf1..c9108f2f 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ma' spasik te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ya spasik lot te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file From 968825c6b945fe4996c266133040003ed8f760c4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 19:06:16 -0400 Subject: [PATCH 140/168] Tue Apr 20 2021 19:06:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index c9108f2f..664f61a8 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ya spasik lot te beluk ma' lekuk ma xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ya spasik lot ma' xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file From b1e2cdc38477dad8173031658150b132612328a4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 19:08:16 -0400 Subject: [PATCH 141/168] Tue Apr 20 2021 19:08:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index 664f61a8..442bf0ab 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok te mach'atik ya spasik lot ma' xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae te mach'atik ya spasik lot ma' xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file From 36825f8f09847f501434a7358fd1d8316a398fe2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 19:10:16 -0400 Subject: [PATCH 142/168] Tue Apr 20 2021 19:10:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index 442bf0ab..a46cba5a 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae te mach'atik ya spasik lot ma' xju' ya och le'a. Sok ma stak' x-och te mach'atik ya spasik te beluk k'exlaltik sbae sok te beluk ilabil sbae, \ No newline at end of file +\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay lista \ No newline at end of file From 76c31adc9d7714ba8f0c591dbee4b6d1c4f71a3d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Tue, 20 Apr 2021 19:12:16 -0400 Subject: [PATCH 143/168] Tue Apr 20 2021 19:12:16 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/21/26.txt b/21/26.txt index a46cba5a..c0695d58 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 \v 27 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay lista \ No newline at end of file +\v 26 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, \v 27 sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay libro yu'un te kuxinel te yich'oj te alal chije. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ace53032..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,7 @@ "21-16", "21-18", "21-21", - "21-23" + "21-23", + "21-26" ] } \ No newline at end of file From b362f6e249200781f5d17888f1aa2d41ad1ffe48 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 12:42:26 -0400 Subject: [PATCH 144/168] Wed Apr 21 2021 12:42:26 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/21/05.txt b/21/05.txt index 294b71df..60d1ce37 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelalto sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelal to sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7222ec14..4b062df4 100644 --- a/manifest.json +++ b/manifest.json @@ -38,7 +38,6 @@ "finished_chunks": [ "21-01", "21-03", - "21-05", "21-07", "21-09", "21-11", From 72561d8db658b67ca96ffb01fac1c59af8ca2642 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 12:45:20 -0400 Subject: [PATCH 145/168] Wed Apr 21 2021 12:45:20 GMT-0400 (SA Western Standard Time) --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 4b062df4..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "21-01", "21-03", + "21-05", "21-07", "21-09", "21-11", From b6f579e2b3ca0b825c36b5866d2a968b9fce6d6d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 15:53:49 -0400 Subject: [PATCH 146/168] Wed Apr 21 2021 15:53:48 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/21/01.txt b/21/01.txt index 8a7187fb..cccd1bc5 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. \v 2 La jkil te ch'ul lum, ja' te yach'il Jerusalen, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file +\c 21 \v 1 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. \v 2 La jkil te muk'ul ch'ul lum, ja' te yach'il Jerusalén, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7222ec14..776f8cc4 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,6 @@ "PEDRO JESUS MENDEZ LOPEZ" ], "finished_chunks": [ - "21-01", "21-03", "21-05", "21-07", From 86320967d70aa6d39d2cfb982a1990d869a67327 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 15:55:49 -0400 Subject: [PATCH 147/168] Wed Apr 21 2021 15:55:48 GMT-0400 (SA Western Standard Time) --- 21/01.txt | 2 +- 21/03.txt | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/21/01.txt b/21/01.txt index cccd1bc5..211bd495 100644 --- a/21/01.txt +++ b/21/01.txt @@ -1 +1 @@ -\c 21 \v 1 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. \v 2 La jkil te muk'ul ch'ul lum, ja' te yach'il Jerusalén, yak tel ta koel ta ch'ulchan, ja te chulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file +\c 21 \v 1 Ta patil la jkil jun yach'il ch'ulchan son jun yach'il balumilal, melel te sbabial ch'ulchan sok te sbabial balumilal jilikix, sok te muk'ul ja'e lajix sk'oplal. \v 2 La jkil te muk'ul ch'ul lum, ja' te yach'il Jerusalén, yak tel ta koel ta ch'ulchan, ja te ch'ulchan yu'un te Diose, buen chapal jich bit'il tul ach'ix te ya xnujp'in te buen ya xchajp'ansba yu'un te smamlale. \ No newline at end of file diff --git a/21/03.txt b/21/03.txt index c4c8377a..1370296a 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta stojol te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. \v 4 Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file +\v 3 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta yolil te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. \v 4 Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 776f8cc4..43c950ea 100644 --- a/manifest.json +++ b/manifest.json @@ -36,7 +36,7 @@ "PEDRO JESUS MENDEZ LOPEZ" ], "finished_chunks": [ - "21-03", + "21-01", "21-05", "21-07", "21-09", From 9d50d17eb4f379fc9f4e62f7cf7f8cb014a5f71e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 15:57:49 -0400 Subject: [PATCH 148/168] Wed Apr 21 2021 15:57:48 GMT-0400 (SA Western Standard Time) --- 21/03.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/03.txt b/21/03.txt index 1370296a..d1ddf1c4 100644 --- a/21/03.txt +++ b/21/03.txt @@ -1 +1 @@ -\v 3 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta yolil te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. \v 4 Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te pokol kuxinel lajix sk'oplal. \ No newline at end of file +\v 3 Laj jkay stojol jun tulan k'op te lok'tel ta bay te muk'ul naktijibale jich la yal: " Ilawilik ! te sna te Diose ay ta yolil te ants-winik sok ya xkuxin sok. Ja' me slum ya xk'ot sok ya me yich'ik joinel yu'un te Diose sok ja me Dios ya x-k'ot yu'unik. \v 4 Ja' nix me ya yich'ik kusbel yu'un te yalel sitike sok mayukix lajel le'a, mayukix ok'el le'a, sok mayukix mel ot'an, mayukix wocolil le'a. Melel spisil te spokol kuxinel lajix sk'oplal. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 43c950ea..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "21-01", + "21-03", "21-05", "21-07", "21-09", From 32f2f41a8fcf5165c70ccaa05d6a55e7c9fe8f7e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 15:59:49 -0400 Subject: [PATCH 149/168] Wed Apr 21 2021 15:59:48 GMT-0400 (SA Western Standard Time) --- 21/05.txt | 2 +- 21/07.txt | 2 +- manifest.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/21/05.txt b/21/05.txt index 60d1ce37..bea56495 100644 --- a/21/05.txt +++ b/21/05.txt @@ -1 +1 @@ -\v 5 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Tsibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelal to sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jkabey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file +\v 5 Te mach'a nakal ta muk'ul naktijibal jich la yal: " Ilawilik ! La jpasix ta yach'il spisil te bitik aye." Sok jich la yalbon: " Ts'ibuya ta jun spisil in to melel smelelil k'op te ya xch'uun awot'ane." \v 6 Sok jich la yalbon xan: " Juix jku'un ! jo'on te mach'a ay ta sneelal to sok te kuxul ta sbajt'el k'inal, te mach'a ay ta xjajch'ibal sok mach'a ay ta slajibal. Spisil te mach'a ay ta takin ti'il, Jo'on ya me jka'bey yuch'ik lekil ja' te mayuk stojole sok te ya yak' kuxinele. \ No newline at end of file diff --git a/21/07.txt b/21/07.txt index 996ad445..84e4615e 100644 --- a/21/07.txt +++ b/21/07.txt @@ -1 +1 @@ -\v 7 Spisil te maxch'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. \v 8 Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay pamal k'ajk' te yich'oj azufree. Ja' me te xchebalan lajele. \ No newline at end of file +\v 7 Spisil te mach'a ya yay tsalawej ya me yich' ak'beyel yu'unin spisil in to sok Jo'on me Dios ya xk'oon yu'unik sok ja me jnich'an ya xk'ot. \v 8 Yan te mach'atik xiwelike, te mach'atik mayuk lek xch'uunjel yot'anike, te mach'a ilabil sba te bek ya spasike, te milwaletik, te mulwejetik, ak' chameletik, sok te mach'atik ya xchu'unik lok'ombaetik sok spisil te pas lotetik, ta spisilik in to, ya me xbajt'ik ch'ojel ta bay pamal k'ajk' te yich'oj azufree. Ja' me te xchebalan lajele. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7222ec14..26ea01af 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,6 @@ "21-01", "21-03", "21-05", - "21-07", "21-09", "21-11", "21-14", From ce61c7079bceb5e8c22dc4700ea4a6a38cd46d35 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:01:49 -0400 Subject: [PATCH 150/168] Wed Apr 21 2021 16:01:48 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/21/09.txt b/21/09.txt index bde8d924..4d51d494 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -\v 9 Ay tal ta jtojol Tul ta sjuktulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \v 10 Te Espiritue la yik'on bael ta bay jun muk'ul najt'il wits sok la yak'bon jkil te Ch'ul lume, Jerusalen, te yak tel ta koel ta bay ch'ulchan yu'un te Diose. \ No newline at end of file +\v 9 Ay tal ta jtojol Tul ta sjuk tulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \v 10 Te Espiritue la yik'on bael ta bay jun muk'ul najt'il wits sok la yak'bon jkil te Ch'ul lume, Jerusalen, te yak tel ta koel ta bay ch'ulchan yu'un te Diose. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 26ea01af..19a7a2cb 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,7 @@ "21-01", "21-03", "21-05", - "21-09", + "21-07", "21-11", "21-14", "21-16", From cb403be325de8e463409226f5a05ae4c00fb0f72 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:03:49 -0400 Subject: [PATCH 151/168] Wed Apr 21 2021 16:03:48 GMT-0400 (SA Western Standard Time) --- 21/09.txt | 2 +- 21/11.txt | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/21/09.txt b/21/09.txt index 4d51d494..2317124c 100644 --- a/21/09.txt +++ b/21/09.txt @@ -1 +1 @@ -\v 9 Ay tal ta jtojol Tul ta sjuk tulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \v 10 Te Espiritue la yik'on bael ta bay jun muk'ul najt'il wits sok la yak'bon jkil te Ch'ul lume, Jerusalen, te yak tel ta koel ta bay ch'ulchan yu'un te Diose. \ No newline at end of file +\v 9 Ay tal ta jtojol Tul ta sjuk tulul ch'ul abatetik, ja te mach'a yich'oj te jukeb kopaetik te nojelik yu'un te juk chajb wokoliletik ta slajibal k'aal sok jich la yal: " Laik le' in to. jo'on ya jkabeyex awilik te ach'ix te ya xnujp'ine, ja' te ya xnujp'in sok te alal chije." \v 10 Te Espiritue la yik'on bael ta bay jun muk'ul najt'il wits sok la yak'bon jkil te Ch'ul lume, Jerusalén, te yak tel ta koel ta bay ch'ulchan yu'un te Diose. \ No newline at end of file diff --git a/21/11.txt b/21/11.txt index e17ff971..fb789a14 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 Te lum Jerusalen yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file +\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 19a7a2cb..288eefa9 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ "21-03", "21-05", "21-07", - "21-11", + "21-09", "21-14", "21-16", "21-18", From db54480ef7ac063c90274f063373415e85d51e37 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:05:49 -0400 Subject: [PATCH 152/168] Wed Apr 21 2021 16:05:48 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index fb789a14..0017ad0f 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file +\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal sti' naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file From f71b3cc9d7a12effe9b371ab6f419396d3343c1f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:07:49 -0400 Subject: [PATCH 153/168] Wed Apr 21 2021 16:07:48 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 0017ad0f..8f6363b0 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal sti' naeletik, ta jujun ti'nael ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file +\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'nailetik, ta jujun ti'nail ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file From 55707dc832b0ece034104e007b3c5497ab820d18 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:11:49 -0400 Subject: [PATCH 154/168] Wed Apr 21 2021 16:11:48 GMT-0400 (SA Western Standard Time) --- 21/11.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/11.txt b/21/11.txt index 8f6363b0..be8a0785 100644 --- a/21/11.txt +++ b/21/11.txt @@ -1 +1 @@ -\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il tsajk' sok te ay lajchayeb ta kum muk'ukal ti'nailetik, ta jujun ti'nail ay tul ch'ul abat le'a. Ta bay jujun ti'nail tsibubil te sbiilik te lajchay chajb' stsumbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxe ta stojol smalib k'aal. \ No newline at end of file +\v 11 Te lum Jerusalén yich'ojbey te yutsilal te Dios sok te xojobil jich k'oem te bit'il jun ch'en te k'ax t'ujbilnaxe, jich bit'il te jun ch'en te jaspe sbi'il te ya xk'ax jsitik ta yilel k'inal jich te bit'il te cristale. \v 12 Juytabil ta najt'il ts'ajk' sok te ay lajchayeb ta kum muk'ukal ti'nailetik, ta jujun ti'nail ay tul ch'ul abat le'a. Ta bay jujun ti'nail ts'ibubil te sbiilik te lajchay chajb' sts'umbal Israel. \v 13 Ay oxeb muk'ukal ti'nail ta slok'ib k'aal, sok nix ay oxeb ta Norte, sok oxeb ta bay sur sok oxeb ta stojol smalib k'aal. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 288eefa9..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "21-05", "21-07", "21-09", + "21-11", "21-14", "21-16", "21-18", From 60e744a46007043546069e6f0746690659f81003 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:13:49 -0400 Subject: [PATCH 155/168] Wed Apr 21 2021 16:13:48 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index 798d5b9a..521240c9 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -\v 14 Ta bay tsajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' tsibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. \v 15 Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul lume, sok te muk'ukal ti'naele, sok te tsajk'etike. \ No newline at end of file +\v 14 Ta bay ts'ajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' ts'ibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. \v 15 Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul lume, sok te muk'ukal ti'naile, sok te tsajk'etike. \ No newline at end of file From a4bf8ce426e40bb197abc85a9fb8019f42c4259a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:15:49 -0400 Subject: [PATCH 156/168] Wed Apr 21 2021 16:15:48 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/21/16.txt b/21/16.txt index 3376bb30..cc350a49 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'ilale pajal snajt'lejal). \v 17 Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file +\v 16 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'lejale pajal snajt'ilik). \v 17 Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7222ec14..6bf2dfc4 100644 --- a/manifest.json +++ b/manifest.json @@ -43,7 +43,6 @@ "21-09", "21-11", "21-14", - "21-16", "21-18", "21-21", "21-23", From 96ec7b90cec5c01b211c64e7dd674a8a9267f87d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:17:49 -0400 Subject: [PATCH 157/168] Wed Apr 21 2021 16:17:48 GMT-0400 (SA Western Standard Time) --- 21/16.txt | 2 +- 21/18.txt | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/21/16.txt b/21/16.txt index cc350a49..649d5f41 100644 --- a/21/16.txt +++ b/21/16.txt @@ -1 +1 @@ -\v 16 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'lejale pajal snajt'ilik). \v 17 Janix jich la sp'is spisil te stsajk' yu'un te lume,wakeb xchanwinik (66) metro. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike) \ No newline at end of file +\v 16 Te muk'ul lume la yich' najk'anel koel; te snajt'ile pajal sok te sjamalule. La sp'is te muk'ul lume sok te jawubil te' te pasbil ta oroe, lok' jo' bajk' sok lajunwinik (2200) kilometro ta p'isel yu'un (te sjamalule sok te snajt'lejale pajal snajt'ilik). \v 17 Janix jich la sp'is spisil te sts'ajk' yu'un te lume,wakeb xchanwinik (66) metros. Te jich sp'isil yu'un te ants-winik te pajal nix sok te sp'isil yu'un te ch'ul abatetike). \ No newline at end of file diff --git a/21/18.txt b/21/18.txt index 7cbb5967..38bf46b5 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 Te tsajk' pasbilt ta jaspe sok te muk'ul lum pasbil ta batsil oro, te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file +\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te , te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6bf2dfc4..331df066 100644 --- a/manifest.json +++ b/manifest.json @@ -43,7 +43,7 @@ "21-09", "21-11", "21-14", - "21-18", + "21-16", "21-21", "21-23", "21-26" From aba58cb5ca4e8f918eb29dc921d0d4c6ca625b8a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:19:28 -0400 Subject: [PATCH 158/168] Wed Apr 21 2021 16:19:28 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- manifest.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index 38bf46b5..afbc978b 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te , te pajal sok te espejoe. \v 19 Te yuyal te tsajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file +\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te , te pajal sok te espejoe. \v 19 Te yuyal te ts'ajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 331df066..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "21-11", "21-14", "21-16", + "21-18", "21-21", "21-23", "21-26" From 6c9a109bf4ef073d2575a517ac60cb4b1ce8eba4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:30:36 -0400 Subject: [PATCH 159/168] Wed Apr 21 2021 16:30:35 GMT-0400 (SA Western Standard Time) --- 21/21.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/21/21.txt b/21/21.txt index 71f91285..a9b667f2 100644 --- a/21/21.txt +++ b/21/21.txt @@ -1 +1 @@ -\v 21 Te slajcheyeb muk'ukal ti'naeletik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel a. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. \v 22 Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije jaix templo yu'unik . \ No newline at end of file +\v 21 Te slajcheyeb muk'ukal ti'nailetik ja' lajcheyeb ch'enetik te chajp'ix st'ujbilal a, ta jujun ti'nail pajal te ch'en te yich'ojik ta pasel. Te calleetik pasbilik ta oro te mayuk skape, jich bit'il te ya xk'ax jsitik ta yilel k'inal a. \v 22 Te jo'one mayuk la jkil Templo le' ta bay te muk'ul lume, melel te Jkajwaltik Dios te spisil ya xju' yu'une, sok te alal chije jaix templo yu'unik . \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7222ec14..f7328f13 100644 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,6 @@ "21-14", "21-16", "21-18", - "21-21", "21-23", "21-26" ] From a6d8f759d24c42dba7561de8c28bb66769c9175d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:32:36 -0400 Subject: [PATCH 160/168] Wed Apr 21 2021 16:32:35 GMT-0400 (SA Western Standard Time) --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index f7328f13..e46459dd 100644 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,6 @@ "21-14", "21-16", "21-18", - "21-23", "21-26" ] } \ No newline at end of file From 281d966003fc9bf639e184b2cbb026e1128128df Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:34:36 -0400 Subject: [PATCH 161/168] Wed Apr 21 2021 16:34:35 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/23.txt b/21/23.txt index 8df6bbe0..9186587d 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -\v 23 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \v 24 Te lumetik ya me x'ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. \v 25 Te muk'ukal ti' nailetik ma ba yich'ik makel ta k'aleltik sok mayukix ak'ubal le'a. \ No newline at end of file +\v 23 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \v 24 Te lumetik ya me x-ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. \v 25 Te muk'ukal ti' nailetik ma ba yich'ik makel ta k'aleltik sok mayukix ak'ubal le'a. \ No newline at end of file From 15e01d3609a69acbe561a296cc9b177e298436b7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:36:36 -0400 Subject: [PATCH 162/168] Wed Apr 21 2021 16:36:35 GMT-0400 (SA Western Standard Time) --- 21/23.txt | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/21/23.txt b/21/23.txt index 9186587d..792ea86c 100644 --- a/21/23.txt +++ b/21/23.txt @@ -1 +1 @@ -\v 23 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \v 24 Te lumetik ya me x-ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. \v 25 Te muk'ukal ti' nailetik ma ba yich'ik makel ta k'aleltik sok mayukix ak'ubal le'a. \ No newline at end of file +\v 23 Te muk'ul lume ma xtu'unix yu'un te xojobil k'aale sok te xojobil te u melel te yutsilal te Diose ja ya xojop' tes, sok te alal chije ja' sk'ajk'ik. \v 24 Te lumetik ya me x-ainik ta sakil k'inal yu'un. Te muk'ukal ajwaliletik yu'un te balumilale ya me yich'ik tel yutsil sk'ulejalik ta stojol. \v 25 Te muk'ukal ti' nailetik ma ba yich'ik makel ta k'aleltik sok mayukix ajk'ubal le'a. \ No newline at end of file diff --git a/manifest.json b/manifest.json index e46459dd..4a7c0d36 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,6 @@ "21-14", "21-16", "21-18", - "21-26" + "21-23" ] } \ No newline at end of file From 2d857a47d281766d681b8195d94ffbef706f5526 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:38:36 -0400 Subject: [PATCH 163/168] Wed Apr 21 2021 16:38:35 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/26.txt b/21/26.txt index c0695d58..90e26b75 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, \v 27 sok mas tak' ya x-och te beluk ma' lekuk ta pasel sok ma stak' ya x-och te beluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay libro yu'un te kuxinel te yich'oj te alal chije. \ No newline at end of file +\v 26 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, \v 27 sok mas tak' ya x-och te beeluk ma' lekuk ta pasel sok ma stak' ya x-och te beeluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay libro yu'un te kuxinel te yich'oj te alal chije. \ No newline at end of file From b14e183561fe93b843f0b8b234f4328b85a68528 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:40:36 -0400 Subject: [PATCH 164/168] Wed Apr 21 2021 16:40:35 GMT-0400 (SA Western Standard Time) --- 21/26.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/21/26.txt b/21/26.txt index 90e26b75..8fd94230 100644 --- a/21/26.txt +++ b/21/26.txt @@ -1 +1 @@ -\v 26 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, \v 27 sok mas tak' ya x-och te beeluk ma' lekuk ta pasel sok ma stak' ya x-och te beeluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a tsibubil sbi'ilik ta bay libro yu'un te kuxinel te yich'oj te alal chije. \ No newline at end of file +\v 26 Sok spisil ta chajp' lumetik ya me yich'ik tel te yutsilalik sok te yak'ik ta ich'el ta muk' a te muk'ul lume, \v 27 sok mas tak' ya x-och te beeluk ma' lekuk ta pasel sok ma stak' ya x-och te beeluk ilebil sbae sok te mach'atik ya spasik lot ma' xju' ya och le'a. janax te mach'a ts'ibubil sbi'ilik ta bay libro yu'un te kuxinel te yich'oj te alal chije. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4a7c0d36..f7328f13 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "21-14", "21-16", "21-18", - "21-23" + "21-23", + "21-26" ] } \ No newline at end of file From 77c26f58ec30a65c0fe04798a0e70e9dfe1445dc Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:48:36 -0400 Subject: [PATCH 165/168] Wed Apr 21 2021 16:48:35 GMT-0400 (SA Western Standard Time) --- 21/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21/14.txt b/21/14.txt index 521240c9..b4acb4df 100644 --- a/21/14.txt +++ b/21/14.txt @@ -1 +1 @@ -\v 14 Ta bay ts'ajk' yu'un te muk'ul lume ay lajchayeb muk'ukal ton, te le' ts'ibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. \v 15 Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul lume, sok te muk'ukal ti'naile, sok te tsajk'etike. \ No newline at end of file +\v 14 Ta bay ts'ajk' yu'un te muk'ul lume ay lajchayeb yuyal te pasbil ta muk'ukal ton, te le' ts'ibubil a te sbiilik te lajchay tul puk k'opetik yu'un te alal chije. \v 15 Te mach'a la sk'oponone ay stsakoj jun jawubil te' te pasbil ta oro yu'un ya yich' bisel a te muk'ul lume, sok te muk'ukal ti'naile, sok te tsajk'etike. \ No newline at end of file From 7c2e96ea299767d9e07cdbbdc0f390fabf458deb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:50:36 -0400 Subject: [PATCH 166/168] Wed Apr 21 2021 16:50:35 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- manifest.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/21/18.txt b/21/18.txt index afbc978b..a482b945 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te , te pajal sok te espejoe. \v 19 Te yuyal te ts'ajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file +\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te mayuk sk, te pajal sok te espejoe. \v 19 Te yuyal te ts'ajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file diff --git a/manifest.json b/manifest.json index f7328f13..cbfb6d76 100644 --- a/manifest.json +++ b/manifest.json @@ -44,7 +44,6 @@ "21-11", "21-14", "21-16", - "21-18", "21-23", "21-26" ] From 65948f584cd44dc38e446051fe157d3cf86f612e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 21 Apr 2021 16:52:36 -0400 Subject: [PATCH 167/168] Wed Apr 21 2021 16:52:36 GMT-0400 (SA Western Standard Time) --- 21/18.txt | 2 +- manifest.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/21/18.txt b/21/18.txt index a482b945..3837d507 100644 --- a/21/18.txt +++ b/21/18.txt @@ -1 +1 @@ -\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te mayuk sk, te pajal sok te espejoe. \v 19 Te yuyal te ts'ajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file +\v 18 Te tsajk' pasbil ta jaspe sok te muk'ul lum pasbil ta oro te mayuk skap, te pajal sok te espejoe. \v 19 Te yuyal te ts'ajk'etike ch'albil ta cha'oxchajp' ch'enetik te chajp'ix yutsilal a. Te sne'elale ch'albil ta jaspe, te xchebal ja' safiro, te yoxebale ja' ágata, te xchanebale ja' esmeralda, \v 20 te sjoebalan ja' ónice, te swakebale ja' sardio, te sjukebalan ja' crisólito, te xwaxukebalan ja' berilio, te sbalunebal ja' topacio, te slajunebal ja' crisopraso, te xbuluchebal ja' jacinto, te slajcheyebal ja' amatista. \ No newline at end of file diff --git a/manifest.json b/manifest.json index cbfb6d76..7222ec14 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,8 @@ "21-11", "21-14", "21-16", + "21-18", + "21-21", "21-23", "21-26" ] From ed6a7199866de6266f025a652a339863baaf1a4b Mon Sep 17 00:00:00 2001 From: michael_rodriguez Date: Wed, 21 Apr 2021 22:56:09 -0400 Subject: [PATCH 168/168] Wed Apr 21 2021 22:56:08 GMT-0400 (Eastern Daylight Time) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7222ec14..e71907e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",