From 2a124a4c5ffdb8efed777083cd4d4333e67954de Mon Sep 17 00:00:00 2001 From: translationCore User Date: Tue, 6 Jul 2021 10:55:19 +0300 Subject: [PATCH] Migrating Old Project --- LICENSE.md | 26 ++++++++++++++++++++++++++ manifest.json | 26 +++++++++++++++----------- settings.json | 3 +++ 3 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 00000000..48f4980b --- /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/manifest.json b/manifest.json index 31a4edf7..f543af69 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,20 @@ { + "project": { + "id": "neh", + "name": "Nehemiah" + }, + "resource": { + "id": "RSOB", + "name": "Russian Simplified Open Bible" + }, + "toolsSelectedGLs": {}, "generator": { "name": "tc-desktop", "build": "" }, "target_language": { - "id": "en", - "name": "English", + "id": "ru", + "name": "Русский", "direction": "ltr", "book": { "name": "Nehemiah" @@ -15,10 +24,6 @@ "id": "neh", "name": "Nehemiah" }, - "project": { - "id": "neh", - "name": "Nehemiah" - }, "type": { "id": "text", "name": "Text" @@ -32,14 +37,13 @@ "version": "" } ], - "resource": { - "id": "", - "name": "" - }, "translators": [], "checkers": [], "time_created": "2021-07-06T07:54:51.149Z", "tools": [], "repo": "", - "tcInitialized": true + "tcInitialized": true, + "tc_version": 7, + "license": "CC BY-SA 4.0", + "projectFont": "default" } diff --git a/settings.json b/settings.json new file mode 100644 index 00000000..ace52dc9 --- /dev/null +++ b/settings.json @@ -0,0 +1,3 @@ +{ + "last_opened": null +}