From 216f455b33dbc3dc6a0b20a7e213eb3bb786772a Mon Sep 17 00:00:00 2001 From: translationCore User Date: Thu, 30 Jan 2020 18:02:40 +0300 Subject: [PATCH] Migrating Old Project --- LICENSE.md | 26 ++++++++++++++++++++++++++ jon/1.json | 1 + manifest.json | 25 ++++++++++++++----------- settings.json | 3 +++ 4 files changed, 44 insertions(+), 11 deletions(-) create mode 100644 LICENSE.md create mode 100644 settings.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..48f4980 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,26 @@ +# 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 [license](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. diff --git a/jon/1.json b/jon/1.json index 581e88d..db5a55f 100644 --- a/jon/1.json +++ b/jon/1.json @@ -15,5 +15,6 @@ "14": "Тогда они обратились к Господу и сказали: «Молим Тебя, Господь, пусть мы не погибнем за душу этого человека, и пусть нам не зачтётся невинная кровь. Ведь Ты, Господь, сделал то, что Тебе угодно!»", "15": "Иону взяли и выбросили в море, и море успокоилось от своей ярости.", "16": "Эти люди испугались Господа сильным страхом. Они принесли Господу жертву и дали обеты.", + "17": "", "front": "КНИГА ПРОРОКА ИОНЫ\nГлава 1" } diff --git a/manifest.json b/manifest.json index de6659c..7881522 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,20 @@ { + "project": { + "id": "jon", + "name": "Jonah" + }, + "resource": { + "id": "ROB", + "name": "ROB" + }, + "toolsSelectedGLs": {}, "generator": { "name": "tc-desktop", "build": "" }, "target_language": { - "id": "", - "name": "", + "id": "ru", + "name": "Russian", "direction": "ltr", "book": { "name": "Jonah" @@ -15,10 +24,6 @@ "id": "jon", "name": "Jonah" }, - "project": { - "id": "jon", - "name": "Jonah" - }, "type": { "id": "text", "name": "Text" @@ -32,14 +37,12 @@ "version": "" } ], - "resource": { - "id": "", - "name": "" - }, "translators": [], "checkers": [], "time_created": "2020-01-30T15:02:09.815Z", "tools": [], "repo": "", - "tcInitialized": true + "tcInitialized": true, + "tc_version": 7, + "license": "CC BY-SA 4.0" } diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..ace52dc --- /dev/null +++ b/settings.json @@ -0,0 +1,3 @@ +{ + "last_opened": null +}