From b147f2a21948cdb2a2f7b98ed674714e2d31fb4b Mon Sep 17 00:00:00 2001 From: BCS_India Date: Tue, 3 Nov 2020 11:14:35 +0530 Subject: [PATCH] Auto saving at wordAlignment chapter_1 3jn 1:1 --- .../translationCore/alignmentData/3jn/1.json | 1 + .../index/translationNotes/3jn/.categories | 26 +++ .../3jn/.categoryIndex/culture.json | 4 + .../3jn/.categoryIndex/discourse.json | 1 + .../3jn/.categoryIndex/figures.json | 7 + .../3jn/.categoryIndex/grammar.json | 4 + .../3jn/.categoryIndex/numbers.json | 1 + .../3jn/.categoryIndex/other.json | 1 + .../3jn/figs-activepassive.json | 40 +++++ .../translationNotes/3jn/figs-ellipsis.json | 108 +++++++++++ .../translationNotes/3jn/figs-exclusive.json | 44 +++++ .../translationNotes/3jn/figs-explicit.json | 32 ++++ .../translationNotes/3jn/figs-idiom.json | 36 ++++ .../translationNotes/3jn/figs-metaphor.json | 112 ++++++++++++ .../translationNotes/3jn/figs-metonymy.json | 94 ++++++++++ .../3jn/figs-personification.json | 70 ++++++++ .../translationNotes/3jn/translate-names.json | 65 +++++++ .../index/translationWords/3jn/.categories | 69 ++++++++ .../3jn/.categoryIndex/kt.json | 20 +++ .../3jn/.categoryIndex/names.json | 1 + .../3jn/.categoryIndex/other.json | 15 ++ .../index/translationWords/3jn/beloved.json | 90 ++++++++++ .../index/translationWords/3jn/brother.json | 68 +++++++ .../index/translationWords/3jn/castout.json | 24 +++ .../index/translationWords/3jn/children.json | 24 +++ .../index/translationWords/3jn/church.json | 68 +++++++ .../index/translationWords/3jn/companion.json | 24 +++ .../index/translationWords/3jn/elder.json | 24 +++ .../index/translationWords/3jn/evil.json | 68 +++++++ .../index/translationWords/3jn/faithful.json | 24 +++ .../index/translationWords/3jn/gentile.json | 24 +++ .../index/translationWords/3jn/god.json | 68 +++++++ .../index/translationWords/3jn/good.json | 68 +++++++ .../index/translationWords/3jn/heal.json | 24 +++ .../index/translationWords/3jn/hope.json | 24 +++ .../index/translationWords/3jn/imitate.json | 24 +++ .../index/translationWords/3jn/joy.json | 46 +++++ .../index/translationWords/3jn/know.json | 24 +++ .../index/translationWords/3jn/like.json | 46 +++++ .../index/translationWords/3jn/love.json | 46 +++++ .../index/translationWords/3jn/name.json | 46 +++++ .../index/translationWords/3jn/peace.json | 24 +++ .../index/translationWords/3jn/pray.json | 24 +++ .../index/translationWords/3jn/prosper.json | 46 +++++ .../index/translationWords/3jn/receive.json | 90 ++++++++++ .../index/translationWords/3jn/send.json | 24 +++ .../index/translationWords/3jn/soul.json | 24 +++ .../index/translationWords/3jn/testimony.json | 112 ++++++++++++ .../index/translationWords/3jn/true.json | 156 ++++++++++++++++ .../index/translationWords/3jn/walk.json | 46 +++++ .../index/translationWords/3jn/works.json | 24 +++ .../index/translationWords/3jn/worthy.json | 24 +++ .../index/wordAlignment/3jn/chapter_1.json | 167 ++++++++++++++++++ .../3jn/currentContextId/contextId.json | 9 + 3jn/manifest.json | 7 + manifest.json | 14 +- settings.json | 2 +- 57 files changed, 2395 insertions(+), 3 deletions(-) create mode 100644 .apps/translationCore/alignmentData/3jn/1.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categories create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-activepassive.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-exclusive.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-explicit.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-idiom.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-metaphor.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-metonymy.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-personification.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/translate-names.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categories create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationWords/3jn/beloved.json create mode 100644 .apps/translationCore/index/translationWords/3jn/brother.json create mode 100644 .apps/translationCore/index/translationWords/3jn/castout.json create mode 100644 .apps/translationCore/index/translationWords/3jn/children.json create mode 100644 .apps/translationCore/index/translationWords/3jn/church.json create mode 100644 .apps/translationCore/index/translationWords/3jn/companion.json create mode 100644 .apps/translationCore/index/translationWords/3jn/elder.json create mode 100644 .apps/translationCore/index/translationWords/3jn/evil.json create mode 100644 .apps/translationCore/index/translationWords/3jn/faithful.json create mode 100644 .apps/translationCore/index/translationWords/3jn/gentile.json create mode 100644 .apps/translationCore/index/translationWords/3jn/god.json create mode 100644 .apps/translationCore/index/translationWords/3jn/good.json create mode 100644 .apps/translationCore/index/translationWords/3jn/heal.json create mode 100644 .apps/translationCore/index/translationWords/3jn/hope.json create mode 100644 .apps/translationCore/index/translationWords/3jn/imitate.json create mode 100644 .apps/translationCore/index/translationWords/3jn/joy.json create mode 100644 .apps/translationCore/index/translationWords/3jn/know.json create mode 100644 .apps/translationCore/index/translationWords/3jn/like.json create mode 100644 .apps/translationCore/index/translationWords/3jn/love.json create mode 100644 .apps/translationCore/index/translationWords/3jn/name.json create mode 100644 .apps/translationCore/index/translationWords/3jn/peace.json create mode 100644 .apps/translationCore/index/translationWords/3jn/pray.json create mode 100644 .apps/translationCore/index/translationWords/3jn/prosper.json create mode 100644 .apps/translationCore/index/translationWords/3jn/receive.json create mode 100644 .apps/translationCore/index/translationWords/3jn/send.json create mode 100644 .apps/translationCore/index/translationWords/3jn/soul.json create mode 100644 .apps/translationCore/index/translationWords/3jn/testimony.json create mode 100644 .apps/translationCore/index/translationWords/3jn/true.json create mode 100644 .apps/translationCore/index/translationWords/3jn/walk.json create mode 100644 .apps/translationCore/index/translationWords/3jn/works.json create mode 100644 .apps/translationCore/index/translationWords/3jn/worthy.json create mode 100644 .apps/translationCore/index/wordAlignment/3jn/chapter_1.json create mode 100644 .apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json create mode 100644 3jn/manifest.json diff --git a/.apps/translationCore/alignmentData/3jn/1.json b/.apps/translationCore/alignmentData/3jn/1.json new file mode 100644 index 0000000..d5310af --- /dev/null +++ b/.apps/translationCore/alignmentData/3jn/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":"G10500","lemma":"Γάϊος","morph":"Gr,N,,,,,DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῷ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀγαπητῷ","strong":"G00270","lemma":"ἀγαπητός","morph":"Gr,AR,,,,DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὃν","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐγὼ","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1N,S,","occurrence":1,"occurrences":1}],"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":[]}],"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"}]},"2":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"G00270","lemma":"ἀγαπητός","morph":"Gr,NS,,,,VMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"περὶ","strong":"G40120","lemma":"περί","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πάντων","strong":"G39560","lemma":"πᾶς","morph":"Gr,RI,,,,GNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὔχομαί","strong":"G21720","lemma":"εὔχομαι","morph":"Gr,V,IPM1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σε","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὐοδοῦσθαι","strong":"G21370","lemma":"εὐοδόω","morph":"Gr,V,NPP,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑγιαίνειν","strong":"G51980","lemma":"ὑγιαίνω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καθὼς","strong":"G25310","lemma":"καθώς","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὐοδοῦταί","strong":"G21370","lemma":"εὐοδόω","morph":"Gr,V,IPP3,,S,","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,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ψυχή","strong":"G55900","lemma":"ψυχή","morph":"Gr,N,,,,,NFS,","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"}]},"3":{"alignments":[{"topWords":[{"word":"ἐχάρην","strong":"G54630","lemma":"χαίρω","morph":"Gr,V,IAP1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γὰρ","strong":"G10630","lemma":"γάρ","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"λείαν","strong":"G30290","lemma":"λείαν","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐρχομένων","strong":"G20640","lemma":"ἔρχομαι","morph":"Gr,V,PPM,GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀδελφῶν","strong":"G00800","lemma":"ἀδελφός","morph":"Gr,N,,,,,GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μαρτυρούντων","strong":"G31400","lemma":"μαρτυρέω","morph":"Gr,V,PPA,GMP,","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,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"καθὼς","strong":"G25310","lemma":"καθώς","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σὺ","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2N,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":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"περιπατεῖς","strong":"G40430","lemma":"περιπατέω","morph":"Gr,V,IPA2,,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":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"}]},"4":{"alignments":[{"topWords":[{"word":"μειζοτέραν","strong":"G31870","lemma":"μειζότερος","morph":"Gr,NS,,,,AFSC","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τούτων","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,GNP,","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,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χαράν","strong":"G54790","lemma":"χαρά","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀκούω","strong":"G01910","lemma":"ἀκούω","morph":"Gr,V,SPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὰ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐμὰ","strong":"G16990","lemma":"ἐμός","morph":"Gr,EP,,,1ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τέκνα","strong":"G50430","lemma":"τέκνον","morph":"Gr,N,,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"περιπατοῦντα","strong":"G40430","lemma":"περιπατέω","morph":"Gr,V,PPA,ANP,","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"}]},"5":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"G00270","lemma":"ἀγαπητός","morph":"Gr,NS,,,,VMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πιστὸν","strong":"G41030","lemma":"πιστός","morph":"Gr,NS,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ποιεῖς","strong":"G41600","lemma":"ποιέω","morph":"Gr,V,IPA2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὃ","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐὰν","strong":"G14370","lemma":"ἐάν","morph":"Gr,T,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐργάσῃ","strong":"G20380","lemma":"ἐργάζομαι","morph":"Gr,V,SAM2,,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,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀδελφοὺς","strong":"G00800","lemma":"ἀδελφός","morph":"Gr,N,,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦτο","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ξένους","strong":"G35810","lemma":"ξένος","morph":"Gr,NS,,,,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"}]},"6":{"alignments":[{"topWords":[{"word":"οἳ","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐμαρτύρησάν","strong":"G31400","lemma":"μαρτυρέω","morph":"Gr,V,IAA3,,P,","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,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀγάπῃ","strong":"G00260","lemma":"ἀγάπη","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐνώπιον","strong":"G17990","lemma":"ἐνώπιον","morph":"Gr,PI,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκκλησίας","strong":"G15770","lemma":"ἐκκλησία","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὓς","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καλῶς","strong":"G25730","lemma":"καλῶς","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ποιήσεις","strong":"G41600","lemma":"ποιέω","morph":"Gr,V,IFA2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"προπέμψας","strong":"G43110","lemma":"προπέμπω","morph":"Gr,V,PAA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀξίως","strong":"G05160","lemma":"ἀξίως","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεοῦ","strong":"G23160","lemma":"θεός","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"ಅವರು","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ಸಭೆಯ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಮುಂದೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ನೀನು","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ತೋರಿಸಿದ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಪ್ರೀತಿಯ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಕುರಿತು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಸಾಕ್ಷಿ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಹೇಳಿದ್ದಾರೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಅವರು","occurrence":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":2,"occurrences":2,"type":"bottomWord"},{"word":"ನೆರವಾಗಬೇಕು","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"7":{"alignments":[{"topWords":[{"word":"ὑπὲρ","strong":"G52280","lemma":"ὑπέρ","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γὰρ","strong":"G10630","lemma":"γάρ","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὀνόματος","strong":"G36860","lemma":"ὄνομα","morph":"Gr,N,,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐξῆλθον","strong":"G18310","lemma":"ἐξέρχομαι","morph":"Gr,V,IAA3,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μηδὲν","strong":"G33670","lemma":"μηδείς","morph":"Gr,RI,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"λαμβάνοντες","strong":"G29830","lemma":"λαμβάνω","morph":"Gr,V,PPA,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀπὸ","strong":"G05750","lemma":"ἀπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῶν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐθνικῶν","strong":"G14820","lemma":"ἐθνικός","morph":"Gr,NS,,,,GMP,","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"}]},"8":{"alignments":[{"topWords":[{"word":"ἡμεῖς","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1N,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὖν","strong":"G37670","lemma":"οὖν","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὀφείλομεν","strong":"G37840","lemma":"ὀφείλω","morph":"Gr,V,IPA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑπολαμβάνειν","strong":"G52740","lemma":"ὑπολαμβάνω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοιούτους","strong":"G51080","lemma":"τοιοῦτος","morph":"Gr,RD,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἵνα","strong":"G24430","lemma":"ἵνα","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"συνεργοὶ","strong":"G49040","lemma":"συνεργός","morph":"Gr,NP,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γινώμεθα","strong":"G10960","lemma":"γίνομαι","morph":"Gr,V,SPM1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","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":1,"type":"bottomWord"}]},"9":{"alignments":[{"topWords":[{"word":"ἔγραψά","strong":"G11250","lemma":"γράφω","morph":"Gr,V,IAA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τι","strong":"G51000","lemma":"τις","morph":"Gr,RI,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκκλησίᾳ","strong":"G15770","lemma":"ἐκκλησία","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλ’","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φιλοπρωτεύων","strong":"G53830","lemma":"φιλοπρωτεύω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτῶν","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Διοτρέφης","strong":"G13610","lemma":"Διοτρέφης","morph":"Gr,N,,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐπιδέχεται","strong":"G19260","lemma":"ἐπιδέχομαι","morph":"Gr,V,IPM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμᾶς","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1A,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":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"},{"word":"ಮಾತನ್ನು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಅಂಗೀಕರಿಸುತ್ತಿಲ್ಲ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"10":{"alignments":[{"topWords":[{"word":"διὰ","strong":"G12230","lemma":"διά","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦτο","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐὰν","strong":"G14370","lemma":"ἐάν","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔλθω","strong":"G20640","lemma":"ἔρχομαι","morph":"Gr,V,SAA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑπομνήσω","strong":"G52790","lemma":"ὑπομιμνῄσκω","morph":"Gr,V,IFA1,,S,","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,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔργα","strong":"G20410","lemma":"ἔργον","morph":"Gr,N,,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἃ","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ποιεῖ","strong":"G41600","lemma":"ποιέω","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"λόγοις","strong":"G30560","lemma":"λόγος","morph":"Gr,N,,,,,DMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πονηροῖς","strong":"G41900","lemma":"πονηρός","morph":"Gr,AA,,,,DMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φλυαρῶν","strong":"G53960","lemma":"φλυαρέω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμᾶς","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1A,P,","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,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀρκούμενος","strong":"G07140","lemma":"ἀρκέω","morph":"Gr,V,PPP,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐπὶ","strong":"G19090","lemma":"ἐπί","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τούτοις","strong":"G37780","lemma":"οὗτος","morph":"Gr,RD,,,,DNP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὔτε","strong":"G37770","lemma":"οὔτε","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"αὐτὸς","strong":"G08460","lemma":"αὐτός","morph":"Gr,RE,,,3NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐπιδέχεται","strong":"G19260","lemma":"ἐπιδέχομαι","morph":"Gr,V,IPM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀδελφοὺς","strong":"G00800","lemma":"ἀδελφός","morph":"Gr,N,,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CO,,,,,,,,","occurrence":2,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,AMP,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"βουλομένους","strong":"G10140","lemma":"βούλομαι","morph":"Gr,V,PPM,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κωλύει","strong":"G29670","lemma":"κωλύω","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":3,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"ἐκ","strong":"G15370","lemma":"ἐκ","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκκλησίας","strong":"G15770","lemma":"ἐκκλησία","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκβάλλει","strong":"G15440","lemma":"ἐκβάλλω","morph":"Gr,V,IPA3,,S,","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":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":1,"occurrences":1,"type":"bottomWord"},{"word":"ವಿಷಯದಲ್ಲಿ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಅಪ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಪ್ರಚಾರ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಮಾಡುತ್ತಿದ್ದಾನೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಇದರ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಜೊತೆಗೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಯಾವ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಸಹೋದರರನ್ನು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಸೇರಿಸಿಕೊಳ್ಳುವುದಿಲ್ಲ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಹಾಗೂ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ನಾನು","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ಸೇರಿಸಿಕೊಳ್ಳಬೇಕೆಂದಿರುವವರಿಗೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಅಡ್ಡಿಮಾಡಿ","occurrence":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"}]},"11":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"G00270","lemma":"ἀγαπητός","morph":"Gr,NS,,,,VMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μὴ","strong":"G33610","lemma":"μή","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μιμοῦ","strong":"G34010","lemma":"μιμέομαι","morph":"Gr,V,MPM2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"κακὸν","strong":"G25560","lemma":"κακός","morph":"Gr,NS,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγαθόν","strong":"G00180","lemma":"ἀγαθός","morph":"Gr,NS,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγαθοποιῶν","strong":"G00150","lemma":"ἀγαθοποιέω","morph":"Gr,V,PPA,NMS,","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,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεοῦ","strong":"G23160","lemma":"θεός","morph":"Gr,N,,,,,GMS,","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,RD,,,,NMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"κακοποιῶν","strong":"G25540","lemma":"κακοποιέω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐχ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἑώρακεν","strong":"G37080","lemma":"ὁράω","morph":"Gr,V,IEA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεόν","strong":"G23160","lemma":"θεός","morph":"Gr,N,,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"ಪ್ರಿಯನೇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ನೀನು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಕೆಟ್ಟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ನಡತೆಯನ್ನು","occurrence":1,"occurrences":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"},{"word":"ಮಾಡುವವನು","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ದೇವರ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಮಗನಾಗಿರುತ್ತಾನೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಕೆಟ್ಟದ್ದನ್ನು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಮಾಡುವವನು","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ದೇವರನ್ನು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಕಂಡವನಲ್ಲ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"12":{"alignments":[{"topWords":[{"word":"Δημητρίῳ","strong":"G12160","lemma":"Δημήτριος","morph":"Gr,N,,,,,DMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μεμαρτύρηται","strong":"G31400","lemma":"μαρτυρέω","morph":"Gr,V,IEP3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὑπὸ","strong":"G52590","lemma":"ὑπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"πάντων","strong":"G39560","lemma":"πᾶς","morph":"Gr,RI,,,,GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"ὑπὸ","strong":"G52590","lemma":"ὑπό","morph":"Gr,P,,,,,G,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"αὐτῆς","strong":"G08460","lemma":"αὐτός","morph":"Gr,RE,,,3GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείας","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,D,,,,,,,,,","occurrence":2,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"ἡμεῖς","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1N,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"δὲ","strong":"G11610","lemma":"δέ","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μαρτυροῦμεν","strong":"G31400","lemma":"μαρτυρέω","morph":"Gr,V,IPA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":3,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"οἶδας","strong":"G14920","lemma":"οἶδα","morph":"Gr,V,IEA2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὅτι","strong":"G37540","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":"G31410","lemma":"μαρτυρία","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἡμῶν","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1G,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθής","strong":"G02270","lemma":"ἀληθής","morph":"Gr,NP,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐστιν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,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":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"},{"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":"G41830","lemma":"πολλός","morph":"Gr,RI,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἶχον","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IIA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"γράψαι","strong":"G11250","lemma":"γράφω","morph":"Gr,V,NAA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀλλ’","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"οὐ","strong":"G37560","lemma":"οὐ","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"θέλω","strong":"G23090","lemma":"θέλω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"διὰ","strong":"G12230","lemma":"διά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μέλανος","strong":"G31890","lemma":"μέλας","morph":"Gr,NS,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καλάμου","strong":"G25630","lemma":"κάλαμος","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"γράφειν","strong":"G11250","lemma":"γράφω","morph":"Gr,V,NPA,,,,,","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"}]},"14":{"alignments":[{"topWords":[{"word":"ἐλπίζω","strong":"G16790","lemma":"ἐλπίζω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"δὲ","strong":"G11610","lemma":"δέ","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὐθέως","strong":"G21120","lemma":"εὐθέως","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σε","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἰδεῖν","strong":"G37080","lemma":"ὁράω","morph":"Gr,V,NAA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"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":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"στόμα","strong":"G47500","lemma":"στόμα","morph":"Gr,N,,,,,ANS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"λαλήσομεν","strong":"G29800","lemma":"λαλέω","morph":"Gr,V,IFA1,,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"}]},"15":{"alignments":[{"topWords":[{"word":"εἰρήνη","strong":"G15150","lemma":"εἰρήνη","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀσπάζονταί","strong":"G07820","lemma":"ἀσπάζομαι","morph":"Gr,V,IPM3,,P,","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,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φίλοι","strong":"G53840","lemma":"φίλος","morph":"Gr,NS,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀσπάζου","strong":"G07820","lemma":"ἀσπάζομαι","morph":"Gr,V,MPM2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φίλους","strong":"G53840","lemma":"φίλος","morph":"Gr,NS,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"κατ’","strong":"G25960","lemma":"κατά","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὄνομα","strong":"G36860","lemma":"ὄνομα","morph":"Gr,N,,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"ನಿನಗೆ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ಶಾಂತಿ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಇರಲಿ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಸ್ನೇಹಿತರು","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ನಿನಗೆ","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ವಂದನೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಹೇಳುತ್ತಾರೆ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಅಲ್ಲಿರುವ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಪ್ರತಿಯೊಬ್ಬ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಸ್ನೇಹಿತರೆಲ್ಲರನ್ನೂ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ಹೆಸರಿಸಿ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ವಂದಿಸು","occurrence":1,"occurrences":1,"type":"bottomWord"}]}} \ No newline at end of file diff --git a/.apps/translationCore/index/translationNotes/3jn/.categories b/.apps/translationCore/index/translationNotes/3jn/.categories new file mode 100644 index 0000000..4068bca --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categories @@ -0,0 +1,26 @@ +{ + "current": [ + "figs-explicit", + "translate-names", + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification", + "figs-activepassive", + "figs-exclusive" + ], + "loaded": [ + "figs-explicit", + "translate-names", + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification", + "figs-activepassive", + "figs-exclusive" + ], + "timestamp": "2020-07-29T15:01:50.759Z", + "languageId": "en" +} diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json new file mode 100644 index 0000000..ac228c7 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json @@ -0,0 +1,4 @@ +[ + "figs-explicit", + "translate-names" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json new file mode 100644 index 0000000..1d4539d --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json @@ -0,0 +1,7 @@ +[ + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json new file mode 100644 index 0000000..18dbb39 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json @@ -0,0 +1,4 @@ +[ + "figs-activepassive", + "figs-exclusive" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json b/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json new file mode 100644 index 0000000..c267382 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json @@ -0,0 +1,40 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This can be stated in active form. Alternate translation: “All who know Demetrius bear witness of him” or “Every believer who knows Demetrius speaks well of him” (See: [Active or Passive](rc://en/ta/man/translate/figs-activepassive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-activepassive", + "quote": [ + { + "word": "Δημητρίῳ", + "occurrence": 1 + }, + { + "word": "μεμαρτύρηται", + "occurrence": 1 + }, + { + "word": "ὑπὸ", + "occurrence": 1 + }, + { + "word": "πάντων", + "occurrence": 1 + } + ], + "quoteString": "Δημητρίῳ μεμαρτύρηται ὑπὸ πάντων", + "glQuote": "Demetrius is borne witness to by all", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json b/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json new file mode 100644 index 0000000..309b650 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json @@ -0,0 +1,108 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "There are words left out but they are understood. Alternate translation: “stops those who want to welcome the believers” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "τοὺς", + "occurrence": 2 + }, + { + "word": "βουλομένους", + "occurrence": 1 + }, + { + "word": "κωλύει", + "occurrence": 1 + } + ], + "quoteString": "τοὺς βουλομένους κωλύει", + "glQuote": "stops those who are willing", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "There are words left out but they are understood. Alternate translation: “but imitate the good things that people do” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "ἀλλὰ", + "occurrence": 1 + }, + { + "word": "τὸ", + "occurrence": 2 + }, + { + "word": "ἀγαθόν", + "occurrence": 1 + } + ], + "quoteString": "ἀλλὰ τὸ ἀγαθόν", + "glQuote": "but what is good", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "What John is confirming is implied and can be made specific here. Alternate translation: “And we also speak well of Demetrius” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "καὶ", + "occurrence": 2 + }, + { + "word": "ἡμεῖς", + "occurrence": 1 + }, + { + "word": "δὲ", + "occurrence": 1 + }, + { + "word": "μαρτυροῦμεν", + "occurrence": 1 + } + ], + "quoteString": "καὶ ἡμεῖς δὲ μαρτυροῦμεν", + "glQuote": "And we also bear witness", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json b/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json new file mode 100644 index 0000000..d8ea5da --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json @@ -0,0 +1,44 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The word **us** refers to John and those with him and does not include Gaius. (See: [Exclusive and Inclusive 'We'](rc://en/ta/man/translate/figs-exclusive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "figs-exclusive", + "quote": "ἡμᾶς", + "quoteString": "ἡμᾶς", + "glQuote": "us", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **we** refers to John and those with him and does not include Gaius. (See: [Exclusive and Inclusive 'We'](rc://en/ta/man/translate/figs-exclusive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-exclusive", + "quote": "ἡμεῖς", + "quoteString": "ἡμεῖς", + "glQuote": "we", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json b/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json new file mode 100644 index 0000000..8c9f290 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json @@ -0,0 +1,32 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This refers to John, the apostle and disciple of Jesus. He refers to himself as **elder** either because of his old age or because he is a leader in the church. The name of the author can be made explicit: “I, John the elder, am writing” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "ὁ", + "occurrence": 1 + }, + { + "word": "πρεσβύτερος", + "occurrence": 1 + } + ], + "quoteString": "ὁ πρεσβύτερος", + "glQuote": "The elder", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json b/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json new file mode 100644 index 0000000..0ad4d1a --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json @@ -0,0 +1,36 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **mouth to mouth** is an idiom, meaning “in person”. Alternate translation: “in person” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "στόμα", + "occurrence": 1 + }, + { + "word": "πρὸς", + "occurrence": 1 + }, + { + "word": "στόμα", + "occurrence": 2 + } + ], + "quoteString": "στόμα πρὸς στόμα", + "glQuote": "mouth to mouth", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json b/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json new file mode 100644 index 0000000..37fbf1e --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json @@ -0,0 +1,112 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Walking on a path is a metaphor for how a person lives his life. Alternate translation: “you are living your life according to God’s truth” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "σὺ", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 2 + }, + { + "word": "περιπατεῖς", + "occurrence": 1 + } + ], + "quoteString": "σὺ ἐν ἀληθείᾳ περιπατεῖς", + "glQuote": "you are walking in truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John speaks of those he taught to believe in Jesus as though they were his children. This emphasizes his love and concern for them. It could also be that he himself led them to the Lord. Alternate translation: “my spiritual children” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "τὰ", + "occurrence": 1 + }, + { + "word": "ἐμὰ", + "occurrence": 1 + }, + { + "word": "τέκνα", + "occurrence": 1 + } + ], + "quoteString": "τὰ ἐμὰ τέκνα", + "glQuote": "my children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“Seeing” here is a metaphor that stands for knowing or understanding. Alternate translation: “has not known God” or “has not believed in God” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "οὐχ", + "occurrence": 1 + }, + { + "word": "ἑώρακεν", + "occurrence": 1 + }, + { + "word": "τὸν", + "occurrence": 1 + }, + { + "word": "Θεόν", + "occurrence": 1 + } + ], + "quoteString": "οὐχ ἑώρακεν τὸν Θεόν", + "glQuote": "has not seen God", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json b/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json new file mode 100644 index 0000000..9276f60 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json @@ -0,0 +1,94 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **the name** refers to Jesus. Alternate translation: “for they have gone out to tell people about Jesus” (See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "γὰρ", + "occurrence": 1 + }, + { + "word": "τοῦ", + "occurrence": 1 + }, + { + "word": "ὀνόματος", + "occurrence": 1 + }, + { + "word": "ἐξῆλθον", + "occurrence": 1 + } + ], + "quoteString": "γὰρ τοῦ ὀνόματος ἐξῆλθον", + "glQuote": "because they went out for the sake of the name", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is a metonymy, **ink and pen** standing for the process of writing. John is not saying that he would write them with something other than ink and pen. He is saying that he does not wish to write these other things at all. Alternate translation: “I do not want to write about them to you” (See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "οὐ", + "occurrence": 1 + }, + { + "word": "θέλω", + "occurrence": 1 + }, + { + "word": "διὰ", + "occurrence": 1 + }, + { + "word": "μέλανος", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "καλάμου", + "occurrence": 1 + }, + { + "word": "σοι", + "occurrence": 2 + }, + { + "word": "γράφειν", + "occurrence": 1 + } + ], + "quoteString": "οὐ θέλω διὰ μέλανος καὶ καλάμου σοι γράφειν", + "glQuote": "I do not wish to write them to you with ink and pen", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-personification.json b/.apps/translationCore/index/translationNotes/3jn/figs-personification.json new file mode 100644 index 0000000..c1ffe54 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-personification.json @@ -0,0 +1,70 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“The truth” is spoken of here as though it were a person that John, Gaius, and others worked for. It could mean (1) “the true message from God” as in the UST, or it could mean (2) “God, who is Truth.” (See: [Personification](rc://en/ta/man/translate/figs-personification))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationNotes", + "groupId": "figs-personification", + "quote": [ + { + "word": "τῇ", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + } + ], + "quoteString": "τῇ ἀληθείᾳ", + "glQuote": "for the truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“the truth itself speaks well of him”. Here **truth** is described as thoughj it were a person speaking. **Truth** here refers to “the true message from God”. Alternate translation: “everyone who knows the truth knows he is a good person.” Also see the UST. (See: [Personification](rc://en/ta/man/translate/figs-personification))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-personification", + "quote": [ + { + "word": "ὑπὸ", + "occurrence": 2 + }, + { + "word": "αὐτῆς", + "occurrence": 1 + }, + { + "word": "τῆς", + "occurrence": 1 + }, + { + "word": "ἀληθείας", + "occurrence": 1 + } + ], + "quoteString": "ὑπὸ αὐτῆς τῆς ἀληθείας", + "glQuote": "by the truth itself", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/translate-names.json b/.apps/translationCore/index/translationNotes/3jn/translate-names.json new file mode 100644 index 0000000..6784a04 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/translate-names.json @@ -0,0 +1,65 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is a fellow believer to whom John is writing this letter. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Γαΐῳ", + "quoteString": "Γαΐῳ", + "glQuote": "Gaius", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "He was a member of the congregation. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Διοτρέφης", + "quoteString": "Διοτρέφης", + "glQuote": "Diotrephes", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is probably a man whom John wants Gaius and the congregation to welcome when he comes to visit. He may be the person delivering this letter. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Δημητρίῳ", + "quoteString": "Δημητρίῳ", + "glQuote": "Demetrius", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationWords/3jn/.categories b/.apps/translationCore/index/translationWords/3jn/.categories new file mode 100644 index 0000000..77e166a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categories @@ -0,0 +1,69 @@ +{ + "current": [ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy", + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" + ], + "loaded": [ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy", + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" + ], + "timestamp": "2020-07-29T15:01:50.759Z" +} diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json new file mode 100644 index 0000000..5bd6dec --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json @@ -0,0 +1,20 @@ +[ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy" +] diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json new file mode 100644 index 0000000..5f7d92d --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json @@ -0,0 +1,15 @@ +[ + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" +] diff --git a/.apps/translationCore/index/translationWords/3jn/beloved.json b/.apps/translationCore/index/translationWords/3jn/beloved.json new file mode 100644 index 0000000..1664d67 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/beloved.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητῷ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/brother.json b/.apps/translationCore/index/translationWords/3jn/brother.json new file mode 100644 index 0000000..bc95766 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/brother.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφῶν", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφοὺς", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφοὺς", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/castout.json b/.apps/translationCore/index/translationWords/3jn/castout.json new file mode 100644 index 0000000..3cdb0ac --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/castout.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "castout", + "quote": "ἐκβάλλει", + "strong": [ + "G15440" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/children.json b/.apps/translationCore/index/translationWords/3jn/children.json new file mode 100644 index 0000000..785d3b4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/children.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "children", + "quote": "τέκνα", + "strong": [ + "G50430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/church.json b/.apps/translationCore/index/translationWords/3jn/church.json new file mode 100644 index 0000000..9456462 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/church.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίας", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίᾳ", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίας", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/companion.json b/.apps/translationCore/index/translationWords/3jn/companion.json new file mode 100644 index 0000000..2d1fafb --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/companion.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "companion", + "quote": "συνεργοὶ", + "strong": [ + "G49040" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/elder.json b/.apps/translationCore/index/translationWords/3jn/elder.json new file mode 100644 index 0000000..1ff8f27 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/elder.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "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/3jn/evil.json b/.apps/translationCore/index/translationWords/3jn/evil.json new file mode 100644 index 0000000..d49c1e4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/evil.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "πονηροῖς", + "strong": [ + "G41900" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "κακὸν", + "strong": [ + "G25560" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "κακοποιῶν", + "strong": [ + "G25540" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/faithful.json b/.apps/translationCore/index/translationWords/3jn/faithful.json new file mode 100644 index 0000000..3cff838 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/faithful.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "faithful", + "quote": "πιστὸν", + "strong": [ + "G41030" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/gentile.json b/.apps/translationCore/index/translationWords/3jn/gentile.json new file mode 100644 index 0000000..1820827 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/gentile.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "gentile", + "quote": "ἐθνικῶν", + "strong": [ + "G14820" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/god.json b/.apps/translationCore/index/translationWords/3jn/god.json new file mode 100644 index 0000000..9864ef0 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/god.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεοῦ", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεοῦ", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεόν", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/good.json b/.apps/translationCore/index/translationWords/3jn/good.json new file mode 100644 index 0000000..d0d4188 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/good.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "καλῶς", + "strong": [ + "G25730" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "ἀγαθόν", + "strong": [ + "G00180" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "ἀγαθοποιῶν", + "strong": [ + "G00150" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/heal.json b/.apps/translationCore/index/translationWords/3jn/heal.json new file mode 100644 index 0000000..d3470b9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/heal.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "heal", + "quote": "ὑγιαίνειν", + "strong": [ + "G51980" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/hope.json b/.apps/translationCore/index/translationWords/3jn/hope.json new file mode 100644 index 0000000..aa4cd6a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/hope.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "translationWords", + "groupId": "hope", + "quote": "ἐλπίζω", + "strong": [ + "G16790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/imitate.json b/.apps/translationCore/index/translationWords/3jn/imitate.json new file mode 100644 index 0000000..30a94e2 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/imitate.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "imitate", + "quote": "μιμοῦ", + "strong": [ + "G34010" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/joy.json b/.apps/translationCore/index/translationWords/3jn/joy.json new file mode 100644 index 0000000..0407759 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/joy.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "ἐχάρην", + "strong": [ + "G54630" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "χαράν", + "strong": [ + "G54790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/know.json b/.apps/translationCore/index/translationWords/3jn/know.json new file mode 100644 index 0000000..f8bd371 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/know.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "know", + "quote": "οἶδας", + "strong": [ + "G14920" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/like.json b/.apps/translationCore/index/translationWords/3jn/like.json new file mode 100644 index 0000000..cc2f81f --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/like.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/love.json b/.apps/translationCore/index/translationWords/3jn/love.json new file mode 100644 index 0000000..064f993 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/love.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "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": "3jn", + "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/3jn/name.json b/.apps/translationCore/index/translationWords/3jn/name.json new file mode 100644 index 0000000..6e756fb --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/name.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "name", + "quote": "ὀνόματος", + "strong": [ + "G36860" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "translationWords", + "groupId": "name", + "quote": "ὄνομα", + "strong": [ + "G36860" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/peace.json b/.apps/translationCore/index/translationWords/3jn/peace.json new file mode 100644 index 0000000..f9fdcce --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/peace.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "translationWords", + "groupId": "peace", + "quote": "εἰρήνη", + "strong": [ + "G15150" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/pray.json b/.apps/translationCore/index/translationWords/3jn/pray.json new file mode 100644 index 0000000..fddac31 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/pray.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "pray", + "quote": "εὔχομαί", + "strong": [ + "G21720" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/prosper.json b/.apps/translationCore/index/translationWords/3jn/prosper.json new file mode 100644 index 0000000..e4c79e4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/prosper.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "prosper", + "quote": "εὐοδοῦσθαι", + "strong": [ + "G21370" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "prosper", + "quote": "εὐοδοῦταί", + "strong": [ + "G21370" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/receive.json b/.apps/translationCore/index/translationWords/3jn/receive.json new file mode 100644 index 0000000..22c9c62 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/receive.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "λαμβάνοντες", + "strong": [ + "G29830" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ὑπολαμβάνειν", + "strong": [ + "G52740" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἐπιδέχεται", + "strong": [ + "G19260" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἐπιδέχεται", + "strong": [ + "G19260" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/send.json b/.apps/translationCore/index/translationWords/3jn/send.json new file mode 100644 index 0000000..e6afecf --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/send.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "send", + "quote": "προπέμψας", + "strong": [ + "G43110" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/soul.json b/.apps/translationCore/index/translationWords/3jn/soul.json new file mode 100644 index 0000000..210f426 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/soul.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "soul", + "quote": "ψυχή", + "strong": [ + "G55900" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/testimony.json b/.apps/translationCore/index/translationWords/3jn/testimony.json new file mode 100644 index 0000000..52f1189 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/testimony.json @@ -0,0 +1,112 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυρούντων", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "ἐμαρτύρησάν", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μεμαρτύρηται", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυροῦμεν", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυρία", + "strong": [ + "G31410" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/true.json b/.apps/translationCore/index/translationWords/3jn/true.json new file mode 100644 index 0000000..69cea5a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/true.json @@ -0,0 +1,156 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "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": "3jn", + "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": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 2 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείας", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθής", + "strong": [ + "G02270" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/walk.json b/.apps/translationCore/index/translationWords/3jn/walk.json new file mode 100644 index 0000000..2d330d2 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/walk.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατεῖς", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατοῦντα", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/works.json b/.apps/translationCore/index/translationWords/3jn/works.json new file mode 100644 index 0000000..b206931 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/works.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "works", + "quote": "ἔργα", + "strong": [ + "G20410" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/worthy.json b/.apps/translationCore/index/translationWords/3jn/worthy.json new file mode 100644 index 0000000..d28af07 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/worthy.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "worthy", + "quote": "ἀξίως", + "strong": [ + "G05160" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json b/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json new file mode 100644 index 0000000..75d0f38 --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json @@ -0,0 +1,167 @@ +[ + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 13 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + } +] diff --git a/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json b/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json new file mode 100644 index 0000000..956206a --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json @@ -0,0 +1,9 @@ +{ + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" +} diff --git a/3jn/manifest.json b/3jn/manifest.json new file mode 100644 index 0000000..d391c43 --- /dev/null +++ b/3jn/manifest.json @@ -0,0 +1,7 @@ +{ + "language_id": "kn", + "language_name": "Kannada", + "direction": "ltr", + "resource_id": "targetLanguage", + "description": "Target Language" +} diff --git a/manifest.json b/manifest.json index a14da95..3487c6f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,9 @@ "id": "irv", "name": "" }, - "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..6508126 100644 --- a/settings.json +++ b/settings.json @@ -1,3 +1,3 @@ { - "last_opened": null + "last_opened": "2020-11-03T05:43:30.965Z" }