From a4936f4a4c1c8abfdd035f1d3346cda66a26b440 Mon Sep 17 00:00:00 2001 From: translationCore User Date: Tue, 27 Jun 2023 14:47:36 +0400 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 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/manifest.json b/manifest.json index 355956d..25e6425 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,20 @@ { + "project": { + "id": "jud", + "name": "Jude" + }, + "resource": { + "id": "RSOB", + "name": "Russian Simplified Open Bible" + }, + "toolsSelectedGLs": {}, "generator": { "name": "tc-desktop", "build": "" }, "target_language": { - "id": "", - "name": "", + "id": "ru", + "name": "Russian", "direction": "ltr", "book": { "name": "ПОСЛАНИЕ ИУДЫ" @@ -15,10 +24,6 @@ "id": "jud", "name": "Jude" }, - "project": { - "id": "jud", - "name": "Jude" - }, "type": { "id": "text", "name": "Text" @@ -32,14 +37,13 @@ "version": "" } ], - "resource": { - "id": "", - "name": "" - }, "translators": [], "checkers": [], "time_created": "2023-06-27T10:46:50.203Z", "tools": [], "repo": "", - "tcInitialized": true + "tcInitialized": true, + "tc_version": 8, + "license": "CC BY-SA 4.0", + "projectFont": "default" } 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 +}