From 43eef0887a869611dae5e7b1700b28b2e49cc70f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:45:44 -0300 Subject: [PATCH 01/61] Fri Feb 23 2018 20:45:44 GMT-0300 (-03) --- 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..5742598 --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "markdown", + "generator": { + "name": "ts-desktop", + "build": "110" + }, + "target_language": { + "id": "pt-br", + "name": "Português", + "direction": "ltr" + }, + "project": { + "id": "gen", + "name": "Genesis" + }, + "type": { + "id": "tq", + "name": "Questions" + }, + "resource": { + "id": "", + "name": "" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From f46efb9c36e5077a5b4c395de07ab28fea292e75 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:46:13 -0300 Subject: [PATCH 02/61] Fri Feb 23 2018 20:46:13 GMT-0300 (-03) --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5742598..cac22fc 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "", "name": "" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": 20161227, + "version": "8" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From 8d00da498d4bc047caa0ada29ed248c4e3b37869 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:51:46 -0300 Subject: [PATCH 03/61] Fri Feb 23 2018 20:51:46 GMT-0300 (-03) --- 01/01.txt | 6 ++++++ manifest.json | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 01/01.txt diff --git a/01/01.txt b/01/01.txt new file mode 100644 index 0000000..bd662d1 --- /dev/null +++ b/01/01.txt @@ -0,0 +1,6 @@ +[ + { + "title": "", + "body": "" + } +] \ No newline at end of file diff --git a/manifest.json b/manifest.json index cac22fc..fd5617f 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,8 @@ } ], "parent_draft": {}, - "translators": [], + "translators": [ + "Josias Antonio da Silva" + ], "finished_chunks": [] } \ No newline at end of file From 2aea9dc7160244f86cf6058a2602cb9cc663db21 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:53:46 -0300 Subject: [PATCH 04/61] Fri Feb 23 2018 20:53:46 GMT-0300 (-03) --- front/title.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt new file mode 100644 index 0000000..d23dcce --- /dev/null +++ b/front/title.txt @@ -0,0 +1,14 @@ +[ + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 94e4b28600f68411a3c6b3bde4c680546ae2fc2c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:55:47 -0300 Subject: [PATCH 05/61] Fri Feb 23 2018 20:55:47 GMT-0300 (-03) --- front/title.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 front/title.txt diff --git a/front/title.txt b/front/title.txt deleted file mode 100644 index d23dcce..0000000 --- a/front/title.txt +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "title": "", - "body": "" - }, - { - "title": "", - "body": "" - }, - { - "title": "", - "body": "" - } -] \ No newline at end of file From ac0597fa2aace0b3b7a57b8569fb5488223da914 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 20:59:46 -0300 Subject: [PATCH 06/61] Fri Feb 23 2018 20:59:46 GMT-0300 (-03) --- 15/01.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 15/01.txt diff --git a/15/01.txt b/15/01.txt new file mode 100644 index 0000000..d23dcce --- /dev/null +++ b/15/01.txt @@ -0,0 +1,14 @@ +[ + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 168884402a758f3a46635c204b97cf3fb770d54e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:05:46 -0300 Subject: [PATCH 07/61] Fri Feb 23 2018 21:05:46 GMT-0300 (-03) --- 15/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/01.txt b/15/01.txt index d23dcce..9862f66 100644 --- a/15/01.txt +++ b/15/01.txt @@ -1,7 +1,7 @@ [ { - "title": "", - "body": "" + "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abraão?", + "body": "Yahweh falou Abrã" }, { "title": "", From 15188837427e57d3a389de95d7a4c1384fdc49f2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:11:46 -0300 Subject: [PATCH 08/61] Fri Feb 23 2018 21:11:46 GMT-0300 (-03) --- 15/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/01.txt b/15/01.txt index 9862f66..12dfa3f 100644 --- a/15/01.txt +++ b/15/01.txt @@ -1,7 +1,7 @@ [ { "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abraão?", - "body": "Yahweh falou Abrã" + "body": "Yahweh falou Abraão não tema, e que Ele era o escudo de " }, { "title": "", From e2cd7257a1d75c0f9d407c8bc6eb7930510c3d78 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:17:46 -0300 Subject: [PATCH 09/61] Fri Feb 23 2018 21:17:46 GMT-0300 (-03) --- 15/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/01.txt b/15/01.txt index 12dfa3f..5dc9cd6 100644 --- a/15/01.txt +++ b/15/01.txt @@ -1,10 +1,10 @@ [ { "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abraão?", - "body": "Yahweh falou Abraão não tema, e que Ele era o escudo de " + "body": "Yahweh falou Abraão não tema, e que Ele era o escudo e a força de Abraão." }, { - "title": "", + "title": "Sobre o que Abraão", "body": "" }, { From 12df6be9a51ad1faacdd7080a710008988b19b92 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:19:46 -0300 Subject: [PATCH 10/61] Fri Feb 23 2018 21:19:46 GMT-0300 (-03) --- 15/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/01.txt b/15/01.txt index 5dc9cd6..f86d8f8 100644 --- a/15/01.txt +++ b/15/01.txt @@ -4,8 +4,8 @@ "body": "Yahweh falou Abraão não tema, e que Ele era o escudo e a força de Abraão." }, { - "title": "Sobre o que Abraão", - "body": "" + "title": "Sobre o que Abraão estava preocupado?", + "body": "Abraão estava preocupado porque" }, { "title": "", From d1004bcb0a9abd2c34378dfdcbc4a027366cba9d Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:27:50 -0300 Subject: [PATCH 11/61] Fri Feb 23 2018 21:27:50 GMT-0300 (-03) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fd5617f..4ee14f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "markdown", "generator": { "name": "ts-desktop", From 99dce339980026fff66b343b3b9b2e21d4845c01 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:32:22 -0300 Subject: [PATCH 12/61] Fri Feb 23 2018 21:32:22 GMT-0300 (-03) --- 15/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/01.txt b/15/01.txt index f86d8f8..c6cd6b6 100644 --- a/15/01.txt +++ b/15/01.txt @@ -5,7 +5,7 @@ }, { "title": "Sobre o que Abraão estava preocupado?", - "body": "Abraão estava preocupado porque" + "body": "Abraão estava preocupado porque " }, { "title": "", From 24618f83067c1eb1201190bb31a28a2951830b67 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:34:22 -0300 Subject: [PATCH 13/61] Fri Feb 23 2018 21:34:22 GMT-0300 (-03) --- 15/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/01.txt b/15/01.txt index c6cd6b6..9969b62 100644 --- a/15/01.txt +++ b/15/01.txt @@ -5,7 +5,7 @@ }, { "title": "Sobre o que Abraão estava preocupado?", - "body": "Abraão estava preocupado porque " + "body": "Abram estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro.\n " }, { "title": "", From 47fead3ecd29321a8172ac4d91b4e3b191254d9a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:38:22 -0300 Subject: [PATCH 14/61] Fri Feb 23 2018 21:38:22 GMT-0300 (-03) --- 15/01.txt | 2 +- 15/09.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 15/09.txt diff --git a/15/01.txt b/15/01.txt index 9969b62..fa99082 100644 --- a/15/01.txt +++ b/15/01.txt @@ -8,7 +8,7 @@ "body": "Abram estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro.\n " }, { - "title": "", + "title": "Sobre o que Abraão estava preocupado?", "body": "" } ] \ No newline at end of file diff --git a/15/09.txt b/15/09.txt new file mode 100644 index 0000000..bd662d1 --- /dev/null +++ b/15/09.txt @@ -0,0 +1,6 @@ +[ + { + "title": "", + "body": "" + } +] \ No newline at end of file From badb0a35bbec77333c6cbd56b4f03a57253859de Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:40:22 -0300 Subject: [PATCH 15/61] Fri Feb 23 2018 21:40:22 GMT-0300 (-03) --- 15/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/01.txt b/15/01.txt index fa99082..88b145e 100644 --- a/15/01.txt +++ b/15/01.txt @@ -9,6 +9,6 @@ }, { "title": "Sobre o que Abraão estava preocupado?", - "body": "" + "body": "Abram estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro." } ] \ No newline at end of file From a847c55e58b5c649b5e89738c2440dc9d5600d06 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:42:22 -0300 Subject: [PATCH 16/61] Fri Feb 23 2018 21:42:22 GMT-0300 (-03) --- 15/04.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 15/04.txt diff --git a/15/04.txt b/15/04.txt new file mode 100644 index 0000000..5a3b06b --- /dev/null +++ b/15/04.txt @@ -0,0 +1,6 @@ +[ + { + "title": "Quem disse Yahweh que seria o herdeiro de Abram?\n", + "body": "" + } +] \ No newline at end of file From ee87b51d6c4b7570550e7b75c36aee7ff0f5786f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:44:22 -0300 Subject: [PATCH 17/61] Fri Feb 23 2018 21:44:22 GMT-0300 (-03) --- 15/04.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/04.txt b/15/04.txt index 5a3b06b..a37b566 100644 --- a/15/04.txt +++ b/15/04.txt @@ -1,6 +1,6 @@ [ { - "title": "Quem disse Yahweh que seria o herdeiro de Abram?\n", - "body": "" + "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", + "body": "Yahweh disse que um que vem do próprio corpo de Abram seria seu herdeiro.\n" } ] \ No newline at end of file From 6ac5acf186cba10ff35de81de9835de01551fb0c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:46:22 -0300 Subject: [PATCH 18/61] Fri Feb 23 2018 21:46:22 GMT-0300 (-03) --- 15/04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/04.txt b/15/04.txt index a37b566..80dad89 100644 --- a/15/04.txt +++ b/15/04.txt @@ -1,6 +1,6 @@ [ { "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", - "body": "Yahweh disse que um que vem do próprio corpo de Abram seria seu herdeiro.\n" + "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abram.\n" } ] \ No newline at end of file From 2237261e5786c6f3bc63ddc8c8142bea5fc72418 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:52:22 -0300 Subject: [PATCH 19/61] Fri Feb 23 2018 21:52:22 GMT-0300 (-03) --- 15/04.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/15/04.txt b/15/04.txt index 80dad89..b1b35f2 100644 --- a/15/04.txt +++ b/15/04.txt @@ -2,5 +2,9 @@ { "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abram.\n" + }, + { + "title": "Quantos descendentes Yahweh disse que Abrão teria?", + "body": "Yahweh disse que" } ] \ No newline at end of file From b0951aa6e8ae0abdac6ece55950cfa977aeb1329 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:54:22 -0300 Subject: [PATCH 20/61] Fri Feb 23 2018 21:54:22 GMT-0300 (-03) --- 15/04.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/04.txt b/15/04.txt index b1b35f2..71a1e53 100644 --- a/15/04.txt +++ b/15/04.txt @@ -4,7 +4,7 @@ "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abram.\n" }, { - "title": "Quantos descendentes Yahweh disse que Abrão teria?", - "body": "Yahweh disse que" + "title": "Quantos descendentes Yahweh disse que Abrão teria? ", + "body": "Yahweh disse que Abram teria descendentes tão numerosos quanto as estrelas.\n" } ] \ No newline at end of file From ad408c46d3dcb31247dd0aa6d2ee6eb6dff53df9 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:56:22 -0300 Subject: [PATCH 21/61] Fri Feb 23 2018 21:56:22 GMT-0300 (-03) --- 15/06.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 15/06.txt diff --git a/15/06.txt b/15/06.txt new file mode 100644 index 0000000..972bacc --- /dev/null +++ b/15/06.txt @@ -0,0 +1,10 @@ +[ + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 0333b3bbbd5dc21174fdc13ae35290e34c860b65 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 23 Feb 2018 21:58:22 -0300 Subject: [PATCH 22/61] Fri Feb 23 2018 21:58:22 GMT-0300 (-03) --- 15/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/06.txt b/15/06.txt index 972bacc..5bfc823 100644 --- a/15/06.txt +++ b/15/06.txt @@ -1,6 +1,6 @@ [ { - "title": "", + "title": "Como Abram respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", "body": "" }, { From 96c5e41d339e5d79cc0b739a9e3d2a0bd3974ac6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 08:24:50 -0300 Subject: [PATCH 23/61] Sat Feb 24 2018 08:24:50 GMT-0300 (-03) --- 15/06.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/06.txt b/15/06.txt index 5bfc823..eebd57e 100644 --- a/15/06.txt +++ b/15/06.txt @@ -1,10 +1,10 @@ [ { "title": "Como Abram respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", - "body": "" + "body": "Abrão acreditou em Yahweh, Yahweh viu que Abrão era justo." }, { - "title": "", + "title": "Que pergunta Abraão pergunta a Yahweh sobre a terra ?", "body": "" } ] \ No newline at end of file From ec0585e7d4b01ebdcd7c57884495d5d85ce1f439 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:24:50 -0300 Subject: [PATCH 24/61] Sat Feb 24 2018 09:24:50 GMT-0300 (-03) --- 15/06.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/06.txt b/15/06.txt index eebd57e..b940e31 100644 --- a/15/06.txt +++ b/15/06.txt @@ -1,7 +1,7 @@ [ { - "title": "Como Abram respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", - "body": "Abrão acreditou em Yahweh, Yahweh viu que Abrão era justo." + "title": "Como Abraão respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", + "body": "Abrão acreditou em Yahweh, e Yahweh viu que Abrão era justo." }, { "title": "Que pergunta Abraão pergunta a Yahweh sobre a terra ?", From 468a615236bee1136ea884b494599d8da53ff648 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:26:50 -0300 Subject: [PATCH 25/61] Sat Feb 24 2018 09:26:50 GMT-0300 (-03) --- 15/06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/06.txt b/15/06.txt index b940e31..a9a8af1 100644 --- a/15/06.txt +++ b/15/06.txt @@ -5,6 +5,6 @@ }, { "title": "Que pergunta Abraão pergunta a Yahweh sobre a terra ?", - "body": "" + "body": "Abram perguntou a Yahweh: \"Como eu saberia que herdarei isso\"?" } ] \ No newline at end of file From c4c276096ebb7a95281e23afbbaab8a43c36c3c6 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:28:50 -0300 Subject: [PATCH 26/61] Sat Feb 24 2018 09:28:50 GMT-0300 (-03) --- 15/04.txt | 4 ++-- 15/06.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/15/04.txt b/15/04.txt index 71a1e53..2915840 100644 --- a/15/04.txt +++ b/15/04.txt @@ -1,10 +1,10 @@ [ { "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", - "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abram.\n" + "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abraão.\n" }, { "title": "Quantos descendentes Yahweh disse que Abrão teria? ", - "body": "Yahweh disse que Abram teria descendentes tão numerosos quanto as estrelas.\n" + "body": "Yahweh disse que Abraão teria descendentes tão numerosos quanto as estrelas.\n" } ] \ No newline at end of file diff --git a/15/06.txt b/15/06.txt index a9a8af1..6b7793f 100644 --- a/15/06.txt +++ b/15/06.txt @@ -1,10 +1,10 @@ [ { "title": "Como Abraão respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", - "body": "Abrão acreditou em Yahweh, e Yahweh viu que Abrão era justo." + "body": "Abraão acreditou em Yahweh, e Yahweh viu que Abraão era justo." }, { "title": "Que pergunta Abraão pergunta a Yahweh sobre a terra ?", - "body": "Abram perguntou a Yahweh: \"Como eu saberia que herdarei isso\"?" + "body": "Abraão perguntou a Yahweh: \"Como eu saberia que herdarei isso\"?" } ] \ No newline at end of file From aa08bca2b36121159b1b97bd59633530cc089435 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:34:50 -0300 Subject: [PATCH 27/61] Sat Feb 24 2018 09:34:50 GMT-0300 (-03) --- 15/04.txt | 4 ++-- 15/06.txt | 6 +++--- 15/09.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/15/04.txt b/15/04.txt index 2915840..ef9012e 100644 --- a/15/04.txt +++ b/15/04.txt @@ -1,10 +1,10 @@ [ { "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", - "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abraão.\n" + "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abrão.\n" }, { "title": "Quantos descendentes Yahweh disse que Abrão teria? ", - "body": "Yahweh disse que Abraão teria descendentes tão numerosos quanto as estrelas.\n" + "body": "Yahweh disse que Abrão teria descendentes tão numerosos quanto as estrelas.\n" } ] \ No newline at end of file diff --git a/15/06.txt b/15/06.txt index 6b7793f..1e06cdc 100644 --- a/15/06.txt +++ b/15/06.txt @@ -1,10 +1,10 @@ [ { - "title": "Como Abraão respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", - "body": "Abraão acreditou em Yahweh, e Yahweh viu que Abraão era justo." + "title": "Como Abrão respondeu à promessa de Yahweh, e o que Yahweh fez então?\n", + "body": "Abrão acreditou em Yahweh, e Yahweh viu que Abrão era justo." }, { "title": "Que pergunta Abraão pergunta a Yahweh sobre a terra ?", - "body": "Abraão perguntou a Yahweh: \"Como eu saberia que herdarei isso\"?" + "body": "Abrão perguntou a Yahweh: \"Como eu saberia que herdarei isso\"?" } ] \ No newline at end of file diff --git a/15/09.txt b/15/09.txt index bd662d1..5bfc881 100644 --- a/15/09.txt +++ b/15/09.txt @@ -1,6 +1,6 @@ [ { - "title": "", + "title": "O que Abrão fez então com os animais que ele lhe disseram para trazer?", "body": "" } ] \ No newline at end of file From 930b7f0676d1793998637ec7a5f104ac9b35dafa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:36:50 -0300 Subject: [PATCH 28/61] Sat Feb 24 2018 09:36:50 GMT-0300 (-03) --- 15/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/09.txt b/15/09.txt index 5bfc881..6753eb7 100644 --- a/15/09.txt +++ b/15/09.txt @@ -1,6 +1,6 @@ [ { - "title": "O que Abrão fez então com os animais que ele lhe disseram para trazer?", + "title": "O que Abrão fez então com os animais que Ele lhe disse para trazer?", "body": "" } ] \ No newline at end of file From 2b9375eb3c41e1a9b83f51ec157d53ab030619a4 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:40:50 -0300 Subject: [PATCH 29/61] Sat Feb 24 2018 09:40:50 GMT-0300 (-03) --- 15/09.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/09.txt b/15/09.txt index 6753eb7..a684314 100644 --- a/15/09.txt +++ b/15/09.txt @@ -1,6 +1,6 @@ [ { "title": "O que Abrão fez então com os animais que Ele lhe disse para trazer?", - "body": "" + "body": "Abrão cortou os animais em dois e colocou cada metade oposta a outra." } ] \ No newline at end of file From 10306bad0ecce611ef6e36d7e9c35db845dffbdb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:42:50 -0300 Subject: [PATCH 30/61] Sat Feb 24 2018 09:42:50 GMT-0300 (-03) --- 15/12.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 15/12.txt diff --git a/15/12.txt b/15/12.txt new file mode 100644 index 0000000..dda45b3 --- /dev/null +++ b/15/12.txt @@ -0,0 +1,10 @@ +[ + { + "title": "O que aconteceu com Abrão quando o sol estava se pondo?", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 0f908b8574344c95a07dc99f1841ff842d9680ca Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:44:50 -0300 Subject: [PATCH 31/61] Sat Feb 24 2018 09:44:50 GMT-0300 (-03) --- 15/12.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/12.txt b/15/12.txt index dda45b3..e1b2f89 100644 --- a/15/12.txt +++ b/15/12.txt @@ -1,10 +1,10 @@ [ { "title": "O que aconteceu com Abrão quando o sol estava se pondo?", - "body": "" + "body": "Quando o sol estava descendo, Abrão ficou profundamente adormecido e uma profunda e aterradora escuridão o dominou." }, { - "title": "", + "title": "Por quanto tempo Yahweh disse que os descendentes de Abram seriam escravizados e oprimidos?", "body": "" } ] \ No newline at end of file From 2854e81ce2067d50d81701702477ca07055c21d1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:48:50 -0300 Subject: [PATCH 32/61] Sat Feb 24 2018 09:48:50 GMT-0300 (-03) --- 15/12.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/12.txt b/15/12.txt index e1b2f89..d529d39 100644 --- a/15/12.txt +++ b/15/12.txt @@ -1,10 +1,10 @@ [ { "title": "O que aconteceu com Abrão quando o sol estava se pondo?", - "body": "Quando o sol estava descendo, Abrão ficou profundamente adormecido e uma profunda e aterradora escuridão o dominou." + "body": "Quando o sol estava descendo, Abrão ficou bastante adormecido e uma profunda e terrível escuridão o dominou." }, { - "title": "Por quanto tempo Yahweh disse que os descendentes de Abram seriam escravizados e oprimidos?", + "title": "Por quanto tempo Yahweh disse que os descendentes de Abrão seriam escravizados e oprimidos?", "body": "" } ] \ No newline at end of file From 497fa0f3c5281086f516634573797b30be8dd434 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:52:50 -0300 Subject: [PATCH 33/61] Sat Feb 24 2018 09:52:50 GMT-0300 (-03) --- 15/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/12.txt b/15/12.txt index d529d39..5861f3a 100644 --- a/15/12.txt +++ b/15/12.txt @@ -5,6 +5,6 @@ }, { "title": "Por quanto tempo Yahweh disse que os descendentes de Abrão seriam escravizados e oprimidos?", - "body": "" + "body": "Yahweh" } ] \ No newline at end of file From b23637b3b969a6a2e0665ca750232f7729fecb28 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 09:56:50 -0300 Subject: [PATCH 34/61] Sat Feb 24 2018 09:56:50 GMT-0300 (-03) --- 15/12.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/12.txt b/15/12.txt index 5861f3a..6a51cee 100644 --- a/15/12.txt +++ b/15/12.txt @@ -5,6 +5,6 @@ }, { "title": "Por quanto tempo Yahweh disse que os descendentes de Abrão seriam escravizados e oprimidos?", - "body": "Yahweh" + "body": "Yahweh disse a Abrão que seus descendentes seriam escravizados e oprimidos por quatrocentos anos." } ] \ No newline at end of file From f4f0a85e78937b6884ffb66a502a5e6c2d208477 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:00:50 -0300 Subject: [PATCH 35/61] Sat Feb 24 2018 10:00:50 GMT-0300 (-03) --- 15/14.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 15/14.txt diff --git a/15/14.txt b/15/14.txt new file mode 100644 index 0000000..986858a --- /dev/null +++ b/15/14.txt @@ -0,0 +1,6 @@ +[ + { + "title": "O que Yahweh ", + "body": "" + } +] \ No newline at end of file From 0bf677367dddfc79f047a944f2cd07f5fb7b0f77 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:04:50 -0300 Subject: [PATCH 36/61] Sat Feb 24 2018 10:04:50 GMT-0300 (-03) --- 15/14.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/14.txt b/15/14.txt index 986858a..271a67d 100644 --- a/15/14.txt +++ b/15/14.txt @@ -1,6 +1,6 @@ [ { - "title": "O que Yahweh ", - "body": "" + "title": "O que Yahweh disse que aconteceria com a nação escravizada dos decendentes de Abrão?", + "body": "Yahweh disse que jugaria a naço" } ] \ No newline at end of file From 5f31644c515557e0603763d5030dbf9e1a128c0b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:06:50 -0300 Subject: [PATCH 37/61] Sat Feb 24 2018 10:06:50 GMT-0300 (-03) --- 15/14.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/15/14.txt b/15/14.txt index 271a67d..6ea3873 100644 --- a/15/14.txt +++ b/15/14.txt @@ -1,6 +1,10 @@ [ { "title": "O que Yahweh disse que aconteceria com a nação escravizada dos decendentes de Abrão?", - "body": "Yahweh disse que jugaria a naço" + "body": "Yahweh disse que jugaria a nação." + }, + { + "title": "", + "body": "" } ] \ No newline at end of file From 10e57002e95fe165b52aa1edb7d3df080c262ff5 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:10:50 -0300 Subject: [PATCH 38/61] Sat Feb 24 2018 10:10:50 GMT-0300 (-03) --- 15/14.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/14.txt b/15/14.txt index 6ea3873..d3a8902 100644 --- a/15/14.txt +++ b/15/14.txt @@ -4,7 +4,7 @@ "body": "Yahweh disse que jugaria a nação." }, { - "title": "", - "body": "" + "title": "O que Yahweh disse sobre o fim da vida de Abrão?", + "body": "Yahweh disse que Abrão morreria" } ] \ No newline at end of file From bfe3b734007562f254e30bb8b144d7281ea24b1b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:12:50 -0300 Subject: [PATCH 39/61] Sat Feb 24 2018 10:12:50 GMT-0300 (-03) --- 15/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/14.txt b/15/14.txt index d3a8902..d824d88 100644 --- a/15/14.txt +++ b/15/14.txt @@ -5,6 +5,6 @@ }, { "title": "O que Yahweh disse sobre o fim da vida de Abrão?", - "body": "Yahweh disse que Abrão morreria" + "body": "Yahweh disse que Abrão morreria em paz com boa idade." } ] \ No newline at end of file From 8876c30adae620850d94a5bdb3926acd637b8e0b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:16:50 -0300 Subject: [PATCH 40/61] Sat Feb 24 2018 10:16:50 GMT-0300 (-03) --- 15/14.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/15/14.txt b/15/14.txt index d824d88..c9e050f 100644 --- a/15/14.txt +++ b/15/14.txt @@ -6,5 +6,9 @@ { "title": "O que Yahweh disse sobre o fim da vida de Abrão?", "body": "Yahweh disse que Abrão morreria em paz com boa idade." + }, + { + "title": "", + "body": "" } ] \ No newline at end of file From 40ec5c0e5805a48f59d9f673a1e61d30812f05be Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:20:50 -0300 Subject: [PATCH 41/61] Sat Feb 24 2018 10:20:50 GMT-0300 (-03) --- 15/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/14.txt b/15/14.txt index c9e050f..4dcaff6 100644 --- a/15/14.txt +++ b/15/14.txt @@ -8,7 +8,7 @@ "body": "Yahweh disse que Abrão morreria em paz com boa idade." }, { - "title": "", + "title": "Que limites alcançaria os decendentes de Abrão antes de retornar a terra prometida?", "body": "" } ] \ No newline at end of file From 14a24ff74a6a4d4630598311145634586710d00a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:26:50 -0300 Subject: [PATCH 42/61] Sat Feb 24 2018 10:26:50 GMT-0300 (-03) --- 15/14.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/14.txt b/15/14.txt index 4dcaff6..c128834 100644 --- a/15/14.txt +++ b/15/14.txt @@ -9,6 +9,6 @@ }, { "title": "Que limites alcançaria os decendentes de Abrão antes de retornar a terra prometida?", - "body": "" + "body": "O pecado dos Amoritas alcançaria seu limite antes dos decendentes de Abrão retornar." } ] \ No newline at end of file From 60311bd6379d7fde163e719c97f2a5e0eb0dab10 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:28:50 -0300 Subject: [PATCH 43/61] Sat Feb 24 2018 10:28:50 GMT-0300 (-03) --- 15/17.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 15/17.txt diff --git a/15/17.txt b/15/17.txt new file mode 100644 index 0000000..d23dcce --- /dev/null +++ b/15/17.txt @@ -0,0 +1,14 @@ +[ + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From c08d0c331c1e361a9333f09822ce662bfc693656 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:32:50 -0300 Subject: [PATCH 44/61] Sat Feb 24 2018 10:32:50 GMT-0300 (-03) --- 15/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/17.txt b/15/17.txt index d23dcce..9eb88dc 100644 --- a/15/17.txt +++ b/15/17.txt @@ -1,6 +1,6 @@ [ { - "title": "", + "title": "Que noite", "body": "" }, { From 57e0c4e031f8e4aa74bec1b3c5c60a0831a8880f Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:46:50 -0300 Subject: [PATCH 45/61] Sat Feb 24 2018 10:46:50 GMT-0300 (-03) --- 15/17.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/17.txt b/15/17.txt index 9eb88dc..6989dab 100644 --- a/15/17.txt +++ b/15/17.txt @@ -4,8 +4,8 @@ "body": "" }, { - "title": "", - "body": "" + "title": "Que aliança Yahweh fez com Abrão naquele dia?", + "body": "Yahweh fez a aliança com Abrão que daria terr" }, { "title": "", From 75c40a8c899d46d9e96fed2e260bdd10ec9939f5 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:48:50 -0300 Subject: [PATCH 46/61] Sat Feb 24 2018 10:48:50 GMT-0300 (-03) --- 15/17.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/15/17.txt b/15/17.txt index 6989dab..4cfc100 100644 --- a/15/17.txt +++ b/15/17.txt @@ -5,10 +5,10 @@ }, { "title": "Que aliança Yahweh fez com Abrão naquele dia?", - "body": "Yahweh fez a aliança com Abrão que daria terr" + "body": "Yahweh fez a aliança com Abrão que daria terras aos seus decendentes." }, { - "title": "", - "body": "" + "title": "Que aliança Yahweh fez com Abrão naquele dia?", + "body": "Yahweh fez a aliança com Abrão que daria terras aos seus decendentes." } ] \ No newline at end of file From e6d8d3bf4480850b64b251da408bebf480e18b57 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:50:50 -0300 Subject: [PATCH 47/61] Sat Feb 24 2018 10:50:50 GMT-0300 (-03) --- 16/01.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 16/01.txt diff --git a/16/01.txt b/16/01.txt new file mode 100644 index 0000000..99fc783 --- /dev/null +++ b/16/01.txt @@ -0,0 +1,14 @@ +[ + { + "title": "Que idéia ", + "body": "" + }, + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 8cb35e65a986f96744ee6565894f51f9dda856b7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:52:50 -0300 Subject: [PATCH 48/61] Sat Feb 24 2018 10:52:50 GMT-0300 (-03) --- 16/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/16/01.txt b/16/01.txt index 99fc783..f2d262f 100644 --- a/16/01.txt +++ b/16/01.txt @@ -1,7 +1,7 @@ [ { - "title": "Que idéia ", - "body": "" + "title": "Que idéia Sarai teve para dar decendencia a Abrão?", + "body": "Sarai pediu para Abrão dormir com sua serva Hagar, em" }, { "title": "", From 826d4a3524f2293ead289b2a5b6157373093cb1a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:54:50 -0300 Subject: [PATCH 49/61] Sat Feb 24 2018 10:54:50 GMT-0300 (-03) --- 16/01.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/16/01.txt b/16/01.txt index f2d262f..713c41b 100644 --- a/16/01.txt +++ b/16/01.txt @@ -1,14 +1,14 @@ [ { "title": "Que idéia Sarai teve para dar decendencia a Abrão?", - "body": "Sarai pediu para Abrão dormir com sua serva Hagar, em" + "body": "Sarai pediu para Abrão dormir com sua serva Hagar, ordenou para ter um filho dela." }, { - "title": "", - "body": "" + "title": "Que idéia Sarai teve para dar decendencia a Abrão?", + "body": "Sarai pediu para Abrão dormir com sua serva Hagar, ordenou para ter um filho dela." }, { - "title": "", + "title": "O que ocorreu entre Hagar", "body": "" } ] \ No newline at end of file From 8dc0eab599e7b9e2bdd7654068b05dc1fbe10216 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:56:50 -0300 Subject: [PATCH 50/61] Sat Feb 24 2018 10:56:50 GMT-0300 (-03) --- 16/01.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/16/01.txt b/16/01.txt index 713c41b..7619b26 100644 --- a/16/01.txt +++ b/16/01.txt @@ -8,7 +8,7 @@ "body": "Sarai pediu para Abrão dormir com sua serva Hagar, ordenou para ter um filho dela." }, { - "title": "O que ocorreu entre Hagar", - "body": "" + "title": "O que ocorreu entre Hagar e Sarai quando Hagar concebeu um filho com Abrão?", + "body": "Após Hagar conceber, " } ] \ No newline at end of file From 3641e9fe6ae3d351e19095a99fb1c03f66da8baf Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 10:58:50 -0300 Subject: [PATCH 51/61] Sat Feb 24 2018 10:58:50 GMT-0300 (-03) --- 16/01.txt | 2 +- 16/05.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 16/05.txt diff --git a/16/01.txt b/16/01.txt index 7619b26..8d23add 100644 --- a/16/01.txt +++ b/16/01.txt @@ -9,6 +9,6 @@ }, { "title": "O que ocorreu entre Hagar e Sarai quando Hagar concebeu um filho com Abrão?", - "body": "Após Hagar conceber, " + "body": "Após Hagar conceber, Hagar foi olhada com despreso por Sarai." } ] \ No newline at end of file diff --git a/16/05.txt b/16/05.txt new file mode 100644 index 0000000..d23dcce --- /dev/null +++ b/16/05.txt @@ -0,0 +1,14 @@ +[ + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + }, + { + "title": "", + "body": "" + } +] \ No newline at end of file From 3f8c7284ebaa46e6a661e5f4ab34534f7440a64a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:04:50 -0300 Subject: [PATCH 52/61] Sat Feb 24 2018 11:04:50 GMT-0300 (-03) --- 15/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/17.txt b/15/17.txt index 4cfc100..0ca0547 100644 --- a/15/17.txt +++ b/15/17.txt @@ -1,6 +1,6 @@ [ { - "title": "Que noite", + "title": "aquela noite, o que aconteceu com as peças", "body": "" }, { From 1f924d86fa4f10469b7141117313c33c164dc918 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:06:50 -0300 Subject: [PATCH 53/61] Sat Feb 24 2018 11:06:50 GMT-0300 (-03) --- 15/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/17.txt b/15/17.txt index 0ca0547..35fab8b 100644 --- a/15/17.txt +++ b/15/17.txt @@ -1,6 +1,6 @@ [ { - "title": "aquela noite, o que aconteceu com as peças", + "title": "aquela noite, o que aconteceu com as peças dos animais que Abrão tinha preparado?", "body": "" }, { From 2749f56fba294dc71e4ba63e9960bca45b1e43df Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:10:51 -0300 Subject: [PATCH 54/61] Sat Feb 24 2018 11:10:51 GMT-0300 (-03) --- 15/01.txt | 4 ++-- 15/17.txt | 2 +- 16/01.txt | 14 -------------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 16/01.txt diff --git a/15/01.txt b/15/01.txt index 88b145e..0098a04 100644 --- a/15/01.txt +++ b/15/01.txt @@ -1,7 +1,7 @@ [ { - "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abraão?", - "body": "Yahweh falou Abraão não tema, e que Ele era o escudo e a força de Abraão." + "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abrão?", + "body": "Yahweh falou Abrão não tema, e que Ele era o escudo e a força de Abraão." }, { "title": "Sobre o que Abraão estava preocupado?", diff --git a/15/17.txt b/15/17.txt index 35fab8b..b371308 100644 --- a/15/17.txt +++ b/15/17.txt @@ -1,7 +1,7 @@ [ { "title": "aquela noite, o que aconteceu com as peças dos animais que Abrão tinha preparado?", - "body": "" + "body": "Uma tocha fumegantes passou entre as peças dos animais." }, { "title": "Que aliança Yahweh fez com Abrão naquele dia?", diff --git a/16/01.txt b/16/01.txt deleted file mode 100644 index 8d23add..0000000 --- a/16/01.txt +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "title": "Que idéia Sarai teve para dar decendencia a Abrão?", - "body": "Sarai pediu para Abrão dormir com sua serva Hagar, ordenou para ter um filho dela." - }, - { - "title": "Que idéia Sarai teve para dar decendencia a Abrão?", - "body": "Sarai pediu para Abrão dormir com sua serva Hagar, ordenou para ter um filho dela." - }, - { - "title": "O que ocorreu entre Hagar e Sarai quando Hagar concebeu um filho com Abrão?", - "body": "Após Hagar conceber, Hagar foi olhada com despreso por Sarai." - } -] \ No newline at end of file From 3a7f491dff0c95629c845b22c2f8da6b8442fcc5 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:12:50 -0300 Subject: [PATCH 55/61] Sat Feb 24 2018 11:12:50 GMT-0300 (-03) --- 15/01.txt | 12 ++++++------ manifest.json | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/15/01.txt b/15/01.txt index 0098a04..909c50f 100644 --- a/15/01.txt +++ b/15/01.txt @@ -1,14 +1,14 @@ [ { "title": "Quando Yahweh apareceu para Abraão, que encorajamento Yahweh deu para Abrão?", - "body": "Yahweh falou Abrão não tema, e que Ele era o escudo e a força de Abraão." + "body": "Yahweh falou Abrão não temas, e que Ele era o escudo e a força de Abrão." + }, + { + "title": "Sobre o que Abrão estava preocupado?", + "body": "Abrão estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro.\n " }, { "title": "Sobre o que Abraão estava preocupado?", - "body": "Abram estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro.\n " - }, - { - "title": "Sobre o que Abraão estava preocupado?", - "body": "Abram estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro." + "body": "Abrão estava preocupado porque ainda não tinha filhos, e seu mordomo era seu herdeiro." } ] \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4ee14f2..871f13c 100644 --- a/manifest.json +++ b/manifest.json @@ -35,5 +35,7 @@ "translators": [ "Josias Antonio da Silva" ], - "finished_chunks": [] + "finished_chunks": [ + "15-01" + ] } \ No newline at end of file From caf2e841f7d7bbf3b0a0a0331b3635ef89a5598a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:14:50 -0300 Subject: [PATCH 56/61] Sat Feb 24 2018 11:14:50 GMT-0300 (-03) --- 15/04.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/15/04.txt b/15/04.txt index ef9012e..9f0ea89 100644 --- a/15/04.txt +++ b/15/04.txt @@ -1,6 +1,6 @@ [ { - "title": "Quem Yahweh disse que seria o herdeiro de Abram?\n", + "title": "Quem Yahweh disse que seria o herdeiro de Abrão?\n", "body": "Yahweh disse que o herdeiro viria do próprio corpo de Abrão.\n" }, { diff --git a/manifest.json b/manifest.json index 871f13c..839b130 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Josias Antonio da Silva" ], "finished_chunks": [ - "15-01" + "15-01", + "15-04" ] } \ No newline at end of file From da7ccbc539ebe7ee89fb13c497675c631ff0eb35 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:16:50 -0300 Subject: [PATCH 57/61] Sat Feb 24 2018 11:16:50 GMT-0300 (-03) --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 839b130..7d65971 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "15-01", - "15-04" + "15-04", + "15-06" ] } \ No newline at end of file From d69c9d7925d2358b664a895fb676ab0182ed63c0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:18:50 -0300 Subject: [PATCH 58/61] Sat Feb 24 2018 11:18:50 GMT-0300 (-03) --- 15/09.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/15/09.txt b/15/09.txt index a684314..bbc474e 100644 --- a/15/09.txt +++ b/15/09.txt @@ -1,6 +1,6 @@ [ { "title": "O que Abrão fez então com os animais que Ele lhe disse para trazer?", - "body": "Abrão cortou os animais em dois e colocou cada metade oposta a outra." + "body": "Abrão cortou os animais em dois e colocou cada metade em frente uma da outra." } ] \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7d65971..aa787f4 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,7 @@ "finished_chunks": [ "15-01", "15-04", - "15-06" + "15-06", + "15-09" ] } \ No newline at end of file From 9e0709b3b4f40c9329dbdb46ab0b80c28e734ec7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:20:50 -0300 Subject: [PATCH 59/61] Sat Feb 24 2018 11:20:50 GMT-0300 (-03) --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index aa787f4..1fbc1f2 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,8 @@ "15-01", "15-04", "15-06", - "15-09" + "15-09", + "15-12", + "15-14" ] } \ No newline at end of file From 21303f04213146c1d54b63d51bd06b1e67bd4221 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Sat, 24 Feb 2018 11:22:50 -0300 Subject: [PATCH 60/61] Sat Feb 24 2018 11:22:50 GMT-0300 (-03) --- 15/17.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/15/17.txt b/15/17.txt index b371308..95cf95c 100644 --- a/15/17.txt +++ b/15/17.txt @@ -1,6 +1,6 @@ [ { - "title": "aquela noite, o que aconteceu com as peças dos animais que Abrão tinha preparado?", + "title": "Aquela noite, o que aconteceu com as peças dos animais que Abrão tinha preparado?", "body": "Uma tocha fumegantes passou entre as peças dos animais." }, { diff --git a/manifest.json b/manifest.json index 1fbc1f2..0bfd738 100644 --- a/manifest.json +++ b/manifest.json @@ -41,6 +41,7 @@ "15-06", "15-09", "15-12", - "15-14" + "15-14", + "15-17" ] } \ No newline at end of file From 372a74c6438ec3c316002413d392aeabc0322269 Mon Sep 17 00:00:00 2001 From: alexandre_brazil Date: Sat, 28 Apr 2018 00:21:16 -0300 Subject: [PATCH 61/61] Sat Apr 28 2018 00:21:15 GMT-0300 (Hora oficial do Brasil) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0bfd738..110641e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "format": "markdown", "generator": { "name": "ts-desktop", - "build": "110" + "build": "132" }, "target_language": { "id": "pt-br",