From 05ac2620142dd13ef77edf73f5b31babff9e2d73 Mon Sep 17 00:00:00 2001 From: translationCore User Date: Thu, 19 Nov 2020 12:29:10 -0600 Subject: [PATCH] Migrating Old Project --- 1ti/1.json | 23 ++++++++++++++++++++++- manifest.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- settings.json | 3 +++ 3 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 settings.json diff --git a/1ti/1.json b/1ti/1.json index c13e29e..e678292 100644 --- a/1ti/1.json +++ b/1ti/1.json @@ -1 +1,22 @@ -{"1":"Paul, an apostle of Christ Jesus according to the commandment of God our Savior and Christ Jesus our hope,","2":"to Timothy, a true son in the faith: Grace, mercy, and peace from God the Father and Christ Jesus our Lord.","3":"","4":"","5":"Now the goal of the commandment is love from a pure heart, from a good conscience, and from a sincere faith.","6":"Some people have missed the mark and have turned away from these things to foolish talk.","7":"They want to be teachers of the law, but they do not understand what they are saying or what they so confidently affirm.","8":"But we know that the law is good if one uses it lawfully.","9":"We know this, that law is not made for a righteous man, but for a lawless and rebellious people, for ungodly people and sinners, and for those who are godless and profane. It is made for those who kill their fathers and mothers, for murderers,","10":"for sexually immoral people, for homosexuals, for those who kidnap people for slaves, for liars, for false witnesses, and for whatever else is against faithful instruction.","11":"This instruction is according to the glorious gospel of the blessed God with which I have been entrusted.","12":"I thank Christ Jesus our Lord. He strengthened me, for he considered me faithful, and he placed me into service.","13":"I was a blasphemer, a persecutor, and a violent man. But I received mercy because I acted ignorantly in unbelief.","14":"But the grace of our Lord overflowed with faith and love that is in Christ Jesus.","15":"This message is reliable and worthy of all acceptance, that Christ Jesus came into the world to save sinners. I am the worst of these.","16":"But for this reason I was given mercy, so that in me, the foremost, Christ Jesus might demonstrate all patience. He did this as an example for those who would trust in him for eternal life.","17":"Now to the king of the ages, the immortal, invisible, the only God, be honor and glory forever and ever. Amen.","18":"I am placing this command before you, Timothy, my child, in accordance with the prophecies previously made about you, that you might fight the good fight,","19":"holding faith and a good conscience. By rejecting this, some have shipwrecked their faith.","20":"Such are Hymenaeus and Alexander, whom I gave over to Satan so that they may be taught not to blaspheme."} +{ + "1": "Paul, an apostle of Christ Jesus according to the commandment of God our Savior and Christ Jesus our hope,", + "2": "to Timothy, a true son in the faith: Grace, mercy, and peace from God the Father and Christ Jesus our Lord.", + "3": "", + "4": "", + "5": "Now the goal of the commandment is love from a pure heart, from a good conscience, and from a sincere faith.", + "6": "Some people have missed the mark and have turned away from these things to foolish talk.", + "7": "They want to be teachers of the law, but they do not understand what they are saying or what they so confidently affirm.", + "8": "But we know that the law is good if one uses it lawfully.", + "9": "We know this, that law is not made for a righteous man, but for a lawless and rebellious people, for ungodly people and sinners, and for those who are godless and profane. It is made for those who kill their fathers and mothers, for murderers,", + "10": "for sexually immoral people, for homosexuals, for those who kidnap people for slaves, for liars, for false witnesses, and for whatever else is against faithful instruction.", + "11": "This instruction is according to the glorious gospel of the blessed God with which I have been entrusted.", + "12": "I thank Christ Jesus our Lord. He strengthened me, for he considered me faithful, and he placed me into service.", + "13": "I was a blasphemer, a persecutor, and a violent man. But I received mercy because I acted ignorantly in unbelief.", + "14": "But the grace of our Lord overflowed with faith and love that is in Christ Jesus.", + "15": "This message is reliable and worthy of all acceptance, that Christ Jesus came into the world to save sinners. I am the worst of these.", + "16": "But for this reason I was given mercy, so that in me, the foremost, Christ Jesus might demonstrate all patience. He did this as an example for those who would trust in him for eternal life.", + "17": "Now to the king of the ages, the immortal, invisible, the only God, be honor and glory forever and ever. Amen.", + "18": "I am placing this command before you, Timothy, my child, in accordance with the prophecies previously made about you, that you might fight the good fight,", + "19": "holding faith and a good conscience. By rejecting this, some have shipwrecked their faith.", + "20": "Such are Hymenaeus and Alexander, whom I gave over to Satan so that they may be taught not to blaspheme." +} diff --git a/manifest.json b/manifest.json index 116ce56..1943395 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +1,49 @@ -{"generator":{"name":"tc-desktop","build":""},"target_language":{"id":"en","name":"English","direction":"ltr","book":{"name":"1 Timothy"}},"ts_project":{"id":"1ti","name":"1 Timothy"},"project":{"id":"1ti","name":"1 Timothy"},"type":{"id":"text","name":"Text"},"source_translations":[{"language_id":"en","resource_id":"ulb","checking_level":"","date_modified":"2018-04-09T15:09:15.364Z","version":""}],"resource":{"id":"","name":""},"translators":[],"checkers":[],"time_created":"2018-04-09T15:09:15.364Z","tools":[],"repo":"","tcInitialized":true,"tc_version":5,"license":"CC BY-SA 4.0"} +{ + "project": { + "id": "1ti", + "name": "1 Timothy" + }, + "resource": { + "id": "test", + "name": "" + }, + "toolsSelectedGLs": {}, + "generator": { + "name": "tc-desktop", + "build": "" + }, + "target_language": { + "id": "en", + "name": "English", + "direction": "ltr", + "book": { + "name": "1 Timothy" + } + }, + "ts_project": { + "id": "1ti", + "name": "1 Timothy" + }, + "type": { + "id": "text", + "name": "Text" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "ulb", + "checking_level": "", + "date_modified": "2018-04-09T15:09:15.364Z", + "version": "" + } + ], + "translators": [], + "checkers": [], + "time_created": "2018-04-09T15:09:15.364Z", + "tools": [], + "repo": "", + "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 0000000..ace52dc --- /dev/null +++ b/settings.json @@ -0,0 +1,3 @@ +{ + "last_opened": null +}