From 693b47eee13dc7d2b169e71bae05468d6616c4dd Mon Sep 17 00:00:00 2001 From: Samuel Kim Date: Mon, 22 Mar 2021 06:35:37 +0200 Subject: [PATCH] Commit before upload --- .../translationCore/alignmentData/2jn/1.json | 1 + .../index/translationNotes/2jn/.categories | 40 +++ .../2jn/.categoryIndex/culture.json | 4 + .../2jn/.categoryIndex/discourse.json | 3 + .../2jn/.categoryIndex/figures.json | 7 + .../2jn/.categoryIndex/grammar.json | 7 + .../2jn/.categoryIndex/numbers.json | 1 + .../2jn/.categoryIndex/other.json | 5 + .../2jn/figs-abstractnouns.json | 240 +++++++++++++++ .../2jn/figs-activepassive.json | 48 +++ .../2jn/figs-declarative.json | 60 ++++ .../translationNotes/2jn/figs-ellipsis.json | 48 +++ .../translationNotes/2jn/figs-explicit.json | 226 ++++++++++++++ .../translationNotes/2jn/figs-hyperbole.json | 44 +++ .../translationNotes/2jn/figs-idiom.json | 142 +++++++++ .../translationNotes/2jn/figs-inclusive.json | 35 +++ .../translationNotes/2jn/figs-metaphor.json | 290 ++++++++++++++++++ .../translationNotes/2jn/figs-metonymy.json | 82 +++++ .../translationNotes/2jn/figs-nominaladj.json | 23 ++ .../index/translationNotes/2jn/figs-you.json | 126 ++++++++ .../2jn/guidelines-sonofgodprinciples.json | 107 +++++++ .../2jn/translate-blessing.json | 60 ++++ .../translationNotes/2jn/translate-names.json | 23 ++ .../2jn/translate-textvariants.json | 44 +++ .../index/translationWords/2jn/.categories | 75 +++++ .../2jn/.categoryIndex/kt.json | 21 ++ .../2jn/.categoryIndex/names.json | 1 + .../2jn/.categoryIndex/other.json | 17 + .../index/translationWords/2jn/age.json | 24 ++ .../translationWords/2jn/antichrist.json | 24 ++ .../index/translationWords/2jn/children.json | 68 ++++ .../index/translationWords/2jn/christ.json | 68 ++++ .../index/translationWords/2jn/command.json | 90 ++++++ .../index/translationWords/2jn/confess.json | 24 ++ .../index/translationWords/2jn/deceive.json | 46 +++ .../index/translationWords/2jn/elder.json | 24 ++ .../index/translationWords/2jn/elect.json | 46 +++ .../index/translationWords/2jn/evil.json | 24 ++ .../index/translationWords/2jn/flesh.json | 24 ++ .../index/translationWords/2jn/god.json | 24 ++ .../translationWords/2jn/godthefather.json | 100 ++++++ .../index/translationWords/2jn/grace.json | 24 ++ .../index/translationWords/2jn/hope.json | 24 ++ .../index/translationWords/2jn/house.json | 24 ++ .../index/translationWords/2jn/jesus.json | 46 +++ .../index/translationWords/2jn/joy.json | 90 ++++++ .../index/translationWords/2jn/know.json | 24 ++ .../index/translationWords/2jn/labor.json | 24 ++ .../index/translationWords/2jn/like.json | 46 +++ .../index/translationWords/2jn/love.json | 90 ++++++ .../index/translationWords/2jn/mercy.json | 24 ++ .../index/translationWords/2jn/peace.json | 24 ++ .../index/translationWords/2jn/receive.json | 68 ++++ .../index/translationWords/2jn/reward.json | 24 ++ .../index/translationWords/2jn/sister.json | 24 ++ .../index/translationWords/2jn/sonofgod.json | 46 +++ .../index/translationWords/2jn/teach.json | 68 ++++ .../index/translationWords/2jn/true.json | 112 +++++++ .../index/translationWords/2jn/walk.json | 68 ++++ .../index/translationWords/2jn/watch.json | 24 ++ .../index/translationWords/2jn/works.json | 24 ++ .../index/translationWords/2jn/world.json | 24 ++ .../index/wordAlignment/2jn/chapter_1.json | 145 +++++++++ 2jn/headers.json | 7 +- 2jn/manifest.json | 7 + manifest.json | 17 +- ru_rob_2jn_book.usfm | 252 +++++++++++++++ settings.json | 2 +- 68 files changed, 3707 insertions(+), 11 deletions(-) create mode 100644 .apps/translationCore/alignmentData/2jn/1.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categories create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/culture.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/discourse.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/figures.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/grammar.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/numbers.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-abstractnouns.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-activepassive.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-declarative.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-ellipsis.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-explicit.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-hyperbole.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-idiom.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-inclusive.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-metaphor.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-metonymy.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-nominaladj.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-you.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/translate-blessing.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/translate-names.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/translate-textvariants.json create mode 100644 .apps/translationCore/index/translationWords/2jn/.categories create mode 100644 .apps/translationCore/index/translationWords/2jn/.categoryIndex/kt.json create mode 100644 .apps/translationCore/index/translationWords/2jn/.categoryIndex/names.json create mode 100644 .apps/translationCore/index/translationWords/2jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationWords/2jn/age.json create mode 100644 .apps/translationCore/index/translationWords/2jn/antichrist.json create mode 100644 .apps/translationCore/index/translationWords/2jn/children.json create mode 100644 .apps/translationCore/index/translationWords/2jn/christ.json create mode 100644 .apps/translationCore/index/translationWords/2jn/command.json create mode 100644 .apps/translationCore/index/translationWords/2jn/confess.json create mode 100644 .apps/translationCore/index/translationWords/2jn/deceive.json create mode 100644 .apps/translationCore/index/translationWords/2jn/elder.json create mode 100644 .apps/translationCore/index/translationWords/2jn/elect.json create mode 100644 .apps/translationCore/index/translationWords/2jn/evil.json create mode 100644 .apps/translationCore/index/translationWords/2jn/flesh.json create mode 100644 .apps/translationCore/index/translationWords/2jn/god.json create mode 100644 .apps/translationCore/index/translationWords/2jn/godthefather.json create mode 100644 .apps/translationCore/index/translationWords/2jn/grace.json create mode 100644 .apps/translationCore/index/translationWords/2jn/hope.json create mode 100644 .apps/translationCore/index/translationWords/2jn/house.json create mode 100644 .apps/translationCore/index/translationWords/2jn/jesus.json create mode 100644 .apps/translationCore/index/translationWords/2jn/joy.json create mode 100644 .apps/translationCore/index/translationWords/2jn/know.json create mode 100644 .apps/translationCore/index/translationWords/2jn/labor.json create mode 100644 .apps/translationCore/index/translationWords/2jn/like.json create mode 100644 .apps/translationCore/index/translationWords/2jn/love.json create mode 100644 .apps/translationCore/index/translationWords/2jn/mercy.json create mode 100644 .apps/translationCore/index/translationWords/2jn/peace.json create mode 100644 .apps/translationCore/index/translationWords/2jn/receive.json create mode 100644 .apps/translationCore/index/translationWords/2jn/reward.json create mode 100644 .apps/translationCore/index/translationWords/2jn/sister.json create mode 100644 .apps/translationCore/index/translationWords/2jn/sonofgod.json create mode 100644 .apps/translationCore/index/translationWords/2jn/teach.json create mode 100644 .apps/translationCore/index/translationWords/2jn/true.json create mode 100644 .apps/translationCore/index/translationWords/2jn/walk.json create mode 100644 .apps/translationCore/index/translationWords/2jn/watch.json create mode 100644 .apps/translationCore/index/translationWords/2jn/works.json create mode 100644 .apps/translationCore/index/translationWords/2jn/world.json create mode 100644 .apps/translationCore/index/wordAlignment/2jn/chapter_1.json create mode 100644 2jn/manifest.json create mode 100644 ru_rob_2jn_book.usfm diff --git a/.apps/translationCore/alignmentData/2jn/1.json b/.apps/translationCore/alignmentData/2jn/1.json new file mode 100644 index 0000000..8dde36e --- /dev/null +++ b/.apps/translationCore/alignmentData/2jn/1.json @@ -0,0 +1 @@ +{"1":{"alignments":[{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πρεσβύτερος","strong":"G42450","lemma":"πρεσβύτερος","morph":"Gr,NS,,,,NMSC","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκλεκτῇ","strong":"G15880","lemma":"ἐκλεκτός","morph":"Gr,AA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κυρίᾳ","strong":"G29590","lemma":"κυρία","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"τοῖς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τέκνοις","strong":"G50430","lemma":"τέκνον","morph":"Gr,N,,,,,DNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτῆς","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὓς","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐγὼ","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1N,S,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγαπῶ","strong":"G00250","lemma":"ἀγαπάω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":2,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐγὼ","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1N,S,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"μόνος","strong":"G34410","lemma":"μόνος","morph":"Gr,EF,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,D,,,,,,,,,","occurrence":3,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"πάντες","strong":"G39560","lemma":"πᾶς","morph":"Gr,RI,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οἱ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐγνωκότες","strong":"G10970","lemma":"γινώσκω","morph":"Gr,V,PEA,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὴν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλήθειαν","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"От","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"старейшины","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"избранной","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"госпоже","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"её","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"детям","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"которых","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"я","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"люблю","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"истине","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"И","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"только","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"я","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"но","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"все","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"те","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"узнали","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"истину","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"2":{"alignments":[{"topWords":[{"word":"διὰ","strong":"G12230","lemma":"διά","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὴν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀλήθειαν","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὴν","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,AFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"μένουσαν","strong":"G33060","lemma":"μένω","morph":"Gr,V,PPA,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμῖν","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1D,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μεθ’","strong":"G33260","lemma":"μετά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμῶν","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1G,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔσται","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IFM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰς","strong":"G15190","lemma":"εἰς","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αἰῶνα","strong":"G01650","lemma":"αἰών","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"ради","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"истины","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"которая","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"находится","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"нас","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"будет","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"с","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"нами","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"всегда","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"3":{"alignments":[{"topWords":[{"word":"ἔσται","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IFM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μεθ’","strong":"G33260","lemma":"μετά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμῶν","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1G,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χάρις","strong":"G54850","lemma":"χάρις","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔλεος","strong":"G16560","lemma":"ἔλεος","morph":"Gr,N,,,,,NNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰρήνη","strong":"G15150","lemma":"εἰρήνη","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"παρὰ","strong":"G38440","lemma":"παρά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Θεοῦ","strong":"G23160","lemma":"θεός","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Πατρός","strong":"G39620","lemma":"πατήρ","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"παρὰ","strong":"G38440","lemma":"παρά","morph":"Gr,P,,,,,G,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Ἰησοῦ","strong":"G24240","lemma":"Ἰησοῦς","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Χριστοῦ","strong":"G55470","lemma":"χριστός","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Υἱοῦ","strong":"G52070","lemma":"υἱός","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Πατρός","strong":"G39620","lemma":"πατήρ","morph":"Gr,N,,,,,GMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγάπῃ","strong":"G00260","lemma":"ἀγάπη","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Пусть","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"благодать","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"милость","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":3,"type":"bottomWord"},{"word":"мир","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"от","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Бога","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Отца","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":2,"occurrences":3,"type":"bottomWord"},{"word":"Его","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Сына","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Иисуса","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Христа","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"будет","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"с","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"вами","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"истине","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":3,"occurrences":3,"type":"bottomWord"},{"word":"любви","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"4":{"alignments":[{"topWords":[{"word":"ἐχάρην","strong":"G54630","lemma":"χαίρω","morph":"Gr,V,IAP1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"λείαν","strong":"G30290","lemma":"λείαν","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὅτι","strong":"G37540","lemma":"ὅτι","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὕρηκα","strong":"G21470","lemma":"εὑρίσκω","morph":"Gr,V,IEA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκ","strong":"G15370","lemma":"ἐκ","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῶν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τέκνων","strong":"G50430","lemma":"τέκνον","morph":"Gr,N,,,,,GNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σου","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2G,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"περιπατοῦντας","strong":"G40430","lemma":"περιπατέω","morph":"Gr,V,PPA,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καθὼς","strong":"G25310","lemma":"καθώς","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐντολὴν","strong":"G17850","lemma":"ἐντολή","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐλάβομεν","strong":"G29830","lemma":"λαμβάνω","morph":"Gr,V,IAA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"παρὰ","strong":"G38440","lemma":"παρά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Πατρός","strong":"G39620","lemma":"πατήρ","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Я","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"очень","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"обрадовался","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"тому","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"что","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"среди","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"твоих","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"детей","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"нашёл","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"тех","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ходит","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"истине","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"по","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"заповеди","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"которую","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"мы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"получили","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"от","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Отца","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"5":{"alignments":[{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"νῦν","strong":"G35680","lemma":"νῦν","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐρωτῶ","strong":"G20650","lemma":"ἐρωτάω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σε","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κυρία","strong":"G29590","lemma":"κυρία","morph":"Gr,N,,,,,VFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐχ","strong":"G37560","lemma":"οὐ","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὡς","strong":"G56130","lemma":"ὡς","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐντολὴν","strong":"G17850","lemma":"ἐντολή","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καινὴν","strong":"G25370","lemma":"καινός","morph":"Gr,AA,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γράφων","strong":"G11250","lemma":"γράφω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἣν","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἴχαμεν","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IIA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀπ’","strong":"G05750","lemma":"ἀπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀρχῆς","strong":"G07460","lemma":"ἀρχή","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀγαπῶμεν","strong":"G00250","lemma":"ἀγαπάω","morph":"Gr,V,SPA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλήλους","strong":"G02400","lemma":"ἀλλήλων","morph":"Gr,RC,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"И","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"теперь","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"госпожа","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"я","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"пишу","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"новую","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"заповедь","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"а","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ту","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"что","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"была","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"у","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"нас","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"с","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"самого","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"начала","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Я","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"прошу","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чтобы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"мы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"любили","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"друг","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"друга","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"6":{"alignments":[{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὕτη","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,NFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐστὶν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγάπη","strong":"G00260","lemma":"ἀγάπη","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"περιπατῶμεν","strong":"G40430","lemma":"περιπατέω","morph":"Gr,V,SPA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κατὰ","strong":"G25960","lemma":"κατά","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὰς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AFP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐντολὰς","strong":"G17850","lemma":"ἐντολή","morph":"Gr,N,,,,,AFP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτοῦ","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὕτη","strong":"G37780","lemma":"οὗτος","morph":"Gr,ED,,,,NFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἡ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐντολή","strong":"G17850","lemma":"ἐντολή","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐστιν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καθὼς","strong":"G25310","lemma":"καθώς","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἠκούσατε","strong":"G01910","lemma":"ἀκούω","morph":"Gr,V,IAA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀπ’","strong":"G05750","lemma":"ἀπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀρχῆς","strong":"G07460","lemma":"ἀρχή","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,D,,,,,,,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτῇ","strong":"G08460","lemma":"αὐτός","morph":"Gr,RD,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"περιπατῆτε","strong":"G40430","lemma":"περιπατέω","morph":"Gr,V,SPA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Любовь","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"заключается","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"том","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чтобы","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"мы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"поступали","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"по","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"Его","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"заповедям","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Это","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"та","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"заповедь","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"которую","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"вы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"услышали","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"с","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"самого","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"начала","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чтобы","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"поступать","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"по","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ней","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"7":{"alignments":[{"topWords":[{"word":"ὅτι","strong":"G37540","lemma":"ὅτι","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πολλοὶ","strong":"G41830","lemma":"πολλός","morph":"Gr,EQ,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πλάνοι","strong":"G41080","lemma":"πλάνος","morph":"Gr,NS,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐξῆλθαν","strong":"G18310","lemma":"ἐξέρχομαι","morph":"Gr,V,IAA3,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰς","strong":"G15190","lemma":"εἰς","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κόσμον","strong":"G28890","lemma":"κόσμος","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οἱ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁμολογοῦντες","strong":"G36700","lemma":"ὁμολογέω","morph":"Gr,V,PPA,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Ἰησοῦν","strong":"G24240","lemma":"Ἰησοῦς","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Χριστὸν","strong":"G55470","lemma":"χριστός","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐρχόμενον","strong":"G20640","lemma":"ἔρχομαι","morph":"Gr,V,PPM,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σαρκί","strong":"G45610","lemma":"σάρξ","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὗτός","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐστιν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"πλάνος","strong":"G41080","lemma":"πλάνος","morph":"Gr,NS,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀντίχριστος","strong":"G05000","lemma":"ἀντίχριστος","morph":"Gr,N,,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Уже","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"многие","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"обманщики","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"пришли","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"мир","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Они","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"признают","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Иисуса","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Христа","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"который","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"пришёл","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"теле","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"каждый","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"из","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"них","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"обманщик","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"антихрист","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"8":{"alignments":[{"topWords":[{"word":"βλέπετε","strong":"G09910","lemma":"βλέπω","morph":"Gr,V,MPA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἑαυτούς","strong":"G14380","lemma":"ἑαυτοῦ","morph":"Gr,RE,,,2AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀπολέσητε","strong":"G06220","lemma":"ἀπόλλυμι","morph":"Gr,V,SAA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἃ","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰργασάμεθα","strong":"G20380","lemma":"ἐργάζομαι","morph":"Gr,V,IAM1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μισθὸν","strong":"G34080","lemma":"μισθός","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πλήρη","strong":"G41340","lemma":"πλήρης","morph":"Gr,AA,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀπολάβητε","strong":"G06180","lemma":"ἀπολαμβάνω","morph":"Gr,V,SAA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Смотрите","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"за","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"собой","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чтобы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"нам","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"потерять","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"того","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"над","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чем","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"мы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"трудились","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"но","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"получить","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"полную","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"награду","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"9":{"alignments":[{"topWords":[{"word":"πᾶς","strong":"G39560","lemma":"πᾶς","morph":"Gr,RI,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"προάγων","strong":"G42540","lemma":"προάγω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μένων","strong":"G33060","lemma":"μένω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"διδαχῇ","strong":"G13220","lemma":"διδαχή","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Χριστοῦ","strong":"G55470","lemma":"χριστός","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεὸν","strong":"G23160","lemma":"θεός","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔχει","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"μένων","strong":"G33060","lemma":"μένω","morph":"Gr,V,PPA,NMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"διδαχῇ","strong":"G13220","lemma":"διδαχή","morph":"Gr,N,,,,,DFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"οὗτος","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,DO,,,,,,,,","occurrence":2,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"τὸν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Πατέρα","strong":"G39620","lemma":"πατήρ","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CO,,,,,,,,","occurrence":3,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"τὸν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"Υἱὸν","strong":"G52070","lemma":"υἱός","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔχει","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IPA3,,S,","occurrence":2,"occurrences":2}],"bottomWords":[]}],"wordBank":[{"word":"Каждый","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"нарушает","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"учение","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Христа","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":3,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"находится","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"этом","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"учении","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"не","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"имеет","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"Бога","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"У","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"того","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"находится","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"в","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"учении","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"Христа","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"есть","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":2,"occurrences":3,"type":"bottomWord"},{"word":"Отец","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":3,"occurrences":3,"type":"bottomWord"},{"word":"Сын","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"10":{"alignments":[{"topWords":[{"word":"εἴ","strong":"G14870","lemma":"εἰ","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τις","strong":"G51000","lemma":"τις","morph":"Gr,RI,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔρχεται","strong":"G20640","lemma":"ἔρχομαι","morph":"Gr,V,IPM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πρὸς","strong":"G43140","lemma":"πρός","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑμᾶς","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ταύτην","strong":"G37780","lemma":"οὗτος","morph":"Gr,ED,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὴν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"διδαχὴν","strong":"G13220","lemma":"διδαχή","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φέρει","strong":"G53420","lemma":"φέρω","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"λαμβάνετε","strong":"G29830","lemma":"λαμβάνω","morph":"Gr,V,MPA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτὸν","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰς","strong":"G15190","lemma":"εἰς","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οἰκίαν","strong":"G36140","lemma":"οἰκία","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"χαίρειν","strong":"G54630","lemma":"χαίρω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτῷ","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,D,,,,,,,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"λέγετε","strong":"G30040","lemma":"λέγω","morph":"Gr,V,MPA2,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"принимайте","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"дом","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"приветствуйте","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"того","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"приходит","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"к","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"вам","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"и","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"не","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"приносит","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"это","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"учение","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"11":{"alignments":[{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"λέγων","strong":"G30040","lemma":"λέγω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γὰρ","strong":"G10630","lemma":"γάρ","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτῷ","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χαίρειν","strong":"G54630","lemma":"χαίρω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κοινωνεῖ","strong":"G28410","lemma":"κοινωνέω","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῖς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DNP,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἔργοις","strong":"G20410","lemma":"ἔργον","morph":"Gr,N,,,,,DNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτοῦ","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῖς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DNP,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"πονηροῖς","strong":"G41900","lemma":"πονηρός","morph":"Gr,AR,,,,DNP,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Потому","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"что","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"кто","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"приветствует","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"его","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"тот","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"участвует","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"в","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"его","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"злых","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"делах","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"12":{"alignments":[{"topWords":[{"word":"πολλὰ","strong":"G41830","lemma":"πολλός","morph":"Gr,RI,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔχων","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑμῖν","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γράφειν","strong":"G11250","lemma":"γράφω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐβουλήθην","strong":"G10140","lemma":"βούλομαι","morph":"Gr,V,IAP1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"διὰ","strong":"G12230","lemma":"διά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χάρτου","strong":"G54890","lemma":"χάρτης","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"μέλανος","strong":"G31890","lemma":"μέλας","morph":"Gr,NS,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐλπίζω","strong":"G16790","lemma":"ἐλπίζω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γενέσθαι","strong":"G10960","lemma":"γίνομαι","morph":"Gr,V,NAM,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πρὸς","strong":"G43140","lemma":"πρός","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ὑμᾶς","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"στόμα","strong":"G47500","lemma":"στόμα","morph":"Gr,N,,,,,ANS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"πρὸς","strong":"G43140","lemma":"πρός","morph":"Gr,P,,,,,A,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"στόμα","strong":"G47500","lemma":"στόμα","morph":"Gr,N,,,,,ANS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"λαλῆσαι","strong":"G29800","lemma":"λαλέω","morph":"Gr,V,NAA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χαρὰ","strong":"G54790","lemma":"χαρά","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑμῶν","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2G,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πεπληρωμένη","strong":"G41370","lemma":"πληρόω","morph":"Gr,V,PEP,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ᾖ","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,SPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Многое","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"могу","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"написать","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"вам","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"но","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"не","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"хочу","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"писать","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чернилами","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"на","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"бумаге","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"а","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"надеюсь","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"прийти","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"к","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"вам","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"и","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"поговорить","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"лицом","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"к","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"лицу","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"чтобы","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ваша","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"радость","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"была","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"полной","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"13":{"alignments":[{"topWords":[{"word":"ἀσπάζεταί","strong":"G07820","lemma":"ἀσπάζομαι","morph":"Gr,V,IPM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σε","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὰ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τέκνα","strong":"G50430","lemma":"τέκνον","morph":"Gr,N,,,,,NNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀδελφῆς","strong":"G00790","lemma":"ἀδελφή","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σου","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2G,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἐκλεκτῆς","strong":"G15880","lemma":"ἐκλεκτός","morph":"Gr,AR,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"Тебя","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"приветствуют","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"дети","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"твоей","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"избранной","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"сестры","occurrence":1,"occurrences":1,"type":"bottomWord"}]}} \ No newline at end of file diff --git a/.apps/translationCore/index/translationNotes/2jn/.categories b/.apps/translationCore/index/translationNotes/2jn/.categories new file mode 100644 index 0000000..894d565 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categories @@ -0,0 +1,40 @@ +{ + "current": [ + "figs-explicit", + "translate-names", + "figs-declarative", + "figs-ellipsis", + "figs-hyperbole", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-abstractnouns", + "figs-activepassive", + "figs-inclusive", + "figs-nominaladj", + "figs-you", + "guidelines-sonofgodprinciples", + "translate-blessing", + "translate-textvariants" + ], + "loaded": [ + "figs-explicit", + "translate-names", + "figs-declarative", + "figs-ellipsis", + "figs-hyperbole", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-abstractnouns", + "figs-activepassive", + "figs-inclusive", + "figs-nominaladj", + "figs-you", + "guidelines-sonofgodprinciples", + "translate-blessing", + "translate-textvariants" + ], + "timestamp": "2021-03-07T10:16:44.438Z", + "languageId": "en" +} diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/culture.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/culture.json new file mode 100644 index 0000000..ac228c7 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/culture.json @@ -0,0 +1,4 @@ +[ + "figs-explicit", + "translate-names" +] diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/discourse.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/discourse.json new file mode 100644 index 0000000..f7d000f --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/discourse.json @@ -0,0 +1,3 @@ +[ + "figs-declarative" +] diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/figures.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/figures.json new file mode 100644 index 0000000..7abfff1 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/figures.json @@ -0,0 +1,7 @@ +[ + "figs-ellipsis", + "figs-hyperbole", + "figs-idiom", + "figs-metaphor", + "figs-metonymy" +] diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/grammar.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/grammar.json new file mode 100644 index 0000000..3cf2476 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/grammar.json @@ -0,0 +1,7 @@ +[ + "figs-abstractnouns", + "figs-activepassive", + "figs-inclusive", + "figs-nominaladj", + "figs-you" +] diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/numbers.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/numbers.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/numbers.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/other.json b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/other.json new file mode 100644 index 0000000..98237c0 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/other.json @@ -0,0 +1,5 @@ +[ + "guidelines-sonofgodprinciples", + "translate-blessing", + "translate-textvariants" +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-abstractnouns.json b/.apps/translationCore/index/translationNotes/2jn/figs-abstractnouns.json new file mode 100644 index 0000000..3851673 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-abstractnouns.json @@ -0,0 +1,240 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "If it would be clearer in your language, you could express the idea behind the abstract noun **truth** with an equivalent expression. This could mean one of two things. (1) The phrase **the truth** describes how John loves. Alternate translation: “truly love” (2) The phrase **the truth** provides the reason for John’s love. Alternate translation: “love because we both know the truth” (See: [Abstract Nouns](rc://en/ta/man/translate/figs-abstractnouns))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-abstractnouns", + "quote": [ + { + "word": "ἀγαπῶ", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + } + ], + "quoteString": "ἀγαπῶ ἐν ἀληθείᾳ", + "glQuote": "love in truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John uses the abstract noun **truth** to refer to the true message that Christians believe. If it would be clearer in your language, you could express the idea behind this term with an equivalent expression. Alternate translation: “the true message” (See: [Abstract Nouns](rc://en/ta/man/translate/figs-abstractnouns))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationNotes", + "groupId": "figs-abstractnouns", + "quote": [ + { + "word": "τὴν", + "occurrence": 1 + }, + { + "word": "ἀλήθειαν", + "occurrence": 1 + } + ], + "quoteString": "τὴν ἀλήθειαν", + "glQuote": "the truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "If it would be clearer in your language, you could express the idea behind the abstract nouns **grace**, **mercy**, and **peace** with verbal phrases, with **God the Father** and **Jesus Christ** as the subject. Alternate translation: “May God the Father and Jesus Christ show us kindness, be merciful to us, and give us peace” (See: [Abstract Nouns](rc://en/ta/man/translate/figs-abstractnouns))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-abstractnouns", + "quote": [ + { + "word": "ἔσται", + "occurrence": 1 + }, + { + "word": "μεθ", + "occurrence": 1 + }, + { + "word": "’", + "occurrence": 1 + }, + { + "word": "ἡμῶν", + "occurrence": 1 + }, + { + "word": "χάρις", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 1 + }, + { + "word": "ἔλεος", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 2 + }, + { + "word": "εἰρήνη", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 3 + }, + { + "word": "παρὰ", + "occurrence": 1 + }, + { + "word": "Θεοῦ", + "occurrence": 1 + }, + { + "word": "Πατρός", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "παρὰ", + "occurrence": 2 + }, + { + "word": "Ἰησοῦ", + "occurrence": 1 + }, + { + "word": "Χριστοῦ", + "occurrence": 1 + } + ], + "quoteString": "ἔσται μεθ’ ἡμῶν χάρις, ἔλεος, εἰρήνη, παρὰ Θεοῦ Πατρός καὶ παρὰ Ἰησοῦ Χριστοῦ", + "glQuote": "Grace, mercy, and peace will be with us from God the Father and from Jesus Christ", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The abstract nouns **truth** and **love** describe qualities of God the Father and Jesus Christ. If it would be clearer in your language, you could express the ideas behind these abstract nouns with adjectives. Alternative translation: “who are truthful and loving” (See: [Abstract Nouns](rc://en/ta/man/translate/figs-abstractnouns))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-abstractnouns", + "quote": [ + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 2 + }, + { + "word": "ἀγάπῃ", + "occurrence": 1 + } + ], + "quoteString": "ἐν ἀληθείᾳ καὶ ἀγάπῃ", + "glQuote": "in truth and love", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "If it would be clearer in your language, you could express the idea behind the abstract noun **joy** with an adjective such as “joyful.” Alternate translation: “so that this will make you completely joyful” (See: [Abstract Nouns](rc://en/ta/man/translate/figs-abstractnouns))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-abstractnouns", + "quote": [ + { + "word": "ἵνα", + "occurrence": 1 + }, + { + "word": "ἡ", + "occurrence": 1 + }, + { + "word": "χαρὰ", + "occurrence": 1 + }, + { + "word": "ὑμῶν", + "occurrence": 1 + }, + { + "word": "πεπληρωμένη", + "occurrence": 1 + }, + { + "word": "ᾖ", + "occurrence": 1 + } + ], + "quoteString": "ἵνα ἡ χαρὰ ὑμῶν πεπληρωμένη ᾖ", + "glQuote": "so that your joy might be made complete", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-activepassive.json b/.apps/translationCore/index/translationNotes/2jn/figs-activepassive.json new file mode 100644 index 0000000..aa0ef7d --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-activepassive.json @@ -0,0 +1,48 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "If it would be clearer in your language, you could say this with an active verb form. Alternate translation: “so that this will make your joy complete” (See: [Active or Passive](rc://en/ta/man/translate/figs-activepassive))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-activepassive", + "quote": [ + { + "word": "ἵνα", + "occurrence": 1 + }, + { + "word": "ἡ", + "occurrence": 1 + }, + { + "word": "χαρὰ", + "occurrence": 1 + }, + { + "word": "ὑμῶν", + "occurrence": 1 + }, + { + "word": "πεπληρωμένη", + "occurrence": 1 + }, + { + "word": "ᾖ", + "occurrence": 1 + } + ], + "quoteString": "ἵνα ἡ χαρὰ ὑμῶν πεπληρωμένη ᾖ", + "glQuote": "so that your joy might be made complete", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-declarative.json b/.apps/translationCore/index/translationNotes/2jn/figs-declarative.json new file mode 100644 index 0000000..98416b7 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-declarative.json @@ -0,0 +1,60 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John is using a declarative statement to express a wish. Alternate translation: “May grace, mercy, and peace be with us” (See: [Statements – Other Uses](rc://en/ta/man/translate/figs-declarative))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-declarative", + "quote": [ + { + "word": "ἔσται", + "occurrence": 1 + }, + { + "word": "μεθ", + "occurrence": 1 + }, + { + "word": "’", + "occurrence": 1 + }, + { + "word": "ἡμῶν", + "occurrence": 1 + }, + { + "word": "χάρις", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 1 + }, + { + "word": "ἔλεος", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 2 + }, + { + "word": "εἰρήνη", + "occurrence": 1 + } + ], + "quoteString": "ἔσται μεθ’ ἡμῶν χάρις, ἔλεος, εἰρήνη", + "glQuote": "Grace, mercy, and peace will be with us", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-ellipsis.json b/.apps/translationCore/index/translationNotes/2jn/figs-ellipsis.json new file mode 100644 index 0000000..ee14446 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-ellipsis.json @@ -0,0 +1,48 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here John leaves out some of the words that a sentence would need in many languages in order to be complete. If it would be helpful to your readers, you could supply these words from earlier in the sentence. Alternate translation: “I did not want to write these things with paper and ink” (See: Ellipsis)(See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "οὐκ", + "occurrence": 1 + }, + { + "word": "ἐβουλήθην", + "occurrence": 1 + }, + { + "word": "διὰ", + "occurrence": 1 + }, + { + "word": "χάρτου", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "μέλανος", + "occurrence": 1 + } + ], + "quoteString": "οὐκ ἐβουλήθην διὰ χάρτου καὶ μέλανος", + "glQuote": "I did not want with paper and ink", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-explicit.json b/.apps/translationCore/index/translationNotes/2jn/figs-explicit.json new file mode 100644 index 0000000..b5f1243 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-explicit.json @@ -0,0 +1,226 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "**The elder** likely means John, the apostle and disciple of Jesus. He refers to himself as “elder” either because of his old age or because he is a leader in the church. Alternate translation: “I, John, am writing this letter” or Alternate translation: “I, John the elder, am writing this letter” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "ὁ", + "occurrence": 1 + }, + { + "word": "πρεσβύτερος", + "occurrence": 1 + } + ], + "quoteString": "ὁ πρεσβύτερος", + "glQuote": "The elder", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The phrase **from the beginning** refers to the time when John and his audience first believed in Jesus Christ. Alternate translation: “since we first believed” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "ἀπ", + "occurrence": 1 + }, + { + "word": "’", + "occurrence": 1 + }, + { + "word": "ἀρχῆς", + "occurrence": 1 + } + ], + "quoteString": "ἀπ’ ἀρχῆς", + "glQuote": "from the beginning", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This seems to be an implicit reference to the false teachers whom John discusses in [1:10–11](rc://en/ult/book/2jn/01/10). Alternate translation: “For many deceivers are going around from place to place teaching” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "ὅτι", + "occurrence": 1 + }, + { + "word": "πολλοὶ", + "occurrence": 1 + }, + { + "word": "πλάνοι", + "occurrence": 1 + }, + { + "word": "ἐξῆλθαν", + "occurrence": 1 + }, + { + "word": "εἰς", + "occurrence": 1 + }, + { + "word": "τὸν", + "occurrence": 1 + }, + { + "word": "κόσμον", + "occurrence": 1 + } + ], + "quoteString": "ὅτι πολλοὶ πλάνοι ἐξῆλθαν εἰς τὸν κόσμον", + "glQuote": "For many deceivers have gone out into the world", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The implication is that the believers are to **watch** themselves, that is, be careful, not to be deceived by the deceivers and antichrists. Alternate translation: “be careful not to let the deceivers and antichrists influence you” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "βλέπετε", + "occurrence": 1 + }, + { + "word": "ἑαυτούς", + "occurrence": 1 + } + ], + "quoteString": "βλέπετε ἑαυτούς", + "glQuote": "Watch yourselves", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John does not want the believers to accept a false teacher into their homes and, as a result, show him respect and provide for his needs by feeding and housing him. Alternate translation: “do not support him by welcoming him into your home” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "μὴ", + "occurrence": 1 + }, + { + "word": "λαμβάνετε", + "occurrence": 1 + }, + { + "word": "αὐτὸν", + "occurrence": 1 + }, + { + "word": "εἰς", + "occurrence": 1 + }, + { + "word": "οἰκίαν", + "occurrence": 1 + } + ], + "quoteString": "μὴ λαμβάνετε αὐτὸν εἰς οἰκίαν", + "glQuote": "do not receive him into your house", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John warns the believers not to greet a false teacher respectfully in public. The implication is that he does not want them to do anything that might give a false teacher good standing in the eyes of others. Alternate translation: “do not give him a respectful public greeting” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "χαίρειν", + "occurrence": 1 + }, + { + "word": "αὐτῷ", + "occurrence": 1 + }, + { + "word": "μὴ", + "occurrence": 2 + }, + { + "word": "λέγετε", + "occurrence": 1 + } + ], + "quoteString": "χαίρειν αὐτῷ μὴ λέγετε", + "glQuote": "do not say to him, “Greetings”", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-hyperbole.json b/.apps/translationCore/index/translationNotes/2jn/figs-hyperbole.json new file mode 100644 index 0000000..774b2e3 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-hyperbole.json @@ -0,0 +1,44 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John uses the phrase **all who have known the truth** to refer to believers who know and accept the true message about Jesus Christ. John is most likely using the term **all** as a generalization to mean all the believers who are with him and who know the lady. Alternate translation: “all who are with me who know the truth” (See: [Hyperbole](rc://en/ta/man/translate/figs-hyperbole))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-hyperbole", + "quote": [ + { + "word": "πάντες", + "occurrence": 1 + }, + { + "word": "οἱ", + "occurrence": 1 + }, + { + "word": "ἐγνωκότες", + "occurrence": 1 + }, + { + "word": "τὴν", + "occurrence": 1 + }, + { + "word": "ἀλήθειαν", + "occurrence": 1 + } + ], + "quoteString": "πάντες οἱ ἐγνωκότες τὴν ἀλήθειαν", + "glQuote": "all who have known the truth", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-idiom.json b/.apps/translationCore/index/translationNotes/2jn/figs-idiom.json new file mode 100644 index 0000000..8fccb19 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-idiom.json @@ -0,0 +1,142 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "In this context, the term **chosen** likely indicates someone whom God has chosen to receive salvation. Alternate translation: “to the Christian lady” or “to the group of believers in Jesus” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "ἐκλεκτῇ", + "occurrence": 1 + }, + { + "word": "κυρίᾳ", + "occurrence": 1 + } + ], + "quoteString": "ἐκλεκτῇ κυρίᾳ", + "glQuote": "to the chosen lady", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is an idiom. Alternate translation: “for all time” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "εἰς", + "occurrence": 1 + }, + { + "word": "τὸν", + "occurrence": 1 + }, + { + "word": "αἰῶνα", + "occurrence": 1 + } + ], + "quoteString": "εἰς τὸν αἰῶνα", + "glQuote": "to the age", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The expression **mouth to mouth** is an idiom, meaning to speak in their presence. Alternate translation: “speak in your presence” or “speak to you in person” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "στόμα", + "occurrence": 1 + }, + { + "word": "πρὸς", + "occurrence": 2 + }, + { + "word": "στόμα", + "occurrence": 2 + }, + { + "word": "λαλῆσαι", + "occurrence": 1 + } + ], + "quoteString": "στόμα πρὸς στόμα λαλῆσαι", + "glQuote": "to speak mouth to mouth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "In this context, the term **chosen** likely indicates someone whom God has chosen to receive salvation. Alternate translation: “your Christian sister” or “this group of believers in Jesus” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "ἀδελφῆς", + "occurrence": 1 + }, + { + "word": "σου", + "occurrence": 1 + }, + { + "word": "τῆς", + "occurrence": 2 + }, + { + "word": "ἐκλεκτῆς", + "occurrence": 1 + } + ], + "quoteString": "ἀδελφῆς σου τῆς ἐκλεκτῆς", + "glQuote": "your chosen sister", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-inclusive.json b/.apps/translationCore/index/translationNotes/2jn/figs-inclusive.json new file mode 100644 index 0000000..517e720 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-inclusive.json @@ -0,0 +1,35 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "If your language marks this distinction, the pronoun **us** would be inclusive here and throughout the epistle, because John always uses it to refer to himself and to “the lady” and “her children.” The pronoun “we” would also be inclusive for that same reason, as would the pronoun “our,” if you choose to use it in your translation. (See: [Inclusive and Exclusive “We”](rc://en/ta/man/translate/figs-inclusive))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationNotes", + "groupId": "figs-inclusive", + "quote": [ + { + "word": "ἡμῖν", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "ἡμῶν", + "occurrence": 1 + } + ], + "quoteString": "ἡμῖν…ἡμῶν", + "glQuote": "us…us", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-metaphor.json b/.apps/translationCore/index/translationNotes/2jn/figs-metaphor.json new file mode 100644 index 0000000..5797640 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-metaphor.json @@ -0,0 +1,290 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "**Chosen lady** could mean one of two things. (1) John may be writing to a specific woman and referring to her respectfully as “lady.” (2) John may be writing to a congregation and figuratively describing the group of believers as a “lady.” Alternate translation: “to the chosen group of believers” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "ἐκλεκτῇ", + "occurrence": 1 + }, + { + "word": "κυρίᾳ", + "occurrence": 1 + } + ], + "quoteString": "ἐκλεκτῇ κυρίᾳ", + "glQuote": "to the chosen lady", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This could mean one of three things. (1) If this letter is addressed to an actual woman, it could mean her biological children. (2) John may be referring figuratively to people whom the woman has led to faith as her spiritual children. Alternate translation: “and the people whom she has led to faith in Jesus” (3) This could be referring figuratively to the people who are part of a congregation. Alternate translation: “and the believers in that group” (For the second and third possibilities, see: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "τοῖς", + "occurrence": 1 + }, + { + "word": "τέκνοις", + "occurrence": 1 + }, + { + "word": "αὐτῆς", + "occurrence": 1 + } + ], + "quoteString": "καὶ τοῖς τέκνοις αὐτῆς", + "glQuote": "and her children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "See how you translated the term **children** in [1:1](rc://en/ult/book/2jn/01/1). This could mean one of three things. (1) If this letter is addressed to an actual woman, it could mean her biological children. (2) It could mean the spiritual children of the lady. Alternate translation: “the people whom you have led to faith in Jesus” (3) This could be referring to a congregation and the people who are part of it. Alternate translation: “the believers in your group” (For the second and third possibilities, see: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "τῶν", + "occurrence": 1 + }, + { + "word": "τέκνων", + "occurrence": 1 + }, + { + "word": "σου", + "occurrence": 1 + } + ], + "quoteString": "τῶν τέκνων σου", + "glQuote": "your children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John refers figuratively to living one’s life with the expression **walking**. Alternate translation: “living your life according to the truth” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "περιπατοῦντας", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + } + ], + "quoteString": "περιπατοῦντας ἐν ἀληθείᾳ", + "glQuote": "walking in the truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "In these instances the expression **walk** figuratively means to “obey.” Alternate translation: “we should obey … you should obey them” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "περιπατῶμεν", + "occurrence": 1 + }, + { + "word": "κατὰ", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "περιπατῆτε", + "occurrence": 1 + } + ], + "quoteString": "περιπατῶμεν κατὰ…ἐν…περιπατῆτε", + "glQuote": "we should walk according to…you should walk in", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John refers to **the teaching of Christ** figuratively as a place where faithful believers **remain** and also as a place that false teachers leave as they go **ahead**. The expression **goes ahead** refers to teaching new and false things that Jesus did not teach. Alternate translation: “everyone who teaches things that Jesus did not teach” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "πᾶς", + "occurrence": 1 + }, + { + "word": "ὁ", + "occurrence": 1 + }, + { + "word": "προάγων", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "μὴ", + "occurrence": 1 + }, + { + "word": "μένων", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "τῇ", + "occurrence": 1 + }, + { + "word": "διδαχῇ", + "occurrence": 1 + }, + { + "word": "τοῦ", + "occurrence": 1 + }, + { + "word": "Χριστοῦ", + "occurrence": 1 + } + ], + "quoteString": "πᾶς ὁ προάγων καὶ μὴ μένων ἐν τῇ διδαχῇ τοῦ Χριστοῦ", + "glQuote": "everyone who goes ahead and does not remain in the teaching of Christ", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This expression could mean one of several things. (1) It may refer to the biological children of a specific woman who is the biological sister of another specific woman to whom John is writing. Alternate translation: “Your nieces and nephews” (2) It may refer to the spiritual children of the biological sister of a woman to whom John is writing. Alternate translation: “The people whom your sister has led to faith in Jesus” (3) It may refer to the biological children of a spiritual sister of a woman to whom John is writing. Alternate translation: “The children of your sister in Christ” (4) It may refer to the spiritual children of a spiritual sister of a woman to whom John is writing. Alternate translation: “The people whom your sister in Christ has led to faith in Jesus” (5) If the term “lady” is figurative for a group of believers in [1:1](rc://en/ult/book/2jn/01/01), then John may be figuratively describing his own group of believers as the sister of that group and the members of his group as her children. Alternate translation: “the members of the group of believers here” (For the second through fifth possibilities, see: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "τὰ", + "occurrence": 1 + }, + { + "word": "τέκνα", + "occurrence": 1 + }, + { + "word": "τῆς", + "occurrence": 1 + }, + { + "word": "ἀδελφῆς", + "occurrence": 1 + }, + { + "word": "σου", + "occurrence": 1 + } + ], + "quoteString": "τὰ τέκνα τῆς ἀδελφῆς σου", + "glQuote": "The children of your…sister", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-metonymy.json b/.apps/translationCore/index/translationNotes/2jn/figs-metonymy.json new file mode 100644 index 0000000..67854fd --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-metonymy.json @@ -0,0 +1,82 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The expression **coming in flesh** is a metonym for being a real, physical person and not a spiritual being only. Alternate translation: “that Jesus Christ came as a real human” (See: Metonymy)(See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "Ἰησοῦν", + "occurrence": 1 + }, + { + "word": "Χριστὸν", + "occurrence": 1 + }, + { + "word": "ἐρχόμενον", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "σαρκί", + "occurrence": 1 + } + ], + "quoteString": "Ἰησοῦν Χριστὸν ἐρχόμενον ἐν σαρκί", + "glQuote": "Jesus Christ coming in flesh", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John is not saying that he would rather write these things with something other than **paper and ink**. Rather, he is speaking figuratively of those writing materials to represent writing in general. He means that he wants to visit the woman and her children personally and continue his communication with them directly. Alternate translation: “I did not want to communicate these things in writing” (See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "διὰ", + "occurrence": 1 + }, + { + "word": "χάρτου", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "μέλανος", + "occurrence": 1 + } + ], + "quoteString": "διὰ χάρτου καὶ μέλανος", + "glQuote": "with paper and ink", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-nominaladj.json b/.apps/translationCore/index/translationNotes/2jn/figs-nominaladj.json new file mode 100644 index 0000000..ba4c85a --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-nominaladj.json @@ -0,0 +1,23 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John is using the demonstrative adjective **this** as a noun, to refer to a kind of person. ULT indicates this by adding the word “one.” If your language does not use adjectives this way, you can translate this with an equivalent phrase. Alternate translation: “such a person” or “that kind of person” (See: [Nominal Adjectives](rc://en/ta/man/translate/figs-nominaladj))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "figs-nominaladj", + "quote": "οὗτος", + "quoteString": "οὗτος", + "glQuote": "this one", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-you.json b/.apps/translationCore/index/translationNotes/2jn/figs-you.json new file mode 100644 index 0000000..0f1de60 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-you.json @@ -0,0 +1,126 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The word **your** is singular, since John is addressing the “lady.” (See: [Forms of You](rc://en/ta/man/translate/figs-you))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-you", + "quote": "σου", + "quoteString": "σου", + "glQuote": "your", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "These instances of **you** are singular since John is addressing the “lady.” (See: [Forms of You](rc://en/ta/man/translate/figs-you))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationNotes", + "groupId": "figs-you", + "quote": [ + { + "word": "σε", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "σοι", + "occurrence": 1 + } + ], + "quoteString": "σε,…σοι", + "glQuote": "you…you", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The term **you** is plural in this verse and throughout the rest of the epistle, except for in v. 13, since John is addressing both “the lady” and her “children”. (See: [Forms of You](rc://en/ta/man/translate/figs-you))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationNotes", + "groupId": "figs-you", + "quote": [ + { + "word": "ἠκούσατε", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "περιπατῆτε", + "occurrence": 1 + } + ], + "quoteString": "ἠκούσατε…περιπατῆτε", + "glQuote": "you heard…you should walk", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The pronouns **you** and **your** are singular. John tells the lady specifically that her sister’s children send greetings to her in particular. (See: [Forms of You](rc://en/ta/man/translate/figs-you))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationNotes", + "groupId": "figs-you", + "quote": [ + { + "word": "σε", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "σου", + "occurrence": 1 + } + ], + "quoteString": "σε…σου", + "glQuote": "your…you", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.json b/.apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.json new file mode 100644 index 0000000..8efd85b --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.json @@ -0,0 +1,107 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "**Father** and **Son** are important titles that describe the relationship between God and Jesus Christ. (See: [Translating Son and Father](rc://en/ta/man/translate/guidelines-sonofgodprinciples))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "guidelines-sonofgodprinciples", + "quote": [ + { + "word": "Πατρός", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "Υἱοῦ", + "occurrence": 1 + } + ], + "quoteString": "Πατρός…Υἱοῦ", + "glQuote": "Father…Son", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "**Father** is an important title for God. (See: [Translating Son and Father](rc://en/ta/man/translate/guidelines-sonofgodprinciples))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "guidelines-sonofgodprinciples", + "quote": [ + { + "word": "τοῦ", + "occurrence": 1 + }, + { + "word": "Πατρός", + "occurrence": 1 + } + ], + "quoteString": "τοῦ Πατρός", + "glQuote": "the Father", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "These are important titles that describe the relationship between God and Jesus Christ. (See: [Translating Son and Father](rc://en/ta/man/translate/guidelines-sonofgodprinciples))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "guidelines-sonofgodprinciples", + "quote": [ + { + "word": "τὸν", + "occurrence": 1 + }, + { + "word": "Πατέρα", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 3 + }, + { + "word": "τὸν", + "occurrence": 2 + }, + { + "word": "Υἱὸν", + "occurrence": 1 + } + ], + "quoteString": "τὸν Πατέρα καὶ τὸν Υἱὸν", + "glQuote": "the Father and the Son", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/translate-blessing.json b/.apps/translationCore/index/translationNotes/2jn/translate-blessing.json new file mode 100644 index 0000000..bb9945e --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/translate-blessing.json @@ -0,0 +1,60 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "In this culture, letter writers would offer a good wish for the recipients before introducing the main business of the letter. Alternate translation: “May grace, mercy, and peace be with us” (See: [[rc://en/ta/man/translate/translate-blessing]])", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "translate-blessing", + "quote": [ + { + "word": "ἔσται", + "occurrence": 1 + }, + { + "word": "μεθ", + "occurrence": 1 + }, + { + "word": "’", + "occurrence": 1 + }, + { + "word": "ἡμῶν", + "occurrence": 1 + }, + { + "word": "χάρις", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 1 + }, + { + "word": "ἔλεος", + "occurrence": 1 + }, + { + "word": ",", + "occurrence": 2 + }, + { + "word": "εἰρήνη", + "occurrence": 1 + } + ], + "quoteString": "ἔσται μεθ’ ἡμῶν χάρις, ἔλεος, εἰρήνη", + "glQuote": "Grace, mercy, and peace will be with us", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/translate-names.json b/.apps/translationCore/index/translationNotes/2jn/translate-names.json new file mode 100644 index 0000000..b14e777 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/translate-names.json @@ -0,0 +1,23 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Some interpreters understand this to be a proper name. Alternate translation: “Kyria” (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "κυρίᾳ", + "quoteString": "κυρίᾳ", + "glQuote": "lady", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/translate-textvariants.json b/.apps/translationCore/index/translationNotes/2jn/translate-textvariants.json new file mode 100644 index 0000000..6786ec0 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/translate-textvariants.json @@ -0,0 +1,44 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "See the note in Part 3 of the General Introduction to 2 John about the textual issue here. Alternate translation: “our joy might be made complete” (See: [Textual Variants](rc://en/ta/man/translate/translate-textvariants))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "translate-textvariants", + "quote": [ + { + "word": "ἡ", + "occurrence": 1 + }, + { + "word": "χαρὰ", + "occurrence": 1 + }, + { + "word": "ὑμῶν", + "occurrence": 1 + }, + { + "word": "πεπληρωμένη", + "occurrence": 1 + }, + { + "word": "ᾖ", + "occurrence": 1 + } + ], + "quoteString": "ἡ χαρὰ ὑμῶν πεπληρωμένη ᾖ", + "glQuote": "your joy might be made complete", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationWords/2jn/.categories b/.apps/translationCore/index/translationWords/2jn/.categories new file mode 100644 index 0000000..9598003 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categories @@ -0,0 +1,75 @@ +{ + "current": [ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "sonofgod", + "true", + "works", + "world", + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "receive", + "reward", + "sister", + "teach", + "walk", + "watch" + ], + "loaded": [ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "sonofgod", + "true", + "works", + "world", + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "receive", + "reward", + "sister", + "teach", + "walk", + "watch" + ], + "timestamp": "2021-03-07T10:16:44.438Z" +} diff --git a/.apps/translationCore/index/translationWords/2jn/.categoryIndex/kt.json b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/kt.json new file mode 100644 index 0000000..9a22957 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/kt.json @@ -0,0 +1,21 @@ +[ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "sonofgod", + "true", + "works", + "world" +] diff --git a/.apps/translationCore/index/translationWords/2jn/.categoryIndex/names.json b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/names.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/names.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationWords/2jn/.categoryIndex/other.json b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/other.json new file mode 100644 index 0000000..da5d702 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/other.json @@ -0,0 +1,17 @@ +[ + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "receive", + "reward", + "sister", + "teach", + "walk", + "watch" +] diff --git a/.apps/translationCore/index/translationWords/2jn/age.json b/.apps/translationCore/index/translationWords/2jn/age.json new file mode 100644 index 0000000..9246e0f --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/age.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "age", + "quote": "αἰῶνα", + "strong": [ + "G01650" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/antichrist.json b/.apps/translationCore/index/translationWords/2jn/antichrist.json new file mode 100644 index 0000000..a3df89f --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/antichrist.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "antichrist", + "quote": "ἀντίχριστος", + "strong": [ + "G05000" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/children.json b/.apps/translationCore/index/translationWords/2jn/children.json new file mode 100644 index 0000000..c866dff --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/children.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "children", + "quote": "τέκνοις", + "strong": [ + "G50430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "children", + "quote": "τέκνων", + "strong": [ + "G50430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationWords", + "groupId": "children", + "quote": "τέκνα", + "strong": [ + "G50430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/christ.json b/.apps/translationCore/index/translationWords/2jn/christ.json new file mode 100644 index 0000000..0b095fe --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/christ.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "christ", + "quote": "Χριστοῦ", + "strong": [ + "G55470" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "christ", + "quote": "Χριστὸν", + "strong": [ + "G55470" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "christ", + "quote": "Χριστοῦ", + "strong": [ + "G55470" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/command.json b/.apps/translationCore/index/translationWords/2jn/command.json new file mode 100644 index 0000000..9894df9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/command.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "command", + "quote": "ἐντολὴν", + "strong": [ + "G17850" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "command", + "quote": "ἐντολὴν", + "strong": [ + "G17850" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "command", + "quote": "ἐντολὰς", + "strong": [ + "G17850" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "command", + "quote": "ἐντολή", + "strong": [ + "G17850" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/confess.json b/.apps/translationCore/index/translationWords/2jn/confess.json new file mode 100644 index 0000000..d3d7dbc --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/confess.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "confess", + "quote": "ὁμολογοῦντες", + "strong": [ + "G36700" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/deceive.json b/.apps/translationCore/index/translationWords/2jn/deceive.json new file mode 100644 index 0000000..b90070d --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/deceive.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "deceive", + "quote": "πλάνοι", + "strong": [ + "G41080" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "deceive", + "quote": "πλάνος", + "strong": [ + "G41080" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/elder.json b/.apps/translationCore/index/translationWords/2jn/elder.json new file mode 100644 index 0000000..f6e6d2d --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/elder.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "elder", + "quote": "πρεσβύτερος", + "strong": [ + "G42450" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/elect.json b/.apps/translationCore/index/translationWords/2jn/elect.json new file mode 100644 index 0000000..a5e83e6 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/elect.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "elect", + "quote": "ἐκλεκτῇ", + "strong": [ + "G15880" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationWords", + "groupId": "elect", + "quote": "ἐκλεκτῆς", + "strong": [ + "G15880" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/evil.json b/.apps/translationCore/index/translationWords/2jn/evil.json new file mode 100644 index 0000000..063bff9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/evil.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "πονηροῖς", + "strong": [ + "G41900" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/flesh.json b/.apps/translationCore/index/translationWords/2jn/flesh.json new file mode 100644 index 0000000..305c4c9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/flesh.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "flesh", + "quote": "σαρκί", + "strong": [ + "G45610" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/god.json b/.apps/translationCore/index/translationWords/2jn/god.json new file mode 100644 index 0000000..593d89d --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/god.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεὸν", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/godthefather.json b/.apps/translationCore/index/translationWords/2jn/godthefather.json new file mode 100644 index 0000000..2a0e9d9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/godthefather.json @@ -0,0 +1,100 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "godthefather", + "quote": [ + { + "word": "Θεοῦ", + "occurrence": 1 + }, + { + "word": "Πατρός", + "occurrence": 1 + } + ], + "strong": [ + "G23160", + "G39620" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "godthefather", + "quote": "Πατρός", + "strong": [ + "G39620" + ], + "occurrence": 2 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "godthefather", + "quote": "Πατρός", + "strong": [ + "G39620" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "godthefather", + "quote": "Πατέρα", + "strong": [ + "G39620" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/grace.json b/.apps/translationCore/index/translationWords/2jn/grace.json new file mode 100644 index 0000000..ca8e233 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/grace.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "grace", + "quote": "χάρις", + "strong": [ + "G54850" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/hope.json b/.apps/translationCore/index/translationWords/2jn/hope.json new file mode 100644 index 0000000..65846d1 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/hope.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "hope", + "quote": "ἐλπίζω", + "strong": [ + "G16790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/house.json b/.apps/translationCore/index/translationWords/2jn/house.json new file mode 100644 index 0000000..8819172 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/house.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "house", + "quote": "οἰκίαν", + "strong": [ + "G36140" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/jesus.json b/.apps/translationCore/index/translationWords/2jn/jesus.json new file mode 100644 index 0000000..8e7a89c --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/jesus.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "jesus", + "quote": "Ἰησοῦ", + "strong": [ + "G24240" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "jesus", + "quote": "Ἰησοῦν", + "strong": [ + "G24240" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/joy.json b/.apps/translationCore/index/translationWords/2jn/joy.json new file mode 100644 index 0000000..cc6d20b --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/joy.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "ἐχάρην", + "strong": [ + "G54630" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "χαίρειν", + "strong": [ + "G54630" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "χαίρειν", + "strong": [ + "G54630" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "χαρὰ", + "strong": [ + "G54790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/know.json b/.apps/translationCore/index/translationWords/2jn/know.json new file mode 100644 index 0000000..1816b6d --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/know.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "know", + "quote": "ἐγνωκότες", + "strong": [ + "G10970" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/labor.json b/.apps/translationCore/index/translationWords/2jn/labor.json new file mode 100644 index 0000000..b8a1319 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/labor.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "labor", + "quote": "εἰργασάμεθα", + "strong": [ + "G20380" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/like.json b/.apps/translationCore/index/translationWords/2jn/like.json new file mode 100644 index 0000000..6b9aa38 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/like.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/love.json b/.apps/translationCore/index/translationWords/2jn/love.json new file mode 100644 index 0000000..5956d35 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/love.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγαπῶ", + "strong": [ + "G00250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγάπῃ", + "strong": [ + "G00260" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγαπῶμεν", + "strong": [ + "G00250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγάπη", + "strong": [ + "G00260" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/mercy.json b/.apps/translationCore/index/translationWords/2jn/mercy.json new file mode 100644 index 0000000..ab61c06 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/mercy.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "mercy", + "quote": "ἔλεος", + "strong": [ + "G16560" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/peace.json b/.apps/translationCore/index/translationWords/2jn/peace.json new file mode 100644 index 0000000..2330220 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/peace.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "peace", + "quote": "εἰρήνη", + "strong": [ + "G15150" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/receive.json b/.apps/translationCore/index/translationWords/2jn/receive.json new file mode 100644 index 0000000..bfb5cab --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/receive.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἐλάβομεν", + "strong": [ + "G29830" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἀπολάβητε", + "strong": [ + "G06180" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "λαμβάνετε", + "strong": [ + "G29830" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/reward.json b/.apps/translationCore/index/translationWords/2jn/reward.json new file mode 100644 index 0000000..78c7a7f --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/reward.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "reward", + "quote": "μισθὸν", + "strong": [ + "G34080" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/sister.json b/.apps/translationCore/index/translationWords/2jn/sister.json new file mode 100644 index 0000000..520a3fe --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/sister.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationWords", + "groupId": "sister", + "quote": "ἀδελφῆς", + "strong": [ + "G00790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/sonofgod.json b/.apps/translationCore/index/translationWords/2jn/sonofgod.json new file mode 100644 index 0000000..3bbb25f --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/sonofgod.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "sonofgod", + "quote": "Υἱοῦ", + "strong": [ + "G52070" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "sonofgod", + "quote": "Υἱὸν", + "strong": [ + "G52070" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/teach.json b/.apps/translationCore/index/translationWords/2jn/teach.json new file mode 100644 index 0000000..aa809b0 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/teach.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "teach", + "quote": "διδαχῇ", + "strong": [ + "G13220" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "teach", + "quote": "διδαχῇ", + "strong": [ + "G13220" + ], + "occurrence": 2 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "teach", + "quote": "διδαχὴν", + "strong": [ + "G13220" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/true.json b/.apps/translationCore/index/translationWords/2jn/true.json new file mode 100644 index 0000000..11c9fbf --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/true.json @@ -0,0 +1,112 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀλήθειαν", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀλήθειαν", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/walk.json b/.apps/translationCore/index/translationWords/2jn/walk.json new file mode 100644 index 0000000..38c1194 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/walk.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατοῦντας", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατῶμεν", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατῆτε", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/watch.json b/.apps/translationCore/index/translationWords/2jn/watch.json new file mode 100644 index 0000000..a09a542 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/watch.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "watch", + "quote": "βλέπετε", + "strong": [ + "G09910" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/works.json b/.apps/translationCore/index/translationWords/2jn/works.json new file mode 100644 index 0000000..4f806fe --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/works.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "works", + "quote": "ἔργοις", + "strong": [ + "G20410" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/world.json b/.apps/translationCore/index/translationWords/2jn/world.json new file mode 100644 index 0000000..c16d1af --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/world.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "world", + "quote": "κόσμον", + "strong": [ + "G28890" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/wordAlignment/2jn/chapter_1.json b/.apps/translationCore/index/wordAlignment/2jn/chapter_1.json new file mode 100644 index 0000000..f970feb --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/2jn/chapter_1.json @@ -0,0 +1,145 @@ +[ + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 2 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 7 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 8 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 9 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 10 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 11 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 12 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 13 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + } +] diff --git a/2jn/headers.json b/2jn/headers.json index 9f104d7..c4f9b93 100644 --- a/2jn/headers.json +++ b/2jn/headers.json @@ -1,6 +1 @@ -[ - { - "tag": "toc1", - "content": "2 Иоанна" - } -] +[{"tag":"toc1","content":"2 Иоанна"},{"tag":"usfm","content":"3.0"}] diff --git a/2jn/manifest.json b/2jn/manifest.json new file mode 100644 index 0000000..8b21a4e --- /dev/null +++ b/2jn/manifest.json @@ -0,0 +1,7 @@ +{ + "language_id": "ru", + "language_name": "Русский", + "direction": "ltr", + "resource_id": "targetLanguage", + "description": "Целевой язык" +} diff --git a/manifest.json b/manifest.json index 22ff1a5..e3cf7bd 100644 --- a/manifest.json +++ b/manifest.json @@ -4,10 +4,12 @@ "name": "2 John" }, "resource": { - "id": "rob", - "name": "Unlocked Literal Bible" + "id": "ROB", + "name": "Russian Open Bible" + }, + "toolsSelectedGLs": { + "wordAlignment": "en" }, - "toolsSelectedGLs": {}, "generator": { "name": "ts-desktop", "build": "132" @@ -59,5 +61,12 @@ ], "tc_version": 7, "license": "CC BY-SA 4.0", - "projectFont": "default" + "projectFont": "default", + "tsv_relation": [ + "en/ult", + "hbo/uhb?v=2.1.17", + "el-x-koine/ugnt?v=0.18" + ], + "tc_edit_version": "3.0.1", + "tc_min_compatible_version": "3.0.0" } diff --git a/ru_rob_2jn_book.usfm b/ru_rob_2jn_book.usfm new file mode 100644 index 0000000..d1d4ff3 --- /dev/null +++ b/ru_rob_2jn_book.usfm @@ -0,0 +1,252 @@ +\toc1 2 Иоанна +\usfm 3.0 +\id 2JN RU_ROB ru_Русский_ltr Mon Mar 22 2021 05:38:09 GMT+0200 (Восточная Европа, стандартное время) tc +\h 2 John +\c 1 +\cl Глава 1 +\v 1 \w От|x-occurrence="1" x-occurrences="1"\w* +\w старейшины|x-occurrence="1" x-occurrences="1"\w* — +\w избранной|x-occurrence="1" x-occurrences="1"\w* +\w госпоже|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="1" x-occurrences="2"\w* +\w её|x-occurrence="1" x-occurrences="1"\w* +\w детям|x-occurrence="1" x-occurrences="1"\w*, +\w которых|x-occurrence="1" x-occurrences="1"\w* +\w я|x-occurrence="1" x-occurrences="2"\w* +\w люблю|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w истине|x-occurrence="1" x-occurrences="1"\w*. +\w И|x-occurrence="1" x-occurrences="1"\w* +\w не|x-occurrence="1" x-occurrences="1"\w* +\w только|x-occurrence="1" x-occurrences="1"\w* +\w я|x-occurrence="2" x-occurrences="2"\w*, +\w но|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="2" x-occurrences="2"\w* +\w все|x-occurrence="1" x-occurrences="1"\w* +\w те|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="1" x-occurrences="1"\w* +\w узнали|x-occurrence="1" x-occurrences="1"\w* +\w истину|x-occurrence="1" x-occurrences="1"\w*, +\v 2 \w ради|x-occurrence="1" x-occurrences="1"\w* +\w истины|x-occurrence="1" x-occurrences="1"\w*, +\w которая|x-occurrence="1" x-occurrences="1"\w* +\w находится|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w нас|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="1" x-occurrences="1"\w* +\w будет|x-occurrence="1" x-occurrences="1"\w* +\w с|x-occurrence="1" x-occurrences="1"\w* +\w нами|x-occurrence="1" x-occurrences="1"\w* +\w всегда|x-occurrence="1" x-occurrences="1"\w*. +\v 3 \w Пусть|x-occurrence="1" x-occurrences="1"\w* +\w благодать|x-occurrence="1" x-occurrences="1"\w*, +\w милость|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="1" x-occurrences="3"\w* +\w мир|x-occurrence="1" x-occurrences="1"\w* +\w от|x-occurrence="1" x-occurrences="1"\w* +\w Бога|x-occurrence="1" x-occurrences="1"\w* +\w Отца|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="2" x-occurrences="3"\w* +\w Его|x-occurrence="1" x-occurrences="1"\w* +\w Сына|x-occurrence="1" x-occurrences="1"\w* +\w Иисуса|x-occurrence="1" x-occurrences="1"\w* +\w Христа|x-occurrence="1" x-occurrences="1"\w* +\w будет|x-occurrence="1" x-occurrences="1"\w* +\w с|x-occurrence="1" x-occurrences="1"\w* +\w вами|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w истине|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="3" x-occurrences="3"\w* +\w любви|x-occurrence="1" x-occurrences="1"\w*. +\v 4 \w Я|x-occurrence="1" x-occurrences="1"\w* +\w очень|x-occurrence="1" x-occurrences="1"\w* +\w обрадовался|x-occurrence="1" x-occurrences="1"\w* +\w тому|x-occurrence="1" x-occurrences="1"\w*, +\w что|x-occurrence="1" x-occurrences="1"\w* +\w среди|x-occurrence="1" x-occurrences="1"\w* +\w твоих|x-occurrence="1" x-occurrences="1"\w* +\w детей|x-occurrence="1" x-occurrences="1"\w* +\w нашёл|x-occurrence="1" x-occurrences="1"\w* +\w тех|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="1" x-occurrences="1"\w* +\w ходит|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w истине|x-occurrence="1" x-occurrences="1"\w* +\w по|x-occurrence="1" x-occurrences="1"\w* +\w заповеди|x-occurrence="1" x-occurrences="1"\w*, +\w которую|x-occurrence="1" x-occurrences="1"\w* +\w мы|x-occurrence="1" x-occurrences="1"\w* +\w получили|x-occurrence="1" x-occurrences="1"\w* +\w от|x-occurrence="1" x-occurrences="1"\w* +\w Отца|x-occurrence="1" x-occurrences="1"\w*. +\v 5 \w И|x-occurrence="1" x-occurrences="1"\w* +\w теперь|x-occurrence="1" x-occurrences="1"\w*, +\w госпожа|x-occurrence="1" x-occurrences="1"\w*, +\w я|x-occurrence="1" x-occurrences="1"\w* +\w пишу|x-occurrence="1" x-occurrences="1"\w* +\w не|x-occurrence="1" x-occurrences="1"\w* +\w новую|x-occurrence="1" x-occurrences="1"\w* +\w заповедь|x-occurrence="1" x-occurrences="1"\w*, +\w а|x-occurrence="1" x-occurrences="1"\w* +\w ту|x-occurrence="1" x-occurrences="1"\w*, +\w что|x-occurrence="1" x-occurrences="1"\w* +\w была|x-occurrence="1" x-occurrences="1"\w* +\w у|x-occurrence="1" x-occurrences="1"\w* +\w нас|x-occurrence="1" x-occurrences="1"\w* +\w с|x-occurrence="1" x-occurrences="1"\w* +\w самого|x-occurrence="1" x-occurrences="1"\w* +\w начала|x-occurrence="1" x-occurrences="1"\w*. +\w Я|x-occurrence="1" x-occurrences="1"\w* +\w прошу|x-occurrence="1" x-occurrences="1"\w*, +\w чтобы|x-occurrence="1" x-occurrences="1"\w* +\w мы|x-occurrence="1" x-occurrences="1"\w* +\w любили|x-occurrence="1" x-occurrences="1"\w* +\w друг|x-occurrence="1" x-occurrences="1"\w* +\w друга|x-occurrence="1" x-occurrences="1"\w*. +\v 6 \w Любовь|x-occurrence="1" x-occurrences="1"\w* +\w заключается|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w том|x-occurrence="1" x-occurrences="1"\w*, +\w чтобы|x-occurrence="1" x-occurrences="2"\w* +\w мы|x-occurrence="1" x-occurrences="1"\w* +\w поступали|x-occurrence="1" x-occurrences="1"\w* +\w по|x-occurrence="1" x-occurrences="2"\w* +\w Его|x-occurrence="1" x-occurrences="1"\w* +\w заповедям|x-occurrence="1" x-occurrences="1"\w*. +\w Это|x-occurrence="1" x-occurrences="1"\w* +\w та|x-occurrence="1" x-occurrences="1"\w* +\w заповедь|x-occurrence="1" x-occurrences="1"\w*, +\w которую|x-occurrence="1" x-occurrences="1"\w* +\w вы|x-occurrence="1" x-occurrences="1"\w* +\w услышали|x-occurrence="1" x-occurrences="1"\w* +\w с|x-occurrence="1" x-occurrences="1"\w* +\w самого|x-occurrence="1" x-occurrences="1"\w* +\w начала|x-occurrence="1" x-occurrences="1"\w*, +\w чтобы|x-occurrence="2" x-occurrences="2"\w* +\w поступать|x-occurrence="1" x-occurrences="1"\w* +\w по|x-occurrence="2" x-occurrences="2"\w* +\w ней|x-occurrence="1" x-occurrences="1"\w*. +\v 7 \w Уже|x-occurrence="1" x-occurrences="1"\w* +\w многие|x-occurrence="1" x-occurrences="1"\w* +\w обманщики|x-occurrence="1" x-occurrences="1"\w* +\w пришли|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="2"\w* +\w мир|x-occurrence="1" x-occurrences="1"\w*. +\w Они|x-occurrence="1" x-occurrences="1"\w* +\w не|x-occurrence="1" x-occurrences="1"\w* +\w признают|x-occurrence="1" x-occurrences="1"\w* +\w Иисуса|x-occurrence="1" x-occurrences="1"\w* +\w Христа|x-occurrence="1" x-occurrences="1"\w*, +\w который|x-occurrence="1" x-occurrences="1"\w* +\w пришёл|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="2" x-occurrences="2"\w* +\w теле|x-occurrence="1" x-occurrences="1"\w*, +\w и|x-occurrence="1" x-occurrences="2"\w* +\w каждый|x-occurrence="1" x-occurrences="1"\w* +\w из|x-occurrence="1" x-occurrences="1"\w* +\w них|x-occurrence="1" x-occurrences="1"\w* — +\w обманщик|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="2" x-occurrences="2"\w* +\w антихрист|x-occurrence="1" x-occurrences="1"\w*. +\v 8 \w Смотрите|x-occurrence="1" x-occurrences="1"\w* +\w за|x-occurrence="1" x-occurrences="1"\w* +\w собой|x-occurrence="1" x-occurrences="1"\w*, +\w чтобы|x-occurrence="1" x-occurrences="1"\w* +\w нам|x-occurrence="1" x-occurrences="1"\w* +\w не|x-occurrence="1" x-occurrences="1"\w* +\w потерять|x-occurrence="1" x-occurrences="1"\w* +\w того|x-occurrence="1" x-occurrences="1"\w*, +\w над|x-occurrence="1" x-occurrences="1"\w* +\w чем|x-occurrence="1" x-occurrences="1"\w* +\w мы|x-occurrence="1" x-occurrences="1"\w* +\w трудились|x-occurrence="1" x-occurrences="1"\w*, +\w но|x-occurrence="1" x-occurrences="1"\w* +\w получить|x-occurrence="1" x-occurrences="1"\w* +\w полную|x-occurrence="1" x-occurrences="1"\w* +\w награду|x-occurrence="1" x-occurrences="1"\w*. +\v 9 \w Каждый|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="1" x-occurrences="2"\w* +\w нарушает|x-occurrence="1" x-occurrences="1"\w* +\w учение|x-occurrence="1" x-occurrences="1"\w* +\w Христа|x-occurrence="1" x-occurrences="2"\w* +\w и|x-occurrence="1" x-occurrences="3"\w* +\w не|x-occurrence="1" x-occurrences="2"\w* +\w находится|x-occurrence="1" x-occurrences="2"\w* +\w в|x-occurrence="1" x-occurrences="2"\w* +\w этом|x-occurrence="1" x-occurrences="1"\w* +\w учении|x-occurrence="1" x-occurrences="2"\w*, +\w не|x-occurrence="2" x-occurrences="2"\w* +\w имеет|x-occurrence="1" x-occurrences="1"\w* +\w Бога|x-occurrence="1" x-occurrences="1"\w*. +\w У|x-occurrence="1" x-occurrences="1"\w* +\w того|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="2" x-occurrences="2"\w* +\w находится|x-occurrence="2" x-occurrences="2"\w* +\w в|x-occurrence="2" x-occurrences="2"\w* +\w учении|x-occurrence="2" x-occurrences="2"\w* +\w Христа|x-occurrence="2" x-occurrences="2"\w*, +\w есть|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="2" x-occurrences="3"\w* +\w Отец|x-occurrence="1" x-occurrences="1"\w*, +\w и|x-occurrence="3" x-occurrences="3"\w* +\w Сын|x-occurrence="1" x-occurrences="1"\w*. +\v 10 \w Не|x-occurrence="1" x-occurrences="1"\w* +\w принимайте|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w дом|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="1" x-occurrences="2"\w* +\w не|x-occurrence="1" x-occurrences="2"\w* +\w приветствуйте|x-occurrence="1" x-occurrences="1"\w* +\w того|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="1" x-occurrences="1"\w* +\w приходит|x-occurrence="1" x-occurrences="1"\w* +\w к|x-occurrence="1" x-occurrences="1"\w* +\w вам|x-occurrence="1" x-occurrences="1"\w* +\w и|x-occurrence="2" x-occurrences="2"\w* +\w не|x-occurrence="2" x-occurrences="2"\w* +\w приносит|x-occurrence="1" x-occurrences="1"\w* +\w это|x-occurrence="1" x-occurrences="1"\w* +\w учение|x-occurrence="1" x-occurrences="1"\w*. +\v 11 \w Потому|x-occurrence="1" x-occurrences="1"\w* +\w что|x-occurrence="1" x-occurrences="1"\w*, +\w кто|x-occurrence="1" x-occurrences="1"\w* +\w приветствует|x-occurrence="1" x-occurrences="1"\w* +\w его|x-occurrence="1" x-occurrences="2"\w*, +\w тот|x-occurrence="1" x-occurrences="1"\w* +\w участвует|x-occurrence="1" x-occurrences="1"\w* +\w в|x-occurrence="1" x-occurrences="1"\w* +\w его|x-occurrence="2" x-occurrences="2"\w* +\w злых|x-occurrence="1" x-occurrences="1"\w* +\w делах|x-occurrence="1" x-occurrences="1"\w*. +\v 12 \w Многое|x-occurrence="1" x-occurrences="1"\w* +\w могу|x-occurrence="1" x-occurrences="1"\w* +\w написать|x-occurrence="1" x-occurrences="1"\w* +\w вам|x-occurrence="1" x-occurrences="2"\w*, +\w но|x-occurrence="1" x-occurrences="1"\w* +\w не|x-occurrence="1" x-occurrences="1"\w* +\w хочу|x-occurrence="1" x-occurrences="1"\w* +\w писать|x-occurrence="1" x-occurrences="1"\w* +\w чернилами|x-occurrence="1" x-occurrences="1"\w* +\w на|x-occurrence="1" x-occurrences="1"\w* +\w бумаге|x-occurrence="1" x-occurrences="1"\w*, +\w а|x-occurrence="1" x-occurrences="1"\w* +\w надеюсь|x-occurrence="1" x-occurrences="1"\w* +\w прийти|x-occurrence="1" x-occurrences="1"\w* +\w к|x-occurrence="1" x-occurrences="2"\w* +\w вам|x-occurrence="2" x-occurrences="2"\w* +\w и|x-occurrence="1" x-occurrences="1"\w* +\w поговорить|x-occurrence="1" x-occurrences="1"\w* +\w лицом|x-occurrence="1" x-occurrences="1"\w* +\w к|x-occurrence="2" x-occurrences="2"\w* +\w лицу|x-occurrence="1" x-occurrences="1"\w*, +\w чтобы|x-occurrence="1" x-occurrences="1"\w* +\w ваша|x-occurrence="1" x-occurrences="1"\w* +\w радость|x-occurrence="1" x-occurrences="1"\w* +\w была|x-occurrence="1" x-occurrences="1"\w* +\w полной|x-occurrence="1" x-occurrences="1"\w*. +\v 13 \w Тебя|x-occurrence="1" x-occurrences="1"\w* +\w приветствуют|x-occurrence="1" x-occurrences="1"\w* +\w дети|x-occurrence="1" x-occurrences="1"\w* +\w твоей|x-occurrence="1" x-occurrences="1"\w* +\w избранной|x-occurrence="1" x-occurrences="1"\w* +\w сестры|x-occurrence="1" x-occurrences="1"\w*. \ No newline at end of file diff --git a/settings.json b/settings.json index ace52dc..e1b9bce 100644 --- a/settings.json +++ b/settings.json @@ -1,3 +1,3 @@ { - "last_opened": null + "last_opened": "2021-03-21T21:00:47.755Z" }