From 8caad464cf244f473b3a56fd62c3220935a612dc Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:20:43 -0400 Subject: [PATCH 01/55] Mon Oct 12 2020 11:20:42 GMT-0400 (Eastern Daylight 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 0000000..98f733d --- /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 0000000..49c4501 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "4" + }, + "target_language": { + "id": "tzh-x-oxchuctzeltal", + "name": "Tzeltal de Oxchuc", + "direction": "ltr" + }, + "project": { + "id": "act", + "name": "Acts" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 8acfa6ea7104956d63a7bf51904f2400c4aff46c Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:21:55 -0400 Subject: [PATCH 02/55] Mon Oct 12 2020 11:21:54 GMT-0400 (Eastern Daylight Time) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 49c4501..8f8dcae 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 ac1b191ddee97e083bee2a54c4f8be8e948ee024 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:22:45 -0400 Subject: [PATCH 03/55] Mon Oct 12 2020 11:22:44 GMT-0400 (Eastern Daylight Time) --- front/title.txt | 1 + manifest.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..9a9d3ee --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +Hechos \ No newline at end of file diff --git a/manifest.json b/manifest.json index 8f8dcae..538dda6 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,10 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "wendyc" + ], + "finished_chunks": [ + "front-title" + ] } \ No newline at end of file From 5037773803ecafb9a693b425f759a8f5d7ffef95 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:28:45 -0400 Subject: [PATCH 04/55] Mon Oct 12 2020 11:28:44 GMT-0400 (Eastern Daylight Time) --- 01/title.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 01/title.txt diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..cf44e5d --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Hechos 1 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 538dda6..70a7f44 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "wendyc" ], "finished_chunks": [ - "front-title" + "front-title", + "01-title" ] } \ No newline at end of file From 9a43f38ac75ebbd384ed465476e8104a393a6fd1 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:30:45 -0400 Subject: [PATCH 05/55] Mon Oct 12 2020 11:30:44 GMT-0400 (Eastern Daylight Time) --- 01/01.txt | 1 + 01/04.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 01/01.txt create mode 100644 01/04.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..f0e6f8d --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 \v 1 Ta sbabial jun te la jts’ibuy, Teofilo, la xchol spisil te bek’ jach’ spas sok te bek la yak’ nopel te Jesuse \v 2 Ja to K’alal ik’ot moel ta ch’ulchane. Te k’alal ma to xbajt’ ta ik’ela, la spas ta mantal ta swenta te ch’ul espíritu te puk-k’opetike te stsaoje. \v 3 Te k’alal k’axixa te swokole, la Yak’ sba ta ilel ta stelemal ta stojol te nopojeletike jich la yak’ ta ilel te kuxule jich ya xchu’unika. Chawinik K’aal la yak’ sba ta ilel ta stojolik, sok la yalbey sk’oplal te ajwalinel yu’un te Diose. \ No newline at end of file diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..30d4848 --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ +\v 4 K’alal tsobosbaika, la yalbey mantal te nopojeletike te manchuk ya xlok’ibael ta Jerusalen, ja’uk ya smaliyik te bila albilik yu’un te tatik Diose, jich la yal: “Te jatike la awayik stojol te la kalbeyexe, \v 5 te Juan ja nax la yak’ ich’ j ata swenta te jae, yan te jaexe le nopol ya awich’ik ak’bel te Ch’ul espiritue”. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 70a7f44..ee82440 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,8 @@ ], "finished_chunks": [ "front-title", - "01-title" + "01-title", + "01-01", + "01-04" ] } \ No newline at end of file From 5fd5e192faa79cdbc0be1e3f95c1aa3f739461ae Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:32:45 -0400 Subject: [PATCH 06/55] Mon Oct 12 2020 11:32:44 GMT-0400 (Eastern Daylight Time) --- 01/06.txt | 1 + 01/09.txt | 3 +++ manifest.json | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 01/06.txt create mode 100644 01/09.txt diff --git a/01/06.txt b/01/06.txt new file mode 100644 index 0000000..8154613 --- /dev/null +++ b/01/06.txt @@ -0,0 +1 @@ +\v 6 Te k’alal sts’obosbaik soke la sjok’ibeyik: “¿Kajwal, ja bal yorailix te ya ja wastes te ajwalil yu’un te Israelotike?” Xi’ik. \v 7 La sut: “Ma jauk ja wuunik snael te bi ora sok te bi k’aalile te ja nax ta swenta te jtatik Diose te ja ay ta swentae snaele \v 8 Ja’uk me to te jaexe ya me awich’ik ja wuelik, te k’alal ya xjul ta atojolik te ch’ul espirutue, jich yu’un testigo me xk’oex ku’un ta Jerusalen, ta spisil Judea sok ta Samaria ja nix jich ta spamal balumilal”. \ No newline at end of file diff --git a/01/09.txt b/01/09.txt new file mode 100644 index 0000000..7721f8d --- /dev/null +++ b/01/09.txt @@ -0,0 +1,3 @@ +K’alal laj ta yot’an yalel te Kajwaltik Jesus spisil in to, jich’ yakalik yilel moel ta ch’ulchan, la yich ik’el moel sok la yich’ potsel ta tokal j ato te ch’ay ta sitike. +10 Jich’ yu’un te k’alal spisilik yakalik ta yilel moel ta ch’ulchan a, ajk’ nax, cha tul winiketik te sakik sk’u spak’ik la stek’an sbaik ta stojolik. +11 Jich’ la yalik: “ Jaex Galileo wineketik, ¿bistiuk’ te tek’elatik le to te yakex yilel te ch’ulchane? Ja te Jesus te la awilik mo bael ta ch’ulchane, jich’ te bit’il bajt’ ta ch’ulchane jich nix ya sujtel” diff --git a/manifest.json b/manifest.json index ee82440..47ba2ea 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "front-title", "01-title", "01-01", - "01-04" + "01-04", + "01-06" ] } \ No newline at end of file From 758424c88efd8336abc018b216549832d12a62a1 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:40:45 -0400 Subject: [PATCH 07/55] Mon Oct 12 2020 11:40:45 GMT-0400 (Eastern Daylight Time) --- 01/09.txt | 4 +--- 01/12.txt | 3 +++ manifest.json | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 01/12.txt diff --git a/01/09.txt b/01/09.txt index 7721f8d..90d2efd 100644 --- a/01/09.txt +++ b/01/09.txt @@ -1,3 +1 @@ -K’alal laj ta yot’an yalel te Kajwaltik Jesus spisil in to, jich’ yakalik yilel moel ta ch’ulchan, la yich ik’el moel sok la yich’ potsel ta tokal j ato te ch’ay ta sitike. -10 Jich’ yu’un te k’alal spisilik yakalik ta yilel moel ta ch’ulchan a, ajk’ nax, cha tul winiketik te sakik sk’u spak’ik la stek’an sbaik ta stojolik. -11 Jich’ la yalik: “ Jaex Galileo wineketik, ¿bistiuk’ te tek’elatik le to te yakex yilel te ch’ulchane? Ja te Jesus te la awilik mo bael ta ch’ulchane, jich’ te bit’il bajt’ ta ch’ulchane jich nix ya sujtel” +\v 9 K’alal laj ta yot’an yalel te Kajwaltik Jesus spisil in to, jich’ yakalik yilel moel ta ch’ulchan, la yich ik’el moel sok la yich’ potsel ta tokal j ato te ch’ay ta sitike. \v 10 Jich’ yu’un te k’alal spisilik yakalik ta yilel moel ta ch’ulchan a, ajk’ nax, cha tul winiketik te sakik sk’u spak’ik la stek’an sbaik ta stojolik. \v 11 Jich’ la yalik: “ Jaex Galileo wineketik, ¿bistiuk’ te tek’elatik le to te yakex yilel te ch’ulchane? Ja te Jesus te la awilik mo bael ta ch’ulchane, jich’ te bit’il bajt’ ta ch’ulchane jich nix ya sujtel” \ No newline at end of file diff --git a/01/12.txt b/01/12.txt new file mode 100644 index 0000000..b60478f --- /dev/null +++ b/01/12.txt @@ -0,0 +1,3 @@ +\v 12 Jich’ yu’un sujt’ik bael ta Jerusalen, melel ayik ta wits’ Olivo a, te ay ta nopol Jerusalen, ta sk’alelal kux ot’anil. +\v 13 13 K’alal k’otik ta lok’el tey a, moik bael ta xchakajal na’, te banti ayik ta nainela. Jaik in to: Pedro, Juan, Jacobo, Andres, Felipe, Tomas, Bartolome, Mateo, Jacobo snich’an te Alfeo, Simon te yan sbi’il te Zelote xie sok te Judas te snich’an te Jacobo. +\v 14 14 Ta spisilik in to junax yot’an sbaik, janix jich yakalik ta sk’oponel te Diose. Le ayika te atsetike, Maria te sme te Jesus sok te yermanotake. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 47ba2ea..2bb242a 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-title", "01-01", "01-04", - "01-06" + "01-06", + "01-09" ] } \ No newline at end of file From f6d654c4ac2abb533bfa42d8866e9d8a141e18ed Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:42:45 -0400 Subject: [PATCH 08/55] Mon Oct 12 2020 11:42:45 GMT-0400 (Eastern Daylight Time) --- 01/12.txt | 4 +--- 01/15.txt | 1 + 01/17.txt | 2 ++ manifest.json | 4 +++- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 01/15.txt create mode 100644 01/17.txt diff --git a/01/12.txt b/01/12.txt index b60478f..9813f6c 100644 --- a/01/12.txt +++ b/01/12.txt @@ -1,3 +1 @@ -\v 12 Jich’ yu’un sujt’ik bael ta Jerusalen, melel ayik ta wits’ Olivo a, te ay ta nopol Jerusalen, ta sk’alelal kux ot’anil. -\v 13 13 K’alal k’otik ta lok’el tey a, moik bael ta xchakajal na’, te banti ayik ta nainela. Jaik in to: Pedro, Juan, Jacobo, Andres, Felipe, Tomas, Bartolome, Mateo, Jacobo snich’an te Alfeo, Simon te yan sbi’il te Zelote xie sok te Judas te snich’an te Jacobo. -\v 14 14 Ta spisilik in to junax yot’an sbaik, janix jich yakalik ta sk’oponel te Diose. Le ayika te atsetike, Maria te sme te Jesus sok te yermanotake. \ No newline at end of file +\v 12 Jich’ yu’un sujt’ik bael ta Jerusalen, melel ayik ta wits’ Olivo a, te ay ta nopol Jerusalen, ta sk’alelal kux ot’anil. \v 13 K’alal k’otik ta lok’el tey a, moik bael ta xchakajal na’, te banti ayik ta nainela. Jaik in to: Pedro, Juan, Jacobo, Andres, Felipe, Tomas, Bartolome, Mateo, Jacobo snich’an te Alfeo, Simon te yan sbi’il te Zelote xie sok te Judas te snich’an te Jacobo. \v 14 Ta spisilik in to junax yot’an sbaik, janix jich yakalik ta sk’oponel te Diose. Le ayika te atsetike, Maria te sme te Jesus sok te yermanotake. \ No newline at end of file diff --git a/01/15.txt b/01/15.txt new file mode 100644 index 0000000..88a7da4 --- /dev/null +++ b/01/15.txt @@ -0,0 +1 @@ +\v 15 La sta yorail te Pedro la stek’an sba ta yolilal te kermanotaktik, ay niwan wakwinik ta tul ta spisilik jich la yal: \v 16 “Kermanotak, puersa me k’ot ta pasel te bina ts’ibubil jilele, ja bi ja te bina yaloj jilel te ch’ul espiritue ta sti’ te David, ta swenta te Judas, te ja la yik’ bael te mach’atik la xchukik te Jesuse. \ No newline at end of file diff --git a/01/17.txt b/01/17.txt new file mode 100644 index 0000000..c135b00 --- /dev/null +++ b/01/17.txt @@ -0,0 +1,2 @@ +Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. +18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. diff --git a/manifest.json b/manifest.json index 2bb242a..d589e6a 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,8 @@ "01-01", "01-04", "01-06", - "01-09" + "01-09", + "01-12", + "01-15" ] } \ No newline at end of file From 72aff3db24ad5eb22fb2dc4ef28e3abef74ae19d Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:44:45 -0400 Subject: [PATCH 09/55] Mon Oct 12 2020 11:44:45 GMT-0400 (Eastern Daylight Time) --- 01/17.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01/17.txt b/01/17.txt index c135b00..cede268 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1,2 +1,2 @@ -Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. -18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. +\v 17 \v 18 Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. +18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. \v 19 Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. \ No newline at end of file From 3fa929059ae53f5bd737862fe8ecf844c719357f Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:48:45 -0400 Subject: [PATCH 10/55] Mon Oct 12 2020 11:48:45 GMT-0400 (Eastern Daylight Time) --- 01/17.txt | 3 +-- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/01/17.txt b/01/17.txt index cede268..287695d 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1,2 +1 @@ -\v 17 \v 18 Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. -18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. \v 19 Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. \ No newline at end of file +\v 17 Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. \v 18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. \v 19 Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d589e6a..4d592ac 100644 --- a/manifest.json +++ b/manifest.json @@ -43,6 +43,7 @@ "01-06", "01-09", "01-12", - "01-15" + "01-15", + "01-17" ] } \ No newline at end of file From 92c391e9e8156b2f357cc3873a2654581330cc89 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 11:56:45 -0400 Subject: [PATCH 11/55] Mon Oct 12 2020 11:56:45 GMT-0400 (Eastern Daylight Time) --- 01/17.txt | 2 +- 01/20.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/20.txt diff --git a/01/17.txt b/01/17.txt index 287695d..e8ad58d 100644 --- a/01/17.txt +++ b/01/17.txt @@ -1 +1 @@ -\v 17 Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. \v 18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. \v 19 Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. \ No newline at end of file +\v 17 Melel junax ayotik sok-a ja nix jich ak’bot ta swenta te at’ele. \v 18 (Ja yu’un te winik to la sman sk’inala te stojol la yich’ yu’un te bina ma lekuk la spase, ja nix jich koel bajt’ te sjole sok te sbak’ tale t’om spisil, te yutil xch’ujt’e pujk’ lok’el. \v 19 Spisilik te mach’atik nainemik ta Jerusalen la yayik stojol, jich yu’un la yak’ beyik sbiil te k’inal to ta skopik “Acéldama” jabi ja ya sk’an yal, “ Sk’inal ch’ich”) \ No newline at end of file diff --git a/01/20.txt b/01/20.txt new file mode 100644 index 0000000..bc3cf93 --- /dev/null +++ b/01/20.txt @@ -0,0 +1 @@ +\v 20 Ja yuún te tsibubil ta sjun salmos: te skinalike manchuk nme ay stuul ni tuluk me mach´a ya xnain lea. ´´ ayuk me mach´a yan ya xtal wolwanuke. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4d592ac..0e32612 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "01-09", "01-12", "01-15", - "01-17" + "01-17", + "01-20" ] } \ No newline at end of file From c7abbb34ec6413dedcd1753bc41eb643d8d76284 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:04:45 -0400 Subject: [PATCH 12/55] Mon Oct 12 2020 12:04:45 GMT-0400 (Eastern Daylight Time) --- 01/21.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 01/21.txt diff --git a/01/21.txt b/01/21.txt new file mode 100644 index 0000000..b840ddd --- /dev/null +++ b/01/21.txt @@ -0,0 +1,2 @@ +\v 21 \v 22 \v 23 21 ya me sk´an, jich yuun te tul winik te sjoinejotiknanix ta spisil ora te k´alal te kawaltik Jesus x-och x-lok´nax ta tojoltika,22 jato te jach te ich ja´ yuun te Juan jich nix te k´alal la sta yorail te ik´ot moel, jich me testigo ya xk´ot ta tojoltik te ay te cha kuxele. +23 jich neelajik te cha tul winiketik, Jose te sbiil Barsabás, janix jich sbiiline te mero toj sok nix te Matias. \ No newline at end of file From 6ec4e0a5444d30684ed80ff177e1c72dbbf120c7 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:20:45 -0400 Subject: [PATCH 13/55] Mon Oct 12 2020 12:20:45 GMT-0400 (Eastern Daylight Time) --- 01/21.txt | 3 +-- 01/24.txt | 1 + 02/01.txt | 4 ++++ 02/title.txt | 1 + manifest.json | 5 ++++- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 01/24.txt create mode 100644 02/01.txt create mode 100644 02/title.txt diff --git a/01/21.txt b/01/21.txt index b840ddd..a1a5af0 100644 --- a/01/21.txt +++ b/01/21.txt @@ -1,2 +1 @@ -\v 21 \v 22 \v 23 21 ya me sk´an, jich yuun te tul winik te sjoinejotiknanix ta spisil ora te k´alal te kawaltik Jesus x-och x-lok´nax ta tojoltika,22 jato te jach te ich ja´ yuun te Juan jich nix te k´alal la sta yorail te ik´ot moel, jich me testigo ya xk´ot ta tojoltik te ay te cha kuxele. -23 jich neelajik te cha tul winiketik, Jose te sbiil Barsabás, janix jich sbiiline te mero toj sok nix te Matias. \ No newline at end of file +\v 21 ya me sk´an, jich yuun te tul winik te sjoinejotiknanix ta spisil ora te k´alal te kawaltik Jesus x-och x-lok´nax ta tojoltika, \v 22 jato te jach te ich ja´ yuun te Juan jich nix te k´alal la sta yorail te ik´ot moel, jich me testigo ya xk´ot ta tojoltik te ay te cha kuxele. \v 23 jich neelajik te cha tul winiketik, Jose te sbiil Barsabás, janix jich sbiiline te mero toj sok nix te Matias. \ No newline at end of file diff --git a/01/24.txt b/01/24.txt new file mode 100644 index 0000000..3572f19 --- /dev/null +++ b/01/24.txt @@ -0,0 +1 @@ +\v 24 la sk´oponik te kajwaltik jich la yalik: “ Ja at Kajwal, janaojbey yot’anik te ants’ winiketik, jich’ yu’un ak’botik jnatik stojol te mach’a ta xch’a tulul te tsabili awu’une, \v 25 te ja ya yich’ abatinel sok ta spukel te ja ak’ope te bit’il te Judas la skaxintey mantal jich’ bajt’ te banti yawil albile”. \v 26 Jich jach’ yak’ bey sbaik yajtalul ta swenta yilik te mach’a xk’ot ta swenta; jich k’ot ta swenta te Matias, jich jil ta ajtayel sok te puk’ k’opetik te buluch tul. \ No newline at end of file diff --git a/02/01.txt b/02/01.txt new file mode 100644 index 0000000..57522e1 --- /dev/null +++ b/02/01.txt @@ -0,0 +1,4 @@ +\c 2 \v 1 Te k´alal jul tel te skalelal te pentescostes, junax ayik ta spisilik +2 \v 2 aybi k´opo tulan ta chulchan jich bit´il tulan ik´, no te yutil, naj te banti nakatik +3 \v 3 Chiknatel ta skopik jich bit´il k´ak te la spuksba ta stojolik ta jujutul +4 \v 4 Ta spisilik nojesotik ta ch´ul espíritu santo jich kajik ta yantik k´op, jich nix te bit´il la yak´bey ta yot´an ta juju tul te ch´ul espíritu santo \ No newline at end of file diff --git a/02/title.txt b/02/title.txt new file mode 100644 index 0000000..88b0880 --- /dev/null +++ b/02/title.txt @@ -0,0 +1 @@ +Capitulo 2 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0e32612..b78559f 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,9 @@ "01-12", "01-15", "01-17", - "01-20" + "01-20", + "01-21", + "01-24", + "02-title" ] } \ No newline at end of file From 0cad149ce2503e0f21286a43686ece2bc606dd3c Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:22:46 -0400 Subject: [PATCH 14/55] Mon Oct 12 2020 12:22:45 GMT-0400 (Eastern Daylight Time) --- 02/01.txt | 5 +---- 02/05.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 02/05.txt diff --git a/02/01.txt b/02/01.txt index 57522e1..525ba3d 100644 --- a/02/01.txt +++ b/02/01.txt @@ -1,4 +1 @@ -\c 2 \v 1 Te k´alal jul tel te skalelal te pentescostes, junax ayik ta spisilik -2 \v 2 aybi k´opo tulan ta chulchan jich bit´il tulan ik´, no te yutil, naj te banti nakatik -3 \v 3 Chiknatel ta skopik jich bit´il k´ak te la spuksba ta stojolik ta jujutul -4 \v 4 Ta spisilik nojesotik ta ch´ul espíritu santo jich kajik ta yantik k´op, jich nix te bit´il la yak´bey ta yot´an ta juju tul te ch´ul espíritu santo \ No newline at end of file +\c 2 \v 1 Te k´alal jul tel te skalelal te pentescostes, junax ayik ta spisilik. \v 2 aybi k´opo tulan ta chulchan jich bit´il tulan ik´, no te yutil, naj te banti nakatik. \v 3 Chiknatel ta skopik jich bit´il k´ak te la spuksba ta stojolik ta jujutul. \v 4 Ta spisilik nojesotik ta ch´ul espíritu santo jich kajik ta yantik k´op, jich nix te bit´il la yak´bey ta yot´an ta juju tul te ch´ul espíritu santo \ No newline at end of file diff --git a/02/05.txt b/02/05.txt new file mode 100644 index 0000000..a60b685 --- /dev/null +++ b/02/05.txt @@ -0,0 +1 @@ +\v 5 Jichun into ay judioetik te nainemik ta jesrusalen, winiketik te pek´el yot´anik, ta spamal lum k´inal \v 6 Te k´alal la yayik stojol te tulan k´op, la stobsbaik ta spisilik, ma snaik te bek yak ta k´oel pasele ta juju tul yakik k´op ta swenta sk´opik \v 7 Chamnax la yayik sba y kaxnax túbil sba jich la yalik: ¿maba jauk te galileoetik te yakik ta k´ope? \ No newline at end of file diff --git a/manifest.json b/manifest.json index b78559f..e5b877d 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,8 @@ "01-20", "01-21", "01-24", - "02-title" + "02-title", + "02-01", + "02-05" ] } \ No newline at end of file From 8d54ad710958de37e3d8eaa7645b888ba2cf618d Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:34:45 -0400 Subject: [PATCH 15/55] Mon Oct 12 2020 12:34:45 GMT-0400 (Eastern Daylight Time) --- 02/08.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 02/08.txt diff --git a/02/08.txt b/02/08.txt new file mode 100644 index 0000000..bc2f601 --- /dev/null +++ b/02/08.txt @@ -0,0 +1,4 @@ +\v 8 \v 9 \v 10 \v 11 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal +9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia +10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma +11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file From 0836f66a489d5f6f08acd9835e4ace4bf31db933 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:36:45 -0400 Subject: [PATCH 16/55] Mon Oct 12 2020 12:36:45 GMT-0400 (Eastern Daylight Time) --- 02/08.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/02/08.txt b/02/08.txt index bc2f601..4851ce6 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,4 +1,3 @@ -\v 8 \v 9 \v 10 \v 11 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal -9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia -10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma -11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file +\v 8 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal \v 9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia +10 \v 10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma +11 \v 11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file From 768a6f9dc6de0456259d6ccc1eae89d8423a179e Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:38:45 -0400 Subject: [PATCH 17/55] Mon Oct 12 2020 12:38:45 GMT-0400 (Eastern Daylight Time) --- 02/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/08.txt b/02/08.txt index 4851ce6..0dca7bb 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,3 +1,3 @@ \v 8 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal \v 9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia -10 \v 10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma + \v 10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma 11 \v 11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file From f2055c91e96c0fa9ee796f30ee2b5c92e6a1f10f Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:40:46 -0400 Subject: [PATCH 18/55] Mon Oct 12 2020 12:40:45 GMT-0400 (Eastern Daylight Time) --- 02/08.txt | 4 +--- 02/12.txt | 1 + 02/14.txt | 2 ++ manifest.json | 4 +++- 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 02/12.txt create mode 100644 02/14.txt diff --git a/02/08.txt b/02/08.txt index 0dca7bb..bd22f70 100644 --- a/02/08.txt +++ b/02/08.txt @@ -1,3 +1 @@ -\v 8 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal \v 9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia - \v 10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma -11 \v 11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file +\v 8 yakotik yayel stojol ta juju tul te bit´il yakik ta k´op jich bit´il skopel ta xchilemal \v 9 Partos, Medos, Elamitas sok te mach´a nainemik ta Mesopotamia, judea y capadocia, ponto de Asia \v 10 sok te Frigia, panfilia, sok te Egipto sok ta slum k´inal libia ta sjoyobal sirene ilwanejetik yu´un Roma, \v 11 Judioetik sok proselitoetik, sok arabetik jootik la kaytik stojol te jach ta k´op ta swenta k´optik te muk´ yuel te kawaltik Diose \ No newline at end of file diff --git a/02/12.txt b/02/12.txt new file mode 100644 index 0000000..476b1a5 --- /dev/null +++ b/02/12.txt @@ -0,0 +1 @@ +\v 12 Chamnax la yayik, jich jach yalik ta tulutul ¿bek swenta into? \v 13 Te yantik la slabanik jich la yalik ¨ nojemix ta yach´il vino¨ \ No newline at end of file diff --git a/02/14.txt b/02/14.txt new file mode 100644 index 0000000..803f2a6 --- /dev/null +++ b/02/14.txt @@ -0,0 +1,2 @@ +Te pedro la stek´ansba sok te bulucheb ta tul tulan k´opo jich la yalbey ¨ winiketik yuun judea sok ta pisilik, te nainemex ta jerusalen, naik stojol; sok ch´ama wayik stojol te k´op to +15 Ja´ into, te antswinik maba yakalik ta yakubel, te jich bit´il ya walik, ja yoxebal k´aal yuun te sacubel k´inal diff --git a/manifest.json b/manifest.json index e5b877d..9d761b3 100644 --- a/manifest.json +++ b/manifest.json @@ -50,6 +50,8 @@ "01-24", "02-title", "02-01", - "02-05" + "02-05", + "02-08", + "02-12" ] } \ No newline at end of file From 128ad8ee186e31d02da4eb7cf660a0c0354ab151 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 12:42:46 -0400 Subject: [PATCH 19/55] Mon Oct 12 2020 12:42:45 GMT-0400 (Eastern Daylight Time) --- 02/14.txt | 3 +-- 02/16.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 02/16.txt diff --git a/02/14.txt b/02/14.txt index 803f2a6..ed6ba8c 100644 --- a/02/14.txt +++ b/02/14.txt @@ -1,2 +1 @@ -Te pedro la stek´ansba sok te bulucheb ta tul tulan k´opo jich la yalbey ¨ winiketik yuun judea sok ta pisilik, te nainemex ta jerusalen, naik stojol; sok ch´ama wayik stojol te k´op to -15 Ja´ into, te antswinik maba yakalik ta yakubel, te jich bit´il ya walik, ja yoxebal k´aal yuun te sacubel k´inal +\v 14 Te pedro la stek´ansba sok te bulucheb ta tul tulan k´opo jich la yalbey ¨ winiketik yuun judea sok ta pisilik, te nainemex ta jerusalen, naik stojol; sok ch´ama wayik stojol te k´op to \v 15 Ja´ into, te antswinik maba yakalik ta yakubel, te jich bit´il ya walik, ja yoxebal k´aal yuun te sacubel k´inal. \ No newline at end of file diff --git a/02/16.txt b/02/16.txt new file mode 100644 index 0000000..4536af0 --- /dev/null +++ b/02/16.txt @@ -0,0 +1 @@ +\v 16 Te alwanej Joel jich la yal: \v 17 Ta slajibal k´aal; la yal te Diose ya malkoelte te ch´ul espíritu ta antswinik, ta walanichan, keremtak ta wachixtak ya xkopojik ta yantik k´op, te chieletik ay bi staik ilel sok te meel mamal ya xwaychejik \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9d761b3..355c0e1 100644 --- a/manifest.json +++ b/manifest.json @@ -52,6 +52,8 @@ "02-01", "02-05", "02-08", - "02-12" + "02-12", + "02-14", + "02-16" ] } \ No newline at end of file From 1792c0c0d606fd1ed793f42b85736ef020472cc4 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:20:13 -0400 Subject: [PATCH 20/55] Mon Oct 12 2020 13:20:13 GMT-0400 (Eastern Daylight Time) --- 02/18.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/18.txt diff --git a/02/18.txt b/02/18.txt new file mode 100644 index 0000000..f7d1482 --- /dev/null +++ b/02/18.txt @@ -0,0 +1 @@ +Soc te ch \ No newline at end of file From 1191a73d2c5acbd67eae5c4b41bae45cadd42603 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:22:13 -0400 Subject: [PATCH 21/55] Mon Oct 12 2020 13:22:13 GMT-0400 (Eastern Daylight Time) --- 02/18.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/18.txt b/02/18.txt index f7d1482..cdba66c 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -Soc te ch \ No newline at end of file +Soc te ch´ol copetik winik ta Ants la´scalelate ya malcueltei te ch´ul espiritue; tas spisilik xax'Jachic ta yantic cop. Yaj cabey yitic te stubilal yu un te chu´lchane sac \ No newline at end of file From b5f756778f85faa06e90549d1a3464f3b04facd5 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:24:13 -0400 Subject: [PATCH 22/55] Mon Oct 12 2020 13:24:13 GMT-0400 (Eastern Daylight Time) --- 02/18.txt | 2 +- 02/20.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/20.txt diff --git a/02/18.txt b/02/18.txt index cdba66c..4299593 100644 --- a/02/18.txt +++ b/02/18.txt @@ -1 +1 @@ -Soc te ch´ol copetik winik ta Ants la´scalelate ya malcueltei te ch´ul espiritue; tas spisilik xax'Jachic ta yantic cop. Yaj cabey yitic te stubilal yu un te chu´lchane sac \ No newline at end of file +\v 18 Soc te ch´ol copetik winik ta Ants la´scalelate ya malcueltei te ch´ul espiritue; tas spisilik xax'Jachic ta yantic cop. \v 19 Yaj cabey yitic te stubilal yu un te chu´lchane soc señailetik baumilal, chich, k´ak, soc sotcalil chael. \ No newline at end of file diff --git a/02/20.txt b/02/20.txt new file mode 100644 index 0000000..7d40265 --- /dev/null +++ b/02/20.txt @@ -0,0 +1 @@ +te caale yax catbo ta ijquilkinak, sok te ve yaz catbuta chich, tas slajibal caal, jich nix \ No newline at end of file diff --git a/manifest.json b/manifest.json index 355c0e1..0399f04 100644 --- a/manifest.json +++ b/manifest.json @@ -54,6 +54,7 @@ "02-08", "02-12", "02-14", - "02-16" + "02-16", + "02-18" ] } \ No newline at end of file From 35e33ba862d78ee3dd77090cd6a60d6dd7e10845 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:26:13 -0400 Subject: [PATCH 23/55] Mon Oct 12 2020 13:26:13 GMT-0400 (Eastern Daylight Time) --- 02/20.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/20.txt b/02/20.txt index 7d40265..a9ddb94 100644 --- a/02/20.txt +++ b/02/20.txt @@ -1 +1 @@ -te caale yax catbo ta ijquilkinak, sok te ve yaz catbuta chich, tas slajibal caal, jich nix \ No newline at end of file +\v 20 te caale yax catbo ta ijquilkinak, sok te ve yaz catbuta chich, tas slajibal caal, jich nix me bitil yalobatik Jilel te Diose. \v 21 Te mackatik yayich ta muk te Diose Jamex calik ta slalibal k´aal. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0399f04..2430061 100644 --- a/manifest.json +++ b/manifest.json @@ -55,6 +55,7 @@ "02-12", "02-14", "02-16", - "02-18" + "02-18", + "02-20" ] } \ No newline at end of file From 860028eb2df651882a7442acee3340c75c913ff9 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:28:14 -0400 Subject: [PATCH 24/55] Mon Oct 12 2020 13:28:13 GMT-0400 (Eastern Daylight Time) --- 02/22.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/22.txt diff --git a/02/22.txt b/02/22.txt new file mode 100644 index 0000000..3f0369a --- /dev/null +++ b/02/22.txt @@ -0,0 +1 @@ +Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señai \ No newline at end of file From e31198b3bfb80b5811c6dacf41ed994a9eee3498 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:30:14 -0400 Subject: [PATCH 25/55] Mon Oct 12 2020 13:30:13 GMT-0400 (Eastern Daylight Time) --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 3f0369a..9a268f3 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señai \ No newline at end of file +Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta \ No newline at end of file From 6a2b569322f01b9946cc3dcdbea70ee03ea9fcd5 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:32:14 -0400 Subject: [PATCH 26/55] Mon Oct 12 2020 13:32:13 GMT-0400 (Eastern Daylight Time) --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 9a268f3..9a87eb0 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta \ No newline at end of file +Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta cabal te Jesuse, te winiquetie te mayuc spijil las jipanic y las milik. Jich nix te Diose Jach Moel, las tsal \ No newline at end of file From 869a126fa8e28c9706191db86a5050d98a58c1eb Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:34:14 -0400 Subject: [PATCH 27/55] Mon Oct 12 2020 13:34:13 GMT-0400 (Eastern Daylight Time) --- 02/22.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/22.txt b/02/22.txt index 9a87eb0..de238f1 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta cabal te Jesuse, te winiquetie te mayuc spijil las jipanic y las milik. Jich nix te Diose Jach Moel, las tsal \ No newline at end of file +\v 22 \v 23 Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta cabal te Jesuse, te winiquetie te mayuc spijil las jipanic y las milik. \v 24 Jich nix te Diose Jach Moel, las tsal texcuxul la jel maba scanjel yota´n te beluca cotpasale ta tojolik. \ No newline at end of file From 3d1960214cae329c03e1313833fbd3992cb81da2 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:36:14 -0400 Subject: [PATCH 28/55] Mon Oct 12 2020 13:36:13 GMT-0400 (Eastern Daylight Time) --- 02/22.txt | 2 +- 02/25.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/25.txt diff --git a/02/22.txt b/02/22.txt index de238f1..dd1405b 100644 --- a/02/22.txt +++ b/02/22.txt @@ -1 +1 @@ -\v 22 \v 23 Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic Jich laj scoplal bijitusel yu un te Diose. Layaquic ta cabal te Jesuse, te winiquetie te mayuc spijil las jipanic y las milik. \v 24 Jich nix te Diose Jach Moel, las tsal texcuxul la jel maba scanjel yota´n te beluca cotpasale ta tojolik. \ No newline at end of file +\v 22 Winiquetik yuun Israel, chama wayik staloi k´opto te Jesuse yu un Nazaret, tui winik te toj ta sit te Diose ta tojolik yu un te muk te yuele sok tubilsba sok la yak señailetik, tas wenta tik, Jich nix te bila ya naik tolol ta pisitic. \v 23 Jich laj scoplal bijitusel yu un te Diose. Layaquic ta cabal te Jesuse, te winiquetie te mayuc spijil las jipanic y las milik. \v 24 Jich nix te Diose Jach Moel, las tsal texcuxul la jel maba scanjel yota´n te beluca cotpasale ta tojolik. \ No newline at end of file diff --git a/02/25.txt b/02/25.txt new file mode 100644 index 0000000..def891c --- /dev/null +++ b/02/25.txt @@ -0,0 +1 @@ +Te David ya yalbex scoplal jich yalto: "Jo on la quil te cawaltike ta sit quelaw, tas spisil ora ay ta s \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2430061..be5aeea 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,7 @@ "02-14", "02-16", "02-18", - "02-20" + "02-20", + "02-22" ] } \ No newline at end of file From 59221744330651814e3e0419802587af53f23986 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:38:14 -0400 Subject: [PATCH 29/55] Mon Oct 12 2020 13:38:14 GMT-0400 (Eastern Daylight Time) --- 02/25.txt | 2 +- 02/27.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/27.txt diff --git a/02/25.txt b/02/25.txt index def891c..bb3fe1c 100644 --- a/02/25.txt +++ b/02/25.txt @@ -1 +1 @@ -Te David ya yalbex scoplal jich yalto: "Jo on la quil te cawaltike ta sit quelaw, tas spisil ora ay ta s \ No newline at end of file +\v 25 Te David ya yalbex scoplal jich yalto: "Jo on la quil te cawaltike ta sit quelaw, tas spisil ora ay ta swael k´ab, jich mayuc macha yastas tijon. \v 26 Jich yuun, hay sbuts te cotan socte kac hay yutsil soc te baquetale yax nain tajtojol. \ No newline at end of file diff --git a/02/27.txt b/02/27.txt new file mode 100644 index 0000000..510af8b --- /dev/null +++ b/02/27.txt @@ -0,0 +1 @@ +Maba ya wilteyon a tu \ No newline at end of file diff --git a/manifest.json b/manifest.json index be5aeea..7aa3038 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,7 @@ "02-16", "02-18", "02-20", - "02-22" + "02-22", + "02-25" ] } \ No newline at end of file From 9901f1b884c2a43b78055e99b5cd2c069afede55 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:40:14 -0400 Subject: [PATCH 30/55] Mon Oct 12 2020 13:40:13 GMT-0400 (Eastern Daylight Time) --- 02/27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/27.txt b/02/27.txt index 510af8b..d9fc16e 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -Maba ya wilteyon a tu \ No newline at end of file +Maba ya wilteyon a tuque te xchulele maba xa wac xwoclajuk nijauk te macha toj ta balumilal yas ta ilel de beca amenta pasei. La wacbon quil te sbelal te cuxinel; ya nojeson ta yutsil otanil tas swenta sita welaw. \ No newline at end of file From 64b225fbef2816150a7b76d813278991ddf5fe4b Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:42:14 -0400 Subject: [PATCH 31/55] Mon Oct 12 2020 13:42:13 GMT-0400 (Eastern Daylight Time) --- 02/27.txt | 2 +- 02/29.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/29.txt diff --git a/02/27.txt b/02/27.txt index d9fc16e..438069d 100644 --- a/02/27.txt +++ b/02/27.txt @@ -1 +1 @@ -Maba ya wilteyon a tuque te xchulele maba xa wac xwoclajuk nijauk te macha toj ta balumilal yas ta ilel de beca amenta pasei. La wacbon quil te sbelal te cuxinel; ya nojeson ta yutsil otanil tas swenta sita welaw. \ No newline at end of file +\v 27 Maba ya wilteyon a tuque te xchulele maba xa wac xwoclajuk nijauk te macha toj ta balumilal yas ta ilel de beca amenta pasei. \v 28 La wacbon quil te sbelal te cuxinel; ya nojeson ta yutsil otanil tas swenta sita welaw. \ No newline at end of file diff --git a/02/29.txt b/02/29.txt new file mode 100644 index 0000000..4436177 --- /dev/null +++ b/02/29.txt @@ -0,0 +1 @@ +Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7aa3038..d29d27a 100644 --- a/manifest.json +++ b/manifest.json @@ -58,6 +58,7 @@ "02-18", "02-20", "02-22", - "02-25" + "02-25", + "02-27" ] } \ No newline at end of file From 58619539634e246d6053d9feb2e5175fa302ddc2 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:44:14 -0400 Subject: [PATCH 32/55] Mon Oct 12 2020 13:44:13 GMT-0400 (Eastern Daylight Time) --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 4436177..7199383 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, \ No newline at end of file +Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, hay ta jtojoltik te caal to. Jich yu un jatul alwanej y saostabi \ No newline at end of file From df59f1c18234593fdc2c87bcb59ae719a60b8c35 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:46:14 -0400 Subject: [PATCH 33/55] Mon Oct 12 2020 13:46:13 GMT-0400 (Eastern Daylight Time) --- 02/29.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/29.txt b/02/29.txt index 7199383..81f59f4 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, hay ta jtojoltik te caal to. Jich yu un jatul alwanej y saostabi \ No newline at end of file +\v 29 \v 30 Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, hay ta jtojoltik te caal to. Jich yu un jatul alwanej y saostabl te Diose Jich la yal un k´op. \v 31 Las tailei y copo yu un te chacuxel yu un te Cristoe : Maba la yictayictayotan de bati hay te waciajeyle te sbaquetale maba la yil te beca amene. \ No newline at end of file From 189652074cc94016ed0470ec086bc11430d9d799 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 13:46:25 -0400 Subject: [PATCH 34/55] Mon Oct 12 2020 13:46:24 GMT-0400 (Eastern Daylight Time) --- 02/29.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/29.txt b/02/29.txt index 81f59f4..c3e1a99 100644 --- a/02/29.txt +++ b/02/29.txt @@ -1 +1 @@ -\v 29 \v 30 Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, hay ta jtojoltik te caal to. Jich yu un jatul alwanej y saostabl te Diose Jich la yal un k´op. \v 31 Las tailei y copo yu un te chacuxel yu un te Cristoe : Maba la yictayictayotan de bati hay te waciajeyle te sbaquetale maba la yil te beca amene. \ No newline at end of file +\v 29 Banquiltac, yaj coponex tas swenta stojil cop yu un te muk ajwalil David: laj y jmuk, te muquenal chen, hay ta jtojoltik te caal to. \v 30 Jich yu un jatul alwanej y saostabl te Diose Jich la yal un k´op. \v 31 Las tailei y copo yu un te chacuxel yu un te Cristoe : Maba la yictayictayotan de bati hay te waciajeyle te sbaquetale maba la yil te beca amene. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d29d27a..5842fbc 100644 --- a/manifest.json +++ b/manifest.json @@ -59,6 +59,7 @@ "02-20", "02-22", "02-25", - "02-27" + "02-27", + "02-29" ] } \ No newline at end of file From 15f58dc503786b0047c7781d047a104beffb5e3a Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:23:49 -0400 Subject: [PATCH 35/55] Mon Oct 12 2020 19:23:48 GMT-0400 (Eastern Daylight Time) --- 02/32.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/32.txt diff --git a/02/32.txt b/02/32.txt new file mode 100644 index 0000000..c70252e --- /dev/null +++ b/02/32.txt @@ -0,0 +1 @@ +\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun \ No newline at end of file From 1a482269199a3478c6d32695723b0de85e38a997 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:25:49 -0400 Subject: [PATCH 36/55] Mon Oct 12 2020 19:25:48 GMT-0400 (Eastern Daylight Time) --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index c70252e..3a4e778 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun \ No newline at end of file +\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun Majtanil yuunte chuul Espiritu Santo ta swenta hax \ No newline at end of file From 89048dac5921c40da189948ce2d9662d675be9ae Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:33:49 -0400 Subject: [PATCH 37/55] Mon Oct 12 2020 19:33:48 GMT-0400 (Eastern Daylight Time) --- 02/32.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/32.txt b/02/32.txt index 3a4e778..5b6799d 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun Majtanil yuunte chuul Espiritu Santo ta swenta hax \ No newline at end of file +\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun Majtanil yuunte chuul Espiritu Santo ta swenta hax te tatile, Jame te las malcuel tel into, te Jatik ya wilik y ya wayiestojol \ No newline at end of file From 19781b7628d66173ef1e5305c76e41ea93c5eb28 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:35:49 -0400 Subject: [PATCH 38/55] Mon Oct 12 2020 19:35:48 GMT-0400 (Eastern Daylight Time) --- 02/32.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/32.txt b/02/32.txt index 5b6799d..257ff37 100644 --- a/02/32.txt +++ b/02/32.txt @@ -1 +1 @@ -\v 32 \v 33 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun Majtanil yuunte chuul Espiritu Santo ta swenta hax te tatile, Jame te las malcuel tel into, te Jatik ya wilik y ya wayiestojol \ No newline at end of file +\v 32 Te cawatik Jesuse te Diose Jaxmoel Jich te Jotik lajtatie ilel ta pisiltis. \v 33 Jich yuun, te Jax moel tas swael scabte Diose te las stsak te Jun Majtanil yuunte chuul Espiritu Santo ta swenta hax te tatile, Jame te las malcuel tel into, te Jatik ya wilik y ya wayicstojol. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5842fbc..2eae781 100644 --- a/manifest.json +++ b/manifest.json @@ -60,6 +60,7 @@ "02-22", "02-25", "02-27", - "02-29" + "02-29", + "02-32" ] } \ No newline at end of file From 85e5931a41afa8ada2a1b4ad588176031a46f5ee Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:37:49 -0400 Subject: [PATCH 39/55] Mon Oct 12 2020 19:37:48 GMT-0400 (Eastern Daylight Time) --- 02/34.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/34.txt diff --git a/02/34.txt b/02/34.txt new file mode 100644 index 0000000..c44c982 --- /dev/null +++ b/02/34.txt @@ -0,0 +1 @@ +Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab \ No newline at end of file From e01a73c9e0c914739ea499ecb48e15474f7ac44c Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:39:49 -0400 Subject: [PATCH 40/55] Mon Oct 12 2020 19:39:48 GMT-0400 (Eastern Daylight Time) --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index c44c982..5c49b1d 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab \ No newline at end of file +Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab. Jato teme laj pasbex te snactijib te Ja contrae tas wenta te banti awac te Ja wacane. Jich yu´un iquitayaik te noa Israel te melel snao te Dios j \ No newline at end of file From f1de6c8c1d9f062e4b8d68c0e33f3c21ea90a69f Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:41:49 -0400 Subject: [PATCH 41/55] Mon Oct 12 2020 19:41:48 GMT-0400 (Eastern Daylight Time) --- 02/34.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/34.txt b/02/34.txt index 5c49b1d..55cc1fd 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab. Jato teme laj pasbex te snactijib te Ja contrae tas wenta te banti awac te Ja wacane. Jich yu´un iquitayaik te noa Israel te melel snao te Dios j \ No newline at end of file +Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab. Jato teme laj pasbex te snactijib te Ja contrae tas wenta te banti awac te Ja wacane. Jich yu´un iquitayaik te noa Israel te melel snao te Dios já spaso, kawaltik Cristo, \ No newline at end of file From 32622a5016bfc23dd66207cd87b93fe1070106cd Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:43:49 -0400 Subject: [PATCH 42/55] Mon Oct 12 2020 19:43:48 GMT-0400 (Eastern Daylight Time) --- 02/34.txt | 2 +- 02/37.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/37.txt diff --git a/02/34.txt b/02/34.txt index 55cc1fd..da24b78 100644 --- a/02/34.txt +++ b/02/34.txt @@ -1 +1 @@ -Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab. Jato teme laj pasbex te snactijib te Ja contrae tas wenta te banti awac te Ja wacane. Jich yu´un iquitayaik te noa Israel te melel snao te Dios já spaso, kawaltik Cristo, \ No newline at end of file +\v 34 Te Dabid maba mobael ta chu´chan: Jich yal to te winic la yaal tas swennta tej winie nacajanta seaei cab. \v 35 Jato teme laj pasbex te snactijib te Ja contrae tas wenta te banti awac te Ja wacane. \v 36 Jich yu´un iquitayaik te noa Israel te melel snao te Dios já spaso, kawaltik Cristo, Já to jo´me te Cristo te jaex la milik. \ No newline at end of file diff --git a/02/37.txt b/02/37.txt new file mode 100644 index 0000000..ef1b956 --- /dev/null +++ b/02/37.txt @@ -0,0 +1 @@ +Te k´alal la yayik stojol to , k´ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2eae781..d592ae2 100644 --- a/manifest.json +++ b/manifest.json @@ -61,6 +61,7 @@ "02-25", "02-27", "02-29", - "02-32" + "02-32", + "02-34" ] } \ No newline at end of file From 05ddb9d9cbf9eeed6de28f8f64ca065174bf90f2 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:45:49 -0400 Subject: [PATCH 43/55] Mon Oct 12 2020 19:45:48 GMT-0400 (Eastern Daylight Time) --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index ef1b956..d32a9f0 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -Te k´alal la yayik stojol to , k´ \ No newline at end of file +\v 37 \v 38 \v 39 Te k´alal la yayik stojol to , k´ot ta yot´onik jich la yalbeyik te Pedro sok te yantik chol k´opetik: "kermanotak, ¿ \ No newline at end of file From 7a1b88e4741b62440632a247e0a8f76505be649a Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:47:49 -0400 Subject: [PATCH 44/55] Mon Oct 12 2020 19:47:48 GMT-0400 (Eastern Daylight Time) --- 02/37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/37.txt b/02/37.txt index d32a9f0..d11b40e 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Te k´alal la yayik stojol to , k´ot ta yot´onik jich la yalbeyik te Pedro sok te yantik chol k´opetik: "kermanotak, ¿ \ No newline at end of file +\v 37 \v 38 \v 39 Te k´alal la yayik stojol to , k´ot ta yot´onik jich la yalbeyik te Pedro sok te yantik chol k´opetik: "kermanotak, ¿beluk ya stak jpastik?" Te Pedro jich la sutbey: "suta awot´anik sok ich´aik já ta tulu tul, ta sbiil te Jesucristo jich me ya yakbeyex te perdone, Janix ya awichik tu ch´ul Espiritu Santo. Jaex me awunik \ No newline at end of file From 0ad4b5b75f73437d4cba3d05ff3c0ef974ce9c1a Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 19:49:03 -0400 Subject: [PATCH 45/55] Mon Oct 12 2020 19:49:02 GMT-0400 (Eastern Daylight Time) --- 02/37.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/37.txt b/02/37.txt index d11b40e..b905b53 100644 --- a/02/37.txt +++ b/02/37.txt @@ -1 +1 @@ -\v 37 \v 38 \v 39 Te k´alal la yayik stojol to , k´ot ta yot´onik jich la yalbeyik te Pedro sok te yantik chol k´opetik: "kermanotak, ¿beluk ya stak jpastik?" Te Pedro jich la sutbey: "suta awot´anik sok ich´aik já ta tulu tul, ta sbiil te Jesucristo jich me ya yakbeyex te perdone, Janix ya awichik tu ch´ul Espiritu Santo. Jaex me awunik \ No newline at end of file +\v 37 Te k´alal la yayik stojol to , k´ot ta yot´onik jich la yalbeyik te Pedro sok te yantik chol k´opetik: "kermanotak, ¿beluk ya stak jpastik?" \v 38 Te Pedro jich la sutbey: "suta awot´anik sok ich´aik já ta tulu tul, ta sbiil te Jesucristo jich me ya yakbeyex te perdone, Janix ya awichik tu ch´ul Espiritu Santo. \v 39 Jaex me awunik te beluk albil skoplale sok awalnichanik, sok nix te mach´o k´ejel to ayik, chikan te macha ya x_ik´ot yu´un te kawaltik Diose. \ No newline at end of file diff --git a/manifest.json b/manifest.json index d592ae2..bb5fc7b 100644 --- a/manifest.json +++ b/manifest.json @@ -62,6 +62,7 @@ "02-27", "02-29", "02-32", - "02-34" + "02-34", + "02-37" ] } \ No newline at end of file From af8e5be12b89e93081247fa622da648e42c80794 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:19:04 -0400 Subject: [PATCH 46/55] Mon Oct 12 2020 20:19:04 GMT-0400 (Eastern Daylight Time) --- 02/40.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 02/40.txt diff --git a/02/40.txt b/02/40.txt new file mode 100644 index 0000000..998afbf --- /dev/null +++ b/02/40.txt @@ -0,0 +1 @@ +Ta k´op ayejetik la stak´uyxan te jich la yal \ No newline at end of file From 70eeefee2fe4146d6cc8c5a99b6517f21843f5b5 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:21:04 -0400 Subject: [PATCH 47/55] Mon Oct 12 2020 20:21:04 GMT-0400 (Eastern Daylight Time) --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 998afbf..1879664 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Ta k´op ayejetik la stak´uyxan te jich la yal \ No newline at end of file +Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, \ No newline at end of file From c0256ecbb94ddecab027b780f6ba33a59cd25cdb Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:23:04 -0400 Subject: [PATCH 48/55] Mon Oct 12 2020 20:23:04 GMT-0400 (Eastern Daylight Time) --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index 1879664..a8fbfa2 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, \ No newline at end of file +Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, sok nix te k´aalabi tebxanix ma´ la sta te oxmil ch´ulelaletik te ak´botik. Jich ka yat´elinik snopilajel te chal k´opetik, te junax la yak´sbaik, te k \ No newline at end of file From b8cfb3ff47444c6489aba7dd1c58f38854d627a8 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:29:04 -0400 Subject: [PATCH 49/55] Mon Oct 12 2020 20:29:04 GMT-0400 (Eastern Daylight Time) --- 02/40.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/40.txt b/02/40.txt index a8fbfa2..b7c23b7 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, sok nix te k´aalabi tebxanix ma´ la sta te oxmil ch´ulelaletik te ak´botik. Jich ka yat´elinik snopilajel te chal k´opetik, te junax la yak´sbaik, te k \ No newline at end of file +\v 40 \v 41 \v 42 Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, sok nix te k´aalabi tebxanix ma´ la sta te oxmil ch´ulelaletik te ak´botik. Jich \ No newline at end of file From 14ba53373335fd9efcd346343be9e1fb95298f54 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:31:04 -0400 Subject: [PATCH 50/55] Mon Oct 12 2020 20:31:04 GMT-0400 (Eastern Daylight Time) --- 02/40.txt | 2 +- 02/43.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/43.txt diff --git a/02/40.txt b/02/40.txt index b7c23b7..c21e8f2 100644 --- a/02/40.txt +++ b/02/40.txt @@ -1 +1 @@ -\v 40 \v 41 \v 42 Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". Jich yu´un la yich´ik te sk´op sok la yich´ik te já, sok nix te k´aalabi tebxanix ma´ la sta te oxmil ch´ulelaletik te ak´botik. Jich \ No newline at end of file +\v 40 Ta k´op ayejetik la stak´uyxan te jich la yalbey: "lok´oniktel ta banti ts´umbalil te ma lekuk". \v 41 Jich yu´un la yich´ik te sk´op sok la yich´ik te já, sok nix te k´aalabi tebxanix ma´ la sta te oxmil ch´ulelaletik te ak´botik. \v 42 Jich la yat´elinik snopilajel te chol k´opetik, te junax la yak´sbaik, te k´alal la xetik´te pan sok te k´alal ya sk´oponik te kawaltik. \ No newline at end of file diff --git a/02/43.txt b/02/43.txt new file mode 100644 index 0000000..24dba0e --- /dev/null +++ b/02/43.txt @@ -0,0 +1 @@ +Tal xiwel \ No newline at end of file diff --git a/manifest.json b/manifest.json index bb5fc7b..6463c67 100644 --- a/manifest.json +++ b/manifest.json @@ -63,6 +63,7 @@ "02-29", "02-32", "02-34", - "02-37" + "02-37", + "02-40" ] } \ No newline at end of file From 0a66fd1a9da9f94228218d34b73b4b6ec68b9bbf Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:33:04 -0400 Subject: [PATCH 51/55] Mon Oct 12 2020 20:33:04 GMT-0400 (Eastern Daylight Time) --- 02/43.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/43.txt b/02/43.txt index 24dba0e..c1e1d62 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Tal xiwel \ No newline at end of file +Tal xiwel ta xch´ulekik sok te beluk mero t´ubilik sok señaeletik ta stojol de puk k´opetik. Spisil te mach´a la xchuunik junax ayik, sok spisil chapal yu´unik. \ No newline at end of file From 8360041e491802e1396d85447e0509dff6bfdfd5 Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:35:05 -0400 Subject: [PATCH 52/55] Mon Oct 12 2020 20:35:04 GMT-0400 (Eastern Daylight Time) --- 02/43.txt | 2 +- 02/46.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 02/46.txt diff --git a/02/43.txt b/02/43.txt index c1e1d62..fd07e1a 100644 --- a/02/43.txt +++ b/02/43.txt @@ -1 +1 @@ -Tal xiwel ta xch´ulekik sok te beluk mero t´ubilik sok señaeletik ta stojol de puk k´opetik. Spisil te mach´a la xchuunik junax ayik, sok spisil chapal yu´unik. \ No newline at end of file +\v 43 Tal xiwel ta xch´ulekik sok te beluk mero t´ubilik sok señaeletik ta stojol de puk k´opetik. \v 44 Spisil te mach´a la xchuunik junax ayik, sok spisil chapal yu´unik. \v 45 Jich la xchonik sk´inalik sok sbilukik, janix jich la spukbey sbaik ta spisilik ja chikan te bit´il ya xtuuuuun yu´unik ta taulu tul. \ No newline at end of file diff --git a/02/46.txt b/02/46.txt new file mode 100644 index 0000000..6558d2e --- /dev/null +++ b/02/46.txt @@ -0,0 +1 @@ +Te ju jun k´aal ya xk´axe junax yot´anik ya tsobilay \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6463c67..5f87f14 100644 --- a/manifest.json +++ b/manifest.json @@ -64,6 +64,7 @@ "02-32", "02-34", "02-37", - "02-40" + "02-40", + "02-43" ] } \ No newline at end of file From f2d3210091b816c8f40c32b1750ae232896b295c Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:37:05 -0400 Subject: [PATCH 53/55] Mon Oct 12 2020 20:37:04 GMT-0400 (Eastern Daylight Time) --- 02/46.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02/46.txt b/02/46.txt index 6558d2e..25ba85f 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -Te ju jun k´aal ya xk´axe junax yot´anik ya tsobilay \ No newline at end of file +\v 46 \v 47 Te ju jun k´aal ya xk´axe junax yot´anik ya tsobilay sbaik ta templo, ya yich´xetel te pan ta naetik sok ya sk´elanbey sbaik sweelik ta swenta sbuts sok yu´un te pek´el yot´anik. Ya sk´anjintayik te Dios sok koltaybilik yu´un te lume. Te kowaltik janaz ta sna te jayen ta tul yakik ta kolel. \ No newline at end of file From ddeaec540143bbc21d4b8d93151234aee2caed0c Mon Sep 17 00:00:00 2001 From: wendyc Date: Mon, 12 Oct 2020 20:37:22 -0400 Subject: [PATCH 54/55] Mon Oct 12 2020 20:37:21 GMT-0400 (Eastern Daylight Time) --- 02/46.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/02/46.txt b/02/46.txt index 25ba85f..5c7fa43 100644 --- a/02/46.txt +++ b/02/46.txt @@ -1 +1 @@ -\v 46 \v 47 Te ju jun k´aal ya xk´axe junax yot´anik ya tsobilay sbaik ta templo, ya yich´xetel te pan ta naetik sok ya sk´elanbey sbaik sweelik ta swenta sbuts sok yu´un te pek´el yot´anik. Ya sk´anjintayik te Dios sok koltaybilik yu´un te lume. Te kowaltik janaz ta sna te jayen ta tul yakik ta kolel. \ No newline at end of file +\v 46 Te ju jun k´aal ya xk´axe junax yot´anik ya tsobilay sbaik ta templo, ya yich´xetel te pan ta naetik sok ya sk´elanbey sbaik sweelik ta swenta sbuts sok yu´un te pek´el yot´anik. \v 47 Ya sk´anjintayik te Dios sok koltaybilik yu´un te lume. Te kowaltik janaz ta sna te jayen ta tul yakik ta kolel. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5f87f14..9b99962 100644 --- a/manifest.json +++ b/manifest.json @@ -65,6 +65,7 @@ "02-34", "02-37", "02-40", - "02-43" + "02-43", + "02-46" ] } \ No newline at end of file From e8d9db5a3bcc14978bb8f9dbe99a0e7e18924966 Mon Sep 17 00:00:00 2001 From: monchotech Date: Mon, 12 Oct 2020 19:45:36 -0400 Subject: [PATCH 55/55] Mon Oct 12 2020 19:45:35 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 9b99962..40791d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", - "build": "4" + "build": "5" }, "target_language": { "id": "tzh-x-oxchuctzeltal",