cskit-strongs 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +8 -0
  3. data/History.txt +3 -0
  4. data/LICENSE +177 -0
  5. data/README.md +0 -0
  6. data/Rakefile +129 -0
  7. data/cskit-strongs.gemspec +26 -0
  8. data/lib/cskit/concordances/strongs.rb +15 -0
  9. data/lib/cskit-strongs/annotator.rb +102 -0
  10. data/lib/cskit-strongs/formatters/strongs_html_formatter.rb +20 -0
  11. data/lib/cskit-strongs/formatters/strongs_plain_text_formatter.rb +22 -0
  12. data/lib/cskit-strongs/formatters.rb +10 -0
  13. data/lib/cskit-strongs/lexicon_entry.rb +17 -0
  14. data/lib/cskit-strongs/splitters/concordance_splitter.rb +50 -0
  15. data/lib/cskit-strongs/splitters/greek_lexicon_splitter.rb +86 -0
  16. data/lib/cskit-strongs/splitters/hebrew_lexicon_splitter.rb +86 -0
  17. data/lib/cskit-strongs/splitters/utilities.rb +13 -0
  18. data/lib/cskit-strongs/strongs_number.rb +30 -0
  19. data/lib/cskit-strongs/version.rb +5 -0
  20. data/lib/cskit-strongs.rb +25 -0
  21. data/resources/concordance/acts/1.json +1 -0
  22. data/resources/concordance/acts/10.json +1 -0
  23. data/resources/concordance/acts/11.json +1 -0
  24. data/resources/concordance/acts/12.json +1 -0
  25. data/resources/concordance/acts/13.json +1 -0
  26. data/resources/concordance/acts/14.json +1 -0
  27. data/resources/concordance/acts/15.json +1 -0
  28. data/resources/concordance/acts/16.json +1 -0
  29. data/resources/concordance/acts/17.json +1 -0
  30. data/resources/concordance/acts/18.json +1 -0
  31. data/resources/concordance/acts/19.json +1 -0
  32. data/resources/concordance/acts/2.json +1 -0
  33. data/resources/concordance/acts/20.json +1 -0
  34. data/resources/concordance/acts/21.json +1 -0
  35. data/resources/concordance/acts/22.json +1 -0
  36. data/resources/concordance/acts/23.json +1 -0
  37. data/resources/concordance/acts/24.json +1 -0
  38. data/resources/concordance/acts/25.json +1 -0
  39. data/resources/concordance/acts/26.json +1 -0
  40. data/resources/concordance/acts/27.json +1 -0
  41. data/resources/concordance/acts/28.json +1 -0
  42. data/resources/concordance/acts/3.json +1 -0
  43. data/resources/concordance/acts/4.json +1 -0
  44. data/resources/concordance/acts/5.json +1 -0
  45. data/resources/concordance/acts/6.json +1 -0
  46. data/resources/concordance/acts/7.json +1 -0
  47. data/resources/concordance/acts/8.json +1 -0
  48. data/resources/concordance/acts/9.json +1 -0
  49. data/resources/concordance/amos/1.json +1 -0
  50. data/resources/concordance/amos/2.json +1 -0
  51. data/resources/concordance/amos/3.json +1 -0
  52. data/resources/concordance/amos/4.json +1 -0
  53. data/resources/concordance/amos/5.json +1 -0
  54. data/resources/concordance/amos/6.json +1 -0
  55. data/resources/concordance/amos/7.json +1 -0
  56. data/resources/concordance/amos/8.json +1 -0
  57. data/resources/concordance/amos/9.json +1 -0
  58. data/resources/concordance/colossians/1.json +1 -0
  59. data/resources/concordance/colossians/2.json +1 -0
  60. data/resources/concordance/colossians/3.json +1 -0
  61. data/resources/concordance/colossians/4.json +1 -0
  62. data/resources/concordance/daniel/1.json +1 -0
  63. data/resources/concordance/daniel/10.json +1 -0
  64. data/resources/concordance/daniel/11.json +1 -0
  65. data/resources/concordance/daniel/12.json +1 -0
  66. data/resources/concordance/daniel/2.json +1 -0
  67. data/resources/concordance/daniel/3.json +1 -0
  68. data/resources/concordance/daniel/4.json +1 -0
  69. data/resources/concordance/daniel/5.json +1 -0
  70. data/resources/concordance/daniel/6.json +1 -0
  71. data/resources/concordance/daniel/7.json +1 -0
  72. data/resources/concordance/daniel/8.json +1 -0
  73. data/resources/concordance/daniel/9.json +1 -0
  74. data/resources/concordance/deuteronomy/1.json +1 -0
  75. data/resources/concordance/deuteronomy/10.json +1 -0
  76. data/resources/concordance/deuteronomy/11.json +1 -0
  77. data/resources/concordance/deuteronomy/12.json +1 -0
  78. data/resources/concordance/deuteronomy/13.json +1 -0
  79. data/resources/concordance/deuteronomy/14.json +1 -0
  80. data/resources/concordance/deuteronomy/15.json +1 -0
  81. data/resources/concordance/deuteronomy/16.json +1 -0
  82. data/resources/concordance/deuteronomy/17.json +1 -0
  83. data/resources/concordance/deuteronomy/18.json +1 -0
  84. data/resources/concordance/deuteronomy/19.json +1 -0
  85. data/resources/concordance/deuteronomy/2.json +1 -0
  86. data/resources/concordance/deuteronomy/20.json +1 -0
  87. data/resources/concordance/deuteronomy/21.json +1 -0
  88. data/resources/concordance/deuteronomy/22.json +1 -0
  89. data/resources/concordance/deuteronomy/23.json +1 -0
  90. data/resources/concordance/deuteronomy/24.json +1 -0
  91. data/resources/concordance/deuteronomy/25.json +1 -0
  92. data/resources/concordance/deuteronomy/26.json +1 -0
  93. data/resources/concordance/deuteronomy/27.json +1 -0
  94. data/resources/concordance/deuteronomy/28.json +1 -0
  95. data/resources/concordance/deuteronomy/29.json +1 -0
  96. data/resources/concordance/deuteronomy/3.json +1 -0
  97. data/resources/concordance/deuteronomy/30.json +1 -0
  98. data/resources/concordance/deuteronomy/31.json +1 -0
  99. data/resources/concordance/deuteronomy/32.json +1 -0
  100. data/resources/concordance/deuteronomy/33.json +1 -0
  101. data/resources/concordance/deuteronomy/34.json +1 -0
  102. data/resources/concordance/deuteronomy/4.json +1 -0
  103. data/resources/concordance/deuteronomy/5.json +1 -0
  104. data/resources/concordance/deuteronomy/6.json +1 -0
  105. data/resources/concordance/deuteronomy/7.json +1 -0
  106. data/resources/concordance/deuteronomy/8.json +1 -0
  107. data/resources/concordance/deuteronomy/9.json +1 -0
  108. data/resources/concordance/ecclesiastes/1.json +1 -0
  109. data/resources/concordance/ecclesiastes/10.json +1 -0
  110. data/resources/concordance/ecclesiastes/11.json +1 -0
  111. data/resources/concordance/ecclesiastes/12.json +1 -0
  112. data/resources/concordance/ecclesiastes/2.json +1 -0
  113. data/resources/concordance/ecclesiastes/3.json +1 -0
  114. data/resources/concordance/ecclesiastes/4.json +1 -0
  115. data/resources/concordance/ecclesiastes/5.json +1 -0
  116. data/resources/concordance/ecclesiastes/6.json +1 -0
  117. data/resources/concordance/ecclesiastes/7.json +1 -0
  118. data/resources/concordance/ecclesiastes/8.json +1 -0
  119. data/resources/concordance/ecclesiastes/9.json +1 -0
  120. data/resources/concordance/ephesians/1.json +1 -0
  121. data/resources/concordance/ephesians/2.json +1 -0
  122. data/resources/concordance/ephesians/3.json +1 -0
  123. data/resources/concordance/ephesians/4.json +1 -0
  124. data/resources/concordance/ephesians/5.json +1 -0
  125. data/resources/concordance/ephesians/6.json +1 -0
  126. data/resources/concordance/esther/1.json +1 -0
  127. data/resources/concordance/esther/10.json +1 -0
  128. data/resources/concordance/esther/2.json +1 -0
  129. data/resources/concordance/esther/3.json +1 -0
  130. data/resources/concordance/esther/4.json +1 -0
  131. data/resources/concordance/esther/5.json +1 -0
  132. data/resources/concordance/esther/6.json +1 -0
  133. data/resources/concordance/esther/7.json +1 -0
  134. data/resources/concordance/esther/8.json +1 -0
  135. data/resources/concordance/esther/9.json +1 -0
  136. data/resources/concordance/exodus/1.json +1 -0
  137. data/resources/concordance/exodus/10.json +1 -0
  138. data/resources/concordance/exodus/11.json +1 -0
  139. data/resources/concordance/exodus/12.json +1 -0
  140. data/resources/concordance/exodus/13.json +1 -0
  141. data/resources/concordance/exodus/14.json +1 -0
  142. data/resources/concordance/exodus/15.json +1 -0
  143. data/resources/concordance/exodus/16.json +1 -0
  144. data/resources/concordance/exodus/17.json +1 -0
  145. data/resources/concordance/exodus/18.json +1 -0
  146. data/resources/concordance/exodus/19.json +1 -0
  147. data/resources/concordance/exodus/2.json +1 -0
  148. data/resources/concordance/exodus/20.json +1 -0
  149. data/resources/concordance/exodus/21.json +1 -0
  150. data/resources/concordance/exodus/22.json +1 -0
  151. data/resources/concordance/exodus/23.json +1 -0
  152. data/resources/concordance/exodus/24.json +1 -0
  153. data/resources/concordance/exodus/25.json +1 -0
  154. data/resources/concordance/exodus/26.json +1 -0
  155. data/resources/concordance/exodus/27.json +1 -0
  156. data/resources/concordance/exodus/28.json +1 -0
  157. data/resources/concordance/exodus/29.json +1 -0
  158. data/resources/concordance/exodus/3.json +1 -0
  159. data/resources/concordance/exodus/30.json +1 -0
  160. data/resources/concordance/exodus/31.json +1 -0
  161. data/resources/concordance/exodus/32.json +1 -0
  162. data/resources/concordance/exodus/33.json +1 -0
  163. data/resources/concordance/exodus/34.json +1 -0
  164. data/resources/concordance/exodus/35.json +1 -0
  165. data/resources/concordance/exodus/36.json +1 -0
  166. data/resources/concordance/exodus/37.json +1 -0
  167. data/resources/concordance/exodus/38.json +1 -0
  168. data/resources/concordance/exodus/39.json +1 -0
  169. data/resources/concordance/exodus/4.json +1 -0
  170. data/resources/concordance/exodus/40.json +1 -0
  171. data/resources/concordance/exodus/5.json +1 -0
  172. data/resources/concordance/exodus/6.json +1 -0
  173. data/resources/concordance/exodus/7.json +1 -0
  174. data/resources/concordance/exodus/8.json +1 -0
  175. data/resources/concordance/exodus/9.json +1 -0
  176. data/resources/concordance/ezekiel/1.json +1 -0
  177. data/resources/concordance/ezekiel/10.json +1 -0
  178. data/resources/concordance/ezekiel/11.json +1 -0
  179. data/resources/concordance/ezekiel/12.json +1 -0
  180. data/resources/concordance/ezekiel/13.json +1 -0
  181. data/resources/concordance/ezekiel/14.json +1 -0
  182. data/resources/concordance/ezekiel/15.json +1 -0
  183. data/resources/concordance/ezekiel/16.json +1 -0
  184. data/resources/concordance/ezekiel/17.json +1 -0
  185. data/resources/concordance/ezekiel/18.json +1 -0
  186. data/resources/concordance/ezekiel/19.json +1 -0
  187. data/resources/concordance/ezekiel/2.json +1 -0
  188. data/resources/concordance/ezekiel/20.json +1 -0
  189. data/resources/concordance/ezekiel/21.json +1 -0
  190. data/resources/concordance/ezekiel/22.json +1 -0
  191. data/resources/concordance/ezekiel/23.json +1 -0
  192. data/resources/concordance/ezekiel/24.json +1 -0
  193. data/resources/concordance/ezekiel/25.json +1 -0
  194. data/resources/concordance/ezekiel/26.json +1 -0
  195. data/resources/concordance/ezekiel/27.json +1 -0
  196. data/resources/concordance/ezekiel/28.json +1 -0
  197. data/resources/concordance/ezekiel/29.json +1 -0
  198. data/resources/concordance/ezekiel/3.json +1 -0
  199. data/resources/concordance/ezekiel/30.json +1 -0
  200. data/resources/concordance/ezekiel/31.json +1 -0
  201. data/resources/concordance/ezekiel/32.json +1 -0
  202. data/resources/concordance/ezekiel/33.json +1 -0
  203. data/resources/concordance/ezekiel/34.json +1 -0
  204. data/resources/concordance/ezekiel/35.json +1 -0
  205. data/resources/concordance/ezekiel/36.json +1 -0
  206. data/resources/concordance/ezekiel/37.json +1 -0
  207. data/resources/concordance/ezekiel/38.json +1 -0
  208. data/resources/concordance/ezekiel/39.json +1 -0
  209. data/resources/concordance/ezekiel/4.json +1 -0
  210. data/resources/concordance/ezekiel/40.json +1 -0
  211. data/resources/concordance/ezekiel/41.json +1 -0
  212. data/resources/concordance/ezekiel/42.json +1 -0
  213. data/resources/concordance/ezekiel/43.json +1 -0
  214. data/resources/concordance/ezekiel/44.json +1 -0
  215. data/resources/concordance/ezekiel/45.json +1 -0
  216. data/resources/concordance/ezekiel/46.json +1 -0
  217. data/resources/concordance/ezekiel/47.json +1 -0
  218. data/resources/concordance/ezekiel/48.json +1 -0
  219. data/resources/concordance/ezekiel/5.json +1 -0
  220. data/resources/concordance/ezekiel/6.json +1 -0
  221. data/resources/concordance/ezekiel/7.json +1 -0
  222. data/resources/concordance/ezekiel/8.json +1 -0
  223. data/resources/concordance/ezekiel/9.json +1 -0
  224. data/resources/concordance/ezra/1.json +1 -0
  225. data/resources/concordance/ezra/10.json +1 -0
  226. data/resources/concordance/ezra/2.json +1 -0
  227. data/resources/concordance/ezra/3.json +1 -0
  228. data/resources/concordance/ezra/4.json +1 -0
  229. data/resources/concordance/ezra/5.json +1 -0
  230. data/resources/concordance/ezra/6.json +1 -0
  231. data/resources/concordance/ezra/7.json +1 -0
  232. data/resources/concordance/ezra/8.json +1 -0
  233. data/resources/concordance/ezra/9.json +1 -0
  234. data/resources/concordance/galatians/1.json +1 -0
  235. data/resources/concordance/galatians/2.json +1 -0
  236. data/resources/concordance/galatians/3.json +1 -0
  237. data/resources/concordance/galatians/4.json +1 -0
  238. data/resources/concordance/galatians/5.json +1 -0
  239. data/resources/concordance/galatians/6.json +1 -0
  240. data/resources/concordance/genesis/1.json +1 -0
  241. data/resources/concordance/genesis/10.json +1 -0
  242. data/resources/concordance/genesis/11.json +1 -0
  243. data/resources/concordance/genesis/12.json +1 -0
  244. data/resources/concordance/genesis/13.json +1 -0
  245. data/resources/concordance/genesis/14.json +1 -0
  246. data/resources/concordance/genesis/15.json +1 -0
  247. data/resources/concordance/genesis/16.json +1 -0
  248. data/resources/concordance/genesis/17.json +1 -0
  249. data/resources/concordance/genesis/18.json +1 -0
  250. data/resources/concordance/genesis/19.json +1 -0
  251. data/resources/concordance/genesis/2.json +1 -0
  252. data/resources/concordance/genesis/20.json +1 -0
  253. data/resources/concordance/genesis/21.json +1 -0
  254. data/resources/concordance/genesis/22.json +1 -0
  255. data/resources/concordance/genesis/23.json +1 -0
  256. data/resources/concordance/genesis/24.json +1 -0
  257. data/resources/concordance/genesis/25.json +1 -0
  258. data/resources/concordance/genesis/26.json +1 -0
  259. data/resources/concordance/genesis/27.json +1 -0
  260. data/resources/concordance/genesis/28.json +1 -0
  261. data/resources/concordance/genesis/29.json +1 -0
  262. data/resources/concordance/genesis/3.json +1 -0
  263. data/resources/concordance/genesis/30.json +1 -0
  264. data/resources/concordance/genesis/31.json +1 -0
  265. data/resources/concordance/genesis/32.json +1 -0
  266. data/resources/concordance/genesis/33.json +1 -0
  267. data/resources/concordance/genesis/34.json +1 -0
  268. data/resources/concordance/genesis/35.json +1 -0
  269. data/resources/concordance/genesis/36.json +1 -0
  270. data/resources/concordance/genesis/37.json +1 -0
  271. data/resources/concordance/genesis/38.json +1 -0
  272. data/resources/concordance/genesis/39.json +1 -0
  273. data/resources/concordance/genesis/4.json +1 -0
  274. data/resources/concordance/genesis/40.json +1 -0
  275. data/resources/concordance/genesis/41.json +1 -0
  276. data/resources/concordance/genesis/42.json +1 -0
  277. data/resources/concordance/genesis/43.json +1 -0
  278. data/resources/concordance/genesis/44.json +1 -0
  279. data/resources/concordance/genesis/45.json +1 -0
  280. data/resources/concordance/genesis/46.json +1 -0
  281. data/resources/concordance/genesis/47.json +1 -0
  282. data/resources/concordance/genesis/48.json +1 -0
  283. data/resources/concordance/genesis/49.json +1 -0
  284. data/resources/concordance/genesis/5.json +1 -0
  285. data/resources/concordance/genesis/50.json +1 -0
  286. data/resources/concordance/genesis/6.json +1 -0
  287. data/resources/concordance/genesis/7.json +1 -0
  288. data/resources/concordance/genesis/8.json +1 -0
  289. data/resources/concordance/genesis/9.json +1 -0
  290. data/resources/concordance/habakkuk/1.json +1 -0
  291. data/resources/concordance/habakkuk/2.json +1 -0
  292. data/resources/concordance/habakkuk/3.json +1 -0
  293. data/resources/concordance/haggai/1.json +1 -0
  294. data/resources/concordance/haggai/2.json +1 -0
  295. data/resources/concordance/hebrews/1.json +1 -0
  296. data/resources/concordance/hebrews/10.json +1 -0
  297. data/resources/concordance/hebrews/11.json +1 -0
  298. data/resources/concordance/hebrews/12.json +1 -0
  299. data/resources/concordance/hebrews/13.json +1 -0
  300. data/resources/concordance/hebrews/2.json +1 -0
  301. data/resources/concordance/hebrews/3.json +1 -0
  302. data/resources/concordance/hebrews/4.json +1 -0
  303. data/resources/concordance/hebrews/5.json +1 -0
  304. data/resources/concordance/hebrews/6.json +1 -0
  305. data/resources/concordance/hebrews/7.json +1 -0
  306. data/resources/concordance/hebrews/8.json +1 -0
  307. data/resources/concordance/hebrews/9.json +1 -0
  308. data/resources/concordance/hosea/1.json +1 -0
  309. data/resources/concordance/hosea/10.json +1 -0
  310. data/resources/concordance/hosea/11.json +1 -0
  311. data/resources/concordance/hosea/12.json +1 -0
  312. data/resources/concordance/hosea/13.json +1 -0
  313. data/resources/concordance/hosea/14.json +1 -0
  314. data/resources/concordance/hosea/2.json +1 -0
  315. data/resources/concordance/hosea/3.json +1 -0
  316. data/resources/concordance/hosea/4.json +1 -0
  317. data/resources/concordance/hosea/5.json +1 -0
  318. data/resources/concordance/hosea/6.json +1 -0
  319. data/resources/concordance/hosea/7.json +1 -0
  320. data/resources/concordance/hosea/8.json +1 -0
  321. data/resources/concordance/hosea/9.json +1 -0
  322. data/resources/concordance/i_chronicles/1.json +1 -0
  323. data/resources/concordance/i_chronicles/10.json +1 -0
  324. data/resources/concordance/i_chronicles/11.json +1 -0
  325. data/resources/concordance/i_chronicles/12.json +1 -0
  326. data/resources/concordance/i_chronicles/13.json +1 -0
  327. data/resources/concordance/i_chronicles/14.json +1 -0
  328. data/resources/concordance/i_chronicles/15.json +1 -0
  329. data/resources/concordance/i_chronicles/16.json +1 -0
  330. data/resources/concordance/i_chronicles/17.json +1 -0
  331. data/resources/concordance/i_chronicles/18.json +1 -0
  332. data/resources/concordance/i_chronicles/19.json +1 -0
  333. data/resources/concordance/i_chronicles/2.json +1 -0
  334. data/resources/concordance/i_chronicles/20.json +1 -0
  335. data/resources/concordance/i_chronicles/21.json +1 -0
  336. data/resources/concordance/i_chronicles/22.json +1 -0
  337. data/resources/concordance/i_chronicles/23.json +1 -0
  338. data/resources/concordance/i_chronicles/24.json +1 -0
  339. data/resources/concordance/i_chronicles/25.json +1 -0
  340. data/resources/concordance/i_chronicles/26.json +1 -0
  341. data/resources/concordance/i_chronicles/27.json +1 -0
  342. data/resources/concordance/i_chronicles/28.json +1 -0
  343. data/resources/concordance/i_chronicles/29.json +1 -0
  344. data/resources/concordance/i_chronicles/3.json +1 -0
  345. data/resources/concordance/i_chronicles/4.json +1 -0
  346. data/resources/concordance/i_chronicles/5.json +1 -0
  347. data/resources/concordance/i_chronicles/6.json +1 -0
  348. data/resources/concordance/i_chronicles/7.json +1 -0
  349. data/resources/concordance/i_chronicles/8.json +1 -0
  350. data/resources/concordance/i_chronicles/9.json +1 -0
  351. data/resources/concordance/i_corinthians/1.json +1 -0
  352. data/resources/concordance/i_corinthians/10.json +1 -0
  353. data/resources/concordance/i_corinthians/11.json +1 -0
  354. data/resources/concordance/i_corinthians/12.json +1 -0
  355. data/resources/concordance/i_corinthians/13.json +1 -0
  356. data/resources/concordance/i_corinthians/14.json +1 -0
  357. data/resources/concordance/i_corinthians/15.json +1 -0
  358. data/resources/concordance/i_corinthians/16.json +1 -0
  359. data/resources/concordance/i_corinthians/2.json +1 -0
  360. data/resources/concordance/i_corinthians/3.json +1 -0
  361. data/resources/concordance/i_corinthians/4.json +1 -0
  362. data/resources/concordance/i_corinthians/5.json +1 -0
  363. data/resources/concordance/i_corinthians/6.json +1 -0
  364. data/resources/concordance/i_corinthians/7.json +1 -0
  365. data/resources/concordance/i_corinthians/8.json +1 -0
  366. data/resources/concordance/i_corinthians/9.json +1 -0
  367. data/resources/concordance/i_john/1.json +1 -0
  368. data/resources/concordance/i_john/2.json +1 -0
  369. data/resources/concordance/i_john/3.json +1 -0
  370. data/resources/concordance/i_john/4.json +1 -0
  371. data/resources/concordance/i_john/5.json +1 -0
  372. data/resources/concordance/i_kings/1.json +1 -0
  373. data/resources/concordance/i_kings/10.json +1 -0
  374. data/resources/concordance/i_kings/11.json +1 -0
  375. data/resources/concordance/i_kings/12.json +1 -0
  376. data/resources/concordance/i_kings/13.json +1 -0
  377. data/resources/concordance/i_kings/14.json +1 -0
  378. data/resources/concordance/i_kings/15.json +1 -0
  379. data/resources/concordance/i_kings/16.json +1 -0
  380. data/resources/concordance/i_kings/17.json +1 -0
  381. data/resources/concordance/i_kings/18.json +1 -0
  382. data/resources/concordance/i_kings/19.json +1 -0
  383. data/resources/concordance/i_kings/2.json +1 -0
  384. data/resources/concordance/i_kings/20.json +1 -0
  385. data/resources/concordance/i_kings/21.json +1 -0
  386. data/resources/concordance/i_kings/3.json +1 -0
  387. data/resources/concordance/i_kings/4.json +1 -0
  388. data/resources/concordance/i_kings/5.json +1 -0
  389. data/resources/concordance/i_kings/6.json +1 -0
  390. data/resources/concordance/i_kings/7.json +1 -0
  391. data/resources/concordance/i_kings/8.json +1 -0
  392. data/resources/concordance/i_kings/9.json +1 -0
  393. data/resources/concordance/i_peter/1.json +1 -0
  394. data/resources/concordance/i_peter/2.json +1 -0
  395. data/resources/concordance/i_peter/3.json +1 -0
  396. data/resources/concordance/i_peter/4.json +1 -0
  397. data/resources/concordance/i_peter/5.json +1 -0
  398. data/resources/concordance/i_samuel/1.json +1 -0
  399. data/resources/concordance/i_samuel/10.json +1 -0
  400. data/resources/concordance/i_samuel/11.json +1 -0
  401. data/resources/concordance/i_samuel/12.json +1 -0
  402. data/resources/concordance/i_samuel/13.json +1 -0
  403. data/resources/concordance/i_samuel/14.json +1 -0
  404. data/resources/concordance/i_samuel/15.json +1 -0
  405. data/resources/concordance/i_samuel/16.json +1 -0
  406. data/resources/concordance/i_samuel/17.json +1 -0
  407. data/resources/concordance/i_samuel/18.json +1 -0
  408. data/resources/concordance/i_samuel/19.json +1 -0
  409. data/resources/concordance/i_samuel/2.json +1 -0
  410. data/resources/concordance/i_samuel/20.json +1 -0
  411. data/resources/concordance/i_samuel/21.json +1 -0
  412. data/resources/concordance/i_samuel/22.json +1 -0
  413. data/resources/concordance/i_samuel/23.json +1 -0
  414. data/resources/concordance/i_samuel/24.json +1 -0
  415. data/resources/concordance/i_samuel/25.json +1 -0
  416. data/resources/concordance/i_samuel/26.json +1 -0
  417. data/resources/concordance/i_samuel/27.json +1 -0
  418. data/resources/concordance/i_samuel/28.json +1 -0
  419. data/resources/concordance/i_samuel/29.json +1 -0
  420. data/resources/concordance/i_samuel/3.json +1 -0
  421. data/resources/concordance/i_samuel/30.json +1 -0
  422. data/resources/concordance/i_samuel/31.json +1 -0
  423. data/resources/concordance/i_samuel/4.json +1 -0
  424. data/resources/concordance/i_samuel/5.json +1 -0
  425. data/resources/concordance/i_samuel/6.json +1 -0
  426. data/resources/concordance/i_samuel/7.json +1 -0
  427. data/resources/concordance/i_samuel/8.json +1 -0
  428. data/resources/concordance/i_samuel/9.json +1 -0
  429. data/resources/concordance/i_thessalonians/1.json +1 -0
  430. data/resources/concordance/i_thessalonians/2.json +1 -0
  431. data/resources/concordance/i_thessalonians/3.json +1 -0
  432. data/resources/concordance/i_thessalonians/4.json +1 -0
  433. data/resources/concordance/i_thessalonians/5.json +1 -0
  434. data/resources/concordance/i_timothy/1.json +1 -0
  435. data/resources/concordance/i_timothy/2.json +1 -0
  436. data/resources/concordance/i_timothy/3.json +1 -0
  437. data/resources/concordance/i_timothy/4.json +1 -0
  438. data/resources/concordance/i_timothy/5.json +1 -0
  439. data/resources/concordance/i_timothy/6.json +1 -0
  440. data/resources/concordance/ii_chronicles/1.json +1 -0
  441. data/resources/concordance/ii_chronicles/10.json +1 -0
  442. data/resources/concordance/ii_chronicles/11.json +1 -0
  443. data/resources/concordance/ii_chronicles/12.json +1 -0
  444. data/resources/concordance/ii_chronicles/13.json +1 -0
  445. data/resources/concordance/ii_chronicles/14.json +1 -0
  446. data/resources/concordance/ii_chronicles/15.json +1 -0
  447. data/resources/concordance/ii_chronicles/16.json +1 -0
  448. data/resources/concordance/ii_chronicles/17.json +1 -0
  449. data/resources/concordance/ii_chronicles/18.json +1 -0
  450. data/resources/concordance/ii_chronicles/19.json +1 -0
  451. data/resources/concordance/ii_chronicles/2.json +1 -0
  452. data/resources/concordance/ii_chronicles/20.json +1 -0
  453. data/resources/concordance/ii_chronicles/21.json +1 -0
  454. data/resources/concordance/ii_chronicles/22.json +1 -0
  455. data/resources/concordance/ii_chronicles/23.json +1 -0
  456. data/resources/concordance/ii_chronicles/24.json +1 -0
  457. data/resources/concordance/ii_chronicles/25.json +1 -0
  458. data/resources/concordance/ii_chronicles/26.json +1 -0
  459. data/resources/concordance/ii_chronicles/27.json +1 -0
  460. data/resources/concordance/ii_chronicles/28.json +1 -0
  461. data/resources/concordance/ii_chronicles/29.json +1 -0
  462. data/resources/concordance/ii_chronicles/3.json +1 -0
  463. data/resources/concordance/ii_chronicles/30.json +1 -0
  464. data/resources/concordance/ii_chronicles/31.json +1 -0
  465. data/resources/concordance/ii_chronicles/32.json +1 -0
  466. data/resources/concordance/ii_chronicles/33.json +1 -0
  467. data/resources/concordance/ii_chronicles/34.json +1 -0
  468. data/resources/concordance/ii_chronicles/35.json +1 -0
  469. data/resources/concordance/ii_chronicles/36.json +1 -0
  470. data/resources/concordance/ii_chronicles/4.json +1 -0
  471. data/resources/concordance/ii_chronicles/5.json +1 -0
  472. data/resources/concordance/ii_chronicles/6.json +1 -0
  473. data/resources/concordance/ii_chronicles/7.json +1 -0
  474. data/resources/concordance/ii_chronicles/8.json +1 -0
  475. data/resources/concordance/ii_chronicles/9.json +1 -0
  476. data/resources/concordance/ii_corinthians/1.json +1 -0
  477. data/resources/concordance/ii_corinthians/10.json +1 -0
  478. data/resources/concordance/ii_corinthians/11.json +1 -0
  479. data/resources/concordance/ii_corinthians/12.json +1 -0
  480. data/resources/concordance/ii_corinthians/13.json +1 -0
  481. data/resources/concordance/ii_corinthians/2.json +1 -0
  482. data/resources/concordance/ii_corinthians/3.json +1 -0
  483. data/resources/concordance/ii_corinthians/4.json +1 -0
  484. data/resources/concordance/ii_corinthians/5.json +1 -0
  485. data/resources/concordance/ii_corinthians/6.json +1 -0
  486. data/resources/concordance/ii_corinthians/7.json +1 -0
  487. data/resources/concordance/ii_corinthians/8.json +1 -0
  488. data/resources/concordance/ii_corinthians/9.json +1 -0
  489. data/resources/concordance/ii_john/1.json +1 -0
  490. data/resources/concordance/ii_kings/1.json +1 -0
  491. data/resources/concordance/ii_kings/10.json +1 -0
  492. data/resources/concordance/ii_kings/11.json +1 -0
  493. data/resources/concordance/ii_kings/12.json +1 -0
  494. data/resources/concordance/ii_kings/13.json +1 -0
  495. data/resources/concordance/ii_kings/14.json +1 -0
  496. data/resources/concordance/ii_kings/15.json +1 -0
  497. data/resources/concordance/ii_kings/16.json +1 -0
  498. data/resources/concordance/ii_kings/17.json +1 -0
  499. data/resources/concordance/ii_kings/18.json +1 -0
  500. data/resources/concordance/ii_kings/19.json +1 -0
  501. data/resources/concordance/ii_kings/2.json +1 -0
  502. data/resources/concordance/ii_kings/20.json +1 -0
  503. data/resources/concordance/ii_kings/21.json +1 -0
  504. data/resources/concordance/ii_kings/22.json +1 -0
  505. data/resources/concordance/ii_kings/23.json +1 -0
  506. data/resources/concordance/ii_kings/24.json +1 -0
  507. data/resources/concordance/ii_kings/25.json +1 -0
  508. data/resources/concordance/ii_kings/3.json +1 -0
  509. data/resources/concordance/ii_kings/4.json +1 -0
  510. data/resources/concordance/ii_kings/5.json +1 -0
  511. data/resources/concordance/ii_kings/6.json +1 -0
  512. data/resources/concordance/ii_kings/7.json +1 -0
  513. data/resources/concordance/ii_kings/8.json +1 -0
  514. data/resources/concordance/ii_kings/9.json +1 -0
  515. data/resources/concordance/ii_peter/1.json +1 -0
  516. data/resources/concordance/ii_peter/2.json +1 -0
  517. data/resources/concordance/ii_peter/3.json +1 -0
  518. data/resources/concordance/ii_samuel/1.json +1 -0
  519. data/resources/concordance/ii_samuel/10.json +1 -0
  520. data/resources/concordance/ii_samuel/11.json +1 -0
  521. data/resources/concordance/ii_samuel/12.json +1 -0
  522. data/resources/concordance/ii_samuel/13.json +1 -0
  523. data/resources/concordance/ii_samuel/14.json +1 -0
  524. data/resources/concordance/ii_samuel/15.json +1 -0
  525. data/resources/concordance/ii_samuel/16.json +1 -0
  526. data/resources/concordance/ii_samuel/17.json +1 -0
  527. data/resources/concordance/ii_samuel/18.json +1 -0
  528. data/resources/concordance/ii_samuel/19.json +1 -0
  529. data/resources/concordance/ii_samuel/2.json +1 -0
  530. data/resources/concordance/ii_samuel/20.json +1 -0
  531. data/resources/concordance/ii_samuel/21.json +1 -0
  532. data/resources/concordance/ii_samuel/22.json +1 -0
  533. data/resources/concordance/ii_samuel/23.json +1 -0
  534. data/resources/concordance/ii_samuel/24.json +1 -0
  535. data/resources/concordance/ii_samuel/3.json +1 -0
  536. data/resources/concordance/ii_samuel/4.json +1 -0
  537. data/resources/concordance/ii_samuel/5.json +1 -0
  538. data/resources/concordance/ii_samuel/6.json +1 -0
  539. data/resources/concordance/ii_samuel/7.json +1 -0
  540. data/resources/concordance/ii_samuel/8.json +1 -0
  541. data/resources/concordance/ii_samuel/9.json +1 -0
  542. data/resources/concordance/ii_thessalonians/1.json +1 -0
  543. data/resources/concordance/ii_thessalonians/2.json +1 -0
  544. data/resources/concordance/ii_thessalonians/3.json +1 -0
  545. data/resources/concordance/ii_timothy/1.json +1 -0
  546. data/resources/concordance/ii_timothy/2.json +1 -0
  547. data/resources/concordance/ii_timothy/3.json +1 -0
  548. data/resources/concordance/ii_timothy/4.json +1 -0
  549. data/resources/concordance/iii_john/1.json +1 -0
  550. data/resources/concordance/isaiah/1.json +1 -0
  551. data/resources/concordance/isaiah/10.json +1 -0
  552. data/resources/concordance/isaiah/11.json +1 -0
  553. data/resources/concordance/isaiah/12.json +1 -0
  554. data/resources/concordance/isaiah/13.json +1 -0
  555. data/resources/concordance/isaiah/14.json +1 -0
  556. data/resources/concordance/isaiah/15.json +1 -0
  557. data/resources/concordance/isaiah/16.json +1 -0
  558. data/resources/concordance/isaiah/17.json +1 -0
  559. data/resources/concordance/isaiah/18.json +1 -0
  560. data/resources/concordance/isaiah/19.json +1 -0
  561. data/resources/concordance/isaiah/2.json +1 -0
  562. data/resources/concordance/isaiah/20.json +1 -0
  563. data/resources/concordance/isaiah/21.json +1 -0
  564. data/resources/concordance/isaiah/22.json +1 -0
  565. data/resources/concordance/isaiah/23.json +1 -0
  566. data/resources/concordance/isaiah/24.json +1 -0
  567. data/resources/concordance/isaiah/25.json +1 -0
  568. data/resources/concordance/isaiah/26.json +1 -0
  569. data/resources/concordance/isaiah/27.json +1 -0
  570. data/resources/concordance/isaiah/28.json +1 -0
  571. data/resources/concordance/isaiah/29.json +1 -0
  572. data/resources/concordance/isaiah/3.json +1 -0
  573. data/resources/concordance/isaiah/30.json +1 -0
  574. data/resources/concordance/isaiah/31.json +1 -0
  575. data/resources/concordance/isaiah/32.json +1 -0
  576. data/resources/concordance/isaiah/33.json +1 -0
  577. data/resources/concordance/isaiah/34.json +1 -0
  578. data/resources/concordance/isaiah/35.json +1 -0
  579. data/resources/concordance/isaiah/36.json +1 -0
  580. data/resources/concordance/isaiah/37.json +1 -0
  581. data/resources/concordance/isaiah/38.json +1 -0
  582. data/resources/concordance/isaiah/39.json +1 -0
  583. data/resources/concordance/isaiah/4.json +1 -0
  584. data/resources/concordance/isaiah/40.json +1 -0
  585. data/resources/concordance/isaiah/41.json +1 -0
  586. data/resources/concordance/isaiah/42.json +1 -0
  587. data/resources/concordance/isaiah/43.json +1 -0
  588. data/resources/concordance/isaiah/44.json +1 -0
  589. data/resources/concordance/isaiah/45.json +1 -0
  590. data/resources/concordance/isaiah/46.json +1 -0
  591. data/resources/concordance/isaiah/47.json +1 -0
  592. data/resources/concordance/isaiah/48.json +1 -0
  593. data/resources/concordance/isaiah/49.json +1 -0
  594. data/resources/concordance/isaiah/5.json +1 -0
  595. data/resources/concordance/isaiah/50.json +1 -0
  596. data/resources/concordance/isaiah/51.json +1 -0
  597. data/resources/concordance/isaiah/52.json +1 -0
  598. data/resources/concordance/isaiah/53.json +1 -0
  599. data/resources/concordance/isaiah/54.json +1 -0
  600. data/resources/concordance/isaiah/55.json +1 -0
  601. data/resources/concordance/isaiah/56.json +1 -0
  602. data/resources/concordance/isaiah/57.json +1 -0
  603. data/resources/concordance/isaiah/58.json +1 -0
  604. data/resources/concordance/isaiah/59.json +1 -0
  605. data/resources/concordance/isaiah/6.json +1 -0
  606. data/resources/concordance/isaiah/60.json +1 -0
  607. data/resources/concordance/isaiah/61.json +1 -0
  608. data/resources/concordance/isaiah/62.json +1 -0
  609. data/resources/concordance/isaiah/63.json +1 -0
  610. data/resources/concordance/isaiah/64.json +1 -0
  611. data/resources/concordance/isaiah/65.json +1 -0
  612. data/resources/concordance/isaiah/66.json +1 -0
  613. data/resources/concordance/isaiah/7.json +1 -0
  614. data/resources/concordance/isaiah/8.json +1 -0
  615. data/resources/concordance/isaiah/9.json +1 -0
  616. data/resources/concordance/james/1.json +1 -0
  617. data/resources/concordance/james/2.json +1 -0
  618. data/resources/concordance/james/3.json +1 -0
  619. data/resources/concordance/james/4.json +1 -0
  620. data/resources/concordance/james/5.json +1 -0
  621. data/resources/concordance/jeremiah/1.json +1 -0
  622. data/resources/concordance/jeremiah/10.json +1 -0
  623. data/resources/concordance/jeremiah/11.json +1 -0
  624. data/resources/concordance/jeremiah/12.json +1 -0
  625. data/resources/concordance/jeremiah/13.json +1 -0
  626. data/resources/concordance/jeremiah/14.json +1 -0
  627. data/resources/concordance/jeremiah/15.json +1 -0
  628. data/resources/concordance/jeremiah/16.json +1 -0
  629. data/resources/concordance/jeremiah/17.json +1 -0
  630. data/resources/concordance/jeremiah/18.json +1 -0
  631. data/resources/concordance/jeremiah/19.json +1 -0
  632. data/resources/concordance/jeremiah/2.json +1 -0
  633. data/resources/concordance/jeremiah/20.json +1 -0
  634. data/resources/concordance/jeremiah/21.json +1 -0
  635. data/resources/concordance/jeremiah/22.json +1 -0
  636. data/resources/concordance/jeremiah/23.json +1 -0
  637. data/resources/concordance/jeremiah/24.json +1 -0
  638. data/resources/concordance/jeremiah/25.json +1 -0
  639. data/resources/concordance/jeremiah/26.json +1 -0
  640. data/resources/concordance/jeremiah/27.json +1 -0
  641. data/resources/concordance/jeremiah/28.json +1 -0
  642. data/resources/concordance/jeremiah/29.json +1 -0
  643. data/resources/concordance/jeremiah/3.json +1 -0
  644. data/resources/concordance/jeremiah/30.json +1 -0
  645. data/resources/concordance/jeremiah/31.json +1 -0
  646. data/resources/concordance/jeremiah/32.json +1 -0
  647. data/resources/concordance/jeremiah/33.json +1 -0
  648. data/resources/concordance/jeremiah/34.json +1 -0
  649. data/resources/concordance/jeremiah/35.json +1 -0
  650. data/resources/concordance/jeremiah/36.json +1 -0
  651. data/resources/concordance/jeremiah/37.json +1 -0
  652. data/resources/concordance/jeremiah/38.json +1 -0
  653. data/resources/concordance/jeremiah/39.json +1 -0
  654. data/resources/concordance/jeremiah/4.json +1 -0
  655. data/resources/concordance/jeremiah/40.json +1 -0
  656. data/resources/concordance/jeremiah/41.json +1 -0
  657. data/resources/concordance/jeremiah/42.json +1 -0
  658. data/resources/concordance/jeremiah/43.json +1 -0
  659. data/resources/concordance/jeremiah/44.json +1 -0
  660. data/resources/concordance/jeremiah/45.json +1 -0
  661. data/resources/concordance/jeremiah/46.json +1 -0
  662. data/resources/concordance/jeremiah/47.json +1 -0
  663. data/resources/concordance/jeremiah/48.json +1 -0
  664. data/resources/concordance/jeremiah/49.json +1 -0
  665. data/resources/concordance/jeremiah/5.json +1 -0
  666. data/resources/concordance/jeremiah/50.json +1 -0
  667. data/resources/concordance/jeremiah/51.json +1 -0
  668. data/resources/concordance/jeremiah/52.json +1 -0
  669. data/resources/concordance/jeremiah/6.json +1 -0
  670. data/resources/concordance/jeremiah/7.json +1 -0
  671. data/resources/concordance/jeremiah/8.json +1 -0
  672. data/resources/concordance/jeremiah/9.json +1 -0
  673. data/resources/concordance/job/1.json +1 -0
  674. data/resources/concordance/job/10.json +1 -0
  675. data/resources/concordance/job/11.json +1 -0
  676. data/resources/concordance/job/12.json +1 -0
  677. data/resources/concordance/job/13.json +1 -0
  678. data/resources/concordance/job/14.json +1 -0
  679. data/resources/concordance/job/15.json +1 -0
  680. data/resources/concordance/job/16.json +1 -0
  681. data/resources/concordance/job/17.json +1 -0
  682. data/resources/concordance/job/18.json +1 -0
  683. data/resources/concordance/job/19.json +1 -0
  684. data/resources/concordance/job/2.json +1 -0
  685. data/resources/concordance/job/20.json +1 -0
  686. data/resources/concordance/job/21.json +1 -0
  687. data/resources/concordance/job/22.json +1 -0
  688. data/resources/concordance/job/23.json +1 -0
  689. data/resources/concordance/job/24.json +1 -0
  690. data/resources/concordance/job/25.json +1 -0
  691. data/resources/concordance/job/26.json +1 -0
  692. data/resources/concordance/job/27.json +1 -0
  693. data/resources/concordance/job/28.json +1 -0
  694. data/resources/concordance/job/29.json +1 -0
  695. data/resources/concordance/job/3.json +1 -0
  696. data/resources/concordance/job/30.json +1 -0
  697. data/resources/concordance/job/31.json +1 -0
  698. data/resources/concordance/job/32.json +1 -0
  699. data/resources/concordance/job/33.json +1 -0
  700. data/resources/concordance/job/34.json +1 -0
  701. data/resources/concordance/job/35.json +1 -0
  702. data/resources/concordance/job/36.json +1 -0
  703. data/resources/concordance/job/37.json +1 -0
  704. data/resources/concordance/job/38.json +1 -0
  705. data/resources/concordance/job/39.json +1 -0
  706. data/resources/concordance/job/4.json +1 -0
  707. data/resources/concordance/job/40.json +1 -0
  708. data/resources/concordance/job/41.json +1 -0
  709. data/resources/concordance/job/42.json +1 -0
  710. data/resources/concordance/job/5.json +1 -0
  711. data/resources/concordance/job/6.json +1 -0
  712. data/resources/concordance/job/7.json +1 -0
  713. data/resources/concordance/job/8.json +1 -0
  714. data/resources/concordance/job/9.json +1 -0
  715. data/resources/concordance/joel/1.json +1 -0
  716. data/resources/concordance/joel/2.json +1 -0
  717. data/resources/concordance/joel/3.json +1 -0
  718. data/resources/concordance/john/1.json +1 -0
  719. data/resources/concordance/john/10.json +1 -0
  720. data/resources/concordance/john/11.json +1 -0
  721. data/resources/concordance/john/12.json +1 -0
  722. data/resources/concordance/john/13.json +1 -0
  723. data/resources/concordance/john/14.json +1 -0
  724. data/resources/concordance/john/15.json +1 -0
  725. data/resources/concordance/john/16.json +1 -0
  726. data/resources/concordance/john/17.json +1 -0
  727. data/resources/concordance/john/18.json +1 -0
  728. data/resources/concordance/john/19.json +1 -0
  729. data/resources/concordance/john/2.json +1 -0
  730. data/resources/concordance/john/20.json +1 -0
  731. data/resources/concordance/john/21.json +1 -0
  732. data/resources/concordance/john/3.json +1 -0
  733. data/resources/concordance/john/4.json +1 -0
  734. data/resources/concordance/john/5.json +1 -0
  735. data/resources/concordance/john/6.json +1 -0
  736. data/resources/concordance/john/7.json +1 -0
  737. data/resources/concordance/john/8.json +1 -0
  738. data/resources/concordance/john/9.json +1 -0
  739. data/resources/concordance/jonah/1.json +1 -0
  740. data/resources/concordance/jonah/2.json +1 -0
  741. data/resources/concordance/jonah/3.json +1 -0
  742. data/resources/concordance/jonah/4.json +1 -0
  743. data/resources/concordance/joshua/1.json +1 -0
  744. data/resources/concordance/joshua/10.json +1 -0
  745. data/resources/concordance/joshua/11.json +1 -0
  746. data/resources/concordance/joshua/12.json +1 -0
  747. data/resources/concordance/joshua/13.json +1 -0
  748. data/resources/concordance/joshua/14.json +1 -0
  749. data/resources/concordance/joshua/15.json +1 -0
  750. data/resources/concordance/joshua/16.json +1 -0
  751. data/resources/concordance/joshua/17.json +1 -0
  752. data/resources/concordance/joshua/18.json +1 -0
  753. data/resources/concordance/joshua/19.json +1 -0
  754. data/resources/concordance/joshua/2.json +1 -0
  755. data/resources/concordance/joshua/20.json +1 -0
  756. data/resources/concordance/joshua/21.json +1 -0
  757. data/resources/concordance/joshua/22.json +1 -0
  758. data/resources/concordance/joshua/23.json +1 -0
  759. data/resources/concordance/joshua/24.json +1 -0
  760. data/resources/concordance/joshua/3.json +1 -0
  761. data/resources/concordance/joshua/4.json +1 -0
  762. data/resources/concordance/joshua/5.json +1 -0
  763. data/resources/concordance/joshua/6.json +1 -0
  764. data/resources/concordance/joshua/7.json +1 -0
  765. data/resources/concordance/joshua/8.json +1 -0
  766. data/resources/concordance/joshua/9.json +1 -0
  767. data/resources/concordance/judee/1.json +1 -0
  768. data/resources/concordance/judges/1.json +1 -0
  769. data/resources/concordance/judges/10.json +1 -0
  770. data/resources/concordance/judges/11.json +1 -0
  771. data/resources/concordance/judges/12.json +1 -0
  772. data/resources/concordance/judges/13.json +1 -0
  773. data/resources/concordance/judges/14.json +1 -0
  774. data/resources/concordance/judges/15.json +1 -0
  775. data/resources/concordance/judges/16.json +1 -0
  776. data/resources/concordance/judges/17.json +1 -0
  777. data/resources/concordance/judges/18.json +1 -0
  778. data/resources/concordance/judges/19.json +1 -0
  779. data/resources/concordance/judges/2.json +1 -0
  780. data/resources/concordance/judges/20.json +1 -0
  781. data/resources/concordance/judges/21.json +1 -0
  782. data/resources/concordance/judges/3.json +1 -0
  783. data/resources/concordance/judges/4.json +1 -0
  784. data/resources/concordance/judges/5.json +1 -0
  785. data/resources/concordance/judges/6.json +1 -0
  786. data/resources/concordance/judges/7.json +1 -0
  787. data/resources/concordance/judges/8.json +1 -0
  788. data/resources/concordance/judges/9.json +1 -0
  789. data/resources/concordance/lamentations/1.json +1 -0
  790. data/resources/concordance/lamentations/2.json +1 -0
  791. data/resources/concordance/lamentations/3.json +1 -0
  792. data/resources/concordance/lamentations/4.json +1 -0
  793. data/resources/concordance/lamentations/5.json +1 -0
  794. data/resources/concordance/leviticus/1.json +1 -0
  795. data/resources/concordance/leviticus/10.json +1 -0
  796. data/resources/concordance/leviticus/11.json +1 -0
  797. data/resources/concordance/leviticus/12.json +1 -0
  798. data/resources/concordance/leviticus/13.json +1 -0
  799. data/resources/concordance/leviticus/14.json +1 -0
  800. data/resources/concordance/leviticus/15.json +1 -0
  801. data/resources/concordance/leviticus/16.json +1 -0
  802. data/resources/concordance/leviticus/17.json +1 -0
  803. data/resources/concordance/leviticus/18.json +1 -0
  804. data/resources/concordance/leviticus/19.json +1 -0
  805. data/resources/concordance/leviticus/2.json +1 -0
  806. data/resources/concordance/leviticus/20.json +1 -0
  807. data/resources/concordance/leviticus/21.json +1 -0
  808. data/resources/concordance/leviticus/22.json +1 -0
  809. data/resources/concordance/leviticus/23.json +1 -0
  810. data/resources/concordance/leviticus/24.json +1 -0
  811. data/resources/concordance/leviticus/25.json +1 -0
  812. data/resources/concordance/leviticus/26.json +1 -0
  813. data/resources/concordance/leviticus/27.json +1 -0
  814. data/resources/concordance/leviticus/3.json +1 -0
  815. data/resources/concordance/leviticus/4.json +1 -0
  816. data/resources/concordance/leviticus/5.json +1 -0
  817. data/resources/concordance/leviticus/6.json +1 -0
  818. data/resources/concordance/leviticus/7.json +1 -0
  819. data/resources/concordance/leviticus/8.json +1 -0
  820. data/resources/concordance/leviticus/9.json +1 -0
  821. data/resources/concordance/luke/1.json +1 -0
  822. data/resources/concordance/luke/10.json +1 -0
  823. data/resources/concordance/luke/11.json +1 -0
  824. data/resources/concordance/luke/12.json +1 -0
  825. data/resources/concordance/luke/13.json +1 -0
  826. data/resources/concordance/luke/14.json +1 -0
  827. data/resources/concordance/luke/15.json +1 -0
  828. data/resources/concordance/luke/16.json +1 -0
  829. data/resources/concordance/luke/17.json +1 -0
  830. data/resources/concordance/luke/18.json +1 -0
  831. data/resources/concordance/luke/19.json +1 -0
  832. data/resources/concordance/luke/2.json +1 -0
  833. data/resources/concordance/luke/20.json +1 -0
  834. data/resources/concordance/luke/21.json +1 -0
  835. data/resources/concordance/luke/22.json +1 -0
  836. data/resources/concordance/luke/23.json +1 -0
  837. data/resources/concordance/luke/24.json +1 -0
  838. data/resources/concordance/luke/3.json +1 -0
  839. data/resources/concordance/luke/4.json +1 -0
  840. data/resources/concordance/luke/5.json +1 -0
  841. data/resources/concordance/luke/6.json +1 -0
  842. data/resources/concordance/luke/7.json +1 -0
  843. data/resources/concordance/luke/8.json +1 -0
  844. data/resources/concordance/luke/9.json +1 -0
  845. data/resources/concordance/malachi/1.json +1 -0
  846. data/resources/concordance/malachi/2.json +1 -0
  847. data/resources/concordance/malachi/3.json +1 -0
  848. data/resources/concordance/malachi/4.json +1 -0
  849. data/resources/concordance/mark/1.json +1 -0
  850. data/resources/concordance/mark/10.json +1 -0
  851. data/resources/concordance/mark/11.json +1 -0
  852. data/resources/concordance/mark/12.json +1 -0
  853. data/resources/concordance/mark/13.json +1 -0
  854. data/resources/concordance/mark/14.json +1 -0
  855. data/resources/concordance/mark/15.json +1 -0
  856. data/resources/concordance/mark/16.json +1 -0
  857. data/resources/concordance/mark/2.json +1 -0
  858. data/resources/concordance/mark/3.json +1 -0
  859. data/resources/concordance/mark/4.json +1 -0
  860. data/resources/concordance/mark/5.json +1 -0
  861. data/resources/concordance/mark/6.json +1 -0
  862. data/resources/concordance/mark/7.json +1 -0
  863. data/resources/concordance/mark/8.json +1 -0
  864. data/resources/concordance/mark/9.json +1 -0
  865. data/resources/concordance/matthew/1.json +1 -0
  866. data/resources/concordance/matthew/10.json +1 -0
  867. data/resources/concordance/matthew/11.json +1 -0
  868. data/resources/concordance/matthew/12.json +1 -0
  869. data/resources/concordance/matthew/13.json +1 -0
  870. data/resources/concordance/matthew/14.json +1 -0
  871. data/resources/concordance/matthew/15.json +1 -0
  872. data/resources/concordance/matthew/16.json +1 -0
  873. data/resources/concordance/matthew/17.json +1 -0
  874. data/resources/concordance/matthew/18.json +1 -0
  875. data/resources/concordance/matthew/19.json +1 -0
  876. data/resources/concordance/matthew/2.json +1 -0
  877. data/resources/concordance/matthew/20.json +1 -0
  878. data/resources/concordance/matthew/21.json +1 -0
  879. data/resources/concordance/matthew/22.json +1 -0
  880. data/resources/concordance/matthew/23.json +1 -0
  881. data/resources/concordance/matthew/24.json +1 -0
  882. data/resources/concordance/matthew/25.json +1 -0
  883. data/resources/concordance/matthew/26.json +1 -0
  884. data/resources/concordance/matthew/27.json +1 -0
  885. data/resources/concordance/matthew/28.json +1 -0
  886. data/resources/concordance/matthew/3.json +1 -0
  887. data/resources/concordance/matthew/4.json +1 -0
  888. data/resources/concordance/matthew/5.json +1 -0
  889. data/resources/concordance/matthew/6.json +1 -0
  890. data/resources/concordance/matthew/7.json +1 -0
  891. data/resources/concordance/matthew/8.json +1 -0
  892. data/resources/concordance/matthew/9.json +1 -0
  893. data/resources/concordance/micah/1.json +1 -0
  894. data/resources/concordance/micah/2.json +1 -0
  895. data/resources/concordance/micah/3.json +1 -0
  896. data/resources/concordance/micah/4.json +1 -0
  897. data/resources/concordance/micah/5.json +1 -0
  898. data/resources/concordance/micah/6.json +1 -0
  899. data/resources/concordance/micah/7.json +1 -0
  900. data/resources/concordance/nahum/1.json +1 -0
  901. data/resources/concordance/nahum/2.json +1 -0
  902. data/resources/concordance/nahum/3.json +1 -0
  903. data/resources/concordance/nehemiah/1.json +1 -0
  904. data/resources/concordance/nehemiah/10.json +1 -0
  905. data/resources/concordance/nehemiah/11.json +1 -0
  906. data/resources/concordance/nehemiah/12.json +1 -0
  907. data/resources/concordance/nehemiah/13.json +1 -0
  908. data/resources/concordance/nehemiah/2.json +1 -0
  909. data/resources/concordance/nehemiah/3.json +1 -0
  910. data/resources/concordance/nehemiah/4.json +1 -0
  911. data/resources/concordance/nehemiah/5.json +1 -0
  912. data/resources/concordance/nehemiah/6.json +1 -0
  913. data/resources/concordance/nehemiah/7.json +1 -0
  914. data/resources/concordance/nehemiah/8.json +1 -0
  915. data/resources/concordance/nehemiah/9.json +1 -0
  916. data/resources/concordance/numbers/1.json +1 -0
  917. data/resources/concordance/numbers/10.json +1 -0
  918. data/resources/concordance/numbers/11.json +1 -0
  919. data/resources/concordance/numbers/12.json +1 -0
  920. data/resources/concordance/numbers/13.json +1 -0
  921. data/resources/concordance/numbers/14.json +1 -0
  922. data/resources/concordance/numbers/15.json +1 -0
  923. data/resources/concordance/numbers/16.json +1 -0
  924. data/resources/concordance/numbers/17.json +1 -0
  925. data/resources/concordance/numbers/18.json +1 -0
  926. data/resources/concordance/numbers/19.json +1 -0
  927. data/resources/concordance/numbers/2.json +1 -0
  928. data/resources/concordance/numbers/20.json +1 -0
  929. data/resources/concordance/numbers/21.json +1 -0
  930. data/resources/concordance/numbers/22.json +1 -0
  931. data/resources/concordance/numbers/23.json +1 -0
  932. data/resources/concordance/numbers/24.json +1 -0
  933. data/resources/concordance/numbers/25.json +1 -0
  934. data/resources/concordance/numbers/26.json +1 -0
  935. data/resources/concordance/numbers/27.json +1 -0
  936. data/resources/concordance/numbers/28.json +1 -0
  937. data/resources/concordance/numbers/29.json +1 -0
  938. data/resources/concordance/numbers/3.json +1 -0
  939. data/resources/concordance/numbers/30.json +1 -0
  940. data/resources/concordance/numbers/31.json +1 -0
  941. data/resources/concordance/numbers/32.json +1 -0
  942. data/resources/concordance/numbers/33.json +1 -0
  943. data/resources/concordance/numbers/34.json +1 -0
  944. data/resources/concordance/numbers/35.json +1 -0
  945. data/resources/concordance/numbers/36.json +1 -0
  946. data/resources/concordance/numbers/4.json +1 -0
  947. data/resources/concordance/numbers/5.json +1 -0
  948. data/resources/concordance/numbers/6.json +1 -0
  949. data/resources/concordance/numbers/7.json +1 -0
  950. data/resources/concordance/numbers/8.json +1 -0
  951. data/resources/concordance/numbers/9.json +1 -0
  952. data/resources/concordance/obadiah/1.json +1 -0
  953. data/resources/concordance/philemon/1.json +1 -0
  954. data/resources/concordance/philippians/1.json +1 -0
  955. data/resources/concordance/philippians/2.json +1 -0
  956. data/resources/concordance/philippians/3.json +1 -0
  957. data/resources/concordance/philippians/4.json +1 -0
  958. data/resources/concordance/proverbs/1.json +1 -0
  959. data/resources/concordance/proverbs/10.json +1 -0
  960. data/resources/concordance/proverbs/11.json +1 -0
  961. data/resources/concordance/proverbs/12.json +1 -0
  962. data/resources/concordance/proverbs/13.json +1 -0
  963. data/resources/concordance/proverbs/14.json +1 -0
  964. data/resources/concordance/proverbs/15.json +1 -0
  965. data/resources/concordance/proverbs/16.json +1 -0
  966. data/resources/concordance/proverbs/17.json +1 -0
  967. data/resources/concordance/proverbs/18.json +1 -0
  968. data/resources/concordance/proverbs/19.json +1 -0
  969. data/resources/concordance/proverbs/2.json +1 -0
  970. data/resources/concordance/proverbs/20.json +1 -0
  971. data/resources/concordance/proverbs/21.json +1 -0
  972. data/resources/concordance/proverbs/22.json +1 -0
  973. data/resources/concordance/proverbs/23.json +1 -0
  974. data/resources/concordance/proverbs/24.json +1 -0
  975. data/resources/concordance/proverbs/25.json +1 -0
  976. data/resources/concordance/proverbs/26.json +1 -0
  977. data/resources/concordance/proverbs/27.json +1 -0
  978. data/resources/concordance/proverbs/28.json +1 -0
  979. data/resources/concordance/proverbs/29.json +1 -0
  980. data/resources/concordance/proverbs/3.json +1 -0
  981. data/resources/concordance/proverbs/30.json +1 -0
  982. data/resources/concordance/proverbs/31.json +1 -0
  983. data/resources/concordance/proverbs/4.json +1 -0
  984. data/resources/concordance/proverbs/5.json +1 -0
  985. data/resources/concordance/proverbs/6.json +1 -0
  986. data/resources/concordance/proverbs/7.json +1 -0
  987. data/resources/concordance/proverbs/8.json +1 -0
  988. data/resources/concordance/proverbs/9.json +1 -0
  989. data/resources/concordance/psalms/1.json +1 -0
  990. data/resources/concordance/psalms/10.json +1 -0
  991. data/resources/concordance/psalms/100.json +1 -0
  992. data/resources/concordance/psalms/101.json +1 -0
  993. data/resources/concordance/psalms/102.json +1 -0
  994. data/resources/concordance/psalms/103.json +1 -0
  995. data/resources/concordance/psalms/104.json +1 -0
  996. data/resources/concordance/psalms/105.json +1 -0
  997. data/resources/concordance/psalms/106.json +1 -0
  998. data/resources/concordance/psalms/107.json +1 -0
  999. data/resources/concordance/psalms/108.json +1 -0
  1000. data/resources/concordance/psalms/109.json +1 -0
  1001. data/resources/concordance/psalms/11.json +1 -0
  1002. data/resources/concordance/psalms/110.json +1 -0
  1003. data/resources/concordance/psalms/111.json +1 -0
  1004. data/resources/concordance/psalms/112.json +1 -0
  1005. data/resources/concordance/psalms/113.json +1 -0
  1006. data/resources/concordance/psalms/114.json +1 -0
  1007. data/resources/concordance/psalms/115.json +1 -0
  1008. data/resources/concordance/psalms/116.json +1 -0
  1009. data/resources/concordance/psalms/117.json +1 -0
  1010. data/resources/concordance/psalms/118.json +1 -0
  1011. data/resources/concordance/psalms/119.json +1 -0
  1012. data/resources/concordance/psalms/12.json +1 -0
  1013. data/resources/concordance/psalms/120.json +1 -0
  1014. data/resources/concordance/psalms/121.json +1 -0
  1015. data/resources/concordance/psalms/122.json +1 -0
  1016. data/resources/concordance/psalms/123.json +1 -0
  1017. data/resources/concordance/psalms/124.json +1 -0
  1018. data/resources/concordance/psalms/125.json +1 -0
  1019. data/resources/concordance/psalms/126.json +1 -0
  1020. data/resources/concordance/psalms/127.json +1 -0
  1021. data/resources/concordance/psalms/128.json +1 -0
  1022. data/resources/concordance/psalms/129.json +1 -0
  1023. data/resources/concordance/psalms/13.json +1 -0
  1024. data/resources/concordance/psalms/130.json +1 -0
  1025. data/resources/concordance/psalms/131.json +1 -0
  1026. data/resources/concordance/psalms/132.json +1 -0
  1027. data/resources/concordance/psalms/133.json +1 -0
  1028. data/resources/concordance/psalms/134.json +1 -0
  1029. data/resources/concordance/psalms/135.json +1 -0
  1030. data/resources/concordance/psalms/136.json +1 -0
  1031. data/resources/concordance/psalms/137.json +1 -0
  1032. data/resources/concordance/psalms/138.json +1 -0
  1033. data/resources/concordance/psalms/139.json +1 -0
  1034. data/resources/concordance/psalms/14.json +1 -0
  1035. data/resources/concordance/psalms/140.json +1 -0
  1036. data/resources/concordance/psalms/141.json +1 -0
  1037. data/resources/concordance/psalms/142.json +1 -0
  1038. data/resources/concordance/psalms/143.json +1 -0
  1039. data/resources/concordance/psalms/144.json +1 -0
  1040. data/resources/concordance/psalms/145.json +1 -0
  1041. data/resources/concordance/psalms/146.json +1 -0
  1042. data/resources/concordance/psalms/147.json +1 -0
  1043. data/resources/concordance/psalms/148.json +1 -0
  1044. data/resources/concordance/psalms/149.json +1 -0
  1045. data/resources/concordance/psalms/15.json +1 -0
  1046. data/resources/concordance/psalms/150.json +1 -0
  1047. data/resources/concordance/psalms/16.json +1 -0
  1048. data/resources/concordance/psalms/17.json +1 -0
  1049. data/resources/concordance/psalms/18.json +1 -0
  1050. data/resources/concordance/psalms/19.json +1 -0
  1051. data/resources/concordance/psalms/2.json +1 -0
  1052. data/resources/concordance/psalms/20.json +1 -0
  1053. data/resources/concordance/psalms/21.json +1 -0
  1054. data/resources/concordance/psalms/22.json +1 -0
  1055. data/resources/concordance/psalms/23.json +1 -0
  1056. data/resources/concordance/psalms/24.json +1 -0
  1057. data/resources/concordance/psalms/25.json +1 -0
  1058. data/resources/concordance/psalms/26.json +1 -0
  1059. data/resources/concordance/psalms/27.json +1 -0
  1060. data/resources/concordance/psalms/28.json +1 -0
  1061. data/resources/concordance/psalms/29.json +1 -0
  1062. data/resources/concordance/psalms/3.json +1 -0
  1063. data/resources/concordance/psalms/30.json +1 -0
  1064. data/resources/concordance/psalms/31.json +1 -0
  1065. data/resources/concordance/psalms/32.json +1 -0
  1066. data/resources/concordance/psalms/33.json +1 -0
  1067. data/resources/concordance/psalms/34.json +1 -0
  1068. data/resources/concordance/psalms/35.json +1 -0
  1069. data/resources/concordance/psalms/36.json +1 -0
  1070. data/resources/concordance/psalms/37.json +1 -0
  1071. data/resources/concordance/psalms/38.json +1 -0
  1072. data/resources/concordance/psalms/39.json +1 -0
  1073. data/resources/concordance/psalms/4.json +1 -0
  1074. data/resources/concordance/psalms/40.json +1 -0
  1075. data/resources/concordance/psalms/41.json +1 -0
  1076. data/resources/concordance/psalms/42.json +1 -0
  1077. data/resources/concordance/psalms/43.json +1 -0
  1078. data/resources/concordance/psalms/44.json +1 -0
  1079. data/resources/concordance/psalms/45.json +1 -0
  1080. data/resources/concordance/psalms/46.json +1 -0
  1081. data/resources/concordance/psalms/47.json +1 -0
  1082. data/resources/concordance/psalms/48.json +1 -0
  1083. data/resources/concordance/psalms/49.json +1 -0
  1084. data/resources/concordance/psalms/5.json +1 -0
  1085. data/resources/concordance/psalms/50.json +1 -0
  1086. data/resources/concordance/psalms/51.json +1 -0
  1087. data/resources/concordance/psalms/52.json +1 -0
  1088. data/resources/concordance/psalms/53.json +1 -0
  1089. data/resources/concordance/psalms/54.json +1 -0
  1090. data/resources/concordance/psalms/55.json +1 -0
  1091. data/resources/concordance/psalms/56.json +1 -0
  1092. data/resources/concordance/psalms/57.json +1 -0
  1093. data/resources/concordance/psalms/58.json +1 -0
  1094. data/resources/concordance/psalms/59.json +1 -0
  1095. data/resources/concordance/psalms/6.json +1 -0
  1096. data/resources/concordance/psalms/60.json +1 -0
  1097. data/resources/concordance/psalms/61.json +1 -0
  1098. data/resources/concordance/psalms/62.json +1 -0
  1099. data/resources/concordance/psalms/63.json +1 -0
  1100. data/resources/concordance/psalms/64.json +1 -0
  1101. data/resources/concordance/psalms/65.json +1 -0
  1102. data/resources/concordance/psalms/66.json +1 -0
  1103. data/resources/concordance/psalms/67.json +1 -0
  1104. data/resources/concordance/psalms/68.json +1 -0
  1105. data/resources/concordance/psalms/69.json +1 -0
  1106. data/resources/concordance/psalms/7.json +1 -0
  1107. data/resources/concordance/psalms/70.json +1 -0
  1108. data/resources/concordance/psalms/71.json +1 -0
  1109. data/resources/concordance/psalms/72.json +1 -0
  1110. data/resources/concordance/psalms/73.json +1 -0
  1111. data/resources/concordance/psalms/74.json +1 -0
  1112. data/resources/concordance/psalms/75.json +1 -0
  1113. data/resources/concordance/psalms/76.json +1 -0
  1114. data/resources/concordance/psalms/77.json +1 -0
  1115. data/resources/concordance/psalms/78.json +1 -0
  1116. data/resources/concordance/psalms/79.json +1 -0
  1117. data/resources/concordance/psalms/8.json +1 -0
  1118. data/resources/concordance/psalms/80.json +1 -0
  1119. data/resources/concordance/psalms/81.json +1 -0
  1120. data/resources/concordance/psalms/82.json +1 -0
  1121. data/resources/concordance/psalms/83.json +1 -0
  1122. data/resources/concordance/psalms/84.json +1 -0
  1123. data/resources/concordance/psalms/85.json +1 -0
  1124. data/resources/concordance/psalms/86.json +1 -0
  1125. data/resources/concordance/psalms/87.json +1 -0
  1126. data/resources/concordance/psalms/88.json +1 -0
  1127. data/resources/concordance/psalms/89.json +1 -0
  1128. data/resources/concordance/psalms/9.json +1 -0
  1129. data/resources/concordance/psalms/90.json +1 -0
  1130. data/resources/concordance/psalms/91.json +1 -0
  1131. data/resources/concordance/psalms/92.json +1 -0
  1132. data/resources/concordance/psalms/93.json +1 -0
  1133. data/resources/concordance/psalms/94.json +1 -0
  1134. data/resources/concordance/psalms/95.json +1 -0
  1135. data/resources/concordance/psalms/96.json +1 -0
  1136. data/resources/concordance/psalms/97.json +1 -0
  1137. data/resources/concordance/psalms/98.json +1 -0
  1138. data/resources/concordance/psalms/99.json +1 -0
  1139. data/resources/concordance/revelation/1.json +1 -0
  1140. data/resources/concordance/revelation/10.json +1 -0
  1141. data/resources/concordance/revelation/11.json +1 -0
  1142. data/resources/concordance/revelation/12.json +1 -0
  1143. data/resources/concordance/revelation/13.json +1 -0
  1144. data/resources/concordance/revelation/14.json +1 -0
  1145. data/resources/concordance/revelation/15.json +1 -0
  1146. data/resources/concordance/revelation/16.json +1 -0
  1147. data/resources/concordance/revelation/17.json +1 -0
  1148. data/resources/concordance/revelation/18.json +1 -0
  1149. data/resources/concordance/revelation/19.json +1 -0
  1150. data/resources/concordance/revelation/2.json +1 -0
  1151. data/resources/concordance/revelation/20.json +1 -0
  1152. data/resources/concordance/revelation/21.json +1 -0
  1153. data/resources/concordance/revelation/22.json +1 -0
  1154. data/resources/concordance/revelation/3.json +1 -0
  1155. data/resources/concordance/revelation/4.json +1 -0
  1156. data/resources/concordance/revelation/5.json +1 -0
  1157. data/resources/concordance/revelation/6.json +1 -0
  1158. data/resources/concordance/revelation/7.json +1 -0
  1159. data/resources/concordance/revelation/8.json +1 -0
  1160. data/resources/concordance/revelation/9.json +1 -0
  1161. data/resources/concordance/romans/1.json +1 -0
  1162. data/resources/concordance/romans/10.json +1 -0
  1163. data/resources/concordance/romans/11.json +1 -0
  1164. data/resources/concordance/romans/12.json +1 -0
  1165. data/resources/concordance/romans/13.json +1 -0
  1166. data/resources/concordance/romans/14.json +1 -0
  1167. data/resources/concordance/romans/15.json +1 -0
  1168. data/resources/concordance/romans/16.json +1 -0
  1169. data/resources/concordance/romans/2.json +1 -0
  1170. data/resources/concordance/romans/3.json +1 -0
  1171. data/resources/concordance/romans/4.json +1 -0
  1172. data/resources/concordance/romans/5.json +1 -0
  1173. data/resources/concordance/romans/6.json +1 -0
  1174. data/resources/concordance/romans/7.json +1 -0
  1175. data/resources/concordance/romans/8.json +1 -0
  1176. data/resources/concordance/romans/9.json +1 -0
  1177. data/resources/concordance/ruth/1.json +1 -0
  1178. data/resources/concordance/ruth/2.json +1 -0
  1179. data/resources/concordance/ruth/3.json +1 -0
  1180. data/resources/concordance/ruth/4.json +1 -0
  1181. data/resources/concordance/song_of_solomon/1.json +1 -0
  1182. data/resources/concordance/song_of_solomon/2.json +1 -0
  1183. data/resources/concordance/song_of_solomon/3.json +1 -0
  1184. data/resources/concordance/song_of_solomon/4.json +1 -0
  1185. data/resources/concordance/song_of_solomon/5.json +1 -0
  1186. data/resources/concordance/song_of_solomon/6.json +1 -0
  1187. data/resources/concordance/song_of_solomon/7.json +1 -0
  1188. data/resources/concordance/song_of_solomon/8.json +1 -0
  1189. data/resources/concordance/titus/1.json +1 -0
  1190. data/resources/concordance/titus/2.json +1 -0
  1191. data/resources/concordance/titus/3.json +1 -0
  1192. data/resources/concordance/zechariah/1.json +1 -0
  1193. data/resources/concordance/zechariah/10.json +1 -0
  1194. data/resources/concordance/zechariah/11.json +1 -0
  1195. data/resources/concordance/zechariah/12.json +1 -0
  1196. data/resources/concordance/zechariah/13.json +1 -0
  1197. data/resources/concordance/zechariah/14.json +1 -0
  1198. data/resources/concordance/zechariah/2.json +1 -0
  1199. data/resources/concordance/zechariah/3.json +1 -0
  1200. data/resources/concordance/zechariah/4.json +1 -0
  1201. data/resources/concordance/zechariah/5.json +1 -0
  1202. data/resources/concordance/zechariah/6.json +1 -0
  1203. data/resources/concordance/zechariah/7.json +1 -0
  1204. data/resources/concordance/zechariah/8.json +1 -0
  1205. data/resources/concordance/zechariah/9.json +1 -0
  1206. data/resources/concordance/zephaniah/1.json +1 -0
  1207. data/resources/concordance/zephaniah/2.json +1 -0
  1208. data/resources/concordance/zephaniah/3.json +1 -0
  1209. data/resources/lexicon/greek/0.json +1 -0
  1210. data/resources/lexicon/greek/1.json +1 -0
  1211. data/resources/lexicon/greek/10.json +1 -0
  1212. data/resources/lexicon/greek/11.json +1 -0
  1213. data/resources/lexicon/greek/12.json +1 -0
  1214. data/resources/lexicon/greek/13.json +1 -0
  1215. data/resources/lexicon/greek/14.json +1 -0
  1216. data/resources/lexicon/greek/15.json +1 -0
  1217. data/resources/lexicon/greek/16.json +1 -0
  1218. data/resources/lexicon/greek/17.json +1 -0
  1219. data/resources/lexicon/greek/18.json +1 -0
  1220. data/resources/lexicon/greek/19.json +1 -0
  1221. data/resources/lexicon/greek/2.json +1 -0
  1222. data/resources/lexicon/greek/20.json +1 -0
  1223. data/resources/lexicon/greek/21.json +1 -0
  1224. data/resources/lexicon/greek/22.json +1 -0
  1225. data/resources/lexicon/greek/23.json +1 -0
  1226. data/resources/lexicon/greek/24.json +1 -0
  1227. data/resources/lexicon/greek/25.json +1 -0
  1228. data/resources/lexicon/greek/26.json +1 -0
  1229. data/resources/lexicon/greek/27.json +1 -0
  1230. data/resources/lexicon/greek/28.json +1 -0
  1231. data/resources/lexicon/greek/29.json +1 -0
  1232. data/resources/lexicon/greek/3.json +1 -0
  1233. data/resources/lexicon/greek/30.json +1 -0
  1234. data/resources/lexicon/greek/31.json +1 -0
  1235. data/resources/lexicon/greek/32.json +1 -0
  1236. data/resources/lexicon/greek/33.json +1 -0
  1237. data/resources/lexicon/greek/34.json +1 -0
  1238. data/resources/lexicon/greek/35.json +1 -0
  1239. data/resources/lexicon/greek/36.json +1 -0
  1240. data/resources/lexicon/greek/37.json +1 -0
  1241. data/resources/lexicon/greek/38.json +1 -0
  1242. data/resources/lexicon/greek/39.json +1 -0
  1243. data/resources/lexicon/greek/4.json +1 -0
  1244. data/resources/lexicon/greek/40.json +1 -0
  1245. data/resources/lexicon/greek/41.json +1 -0
  1246. data/resources/lexicon/greek/42.json +1 -0
  1247. data/resources/lexicon/greek/43.json +1 -0
  1248. data/resources/lexicon/greek/44.json +1 -0
  1249. data/resources/lexicon/greek/45.json +1 -0
  1250. data/resources/lexicon/greek/46.json +1 -0
  1251. data/resources/lexicon/greek/47.json +1 -0
  1252. data/resources/lexicon/greek/48.json +1 -0
  1253. data/resources/lexicon/greek/49.json +1 -0
  1254. data/resources/lexicon/greek/5.json +1 -0
  1255. data/resources/lexicon/greek/50.json +1 -0
  1256. data/resources/lexicon/greek/51.json +1 -0
  1257. data/resources/lexicon/greek/52.json +1 -0
  1258. data/resources/lexicon/greek/53.json +1 -0
  1259. data/resources/lexicon/greek/54.json +1 -0
  1260. data/resources/lexicon/greek/55.json +1 -0
  1261. data/resources/lexicon/greek/56.json +1 -0
  1262. data/resources/lexicon/greek/6.json +1 -0
  1263. data/resources/lexicon/greek/7.json +1 -0
  1264. data/resources/lexicon/greek/8.json +1 -0
  1265. data/resources/lexicon/greek/9.json +1 -0
  1266. data/resources/lexicon/hebrew/0.json +1 -0
  1267. data/resources/lexicon/hebrew/1.json +1 -0
  1268. data/resources/lexicon/hebrew/10.json +1 -0
  1269. data/resources/lexicon/hebrew/11.json +1 -0
  1270. data/resources/lexicon/hebrew/12.json +1 -0
  1271. data/resources/lexicon/hebrew/13.json +1 -0
  1272. data/resources/lexicon/hebrew/14.json +1 -0
  1273. data/resources/lexicon/hebrew/15.json +1 -0
  1274. data/resources/lexicon/hebrew/16.json +1 -0
  1275. data/resources/lexicon/hebrew/17.json +1 -0
  1276. data/resources/lexicon/hebrew/18.json +1 -0
  1277. data/resources/lexicon/hebrew/19.json +1 -0
  1278. data/resources/lexicon/hebrew/2.json +1 -0
  1279. data/resources/lexicon/hebrew/20.json +1 -0
  1280. data/resources/lexicon/hebrew/21.json +1 -0
  1281. data/resources/lexicon/hebrew/22.json +1 -0
  1282. data/resources/lexicon/hebrew/23.json +1 -0
  1283. data/resources/lexicon/hebrew/24.json +1 -0
  1284. data/resources/lexicon/hebrew/25.json +1 -0
  1285. data/resources/lexicon/hebrew/26.json +1 -0
  1286. data/resources/lexicon/hebrew/27.json +1 -0
  1287. data/resources/lexicon/hebrew/28.json +1 -0
  1288. data/resources/lexicon/hebrew/29.json +1 -0
  1289. data/resources/lexicon/hebrew/3.json +1 -0
  1290. data/resources/lexicon/hebrew/30.json +1 -0
  1291. data/resources/lexicon/hebrew/31.json +1 -0
  1292. data/resources/lexicon/hebrew/32.json +1 -0
  1293. data/resources/lexicon/hebrew/33.json +1 -0
  1294. data/resources/lexicon/hebrew/34.json +1 -0
  1295. data/resources/lexicon/hebrew/35.json +1 -0
  1296. data/resources/lexicon/hebrew/36.json +1 -0
  1297. data/resources/lexicon/hebrew/37.json +1 -0
  1298. data/resources/lexicon/hebrew/38.json +1 -0
  1299. data/resources/lexicon/hebrew/39.json +1 -0
  1300. data/resources/lexicon/hebrew/4.json +1 -0
  1301. data/resources/lexicon/hebrew/40.json +1 -0
  1302. data/resources/lexicon/hebrew/41.json +1 -0
  1303. data/resources/lexicon/hebrew/42.json +1 -0
  1304. data/resources/lexicon/hebrew/43.json +1 -0
  1305. data/resources/lexicon/hebrew/44.json +1 -0
  1306. data/resources/lexicon/hebrew/45.json +1 -0
  1307. data/resources/lexicon/hebrew/46.json +1 -0
  1308. data/resources/lexicon/hebrew/47.json +1 -0
  1309. data/resources/lexicon/hebrew/48.json +1 -0
  1310. data/resources/lexicon/hebrew/49.json +1 -0
  1311. data/resources/lexicon/hebrew/5.json +1 -0
  1312. data/resources/lexicon/hebrew/50.json +1 -0
  1313. data/resources/lexicon/hebrew/51.json +1 -0
  1314. data/resources/lexicon/hebrew/52.json +1 -0
  1315. data/resources/lexicon/hebrew/53.json +1 -0
  1316. data/resources/lexicon/hebrew/54.json +1 -0
  1317. data/resources/lexicon/hebrew/55.json +1 -0
  1318. data/resources/lexicon/hebrew/56.json +1 -0
  1319. data/resources/lexicon/hebrew/57.json +1 -0
  1320. data/resources/lexicon/hebrew/58.json +1 -0
  1321. data/resources/lexicon/hebrew/59.json +1 -0
  1322. data/resources/lexicon/hebrew/6.json +1 -0
  1323. data/resources/lexicon/hebrew/60.json +1 -0
  1324. data/resources/lexicon/hebrew/61.json +1 -0
  1325. data/resources/lexicon/hebrew/62.json +1 -0
  1326. data/resources/lexicon/hebrew/63.json +1 -0
  1327. data/resources/lexicon/hebrew/64.json +1 -0
  1328. data/resources/lexicon/hebrew/65.json +1 -0
  1329. data/resources/lexicon/hebrew/66.json +1 -0
  1330. data/resources/lexicon/hebrew/67.json +1 -0
  1331. data/resources/lexicon/hebrew/68.json +1 -0
  1332. data/resources/lexicon/hebrew/69.json +1 -0
  1333. data/resources/lexicon/hebrew/7.json +1 -0
  1334. data/resources/lexicon/hebrew/70.json +1 -0
  1335. data/resources/lexicon/hebrew/71.json +1 -0
  1336. data/resources/lexicon/hebrew/72.json +1 -0
  1337. data/resources/lexicon/hebrew/73.json +1 -0
  1338. data/resources/lexicon/hebrew/74.json +1 -0
  1339. data/resources/lexicon/hebrew/75.json +1 -0
  1340. data/resources/lexicon/hebrew/76.json +1 -0
  1341. data/resources/lexicon/hebrew/77.json +1 -0
  1342. data/resources/lexicon/hebrew/78.json +1 -0
  1343. data/resources/lexicon/hebrew/79.json +1 -0
  1344. data/resources/lexicon/hebrew/8.json +1 -0
  1345. data/resources/lexicon/hebrew/80.json +1 -0
  1346. data/resources/lexicon/hebrew/81.json +1 -0
  1347. data/resources/lexicon/hebrew/82.json +1 -0
  1348. data/resources/lexicon/hebrew/83.json +1 -0
  1349. data/resources/lexicon/hebrew/84.json +1 -0
  1350. data/resources/lexicon/hebrew/85.json +1 -0
  1351. data/resources/lexicon/hebrew/86.json +1 -0
  1352. data/resources/lexicon/hebrew/9.json +1 -0
  1353. metadata +1450 -0
