From db931815740b6caf847dc84f4bc38a8a6a6001cf Mon Sep 17 00:00:00 2001 From: linguangola Date: Mon, 24 Jul 2023 09:50:33 -0300 Subject: [PATCH 1/6] =?UTF-8?q?Mon=20Jul=2024=202023=2009:50:32=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= 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..0619a9d --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "83" + }, + "target_language": { + "id": "aoa", + "name": "Angolar", + "direction": "ltr" + }, + "project": { + "id": "1th", + "name": "1 Thessalonians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From 4e8554cf90bb90d36730f86910d33bf521c7c857 Mon Sep 17 00:00:00 2001 From: linguangola Date: Mon, 24 Jul 2023 09:50:50 -0300 Subject: [PATCH 2/6] =?UTF-8?q?Mon=20Jul=2024=202023=2009:50:49=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= 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 0619a9d..39bbdf1 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,15 @@ "id": "reg", "name": "Regular" }, - "source_translations": [], + "source_translations": [ + { + "language_id": "pt-br", + "resource_id": "blv", + "checking_level": "3", + "date_modified": "2023-02-22T16:05:03.2783442+00:00", + "version": "2" + } + ], "parent_draft": {}, "translators": [], "finished_chunks": [] From b440ca9c128f51c5268ee7968174b58106842cbf Mon Sep 17 00:00:00 2001 From: linguangola Date: Mon, 24 Jul 2023 09:53:44 -0300 Subject: [PATCH 3/6] =?UTF-8?q?Mon=20Jul=2024=202023=2009:53:44=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 964713e..e8d6c05 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From d85f8d5974e70603f72e4ffff60eda097412f924 Mon Sep 17 00:00:00 2001 From: linguangola Date: Mon, 24 Jul 2023 10:25:29 -0300 Subject: [PATCH 4/6] =?UTF-8?q?Mon=20Jul=2024=202023=2010:25:29=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 39bbdf1..69ff7ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop", From 6f89c1eb449aa78041227e5ba32cc5f6263346c1 Mon Sep 17 00:00:00 2001 From: linguangola Date: Mon, 24 Jul 2023 10:25:34 -0300 Subject: [PATCH 5/6] =?UTF-8?q?Mon=20Jul=2024=202023=2010:25:33=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 69ff7ba..39bbdf1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 7, + "package_version": 6, "format": "usfm", "generator": { "name": "ts-desktop", From fe8644672f3749509e67dc1de2804dac2b2bcf98 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Sep 2023 08:54:01 -0300 Subject: [PATCH 6/6] =?UTF-8?q?Thu=20Sep=2021=202023=2008:54:01=20GMT-0300?= =?UTF-8?q?=20(Hor=C3=A1rio=20Padr=C3=A3o=20de=20Bras=C3=ADlia)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 39bbdf1..69ff7ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "package_version": 6, + "package_version": 7, "format": "usfm", "generator": { "name": "ts-desktop",