From 2ff74a75ee50589a9c9d5697f19905727663b3be Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Jul 2022 19:31:09 +0200 Subject: [PATCH 01/31] =?UTF-8?q?Tue=20Jul=2005=202022=2019:31:09=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 39 +++++++++++++++++++++++++++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 68 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..d31d4f9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,39 @@ + +## Creative Commons Attribution-ShareAlike 4.0 International + +### Human-Readable Summary + + +The Creative Commons Attribution-Share Alike 4.0 International License is available at +http://creativecommons.org/licenses/by-sa/4.0/. + +#### This is a human-readable summary of (and not a substitute for) the License. + + +### 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 terms: + +* **Attribution** —You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. + +* **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/). \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..cbaa5ed --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "27" + }, + "target_language": { + "id": "gl", + "name": "galego", + "direction": "ltr" + }, + "project": { + "id": "heb", + "name": "Hebrews" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 63e977ee81441ecf6002eff2d98c8deb33dc0961 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 5 Jul 2022 19:34:07 +0200 Subject: [PATCH 02/31] =?UTF-8?q?Tue=20Jul=2005=202022=2019:34:07=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cbaa5ed..25de8a9 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": "2021-10-26T13:25:43.6447546+00:00", + "version": "1.4" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From a4c3d8e10bc488cc69442a50eebe5207b1e208b6 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:33:02 +0200 Subject: [PATCH 03/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:33:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/title.txt | 1 + front/title.txt | 1 + manifest.json | 9 +++++++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 01/title.txt create mode 100644 front/title.txt diff --git a/01/title.txt b/01/title.txt new file mode 100644 index 0000000..cf8f437 --- /dev/null +++ b/01/title.txt @@ -0,0 +1 @@ +Capítulo 1 \ No newline at end of file diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..74fc903 --- /dev/null +++ b/front/title.txt @@ -0,0 +1 @@ +Hebreos \ No newline at end of file diff --git a/manifest.json b/manifest.json index 25de8a9..3905216 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,11 @@ } ], "parent_draft": {}, - "translators": [], - "finished_chunks": [] + "translators": [ + "Loida Concha Marinhas" + ], + "finished_chunks": [ + "front-title", + "01-title" + ] } \ No newline at end of file From 202d179fe0e70aa7a3bee3632b9a64a847d0422f Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:37:02 +0200 Subject: [PATCH 04/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:37:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..674bc18 --- /dev/null +++ b/01/01.txt @@ -0,0 +1 @@ +\c 1 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias \ No newline at end of file From 58f86a0c13c38d0d7e766232048932fa079c4400 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:39:02 +0200 Subject: [PATCH 05/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:39:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index 674bc18..b28419a 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias \ No newline at end of file +\c 1 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo \ No newline at end of file From 9a609fd1653cf88a93618dbec4fa730cfe47471b Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:41:02 +0200 Subject: [PATCH 06/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:41:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index b28419a..c72f6a2 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo todas as cousas \ No newline at end of file From 7e0527d30c668485a843cf0927b1131968392899 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:43:02 +0200 Subject: [PATCH 07/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:43:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index c72f6a2..a459163 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo todas as cousas \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo a puricicacion dos pecados, sentouse á diestra de Deus nas alturas \ No newline at end of file From 862f97557a685a1be2e14210095cdae5dc8895ae Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:45:02 +0200 Subject: [PATCH 08/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:45:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/01.txt b/01/01.txt index a459163..1ac9361 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hei moito tempo, en moitas ocasions e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo a puricicacion dos pecados, sentouse á diestra de Deus nas alturas \ No newline at end of file +\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hai moito tempo, en moitas ocasións e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo a puricicacion dos pecados, sentouse á diestra de Deus nas alturas \ No newline at end of file From 89661a6f5fcaaf0f574c5b6d2bd35dbfeb3d581a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Wed, 6 Jul 2022 16:46:40 +0200 Subject: [PATCH 09/31] =?UTF-8?q?Wed=20Jul=2006=202022=2016:46:40=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/01.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/01.txt b/01/01.txt index 1ac9361..abd9aee 100644 --- a/01/01.txt +++ b/01/01.txt @@ -1 +1 @@ -\c 1 \v 1 \v 2 \v 3 Deus, tendo falado hai moito tempo, en moitas ocasións e de moitas maneiras aos pais polos profetas, e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo a puricicacion dos pecados, sentouse á diestra de Deus nas alturas \ No newline at end of file +\c 1 \v 1 Deus, tendo falado hai moito tempo, en moitas ocasións e de moitas maneiras aos pais polos profetas, \v 2 e nestes últimos dias nos falou polo seu Fillo, a quen constutuiu herdeiro de todas as cousas, por medio do que tamén fixo o universo. \v 3 El é o resplandor da sua gloria e a expresion exacta da sua natureza, e sosten todas as cousas pola palabra do seu poder. Despois de levar a cabo a puricicacion dos pecados, sentouse á diestra de Deus nas alturas \ No newline at end of file diff --git a/manifest.json b/manifest.json index 3905216..89fe384 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "front-title", - "01-title" + "01-title", + "01-01" ] } \ No newline at end of file From ca29f2a760f11460d64bd49977b56cfcae68a250 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 17:59:42 +0200 Subject: [PATCH 10/31] =?UTF-8?q?Thu=20Jul=2007=202022=2017:59:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/04.txt diff --git a/01/04.txt b/01/04.txt new file mode 100644 index 0000000..2e8b149 --- /dev/null +++ b/01/04.txt @@ -0,0 +1 @@ +facendose moito mais poderoso que os anxos, xa que herdou un nome m \ No newline at end of file From c3d3ad07341e0346e5152527f4fa247970bf4152 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:01:42 +0200 Subject: [PATCH 11/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:01:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/04.txt b/01/04.txt index 2e8b149..36cf4cd 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -facendose moito mais poderoso que os anxos, xa que herdou un nome m \ No newline at end of file +\v 4 \v 5 facendose moito mais poderoso que os anxos, xa que herdou un nome moito máis magnífico que eles. POrque a cal dos anxos dixo Deus \ No newline at end of file From e8603be019056f00edbb06ba935d81b59e541b74 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:03:42 +0200 Subject: [PATCH 12/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:03:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/04.txt b/01/04.txt index 36cf4cd..af3e5df 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 \v 5 facendose moito mais poderoso que os anxos, xa que herdou un nome moito máis magnífico que eles. POrque a cal dos anxos dixo Deus \ No newline at end of file +\v 4 \v 5 facéndose moito mais poderoso que os anxos, xa que herdou un nome moito máis marabilloso que o eles. POrque a cal dos anxos dixo Deus algunha vez: ERES O MEU FILLO , EU TE CONCEBÍN HOXE e outra vez: EU SEREI PADRE PARA EL E EL SERÁ MIN UN FILLO? \ No newline at end of file From cd84222d859401d29ab448e68b6fa1d874a04590 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:05:42 +0200 Subject: [PATCH 13/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:05:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/04.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/04.txt b/01/04.txt index af3e5df..20cf17c 100644 --- a/01/04.txt +++ b/01/04.txt @@ -1 +1 @@ -\v 4 \v 5 facéndose moito mais poderoso que os anxos, xa que herdou un nome moito máis marabilloso que o eles. POrque a cal dos anxos dixo Deus algunha vez: ERES O MEU FILLO , EU TE CONCEBÍN HOXE e outra vez: EU SEREI PADRE PARA EL E EL SERÁ MIN UN FILLO? \ No newline at end of file +\v 4 facéndose moito mais poderoso que os anxos, xa que herdou un nome moito máis marabilloso que o deles. \v 5 Porque a cal dos anxos dixo Deus algunha vez: ERES O MEU FILLO, EU TE CONCEBÍN HOXE e outra vez: EU SEREI PAI PARA EL E EL SERÁ MIN UN FILLO? \ No newline at end of file diff --git a/manifest.json b/manifest.json index 89fe384..69e0ce1 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "front-title", "01-title", - "01-01" + "01-01", + "01-04" ] } \ No newline at end of file From 7460a5d0f61367b5ccaf6cf17f5a7d3a5c934546 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:07:42 +0200 Subject: [PATCH 14/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:07:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/06.txt diff --git a/01/06.txt b/01/06.txt new file mode 100644 index 0000000..f2dc13c --- /dev/null +++ b/01/06.txt @@ -0,0 +1 @@ +E outra vez, cando trae ao Primoxénito ao mundo, di: ADORENNO TODOS OS ANXOS DE dEUS. E dos anxos di: O QUE \ No newline at end of file From 4f75acbb2b3bd546ba467aca0b0c9b308d8156bf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:09:42 +0200 Subject: [PATCH 15/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:09:41=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/06.txt b/01/06.txt index f2dc13c..577d710 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -E outra vez, cando trae ao Primoxénito ao mundo, di: ADORENNO TODOS OS ANXOS DE dEUS. E dos anxos di: O QUE \ No newline at end of file +E outra vez, cando trae ao Primoxénito ao mundo, di: ADÓRENNO TODOS OS ANXOS DE DEUS. E dos anxos di: O QUE FAI AOS SEUS ANXOS, ESPÍRITOS E AOS SEUS MINISTROS , LAPAS DE LUME" \ No newline at end of file From 2fb8b8cd4623197256b951b9d591509466a8ff22 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Thu, 7 Jul 2022 18:10:02 +0200 Subject: [PATCH 16/31] =?UTF-8?q?Thu=20Jul=2007=202022=2018:10:02=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/06.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/01/06.txt b/01/06.txt index 577d710..a88b2c6 100644 --- a/01/06.txt +++ b/01/06.txt @@ -1 +1 @@ -E outra vez, cando trae ao Primoxénito ao mundo, di: ADÓRENNO TODOS OS ANXOS DE DEUS. E dos anxos di: O QUE FAI AOS SEUS ANXOS, ESPÍRITOS E AOS SEUS MINISTROS , LAPAS DE LUME" \ No newline at end of file +\v 6 E outra vez, cando trae ao Primoxénito ao mundo, di: ADÓRENNO TODOS OS ANXOS DE DEUS. \v 7 E dos anxos di: O QUE FAI AOS SEUS ANXOS, ESPÍRITOS E AOS SEUS MINISTROS , LAPAS DE LUME" \ No newline at end of file diff --git a/manifest.json b/manifest.json index 69e0ce1..03986dc 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 8f066e2d4c1d65a206ff67eb4aa04c85339b9c03 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:27:24 +0200 Subject: [PATCH 17/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:27:23=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/08.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 01/08.txt diff --git a/01/08.txt b/01/08.txt new file mode 100644 index 0000000..039f073 --- /dev/null +++ b/01/08.txt @@ -0,0 +1 @@ +Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS \ No newline at end of file From 207b2f7a2892cf93bd95a25e857c5cd096da2507 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:29:24 +0200 Subject: [PATCH 18/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:29:23=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/08.txt b/01/08.txt index 039f073..e0e77cb 100644 --- a/01/08.txt +++ b/01/08.txt @@ -1 +1 @@ -Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS \ No newline at end of file +\v 8 \v 9 Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS SÉCULOS DOS SÉCULOS, E O CENTRO DA RECTITUDE É O CENTRO DO TEU REINO \ No newline at end of file From 6c2b096229697420485cfad983cb431d5561530a Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:31:24 +0200 Subject: [PATCH 19/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:31:23=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/08.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/08.txt b/01/08.txt index e0e77cb..2bf7ae4 100644 --- a/01/08.txt +++ b/01/08.txt @@ -1 +1 @@ -\v 8 \v 9 Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS SÉCULOS DOS SÉCULOS, E O CENTRO DA RECTITUDE É O CENTRO DO TEU REINO \ No newline at end of file +\v 8 \v 9 Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS SÉCULOS DOS SÉCULOS, E O CENTRO DA RECTITUDE É O CENTRO DO TEU REINO. aMACHES A XUSTIZA E ABORRECICHES A INIQUIDADE; POLO CAL DEUS, O TEU DEUS, UNXIUTE \ No newline at end of file From 31864138fb6650dbdc97810c69e7c1193a55cdc7 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:33:26 +0200 Subject: [PATCH 20/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:33:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/08.txt | 2 +- 01/10.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/10.txt diff --git a/01/08.txt b/01/08.txt index 2bf7ae4..b275aba 100644 --- a/01/08.txt +++ b/01/08.txt @@ -1 +1 @@ -\v 8 \v 9 Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS SÉCULOS DOS SÉCULOS, E O CENTRO DA RECTITUDE É O CENTRO DO TEU REINO. aMACHES A XUSTIZA E ABORRECICHES A INIQUIDADE; POLO CAL DEUS, O TEU DEUS, UNXIUTE \ No newline at end of file +\v 8 Mais o Fillo di: O TEU TRONO, OH DEUS, É POLOS SÉCULOS DOS SÉCULOS, E O CENTRO DA RECTITUDE É O CENTRO DO TEU REINO. \v 9 AMACHES A XUSTIZA E ABORRECICHES A INIQUIDADE; POLO QUE DEUS, O TEU DEUS, UNXIUTE CO OLEO DA ALEGRIA MÁIS QUE AOS TEUS COMPAÑEIROS. \ No newline at end of file diff --git a/01/10.txt b/01/10.txt new file mode 100644 index 0000000..328cb59 --- /dev/null +++ b/01/10.txt @@ -0,0 +1 @@ +\v 10 \v 11 \v 12 E: \ No newline at end of file diff --git a/manifest.json b/manifest.json index 03986dc..46a8ca2 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "01-title", "01-01", "01-04", - "01-06" + "01-06", + "01-08" ] } \ No newline at end of file From 380e9fdbab06eba98af9966757144f05249f9d40 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:35:25 +0200 Subject: [PATCH 21/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:35:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/10.txt b/01/10.txt index 328cb59..993fe8c 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: \ No newline at end of file +\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES \ No newline at end of file From e7d306ac3aada669ed0492a229cf2ce7c4363d84 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:39:25 +0200 Subject: [PATCH 22/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:39:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/10.txt b/01/10.txt index 993fe8c..c133b9a 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES \ No newline at end of file +\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA. \ No newline at end of file From eb3805a61fce4ddb2c719bcc4f86a5c58edd1dfc Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:41:25 +0200 Subject: [PATCH 23/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:41:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/10.txt b/01/10.txt index c133b9a..343be20 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA. \ No newline at end of file +\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO ROUPA VELLA \ No newline at end of file From ad8622ae8fc73eed9473e7c1387724e2508d9590 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:43:25 +0200 Subject: [PATCH 24/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:43:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/10.txt b/01/10.txt index 343be20..cc3a0f5 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO ROUPA VELLA \ No newline at end of file +\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO VESTIDURAS, E OS ENROLARÁSCOMO UN MANTO \ No newline at end of file From 4d34f3018eae267c550ee629879a65bd5837436e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:45:25 +0200 Subject: [PATCH 25/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:45:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/10.txt b/01/10.txt index cc3a0f5..36bbbb3 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO VESTIDURAS, E OS ENROLARÁSCOMO UN MANTO \ No newline at end of file +\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO VESTIDURAS, E OS ENROLARÁS COMA SE FOSE UN MANTO; E CAMBIARÁN COMA SE FOSE ROUPA. mAIS TI ERES O MESMO E OS TEUS ANOS NON TERÁN FIN \ No newline at end of file From 42607a53104910675bca3ca01c1752acca20e677 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:47:25 +0200 Subject: [PATCH 26/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:47:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/10.txt | 2 +- 01/13.txt | 1 + manifest.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 01/13.txt diff --git a/01/10.txt b/01/10.txt index 36bbbb3..cd310fb 100644 --- a/01/10.txt +++ b/01/10.txt @@ -1 +1 @@ -\v 10 \v 11 \v 12 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO VESTIDURAS, E OS ENROLARÁS COMA SE FOSE UN MANTO; E CAMBIARÁN COMA SE FOSE ROUPA. mAIS TI ERES O MESMO E OS TEUS ANOS NON TERÁN FIN \ No newline at end of file +\v 10 E: TI, SEÑOR, NO PRINCIPIO PUXESTES OS FUNDAMENTOS DA TERRA, E OS CEOS SON OBRA DAS TUAS MANS; \v 11 ELES PASARÁN, MAIS TI PERMANECES; E TODOS ELES ENVELLECERÁN COMO VESTIDURAS, \v 12 E OS ENROLARÁS COMA SE FOSE UN MANTO; E CAMBIARÁN COMA SE FOSE ROUPA. MAIS TI ERES O MESMO E OS TEUS ANOS NON TERÁN FIN \ No newline at end of file diff --git a/01/13.txt b/01/13.txt new file mode 100644 index 0000000..bf9456a --- /dev/null +++ b/01/13.txt @@ -0,0 +1 @@ +Mais, cal dos anxos dixo algunha vez: \ No newline at end of file diff --git a/manifest.json b/manifest.json index 46a8ca2..5492379 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "01-01", "01-04", "01-06", - "01-08" + "01-08", + "01-10" ] } \ No newline at end of file From 4e5ef443cfbd1d4b4a72c174a7b025a5dd182b2e Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:49:25 +0200 Subject: [PATCH 27/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:49:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/13.txt b/01/13.txt index bf9456a..f6aa9ed 100644 --- a/01/13.txt +++ b/01/13.txt @@ -1 +1 @@ -Mais, cal dos anxos dixo algunha vez: \ No newline at end of file +\v 13 \v 14 Mais, a cal dos anxos dixo algunha vez: SENTA Á MIÑA DEREITA ATA QUE POÑA AOS TEUS ENIMIGOS POR ESTRADO PARA OS TEUS PES \ No newline at end of file From 58c9e5a99301ff37871728077e3c8d59f1b77123 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:51:25 +0200 Subject: [PATCH 28/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:51:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01/13.txt b/01/13.txt index f6aa9ed..4344803 100644 --- a/01/13.txt +++ b/01/13.txt @@ -1 +1 @@ -\v 13 \v 14 Mais, a cal dos anxos dixo algunha vez: SENTA Á MIÑA DEREITA ATA QUE POÑA AOS TEUS ENIMIGOS POR ESTRADO PARA OS TEUS PES \ No newline at end of file +\v 13 \v 14 Mais, a cal dos anxos dixo algunha vez: SENTA Á MIÑA DEREITA ATA QUE POÑA AOS TEUS ENIMIGOS POR ESTRADO PARA OS TEUS PES? Non son eles espíritos ministradores, enviados para servir aos que herdarán a salvación? \ No newline at end of file From 0d07aa8c7ab876ede5ebec9948c6957f2704ffe4 Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:55:25 +0200 Subject: [PATCH 29/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:55:25=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01/13.txt | 2 +- 02/title.txt | 1 + manifest.json | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 02/title.txt diff --git a/01/13.txt b/01/13.txt index 4344803..a3e96c0 100644 --- a/01/13.txt +++ b/01/13.txt @@ -1 +1 @@ -\v 13 \v 14 Mais, a cal dos anxos dixo algunha vez: SENTA Á MIÑA DEREITA ATA QUE POÑA AOS TEUS ENIMIGOS POR ESTRADO PARA OS TEUS PES? Non son eles espíritos ministradores, enviados para servir aos que herdarán a salvación? \ No newline at end of file +\v 13 Mais, a cal dos anxos dixo algunha vez: SENTA Á MIÑA DEREITA ATA QUE POÑA AOS TEUS ENIMIGOS POR ESTRADO PARA OS TEUS PES? \v 14 Non son eles espíritos ministradores, enviados para servir aos que herdarán a salvación? \ No newline at end of file diff --git a/02/title.txt b/02/title.txt new file mode 100644 index 0000000..8ee7afa --- /dev/null +++ b/02/title.txt @@ -0,0 +1 @@ +Capítulo 2 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5492379..6b28883 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,8 @@ "01-04", "01-06", "01-08", - "01-10" + "01-10", + "01-13", + "02-title" ] } \ No newline at end of file From cc0afb87f80ff206a53d4d89755513a29dbe0baf Mon Sep 17 00:00:00 2001 From: LoidaCM Date: Tue, 12 Jul 2022 11:56:56 +0200 Subject: [PATCH 30/31] =?UTF-8?q?Tue=20Jul=2012=202022=2011:56:55=20GMT+02?= =?UTF-8?q?00=20(heure=20d=E2=80=99=C3=A9t=C3=A9=20d=E2=80=99Europe=20cent?= =?UTF-8?q?rale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/01.txt | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 02/01.txt diff --git a/02/01.txt b/02/01.txt new file mode 100644 index 0000000..a4b51a9 --- /dev/null +++ b/02/01.txt @@ -0,0 +1 @@ +\c 2 \v 1 Por iso, temos que poñer máis atención ao que escoitamos, non sexa que nos desviemos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6b28883..c48eeba 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,7 @@ "01-08", "01-10", "01-13", - "02-title" + "02-title", + "02-01" ] } \ No newline at end of file From 9e7fbe177d82dee9bcd5e3c7220ae786dabdf413 Mon Sep 17 00:00:00 2001 From: Jaime Date: Tue, 12 Jul 2022 16:53:56 +0200 Subject: [PATCH 31/31] Tue Jul 12 2022 16:53:56 GMT+0200 (hora de verano de Europa central) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c48eeba..809bb2a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",