From c3910efce7b573fb49495b82db6b8cda3d5b3b53 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 12:22:08 -0400 Subject: [PATCH 001/195] Thu Jul 21 2016 12:22:08 GMT-0400 (SA Western Standard Time) --- LICENSE.md | 15 +++++++++++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 44 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..ecb7728 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,15 @@ +## License + +This work is made available under a Creative Commons Attribution-ShareAlike 4.0 International 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. + +### 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. diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..806fbef --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file From cd08f175d5a1c9ecd07f04e4ee34a8ce7d03c3bb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 12:22:14 -0400 Subject: [PATCH 002/195] Thu Jul 21 2016 12:22:14 GMT-0400 (SA Western Standard Time) --- manifest.json | 56 +++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/manifest.json b/manifest.json index 806fbef..842f2aa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,29 +1,29 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [], - "parent_draft": {}, - "translators": [], - "finished_chunks": [] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} From 3811e4f77b35b484225891ae2069b7e9690e78e1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 12:24:14 -0400 Subject: [PATCH 003/195] Thu Jul 21 2016 12:24:14 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 1 + manifest.json | 66 +++++++++++++++++++++++++++++---------------------- 2 files changed, 39 insertions(+), 28 deletions(-) create mode 100644 10/01.txt diff --git a/10/01.txt b/10/01.txt new file mode 100644 index 0000000..bb78936 --- /dev/null +++ b/10/01.txt @@ -0,0 +1 @@ +Ahora Yo, Pablo, les ruego a ustedes \ No newline at end of file diff --git a/manifest.json b/manifest.json index 842f2aa..007ac60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,29 +1,39 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [], - "parent_draft": {}, - "translators": [], - "finished_chunks": [] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [] +} \ No newline at end of file From 9e17ef0f619f91e72514fc86bf6af4cd920aeffa Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 12:26:14 -0400 Subject: [PATCH 004/195] Thu Jul 21 2016 12:26:14 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/01.txt b/10/01.txt index bb78936..e18a251 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes \ No newline at end of file +Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo así. \ No newline at end of file From 3d29fc3c099edea4beb3bf9e1e8a49ffbf3c60f3 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 13:44:59 -0400 Subject: [PATCH 044/195] Thu Jul 21 2016 13:45:00 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/01.txt b/10/01.txt index e18a251..c56e29e 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo así. \ No newline at end of file +Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo de esa forma: yo, quien era tímido cuando estab en frente de ustedes, pero contundentemente \ No newline at end of file From 9d6152f150aef9d3a25e12e5ad9f33ce32454d57 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 13:59:44 -0400 Subject: [PATCH 045/195] Thu Jul 21 2016 13:59:44 GMT-0400 (SA Western Standard Time) --- manifest.json | 76 +++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/manifest.json b/manifest.json index 007ac60..1e9ffab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,39 +1,39 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [] +} From 71b3c318eaae37f4b7565fdbeffea0326ba3e6b1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 15:19:48 -0400 Subject: [PATCH 085/195] Thu Jul 21 2016 15:19:48 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/01.txt b/10/01.txt index c56e29e..8b52869 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo de esa forma: yo, quien era tímido cuando estab en frente de ustedes, pero contundentemente \ No newline at end of file +Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero contundentemente cuando yo les estoy escribiendo una carta desde muy lejos: yo les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, como quiera, que yo tenga que ser, a fin de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file From daaf9fa99e4cb90469da9442b7d99f3034cf5a24 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 15:27:48 -0400 Subject: [PATCH 089/195] Thu Jul 21 2016 15:27:48 GMT-0400 (SA Western Standard Time) --- 10/03.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/03.txt diff --git a/10/03.txt b/10/03.txt new file mode 100644 index 0000000..906fee7 --- /dev/null +++ b/10/03.txt @@ -0,0 +1 @@ +Pues aunque vivimos, por supuesto, en nustros cuerpos físicos, estamos peleando como pelean los ejércitos. Es como si estuvieramos peleanso con armas, pero estas son armas diferentes a las que los soldados usan. Es Dios quien nos ha dado nuestras armas, así que estamos dispuestos a utilizarlas para destruir fortalezas, para hablar, esto es, para mostrar que las personas que nos insultan están incorrectas. \ No newline at end of file From 7f696dc82523a1869a9504385180807779f5d1ab Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 15:33:48 -0400 Subject: [PATCH 092/195] Thu Jul 21 2016 15:33:48 GMT-0400 (SA Western Standard Time) --- 10/05.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/05.txt diff --git a/10/05.txt b/10/05.txt new file mode 100644 index 0000000..b1909b7 --- /dev/null +++ b/10/05.txt @@ -0,0 +1 @@ +De esta forma nosotros podemos demostrar que todos los que hablaban en contra de Dios, a fin de mantener a otros lejos de conocerlo, estaban equivocados. Nosotros también podemos cambiar cómo la gente piensa, para que ellos comiencen a obedecer a Dios. Cuando nosotros vemos que ustedes están obedeciendo completamente a a Cristo por ustedes mismos, nosotros estaremos listos para condenar a cualquiera que se haya mantenido desobedeciéndolo a Él. \ No newline at end of file From 350e0538eb30fdc36f2c7d04d989a8e2d32e6b9c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 15:41:48 -0400 Subject: [PATCH 096/195] Thu Jul 21 2016 15:41:48 GMT-0400 (SA Western Standard Time) --- 10/07.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/07.txt diff --git a/10/07.txt b/10/07.txt new file mode 100644 index 0000000..fd755e7 --- /dev/null +++ b/10/07.txt @@ -0,0 +1 @@ +Ustedes deben mirar a los claros hechos. ¡Si cualquiera tiene fé en que él pertenece a Cristo, recuerdenle que así como él pertenece a Cristo, nosotros también! Cuando yo me alabo yo mismo a cerca de nuestra autoridad como apóstoles, eso debió haber sido mucho para ustedes. Pero el Señor me concedió esa autoridad a mi no para destruirlos a ustedes, si no para ayudarlos y hacerlos más fuertes. Así que no estoy avergonzado de la autoridad que el Señor me ha dado. \ No newline at end of file From cfe6a4d085b9322c236ef8bafce5260684463dda Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:17:52 -0400 Subject: [PATCH 114/195] Thu Jul 21 2016 16:17:52 GMT-0400 (SA Western Standard Time) --- 10/09.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/09.txt diff --git a/10/09.txt b/10/09.txt new file mode 100644 index 0000000..b277969 --- /dev/null +++ b/10/09.txt @@ -0,0 +1 @@ +Aunque mis cartas parezcan fuertes cuando ustedes las leen, yo no quiero que ustedes tengan miedo cuando las lean. Eso no es por lo que yo las he escrito a ustedes. Algunas personas que me conocen y me leen mis letras dicen: "Nosotros deberíamos tomar sus cartas seriamente porque dicen cosas poderosas, pero cuando Pablo está con nosotros, es físicamente débil y no vale la pena escucharlo." \ No newline at end of file From 9c6e22aa561497a73a790bfb2fc04fc7284e1705 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:21:52 -0400 Subject: [PATCH 116/195] Thu Jul 21 2016 16:21:53 GMT-0400 (SA Western Standard Time) --- 10/11.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/11.txt diff --git a/10/11.txt b/10/11.txt new file mode 100644 index 0000000..ea9a9da --- /dev/null +++ b/10/11.txt @@ -0,0 +1 @@ +Dejenle saber a esos que me critican que lo que le escribimos a ustedes en sus cartas son las cosas que hacemos cuando estamos con ustedes. Nosotros tan si quiera trataríamos de compararnos nosotros mismos con esos que se alaban ellos mismos. Cuando ellos se comparan a ellos mismos unos con otros, demuestra solamente que ellos son tontos. \ No newline at end of file From 06602d44ca795e0f6fd2509de08fed3ff09c7c07 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:25:53 -0400 Subject: [PATCH 118/195] Thu Jul 21 2016 16:25:53 GMT-0400 (SA Western Standard Time) --- 10/13.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/13.txt diff --git a/10/13.txt b/10/13.txt new file mode 100644 index 0000000..c0d64d1 --- /dev/null +++ b/10/13.txt @@ -0,0 +1 @@ +Nosotros nos alabaríamos a nosotros mismos solamente a cerca de lo que Dios nos ha dado para hacer. Y nosotros solamente trabajamos como Él nos ha dicho que trabajemos; nustros trabajo, como quiera, los incluyea ustedes también. Cuando nosotros los alcanzamos, nosotros no nos fuimos más allá de donde Dios nos asignó que trabajaramos. Él nos asignó la región de ustedesa nosotros, y nosotros fuimos los primeros en decirles las Buenas Noticias sobre Cristo. \ No newline at end of file From b9b3f396d82505ee17b4ba9e013ca21cfe86f30a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:33:53 -0400 Subject: [PATCH 122/195] Thu Jul 21 2016 16:33:54 GMT-0400 (SA Western Standard Time) --- 10/15.txt | 1 + 10/17.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 10/15.txt create mode 100644 10/17.txt diff --git a/10/15.txt b/10/15.txt new file mode 100644 index 0000000..64f5cb4 --- /dev/null +++ b/10/15.txt @@ -0,0 +1 @@ +Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que nostros podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file diff --git a/10/17.txt b/10/17.txt new file mode 100644 index 0000000..97819f1 --- /dev/null +++ b/10/17.txt @@ -0,0 +1 @@ +Las Escrituras dicen: "Dejen \ No newline at end of file From e42187721f2eb882c5d62df754e87622d9ae2928 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:37:54 -0400 Subject: [PATCH 124/195] Thu Jul 21 2016 16:37:54 GMT-0400 (SA Western Standard Time) --- 10/17.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/17.txt b/10/17.txt index 97819f1..4ae78b9 100644 --- a/10/17.txt +++ b/10/17.txt @@ -1 +1 @@ -Las Escrituras dicen: "Dejen \ No newline at end of file +Las Escrituras dicen: "DEJEN AL QUE ESTÁ ORGULLOSO, ESTAR ORGULLOSO DEL SEÑOR." Cuando una persona se alaba ella misma por lo que ha hecho, Dios no lo recompensa por hacer eso. En cambio Él recompensa a aquellos a quienes aprueba. \ No newline at end of file From d99242185c692ab6018806c50c403a0c3a86c02b Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:43:55 -0400 Subject: [PATCH 127/195] Thu Jul 21 2016 16:43:55 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/01.txt b/10/01.txt index 8b52869..a945dd0 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil como yo lo hago, porque Cristo me hizo de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero contundentemente cuando yo les estoy escribiendo una carta desde muy lejos: yo les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, como quiera, que yo tenga que ser, a fin de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file +Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil mientras lo hago, porque Cristo me hecho de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero fuerte cuando les estoy escribiendo una carta desde muy lejos: les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, como quiera, que lo tenga que ser, a fin de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file From 9ca77e2b1fa31a8025b22b427257a7e0b335da2e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:45:55 -0400 Subject: [PATCH 128/195] Thu Jul 21 2016 16:45:55 GMT-0400 (SA Western Standard Time) --- 10/03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/03.txt b/10/03.txt index 906fee7..966b86c 100644 --- a/10/03.txt +++ b/10/03.txt @@ -1 +1 @@ -Pues aunque vivimos, por supuesto, en nustros cuerpos físicos, estamos peleando como pelean los ejércitos. Es como si estuvieramos peleanso con armas, pero estas son armas diferentes a las que los soldados usan. Es Dios quien nos ha dado nuestras armas, así que estamos dispuestos a utilizarlas para destruir fortalezas, para hablar, esto es, para mostrar que las personas que nos insultan están incorrectas. \ No newline at end of file +Pues aunque vivimos, por supuesto, en nustros cuerpos físicos, estamos peleando como pelean los ejércitos. Es como si estuvieramos peleando con armas, pero estas son armas diferentes a las que los soldados usan. Es Dios quien nos ha dado nuestras armas, así que estamos dispuestos a utilizarlas para destruir fortalezas, por así decirlo, esto es, para mostrar que las personas que nos insultan están incorrectas. \ No newline at end of file From d3a2a7a72c173f0f804d0e8835d685d8797074b7 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:49:55 -0400 Subject: [PATCH 130/195] Thu Jul 21 2016 16:49:55 GMT-0400 (SA Western Standard Time) --- 10/05.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/05.txt b/10/05.txt index b1909b7..fc7416c 100644 --- a/10/05.txt +++ b/10/05.txt @@ -1 +1 @@ -De esta forma nosotros podemos demostrar que todos los que hablaban en contra de Dios, a fin de mantener a otros lejos de conocerlo, estaban equivocados. Nosotros también podemos cambiar cómo la gente piensa, para que ellos comiencen a obedecer a Dios. Cuando nosotros vemos que ustedes están obedeciendo completamente a a Cristo por ustedes mismos, nosotros estaremos listos para condenar a cualquiera que se haya mantenido desobedeciéndolo a Él. \ No newline at end of file +De esta forma nosotros podemos probar incorrectos a todos los que orgullosamente hablaban en contra de Dios, a fin de mantener a otros lejos de conocerlo. Nosotros también podemos cambiar cómo la gente piensa, para que ellos comiencen a obedecer a Cristo. Cuando nosotros vemos que ustedes están obedeciendo completamente a Cristo por ustedes mismos, nosotros estaremos listos para condenar a cualquiera que se haya mantenido desobedeciéndolo a Él. \ No newline at end of file From 011006aafdc6ba6c82b8da9b7942bce497274690 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:51:56 -0400 Subject: [PATCH 131/195] Thu Jul 21 2016 16:51:56 GMT-0400 (SA Western Standard Time) --- 10/07.txt | 2 +- 10/09.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10/07.txt b/10/07.txt index fd755e7..9483a81 100644 --- a/10/07.txt +++ b/10/07.txt @@ -1 +1 @@ -Ustedes deben mirar a los claros hechos. ¡Si cualquiera tiene fé en que él pertenece a Cristo, recuerdenle que así como él pertenece a Cristo, nosotros también! Cuando yo me alabo yo mismo a cerca de nuestra autoridad como apóstoles, eso debió haber sido mucho para ustedes. Pero el Señor me concedió esa autoridad a mi no para destruirlos a ustedes, si no para ayudarlos y hacerlos más fuertes. Así que no estoy avergonzado de la autoridad que el Señor me ha dado. \ No newline at end of file +Ustedes deben mirar a los claros hechos. ¡Si cualquiera tiene fé en que él pertenece a Cristo, recuérdenle que así como él pertenece a Cristo, nosotros también! Cuando yo me alabé a mí mismo a cerca de nuestra autoridad como apóstoles, eso debió haber sido mucho para ustedes. Pero el Señor me concedió esa autoridad a mí no para destruirlos a ustedes, si no para ayudarlos y hacerlos más fuertes. Así que no estoy avergonzado de la autoridad que el Señor me ha dado. \ No newline at end of file diff --git a/10/09.txt b/10/09.txt index b277969..bbb360a 100644 --- a/10/09.txt +++ b/10/09.txt @@ -1 +1 @@ -Aunque mis cartas parezcan fuertes cuando ustedes las leen, yo no quiero que ustedes tengan miedo cuando las lean. Eso no es por lo que yo las he escrito a ustedes. Algunas personas que me conocen y me leen mis letras dicen: "Nosotros deberíamos tomar sus cartas seriamente porque dicen cosas poderosas, pero cuando Pablo está con nosotros, es físicamente débil y no vale la pena escucharlo." \ No newline at end of file +Aunque mis cartas parezcan fuertes cuando ustedes las leen, yo no quiero que ustedes tengan miedo cuando las lean. Eso no es por lo que yo las he escrito a ustedes. Algunas personas que me conocen y leen mis letras dicen: "Nosotros deberíamos tomar sus cartas seriamente porque dicen cosas poderosas, pero cuando Pablo está con nosotros, es físicamente débil y no vale la pena escucharlo." \ No newline at end of file From 1a4df9ef1757ce6b8be552e664cccf86af36f03e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:53:56 -0400 Subject: [PATCH 132/195] Thu Jul 21 2016 16:53:56 GMT-0400 (SA Western Standard Time) --- 10/13.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/13.txt b/10/13.txt index c0d64d1..0060325 100644 --- a/10/13.txt +++ b/10/13.txt @@ -1 +1 @@ -Nosotros nos alabaríamos a nosotros mismos solamente a cerca de lo que Dios nos ha dado para hacer. Y nosotros solamente trabajamos como Él nos ha dicho que trabajemos; nustros trabajo, como quiera, los incluyea ustedes también. Cuando nosotros los alcanzamos, nosotros no nos fuimos más allá de donde Dios nos asignó que trabajaramos. Él nos asignó la región de ustedesa nosotros, y nosotros fuimos los primeros en decirles las Buenas Noticias sobre Cristo. \ No newline at end of file +Nosotros nos alabaríamos a nosotros mismos solamente a cerca de lo que Dios nos ha dado para hacer. Y nosotros solamente trabajamos como Él nos ha dicho que trabajemos; nuestros trabajo, como quiera, los incluye a ustedes también. Cuando nosotros los alcanzamos, nosotros no nos fuimos más allá de donde Dios nos asignó que trabajaramos. Él nos asignó la región de ustedes a nosotros, y nosotros fuimos los primeros en decirles las Buenas Noticias sobre Cristo. \ No newline at end of file From a235cca7448f9fb7b0aa876e1198b6d02aba96ea Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 16:55:56 -0400 Subject: [PATCH 133/195] Thu Jul 21 2016 16:55:56 GMT-0400 (SA Western Standard Time) --- 10/15.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/15.txt b/10/15.txt index 64f5cb4..5e2ce8f 100644 --- a/10/15.txt +++ b/10/15.txt @@ -1 +1 @@ -Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que nostros podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file +Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file From 143856a3da5f99a8a79a1c1b79df5adc573ca9b0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 17:53:06 -0400 Subject: [PATCH 162/195] Thu Jul 21 2016 17:53:07 GMT-0400 (SA Western Standard Time) --- manifest.json | 76 +++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/manifest.json b/manifest.json index 1e9ffab..007ac60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,39 +1,39 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [] +} \ No newline at end of file From 305fa03d21a0f8e8fa34725b5e04f8dfc479a1a1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 17:53:17 -0400 Subject: [PATCH 163/195] Thu Jul 21 2016 17:53:17 GMT-0400 (SA Western Standard Time) --- manifest.json | 76 +++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/manifest.json b/manifest.json index 007ac60..1e9ffab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,39 +1,39 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [] +} From a71ef827918f14f7922a58c35cb6b1bf905c39ac Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 17:57:30 -0400 Subject: [PATCH 166/195] Thu Jul 21 2016 17:57:31 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/01.txt b/10/01.txt index a945dd0..10986a2 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil mientras lo hago, porque Cristo me hecho de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero fuerte cuando les estoy escribiendo una carta desde muy lejos: les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, como quiera, que lo tenga que ser, a fin de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file +Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil mientras lo hago, porque Cristo me ha hecho de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero fuerte cuando les estoy escribiendo una carta desde muy lejos: Yo les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, sin embargo, que lo tenga que ser, en orden de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file From 475c442d1b89e5328fcc2c9f9034d19bbb74c684 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 17:59:31 -0400 Subject: [PATCH 167/195] Thu Jul 21 2016 17:59:31 GMT-0400 (SA Western Standard Time) --- 10/01.txt | 2 +- manifest.json | 78 ++++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 39 deletions(-) diff --git a/10/01.txt b/10/01.txt index 10986a2..b87455b 100644 --- a/10/01.txt +++ b/10/01.txt @@ -1 +1 @@ -Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil mientras lo hago, porque Cristo me ha hecho de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero fuerte cuando les estoy escribiendo una carta desde muy lejos: Yo les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, sin embargo, que lo tenga que ser, en orden de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file +\c 10 \v 1 Ahora Yo, Pablo, les ruego a ustedes—y yo soy humilde y gentil mientras lo hago, porque Cristo me ha hecho de esa forma: yo, quien era tímido cuando estaba en frente de ustedes, pero fuerte cuando les estoy escribiendo una carta desde muy lejos: \v 2 Yo les ruego que, cuando yo venga, no tenga que ser duro con ustedes. Yo tengo miedo, sin embargo, que lo tenga que ser, en orden de hablar en contra de las personas que piensan que nosotros trabajamos con estándares humanos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1e9ffab..b0972e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,39 +1,41 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01" + ] +} \ No newline at end of file From 1c908efbb652e18b38e8e76571c8472aed64ff32 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 18:01:31 -0400 Subject: [PATCH 168/195] Thu Jul 21 2016 18:01:31 GMT-0400 (SA Western Standard Time) --- 10/03.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/10/03.txt b/10/03.txt index 966b86c..58a7bf4 100644 --- a/10/03.txt +++ b/10/03.txt @@ -1 +1 @@ -Pues aunque vivimos, por supuesto, en nustros cuerpos físicos, estamos peleando como pelean los ejércitos. Es como si estuvieramos peleando con armas, pero estas son armas diferentes a las que los soldados usan. Es Dios quien nos ha dado nuestras armas, así que estamos dispuestos a utilizarlas para destruir fortalezas, por así decirlo, esto es, para mostrar que las personas que nos insultan están incorrectas. \ No newline at end of file +\v 3 Pues aunque vivimos, por supuesto, en nuestros cuerpos físicos, estamos peleando como pelean los ejércitos. \v 4 Es como si estuvieramos peleando con armas, pero estas son armas diferentes a las que los soldados usan. Es Dios quien nos ha dado nuestras armas, así que somos capaces de utilizarlas para destruir fortalezas, por así decirlo, esto es, para mostrar que las personas que nos insultan están incorrectas. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b0972e5..06d3df4 100644 --- a/manifest.json +++ b/manifest.json @@ -36,6 +36,7 @@ "Genesis Medina Sanchez" ], "finished_chunks": [ - "10-01" + "10-01", + "10-03" ] } \ No newline at end of file From 18ee587a3c92182d118be205ada2feb429291a5a Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Thu, 21 Jul 2016 18:05:31 -0400 Subject: [PATCH 170/195] Thu Jul 21 2016 18:05:31 GMT-0400 (SA Western Standard Time) --- 10/05.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/10/05.txt b/10/05.txt index fc7416c..1249842 100644 --- a/10/05.txt +++ b/10/05.txt @@ -1 +1 @@ -De esta forma nosotros podemos probar incorrectos a todos los que orgullosamente hablaban en contra de Dios, a fin de mantener a otros lejos de conocerlo. Nosotros también podemos cambiar cómo la gente piensa, para que ellos comiencen a obedecer a Cristo. Cuando nosotros vemos que ustedes están obedeciendo completamente a Cristo por ustedes mismos, nosotros estaremos listos para condenar a cualquiera que se haya mantenido desobedeciéndolo a Él. \ No newline at end of file +\v 5 De esta forma nosotros podemos probar incorrectos a todos los que orgullosamente hablan mal en contra de Dios, a fin de mantener a otros lejos de conocerlo. Nosotros también podemos cambiar cómo la gente piensa, para que ellos comiencen a obedecer a Cristo. \v 6 Cuando nosotros vemos que ustedes están obedeciendo completamente a Cristo por ustedes mismos, nosotros estaremos listos para condenar a cualquiera que se haya mantenido desobedeciéndolo a Él. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 06d3df4..285d6e1 100644 --- a/manifest.json +++ b/manifest.json @@ -37,6 +37,7 @@ ], "finished_chunks": [ "10-01", - "10-03" + "10-03", + "10-05" ] } \ No newline at end of file From 15413a6515e380385d191a21ffe8e9c3c9dac0be Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 08:55:29 -0400 Subject: [PATCH 172/195] Fri Jul 22 2016 08:55:29 GMT-0400 (SA Western Standard Time) --- manifest.json | 84 +++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/manifest.json b/manifest.json index 285d6e1..50448b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,43 +1,43 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05" - ] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05" + ] +} From feef2622469358b10507fa999ee746637b43229e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:01:30 -0400 Subject: [PATCH 175/195] Fri Jul 22 2016 09:01:30 GMT-0400 (SA Western Standard Time) --- 10/07.txt | 2 +- manifest.json | 85 ++++++++++++++++++++++++++------------------------- 2 files changed, 44 insertions(+), 43 deletions(-) diff --git a/10/07.txt b/10/07.txt index 9483a81..a1dfc9b 100644 --- a/10/07.txt +++ b/10/07.txt @@ -1 +1 @@ -Ustedes deben mirar a los claros hechos. ¡Si cualquiera tiene fé en que él pertenece a Cristo, recuérdenle que así como él pertenece a Cristo, nosotros también! Cuando yo me alabé a mí mismo a cerca de nuestra autoridad como apóstoles, eso debió haber sido mucho para ustedes. Pero el Señor me concedió esa autoridad a mí no para destruirlos a ustedes, si no para ayudarlos y hacerlos más fuertes. Así que no estoy avergonzado de la autoridad que el Señor me ha dado. \ No newline at end of file +\v 7 Ustedes deben mirar a los hechos claros. ¡Si cualquiera tiene fé en que él pertenece a Cristo, recuérdenle que así como él pertenece a Cristo, nosotros también! \v 8 Cuando yo me alabé a mí mismo a cerca de nuestra autoridad como apóstoles, eso debió haber sido mucho para ustedes. Pero el Señor me concedió esa autoridad a mí no para destruirlos a ustedes, si no para ayudarlos y hacerlos más fuertes. Así que no estoy avergonzado de la autoridad que el Señor me ha dado. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 50448b5..15314e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,43 +1,44 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05" - ] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07" + ] +} \ No newline at end of file From ae06bb368907faca08be95d00cfab67299cab173 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:05:30 -0400 Subject: [PATCH 177/195] Fri Jul 22 2016 09:05:30 GMT-0400 (SA Western Standard Time) --- 10/09.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/10/09.txt b/10/09.txt index bbb360a..e6b52e7 100644 --- a/10/09.txt +++ b/10/09.txt @@ -1 +1 @@ -Aunque mis cartas parezcan fuertes cuando ustedes las leen, yo no quiero que ustedes tengan miedo cuando las lean. Eso no es por lo que yo las he escrito a ustedes. Algunas personas que me conocen y leen mis letras dicen: "Nosotros deberíamos tomar sus cartas seriamente porque dicen cosas poderosas, pero cuando Pablo está con nosotros, es físicamente débil y no vale la pena escucharlo." \ No newline at end of file +\v 9 Aunque mis cartas parezcan fuertes cuando ustedes las leen, yo no quiero que ustedes tengan miedo cuando las lean. Eso no es por lo que yo las he escrito a ustedes. \v 10 Algunas personas que me conocen y leen mis letras dicen: "Nosotros deberíamos tomar sus cartas seriamente porque dicen cosas poderosas, pero cuando Pablo está con nosotros, es físicamente débil y no vale la pena escucharlo." \ No newline at end of file diff --git a/manifest.json b/manifest.json index 15314e3..4b1f08a 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "10-01", "10-03", "10-05", - "10-07" + "10-07", + "10-09" ] } \ No newline at end of file From ed3803bca96904d29e88cfdb4aa085d25d0e7dd1 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:13:31 -0400 Subject: [PATCH 181/195] Fri Jul 22 2016 09:13:31 GMT-0400 (SA Western Standard Time) --- 10/11.txt | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/10/11.txt b/10/11.txt index ea9a9da..ba32a2f 100644 --- a/10/11.txt +++ b/10/11.txt @@ -1 +1 @@ -Dejenle saber a esos que me critican que lo que le escribimos a ustedes en sus cartas son las cosas que hacemos cuando estamos con ustedes. Nosotros tan si quiera trataríamos de compararnos nosotros mismos con esos que se alaban ellos mismos. Cuando ellos se comparan a ellos mismos unos con otros, demuestra solamente que ellos son tontos. \ No newline at end of file +\v 11 Dejenle saber a esos que me critican que lo que le escribimos a ustedes en sus cartas son las cosas que hacemos cuando estamos con ustedes. \v 12 Nosotros tan si quiera trataríamos de compararnos nosotros mismos con esos que se alaban a ellos mismos. Cuando ellos se comparan a ellos mismos unos con otros, demuestra solamente que ellos son tontos. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 4b1f08a..fa677bc 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,7 @@ "10-03", "10-05", "10-07", - "10-09" + "10-09", + "10-11" ] } \ No newline at end of file From 488df15a28c8555ec13a824004373880e0a48bba Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:17:01 -0400 Subject: [PATCH 183/195] Fri Jul 22 2016 09:17:01 GMT-0400 (SA Western Standard Time) --- 10/13.txt | 2 +- 10/15.txt | 2 +- 10/17.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/10/13.txt b/10/13.txt index 0060325..244c8b5 100644 --- a/10/13.txt +++ b/10/13.txt @@ -1 +1 @@ -Nosotros nos alabaríamos a nosotros mismos solamente a cerca de lo que Dios nos ha dado para hacer. Y nosotros solamente trabajamos como Él nos ha dicho que trabajemos; nuestros trabajo, como quiera, los incluye a ustedes también. Cuando nosotros los alcanzamos, nosotros no nos fuimos más allá de donde Dios nos asignó que trabajaramos. Él nos asignó la región de ustedes a nosotros, y nosotros fuimos los primeros en decirles las Buenas Noticias sobre Cristo. \ No newline at end of file +13 14 \ No newline at end of file diff --git a/10/15.txt b/10/15.txt index 5e2ce8f..5e4ff20 100644 --- a/10/15.txt +++ b/10/15.txt @@ -1 +1 @@ -Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file +Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file diff --git a/10/17.txt b/10/17.txt index 4ae78b9..a4b64e3 100644 --- a/10/17.txt +++ b/10/17.txt @@ -1 +1 @@ -Las Escrituras dicen: "DEJEN AL QUE ESTÁ ORGULLOSO, ESTAR ORGULLOSO DEL SEÑOR." Cuando una persona se alaba ella misma por lo que ha hecho, Dios no lo recompensa por hacer eso. En cambio Él recompensa a aquellos a quienes aprueba. \ No newline at end of file +Las Escrituras dicen: "DEJEN AL QUE ESTÁ ORGULLOSO, ESTAR ORGULLOSO DEL SEÑOR." Cuando una persona se alaba ella misma por lo que ha hecho, Dios no lo recompensa por hacer eso. En cambio Él recompensa a aquellos a quienes aprueba. \ No newline at end of file From bd68b20fd0b80ce11c25e758f8eb34fd23aaae50 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:17:19 -0400 Subject: [PATCH 184/195] Fri Jul 22 2016 09:17:20 GMT-0400 (SA Western Standard Time) --- manifest.json | 90 +++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/manifest.json b/manifest.json index fa677bc..cda8a39 100644 --- a/manifest.json +++ b/manifest.json @@ -1,46 +1,46 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11" - ] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11" + ] +} From 47c05616c9b740efdfb65fa53d966d0e8f298bdb Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:19:20 -0400 Subject: [PATCH 185/195] Fri Jul 22 2016 09:19:20 GMT-0400 (SA Western Standard Time) --- 10/13.txt | 1 - manifest.json | 91 ++++++++++++++++++++++++++------------------------- 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 10/13.txt diff --git a/10/13.txt b/10/13.txt deleted file mode 100644 index 244c8b5..0000000 --- a/10/13.txt +++ /dev/null @@ -1 +0,0 @@ -13 14 \ No newline at end of file diff --git a/manifest.json b/manifest.json index cda8a39..0b2c2a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,46 +1,47 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11" - ] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13" + ] +} \ No newline at end of file From 4710c356f622279981b1b4203ff023cedba0f09e Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:21:20 -0400 Subject: [PATCH 186/195] Fri Jul 22 2016 09:21:20 GMT-0400 (SA Western Standard Time) --- 10/15.txt | 2 +- 10/17.txt | 2 +- manifest.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/10/15.txt b/10/15.txt index 5e4ff20..6053539 100644 --- a/10/15.txt +++ b/10/15.txt @@ -1 +1 @@ -Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos por esto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file +Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos ésto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file diff --git a/10/17.txt b/10/17.txt index a4b64e3..2b60163 100644 --- a/10/17.txt +++ b/10/17.txt @@ -1 +1 @@ -Las Escrituras dicen: "DEJEN AL QUE ESTÁ ORGULLOSO, ESTAR ORGULLOSO DEL SEÑOR." Cuando una persona se alaba ella misma por lo que ha hecho, Dios no lo recompensa por hacer eso. En cambio Él recompensa a aquellos a quienes aprueba. \ No newline at end of file +\v 17 Las Escrituras dicen: "DEJEN AL QUE ESTÁ ORGULLOSO, ESTAR ORGULLOSO DEL SEÑOR." \v 18 Cuando una persona se alaba ella misma por lo que ha hecho, Dios no lo recompensa por hacer eso. En cambio Él recompensa a aquellos a quienes aprueba. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0b2c2a2..1632812 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,7 @@ "10-07", "10-09", "10-11", - "10-13" + "10-13", + "10-17" ] } \ No newline at end of file From 6521a1e3b6a532e914ceb848d407dffff90f2493 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:22:13 -0400 Subject: [PATCH 187/195] Fri Jul 22 2016 09:22:13 GMT-0400 (SA Western Standard Time) --- 10/13.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 10/13.txt diff --git a/10/13.txt b/10/13.txt new file mode 100644 index 0000000..35e9a71 --- /dev/null +++ b/10/13.txt @@ -0,0 +1 @@ +\v 13 Nosotros nos alabaríamos a nosotros mismos solamente a cerca de lo que Dios nos ha dado para hacer. Y nosotros solamente trabajamos como Él nos ha dicho que trabajemos; nuestros trabajo, como quiera, los incluye a ustedes también. \v 14 Cuando nosotros los alcanzamos, nosotros no nos fuimos más allá de donde Dios nos asignó que trabajaramos. Él nos asignó la región de ustedes a nosotros, y nosotros fuimos los primeros en decirles las Buenas Noticias sobre Cristo. \ No newline at end of file From 87475e3680a0d61f8870a2eaf7dcaeb902c9a8f2 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:23:24 -0400 Subject: [PATCH 188/195] Fri Jul 22 2016 09:23:24 GMT-0400 (SA Western Standard Time) --- manifest.json | 94 +++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/manifest.json b/manifest.json index 1632812..56cc824 100644 --- a/manifest.json +++ b/manifest.json @@ -1,48 +1,48 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-17" - ] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-17" + ] +} From 6179b59368d3bb6a9af0112144ee50722e79ff9c Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 09:25:24 -0400 Subject: [PATCH 189/195] Fri Jul 22 2016 09:25:24 GMT-0400 (SA Western Standard Time) --- 10/15.txt | 2 +- manifest.json | 95 ++++++++++++++++++++++++++------------------------- 2 files changed, 49 insertions(+), 48 deletions(-) diff --git a/10/15.txt b/10/15.txt index 6053539..2038b9f 100644 --- a/10/15.txt +++ b/10/15.txt @@ -1 +1 @@ -Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. Nosotros anhelamos ésto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file +\v 15 Nosotros no nos estamos jactando sobre el trabajo que Dios le ha dado a otros, como si nosotros hubiesemos hecho ese trabajo. En cambio, nosotros esperamos que ustedes crean en Dios más y más, y que de la misma manera, Dios nos asignará a nosotros una región grande para trabajar en ella. \v 16 Nosotros anhelamos ésto, a fin de que podamos compartir las Buenas Noticias con personas más allá de las regiones donde ustedes viven. Nosotros no tomaremos crédito por el trabajo que otros sirvientes de Dios están haciendo, en sus propias regiones donde le sirven a Él. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 56cc824..120c467 100644 --- a/manifest.json +++ b/manifest.json @@ -1,48 +1,49 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-17" - ] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-15", + "10-17" + ] +} \ No newline at end of file From e643cf6be1ff144cf9356c976282baa355e660f5 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 13:46:02 -0400 Subject: [PATCH 191/195] Fri Jul 22 2016 13:46:02 GMT-0400 (SA Western Standard Time) --- manifest.json | 96 +++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 120c467..3c4e340 100644 --- a/manifest.json +++ b/manifest.json @@ -1,49 +1,49 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-15", - "10-17" - ] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-15", + "10-17" + ] +} From c6659b01bfbde0777e1f08e9f2c31cfd9a8e00c0 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Fri, 22 Jul 2016 13:46:28 -0400 Subject: [PATCH 192/195] Fri Jul 22 2016 13:46:28 GMT-0400 (SA Western Standard Time) --- manifest.json | 96 +++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 3c4e340..120c467 100644 --- a/manifest.json +++ b/manifest.json @@ -1,49 +1,49 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-15", - "10-17" - ] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-15", + "10-17" + ] +} \ No newline at end of file From a38dd71f0ba13554f95a19029dcf66c195fe6744 Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 24 Aug 2016 12:23:32 -0400 Subject: [PATCH 193/195] Wed Aug 24 2016 12:23:32 GMT-0400 (SA Western Standard Time) --- manifest.json | 96 +++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 120c467..3c4e340 100644 --- a/manifest.json +++ b/manifest.json @@ -1,49 +1,49 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-15", - "10-17" - ] -} \ No newline at end of file + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-15", + "10-17" + ] +} From c1b1e931358ca7c0e33234d97dee85efe5ff6aac Mon Sep 17 00:00:00 2001 From: tsDesktop Date: Wed, 24 Aug 2016 12:26:08 -0400 Subject: [PATCH 195/195] Wed Aug 24 2016 12:26:09 GMT-0400 (SA Western Standard Time) --- manifest.json | 96 +++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/manifest.json b/manifest.json index 3c4e340..120c467 100644 --- a/manifest.json +++ b/manifest.json @@ -1,49 +1,49 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "es-419", - "name": "Español Latin America", - "direction": "ltr" - }, - "project": { - "id": "2co", - "name": "2 Corinthians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160223, - "version": "4" - } - ], - "parent_draft": {}, - "translators": [ - "Genesis Medina Sanchez" - ], - "finished_chunks": [ - "10-01", - "10-03", - "10-05", - "10-07", - "10-09", - "10-11", - "10-13", - "10-15", - "10-17" - ] -} + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "es-419", + "name": "Español Latin America", + "direction": "ltr" + }, + "project": { + "id": "2co", + "name": "2 Corinthians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160223, + "version": "4" + } + ], + "parent_draft": {}, + "translators": [ + "Genesis Medina Sanchez" + ], + "finished_chunks": [ + "10-01", + "10-03", + "10-05", + "10-07", + "10-09", + "10-11", + "10-13", + "10-15", + "10-17" + ] +} \ No newline at end of file