@@ -0,0 +1 @@
1
+ {"g2301":{"pronunciation":"theh-at-rid'-zo","unicode":"θεατρίζω","translit":"theatrízō","definition":"[θεατρίζω] from {{g2302}}; to expose as a spectacle","strongs_number":"g2301"},"g2302":{"pronunciation":"theh'-at-ron","unicode":"θέατρον","translit":"théatron","definition":"[θέατρον] from {{g2300}}; a place for public show (\"theatre\"), i.e. general audience-room; by implication, a show itself (figuratively)","strongs_number":"g2302"},"g2303":{"pronunciation":"thi'-on","unicode":"θεῖον","translit":"theîon","definition":"[θεῖον] probably neuter of {{g2304}} (in its original sense of flashing); sulphur","strongs_number":"g2303"},"g2304":{"pronunciation":"thi'-os","unicode":"θεῖος","translit":"theîos","definition":"[θεῖος] from {{g2316}}; godlike (neuter as noun, divinity)","strongs_number":"g2304"},"g2305":{"pronunciation":"thi-ot'-ace","unicode":"θειότης","translit":"theiótēs","definition":"[θειότης] from {{g2304}}; divinity (abstractly)","strongs_number":"g2305"},"g2306":{"pronunciation":"thi-o'-dace","unicode":"θειώδης","translit":"theiṓdēs","definition":"[θειώδης] from {{g2303}} and 1491; sulphur-like, i.e. sulphurous","strongs_number":"g2306"},"g2307":{"pronunciation":"thel'-ay-mah","unicode":"θέλημα","translit":"thélēma","definition":"[θέλημα] from the prolonged form of {{g2309}}; a determination (properly, the thing), i.e. (actively) choice (specially, purpose, decree; abstractly, volition) or (passively) inclination","strongs_number":"g2307"},"g2308":{"pronunciation":"thel'-ay-sis","unicode":"θέλησις","translit":"thélēsis","definition":"[θέλησις] from {{g2309}}; determination (properly, the act), i.e. option","strongs_number":"g2308"},"g2309":{"pronunciation":"thel'-o","unicode":"θέλω","translit":"thélō","definition":"[θέλω] or ἐθέλω, in certain tenses θελέω, and ἐθελέω, which are otherwise obsolete apparently strengthened from the alternate form of {{g138}}; to determine (as an active option from subjective impulse; whereas {{g1014}} properly denotes rather a passive acquiescence in objective considerations), i.e. choose or prefer (literally or figuratively); by implication, to wish, i.e. be inclined to (sometimes adverbially, gladly); impersonally for the future tense, to be about to; by Hebraism, to delight in","strongs_number":"g2309"},"g2310":{"pronunciation":"them-el'-ee-os","unicode":"θεμέλιος","translit":"themélios","definition":"[θεμέλιος] from a derivative of {{g5087}}; something put down, i.e. a substruction (of a building, etc.), (literally or figuratively)","strongs_number":"g2310"},"g2311":{"pronunciation":"them-el-ee-o'-o","unicode":"θεμελιόω","translit":"themelióō","definition":"[θεμελιόω] from {{g2310}}; to lay a basis for, i.e. (literally) erect, or (figuratively) consolidate","strongs_number":"g2311"},"g2312":{"pronunciation":"theh-od-id'-ak-tos","unicode":"θεοδίδακτος","translit":"theodídaktos","definition":"[θεοδίδακτος] from {{g2316}} and {{g1321}}; divinely instructed","strongs_number":"g2312"},"g2313":{"pronunciation":"theh-o-makh-eh'-o","unicode":"θεομαχέω","translit":"theomachéō","definition":"[θεομαχέω] from {{g2314}}; to resist deity","strongs_number":"g2313"},"g2314":{"pronunciation":"theh-om'-akh-os","unicode":"θεομάχος","translit":"theomáchos","definition":"[θεομάχος] from {{g2316}} and {{g3164}}; an opponent of deity","strongs_number":"g2314"},"g2315":{"pronunciation":"theh-op'-nyoo-stos","unicode":"θεόπνευστος","translit":"theópneustos","definition":"[θεόπνευστος] from {{g2316}} and a presumed derivative of {{g4154}}; divinely breathed in","strongs_number":"g2315"},"g2316":{"pronunciation":"theh'-os","unicode":"θεός","translit":"theós","definition":"[θεός] of uncertain affinity; a deity, especially (with {{g3588}}) the supreme Divinity; figuratively, a magistrate; by Hebraism, very","strongs_number":"g2316"},"g2317":{"pronunciation":"theh-os-eb'-i-ah","unicode":"θεοσέβεια","translit":"theosébeia","definition":"[θεοσέβεια] from {{g2318}}; devoutness, i.e. piety","strongs_number":"g2317"},"g2318":{"pronunciation":"theh-os-eb-ace'","unicode":"θεοσεβής","translit":"theosebḗs","definition":"[θεοσεβής] from {{g2316}} and {{g4576}}; reverent of God, i.e. pious","strongs_number":"g2318"},"g2319":{"pronunciation":"theh-os-too-gace'","unicode":"θεοστυγής","translit":"theostygḗs","definition":"[θεοστυγής] from {{g2316}} and the base of {{g4767}}; hateful to God, i.e. impious","strongs_number":"g2319"},"g2320":{"pronunciation":"theh-ot'-ace","unicode":"θεότης","translit":"theótēs","definition":"[θεότης] from {{g2316}}; divinity (abstractly)","strongs_number":"g2320"},"g2321":{"pronunciation":"theh-of'-il-os","unicode":"Θεόφιλος","translit":"Theóphilos","definition":"[Θεόφιλος] from {{g2316}} and {{g5384}}; friend of God; Theophilus, a Christian","strongs_number":"g2321"},"g2322":{"pronunciation":"ther-ap-i'-ah","unicode":"θεραπεία","translit":"therapeía","definition":"[θεραπεία] from {{g2323}}; attendance (specially, medical, i.e. cure); figuratively and collectively, domestics","strongs_number":"g2322"},"g2323":{"pronunciation":"ther-ap-yoo'-o","unicode":"θεραπεύω","translit":"therapeúō","definition":"[θεραπεύω] from the same as {{g2324}}; to wait upon menially, i.e. (figuratively) to adore (God), or (specially) to relieve (of disease)","strongs_number":"g2323"},"g2324":{"pronunciation":"ther-ap'-ohn","unicode":"θεράπων","translit":"therápōn","definition":"[θεράπων] apparently a participle from an otherwise obsolete derivative of the base of {{g2330}}; a menial attendant (as if cherishing)","strongs_number":"g2324"},"g2325":{"pronunciation":"ther-id'-zo","unicode":"θερίζω","translit":"therízō","definition":"[θερίζω] from {{g2330}} (in the sense of the crop); to harvest","strongs_number":"g2325"},"g2326":{"pronunciation":"ther-is-mos'","unicode":"θερισμός","translit":"therismós","definition":"[θερισμός] from {{g2325}}; reaping, i.e. the crop","strongs_number":"g2326"},"g2327":{"pronunciation":"ther-is-tace'","unicode":"θεριστής","translit":"theristḗs","definition":"[θεριστής] from {{g2325}}; a harvester","strongs_number":"g2327"},"g2328":{"pronunciation":"ther-mah'-ee-no","unicode":"θερμαίνω","translit":"thermaínō","definition":"[θερμαίνω] from {{g2329}}; to heat (oneself)","strongs_number":"g2328"},"g2329":{"pronunciation":"ther'-may","unicode":"θέρμη","translit":"thérmē","definition":"[θέρμη] from the base of {{g2330}}; warmth","strongs_number":"g2329"},"g2330":{"pronunciation":"ther'-os","unicode":"θέρος","translit":"théros","definition":"[θέρος] from a primary θέρω (to heat); properly, heat, i.e. summer","strongs_number":"g2330"},"g2331":{"pronunciation":"thes-sal-on-ik-yoos'","unicode":"Θεσσαλονικεύς","translit":"Thessalonikeús","definition":"[Θεσσαλονικεύς] from {{g2332}}; a Thessalonican, i.e. inhabitant of Thessalonice","strongs_number":"g2331"},"g2332":{"pronunciation":"thes-sal-on-ee'-kay","unicode":"Θεσσαλονίκη","translit":"Thessaloníkē","definition":"[Θεσσαλονίκη] from Θεσσαλός (a Thessalian) and {{g3529}}; Thessalonice, a place in Asia Minor","strongs_number":"g2332"},"g2333":{"pronunciation":"thyoo-das'","unicode":"Θευδᾶς","translit":"Theudâs","definition":"[Θευδᾶς] of uncertain origin; Theudas, an Israelite","strongs_number":"g2333"},"g2334":{"pronunciation":"theh-o-reh'-o","unicode":"θεωρέω","translit":"theōréō","definition":"[θεωρέω] from a derivative of {{g2300}} (perhaps by addition of {{g3708}}); to be a spectator of, i.e. discern, (literally, figuratively (experience) or intensively (acknowledge)) Compare {{g3700}}.","strongs_number":"g2334"},"g2335":{"pronunciation":"theh-o-ree'-ah","unicode":"θεωρία","translit":"theōría","definition":"[θεωρία] from the same as {{g2334}}; spectatorship, i.e. (concretely) a spectacle","strongs_number":"g2335"},"g2336":{"pronunciation":"thay'-kay","unicode":"θήκη","translit":"thḗkē","definition":"[θήκη] from {{g5087}}; a receptacle, i.e. scabbard","strongs_number":"g2336"},"g2337":{"pronunciation":"thay-lad'-zo","unicode":"θηλάζω","translit":"thēlázō","definition":"[θηλάζω] from θηλή (the nipple); to suckle, (by implication) to suck","strongs_number":"g2337"},"g2338":{"pronunciation":"thay'-loos","unicode":"θῆλυς","translit":"thēlys","definition":"[θῆλυς] from the same as {{g2337}}; female","strongs_number":"g2338"},"g2339":{"pronunciation":"thay'-rah","unicode":"θήρα","translit":"thḗra","definition":"[θήρα] from θήρ (a wild animal, as game); hunting, i.e. (figuratively) destruction","strongs_number":"g2339"},"g2340":{"pronunciation":"thay-ryoo'-o","unicode":"θηρεύω","translit":"thēreúō","definition":"[θηρεύω] from {{g2339}}; to hunt (an animal), i.e. (figuratively) to carp at","strongs_number":"g2340"},"g2341":{"pronunciation":"thay-ree-om-akh-eh'-o","unicode":"θηριομαχέω","translit":"thēriomachéō","definition":"[θηριομαχέω] from a compound of {{g2342}} and {{g3164}}; to be a beast-fighter (in the gladiatorial show), i.e. (figuratively) to encounter (furious men)","strongs_number":"g2341"},"g2342":{"pronunciation":"thay-ree'-on","unicode":"θηρίον","translit":"thēríon","definition":"[θηρίον] diminutive from the same as {{g2339}}; a dangerous animal","strongs_number":"g2342"},"g2343":{"pronunciation":"thay-sow-rid'-zo","unicode":"θησαυρίζω","translit":"thēsaurízō","definition":"[θησαυρίζω] from {{g2344}}; to amass or reserve (literally or figuratively)","strongs_number":"g2343"},"g2344":{"pronunciation":"thay-sow-ros'","unicode":"θησαυρός","translit":"thēsaurós","definition":"[θησαυρός] from {{g5087}}; a deposit, i.e. wealth (literally or figuratively)","strongs_number":"g2344"},"g2345":{"pronunciation":"thing-gan'-o","unicode":"θιγγάνω","translit":"thingánō","definition":"[θιγγάνω] a prolonged form of an obsolete primary θίγω (to finger); to manipulate, i.e. have to do with; by implication, to injure","strongs_number":"g2345"},"g2346":{"pronunciation":"thlee'-bo","unicode":"θλίβω","translit":"thlíbō","definition":"[θλίβω] akin to the base of {{g5147}}; to crowd (literally or figuratively)","strongs_number":"g2346"},"g2347":{"pronunciation":"thlip'-sis","unicode":"θλῖψις","translit":"thlîpsis","definition":"[θλῖψις] from {{g2346}}; pressure (literally or figuratively)","strongs_number":"g2347"},"g2348":{"pronunciation":"thnay'-sko","unicode":"θνήσκω","translit":"thnḗskō","definition":"[θνήσκω] a strengthened form of a simpler primary θάνω (which is used for it only in certain tenses); to die (literally or figuratively)","strongs_number":"g2348"},"g2349":{"pronunciation":"thnay-tos'","unicode":"θνητός","translit":"thnētós","definition":"[θνητός] from {{g2348}}; liable to die","strongs_number":"g2349"},"g2350":{"pronunciation":"thor-oo-beh'-o","unicode":"θορυβέω","translit":"thorybéō","definition":"[θορυβέω] from {{g2351}}; to be in tumult, i.e. disturb, clamor","strongs_number":"g2350"},"g2351":{"pronunciation":"thor'-oo-bos","unicode":"θόρυβος","translit":"thórybos","definition":"[θόρυβος] from the base of {{g2360}}; a disturbance","strongs_number":"g2351"},"g2352":{"pronunciation":"throw'-o","unicode":"θραύω","translit":"thraúō","definition":"[θραύω] a primary verb; to crush Compare {{g4486}}.","strongs_number":"g2352"},"g2353":{"pronunciation":"threm'-mah","unicode":"θρέμμα","translit":"thrémma","definition":"[θρέμμα] from {{g5142}}; stock (as raised on a farm)","strongs_number":"g2353"},"g2354":{"pronunciation":"thray-neh'-o","unicode":"θρηνέω","translit":"thrēnéō","definition":"[θρηνέω] from {{g2355}}; to bewail","strongs_number":"g2354"},"g2355":{"pronunciation":"thray'-nos","unicode":"θρῆνος","translit":"thrēnos","definition":"[θρῆνος] from the base of {{g2360}}; wailing","strongs_number":"g2355"},"g2356":{"pronunciation":"thrace-ki'-ah","unicode":"θρησκεία","translit":"thrēskeía","definition":"[θρησκεία] from a derivative of {{g2357}}; ceremonial observance","strongs_number":"g2356"},"g2357":{"pronunciation":"thrace'-kos","unicode":"θρησκός","translit":"thrēskós","definition":"[θρησκός] probably from the base of {{g2360}}; ceremonious in worship (as demonstrative), i.e. pious","strongs_number":"g2357"},"g2358":{"pronunciation":"three-am-byoo'-o","unicode":"θριαμβεύω","translit":"thriambeúō","definition":"[θριαμβεύω] from a prolonged compound of the base of {{g2360}}; and a derivative of {{g680}} (meaning a noisy iambus, sung in honor of Bacchus); to make an acclamatory procession, i.e. (figuratively) to conquer or (by Hebraism) to give victory","strongs_number":"g2358"},"g2359":{"pronunciation":"threeks","unicode":"θρίξ","translit":"thríx","definition":"[θρίξ] genitive case τριχός, etc.; of uncertain derivation; hair Compare {{g2864}}.","strongs_number":"g2359"},"g2360":{"pronunciation":"thro-eh'-o","unicode":"θροέω","translit":"throéō","definition":"[θροέω] from θρέομαι to wail; to clamor, i.e. (by implication) to frighten","strongs_number":"g2360"},"g2361":{"pronunciation":"throm'-bos","unicode":"θρόμβος","translit":"thrómbos","definition":"[θρόμβος] perhaps from {{g5142}} (in the sense of thickening); a clot","strongs_number":"g2361"},"g2362":{"pronunciation":"thron'-os","unicode":"θρόνος","translit":"thrónos","definition":"[θρόνος] from θράω (to sit); a stately seat (\"throne\"); by implication, power or (concretely) a potentate","strongs_number":"g2362"},"g2363":{"pronunciation":"thoo-at'-i-rah","unicode":"Θυάτειρα","translit":"Thyáteira","definition":"[Θυάτειρα] of uncertain derivation; Thyatira, a place in Asia Minor","strongs_number":"g2363"},"g2364":{"pronunciation":"thoo-gat'-air","unicode":"θυγάτηρ","translit":"thygátēr","definition":"[θυγάτηρ] apparently a primary word (compare \"daughter\"); a female child, or (by Hebraism) descendant (or inhabitant)","strongs_number":"g2364"},"g2365":{"pronunciation":"thoo-gat'-ree-on","unicode":"θυγάτριον","translit":"thygátrion","definition":"[θυγάτριον] from {{g2364}}; a daughterling","strongs_number":"g2365"},"g2366":{"pronunciation":"thoo'-el-lah","unicode":"θύελλα","translit":"thýella","definition":"[θύελλα] from {{g2380}} (in the sense of blowing) a storm","strongs_number":"g2366"},"g2367":{"pronunciation":"thoo'-ee-nos","unicode":"θύϊνος","translit":"thýïnos","definition":"[θύϊνος] from a derivative of {{g2380}} (in the sense of blowing; denoting a certain fragrant tree); made of citron-wood","strongs_number":"g2367"},"g2368":{"pronunciation":"thoo-mee'-am-ah","unicode":"θυμίαμα","translit":"thymíama","definition":"[θυμίαμα] from {{g2370}}; an aroma, i.e. fragrant powder burnt in religious service; by implication, the burning itself","strongs_number":"g2368"},"g2369":{"pronunciation":"thoo-mee-as-tay'-ree-on","unicode":"θυμιαστήριον","translit":"thymiastḗrion","definition":"[θυμιαστήριον] from a derivative of {{g2370}}; a place of fumigation, i.e. the alter of incense (in the Temple)","strongs_number":"g2369"},"g2370":{"pronunciation":"thoo-mee-ah'-o","unicode":"θυμιάω","translit":"thymiáō","definition":"[θυμιάω] from a derivative of {{g2380}} (in the sense of smoking); to fumigate, i.e. offer aromatic fumes","strongs_number":"g2370"},"g2371":{"pronunciation":"thoo-mom-akh-eh'-o","unicode":"θυμομαχέω","translit":"thymomachéō","definition":"[θυμομαχέω] from a presumed compound of {{g2372}} and {{g3164}}; to be in a furious fight, i.e. (figuratively) to be exasperated","strongs_number":"g2371"},"g2372":{"pronunciation":"thoo-mos'","unicode":"θυμός","translit":"thymós","definition":"[θυμός] from {{g2380}}; passion (as if breathing hard) Compare {{g5590}}.","strongs_number":"g2372"},"g2373":{"pronunciation":"tho-mo'-o","unicode":"θυμόω","translit":"thymóō","definition":"[θυμόω] from {{g2372}}; to put in a passion, i.e. enrage","strongs_number":"g2373"},"g2374":{"pronunciation":"thoo'-rah","unicode":"θύρα","translit":"thýra","definition":"[θύρα] apparently a primary word (compare \"door\"); a portal or entrance (the opening or the closure, literally or figuratively)","strongs_number":"g2374"},"g2375":{"pronunciation":"thoo-reh-os'","unicode":"θυρεός","translit":"thyreós","definition":"[θυρεός] from {{g2374}}; a large shield (as door-shaped)","strongs_number":"g2375"},"g2376":{"pronunciation":"thoo-rece'","unicode":"θυρίς","translit":"thyrís","definition":"[θυρίς] from {{g2374}}; an aperture, i.e. window","strongs_number":"g2376"},"g2377":{"pronunciation":"thoo-ro-ros'","unicode":"θυρωρός","translit":"thyrōrós","definition":"[θυρωρός] from {{g2374}} and οὖρος (a watcher); a gate- warden","strongs_number":"g2377"},"g2378":{"pronunciation":"thoo-see'-ah","unicode":"θυσία","translit":"thysía","definition":"[θυσία] from {{g2380}}; sacrifice (the act or the victim, literally or figuratively)","strongs_number":"g2378"},"g2379":{"pronunciation":"thoo-see-as-tay'-ree-on","unicode":"θυσιαστήριον","translit":"thysiastḗrion","definition":"[θυσιαστήριον] from a derivative of {{g2378}}; a place of sacrifice, i.e. an altar (special or genitive case, literal or figurative)","strongs_number":"g2379"},"g2380":{"pronunciation":"thoo'-o","unicode":"θύω","translit":"thýō","definition":"[θύω] a primary verb; properly, to rush (breathe hard, blow, smoke), i.e. (by implication) to sacrifice (properly, by fire, but genitive case); by extension to immolate (slaughter for any purpose)","strongs_number":"g2380"},"g2381":{"pronunciation":"tho-mas'","unicode":"Θωμᾶς","translit":"Thōmâs","definition":"[Θωμᾶς] of Chaldee origin (compare {{h8380}}); the twin; Thomas, a Christian","strongs_number":"g2381"},"g2382":{"pronunciation":"tho'-rax","unicode":"θώραξ","translit":"thṓrax","definition":"[θώραξ] of uncertain affinity; the chest (\"thorax\"), i.e. (by implication) a corslet","strongs_number":"g2382"},"g2383":{"pronunciation":"ee-ah'-i-ros","unicode":"Ἰάειρος","translit":"Iáeiros","definition":"[Ἰάειρος] of Hebrew origin ({{h2971}}); Jairus (i.e. Jair), an Israelite","strongs_number":"g2383"},"g2384":{"pronunciation":"ee-ak-obe'","unicode":"Ἰακώβ","translit":"Iakṓb","definition":"[Ἰακώβ] of Hebrew origin ({{h3290}}); Jacob (i.e. Ja`akob), the progenitor of the Israelites","strongs_number":"g2384"},"g2385":{"pronunciation":"ee-ak'-o-bos","unicode":"Ἰάκωβος","translit":"Iákōbos","definition":"[Ἰάκωβος] the same as {{g2384}} Græcized; Jacobus, the name of three Israelites","strongs_number":"g2385"},"g2386":{"pronunciation":"ee'-am-ah","unicode":"ἴαμα","translit":"íama","definition":"[ἴαμα] from {{g2390}}; a cure (the effect)","strongs_number":"g2386"},"g2387":{"pronunciation":"ee-am-brace'","unicode":"Ἰαμβρῆς","translit":"Iambrēs","definition":"[Ἰαμβρῆς] of Egyptian origin; Jambres, an Egyptian","strongs_number":"g2387"},"g2388":{"pronunciation":"ee-an-nah'","unicode":"Ἰαννά","translit":"Ianná","definition":"[Ἰαννά] probably of Hebrew origin (compare {{h3238}}); Janna, an Israelite","strongs_number":"g2388"},"g2389":{"pronunciation":"ee-an-nace'","unicode":"Ἰαννῆς","translit":"Iannēs","definition":"[Ἰαννῆς] of Egyptian origin; Jannes, an Egyptian","strongs_number":"g2389"},"g2390":{"pronunciation":"ee-ah'-om-ahee","unicode":"ἰάομαι","translit":"iáomai","definition":"[ἰάομαι] middle voice of apparently a primary verb; to cure (literally or figuratively)","strongs_number":"g2390"},"g2391":{"pronunciation":"ee-ar'-ed","unicode":"Ἰάρεδ","translit":"Iáred","definition":"[Ἰάρεδ] of Hebrew origin ({{h3382}}); Jared (i.e. Jered), an antediluvian","strongs_number":"g2391"},"g2392":{"pronunciation":"ee'-as-is","unicode":"ἴασις","translit":"íasis","definition":"[ἴασις] from {{g2390}}; curing (the act)","strongs_number":"g2392"},"g2393":{"pronunciation":"ee'-as-pis","unicode":"ἴασπις","translit":"íaspis","definition":"[ἴασπις] probably of foreign origin (see {{h3471}}); \"jasper\", a gem","strongs_number":"g2393"},"g2394":{"pronunciation":"ee-as'-oan","unicode":"Ἰάσων","translit":"Iásōn","definition":"[Ἰάσων] future active participle masculine of {{g2390}}; about to cure; Jason, a Christian","strongs_number":"g2394"},"g2395":{"pronunciation":"ee-at-ros'","unicode":"ἰατρός","translit":"iatrós","definition":"[ἰατρός] from {{g2390}}; a physician","strongs_number":"g2395"},"g2396":{"pronunciation":"id'-eh","unicode":"ἴδε","translit":"íde","definition":"[ἴδε] second person singular imperative active of {{g1492}}; used as an interjection to denote surprise; lo!","strongs_number":"g2396"},"g2397":{"pronunciation":"id-eh'-ah","unicode":"ἰδέα","translit":"idéa","definition":"[ἰδέα] from {{g1492}}; a sight (comparative figuratively \"idea\"), i.e. aspect","strongs_number":"g2397"},"g2398":{"pronunciation":"id'-ee-os","unicode":"ἴδιος","translit":"ídios","definition":"[ἴδιος] of uncertain affinity; pertaining to self, i.e. one's own; by implication, private or separate","strongs_number":"g2398"},"g2399":{"pronunciation":"id-ee-o'-tace","unicode":"ἰδιώτης","translit":"idiṓtēs","definition":"[ἰδιώτης] from {{g2398}}; a private person, i.e. (by implication) an ignoramus (compare \"idiot\")","strongs_number":"g2399"},"g2400":{"pronunciation":"id-oo'","unicode":"ἰδού","translit":"idoú","definition":"[ἰδού] second person singular imperative middle voice of {{g1492}}; used as imperative lo!; ","strongs_number":"g2400"}}
@@ -0,0 +1 @@
1
+ {"g2401":{"pronunciation":"id-oo-mah'-yah","unicode":"Ἰδουμαία","translit":"Idoumaía","definition":"[Ἰδουμαία] of Hebrew origin ({{h123}}); Idumæa (i.e. Edom), a region East (and South) of Palestine","strongs_number":"g2401"},"g2402":{"pronunciation":"hid-roce'","unicode":"ἱδρώς","translit":"hidrṓs","definition":"[ἱδρώς] a strengthened form of a primary idos (sweat); perspiration","strongs_number":"g2402"},"g2403":{"pronunciation":"ee-ed-zab-ale'","unicode":"Ἰεζαβήλ","translit":"Iezabḗl","definition":"[Ἰεζαβήλ] of Hebrew origin ({{h348}}); Jezabel (i.e. Jezebel), a Tyrian woman (used as a synonym of a termagant or false teacher)","strongs_number":"g2403"},"g2404":{"pronunciation":"hee-er-ap'-ol-is","unicode":"Ἱεράπολις","translit":"Hierápolis","definition":"[Ἱεράπολις] from {{g2413}} and {{g4172}}; holy city; Hierapolis, a place in Asia Minor","strongs_number":"g2404"},"g2405":{"pronunciation":"hee-er-at-i'-ah","unicode":"ἱερατεία","translit":"hierateía","definition":"[ἱερατεία] from {{g2407}}; priestliness, i.e. the sacerdotal function","strongs_number":"g2405"},"g2406":{"pronunciation":"hee-er-at'-yoo-mah","unicode":"ἱεράτευμα","translit":"hieráteuma","definition":"[ἱεράτευμα] from {{g2407}}; the priestly fraternity, i.e. sacerdotal order (figuratively)","strongs_number":"g2406"},"g2407":{"pronunciation":"hee-er-at-yoo'-o","unicode":"ἱερατεύω","translit":"hierateúō","definition":"[ἱερατεύω] prolongation from {{g2409}}; to be a priest, i.e. perform his functions","strongs_number":"g2407"},"g2408":{"pronunciation":"hee-er-em-ee'-as","unicode":"Ἱερεμίας","translit":"Hieremías","definition":"[Ἱερεμίας] of Hebrew origin ({{h3414}}); Hieremias (i.e. Jermijah), an Israelite","strongs_number":"g2408"},"g2409":{"pronunciation":"hee-er-yooce'","unicode":"ἱερεύς","translit":"hiereús","definition":"[ἱερεύς] from {{g2413}}; a priest (literally or figuratively)","strongs_number":"g2409"},"g2410":{"pronunciation":"hee-er-ee-kho'","unicode":"Ἱεριχώ","translit":"Hierichṓ","definition":"[Ἱεριχώ] of Hebrew origin ({{h3405}}); Jericho, a place in Palestine","strongs_number":"g2410"},"g2411":{"pronunciation":"hee-er-on'","unicode":"ἱερόν","translit":"hierón","definition":"[ἱερόν] neuter of {{g2413}}; a sacred place, i.e. the entire precincts (whereas {{g3485}} denotes the central sanctuary itself) of the Temple (at Jerusalem or elsewhere)","strongs_number":"g2411"},"g2412":{"pronunciation":"hee-er-op-rep-ace'","unicode":"ἱεροπρεπής","translit":"hieroprepḗs","definition":"[ἱεροπρεπής] from {{g2413}} and the same as {{g4241}}; reverent","strongs_number":"g2412"},"g2413":{"pronunciation":"hee-er-os'","unicode":"ἱερός","translit":"hierós","definition":"[ἱερός] of uncertain affinity; sacred","strongs_number":"g2413"},"g2414":{"pronunciation":"hee-er-os-ol'-oo-mah","unicode":"Ἱεροσόλυμα","translit":"Hierosólyma","definition":"[Ἱεροσόλυμα] of Hebrew origin ({{h3389}}); Hierosolyma (i.e. Jerushalaim), the capitol of Palestine Compare {{g2419}}.","strongs_number":"g2414"},"g2415":{"pronunciation":"hee-er-os-ol-oo-mee'-tace","unicode":"Ἱεροσολυμίτης","translit":"Hierosolymítēs","definition":"[Ἱεροσολυμίτης] from {{g2414}}; a Hierosolymite, i.e. inhabitant of Hierosolyma","strongs_number":"g2415"},"g2416":{"pronunciation":"hee-er-os-ool-eh'-o","unicode":"ἱεροσυλέω","translit":"hierosyléō","definition":"[ἱεροσυλέω] from {{g2417}}; to be a temple-robber (figuratively)","strongs_number":"g2416"},"g2417":{"pronunciation":"hee-er-os'-oo-los","unicode":"ἱερόσυλος","translit":"hierósylos","definition":"[ἱερόσυλος] from {{g2411}} and {{g4813}}; a temple-despoiler","strongs_number":"g2417"},"g2418":{"pronunciation":"hee-er-oorg-eh'-o","unicode":"ἱερουργέω","translit":"hierourgéō","definition":"[ἱερουργέω] from a compound of {{g2411}} and the base of {{g2041}}; to be a temple-worker, i.e. officiate as a priest (figuratively)","strongs_number":"g2418"},"g2419":{"pronunciation":"hee-er-oo-sal-ame'","unicode":"Ἱερουσαλήμ","translit":"Hierousalḗm","definition":"[Ἱερουσαλήμ] of Hebrew origin ({{h3389}}); Hierusalem (i.e. Jerushalem), the capitol of Palestine Compare {{g2414}}.","strongs_number":"g2419"},"g2420":{"pronunciation":"hee-er-o-soo'-nay","unicode":"ἱερωσύνη","translit":"hierōsýnē","definition":"[ἱερωσύνη] from {{g2413}}; sacredness, i.e. (by implication) the priestly office","strongs_number":"g2420"},"g2421":{"pronunciation":"es-es-sah'-ee","unicode":"Ἰεσσαί","translit":"Iessaí","definition":"[Ἰεσσαί] of Hebrew origin ({{h3448}}); Jessæ (i.e. Jishai), an Israelite","strongs_number":"g2421"},"g2422":{"pronunciation":"ee-ef-thah'-eh","unicode":"Ἰεφθάε","translit":"Iephtháe","definition":"[Ἰεφθάε] of Hebrew origin ({{h3316}}); Jephthaë (i.e. Jiphtach), an Israelite","strongs_number":"g2422"},"g2423":{"pronunciation":"ee-ekh-on-ee'-as","unicode":"Ἰεχονίας","translit":"Iechonías","definition":"[Ἰεχονίας] of Hebrew origin ({{h3204}}); Jechonias (i.e. Jekonjah), an Israelite","strongs_number":"g2423"},"g2424":{"pronunciation":"ee-ay-sooce'","unicode":"Ἰησοῦς","translit":"Iēsoûs","definition":"[Ἰησοῦς] of Hebrew origin ({{h3091}}); Jesus (i.e. Jehoshua), the name of our Lord and two (three) other Israelites","strongs_number":"g2424"},"g2425":{"pronunciation":"hik-an-os'","unicode":"ἱκανός","translit":"hikanós","definition":"[ἱκανός] from ἵκω (ἱκάνω or ἱκνέομαι, akin to {{g2240}}) (to arrive); competent (as if coming in season), i.e. ample (in amount) or fit (in character)","strongs_number":"g2425"},"g2426":{"pronunciation":"hik-an-ot'-ace","unicode":"ἱκανότης","translit":"hikanótēs","definition":"[ἱκανότης] from {{g2425}}; ability","strongs_number":"g2426"},"g2427":{"pronunciation":"hik-an-o'-o","unicode":"ἱκανόω","translit":"hikanóō","definition":"[ἱκανόω] from {{g2425}}; to enable, i.e. qualify","strongs_number":"g2427"},"g2428":{"pronunciation":"hik-et-ay-ree'-ah","unicode":"ἱκετηρία","translit":"hiketēría","definition":"[ἱκετηρία] from a derivative of the base of {{g2425}} (through the idea of approaching for a favor); intreaty","strongs_number":"g2428"},"g2429":{"pronunciation":"hik-mas'","unicode":"ἱκμάς","translit":"hikmás","definition":"[ἱκμάς] of uncertain affinity; dampness","strongs_number":"g2429"},"g2430":{"pronunciation":"ee-kon'-ee-on","unicode":"Ἰκόνιον","translit":"Ikónion","definition":"[Ἰκόνιον] perhaps from {{g1504}}; image-like; Iconium, a place in Asia Minor","strongs_number":"g2430"},"g2431":{"pronunciation":"hil-ar-os'","unicode":"ἱλαρός","translit":"hilarós","definition":"[ἱλαρός] from the same as {{g2436}}; propitious or merry (\"hilarious\"), i.e. prompt or willing","strongs_number":"g2431"},"g2432":{"pronunciation":"hil-ar-ot'-ace","unicode":"ἱλαρότης","translit":"hilarótēs","definition":"[ἱλαρότης] from {{g2431}}; alacrity","strongs_number":"g2432"},"g2433":{"pronunciation":"hil-as'-kom-ahee","unicode":"ἱλάσκομαι","translit":"hiláskomai","definition":"[ἱλάσκομαι] middle voice from the same as {{g2436}}; to conciliate, i.e. (transitively) to atone for (sin), or (intransitively) be propitious","strongs_number":"g2433"},"g2434":{"pronunciation":"hil-as-mos'","unicode":"ἱλασμός","translit":"hilasmós","definition":"[ἱλασμός] atonement, i.e. (concretely) an expiator","strongs_number":"g2434"},"g2435":{"pronunciation":"hil-as-tay'-ree-on","unicode":"ἱλαστήριον","translit":"hilastḗrion","definition":"[ἱλαστήριον] neuter of a derivative of {{g2433}}; an expiatory (place or thing), i.e. (concretely) an atoning victim, or (specially) the lid of the Ark (in the Temple)","strongs_number":"g2435"},"g2436":{"pronunciation":"hil'-eh-oce","unicode":"ἵλεως","translit":"híleōs","definition":"[ἵλεως] perhaps from the alternate form of {{g138}}; cheerful (as attractive), i.e. propitious; adverbially (by Hebraism) God be gracious!, i.e. (in averting some calamity) far be it","strongs_number":"g2436"},"g2437":{"pronunciation":"il-loo-ree-kon'","unicode":"Ἰλλυρικόν","translit":"Illyrikón","definition":"[Ἰλλυρικόν] neuter of an adjective from a name of uncertain derivation; (the) Illyrican (shore), i.e. (as a name itself) Illyricum, a region of Europe","strongs_number":"g2437"},"g2438":{"pronunciation":"hee-mas'","unicode":"ἱμάς","translit":"himás","definition":"[ἱμάς] perhaps from the same as {{g260}}; a strap, i.e. (specially) the tie (of a sandal) or the lash (of a scourge)","strongs_number":"g2438"},"g2439":{"pronunciation":"him-at-id'-zo","unicode":"ἱματίζω","translit":"himatízō","definition":"[ἱματίζω] from {{g2440}}; to dress","strongs_number":"g2439"},"g2440":{"pronunciation":"him-at'-ee-on","unicode":"ἱμάτιον","translit":"himátion","definition":"[ἱμάτιον] neuter of a presumed derivative of ennumi (to put on); a dress (inner or outer)","strongs_number":"g2440"},"g2441":{"pronunciation":"him-at-is-mos'","unicode":"ἱματισμός","translit":"himatismós","definition":"[ἱματισμός] from {{g2439}}; clothing","strongs_number":"g2441"},"g2442":{"pronunciation":"him-i'-rom-ahee","unicode":"ἱμείρομαι","translit":"himeíromai","definition":"[ἱμείρομαι] middle voice from ἵμερος (a yearning; of uncertain affinity); to long for","strongs_number":"g2442"},"g2443":{"pronunciation":"hin'-ah","unicode":"ἵνα","translit":"hína","definition":"[ἵνα] probably from the same as the former part of {{g1438}} (through the demonstrative idea; compare {{g3588}}); in order that (denoting the purpose or the result) Compare {{g3363}}.","strongs_number":"g2443"},"g2444":{"pronunciation":"hin-at-ee'","unicode":"ἱνατί","translit":"hinatí","definition":"[ἱνατί] from {{g2443}} and {{g5101}}; for what reason ?, i.e. why?","strongs_number":"g2444"},"g2445":{"pronunciation":"ee-op'-pay","unicode":"Ἰόππη","translit":"Ióppē","definition":"[Ἰόππη] of Hebrew origin ({{h3305}}); Joppe (i.e. Japho), a place in Palestine","strongs_number":"g2445"},"g2446":{"pronunciation":"ee-or-dan'-ace","unicode":"Ἰορδάνης","translit":"Iordánēs","definition":"[Ἰορδάνης] of Hebrew origin ({{h3383}}); the Jordanes (i.e. Jarden), a river of Palestine","strongs_number":"g2446"},"g2447":{"pronunciation":"ee-os'","unicode":"ἰός","translit":"iós","definition":"[ἰός] perhaps from εἶμι (to go) or ἵημι (to send); rust (as if emitted by metals); also venom (as emitted by serpents)","strongs_number":"g2447"},"g2448":{"pronunciation":"ee-oo-dah'","unicode":"Ἰουδά","translit":"Ioudá","definition":"[Ἰουδά] of Hebrew origin ({{h3063}} or perhaps {{h3194}}); Judah (i.e. Jehudah or Juttah), a part of (or place in) Palestine","strongs_number":"g2448"},"g2449":{"pronunciation":"ee-oo-dah'-yah","unicode":"Ἰουδαία","translit":"Ioudaía","definition":"[Ἰουδαία] feminine of {{g2453}} (with {{g1093}} implied); the Judæan land (i.e. Judæa), a region of Palestine","strongs_number":"g2449"},"g2450":{"pronunciation":"ee-oo-dah-id'-zo","unicode":"Ἰουδαΐζω","translit":"Ioudaḯzō","definition":"[Ἰουδαΐζω] from {{g2453}}; to become a Judæan, i.e. \"Judaize\"","strongs_number":"g2450"},"g2451":{"pronunciation":"ee-oo-dah-ee-kos'","unicode":"Ἰουδαϊκός","translit":"Ioudaïkós","definition":"[Ἰουδαϊκός] from {{g2453}}; Judaïc, i.e. resembling a Judæan","strongs_number":"g2451"},"g2452":{"pronunciation":"ee-oo-dah-ee-koce'","unicode":"Ἰουδαϊκῶς","translit":"Ioudaïkōs","definition":"[Ἰουδαϊκῶς] adverb from {{g2451}}; Judaïcally or in a manner resembling a Judæan","strongs_number":"g2452"},"g2453":{"pronunciation":"ee-oo-dah'-yos","unicode":"Ἰουδαῖος","translit":"Ioudaîos","definition":"[Ἰουδαῖος] from {{g2448}} (in the sense of {{g2455}} as a country); Judæan, i.e. belonging to Jehudah","strongs_number":"g2453"},"g2454":{"pronunciation":"ee-oo-dah-is-mos'","unicode":"Ἰουδαϊσμός","translit":"Ioudaïsmós","definition":"[Ἰουδαϊσμός] from {{g2450}}; \"Judaism\", i.e. the Jewish faith and usages","strongs_number":"g2454"},"g2455":{"pronunciation":"ee-oo-das'","unicode":"Ἰούδας","translit":"Ioúdas","definition":"[Ἰούδας] of Hebrew origin ({{h3063}}); Judas (i.e. Jehudah), the name of ten Israelites; also of the posterity of one of them and its region","strongs_number":"g2455"},"g2456":{"pronunciation":"ee-oo-lee'-ah","unicode":"Ἰουλία","translit":"Ioulía","definition":"[Ἰουλία] feminine of the same as {{g2457}}; Julia, a Christian woman","strongs_number":"g2456"},"g2457":{"pronunciation":"ee-oo'-lee-os","unicode":"Ἰούλιος","translit":"Ioúlios","definition":"[Ἰούλιος] of Latin origin; Julius, a centurion","strongs_number":"g2457"},"g2458":{"pronunciation":"ee-oo-nee'-as","unicode":"Ἰουνιᾶς","translit":"Iouniâs","definition":"[Ἰουνιᾶς] of Latin origin; Junias, a Christian","strongs_number":"g2458"},"g2459":{"pronunciation":"ee-ooce'-tos","unicode":"Ἰοῦστος","translit":"Ioûstos","definition":"[Ἰοῦστος] of Latin origin (\"just\"); Justus, the name of three Christian","strongs_number":"g2459"},"g2460":{"pronunciation":"hip-yooce'","unicode":"ἱππεύς","translit":"hippeús","definition":"[ἱππεύς] from {{g2462}}; an equestrian, i.e. member of a cavalry corps","strongs_number":"g2460"},"g2461":{"pronunciation":"hip-pee-kon'","unicode":"ἱππικόν","translit":"hippikón","definition":"[ἱππικόν] neuter of a derivative of {{g2462}}; the cavalry force","strongs_number":"g2461"},"g2462":{"pronunciation":"hip'-pos","unicode":"ἵππος","translit":"híppos","definition":"[ἵππος] of uncertain affinity; a horse","strongs_number":"g2462"},"g2463":{"pronunciation":"ee'-ris","unicode":"ἶρις","translit":"îris","definition":"[ἶρις] perhaps from {{g2046}} (as a symbol of the female messenger of the pagan deities); a rainbow (\"iris\")","strongs_number":"g2463"},"g2464":{"pronunciation":"ee-sah-ak'","unicode":"Ἰσαάκ","translit":"Isaák","definition":"[Ἰσαάκ] of Hebrew origin ({{h3327}}); Isaac (i.e. Jitschak), the son of Abraham","strongs_number":"g2464"},"g2465":{"pronunciation":"ee-sang'-el-los","unicode":"ἰσάγγελος","translit":"isángelos","definition":"[ἰσάγγελος] from {{g2470}} and {{g32}}; like an angel, i.e. angelic","strongs_number":"g2465"},"g2466":{"pronunciation":"ee-sakh-ar'","unicode":"Ἰσαχάρ","translit":"Isachár","definition":"[Ἰσαχάρ] of Hebrew origin ({{h3485}}); Isachar (i.e. Jissaskar), a son of Jacob (figuratively, his descendant)","strongs_number":"g2466"},"g2467":{"pronunciation":"is'-ay-mee","unicode":"ἴσημι","translit":"ísēmi","definition":"[ἴσημι] assumed by some as the base of certain irregular forms of {{g1492}}; to know","strongs_number":"g2467"},"g2468":{"pronunciation":"is'-thee","unicode":"ἴσθι","translit":"ísthi","definition":"[ἴσθι] second person imperative present of {{g1510}}; be thou","strongs_number":"g2468"},"g2469":{"pronunciation":"is-kar-ee-o'-tace","unicode":"Ἰσκαριώτης","translit":"Iskariṓtēs","definition":"[Ἰσκαριώτης] of Hebrew origin (probably {{h377}} and {{h7149}}); inhabitant of Kerioth; Iscariotes (i.e. Keriothite), an epithet of Judas the traitor","strongs_number":"g2469"},"g2470":{"pronunciation":"ee'-sos","unicode":"ἴσος","translit":"ísos","definition":"[ἴσος] probably from {{g1492}} (through the idea of seeming); similar (in amount and kind)","strongs_number":"g2470"},"g2471":{"pronunciation":"ee-sot'-ace","unicode":"ἰσότης","translit":"isótēs","definition":"[ἰσότης] likeness (in condition or proportion); by implication, equity","strongs_number":"g2471"},"g2472":{"pronunciation":"ee-sot'-ee-mos","unicode":"ἰσότιμος","translit":"isótimos","definition":"[ἰσότιμος] from {{g2470}} and {{g5092}}; of equal value or honor","strongs_number":"g2472"},"g2473":{"pronunciation":"ee-sop'-soo-khos","unicode":"ἰσόψυχος","translit":"isópsychos","definition":"[ἰσόψυχος] from {{g2470}} and {{g5590}}; of similar spirit","strongs_number":"g2473"},"g2474":{"pronunciation":"is-rah-ale'","unicode":"Ἰσραήλ","translit":"Israḗl","definition":"[Ἰσραήλ] of Hebrew origin ({{h3478}}); Israel (i.e. Jisrael), the adopted name of Jacob, including his descendants (literally or figuratively)","strongs_number":"g2474"},"g2475":{"pronunciation":"is-rah-ale-ee'-tace","unicode":"Ἰσραηλίτης","translit":"Israēlítēs","definition":"[Ἰσραηλίτης] from {{g2474}}; an \"Israelite\", i.e. descendant of Israel (literally or figuratively)","strongs_number":"g2475"},"g2476":{"pronunciation":"his'-tay-mee","unicode":"ἵστημι","translit":"hístēmi","definition":"[ἵστημι] a prolonged form of a primary στάω (of the same meaning, and used for it in certain tenses); to stand (transitively or intransitively), used in various applications (literally or figuratively) Compare {{g5087}}.","strongs_number":"g2476"},"g2477":{"pronunciation":"his-tor-eh'-o","unicode":"ἱστορέω","translit":"historéō","definition":"[ἱστορέω] from a derivative of {{g1492}}; to be knowing (learned), i.e. (by implication) to visit for information (interview)","strongs_number":"g2477"},"g2478":{"pronunciation":"is-khoo-ros'","unicode":"ἰσχυρός","translit":"ischyrós","definition":"[ἰσχυρός] from {{g2479}}; forcible (literally or figuratively)","strongs_number":"g2478"},"g2479":{"pronunciation":"is-khoos'","unicode":"ἰσχύς","translit":"ischýs","definition":"[ἰσχύς] from a derivative of ἰς (force; compare ἔσχον, a form of {{g2192}}); forcefulness (literally or figuratively)","strongs_number":"g2479"},"g2480":{"pronunciation":"is-khoo'-o","unicode":"ἰσχύω","translit":"ischýō","definition":"[ἰσχύω] from {{g2479}}; to have (or exercise) force (literally or figuratively)","strongs_number":"g2480"},"g2481":{"pronunciation":"ee'-soce","unicode":"ἴσως","translit":"ísōs","definition":"[ἴσως] adverb from {{g2470}}; likely, i.e. perhaps","strongs_number":"g2481"},"g2482":{"pronunciation":"ee-tal-ee'-ah","unicode":"Ἰταλία","translit":"Italía","definition":"[Ἰταλία] probably of foreign origin; Italia, a region of Europe","strongs_number":"g2482"},"g2483":{"pronunciation":"ee-tal-ee-kos'","unicode":"Ἰταλικός","translit":"Italikós","definition":"[Ἰταλικός] from {{g2482}}; Italic, i.e. belonging to Italia","strongs_number":"g2483"},"g2484":{"pronunciation":"ee-too-rah'-yah","unicode":"Ἰτουραΐα","translit":"Itouraḯa","definition":"[Ἰτουραΐα] of Hebrew origin ({{h3195}}); Ituræa (i.e. Jetur), a region of Palestine","strongs_number":"g2484"},"g2485":{"pronunciation":"ikh-thoo'-dee-on","unicode":"ἰχθύδιον","translit":"ichthýdion","definition":"[ἰχθύδιον] diminutive from {{g2486}}; a petty fish","strongs_number":"g2485"},"g2486":{"pronunciation":"ikh-thoos'","unicode":"ἰχθύς","translit":"ichthýs","definition":"[ἰχθύς] of uncertain affinity; a fish","strongs_number":"g2486"},"g2487":{"pronunciation":"ikh'-nos","unicode":"ἴχνος","translit":"íchnos","definition":"[ἴχνος] from ἰκνέομαι (to arrive; compare {{g2240}}); a track (figuratively)","strongs_number":"g2487"},"g2488":{"pronunciation":"ee-o-ath'-am","unicode":"Ἰωάθαμ","translit":"Iōátham","definition":"[Ἰωάθαμ] of Hebrew origin ({{h3147}}); Joatham (i.e. Jotham), an Israelite","strongs_number":"g2488"},"g2489":{"pronunciation":"ee-o-an'-nah","unicode":"Ἰωάννα","translit":"Iōánna","definition":"[Ἰωάννα] feminine of the same as {{g2491}}; Joanna, a Christian","strongs_number":"g2489"},"g2490":{"pronunciation":"ee-o-an-nas'","unicode":"Ἰωαννᾶς","translit":"Iōannâs","definition":"[Ἰωαννᾶς] a form of {{g2491}}; Joannas, an Israelite","strongs_number":"g2490"},"g2491":{"pronunciation":"ee-o-an'-nace","unicode":"Ἰωάννης","translit":"Iōánnēs","definition":"[Ἰωάννης] of Hebrew origin ({{h3110}}); Joannes (i.e. Jochanan), the name of four Israelites","strongs_number":"g2491"},"g2492":{"pronunciation":"ee-obe'","unicode":"Ἰώβ","translit":"Iṓb","definition":"[Ἰώβ] of Hebrew origin ({{h347}}); Job (i.e. Ijob), a patriarch","strongs_number":"g2492"},"g2493":{"pronunciation":"ee-o-ale'","unicode":"Ἰωήλ","translit":"Iōḗl","definition":"[Ἰωήλ] of Hebrew origin ({{h3100}}); Joel, an Israelite","strongs_number":"g2493"},"g2494":{"pronunciation":"ee-o-nan'","unicode":"Ἰωνάν","translit":"Iōnán","definition":"[Ἰωνάν] probably for {{g2491}} or {{g2495}}; Jonan, an Israelite","strongs_number":"g2494"},"g2495":{"pronunciation":"ee-o-nas'","unicode":"Ἰωνᾶς","translit":"Iōnâs","definition":"[Ἰωνᾶς] of Hebrew origin ({{h3124}}); Jonas (i.e. Jonah), the name of two Israelites","strongs_number":"g2495"},"g2496":{"pronunciation":"ee-o-ram'","unicode":"Ἰωράμ","translit":"Iōrám","definition":"[Ἰωράμ] of Hebrew origin ({{h3141}}); Joram, an Israelite","strongs_number":"g2496"},"g2497":{"pronunciation":"ee-o-rime'","unicode":"Ἰωρείμ","translit":"Iōreím","definition":"[Ἰωρείμ] perhaps for {{g2496}}; Jorim, an Israelite","strongs_number":"g2497"},"g2498":{"pronunciation":"ee-o-saf-at'","unicode":"Ἰωσαφάτ","translit":"Iōsaphát","definition":"[Ἰωσαφάτ] of Hebrew origin ({{h3092}}); Josaphat (i.e. Jehoshaphat), an Israelite","strongs_number":"g2498"},"g2499":{"pronunciation":"ee-o-say'","unicode":"Ἰωσή","translit":"Iōsḗ","definition":"[Ἰωσή] genitive case of {{g2500}}; Jose, an Israelite","strongs_number":"g2499"},"g2500":{"pronunciation":"ee-o-sace'","unicode":"Ἰωσῆς","translit":"Iōsēs","definition":"[Ἰωσῆς] perhaps for {{g2501}}; Joses, the name of two Israelites Compare {{g2499}}.","strongs_number":"g2500"}}
@@ -0,0 +1 @@
1
+ {"g2501":{"pronunciation":"ee-o-safe'","unicode":"Ἰωσήφ","translit":"Iōsḗph","definition":"[Ἰωσήφ] of Hebrew origin ({{h3130}}); Joseph, the name of seven Israelites","strongs_number":"g2501"},"g2502":{"pronunciation":"ee-o-see'-as","unicode":"Ἰωσίας","translit":"Iōsías","definition":"[Ἰωσίας] of Hebrew origin ({{h2977}}); Josias (i.e. Joshiah), an Israelite","strongs_number":"g2502"},"g2503":{"pronunciation":"ee-o'-tah","unicode":"ἰῶτα","translit":"iōta","definition":"[ἰῶτα] of Hebrew origin (the tenth letter of the Hebrew alphabet); \"iota\", the name of the eighth letter of the Greek alphabet, put (figuratively) for a very small part of anything","strongs_number":"g2503"},"g2504":{"pronunciation":"kag-o'","unicode":"κἀγώ","translit":"kagṓ","definition":"[κἀγώ] from {{g2532}} and {{g1473}}; so also the dative case κἀμοί, and accusative case κἀμέ and (or also, even, etc.) I, (to) me","strongs_number":"g2504"},"g2505":{"pronunciation":"kath-ah'","unicode":"καθά","translit":"kathá","definition":"[καθά] from {{g2596}} and the neuter plural of {{g3739}}; according to which things, i.e. just as","strongs_number":"g2505"},"g2506":{"pronunciation":"kath-ah'-ee-res-is","unicode":"καθαίρεσις","translit":"kathaíresis","definition":"[καθαίρεσις] from {{g2507}}; demolition; figuratively, extinction","strongs_number":"g2506"},"g2507":{"pronunciation":"kath-ahee-reh'-o","unicode":"καθαιρέω","translit":"kathairéō","definition":"[καθαιρέω] from {{g2596}} and {{g138}} (including its alternate); to lower (or with violence) demolish (literally or figuratively)","strongs_number":"g2507"},"g2508":{"pronunciation":"kath-ah'-ee-ro","unicode":"καθαίρω","translit":"kathaírō","definition":"[καθαίρω] from {{g2513}}; to cleanse, i.e. (specially) to prune; figuratively, to expiate","strongs_number":"g2508"},"g2509":{"pronunciation":"kath-ap'-er","unicode":"καθάπερ","translit":"katháper","definition":"[καθάπερ] from {{g2505}} and {{g4007}}; exactly as","strongs_number":"g2509"},"g2510":{"pronunciation":"kath-ap'-to","unicode":"καθάπτω","translit":"katháptō","definition":"[καθάπτω] from {{g2596}} and {{g680}}; to seize upon","strongs_number":"g2510"},"g2511":{"pronunciation":"kath-ar-id'-zo","unicode":"καθαρίζω","translit":"katharízō","definition":"[καθαρίζω] from {{g2513}}; to cleanse (literally or figuratively)","strongs_number":"g2511"},"g2512":{"pronunciation":"kath-ar-is-mos'","unicode":"καθαρισμός","translit":"katharismós","definition":"[καθαρισμός] from {{g2511}}; a washing off, i.e. (ceremonially) ablution, (morally) expiation","strongs_number":"g2512"},"g2513":{"pronunciation":"kath-ar-os'","unicode":"καθαρός","translit":"katharós","definition":"[καθαρός] of uncertain affinity; clean (literally or figuratively)","strongs_number":"g2513"},"g2514":{"pronunciation":"kath-ar-ot'-ace","unicode":"καθαρότης","translit":"katharótēs","definition":"[καθαρότης] from {{g2513}}; cleanness (ceremonially)","strongs_number":"g2514"},"g2515":{"pronunciation":"kath-ed'-rah","unicode":"καθέδρα","translit":"kathédra","definition":"[καθέδρα] from {{g2596}} and the same as {{g1476}}; a bench (literally or figuratively)","strongs_number":"g2515"},"g2516":{"pronunciation":"kath-ed'-zom-ahee","unicode":"καθέζομαι","translit":"kathézomai","definition":"[καθέζομαι] from {{g2596}} and the base of {{g1476}}; to sit down","strongs_number":"g2516"},"g2517":{"pronunciation":"kath-ex-ace'","unicode":"καθεξῆς","translit":"kathexēs","definition":"[καθεξῆς] from {{g2596}} and {{g1836}}; thereafter, i.e. consecutively; as a noun (by ellipsis of noun) a subsequent person or time","strongs_number":"g2517"},"g2518":{"pronunciation":"kath-yoo'-do","unicode":"καθεύδω","translit":"katheúdō","definition":"[καθεύδω] from {{g2596}} and εὕδω (to sleep); to lie down to rest, i.e. (by implication) to fall asleep (literally or figuratively)","strongs_number":"g2518"},"g2519":{"pronunciation":"kath-ayg-ay-tace'","unicode":"καθηγητής","translit":"kathēgētḗs","definition":"[καθηγητής] from a compound of {{g2596}} and {{g2233}}; a guide, i.e. (figuratively) a teacher","strongs_number":"g2519"},"g2520":{"pronunciation":"kath-ay'-ko","unicode":"καθήκω","translit":"kathḗkō","definition":"[καθήκω] from {{g2596}} and {{g2240}}; to reach to, i.e. (neuter of present active participle, figuratively as adjective) becoming","strongs_number":"g2520"},"g2521":{"pronunciation":"kath'-ay-mahee","unicode":"κάθημαι","translit":"káthēmai","definition":"[κάθημαι] from {{g2596}}; and ἧμαι (to sit; akin to the base of {{g1476}}); to sit down; figuratively, to remain, reside","strongs_number":"g2521"},"g2522":{"pronunciation":"kath-ay-mer-ee-nos'","unicode":"καθημερινός","translit":"kathēmerinós","definition":"[καθημερινός] from {{g2596}} and {{g2250}}; quotidian","strongs_number":"g2522"},"g2523":{"pronunciation":"kath-id'-zo","unicode":"καθίζω","translit":"kathízō","definition":"[καθίζω] another (active) form for {{g2516}}; to seat down, i.e. set (figuratively, appoint); intransitively, to sit (down); figuratively, to settle (hover, dwell)","strongs_number":"g2523"},"g2524":{"pronunciation":"kath-ee'-ay-mee","unicode":"καθίημι","translit":"kathíēmi","definition":"[καθίημι] from {{g2596}}; and ἵημι (to send); to lower","strongs_number":"g2524"},"g2525":{"pronunciation":"kath-is'-tay-mee","unicode":"καθίστημι","translit":"kathístēmi","definition":"[καθίστημι] from {{g2596}} and {{g2476}}; to place down (permanently), i.e. (figuratively) to designate, constitute, convoy","strongs_number":"g2525"},"g2526":{"pronunciation":"kath-o'","unicode":"καθό","translit":"kathó","definition":"[καθό] from {{g2596}} and {{g3739}}; according to which thing, i.e. precisely as, in proportion as","strongs_number":"g2526"},"g2527":{"pronunciation":"kath-ol'-oo","unicode":"καθόλου","translit":"kathólou","definition":"[καθόλου] from {{g2596}} and {{g3650}}; on the whole, i.e. entirely","strongs_number":"g2527"},"g2528":{"pronunciation":"kath-op-lid'-zo","unicode":"καθοπλίζω","translit":"kathoplízō","definition":"[καθοπλίζω] from {{g2596}}; and {{g3695}}; to equip fully with armor","strongs_number":"g2528"},"g2529":{"pronunciation":"kath-or-ah'-o","unicode":"καθοράω","translit":"kathoráō","definition":"[καθοράω] from {{g2596}} and {{g3708}}; to behold fully, i.e. (figuratively) distinctly apprehend","strongs_number":"g2529"},"g2530":{"pronunciation":"kath-ot'-ee","unicode":"καθότι","translit":"kathóti","definition":"[καθότι] from {{g2596}}; and {{g3739}} and {{g5100}}; according to which certain thing, i.e. as far (or inasmuch) as","strongs_number":"g2530"},"g2531":{"pronunciation":"kath-oce'","unicode":"καθώς","translit":"kathṓs","definition":"[καθώς] from {{g2596}} and {{g5613}}; just (or inasmuch) as, that","strongs_number":"g2531"},"g2532":{"pronunciation":"kahee","unicode":"καί","translit":"kaí","definition":"[καί] apparently, a primary particle, having a copulative and sometimes also a cumulative force; and, also, even, so then, too, etc.; often used in connection (or composition) with other particles or small words","strongs_number":"g2532"},"g2533":{"pronunciation":"kah-ee-af'-as","unicode":"Καϊάφας","translit":"Kaïáphas","definition":"[Καϊάφας] of Chaldee origin; the dell; Caiaphas (i.e. Cajepha), an Israelite","strongs_number":"g2533"},"g2534":{"pronunciation":"kah'-ee-gheh","unicode":"καίγε","translit":"kaíge","definition":"[καίγε] from {{g2532}} and {{g1065}}; and at least (or even, indeed)","strongs_number":"g2534"},"g2535":{"pronunciation":"kah'-in","unicode":"Κάϊν","translit":"Káïn","definition":"[Κάϊν] of Hebrew origin ({{h7014}}); Cain, (i.e. Cajin), the son of Adam","strongs_number":"g2535"},"g2536":{"pronunciation":"kah-ee-nan'","unicode":"Καϊνάν","translit":"Kaïnán","definition":"[Καϊνάν] of Hebrew origin ({{h7018}}); Cainan (i.e. Kenan), the name of two patriarchs","strongs_number":"g2536"},"g2537":{"pronunciation":"kahee-nos'","unicode":"καινός","translit":"kainós","definition":"[καινός] of uncertain affinity; new (especially in freshness; while {{g3501}} is properly so with respect to age","strongs_number":"g2537"},"g2538":{"pronunciation":"kahee-not'-ace","unicode":"καινότης","translit":"kainótēs","definition":"[καινότης] from {{g2537}}; renewal (figuratively)","strongs_number":"g2538"},"g2539":{"pronunciation":"kah'-ee-per","unicode":"καίπερ","translit":"kaíper","definition":"[καίπερ] from {{g2532}} and {{g4007}}; and indeed, i.e. nevertheless or notwithstanding","strongs_number":"g2539"},"g2540":{"pronunciation":"kahee-ros'","unicode":"καιρός","translit":"kairós","definition":"[καιρός] of uncertain affinity; an occasion, i.e. set or proper time Compare {{g5550}}.","strongs_number":"g2540"},"g2541":{"pronunciation":"kah'-ee-sar","unicode":"Καῖσαρ","translit":"Kaîsar","definition":"[Καῖσαρ] of Latin origin; Cæsar, a title of the Roman emperor","strongs_number":"g2541"},"g2542":{"pronunciation":"kahee-sar'-i-a","unicode":"Καισάρεια","translit":"Kaisáreia","definition":"[Καισάρεια] from {{g2541}}; Cæsaria, the name of two places in Palestine","strongs_number":"g2542"},"g2543":{"pronunciation":"kah'-ee-toy","unicode":"καίτοι","translit":"kaítoi","definition":"[καίτοι] from {{g2532}} and {{g5104}}; and yet, i.e. nevertheless","strongs_number":"g2543"},"g2544":{"pronunciation":"kah'-ee-toyg-eh","unicode":"καίτοιγε","translit":"kaítoige","definition":"[καίτοιγε] from {{g2543}} and {{g1065}}; and yet indeed, i.e. although really","strongs_number":"g2544"},"g2545":{"pronunciation":"kah'-yo","unicode":"καίω","translit":"kaíō","definition":"[καίω] apparently a primary verb; to set on fire, i.e. kindle or (by implication) consume","strongs_number":"g2545"},"g2546":{"pronunciation":"kak-i'","unicode":"κἀκεῖ","translit":"kakeî","definition":"[κἀκεῖ] from {{g2532}} and {{g1563}}; likewise in that place","strongs_number":"g2546"},"g2547":{"pronunciation":"kak-i'-then","unicode":"κἀκεῖθεν","translit":"kakeîthen","definition":"[κἀκεῖθεν] from {{g2532}} and {{g1564}}; likewise from that place (or time)","strongs_number":"g2547"},"g2548":{"pronunciation":"kak-i'-nos","unicode":"κἀκεῖνος","translit":"kakeînos","definition":"[κἀκεῖνος] from {{g2532}} and {{g1565}}; likewise that (or those)","strongs_number":"g2548"},"g2549":{"pronunciation":"kak-ee'-ah","unicode":"κακία","translit":"kakía","definition":"[κακία] from {{g2556}}; badness, i.e. (subjectively) depravity, or (actively) malignity, or (passively) trouble","strongs_number":"g2549"},"g2550":{"pronunciation":"kak-o-ay'-thi-ah","unicode":"κακοήθεια","translit":"kakoḗtheia","definition":"[κακοήθεια] from a compound of {{g2556}} and {{g2239}}; bad character, i.e. (specially) mischievousness","strongs_number":"g2550"},"g2551":{"pronunciation":"kak-ol-og-eh'-o","unicode":"κακολογέω","translit":"kakologéō","definition":"[κακολογέω] from a compound of {{g2556}} and {{g3056}}; to revile","strongs_number":"g2551"},"g2552":{"pronunciation":"kak-op-ath'-i-ah","unicode":"κακοπάθεια","translit":"kakopátheia","definition":"[κακοπάθεια] from a compound of {{g2256}} and {{g3806}}; hardship","strongs_number":"g2552"},"g2553":{"pronunciation":"kak-op-ath-eh'-o","unicode":"κακοπαθέω","translit":"kakopathéō","definition":"[κακοπαθέω] from the same as {{g2552}}; to undergo hardship","strongs_number":"g2553"},"g2554":{"pronunciation":"kak-op-oy-eh'-o","unicode":"κακοποιέω","translit":"kakopoiéō","definition":"[κακοποιέω] from {{g2555}}; to be a bad-doer, i.e. (objectively) to injure, or (genitive) to sin","strongs_number":"g2554"},"g2555":{"pronunciation":"kak-op-oy-os'","unicode":"κακοποιός","translit":"kakopoiós","definition":"[κακοποιός] from {{g2556}} and {{g4160}}; a bad-doer; (specially), a criminal","strongs_number":"g2555"},"g2556":{"pronunciation":"kak-os'","unicode":"κακός","translit":"kakós","definition":"[κακός] apparently a primary word; worthless (intrinsically, such; whereas {{g4190}} properly refers to effects), i.e. (subjectively) depraved, or (objectively) injurious","strongs_number":"g2556"},"g2557":{"pronunciation":"kak-oor'-gos","unicode":"κακοῦργος","translit":"kakoûrgos","definition":"[κακοῦργος] from {{g2556}} and the base of {{g2041}}; a wrong-doer, i.e. criminal","strongs_number":"g2557"},"g2558":{"pronunciation":"kak-oo-kheh'-o","unicode":"κακουχέω","translit":"kakouchéō","definition":"[κακουχέω] from a presumed compound of {{g2556}} and {{g2192}}; to maltreat","strongs_number":"g2558"},"g2559":{"pronunciation":"kak-o'-o","unicode":"κακόω","translit":"kakóō","definition":"[κακόω] from {{g2556}}; to injure; figuratively, to exasperate","strongs_number":"g2559"},"g2560":{"pronunciation":"kak-oce'","unicode":"κακῶς","translit":"kakōs","definition":"[κακῶς] from {{g2556}}; badly (physically or morally)","strongs_number":"g2560"},"g2561":{"pronunciation":"kak'-o-sis","unicode":"κάκωσις","translit":"kákōsis","definition":"[κάκωσις] from {{g2559}}; maltreatment","strongs_number":"g2561"},"g2562":{"pronunciation":"kal-am'-ay","unicode":"καλάμη","translit":"kalámē","definition":"[καλάμη] feminine of {{g2563}}; a stalk of grain, i.e. (collectively) stubble","strongs_number":"g2562"},"g2563":{"pronunciation":"kal'-am-os","unicode":"κάλαμος","translit":"kálamos","definition":"[κάλαμος] of uncertain affinity; a reed (the plant or its stem, or that of a similar plant); by implication, a pen","strongs_number":"g2563"},"g2564":{"pronunciation":"kal-eh'-o","unicode":"καλέω","translit":"kaléō","definition":"[καλέω] akin to the base of {{g2753}}; to \"call\" (properly, aloud, but used in a variety of applications, directly or otherwise)","strongs_number":"g2564"},"g2565":{"pronunciation":"kal-le-el'-ah-yos","unicode":"καλλιέλαιος","translit":"kalliélaios","definition":"[καλλιέλαιος] from the base of {{g2566}} and {{g1636}}; a cultivated olive tree, i.e. a domesticated or improved one","strongs_number":"g2565"},"g2566":{"pronunciation":"kal-lee'-on","unicode":"καλλίον","translit":"kallíon","definition":"[καλλίον] neuter of the (irregular) comparative of {{g2570}}; (adverbially) better than many","strongs_number":"g2566"},"g2567":{"pronunciation":"kal-od-id-as'-kal-os","unicode":"καλοδιδάσκαλος","translit":"kalodidáskalos","definition":"[καλοδιδάσκαλος] from {{g2570}} and {{g1320}}; a teacher of the right","strongs_number":"g2567"},"g2568":{"pronunciation":"kal-oy' lee-men'-es","unicode":"Καλοὶ Λιμένες","translit":"Kaloì Liménes","definition":"[Καλοὶ Λιμένες] plural of {{g2570}} and {{g3040}}; Good Harbors, i.e. Fairhaven, a bay of Crete","strongs_number":"g2568"},"g2569":{"pronunciation":"kal-op-oy-eh'-o","unicode":"καλοποιέω","translit":"kalopoiéō","definition":"[καλοποιέω] from {{g2570}} and {{g4160}}; to do well, i.e. live virtuously","strongs_number":"g2569"},"g2570":{"pronunciation":"kal-os'","unicode":"καλός","translit":"kalós","definition":"[καλός] of uncertain affinity; properly, beautiful, but chiefly (figuratively) good (literally or morally), i.e. valuable or virtuous (for appearance or use, and thus distinguished from {{g18}}, which is properly intrinsic)","strongs_number":"g2570"},"g2571":{"pronunciation":"kal'-oo-mah","unicode":"κάλυμα","translit":"kályma","definition":"[κάλυμα] from {{g2572}}; a cover, i.e. veil","strongs_number":"g2571"},"g2572":{"pronunciation":"kal-oop'-to","unicode":"καλύπτω","translit":"kalýptō","definition":"[καλύπτω] akin to {{g2813}} and {{g2928}}; to cover up (literally or figuratively)","strongs_number":"g2572"},"g2573":{"pronunciation":"kal-oce'","unicode":"καλῶς","translit":"kalōs","definition":"[καλῶς] adverb from {{g2570}}; well (usually morally)","strongs_number":"g2573"},"g2574":{"pronunciation":"kam'-ay-los","unicode":"κάμηλος","translit":"kámēlos","definition":"[κάμηλος] of Hebrew origin ({{h1581}}); a \"camel\"","strongs_number":"g2574"},"g2575":{"pronunciation":"kam'-ee-nos","unicode":"κάμινος","translit":"káminos","definition":"[κάμινος] probably from {{g2545}}; a furnace","strongs_number":"g2575"},"g2576":{"pronunciation":"kam-moo'-o","unicode":"καμμύω","translit":"kammýō","definition":"[καμμύω] from a compound of {{g2596}} and the base of {{g3466}}; to shut down, i.e. close the eyes","strongs_number":"g2576"},"g2577":{"pronunciation":"kam'-no","unicode":"κάμνω","translit":"kámnō","definition":"[κάμνω] apparently a primary verb; properly, to toil, i.e. (by implication) to tire (figuratively, faint, sicken)","strongs_number":"g2577"},"g2578":{"pronunciation":"kamp'-to","unicode":"κάμπτω","translit":"kámptō","definition":"[κάμπτω] apparently a primary verb; to bend","strongs_number":"g2578"},"g2579":{"pronunciation":"kan","unicode":"κἄν","translit":"kán","definition":"[κἄν] from {{g2532}} and {{g1437}}; and (or even) if","strongs_number":"g2579"},"g2580":{"pronunciation":"kan-ah'","unicode":"Κανᾶ","translit":"Kanâ","definition":"[Κανᾶ] of Hebrew origin (compare {{h7071}}); Cana, a place in Palestine","strongs_number":"g2580"},"g2581":{"pronunciation":"kan-an-ee'-tace","unicode":"Κανανίτης","translit":"Kananítēs","definition":"[Κανανίτης] of Chaldee origin (compare {{h7067}}); zealous; Cananites, an epithet","strongs_number":"g2581"},"g2582":{"pronunciation":"kan-dak'-ay","unicode":"Κανδάκη","translit":"Kandákē","definition":"[Κανδάκη] of foreign origin; Candacè, an Egyptian queen","strongs_number":"g2582"},"g2583":{"pronunciation":"kan-ohn'","unicode":"κανών","translit":"kanṓn","definition":"[κανών] from κάνη (a straight reed, i.e. rod); a rule (\"canon\"), i.e. (figuratively) a standard (of faith and practice); by implication, a boundary, i.e. (figuratively) a sphere (of activity)","strongs_number":"g2583"},"g2584":{"pronunciation":"cap-er-nah-oom'","unicode":"Καπερναούμ","translit":"Kapernaoúm","definition":"[Καπερναούμ] of Hebrew origin (probably {{h3723}} and {{h5151}}); Capernaum (i.e. Caphanachum), a place in Palestine","strongs_number":"g2584"},"g2585":{"pronunciation":"kap-ale-yoo'-o","unicode":"καπηλεύω","translit":"kapēleúō","definition":"[καπηλεύω] from κάπηλος (a huckster); to retail, i.e. (by implication) to adulterate (figuratively)","strongs_number":"g2585"},"g2586":{"pronunciation":"kap-nos'","unicode":"καπνός","translit":"kapnós","definition":"[καπνός] of uncertain affinity; smoke","strongs_number":"g2586"},"g2587":{"pronunciation":"kap-pad-ok-ee'-ah","unicode":"Καππαδοκία","translit":"Kappadokía","definition":"[Καππαδοκία] of foreign origin; Cappadocia, a region of Asia Minor","strongs_number":"g2587"},"g2588":{"pronunciation":"kar-dee'-ah","unicode":"καρδία","translit":"kardía","definition":"[καρδία] prolonged from a primary κάρ (Latin , \"heart\"); the heart, i.e. (figuratively) the thoughts or feelings (mind); also (by analogy) the middle","strongs_number":"g2588"},"g2589":{"pronunciation":"kar-dee-og-noce'-tace","unicode":"καρδιογνώστης","translit":"kardiognṓstēs","definition":"[καρδιογνώστης] from {{g2588}} and {{g1097}}; a heart-knower","strongs_number":"g2589"},"g2590":{"pronunciation":"kar-pos'","unicode":"καρπός","translit":"karpós","definition":"[καρπός] probably from the base of {{g726}}; fruit (as plucked), literally or figuratively","strongs_number":"g2590"},"g2591":{"pronunciation":"kar'-pos","unicode":"Κάρπος","translit":"Kárpos","definition":"[Κάρπος] perhaps for {{g2590}}; Carpus, probably a Christian","strongs_number":"g2591"},"g2592":{"pronunciation":"kar-pof-or-eh'-o","unicode":"καρποφορέω","translit":"karpophoréō","definition":"[καρποφορέω] from {{g2593}}; to be fertile (literally or figuratively)","strongs_number":"g2592"},"g2593":{"pronunciation":"kar-pof-or'-os","unicode":"καρποφόρος","translit":"karpophóros","definition":"[καρποφόρος] from {{g2590}} and {{g5342}}; fruitbearing (figuratively)","strongs_number":"g2593"},"g2594":{"pronunciation":"kar-ter-eh'-o","unicode":"καρτερέω","translit":"karteréō","definition":"[καρτερέω] from a derivative of {{g2904}} (transposed); to be strong, i.e. (figuratively) steadfast (patient)","strongs_number":"g2594"},"g2595":{"pronunciation":"kar'-fos","unicode":"κάρφος","translit":"kárphos","definition":"[κάρφος] from κάρφω (to wither); a dry twig or straw","strongs_number":"g2595"},"g2596":{"pronunciation":"kat-ah'","unicode":"κατά","translit":"katá","definition":"[κατά] a primary particle; (prepositionally) down (in place or time), in varied relations (according to the case (genitive, dative or accusative) with which it is joined) In composition it retains many of these applications, and frequently denotes opposition, distribution, or intensity.","strongs_number":"g2596"},"g2597":{"pronunciation":"kat-ab-ah'-ee-no","unicode":"καταβαίνω","translit":"katabaínō","definition":"[καταβαίνω] from {{g2596}} and the base of {{g939}}; to descend (literally or figuratively)","strongs_number":"g2597"},"g2598":{"pronunciation":"kat-ab-al'-lo","unicode":"καταβάλλω","translit":"katabállō","definition":"[καταβάλλω] from {{g2596}} and {{g906}}; to throw down","strongs_number":"g2598"},"g2599":{"pronunciation":"kat-ab-ar-eh'-o","unicode":"καταβαρέω","translit":"katabaréō","definition":"[καταβαρέω] from {{g2596}} and {{g916}}; to impose upon","strongs_number":"g2599"},"g2600":{"pronunciation":"kat-ab'-as-is","unicode":"κατάβασις","translit":"katábasis","definition":"[κατάβασις] from {{g2597}}; a declivity","strongs_number":"g2600"}}
@@ -0,0 +1 @@
1
+ {"g2601":{"pronunciation":"kat-ab-ib-ad'-zo","unicode":"καταβιβάζω","translit":"katabibázō","definition":"[καταβιβάζω] from {{g2596}} and a derivative of the base of {{g939}}; to cause to go down, i.e. precipitate","strongs_number":"g2601"},"g2602":{"pronunciation":"kat-ab-ol-ay'","unicode":"καταβολή","translit":"katabolḗ","definition":"[καταβολή] from {{g2598}}; a deposition, i.e. founding; figuratively, conception","strongs_number":"g2602"},"g2603":{"pronunciation":"kat-ab-rab-yoo'-o","unicode":"καταβραβεύω","translit":"katabrabeúō","definition":"[καταβραβεύω] from {{g2596}} and {{g1018}} (in its original sense); to award the price against, i.e. (figuratively) to defraud (of salvation)","strongs_number":"g2603"},"g2604":{"pronunciation":"kat-ang-gel-yooce'","unicode":"καταγγελεύς","translit":"katangeleús","definition":"[καταγγελεύς] from {{g2605}}; a proclaimer","strongs_number":"g2604"},"g2605":{"pronunciation":"kat-ang-gel'-lo","unicode":"καταγγέλλω","translit":"katangéllō","definition":"[καταγγέλλω] from {{g2596}} and the base of {{g32}}; to proclaim, promulgate","strongs_number":"g2605"},"g2606":{"pronunciation":"kat-ag-el-ah'-o","unicode":"καταγελάω","translit":"katageláō","definition":"[καταγελάω] to laugh down, i.e. deride","strongs_number":"g2606"},"g2607":{"pronunciation":"kat-ag-in-o'-sko","unicode":"καταγινώσκω","translit":"kataginṓskō","definition":"[καταγινώσκω] from {{g2596}} and {{g1097}}; to note against, i.e. find fault with","strongs_number":"g2607"},"g2608":{"pronunciation":"kat-ag'-noo-mee","unicode":"κατάγνυμι","translit":"katágnymi","definition":"[κατάγνυμι] from {{g2596}} and the base of {{g4486}}; to rend in pieces, i.e. crack apart","strongs_number":"g2608"},"g2609":{"pronunciation":"kat-ag'-o","unicode":"κατάγω","translit":"katágō","definition":"[κατάγω] from {{g2596}} and {{g71}}; to lead down; specially, to moor a vessel","strongs_number":"g2609"},"g2610":{"pronunciation":"kat-ag-o-nid'-zom-ahee","unicode":"καταγωνίζομαι","translit":"katagōnízomai","definition":"[καταγωνίζομαι] from {{g2596}} and {{g75}}; to struggle against, i.e. (by implication) to overcome","strongs_number":"g2610"},"g2611":{"pronunciation":"kat-ad-eh'-o","unicode":"καταδέω","translit":"katadéō","definition":"[καταδέω] from {{g2596}} and {{g1210}}; to tie down, i.e. bandage (a wound)","strongs_number":"g2611"},"g2612":{"pronunciation":"kat-ad'-ay-los","unicode":"κατάδηλος","translit":"katádēlos","definition":"[κατάδηλος] from {{g2596}} intensive and {{g1212}}; manifest","strongs_number":"g2612"},"g2613":{"pronunciation":"kat-ad-ik-ad'-zo","unicode":"καταδικάζω","translit":"katadikázō","definition":"[καταδικάζω] from {{g2596}} and a derivative of {{g1349}}; to adjudge against, i.e. pronounce guilty","strongs_number":"g2613"},"g2614":{"pronunciation":"kat-ad-ee-o'-ko","unicode":"καταδιώκω","translit":"katadiṓkō","definition":"[καταδιώκω] from {{g2596}} and {{g1377}}; to hunt down, i.e. search for","strongs_number":"g2614"},"g2615":{"pronunciation":"kat-ad-oo-lo'-o","unicode":"καταδουλόω","translit":"katadoulóō","definition":"[καταδουλόω] from {{g2596}} and {{g1402}}; to enslave utterly","strongs_number":"g2615"},"g2616":{"pronunciation":"kat-ad-oo-nas-tyoo'-o","unicode":"καταδυναστεύω","translit":"katadynasteúō","definition":"[καταδυναστεύω] from {{g2596}} and a derivative of {{g1413}}; to exercise dominion against, i.e. oppress","strongs_number":"g2616"},"g2617":{"pronunciation":"kat-ahee-skhoo'-no","unicode":"καταισχύνω","translit":"kataischýnō","definition":"[καταισχύνω] from {{g2596}} and {{g153}}; to shame down, i.e. disgrace or (by implication) put to the blush","strongs_number":"g2617"},"g2618":{"pronunciation":"kat-ak-ah'-ee-o","unicode":"κατακαίω","translit":"katakaíō","definition":"[κατακαίω] from {{g2596}} and {{g2545}}; to burn down (to the ground), i.e. consume wholly","strongs_number":"g2618"},"g2619":{"pronunciation":"kat-ak-al-oop'-to","unicode":"κατακαλύπτω","translit":"katakalýptō","definition":"[κατακαλύπτω] from {{g2596}} and {{g2572}}; to cover wholly, i.e. veil","strongs_number":"g2619"},"g2620":{"pronunciation":"kat-ak-ow-khah'-om-ahee","unicode":"κατακαυχάομαι","translit":"katakaucháomai","definition":"[κατακαυχάομαι] from {{g2596}} and {{g2744}}; to exult against (i.e. over)","strongs_number":"g2620"},"g2621":{"pronunciation":"kat-ak'-i-mahee","unicode":"κατάκειμαι","translit":"katákeimai","definition":"[κατάκειμαι] from {{g2596}} and {{g2749}}; to lie down, i.e. (by implication) be sick; specially, to recline at a meal","strongs_number":"g2621"},"g2622":{"pronunciation":"kat-ak-lah'-o","unicode":"κατακλάω","translit":"katakláō","definition":"[κατακλάω] from {{g2596}} and {{g2806}}; to break down, i.e. divide","strongs_number":"g2622"},"g2623":{"pronunciation":"kat-ak-li'-o","unicode":"κατακλείω","translit":"katakleíō","definition":"[κατακλείω] from {{g2596}} and {{g2808}}; to shut down (in a dungeon), i.e. incarcerate","strongs_number":"g2623"},"g2624":{"pronunciation":"kat-ak-lay-rod-ot-eh'-o","unicode":"κατακληροδοτέω","translit":"kataklērodotéō","definition":"[κατακληροδοτέω] from {{g2596}} and a derivative of a compound of {{g2819}} and {{g1325}}; to be a giver of lots to each, i.e. (by implication) to apportion an estate","strongs_number":"g2624"},"g2625":{"pronunciation":"kat-ak-lee'-no","unicode":"κατακλίνω","translit":"kataklínō","definition":"[κατακλίνω] from {{g2596}} and {{g2827}}; to recline down, i.e. (specially) to take a place at table","strongs_number":"g2625"},"g2626":{"pronunciation":"kat-ak-lood'-zo","unicode":"κατακλύζω","translit":"kataklýzō","definition":"[κατακλύζω] from {{g2596}} and the base of {{g2830}}; to dash (wash) down, i.e. (by implication) to deluge","strongs_number":"g2626"},"g2627":{"pronunciation":"kat-ak-looce-mos'","unicode":"κατακλυσμός","translit":"kataklysmós","definition":"[κατακλυσμός] from {{g2626}}; an inundation","strongs_number":"g2627"},"g2628":{"pronunciation":"kat-ak-ol-oo-theh'-o","unicode":"κατακολουθέω","translit":"katakolouthéō","definition":"[κατακολουθέω] from {{g2596}} and {{g190}}; to accompany closely","strongs_number":"g2628"},"g2629":{"pronunciation":"kat-ak-op'-to","unicode":"κατακόπτω","translit":"katakóptō","definition":"[κατακόπτω] from {{g2596}} and {{g2875}}; to chop down, i.e. mangle","strongs_number":"g2629"},"g2630":{"pronunciation":"kat-ak-rame-nid'-zo","unicode":"κατακρημνίζω","translit":"katakrēmnízō","definition":"[κατακρημνίζω] from {{g2596}} and a derivative of {{g2911}}; to precipitate down","strongs_number":"g2630"},"g2631":{"pronunciation":"kat-ak'-ree-mah","unicode":"κατάκριμα","translit":"katákrima","definition":"[κατάκριμα] from {{g2632}}; an adverse sentence (the verdict)","strongs_number":"g2631"},"g2632":{"pronunciation":"kat-ak-ree'-no","unicode":"κατακρίνω","translit":"katakrínō","definition":"[κατακρίνω] from {{g2596}} and {{g2919}}; to judge against, i.e. sentence","strongs_number":"g2632"},"g2633":{"pronunciation":"kat-ak'-ree-sis","unicode":"κατάκρισις","translit":"katákrisis","definition":"[κατάκρισις] from {{g2632}}; sentencing adversely (the act)","strongs_number":"g2633"},"g2634":{"pronunciation":"kat-ak-oo-ree-yoo'-o","unicode":"κατακυριεύω","translit":"katakyrieúō","definition":"[κατακυριεύω] from {{g2596}} and {{g2961}}; to lord against, i.e. control, subjugate","strongs_number":"g2634"},"g2635":{"pronunciation":"kat-al-al-eh'-o","unicode":"καταλαλέω","translit":"katalaléō","definition":"[καταλαλέω] from {{g2637}}; to be a traducer, i.e. to slander","strongs_number":"g2635"},"g2636":{"pronunciation":"kat-al-al-ee'-ah","unicode":"καταλαλία","translit":"katalalía","definition":"[καταλαλία] from {{g2637}}; defamation","strongs_number":"g2636"},"g2637":{"pronunciation":"kat-al'-al-os","unicode":"κατάλαλος","translit":"katálalos","definition":"[κατάλαλος] from {{g2596}} and the base of {{g2980}}; talkative against, i.e. a slanderer","strongs_number":"g2637"},"g2638":{"pronunciation":"kat-al-am-ban'-o","unicode":"καταλαμβάνω","translit":"katalambánō","definition":"[καταλαμβάνω] from {{g2596}} and {{g2983}}; to take eagerly, i.e. seize, possess, etc. (literally or figuratively)","strongs_number":"g2638"},"g2639":{"pronunciation":"kat-al-eg'-o","unicode":"καταλέγω","translit":"katalégō","definition":"[καταλέγω] from {{g2596}} and {{g3004}} (in its original meaning); to lay down, i.e. (figuratively) to enrol","strongs_number":"g2639"},"g2640":{"pronunciation":"kat-al'-ime-mah","unicode":"κατάλειμμα","translit":"katáleimma","definition":"[κατάλειμμα] from {{g2641}}; a remainder, i.e. (by implication) a few","strongs_number":"g2640"},"g2641":{"pronunciation":"kat-al-i'-po","unicode":"καταλείπω","translit":"kataleípō","definition":"[καταλείπω] from {{g2596}} and {{g3007}}; to leave down, i.e. behind; by implication, to abandon, have remaining","strongs_number":"g2641"},"g2642":{"pronunciation":"kat-al-ith-ad'-zo","unicode":"καταλιθάζω","translit":"katalitházō","definition":"[καταλιθάζω] from {{g2596}} and {{g3034}}; to stone down, i.e. to death","strongs_number":"g2642"},"g2643":{"pronunciation":"kat-al-lag-ay'","unicode":"καταλλαγή","translit":"katallagḗ","definition":"[καταλλαγή] from {{g2644}}; exchange (figuratively, adjustment), i.e. restoration to (the divine) favor","strongs_number":"g2643"},"g2644":{"pronunciation":"kat-al-las'-so","unicode":"καταλλάσσω","translit":"katallássō","definition":"[καταλλάσσω] from {{g2596}} and {{g236}}; to change mutually, i.e. (figuratively) to compound a difference","strongs_number":"g2644"},"g2645":{"pronunciation":"kat-al'-oy-pos","unicode":"κατάλοιπος","translit":"katáloipos","definition":"[κατάλοιπος] from {{g2596}} and {{g3062}}; left down (behind), i.e remaining (plural the rest)","strongs_number":"g2645"},"g2646":{"pronunciation":"kat-al'-oo-mah","unicode":"κατάλυμα","translit":"katályma","definition":"[κατάλυμα] from {{g2647}}; properly, a dissolution (breaking up of a journey), i.e. (by implication) a lodging-place","strongs_number":"g2646"},"g2647":{"pronunciation":"kat-al-oo'-o","unicode":"καταλύω","translit":"katalýō","definition":"[καταλύω] from {{g2596}} and {{g3089}}; to loosen down (disintegrate), i.e. (by implication) to demolish (literally or figuratively); specially (compare {{g2646}}) to halt for the night","strongs_number":"g2647"},"g2648":{"pronunciation":"kat-am-an-than'-o","unicode":"καταμανθάνω","translit":"katamanthánō","definition":"[καταμανθάνω] from {{g2596}} and {{g3129}}; to learn thoroughly, i.e. (by implication) to note carefully","strongs_number":"g2648"},"g2649":{"pronunciation":"kat-am-ar-too-reh'-o","unicode":"καταμαρτυρέω","translit":"katamartyréō","definition":"[καταμαρτυρέω] from {{g2596}} and {{g3140}}; to testify against","strongs_number":"g2649"},"g2650":{"pronunciation":"kat-am-en'-o","unicode":"καταμένω","translit":"kataménō","definition":"[καταμένω] from {{g2596}} and {{g3306}}; to stay fully, i.e. reside","strongs_number":"g2650"},"g2651":{"pronunciation":"kat-am-on'-as","unicode":"καταμόνας","translit":"katamónas","definition":"[καταμόνας] from {{g2596}} and accusative case plural feminine of {{g3441}} (with {{g5561}} implied); according to sole places, i.e. (adverbially) separately","strongs_number":"g2651"},"g2652":{"pronunciation":"kat-an-ath'-em-ah","unicode":"κατανάθεμα","translit":"katanáthema","definition":"[κατανάθεμα] from {{g2596}} (intensive) and {{g331}}; an imprecation","strongs_number":"g2652"},"g2653":{"pronunciation":"kat-an-ath-em-at-id'-zo","unicode":"καταναθεματίζω","translit":"katanathematízō","definition":"[καταναθεματίζω] from {{g2596}} (intensive) and {{g332}}; to imprecate","strongs_number":"g2653"},"g2654":{"pronunciation":"kat-an-al-is'-ko","unicode":"καταναλίσκω","translit":"katanalískō","definition":"[καταναλίσκω] from {{g2596}} and {{g355}}; to consume utterly","strongs_number":"g2654"},"g2655":{"pronunciation":"kat-an-ar-kah'-o","unicode":"καταναρκάω","translit":"katanarkáō","definition":"[καταναρκάω] from {{g2596}} and ναρκάω (to be numb); to grow utterly torpid, i.e. (by implication) slothful (figuratively, expensive)","strongs_number":"g2655"},"g2656":{"pronunciation":"kat-an-yoo'-o","unicode":"κατανεύω","translit":"kataneúō","definition":"[κατανεύω] from {{g2596}} and {{g3506}}; to nod down (towards), i.e. (by analogy) to make signs to","strongs_number":"g2656"},"g2657":{"pronunciation":"kat-an-o-eh'-o","unicode":"κατανοέω","translit":"katanoéō","definition":"[κατανοέω] from {{g2596}} and {{g3539}}; to observe fully","strongs_number":"g2657"},"g2658":{"pronunciation":"kat-an-tah'-o","unicode":"καταντάω","translit":"katantáō","definition":"[καταντάω] from {{g2596}} and a derivative of {{g473}}; to meet against, i.e. arrive at (literally or figuratively)","strongs_number":"g2658"},"g2659":{"pronunciation":"kat-an'-oox-is","unicode":"κατάνυξις","translit":"katányxis","definition":"[κατάνυξις] from {{g2660}}; a prickling (sensation, as of the limbs asleep), i.e. (by implication, (perhaps by some confusion with {{g3506}} or even with {{g3571}})) stupor (lethargy)","strongs_number":"g2659"},"g2660":{"pronunciation":"kat-an-oos'-so","unicode":"κατανύσσω","translit":"katanýssō","definition":"[κατανύσσω] from {{g2596}} and {{g3572}}; to pierce thoroughly, i.e. (figuratively) to agitate violently (\"sting to the quick\")","strongs_number":"g2660"},"g2661":{"pronunciation":"kat-ax-ee-o'-o","unicode":"καταξιόω","translit":"kataxióō","definition":"[καταξιόω] from {{g2596}} and {{g515}}; to deem entirely deserving","strongs_number":"g2661"},"g2662":{"pronunciation":"kat-ap-at-eh'-o","unicode":"καταπατέω","translit":"katapatéō","definition":"[καταπατέω] from {{g2596}} and {{g3961}}; to trample down; figuratively, to reject with disdain","strongs_number":"g2662"},"g2663":{"pronunciation":"kat-ap'-ow-sis","unicode":"κατάπαυσις","translit":"katápausis","definition":"[κατάπαυσις] from {{g2664}}; reposing down, i.e. (by Hebraism) abode","strongs_number":"g2663"},"g2664":{"pronunciation":"kat-ap-ow'-o","unicode":"καταπαύω","translit":"katapaúō","definition":"[καταπαύω] from {{g2596}} and {{g3973}}; to settle down, i.e. (literally) to colonize, or (figuratively) to (cause to) desist","strongs_number":"g2664"},"g2665":{"pronunciation":"kat-ap-et'-as-mah","unicode":"καταπέτασμα","translit":"katapétasma","definition":"[καταπέτασμα] from a compound of {{g2596}} and a congener of {{g4072}}; something spread thoroughly, i.e. (specially) the door screen (to the Most Holy Place) in the Jewish Temple","strongs_number":"g2665"},"g2666":{"pronunciation":"kat-ap-ee'-no","unicode":"καταπίνω","translit":"katapínō","definition":"[καταπίνω] from {{g2596}} and {{g4095}}; to drink down, i.e. gulp entire (literally or figuratively)","strongs_number":"g2666"},"g2667":{"pronunciation":"kat-ap-ip'-to","unicode":"καταπίπτω","translit":"katapíptō","definition":"[καταπίπτω] from {{g2596}} and {{g4098}}; to fall down","strongs_number":"g2667"},"g2668":{"pronunciation":"kat-ap-leh'-o","unicode":"καταπλέω","translit":"katapléō","definition":"[καταπλέω] from {{g2596}} and {{g4126}}; to sail down upon a place, i.e. to land at","strongs_number":"g2668"},"g2669":{"pronunciation":"kat-ap-on-eh'-o","unicode":"καταπονέω","translit":"kataponéō","definition":"[καταπονέω] from {{g2596}} and a derivative of {{g4192}}; to labor down, i.e. wear with toil (figuratively, harass)","strongs_number":"g2669"},"g2670":{"pronunciation":"kat-ap-on-tid'-zo","unicode":"καταποντίζω","translit":"katapontízō","definition":"[καταποντίζω] from {{g2596}} and a derivative of the same as {{g4195}}; to plunge down, i.e. submerge","strongs_number":"g2670"},"g2671":{"pronunciation":"kat-ar'-ah","unicode":"κατάρα","translit":"katára","definition":"[κατάρα] from {{g2596}} (intensive) and {{g685}}; imprecation, execration","strongs_number":"g2671"},"g2672":{"pronunciation":"kat-ar-ah'-om-ahee","unicode":"καταράομαι","translit":"kataráomai","definition":"[καταράομαι] middle voice from {{g2671}}; to execrate; by analogy, to doom","strongs_number":"g2672"},"g2673":{"pronunciation":"kat-arg-eh'-o","unicode":"καταργέω","translit":"katargéō","definition":"[καταργέω] from {{g2596}} and {{g691}}; to be (render) entirely idle (useless), literally or figuratively","strongs_number":"g2673"},"g2674":{"pronunciation":"kat-ar-ith-meh'-o","unicode":"καταριθμέω","translit":"katarithméō","definition":"[καταριθμέω] from {{g2596}} and {{g705}}; to reckon among","strongs_number":"g2674"},"g2675":{"pronunciation":"kat-ar-tid'-zo","unicode":"καταρτίζω","translit":"katartízō","definition":"[καταρτίζω] from {{g2596}} and a derivative of {{g739}}; to complete thoroughly, i.e. repair (literally or figuratively) or adjust","strongs_number":"g2675"},"g2676":{"pronunciation":"kat-ar'-tis-is","unicode":"κατάρτισις","translit":"katártisis","definition":"[κατάρτισις] from {{g2675}}; thorough equipment (subjectively)","strongs_number":"g2676"},"g2677":{"pronunciation":"kat-ar-tis-mos'","unicode":"καταρτισμός","translit":"katartismós","definition":"[καταρτισμός] from {{g2675}}; complete furnishing (objectively)","strongs_number":"g2677"},"g2678":{"pronunciation":"kat-as-i'-o","unicode":"κατασείω","translit":"kataseíō","definition":"[κατασείω] from {{g2596}} and {{g4579}}; to sway downward, i.e. make a signal","strongs_number":"g2678"},"g2679":{"pronunciation":"kat-as-kap'-to","unicode":"κατασκάπτω","translit":"kataskáptō","definition":"[κατασκάπτω] from {{g2596}} and {{g4626}}; to undermine, i.e. (by implication) destroy","strongs_number":"g2679"},"g2680":{"pronunciation":"kat-ask-yoo-ad'-zo","unicode":"κατασκευάζω","translit":"kataskeuázō","definition":"[κατασκευάζω] from {{g2596}} and a derivative of {{g4632}}; to prepare thoroughly (properly, by external equipment; whereas {{g2090}} refers rather to internal fitness); by implication, to construct, create","strongs_number":"g2680"},"g2681":{"pronunciation":"kat-as-kay-no'-o","unicode":"κατασκηνόω","translit":"kataskēnóō","definition":"[κατασκηνόω] from {{g2596}} and {{g4637}}; to camp down, i.e. haunt; figuratively, to remain","strongs_number":"g2681"},"g2682":{"pronunciation":"kat-as-kay'-no-sis","unicode":"κατασκήνωσις","translit":"kataskḗnōsis","definition":"[κατασκήνωσις] from {{g2681}}; an encamping, i.e. (figuratively) a perch","strongs_number":"g2682"},"g2683":{"pronunciation":"kat-as-kee-ad'-zo","unicode":"κατασκιάζω","translit":"kataskiázō","definition":"[κατασκιάζω] from {{g2596}} and a derivative of {{g4639}}; to overshade, i.e. cover","strongs_number":"g2683"},"g2684":{"pronunciation":"kat-as-kop-eh'-o","unicode":"κατασκοπέω","translit":"kataskopéō","definition":"[κατασκοπέω] from {{g2685}}; to be a sentinel, i.e. to inspect insidiously","strongs_number":"g2684"},"g2685":{"pronunciation":"kat-as'-kop-os","unicode":"κατάσκοπος","translit":"katáskopos","definition":"[κατάσκοπος] from {{g2596}} (intensive) and {{g4649}} (in the sense of a watcher); a reconnoiterer","strongs_number":"g2685"},"g2686":{"pronunciation":"kat-as-of-id'-zom-ahee","unicode":"κατασοφίζομαι","translit":"katasophízomai","definition":"[κατασοφίζομαι] middle voice from {{g2596}} and {{g4679}}; to be crafty against, i.e. circumvent","strongs_number":"g2686"},"g2687":{"pronunciation":"kat-as-tel'-lo","unicode":"καταστέλλω","translit":"katastéllō","definition":"[καταστέλλω] from {{g2596}} and {{g4724}}; to put down, i.e. quell","strongs_number":"g2687"},"g2688":{"pronunciation":"kat-as'-tay-mah","unicode":"κατάστημα","translit":"katástēma","definition":"[κατάστημα] from {{g2525}}; properly, a position or condition, i.e. (subjectively) demeanor","strongs_number":"g2688"},"g2689":{"pronunciation":"kat-as-tol-ay'","unicode":"καταστολή","translit":"katastolḗ","definition":"[καταστολή] from {{g2687}}; a deposit, i.e. (specially) costume","strongs_number":"g2689"},"g2690":{"pronunciation":"kat-as-tref'-o","unicode":"καταστρέφω","translit":"katastréphō","definition":"[καταστρέφω] from {{g2596}} and {{g4762}}; to turn upside down, i.e. upset","strongs_number":"g2690"},"g2691":{"pronunciation":"kat-as-tray-nee-ah'-o","unicode":"καταστρηνιάω","translit":"katastrēniáō","definition":"[καταστρηνιάω] from {{g2596}} and {{g4763}}; to become voluptuous against","strongs_number":"g2691"},"g2692":{"pronunciation":"kat-as-trof-ay'","unicode":"καταστροφή","translit":"katastrophḗ","definition":"[καταστροφή] from {{g2690}}; an overturn (\"catastrophe\"), i.e. demolition; figuratively, apostasy","strongs_number":"g2692"},"g2693":{"pronunciation":"kat-as-trone'-noo-mee","unicode":"καταστρώννυμι","translit":"katastrṓnnymi","definition":"[καταστρώννυμι] from {{g2596}} and {{g4766}}; to strew down, i.e. (by implication) to prostrate (slay)","strongs_number":"g2693"},"g2694":{"pronunciation":"kat-as-oo'-ro","unicode":"κατασύρω","translit":"katasýrō","definition":"[κατασύρω] from {{g2596}} and {{g4951}}; to drag down, i.e. arrest judicially","strongs_number":"g2694"},"g2695":{"pronunciation":"kat-as-fat'-to","unicode":"κατασφάττω","translit":"kataspháttō","definition":"[κατασφάττω] from {{g2596}} and {{g4969}}; to kill down, i.e. slaughter","strongs_number":"g2695"},"g2696":{"pronunciation":"kat-as-frag-id'-zo","unicode":"κατασφραγίζω","translit":"katasphragízō","definition":"[κατασφραγίζω] from {{g2596}} and {{g4972}}; to seal closely","strongs_number":"g2696"},"g2697":{"pronunciation":"kat-as'-khes-is","unicode":"κατάσχεσις","translit":"katáschesis","definition":"[κατάσχεσις] from {{g2722}}; a holding down, i.e. occupancy","strongs_number":"g2697"},"g2698":{"pronunciation":"kat-at-ith'-ay-mee","unicode":"κατατίθημι","translit":"katatíthēmi","definition":"[κατατίθημι] from {{g2596}} and {{g5087}}; to place down, i.e. deposit (literally or figuratively)","strongs_number":"g2698"},"g2699":{"pronunciation":"kat-at-om-ay'","unicode":"κατατομή","translit":"katatomḗ","definition":"[κατατομή] from a compound of {{g2596}} and τέμνω (to cut); a cutting down (off), i.e. mutilation (ironically) Compare {{g609}}.","strongs_number":"g2699"},"g2700":{"pronunciation":"kat-at-ox-yoo'-o","unicode":"κατατοξεύω","translit":"katatoxeúō","definition":"[κατατοξεύω] from {{g2596}} and a derivative of {{g5115}}; to shoot down with an arrow or other missile","strongs_number":"g2700"}}
@@ -0,0 +1 @@
1
+ {"g2701":{"pronunciation":"kat-at-rekh'-o","unicode":"κατατρέχω","translit":"katatréchō","definition":"[κατατρέχω] from {{g2596}} and {{g5143}}; to run down, i.e. hasten from a tower","strongs_number":"g2701"},"g2702":{"pronunciation":"kat-af-er'-o","unicode":"καταφέρω","translit":"kataphérō","definition":"[καταφέρω] from {{g2596}} and {{g5342}} (including its alternate); to bear down, i.e. (figuratively) overcome (with drowsiness); specially, to cast a vote","strongs_number":"g2702"},"g2703":{"pronunciation":"kat-af-yoo'-go","unicode":"καταφεύγω","translit":"katapheúgō","definition":"[καταφεύγω] from {{g2596}} and {{g5343}}; to flee down (away)","strongs_number":"g2703"},"g2704":{"pronunciation":"kat-af-thi'-ro","unicode":"καταφθείρω","translit":"kataphtheírō","definition":"[καταφθείρω] from {{g2596}} and {{g5351}}; to spoil entirely, i.e. (literally) to destroy; or (figuratively) to deprave; ","strongs_number":"g2704"},"g2705":{"pronunciation":"kat-af-ee-leh'-o","unicode":"καταφιλέω","translit":"kataphiléō","definition":"[καταφιλέω] from 2596 and 5368; to kiss earnestly","strongs_number":"g2705"},"g2706":{"pronunciation":"kat-af-ron-eh'-o","unicode":"καταφρονέω","translit":"kataphronéō","definition":"[καταφρονέω] from {{g2596}} and {{g5426}}; to think against, i.e. disesteem","strongs_number":"g2706"},"g2707":{"pronunciation":"kat-af-ron-tace'","unicode":"καταφροντής","translit":"kataphrontḗs","definition":"[καταφροντής] from {{g2706}}; a contemner","strongs_number":"g2707"},"g2708":{"pronunciation":"kat-akh-eh'-o","unicode":"καταχέω","translit":"katachéō","definition":"[καταχέω] from {{g2596}} and cheo (to pour); to pour down (out)","strongs_number":"g2708"},"g2709":{"pronunciation":"kat-akh-thon'-ee-os","unicode":"καταχθόνιος","translit":"katachthónios","definition":"[καταχθόνιος] from {{g2596}} and χθών (the ground); subterranean, i.e. infernal (belonging to the world of departed spirits)","strongs_number":"g2709"},"g2710":{"pronunciation":"kat-akh-rah'-om-ahee","unicode":"καταχράομαι","translit":"katachráomai","definition":"[καταχράομαι] from {{g2596}} and {{g5530}}; to overuse, i.e. misuse","strongs_number":"g2710"},"g2711":{"pronunciation":"kat-ap-soo'-kho","unicode":"καταψύχω","translit":"katapsýchō","definition":"[καταψύχω] from {{g2596}} and {{g5594}}; to cool down (off), i.e. refresh","strongs_number":"g2711"},"g2712":{"pronunciation":"kat-i'-do-los","unicode":"κατείδωλος","translit":"kateídōlos","definition":"[κατείδωλος] from {{g2596}} (intensively) and {{g1497}}; utterly idolatrous","strongs_number":"g2712"},"g2713":{"pronunciation":"kat-en'-an-tee","unicode":"κατέναντι","translit":"katénanti","definition":"[κατέναντι] from {{g2596}} and {{g1725}}; directly opposite","strongs_number":"g2713"},"g2714":{"pronunciation":"kat-en-o'-pee-on","unicode":"κατενώπιον","translit":"katenṓpion","definition":"[κατενώπιον] from {{g2596}} and {{g1799}}; directly in front of","strongs_number":"g2714"},"g2715":{"pronunciation":"kat-ex-oo-see-ad'-zo","unicode":"κατεξουσιάζω","translit":"katexousiázō","definition":"[κατεξουσιάζω] from {{g2596}} and {{g1850}}; to have (wield) full privilege over","strongs_number":"g2715"},"g2716":{"pronunciation":"kat-er-gad'-zom-ahee","unicode":"κατεργάζομαι","translit":"katergázomai","definition":"[κατεργάζομαι] from {{g2596}} and {{g2038}}; to work fully, i.e. accomplish; by implication, to finish, fashion","strongs_number":"g2716"},"g2717":{"pronunciation":null,"unicode":null,"translit":null,"definition":"[ Not Used\n] ","strongs_number":"g2717"},"g2718":{"pronunciation":"kat-er'-khom-ahee","unicode":"κατέρχομαι","translit":"katérchomai","definition":"[κατέρχομαι] from {{g2596}} and {{g2064}} (including its alternate); to come (or go) down (literally or figuratively)","strongs_number":"g2718"},"g2719":{"pronunciation":"kat-es-thee'-o","unicode":"κατεσθίω","translit":"katesthíō","definition":"[κατεσθίω] from {{g2596}} and {{g2068}} (including its alternate); to eat down, i.e. devour (literally or figuratively)","strongs_number":"g2719"},"g2720":{"pronunciation":"kat-yoo-thoo'-no","unicode":"κατευθύνω","translit":"kateuthýnō","definition":"[κατευθύνω] from {{g2596}} and {{g2116}}; to straighten fully, i.e. (figuratively) direct","strongs_number":"g2720"},"g2721":{"pronunciation":"kat-ef-is'-tay-mee","unicode":"κατεφίστημι","translit":"katephístēmi","definition":"[κατεφίστημι] from {{g2596}} and {{g2186}}; to stand over against, i.e. rush upon (assault)","strongs_number":"g2721"},"g2722":{"pronunciation":"kat-ekh'-o","unicode":"κατέχω","translit":"katéchō","definition":"[κατέχω] from {{g2596}} and {{g2192}}; to hold down (fast), in various applications (literally or figuratively)","strongs_number":"g2722"},"g2723":{"pronunciation":"kat-ay-gor-eh'-o","unicode":"κατηγορέω","translit":"katēgoréō","definition":"[κατηγορέω] from {{g2725}}; to be a plaintiff, i.e. to charge with some offence","strongs_number":"g2723"},"g2724":{"pronunciation":"kat-ay-gor-ee'-ah","unicode":"κατηγορία","translit":"katēgoría","definition":"[κατηγορία] from {{g2725}}; a complaint (\"category\"), i.e. criminal charge","strongs_number":"g2724"},"g2725":{"pronunciation":"kat-ay'-gor-os","unicode":"κατήγορος","translit":"katḗgoros","definition":"[κατήγορος] from {{g2596}} and {{g58}}; against one in the assembly, i.e. a complainant at law; specially, Satan","strongs_number":"g2725"},"g2726":{"pronunciation":"kat-ay'-fi-ah","unicode":"κατήφεια","translit":"katḗpheia","definition":"[κατήφεια] from a compound of {{g2596}} and perhaps a derivative of the base of {{g5316}} (meaning downcast in look); demureness, i.e. (by implication) sadness","strongs_number":"g2726"},"g2727":{"pronunciation":"kat-ay-kheh'-o","unicode":"κατηχέω","translit":"katēchéō","definition":"[κατηχέω] from {{g2596}} and {{g2279}}; to sound down into the ears, i.e. (by implication) to indoctrinate (\"catechize\") or (genitive case) to apprise of","strongs_number":"g2727"},"g2728":{"pronunciation":"kat-ee-o'-o","unicode":"κατιόω","translit":"katióō","definition":"[κατιόω] from {{g2596}} and a derivative of {{g2447}}; to rust down, i.e. corrode","strongs_number":"g2728"},"g2729":{"pronunciation":"kat-is-khoo'-o","unicode":"κατισχύω","translit":"katischýō","definition":"[κατισχύω] from {{g2596}} and {{g2480}}; to overpower","strongs_number":"g2729"},"g2730":{"pronunciation":"kat-oy-keh'-o","unicode":"κατοικέω","translit":"katoikéō","definition":"[κατοικέω] from {{g2596}} and {{g3611}}; to house permanently, i.e. reside (literally or figuratively)","strongs_number":"g2730"},"g2731":{"pronunciation":"kat-oy'-kay-sis","unicode":"κατοίκησις","translit":"katoíkēsis","definition":"[κατοίκησις] from {{g2730}}; residence (properly, the act; but by implication, concretely, the mansion)","strongs_number":"g2731"},"g2732":{"pronunciation":"kat-oy-kay-tay'-ree-on","unicode":"κατοικητήριον","translit":"katoikētḗrion","definition":"[κατοικητήριον] from a derivative of {{g2730}}; a dwelling-place","strongs_number":"g2732"},"g2733":{"pronunciation":"kat-oy-kee'-ah","unicode":"κατοικία","translit":"katoikía","definition":"[κατοικία] residence (properly, the condition; but by implication, the abode itself)","strongs_number":"g2733"},"g2734":{"pronunciation":"kat-op-trid'-zom-ahee","unicode":"κατοπτρίζομαι","translit":"katoptrízomai","definition":"[κατοπτρίζομαι] middle voice from a compound of {{g2596}} and a derivative of {{g3700}} (compare {{g2072}}); to mirror oneself, i.e. to see reflected (figuratively)","strongs_number":"g2734"},"g2735":{"pronunciation":"kat-or'-tho-mah","unicode":"κατόρθωμα","translit":"katórthōma","definition":"[κατόρθωμα] from a compound of {{g2596}} and a derivative of {{g3717}} (compare {{g1357}}); something made fully upright, i.e. (figuratively) rectification (specially, good public administration)","strongs_number":"g2735"},"g2736":{"pronunciation":"kat'-o","unicode":"κάτω","translit":"kátō","definition":"[κάτω] ; also (compare) κατωτέρω(compare {{g2737}}); adverb from {{g2596}}; downwards","strongs_number":"g2736"},"g2737":{"pronunciation":"kat-o'-ter-os","unicode":"κατώτερος","translit":"katṓteros","definition":"[κατώτερος] comparative from {{g2736}}; inferior (locally, of Hades)","strongs_number":"g2737"},"g2738":{"pronunciation":"kow'-mah","unicode":"καῦμα","translit":"kaûma","definition":"[καῦμα] from {{g2545}}; properly, a burn (concretely), but used (abstractly) of a glow","strongs_number":"g2738"},"g2739":{"pronunciation":"kow-mat-id'-zo","unicode":"καυματίζω","translit":"kaumatízō","definition":"[καυματίζω] from {{g2738}}; to burn","strongs_number":"g2739"},"g2740":{"pronunciation":"kow'-sis","unicode":"καῦσις","translit":"kaûsis","definition":"[καῦσις] from {{g2545}}; burning (the act)","strongs_number":"g2740"},"g2741":{"pronunciation":"kow-so'-o","unicode":"καυσόω","translit":"kausóō","definition":"[καυσόω] from {{g2740}}; to set on fire","strongs_number":"g2741"},"g2742":{"pronunciation":"kow'-sone","unicode":"καύσων","translit":"kaúsōn","definition":"[καύσων] from {{g2741}}; a glare","strongs_number":"g2742"},"g2743":{"pronunciation":"kow-tay-ree-ad'-zo","unicode":"καυτηριάζω","translit":"kautēriázō","definition":"[καυτηριάζω] from a derivative of {{g2545}}; to brand (\"cauterize\"), i.e. (by implication) to render unsensitive (figuratively)","strongs_number":"g2743"},"g2744":{"pronunciation":"kow-khah'-om-ahee","unicode":"καυχάομαι","translit":"kaucháomai","definition":"[καυχάομαι] from some (obsolete) base akin to that of αὐχέω (to boast) and {{g2172}}; to vaunt (in a good or a bad sense)","strongs_number":"g2744"},"g2745":{"pronunciation":"kow'-khay-mah","unicode":"καύχημα","translit":"kaúchēma","definition":"[καύχημα] from {{g2744}}; a boast (properly, the object; by implication, the act) in a good or a bad sense","strongs_number":"g2745"},"g2746":{"pronunciation":"kow'-khay-sis","unicode":"καύχησις","translit":"kaúchēsis","definition":"[καύχησις] from {{g2744}}; boasting (properly, the act; by implication, the object), in a good or a bad sense","strongs_number":"g2746"},"g2747":{"pronunciation":"keng-khreh-a'-hee","unicode":"Κεγχρεαί","translit":"Kenchreaí","definition":"[Κεγχρεαί] probably from kegchros (millet); Cenchreæ, a port of Corinth","strongs_number":"g2747"},"g2748":{"pronunciation":"ked-rone'","unicode":"Κεδρών","translit":"Kedrṓn","definition":"[Κεδρών] of Hebrew origin ({{h6939}}); Cedron (i.e. Kidron), a brook near Jerusalem","strongs_number":"g2748"},"g2749":{"pronunciation":"ki'-mahee","unicode":"κεῖμαι","translit":"keîmai","definition":"[κεῖμαι] middle voice of a primary verb; to lie outstretched (literally or figuratively) Compare {{g5087}}.","strongs_number":"g2749"},"g2750":{"pronunciation":"ki-ree'-ah","unicode":"κειρία","translit":"keiría","definition":"[κειρία] of uncertain affinity; a swathe, i.e. winding-sheet","strongs_number":"g2750"},"g2751":{"pronunciation":"ki'-ro","unicode":"κείρω","translit":"keírō","definition":"[κείρω] a primary verb; to shear","strongs_number":"g2751"},"g2752":{"pronunciation":"kel'-yoo-mah","unicode":"κέλευμα","translit":"kéleuma","definition":"[κέλευμα] from {{g2753}}; a cry of incitement","strongs_number":"g2752"},"g2753":{"pronunciation":"kel-yoo'-o","unicode":"κελεύω","translit":"keleúō","definition":"[κελεύω] from a primary κέλλω (to urge on); \"hail\"; to incite by word, i.e. order","strongs_number":"g2753"},"g2754":{"pronunciation":"ken-od-ox-ee'-ah","unicode":"κενοδοξία","translit":"kenodoxía","definition":"[κενοδοξία] from {{g2755}}; empty glorying, i.e. self-conceit","strongs_number":"g2754"},"g2755":{"pronunciation":"ken-od'-ox-os","unicode":"κενόδοξος","translit":"kenódoxos","definition":"[κενόδοξος] from {{g2756}} and {{g1391}}; vainly glorifying, i.e. self-conceited","strongs_number":"g2755"},"g2756":{"pronunciation":"ken-os'","unicode":"κενός","translit":"kenós","definition":"[κενός] apparently a primary word; empty (literally or figuratively)","strongs_number":"g2756"},"g2757":{"pronunciation":"ken-of-o-nee'-ah","unicode":"κενοφωνία","translit":"kenophōnía","definition":"[κενοφωνία] from a presumed compound of {{g2756}} and {{g5456}}; empty sounding, i.e. fruitless discussion","strongs_number":"g2757"},"g2758":{"pronunciation":"ken-o'-o","unicode":"κενόω","translit":"kenóō","definition":"[κενόω] from {{g2756}}; to make empty, i.e. (figuratively) to abase, neutralize, falsify","strongs_number":"g2758"},"g2759":{"pronunciation":"ken'-tron","unicode":"κέντρον","translit":"kéntron","definition":"[κέντρον] from κεντέω (to prick); a point (\"centre\"), i.e. a sting (figuratively, poison) or goad (figuratively, divine impulse)","strongs_number":"g2759"},"g2760":{"pronunciation":"ken-too-ree'-ohn","unicode":"κεντυρίων","translit":"kentyríōn","definition":"[κεντυρίων] of Latin origin; a centurion, i.e. captain of one hundred soldiers","strongs_number":"g2760"},"g2761":{"pronunciation":"ken-oce'","unicode":"κενῶς","translit":"kenōs","definition":"[κενῶς] adverb from {{g2756}}; vainly, i.e. to no purpose","strongs_number":"g2761"},"g2762":{"pronunciation":"ker-ah'-yah","unicode":"κεραία","translit":"keraía","definition":"[κεραία] feminine of a presumed derivative of the base of {{g2768}}; something horn-like, i.e. (specially) the apex of a Hebrew letter (figuratively, the least particle)","strongs_number":"g2762"},"g2763":{"pronunciation":"ker-am-yooce'","unicode":"κεραμεύς","translit":"kerameús","definition":"[κεραμεύς] from {{g2766}}; a potter","strongs_number":"g2763"},"g2764":{"pronunciation":"ker-am-ik-os'","unicode":"κεραμικός","translit":"keramikós","definition":"[κεραμικός] from {{g2766}}; made of clay, i.e. earthen","strongs_number":"g2764"},"g2765":{"pronunciation":"ker-am'-ee-on","unicode":"κεράμιον","translit":"kerámion","definition":"[κεράμιον] neuter of a presumed derivative of {{g2766}}; an earthenware vessel, i.e. jar","strongs_number":"g2765"},"g2766":{"pronunciation":"ker'-am-os","unicode":"κέραμος","translit":"kéramos","definition":"[κέραμος] probably from the base of {{g2767}} (through the idea of mixing clay and water); earthenware, i.e. a tile (by analogy, a thin roof or awning)","strongs_number":"g2766"},"g2767":{"pronunciation":"ker-an'-noo-mee","unicode":"κεράννυμι","translit":"keránnymi","definition":"[κεράννυμι] prolonged form of a more primary κεράω (which is used in certain tenses); to mingle, i.e. (by implication) to pour out (for drinking) Compare {{g3396}}.","strongs_number":"g2767"},"g2768":{"pronunciation":"ker'-as","unicode":"κέρας","translit":"kéras","definition":"[κέρας] from a primary κάρ (the hair of the head); a horn (literally or figuratively)","strongs_number":"g2768"},"g2769":{"pronunciation":"ker-at'-ee-on","unicode":"κεράτιον","translit":"kerátion","definition":"[κεράτιον] neuter of a presumed derivative of {{g2768}}; something horned, i.e. (specially) the pod of the carob-tree","strongs_number":"g2769"},"g2770":{"pronunciation":"ker-dah'-ee-no","unicode":"κερδαίνω","translit":"kerdaínō","definition":"[κερδαίνω] from {{g2771}}; to gain (literally or figuratively)","strongs_number":"g2770"},"g2771":{"pronunciation":"ker'-dos","unicode":"κέρδος","translit":"kérdos","definition":"[κέρδος] of uncertain affinity; gain (pecuniary or genitive case)","strongs_number":"g2771"},"g2772":{"pronunciation":"ker'-mah","unicode":"κέρμα","translit":"kérma","definition":"[κέρμα] from {{g2751}}; a clipping (bit), i.e. (specially) a coin","strongs_number":"g2772"},"g2773":{"pronunciation":"ker-mat-is-tace'","unicode":"κερματιστής","translit":"kermatistḗs","definition":"[κερματιστής] from a derivative of {{g2772}}; a handler of coins, i.e. money-broker","strongs_number":"g2773"},"g2774":{"pronunciation":"kef-al'-ah-yon","unicode":"κεφάλαιον","translit":"kephálaion","definition":"[κεφάλαιον] neuter of a derivative of {{g2776}}; a principal thing, i.e. main point; specially, an amount (of money)","strongs_number":"g2774"},"g2775":{"pronunciation":"kef-al-ahee-o'-o","unicode":"κεφαλαιόω","translit":"kephalaióō","definition":"[κεφαλαιόω] from the same as {{g2774}}; (specially) to strike on the head","strongs_number":"g2775"},"g2776":{"pronunciation":"kef-al-ay'","unicode":"κεφαλή","translit":"kephalḗ","definition":"[κεφαλή] from the primary κάπτω (in the sense of seizing); the head (as the part most readily taken hold of), literally or figuratively","strongs_number":"g2776"},"g2777":{"pronunciation":"kef-al-is'","unicode":"κεφαλίς","translit":"kephalís","definition":"[κεφαλίς] from {{g2776}}; properly, a knob, i.e. (by implication) a roll (by extension from the end of a stick on which the manuscript was rolled)","strongs_number":"g2777"},"g2778":{"pronunciation":"kane'-sos","unicode":"κῆνσος","translit":"kēnsos","definition":"[κῆνσος] of Latin origin; properly, an enrollment (\"census\"), i.e. (by implication) a tax","strongs_number":"g2778"},"g2779":{"pronunciation":"kay'-pos","unicode":"κῆπος","translit":"kēpos","definition":"[κῆπος] of uncertain affinity; a garden","strongs_number":"g2779"},"g2780":{"pronunciation":"kay-poo-ros'","unicode":"κηπουρός","translit":"kēpourós","definition":"[κηπουρός] from {{g2779}} and οὖρος (a warden); a garden-keeper, i.e. gardener","strongs_number":"g2780"},"g2781":{"pronunciation":"kay-ree'-on","unicode":"κηρίον","translit":"kēríon","definition":"[κηρίον] diminutive from κηός (wax); a cell for honey, i.e. (collectively) the comb","strongs_number":"g2781"},"g2782":{"pronunciation":"kay'-roog-mah","unicode":"κήρυγμα","translit":"kḗrygma","definition":"[κήρυγμα] from {{g2784}}; a proclamation (especially of the gospel; by implication, the gospel itself)","strongs_number":"g2782"},"g2783":{"pronunciation":"kay'-roox","unicode":"κῆρυξ","translit":"kēryx","definition":"[κῆρυξ] from {{g2784}}; a herald, i.e. of divine truth (especially of the gospel)","strongs_number":"g2783"},"g2784":{"pronunciation":"kay-roos'-so","unicode":"κηρύσσω","translit":"kērýssō","definition":"[κηρύσσω] of uncertain affinity; to herald (as a public crier), especially divine truth (the gospel)","strongs_number":"g2784"},"g2785":{"pronunciation":"kay'-tos","unicode":"κῆτος","translit":"kētos","definition":"[κῆτος] probably from the base of {{g5490}}; a huge fish (as gaping for prey)","strongs_number":"g2785"},"g2786":{"pronunciation":"kay-fas'","unicode":"Κηφᾶς","translit":"Kēphâs","definition":"[Κηφᾶς] of Chaldee origin (compare {{h3710}}); the Rock; Cephas (i.e. Kepha), a surname of Peter","strongs_number":"g2786"},"g2787":{"pronunciation":"kib-o-tos'","unicode":"κιβωτός","translit":"kibōtós","definition":"[κιβωτός] of uncertain derivation; a box, i.e. the sacred ark and that of Noah","strongs_number":"g2787"},"g2788":{"pronunciation":"kith-ar'-ah","unicode":"κιθάρα","translit":"kithára","definition":"[κιθάρα] of uncertain affinity; a lyre","strongs_number":"g2788"},"g2789":{"pronunciation":"kith-ar-id'-zo","unicode":"κιθαρίζω","translit":"kitharízō","definition":"[κιθαρίζω] from {{g2788}}; to play on a lyre","strongs_number":"g2789"},"g2790":{"pronunciation":"kith-ar-o'-dos","unicode":"κιθαρῳδός","translit":"kitharōidós","definition":"[κιθαρῳδός] from {{g2788}} and a derivative of the same as {{g5603}}; a lyre-singer(-player), i.e. harpist","strongs_number":"g2790"},"g2791":{"pronunciation":"kil-ik-ee'-ah","unicode":"Κιλικία","translit":"Kilikía","definition":"[Κιλικία] probably of foreign origin; Cilicia, a region of Asia Minor","strongs_number":"g2791"},"g2792":{"pronunciation":"kin-am'-o-mon","unicode":"κινάμωμον","translit":"kinámōmon","definition":"[κινάμωμον] of foreign origin (compare {{h7076}}); cinnamon","strongs_number":"g2792"},"g2793":{"pronunciation":"kin-doon-yoo'-o","unicode":"κινδυνεύω","translit":"kindyneúō","definition":"[κινδυνεύω] from {{g2794}}; to undergo peril","strongs_number":"g2793"},"g2794":{"pronunciation":"kin'-doo-nos","unicode":"κίνδυνος","translit":"kíndynos","definition":"[κίνδυνος] of uncertain derivation; danger","strongs_number":"g2794"},"g2795":{"pronunciation":"kin-eh'-o","unicode":"κινέω","translit":"kinéō","definition":"[κινέω] from κίω (poetic for εἶμι, to go); to stir (transitively), literally or figuratively","strongs_number":"g2795"},"g2796":{"pronunciation":"kin'-ay-sis","unicode":"κίνησις","translit":"kínēsis","definition":"[κίνησις] from {{g2795}}; a stirring","strongs_number":"g2796"},"g2797":{"pronunciation":"kis","unicode":"Κίς","translit":"Kís","definition":"[Κίς] of Hebrew origin ({{h7027}}); Cis (i.e. Kish), an Israelite","strongs_number":"g2797"},"g2798":{"pronunciation":"klad'-os","unicode":"κλάδος","translit":"kládos","definition":"[κλάδος] from {{g2806}}; a twig or bough (as if broken off)","strongs_number":"g2798"},"g2799":{"pronunciation":"klah'-yo","unicode":"κλαίω","translit":"klaíō","definition":"[κλαίω] of uncertain affinity; to sob, i.e. wail aloud (whereas 1145 is rather to cry silently)","strongs_number":"g2799"},"g2800":{"pronunciation":"klas'-is","unicode":"κλάσις","translit":"klásis","definition":"[κλάσις] from {{g2806}}; fracture (the act)","strongs_number":"g2800"}}
@@ -0,0 +1 @@
1
+ {"g2801":{"pronunciation":"klas'-mah","unicode":"κλάσμα","translit":"klásma","definition":"[κλάσμα] from {{g2806}}; a piece (bit)","strongs_number":"g2801"},"g2802":{"pronunciation":"klow'-day","unicode":"Κλαύδη","translit":"Klaúdē","definition":"[Κλαύδη] of uncertain derivation; Claude, an island near Crete","strongs_number":"g2802"},"g2803":{"pronunciation":"klow-dee'-ah","unicode":"Κλαυδία","translit":"Klaudía","definition":"[Κλαυδία] feminine of {{g2804}}; Claudia, a Christian woman","strongs_number":"g2803"},"g2804":{"pronunciation":"klow'-dee-os","unicode":"Κλαύδιος","translit":"Klaúdios","definition":"[Κλαύδιος] of Latin origin; Claudius, the name of two Romans","strongs_number":"g2804"},"g2805":{"pronunciation":"klowth-mos'","unicode":"κλαυθμός","translit":"klauthmós","definition":"[κλαυθμός] from {{g2799}}; lamentation","strongs_number":"g2805"},"g2806":{"pronunciation":"klah'-o","unicode":"κλάω","translit":"kláō","definition":"[κλάω] a primary verb; to break (specially, of bread)","strongs_number":"g2806"},"g2807":{"pronunciation":"klice","unicode":"κλείς","translit":"kleís","definition":"[κλείς] from {{g2808}}; a key (as shutting a lock), literally or figuratively","strongs_number":"g2807"},"g2808":{"pronunciation":"kli'-o","unicode":"κλείω","translit":"kleíō","definition":"[κλείω] a primary verb; to close (literally or figuratively)","strongs_number":"g2808"},"g2809":{"pronunciation":"klem'-mah","unicode":"κλέμμα","translit":"klémma","definition":"[κλέμμα] from {{g2813}}; stealing (properly, the thing stolen, but used of the act)","strongs_number":"g2809"},"g2810":{"pronunciation":"kleh-op'-as","unicode":"Κλεόπας","translit":"Kleópas","definition":"[Κλεόπας] probably contracted from Κλεόπατρος (compound of {{g2811}} and {{g3962}}); Cleopas, a Christian","strongs_number":"g2810"},"g2811":{"pronunciation":"kleh'-os","unicode":"κλέος","translit":"kléos","definition":"[κλέος] from a shorter form of {{g2564}}; renown (as if being called)","strongs_number":"g2811"},"g2812":{"pronunciation":"klep'-tace","unicode":"κλέπτης","translit":"kléptēs","definition":"[κλέπτης] from {{g2813}}; a stealer (literally or figuratively) Compare {{g3027}}.","strongs_number":"g2812"},"g2813":{"pronunciation":"klep'-to","unicode":"κλέπτω","translit":"kléptō","definition":"[κλέπτω] a primary verb; to filch","strongs_number":"g2813"},"g2814":{"pronunciation":"kaly'-mah","unicode":"κλῆμα","translit":"klēma","definition":"[κλῆμα] from {{g2806}}; a limb or shoot (as if broken off)","strongs_number":"g2814"},"g2815":{"pronunciation":"klay'-mace","unicode":"Κλήμης","translit":"Klḗmēs","definition":"[Κλήμης] of Latin origin; merciful; Clemes (i.e. Clemens), a Christian","strongs_number":"g2815"},"g2816":{"pronunciation":"klay-ron-om-eh'-o","unicode":"κληρονομέω","translit":"klēronoméō","definition":"[κληρονομέω] from {{g2818}}; to be an heir to (literally or figuratively)","strongs_number":"g2816"},"g2817":{"pronunciation":"klay-ron-om-ee'-ah","unicode":"κληρονομία","translit":"klēronomía","definition":"[κληρονομία] from {{g2818}}; heirship, i.e. (concretely) a patrimony or (genitive case) a possession","strongs_number":"g2817"},"g2818":{"pronunciation":"klay-ron-om'-os","unicode":"κληρονόμος","translit":"klēronómos","definition":"[κληρονόμος] from {{g2819}} and the base of {{g3551}} (in its original sense of partitioning, i.e. (reflexively) getting by apportionment); a sharer by lot, i.e. inheritor (literally or figuratively); by implication, a possessor","strongs_number":"g2818"},"g2819":{"pronunciation":"klay'-ros","unicode":"κλῆρος","translit":"klēros","definition":"[κλῆρος] probably from {{g2806}} (through the idea of using bits of wood, etc., for the purpose; a die (for drawing chances); by implication, a portion (as if so secured); by extension, an acquisition (especially a patrimony, figuratively)","strongs_number":"g2819"},"g2820":{"pronunciation":"klay-ro'-o","unicode":"κληρόω","translit":"klēróō","definition":"[κληρόω] from {{g2819}}; to allot, i.e. (figuratively) to assign (a privilege)","strongs_number":"g2820"},"g2821":{"pronunciation":"klay'-sis","unicode":"κλῆσις","translit":"klēsis","definition":"[κλῆσις] from a shorter form of {{g2564}}; an invitation (figuratively)","strongs_number":"g2821"},"g2822":{"pronunciation":"klay-tos'","unicode":"κλητός","translit":"klētós","definition":"[κλητός] from the same as {{g2821}}; invited, i.e. appointed, or (specially), a saint","strongs_number":"g2822"},"g2823":{"pronunciation":"klib'-an-os","unicode":"κλίβανος","translit":"klíbanos","definition":"[κλίβανος] of uncertain derivation; an earthen pot used for baking in","strongs_number":"g2823"},"g2824":{"pronunciation":"klee'-mah","unicode":"κλίμα","translit":"klíma","definition":"[κλίμα] from {{g2827}}; a slope, i.e. (specially) a \"clime\" or tract of country","strongs_number":"g2824"},"g2825":{"pronunciation":"klee'-nay","unicode":"κλίνη","translit":"klínē","definition":"[κλίνη] from {{g2827}}; a couch (for sleep, sickness, sitting or eating)","strongs_number":"g2825"},"g2826":{"pronunciation":"klin-id'-ee-on","unicode":"κλινίδιον","translit":"klinídion","definition":"[κλινίδιον] neuter of a presumed derivative of {{g2825}}; a pallet or little couch","strongs_number":"g2826"},"g2827":{"pronunciation":"klee'-no","unicode":"κλίνω","translit":"klínō","definition":"[κλίνω] a primary verb; to slant or slope, i.e. incline or recline (literally or figuratively)","strongs_number":"g2827"},"g2828":{"pronunciation":"klee-see'-ah","unicode":"κλισία","translit":"klisía","definition":"[κλισία] from a derivative of {{g2827}}; properly, reclination, i.e. (concretely and specially), a party at a meal","strongs_number":"g2828"},"g2829":{"pronunciation":"klop-ay'","unicode":"κλοπή","translit":"klopḗ","definition":"[κλοπή] from {{g2813}}; stealing","strongs_number":"g2829"},"g2830":{"pronunciation":"kloo'-dohn","unicode":"κλύδων","translit":"klýdōn","definition":"[κλύδων] from κλύζω (to billow or dash over); a surge of the sea (literally or figuratively)","strongs_number":"g2830"},"g2831":{"pronunciation":"kloo-do-nid'-zom-ahee","unicode":"κλυδωνίζομαι","translit":"klydōnízomai","definition":"[κλυδωνίζομαι] middle voice from {{g2830}}; to surge, i.e. (figuratively) to fluctuate","strongs_number":"g2831"},"g2832":{"pronunciation":"klo-pas'","unicode":"Κλωπᾶς","translit":"Klōpâs","definition":"[Κλωπᾶς] of Chaldee origin (corresponding to {{h256}}); Clopas, an Israelite","strongs_number":"g2832"},"g2833":{"pronunciation":"knay'-tho","unicode":"κνήθω","translit":"knḗthō","definition":"[κνήθω] from a primary κνάω (to scrape); to scratch, i.e. (by implication) to tickle","strongs_number":"g2833"},"g2834":{"pronunciation":"knee'-dos","unicode":"Κνίδος","translit":"Knídos","definition":"[Κνίδος] probably of foreign origin; Cnidus, a place in Asia Minor","strongs_number":"g2834"},"g2835":{"pronunciation":"kod-ran'-tace","unicode":"κοδράντης","translit":"kodrántēs","definition":"[κοδράντης] of Latin origin; a quadrans, i.e. the fourth part of an as","strongs_number":"g2835"},"g2836":{"pronunciation":"koy-lee'-ah","unicode":"κοιλία","translit":"koilía","definition":"[κοιλία] from κοῖλος (\"hollow\"); a cavity, i.e. (especially) the abdomen; by implication, the matrix; figuratively, the heart","strongs_number":"g2836"},"g2837":{"pronunciation":"koy-mah'-o","unicode":"κοιμάω","translit":"koimáō","definition":"[κοιμάω] from {{g2749}}; to put to sleep, i.e. (passively or reflexively) to slumber; figuratively, to decease","strongs_number":"g2837"},"g2838":{"pronunciation":"koy'-may-sis","unicode":"κοίμησις","translit":"koímēsis","definition":"[κοίμησις] from {{g2837}}; sleeping, i.e. (by implication) repose","strongs_number":"g2838"},"g2839":{"pronunciation":"koy-nos'","unicode":"κοινός","translit":"koinós","definition":"[κοινός] probably from {{g4862}}; common, i.e. (literally) shared by all or several, or (ceremonially) profane","strongs_number":"g2839"},"g2840":{"pronunciation":"koy-no'-o","unicode":"κοινόω","translit":"koinóō","definition":"[κοινόω] from {{g2839}}; to make (or consider) profane (ceremonially)","strongs_number":"g2840"},"g2841":{"pronunciation":"koy-no-neh'-o","unicode":"κοινωνέω","translit":"koinōnéō","definition":"[κοινωνέω] from {{g2844}}; to share with others (objectively or subjectively)","strongs_number":"g2841"},"g2842":{"pronunciation":"koy-nohn-ee'-ah","unicode":"κοινωνία","translit":"koinōnía","definition":"[κοινωνία] from {{g2844}}; partnership, i.e. (literally) participation, or (social) intercourse, or (pecuniary) benefaction","strongs_number":"g2842"},"g2843":{"pronunciation":"koy-no-nee-kos'","unicode":"κοινωνικός","translit":"koinōnikós","definition":"[κοινωνικός] from {{g2844}}; communicative, i.e. (pecuniarily) liberal","strongs_number":"g2843"},"g2844":{"pronunciation":"koy-no-nos'","unicode":"κοινωνός","translit":"koinōnós","definition":"[κοινωνός] from {{g2839}}; a sharer, i.e. associate","strongs_number":"g2844"},"g2845":{"pronunciation":"koy'-tay","unicode":"κοίτη","translit":"koítē","definition":"[κοίτη] from {{g2749}}; a couch; by extension, cohabitation; by implication, the male sperm","strongs_number":"g2845"},"g2846":{"pronunciation":"koy-tone'","unicode":"κοιτών","translit":"koitṓn","definition":"[κοιτών] from {{g2845}}; a bedroom","strongs_number":"g2846"},"g2847":{"pronunciation":"kok'-kee-nos","unicode":"κόκκινος","translit":"kókkinos","definition":"[κόκκινος] from {{g2848}} (from the kernel-shape of the insect); crimson-colored","strongs_number":"g2847"},"g2848":{"pronunciation":"kok'-kos","unicode":"κόκκος","translit":"kókkos","definition":"[κόκκος] apparently a primary word; a kernel of seed","strongs_number":"g2848"},"g2849":{"pronunciation":"kol-ad'-zo","unicode":"κολάζω","translit":"kolázō","definition":"[κολάζω] from κόλος (dwarf); properly, to curtail, i.e. (figuratively) to chastise (or reserve for infliction)","strongs_number":"g2849"},"g2850":{"pronunciation":"kol-ak-i'-ah","unicode":"κολακεία","translit":"kolakeía","definition":"[κολακεία] from a derivative of κόλαξ (a fawner); flattery","strongs_number":"g2850"},"g2851":{"pronunciation":"kol'-as-is","unicode":"κόλασις","translit":"kólasis","definition":"[κόλασις] from {{g2849}}; penal infliction","strongs_number":"g2851"},"g2852":{"pronunciation":"kol-af-id'-zo","unicode":"κολαφίζω","translit":"kolaphízō","definition":"[κολαφίζω] from a derivative of the base of {{g2849}}; to rap with the fist","strongs_number":"g2852"},"g2853":{"pronunciation":"kol-lah'-o","unicode":"κολλάω","translit":"kolláō","definition":"[κολλάω] from κόλλα (\"glue\"); to glue, i.e. (passively or reflexively) to stick (figuratively)","strongs_number":"g2853"},"g2854":{"pronunciation":"kol-loo'-ree-on","unicode":"κολλούριον","translit":"kolloúrion","definition":"[κολλούριον] neuter of a presumed derivative of κολλύρα (a cake; prob akin to the base of {{g2853}}); properly, a poultice (as made of or in the form of crackers), i.e. (by analogy) a plaster","strongs_number":"g2854"},"g2855":{"pronunciation":"kol-loo-bis-tace'","unicode":"κολλυβιστής","translit":"kollybistḗs","definition":"[κολλυβιστής] from a presumed derivative of κόλλυβος (a small coin; probably akin to {{g2854}}); a coin-dealer","strongs_number":"g2855"},"g2856":{"pronunciation":"kol-ob-o'-o","unicode":"κολοβόω","translit":"kolobóō","definition":"[κολοβόω] from a derivative of the base of {{g2849}}; to dock, i.e. (figuratively) abridge","strongs_number":"g2856"},"g2857":{"pronunciation":"kol-os-sah'-ee","unicode":"Κολοσσαί","translit":"Kolossaí","definition":"[Κολοσσαί] apparently feminine plural of kolossos (\"colossal\"); Colossæ, a place in Asia Minor","strongs_number":"g2857"},"g2858":{"pronunciation":"kol-os-sayoos'","unicode":"Κολοσσαεύς","translit":"Kolossaeús","definition":"[Κολοσσαεύς] from {{g2857}}; a Colossæan, (i.e. inhabitant of Colossæ","strongs_number":"g2858"},"g2859":{"pronunciation":"kol'-pos","unicode":"κόλπος","translit":"kólpos","definition":"[κόλπος] apparently a primary word; the bosom; by analogy, a bay","strongs_number":"g2859"},"g2860":{"pronunciation":"kol-oom-bah'-o","unicode":"κολυμβάω","translit":"kolymbáō","definition":"[κολυμβάω] from κόλυμβος (a diver); to plunge into water","strongs_number":"g2860"},"g2861":{"pronunciation":"kol-oom-bay'-thrah","unicode":"κολυμβήθρα","translit":"kolymbḗthra","definition":"[κολυμβήθρα] from {{g2860}}; a diving-place, i.e. pond for bathing (or swimming)","strongs_number":"g2861"},"g2862":{"pronunciation":"kol-o-nee'-ah","unicode":"κολωνία","translit":"kolōnía","definition":"[κολωνία] of Latin origin; a Roman \"colony\" for veterans","strongs_number":"g2862"},"g2863":{"pronunciation":"kom-ah'-o","unicode":"κομάω","translit":"komáō","definition":"[κομάω] from {{g2864}}; to wear tresses of hair","strongs_number":"g2863"},"g2864":{"pronunciation":"kom'-ay","unicode":"κόμη","translit":"kómē","definition":"[κόμη] apparently from the same as {{g2865}}; the hair of the head (locks, as ornamental, and thus differing from {{g2359}}; which properly denotes merely the scalp)","strongs_number":"g2864"},"g2865":{"pronunciation":"kom-id'-zo","unicode":"κομίζω","translit":"komízō","definition":"[κομίζω] from a primary κομέω (to tend, i.e. take care of); properly, to provide for, i.e. (by implication) to carry off (as if from harm; genitive case obtain)","strongs_number":"g2865"},"g2866":{"pronunciation":"komp-sot'-er-on","unicode":"κομψότερον","translit":"kompsóteron","definition":"[κομψότερον] neuter comparative of a derivative of the base of 2865 (meaning, properly, well dressed, i.e. nice); figuratively, convalescent","strongs_number":"g2866"},"g2867":{"pronunciation":"kon-ee-ah'-o","unicode":"κονιάω","translit":"koniáō","definition":"[κονιάω] from κονία (dust; by analogy, lime); to whitewash","strongs_number":"g2867"},"g2868":{"pronunciation":"kon-ee-or-tos'","unicode":"κονιορτός","translit":"koniortós","definition":"[κονιορτός] from the base of {{g2867}} and ornumi (to \"rouse\"); pulverulence (as blown about)","strongs_number":"g2868"},"g2869":{"pronunciation":"kop-ad'-zo","unicode":"κοπάζω","translit":"kopázō","definition":"[κοπάζω] from {{g2873}}; to tire, i.e. (figuratively) to relax","strongs_number":"g2869"},"g2870":{"pronunciation":"kop-et-os'","unicode":"κοπετός","translit":"kopetós","definition":"[κοπετός] from {{g2875}}; mourning (properly, by beating the breast)","strongs_number":"g2870"},"g2871":{"pronunciation":"kop-ay'","unicode":"κοπή","translit":"kopḗ","definition":"[κοπή] from {{g2875}}; cutting, i.e. carnage","strongs_number":"g2871"},"g2872":{"pronunciation":"kop-ee-ah'-o","unicode":"κοπιάω","translit":"kopiáō","definition":"[κοπιάω] from a derivative of {{g2873}}; to feel fatigue; by implication, to work hard","strongs_number":"g2872"},"g2873":{"pronunciation":"kop'-os","unicode":"κόπος","translit":"kópos","definition":"[κόπος] from {{g2875}}; a cut, i.e. (by analogy) toil (as reducing the strength), literally or figuratively; by implication, pains","strongs_number":"g2873"},"g2874":{"pronunciation":"kop-ree'-ah","unicode":"κοπρία","translit":"kopría","definition":"[κοπρία] from κόπρος (ordure; perhaps akin to {{g2875}}); manure","strongs_number":"g2874"},"g2875":{"pronunciation":"kop'-to","unicode":"κόπτω","translit":"kóptō","definition":"[κόπτω] a primary verb; to \"chop\"; specially, to beat the breast in grief Compare the base of {{g5114}}.","strongs_number":"g2875"},"g2876":{"pronunciation":"kor'-ax","unicode":"κόραξ","translit":"kórax","definition":"[κόραξ] perhaps from {{g2880}}; a crow (from its voracity)","strongs_number":"g2876"},"g2877":{"pronunciation":"kor-as'-ee-on","unicode":"κοράσιον","translit":"korásion","definition":"[κοράσιον] neuter of a presumed derivative of κόρη (a maiden); a (little) girl","strongs_number":"g2877"},"g2878":{"pronunciation":"kor-ban'","unicode":"κορβᾶν","translit":"korbân","definition":"[κορβᾶν] and κορβανᾶςof Hebrew and Chaldee origin respectively ({{h7133}}); a votive offering and the offering; a consecrated present (to the Temple fund); by extension (the latter term) the Treasury itself, i.e. the room where the contribution boxes stood","strongs_number":"g2878"},"g2879":{"pronunciation":"kor-eh'","unicode":"Κορέ","translit":"Koré","definition":"[Κορέ] of Hebrew origin ({{h7141}}); Core (i.e. Korach), an Israelite","strongs_number":"g2879"},"g2880":{"pronunciation":"kor-en'-noo-mee","unicode":"κορέννυμι","translit":"korénnymi","definition":"[κορέννυμι] a primary verb; to cram, i.e. glut or sate","strongs_number":"g2880"},"g2881":{"pronunciation":"kor-in'-thee-os","unicode":"Κορίνθιος","translit":"Korínthios","definition":"[Κορίνθιος] from {{g2882}}; a Corinthian, i.e. inhabitant of Corinth","strongs_number":"g2881"},"g2882":{"pronunciation":"kor'-in-thos","unicode":"Κόρινθος","translit":"Kórinthos","definition":"[Κόρινθος] of uncertain derivation; Corinthus, a city of Greece","strongs_number":"g2882"},"g2883":{"pronunciation":"kor-nay'-lee-os","unicode":"Κορνήλιος","translit":"Kornḗlios","definition":"[Κορνήλιος] of Latin origin; Cornelius, a Roman","strongs_number":"g2883"},"g2884":{"pronunciation":"kor'-os","unicode":"κόρος","translit":"kóros","definition":"[κόρος] of Hebrew origin ({{h3734}}); a cor, i.e. a specific measure","strongs_number":"g2884"},"g2885":{"pronunciation":"kos-meh'-o","unicode":"κοσμέω","translit":"kosméō","definition":"[κοσμέω] from {{g2889}}; to put in proper order, i.e. decorate (literally or figuratively); specially, to snuff (a wick)","strongs_number":"g2885"},"g2886":{"pronunciation":"kos-mee-kos'","unicode":"κοσμικός","translit":"kosmikós","definition":"[κοσμικός] from {{g2889}} (in its secondary sense); terrene (\"cosmic\"), literally (mundane) or figuratively (corrupt)","strongs_number":"g2886"},"g2887":{"pronunciation":"kos'-mee-os","unicode":"κόσμιος","translit":"kósmios","definition":"[κόσμιος] from {{g2889}} (in its primary sense); orderly, i.e. decorous","strongs_number":"g2887"},"g2888":{"pronunciation":"kos-mok-fat'-ore","unicode":"κοσμοκράτωρ","translit":"kosmokrátōr","definition":"[κοσμοκράτωρ] from {{g2889}} and {{g2902}}; a world-ruler, an epithet of Satan","strongs_number":"g2888"},"g2889":{"pronunciation":"kos'-mos","unicode":"κόσμος","translit":"kósmos","definition":"[κόσμος] probably from the base of {{g2865}}; orderly arrangement, i.e. decoration; by implication, the world (in a wide or narrow sense, including its inhabitants, literally or figuratively (morally))","strongs_number":"g2889"},"g2890":{"pronunciation":"koo'-ar-tos","unicode":"Κούαρτος","translit":"Koúartos","definition":"[Κούαρτος] of Latin origin (fourth); Quartus, a Christian","strongs_number":"g2890"},"g2891":{"pronunciation":"koo'-mee","unicode":"κοῦμι","translit":"koûmi","definition":"[κοῦμι] of Chaldee origin ({{h6966}}); cumi (i.e. rise!)","strongs_number":"g2891"},"g2892":{"pronunciation":"koos-to-dee'-ah","unicode":"κουστωδία","translit":"koustōdía","definition":"[κουστωδία] of Latin origin; \"custody\", i.e. a Roman sentry","strongs_number":"g2892"},"g2893":{"pronunciation":"koo-fid'-zo","unicode":"κουφίζω","translit":"kouphízō","definition":"[κουφίζω] from κοῦφος (light in weight); to unload","strongs_number":"g2893"},"g2894":{"pronunciation":"kof'-ee-nos","unicode":"κόφινος","translit":"kóphinos","definition":"[κόφινος] of uncertain derivation; a (small) basket","strongs_number":"g2894"},"g2895":{"pronunciation":"krab'-bat-os","unicode":"κράββατος","translit":"krábbatos","definition":"[κράββατος] probably of foreign origin; a mattress","strongs_number":"g2895"},"g2896":{"pronunciation":"krad'-zo","unicode":"κράζω","translit":"krázō","definition":"[κράζω] a primary verb; properly, to \"croak\" (as a raven) or scream, i.e. (genitive case) to call aloud (shriek, exclaim, intreat)","strongs_number":"g2896"},"g2897":{"pronunciation":"krahee-pal'-ay","unicode":"κραιπάλη","translit":"kraipálē","definition":"[κραιπάλη] probably from the same as {{g726}}; properly, a headache (as a seizure of pain) from drunkenness, i.e. (by implication) a debauch (by analogy, a glut)","strongs_number":"g2897"},"g2898":{"pronunciation":"kran-ee'-on","unicode":"κρανίον","translit":"kraníon","definition":"[κρανίον] diminutive of a derivative of the base of {{g2768}}; a skull (\"cranium\")","strongs_number":"g2898"},"g2899":{"pronunciation":"kras'-ped-on","unicode":"κράσπεδον","translit":"kráspedon","definition":"[κράσπεδον] of uncertain derivation; a margin, i.e. (specially), a fringe or tassel","strongs_number":"g2899"},"g2900":{"pronunciation":"krat-ah-yos'","unicode":"κραταιός","translit":"krataiós","definition":"[κραταιός] from {{g2904}}; powerful","strongs_number":"g2900"}}
@@ -0,0 +1 @@
1
+ {"g2901":{"pronunciation":"krat-ah-yo'-o","unicode":"κραταιόω","translit":"krataióō","definition":"[κραταιόω] from {{g2900}}; to empower, i.e. (passively) increase in vigor","strongs_number":"g2901"},"g2902":{"pronunciation":"krat-eh'-o","unicode":"κρατέω","translit":"kratéō","definition":"[κρατέω] from {{g2904}}; to use strength, i.e. seize or retain (literally or figuratively)","strongs_number":"g2902"},"g2903":{"pronunciation":"krat'-is-tos","unicode":"κράτιστος","translit":"krátistos","definition":"[κράτιστος] superlative of a derivative of {{g2904}}; strongest, i.e. (in dignity) very honorable","strongs_number":"g2903"},"g2904":{"pronunciation":"krat'-os","unicode":"κράτος","translit":"krátos","definition":"[κράτος] perhaps a primary word; vigor (\"great\") (literally or figuratively)","strongs_number":"g2904"},"g2905":{"pronunciation":"krow-gad'-zo","unicode":"κραυγάζω","translit":"kraugázō","definition":"[κραυγάζω] from {{g2906}}; to clamor","strongs_number":"g2905"},"g2906":{"pronunciation":"krow-gay'","unicode":"κραυγή","translit":"kraugḗ","definition":"[κραυγή] from {{g2896}}; an outcry (in notification, tumult or grief)","strongs_number":"g2906"},"g2907":{"pronunciation":"kreh'-as","unicode":"κρέας","translit":"kréas","definition":"[κρέας] perhaps a primary word; (butcher's) meat","strongs_number":"g2907"},"g2908":{"pronunciation":"krice'-son","unicode":"κρεῖσσον","translit":"kreîsson","definition":"[κρεῖσσον] neuter of an alternate form of {{g2909}}; (as noun) better, i.e. greater advantage","strongs_number":"g2908"},"g2909":{"pronunciation":"krite'-tohn","unicode":"κρείττων","translit":"kreíttōn","definition":"[κρείττων] comparative of a derivative of {{g2904}}; stronger, i.e. (figuratively) better, i.e. nobler","strongs_number":"g2909"},"g2910":{"pronunciation":"krem-an'-noo-mee","unicode":"κρεμάννυμι","translit":"kremánnymi","definition":"[κρεμάννυμι] a prolonged form of a primary verb; to hang","strongs_number":"g2910"},"g2911":{"pronunciation":"krame-nos'","unicode":"κρημνός","translit":"krēmnós","definition":"[κρημνός] from {{g2910}}; overhanging, i.e. a precipice","strongs_number":"g2911"},"g2912":{"pronunciation":"krace","unicode":"Κρής","translit":"Krḗs","definition":"[Κρής] from {{g2914}}; a Cretan, i.e. inhabitant of Crete","strongs_number":"g2912"},"g2913":{"pronunciation":"krace'-kace","unicode":"Κρήσκης","translit":"Krḗskēs","definition":"[Κρήσκης] of Latin origin; growing; Cresces (i.e. Crescens), a Christian","strongs_number":"g2913"},"g2914":{"pronunciation":"kray'-tay","unicode":"Κρήτη","translit":"Krḗtē","definition":"[Κρήτη] of uncertain derivation; Crete, an island in the Mediterranean","strongs_number":"g2914"},"g2915":{"pronunciation":"kree-thay'","unicode":"κριθή","translit":"krithḗ","definition":"[κριθή] of uncertain derivation; barley","strongs_number":"g2915"},"g2916":{"pronunciation":"kree'-thee-nos","unicode":"κρίθινος","translit":"kríthinos","definition":"[κρίθινος] from {{g2915}}; consisting of barley","strongs_number":"g2916"},"g2917":{"pronunciation":"kree'-mah","unicode":"κρίμα","translit":"kríma","definition":"[κρίμα] from {{g2919}}; a decision (the function or the effect, for or against (\"crime\"))","strongs_number":"g2917"},"g2918":{"pronunciation":"kree'-non","unicode":"κρίνον","translit":"krínon","definition":"[κρίνον] perhaps a prim word; a lily","strongs_number":"g2918"},"g2919":{"pronunciation":"kree'-no","unicode":"κρίνω","translit":"krínō","definition":"[κρίνω] properly, to distinguish, i.e. decide (mentally or judicially); by implication, to try, condemn, punish","strongs_number":"g2919"},"g2920":{"pronunciation":"kree'-sis","unicode":"κρίσις","translit":"krísis","definition":"[κρίσις] decision (subjectively or objectively, for or against); by extension, a tribunal; by implication, justice (especially, divine law)","strongs_number":"g2920"},"g2921":{"pronunciation":"kris'-pos","unicode":"Κρίσπος","translit":"Kríspos","definition":"[Κρίσπος] of Latin origin; \"crisp\"; Crispus, a Corinthian","strongs_number":"g2921"},"g2922":{"pronunciation":"kree-tay'-ree-on","unicode":"κριτήριον","translit":"kritḗrion","definition":"[κριτήριον] neuter of a presumed derivative of {{g2923}}; a rule of judging (\"criterion\"), i.e. (by implication) a tribunal","strongs_number":"g2922"},"g2923":{"pronunciation":"kree-tace'","unicode":"κριτής","translit":"kritḗs","definition":"[κριτής] from {{g2919}}; a judge (genitive case or specially)","strongs_number":"g2923"},"g2924":{"pronunciation":"krit-ee-kos'","unicode":"κριτικός","translit":"kritikós","definition":"[κριτικός] from {{g2923}}; decisive (\"critical\"), i.e. discriminative","strongs_number":"g2924"},"g2925":{"pronunciation":"kroo'-o","unicode":"κρούω","translit":"kroúō","definition":"[κρούω] apparently a primary verb; to rap","strongs_number":"g2925"},"g2926":{"pronunciation":"kroop-tay'","unicode":"κρύπτη","translit":"krýptē","definition":"[κρύπτη] feminine of {{g2927}}; a hidden place, i.e. cellar (\"crypt\")","strongs_number":"g2926"},"g2927":{"pronunciation":"kroop-tos'","unicode":"κρυπτός","translit":"kryptós","definition":"[κρυπτός] from {{g2928}}; concealed, i.e. private","strongs_number":"g2927"},"g2928":{"pronunciation":"kroop'-to","unicode":"κρύπτω","translit":"krýptō","definition":"[κρύπτω] a primary verb; to conceal (properly, by covering)","strongs_number":"g2928"},"g2929":{"pronunciation":"kroos-tal-lid'-zo","unicode":"κρυσταλλίζω","translit":"krystallízō","definition":"[κρυσταλλίζω] from {{g2930}}; to make (i.e. intransitively, resemble) ice (\"crystallize\")","strongs_number":"g2929"},"g2930":{"pronunciation":"kroos'-tal-los","unicode":"κρύσταλλος","translit":"krýstallos","definition":"[κρύσταλλος] from a derivative of κρύος (frost); ice, i.e. (by analogy) rock \"crystal\"","strongs_number":"g2930"},"g2931":{"pronunciation":"kroo-fay'","unicode":"κρυφῆ","translit":"kryphē","definition":"[κρυφῆ] adverb from {{g2928}}; privately","strongs_number":"g2931"},"g2932":{"pronunciation":"ktah'-om-ahee","unicode":"κτάομαι","translit":"ktáomai","definition":"[κτάομαι] a primary verb; to get, i.e. acquire (by any means; own)","strongs_number":"g2932"},"g2933":{"pronunciation":"ktay'-mah","unicode":"κτῆμα","translit":"ktēma","definition":"[κτῆμα] from {{g2932}}; an acquirement, i.e. estate","strongs_number":"g2933"},"g2934":{"pronunciation":"ktay'-nos","unicode":"κτῆνος","translit":"ktēnos","definition":"[κτῆνος] from {{g2932}}; property, i.e. (specially) a domestic animal","strongs_number":"g2934"},"g2935":{"pronunciation":"ktay'-tore","unicode":"κτήτωρ","translit":"ktḗtōr","definition":"[κτήτωρ] from {{g2932}}; an owner","strongs_number":"g2935"},"g2936":{"pronunciation":"ktid'-zo","unicode":"κτίζω","translit":"ktízō","definition":"[κτίζω] probably akin to {{g2932}} (through the idea of proprietorship of the manufacturer); to fabricate, i.e. found (form originally)","strongs_number":"g2936"},"g2937":{"pronunciation":"ktis'-is","unicode":"κτίσις","translit":"ktísis","definition":"[κτίσις] from {{g2936}}; original formation (properly, the act; by implication, the thing, literally or figuratively)","strongs_number":"g2937"},"g2938":{"pronunciation":"ktis'-mah","unicode":"κτίσμα","translit":"ktísma","definition":"[κτίσμα] from {{g2936}}; an original formation (concretely), i.e. product (created thing)","strongs_number":"g2938"},"g2939":{"pronunciation":"ktis-tace'","unicode":"κτίστης","translit":"ktístēs","definition":"[κτίστης] from {{g2936}}; a founder, i.e. God (as author of all things)","strongs_number":"g2939"},"g2940":{"pronunciation":"koo-bi'-ah","unicode":"κυβεία","translit":"kybeía","definition":"[κυβεία] from κύβος (a \"cube\", i.e. die for playing); gambling, i.e. (figuratively) artifice or fraud","strongs_number":"g2940"},"g2941":{"pronunciation":"koo-ber'-nay-sis","unicode":"κυβέρνησις","translit":"kybérnēsis","definition":"[κυβέρνησις] from κυβερνάω (of Latin origin, to steer); pilotage, i.e. (figuratively) directorship (in the church)","strongs_number":"g2941"},"g2942":{"pronunciation":"koo-ber-nay'-tace","unicode":"κυβερνήτης","translit":"kybernḗtēs","definition":"[κυβερνήτης] from the same as {{g2941}}; helmsman, i.e. (by implication) captain","strongs_number":"g2942"},"g2943":{"pronunciation":"koo-kloth'-en","unicode":"κυκλόθεν","translit":"kyklóthen","definition":"[κυκλόθεν] adverb from the same as {{g2945}}; from the circle, i.e. all around","strongs_number":"g2943"},"g2944":{"pronunciation":"koo-klo'-o","unicode":"κυκλόω","translit":"kyklóō","definition":"[κυκλόω] from the same as {{g2945}}; to encircle, i.e. surround","strongs_number":"g2944"},"g2945":{"pronunciation":"koo'-klo","unicode":"κύκλῳ","translit":"kýklōi","definition":"[κύκλῳ] as if dative case of κύκλος (a ring, \"cycle\"; akin to {{g2947}}); i.e. in a circle (by implication, of {{g1722}}), i.e. (adverbially) all around","strongs_number":"g2945"},"g2946":{"pronunciation":"koo'-lis-mah","unicode":"κύλισμα","translit":"kýlisma","definition":"[κύλισμα] from {{g2947}}; a wallow (the effect of rolling), i.e. filth","strongs_number":"g2946"},"g2947":{"pronunciation":"koo-lee-o'-o","unicode":"κυλιόω","translit":"kylióō","definition":"[κυλιόω] from the base of {{g2949}} (through the idea of circularity; compare {{g2945}}, {{g1507}}); to roll about","strongs_number":"g2947"},"g2948":{"pronunciation":"kool-los'","unicode":"κυλλός","translit":"kyllós","definition":"[κυλλός] from the same as {{g2947}}; rocking about, i.e. crippled (maimed, in feet or hands)","strongs_number":"g2948"},"g2949":{"pronunciation":"koo'-mah","unicode":"κῦμα","translit":"kŷma","definition":"[κῦμα] from κύω (to swell (with young), i.e. bend, curve); a billow (as bursting or toppling)","strongs_number":"g2949"},"g2950":{"pronunciation":"koom'-bal-on","unicode":"κύμβαλον","translit":"kýmbalon","definition":"[κύμβαλον] from a derivative of the base of {{g2949}}; a \"cymbal\" (as hollow)","strongs_number":"g2950"},"g2951":{"pronunciation":"koo'-min-on","unicode":"κύμινον","translit":"kýminon","definition":"[κύμινον] of foreign origin (compare {{h3646}}); dill or fennel (\"cummin\")","strongs_number":"g2951"},"g2952":{"pronunciation":"koo-nar'-ee-on","unicode":"κυνάριον","translit":"kynárion","definition":"[κυνάριον] neuter of a presumed derivative of {{g2965}}; a puppy","strongs_number":"g2952"},"g2953":{"pronunciation":"koo'-pree-os","unicode":"Κύπριος","translit":"Kýprios","definition":"[Κύπριος] from {{g2954}}; a Cyprian (Cypriot), i.e. inhabitant of Cyprus","strongs_number":"g2953"},"g2954":{"pronunciation":"koo'-pros","unicode":"Κύπρος","translit":"Kýpros","definition":"[Κύπρος] of uncertain origin; Cyprus, an island in the Mediterranean","strongs_number":"g2954"},"g2955":{"pronunciation":"koop'-to","unicode":"κύπτω","translit":"kýptō","definition":"[κύπτω] probably from the base of {{g2949}}; to bend forward","strongs_number":"g2955"},"g2956":{"pronunciation":"koo-ray-nah'-yos","unicode":"Κυρηναῖος","translit":"Kyrēnaîos","definition":"[Κυρηναῖος] from {{g2957}}; i.e. Cyrenæan, i.e. inhabitant of Cyrene","strongs_number":"g2956"},"g2957":{"pronunciation":"koo-ray'-nay","unicode":"Κυρήνη","translit":"Kyrḗnē","definition":"[Κυρήνη] of uncertain derivation; Cyrene, a region of Africa","strongs_number":"g2957"},"g2958":{"pronunciation":"koo-ray'-nee-os","unicode":"Κυρήνιος","translit":"Kyrḗnios","definition":"[Κυρήνιος] of Latin origin; Cyrenius (i.e. Quirinus), a Roman","strongs_number":"g2958"},"g2959":{"pronunciation":"koo-ree'-ah","unicode":"Κυρία","translit":"Kyría","definition":"[Κυρία] feminine of {{g2962}}; Cyria, a Christian woman","strongs_number":"g2959"},"g2960":{"pronunciation":"koo-ree-ak-os'","unicode":"κυριακός","translit":"kyriakós","definition":"[κυριακός] from {{g2962}}; belonging to the Lord (Jehovah or Jesus)","strongs_number":"g2960"},"g2961":{"pronunciation":"ko-ree-yoo'-o","unicode":"κυριεύω","translit":"kyrieúō","definition":"[κυριεύω] from {{g2962}}; to rule","strongs_number":"g2961"},"g2962":{"pronunciation":"koo'-ree-os","unicode":"κύριος","translit":"kýrios","definition":"[κύριος] from κῦρος (supremacy); supreme in authority, i.e. (as noun) controller; by implication, Master (as a respectful title)","strongs_number":"g2962"},"g2963":{"pronunciation":"koo-ree-ot'-ace","unicode":"κυριότης","translit":"kyriótēs","definition":"[κυριότης] from {{g2962}}; mastery, i.e. (concretely and collectively) rulers","strongs_number":"g2963"},"g2964":{"pronunciation":"koo-ro'-o","unicode":"κυρόω","translit":"kyróō","definition":"[κυρόω] from the same as {{g2962}}; to make authoritative, i.e. ratify","strongs_number":"g2964"},"g2965":{"pronunciation":"koo'-ohn","unicode":"κύων","translit":"kýōn","definition":"[κύων] a primary word; a dog (\"hound\") (literally or figuratively)","strongs_number":"g2965"},"g2966":{"pronunciation":"ko'-lon","unicode":"κῶλον","translit":"kōlon","definition":"[κῶλον] from the base of {{g2849}}; a limb of the body (as if lopped)","strongs_number":"g2966"},"g2967":{"pronunciation":"ko-loo'-o","unicode":"κωλύω","translit":"kōlýō","definition":"[κωλύω] from the base of {{g2849}}; to estop, i.e. prevent (by word or act)","strongs_number":"g2967"},"g2968":{"pronunciation":"ko'-may","unicode":"κώμη","translit":"kṓmē","definition":"[κώμη] from {{g2749}}; a hamlet (as if laid down)","strongs_number":"g2968"},"g2969":{"pronunciation":"ko-mop'-ol-is","unicode":"κωμόπολις","translit":"kōmópolis","definition":"[κωμόπολις] from {{g2968}} and {{g4172}}; an unwalled city","strongs_number":"g2969"},"g2970":{"pronunciation":"ko'-mos","unicode":"κῶμος","translit":"kōmos","definition":"[κῶμος] from {{g2749}}; a carousal (as if letting loose)","strongs_number":"g2970"},"g2971":{"pronunciation":"ko'-nopes","unicode":"κώνωψ","translit":"kṓnōps","definition":"[κώνωψ] apparently a derivative of the base of {{g2759}} and a derivative of {{g3700}}; a mosquito (from its stinging proboscis)","strongs_number":"g2971"},"g2972":{"pronunciation":"koce","unicode":"Κώς","translit":"Kṓs","definition":"[Κώς] of uncertain origin; Cos, an island in the Mediterranean","strongs_number":"g2972"},"g2973":{"pronunciation":"ko-sam'","unicode":"Κωσάμ","translit":"Kōsám","definition":"[Κωσάμ] of Hebrew origin (compare {{h7081}}); Cosam (i.e. Kosam) an Israelite","strongs_number":"g2973"},"g2974":{"pronunciation":"ko-fos'","unicode":"κωφός","translit":"kōphós","definition":"[κωφός] from {{g2875}}; blunted, i.e. (figuratively) of hearing (deaf) or speech (dumb)","strongs_number":"g2974"},"g2975":{"pronunciation":"lang-khan'-o","unicode":"λαγχάνω","translit":"lanchánō","definition":"[λαγχάνω] a prolonged form of a primary verb, which is only used as an alternate in certain tenses; to lot, i.e. determine (by implication, receive) especially by lot","strongs_number":"g2975"},"g2976":{"pronunciation":"lad'-zar-os","unicode":"Λάζαρος","translit":"Lázaros","definition":"[Λάζαρος] probably of Hebrew origin ({{h499}}); Lazarus (i.e. Elazar), the name of two Israelites (one imaginary)","strongs_number":"g2976"},"g2977":{"pronunciation":"lath'-rah","unicode":"λάθρα","translit":"láthra","definition":"[λάθρα] adverb from {{g2990}}; privately","strongs_number":"g2977"},"g2978":{"pronunciation":"lah'-ee-laps","unicode":"λαῖλαψ","translit":"laîlaps","definition":"[λαῖλαψ] of uncertain derivation; a whirlwind (squall)","strongs_number":"g2978"},"g2979":{"pronunciation":"lak-tid'-zo","unicode":"λακτίζω","translit":"laktízō","definition":"[λακτίζω] from adverb λάξ (heelwise); to recalcitrate","strongs_number":"g2979"},"g2980":{"pronunciation":"lal-eh'-o","unicode":"λαλέω","translit":"laléō","definition":"[λαλέω] a prolonged form of an otherwise obsolete verb; to talk, i.e. utter words Compare {{g3004}}.","strongs_number":"g2980"},"g2981":{"pronunciation":"lal-ee-ah'","unicode":"λαλιά","translit":"laliá","definition":"[λαλιά] from {{g2980}}; talk","strongs_number":"g2981"},"g2982":{"pronunciation":"lam-ah'","unicode":"λαμά","translit":"lamá","definition":"[λαμά] or λαμμᾶ; of Hebrew origin ({{h4100}} with prepositional prefix); lama (i.e. why)","strongs_number":"g2982"},"g2983":{"pronunciation":"lam-ban'-o","unicode":"λαμβάνω","translit":"lambánō","definition":"[λαμβάνω] a prolonged form of a primary verb, which is use only as an alternate in certain tenses; to take (in very many applications, literally and figuratively (properly objective or active, to get hold of; whereas {{g1209}} is rather subjective or passive, to have offered to one; while {{g138}} is more violent, to seize or remove))","strongs_number":"g2983"},"g2984":{"pronunciation":"lam'-ekh","unicode":"Λάμεχ","translit":"Lámech","definition":"[Λάμεχ] of Hebrew origin ({{h3929}}); Lamech (i.e. Lemek), a patriarch","strongs_number":"g2984"},"g2985":{"pronunciation":"lam-pas'","unicode":"λαμπάς","translit":"lampás","definition":"[λαμπάς] from {{g2989}}; a \"lamp\" or flambeau","strongs_number":"g2985"},"g2986":{"pronunciation":"lam-pros'","unicode":"λαμπρός","translit":"lamprós","definition":"[λαμπρός] from the same as {{g2985}}; radiant; by analogy, limpid; figuratively, magnificent or sumptuous (in appearance)","strongs_number":"g2986"},"g2987":{"pronunciation":"lam-prot'-ace","unicode":"λαμπρότης","translit":"lamprótēs","definition":"[λαμπρότης] from {{g2986}}; brilliancy","strongs_number":"g2987"},"g2988":{"pronunciation":"lam-proce'","unicode":"λαμπρῶς","translit":"lamprōs","definition":"[λαμπρῶς] adverb from {{g2986}}; brilliantly, i.e. figuratively, luxuriously","strongs_number":"g2988"},"g2989":{"pronunciation":"lam'-po","unicode":"λάμπω","translit":"lámpō","definition":"[λάμπω] a primary verb; to beam, i.e. radiate brilliancy (literally or figuratively)","strongs_number":"g2989"},"g2990":{"pronunciation":"lan-than'-o","unicode":"λανθάνω","translit":"lanthánō","definition":"[λανθάνω] a prolonged form of a primary verb, which is used only as an alternate in certain tenses; to lie hid (literally or figuratively); often used adverbially, unwittingly","strongs_number":"g2990"},"g2991":{"pronunciation":"lax-yoo-tos'","unicode":"λαξευτός","translit":"laxeutós","definition":"[λαξευτός] from a compound of λᾶς (a stone) and the base of {{g3584}} (in its original sense of scraping); rock-quarried","strongs_number":"g2991"},"g2992":{"pronunciation":"lah-os'","unicode":"λαός","translit":"laós","definition":"[λαός] apparently a primary word; a people (in general; thus differing from {{g1218}}, which denotes one's own populace)","strongs_number":"g2992"},"g2993":{"pronunciation":"lah-od-ik'-i-ah","unicode":"Λαοδίκεια","translit":"Laodíkeia","definition":"[Λαοδίκεια] from a compound of {{g2992}} and {{g1349}}; Laodicia, a place in Asia Minor","strongs_number":"g2993"},"g2994":{"pronunciation":"lah-od-ik-yooce'","unicode":"Λαοδικεύς","translit":"Laodikeús","definition":"[Λαοδικεύς] from {{g2993}}; a Laodicean, i.e. inhabitant of Laodicia","strongs_number":"g2994"},"g2995":{"pronunciation":"lar'-oongks","unicode":"λάρυγξ","translit":"lárynx","definition":"[λάρυγξ] of uncertain derivation; the throat (\"larynx\")","strongs_number":"g2995"},"g2996":{"pronunciation":"las-ah'-yah","unicode":"Λασαία","translit":"Lasaía","definition":"[Λασαία] of uncertain origin; Lasæa, a place in Crete","strongs_number":"g2996"},"g2997":{"pronunciation":"las'-kho","unicode":"λάσχω","translit":"láschō","definition":"[λάσχω] a strengthened form of a primary verb, which only occurs in this and another prolonged form as alternate in certain tenses; to crack open (from a fall)","strongs_number":"g2997"},"g2998":{"pronunciation":"lat-om-eh'-o","unicode":"λατομέω","translit":"latoméō","definition":"[λατομέω] from the same as the first part of {{g2991}} and the base of {{g5114}}; to quarry","strongs_number":"g2998"},"g2999":{"pronunciation":"lat-ri'-ah","unicode":"λατρεία","translit":"latreía","definition":"[λατρεία] from {{g3000}}; ministration of God, i.e. worship","strongs_number":"g2999"},"g3000":{"pronunciation":"lat-ryoo'-o","unicode":"λατρεύω","translit":"latreúō","definition":"[λατρεύω] from λάτρις (a hired menial); to minister (to God), i.e. render religious homage","strongs_number":"g3000"}}