From 32f2ee11aef372506404df009ccb262bc910dace Mon Sep 17 00:00:00 2001 From: Mark Young Date: Sun, 18 Oct 2020 17:23:35 +0300 Subject: [PATCH] Auto saving at wordAlignment chapter_1 2jn 1:1 --- .../translationCore/alignmentData/2jn/1.json | 1 + .../index/translationNotes/2jn/.categories | 22 +++ .../2jn/.categoryIndex/culture.json | 3 + .../2jn/.categoryIndex/discourse.json | 1 + .../2jn/.categoryIndex/figures.json | 6 + .../2jn/.categoryIndex/grammar.json | 3 + .../2jn/.categoryIndex/numbers.json | 1 + .../2jn/.categoryIndex/other.json | 3 + .../translationNotes/2jn/figs-explicit.json | 106 +++++++++++ .../translationNotes/2jn/figs-hendiadys.json | 40 ++++ .../translationNotes/2jn/figs-idiom.json | 40 ++++ .../translationNotes/2jn/figs-metaphor.json | 180 ++++++++++++++++++ .../translationNotes/2jn/figs-metonymy.json | 44 +++++ .../index/translationNotes/2jn/figs-you.json | 81 ++++++++ .../2jn/guidelines-sonofgodprinciples.json | 77 ++++++++ .../index/translationWords/2jn/.categories | 81 ++++++++ .../2jn/.categoryIndex/kt.json | 23 +++ .../2jn/.categoryIndex/names.json | 1 + .../2jn/.categoryIndex/other.json | 18 ++ .../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 | 46 +++++ .../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 | 71 +++++++ .../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/perish.json | 24 +++ .../index/translationWords/2jn/plead.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 +++++++ .../translationWords/2jn/transgression.json | 24 +++ .../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/currentContextId/contextId.json | 9 + 2jn/manifest.json | 7 + manifest.json | 14 +- settings.json | 2 +- 61 files changed, 2532 insertions(+), 3 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-explicit.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-hendiadys.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/figs-idiom.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-you.json create mode 100644 .apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.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/perish.json create mode 100644 .apps/translationCore/index/translationWords/2jn/plead.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/transgression.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 .apps/translationCore/index/wordAlignment/2jn/currentContextId/contextId.json create mode 100644 2jn/manifest.json diff --git a/.apps/translationCore/alignmentData/2jn/1.json b/.apps/translationCore/alignmentData/2jn/1.json new file mode 100644 index 0000000..4b3886d --- /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":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":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":3,"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":3,"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"}]},"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":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"},{"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":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":2,"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":2,"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":2,"occurrences":2,"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"}]},"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"}]},"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":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":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":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"},{"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"}]},"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":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":2,"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"}]},"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":3,"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":2,"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":1,"type":"bottomWord"},{"word":"ἔχει","occurrence":1,"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":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":2,"type":"bottomWord"},{"word":"πατέρα","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"καὶ","occurrence":3,"occurrences":3,"type":"bottomWord"},{"word":"τὸν","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"υἱὸν","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ἔχει","occurrence":2,"occurrences":2,"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":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":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"},{"word":"αὐτῷ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"μὴ","occurrence":2,"occurrences":2,"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":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":2,"occurrences":2,"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":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":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":2,"occurrences":2,"type":"bottomWord"},{"word":"στόμα","occurrence":1,"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":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":2,"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"}]}} \ 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..cec9018 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categories @@ -0,0 +1,22 @@ +{ + "current": [ + "figs-explicit", + "figs-hendiadys", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-you", + "guidelines-sonofgodprinciples" + ], + "loaded": [ + "figs-explicit", + "figs-hendiadys", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-you", + "guidelines-sonofgodprinciples" + ], + "timestamp": "2020-07-29T15:01:50.759Z", + "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..cf3906a --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/culture.json @@ -0,0 +1,3 @@ +[ + "figs-explicit" +] 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..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/discourse.json @@ -0,0 +1 @@ +[] 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..54a23dd --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/figures.json @@ -0,0 +1,6 @@ +[ + "figs-hendiadys", + "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..54b3c8d --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/grammar.json @@ -0,0 +1,3 @@ +[ + "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..02e23d8 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/.categoryIndex/other.json @@ -0,0 +1,3 @@ +[ + "guidelines-sonofgodprinciples" +] 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..88d9c25 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-explicit.json @@ -0,0 +1,106 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is how letters were started. The name of the author can be made explicit. Alternate translation: “I, John the elder, am writing this letter to the chosen lady and her children” (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 + }, + { + "word": ";", + "occurrence": 1 + }, + { + "word": "ἐκλεκτῇ", + "occurrence": 1 + }, + { + "word": "κυρίᾳ", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "τοῖς", + "occurrence": 1 + }, + { + "word": "τέκνοις", + "occurrence": 1 + }, + { + "word": "αὐτῆς", + "occurrence": 1 + } + ], + "quoteString": "ὁ πρεσβύτερος; ἐκλεκτῇ κυρίᾳ καὶ τοῖς τέκνοις αὐτῆς", + "glQuote": "From the elder to the chosen lady and her children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here, “beginning” refers to “when we first believed.” Alternate translation: “but I am writing to you what Christ commanded us to do when 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 + }, + { + "word": "ἀπ", + "occurrence": 1 + }, + { + "word": "’", + "occurrence": 1 + }, + { + "word": "ἀρχῆς", + "occurrence": 1 + } + ], + "quoteString": "ἀλλὰ ἣν εἴχαμεν ἀπ’ ἀρχῆς", + "glQuote": "but one that we have had from the beginning", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/2jn/figs-hendiadys.json b/.apps/translationCore/index/translationNotes/2jn/figs-hendiadys.json new file mode 100644 index 0000000..7c534e8 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-hendiadys.json @@ -0,0 +1,40 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The word “truth” describes “love.” Possibly it means “in true love.” (See: [Hendiadys](rc://en/ta/man/translate/figs-hendiadys))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-hendiadys", + "quote": [ + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 2 + }, + { + "word": "ἀγάπῃ", + "occurrence": 1 + } + ], + "quoteString": "ἐν ἀληθείᾳ καὶ ἀγάπῃ", + "glQuote": "in truth and love", + "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..5c4990c --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-idiom.json @@ -0,0 +1,40 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“Face to face” here 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": "speak face to face", + "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..b99473b --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-metaphor.json @@ -0,0 +1,180 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This probably refers to a congregation and the believers that belong to it. (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 + }, + { + "word": "τέκνοις", + "occurrence": 1 + }, + { + "word": "αὐτῆς", + "occurrence": 1 + } + ], + "quoteString": "ἐκλεκτῇ κυρίᾳ καὶ τοῖς τέκνοις αὐτῆς", + "glQuote": "to the chosen lady and her children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Conducting our lives according to God’s commands is spoken of as if we were walking in them. The word “it” refers to love. “And he has commanded you, since you first believed, to love one another” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "αὕτη", + "occurrence": 2 + }, + { + "word": "ἡ", + "occurrence": 2 + }, + { + "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": 2 + }, + { + "word": "ἵνα", + "occurrence": 2 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "αὐτῇ", + "occurrence": 1 + }, + { + "word": "περιπατῆτε", + "occurrence": 1 + } + ], + "quoteString": "αὕτη ἡ ἐντολή ἐστιν, καθὼς ἠκούσατε ἀπ’ ἀρχῆς, ἵνα ἐν αὐτῇ περιπατῆτε", + "glQuote": "This is the commandment, just as you heard from the beginning, that you should walk in it", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here John speaks of this other church as if it were a sister to the readers’ church and the believers that are a part of that church as if they were that church’s children. This emphasizes that all believers are a spiritual family. (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 + }, + { + "word": "τῆς", + "occurrence": 2 + }, + { + "word": "ἐκλεκτῆς", + "occurrence": 1 + } + ], + "quoteString": "τὰ τέκνα τῆς ἀδελφῆς σου τῆς ἐκλεκτῆς", + "glQuote": "The children of your chosen 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..e05dca7 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-metonymy.json @@ -0,0 +1,44 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Coming in the flesh is a metonym for being a real person. Alternate translation: “Jesus Christ came as a real human” (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 came in the flesh", + "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..db1f57c --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/figs-you.json @@ -0,0 +1,81 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The word “your” is singular. (See: [Forms of You](rc://en/ta/man/translate/figs-you))", + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-you", + "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": "These instances of “you” are singular. (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": "κυρία", + "occurrence": 1 + }, + { + "word": "…" + }, + { + "word": "γράφων", + "occurrence": 1 + }, + { + "word": "σοι", + "occurrence": 1 + } + ], + "quoteString": "σε, κυρία…γράφων σοι", + "glQuote": "you, lady…writing to 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..14786d2 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/2jn/guidelines-sonofgodprinciples.json @@ -0,0 +1,77 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "These are important titles that describe the relationship between God and Jesus. (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": "These are important titles that describe the relationship between God and Jesus. (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/translationWords/2jn/.categories b/.apps/translationCore/index/translationWords/2jn/.categories new file mode 100644 index 0000000..811275b --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categories @@ -0,0 +1,81 @@ +{ + "current": [ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "perish", + "sonofgod", + "transgression", + "true", + "works", + "world", + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "plead", + "receive", + "reward", + "sister", + "teach", + "walk", + "watch" + ], + "loaded": [ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "perish", + "sonofgod", + "transgression", + "true", + "works", + "world", + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "plead", + "receive", + "reward", + "sister", + "teach", + "walk", + "watch" + ], + "timestamp": "2020-07-29T15:01:50.759Z" +} 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..ca28a94 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/kt.json @@ -0,0 +1,23 @@ +[ + "antichrist", + "children", + "christ", + "command", + "confess", + "elect", + "evil", + "flesh", + "god", + "godthefather", + "grace", + "hope", + "jesus", + "love", + "mercy", + "perish", + "sonofgod", + "transgression", + "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..fa41438 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/.categoryIndex/other.json @@ -0,0 +1,18 @@ +[ + "age", + "deceive", + "elder", + "house", + "joy", + "know", + "labor", + "like", + "peace", + "plead", + "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..362974c --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/god.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": "god", + "quote": "Θεοῦ", + "strong": [ + "G23160" + ], + "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": "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..7e7fea6 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/jesus.json @@ -0,0 +1,71 @@ +[ + { + "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": [ + { + "word": "Ἰησοῦ", + "occurrence": 1 + }, + { + "word": "Χριστοῦ", + "occurrence": 1 + } + ], + "strong": [ + "G24240", + "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": "jesus", + "quote": [ + { + "word": "Ἰησοῦν", + "occurrence": 1 + }, + { + "word": "Χριστὸν", + "occurrence": 1 + }, + { + "word": "ἐρχόμενον", + "occurrence": 1 + } + ], + "strong": [ + "G24240", + "G55470", + "G20640" + ], + "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/perish.json b/.apps/translationCore/index/translationWords/2jn/perish.json new file mode 100644 index 0000000..2e97382 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/perish.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": "perish", + "quote": "ἀπολέσητε", + "strong": [ + "G06220" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/2jn/plead.json b/.apps/translationCore/index/translationWords/2jn/plead.json new file mode 100644 index 0000000..64b9859 --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/plead.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "plead", + "quote": "ἐρωτῶ", + "strong": [ + "G20650" + ], + "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/transgression.json b/.apps/translationCore/index/translationWords/2jn/transgression.json new file mode 100644 index 0000000..7a901ce --- /dev/null +++ b/.apps/translationCore/index/translationWords/2jn/transgression.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": "transgression", + "quote": "προάγων", + "strong": [ + "G42540" + ], + "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/.apps/translationCore/index/wordAlignment/2jn/currentContextId/contextId.json b/.apps/translationCore/index/wordAlignment/2jn/currentContextId/contextId.json new file mode 100644 index 0000000..6d9931b --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/2jn/currentContextId/contextId.json @@ -0,0 +1,9 @@ +{ + "reference": { + "bookId": "2jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" +} diff --git a/2jn/manifest.json b/2jn/manifest.json new file mode 100644 index 0000000..2ab9ccb --- /dev/null +++ b/2jn/manifest.json @@ -0,0 +1,7 @@ +{ + "language_id": "el-x-koine", + "language_name": "Koine Greek", + "direction": "ltr", + "resource_id": "targetLanguage", + "description": "Целевой язык" +} diff --git a/manifest.json b/manifest.json index d94c37a..ee8c0d5 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,9 @@ "id": "StTR", "name": "Stephanus Textus Receptus 1550" }, - "toolsSelectedGLs": {}, + "toolsSelectedGLs": { + "wordAlignment": "en" + }, "generator": { "name": "tc-desktop", "build": "" @@ -45,5 +47,13 @@ "tcInitialized": true, "tc_version": 7, "license": "CC BY-SA 4.0", - "projectFont": "default" + "projectFont": "default", + "tsv_relation": [ + "en/ult", + "el-x-koine/ugnt?v=0.13", + "hbo/uhb?v=2.1.14" + ], + "tc_edit_version": "3.0.0", + "tc_min_compatible_version": "3.0.0", + "tc_orig_lang_check_version_wordAlignment": "0.13" } diff --git a/settings.json b/settings.json index ace52dc..cc765e0 100644 --- a/settings.json +++ b/settings.json @@ -1,3 +1,3 @@ { - "last_opened": null + "last_opened": "2020-10-18T14:23:11.540Z" }