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
+ {"h3901":{"pronunciation":"law-khem'","unicode":"לָחֶם","translit":"lâchem","definition":"from {{h3898}},; battle; war.","strongs_number":"h3901"},"h3902":{"pronunciation":"lakh-mee'","unicode":"לַחְמִי","translit":"Lachmîy","definition":"from {{h3899}}; foodful; (or perhaps erroneous transcription) for {{h1022}}; Lachmi, an Israelite; or rather probably a brief form; Lahmi. See also {{h3433}}.","strongs_number":"h3902"},"h3903":{"pronunciation":"lakh-maws'","unicode":"לַחְמָס","translit":"Lachmâç","definition":"probably by erroneous transcription for לַחְמָם; from {{h3899}}; food-like; Lachmam or Lachmas, a place in Palestine; Lahmam.","strongs_number":"h3903"},"h3904":{"pronunciation":"lekh-ay-naw'","unicode":"לְחֵנָה","translit":"lᵉchênâh","definition":"(Aramaic) from an unused root of uncertain meaning; a concubine; concubine.","strongs_number":"h3904"},"h3905":{"pronunciation":"law-khats'","unicode":"לָחַץ","translit":"lâchats","definition":"a primitive root; properly, to press, i.e. (figuratively) to distress; afflict, crush, force, hold fast, oppress(-or), thrust self.","strongs_number":"h3905"},"h3906":{"pronunciation":"lakh'-ats","unicode":"לַחַץ","translit":"lachats","definition":"from {{h3905}}; distress; affliction, oppression.","strongs_number":"h3906"},"h3907":{"pronunciation":"law-khash'","unicode":"לָחַשׁ","translit":"lâchash","definition":"a primitive root; to whisper; by implication, to mumble a spell (as a magician); charmer, whisper (together).","strongs_number":"h3907"},"h3908":{"pronunciation":"lakh'-ash","unicode":"לַחַשׁ","translit":"lachash","definition":"from {{h3907}}; properly, a whisper, i.e. by implication, (in a good sense) a private prayer, (in a bad one) an incantation; concretely, an amulet; charmed, earring, enchantment, orator, prayer.","strongs_number":"h3908"},"h3909":{"pronunciation":"lawt","unicode":"לָט","translit":"lâṭ","definition":"a form of {{h3814}} or else participle from {{h3874}}; properly, covered, i.e. secret; by implication, incantation; also secrecy or (adverb) covertly; enchantment, privily, secretly, softly.","strongs_number":"h3909"},"h3910":{"pronunciation":"lote","unicode":"לֹט","translit":"lôṭ","definition":"probably from {{h3874}}; a gum (from its sticky nature), probably ladanum; myrrh.","strongs_number":"h3910"},"h3911":{"pronunciation":"let-aw-aw'","unicode":"לְטָאָה","translit":"lᵉṭâʼâh","definition":"from an unused root meaning to hide; a kind of lizard (from its covert habits); lizard.","strongs_number":"h3911"},"h3912":{"pronunciation":"let-oo-sheem'","unicode":"לְטוּשִׁם","translit":"Lᵉṭûwshim","definition":"masculine plural of passive participle of {{h3913}}; hammered (i.e. oppressed) ones; Letushim, an Arabian tribe; Letushim.","strongs_number":"h3912"},"h3913":{"pronunciation":"law-tash'","unicode":"לָטַשׁ","translit":"lâṭash","definition":"a primitive root; properly, to hammer out (an edge), i.e. to sharpen; instructer, sharp(-en), whet.","strongs_number":"h3913"},"h3914":{"pronunciation":"lo-yaw'","unicode":"לֹיָה","translit":"lôyâh","definition":"a form of {{h3880}}; a wreath; addition.","strongs_number":"h3914"},"h3915":{"pronunciation":"lah'-yil","unicode":"לַיִל","translit":"layil","definition":"or (Isaiah 21:11) לֵיל; also לַיְלָה; from the same as {{h3883}}; properly, a twist (away of the light), i.e. night; figuratively, adversity; (mid-)night (season).","strongs_number":"h3915"},"h3916":{"pronunciation":"lay-leh-yaw'","unicode":"לֵילְיָא","translit":"lêylᵉyâʼ","definition":"(Aramaic) corresponding to {{h3815}}; night.","strongs_number":"h3916"},"h3917":{"pronunciation":"lee-leeth'","unicode":"לִילִית","translit":"lîylîyth","definition":"from {{h3915}}; a night spectre; screech owl.","strongs_number":"h3917"},"h3918":{"pronunciation":"lah'-yish","unicode":"לַיִשׁ","translit":"layish","definition":"from {{h3888}} in the sense of crushing; a lion (from his destructive blows); (old) lion.","strongs_number":"h3918"},"h3919":{"pronunciation":"lah'-yish","unicode":"לַיִשׁ","translit":"Layish","definition":"the same as {{h3918}}; Laish, the name of two places in Palestine; Laish. Compare {{h3889}}.","strongs_number":"h3919"},"h3920":{"pronunciation":"law-kad'","unicode":"לָכַד","translit":"lâkad","definition":"a primitive root; to catch (in a net, trap or pit); generally, to capture or occupy; also to choose (by lot); figuratively, to cohere; × at all, catch (self), be frozen, be holden, stick together, take.","strongs_number":"h3920"},"h3921":{"pronunciation":"leh'ked","unicode":"לֶכֶד","translit":"leked","definition":"from {{h3920}}; something to capture with, i.e. a noose; being taken.","strongs_number":"h3921"},"h3922":{"pronunciation":"lay-kaw'","unicode":"לֵכָה","translit":"lêkâh","definition":"from {{h3212}}; a journey; Lekah, a place in Palestine; Lecah.","strongs_number":"h3922"},"h3923":{"pronunciation":"law-keesh'","unicode":"לָכִישׁ","translit":"Lâkîysh","definition":"from an unused root of uncertain meaning; Lakish, a place in Palestine; Lachish.","strongs_number":"h3923"},"h3924":{"pronunciation":"loo-law-aw'","unicode":"לֻלָאָה","translit":"lulâʼâh","definition":"from the same as {{h3883}}; a loop; loop.","strongs_number":"h3924"},"h3925":{"pronunciation":"law-mad'","unicode":"לָמַד","translit":"lâmad","definition":"a primitive root; properly, to goad, i.e. (by implication) to teach (the rod being an Oriental incentive); (un-) accustomed, × diligently, expert, instruct, learn, skilful, teach(-er, -ing).","strongs_number":"h3925"},"h3926":{"pronunciation":"lem-o'","unicode":"לְמוֹ","translit":"lᵉmôw","definition":"a prolonged and separable form of the prepositional prefix; to or for; at, for, to, upon.","strongs_number":"h3926"},"h3927":{"pronunciation":"lem-oo-ale'","unicode":"לְמוּאֵל","translit":"Lᵉmûwʼêl","definition":"or לְמוֹאֵל; from {{h3926}} and {{h410}}; (belonging) to God; Lemuel or Lemoel, a symbolic name of Solomon; Lemuel.","strongs_number":"h3927"},"h3928":{"pronunciation":"lim-mood'","unicode":"לִמּוּד","translit":"limmûwd","definition":"or לִמֻּד; from {{h3925}}; instructed; accustomed, disciple, learned, taught, used.","strongs_number":"h3928"},"h3929":{"pronunciation":"leh'-mek","unicode":"לֶמֶךְ","translit":"Lemek","definition":"from an unused root of uncertain meaning; Lemek, the name of two antediluvian patriarchs; Lamech.","strongs_number":"h3929"},"h3930":{"pronunciation":"lo'ah","unicode":"לֹעַ","translit":"lôaʻ","definition":"from {{h3886}}; the gullet; throat.","strongs_number":"h3930"},"h3931":{"pronunciation":"law-ab'","unicode":"לָעַב","translit":"lâʻab","definition":"a primitive root; to deride; mock.","strongs_number":"h3931"},"h3932":{"pronunciation":"law-ag'","unicode":"לָעַג","translit":"lâʻag","definition":"a primitive root; to deride; by implication (as if imitating a foreigner) to speak unintelligibly; have in derision, laugh (to scorn), mock (on), stammering.","strongs_number":"h3932"},"h3933":{"pronunciation":"lah'-ag","unicode":"לַעַג","translit":"laʻag","definition":"from {{h3932}}; derision, scoffing; derision, scorn (-ing).","strongs_number":"h3933"},"h3934":{"pronunciation":"law-ayg'","unicode":"לָעֵג","translit":"lâʻêg","definition":"from {{h3932}}; a buffoon; also a foreigner; mocker, stammering.","strongs_number":"h3934"},"h3935":{"pronunciation":"lah-daw'","unicode":"לַעְדָּה","translit":"Laʻdâh","definition":"from an unused root of uncertain meaning; Ladah, an Israelite; Laadah.","strongs_number":"h3935"},"h3936":{"pronunciation":"lah-dawn'","unicode":"לַעְדָּן","translit":"Laʻdân","definition":"from the same as {{h3935}}; Ladan, the name of two Israelites; Laadan.","strongs_number":"h3936"},"h3937":{"pronunciation":"law-az'","unicode":"לָעַז","translit":"lâʻaz","definition":"a primitive root; to speak in a foreign tongue; strange language.","strongs_number":"h3937"},"h3938":{"pronunciation":"law-at'","unicode":"לָעַט","translit":"lâʻaṭ","definition":"a primitive root; to swallow greedily; causatively, to feed; feed.","strongs_number":"h3938"},"h3939":{"pronunciation":"lah-an-aw'","unicode":"לַעֲנָה","translit":"laʻănâh","definition":"from an unused root supposed to mean to curse; wormwood (regarded as poisonous, and therefore accursed); hemlock, wormwood.","strongs_number":"h3939"},"h3940":{"pronunciation":"lap-peed'","unicode":"לַפִּיד","translit":"lappîyd","definition":"or לַפִּד; from an unused root probably meaning to shine; a flambeau, lamp or flame; (fire-) brand, (burning) lamp, lightning, torch.","strongs_number":"h3940"},"h3941":{"pronunciation":"lap-pee-doth'","unicode":"לַפִּידוֹת","translit":"Lappîydôwth","definition":"feminine plural of {{h3940}}; Lappidoth, the husband of Deborah; Lappidoth.","strongs_number":"h3941"},"h3942":{"pronunciation":"lif-nah'ee","unicode":"לִפְנַי","translit":"liphnay","definition":"from the prepositional prefix (to or for) and {{h6440}}; anterior; before.","strongs_number":"h3942"},"h3943":{"pronunciation":"law-fath'","unicode":"לָפַת","translit":"lâphath","definition":"a primitive root; properly, to bend, i.e. (by implication) to clasp; also (reflexively) to turn around or aside; take hold, turn aside (self).","strongs_number":"h3943"},"h3944":{"pronunciation":"law-tsone'","unicode":"לָצוֹן","translit":"lâtsôwn","definition":"from {{h3887}}; derision; scornful(-ning).","strongs_number":"h3944"},"h3945":{"pronunciation":"law-tsats'","unicode":"לָצַץ","translit":"lâtsats","definition":"a primitive root; to deride; scorn.","strongs_number":"h3945"},"h3946":{"pronunciation":"lak-koom'","unicode":"לַקּוּם","translit":"Laqqûwm","definition":"from an unused root thought to mean to stop up by a barricade; perhaps fortification; Lakkum, a place in Palestine; Lakum.","strongs_number":"h3946"},"h3947":{"pronunciation":"law-kakh'","unicode":"לָקַח","translit":"lâqach","definition":"a primitive root; to take (in the widest variety of applications); accept, bring, buy, carry away, drawn, fetch, get, infold, × many, mingle, place, receive(-ing), reserve, seize, send for, take (away, -ing, up), use, win.","strongs_number":"h3947"},"h3948":{"pronunciation":"leh'-kakh","unicode":"לֶקַח","translit":"leqach","definition":"from {{h3947}}; properly, something received, i.e. (mentally) instruction (whether on the part of the teacher or hearer); also (in an active and sinister sense) inveiglement; doctrine, learning, fair speech.","strongs_number":"h3948"},"h3949":{"pronunciation":"lik-khee'","unicode":"לִקְחִי","translit":"Liqchîy","definition":"from {{h3947}}; learned; Likchi, an Israelite; Likhi.","strongs_number":"h3949"},"h3950":{"pronunciation":"law-kat'","unicode":"לָקַט","translit":"lâqaṭ","definition":"a primitive root; properly, to pick up, i.e. (generally) to gather; specifically, to glean; gather (up), glean.","strongs_number":"h3950"},"h3951":{"pronunciation":"leh'-ket","unicode":"לֶקֶט","translit":"leqeṭ","definition":"from {{h3950}}; the gleaning; gleaning.","strongs_number":"h3951"},"h3952":{"pronunciation":"law-kak'","unicode":"לָקַק","translit":"lâqaq","definition":"a primitive root; to lick or lap; lap, lick.","strongs_number":"h3952"},"h3953":{"pronunciation":"law-kash'","unicode":"לָקַשׁ","translit":"lâqash","definition":"a primitive root; to gather the after crop; gather.","strongs_number":"h3953"},"h3954":{"pronunciation":"leh'-kesh","unicode":"לֶקֶשׁ","translit":"leqesh","definition":"from {{h3953}}; the after crop; latter growth.","strongs_number":"h3954"},"h3955":{"pronunciation":"lesh-ad'","unicode":"לְשַׁד","translit":"lᵉshad","definition":"from an unused root of uncertain meaning; apparently juice, i.e.; (figuratively) vigor; also a sweet or fat cake; fresh, moisture.","strongs_number":"h3955"},"h3956":{"pronunciation":"law-shone'","unicode":"לָשׁוֹן","translit":"lâshôwn","definition":"or לָשֹׁן; also (in plural) feminine לְשֹׁנָה; from {{h3960}}; the tongue (of man or animals), used literally (as the instrument of licking, eating, or speech), and figuratively (speech, an ingot, a fork of flame, a cove of water); babbler, bay, evil speaker, language, talker, tongue, wedge.","strongs_number":"h3956"},"h3957":{"pronunciation":"lish-kaw'","unicode":"לִשְׁכָּה","translit":"lishkâh","definition":"from an unused root of uncertain meaning; a room in a building (whether for storage, eating, or lodging); chamber, parlour. Compare {{h5393}}.","strongs_number":"h3957"},"h3958":{"pronunciation":"leh'-shem","unicode":"לֶשֶׁם","translit":"leshem","definition":"from an unused root of uncertain meaning; a gem, perhaps the jacinth; ligure.","strongs_number":"h3958"},"h3959":{"pronunciation":"leh'-shem","unicode":"לֶשֶׁם","translit":"Leshem","definition":"the same as {{h3958}}; Leshem, a place in Palestine; Leshem.","strongs_number":"h3959"},"h3960":{"pronunciation":"law-shan'","unicode":"לָשַׁן","translit":"lâshan","definition":"a primitive root; properly, to lick; but used only as a denominative from {{h3956}}; to wag the tongue, i.e. to calumniate; accuse, slander.","strongs_number":"h3960"},"h3961":{"pronunciation":"lish-shawn'","unicode":"לִשָּׁן","translit":"lishshân","definition":"(Aramaic) corresponding to {{h3956}}; speech, i.e. a nation; language.","strongs_number":"h3961"},"h3962":{"pronunciation":"leh'-shah","unicode":"לֶשַׁע","translit":"Leshaʻ","definition":"from an unused root thought to mean to break through; a boiling spring; Lesha, a place probably East of the Jordan; Lasha.","strongs_number":"h3962"},"h3963":{"pronunciation":"leh'-thek","unicode":"לֶתֶךְ","translit":"lethek","definition":"from an unused root of uncertain meaning; a measure for things dry; half homer.","strongs_number":"h3963"},"h3964":{"pronunciation":"maw","unicode":"מָא","translit":"mâʼ","definition":"(Aramaic) corresponding to {{h4100}}; (as indefinitely) that; + what.","strongs_number":"h3964"},"h3965":{"pronunciation":"mah-ab-ooce'","unicode":"מַאֲבוּס","translit":"maʼăbûwç","definition":"from {{h75}}; a granary; storehouse.","strongs_number":"h3965"},"h3966":{"pronunciation":"meh-ode'","unicode":"מְאֹד","translit":"mᵉʼôd","definition":"from the same as {{h181}}; properly, vehemence, i.e. (with or without preposition) vehemently; by implication, wholly, speedily, etc. (often with other words as an intensive or superlative; especially when repeated); diligently, especially, exceeding(-ly), far, fast, good, great(-ly), × louder and louder, might(-ily, -y), (so) much, quickly, (so) sore, utterly, very ( much, sore), well.","strongs_number":"h3966"},"h3967":{"pronunciation":"may-aw'","unicode":"מֵאָה","translit":"mêʼâh","definition":"or מֵאיָה; properly, a primitive numeral; a hundred; also as a multiplicative and a fraction; hundred((-fold), -th), sixscore.","strongs_number":"h3967"},"h3968":{"pronunciation":"may-aw'","unicode":"מֵאָה","translit":"Mêʼâh","definition":"the same as {{h3967}}; Meah, a tower in Jerusalem; Meah.","strongs_number":"h3968"},"h3969":{"pronunciation":"meh-aw'","unicode":"מְאָה","translit":"mᵉʼâh","definition":"(Aramaic) corresponding to {{h3967}}; properly, a primitive numeral; a hundred; also as a multiplicative and a fraction}; hundred.","strongs_number":"h3969"},"h3970":{"pronunciation":"mah-av-ah'ee","unicode":"מַאֲוַי","translit":"maʼăvay","definition":"from {{h183}}; a desire; desire.","strongs_number":"h3970"},"h3971":{"pronunciation":"moom","unicode":"מאוּם","translit":"mʼûwm","definition":"usually מוּם; as if passive participle from an unused root probably meaning to stain; a blemish (physically or morally); blemish, blot, spot.","strongs_number":"h3971"},"h3972":{"pronunciation":"meh-oo'-maw","unicode":"מְאוּמָה","translit":"mᵉʼûwmâh","definition":"apparently a form of {{h3971}}; properly, a speck or point, i.e. (by implication) something; with negative, nothing; fault, no(-ught), ought, somewhat, any (no-)thing.","strongs_number":"h3972"},"h3973":{"pronunciation":"maw-oce'","unicode":"מָאוֹס","translit":"mâʼôwç","definition":"from {{h3988}}; refuse; refuse.","strongs_number":"h3973"},"h3974":{"pronunciation":"maw-ore'","unicode":"מָאוֹר","translit":"mâʼôwr","definition":"or מָאֹר; also (in plural) feminine מְאוֹרָה; or מְאֹרָה; from {{h215}}; properly, a luminous body or luminary, i.e. (abstractly) light (as an element); figuratively, brightness, i.e.cheerfulness; specifically, a chandelier; bright, light.","strongs_number":"h3974"},"h3975":{"pronunciation":"meh-oo-raw'","unicode":"מְאוּרָה","translit":"mᵉʼûwrâh","definition":"feminine passive participle of {{h215}}; something lighted, i.e. an aperture; by implication, a crevice or hole (of a serpent); den.","strongs_number":"h3975"},"h3976":{"pronunciation":"mo-zane'","unicode":"מֹאזֵן","translit":"môʼzên","definition":"from {{h239}}; (only in the dual) a pair of scales; balances.","strongs_number":"h3976"},"h3977":{"pronunciation":"mo-zane'","unicode":"מֹאזֵן","translit":"môʼzên","definition":"(Aramaic) corresponding to {{h3976}}; balances.","strongs_number":"h3977"},"h3978":{"pronunciation":"mah-ak-awl'","unicode":"מַאֲכָל","translit":"maʼăkâl","definition":"from {{h398}}; an eatable (includ. provender, flesh and fruit); food, fruit, (bake-)meat(-s), victual.","strongs_number":"h3978"},"h3979":{"pronunciation":"mah-ak-eh'-leth","unicode":"מַאֲכֶלֶת","translit":"maʼăkeleth","definition":"from {{h398}}; something to eat with, i.e. a knife; knife.","strongs_number":"h3979"},"h3980":{"pronunciation":"mah-ak-o'-leth","unicode":"מַאֲכֹלֶת","translit":"maʼăkôleth","definition":"from {{h398}}; something eaten (by fire), i.e. fuel; fuel.","strongs_number":"h3980"},"h3981":{"pronunciation":"mah-am-awts'","unicode":"מַאֲמָץ","translit":"maʼămâts","definition":"from {{h553}}; strength, i.e. (plural) resources; force.","strongs_number":"h3981"},"h3982":{"pronunciation":"mah-am-ar'","unicode":"מַאֲמַר","translit":"maʼămar","definition":"from {{h559}}; something (authoritatively) said, i.e. an edict; commandment, decree.","strongs_number":"h3982"},"h3983":{"pronunciation":"may-mar'","unicode":"מֵאמַר","translit":"mêʼmar","definition":"(Aramaic) corresponding to {{h3982}}; appointment, word.","strongs_number":"h3983"},"h3984":{"pronunciation":"mawn","unicode":"מָאן","translit":"mâʼn","definition":"(Aramaic) probably from a root corresponding to {{h579}} in the sense of an inclosure by sides; a utensil; vessel.","strongs_number":"h3984"},"h3985":{"pronunciation":"maw-ane'","unicode":"מָאֵן","translit":"mâʼên","definition":"a primitive root; to refuse; refuse, × utterly.","strongs_number":"h3985"},"h3986":{"pronunciation":"maw-ane'","unicode":"מָאֵן","translit":"mâʼên","definition":"from {{h3985}}; unwilling; refuse.","strongs_number":"h3986"},"h3987":{"pronunciation":"may-ane'","unicode":"מֵאֵן","translit":"mêʼên","definition":"from {{h3985}}; refractory; refuse.","strongs_number":"h3987"},"h3988":{"pronunciation":"maw-as'","unicode":"מָאַס","translit":"mâʼaç","definition":"a primitive root; to spurn; also (intransitively) to disappear; abhor, cast away (off), contemn, despise, disdain, (become) loathe(some), melt away, refuse, reject, reprobate, × utterly, vile person.","strongs_number":"h3988"},"h3989":{"pronunciation":"mah-af-eh'","unicode":"מַאֲפֶה","translit":"maʼăpheh","definition":"from {{h644}}; something baked, i.e. a batch; baken.","strongs_number":"h3989"},"h3990":{"pronunciation":"mah-af-ale'","unicode":"מַאֲפֵל","translit":"maʼăphêl","definition":"from the same as {{h651}}; something opaque; darkness.","strongs_number":"h3990"},"h3991":{"pronunciation":"mah-af-ay-leh-yaw'","unicode":"מַאְפֵלְיָה","translit":"maʼphêlᵉyâh","definition":"prolonged feminine of {{h3990}}; opaqueness; darkness.","strongs_number":"h3991"},"h3992":{"pronunciation":"maw-ar'","unicode":"מָאַר","translit":"mâʼar","definition":"a primitive root; to be bitter or (causatively) to embitter, i.e. be painful; fretting, picking.","strongs_number":"h3992"},"h3993":{"pronunciation":"mah-ar-awb'","unicode":"מַאֲרָב","translit":"maʼărâb","definition":"from {{h693}}; an ambuscade; lie in ambush, ambushment, lurking place, lying in wait.","strongs_number":"h3993"},"h3994":{"pronunciation":"meh-ay-raw'","unicode":"מְאֵרָה","translit":"mᵉʼêrâh","definition":"from {{h779}}; an execration; curse.","strongs_number":"h3994"},"h3995":{"pronunciation":"mib-daw-law'","unicode":"מִבְדָּלָה","translit":"mibdâlâh","definition":"from {{h914}}; a separation, i.e. (concretely) a separate place; separate.","strongs_number":"h3995"},"h3996":{"pronunciation":"maw-bo'","unicode":"מָבוֹא","translit":"mâbôwʼ","definition":"from {{h935}}; (with or without {{h8121}}); an entrance (the place or the act); specifically sunset or the west; also (adverb with preposition) towards; by which came, as cometh, in coming, as men enter into, entering, entrance into, entry, where goeth, going down, westward. Compare {{h4126}}.","strongs_number":"h3996"},"h3997":{"pronunciation":"meb-o-aw'","unicode":"מְבוֹאָה","translit":"mᵉbôwʼâh","definition":"feminine of {{h3996}}; a haven; entry.","strongs_number":"h3997"},"h3998":{"pronunciation":"meb-oo-kaw'","unicode":"מְבוּכָה","translit":"mᵉbûwkâh","definition":"from {{h943}}; perplexity; perplexity.","strongs_number":"h3998"},"h3999":{"pronunciation":"mab-bool'","unicode":"מַבּוּל","translit":"mabbûwl","definition":"from {{h2986}} in the sense of flowing; a deluge; flood.","strongs_number":"h3999"},"h4000":{"pronunciation":"maw-bone'","unicode":"מָבוֹן","translit":"mâbôwn","definition":"from {{h995}}; instructing; taught.","strongs_number":"h4000"}}
@@ -0,0 +1 @@
1
+ {"h401":{"pronunciation":"oo-kawl'","unicode":"אֻכָל","translit":"ʼUkâl","definition":"or אֻכָּל; apparently from {{h398}}; devoured; Ucal, a fancy name; Ucal.","strongs_number":"h401"},"h402":{"pronunciation":"ok-law'","unicode":"אׇכְלָה","translit":"ʼoklâh","definition":"feminine of {{h401}}; food; consume, devour, eat, food, meat.","strongs_number":"h402"},"h403":{"pronunciation":"aw-kane'","unicode":"אָכֵן","translit":"ʼâkên","definition":"from {{h3559}} (compare {{h3651}}); firmly; figuratively, surely; also (adversative) but; but, certainly, nevertheless, surely, truly, verily.","strongs_number":"h403"},"h404":{"pronunciation":"aw-kaf'","unicode":"אָכַף","translit":"ʼâkaph","definition":"a primitive root; apparently meaning to curve (as with a burden); to urge; crave.","strongs_number":"h404"},"h405":{"pronunciation":"eh'-kef","unicode":"אֶכֶף","translit":"ʼekeph","definition":"from {{h404}}; a load; by implication, a stroke (others dignity); hand.","strongs_number":"h405"},"h406":{"pronunciation":"ik-kawr'","unicode":"אִכָּר","translit":"ʼikkâr","definition":"from an unused root meaning to dig; a farmer; husbandman, ploughman.","strongs_number":"h406"},"h407":{"pronunciation":"ak-shawf'","unicode":"אַכְשָׁף","translit":"ʼAkshâph","definition":"from {{h3784}}; fascination; Acshaph, a place in Palestine; Achshaph.","strongs_number":"h407"},"h408":{"pronunciation":"al","unicode":"אַל","translit":"ʼal","definition":"a negative particle (akin to {{h3808}}); not (the qualified negation, used as a deprecative); once (Job 24:25) as a noun, nothing; nay, neither, + never, no, nor, not, nothing (worth), rather than.","strongs_number":"h408"},"h409":{"pronunciation":"al","unicode":"אַל","translit":"ʼal","definition":"(Aramaic) corresponding to {{h408}}; not.","strongs_number":"h409"},"h410":{"pronunciation":"ale","unicode":"אֵל","translit":"ʼêl","definition":"shortened from {{h352}}; strength; as adjective, mighty; especially the Almighty (but used also of any deity); God (god), × goodly, × great, idol, might(-y one), power, strong. Compare names in '-el.'","strongs_number":"h410"},"h411":{"pronunciation":"ale","unicode":"אֵל","translit":"ʼêl","definition":"a demonstrative particle (but only in a plural sense); these or those; these, those. Compare {{h428}}.","strongs_number":"h411"},"h412":{"pronunciation":"ale","unicode":"אֵל","translit":"ʼêl","definition":"(Aramaic) corresponding to {{h411}}; these.","strongs_number":"h412"},"h413":{"pronunciation":"ale","unicode":"אֵל","translit":"ʼêl","definition":"(but only used in the shortened constructive form אֶל ); a primitive particle; properly, denoting motion towards, but occasionally used of a quiescent position, i.e.; near, with or among; often in general, to; about, according to, after, against, among, as for, at, because(-fore, -side), both...and, by, concerning, for, from, × hath, in(-to), near, (out) of, over, through, to(-ward), under, unto, upon, whether, with(-in).","strongs_number":"h413"},"h414":{"pronunciation":"ay-law'","unicode":"אֵלָא","translit":"ʼÊlâʼ","definition":"a variation of {{h424}}; oak; Ela, an Israelite; Elah.","strongs_number":"h414"},"h415":{"pronunciation":"ale el-o-hay' yis-rawale'","unicode":"אֵל אֱלֹהֵי יִשְׂרָאֵל","translit":"ʼÊl ʼĕlôhêy Yisrâʼêl","definition":"from {{h410}} and {{h430}} and {{h3478}}; the mighty god if Jisrael; El-Elohi-Jisrael, the title given to a consecrated spot by Jacob; Elelohe-israel.","strongs_number":"h415"},"h416":{"pronunciation":"ale bayth-ale'","unicode":"אֵל בֵּית־אֵל","translit":"ʼÊl Bêyth-ʼÊl","definition":"from {{h410}} and {{h1008}}; the God of Bethel; El-Bethel, the title given to a consecrated spot by Jacob; El-beth-el.","strongs_number":"h416"},"h417":{"pronunciation":"el-gaw-beesh'","unicode":"אֶלְגָּבִישׁ","translit":"ʼelgâbîysh","definition":"from {{h410}} and {{h1378}}; hail (as if a great pearl); great hail(-stones).","strongs_number":"h417"},"h418":{"pronunciation":"al-goom-meem'","unicode":"אַלְגּוּמִּים","translit":"ʼalgûwmmîym","definition":"by transposition for {{h484}}; sticks of algum wood; algum (trees).","strongs_number":"h418"},"h419":{"pronunciation":"el-dad'","unicode":"אֶלְדָּד","translit":"ʼEldâd","definition":"from {{h410}} and {{h1730}}; God has loved; Eldad, an Israelite; Eldad.","strongs_number":"h419"},"h420":{"pronunciation":"el-daw-aw'","unicode":"אֶלְדָּעָה","translit":"ʼEldâʻâh","definition":"from {{h410}} and {{h3045}}; God of knowledge; Eldaah, a son of Midian; Eldaah.","strongs_number":"h420"},"h421":{"pronunciation":"aw-law'","unicode":"אָלָה","translit":"ʼâlâh","definition":"a primitive root (rather identical with {{h422}} through the idea of invocation); to bewail; lament.","strongs_number":"h421"},"h422":{"pronunciation":"aw-law'","unicode":"אָלָה","translit":"ʼâlâh","definition":"a primitive root; properly, to adjure, i.e. (usually in a bad sense) imprecate; adjure, curse, swear.","strongs_number":"h422"},"h423":{"pronunciation":"aw-law'","unicode":"אָלָה","translit":"ʼâlâh","definition":"from {{h422}}; an imprecation; curse, cursing, execration, oath, swearing.","strongs_number":"h423"},"h424":{"pronunciation":"ay-law'","unicode":"אֵלָה","translit":"ʼêlâh","definition":"feminine of {{h352}}; an oak or other strong tree; elm, oak, teil-tree.","strongs_number":"h424"},"h425":{"pronunciation":"ay-law'","unicode":"אֵלָה","translit":"ʼÊlâh","definition":"the same as {{h424}}; Elah, the name of an Edomite, of four Israelites, and also of a place in Palestine; Elah.","strongs_number":"h425"},"h426":{"pronunciation":"el-aw'","unicode":"אֱלָהּ","translit":"ʼĕlâhh","definition":"(Aramaic) corresponding to {{h433}}; God; God, god.","strongs_number":"h426"},"h427":{"pronunciation":"al-law'","unicode":"אַלָּה","translit":"ʼallâh","definition":"A variation of {{h424}}; oak.","strongs_number":"h427"},"h428":{"pronunciation":"ale'-leh","unicode":"אֵלֶּה","translit":"ʼêl-leh","definition":"prolonged from {{h411}}; these or those; an-(the) other; one sort, so, some, such, them, these (same), they, this, those, thus, which, who(-m).","strongs_number":"h428"},"h429":{"pronunciation":"ale'-leh","unicode":"אֵלֶּה","translit":"ʼêlleh","definition":"(Aramaic) corresponding to {{h428}}; these.","strongs_number":"h429"},"h430":{"pronunciation":"el-o-heem'","unicode":"אֱלֹהִים","translit":"ʼĕlôhîym","definition":"plural of {{h433}}; gods in the ordinary sense; but specifically used (in the plural thus, especially with the article) of the supreme God; occasionally applied by way of deference to magistrates; and sometimes as a superlative; angels, × exceeding, God (gods) (-dess, -ly), × (very) great, judges, × mighty.","strongs_number":"h430"},"h431":{"pronunciation":"al-oo'","unicode":"אֲלוּ","translit":"ʼălûw","definition":"(Aramaic) probably prolonged from {{h412}}; lo!; behold.","strongs_number":"h431"},"h432":{"pronunciation":"il-loo'","unicode":"אִלּוּ","translit":"ʼillûw","definition":"probably from {{h408}}; nay, i.e. (softened) if; but if, yea though.","strongs_number":"h432"},"h433":{"pronunciation":"el-o'-ah","unicode":"אֱלוֹהַּ","translit":"ʼĕlôwahh","definition":"rarely (shortened) אֱלֹהַּ; probably prolonged (emphatic) from {{h410}}; a deity or the Deity; God, god. See {{h430}}.","strongs_number":"h433"},"h434":{"pronunciation":"el-ool'","unicode":"אֱלוּל","translit":"ʼĕlûwl","definition":"for {{h457}}; good for nothing; thing of nought.","strongs_number":"h434"},"h435":{"pronunciation":"el-ool'","unicode":"אֱלוּל","translit":"ʼĔlûwl","definition":"probably of foreign derivation; Elul, the sixth Jewish month; Elul.","strongs_number":"h435"},"h436":{"pronunciation":"ay-lone'","unicode":"אֵלוֹן","translit":"ʼêlôwn","definition":"prolonged from {{h352}}; an oak or other strong tree; plain. See also {{h356}}.","strongs_number":"h436"},"h437":{"pronunciation":"al-lone'","unicode":"אַלּוֹן","translit":"ʼallôwn","definition":"a variation of {{h436}}; oak.","strongs_number":"h437"},"h438":{"pronunciation":"al-lone'","unicode":"אַלּוֹן","translit":"ʼAllôwn","definition":"the same as {{h437}}; Allon, an Israelite, also a place in Palestine; Allon.","strongs_number":"h438"},"h439":{"pronunciation":"al-lone' baw-kooth'","unicode":"אַלּוֹן בָּכוּת","translit":"ʼAllôwn Bâkûwth","definition":"from {{h437}} and a variation of {{h1068}}; oak of weeping; Allon-Bakuth, a monumental tree; Allon-bachuth.","strongs_number":"h439"},"h440":{"pronunciation":"ay-lo-nee'","unicode":"אֵלוֹנִי","translit":"ʼÊlôwnîy","definition":"or rather (shortened) אֵלֹנִי; patron from {{h438}}; an Elonite or descendant (collectively) of Elon; Elonites.","strongs_number":"h440"},"h441":{"pronunciation":"al-loof'","unicode":"אַלּוּף","translit":"ʼallûwph","definition":"or (shortened) אַלֻּף; from {{h502}}; familiar; a friend, also gentle; hence, a bullock (as being tame; applied, although masculine, to a cow); and so, a chieftain (as notable, like neat cattle); captain, duke, (chief) friend, governor, guide, ox.","strongs_number":"h441"},"h442":{"pronunciation":"aw-loosh'","unicode":"אָלוּשׁ","translit":"ʼÂlûwsh","definition":"of uncertain derivation; Alush, a place in the Desert; Alush.","strongs_number":"h442"},"h443":{"pronunciation":"el-zaw-bawd'","unicode":"אֶלְזָבָד","translit":"ʼElzâbâd","definition":"from {{h410}} and {{h2064}}; God has bestowed; Elzabad, the name of two Israelites; Elzabad.","strongs_number":"h443"},"h444":{"pronunciation":"aw-lakh'","unicode":"אָלַח","translit":"ʼâlach","definition":"a primitive root; to muddle, i.e. (figuratively and intransitive) to turn (morally) corrupt; become filthy.","strongs_number":"h444"},"h445":{"pronunciation":"el-khaw-nawn'","unicode":"אֶלְחָנָן","translit":"ʼElchânân","definition":"from {{h410}} and {{h2603}}; God (is) gracious; Elchanan, an Israelite; Elkanan.","strongs_number":"h445"},"h446":{"pronunciation":"el-ee-awb'","unicode":"אֱלִיאָב","translit":"ʼĔlîyʼâb","definition":"from {{h410}} and {{h1}}; God of (his) father; Eliab, the name of six Israelites; Eliab.","strongs_number":"h446"},"h447":{"pronunciation":"el-ee-ale'","unicode":"אֱלִיאֵל","translit":"ʼĔlîyʼêl","definition":"from {{h410}} repeated; God of (his) God; Eliel, the name of nine Israelites; Eliel.","strongs_number":"h447"},"h448":{"pronunciation":"el-ee-aw-thaw'","unicode":"אֱלִיאָתָה","translit":"ʼĔlîyʼâthâh","definition":"or (contraction) אֱלִיָּתָה; from {{h410}} and {{h225}}; God of (his) consent; Eliathah, an Israelite; Eliathah.","strongs_number":"h448"},"h449":{"pronunciation":"el-ee-dawd'","unicode":"אֱלִידָד","translit":"ʼĔlîydâd","definition":"from the same as {{h419}}; God of (his) love; Elidad, an Israelite; Elidad.","strongs_number":"h449"},"h450":{"pronunciation":"el-yaw-daw'","unicode":"אֶלְיָדָע","translit":"ʼElyâdâʻ","definition":"from {{h410}} and {{h3045}}; God (is) knowing; Eljada, the name of two Israelites and of an Aramaean leader; Eliada.","strongs_number":"h450"},"h451":{"pronunciation":"al-yaw'","unicode":"אַלְיָה","translit":"ʼalyâh","definition":"from {{h422}} (in the original sense of strength); the stout part, i.e. the fat tail of the Oriental sheep; rump.","strongs_number":"h451"},"h452":{"pronunciation":"ay-lee-yaw'","unicode":"אֵלִיָּה","translit":"ʼÊlîyâh","definition":"or prolonged אֵלִיָּהוּ; from {{h410}} and {{h3050}}; God of Jehovah; Elijah, the name of the famous prophet and of two other Israelites; Elijah, Eliah.","strongs_number":"h452"},"h453":{"pronunciation":"el-ee-hoo'","unicode":"אֱלִיהוּ","translit":"ʼĔlîyhûw","definition":"or (fully) אֱלִיהוּא; from {{h410}} and {{h1931}}; God of him; Elihu, the name of one of Job's friends, and of three Israelites; Elihu.","strongs_number":"h453"},"h454":{"pronunciation":"el-ye-ho-ay-nah'ee","unicode":"אֶלְיְהוֹעֵינַי","translit":"ʼElyᵉhôwʻêynay","definition":"or (shortened) אֶלְיוֹעֵינַי; from {{h413}} and {{h3068}} and {{h5869}}; towards Jehovah (are) my eyes; Eljehoenai or Eljoenai, the name of seven Israelites; Elihoenai, Elionai.","strongs_number":"h454"},"h455":{"pronunciation":"el-yakh-baw'","unicode":"אֶלְיַחְבָּא","translit":"ʼElyachbâʼ","definition":"from {{h410}} and {{h2244}}; God will hide; Eljachba, an Israelite; Eliahbah.","strongs_number":"h455"},"h456":{"pronunciation":"el-ee-kho'-ref","unicode":"אֱלִיחֹרֶף","translit":"ʼĔlîychôreph","definition":"from {{h410}} and {{h2779}}; God of autumn; Elichoreph, an Israelite; Elihoreph.","strongs_number":"h456"},"h457":{"pronunciation":"el-eel'","unicode":"אֱלִיל","translit":"ʼĕlîyl","definition":"apparently from {{h408}}; good for nothing, by analogy vain or vanity; specifically an idol; idol, no value, thing of nought.","strongs_number":"h457"},"h458":{"pronunciation":"el-ee-meh'-lek","unicode":"אֱלִימֶלֶךְ","translit":"ʼĔlîymelek","definition":"from {{h410}} and {{h4428}}; God of (the) king; Elimelek, an Israelite; Elimelech.","strongs_number":"h458"},"h459":{"pronunciation":"il-lane'","unicode":"אִלֵּין","translit":"ʼillêyn","definition":"(Aramaic) or shorter אִלֵּן; prolonged from {{h412}}; these; the, these.","strongs_number":"h459"},"h460":{"pronunciation":"el-yaw-sawf'","unicode":"אֶלְיָסָף","translit":"ʼElyâçâph","definition":"from {{h410}} and {{h3254}}; God (is) gatherer; Eljasaph, the name of two Israelites; Eliasaph.","strongs_number":"h460"},"h461":{"pronunciation":"el-ee-eh'-zer","unicode":"אֱלִיעֶזֶר","translit":"ʼĔlîyʻezer","definition":"from {{h410}} and {{h5828}}; God of help; Eliezer, the name of a Damascene and of ten Israelites; Eliezer.","strongs_number":"h461"},"h462":{"pronunciation":"el-ee-ay-nah'ee","unicode":"אֱלִיעֵינַי","translit":"ʼĔlîyʻêynay","definition":"probably contracted for {{h454}}; Elienai, an Israelite; Elienai.","strongs_number":"h462"},"h463":{"pronunciation":"el-ee-awm'","unicode":"אֱלִיעָם","translit":"ʼĔlîyʻâm","definition":"from {{h410}} and {{h5971}}; God of (the) people; Eliam, an Israelite; Eliam.","strongs_number":"h463"},"h464":{"pronunciation":"el-ee-faz'","unicode":"אֱלִיפַז","translit":"ʼĔlîyphaz","definition":"from {{h410}} and {{h6337}}; God of gold; Eliphaz, the name of one of Job's friends, and of a son of Esau; Eliphaz.","strongs_number":"h464"},"h465":{"pronunciation":"el-ee-fawl'","unicode":"אֱלִיפָל","translit":"ʼĔlîyphâl","definition":"from {{h410}} and {{h6419}}; God of judgment; Eliphal, an Israelite; Eliphal.","strongs_number":"h465"},"h466":{"pronunciation":"el-ee-fe-lay'-hoo","unicode":"אֱלִיפְלֵהוּ","translit":"ʼĔlîyphᵉlêhûw","definition":"from {{h410}} and {{h6395}}; God of his distinction; Eliphelehu, an Israelite; Elipheleh.","strongs_number":"h466"},"h467":{"pronunciation":"el-ee-feh'-let","unicode":"אֱלִיפֶלֶט","translit":"ʼĔlîypheleṭ","definition":"or (shortened) אֱלְפֶּלֶט; from {{h410}} and {{h6405}}; God of deliverance; Eliphelet or Elpelet, the name of six Israelites; Eliphalet, Eliphelet, Elpalet.","strongs_number":"h467"},"h468":{"pronunciation":"el-ee-tsoor'","unicode":"אֱלִיצוּר","translit":"ʼĔlîytsûwr","definition":"from {{h410}} and {{h6697}}; God of (the) rock; Elitsur, an Israelite; Elizur.","strongs_number":"h468"},"h469":{"pronunciation":"el-ee-tsaw-fawn'","unicode":"אֱלִיצָפָן","translit":"ʼĔlîytsâphân","definition":"or (shortened) אֶלְצָפָן; from {{h410}} and {{h6845}}; God of treasure; Elitsaphan or Eltsaphan, an Israelite; Elizaphan, Elzaphan.","strongs_number":"h469"},"h470":{"pronunciation":"el-ee-kaw'","unicode":"אֱלִיקָא","translit":"ʼĔlîyqâʼ","definition":"from {{h410}} and {{h6958}}; God of rejection; Elika, an Israelite; Elika.","strongs_number":"h470"},"h471":{"pronunciation":"el-yaw-keem'","unicode":"אֶלְיָקִים","translit":"ʼElyâqîym","definition":"from {{h410}} and {{h6965}}; God of raising; Eljakim, the name of four Israelites; Eliakim.","strongs_number":"h471"},"h472":{"pronunciation":"el-ee-sheh'-bah","unicode":"אֱלִישֶׁבַע","translit":"ʼĔlîyshebaʻ","definition":"from {{h410}} and {{h7651}} (in the sense of {{h7650}}); God of (the) oath; Elisheba, the wife of Aaron; Elisheba.","strongs_number":"h472"},"h473":{"pronunciation":"el-ee-shaw'","unicode":"אֱלִישָׁה","translit":"ʼĔlîyshâh","definition":"probably of foreign derivation; Elishah, a son of Javan; Elishah.","strongs_number":"h473"},"h474":{"pronunciation":"el-ee-shoo'-ah","unicode":"אֱלִישׁוּעַ","translit":"ʼĔlîyshûwaʻ","definition":"from {{h410}} and {{h7769}}; God of supplication (or of riches); Elishua, the son of King David; Elishua.","strongs_number":"h474"},"h475":{"pronunciation":"el-yaw-sheeb'","unicode":"אֶלְיָשִׁיב","translit":"ʼElyâshîyb","definition":"from {{h410}} and {{h7725}}; God will restore; Eljashib, the name of six Israelites; Eliashib.","strongs_number":"h475"},"h476":{"pronunciation":"el-ee-shaw-maw'","unicode":"אֱלִישָׁמָע","translit":"ʼĔlîyshâmâʻ","definition":"from {{h410}} and {{h8085}}; God of hearing; Elishama, the name of seven Israelites; Elishama.","strongs_number":"h476"},"h477":{"pronunciation":"el-ee-shaw'","unicode":"אֱלִישָׁע","translit":"ʼĔlîyshâʻ","definition":"contracted for {{h474}}.; Elisha, the famous prophet; Elisha.","strongs_number":"h477"},"h478":{"pronunciation":"el-ee-shaw-fawt'","unicode":"אֱלִישָׁפָט","translit":"ʼĔlîyshâphâṭ","definition":"from {{h410}} and {{h8199}}; God of judgment; Elishaphat, an Israelite; Elishaphat.","strongs_number":"h478"},"h479":{"pronunciation":"il-lake'","unicode":"אִלֵּךְ","translit":"ʼillêk","definition":"(Aramaic) prolonged from {{h412}}; these; these, those.","strongs_number":"h479"},"h480":{"pronunciation":"al-le-lah'ee","unicode":"אַלְלַי","translit":"ʼalᵉlay","definition":"by reduplication from {{h421}}; alas!; woe.","strongs_number":"h480"},"h481":{"pronunciation":"aw-lam'","unicode":"אָלַם","translit":"ʼâlam","definition":"a primitive root; to tie fast; hence (of the mouth) to be tongue-tied; bind, be dumb, put to silence.","strongs_number":"h481"},"h482":{"pronunciation":"ay'-lem","unicode":"אֵלֶם","translit":"ʼêlem","definition":"from {{h481}}; silence (i.e. mute justice); congregation. Compare {{h3128}}.","strongs_number":"h482"},"h483":{"pronunciation":"il-lame'","unicode":"אִלֵּם","translit":"ʼillêm","definition":"from {{h481}}; speechless; dumb (man).","strongs_number":"h483"},"h484":{"pronunciation":"al-moog-gheem'","unicode":"אַלְמֻגִּים","translit":"ʼalmuggîym","definition":"probably of foreign derivation (used thus only in the plural); almug (i.e. probably sandle-wood) sticks; almug trees. Compare {{h418}}.","strongs_number":"h484"},"h485":{"pronunciation":"al-oom-maw'","unicode":"אֲלֻמָּה","translit":"ʼălummâh","definition":"or (masculine) אָלֻם; passive participle of {{h481}}; something bound; a sheaf; sheaf.","strongs_number":"h485"},"h486":{"pronunciation":"al-mo-dawd'","unicode":"אַלְמוֹדָד","translit":"ʼAlmôwdâd","definition":"probably of foreign derivation; Almodad, a son of Joktan; Almodad.","strongs_number":"h486"},"h487":{"pronunciation":"al-lam-meh'-lek","unicode":"אַלַּמֶּלֶךְ","translit":"ʼAllammelek","definition":"from {{h427}} and {{h4428}}; oak of (the) king; Allammelek, a place in Palestine; Alammelech.","strongs_number":"h487"},"h488":{"pronunciation":"al-mawn'","unicode":"אַלְמָן","translit":"ʼalmân","definition":"prolonged from {{h481}} in the sense of bereavement; discarded (as a divorced person); forsaken.","strongs_number":"h488"},"h489":{"pronunciation":"al-mone'","unicode":"אַלְמֹן","translit":"ʼalmôn","definition":"from {{h481}} as in {{h488}}; bereavement; widowhood.","strongs_number":"h489"},"h490":{"pronunciation":"al-maw-naw'","unicode":"אַלְמָנָה","translit":"ʼalmânâh","definition":"feminine of {{h488}}; a widow; also a desolate place; desolate house (palace), widow.","strongs_number":"h490"},"h491":{"pronunciation":"al-maw-nooth'","unicode":"אַלְמָנוּת","translit":"ʼalmânûwth","definition":"feminine of {{h488}}; concrete, a widow; abstract, widowhood; widow, widowhood.","strongs_number":"h491"},"h492":{"pronunciation":"al-mo-nee'","unicode":"אַלְמֹנִי","translit":"ʼalmônîy","definition":"from {{h489}} in the sense of concealment; some one (i.e. so and so, without giving the name of the person or place); one, and such.","strongs_number":"h492"},"h493":{"pronunciation":"el-nah'-am","unicode":"אֶלְנַעַם","translit":"ʼElnaʻam","definition":"from {{h410}} and {{h5276}}; God (is his) delight; Elnaam, an Israelite; Elnaam.","strongs_number":"h493"},"h494":{"pronunciation":"el-naw-thawn'","unicode":"אֶלְנָתָן","translit":"ʼElnâthân","definition":"from {{h410}} and {{h5414}}; God (is the) giver; Elnathan, the name of four Israelites; Elnathan.","strongs_number":"h494"},"h495":{"pronunciation":"el-law-sawr'","unicode":"אֶלָּסָר","translit":"ʼEllâçâr","definition":"probably of foreign derivation; Ellasar, an early country of Asia; Ellasar.","strongs_number":"h495"},"h496":{"pronunciation":"el-awd'","unicode":"אֶלְעָד","translit":"ʼElʻâd","definition":"from {{h410}} and {{h5749}}; God has testified; Elad, an Israelite; Elead.","strongs_number":"h496"},"h497":{"pronunciation":"el-aw-daw'","unicode":"אֶלְעָדָה","translit":"ʼElʻâdâh","definition":"from {{h410}} and {{h5710}}; God has decked; Eladah, an Israelite; Eladah.","strongs_number":"h497"},"h498":{"pronunciation":"el-oo-zah'ee","unicode":"אֶלְעוּזַי","translit":"ʼElʻûwzay","definition":"from {{h410}} and {{h5756}} (in the sense of {{h5797}}); God (is) defensive; Eluzai, an Israelite; Eluzai.","strongs_number":"h498"},"h499":{"pronunciation":"el-aw-zawr'","unicode":"אֶלְעָזָר","translit":"ʼElʻâzâr","definition":"from {{h410}} and {{h5826}}; God (is) helper; Elazar, the name of seven Israelites; Eleazar.","strongs_number":"h499"},"h500":{"pronunciation":"el-aw-lay'","unicode":"אֶלְעָלֵא","translit":"ʼElʻâlêʼ","definition":"or (more properly) אֶלְעָלֵה; from {{h410}} and {{h5927}}; God (is) going up; Elale or Elaleh, a place east of the Jordan; Elealeh.","strongs_number":"h500"}}
@@ -0,0 +1 @@
1
+ {"h4001":{"pronunciation":"meb-oo-saw'","unicode":"מְבוּסָה","translit":"mᵉbûwçâh","definition":"from {{h947}}; a trampling; treading (trodden) down (under foot).","strongs_number":"h4001"},"h4002":{"pronunciation":"mab-boo'-ah","unicode":"מַבּוּעַ","translit":"mabbûwaʻ","definition":"from {{h5042}}; a fountain; fountain, spring.","strongs_number":"h4002"},"h4003":{"pronunciation":"meb-oo-kah'","unicode":"מְבוּקָה","translit":"mᵉbûwqâh","definition":"from the same as {{h950}}; emptiness; void.","strongs_number":"h4003"},"h4004":{"pronunciation":"mib-khore'","unicode":"מִבְחוֹר","translit":"mibchôwr","definition":"from {{h977}}; select, i.e. well fortified; choice.","strongs_number":"h4004"},"h4005":{"pronunciation":"mib-khawr'","unicode":"מִבְחָר","translit":"mibchâr","definition":"from {{h977}}; select, i.e. best; choice(-st), chosen.","strongs_number":"h4005"},"h4006":{"pronunciation":"mib-khawr'","unicode":"מִבְחָר","translit":"Mibchâr","definition":"the same as {{h4005}}; Mibchar, an Israelite; Mibhar.","strongs_number":"h4006"},"h4007":{"pronunciation":"mab-bawt'","unicode":"מַבָּט","translit":"mabbâṭ","definition":"or מֶבָּט; from {{h5027}}; something expected, i.e. (abstractly) expectation; expectation.","strongs_number":"h4007"},"h4008":{"pronunciation":"mib-taw'","unicode":"מִבְטָא","translit":"mibṭâʼ","definition":"from {{h981}}; a rash utterance (hasty vow); (that which...) uttered (out of).","strongs_number":"h4008"},"h4009":{"pronunciation":"mib-tawkh'","unicode":"מִבְטָח","translit":"mibṭâch","definition":"from {{h982}}; properly, a refuge, i.e. (objective) security, or (subjective) assurance; confidence, hope, sure, trust.","strongs_number":"h4009"},"h4010":{"pronunciation":"mab-leeg-eeth'","unicode":"מַבְלִיגִית","translit":"mablîygîyth","definition":"from {{h1082}}; desistance (or rather desolation); comfort self.","strongs_number":"h4010"},"h4011":{"pronunciation":"mib-neh'","unicode":"מִבְנֶה","translit":"mibneh","definition":"from {{h1129}}; a building; frame.","strongs_number":"h4011"},"h4012":{"pronunciation":"meb-oon-hah'-ee","unicode":"מְבֻנַּי","translit":"Mᵉbunnay","definition":"from {{h1129}}; built up; Mebunnai, an Israelite; Mebunnai.","strongs_number":"h4012"},"h4013":{"pronunciation":"mib-tsawr'","unicode":"מִבְצָר","translit":"mibtsâr","definition":"also (in plural) feminine (Daniel 11:l5) מִבְצָרָה; from {{h1219}}; a fortification, castle, or fortified city; figuratively, a defender; (de-, most) fenced, fortress, (most) strong (hold).","strongs_number":"h4013"},"h4014":{"pronunciation":"mib-tsawr'","unicode":"מִבְצָר","translit":"Mibtsâr","definition":"the same as {{h4013}}; Mibtsar, an Idumaean; Mibzar.","strongs_number":"h4014"},"h4015":{"pronunciation":"mib-rawkh'","unicode":"מִבְרָח","translit":"mibrâch","definition":"from {{h1272}}; a refugee; fugitive.","strongs_number":"h4015"},"h4016":{"pronunciation":"maw-boosh'","unicode":"מָבֻשׁ","translit":"mâbush","definition":"from {{h954}}; (plural) the (male) pudenda; secrets.","strongs_number":"h4016"},"h4017":{"pronunciation":"mib-sawm'","unicode":"מִבְשָׂם","translit":"Mibsâm","definition":"from the same as {{h1314}}; fragrant; Mibsam, the name of an Ishmaelite and of an Israelite; Mibsam.","strongs_number":"h4017"},"h4018":{"pronunciation":"meb-ash-shel-aw'","unicode":"מְבַשְּׁלָה","translit":"mᵉbashshᵉlâh","definition":"from {{h1310}}; a cooking hearth; boiling-place.","strongs_number":"h4018"},"h4019":{"pronunciation":"mag-beesh'","unicode":"מַגְבִּישׁ","translit":"Magbîysh","definition":"from the same as {{h1378}}; stiffening; Magbish, an Israelite, or a place in Palestine; Magbish.","strongs_number":"h4019"},"h4020":{"pronunciation":"mig-baw-law'","unicode":"מִגְבָּלָה","translit":"migbâlâh","definition":"from {{h1379}}; a border; end.","strongs_number":"h4020"},"h4021":{"pronunciation":"mig-baw-aw'","unicode":"מִגְבָּעָה","translit":"migbâʻâh","definition":"from the same as {{h1389}}; a cap (as hemispherical); bonnet.","strongs_number":"h4021"},"h4022":{"pronunciation":"meh'-ghed","unicode":"מֶגֶד","translit":"meged","definition":"from an unused root probably meaning to be eminent; properly, a distinguished thing; hence something valuable, as a product or fruit; pleasant, precious fruit (thing).","strongs_number":"h4022"},"h4023":{"pronunciation":"meg-id-done'","unicode":"מְגִדּוֹן","translit":"Mᵉgiddôwn","definition":"(Zechariah {{h12}}) or מְגִדּוֹ; from {{h1413}}; rendezvous; Megiddon or Megiddo, a place in Palestine; Megiddo, Megiddon.","strongs_number":"h4023"},"h4024":{"pronunciation":"mig-dole'","unicode":"מִגְדּוֹל","translit":"Migdôwl","definition":"or מִגְדֹּל; probably of Egyptian origin; Migdol, a place in Egypt; Migdol, tower.","strongs_number":"h4024"},"h4025":{"pronunciation":"mag-dee-ale'","unicode":"מַגְדִּיאֵל","translit":"Magdîyʼêl","definition":"from {{h4022}} and {{h410}}; preciousness of God; Magdiel, an Idumaean; Magdiel.","strongs_number":"h4025"},"h4026":{"pronunciation":"mig-dawl'","unicode":"מִגְדָּל","translit":"migdâl","definition":"also (in plural) feminine מִגְדָּלָה; from {{h1431}}; a tower (from its size or height); by analogy, a rostrum; figuratively, a (pyramidal) bed of flowers; castle, flower, tower. Compare the names following.","strongs_number":"h4026"},"h4027":{"pronunciation":"mig-dal-ale'","unicode":"מִגְדַּל־אֵל","translit":"Migdal-ʼÊl","definition":"from {{h4026}} and {{h410}}; tower of God; Migdal-El, a place in Palestine; Migdal-el.","strongs_number":"h4027"},"h4028":{"pronunciation":"migdal-gawd'","unicode":"מִגְדַּל־גָּד","translit":"Migdal-Gâd","definition":"from {{h4026}} and {{h1408}}; tower of Fortune; Migdal-Gad, a place in Palestine; Migdal-gad.","strongs_number":"h4028"},"h4029":{"pronunciation":"mig-dal'-ay'-der","unicode":"מִגְדַּל־עֵדֶר","translit":"Migdal-ʻÊder","definition":"from {{h4026}} and {{h5739}}; tower of a flock; Migdal-Eder, a place in Palestine; Migdal-eder, tower of the flock.","strongs_number":"h4029"},"h4030":{"pronunciation":"mig-daw-naw'","unicode":"מִגְדָּנָה","translit":"migdânâh","definition":"from the same as {{h4022}}; preciousness, i.e. a gem; precious thing, present.","strongs_number":"h4030"},"h4031":{"pronunciation":"maw-gogue'","unicode":"מָגוֹג","translit":"Mâgôwg","definition":"from {{h1463}}; Magog, a son of Japheth; also a barbarous northern region; Magog.","strongs_number":"h4031"},"h4032":{"pronunciation":"maw-gore'","unicode":"מָגוֹר","translit":"mâgôwr","definition":"or (Lamentations 2:22) מָגוּר; from {{h1481}} in the sense of fearing; a fright (objective or subjective); fear, terror. Compare {{h4036}}.","strongs_number":"h4032"},"h4033":{"pronunciation":"maw-goor'","unicode":"מָגוּר","translit":"mâgûwr","definition":"or מָגֻר; from {{h1481}} in the sense of lodging; a temporary abode; by extension, a permanent residence; dwelling, pilgrimage, where sojourn, be a stranger. Compare {{h4032}}.","strongs_number":"h4033"},"h4034":{"pronunciation":"meg-o-raw'","unicode":"מְגוֹרַה","translit":"mᵉgôwrah","definition":"feminine of {{h4032}}; affright; fear.","strongs_number":"h4034"},"h4035":{"pronunciation":"meg-oo-raw'","unicode":"מְגוּרָה","translit":"mᵉgûwrâh","definition":"feminine of {{h4032}} or of {{h4033}}; a fright; also a granary; barn, fear.","strongs_number":"h4035"},"h4036":{"pronunciation":"maw-gore' mis-saw-beeb'","unicode":"מָגוֹר מִסָּבִיב","translit":"Mâgôwr miç-Çâbîyb","definition":"from {{h4032}} and {{h5439}} with the preposition inserted; affright from around; Magor-mis-Sabib, a symbolic name of Pashur; Magormissabib.","strongs_number":"h4036"},"h4037":{"pronunciation":"mag-zay-raw'","unicode":"מַגְזֵרָה","translit":"magzêrâh","definition":"from {{h1504}}; a cutting implement, i.e. a blade; axe.","strongs_number":"h4037"},"h4038":{"pronunciation":"mag-gawl'","unicode":"מַגָּל","translit":"maggâl","definition":"from an unused root meaning to reap; a sickle; sickle.","strongs_number":"h4038"},"h4039":{"pronunciation":"meg-il-law'","unicode":"מְגִלָּה","translit":"mᵉgillâh","definition":"from {{h1556}}; a roll; roll, volume.","strongs_number":"h4039"},"h4040":{"pronunciation":"meg-il-law'","unicode":"מְגִלָּה","translit":"mᵉgillâh","definition":"(Aramaic) corresponding to {{h4039}}; roll.","strongs_number":"h4040"},"h4041":{"pronunciation":"meg-am-maw'","unicode":"מְגַמָּה","translit":"mᵉgammâh","definition":"from the same as {{h1571}}; properly, accumulation, i.e. impulse or direction; sup up.","strongs_number":"h4041"},"h4042":{"pronunciation":"maw-gan'","unicode":"מָגַן","translit":"mâgan","definition":"a denominative from {{h4043}}; properly, to shield; encompass with; figuratively, to rescue, to hand safely over (i.e. surrender); deliver.","strongs_number":"h4042"},"h4043":{"pronunciation":"maw-gane'","unicode":"מָגֵן","translit":"mâgên","definition":"also (in plural) feminine מְגִנָּה; from {{h1598}}; a shield (i.e. the small one or buckler); figuratively, a protector; also the scaly hide of the crocodile; × armed, buckler, defence, ruler, scale, shield.","strongs_number":"h4043"},"h4044":{"pronunciation":"meg-in-naw'","unicode":"מְגִנָּה","translit":"mᵉginnâh","definition":"from {{h4042}}; a covering (in a bad sense), i.e. blindness or obduracy; sorrow. See also {{h4043}}.","strongs_number":"h4044"},"h4045":{"pronunciation":"mig-eh'-reth","unicode":"מִגְעֶרֶת","translit":"migʻereth","definition":"from {{h1605}}; reproof (i.e. curse); rebuke.","strongs_number":"h4045"},"h4046":{"pronunciation":"mag-gay-faw'","unicode":"מַגֵּפָה","translit":"maggêphâh","definition":"from {{h5062}}; a pestilence; by analogy, defeat; (× be) plague(-d), slaughter, stroke.","strongs_number":"h4046"},"h4047":{"pronunciation":"mag-pee-awsh'","unicode":"מַגְפִּיעָשׁ","translit":"Magpîyʻâsh","definition":"apparently from {{h1479}} or {{h5062}} and {{h6211}}; exterminator of (the) moth; Magpiash, an Israelite; Magpiash.","strongs_number":"h4047"},"h4048":{"pronunciation":"maw-gar'","unicode":"מָגַר","translit":"mâgar","definition":"a primitive root; to yield up; intensively, to precipitate; cast down, terror.","strongs_number":"h4048"},"h4049":{"pronunciation":"meg-ar'","unicode":"מְגַר","translit":"mᵉgar","definition":"(Aramaic) corresponding to {{h4048}}; to overthrow; destroy.","strongs_number":"h4049"},"h4050":{"pronunciation":"meg-ay-raw'","unicode":"מְגֵרָה","translit":"mᵉgêrâh","definition":"from {{h1641}}; a saw; axe, saw.","strongs_number":"h4050"},"h4051":{"pronunciation":"mig-rone'","unicode":"מִגְרוֹן","translit":"Migrôwn","definition":"from {{h4048}}; precipice; Migron, a place in Palestine; Migron.","strongs_number":"h4051"},"h4052":{"pronunciation":"mig-raw-aw'","unicode":"מִגְרָעָה","translit":"migrâʻâh","definition":"from {{h1639}}; a ledge or offset; narrowed rest.","strongs_number":"h4052"},"h4053":{"pronunciation":"mig-raw-faw'","unicode":"מִגְרָפָה","translit":"migrâphâh","definition":"from {{h1640}}; something thrown off (by the spade), i.e. a clod; clod.","strongs_number":"h4053"},"h4054":{"pronunciation":"mig-rawsh'","unicode":"מִגְרָשׁ","translit":"migrâsh","definition":"also (in plural) feminine (Ezekiel 27:28) מִגְרָשָׁה; from {{h1644}}; a suburb (i.e. open country whither flocks are driven from pasture); hence, the area around a building, or the margin of the sea; cast out, suburb.","strongs_number":"h4054"},"h4055":{"pronunciation":"mad","unicode":"מַד","translit":"mad","definition":"or מֵד; from {{h4058}}; properly, extent, i.e. height; also a measure; by implication, a vesture (as measured); also a carpet; armour, clothes, garment, judgment, measure, raiment, stature.","strongs_number":"h4055"},"h4056":{"pronunciation":"mad-bakh'","unicode":"מַדְבַּח","translit":"madbach","definition":"(Aramaic) from {{h1684}}; a sacrificial altar; altar.","strongs_number":"h4056"},"h4057":{"pronunciation":"mid-bawr'","unicode":"מִדְבָּר","translit":"midbâr","definition":"from {{h1696}} in the sense of driving; a pasture (i.e. open field, whither cattle are driven); by implication, a desert; also speech (including its organs); desert, south, speech, wilderness.","strongs_number":"h4057"},"h4058":{"pronunciation":"maw-dad'","unicode":"מָדַד","translit":"mâdad","definition":"a primitive root; properly, to stretch; by implication, to measure (as if by stretching a line); figuratively, to be extended; measure, mete, stretch self.","strongs_number":"h4058"},"h4059":{"pronunciation":"mid-dad'","unicode":"מִדַּד","translit":"middad","definition":"from {{h5074}}; flight; be gone.","strongs_number":"h4059"},"h4060":{"pronunciation":"mid-daw'","unicode":"מִדָּה","translit":"middâh","definition":"feminine of {{h4055}}; properly, extension, i.e. height or breadth; also a measure (including its standard); hence a portion (as measured) or a vestment; specifically, tribute (as measured); garment, measure(-ing, meteyard, piece, size, (great) stature, tribute, wide.","strongs_number":"h4060"},"h4061":{"pronunciation":"mid-daw'","unicode":"מִדָּה","translit":"middâh","definition":"(Aramaic) or מִנְדָּה; (Aramaic), corresponding to {{h4060}}; tribute in money; toll, tribute.","strongs_number":"h4061"},"h4062":{"pronunciation":"mad-hay-baw'","unicode":"מַדְהֵבָה","translit":"madhêbâh","definition":"perhaps from the equivalent of {{h1722}}; goldmaking, i.e. exactness; golden city.","strongs_number":"h4062"},"h4063":{"pronunciation":"meh'-dev","unicode":"מֶדֶו","translit":"medev","definition":"from an unused root meaning to stretch; properly, extent, i.e. measure; by implication, a dress (as measured); garment.","strongs_number":"h4063"},"h4064":{"pronunciation":"mad-veh'","unicode":"מַדְוֶה","translit":"madveh","definition":"from {{h1738}}; sickness; disease.","strongs_number":"h4064"},"h4065":{"pronunciation":"mad-doo'akh","unicode":"מַדּוּחַ","translit":"maddûwach","definition":"from {{h5080}}; seduction; cause of banishment.","strongs_number":"h4065"},"h4066":{"pronunciation":"maw-dohn'","unicode":"מָדוֹן","translit":"mâdôwn","definition":"from {{h1777}}; a contest or quarrel; brawling, contention(-ous), discord, strife. Compare {{h4079}}, {{h4090}}.","strongs_number":"h4066"},"h4067":{"pronunciation":"maw-dohn'","unicode":"מָדוֹן","translit":"mâdôwn","definition":"from the same as {{h4063}}; extensiveness, i.e. height; stature.","strongs_number":"h4067"},"h4068":{"pronunciation":"maw-dohn'","unicode":"מָדוֹן","translit":"Mâdôwn","definition":"the same as {{h4067}}; Madon, a place in Palestine; Madon.","strongs_number":"h4068"},"h4069":{"pronunciation":"mad-doo'-ah","unicode":"מַדּוּעַ","translit":"maddûwaʻ","definition":"or מַדֻּעַ; from {{h4100}} and the passive participle of {{h3045}}; what (is) known?; i.e. (by implication) (adverbially) why?; how, wherefore, why.","strongs_number":"h4069"},"h4070":{"pronunciation":"med-ore'","unicode":"מְדוֹר","translit":"mᵉdôwr","definition":"(Aramaic) or מְדֹר; (Aramaic), or מְדָר; (Aramaic), from {{h1753}}; a dwelling; dwelling.","strongs_number":"h4070"},"h4071":{"pronunciation":"med-oo-raw'","unicode":"מְדוּרָה","translit":"mᵉdûwrâh","definition":"or מְדֻרָה; from {{h1752}} in the sense of accumulation; a pile of fuel; pile (for fire).","strongs_number":"h4071"},"h4072":{"pronunciation":"mid-kheh'","unicode":"מִדְחֶה","translit":"midcheh","definition":"from {{h1760}}; overthrow; ruin.","strongs_number":"h4072"},"h4073":{"pronunciation":"med-akh-faw'","unicode":"מְדַחְפָה","translit":"mᵉdachphâh","definition":"from {{h1765}}; a push, i.e. ruin; overthrow.","strongs_number":"h4073"},"h4074":{"pronunciation":"maw-dah'-ee","unicode":"מָדַי","translit":"Mâday","definition":"of foreign derivation; Madai, a country of central Asia; Madai, Medes, Media.","strongs_number":"h4074"},"h4075":{"pronunciation":"maw-dah'-ee","unicode":"מָדַי","translit":"Mâday","definition":"patrial from {{h4074}}; a Madian or native of Madai; Mede.","strongs_number":"h4075"},"h4076":{"pronunciation":"maw-dah'-ee","unicode":"מָדַי","translit":"Mâday","definition":"(Aramaic) corresponding to {{h4074}}; Mede(-s).","strongs_number":"h4076"},"h4077":{"pronunciation":"maw-dah'-ee","unicode":"מָדַי","translit":"Mâday","definition":"(Aramaic) corresponding to {{h4075}}; Median.","strongs_number":"h4077"},"h4078":{"pronunciation":"mad-dah'-ee","unicode":"מַדַּי","translit":"madday","definition":"from {{h4100}} and {{h1767}}; what (is) enough, i.e. sufficiently; sufficiently.","strongs_number":"h4078"},"h4079":{"pronunciation":"mid-yawn'","unicode":"מִדְיָן","translit":"midyân","definition":"a variation for {{h4066}}; brawling, contention(-ous).","strongs_number":"h4079"},"h4080":{"pronunciation":"mid-yawn'","unicode":"מִדְיָן","translit":"Midyân","definition":"the same as {{h4079}}; Midjan, a son of Abraham; also his country and (collectively) his descendants; Midian, Midianite.","strongs_number":"h4080"},"h4081":{"pronunciation":"mid-deen'","unicode":"מִדִּין","translit":"Middîyn","definition":"a variation for {{h4080}}; Middin.","strongs_number":"h4081"},"h4082":{"pronunciation":"med-ee-naw'","unicode":"מְדִינָה","translit":"mᵉdîynâh","definition":"from {{h1777}}; properly, a judgeship, i.e. jurisdiction; by implication, a district (as ruled by a judge); generally, a region; (× every) province.","strongs_number":"h4082"},"h4083":{"pronunciation":"med-ee-naw'","unicode":"מְדִינָה","translit":"mᵉdîynâh","definition":"(Aramaic) corresponding to {{h4082}}; province.","strongs_number":"h4083"},"h4084":{"pronunciation":"mid-yaw-nee'","unicode":"מִדְיָנִי","translit":"Midyânîy","definition":"patronymical or patrial from {{h4080}}; a Midjanite or descendant (native) of Midjan; Midianite. Compare {{h4092}}.","strongs_number":"h4084"},"h4085":{"pronunciation":"med-o-kaw'","unicode":"מְדֹכָה","translit":"mᵉdôkâh","definition":"from {{h1743}}; a mortar; mortar.","strongs_number":"h4085"},"h4086":{"pronunciation":"mad-mane'","unicode":"מַדְמֵן","translit":"Madmên","definition":"from the same as {{h1828}}; dunghill; Madmen, a place in Palestine; Madmen.","strongs_number":"h4086"},"h4087":{"pronunciation":"mad-may-naw'","unicode":"מַדְמֵנָה","translit":"madmênâh","definition":"feminine from the same as {{h1828}}; a dunghill; dunghill.","strongs_number":"h4087"},"h4088":{"pronunciation":"mad-may-naw'","unicode":"מַדְמֵנָה","translit":"Madmênâh","definition":"the same as {{h4087}}; Madmenah, a place in Palestine; Madmenah.","strongs_number":"h4088"},"h4089":{"pronunciation":"mad-man-naw'","unicode":"מַדְמַנָּה","translit":"Madmannâh","definition":"a variation for {{h4087}}; Madmannah, a place in Palestine; Madmannah.","strongs_number":"h4089"},"h4090":{"pronunciation":"med-awn'","unicode":"מְדָן","translit":"mᵉdân","definition":"a form of {{h4066}}; discord, strife.","strongs_number":"h4090"},"h4091":{"pronunciation":"med-awn'","unicode":"מְדָן","translit":"Mᵉdân","definition":"the same as {{h4090}}; Medan, a son of Abraham; Medan.","strongs_number":"h4091"},"h4092":{"pronunciation":"med-aw-nee'","unicode":"מְדָנִי","translit":"Mᵉdânîy","definition":"a variation of {{h4084}}; Midianite.","strongs_number":"h4092"},"h4093":{"pronunciation":"mad-daw'","unicode":"מַדָּע","translit":"maddâʻ","definition":"or מַדַּע; from {{h3045}}; intelligence or consciousness; knowledge, science, thought.","strongs_number":"h4093"},"h4094":{"pronunciation":"mad-kaw-raw'","unicode":"מַדְקָרָה","translit":"madqârâh","definition":"from {{h1856}}; a wound; piercing.","strongs_number":"h4094"},"h4095":{"pronunciation":"mad-ray-gaw'","unicode":"מַדְרֵגָה","translit":"madrêgâh","definition":"from an unused root meaning to step; properly, a step; by implication, a steep or inaccessible place; stair, steep place.","strongs_number":"h4095"},"h4096":{"pronunciation":"mid-rawk'","unicode":"מִדְרָךְ","translit":"midrâk","definition":"from {{h1869}}; a treading, i.e. a place for stepping on; (foot-) breadth.","strongs_number":"h4096"},"h4097":{"pronunciation":"mid-rawsh'","unicode":"מִדְרָשׁ","translit":"midrâsh","definition":"from {{h1875}}; properly, an investigation, i.e. (by implication) a treatise or elaborate compilation; story.","strongs_number":"h4097"},"h4098":{"pronunciation":"med-oosh-shaw'","unicode":"מְדֻשָּׁה","translit":"mᵉdushshâh","definition":"from {{h1758}}; a threshing, i.e. (concretely and figuratively) down-trodden people; threshing.","strongs_number":"h4098"},"h4099":{"pronunciation":"med-aw-thaw'","unicode":"מְדָתָא","translit":"Mᵉdâthâʼ","definition":"of Persian origin; Medatha, the father of Haman; Hammedatha (including the article).","strongs_number":"h4099"},"h4100":{"pronunciation":"maw","unicode":"מָה","translit":"mâh","definition":"or מַה; or מָ; or מַ; also מֶה; a primitive particle; properly, interrogative what? (including how?why?when?); but also exclamation, what! (including how!), or indefinitely what (including whatever, and even relatively, that which); often used with prefixes in various adverbial or conjunctive senses; how (long, oft, (-soever)), (no-) thing, what (end, good, purpose, thing), whereby(-fore, -in, -to, -with), (for) why.","strongs_number":"h4100"}}
@@ -0,0 +1 @@
1
+ {"h4101":{"pronunciation":"maw","unicode":"מָה","translit":"mâh","definition":"(Aramaic) corresponding to {{h4100}}; how great (mighty), that which, what(-soever), why.","strongs_number":"h4101"},"h4102":{"pronunciation":"maw-hah'","unicode":"מָהַהּ","translit":"mâhahh","definition":"apparently a denominative from {{h4100}}; properly, to question or hesitate, i.e. (by implication) to be reluctant; delay, linger, stay selves, tarry.","strongs_number":"h4102"},"h4103":{"pronunciation":"meh-hoo-maw'","unicode":"מְהוּמָה","translit":"mᵉhûwmâh","definition":"from {{h1949}}; confusion or uproar; destruction, discomfiture, trouble, tumult, vexation, vexed.","strongs_number":"h4103"},"h4104":{"pronunciation":"meh-hoo-mawn'","unicode":"מְהוּמָן","translit":"Mᵉhûwmân","definition":"of Persian origin; Mehuman, a eunuch of Xerxes; Mehuman.","strongs_number":"h4104"},"h4105":{"pronunciation":"meh-hay-tab-ale'","unicode":"מְהֵיטַבְאֵל","translit":"Mᵉhêyṭabʼêl","definition":"from {{h3190}} (augmented) and {{h410}}; bettered of God; Mehetabel, the name of an Edomitish man and woman; Mehetabeel, Mehetabel.","strongs_number":"h4105"},"h4106":{"pronunciation":"maw-here'","unicode":"מָהִיר","translit":"mâhîyr","definition":"or מָהִר; from {{h4116}}; quick; hence, skilful; diligent, hasty, ready.","strongs_number":"h4106"},"h4107":{"pronunciation":"maw-hal'","unicode":"מָהַל","translit":"mâhal","definition":"a primitive root; properly, to cut down or reduce, i.e. by implication, to adulterate; mixed.","strongs_number":"h4107"},"h4108":{"pronunciation":"mah-lake'","unicode":"מַהְלֵךְ","translit":"mahlêk","definition":"from {{h1980}}; a walking (plural collectively), i.e. access; place to walk.","strongs_number":"h4108"},"h4109":{"pronunciation":"mah-hal-awk'","unicode":"מַהֲלָךְ","translit":"mahălâk","definition":"from {{h1980}}; a walk, i.e. a passage or a distance; journey, walk.","strongs_number":"h4109"},"h4110":{"pronunciation":"mah-hal-awl'","unicode":"מַהֲלָל","translit":"mahălâl","definition":"from {{h1984}}; fame; praise.","strongs_number":"h4110"},"h4111":{"pronunciation":"mah-hal-al-ale'","unicode":"מַהֲלַלְאֵל","translit":"Mahălalʼêl","definition":"from {{h4110}} and {{h410}}; praise of God; Mahalalel, the name of an antediluvian patriarch and of an Israelite; Mahalaleel.","strongs_number":"h4111"},"h4112":{"pronunciation":"mah-hal-oom-maw'","unicode":"מַהֲלֻמָּה","translit":"mahălummâh","definition":"from {{h1986}}; a blow; stripe, stroke.","strongs_number":"h4112"},"h4113":{"pronunciation":"mah-ham-o-raw'","unicode":"מַהֲמֹרָה","translit":"mahămôrâh","definition":"from an unused root of uncertain meaning; perhaps an abyss; deep pit.","strongs_number":"h4113"},"h4114":{"pronunciation":"mah-pay-kaw'","unicode":"מַהְפֵּכָה","translit":"mahpêkâh","definition":"from {{h2015}}; a destruction; when...overthrew, overthrow(-n).","strongs_number":"h4114"},"h4115":{"pronunciation":"mah-peh'-keth","unicode":"מַהְפֶּכֶת","translit":"mahpeketh","definition":"from {{h2015}}; a wrench, i.e. the stocks; prison, stocks.","strongs_number":"h4115"},"h4116":{"pronunciation":"maw-har'","unicode":"מָהַר","translit":"mâhar","definition":"a primitive root; properly, to be liquid or flow easily, i.e. (by implication); to hurry (in a good or a bad sense); often used (with another verb) adverbially, promptly; be carried headlong, fearful, (cause to make, in, make) haste(-n, -ily), (be) hasty, (fetch, make ready) × quickly, rash, × shortly, (be so) × soon, make speed, × speedily, × straightway, × suddenly, swift.","strongs_number":"h4116"},"h4117":{"pronunciation":"maw-har'","unicode":"מָהַר","translit":"mâhar","definition":"a primitive root (perhaps rather the same as {{h4116}} through the idea of readiness in assent); to bargain (for a wife), i.e. to wed; endow, × surely.","strongs_number":"h4117"},"h4118":{"pronunciation":"mah-hare'","unicode":"מַהֵר","translit":"mahêr","definition":"from {{h4116}}; properly, hurrying; hence (adverbially) in a hurry; hasteth, hastily, at once, quickly, soon, speedily, suddenly.","strongs_number":"h4118"},"h4119":{"pronunciation":"mo'-har","unicode":"מֹהַר","translit":"môhar","definition":"from {{h4117}}; a price (for a wife); dowry.","strongs_number":"h4119"},"h4120":{"pronunciation":"meh-hay-raw'","unicode":"מְהֵרָה","translit":"mᵉhêrâh","definition":"feminine of {{h4118}}; properly, a hurry; hence (adverbially) promptly; hastily, quickly, shortly, soon, make (with) speed(-ily), swiftly.","strongs_number":"h4120"},"h4121":{"pronunciation":"mah-har-ah'-ee","unicode":"מַהֲרַי","translit":"Mahăray","definition":"from {{h4116}}; hasty; Maharai, an Israelite; Maharai.","strongs_number":"h4121"},"h4122":{"pronunciation":"mah-hare' shaw-lawl' khawsh baz","unicode":"מַהֵר שָׁלָל חָשׁ בַּז","translit":"Mahêr Shâlâl Châsh Baz","definition":"from {{h4118}} and {{h7998}} and {{h2363}} and {{h957}}; hasting (is he (the enemy) to the) booty, swift (to the) prey; Maher-Shalal-Chash-Baz; the symbolical name of the son of Isaiah; Maher-sha-lal-bash-baz.","strongs_number":"h4122"},"h4123":{"pronunciation":"mah-hath-al-law'","unicode":"מַהֲתַלָּה","translit":"mahăthallâh","definition":"from {{h2048}}; a delusion; deceit.","strongs_number":"h4123"},"h4124":{"pronunciation":"mo-awb","unicode":"מוֹאָב","translit":"Môwʼâb","definition":"from a prolonged form of the prepositional prefix m- and {{h1}}; from (her [the mother's]) father; Moab, an incestuous son of Lot; also his territory and descendants; Moab.","strongs_number":"h4124"},"h4125":{"pronunciation":"mo-aw-bee'","unicode":"מוֹאָבִי","translit":"Môwʼâbîy","definition":"feminine מוֹאָבִיָּה; or מוֹאָבִיתxlit Môwâbîyth corrected to Môwʼâbîyth; patronymical from {{h4124}}; a Moabite or Moabitess, i.e. a descendant from Moab; (woman) of Moab, Moabite(-ish, -ss).","strongs_number":"h4125"},"h4126":{"pronunciation":"mo-baw'","unicode":"מוֹבָא","translit":"môwbâʼ","definition":"by transp. for {{h3996}}; an entrance; coming.","strongs_number":"h4126"},"h4127":{"pronunciation":"moog","unicode":"מוּג","translit":"mûwg","definition":"a primitive root; to melt, i.e. literally (to soften, flow down, disappear), or figuratively (to fear, faint); consume, dissolve, (be) faint(-hearted), melt (away), make soft.","strongs_number":"h4127"},"h4128":{"pronunciation":"mood","unicode":"מוּד","translit":"mûwd","definition":"a primitive root; to shake; measure.","strongs_number":"h4128"},"h4129":{"pronunciation":"mo-dah'","unicode":"מוֹדַע","translit":"môwdaʻ","definition":"or rather מֹדָע; from {{h3045}}; an acquaintance; kinswoman.","strongs_number":"h4129"},"h4130":{"pronunciation":"mo-dah'-ath","unicode":"מוֹדַעַת","translit":"môwdaʻath","definition":"from {{h3045}}; acquaintance; kindred.","strongs_number":"h4130"},"h4131":{"pronunciation":"mote","unicode":"מוֹט","translit":"môwṭ","definition":"a primitive root; to waver; by implication, to slip, shake, fall; be carried, cast, be out of course, be fallen in decay, × exceedingly, fall(-ing down), be (re-) moved, be ready, shake, slide, slip.","strongs_number":"h4131"},"h4132":{"pronunciation":"mote","unicode":"מוֹט","translit":"môwṭ","definition":"from {{h4131}}; a wavering, i.e. fall; by implication, a pole (as shaking); hence, a yoke (as essentially a bent pole); bar, be moved, staff, yoke.","strongs_number":"h4132"},"h4133":{"pronunciation":"mo-taw'","unicode":"מוֹטָה","translit":"môwṭâh","definition":"feminine of {{h4132}}; a pole; by implication, an ox-bow; hence, a yoke (either literal or figurative); bands, heavy, staves, yoke.","strongs_number":"h4133"},"h4134":{"pronunciation":"mook","unicode":"מוּךְ","translit":"mûwk","definition":"a primitive root; to become thin, i.e. (figuratively) be impoverished; be (waxen) poor(-er).","strongs_number":"h4134"},"h4135":{"pronunciation":"mool","unicode":"מוּל","translit":"mûwl","definition":"a primitive root; to cut short, i.e. curtail (specifically the prepuce, i.e. to circumcise); by implication, to blunt; figuratively, to destroy; circumcise(-ing), selves), cut down (in pieces), destroy, × must needs.","strongs_number":"h4135"},"h4136":{"pronunciation":"mool","unicode":"מוּל","translit":"mûwl","definition":"or מוֹל; (Deuteronomy 1:1), or מוֹאל; (Nehemiah 12:38), or מֻל; (Numbers 22:5), from {{h4135}}; properly, abrupt, i.e. a precipice; by implication, the front; used only adverbially (with prepositional prefix) opposite; (over) against, before, (fore-) front, from, (God-) ward, toward, with.","strongs_number":"h4136"},"h4137":{"pronunciation":"mo-law-daw'","unicode":"מוֹלָדָה","translit":"Môwlâdâh","definition":"from {{h3205}}; birth; Moladah, a place in Palestine; Moladah.","strongs_number":"h4137"},"h4138":{"pronunciation":"mo-leh'-deth","unicode":"מוֹלֶדֶת","translit":"môwledeth","definition":"from {{h3205}}; nativity (plural birth-place); by implication, lineage, native country; also offspring, family; begotten, born, issue, kindred, native(-ity).","strongs_number":"h4138"},"h4139":{"pronunciation":"moo-law'","unicode":"מוּלָה","translit":"mûwlâh","definition":"from {{h4135}}; circumcision; circumcision.","strongs_number":"h4139"},"h4140":{"pronunciation":"mo-leed'","unicode":"מוֹלִיד","translit":"Môwlîyd","definition":"from {{h3205}}; genitor; Molid, an Israelite; Molid.","strongs_number":"h4140"},"h4141":{"pronunciation":"moo-sawb'","unicode":"מוּסָב","translit":"mûwçâb","definition":"from {{h5437}}; a turn, i.e. circuit (of a building); winding about.","strongs_number":"h4141"},"h4142":{"pronunciation":"moo-sab-baw'","unicode":"מוּסַבָּה","translit":"mûwçabbâh","definition":"or מֻסַבָּה; feminine of {{h4141}}; a reversal, i.e. the backside (of a gem), fold (of a double-leaved door), transmutation (of a name); being changed, inclosed, be set, turning.","strongs_number":"h4142"},"h4143":{"pronunciation":"moo-sawd'","unicode":"מוּסָד","translit":"mûwçâd","definition":"from {{h3245}}; a foundation; foundation.","strongs_number":"h4143"},"h4144":{"pronunciation":"mo-sawd'","unicode":"מוֹסָד","translit":"môwçâd","definition":"from {{h3245}}; a foundation; foundation.","strongs_number":"h4144"},"h4145":{"pronunciation":"moo-saw-daw'","unicode":"מוּסָדָה","translit":"mûwçâdâh","definition":"feminine of {{h4143}}; a foundation; figuratively, an appointment; foundation, grounded. Compare {{h4328}}.","strongs_number":"h4145"},"h4146":{"pronunciation":"mo-saw-daw'","unicode":"מוֹסָדָה","translit":"môwçâdâh","definition":"or מֹסָדָה; feminine of {{h4144}}; a foundation; foundation.","strongs_number":"h4146"},"h4147":{"pronunciation":"mo-sare'","unicode":"מוֹסֵר","translit":"môwçêr","definition":"also (in plural) feminine מוֹסֵרָה; or מֹסְרָה; from {{h3256}}; properly, chastisement, i.e. (by implication) a halter; figuratively, restraint; band, bond.","strongs_number":"h4147"},"h4148":{"pronunciation":"moo-sawr'","unicode":"מוּסָר","translit":"mûwçâr","definition":"from {{h3256}}; properly, chastisement; figuratively, reproof, warning or instruction; also restraint; bond, chastening(-eth), chastisement, check, correction, discipline, doctrine, instruction, rebuke.","strongs_number":"h4148"},"h4149":{"pronunciation":"mo-say-raw'","unicode":"מוֹסֵרָה","translit":"Môwçêrâh","definition":"or (plural) מֹסְרוֹת feminine of {{h4147}}; correction or corrections; Moserah, a place in the Desert; Mosera.","strongs_number":"h4149"},"h4150":{"pronunciation":"mo-ade'","unicode":"מוֹעֵד","translit":"môwʻêd","definition":"or מֹעֵד; or (feminine) מוֹעָדָה; (2 Chronicles 8:13), from {{h3259}}; properly, an appointment, i.e. a fixed time or season; specifically, a festival; conventionally a year; by implication, an assembly (as convened for a definite purpose); technically the congregation; by extension, the place of meeting; also a signal (as appointed beforehand); appointed (sign, time), (place of, solemn) assembly, congregation, (set, solemn) feast, (appointed, due) season, solemn(-ity), synogogue, (set) time (appointed).","strongs_number":"h4150"},"h4151":{"pronunciation":"mo-awd'","unicode":"מוֹעָד","translit":"môwʻâd","definition":"from {{h3259}}; (as in {{h4150}}); properly, an assembly\tfiguratively, a troop; appointed time.","strongs_number":"h4151"},"h4152":{"pronunciation":"moo-aw-daw'","unicode":"מוּעָדָה","translit":"mûwʻâdâh","definition":"from {{h3259}}; an appointed place, i.e. asylum; appointed.","strongs_number":"h4152"},"h4153":{"pronunciation":"mo-ad-yaw'","unicode":"מוֹעַדְיָה","translit":"Môwʻadyâh","definition":"from {{h4151}} and {{h3050}}; assembly of Jah; Moadjah, an Israelite; Moadiah. Compare {{h4573}}.","strongs_number":"h4153"},"h4154":{"pronunciation":"moo-ay'-deth","unicode":"מוּעֶדֶת","translit":"mûwʻedeth","definition":"feminine passive participle of {{h4571}}; properly, made to slip, i.e. dislocated; out of joint.","strongs_number":"h4154"},"h4155":{"pronunciation":"moo-awf'","unicode":"מוּעָף","translit":"mûwʻâph","definition":"from {{h5774}}; properly, covered, i.e. dark; abstractly, obscurity, i.e. distress; dimness.","strongs_number":"h4155"},"h4156":{"pronunciation":"mo-ay-tsaw'","unicode":"מוֹעֵצָה","translit":"môwʻêtsâh","definition":"from {{h3289}}; a purpose; counsel, device.","strongs_number":"h4156"},"h4157":{"pronunciation":"moo-aw-kaw'","unicode":"מוּעָקָה","translit":"mûwʻâqâh","definition":"from {{h5781}}; pressure, i.e. (figuratively) distress; affliction.","strongs_number":"h4157"},"h4158":{"pronunciation":"mo-fah'-ath","unicode":"מוֹפַעַת","translit":"Môwphaʻath","definition":"(Jeremiah 48:21) or מֵיפַעַת; or מֵפַעַת; from {{h3313}}; illuminative; Mophaath or Mephaath, a place in Palestine; Mephaath.","strongs_number":"h4158"},"h4159":{"pronunciation":"mo-faith'","unicode":"מוֹפֵת","translit":"môwphêth","definition":"or מֹפֵת; from {{h3302}} in the sense of conspicuousness; a miracle; by implication, a token or omen; miracle, sign, wonder(-ed at).","strongs_number":"h4159"},"h4160":{"pronunciation":"moots","unicode":"מוּץ","translit":"mûwts","definition":"a primitive root; to press, i.e. (figuratively) to oppress; extortioner.","strongs_number":"h4160"},"h4161":{"pronunciation":"mo-tsaw'","unicode":"מוֹצָא","translit":"môwtsâʼ","definition":"or מֹצָאxlit môtsâ corrected to môtsâʼ; from {{h3318}}; a going forth, i.e. (the act) an egress, or (the place) an exit; hence, a source or product; specifically, dawn, the rising of the sun (the East), exportation, utterance, a gate, a fountain, a mine, a meadow (as producing grass); brought out, bud, that which came out, east, going forth, goings out, that which (thing that) is gone out, outgoing, proceeded out, spring, vein, (water-) course (springs).","strongs_number":"h4161"},"h4162":{"pronunciation":"mo-tsaw'","unicode":"מוֹצָא","translit":"môwtsâʼ","definition":"the same as {{h4161}}; Motsa, the name of two Israelites; Moza.","strongs_number":"h4162"},"h4163":{"pronunciation":"mo-tsaw-aw'","unicode":"מוֹצָאָה","translit":"môwtsâʼâh","definition":"feminine of {{h4161}}; (marg.; compare {{h6675}}); a family descent; also a sewer; draught house; going forth.","strongs_number":"h4163"},"h4164":{"pronunciation":"moo-tsak'","unicode":"מוּצַק","translit":"mûwtsaq","definition":"or מוּצָק; from {{h3332}}; narrowness; figuratively, distress; anguish, is straitened, straitness.","strongs_number":"h4164"},"h4165":{"pronunciation":"moo-tsawk'","unicode":"מוּצָק","translit":"mûwtsâq","definition":"from {{h5694}}; properly, fusion, i.e. literally, a casting (of metal); figuratively, a mass (of clay); casting, hardness.","strongs_number":"h4165"},"h4166":{"pronunciation":"moo-tsaw-kaw'","unicode":"מוּצָקָה","translit":"mûwtsâqâh","definition":"or מֻצָקָה; from {{h3332}}; properly, something poured out, i.e. a casting (of metal); by implication, a tube (as cast); when it was cast, pipe.","strongs_number":"h4166"},"h4167":{"pronunciation":"mook","unicode":"מוּק","translit":"mûwq","definition":"a primitive root; to jeer, i.e. (intens.) blaspheme; be corrupt.","strongs_number":"h4167"},"h4168":{"pronunciation":"mo-kade'","unicode":"מוֹקֵד","translit":"môwqêd","definition":"from {{h3344}}; a fire or fuel; abstractly, a conflagration; burning, hearth.","strongs_number":"h4168"},"h4169":{"pronunciation":"mo-ked-aw'","unicode":"מוֹקְדָה","translit":"môwqᵉdâh","definition":"feminine of {{h4168}}; fuel; burning.","strongs_number":"h4169"},"h4170":{"pronunciation":"mo-kashe'","unicode":"מוֹקֵשׁ","translit":"môwqêsh","definition":"or מֹקֵשׁ; from {{h3369}}; a noose (for catching animals) (literally or figuratively); by implication, a hook (for the nose); be ensnared, gin, (is) snare(-d), trap.","strongs_number":"h4170"},"h4171":{"pronunciation":"moor","unicode":"מוּר","translit":"mûwr","definition":"a primitive root; to alter; by implication, to barter, to dispose of; × at all, (ex-) change, remove.","strongs_number":"h4171"},"h4172":{"pronunciation":"mo-raw'","unicode":"מוֹרָא","translit":"môwrâʼ","definition":"or מֹרָא; or מוֹרָהxlit môrâh corrected to môwrâh; (Psalm 9:20), from {{h3372}}; fear; by implication, a fearful thing or deed; dread, (that ought to be) fear(-ed), terribleness, terror.","strongs_number":"h4172"},"h4173":{"pronunciation":"mo-rag'","unicode":"מוֹרַג","translit":"môwrag","definition":"or מֹרַג; from an unused root meaning to triturate; a threshing sledge; threshing instrument.","strongs_number":"h4173"},"h4174":{"pronunciation":"mo-rawd'","unicode":"מוֹרָד","translit":"môwrâd","definition":"from {{h3381}}; a descent; as architecture, an ornamental appendage, perhaps a festoon; going down, steep place, thin work.","strongs_number":"h4174"},"h4175":{"pronunciation":"mo-reh'","unicode":"מוֹרֶה","translit":"môwreh","definition":"from {{h3384}}; (see {{h3138}}); an archer; also teacher or teaching; also the early rain; (early) rain.","strongs_number":"h4175"},"h4176":{"pronunciation":"mo-reh'","unicode":"מוֹרֶה","translit":"Môwreh","definition":"or מֹרֶה; the same as {{h4175}}; Moreh, a Canaanite; also a hill (perhaps named from him); Moreh.","strongs_number":"h4176"},"h4177":{"pronunciation":"mo-raw'","unicode":"מוֹרָה","translit":"môwrâh","definition":"from {{h4171}} in the sense of shearing; a razor; razor.","strongs_number":"h4177"},"h4178":{"pronunciation":"mo-rawt'","unicode":"מוֹרָט","translit":"môwrâṭ","definition":"from {{h3399}}; obstinate, i.e. independent; peeled.","strongs_number":"h4178"},"h4179":{"pronunciation":"mo-ree-yaw'","unicode":"מוֹרִיָּה","translit":"Môwrîyâh","definition":"or מֹרִיָּה; from {{h7200}} and {{h3050}}; seen of Jah; Morijah, a hill in Palestine; Moriah.","strongs_number":"h4179"},"h4180":{"pronunciation":"mo-rawsh'","unicode":"מוֹרָשׁ","translit":"môwrâsh","definition":"from {{h3423}}; a possession; figuratively, delight; possession, thought.","strongs_number":"h4180"},"h4181":{"pronunciation":"mo-raw-shaw'","unicode":"מוֹרָשָׁה","translit":"môwrâshâh","definition":"feminine of {{h4180}}; a possession; heritage, inheritance, possession.","strongs_number":"h4181"},"h4182":{"pronunciation":"mo-reh'-sheth gath","unicode":"מוֹרֶשֶׁת גַּת","translit":"Môwresheth Gath","definition":"from {{h3423}} and {{h1661}}; possession of Gath; Moresheth-Gath, a place in Palestine; Moresheth-gath.","strongs_number":"h4182"},"h4183":{"pronunciation":"mo-rash-tee'","unicode":"מוֹרַשְׁתִּי","translit":"Môwrashtîy","definition":"patrial from {{h4182}}; a Morashtite or inhabitant of Moresheth-Gath; Morashthite.","strongs_number":"h4183"},"h4184":{"pronunciation":"moosh","unicode":"מוּשׁ","translit":"mûwsh","definition":"a primitive root; to touch; feel, handle.","strongs_number":"h4184"},"h4185":{"pronunciation":"moosh","unicode":"מוּשׁ","translit":"mûwsh","definition":"a primitive root (perhaps rather the same as {{h4184}} through the idea of receding by contact); to withdraw (both literally and figuratively, whether intransitive or transitive); cease, depart, go back, remove, take away.","strongs_number":"h4185"},"h4186":{"pronunciation":"mo-shawb'","unicode":"מוֹשָׁב","translit":"môwshâb","definition":"or מֹשָׁב; from {{h3427}}; a seat; figuratively, a site; abstractly, a session; by extension an abode (the place or the time); by implication, population; assembly, dwell in, dwelling(-place), wherein (that) dwelt (in), inhabited place, seat, sitting, situation, sojourning.","strongs_number":"h4186"},"h4187":{"pronunciation":"moo-shee'","unicode":"מוּשִׁי","translit":"Mûwshîy","definition":"or מֻשִּׁי; from {{h4184}}; sensitive; Mushi, a Levite; Mushi.","strongs_number":"h4187"},"h4188":{"pronunciation":"moo-shee'","unicode":"מוּשִׁי","translit":"Mûwshîy","definition":"patronymical from {{h4187}}; a Mushite (collectively) or descendants of Mushi; Mushites.","strongs_number":"h4188"},"h4189":{"pronunciation":"mo-shek-aw'","unicode":"מוֹשְׁכָה","translit":"môwshᵉkâh","definition":"act participle feminine of {{h4900}}; something drawing, i.e. (figuratively) a cord; band.","strongs_number":"h4189"},"h4190":{"pronunciation":"mo-shaw-aw'","unicode":"מוֹשָׁעָה","translit":"môwshâʻâh","definition":"from {{h3467}}; deliverance; salvation.","strongs_number":"h4190"},"h4191":{"pronunciation":"mooth","unicode":"מוּת","translit":"mûwth","definition":"a primitive root; to die (literally or figuratively); causatively, to kill; × at all, × crying, (be) dead (body, man, one), (put to, worthy of) death, destroy(-er), (cause to, be like to, must) die, kill, necro(-mancer), × must needs, slay, × surely, × very suddenly, × in (no) wise.","strongs_number":"h4191"},"h4192":{"pronunciation":"mooth","unicode":"מוּת","translit":"Mûwth","definition":"(Psalm {{h48}} or מוּת לַבֵּן; from {{h4191}} and {{h1121}} with the preposition and article interposed; 'To die for the son', probably the title of a popular song; death, Muthlabben.","strongs_number":"h4192"},"h4193":{"pronunciation":"mohth","unicode":"מוֹת","translit":"môwth","definition":"(Aramaic) corresponding to {{h4194}}; death; death.","strongs_number":"h4193"},"h4194":{"pronunciation":"maw'-veth","unicode":"מָוֶת","translit":"mâveth","definition":"from {{h4191}}; death (natural or violent); concretely, the dead, their place or state (hades); figuratively, pestilence, ruin; (be) dead(-ly), death, die(-d).","strongs_number":"h4194"},"h4195":{"pronunciation":"mo-thar'","unicode":"מוֹתָר","translit":"môwthâr","definition":"from {{h3498}}; literally gain; figuratively, superiority; plenteousness, preeminence, profit.","strongs_number":"h4195"},"h4196":{"pronunciation":"miz-bay'-akh","unicode":"מִזְבֵּחַ","translit":"mizbêach","definition":"from {{h2076}}; an altar; altar.","strongs_number":"h4196"},"h4197":{"pronunciation":"meh'-zeg","unicode":"מֶזֶג","translit":"mezeg","definition":"from an unused root meaning to mingle (water with wine); tempered wine; liquor.","strongs_number":"h4197"},"h4198":{"pronunciation":"maw-zeh'","unicode":"מָזֶה","translit":"mâzeh","definition":"from an unused root meaning to suck out; exhausted; burnt.","strongs_number":"h4198"},"h4199":{"pronunciation":"miz-zaw'","unicode":"מִזָּה","translit":"Mizzâh","definition":"probably from an unused root meaning to faint with fear; terror; Mizzah, an Edomite; Mizzah.","strongs_number":"h4199"},"h4200":{"pronunciation":"meh'-zev","unicode":"מֶזֶו","translit":"mezev","definition":"probably from an unused root meaning to gather in; a granary; garner.","strongs_number":"h4200"}}
@@ -0,0 +1 @@
1
+ {"h4201":{"pronunciation":"mez-oo-zaw'","unicode":"מְזוּזָה","translit":"mᵉzûwzâh","definition":"or מְזֻזָה; from the same as {{h2123}}; a door-post (as prominent); (door, side) post.","strongs_number":"h4201"},"h4202":{"pronunciation":"maw-zone'","unicode":"מָזוֹן","translit":"mâzôwn","definition":"from {{h2109}}; food; meat, victual.","strongs_number":"h4202"},"h4203":{"pronunciation":"maw-zone'","unicode":"מָזוֹן","translit":"mâzôwn","definition":"(Aramaic) corresponding to {{h4202}}; meat.","strongs_number":"h4203"},"h4204":{"pronunciation":"maw-zore'","unicode":"מָזוֹר","translit":"mâzôwr","definition":"from {{h2114}} in the sense of turning aside from truth; treachery, i.e. a plot; wound.","strongs_number":"h4204"},"h4205":{"pronunciation":"maw-zore'","unicode":"מָזוֹר","translit":"mâzôwr","definition":"or מָזֹר; from {{h2115}} in the sense of binding up; a bandage, i.e. remedy; hence, a sore (as needing a compress); bound up, wound.","strongs_number":"h4205"},"h4206":{"pronunciation":"maw-zee'-akh","unicode":"מָזִיחַ","translit":"mâzîyach","definition":"or מֵזַח; from {{h2118}}; a belt (as movable); girdle, strength.","strongs_number":"h4206"},"h4207":{"pronunciation":"maz-layg'","unicode":"מַזְלֵג","translit":"mazlêg","definition":"or (feminine) מִזְלָגָה; from an unused root meaning to draw up; a fork; fleshhook.","strongs_number":"h4207"},"h4208":{"pronunciation":"maz-zaw-law'","unicode":"מַזָּלָה","translit":"mazzâlâh","definition":"apparently from {{h5140}} in the sense of raining; a constellation, i.e. Zodiacal sign (perhaps as affecting the weather); planet. Compare {{h4216}}.","strongs_number":"h4208"},"h4209":{"pronunciation":"mez-im-maw'","unicode":"מְזִמָּה","translit":"mᵉzimmâh","definition":"from {{h2161}}; a plan, usually evil (machination), sometimes good (sagacity); (wicked) device, discretion, intent, witty invention, lewdness, mischievous (device), thought, wickedly.","strongs_number":"h4209"},"h4210":{"pronunciation":"miz-more'","unicode":"מִזְמוֹר","translit":"mizmôwr","definition":"from {{h2167}}; properly, instrumental music; by implication, a poem set to notes; psalm.","strongs_number":"h4210"},"h4211":{"pronunciation":"maz-may-raw'","unicode":"מַזְמֵרָה","translit":"mazmêrâh","definition":"from {{h2168}}; a pruning-knife; pruning-hook.","strongs_number":"h4211"},"h4212":{"pronunciation":"mez-am-mer-aw'","unicode":"מְזַמְּרָה","translit":"mᵉzammᵉrâh","definition":"from {{h2168}}; a tweezer (only in the plural); snuffers.","strongs_number":"h4212"},"h4213":{"pronunciation":"miz-awr'","unicode":"מִזְעָר","translit":"mizʻâr","definition":"from the same as {{h2191}}; fewness; by implication, as superlative diminutiveness; few, × very.","strongs_number":"h4213"},"h4214":{"pronunciation":"miz-reh'","unicode":"מִזְרֶה","translit":"mizreh","definition":"from {{h2219}}; a winnowing shovel (as scattering the chaff); fan.","strongs_number":"h4214"},"h4215":{"pronunciation":"mez-aw-reh'","unicode":"מְזָרֶה","translit":"mᵉzâreh","definition":"apparently from {{h2219}}; properly, a scatterer, i.e. the north wind (as dispersing clouds; only in plural); north.","strongs_number":"h4215"},"h4216":{"pronunciation":"maz-zaw-raw'","unicode":"מַזָּרָה","translit":"mazzârâh","definition":"apparently from {{h5144}} in the sense of distinction; some noted constellation (only in the plural), perhaps collectively, the zodiac; Mazzoroth. Compare {{h4208}}.","strongs_number":"h4216"},"h4217":{"pronunciation":"miz-rawkh'","unicode":"מִזְרָח","translit":"mizrâch","definition":"from {{h2224}}; sunrise, i.e. the east; east (side, -ward), (sun-) rising (of the sun).","strongs_number":"h4217"},"h4218":{"pronunciation":"miz-raw'","unicode":"מִזְרָע","translit":"mizrâʻ","definition":"from {{h2232}}; a planted field; thing sown.","strongs_number":"h4218"},"h4219":{"pronunciation":"miz-rawk'","unicode":"מִזְרָק","translit":"mizrâq","definition":"from {{h2236}}; a bowl (as if for sprinkling); bason, bowl.","strongs_number":"h4219"},"h4220":{"pronunciation":"may'-akh","unicode":"מֵחַ","translit":"mêach","definition":"from {{h4229}} in the sense of greasing; fat; figuratively, rich; fatling (one).","strongs_number":"h4220"},"h4221":{"pronunciation":"mo'-akh","unicode":"מֹחַ","translit":"môach","definition":"from the same as {{h4220}}; fat, i.e. marrow; marrow.","strongs_number":"h4221"},"h4222":{"pronunciation":"maw-khaw'","unicode":"מָחָא","translit":"mâchâʼ","definition":"a primitive root; to rub or strike the hands together (in exultation); clap.","strongs_number":"h4222"},"h4223":{"pronunciation":"mekh-aw'","unicode":"מְחָא","translit":"mᵉchâʼ","definition":"(Aramaic) corresponding to {{h4222}}; to strike in pieces; also to arrest; specifically to impale; hang, smite, stay.","strongs_number":"h4223"},"h4224":{"pronunciation":"makh-ab-ay'","unicode":"מַחֲבֵא","translit":"machăbêʼ","definition":"or מַחֲבֹא; from {{h2244}}; a refuge; hiding (lurking) place.","strongs_number":"h4224"},"h4225":{"pronunciation":"makh-beh'-reth","unicode":"מַחְבֶּרֶת","translit":"machbereth","definition":"from {{h2266}}; a junction, i.e. seam or sewed piece; coupling.","strongs_number":"h4225"},"h4226":{"pronunciation":"mekh-ab-ber-aw'","unicode":"מְחַבְּרָה","translit":"mᵉchabbᵉrâh","definition":"from {{h2266}}; a joiner, i.e. brace or cramp; coupling, joining.","strongs_number":"h4226"},"h4227":{"pronunciation":"makh-ab-ath'","unicode":"מַחֲבַת","translit":"machăbath","definition":"from the same as {{h2281}}; a pan for baking in; pan.","strongs_number":"h4227"},"h4228":{"pronunciation":"makh-ag-o'-reth","unicode":"מַחֲגֹרֶת","translit":"machăgôreth","definition":"from {{h2296}}; a girdle; girding.","strongs_number":"h4228"},"h4229":{"pronunciation":"maw-khaw'","unicode":"מָחָה","translit":"mâchâh","definition":"a primitive root; properly, to stroke or rub; by implication, to erase; also to smooth (as if with oil), i.e. grease or make fat; also to touch, i.e. reach to; abolish, blot out, destroy, full of marrow, put out, reach unto, × utterly, wipe (away, out).","strongs_number":"h4229"},"h4230":{"pronunciation":"mekk-oo-gaw'","unicode":"מְחוּגָה","translit":"mᵉchûwgâh","definition":"from {{h2328}}; an instrument for marking a circle, i.e. compasses; compass.","strongs_number":"h4230"},"h4231":{"pronunciation":"maw-khoze'","unicode":"מָחוֹז","translit":"mâchôwz","definition":"from an unused root meaning to enclose; a harbor (as shut in by the shore); haven.","strongs_number":"h4231"},"h4232":{"pronunciation":"mekh-oo-yaw-ale'","unicode":"מְחוּיָאֵל","translit":"Mᵉchûwyâʼêl","definition":"or מְחִיּיָאֵל; from {{h4229}} and {{h410}}; smitten of God; Mechujael or Mechijael, an antediluvian patriarch; Mehujael.","strongs_number":"h4232"},"h4233":{"pronunciation":"makh-av-eem'","unicode":"מַחֲוִים","translit":"Machăvîym","definition":"apparently a patrial, but from an unknown place (in the plural only for a singular); a Machavite or inhabitant of some place named Machaveh; Mahavite.","strongs_number":"h4233"},"h4234":{"pronunciation":"maw-khole'","unicode":"מָחוֹל","translit":"mâchôwl","definition":"from {{h2342}}; a (round) dance; dance(-cing).","strongs_number":"h4234"},"h4235":{"pronunciation":"maw-khole'","unicode":"מָחוֹל","translit":"Mâchôwl","definition":"the same as {{h4234}}; dancing; Machol, an Israelite; Mahol.","strongs_number":"h4235"},"h4236":{"pronunciation":"makh-az-eh'","unicode":"מַחֲזֶה","translit":"machăzeh","definition":"from {{h2372}}; a vision; vision.","strongs_number":"h4236"},"h4237":{"pronunciation":"mekh-ez-aw'","unicode":"מֶחֱזָה","translit":"mechĕzâh","definition":"from {{h2372}}; a window; light.","strongs_number":"h4237"},"h4238":{"pronunciation":"makh-az-ee-oth'","unicode":"מַחֲזִיאוֹת","translit":"Machăzîyʼôwth","definition":"feminine plural from {{h2372}}; visions; Machazioth, an Israelite; Mahazioth.","strongs_number":"h4238"},"h4239":{"pronunciation":"mekh-ee'","unicode":"מְחִי","translit":"mᵉchîy","definition":"from {{h4229}}; a stroke, i.e. battering-ram; engines.","strongs_number":"h4239"},"h4240":{"pronunciation":"mek-ee-daw'","unicode":"מְחִידָא","translit":"Mᵉchîydâʼ","definition":"from {{h2330}}; junction; Mechida, one of the Nethinim; Mehida.","strongs_number":"h4240"},"h4241":{"pronunciation":"mikh-yaw'","unicode":"מִחְיָה","translit":"michyâh","definition":"from {{h2421}}; preservation of life; hence, sustenance; also the live flesh, i.e. the quick; preserve life, quick, recover selves, reviving, sustenance, victuals.","strongs_number":"h4241"},"h4242":{"pronunciation":"mekk-eer'","unicode":"מְחִיר","translit":"mᵉchîyr","definition":"from an unused root meaning to buy; price, payment, wages; gain, hire, price, sold, worth.","strongs_number":"h4242"},"h4243":{"pronunciation":"mekh-eer'","unicode":"מְחִיר","translit":"Mᵉchîyr","definition":"the same as {{h4242}}; price; Mechir, an Israelite; Mehir.","strongs_number":"h4243"},"h4244":{"pronunciation":"makh-law'","unicode":"מַחְלָה","translit":"Machlâh","definition":"from {{h2470}}; sickness; Machlah, the name apparently of two Israelitesses; Mahlah.","strongs_number":"h4244"},"h4245":{"pronunciation":"makh-al-eh'","unicode":"מַחֲלֶה","translit":"machăleh","definition":"or (feminine) מַחֲלָה; from {{h2470}}; sickness; disease, infirmity, sickness.","strongs_number":"h4245"},"h4246":{"pronunciation":"mek-o-law'","unicode":"מְחֹלָה","translit":"mᵉchôlâh","definition":"feminine of {{h4234}}; a dance; company, dances(-cing).","strongs_number":"h4246"},"h4247":{"pronunciation":"mekh-il-law'","unicode":"מְחִלָּה","translit":"mᵉchillâh","definition":"from {{h2490}}; a cavern (as if excavated); cave.","strongs_number":"h4247"},"h4248":{"pronunciation":"makh-lone'","unicode":"מַחְלוֹן","translit":"Machlôwn","definition":"from {{h2470}}; sick; Machlon, an Israelite; Mahlon.","strongs_number":"h4248"},"h4249":{"pronunciation":"makh-lee'","unicode":"מַחְלִי","translit":"Machlîy","definition":"from {{h2470}}; sick; Machli, the name of two Israelites; Mahli.","strongs_number":"h4249"},"h4250":{"pronunciation":"makh-lee'","unicode":"מַחְלִי","translit":"Machlîy","definition":"patronymical from {{h4249}}; a Machlite or (collectively) descendants of Machli; Mahlites.","strongs_number":"h4250"},"h4251":{"pronunciation":"makh-loo'-ee","unicode":"מַחְלֻי","translit":"machluy","definition":"from {{h2470}}; a disease; disease.","strongs_number":"h4251"},"h4252":{"pronunciation":"makh-al-awf'","unicode":"מַחֲלָף","translit":"machălâph","definition":"from {{h2498}}; a (sacrificial) knife (as gliding through the flesh); knife.","strongs_number":"h4252"},"h4253":{"pronunciation":"makh-law-faw'","unicode":"מַחְלָפָה","translit":"machlâphâh","definition":"from {{h2498}}; a ringlet of hair (as gliding over each other); lock.","strongs_number":"h4253"},"h4254":{"pronunciation":"makh-al-aw-tsaw'","unicode":"מַחֲלָצָה","translit":"machălâtsâh","definition":"from {{h2502}}; a mantle (as easily drawn off); changeable suit of apparel, change of raiment.","strongs_number":"h4254"},"h4255":{"pronunciation":"makh-lek-aw'","unicode":"מַחְלְקָה","translit":"machlᵉqâh","definition":"(Aramaic) corresponding to {{h4256}}; a section (of the Levites); course.","strongs_number":"h4255"},"h4256":{"pronunciation":"makh-al-o'-keth","unicode":"מַחֲלֹקֶת","translit":"machălôqeth","definition":"from {{h2505}}; a section (of Levites, people or soldiers); company, course, division, portion. See also {{h5555}}.","strongs_number":"h4256"},"h4257":{"pronunciation":"makh-al-ath'","unicode":"מַחֲלַת","translit":"machălath","definition":"from {{h2470}}; sickness; 'Machalath', probably the title (initial word) of a popular song; Mahalath.","strongs_number":"h4257"},"h4258":{"pronunciation":"makh-al-ath'","unicode":"מַחֲלַת","translit":"Machălath","definition":"the same as {{h4257}}; sickness; Machalath, the name of an Ishmaelitess and of an Israelitess; Mahalath.","strongs_number":"h4258"},"h4259":{"pronunciation":"mekh-o-law-thee'","unicode":"מְחֹלָתִי","translit":"Mᵉchôlâthîy","definition":"patrial from {{h65}}; a Mecholathite or inhabitant of Abel-Mecholah; Mecholathite.","strongs_number":"h4259"},"h4260":{"pronunciation":"makh-am-aw-aw'","unicode":"מַחֲמָאָה","translit":"machămâʼâh","definition":"a denominative from {{h2529}}; something buttery (i.e. unctuous and pleasant), as (figuratively) flattery; × than butter.","strongs_number":"h4260"},"h4261":{"pronunciation":"makh-mawd'","unicode":"מַחְמָד","translit":"machmâd","definition":"from {{h2530}}; delightful; hence, a delight, i.e. object of affection or desire; beloved, desire, goodly, lovely, pleasant (thing).","strongs_number":"h4261"},"h4262":{"pronunciation":"makh-mood'","unicode":"מַחְמֻד","translit":"machmud","definition":"or מַחְמוּד; from {{h2530}}; desired; hence, a valuable; pleasant thing.","strongs_number":"h4262"},"h4263":{"pronunciation":"makh-mawl'","unicode":"מַחְמָל","translit":"machmâl","definition":"from {{h2550}}; (by paronomasia with {{h4261}}) delight; properly, sympathy; pitieth.","strongs_number":"h4263"},"h4264":{"pronunciation":"makh-an-eh'","unicode":"מַחֲנֶה","translit":"machăneh","definition":"from {{h2583}}; an encampment (of travellers or troops); hence, an army, whether literal (of soldiers) or figurative (of dancers, angels, cattle, locusts, stars; or even the sacred courts); army, band, battle, camp, company, drove, host, tents.","strongs_number":"h4264"},"h4265":{"pronunciation":"makh-an-ay'-dawn","unicode":"מַחֲנֵה־דָן","translit":"Machănêh-Dân","definition":"from {{h4264}} and {{h1835}}; camp of Dan; Machaneh-Dan, a place in Palestine; Mahaneh-dan.","strongs_number":"h4265"},"h4266":{"pronunciation":"makh-an-ah'-yim","unicode":"מַחֲנַיִם","translit":"Machănayim","definition":"dual of {{h4264}}; double camp; Machanajim, a place in Palestine; Mahanaim.","strongs_number":"h4266"},"h4267":{"pronunciation":"makh-an-ak'","unicode":"מַחֲנַק","translit":"machănaq","definition":"from {{h2614}}; choking; strangling.","strongs_number":"h4267"},"h4268":{"pronunciation":"makh-as-eh'","unicode":"מַחֲסֶה","translit":"machăçeh","definition":"or מַחְסֶה; from {{h2620}}; a shelter (literally or figuratively); hope, (place of) refuge, shelter, trust.","strongs_number":"h4268"},"h4269":{"pronunciation":"makh-sohm'","unicode":"מַחְסוֹם","translit":"machçôwm","definition":"from {{h2629}}; a muzzle; bridle.","strongs_number":"h4269"},"h4270":{"pronunciation":"makh-sore'","unicode":"מַחְסוֹר","translit":"machçôwr","definition":"or מַחְסֹר; from {{h2637}}; deficiency; hence, impoverishment; lack, need, penury, poor, poverty, want.","strongs_number":"h4270"},"h4271":{"pronunciation":"makh-say-yaw'","unicode":"מַחְסֵיָה","translit":"Machçêyâh","definition":"from {{h4268}} and {{h3050}}; refuge of (i.e. in) Jah; Machsejah, an Israelite; Maaseiah.","strongs_number":"h4271"},"h4272":{"pronunciation":"maw-khats'","unicode":"מָחַץ","translit":"mâchats","definition":"a primitive root; to dash asunder; by implication, to crush, smash or violently plunge; figuratively, to subdue or destroy; dip, pierce (through), smite (through), strike through, wound.","strongs_number":"h4272"},"h4273":{"pronunciation":"makh'-ats","unicode":"מַחַץ","translit":"machats","definition":"from {{h4272}}; a contusion; stroke.","strongs_number":"h4273"},"h4274":{"pronunciation":"makh-tsabe'","unicode":"מַחְצֵב","translit":"machtsêb","definition":"from {{h2672}}; properly, a hewing; concretely, a quarry; hewed(-n).","strongs_number":"h4274"},"h4275":{"pronunciation":"mekh-ets-aw'","unicode":"מֶחֱצָה","translit":"mechĕtsâh","definition":"from {{h2673}}; a halving; half.","strongs_number":"h4275"},"h4276":{"pronunciation":"makh-ats-eeth'","unicode":"מַחֲצִית","translit":"machătsîyth","definition":"from {{h2673}}; a halving or the middle; half (so much), mid(-day).","strongs_number":"h4276"},"h4277":{"pronunciation":"maw-khak'","unicode":"מָחַק","translit":"mâchaq","definition":"a primitive root; to crush; smite off.","strongs_number":"h4277"},"h4278":{"pronunciation":"mekh-kawr'","unicode":"מֶחְקָר","translit":"mechqâr","definition":"from {{h2713}}; properly, scrutinized, i.e. (by implication) a recess; deep place.","strongs_number":"h4278"},"h4279":{"pronunciation":"maw-khar'","unicode":"מָחָר","translit":"mâchâr","definition":"probably from {{h309}}; properly, deferred, i.e. the morrow; usually (adverbially) tomorrow; indefinitely, hereafter; time to come, tomorrow.","strongs_number":"h4279"},"h4280":{"pronunciation":"makh-ar-aw-aw'","unicode":"מַחֲרָאָה","translit":"machărâʼâh","definition":"from the same as {{h2716}}; a sink; draught house.","strongs_number":"h4280"},"h4281":{"pronunciation":"makh-ar-ay-shaw'","unicode":"מַחֲרֵשָׁה","translit":"machărêshâh","definition":"from {{h2790}}; probably a pick-axe; mattock.","strongs_number":"h4281"},"h4282":{"pronunciation":"makh-ar-eh'-sheth","unicode":"מַחֲרֶשֶׁת","translit":"machăresheth","definition":"from {{h2790}}; probably a hoe; share.","strongs_number":"h4282"},"h4283":{"pronunciation":"mokh-or-awth'","unicode":"מׇחֳרָת","translit":"mochŏrâth","definition":"or מׇחֳרָתָם; (1 Samuel 30:17), feminine from the same as {{h4279}}; the morrow or (adverbially) tomorrow; morrow, next day.","strongs_number":"h4283"},"h4284":{"pronunciation":"makh-ash-aw-baw'","unicode":"מַחֲשָׁבָה","translit":"machăshâbâh","definition":"or מַחֲשֶׁבֶת; from {{h2803}}; a contrivance, i.e. (concretely) a texture, machine, or (abstractly) intention, plan (whether bad, a plot; or good, advice); cunning (work), curious work, device(-sed), imagination, invented, means, purpose, thought.","strongs_number":"h4284"},"h4285":{"pronunciation":"makh-shawk'","unicode":"מַחְשָׁךְ","translit":"machshâk","definition":"from {{h2821}}; darkness; concretely, a dark place; dark(-ness, place).","strongs_number":"h4285"},"h4286":{"pronunciation":"makh-sofe'","unicode":"מַחְשֹׂף","translit":"machsôph","definition":"from {{h2834}}; a peeling; made appear.","strongs_number":"h4286"},"h4287":{"pronunciation":"makh'-ath","unicode":"מַחַת","translit":"Machath","definition":"probably from {{h4229}}; erasure; Machath, the name of two Israelites; Mahath.","strongs_number":"h4287"},"h4288":{"pronunciation":"mekh-it-taw'","unicode":"מְחִתָּה","translit":"mᵉchittâh","definition":"from {{h2846}}; properly, a dissolution; concretely, a ruin, or (abstractly) consternation; destruction, dismaying, ruin, terror.","strongs_number":"h4288"},"h4289":{"pronunciation":"makh-taw'","unicode":"מַחְתָּה","translit":"machtâh","definition":"the same as {{h4288}} in the sense of removal; a pan for live coals; censer, firepan, snuffdish.","strongs_number":"h4289"},"h4290":{"pronunciation":"makh-teh'-reth","unicode":"מַחְתֶּרֶת","translit":"machtereth","definition":"from {{h2864}}; a burglary; figuratively, unexpected examination; breaking up, secret search.","strongs_number":"h4290"},"h4291":{"pronunciation":"met-aw'","unicode":"מְטָא","translit":"mᵉṭâʼ","definition":"(Aramaic) or מְטָה; (Aramaic), apparently corresponding to {{h4672}} in the intransitive sense of being found present; to arrive, extend or happen; come, reach.","strongs_number":"h4291"},"h4292":{"pronunciation":"mat-at-ay'","unicode":"מַטְאֲטֵא","translit":"maṭʼăṭêʼ","definition":"apparently a denominative from {{h2916}}; a broom (as removing dirt (compare English 'to dust', i.e. remove dust)); besom.","strongs_number":"h4292"},"h4293":{"pronunciation":"mat-bay'-akh","unicode":"מַטְבֵּחַ","translit":"maṭbêach","definition":"from {{h2873}}; slaughter; slaughter.","strongs_number":"h4293"},"h4294":{"pronunciation":"mat-teh'","unicode":"מַטֶּה","translit":"maṭṭeh","definition":"or (feminine) מַטָּה; from {{h5186}}; a branch (as extending); figuratively, a tribe; also a rod, whether for chastising (figuratively, correction), ruling (a sceptre), throwing (a lance), or walking (a staff; figuratively, a support of life, e.g. bread); rod, staff, tribe.","strongs_number":"h4294"},"h4295":{"pronunciation":"mat'-taw","unicode":"מַטָּה","translit":"maṭṭâh","definition":"from {{h5786}} with directive enclitic appended; downward, below or beneath; often adverbially with or without prefixes; beneath, down(-ward), less, very low, under(-neath).","strongs_number":"h4295"},"h4296":{"pronunciation":"mit-taw'","unicode":"מִטָּה","translit":"miṭṭâh","definition":"from {{h5186}}; a bed (as extended) for sleeping or eating; by analogy, a sofa, litter or bier; bed(-chamber), bier.","strongs_number":"h4296"},"h4297":{"pronunciation":"moot-teh'","unicode":"מֻטֶּה","translit":"muṭṭeh","definition":"from {{h5186}}; a stretching, i.e. distortion (figuratively, iniquity); perverseness.","strongs_number":"h4297"},"h4298":{"pronunciation":"moot-taw'","unicode":"מֻטָּה","translit":"muṭṭâh","definition":"from {{h5186}}; expansion; stretching out.","strongs_number":"h4298"},"h4299":{"pronunciation":"mat-veh'","unicode":"מַטְוֶה","translit":"maṭveh","definition":"from {{h2901}}; something spun; spun.","strongs_number":"h4299"},"h4300":{"pronunciation":"met-eel'","unicode":"מְטִיל","translit":"mᵉṭîyl","definition":"from {{h2904}} in the sense of hammering out; an iron bar (as forged); bar.","strongs_number":"h4300"}}
@@ -0,0 +1 @@
1
+ {"h4301":{"pronunciation":"mat-mone'","unicode":"מַטְמוֹן","translit":"maṭmôwn","definition":"or מַטְמֹן; or מַטְמֻן; from {{h2934}}; a secret storehouse; hence, a secreted valuable (buried); generally money; hidden riches, (hid) treasure(-s).","strongs_number":"h4301"},"h4302":{"pronunciation":"mat-taw'","unicode":"מַטָּע","translit":"maṭṭâʻ","definition":"from {{h5193}}; something planted, i.e. the place (a garden or vineyard), or the thing (a plant, figuratively or men); by implication, the act, planting; plant(-ation, -ing).","strongs_number":"h4302"},"h4303":{"pronunciation":"mat-am'","unicode":"מַטְעַם","translit":"maṭʻam","definition":"or (feminine) מַטְעַמָּה; from {{h2938}}; a delicacy; dainty (meat), savoury meat.","strongs_number":"h4303"},"h4304":{"pronunciation":"mit-pakh'-ath","unicode":"מִטְפַּחַת","translit":"miṭpachath","definition":"from {{h2946}}; a wide cloak (for a woman); vail, wimple.","strongs_number":"h4304"},"h4305":{"pronunciation":"maw-tar'","unicode":"מָטַר","translit":"mâṭar","definition":"a primitive root; to rain; (cause to) rain (upon).","strongs_number":"h4305"},"h4306":{"pronunciation":"maw-tawr'","unicode":"מָטַר","translit":"mâṭar","definition":"from {{h4305}}; rain; rain.","strongs_number":"h4306"},"h4307":{"pronunciation":"mat-taw-raw'","unicode":"מַטָּרָא","translit":"maṭṭârâʼ","definition":"or מַטָּרָה; from {{h5201}}; a jail (as a guard-house); also an aim (as being closely watched); mark, prison.","strongs_number":"h4307"},"h4308":{"pronunciation":"mat-rade'","unicode":"מַטְרֵד","translit":"Maṭrêd","definition":"from {{h2956}}; propulsive; Matred, an Edomitess; Matred.","strongs_number":"h4308"},"h4309":{"pronunciation":"mat-ree'","unicode":"מַטְרִי","translit":"Maṭrîy","definition":"from {{h4305}}; rainy; Matri, an Israelite; Matri.","strongs_number":"h4309"},"h4310":{"pronunciation":"me","unicode":"מִי","translit":"mîy","definition":"an interrogative pronoun of persons, as {{h4100}} is of things,; who? (occasionally, by a peculiar idiom, of things); also (indefinitely) whoever; often used in oblique construction with prefix or suffix; any (man), × he, × him, O that! what, which, who(-m, -se, -soever), would to God.","strongs_number":"h4310"},"h4311":{"pronunciation":"may-deb-aw'","unicode":"מֵידְבָא","translit":"Mêydᵉbâʼ","definition":"from {{h4325}} and {{h1679}}; water of quiet; Medeba, a place in Palestine; Medeba.","strongs_number":"h4311"},"h4312":{"pronunciation":"may-dawd'","unicode":"מֵידָד","translit":"Mêydâd","definition":"from {{h3032}} in the sense of loving; affectionate; Medad, an Israelite; Medad.","strongs_number":"h4312"},"h4313":{"pronunciation":"may hah'-ee-yar-kone'","unicode":"מֵי הַיַּרְקוֹן","translit":"Mêy hay-Yarqôwn","definition":"from {{h4325}} and {{h3420}} with the art. interposed; water of the yellowness; Me-haj-Jarkon, a place in Palestine; Me-jarkon.","strongs_number":"h4313"},"h4314":{"pronunciation":"may zaw-hawb'","unicode":"מֵי זָהָב","translit":"Mêy Zâhâb","definition":"from {{h4325}} and {{h2091}}, water of gold; Me-Zahab, an Edomite; Mezahab.","strongs_number":"h4314"},"h4315":{"pronunciation":"may-tawb'","unicode":"מֵיטָב","translit":"mêyṭâb","definition":"from {{h3190}}; the best part; best.","strongs_number":"h4315"},"h4316":{"pronunciation":"mee-kaw'","unicode":"מִיכָא","translit":"Mîykâʼ","definition":"a variation for {{h4318}}; Mica, the name of two Israelites; Micha.","strongs_number":"h4316"},"h4317":{"pronunciation":"me-kaw-ale'","unicode":"מִיכָאֵל","translit":"Mîykâʼêl","definition":"from {{h4310}} and (the prefix derivative from) {{h3588}} and {{h410}}; who (is) like God?; Mikael, the name of an archangel and of nine Israelites; Michael.","strongs_number":"h4317"},"h4318":{"pronunciation":"mee-kaw'","unicode":"מִיכָה","translit":"Mîykâh","definition":"an abbreviated form of {{h4320}}; Micah, the name of seven Israelites; Micah, Micaiah, Michah.","strongs_number":"h4318"},"h4319":{"pronunciation":"me-kaw'-hoo","unicode":"מִיכָהוּ","translit":"Mîykâhûw","definition":"a contr. for {{h4321}}; Mikehu, an Israelite prophet; Micaiah (2 Chronicles 18:8).","strongs_number":"h4319"},"h4320":{"pronunciation":"me-kaw-yaw'","unicode":"מִיכָיָה","translit":"Mîykâyâh","definition":"from {{h4310}} and (the prefix derivative from) {{h3588}} and {{h3050}}; who (is) like Jah?; Micajah, the name of two Israelites; Micah, Michaiah. Compare {{h4318}}.","strongs_number":"h4320"},"h4321":{"pronunciation":"me-kaw-yeh-hoo'","unicode":"מִיכָיְהוּ","translit":"Mîykâyᵉhûw","definition":"or מִכָיְהוּ; (Jeremiah 36:11), abbreviated form for {{h4322}}; Mikajah, the name of three Israelites; Micah, Micaiah, Michaiah.","strongs_number":"h4321"},"h4322":{"pronunciation":"me-kaw-yaw'-hoo","unicode":"מִיכָיָהוּ","translit":"Mîykâyâhûw","definition":"for {{h4320}}; Mikajah, the name of an Israelite and an Israelitess; Michaiah.","strongs_number":"h4322"},"h4323":{"pronunciation":"me-kawl'","unicode":"מִיכָל","translit":"mîykâl","definition":"from {{h3201}}; properly, a container, i.e. a streamlet; brook.","strongs_number":"h4323"},"h4324":{"pronunciation":"me-kawl'","unicode":"מִיכָל","translit":"Mîykâl","definition":"apparently the same as {{h4323}}; revulet; Mikal, Saul's daughter; Michal.","strongs_number":"h4324"},"h4325":{"pronunciation":"mah'-yim","unicode":"מַיִם","translit":"mayim","definition":"dual of a primitive noun (but used in a singular sense); water; figuratively, juice; by euphemism, urine, semen; piss, wasting, water(-ing, (-course, -flood, -spring)).","strongs_number":"h4325"},"h4326":{"pronunciation":"me-yaw-meem'","unicode":"מִיָּמִן","translit":"Mîyâmin","definition":"a form for {{h4509}}; Mijamin, the name of three Israelites; Miamin, Mijamin.","strongs_number":"h4326"},"h4327":{"pronunciation":"meen","unicode":"מִין","translit":"mîyn","definition":"from an unused root meaning to portion out; a sort, i.e. species; kind. Compare {{h4480}}.","strongs_number":"h4327"},"h4328":{"pronunciation":"meh-yoos-saw-daw'","unicode":"מְיֻסָּדָה","translit":"mᵉyuççâdâh","definition":"properly, feminine passive participle of {{h3245}}; something founded, i.e. a foundation; foundation.","strongs_number":"h4328"},"h4329":{"pronunciation":"may-sawk'","unicode":"מֵיסָךְ","translit":"mêyçâk","definition":"from {{h5526}}; a portico (as covered); covert.","strongs_number":"h4329"},"h4330":{"pronunciation":"meets","unicode":"מִיץ","translit":"mîyts","definition":"from {{h4160}}; pressure; churning, forcing, wringing.","strongs_number":"h4330"},"h4331":{"pronunciation":"may-shaw'","unicode":"מֵישָׁא","translit":"Mêyshâʼ","definition":"from {{h4185}}; departure; Mesha, a place in Arabia; also an Israelite; Mesha.","strongs_number":"h4331"},"h4332":{"pronunciation":"mee-shaw-ale'","unicode":"מִישָׁאֵל","translit":"Mîyshâʼêl","definition":"from {{h4310}} and {{h410}} with the abbreviated form insep. relatively (see {{h834}}) interposed; who (is) what God (is) ?; Mishael, the name of three Israelites; Mishael.","strongs_number":"h4332"},"h4333":{"pronunciation":"mee-shaw-ale'","unicode":"מִישָׁאֵל","translit":"Mîyshâʼêl","definition":"(Aramaic) corresponding to {{h4332}}; Mishael, an Israelite; Mishael.","strongs_number":"h4333"},"h4334":{"pronunciation":"mee-shore'","unicode":"מִישׁוֹר","translit":"mîyshôwr","definition":"or מִישֹׁר; from {{h3474}}; a level, i.e. a plain (often used (with the article prefix) as a proper name of certain districts); figuratively, concord; also straightness, i.e. (figuratively) justice (sometimes adverbially, justly); equity, even place, plain, right(-eously), (made) straight, uprightness.","strongs_number":"h4334"},"h4335":{"pronunciation":"may-shak'","unicode":"מֵישַׁךְ","translit":"Mêyshak","definition":"borrowed from {{h4336}}; Meshak, an Israelite; Meshak.","strongs_number":"h4335"},"h4336":{"pronunciation":"may-shak'","unicode":"מֵישַׁךְ","translit":"Mêyshak","definition":"(Aramaic) of foreign origin and doubtful significance; name of {{h4333}}; Meshak, the Babylonian; Meshak.","strongs_number":"h4336"},"h4337":{"pronunciation":"may-shah'","unicode":"מֵישָׁע","translit":"Mêyshâʻ","definition":"from {{h3467}}; safety; Mesha, an Israelite; Mesha.","strongs_number":"h4337"},"h4338":{"pronunciation":"may-shaw'","unicode":"מֵישַׁע","translit":"Mêyshaʻ","definition":"a variation for {{h4337}}; safety; Mesha, a Moabite; Mesha.","strongs_number":"h4338"},"h4339":{"pronunciation":"may-shawr'","unicode":"מֵישָׁר","translit":"mêyshâr","definition":"from {{h3474}}; evenness, i.e. (figuratively) prosperity or concord; also straightness, i.e. (figuratively) rectitude (only in plural with singular sense; often adverbially); agreement, aright, that are equal, equity, (things that are) right(-eously, things), sweetly, upright(-ly, -ness).","strongs_number":"h4339"},"h4340":{"pronunciation":"may-thar'","unicode":"מֵיתָר","translit":"mêythâr","definition":"from {{h3498}}; (compare {{h3499}}); a cord (of a tent); or the string (of a bow); cord, string.","strongs_number":"h4340"},"h4341":{"pronunciation":"mak-obe'","unicode":"מַכְאֹב","translit":"makʼôb","definition":"sometimes מַכְאוֹב; also (feminine Isaiah 53:3) מַכְאֹבָה; from {{h3510}}; anguish or (figuratively) affliction; grief, pain, sorrow.","strongs_number":"h4341"},"h4342":{"pronunciation":"mak-beer'","unicode":"מַכְבִּיר","translit":"makbîyr","definition":"transitive participle of {{h3527}}; plenty; abundance.","strongs_number":"h4342"},"h4343":{"pronunciation":"mak-bay-naw'","unicode":"מַכְבֵּנָא","translit":"Makbênâʼ","definition":"from the same as {{h3522}}; knoll; Macbena, a place in Palestine settled by him; Machbenah.","strongs_number":"h4343"},"h4344":{"pronunciation":"mak-ban-nah'-ee","unicode":"מַכְבַּנַּי","translit":"Makbannay","definition":"patrial from {{h4343}}; a Macbannite or native of Macbena; Machbanai.","strongs_number":"h4344"},"h4345":{"pronunciation":"mak-bare'","unicode":"מַכְבֵּר","translit":"makbêr","definition":"from {{h3527}} in the sense of covering (compare {{h3531}}); a grate; grate.","strongs_number":"h4345"},"h4346":{"pronunciation":"mak-bawr'","unicode":"מַכְבָּר","translit":"makbâr","definition":"from {{h3527}} in the sense of covering; (compare {{h4345}}); a cloth (as netted); thick cloth.","strongs_number":"h4346"},"h4347":{"pronunciation":"mak-kaw'","unicode":"מַכָּה","translit":"makkâh","definition":"or (masculine) מַכֶּה; (plural only) from {{h5221}}; a blow (in 2 Chronicles 2:10, of the flail); by implication, a wound; figuratively, carnage, also pestilence; beaten, blow, plague, slaughter, smote, × sore, stripe, stroke, wound(-ed).","strongs_number":"h4347"},"h4348":{"pronunciation":"mik-vaw'","unicode":"מִכְוָה","translit":"mikvâh","definition":"from {{h3554}}; a burn; that burneth, burning.","strongs_number":"h4348"},"h4349":{"pronunciation":"maw-kone'","unicode":"מָכוֹן","translit":"mâkôwn","definition":"from {{h3559}}; properly, a fixture, i.e. a basis; generally a place, especially as an abode; foundation, habitation, (dwelling-, settled) place.","strongs_number":"h4349"},"h4350":{"pronunciation":"mek-o-naw'","unicode":"מְכוֹנָה","translit":"mᵉkôwnâh","definition":"or מְכֹנָה; feminine of {{h4349}}; a pedestal, also a spot; base.","strongs_number":"h4350"},"h4351":{"pronunciation":"mek-oo-raw'","unicode":"מְכוּרָה","translit":"mᵉkûwrâh","definition":"or מְכֹרָה; from the same as {{h3564}} in the sense of dipping; origin (as if a mine); birth, habitation, nativity.","strongs_number":"h4351"},"h4352":{"pronunciation":"maw-kee'","unicode":"מָכִי","translit":"Mâkîy","definition":"probably from {{h4134}}; pining; Maki, an Israelite; Machi.","strongs_number":"h4352"},"h4353":{"pronunciation":"maw-keer'","unicode":"מָכִיר","translit":"Mâkîyr","definition":"from {{h4376}}; salesman; Makir, an Israelite; Machir.","strongs_number":"h4353"},"h4354":{"pronunciation":"maw-kee-ree'","unicode":"מָכִירִי","translit":"Mâkîyrîy","definition":"patronymical from {{h4353}}; a Makirite or descendant of Makir; of Machir.","strongs_number":"h4354"},"h4355":{"pronunciation":"maw-kak'","unicode":"מָכַךְ","translit":"mâkak","definition":"a primitive root; to tumble (in ruins); figuratively, to perish; be brought low, decay.","strongs_number":"h4355"},"h4356":{"pronunciation":"mik-law-aw'","unicode":"מִכְלָאָה","translit":"miklâʼâh","definition":"or מִכְלָה; from {{h3607}}; a pen (for flocks); (sheep-)fold. Compare {{h4357}}.","strongs_number":"h4356"},"h4357":{"pronunciation":"mik-law'","unicode":"מִכְלָה","translit":"miklâh","definition":"from {{h3615}}; completion (in plural concrete adverbial, wholly); perfect. Compare {{h4356}}.","strongs_number":"h4357"},"h4358":{"pronunciation":"mik-lole'","unicode":"מִכְלוֹל","translit":"miklôwl","definition":"from {{h3634}}; perfection (i.e. concrete adverbial, splendidly); most gorgeously, all sorts.","strongs_number":"h4358"},"h4359":{"pronunciation":"mik-lawl'","unicode":"מִכְלָל","translit":"miklâl","definition":"from {{h3634}}; perfection (of beauty); perfection.","strongs_number":"h4359"},"h4360":{"pronunciation":"mik-lool'","unicode":"מִכְלֻל","translit":"miklul","definition":"from {{h3634}}; something perfect, i.e. a splendid garment; all sorts.","strongs_number":"h4360"},"h4361":{"pronunciation":"mak-ko'-leth","unicode":"מַכֹּלֶת","translit":"makkôleth","definition":"from {{h398}}; nourishment; food.","strongs_number":"h4361"},"h4362":{"pronunciation":"mik-man'","unicode":"מִכְמַן","translit":"mikman","definition":"from the same as {{h3646}} in the sense of hiding; treasure (as hidden); treasure.","strongs_number":"h4362"},"h4363":{"pronunciation":"mik-maws'","unicode":"מִכְמָס","translit":"Mikmâç","definition":"(Ezra 2:2 or מִכְמָשׁ; or מִכְמַשׁ; (Nehemiah 11:31), from {{h3647}}; hidden; Mikmas or Mikmash, a place in Palestine; Mikmas, Mikmash.","strongs_number":"h4363"},"h4364":{"pronunciation":"mak-mawr'","unicode":"מַכְמָר","translit":"makmâr","definition":"or מִכְמֹר; from {{h3648}} in the sense of blackening by heat; a (hunter's) net (as dark from concealment); net.","strongs_number":"h4364"},"h4365":{"pronunciation":"mik-meh'-reth","unicode":"מִכְמֶרֶת","translit":"mikmereth","definition":"or מִכְמֹרֶת; feminine of {{h4364}}; a (fisher's) net; drag, net.","strongs_number":"h4365"},"h4366":{"pronunciation":"mik-meth-awth'","unicode":"מִכְמְתָת","translit":"Mikmᵉthâth","definition":"apparently from an unused root meaning to hide; concealment; Mikmethath, a place in Palestine; Michmethath.","strongs_number":"h4366"},"h4367":{"pronunciation":"mak-nad-bah'-ee","unicode":"מַכְנַדְבַי","translit":"Maknadbay","definition":"from {{h4100}} and {{h5068}} with a particle interposed; what (is) like (a) liberal (man) ?; Maknadbai, an Israelite; Machnadebai.","strongs_number":"h4367"},"h4368":{"pronunciation":"mek-o-naw'","unicode":"מְכֹנָה","translit":"Mᵉkônâh","definition":"the same as {{h4350}}; a base; Mekonah, a place in Palestine; Mekonah.","strongs_number":"h4368"},"h4369":{"pronunciation":"mek-oo-naw'","unicode":"מְכֻנָה","translit":"mᵉkunâh","definition":"the same as {{h4350}}; a spot; base.","strongs_number":"h4369"},"h4370":{"pronunciation":"mik-nawce'","unicode":"מִכְנָס","translit":"miknâç","definition":"from {{h3647}} in the sense of hiding; (only in dual) drawers (from concealing the private parts); breeches.","strongs_number":"h4370"},"h4371":{"pronunciation":"meh'-kes","unicode":"מֶכֶס","translit":"mekeç","definition":"probably from an unused root meaning to enumerate; an assessment (as based upon a census); tribute.","strongs_number":"h4371"},"h4372":{"pronunciation":"mik-seh'","unicode":"מִכְסֶה","translit":"mikçeh","definition":"from {{h3680}}; a covering, i.e. weatherboarding; covering.","strongs_number":"h4372"},"h4373":{"pronunciation":"mik-saw'","unicode":"מִכְסָה","translit":"mikçâh","definition":"feminine of {{h4371}}; an enumeration; by implication, a valuation; number, worth.","strongs_number":"h4373"},"h4374":{"pronunciation":"mek-as-seh'","unicode":"מְכַסֶּה","translit":"mᵉkaççeh","definition":"from {{h3680}}; a covering, i.e. garment; specifically, a coverlet (for a bed), an awning (from the sun); also the omentum (as covering the intestines); clothing, to cover, that which covereth.","strongs_number":"h4374"},"h4375":{"pronunciation":"mak-pay-law'","unicode":"מַכְפֵּלָה","translit":"Makpêlâh","definition":"from {{h3717}}; a fold; Makpelah, a place in Palestine; Machpelah.","strongs_number":"h4375"},"h4376":{"pronunciation":"maw-kar'","unicode":"מָכַר","translit":"mâkar","definition":"a primitive root; to sell, literally (as merchandise, a daughter in marriage, into slavery), or figuratively (to surrender); × at all, sell (away, -er, self).","strongs_number":"h4376"},"h4377":{"pronunciation":"meh'-ker","unicode":"מֶכֶר","translit":"meker","definition":"from {{h4376}}; merchandise; also value; pay, price, ware.","strongs_number":"h4377"},"h4378":{"pronunciation":"mak-kawr'","unicode":"מַכָּר","translit":"makkâr","definition":"from {{h5234}}; an acquaintance; acquaintance.","strongs_number":"h4378"},"h4379":{"pronunciation":"mik-reh'","unicode":"מִכְרֶה","translit":"mikreh","definition":"from {{h3738}}; a pit (for salt); (salt-) pit.","strongs_number":"h4379"},"h4380":{"pronunciation":"mek-ay-raw'","unicode":"מְכֵרָה","translit":"mᵉkêrâh","definition":"probably from the same as {{h3564}} in the sense of stabbing; a sword; habitation.","strongs_number":"h4380"},"h4381":{"pronunciation":"mik-ree'","unicode":"מִכְרִי","translit":"Mikrîy","definition":"from {{h4376}}; salesman; Mikri, an Israelite; Michri.","strongs_number":"h4381"},"h4382":{"pronunciation":"mek-ay-raw-thee'","unicode":"מְכֵרָתִי","translit":"Mᵉkêrâthîy","definition":"patrial from an unused name (the same as {{h4380}}) of a place in Palestine; a Mekerathite, or inhabitant of Mekerah; Mecherathite.","strongs_number":"h4382"},"h4383":{"pronunciation":"mik-shole'","unicode":"מִכְשׁוֹל","translit":"mikshôwl","definition":"or מִכְשֹׁל; masculine from {{h3782}}; a stumbling-block, literally or figuratively (obstacle, enticement (specifically an idol), scruple); caused to fall, offence, × (no-) thing offered, ruin, stumbling-block.","strongs_number":"h4383"},"h4384":{"pronunciation":"mak-shay-law'","unicode":"מַכְשֵׁלָה","translit":"makshêlâh","definition":"feminine from {{h3782}}; a stumbling-block, but only figuratively (fall, enticement [idol]); ruin, stumbling-block.","strongs_number":"h4384"},"h4385":{"pronunciation":"mik-tawb'","unicode":"מִכְתָּב","translit":"miktâb","definition":"from {{h3789}}; a thing written, the characters, or a document (letter, copy, edict, poem); writing.","strongs_number":"h4385"},"h4386":{"pronunciation":"mek-it-taw'","unicode":"מְכִתָּה","translit":"mᵉkittâh","definition":"from {{h3807}}; a fracture; bursting.","strongs_number":"h4386"},"h4387":{"pronunciation":"mik-tawm'","unicode":"מִכְתָּם","translit":"miktâm","definition":"from {{h3799}}; an engraving, i.e. (techn.) a poem; Michtam.","strongs_number":"h4387"},"h4388":{"pronunciation":"mak-taysh'","unicode":"מַכְתֵּשׁ","translit":"maktêsh","definition":"from {{h3806}}; a mortar; by analogy, a socket (of a tooth); hollow place, mortar.","strongs_number":"h4388"},"h4389":{"pronunciation":"mak-taysh'","unicode":"מַכְתֵּשׁ","translit":"Maktêsh","definition":"the same as {{h4388}}; dell; the Maktesh, a place in Jerusalem; Maktesh.","strongs_number":"h4389"},"h4390":{"pronunciation":"maw-lay'","unicode":"מָלֵא","translit":"mâlêʼ","definition":"or מָלָא; (Esther 7:5), a primitive root; to fill or (intransitively) be full of, in a wide application (literally and figuratively); accomplish, confirm, consecrate, be at an end, be expired, be fenced, fill, fulfil, (be, become, × draw, give in, go) full(-ly, -ly set, tale), (over-) flow, fulness, furnish, gather (selves, together), presume, replenish, satisfy, set, space, take a (hand-) full, have wholly.","strongs_number":"h4390"},"h4391":{"pronunciation":"mel-aw'","unicode":"מְלָא","translit":"mᵉlâʼ","definition":"(Aramaic) corresponding to {{h4390}}; to fill; fill, be full.","strongs_number":"h4391"},"h4392":{"pronunciation":"maw-lay'","unicode":"מָלֵא","translit":"mâlêʼ","definition":"from {{h4390}}; full (literally or figuratively) or filling (literally); also (concretely) fulness; adverbially, fully; × she that was with child, fill(-ed, -ed with), full(-ly), multitude, as is worth.","strongs_number":"h4392"},"h4393":{"pronunciation":"mel-o'","unicode":"מְלֹא","translit":"mᵉlôʼ","definition":"rarely מְלוֹא; or מְלוֹ; (Ezekiel 41:8), from {{h4390}}; fulness (literally or figuratively); × all along, × all that is (there-) in, fill, (× that whereof...was) full, fulness, (hand-) full, multitude.","strongs_number":"h4393"},"h4394":{"pronunciation":"mil-loo'","unicode":"מִלֻּא","translit":"milluʼ","definition":"from {{h4390}}; a fulfilling (only in plural), i.e. (literally) a setting (of gems), or (technically) consecration (also concretely, a dedicatory sacrifice); consecration, be set.","strongs_number":"h4394"},"h4395":{"pronunciation":"mel-ay-aw'","unicode":"מְלֵאָה","translit":"mᵉlêʼâh","definition":"feminine of {{h4392}}; something fulfilled, i.e. abundance (of produce); (first of ripe) fruit, fulness.","strongs_number":"h4395"},"h4396":{"pronunciation":"mil-loo-aw'","unicode":"מִלֻּאָה","translit":"milluʼâh","definition":"feminine of {{h4394}}; a filling, i.e. setting (of gems); enclosing, setting.","strongs_number":"h4396"},"h4397":{"pronunciation":"mal-awk'","unicode":"מֲלְאָךְ","translit":"mălʼâk","definition":"from an unused root meaning to despatch as a deputy; a messenger; specifically, of God, i.e. an angel (also a prophet, priest or teacher); ambassador, angel, king, messenger.","strongs_number":"h4397"},"h4398":{"pronunciation":"mal-ak'","unicode":"מַלְאַךְ","translit":"malʼak","definition":"(Aramaic) corresponding to {{h4397}}; an angel; angel.","strongs_number":"h4398"},"h4399":{"pronunciation":"mel-aw-kaw'","unicode":"מְלָאכָה","translit":"mᵉlâʼkâh","definition":"from the same as {{h4397}}; properly, deputyship, i.e. ministry; generally, employment (never servile) or work (abstractly or concretely); also property (as the result of labor); business, cattle, industrious, occupation, ( -pied), officer, thing (made), use, (manner of) work((-man), -manship).","strongs_number":"h4399"},"h4400":{"pronunciation":"mal-ak-ooth'","unicode":"מַלְאֲכוּת","translit":"malʼăkûwth","definition":"from the same as {{h4397}}; a message; message.","strongs_number":"h4400"}}
@@ -0,0 +1 @@
1
+ {"h4401":{"pronunciation":"mal-aw-kee'","unicode":"מַלְאָכִי","translit":"Malʼâkîy","definition":"from the same as {{h4397}}; ministrative; Malaki, a prophet; Malachi.","strongs_number":"h4401"},"h4402":{"pronunciation":"mil-layth'","unicode":"מִלֵּאת","translit":"millêʼth","definition":"from {{h4390}}; fulness, i.e. (concretely) a plump socket (of the eye); × fitly.","strongs_number":"h4402"},"h4403":{"pronunciation":"mal-boosh'","unicode":"מַלְבּוּשׁ","translit":"malbûwsh","definition":"or מַלְבֻּשׁ; from {{h3847}}; a garment, or (collectively) clothing; apparel, raiment, vestment.","strongs_number":"h4403"},"h4404":{"pronunciation":"mal-bane'","unicode":"מַלְבֵּן","translit":"malbên","definition":"from {{h3835}} (denominative); a brickkiln; brickkiln.","strongs_number":"h4404"},"h4405":{"pronunciation":"mil-law'","unicode":"מִלָּה","translit":"millâh","definition":"from {{h4448}} (plural masculine as if from מִלֶּה; a word; collectively, a discourse; figuratively, a topic; answer, by-word, matter, any thing (what) to say, to speak(-ing), speak, talking, word.","strongs_number":"h4405"},"h4406":{"pronunciation":"mil-law'","unicode":"מִלָּה","translit":"millâh","definition":"(Aramaic) corresponding to {{h4405}}; a word, command, discourse, or subject; commandment, matter, thing. word.","strongs_number":"h4406"},"h4407":{"pronunciation":"mil-lo'","unicode":"מִלּוֹא","translit":"millôwʼ","definition":"or מִלֹּא; (2 Kings 12:20), from {{h4390}}; a rampart (as filled in), i.e. the citadel; Millo. See also {{h1037}}.","strongs_number":"h4407"},"h4408":{"pronunciation":"mal-loo'-akh","unicode":"מַלּוּחַ","translit":"mallûwach","definition":"from {{h4414}}; sea-purslain (from its saltness); mallows.","strongs_number":"h4408"},"h4409":{"pronunciation":"mal-luke'","unicode":"מַלּוּךְ","translit":"Mallûwk","definition":"or מַלּוּכִי; (Nehemiah 12:14), from {{h4427}}; regnant; Malluk, the name of five Israelites; Malluch, Melichu (from the margin).","strongs_number":"h4409"},"h4410":{"pronunciation":"mel-oo-kaw'","unicode":"מְלוּכָה","translit":"mᵉlûwkâh","definition":"feminine passive participle of {{h4427}}; something ruled, i.e. a realm; kingsom, king's, × royal.","strongs_number":"h4410"},"h4411":{"pronunciation":"maw-lone'","unicode":"מָלוֹן","translit":"mâlôwn","definition":"from {{h3885}}; a lodgment, i.e. caravanserai or encampment; inn, place where...lodge, lodging (place).","strongs_number":"h4411"},"h4412":{"pronunciation":"mel-oo-naw'","unicode":"מְלוּנָה","translit":"mᵉlûwnâh","definition":"feminine from {{h3885}}; a hut, a hammock; cottage, lodge.","strongs_number":"h4412"},"h4413":{"pronunciation":"mal-lo'-thee","unicode":"מַלּוֹתִי","translit":"Mallôwthîy","definition":"apparently from {{h4448}}; I have talked (i.e. loquacious); Mallothi, an Israelite; Mallothi.","strongs_number":"h4413"},"h4414":{"pronunciation":"maw-lakh'","unicode":"מָלַח","translit":"mâlach","definition":"a primitive root; also as denominative from {{h4417}}; properly, to rub to pieces or pulverize; intransitively, to disappear as dust; also to salt whether internally (to season with salt) or externally (to rub with salt); × at all, salt, season, temper together, vanish away.","strongs_number":"h4414"},"h4415":{"pronunciation":"mel-akh'","unicode":"מְלַח","translit":"mᵉlach","definition":"(Aramaic) corresponding to {{h4414}}; to eat salt, i.e. (generally) subsist; have maintenance.","strongs_number":"h4415"},"h4416":{"pronunciation":"mel-akh'","unicode":"מְלַח","translit":"mᵉlach","definition":"(Aramaic) from {{h4415}}; salt; maintenance, salt.","strongs_number":"h4416"},"h4417":{"pronunciation":"meh'-lakh","unicode":"מֶלַח","translit":"melach","definition":"from {{h4414}}; properly, powder, i.e. (specifically) salt (as easily pulverized and dissolved); salt(-pit).","strongs_number":"h4417"},"h4418":{"pronunciation":"maw-lawkh'","unicode":"מָלָח","translit":"mâlâch","definition":"from {{h4414}} in its original sense; a rag or old garment; rotten rag.","strongs_number":"h4418"},"h4419":{"pronunciation":"mal-lawkh'","unicode":"מַלָּח","translit":"mallâch","definition":"from {{h4414}} in its second. sense; a sailor (as following 'the salt'); mariner.","strongs_number":"h4419"},"h4420":{"pronunciation":"mel-ay-khaw'","unicode":"מְלֵחָה","translit":"mᵉlêchâh","definition":"from {{h4414}} (in its denominative sense); understood as land ({{h776}}); properly, salted (i.e. land), i.e. a desert; barren land(-ness), salt (land).","strongs_number":"h4420"},"h4421":{"pronunciation":"mil-khaw-maw'","unicode":"מִלְחָמָה","translit":"milchâmâh","definition":"from {{h3898}} (in the sense of fighting); a battle (i.e. the engagement); generally, war (i.e. war-fare); battle, fight(-ing), war(-rior).","strongs_number":"h4421"},"h4422":{"pronunciation":"maw-lat'","unicode":"מָלַט","translit":"mâlaṭ","definition":"a primitive root; properly, to be smooth, i.e. (by implication) to escape (as if by slipperiness); causatively, to release or rescue; specifically, to bring forth young, emit sparks; deliver (self), escape, lay, leap out, let alone, let go, preserve, save, × speedily, × surely.","strongs_number":"h4422"},"h4423":{"pronunciation":"meh'-let","unicode":"מֶלֶט","translit":"meleṭ","definition":"from {{h4422}},; cement (from its plastic smoothness); clay.","strongs_number":"h4423"},"h4424":{"pronunciation":"mel-at-yaw'","unicode":"מְלַטְיָה","translit":"Mᵉlaṭyâh","definition":"from {{h4423}} and {{h3050}}; (whom) Jah has delivered; Melatjah, a Gibeonite; Melatiah.","strongs_number":"h4424"},"h4425":{"pronunciation":"mel-ee-law'","unicode":"מְלִילָה","translit":"mᵉlîylâh","definition":"from {{h4448}}number 4449, corrected to 4448b (in the sense of cropping (compare {{h4135}})); a head of grain (as cut off); ear.","strongs_number":"h4425"},"h4426":{"pronunciation":"mel-ee-tsaw'","unicode":"מְלִיצָה","translit":"mᵉlîytsâh","definition":"from {{h3887}}; an aphorism; also a satire; interpretation, taunting.","strongs_number":"h4426"},"h4427":{"pronunciation":"maw-lak'","unicode":"מָלַךְ","translit":"mâlak","definition":"a primitive root; to reign; inceptively, to ascend the throne; causatively, to induct into royalty; hence (by implication) to take counsel; consult, × indeed, be (make, set a, set up) king, be (make) queen, (begin to, make to) reign(-ing), rule, × surely.","strongs_number":"h4427"},"h4428":{"pronunciation":"meh'-lek","unicode":"מֶלֶךְ","translit":"melek","definition":"from {{h4427}}; a king; king, royal.","strongs_number":"h4428"},"h4429":{"pronunciation":"meh'-lek","unicode":"מֶלֶךְ","translit":"Melek","definition":"the same as {{h4428}}; king; Melek, the name of two Israelites; Melech, Hammelech (by including the article).","strongs_number":"h4429"},"h4430":{"pronunciation":"meh'-lek","unicode":"מֶלֶךְ","translit":"melek","definition":"(Aramaic) corresponding to {{h4428}}; a king; king, royal.","strongs_number":"h4430"},"h4431":{"pronunciation":"mel-ak'","unicode":"מְלַךְ","translit":"mᵉlak","definition":"(Aramaic) from a root corresponding to {{h4427}} in the sense of consultation; advice; counsel.","strongs_number":"h4431"},"h4432":{"pronunciation":"mo'-lek","unicode":"מֹלֶךְ","translit":"Môlek","definition":"from {{h4427}}; Molek (i.e. king), the chief deity of the Ammonites; Molech. Compare {{h4445}}.","strongs_number":"h4432"},"h4433":{"pronunciation":"mal-kaw'","unicode":"מַלְכָּא","translit":"malkâʼ","definition":"(Aramaic) corresponding to {{h4436}}; a queen; queen.","strongs_number":"h4433"},"h4434":{"pronunciation":"mal-ko'-deth","unicode":"מַלְכֹּדֶת","translit":"malkôdeth","definition":"from {{h3920}}; a snare; trap.","strongs_number":"h4434"},"h4435":{"pronunciation":"mil-kaw'","unicode":"מִלְכָּה","translit":"Milkâh","definition":"a form of {{h4436}}; queen; Milcah, the name of a Hebrewess and of an Israelite; Milcah.","strongs_number":"h4435"},"h4436":{"pronunciation":"mal-kaw'","unicode":"מַלְכָּה","translit":"malkâh","definition":"feminine of {{h4428}}; a queen; queen.","strongs_number":"h4436"},"h4437":{"pronunciation":"mal-koo'","unicode":"מַלְכוּ","translit":"malkûw","definition":"(Aramaic) corresponding to {{h4438}}; dominion (abstractly or concretely); kingdom, kingly, realm, reign.","strongs_number":"h4437"},"h4438":{"pronunciation":"mal-kooth'","unicode":"מַלְכוּת","translit":"malkûwth","definition":"or מַלְכֻת; or (in plural) מַלְכֻיָּה; from {{h4427}}; a rule; concretely, a dominion; empire, kingdom, realm, reign, royal.","strongs_number":"h4438"},"h4439":{"pronunciation":"mal-kee-ale'","unicode":"מַלְכִּיאֵל","translit":"Malkîyʼêl","definition":"from {{h4428}} and {{h410}}; king of (i.e. appointed by) God; Malkiel, an Israelite; Malchiel.","strongs_number":"h4439"},"h4440":{"pronunciation":"mal-kee-ay-lee'","unicode":"מַלְכִּיאֵלִי","translit":"Malkîyʼêlîy","definition":"patronymical from {{h4439}}; a Malkielite or descendant of Malkiel; Malchielite.","strongs_number":"h4440"},"h4441":{"pronunciation":"mal-kee-yaw'","unicode":"מַלְכִּיָּה","translit":"Malkîyâh","definition":"or מַלְכִּיָּהוּlemma מַלְכִּיָהוּ missing dagesh, corrected to מַלְכִּיָּהוּ; (Jeremiah 38:6), from {{h4428}} and {{h3050}}; king of (i.e. appointed by) Jah; Malkijah, the name of ten Israelites; Malchiah, Malchijah.","strongs_number":"h4441"},"h4442":{"pronunciation":"mal-kee-tseh'-dek","unicode":"מַלְכִּי־צֶדֶק","translit":"Malkîy-Tsedeq","definition":"from {{h4428}} and {{h6664}}; king of right; Malki-Tsedek, an early king in Palestine; Melchizedek.","strongs_number":"h4442"},"h4443":{"pronunciation":"mal-kee-rawm'","unicode":"מַלְכִּירָם","translit":"Malkîyrâm","definition":"from {{h4428}} and {{h7311}}; king of a high one (i.e. of exaltation); Malkiram, an Israelite; Malchiram.","strongs_number":"h4443"},"h4444":{"pronunciation":"mal-kee-shoo'-ah","unicode":"מַלְכִּישׁוּעַ","translit":"Malkîyshûwaʻ","definition":"from {{h4428}} and {{h7769}}; king of wealth; Malkishua, an Israelite; Malchishua.","strongs_number":"h4444"},"h4445":{"pronunciation":"mal-kawm'","unicode":"מַלְכָּם","translit":"Malkâm","definition":"or מִלְכּוֹם; from {{h4428}} for {{h4432}}; Malcam or Milcom, the national idol of the Ammonites; Malcham, Milcom.","strongs_number":"h4445"},"h4446":{"pronunciation":"mel-eh'-keth","unicode":"מְלֶכֶת","translit":"mᵉleketh","definition":"from {{h4427}}; a queen; queen.","strongs_number":"h4446"},"h4447":{"pronunciation":"mo-leh'-keth","unicode":"מֹלֶכֶת","translit":"Môleketh","definition":"feminine active participle of {{h4427}}; queen; Moleketh, an Israelitess; Hammoleketh (including the article).","strongs_number":"h4447"},"h4448":{"pronunciation":"maw-lal'","unicode":"מָלַל","translit":"mâlal","definition":"a primitive root; to speak (mostly poetical) or say; say, speak, utter.","strongs_number":"h4448"},"h4449":{"pronunciation":"mel-al'","unicode":"מְלַל","translit":"mᵉlal","definition":"(Aramaic) corresponding to {{h4448}}; to speak; say, speak(-ing).","strongs_number":"h4449"},"h4450":{"pronunciation":"mee-lal-ah'-ee","unicode":"מִלֲלַי","translit":"Milălay","definition":"from {{h4448}}; talkative; Milalai, an Israelite; Milalai.","strongs_number":"h4450"},"h4451":{"pronunciation":"mal-mawd'","unicode":"מַלְמָד","translit":"malmâd","definition":"from {{h3925}}; a goad for oxen; goad.","strongs_number":"h4451"},"h4452":{"pronunciation":"maw-lats'","unicode":"מָלַץ","translit":"mâlats","definition":"a primitive root; to be smooth, i.e. (figuratively) pleasant; be sweet.","strongs_number":"h4452"},"h4453":{"pronunciation":"mel-tsawr'","unicode":"מֶלְצָר","translit":"meltsâr","definition":"of Persian derivation; the butler or other officer in the Babylonian court; Melzar.","strongs_number":"h4453"},"h4454":{"pronunciation":"maw-lak'","unicode":"מָלַק","translit":"mâlaq","definition":"a primitive root; to crack a joint; by implication, to wring the neck of a fowl (without separating it); wring off.","strongs_number":"h4454"},"h4455":{"pronunciation":"mal-ko'-akh","unicode":"מַלְקוֹחַ","translit":"malqôwach","definition":"from {{h3947}}; transitively (in dual) the jaws (as taking food); intransitively, spoil [and captives] (as taken); booty, jaws, prey.","strongs_number":"h4455"},"h4456":{"pronunciation":"mal-koshe'","unicode":"מַלְקוֹשׁ","translit":"malqôwsh","definition":"from {{h3953}}; (compare {{h3954}}); the spring rain; figuratively, eloquence; latter rain.","strongs_number":"h4456"},"h4457":{"pronunciation":"mel-kawkh'","unicode":"מֶלְקָח","translit":"melqâch","definition":"or מַלְקָח; from {{h3947}}; (only in dual) tweezers; snuffers, tongs.","strongs_number":"h4457"},"h4458":{"pronunciation":"mel-taw-khaw'","unicode":"מֶלְתָּחָה","translit":"meltâchâh","definition":"from an unused root meaning to spread out; a wardrobe (i.e. room where clothing is spread); vestry.","strongs_number":"h4458"},"h4459":{"pronunciation":"mal-taw-aw'","unicode":"מַלְתָּעָה","translit":"maltâʻâh","definition":"transp. for {{h4973}}; a grinder, i.e. back tooth; great tooth.","strongs_number":"h4459"},"h4460":{"pronunciation":"mam-meg-oo-raw'","unicode":"מַמְּגֻרָה","translit":"mammᵉgurâh","definition":"from {{h4048}} (in the sense of depositing); a granary; barn.","strongs_number":"h4460"},"h4461":{"pronunciation":"may-mad'","unicode":"מֵמַד","translit":"mêmad","definition":"from {{h4058}}; a measure; measure.","strongs_number":"h4461"},"h4462":{"pronunciation":"mem-oo-kawn'","unicode":"מְמוּכָן","translit":"Mᵉmûwkân","definition":"or (transp.) מוֹמֻכָן; (Esther 1:16), of Persian derivation; Memucan or Momucan, a Persian satrap; Memucan.","strongs_number":"h4462"},"h4463":{"pronunciation":"maw-mothe'","unicode":"מָמוֹת","translit":"mâmôwth","definition":"from {{h4191}}; a mortal disease; concretely, a corpse; death.","strongs_number":"h4463"},"h4464":{"pronunciation":"mam-zare'","unicode":"מַמְזֵר","translit":"mamzêr","definition":"from an unused root meaning to alienate; a mongrel, i.e. born of a Jewish father and a heathen mother; bastard.","strongs_number":"h4464"},"h4465":{"pronunciation":"mim-kawr'","unicode":"מִמְכָּר","translit":"mimkâr","definition":"from {{h4376}}; merchandise; abstractly, a selling; × ought, (that which cometh of) sale, that which...sold, ware.","strongs_number":"h4465"},"h4466":{"pronunciation":"mim-keh'-reth","unicode":"מִמְכֶּרֶת","translit":"mimkereth","definition":"feminine of {{h4465}}; a sale; sold as.","strongs_number":"h4466"},"h4467":{"pronunciation":"mam-law-kaw'","unicode":"מַמְלָכָה","translit":"mamlâkâh","definition":"from {{h4427}}; dominion, i.e. (abstractly) the estate (rule) or (concretely) the country (realm); kingdom, king's, reign, royal.","strongs_number":"h4467"},"h4468":{"pronunciation":"mam-law-kooth'","unicode":"מַמְלָכוּת","translit":"mamlâkûwth","definition":"a form of {{h4467}} and equiv. to it; kingdom, reign.","strongs_number":"h4468"},"h4469":{"pronunciation":"mam-sawk'","unicode":"מַמְסָךְ","translit":"mamçâk","definition":"from {{h4537}}; mixture, i.e. (specifically) wine mixed (with water or spices); drink-offering, mixed wine.","strongs_number":"h4469"},"h4470":{"pronunciation":"meh'-mer","unicode":"מֶמֶר","translit":"memer","definition":"from an unused root meaning to grieve; sorrow; bitterness.","strongs_number":"h4470"},"h4471":{"pronunciation":"mam-ray'","unicode":"מַמְרֵא","translit":"Mamrêʼ","definition":"from {{h4754}}(in the sense of vigor); lusty; Mamre, an Amorite; Mamre.","strongs_number":"h4471"},"h4472":{"pronunciation":"mam-rore'","unicode":"מַמְרֹר","translit":"mamrôr","definition":"from {{h4843}}; a bitterness, i.e. (figuratively) calamity; bitterness.","strongs_number":"h4472"},"h4473":{"pronunciation":"mim-shakh'","unicode":"מִמְשַׁח","translit":"mimshach","definition":"from {{h4886}}, in the sense of expansion; outspread (i.e. with outstretched wings); anointed.","strongs_number":"h4473"},"h4474":{"pronunciation":"mim-shawl'","unicode":"מִמְשָׁל","translit":"mimshâl","definition":"from {{h4910}}; a ruler or (abstractly) rule; dominion, that ruled.","strongs_number":"h4474"},"h4475":{"pronunciation":"mem-shaw-law'","unicode":"מֶמְשָׁלָה","translit":"memshâlâh","definition":"feminine of {{h4474}}; rule; also (concretely in plural) a realm or a ruler; dominion, government, power, to rule.","strongs_number":"h4475"},"h4476":{"pronunciation":"mim-shawk'","unicode":"מִמְשָׁק","translit":"mimshâq","definition":"from the same as {{h4943}}; a possession; breeding.","strongs_number":"h4476"},"h4477":{"pronunciation":"mam-tak'","unicode":"מַמְתַּק","translit":"mamtaq","definition":"from {{h4985}}; something sweet (literally or figuratively); (most) sweet.","strongs_number":"h4477"},"h4478":{"pronunciation":"mawn","unicode":"מָן","translit":"mân","definition":"from {{h4100}}; literally a whatness (so to speak), i.e. manna (so called from the question about it); manna.","strongs_number":"h4478"},"h4479":{"pronunciation":"mawn","unicode":"מָן","translit":"mân","definition":"(Aramaic) from {{h4101}}; who or what (properly, interrogatively, hence, also indefinitely and relatively); what, who(-msoever, -so).","strongs_number":"h4479"},"h4480":{"pronunciation":"min","unicode":"מִן","translit":"min","definition":"or מִנִּי; or מִנֵּי; (constructive plural) (Isaiah 30:11); for {{h4482}}; properly, a part of; hence (prepositionally), from or out of in many senses; above, after, among, at, because of, by (reason of), from (among), in, × neither, × nor, (out) of, over, since, × then, through, × whether, with.","strongs_number":"h4480"},"h4481":{"pronunciation":"min","unicode":"מִן","translit":"min","definition":"(Aramaic) corresponding to {{h4480}}; according, after, because, before, by, for, from, × him, × more than, (out) of, part, since, × these, to, upon, when.","strongs_number":"h4481"},"h4482":{"pronunciation":"mane","unicode":"מֵן","translit":"mên","definition":"from an unused root meaning to apportion; a part; hence, a musical chord (as parted into strings); in [the same] (Psalm 68:23), stringed instrument (Psalm 150:4), whereby (Psalm 45:8 [defective plural]).","strongs_number":"h4482"},"h4483":{"pronunciation":"men-aw'","unicode":"מְנָא","translit":"mᵉnâʼ","definition":"(Aramaic) or מְנָה; (Aramaic), corresponding to {{h4487}}; to count, appoint; number, ordain, set.","strongs_number":"h4483"},"h4484":{"pronunciation":"men-ay'","unicode":"מְנֵא","translit":"mᵉnêʼ","definition":"(Aramaic) passive participle of {{h4483}}; numbered; Mene.","strongs_number":"h4484"},"h4485":{"pronunciation":"man-ghee-naw'","unicode":"מַנְגִּינָה","translit":"mangîynâh","definition":"from {{h5059}}; a satire; music.","strongs_number":"h4485"},"h4486":{"pronunciation":"man-dah'","unicode":"מַנְדַּע","translit":"mandaʻ","definition":"(Aramaic) corresponding to {{h4093}}; wisdom or intelligence; knowledge, reason, understanding.","strongs_number":"h4486"},"h4487":{"pronunciation":"maw-naw'","unicode":"מָנָה","translit":"mânâh","definition":"a primitive root; properly, to weigh out; by implication, to allot or constitute officially; also to enumerate or enroll; appoint, count, number, prepare, set, tell.","strongs_number":"h4487"},"h4488":{"pronunciation":"maw-neh'","unicode":"מָנֶה","translit":"mâneh","definition":"from {{h4487}}; properly, a fixed weight or measured amount, i.e. (techn.) a maneh or mina; maneh, pound.","strongs_number":"h4488"},"h4489":{"pronunciation":"mo-neh'","unicode":"מֹנֶה","translit":"môneh","definition":"from {{h4487}}; properly, something weighed out, i.e. (figuratively) a portion of time, i.e. an instance; time.","strongs_number":"h4489"},"h4490":{"pronunciation":"maw-naw'","unicode":"מָנָה","translit":"mânâh","definition":"from {{h4487}}; properly, something weighed out, i.e. (generally) a division; specifically (of food) a ration; also a lot; such things as belonged, part, portion.","strongs_number":"h4490"},"h4491":{"pronunciation":"min-hawg'","unicode":"מִנְהָג","translit":"minhâg","definition":"from {{h5090}}; the driving (of a chariot); driving.","strongs_number":"h4491"},"h4492":{"pronunciation":"min-haw-raw'","unicode":"מִנְהָרָה","translit":"minhârâh","definition":"from {{h5102}}; properly, a channel or fissure, i.e. (by implication) a cavern; den.","strongs_number":"h4492"},"h4493":{"pronunciation":"maw-node'","unicode":"מָנוֹד","translit":"mânôwd","definition":"from {{h5110}}; a nodding or toss (of the head in derision); shaking.","strongs_number":"h4493"},"h4494":{"pronunciation":"maw-no'-akh","unicode":"מָנוֹחַ","translit":"mânôwach","definition":"from {{h5117}}; quiet, i.e. (concretely) a settled spot, or (figuratively) a home; (place of) rest.","strongs_number":"h4494"},"h4495":{"pronunciation":"maw-no'-akh","unicode":"מָנוֹחַ","translit":"Mânôwach","definition":"the same as {{h4494}}; rest; Manoach, an Israelite; Manoah.","strongs_number":"h4495"},"h4496":{"pronunciation":"men-oo-khaw'","unicode":"מְנוּחָה","translit":"mᵉnûwchâh","definition":"or מְנֻחָה; feminine of {{h4495}}; repose or (adverbially) peacefully; figuratively, consolation (specifically, matrimony); hence (concretely) an abode; comfortable, ease, quiet, rest(-ing place), still.","strongs_number":"h4496"},"h4497":{"pronunciation":"maw-nohn'","unicode":"מָנוֹן","translit":"mânôwn","definition":"from {{h5125}}; a continuator, i.e. heir; son.","strongs_number":"h4497"},"h4498":{"pronunciation":"maw-noce'","unicode":"מָנוֹס","translit":"mânôwç","definition":"from {{h5127}}; a retreat (literally or figuratively); abstractly, a fleeing; × apace, escape, way to flee, flight, refuge.","strongs_number":"h4498"},"h4499":{"pronunciation":"men-oo-saw'","unicode":"מְנוּסָה","translit":"mᵉnûwçâh","definition":"or מְנֻסָה; feminine of {{h4498}}; retreat; fleeing, flight.","strongs_number":"h4499"},"h4500":{"pronunciation":"maw-nore'","unicode":"מָנוֹר","translit":"mânôwr","definition":"from {{h5214}}; a yoke (properly, for plowing), i.e. the frame of a loom; beam.","strongs_number":"h4500"}}