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
+ {"h2601":{"pronunciation":"khan-am-ale'","unicode":"חֲנַמְאֵל","translit":"Chănamʼêl","definition":"probably by orthographical variation for {{h2606}}; Chanamel, an Israelite; Hanameel.","strongs_number":"h2601"},"h2602":{"pronunciation":"khan-aw-mawl'","unicode":"חֲנָמָל","translit":"chănâmâl","definition":"of uncertain derivation; perhaps the aphis or plantlouse; frost.","strongs_number":"h2602"},"h2603":{"pronunciation":"khaw-nan'","unicode":"חָנַן","translit":"chânan","definition":"a primitive root (compare {{h2583}}); properly, to bend or stoop in kindness to an inferior; to favor, bestow; causatively to implore (i.e. move to favor by petition); beseech, × fair, (be, find, shew) favour(-able), be (deal, give, grant (gracious(-ly), intreat, (be) merciful, have (shew) mercy (on, upon), have pity upon, pray, make supplication, × very.","strongs_number":"h2603"},"h2604":{"pronunciation":"khan-an'","unicode":"חֲנַן","translit":"chănan","definition":"(Aramaic) corresponding to {{h2603}}; to favor or (causatively) to entreat; shew mercy, make supplication.","strongs_number":"h2604"},"h2605":{"pronunciation":"khaw-nawn'","unicode":"חָנָן","translit":"Chânân","definition":"from {{h2603}}; favor; Chanan, the name of seven Israelites; Canan.","strongs_number":"h2605"},"h2606":{"pronunciation":"khan-an-ale'","unicode":"חֲנַנְאֵל","translit":"Chănanʼêl","definition":"from {{h2603}} and {{h410}}; God has favored; Chananel, probably an Israelite, from whom a tower of Jerusalem was named; Hananeel.","strongs_number":"h2606"},"h2607":{"pronunciation":"khan-aw-nee'","unicode":"חֲנָנִי","translit":"Chănânîy","definition":"from {{h2603}}; gracious; Chanani, the name of six Israelites; Hanani.","strongs_number":"h2607"},"h2608":{"pronunciation":"khan-an-yaw'","unicode":"חֲנַנְיָה","translit":"Chănanyâh","definition":"or חֲנַנְיָהוּ; from {{h2603}} and {{h3050}}; Jah has favored; Chananjah, the name of thirteen Israelites; Hananiah.","strongs_number":"h2608"},"h2609":{"pronunciation":"khaw-nace'","unicode":"חָנֵס","translit":"Chânêç","definition":"of Egyptian derivation; Chanes, a place in Egypt; Hanes.","strongs_number":"h2609"},"h2610":{"pronunciation":"khaw-nafe'","unicode":"חָנֵף","translit":"chânêph","definition":"a primitive root; to soil, especially in a moral sense; corrupt, defile, × greatly, pollute, profane.","strongs_number":"h2610"},"h2611":{"pronunciation":"khaw-nafe'","unicode":"חָנֵף","translit":"chânêph","definition":"from {{h2610}}; soiled (i.e. with sin), impious; hypocrite(-ical).","strongs_number":"h2611"},"h2612":{"pronunciation":"kho'-nef","unicode":"חֹנֶף","translit":"chôneph","definition":"from {{h2610}}; moral filth, i.e. wickedness; hypocrisy.","strongs_number":"h2612"},"h2613":{"pronunciation":"khan-oo-faw'","unicode":"חֲנֻפָה","translit":"chănuphâh","definition":"feminine from {{h2610}}; impiety; profaneness.","strongs_number":"h2613"},"h2614":{"pronunciation":"khaw-nak'","unicode":"חָנַק","translit":"chânaq","definition":"a primitive root (compare {{h2596}}); to be narrow; by implication, to throttle, or (reflex.) to choke oneself to death (by a rope); hang self, strangle.","strongs_number":"h2614"},"h2615":{"pronunciation":"khan-naw-thone'","unicode":"חַנָּתֹן","translit":"Channâthôn","definition":"probably from {{h2603}}; favored; Channathon, a place in Palestine; Hannathon.","strongs_number":"h2615"},"h2616":{"pronunciation":"khaw-sad'","unicode":"חָסַד","translit":"châçad","definition":"a primitive root; properly, perhaps to bow (the neck only [compare {{h2603}}] in courtesy to an equal), i.e. to be kind; also (by euphemistically [compare {{h1288}}], but rarely) to reprove; shew self merciful, put to shame.","strongs_number":"h2616"},"h2617":{"pronunciation":"kheh'-sed","unicode":"חֶסֶד","translit":"cheçed","definition":"from {{h2616}}; kindness; by implication (towards God) piety; rarely (by opposition) reproof, or (subject.) beauty; favour, good deed(-liness, -ness), kindly, (loving-) kindness, merciful (kindness), mercy, pity, reproach, wicked thing.","strongs_number":"h2617"},"h2618":{"pronunciation":"kheh'-sed","unicode":"חֶסֶד","translit":"Cheçed","definition":"the same as {{h2617}}; favor; Chesed, an Israelite; Hesed.","strongs_number":"h2618"},"h2619":{"pronunciation":"khas-ad-yaw'","unicode":"חֲסַדְיָה","translit":"Chăçadyâh","definition":"from {{h2617}} and {{h3050}}; Jah has favored; Chasadjah, an Israelite; Hasadiah.","strongs_number":"h2619"},"h2620":{"pronunciation":"khaw-saw'","unicode":"חָסָה","translit":"châçâh","definition":"a primitive root; (compare {{h982}}); to flee for protection; figuratively, to confide in; have hope, make refuge, (put) trust.","strongs_number":"h2620"},"h2621":{"pronunciation":"kho-saw'","unicode":"חֹסָה","translit":"Chôçâh","definition":"from {{h2620}}; hopeful; Chosah, an Israelite; also a place in Palestine; Hosah.","strongs_number":"h2621"},"h2622":{"pronunciation":"khaw-sooth'","unicode":"חָסוּת","translit":"châçûwth","definition":"from {{h2620}}; confidence; trust.","strongs_number":"h2622"},"h2623":{"pronunciation":"khaw-seed'","unicode":"חָסִיד","translit":"châçîyd","definition":"from {{h2616}}; properly, kind, i.e. (religiously) pious (a saint); godly (man), good, holy (one), merciful, saint, (un-) godly.","strongs_number":"h2623"},"h2624":{"pronunciation":"khas-ee-daw'","unicode":"חֲסִידָה","translit":"chăçîydâh","definition":"feminine of {{h2623}}; the kind (maternal) bird, i.e. a stork; × feather, stork.","strongs_number":"h2624"},"h2625":{"pronunciation":"khaw-seel'","unicode":"חָסִיל","translit":"châçîyl","definition":"from {{h2628}}; the ravager, i.e. a locust; caterpillar.","strongs_number":"h2625"},"h2626":{"pronunciation":"khas-een'","unicode":"חֲסִין","translit":"chăçîyn","definition":"from {{h2630}}; properly, firm, i.e. (by implication) mighty; strong.","strongs_number":"h2626"},"h2627":{"pronunciation":"khas-seer'","unicode":"חַסִּיר","translit":"chaççîyr","definition":"(Aramaic) from a root corresponding to {{h2637}}; deficient; wanting.","strongs_number":"h2627"},"h2628":{"pronunciation":"khaw-sal'","unicode":"חָסַל","translit":"châçal","definition":"a primitive root; to eat off; consume.","strongs_number":"h2628"},"h2629":{"pronunciation":"khaw-sam'","unicode":"חָסַם","translit":"châçam","definition":"a primitive root; to muzzle; by analogy, to stop the nose; muzzle, stop.","strongs_number":"h2629"},"h2630":{"pronunciation":"khaw-san'","unicode":"חָסַן","translit":"châçan","definition":"a primitive root; properly, to (be) compact; by implication, to hoard; lay up.","strongs_number":"h2630"},"h2631":{"pronunciation":"khas-an'","unicode":"חֲסַן","translit":"chăçan","definition":"(Aramaic) corresponding to {{h2630}}; to hold in occupancy; possess.","strongs_number":"h2631"},"h2632":{"pronunciation":"khay'-sen","unicode":"חֵסֶן","translit":"chêçen","definition":"(Aramaic) from {{h2631}}; strength; power.","strongs_number":"h2632"},"h2633":{"pronunciation":"kho'-sen","unicode":"חֹסֶן","translit":"chôçen","definition":"from {{h2630}}; wealth; riches, strength, treasure.","strongs_number":"h2633"},"h2634":{"pronunciation":"khaw-sone'","unicode":"חָסֹן","translit":"châçôn","definition":"from {{h2630}}; powerful; strong.","strongs_number":"h2634"},"h2635":{"pronunciation":"khas-af'","unicode":"חֲסַף","translit":"chăçaph","definition":"(Aramaic) from a root corresponding to that of {{h2636}}; a clod; clay.","strongs_number":"h2635"},"h2636":{"pronunciation":"khas-pas'","unicode":"חַסְפַּס","translit":"chaçpaç","definition":"reduplicated from an unused root meaning apparently to peel; a shred or scale; round thing.","strongs_number":"h2636"},"h2637":{"pronunciation":"khaw-sare'","unicode":"חָסֵר","translit":"châçêr","definition":"a primitive root; to lack; by implication, to fail, want, lessen; be abated, bereave, decrease, (cause to) fail, (have) lack, make lower, want.","strongs_number":"h2637"},"h2638":{"pronunciation":"khaw-sare'","unicode":"חָסֵר","translit":"châçêr","definition":"from {{h2637}}; lacking; hence, without; destitute, fail, lack, have need, void, want.","strongs_number":"h2638"},"h2639":{"pronunciation":"kheh'-ler","unicode":"חֶסֶר","translit":"cheçer","definition":"from {{h2637}}; lack; hence, destitution; poverty, want.","strongs_number":"h2639"},"h2640":{"pronunciation":"kho'-ser","unicode":"חֹסֶר","translit":"chôçer","definition":"from {{h2637}}; poverty; in want of.","strongs_number":"h2640"},"h2641":{"pronunciation":"khas-raw'","unicode":"חַסְרָה","translit":"Chaçrâh","definition":"from {{h2637}}; want; Chasrah, an Israelite; Hasrah.","strongs_number":"h2641"},"h2642":{"pronunciation":"khes-rone'","unicode":"חֶסְרוֹן","translit":"cheçrôwn","definition":"from {{h2637}}; deficiency; wanting.","strongs_number":"h2642"},"h2643":{"pronunciation":"khaf","unicode":"חַף","translit":"chaph","definition":"from {{h2653}} (in the moral sense of covered from soil); pure; innocent.","strongs_number":"h2643"},"h2644":{"pronunciation":"khaw-faw'","unicode":"חָפָא","translit":"châphâʼ","definition":"an orthographical variation of {{h2645}}; properly, to cover, i.e. (in a sinister sense) to act covertly; do secretly.","strongs_number":"h2644"},"h2645":{"pronunciation":"khaw-faw'","unicode":"חָפָה","translit":"châphâh","definition":"a primitive root (compare {{h2644}}, {{h2653}}); to cover; by implication, to veil, to encase, protect; ceil, cover, overlay.","strongs_number":"h2645"},"h2646":{"pronunciation":"khoop-paw'","unicode":"חֻפָּה","translit":"chuppâh","definition":"from {{h2645}}; a canopy; chamber, closet, defence.","strongs_number":"h2646"},"h2647":{"pronunciation":"khoop-paw'","unicode":"חֻפָּה","translit":"Chuppâh","definition":"the same as {{h2646}}; Chuppah, an Israelite; Huppah.","strongs_number":"h2647"},"h2648":{"pronunciation":"khaw-faz'","unicode":"חָפַז","translit":"châphaz","definition":"a primitive root; properly, to start up suddenly, i.e. (by implication) to hasten away, to fear; (make) haste (away), tremble.","strongs_number":"h2648"},"h2649":{"pronunciation":"khip-paw-zone'","unicode":"חִפָּזוֹן","translit":"chippâzôwn","definition":"from {{h2468}}; hasty flight; haste.","strongs_number":"h2649"},"h2650":{"pronunciation":"khoop-peem'","unicode":"חֻפִּים","translit":"Chuppîym","definition":"plural of {{h2646}} (compare {{h2349}}); Chuppim, an Israelite; Huppim.","strongs_number":"h2650"},"h2651":{"pronunciation":"kho'-fen","unicode":"חֹפֶן","translit":"chôphen","definition":"from an unused root of uncertain signification; a fist (only in the dual); fists, (both) hands, hand(-ful).","strongs_number":"h2651"},"h2652":{"pronunciation":"khof-nee'","unicode":"חׇפְנִי","translit":"Chophnîy","definition":"from {{h2651}}; perhaps pugilist; Chophni, an Israelite; Hophni.","strongs_number":"h2652"},"h2653":{"pronunciation":"khaw-faf'","unicode":"חׇפַף","translit":"chophaph","definition":"a primitive root (compare {{h2645}}, {{h3182}}); to cover (in protection); cover.","strongs_number":"h2653"},"h2654":{"pronunciation":"khaw-fates'","unicode":"חָפֵץ","translit":"châphêts","definition":"a primitive root; properly, to incline to; by implication (literally but rarely) to bend; figuratively, to be pleased with, desire; × any at all, (have, take) delight, desire, favour, like, move, be (well) pleased, have pleasure, will, would.","strongs_number":"h2654"},"h2655":{"pronunciation":"khaw-fates'","unicode":"חָפֵץ","translit":"châphêts","definition":"from {{h2654}}; pleased with; delight in, desire, favour, please, have pleasure, whosoever would, willing, wish.","strongs_number":"h2655"},"h2656":{"pronunciation":"khay'-fets","unicode":"חֵפֶץ","translit":"chêphets","definition":"from {{h2654}}; pleasure; hence (abstractly) desire; concretely, a valuable thing; hence (by extension) a matter (as something in mind); acceptable, delight(-some), desire, things desired, matter, pleasant(-ure), purpose, willingly.","strongs_number":"h2656"},"h2657":{"pronunciation":"khef-tsee'baw","unicode":"חֶפְצִי בָּהּ","translit":"Chephtsîy bâhh","definition":"from {{h2656}} with suffixes; my delight (is) in her; Cheptsi-bah, a fanciful name for Palestine; Hephzi-bah.","strongs_number":"h2657"},"h2658":{"pronunciation":"khaw-far'","unicode":"חָפַר","translit":"châphar","definition":"a primitive root; properly, to pry into; by implication, to delve, to explore; dig, paw, search out, seek.","strongs_number":"h2658"},"h2659":{"pronunciation":"khaw-fare'","unicode":"חָפֵר","translit":"châphêr","definition":"a primitive root (perhaps rather the same as {{h2658}} through the idea of detection); to blush; figuratively, to be ashamed, disappointed; causatively, to shame, reproach; be ashamed, be confounded, be brought to confusion (unto shame), come (be put to) shame, bring reproach.","strongs_number":"h2659"},"h2660":{"pronunciation":"khay'-fer","unicode":"חֵפֶר","translit":"Chêpher","definition":"from {{h2658}} or {{h2659}}; a pit of shame; Chepher, a place in Palestine; also the name of three Israelites; Hepher.","strongs_number":"h2660"},"h2661":{"pronunciation":"khaf-ore'","unicode":"חֲפֹר","translit":"chăphôr","definition":"from {{h2658}}; a hole; only in connection with {{h6512}}, which ought rather to be joined as one word, thus חַפַרְפֵּרָה; by reduplication from {{h2658}}; a burrower, i.e. probably a rat; mole.","strongs_number":"h2661"},"h2662":{"pronunciation":"khef-ree'","unicode":"חֶפְרִי","translit":"Chephrîy","definition":"patronymically from {{h2660}}; a Chephrite (collectively) or descendants of Chepher; Hepherites.","strongs_number":"h2662"},"h2663":{"pronunciation":"khaf-aw-rah'-yim","unicode":"חֲפָרַיִם","translit":"Chăphârayim","definition":"dual of {{h2660}}; double pit; Chapharajim, a place in Palestine; Haphraim.","strongs_number":"h2663"},"h2664":{"pronunciation":"khaw-fas'","unicode":"חָפַשׂ","translit":"châphas","definition":"a primitive root; to seek; causatively, to conceal oneself (i.e. let be sought), or mask; change, (make) diligent (search), disquise self, hide, search (for, out).","strongs_number":"h2664"},"h2665":{"pronunciation":"khay'-fes","unicode":"חֵפֶשׂ","translit":"chêphes","definition":"from {{h2664}}; something covert, i.e. a trick; search.","strongs_number":"h2665"},"h2666":{"pronunciation":"khaw-fash'","unicode":"חָפַשׁ","translit":"châphash","definition":"a primitive root; to spread loose; figuratively, to manumit; be free.","strongs_number":"h2666"},"h2667":{"pronunciation":"kho'-fesh","unicode":"חֹפֶשׁ","translit":"Chôphesh","definition":"from {{h2666}}; something spread loosely, i.e. a carpet; precious.","strongs_number":"h2667"},"h2668":{"pronunciation":"khoof-shaw'","unicode":"חֻפְשָׁה","translit":"chuphshâh","definition":"from {{h2666}}; liberty (from slavery); freedom.","strongs_number":"h2668"},"h2669":{"pronunciation":"khof-shooth'","unicode":"חׇפְשׁוּת","translit":"chophshûwth","definition":"and חׇפְשִׁית; from {{h2666}}; (with {{h1004}}, a hospital); prostration by sickness; several.","strongs_number":"h2669"},"h2670":{"pronunciation":"khof-shee'","unicode":"חׇפְשִׁי","translit":"chophshîy","definition":"from {{h2666}}; exempt (from bondage, tax or care); free, liberty.","strongs_number":"h2670"},"h2671":{"pronunciation":"khayts","unicode":"חֵץ","translit":"chêts","definition":"from {{h2686}}; also by interchange for {{h6086}}; properly, a piercer, i.e. an arrow; by implication, a wound; figuratively, (of God) thunder-bolt; the shaft of a spear; archer, arrow, dart, shaft, staff, wound.","strongs_number":"h2671"},"h2672":{"pronunciation":"khaw-tsab'","unicode":"חָצַב","translit":"châtsab","definition":"or חָצֵב; a primitive root; to cut or carve (wood, stone or other material); by implication, to hew, split, square, quarry, engrave; cut, dig, divide, grave, hew (out, -er), made, mason.","strongs_number":"h2672"},"h2673":{"pronunciation":"khaw-tsaw'","unicode":"חָצָה","translit":"châtsâh","definition":"a primitive root (compare {{h2086}})); to cut or split in two; to halve; divide, × live out half, reach to the midst, participle","strongs_number":"h2673"},"h2674":{"pronunciation":"khaw-tsore'","unicode":"חָצוֹר","translit":"Châtsôwr","definition":"a collective form of {{h2691}}; village; Chatsor, the name (thus simply) of two places in Palestine and of one in Arabia; Hazor.","strongs_number":"h2674"},"h2675":{"pronunciation":"khaw-tsore' khad-attaw'","unicode":"חָצוֹר חֲדַתָּה","translit":"Châtsôwr Chădattâh","definition":"from {{h2674}} and a Aramaizing form of the feminine of {{h2319}} (compare {{h2323}}); new Chatsor, a place in Palestine; Hazor, Hadattah (as if two places).","strongs_number":"h2675"},"h2676":{"pronunciation":"khaw-tsoth'","unicode":"חָצוֹת","translit":"châtsôwth","definition":"from {{h2673}}; the middle (of the night); mid(-night).","strongs_number":"h2676"},"h2677":{"pronunciation":"khay-tsee'","unicode":"חֵצִי","translit":"chêtsîy","definition":"from {{h2673}}; the half or middle; half, middle, mid(-night), midst, part, two parts.","strongs_number":"h2677"},"h2678":{"pronunciation":"khits-tsee'","unicode":"חִצִּי","translit":"chitstsîy","definition":"or חֵצִי; prolongation from {{h2671}}; an arrow; arrow.","strongs_number":"h2678"},"h2679":{"pronunciation":"chat-tsee' hammen-oo-khoth'","unicode":"חֲצִי הַמְּנֻחוֹת","translit":"Chătsîy ham-Mᵉnuchôwth","definition":"from {{h2677}} and the plural of {{h4496}}, with the article interposed; midst of the resting-places; Chatsi-ham-Menuchoth, an Israelite; half of the Manahethites.","strongs_number":"h2679"},"h2680":{"pronunciation":"khat-see' ham-menakh-tee'","unicode":"חֲצִי הַמְּנַחְתִּי","translit":"Chătsîy ham-Mᵉnachtîy","definition":"patronymically from {{h2679}}; a Chatsi-ham-Menachtite or descendant of Chatsi-ham-Menuchoth; half of the Manahethites.","strongs_number":"h2680"},"h2681":{"pronunciation":"khaw-tseer'","unicode":"חָצִיר","translit":"châtsîyr","definition":"a collateral form of {{h2691}}; a court or abode; court.","strongs_number":"h2681"},"h2682":{"pronunciation":"khaw-tseer'","unicode":"חָצִיר","translit":"châtsîyr","definition":"perhaps originally the same as {{h2681}}, from the greenness of a courtyard; grass; also a leek (collectively); grass, hay, herb, leek.","strongs_number":"h2682"},"h2683":{"pronunciation":"khay'-tsen","unicode":"חֵצֶן","translit":"chêtsen","definition":"from an unused root meaning to hold firmly; the bosom (as comprised between the arms); bosom.","strongs_number":"h2683"},"h2684":{"pronunciation":"kho'tsen","unicode":"חֹצֶן","translit":"chôtsen","definition":"a collateral form of {{h2683}}, and meaning the same; arm, lap.","strongs_number":"h2684"},"h2685":{"pronunciation":"khats-af'","unicode":"חֲצַף","translit":"chătsaph","definition":"(Aramaic) a primitive root; properly, to shear or cut close; figuratively, to be severe; hasty, be urgent.","strongs_number":"h2685"},"h2686":{"pronunciation":"khaw-tsats'","unicode":"חָצַץ","translit":"châtsats","definition":"a primitive root (compare {{h2673}}); also as denominative from {{h2671}}; properly, to chop into, pierce or sever; hence, to curtail, to distribute (into ranks); to shoot an arrow; archer, × bands, cut off in the midst.","strongs_number":"h2686"},"h2687":{"pronunciation":"khaw-tsawts'","unicode":"חָצָץ","translit":"châtsâts","definition":"from {{h2687}};\talso like {{h2671}}; properly, something cutting; hence, gravel (as grit); an arrow; arrow, gravel (stone).","strongs_number":"h2687"},"h2688":{"pronunciation":"khats-ets-one' taw-mawr'","unicode":"חַצְצוֹן תָּמָר","translit":"Chatsᵉtsôwn Tâmâr","definition":"or חַצֲצֹן תָּמָר; from {{h2686}} and {{h8558}}; division (i.e. perhaps row) of (the) palm-tree; Chatsetson-tamar, a place in Palestine; Hazezon-tamar.","strongs_number":"h2688"},"h2689":{"pronunciation":"khats-o-tser-aw'","unicode":"חֲצֹצְרָה","translit":"chătsôtsᵉrâh","definition":"by reduplication from {{h2690}}; a trumpet (from its sundered or quavering note); trumpet(-er).","strongs_number":"h2689"},"h2690":{"pronunciation":"khaw-tsar'","unicode":"חָצַר","translit":"châtsar","definition":"a primitive root; properly, to surround with a stockade, and thus separate from the open country; but used only in the reduplicated form חֲצֹצֵר; or (2 Chronicles 5:12) חֲצֹרֵר; as dem. from {{h2689}}; to trumpet, i.e. blow on that instrument; blow, sound, trumpeter.","strongs_number":"h2690"},"h2691":{"pronunciation":"khaw-tsare'","unicode":"חָצֵר","translit":"châtsêr","definition":"(masculine and feminine); from {{h2690}} in its original sense; a yard (as inclosed by a fence); also a hamlet (as similarly surrounded with walls); court, tower, village.","strongs_number":"h2691"},"h2692":{"pronunciation":"khats-ar' addawr'","unicode":"חֲצַר אַדָּר","translit":"Chătsar ʼAddâr","definition":"from {{h2691}} and {{h146}}; (the) village of Addar; Chatsar-Addar, a place in Palestine; Hazar-addar.","strongs_number":"h2692"},"h2693":{"pronunciation":"khats-ar' gad-daw'","unicode":"חֲצַר גַּדָּה","translit":"Chătsar Gaddâh","definition":"from {{h2691}} and a feminine of {{h1408}}; (the) village of (female) Fortune; Chatsar-Gaddah, a place in Palestine; Hazar-gaddah.","strongs_number":"h2693"},"h2694":{"pronunciation":"khats-ar' hat-tee-kone'","unicode":"חֲצַר הַתִּיכוֹן","translit":"Chătsar hat-Tîykôwn","definition":"from {{h2691}} and {{h8484}} with the article interposed; village of the middle; Chatsar-hat-Tikon, a place in Palestine; Hazar-hatticon.","strongs_number":"h2694"},"h2695":{"pronunciation":"khets-ro'","unicode":"חֶצְרוֹ","translit":"Chetsrôw","definition":"by an orthographical variation for {{h2696}}; enclosure; Chetsro, an Israelite; Hezro, Hezrai.","strongs_number":"h2695"},"h2696":{"pronunciation":"khets-rone'","unicode":"חֶצְרוֹן","translit":"Chetsrôwn","definition":"from {{h2691}}; court-yard; Chetsron, the name of a place in Palestine; also of two Israelites; Hezron.","strongs_number":"h2696"},"h2697":{"pronunciation":"khets-ro-nee'","unicode":"חֶצְרוֹנִי","translit":"Chetsrôwnîy","definition":"patronymically from {{h2696}}; a Chetsronite or (collectively) descendants of Chetsron; Hezronites.","strongs_number":"h2697"},"h2698":{"pronunciation":"khats-ay-roth'","unicode":"חֲצֵרוֹת","translit":"Chătsêrôwth","definition":"feminine plural of {{h2691}}; yards; Chatseroth, a place in Palestine; Hazeroth.","strongs_number":"h2698"},"h2699":{"pronunciation":"khats-ay-reem'","unicode":"חֲצֵרִים","translit":"Chătsêrîym","definition":"plural masculine of {{h2691}}; yards; Chatserim, a place in Palestine; Hazerim","strongs_number":"h2699"},"h2700":{"pronunciation":"khats-ar-maw'-veth","unicode":"חֲצַרְמָוֶת","translit":"Chătsarmâveth","definition":"from {{h2691}} and {{h4194}}; village of death; Chatsarmaveth, a place in Arabia; Hazarmaveth.","strongs_number":"h2700"}}
@@ -0,0 +1 @@
1
+ {"h2701":{"pronunciation":"khats-ar'soo-saw'","unicode":"חֲצַר סוּסָה","translit":"Chătsar Çûwçâh","definition":"from {{h2691}} and {{h5484}}; village of cavalry; Chatsar-Susah, a place in Palestine; Hazar-susah.","strongs_number":"h2701"},"h2702":{"pronunciation":"khats-ar' soo-seem'","unicode":"חֲצַר סוּסִים","translit":"Chătsar Çûwçîym","definition":"from {{h2691}} and the plural of {{h5483}}; village of horses; Chatsar-Susim, a place in Palestine; Hazar-susim.","strongs_number":"h2702"},"h2703":{"pronunciation":"khats-ar' ay-none'","unicode":"חֲצַר עֵינוֹן","translit":"Chătsar ʻÊynôwn","definition":"from {{h2691}} and a derivative of {{h5869}}; village of springs; Chatsar-Enon, a place in Palestine; Hazar-enon.","strongs_number":"h2703"},"h2704":{"pronunciation":"khats-ar' ay-nawn'","unicode":"חֲצַר עֵינָן","translit":"Chătsar ʻÊynân","definition":"from {{h2691}} and the same as {{h5881}}; village of springs; Chatsar-Enan, a place in Palestine; Hazar-enan.","strongs_number":"h2704"},"h2705":{"pronunciation":"khats-ar' shoo-awl'","unicode":"חֲצַר שׁוּעָל","translit":"Chătsar Shûwʻâl","definition":"from {{h2691}} and {{h7776}}; village of (the) fox; Chatsar-Shual, a place in Palestine; Hazar-shual.","strongs_number":"h2705"},"h2706":{"pronunciation":"khoke","unicode":"חֹק","translit":"chôq","definition":"from {{h2710}}; an enactment; hence, an appointment (of time, space, quantity, labor or usage); appointed, bound, commandment, convenient, custom, decree(-d), due, law, measure, × necessary, ordinance(-nary), portion, set time, statute, task.","strongs_number":"h2706"},"h2707":{"pronunciation":"khaw-kaw'","unicode":"חָקָה","translit":"châqâh","definition":"a primitive root; to carve; by implication, to delineate; also to entrench; carved work, portrayed, set a print.","strongs_number":"h2707"},"h2708":{"pronunciation":"khook-kaw'","unicode":"חֻקָּה","translit":"chuqqâh","definition":"feminine of {{h2706}}, and meaning substantially the same; appointed, custom, manner, ordinance, site, statute.","strongs_number":"h2708"},"h2709":{"pronunciation":"khah-oo-faw'","unicode":"חֲקוּפָא","translit":"Chăqûwphâʼ","definition":"from an unused root probably meaning to bend; crooked; Chakupha, one of the Nethinim; Hakupha.","strongs_number":"h2709"},"h2710":{"pronunciation":"khaw-kak'","unicode":"חָקַק","translit":"châqaq","definition":"a primitive root; properly, to hack, i.e. engrave (Judges 5:14, to be a scribe simply); by implication, to enact (laws being cut in stone or metal tablets in primitive times) or (gen.) prescribe; appoint, decree, governor, grave, lawgiver, note, pourtray, print, set.","strongs_number":"h2710"},"h2711":{"pronunciation":"khay'-kek","unicode":"חֵקֶק","translit":"chêqeq","definition":"from {{h2710}}; an enactment, a resolution; decree, thought.","strongs_number":"h2711"},"h2712":{"pronunciation":"Khook-koke'","unicode":"חֻקֹּק","translit":"Chuqqôq","definition":"or (fully) חוּקֹק; from {{h2710}}; appointed; Chukkok or Chukok, a place in Palestine; Hukkok, Hukok.","strongs_number":"h2712"},"h2713":{"pronunciation":"khaw-kar'","unicode":"חָקַר","translit":"châqar","definition":"a primitive root; properly, to penetrate; hence, to examine intimately; find out, (make) search (out), seek (out), sound, try.","strongs_number":"h2713"},"h2714":{"pronunciation":"khay'-ker","unicode":"חֵקֶר","translit":"chêqer","definition":"from {{h2713}}; examination, enumeration, deliberation; finding out, number, (un-) search(-able, -ed, out, -ing).","strongs_number":"h2714"},"h2715":{"pronunciation":"khore","unicode":"חֹר","translit":"chôr","definition":"or (fully) חוֹר; from {{h2787}}; (compare {{h2751}}); properly, white or pure (from the cleansing or shining power of fire); hence (figuratively) noble (in rank); noble.","strongs_number":"h2715"},"h2716":{"pronunciation":"kheh'-reh","unicode":"חֶרֶא","translit":"chereʼ","definition":"from an unused (and vulgar) root probably meaning to evacuate the bowels; excrement; dung. Also חֲרִי.","strongs_number":"h2716"},"h2717":{"pronunciation":"khaw-rab'","unicode":"חָרַב","translit":"chârab","definition":"or חֲרֵב; a primitive root; to parch (through drought) i.e. (by analogy,) to desolate, destroy, kill; decay, (be) desolate, destroy(-er), (be) dry (up), slay, × surely, (lay, lie, make) waste.","strongs_number":"h2717"},"h2718":{"pronunciation":"khar-ab'","unicode":"חֲרַב","translit":"chărab","definition":"(Aramaic) a root corresponding to {{h2717}}; to demolish; destroy.","strongs_number":"h2718"},"h2719":{"pronunciation":"kheh'-reb","unicode":"חֶרֶב","translit":"chereb","definition":"from {{h2717}}; drought; also a cutting instrument (from its destructive effect), as a knife, sword, or other sharp implement; axe, dagger, knife, mattock, sword, tool.","strongs_number":"h2719"},"h2720":{"pronunciation":"khaw-rabe'","unicode":"חָרֵב","translit":"chârêb","definition":"from {{h2717}}; parched or ruined; desolate, dry, waste.","strongs_number":"h2720"},"h2721":{"pronunciation":"kho'-reb","unicode":"חֹרֶב","translit":"chôreb","definition":"a collaterally form of {{h2719}}; drought or desolation; desolation, drought, dry, heat, × utterly, waste.","strongs_number":"h2721"},"h2722":{"pronunciation":"kho-rabe'","unicode":"חֹרֵב","translit":"Chôrêb","definition":"from {{h2717}}; desolate; Choreb, a (generic) name for the Sinaitic mountains; Horeb.","strongs_number":"h2722"},"h2723":{"pronunciation":"khor-baw'","unicode":"חׇרְבָּה","translit":"chorbâh","definition":"feminine of {{h2721}}; properly, drought, i.e. (by implication) a desolation; decayed place, desolate (place, -tion), destruction, (laid) waste (place).","strongs_number":"h2723"},"h2724":{"pronunciation":"khaw-raw-baw'","unicode":"חָרָבָה","translit":"chârâbâh","definition":"feminine of {{h2720}}; a desert; dry (ground, land).","strongs_number":"h2724"},"h2725":{"pronunciation":"khar-aw-bone'","unicode":"חֲרָבוֹן","translit":"chărâbôwn","definition":"from {{h2717}}; parching heat; drought.","strongs_number":"h2725"},"h2726":{"pronunciation":"khar-bo-naw'","unicode":"חַרְבוֹנָא","translit":"Charbôwnâʼ","definition":"or חַרְבוֹנָה; of Persian origin; Charbona or Charbonah, a eunuch of Xerxes; Harbona, Harbonah.","strongs_number":"h2726"},"h2727":{"pronunciation":"khaw-rag'","unicode":"חָרַג","translit":"chârag","definition":"a primitive root; properly, to leap suddenly, i.e. (by implication) to be dismayed; be afraid.","strongs_number":"h2727"},"h2728":{"pronunciation":"khar-gole'","unicode":"חָרְגֹּל","translit":"chârᵉgôl","definition":"from {{h2727}}; the leaping insect, i.e. a locust; beetle.","strongs_number":"h2728"},"h2729":{"pronunciation":"khaw-rad'","unicode":"חָרַד","translit":"chârad","definition":"a primitive root; to shudder with terror; hence, to fear; also to hasten (with anxiety); be (make) afraid, be careful, discomfit, fray (away), quake, tremble.","strongs_number":"h2729"},"h2730":{"pronunciation":"khaw-rade'","unicode":"חָרֵד","translit":"chârêd","definition":"from {{h2729}}; fearful; also reverential; afraid, trembling.","strongs_number":"h2730"},"h2731":{"pronunciation":"khar-aw-daw'","unicode":"חֲרָדָה","translit":"chărâdâh","definition":"feminine of {{h2730}}; fear, anxiety; care, × exceedingly, fear, quaking, trembling.","strongs_number":"h2731"},"h2732":{"pronunciation":"khar-aw-daw'","unicode":"חֲרָדָה","translit":"Chărâdâh","definition":"the same as {{h2731}}; Charadah, a place in the Desert; Haradah.","strongs_number":"h2732"},"h2733":{"pronunciation":"khar-o-dee'","unicode":"חֲרֹדִי","translit":"Chărôdîy","definition":"patrial from a derivative of {{h2729}} (compare {{h5878}}); a Charodite, or inhabitant of Charod; Harodite.","strongs_number":"h2733"},"h2734":{"pronunciation":"khaw-raw'","unicode":"חָרָה","translit":"chârâh","definition":"a primitive root (compare {{h2787}}); to glow or grow warm; figuratively (usually) to blaze up, of anger, zeal, jealousy; be angry, burn, be displeased, × earnestly, fret self, grieve, be (wax) hot, be incensed, kindle, × very, be wroth. See {{h8474}}.","strongs_number":"h2734"},"h2735":{"pronunciation":"khore hag-ghid-gawd'","unicode":"חֹר הַגִּדְגָּד","translit":"Chôr hag-Gidgâd","definition":"from {{h2356}} and a collateral (masculine) form of {{h1412}}, with the article interposed; hole of the cleft; Chor-hag-Gidgad, a place in the Desert; Hor-hagidgad.","strongs_number":"h2735"},"h2736":{"pronunciation":"khar-hah-yaw'","unicode":"חַרְהֲיָה","translit":"Charhăyâh","definition":"; from {{h2734}} and {{h3050}}; fearing Jah; Charhajah, an Israelite; Harhaiah.","strongs_number":"h2736"},"h2737":{"pronunciation":"khaw-rooz'","unicode":"חָרוּז","translit":"chârûwz","definition":"from an unused root meaning to perforate; properly, pierced, i.e. a bead of pearl, gems or jewels (as strung); chain.","strongs_number":"h2737"},"h2738":{"pronunciation":"khaw-rool'","unicode":"חָרוּל","translit":"chârûwl","definition":"or (shortened) חָרֻל; apparently, a passive participle of an unused root probably meaning to be prickly; properly, pointed, i.e. a bramble or other thorny weed; nettle.","strongs_number":"h2738"},"h2739":{"pronunciation":"khar-oo-maf'","unicode":"חֲרוּמַף","translit":"chărûwmaph","definition":"from passive participle of {{h2763}} and {{h639}}; snub-nosed; Charumaph, an Israelite; Harumaph.","strongs_number":"h2739"},"h2740":{"pronunciation":"khaw-rone'","unicode":"חָרוֹן","translit":"chârôwn","definition":"or (shortened) חָרֹן; from {{h2734}}; a burning of anger; sore displeasure, fierce(-ness), fury, (fierce) wrath(-ful).","strongs_number":"h2740"},"h2741":{"pronunciation":"khar-oo-fee'","unicode":"חֲרוּפִי","translit":"Chărûwphîy","definition":"a patrial from (probably) a collateral form of {{h2756}}; a Charuphite or inhabitant of Charuph (or Chariph); Haruphite.","strongs_number":"h2741"},"h2742":{"pronunciation":"khaw-roots'","unicode":"חֲרוּץ","translit":"chărûwts","definition":"or חָרֻץ; passive participle of {{h2782}}; properly, incised or (active) incisive; hence (as noun masculine or feminine) a trench (as dug), gold (as mined), a threshing-sledge (having sharp teeth); (figuratively) determination; also eager; decision, diligent, (fine) gold, pointed things, sharp, threshing instrument, wall.","strongs_number":"h2742"},"h2743":{"pronunciation":"khaw-roots'","unicode":"חָרוּץ","translit":"Chârûwts","definition":"the same as {{h2742}}; earnest; Charuts, an Israelite; Haruz.","strongs_number":"h2743"},"h2744":{"pronunciation":"khar-khoor'","unicode":"חַרְחוּר","translit":"Charchûwr","definition":"a fuller form of {{h2746}}; inflammation; Charchur, one of the Nethinim; Harhur.","strongs_number":"h2744"},"h2745":{"pronunciation":"khar-khas'","unicode":"חַרְחַס","translit":"Charchaç","definition":"from the same as {{h2775}}; perhaps shining; Charchas, an Israelite; Harhas.","strongs_number":"h2745"},"h2746":{"pronunciation":"khar-khoor'","unicode":"חַרְחֻר","translit":"charchur","definition":"from {{h2787}}; fever (as hot); extreme burning.","strongs_number":"h2746"},"h2747":{"pronunciation":"kheh'-ret","unicode":"חֶרֶט","translit":"chereṭ","definition":"from a primitive root meaning to engrave; a chisel or graver; also a style for writing; graving tool, pen.","strongs_number":"h2747"},"h2748":{"pronunciation":"khar-tome'","unicode":"חַרְטֹם","translit":"charṭôm","definition":"from the same as {{h2747}}; a horoscopist (as drawing magical lines or circles); magician.","strongs_number":"h2748"},"h2749":{"pronunciation":"khar-tome'","unicode":"חַרְטֹם","translit":"charṭôm","definition":"(Aramaic) the same as {{h2748}}; magician.","strongs_number":"h2749"},"h2750":{"pronunciation":"khor-ee'","unicode":"חֳרִי","translit":"chŏrîy","definition":"from {{h2734}}; a burning (i.e. intense) anger; fierce, × great, heat.","strongs_number":"h2750"},"h2751":{"pronunciation":"kho-ree'","unicode":"חֹרִי","translit":"chôrîy","definition":"from the same as {{h2353}}; white bread; white.","strongs_number":"h2751"},"h2752":{"pronunciation":"kho-ree'","unicode":"חֹרִי","translit":"Chôrîy","definition":"from {{h2356}}; cave-dweller or troglodyte; a Chorite or aboriginal Idumaean; Horims, Horites.","strongs_number":"h2752"},"h2753":{"pronunciation":"kho-ree'","unicode":"חֹרִי","translit":"Chôrîy","definition":"or חוֹרִי; the same as {{h2752}}; Chori, the name of two men; Hori.","strongs_number":"h2753"},"h2754":{"pronunciation":"khaw-reet'","unicode":"חָרִיט","translit":"chârîyṭ","definition":"or חָרִט; from the same as {{h2747}}; properly, cut out (or hollow), i.e. (by implication) a pocket; bag, crisping pin.","strongs_number":"h2754"},"h2755":{"pronunciation":"khar-ay'-yo-neem'","unicode":"חֲרֵי־יוֹנִים","translit":"chărêy-yôwnîym","definition":"from the plural of {{h2716}} and the plural of {{h3123}}; or perhaps rather the plural of a single word חֲרָאיוֹן, probably a kind of vegetable; excrements of doves; doves' dung.","strongs_number":"h2755"},"h2756":{"pronunciation":"khaw-reef'","unicode":"חָרִיף","translit":"Chârîyph","definition":"from {{h2778}}; autumnal; Chariph, the name of two Israelites; Hariph.","strongs_number":"h2756"},"h2757":{"pronunciation":"khaw-reets'","unicode":"חָרִיץ","translit":"chârîyts","definition":"or חֲרִץ; from {{h2782}}; (compare {{h2742}}); properly, incisure or (passively) incised; hence, a threshing-sledge (with sharp teeth); also a slice (as cut); cheese, harrow.","strongs_number":"h2757"},"h2758":{"pronunciation":"khaw-reesh'","unicode":"חָרִישׁ","translit":"chârîysh","definition":"from {{h2790}}; ploughing or its season; earing (time), ground.","strongs_number":"h2758"},"h2759":{"pronunciation":"khar-ee-shee'","unicode":"חֲרִישִׁי","translit":"chărîyshîy","definition":"from {{h2790}} in the sense of silence; quiet, i.e. sultry (as feminine noun, the sirocco or hot east wind); vehement.","strongs_number":"h2759"},"h2760":{"pronunciation":"khaw-rak'","unicode":"חָרַךְ","translit":"chârak","definition":"a primitive root; to braid (i.e. to entangle or snare) or catch (game) in a net; roast.","strongs_number":"h2760"},"h2761":{"pronunciation":"khar-ak'","unicode":"חֲרַךְ","translit":"chărak","definition":"(Aramaic) a root probably allied to the equivalent of {{h2787}}; to scorch; singe.","strongs_number":"h2761"},"h2762":{"pronunciation":"kheh'-rek","unicode":"חֶרֶךְ","translit":"cherek","definition":"from {{h2760}}; properly, a net, i.e. (by analogy) lattice; lattice.","strongs_number":"h2762"},"h2763":{"pronunciation":"khaw-ram'","unicode":"חָרַם","translit":"châram","definition":"a primitive root; to seclude; specifically (by a ban) to devote to religious uses (especially destruction); physical and reflexive, to be blunt as to the nose; make accursed, consecrate, (utterly) destroy, devote, forfeit, have a flat nose, utterly (slay, make away).","strongs_number":"h2763"},"h2764":{"pronunciation":"khay'-rem","unicode":"חֵרֶם","translit":"chêrem","definition":"or (Zechariah 14:11) חֶרֶם; from {{h2763}}; physical (as shutting in) a net (either literally or figuratively); usually a doomed object; abstractly extermination; (ac-) curse(-d, -d thing), dedicated thing, things which should have been utterly destroyed, (appointed to) utter destruction, devoted (thing), net.","strongs_number":"h2764"},"h2765":{"pronunciation":"khor-ame'","unicode":"חֳרֵם","translit":"Chŏrêm","definition":"from {{h2763}}; devoted; Chorem, a place in Palestine; Horem.","strongs_number":"h2765"},"h2766":{"pronunciation":"khaw-reem'","unicode":"חָרִם","translit":"Chârim","definition":"from {{h2763}}; snub-nosed; Charim, an Israelite; Harim.","strongs_number":"h2766"},"h2767":{"pronunciation":"khor-maw'","unicode":"חׇרְמָה","translit":"Chormâh","definition":"from {{h2763}}; devoted; Chormah, a place in Palestine; Hormah.","strongs_number":"h2767"},"h2768":{"pronunciation":"kher-mone'","unicode":"חֶרְמוֹן","translit":"Chermôwn","definition":"from {{h2763}}; abrupt; Chermon, a mount of Palestine; Hermon.","strongs_number":"h2768"},"h2769":{"pronunciation":"kher-mo-neem'","unicode":"חֶרְמוֹנִים","translit":"Chermôwnîym","definition":"plural of {{h2768}}; Hermons, i.e. its peaks; the Hermonites.","strongs_number":"h2769"},"h2770":{"pronunciation":"kher-mashe'","unicode":"חֶרְמֵשׁ","translit":"chermêsh","definition":"from {{h2763}}; a sickle (as cutting); sickle.","strongs_number":"h2770"},"h2771":{"pronunciation":"kaw-rawn'","unicode":"חָרָן","translit":"Chârân","definition":"from {{h2787}}; parched; Charan, the name of a man and also of a place; Haran.","strongs_number":"h2771"},"h2772":{"pronunciation":"kho-ro-nee'","unicode":"חֹרֹנִי","translit":"Chôrônîy","definition":"patrial from {{h2773}}; a Choronite or inhabitant of Choronaim; Horonite.","strongs_number":"h2772"},"h2773":{"pronunciation":"kho-ro-nah'-yim","unicode":"חֹרֹנַיִם","translit":"Chôrônayim","definition":"dual of a derivative from {{h2356}}; double cave-town; Choronajim, a place in Moab; Horonaim.","strongs_number":"h2773"},"h2774":{"pronunciation":"khar-neh'fer","unicode":"חַרְנֶפֶר","translit":"Charnepher","definition":"of uncertain derivation; Charnepher, an Israelite; Harnepher.","strongs_number":"h2774"},"h2775":{"pronunciation":"kheh'-res","unicode":"חֶרֶס","translit":"chereç","definition":"or (with a directive enclitic) חַרְסָה; from an unused root meaning to scrape; also perhaps from the mediating idea of {{h2777}}; the sun; sun.","strongs_number":"h2775"},"h2776":{"pronunciation":"kheh'-res","unicode":"חֶרֶס","translit":"Chereç","definition":"the same as {{h2775}}; shining; Cheres, a mountain in Palestine; Heres.","strongs_number":"h2776"},"h2777":{"pronunciation":"khar-sooth'","unicode":"חַרְסוּת","translit":"charçûwth","definition":"from {{h2775}} (apparently in the sense of a red tile used for scraping); a potsherd, i.e. (by implication) a pottery; the name of a gate at Jerusalem; east.","strongs_number":"h2777"},"h2778":{"pronunciation":"khaw-raf'","unicode":"חָרַף","translit":"châraph","definition":"a primitive root; also\tdenominative (from {{h2779}}); to pull off, i.e. (by implication) to expose (as by stripping); specifically, to betroth (as if a surrender); figuratively, to carp at, i.e. defame; to spend the winter; betroth, blaspheme, defy, jeopard, rail, reproach, upbraid.","strongs_number":"h2778"},"h2779":{"pronunciation":"kho'-ref","unicode":"חֹרֶף","translit":"chôreph","definition":"from {{h2778}}; properly, the crop gathered, i.e. (by implication) the autumn (and winter) season; figuratively, ripeness of age; cold, winter (-house), youth.","strongs_number":"h2779"},"h2780":{"pronunciation":"khaw-rafe'","unicode":"חָרֵף","translit":"Chârêph","definition":"from {{h2778}}; reproachful; Chareph, an Israelite; Hareph.","strongs_number":"h2780"},"h2781":{"pronunciation":"kher-paw'","unicode":"חֶרְפָּה","translit":"cherpâh","definition":"from {{h2778}}; contumely, disgrace, the pudenda; rebuke, reproach(-fully), shame.","strongs_number":"h2781"},"h2782":{"pronunciation":"khaw-rats'","unicode":"חָרַץ","translit":"chârats","definition":"a primitive root; properly, to point sharply, i.e. (literally) to wound; figuratively, to be alert, to decide; bestir self, decide, decree, determine, maim, move.","strongs_number":"h2782"},"h2783":{"pronunciation":"khar-ats'","unicode":"חֲרַץ","translit":"chărats","definition":"(Aramaic) from a root corresponding to {{h2782}} in the sense of vigor; the loin (as the seat of strength); loin.","strongs_number":"h2783"},"h2784":{"pronunciation":"khar-tsoob-baw'","unicode":"חַרְצֻבָּה","translit":"chartsubbâh","definition":"of uncertain derivation; a fetter; figuratively, a pain; band.","strongs_number":"h2784"},"h2785":{"pronunciation":"kchar-tsan'","unicode":"חַרְצַן","translit":"chartsan","definition":"from {{h2782}}; a sour grape (as sharp in taste); kernel.","strongs_number":"h2785"},"h2786":{"pronunciation":"khaw-rak'","unicode":"חָרַק","translit":"châraq","definition":"a primitive root; to grate the teeth; gnash.","strongs_number":"h2786"},"h2787":{"pronunciation":"khaw-rar'","unicode":"חָרַר","translit":"chârar","definition":"a primitive root; to glow, i.e. literally (to melt, burn, dry up) or figuratively (to show or incite passion); be angry, burn, dry, kindle.","strongs_number":"h2787"},"h2788":{"pronunciation":"khaw-rare'","unicode":"חָרֵר","translit":"chârêr","definition":"from {{h2787}}; arid; parched place.","strongs_number":"h2788"},"h2789":{"pronunciation":"kheh'-res","unicode":"חֶרֶשׂ","translit":"cheres","definition":"a collateral form mediating between {{h2775}} and {{h2791}}; a piece of pottery; earth(-en), (pot-) sherd, stone.","strongs_number":"h2789"},"h2790":{"pronunciation":"khaw-rash'","unicode":"חָרַשׁ","translit":"chârash","definition":"a primitive root; to scratch, i.e. (by implication) to engrave, plough; hence (from the use of tools) to fabricate (of any material); figuratively, to devise (in a bad sense); hence (from the idea of secrecy) to be silent, to let alone; hence (by implication) to be deaf (as an accompaniment of dumbness); × altogether, cease, conceal, be deaf, devise, ear, graven, imagine, leave off speaking, hold peace, plow(-er, man), be quiet, rest, practise secretly, keep silence, be silent, speak not a word, be still, hold tongue, worker.","strongs_number":"h2790"},"h2791":{"pronunciation":"kheh'-resh","unicode":"חֶרֶשׁ","translit":"cheresh","definition":"from {{h2790}}; magical craft; also silence; cunning, secretly.","strongs_number":"h2791"},"h2792":{"pronunciation":"kheh'-resh","unicode":"חֶרֶשׁ","translit":"Cheresh","definition":"the same as {{h2791}}; Cheresh, a Levite; Heresh.","strongs_number":"h2792"},"h2793":{"pronunciation":"kho'-resh","unicode":"חֹרֶשׁ","translit":"chôresh","definition":"from {{h2790}}; a forest (perhaps as furnishing the material for fabric); bough, forest, shroud, wood.","strongs_number":"h2793"},"h2794":{"pronunciation":"kho-rashe'","unicode":"חֹרֵשׁ","translit":"chôrêsh","definition":"active participle of {{h2790}}; a fabricator or mechanic; artificer.","strongs_number":"h2794"},"h2795":{"pronunciation":"khay-rashe'","unicode":"חֵרֵשׁ","translit":"chêrêsh","definition":"from {{h2790}}; deaf (whether literally or spiritual); deaf.","strongs_number":"h2795"},"h2796":{"pronunciation":"khaw-rawsh'","unicode":"חָרָשׁ","translit":"chârâsh","definition":"from {{h2790}}; a fabricator or any material; artificer, ( ) carpenter, craftsman, engraver, maker, mason, skilful, ( ) smith, worker, workman, such as wrought.","strongs_number":"h2796"},"h2797":{"pronunciation":"khar-shaw'","unicode":"חַרְשָׁא","translit":"Charshâʼ","definition":"from {{h2792}}; magician; Charsha, one of the Nethinim; Harsha.","strongs_number":"h2797"},"h2798":{"pronunciation":"khar-aw-sheem'","unicode":"חֲרָשִׁים","translit":"Chărâshîym","definition":"plural of {{h2796}}; mechanics, the name of a valley in Jerusalem; Charashim, craftsmen.","strongs_number":"h2798"},"h2799":{"pronunciation":"khar-o'-sheth","unicode":"חֲרֹשֶׁת","translit":"chărôsheth","definition":"from {{h2790}}; mechanical work; carving, cutting.","strongs_number":"h2799"},"h2800":{"pronunciation":"khar-o'-sheth","unicode":"חֲרֹשֶׁת","translit":"Chărôsheth","definition":"the same as {{h2799}}; Charosheth, a place in Palestine; Harosheth.","strongs_number":"h2800"}}
@@ -0,0 +1 @@
1
+ {"h2801":{"pronunciation":"khaw-rath'","unicode":"חָרַת","translit":"chârath","definition":"a primitive root; to engrave; graven.","strongs_number":"h2801"},"h2802":{"pronunciation":"kheh'-reth","unicode":"חֶרֶת","translit":"Chereth","definition":"from {{h2801}} (but equivalent to {{h2793}}); forest; Chereth, a thicket in Palestine; Hereth.","strongs_number":"h2802"},"h2803":{"pronunciation":"khaw-shab'","unicode":"חָשַׁב","translit":"châshab","definition":"a primitive root; properly, to plait or interpenetrate, i.e. (literally) to weave or (generally) to fabricate; figuratively, to plot or contrive (usually in a malicious sense); hence (from the mental effort) to think, regard, value, compute; (make) account (of), conceive, consider, count, cunning (man, work, workman), devise, esteem, find out, forecast, hold, imagine, impute, invent, be like, mean, purpose, reckon(-ing be made), regard, think.","strongs_number":"h2803"},"h2804":{"pronunciation":"khash-ab'","unicode":"חֲשַׁב","translit":"chăshab","definition":"(Aramaic) corresponding to {{h2803}}; to regard; repute.","strongs_number":"h2804"},"h2805":{"pronunciation":"khay'-sheb","unicode":"חֵשֶׁב","translit":"chêsheb","definition":"from {{h2803}}; a belt or strap (as being interlaced); curious girdle.","strongs_number":"h2805"},"h2806":{"pronunciation":"khash-bad-daw'-naw","unicode":"חַשְׁבַּדָּנָה","translit":"Chashbaddânâh","definition":"from {{h2803}} and {{h1777}}; considerate judge; Chasbaddanah, an Israelite; Hasbadana.","strongs_number":"h2806"},"h2807":{"pronunciation":"khash-oo-baw'","unicode":"חֲשֻׁבָה","translit":"Chăshubâh","definition":"from {{h2803}}; estimation; Cashubah, an Israelite; Hashubah.","strongs_number":"h2807"},"h2808":{"pronunciation":"khesh-bone'","unicode":"חֶשְׁבּוֹן","translit":"cheshbôwn","definition":"from {{h2803}}; properly, contrivance; by implication, intelligence; account, device, reason.","strongs_number":"h2808"},"h2809":{"pronunciation":"khesh-bone'","unicode":"חֶשְׁבּוֹן","translit":"Cheshbôwn","definition":"the same as {{h2808}}; Cheshbon, a place East of the Jordan; Heshbon.","strongs_number":"h2809"},"h2810":{"pronunciation":"khish-shaw-bone'","unicode":"חִשָּׁבוֹן","translit":"chishshâbôwn","definition":"from {{h2803}}; a contrivance, i.e. actual (a warlike machine) or mental (a machination); engine, invention.","strongs_number":"h2810"},"h2811":{"pronunciation":"khash-ab-yaw'","unicode":"חֲשַׁבְיָה","translit":"Chăshabyâh","definition":"or חֲשַׁבְיָהוּ; from {{h2803}} and {{h3050}}; Jah has regarded; Chashabjah, the name of nine Israelites; Hashabiah.","strongs_number":"h2811"},"h2812":{"pronunciation":"khash-ab-naw'","unicode":"חֲשַׁבְנָה","translit":"Chăshabnâh","definition":"feminine of {{h2808}}; inventiveness; Chashnah, an Israelite; Hashabnah.","strongs_number":"h2812"},"h2813":{"pronunciation":"khash-ab-neh-yaw'","unicode":"חֲשַׁבְנְיָה","translit":"Chăshabnᵉyâh","definition":"from {{h2808}} and {{h3050}}; thought of Jah; Chashabnejah, the name of two Israelites; Hashabniah.","strongs_number":"h2813"},"h2814":{"pronunciation":"khaw-shaw'","unicode":"חָשָׁה","translit":"châshâh","definition":"a primitive root; to hush or keep quiet; hold peace, keep silence, be silent, (be) still.","strongs_number":"h2814"},"h2815":{"pronunciation":"khash-shoob'","unicode":"חַשּׁוּב","translit":"Chashshûwb","definition":"from {{h2803}}; intelligent; Chashshub, the name of two or three Israelites; Hashub, Hasshub.","strongs_number":"h2815"},"h2816":{"pronunciation":"khash-oke'","unicode":"חֲשׁוֹךְ","translit":"chăshôwk","definition":"(Aramaic) from a root corresponding to {{h2821}}; the dark; darkness.","strongs_number":"h2816"},"h2817":{"pronunciation":"khas-oo-faw'","unicode":"חֲשׂוּפָא","translit":"Chăsûwphâʼ","definition":"or חֲשֻׂפָא; from {{h2834}}; nakedness; Chasupha, one of the Nethinim; Hashupha, Hasupha.","strongs_number":"h2817"},"h2818":{"pronunciation":"khash-akh'","unicode":"חֲשַׁח","translit":"chăshach","definition":"(Aramaic) a collateral root to one corresponding to {{h2363}} in the sense of readiness; to be necessary (from the idea of convenience) or (transitively) to need; careful, have need of.","strongs_number":"h2818"},"h2819":{"pronunciation":"khash-khooth'","unicode":"חַשְׁחוּת","translit":"chashchûwth","definition":"from a root corresponding to {{h2818}}; necessity; be needful.","strongs_number":"h2819"},"h2820":{"pronunciation":"khaw-sak'","unicode":"חָשַׂךְ","translit":"châsak","definition":"a primitive root; also interchangeable\twith {{h2821}}; to restrain or (reflex.) refrain; by implication, to refuse, spare, preserve; to observe; assuage, × darken, forbear, hinder, hold back, keep (back), punish, refrain, reserve, spare, withhold.","strongs_number":"h2820"},"h2821":{"pronunciation":"khaw-shak'","unicode":"חָשַׁךְ","translit":"châshak","definition":"a primitive root; to be dark (as withholding light); transitively, to darken; be black, be (make) dark, darken, cause darkness, be dim, hide.","strongs_number":"h2821"},"h2822":{"pronunciation":"kho-shek'","unicode":"חֹשֶׁךְ","translit":"chôshek","definition":"from {{h2821}}; the dark; hence (literally) darkness; figuratively, misery, destruction, death, ignorance, sorrow, wickedness; dark(-ness), night, obscurity.","strongs_number":"h2822"},"h2823":{"pronunciation":"khaw-shoke'","unicode":"חָשֹׁךְ","translit":"châshôk","definition":"from {{h2821}}; dark (figuratively, i.e. obscure); meaning","strongs_number":"h2823"},"h2824":{"pronunciation":"khesh-kaw'","unicode":"חֶשְׁכָה","translit":"cheshkâh","definition":"from {{h2821}}; darkness; dark.","strongs_number":"h2824"},"h2825":{"pronunciation":"khash-ay-kaw'","unicode":"חֲשֵׁכָה","translit":"chăshêkâh","definition":"or חֲשֵׁיכָהxlit chăshêkâh corrected to chăshêykâh; from {{h2821}}; darkness; figuratively, misery; darkness.","strongs_number":"h2825"},"h2826":{"pronunciation":"khaw-shal'","unicode":"חָשַׁל","translit":"châshal","definition":"a primitive root; to make (intrans. be) unsteady, i.e. weak; feeble.","strongs_number":"h2826"},"h2827":{"pronunciation":"khash-al'","unicode":"חֲשַׁל","translit":"chăshal","definition":"(Aramaic) a root corresponding to {{h2826}}; to weaken, i.e. crush; subdue.","strongs_number":"h2827"},"h2828":{"pronunciation":"khaw-shoom'","unicode":"חָשֻׁם","translit":"Châshum","definition":"from the same as {{h2831}}; enriched; Chashum, the name of two or three Israelites; Hashum.","strongs_number":"h2828"},"h2829":{"pronunciation":"klesh-mone'","unicode":"חֶשְׁמוֹן","translit":"Cheshmôwn","definition":"the same as {{h2831}}; opulent; Cheshmon, a place in Palestine; Heshmon.","strongs_number":"h2829"},"h2830":{"pronunciation":"khash-mal'","unicode":"חַשְׁמַל","translit":"chashmal","definition":"of uncertain derivation; probably bronze or polished spectrum metal; amber.","strongs_number":"h2830"},"h2831":{"pronunciation":"khash-man'","unicode":"חַשְׁמַן","translit":"chashman","definition":"from an unused root (probably meaning firm or capacious in resources); apparently; wealthy; princes.","strongs_number":"h2831"},"h2832":{"pronunciation":"khash-mo-naw'","unicode":"חַשְׁמֹנָה","translit":"Chashmônâh","definition":"feminine of {{h2831}}; fertile; Chasmonah, a place in the Desert; Hashmonah.","strongs_number":"h2832"},"h2833":{"pronunciation":"kho'-shen","unicode":"חֹשֶׁן","translit":"chôshen","definition":"from an unused root probably meaning to contain or sparkle; perhaps a pocket (as holding the Urim and Thummim), or rich (as containing gems), used only of the gorget of the highpriest; breastplate.","strongs_number":"h2833"},"h2834":{"pronunciation":"khaw-saf'","unicode":"חָשַׂף","translit":"châsaph","definition":"a primitive root; to strip off, i.e. generally to make naked (for exertion or in disgrace), to drain away or bail up (a liquid); make bare, clean, discover, draw out, take, uncover.","strongs_number":"h2834"},"h2835":{"pronunciation":"khaw-seef'","unicode":"חָשִׂף","translit":"châsiph","definition":"from {{h2834}}; properly, drawn off, i.e. separated; hence, a small company (as divided from the rest); little flock.","strongs_number":"h2835"},"h2836":{"pronunciation":"khaw-shak'","unicode":"חָשַׁק","translit":"châshaq","definition":"a primitive root; also interchangeable for {{h2820}}; to cling, i.e. join, (figuratively) to love, delight in; elliptically; to deliver; have a delight, (have a) desire, fillet, long, set (in) love.","strongs_number":"h2836"},"h2837":{"pronunciation":"khay'-shek","unicode":"חֵשֶׁק","translit":"chêsheq","definition":"from {{h2836}}; delight; desire, pleasure.","strongs_number":"h2837"},"h2838":{"pronunciation":"khaw-shook'","unicode":"חָשֻׁק","translit":"châshuq","definition":"or חָשׁוּק; past participle of {{h2836}}; attached, i.e. a fence-rail or rod connecting the posts or pillars; fillet.","strongs_number":"h2838"},"h2839":{"pronunciation":"khish-shook'","unicode":"חִשֻּׁק","translit":"chishshuq","definition":"from {{h2836}}; conjoined, i.e. a wheel-spoke or rod connecting the hub with the rim; felloe.","strongs_number":"h2839"},"h2840":{"pronunciation":"khish-shoor'","unicode":"חִשֻּׁר","translit":"chishshur","definition":"from an unused root meaning to bind together; combined, i.e. the nave or hub of a wheel (as holding the spokes together); spoke.","strongs_number":"h2840"},"h2841":{"pronunciation":"khash-raw'","unicode":"חַשְׁרָה","translit":"chashrâh","definition":"from the same as {{h2840}}; properly, a combination or gathering, i.e. of watery clouds; dark.","strongs_number":"h2841"},"h2842":{"pronunciation":"khaw-shash'","unicode":"חָשַׁשׁ","translit":"châshash","definition":"by variation for {{h7179}}; dry grass; chaff.","strongs_number":"h2842"},"h2843":{"pronunciation":"khoo-shaw-thee'","unicode":"חֻשָׁתִי","translit":"Chushâthîy","definition":"patronymically from {{h2364}}; a Chushathite or descendant of Chushah; Hushathite.","strongs_number":"h2843"},"h2844":{"pronunciation":"khath","unicode":"חַת","translit":"chath","definition":"from {{h2865}}; concretely, crushed; also afraid; abstractly, terror; broken, dismayed, dread, fear.","strongs_number":"h2844"},"h2845":{"pronunciation":"khayth","unicode":"חֵת","translit":"Chêth","definition":"from {{h2865}}; terror; Cheth, an aboriginal Canaanite; Heth.","strongs_number":"h2845"},"h2846":{"pronunciation":"khaw-thaw'","unicode":"חָתָה","translit":"châthâh","definition":"a primitive root; to lay hold of; especially to pick up fire; heap, take (away).","strongs_number":"h2846"},"h2847":{"pronunciation":"khit-taw'","unicode":"חִתָּה","translit":"chittâh","definition":"from {{h2865}}; fear; terror.","strongs_number":"h2847"},"h2848":{"pronunciation":"khit-tool'","unicode":"חִתּוּל","translit":"chittûwl","definition":"from {{h2853}}; swathed, i.e. a bandage; roller.","strongs_number":"h2848"},"h2849":{"pronunciation":"khath-khath'","unicode":"חַתְחַת","translit":"chathchath","definition":"from {{h2844}}; terror; fear.","strongs_number":"h2849"},"h2850":{"pronunciation":"khit-tee'","unicode":"חִתִּי","translit":"Chittîy","definition":"patronymically from {{h2845}}; a Chittite, or descendant of Cheth; Hittite, Hittities.","strongs_number":"h2850"},"h2851":{"pronunciation":"khit-teeth'","unicode":"חִתִּית","translit":"chittîyth","definition":"from {{h2865}}; fear; terror.","strongs_number":"h2851"},"h2852":{"pronunciation":"khaw-thak'","unicode":"חָתַךְ","translit":"châthak","definition":"a primitive root; properly, to cut off, i.e. (figuratively) to decree; determine.","strongs_number":"h2852"},"h2853":{"pronunciation":"khaw-thal'","unicode":"חָתַל","translit":"châthal","definition":"a primitive root; to swathe; × at all, swaddle.","strongs_number":"h2853"},"h2854":{"pronunciation":"khath-ool-law'","unicode":"חֲתֻלָּה","translit":"chăthullâh","definition":"from {{h2853}}; a swathing cloth (figuratively); swaddling band.","strongs_number":"h2854"},"h2855":{"pronunciation":"kheth-lone'","unicode":"חֶתְלֹן","translit":"Chethlôn","definition":"from {{h2853}}; enswathed; Chethlon, a place in Palestine; Hethlon.","strongs_number":"h2855"},"h2856":{"pronunciation":"khaw-tham'","unicode":"חָתַם","translit":"châtham","definition":"a primitive root; to close up; especially to seal; make an end, mark, seal (up), stop.","strongs_number":"h2856"},"h2857":{"pronunciation":"khath-am'","unicode":"חֲתַם","translit":"chătham","definition":"(Aramaic) a root corresponding to {{h2856}}; to seal; seal.","strongs_number":"h2857"},"h2858":{"pronunciation":"kho-the-meth","unicode":"חֹתֶמֶת","translit":"chôthemeth","definition":"feminine active participle of {{h2856}}; a seal; signet.","strongs_number":"h2858"},"h2859":{"pronunciation":"khaw-than'","unicode":"חָתַן","translit":"châthan","definition":"a primitive root; to give (a daughter) away in marriage; hence (generally) to contract affinity by marriage; join in affinity, father in law, make marriages, mother in law, son in law.","strongs_number":"h2859"},"h2860":{"pronunciation":"khaw-thawn'","unicode":"חָתָן","translit":"châthân","definition":"from {{h2859}}; a relative by marriage (especially through the bride); figuratively, a circumcised child (as a species of religious espousal); bridegroom, husband, son in law.","strongs_number":"h2860"},"h2861":{"pronunciation":"khath-oon-naw'","unicode":"חֲתֻנָּה","translit":"chăthunnâh","definition":"from {{h2859}}; a wedding; espousal.","strongs_number":"h2861"},"h2862":{"pronunciation":"khaw-thaf'","unicode":"חָתַף","translit":"châthaph","definition":"a primitive root; to clutch; take away.","strongs_number":"h2862"},"h2863":{"pronunciation":"kheh'-thef","unicode":"חֶתֶף","translit":"chetheph","definition":"from {{h2862}}; properly, rapine; figuratively, robbery; prey.","strongs_number":"h2863"},"h2864":{"pronunciation":"khaw-thar'","unicode":"חָתַר","translit":"châthar","definition":"a primitive root; to force a passage, as by burglary; figuratively, with oars; dig (through), row.","strongs_number":"h2864"},"h2865":{"pronunciation":"khaw-thath'","unicode":"חָתַת","translit":"châthath","definition":"a primitive root; properly, to prostrate; hence, to break down, either (literally) by violence, or (figuratively) by confusion and fear; abolish, affright, be (make) afraid, amaze, beat down, discourage, (cause to) dismay, go down, scare, terrify.","strongs_number":"h2865"},"h2866":{"pronunciation":"khath-ath'","unicode":"חֲתַת","translit":"chăthath","definition":"from {{h2865}}; dismay; casting down.","strongs_number":"h2866"},"h2867":{"pronunciation":"khath-ath'","unicode":"חֲתַת","translit":"Chăthath","definition":"the same as {{h2866}}; Chathath, an Israelite; cathath. f","strongs_number":"h2867"},"h2868":{"pronunciation":"teh-abe'","unicode":"טְאֵב","translit":"ṭᵉʼêb","definition":"(Aramaic) a primitive root; to rejoice; be glad","strongs_number":"h2868"},"h2869":{"pronunciation":"teh-abe'","unicode":"טָב","translit":"ṭâb","definition":"the same as {{h2896}}; good; fine, good.","strongs_number":"h2869"},"h2870":{"pronunciation":"taw-beh-ale'","unicode":"טָבְאֵל","translit":"ṭâbᵉʼêl","definition":"from {{h2895}} and {{h410}}; pleasing (to) God; Tabeel, the name of a Syrian and of a Persian; Tabeal, Tabeel.","strongs_number":"h2870"},"h2871":{"pronunciation":"taw-bool'","unicode":"טָבוּל","translit":"ṭâbûwl","definition":"passive participle of {{h2881}}; properly, dyed, i.e. a turban (probably as of colored stuff); dyed attire.","strongs_number":"h2871"},"h2872":{"pronunciation":"tab-boor'","unicode":"טַבּוּר","translit":"ṭabbûwr","definition":"from an unused root meaning to pile up; properly, accumulated; i.e. (by implication) a summit; middle, midst.","strongs_number":"h2872"},"h2873":{"pronunciation":"taw-bakh'","unicode":"טָבַח","translit":"ṭâbach","definition":"a primitive root; to slaughter (animals or men); kill, (make) slaughter, slay.","strongs_number":"h2873"},"h2874":{"pronunciation":"teh'-bakh","unicode":"טֶבַח","translit":"ṭebach","definition":"from {{h2873}}; properly, something slaughtered; hence, a beast (or meat, as butchered); abstractly butchery (or concretely, a place of slaughter); × beast, slaughter, × slay, × sore.","strongs_number":"h2874"},"h2875":{"pronunciation":"teh'-bakh","unicode":"טֶבַח","translit":"Ṭebach","definition":"the same as {{h2874}}; massacre; Tebach, the name of a Mesopotamian and of an Israelite; Tebah.","strongs_number":"h2875"},"h2876":{"pronunciation":"tab-bawkh'","unicode":"טַבָּח","translit":"ṭabbâch","definition":"from {{h2873}}; properly, a butcher; hence, a lifeguardsman (because he was acting as an executioner); also a cook (usually slaughtering the animal for food); cook, guard.","strongs_number":"h2876"},"h2877":{"pronunciation":"tab-bawkh'","unicode":"טַבָּח","translit":"ṭabbâch","definition":"(Aramaic) the same as {{h2876}}; a lifeguardsman; guard.","strongs_number":"h2877"},"h2878":{"pronunciation":"tib-khaw'","unicode":"טִבְחָה","translit":"ṭibchâh","definition":"feminine of {{h2874}} and meaning the same; flesh, slaughter.","strongs_number":"h2878"},"h2879":{"pronunciation":"tab-baw-khaw'","unicode":"טַבָּחָה","translit":"ṭabbâchâh","definition":"feminine of {{h2876}}; a female cook; cook.","strongs_number":"h2879"},"h2880":{"pronunciation":"tib-khath'","unicode":"טִבְחַת","translit":"Ṭibchath","definition":"from {{h2878}}; slaughter; Tibchath, a place in Syria; Tibhath.","strongs_number":"h2880"},"h2881":{"pronunciation":"taw-bal'","unicode":"טָבַל","translit":"ṭâbal","definition":"a primitive root; to dip, to immerse; dip, plunge.","strongs_number":"h2881"},"h2882":{"pronunciation":"teb-al-yaw'-hoo","unicode":"טְבַלְיָהוּ","translit":"Ṭᵉbalyâhûw","definition":"from {{h2881}} and {{h3050}}; Jah has dipped; Tebaljah, an Israelite; Tebaliah.","strongs_number":"h2882"},"h2883":{"pronunciation":"taw-bah'","unicode":"טָבַע","translit":"ṭâbaʻ","definition":"a primitive root; to sink; drown, fasten, settle, sink.","strongs_number":"h2883"},"h2884":{"pronunciation":"tab-baw-othe'","unicode":"טַבָּעוֹת","translit":"Ṭabbâʻôwth","definition":"plural of {{h2885}}; rings; Tabbaoth, one of the Nethinim; Tabaoth.","strongs_number":"h2884"},"h2885":{"pronunciation":"tab-bah'-ath","unicode":"טַבַּעַת","translit":"ṭabbaʻath","definition":"from {{h2883}}; properly, a seal (as sunk into the wax), i.e. signet (for sealing); hence (generally) a ring of any kind; ring.","strongs_number":"h2885"},"h2886":{"pronunciation":"tab-rim-mone'","unicode":"טַבְרִמּוֹן","translit":"Ṭabrimmôwn","definition":"from {{h2895}} and {{h7417}}; pleasing (to) Rimmon; Tabrimmon, a Syrian; Tabrimmon.","strongs_number":"h2886"},"h2887":{"pronunciation":"tay'-beth","unicode":"טֵבֶת","translit":"Ṭêbeth","definition":"probably of foreign derivation; Tebeth, the tenth Hebrew month; Tebeth.","strongs_number":"h2887"},"h2888":{"pronunciation":"tab-bath'","unicode":"טַבַּת","translit":"Ṭabbath","definition":"of uncertain derivation; Tabbath, a place East of the Jordan; Tabbath.","strongs_number":"h2888"},"h2889":{"pronunciation":"taw-hore'","unicode":"טָהוֹר","translit":"ṭâhôwr","definition":"or טָהֹר; from {{h2891}}; pure (in a physical, chemical, ceremonial or moral sense); clean, fair, pure(-ness).","strongs_number":"h2889"},"h2890":{"pronunciation":"teh-hore'","unicode":"טְהוֹר","translit":"ṭᵉhôwr","definition":"from {{h2891}}; purity; pureness.","strongs_number":"h2890"},"h2891":{"pronunciation":"taw-hare'","unicode":"טָהֵר","translit":"ṭâhêr","definition":"a primitive root; properly, to be bright; i.e. (by implication); to be pure (physical sound, clear, unadulterated; Levitically, uncontaminated; morally, innocent or holy); be (make, make self, pronounce) clean, cleanse (self), purge, purify(-ier, self).","strongs_number":"h2891"},"h2892":{"pronunciation":"to'-har","unicode":"טֹהַר","translit":"ṭôhar","definition":"from {{h2891}}; literally brightness; ceremonially purification; clearness, glory, purifying.","strongs_number":"h2892"},"h2893":{"pronunciation":"toh-or-aw'","unicode":"טׇהֳרָה","translit":"ṭohŏrâh","definition":"feminine of {{h2892}}; ceremonial purification; moral purity; × is cleansed, cleansing, purification(-fying).","strongs_number":"h2893"},"h2894":{"pronunciation":"too","unicode":"טוּא","translit":"ṭûwʼ","definition":"a primitive root; to sweep away; sweep.","strongs_number":"h2894"},"h2895":{"pronunciation":"tobe","unicode":"טוֹב","translit":"ṭôwb","definition":"a primitive root,; to be (transitively, do or make) good (or well) in the widest sense; be (do) better, cheer, be (do, seem) good, (make) goodly, × please, (be, do, go, play) well.","strongs_number":"h2895"},"h2896":{"pronunciation":"tobe","unicode":"טוֹב","translit":"ṭôwb","definition":"from {{h2895}}; good (as an adjective) in the widest sense; used likewise as a noun, both in the masculine and the feminine, the singular and the plural (good, a good or good thing, a good man or woman; the good, goods or good things, good men or women), also as an adverb (well); beautiful, best, better, bountiful, cheerful, at ease, × fair (word), (be in) favour, fine, glad, good (deed, -lier, -liest, -ly, -ness, -s), graciously, joyful, kindly, kindness, liketh (best), loving, merry, × most, pleasant, pleaseth, pleasure, precious, prosperity, ready, sweet, wealth, welfare, (be) well(-favoured).","strongs_number":"h2896"},"h2897":{"pronunciation":"tobe","unicode":"טוֹב","translit":"Ṭôwb","definition":"the same as {{h2896}}; good; Tob, a region apparently East of the Jordan; Tob.","strongs_number":"h2897"},"h2898":{"pronunciation":"toob","unicode":"טוּב","translit":"ṭûwb","definition":"from {{h2895}}; good (as a noun), in the widest sense, especially goodness (superlative concretely, the best), beauty, gladness, welfare; fair, gladness, good(-ness, thing, -s), joy, go well with.","strongs_number":"h2898"},"h2899":{"pronunciation":"tobe ado-nee-yah'-hoo","unicode":"טוֹב אֲדֹנִיָּהוּ","translit":"Ṭôwb ʼĂdônîyâhûw","definition":"from {{h2896}} and {{h138}}; pleasing (to) Adonijah; Tob-Adonijah, an Israelite; Tob-adonijah.","strongs_number":"h2899"},"h2900":{"pronunciation":"to-bee-yaw'","unicode":"טוֹבִיָּה","translit":"Ṭôwbîyâh","definition":"or טוֹבִיָּהוּ; from {{h2896}} and {{h3050}}; goodness of Jehovah; Tobijah, the name of three Israelites and of one Samaritan; Tobiah, Tobijah.","strongs_number":"h2900"}}
@@ -0,0 +1 @@
1
+ {"h2901":{"pronunciation":"taw-vaw'","unicode":"טָוָה","translit":"ṭâvâh","definition":"a primitive root; to spin; spin.","strongs_number":"h2901"},"h2902":{"pronunciation":"too'-akh","unicode":"טוּחַ","translit":"ṭûwach","definition":"a primitive root; to smear, especially with lime; daub, overlay, plaister, smut.","strongs_number":"h2902"},"h2903":{"pronunciation":"to-faw-faw'","unicode":"טוֹפָפָה","translit":"ṭôwphâphâh","definition":"from an unused root meaning to go around or bind; a fillet for the forehead; frontlet.","strongs_number":"h2903"},"h2904":{"pronunciation":"tool","unicode":"טוּל","translit":"ṭûwl","definition":"a primitive root; to pitch over or reel; hence (transitively) to cast down or out; carry away, (utterly) cast (down, forth, out), send out.","strongs_number":"h2904"},"h2905":{"pronunciation":"toor","unicode":"טוּר","translit":"ṭûwr","definition":"from an unused root meaning to range in a regular manner; a row; hence, a wall; row.","strongs_number":"h2905"},"h2906":{"pronunciation":"toor","unicode":"טוּר","translit":"ṭûwr","definition":"(Aramaic) corresponding to {{h6697}}; a rock or hill; mountain.","strongs_number":"h2906"},"h2907":{"pronunciation":"toos","unicode":"טוּשׂ","translit":"ṭûws","definition":"a primitive root; to pounce as a bird of prey; haste.","strongs_number":"h2907"},"h2908":{"pronunciation":"tev-awth'","unicode":"טְוָת","translit":"ṭᵉvâth","definition":"(Aramaic) from a root corresponding to {{h2901}}; hunger (as twisting); fasting.","strongs_number":"h2908"},"h2909":{"pronunciation":"taw-khaw'","unicode":"טָחָה","translit":"ṭâchâh","definition":"a primitive root; to stretch a bow, as an archer; (bow-) shot.","strongs_number":"h2909"},"h2910":{"pronunciation":"too-khaw'","unicode":"טֻחָה","translit":"ṭuchâh","definition":"from {{h2909}} (or {{h2902}}) in the sense of overlaying; (in the plural only) the kidneys (as being covered); hence (figuratively) the inmost thought; inward parts.","strongs_number":"h2910"},"h2911":{"pronunciation":"tekh-one'","unicode":"טְחוֹן","translit":"ṭᵉchôwn","definition":"from {{h2912}}; a hand mill; hence, a millstone; to grind.","strongs_number":"h2911"},"h2912":{"pronunciation":"taw-khan'","unicode":"טָחַן","translit":"ṭâchan","definition":"a primitive root; to grind meal; hence, to be a concubine (that being their employment); grind(-er).","strongs_number":"h2912"},"h2913":{"pronunciation":"takh-an-aw'","unicode":"טַחֲנָה","translit":"ṭachănâh","definition":"from {{h2912}}; a hand mill; hence (figuratively) chewing; grinding.","strongs_number":"h2913"},"h2914":{"pronunciation":"tekh-ore'","unicode":"טְחֹר","translit":"ṭᵉchôr","definition":"from an unused root meaning to burn; a boil or ulcer (from the inflammation), especially a tumor in the anus or pudenda (the piles); emerod.","strongs_number":"h2914"},"h2915":{"pronunciation":"tee'akh","unicode":"טִיחַ","translit":"ṭîyach","definition":"from (the equiv. of) {{h2902}}; mortar or plaster; daubing.","strongs_number":"h2915"},"h2916":{"pronunciation":"teet","unicode":"טִיט","translit":"ṭîyṭ","definition":"from an unused root meaning apparently to be sticky (rather perhaps a demonstrative); from {{h2894}}, through the idea of dirt to be swept away); mud or clay; figuratively, calamity; clay, dirt, mire.","strongs_number":"h2916"},"h2917":{"pronunciation":"teen","unicode":"טִין","translit":"ṭîyn","definition":"(Aramaic) perhaps, by interchange, for a word corresponding to {{h2916}}; clay; miry.","strongs_number":"h2917"},"h2918":{"pronunciation":"tee-raw'","unicode":"טִירָה","translit":"ṭîyrâh","definition":"feminine of (an equivalent to) {{h2905}}; a wall; hence, a fortress or a hamlet; (goodly) castle, habitation, palace, row.","strongs_number":"h2918"},"h2919":{"pronunciation":"tal","unicode":"טַל","translit":"ṭal","definition":"from {{h2926}}; dew (as covering vegetation); dew.","strongs_number":"h2919"},"h2920":{"pronunciation":"tal","unicode":"טַל","translit":"ṭal","definition":"(Aramaic) the same as {{h2919}}; dew.","strongs_number":"h2920"},"h2921":{"pronunciation":"taw-law'","unicode":"טָלָא","translit":"ṭâlâʼ","definition":"a primitive root; properly, to cover with pieces; i.e. (by implication) to spot or variegate (as tapestry); clouted, with divers colours, spotted.","strongs_number":"h2921"},"h2922":{"pronunciation":"tel-aw'","unicode":"טְלָא","translit":"ṭᵉlâʼ","definition":"apparently from {{h2921}} in the (orig.) sense of covering (for protection); (compare {{h2924}}); a lamb; lamb.","strongs_number":"h2922"},"h2923":{"pronunciation":"tel-aw-eem'","unicode":"טְלָאִים","translit":"Ṭᵉlâʼîym","definition":"from the plural of {{h2922}}; lambs; Telaim, a place in Palestine; Telaim.","strongs_number":"h2923"},"h2924":{"pronunciation":"taw-leh'","unicode":"טָלֶה","translit":"ṭâleh","definition":"by variation for {{h2922}}; a lamb; lamb.","strongs_number":"h2924"},"h2925":{"pronunciation":"tal-tay-law'","unicode":"טַלְטֵלָה","translit":"ṭalṭêlâh","definition":"from {{h2904}}; overthrow or rejection; captivity.","strongs_number":"h2925"},"h2926":{"pronunciation":"taw-lal'","unicode":"טָלַל","translit":"ṭâlal","definition":"a primitive root; properly, to strew over, i.e. (by implication) to cover in or plate (with beams); cover.","strongs_number":"h2926"},"h2927":{"pronunciation":"tel-al'","unicode":"טְלַל","translit":"ṭᵉlal","definition":"(Aramaic) corresponding to {{h2926}}; to cover with shade; have a shadow.","strongs_number":"h2927"},"h2928":{"pronunciation":"teh'-lem","unicode":"טֶלֶם","translit":"Ṭelem","definition":"from an unused root meaning to break up or treat violently; oppression; Telem, the name of a place in Idumaea, also of a temple doorkeeper; Telem.","strongs_number":"h2928"},"h2929":{"pronunciation":"tal-mone'","unicode":"טַלְמוֹן","translit":"Ṭalmôwn","definition":"from the same as {{h2728}}; oppressive; Talmon, a temple doorkeeper; Talmon.","strongs_number":"h2929"},"h2930":{"pronunciation":"taw-may'","unicode":"טָמֵא","translit":"ṭâmêʼ","definition":"a primitive root; to be foul, especially in a ceremial or moral sense (contaminated); defile (self), pollute (self), be (make, make self, pronounce) unclean, × utterly.","strongs_number":"h2930"},"h2931":{"pronunciation":"taw-may'","unicode":"טָמֵא","translit":"ṭâmêʼ","definition":"from {{h2930}}; foul in a religious sense; defiled, infamous, polluted(-tion), unclean.","strongs_number":"h2931"},"h2932":{"pronunciation":"toom-aw'","unicode":"טֻמְאָה","translit":"ṭumʼâh","definition":"from {{h2930}}; religious impurity; filthiness, unclean(-ness).","strongs_number":"h2932"},"h2933":{"pronunciation":"taw-maw'","unicode":"טָמָה","translit":"ṭâmâh","definition":"a collateral form of {{h2930}}; to be impure in a religious sense; be defiled, be reputed vile.","strongs_number":"h2933"},"h2934":{"pronunciation":"taw-man'","unicode":"טָמַן","translit":"ṭâman","definition":"a primitive root; to hide (by covering over); hide, lay privily, in secret.","strongs_number":"h2934"},"h2935":{"pronunciation":"teh'-neh","unicode":"טֶנֶא","translit":"ṭeneʼ","definition":"from an unused root probably meaning to weave; a basket (of interlaced osiers); basket.","strongs_number":"h2935"},"h2936":{"pronunciation":"taw-naf'","unicode":"טָנַף","translit":"ṭânaph","definition":"a primitive root; to soil; defile.","strongs_number":"h2936"},"h2937":{"pronunciation":"taw-aw'","unicode":"טָעָה","translit":"ṭâʻâh","definition":"a primitive root; to wander; causatively to lead astray; seduce.","strongs_number":"h2937"},"h2938":{"pronunciation":"taw-am'","unicode":"טָעַם","translit":"ṭâʻam","definition":"a primitive root; to taste; figuratively, to perceive; × but, perceive, taste.","strongs_number":"h2938"},"h2939":{"pronunciation":"teh-am'","unicode":"טְעַם","translit":"ṭᵉʻam","definition":"(Aramaic) corresponding to {{h2938}}; to taste; causatively to feed; make to eat, feed.","strongs_number":"h2939"},"h2940":{"pronunciation":"tah'-am","unicode":"טַעַם","translit":"ṭaʻam","definition":"from {{h2938}}; properly, a taste, i.e. (figuratively) perception; by implication, intelligence; transitively, a mandate; advice, behaviour, decree, discretion, judgment, reason, taste, understanding.","strongs_number":"h2940"},"h2941":{"pronunciation":"tah'-am","unicode":"טַעַם","translit":"ṭaʻam","definition":"(Aramaic) from {{h2939}}; compare {{h2940}}); properly, a taste, i.e.\ta judicial sentence; account, × to be commanded, commandment, matter.","strongs_number":"h2941"},"h2942":{"pronunciation":"teh-ame'","unicode":"טְעֵם","translit":"ṭᵉʻêm","definition":"(Aramaic) from {{h2939}}, and equivalent to {{h2941}}; properly, flavor; figuratively, judgment (both subjective and objective); hence, account (both subjectively and objectively); chancellor, command, commandment, decree, regard, taste, wisdom.","strongs_number":"h2942"},"h2943":{"pronunciation":"taw-an'","unicode":"טָעַן","translit":"ṭâʻan","definition":"a primitive root; to load a beast; lade.","strongs_number":"h2943"},"h2944":{"pronunciation":"taw-an'","unicode":"טָעַן","translit":"ṭâʻan","definition":"a primitive root; to stab; thrust through.","strongs_number":"h2944"},"h2945":{"pronunciation":"taf","unicode":"טַף","translit":"ṭaph","definition":"from {{h2952}} (perhaps referring to the tripping gait of children); a family (mostly used collectively in the singular); (little) children (ones), families.","strongs_number":"h2945"},"h2946":{"pronunciation":"taw-fakh'","unicode":"טָפַח","translit":"ṭâphach","definition":"a primitive root; or perhaps a denominative from {{h2947}}, from dandling on the palms; to flatten out or extend (as a tent); figuratively, to nurse a child (as promotive of growth); span, swaddle.","strongs_number":"h2946"},"h2947":{"pronunciation":"tay'-fakh","unicode":"טֵפַח","translit":"ṭêphach","definition":"from {{h2946}}; a spread of the hand, i.e. a palm-breadth (not 'span' of the fingers); architecturally, a corbel (as a supporting palm); coping, hand-breadth.","strongs_number":"h2947"},"h2948":{"pronunciation":"to'-fakh","unicode":"טֹפַח","translit":"ṭôphach","definition":"from {{h2946}}; (the same as {{h2947}}); hand-breadth (broad).","strongs_number":"h2948"},"h2949":{"pronunciation":"tip-pookh'","unicode":"טִפֻּח","translit":"ṭippuch","definition":"from {{h2946}}; nursing; span long.","strongs_number":"h2949"},"h2950":{"pronunciation":"taw-fal'","unicode":"טָפַל","translit":"ṭâphal","definition":"a primitive root; properly, to stick on as a patch; figuratively, to impute falsely; forge(-r), sew up.","strongs_number":"h2950"},"h2951":{"pronunciation":"tif-sar'","unicode":"טִפְסַר","translit":"ṭiphçar","definition":"of foreign derivation; a military governor; captain.","strongs_number":"h2951"},"h2952":{"pronunciation":"taw-faf'","unicode":"טָפַף","translit":"ṭâphaph","definition":"a primitive root; apparently; to trip (with short steps) coquettishly; mince.","strongs_number":"h2952"},"h2953":{"pronunciation":"tef-ar'","unicode":"טְפַר","translit":"ṭᵉphar","definition":"(Aramaic) from a root corresponding to {{h6852}}, and meaning the same as {{h6856}}; a finger-nail; also a hoof or claw; nail.","strongs_number":"h2953"},"h2954":{"pronunciation":"taw-fash'","unicode":"טָפַשׁ","translit":"ṭâphash","definition":"a primitive root; properly, apparently to be thick; figuratively, to be stupid; be fat.","strongs_number":"h2954"},"h2955":{"pronunciation":"taw-fath'","unicode":"טָפַת","translit":"Ṭâphath","definition":"probably from {{h5197}}; a dropping (of ointment); Taphath, an Israelitess; Taphath.","strongs_number":"h2955"},"h2956":{"pronunciation":"taw-rad'","unicode":"טָרַד","translit":"ṭârad","definition":"a primitive root; to drive on; figuratively, to follow close; continual.","strongs_number":"h2956"},"h2957":{"pronunciation":"ter-ad'","unicode":"טְרַד","translit":"ṭᵉrad","definition":"(Aramaic) corresponding to {{h2956}}; to expel; drive.","strongs_number":"h2957"},"h2958":{"pronunciation":"ter-ome'","unicode":"טְרוֹם","translit":"ṭᵉrôwm","definition":"a variation of {{h2962}}; not yet; before.","strongs_number":"h2958"},"h2959":{"pronunciation":"taw-rakh'","unicode":"טָרַח","translit":"ṭârach","definition":"a primitive root; to overburden; weary.","strongs_number":"h2959"},"h2960":{"pronunciation":"to'-rakh","unicode":"טֹרַח","translit":"ṭôrach","definition":"from {{h2959}}; a burden; cumbrance, trouble.","strongs_number":"h2960"},"h2961":{"pronunciation":"taw-ree'","unicode":"טָרִי","translit":"ṭârîy","definition":"from an unused root apparently meaning to be moist; properly, dripping; hence, fresh (i.e. recently made such); new, putrefying.","strongs_number":"h2961"},"h2962":{"pronunciation":"teh'-rem","unicode":"טֶרֶם","translit":"ṭerem","definition":"from an unused root apparently meaning to interrupt or suspend; properly, non-occurrence; used adverbially, not yet or before; before, ere, not yet.","strongs_number":"h2962"},"h2963":{"pronunciation":"taw-raf'","unicode":"טָרַף","translit":"ṭâraph","definition":"a primitive root; to pluck off or pull to pieces; causatively to supply with food (as in morsels); catch, × without doubt, feed, ravin, rend in pieces, × surely, tear (in pieces).","strongs_number":"h2963"},"h2964":{"pronunciation":"teh'-ref","unicode":"טֶרֶף","translit":"ṭereph","definition":"from {{h2963}}; something torn, i.e. a fragment, e.g. a fresh leaf, prey, food; leaf, meat, prey, spoil.","strongs_number":"h2964"},"h2965":{"pronunciation":"taw-rawf'","unicode":"טָרָף","translit":"ṭârâph","definition":"from {{h2963}}; recently torn off, i.e. fresh; pluckt off.","strongs_number":"h2965"},"h2966":{"pronunciation":"ter-ay-faw'","unicode":"טְרֵפָה","translit":"ṭᵉrêphâh","definition":"feminine (collectively) of {{h2964}}; prey, i.e. flocks devoured by animals; ravin, (that which was) torn (of beasts, in pieces).","strongs_number":"h2966"},"h2967":{"pronunciation":"tar-pel-ah'-ee","unicode":"טַרְפְּלַי","translit":"Ṭarpᵉlay","definition":"(Aramaic) from a name of foreign derivation; a Tarpelite (collectively) or inhabitants of Tarpel, a place in Assyria; Tarpelites. y","strongs_number":"h2967"},"h2968":{"pronunciation":"yaw-ab'","unicode":"יָאַב","translit":"yâʼab","definition":"a primitive root; to desire; long.","strongs_number":"h2968"},"h2969":{"pronunciation":"yaw-aw'","unicode":"יָאָה","translit":"yâʼâh","definition":"a primitive root; to be suitable; appertain.","strongs_number":"h2969"},"h2970":{"pronunciation":"yah-az-an-yaw'","unicode":"יַאֲזַנְיָה","translit":"Yaʼăzanyâh","definition":"or יַאֲזַנְיָהוּ; from {{h238}} and {{h3050}}; heard of Jah; Jaazanjah, the name of four Israelites; Jaazaniah. Compare {{h3153}}.","strongs_number":"h2970"},"h2971":{"pronunciation":"yaw-ere'","unicode":"יָאִיר","translit":"Yâʼîyr","definition":"from {{h215}}; enlightener; Jair, the name of four Israelites; Jair.","strongs_number":"h2971"},"h2972":{"pronunciation":"yaw-ee-ree'","unicode":"יָאִרִי","translit":"Yâʼirîy","definition":"patronymically from {{h2971}}; a Jairite or descendant of Jair; Jairite.","strongs_number":"h2972"},"h2973":{"pronunciation":"yaw-al'","unicode":"יָאַל","translit":"yâʼal","definition":"a primitive root; properly, to be slack, i.e. (figuratively) to be foolish; dote, be (become, do) foolish(-ly).","strongs_number":"h2973"},"h2974":{"pronunciation":"yaw-al'","unicode":"יָאַל","translit":"yâʼal","definition":"a primitive root (probably rather the same as {{h2973}} through the idea of mental weakness); properly, to yield, especially assent; hence (pos.) to undertake as an act of volition; assay, begin, be content, please, take upon, × willingly, would.","strongs_number":"h2974"},"h2975":{"pronunciation":"yeh-ore'","unicode":"יְאֹר","translit":"yᵉʼôr","definition":"of Egyptian origin; a channel, e.g. a fosse, canal, shaft; specifically the Nile, as the one river of Egypt, including its collateral trenches; also the Tigris, as the main river of Assyria; brook, flood, river, stream.","strongs_number":"h2975"},"h2976":{"pronunciation":"yaw-ash'","unicode":"יָאַשׁ","translit":"yâʼash","definition":"a primitive root; to desist, i.e. (figuratively) to despond; (cause to) despair, one that is desperate, be no hope.","strongs_number":"h2976"},"h2977":{"pronunciation":"yo-shee-yaw'","unicode":"יֹאשִׁיָּה","translit":"Yôʼshîyâh","definition":"or יֹאשִׁיָּהוּ; from the same root as {{h803}} and {{h3050}}; founded of Jah; Joshijah, the name of two Israelites; Josiah.","strongs_number":"h2977"},"h2978":{"pronunciation":"yeh-ee-thone'","unicode":"יְאִתוֹן","translit":"yᵉʼithôwn","definition":"from {{h857}}; an entry; entrance.","strongs_number":"h2978"},"h2979":{"pronunciation":"yeh-aw-ther-ah'ee","unicode":"יְאָתְרַי","translit":"yᵉʼâthᵉray","definition":"from the same as {{h871}}; stepping; Jeatherai, an Israelite; Jeaterai.","strongs_number":"h2979"},"h2980":{"pronunciation":"yaw-bab","unicode":"יָבַב","translit":"yâbab","definition":"a primitive root; to bawl; cry out.","strongs_number":"h2980"},"h2981":{"pronunciation":"yeb-ool'","unicode":"יְבוּל","translit":"yᵉbûwl","definition":"from {{h2986}}; produce, i.e. a crop or (figuratively) wealth; fruit, increase.","strongs_number":"h2981"},"h2982":{"pronunciation":"yeb-oos'","unicode":"יְבוּס","translit":"Yᵉbûwç","definition":"from {{h947}}; trodden, i.e. threshing-place; Jebus, the original name of Jerusalem; Jebus.","strongs_number":"h2982"},"h2983":{"pronunciation":"yeb-oo-see'","unicode":"יְבוּסִי","translit":"Yᵉbûwçîy","definition":"patrial from {{h2982}}; a Jebusite or inhabitant of Jebus; Jebusite(-s).","strongs_number":"h2983"},"h2984":{"pronunciation":"yib-khar'","unicode":"יִבְחַר","translit":"Yibchar","definition":"from {{h977}}; choice; Jibchar, an Israelite; Ibhar.","strongs_number":"h2984"},"h2985":{"pronunciation":"yaw-bene'","unicode":"יָבִין","translit":"Yâbîyn","definition":"from {{h995}}; intelligent; Jabin, the name of two Canaanitish kings; Jabin.","strongs_number":"h2985"},"h2986":{"pronunciation":"yaw-bal'","unicode":"יָבַל","translit":"yâbal","definition":"a primitive root; properly, to flow; causatively, to bring (especially with pomp); bring (forth), carry, lead (forth).","strongs_number":"h2986"},"h2987":{"pronunciation":"yeb-al'","unicode":"יְבַל","translit":"yᵉbal","definition":"(Aramaic) corresponding to {{h2986}}; to bring; bring, carry.","strongs_number":"h2987"},"h2988":{"pronunciation":"yaw-bawl'","unicode":"יָבָל","translit":"yâbâl","definition":"from {{h2986}}; a stream; (water-) course, stream.","strongs_number":"h2988"},"h2989":{"pronunciation":"yaw-bawl'","unicode":"יָבָל","translit":"Yâbâl","definition":"the same as {{h2988}}; Jabal, an antediluvian; Jabal.","strongs_number":"h2989"},"h2990":{"pronunciation":"yab-bale'","unicode":"יַבֵּל","translit":"yabbêl","definition":"from {{h2986}}; having running sores; wen.","strongs_number":"h2990"},"h2991":{"pronunciation":"yib-leh-awm'","unicode":"יִבְלְעָם","translit":"Yiblᵉʻâm","definition":"from {{h1104}} and {{h5971}}; devouring people; Jibleam, a place in Palestine; Ibleam.","strongs_number":"h2991"},"h2992":{"pronunciation":"yaw-bam'","unicode":"יָבַם","translit":"yâbam","definition":"a primitive root of doubtful meaning; used only as a denominative from {{h2993}}; to marry a (deceased) brother's widow; perform the duty of a husband's brother, marry.","strongs_number":"h2992"},"h2993":{"pronunciation":"yaw-bawm'","unicode":"יָבָם","translit":"yâbâm","definition":"from (the orig. of) {{h2992}}; a brother-in-law; husband's brother.","strongs_number":"h2993"},"h2994":{"pronunciation":"yeb-ay'-meth","unicode":"יְבֵמֶת","translit":"Yᵉbêmeth","definition":"feminine participle of {{h2992}}; a sister-in-law; brother's wife, sister in law.","strongs_number":"h2994"},"h2995":{"pronunciation":"yab-neh-ale'","unicode":"יַבְנְאֵל","translit":"Yabnᵉʼêl","definition":"from {{h1129}} and {{h410}}; built of God; Jabneel, the name of two places in Palestine; Jabneel.","strongs_number":"h2995"},"h2996":{"pronunciation":"yab-neh'","unicode":"יַבְנֶה","translit":"Yabneh","definition":"from {{h1129}}; a building; Jabneh, a place in Palestine; Jabneh.","strongs_number":"h2996"},"h2997":{"pronunciation":"yib-neh-yaw'","unicode":"יִבְנְיָה","translit":"Yibnᵉyâh","definition":"from {{h1129}} and {{h3050}}; built of Jah; Jibnejah, an Israelite; Ibneiah.","strongs_number":"h2997"},"h2998":{"pronunciation":"yib-nee-yaw'","unicode":"יִבְנִיָּה","translit":"Yibnîyâh","definition":"from {{h1129}} and {{h3050}}; building of Jah; Jibnijah, an Israelite; Ibnijah.","strongs_number":"h2998"},"h2999":{"pronunciation":"yab-boke'","unicode":"יַבֹּק","translit":"Yabbôq","definition":"probably from {{h1238}}; pouring forth; Jabbok, a river east of the Jordan; Jabbok.","strongs_number":"h2999"},"h3000":{"pronunciation":"yeb-eh-rek-yaw'-hoo","unicode":"יְבֶרֶכְיָהוּ","translit":"Yᵉberekyâhûw","definition":"from {{h1288}} and {{h3050}}; blessed of Jah; Jeberekjah, an Israelite; Jeberechiah.","strongs_number":"h3000"}}
@@ -0,0 +1 @@
1
+ {"h301":{"pronunciation":"akh-ee-shawr'","unicode":"אֲחִישָׁר","translit":"ʼĂchîyshâr","definition":"from {{h251}} and {{h7891}}; brother of (the) singer; Achishar, an Israelite; Ahishar.","strongs_number":"h301"},"h302":{"pronunciation":"akh-ee-tho'-fel","unicode":"אֲחִיתֹפֶל","translit":"ʼĂchîythôphel","definition":"from {{h251}} and {{h8602}}; brother of folly; Achithophel, an Israelite; Ahithophel.","strongs_number":"h302"},"h303":{"pronunciation":"akh-lawb'","unicode":"אַחְלָב","translit":"ʼAchlâb","definition":"from the same root as {{h2459}}; fatness (i.e. fertile); Achlab, a place in Palestine; Ahlab.","strongs_number":"h303"},"h304":{"pronunciation":"akh-lah'ee","unicode":"אַחְלַי","translit":"ʼAchlay","definition":"the same as {{h305}}; wishful; Achlai, the name of an Israelitess and of an Israelite; Ahlai.","strongs_number":"h304"},"h305":{"pronunciation":"akh-al-ah'ee","unicode":"אַחֲלַי","translit":"ʼachălay","definition":"or אַחֲלֵי; prob from {{h253}} and a variation of {{h3863}}; would that!; O that, would God.","strongs_number":"h305"},"h306":{"pronunciation":"akh-law'-maw","unicode":"אַחְלָמָה","translit":"ʼachlâmâh","definition":"perhaps from {{h2492}} (and thus dream-stone); a gem, probably the amethyst; amethyst.","strongs_number":"h306"},"h307":{"pronunciation":"akh-me-thaw'","unicode":"אַחְמְתָא","translit":"ʼAchmᵉthâʼ","definition":"of Persian derivation; Achmetha (i.e. Ecbatana), the summer capital of Persia; Achmetha.","strongs_number":"h307"},"h308":{"pronunciation":"akh-as-bah'ee","unicode":"אֲחַסְבַּי","translit":"ʼĂchaçbay","definition":"of uncertain derivation; Achasbai, an Israelite; Ahasbai.","strongs_number":"h308"},"h309":{"pronunciation":"aw-khar'","unicode":"אָחַר","translit":"ʼâchar","definition":"a primitive root; to loiter (i.e. be behind); by implication to procrastinate; continue, defer, delay, hinder, be late (slack), stay (there), tarry (longer).","strongs_number":"h309"},"h310":{"pronunciation":"akh-ar'","unicode":"אַחַר","translit":"ʼachar","definition":"from {{h309}}; properly, the hind part; generally used as an adverb or conjunction, after (in various senses); after (that, -ward), again, at, away from, back (from, -side), behind, beside, by, follow (after, -ing), forasmuch, from, hereafter, hinder end, + out (over) live, + persecute, posterity, pursuing, remnant, seeing, since, thence(-forth), when, with.","strongs_number":"h310"},"h311":{"pronunciation":"akh-ar'","unicode":"אַחַר","translit":"ʼachar","definition":"(Aramaic) corresponding to {{h310}}; after; (here-) after.","strongs_number":"h311"},"h312":{"pronunciation":"akh-air'","unicode":"אַחֵר","translit":"ʼachêr","definition":"from {{h309}}; properly, hinder; generally, next, other, etc.; (an-) other man, following, next, strange.","strongs_number":"h312"},"h313":{"pronunciation":"akh-air'","unicode":"אַחֵר","translit":"ʼAchêr","definition":"the same as {{h312}}; Acher, an Israelite; Aher.","strongs_number":"h313"},"h314":{"pronunciation":"akh-ar-one'","unicode":"אַחֲרוֹן","translit":"ʼachărôwn","definition":"or (shortened) אַחֲרֹן; from {{h309}}; hinder; generally, late or last; specifically (as facing the east) western; after (-ward), to come, following, hind(-er, -ermost, -most), last, latter, rereward, ut(ter) most.","strongs_number":"h314"},"h315":{"pronunciation":"akh-rakh'","unicode":"אַחְרַח","translit":"ʼAchrach","definition":"from {{h310}} and {{h251}}; after (his) brother; Achrach, an Israelite; Aharah.","strongs_number":"h315"},"h316":{"pronunciation":"akh-ar-kale'","unicode":"אֲחַרְחֵל","translit":"ʼĂcharchêl","definition":"from {{h310}} and {{h2426}}; behind (the) intrenchment (i.e. safe); Acharchel, an Israelite; Aharhel,","strongs_number":"h316"},"h317":{"pronunciation":"okh-or-ee'","unicode":"אׇחֳרִי","translit":"ʼochŏrîy","definition":"(Aramaic) from {{h311}}; other; (an-) other.","strongs_number":"h317"},"h318":{"pronunciation":"okh-or-ane'","unicode":"אׇחֳרֵין","translit":"ʼochŏrêyn","definition":"(Aramaic) or (shortened) אׇחֳרֵן; (Aramaic) from {{h317}}; last; at last.","strongs_number":"h318"},"h319":{"pronunciation":"akh-ar-eeth'","unicode":"אַחֲרִית","translit":"ʼachărîyth","definition":"from {{h310}}; the last or end, hence, the future; also posterity; (last, latter) end (time), hinder (utter) -most, length, posterity, remnant, residue, reward.","strongs_number":"h319"},"h320":{"pronunciation":"akh-ar-eeth'","unicode":"אַחֲרִית","translit":"ʼachărîyth","definition":"(Aramaic) from {{h311}}; the same as {{h319}}; later; latter.","strongs_number":"h320"},"h321":{"pronunciation":"okh-or-awn'","unicode":"אׇחֳרָן","translit":"ʼochŏrân","definition":"(Aramaic) from {{h311}}; the same as {{h317}}; other; (an-) other.","strongs_number":"h321"},"h322":{"pronunciation":"akh-o-ran-neeth'","unicode":"אֲחֹרַנִּית","translit":"ʼăchôrannîyth","definition":"prolonged from {{h268}}; backwards; back (-ward, again).","strongs_number":"h322"},"h323":{"pronunciation":"akh-ash-dar-pan'","unicode":"אֲחַשְׁדַּרְפַּן","translit":"ʼăchashdarpan","definition":"of Persian derivation; a satrap or governor of a main province (of Persia); lieutenant.","strongs_number":"h323"},"h324":{"pronunciation":"akh-ash-dar-pan'","unicode":"אֲחַשְׁדַּרְפַּן","translit":"ʼăchashdarpan","definition":"(Aramaic) corresponding to {{h323}}; prince.","strongs_number":"h324"},"h325":{"pronunciation":"akh-ash-vay-rosh'","unicode":"אֲחַשְׁוֵרוֹשׁ","translit":"ʼĂchashvêrôwsh","definition":"or (shortened) אַחַשְׁרֹשׁ (Esther 10:1); of Persian origin; Achashverosh (i.e. Ahasuerus or Artaxerxes, but in this case Xerxes), the title (rather than name) of a Persian king; Ahasuerus.","strongs_number":"h325"},"h326":{"pronunciation":"akh-ash-taw-ree'","unicode":"אֲחַשְׁתָּרִי","translit":"ʼăchashtârîy","definition":"probably of Persian derivation; an achastarite (i.e. courier); the designation (rather than name) of an Israelite; Haakashtari (includ. the article).","strongs_number":"h326"},"h327":{"pronunciation":"akh-ash-taw-rawn'","unicode":"אֲחַשְׁתָּרָן","translit":"ʼăchashtârân","definition":"of Persian origin; a mule; camel.","strongs_number":"h327"},"h328":{"pronunciation":"at","unicode":"אַט","translit":"ʼaṭ","definition":"from an unused root perhaps meaning to move softly; (as a noun) a necromancer (from their soft incantations), (as an adverb) gently; charmer, gently, secret, softly.","strongs_number":"h328"},"h329":{"pronunciation":"aw-tawd'","unicode":"אָטָד","translit":"ʼâṭâd","definition":"from an unused root probably meaning to pierce or make fast; a thorn-tree (especially the buckthorn); Atad, bramble, thorn.","strongs_number":"h329"},"h330":{"pronunciation":"ay-toon'","unicode":"אֵטוּן","translit":"ʼêṭûwn","definition":"from an unused root (probably meaning to bind); properly, twisted (yarn), i.e. tapestry; fine linen.","strongs_number":"h330"},"h331":{"pronunciation":"aw-tam'","unicode":"אָטַם","translit":"ʼâṭam","definition":"a primitive root; to close (the lips or ears); by analology to contract (a window by bevelled jambs); narrow, shut, stop.","strongs_number":"h331"},"h332":{"pronunciation":"aw-tar'","unicode":"אָטַר","translit":"ʼâṭar","definition":"a primitive root; to close up; shut.","strongs_number":"h332"},"h333":{"pronunciation":"aw-tare'","unicode":"אָטֵר","translit":"ʼÂṭêr","definition":"from {{h332}}; maimed; Ater, the name of three Israelites; Ater.","strongs_number":"h333"},"h334":{"pronunciation":"it-tare'","unicode":"אִטֵּר","translit":"ʼiṭṭêr","definition":"from {{h332}}; shut up, i.e. impeded (as to the use of the right hand); left-handed.","strongs_number":"h334"},"h335":{"pronunciation":"ah'ee","unicode":"אַי","translit":"ʼay","definition":"perhaps from {{h370}}; where? hence how?; how, what, whence, where, whether, which (way).","strongs_number":"h335"},"h336":{"pronunciation":"ee","unicode":"אִי","translit":"ʼîy","definition":"probably identical with {{h335}} (through the idea of a query); not; island (Job 22:30).","strongs_number":"h336"},"h337":{"pronunciation":"ee","unicode":"אִי","translit":"ʼîy","definition":"short from {{h188}}; alas!; woe.","strongs_number":"h337"},"h338":{"pronunciation":"ee","unicode":"אִי","translit":"ʼîy","definition":"probably identical with {{h337}} (through the idea of a doleful sound); a howler (used only in the plural), i.e. any solitary wild creature; wild beast of the islands.","strongs_number":"h338"},"h339":{"pronunciation":"ee","unicode":"אִי","translit":"ʼîy","definition":"from {{h183}}; properly, a habitable spot (as desirable); dry land, a coast, an island; country, isle, island.","strongs_number":"h339"},"h340":{"pronunciation":"aw-yab'","unicode":"אָיַב","translit":"ʼâyab","definition":"a primitive root; to hate (as one of an opposite tribe or party); hence to be hostile; be an enemy.","strongs_number":"h340"},"h341":{"pronunciation":"o-yabe'","unicode":"אֹיֵב","translit":"ʼôyêb","definition":"or (fully) אוֹיֵב; active participle of {{h340}}; hating; an adversary; enemy, foe.","strongs_number":"h341"},"h342":{"pronunciation":"ay-baw'","unicode":"אֵיבָה","translit":"ʼêybâh","definition":"from {{h340}}; hostility; emnity, hatred.","strongs_number":"h342"},"h343":{"pronunciation":"ade","unicode":"אֵיד","translit":"ʼêyd","definition":"from the same as {{h181}} (in the sense of bending down); oppression; by implication misfortune, ruin; calamity, destruction.","strongs_number":"h343"},"h344":{"pronunciation":"ah-yaw'","unicode":"אַיָּה","translit":"ʼayâh","definition":"perhaps from {{h337}}; the screamer, i.e. a hawk; kite, vulture.","strongs_number":"h344"},"h345":{"pronunciation":"ah-yaw'","unicode":"אַיָּה","translit":"ʼAyâh","definition":"the same as {{h344}}; Ajah, the name of two Israelites; Aiah, Ajah.","strongs_number":"h345"},"h346":{"pronunciation":"ah-yay'","unicode":"אַיֵּה","translit":"ʼayêh","definition":"prolonged from {{h335}}; where?; where.","strongs_number":"h346"},"h347":{"pronunciation":"ee-yobe'","unicode":"אִיּוֹב","translit":"ʼÎyôwb","definition":"from {{h340}}; hated (i.e. persecuted); Ijob, the patriarch famous for his patience; Job.","strongs_number":"h347"},"h348":{"pronunciation":"ee-zeh'-bel","unicode":"אִיזֶבֶל","translit":"ʼÎyzebel","definition":"from {{h336}} and {{h2083}}; Izebel, the wife of king Ahab; Jezebel.","strongs_number":"h348"},"h349":{"pronunciation":"ake","unicode":"אֵיךְ","translit":"ʼêyk","definition":"also אֵיכָה ; and אֵיכָכָה ; prolonged from {{h335}}; how? or how!; also where; how, what.","strongs_number":"h349"},"h350":{"pronunciation":"ee-kaw-bode'","unicode":"אִי־כָבוֹד","translit":"ʼÎy-kâbôwd","definition":"from {{h336}} and {{h3519}}; (there is) no glory, i.e. inglorious; Ikabod, a son of Phineas; I-chabod.","strongs_number":"h350"},"h351":{"pronunciation":"ay-ko","unicode":"אֵיכֹה","translit":"ʼêykôh","definition":"probably a variation for {{h349}}, but not as an interogative; where; where.","strongs_number":"h351"},"h352":{"pronunciation":"ah'-yil","unicode":"אַיִל","translit":"ʼayil","definition":"from the same as {{h193}}; properly, strength; hence, anything strong; specifically a chief (politically); also a ram (from his strength); a pilaster (as a strong support); an oak or other strong tree; mighty (man), lintel, oak, post, ram, tree.","strongs_number":"h352"},"h353":{"pronunciation":"eh-yawl'","unicode":"אֱיָל","translit":"ʼĕyâl","definition":"a variation of {{h352}}; strength; strength.","strongs_number":"h353"},"h354":{"pronunciation":"ah-yawl'","unicode":"אַיָּל","translit":"ʼayâl","definition":"an intensive form of {{h352}} (in the sense of ram); a stag or male deer; hart.","strongs_number":"h354"},"h355":{"pronunciation":"ah-yaw-law'","unicode":"אַיָּלָה","translit":"ʼayâlâh","definition":"feminine of {{h354}}; a doe or female deer; hind.","strongs_number":"h355"},"h356":{"pronunciation":"ay-lone'","unicode":"אֵילוֹן","translit":"ʼÊylôwn","definition":"or (shortened) אֵלוֹן ; or אֵילֹן ; from {{h352}}; oak-grove; Elon, the name of a place in Palestine, and also of one Hittite, two Israelites; Elon.","strongs_number":"h356"},"h357":{"pronunciation":"ah-yaw-lone'","unicode":"אַיָּלוֹן","translit":"ʼAyâlôwn","definition":"from {{h354}}; deer-field; Ajalon, the name of five places in Palestine; Aijalon, Ajalon.","strongs_number":"h357"},"h358":{"pronunciation":"ay-lone' bayth-chawnawn'","unicode":"אֵילוֹן בֵּית חָנָן","translit":"ʼÊylôwn Bêyth Chânân","definition":"from {{h356}}, {{h1004}}, and {{h2603}}; oak-grove of (the) house of favor; Elon of Beth-chanan, a place in Palestine; Elon-bethhanan.","strongs_number":"h358"},"h359":{"pronunciation":"ay-loth'","unicode":"אֵילוֹת","translit":"ʼÊylôwth","definition":"or אֵילַת ; from {{h352}}; trees or a grove (i.e. palms); Eloth or Elath, a place on the Red Sea; Elath, Eloth.","strongs_number":"h359"},"h360":{"pronunciation":"eh-yaw-looth'","unicode":"אֱיָלוּת","translit":"ʼĕyâlûwth","definition":"feminine of {{h353}}; power; by implication, protection; strength.","strongs_number":"h360"},"h361":{"pronunciation":"ay-lawm'","unicode":"אֵילָם","translit":"ʼêylâm","definition":"or (shortened) אֵלָם ; or (feminine) אֵלַמָּה ; probably from {{h352}}; a pillar-space (or colonnade), i.e. a pale (or portico); arch.","strongs_number":"h361"},"h362":{"pronunciation":"ay-leem'","unicode":"אֵילִם","translit":"ʼÊylim","definition":"plural of {{h352}}; palm-trees; Elim, a place in the Desert; Elim.","strongs_number":"h362"},"h363":{"pronunciation":"ee-lawn'","unicode":"אִילָן","translit":"ʼîylân","definition":"(Aramaic) corresponding to {{h356}}; a tree; tree.","strongs_number":"h363"},"h364":{"pronunciation":"ale paw-rawn'","unicode":"אֵיל פָּארָן","translit":"ʼÊyl Pâʼrân","definition":"from {{h352}} and {{h6290}}; oak of Paran; El-Paran, a portion of the district of Paran; El-paran.","strongs_number":"h364"},"h365":{"pronunciation":"ah-yeh'-leth","unicode":"אַיֶּלֶת","translit":"ʼayeleth","definition":"the same as {{h355}}; a doe; hind, Aijeleth.","strongs_number":"h365"},"h366":{"pronunciation":"aw-yome'","unicode":"אָיֹם","translit":"ʼâyôm","definition":"from an unused root (meaning to frighten); frightful; terrible.","strongs_number":"h366"},"h367":{"pronunciation":"ay-maw'","unicode":"אֵימָה","translit":"ʼêymâh","definition":"or (shortened) אֵמָה; from the same as {{h366}}; fright; concrete, an idol (as a bugbear); dread, fear, horror, idol, terrible, terror.","strongs_number":"h367"},"h368":{"pronunciation":"ay-meem'","unicode":"אֵימִים","translit":"ʼÊymîym","definition":"plural of {{h367}}; terrors; Emim, an early Canaanitish (or Maobitish) tribe; Emims.","strongs_number":"h368"},"h369":{"pronunciation":"ah'-yin","unicode":"אַיִן","translit":"ʼayin","definition":"as if from a primitive root meaning to be nothing or not exist; a nonentity; generally used as a negative particle; else, except, fail, (father-) less, be gone, in(-curable), neither, never, no (where), none, nor, (any, thing), not, nothing, to nought, past, un(-searchable), well-nigh, without. Compare {{h370}}.","strongs_number":"h369"},"h370":{"pronunciation":"ah-yin'","unicode":"אַיִן","translit":"ʼayin","definition":"probably identical with {{h369}} in the sense of query (compare {{h336}}); where? (only in connection with prepositional prefix, whence); whence, where.","strongs_number":"h370"},"h371":{"pronunciation":"een","unicode":"אִין","translit":"ʼîyn","definition":"apparently a shortened form of {{h369}}; but (like {{h370}}) an interrogative; is it not?; not.","strongs_number":"h371"},"h372":{"pronunciation":"ee-eh'-zer","unicode":"אִיעֶזֵר","translit":"ʼÎyʻezêr","definition":"from {{h336}} and {{h5828}}; helpless; Iezer, an Israelite; Jeezer.","strongs_number":"h372"},"h373":{"pronunciation":"ee-ez-ree'","unicode":"אִיעֶזְרִי","translit":"ʼÎyʻezrîy","definition":"patronymic from {{h372}}; an Iezrite or descendant of Iezer; Jezerite.","strongs_number":"h373"},"h374":{"pronunciation":"ay-faw'","unicode":"אֵיפָה","translit":"ʼêyphâh","definition":"or (shortened) אֵפָה ; of Egyptian derivation; an ephah or measure for grain; hence, a measure in general; ephah, (divers) measure(-s).","strongs_number":"h374"},"h375":{"pronunciation":"ay-fo'","unicode":"אֵיפֹה","translit":"ʼêyphôh","definition":"from {{h335}} and {{h6311}}; what place?; also (of time) when?; or (of means) how?; what manner, where.","strongs_number":"h375"},"h376":{"pronunciation":"eesh","unicode":"אִישׁ","translit":"ʼîysh","definition":"contracted for {{h582}} (or perhaps rather from an unused root meaning to be extant); a man as an individual or a male person; often used as an adjunct to a more definite term (and in such cases frequently not expressed in translation); also, another, any (man), a certain, champion, consent, each, every (one), fellow, (foot-, husband-) man, (good-, great, mighty) man, he, high (degree), him (that is), husband, man(-kind), none, one, people, person, steward, what (man) soever, whoso(-ever), worthy. Compare {{h802}}.","strongs_number":"h376"},"h377":{"pronunciation":"eesh","unicode":"אִישׁ","translit":"ʼîysh","definition":"denominative from {{h376}}; to be a man, i.e. act in a manly way; show (one) self a man.","strongs_number":"h377"},"h378":{"pronunciation":"eesh-bo'-sheth","unicode":"אִישׁ־בֹּשֶׁת","translit":"ʼÎysh-Bôsheth","definition":"from {{h376}} and {{h1322}}; man of shame; Ish-Bosheth, a son of King Saul; Ish-bosheth.","strongs_number":"h378"},"h379":{"pronunciation":"eesh-hode'","unicode":"אִישְׁהוֹד","translit":"ʼÎyshᵉhôwd","definition":"from {{h376}} and {{h1935}}; man of renown; Ishod, an Israelite; Ishod.","strongs_number":"h379"},"h380":{"pronunciation":"ee-shone'","unicode":"אִישׁוֹן","translit":"ʼîyshôwn","definition":"diminutive from {{h376}}; the little man of the eye; the pupil or ball; hence, the middle (of night); apple (of the eye), black, obscure.","strongs_number":"h380"},"h381":{"pronunciation":"eesh-khah'-yil","unicode":"אִישׁ־חַיִל","translit":"ʼÎysh-Chayil","definition":"from {{h376}} and {{h2428}}; man of might; by defective transcription (2 Samuel 23:20) אִישׁ־חַיxlit ʼÎsh-Chay corrected to ʼÎysh-Chay; as if from {{h376}} and {{h2416}}; living man; Ishchail (or Ish-chai), an Israelite; a valiant man.","strongs_number":"h381"},"h382":{"pronunciation":"eesh-tobe'","unicode":"אִישׁ־טוֹב","translit":"ʼÎysh-Ṭôwb","definition":"from {{h376}} and {{h2897}}; man of Tob; Ish-Tob, a place in Palestine; Ish-tob.","strongs_number":"h382"},"h383":{"pronunciation":"ee-thah'ee","unicode":"אִיתַי","translit":"ʼîythay","definition":"(Aramaic) corresponding to {{h3426}}; properly, entity; used only as a particle of affirmation, there is; art thou, can, do ye, have, it be, there is (are), × we will not.","strongs_number":"h383"},"h384":{"pronunciation":"eeth-ee-ale'","unicode":"אִיתִיאֵל","translit":"ʼÎythîyʼêl","definition":"perhaps from {{h837}} and {{h410}}; God has arrived; Ithiel, the name of an Israelite, also of a symbolical person; Ithiel.","strongs_number":"h384"},"h385":{"pronunciation":"eeth-aw-mawr'","unicode":"אִיתָמָר","translit":"ʼÎythâmâr","definition":"from {{h339}} and {{h8558}}; coast of the palm-tree; Ithamar, a son of Aaron; Ithamar.","strongs_number":"h385"},"h386":{"pronunciation":"ay-thawn'","unicode":"אֵיתָן","translit":"ʼêythân","definition":"or (shortened) אֵתָן ; from an unused root (meaning to continue); permanence; hence (concrete) permanent; specifically a chieftain; hard, mighty, rough, strength, strong.","strongs_number":"h386"},"h387":{"pronunciation":"ay-thawn'","unicode":"אֵיתָן","translit":"ʼÊythân","definition":"the same as {{h386}}; permanent; Ethan, the name of four Israelites; Ethan.","strongs_number":"h387"},"h388":{"pronunciation":"ay-thaw-neem'","unicode":"אֵיתָנִים","translit":"ʼÊythânîym","definition":"plural of {{h386}}; always with the article; the permanent brooks; Ethanim, the name of a month; Ethanim.","strongs_number":"h388"},"h389":{"pronunciation":"ak","unicode":"אַךְ","translit":"ʼak","definition":"akin to {{h403}}; a particle of affirmation, surely; hence (by limitation) only; also, in any wise, at least, but, certainly, even, howbeit, nevertheless, notwithstanding, only, save, surely, of a surety, truly, verily, wherefore, yet (but).","strongs_number":"h389"},"h390":{"pronunciation":"ak-kad'","unicode":"אַכַּד","translit":"ʼAkkad","definition":"from an unused root probably meaning to strengthen; a fortress; Accad, a place in Babylon; Accad.","strongs_number":"h390"},"h391":{"pronunciation":"ak-zawb'","unicode":"אַכְזָב","translit":"ʼakzâb","definition":"from {{h3576}}; falsehood; by implication treachery; liar, lie.","strongs_number":"h391"},"h392":{"pronunciation":"ak-zeeb'","unicode":"אַכְזִיב","translit":"ʼAkzîyb","definition":"from {{h391}}; deceitful (in the sense of a winter-torrent which fails in summer); Akzib, the name of two places in Palestine; Achzib.","strongs_number":"h392"},"h393":{"pronunciation":"ak-zawr'","unicode":"אַכְזָר","translit":"ʼakzâr","definition":"from an unused root (apparently meaning to act harshly); violent; by implication deadly; also (in a good sense) brave; cruel, fierce.","strongs_number":"h393"},"h394":{"pronunciation":"ak-zawr-ree'","unicode":"אַכְזָרִי","translit":"ʼakzârîy","definition":"from {{h393}}; terrible; cruel (one).","strongs_number":"h394"},"h395":{"pronunciation":"ak-ze-ree-ooth'","unicode":"אַכְזְרִיּוּת","translit":"ʼakzᵉrîyûwth","definition":"from {{h394}}; fierceness; cruel.","strongs_number":"h395"},"h396":{"pronunciation":"ak-ee-law'","unicode":"אֲכִילָה","translit":"ʼăkîylâh","definition":"feminine from {{h398}}; something eatable, i.e. food; meat.","strongs_number":"h396"},"h397":{"pronunciation":"aw-keesh'","unicode":"אֲכִישׁ","translit":"ʼĂkîysh","definition":"of uncertain derivation; Akish, a Philistine king; Achish.","strongs_number":"h397"},"h398":{"pronunciation":"aw-kal'","unicode":"אָכַל","translit":"ʼâkal","definition":"a primitive root; to eat (literally or figuratively); × at all, burn up, consume, devour(-er, up), dine, eat(-er, up), feed (with), food, × freely, × in...wise(-deed, plenty), (lay) meat, × quite.","strongs_number":"h398"},"h399":{"pronunciation":"ak-al'","unicode":"אֲכַל","translit":"ʼăkal","definition":"(Aramaic) corresponding to {{h398}}; accuse, devour, eat.","strongs_number":"h399"},"h400":{"pronunciation":"o'-kel","unicode":"אֹכֶל","translit":"ʼôkel","definition":"from {{h398}}; food; eating, food, meal(-time), meat, prey, victuals.","strongs_number":"h400"}}
@@ -0,0 +1 @@
1
+ {"h3001":{"pronunciation":"yaw-bashe'","unicode":"יָבֵשׁ","translit":"yâbêsh","definition":"a primitive root; to be ashamed, confused or disappointed; also (as failing) to dry up (as water) or wither (as herbage); be ashamed, clean, be confounded, (make) dry (up), (do) shame(-fully), × utterly, wither (away).","strongs_number":"h3001"},"h3002":{"pronunciation":"yaw-bashe'","unicode":"יָבֵשׁ","translit":"yâbêsh","definition":"from {{h3001}}; dry; dried (away), dry.","strongs_number":"h3002"},"h3003":{"pronunciation":"yaw-bashe'","unicode":"יָבֵשׁ","translit":"Yâbêsh","definition":"the same as {{h3002}} (also יָבֵישׁ; often with the addition of {{h1568}}, i.e. Jabesh of Gilad); Jobesh, the name of an Israelite and of a place in Palestine; Jobesh (-Gilead).","strongs_number":"h3003"},"h3004":{"pronunciation":"yab-baw-shaw'","unicode":"יַבָּשָׁה","translit":"yabbâshâh","definition":"from {{h3001}}; dry ground; dry (ground, land).","strongs_number":"h3004"},"h3005":{"pronunciation":"yib-sawm'","unicode":"יִבְשָׂם","translit":"Yibsâm","definition":"from the same as {{h1314}}; fragrant; Jibsam, an Israelite; Jibsam.","strongs_number":"h3005"},"h3006":{"pronunciation":"yab-beh'-sheth","unicode":"יַבֶּשֶׁת","translit":"yabbesheth","definition":"a variation of {{h3004}}; dry ground; dry land.","strongs_number":"h3006"},"h3007":{"pronunciation":"yab-beh'-sheth","unicode":"יַבֶּשֶׁת","translit":"yabbesheth","definition":"(Aramaic) corresponding to {{h3006}}; dry land; earth.","strongs_number":"h3007"},"h3008":{"pronunciation":"yig-awl'","unicode":"יִגְאָל","translit":"Yigʼâl","definition":"from {{h1350}}; avenger; Jigal, the name of three Israelites; Igal, Igeal.","strongs_number":"h3008"},"h3009":{"pronunciation":"yaw-gab'","unicode":"יָגַב","translit":"yâgab","definition":"a primitive root; to dig or plow; husbandman.","strongs_number":"h3009"},"h3010":{"pronunciation":"yaw-gabe'","unicode":"יָגֵב","translit":"yâgêb","definition":"from {{h3009}}; a plowed field; field.","strongs_number":"h3010"},"h3011":{"pronunciation":"yog-beh-haw'","unicode":"יׇגְבְּהָה","translit":"Yogbᵉhâh","definition":"feminine from {{h1361}}; hillock; Jogbehah, a place East of the Jordan; Jogbehah.","strongs_number":"h3011"},"h3012":{"pronunciation":"yig-dal-yaw'-hoo","unicode":"יִגְדַּלְיָהוּ","translit":"Yigdalyâhûw","definition":"from {{h1431}} and {{h3050}}; magnified of Jah; Jigdaljah, an Israelite; Igdaliah.","strongs_number":"h3012"},"h3013":{"pronunciation":"yaw-gaw'","unicode":"יָגָה","translit":"yâgâh","definition":"a primitive root; to grieve; afflict, cause grief, grieve, sorrowful, vex.","strongs_number":"h3013"},"h3014":{"pronunciation":"yaw-gaw'","unicode":"יָגָה","translit":"yâgâh","definition":"a primitive root (probably rather the same as {{h3013}} through the common idea of dissatisfaction); to push away; be removed.","strongs_number":"h3014"},"h3015":{"pronunciation":"yaw-gohn'","unicode":"יָגוֹן","translit":"yâgôwn","definition":"from {{h3013}}; affliction; grief, sorrow.","strongs_number":"h3015"},"h3016":{"pronunciation":"yaw-gore'","unicode":"יָגוֹר","translit":"yâgôwr","definition":"from {{h3025}}; fearful; afraid, fearest.","strongs_number":"h3016"},"h3017":{"pronunciation":"yaw-goor'","unicode":"יָגוּר","translit":"Yâgûwr","definition":"probably from {{h1481}}; a lodging; Jagur, a place in Palestine; Jagur.","strongs_number":"h3017"},"h3018":{"pronunciation":"yeg-ee'-ah","unicode":"יְגִיעַ","translit":"yᵉgîyaʻ","definition":"from {{h3021}}; toil; hence, a work, produce, property (as the result of labor); labour, work.","strongs_number":"h3018"},"h3019":{"pronunciation":"yaw-ghee'-ah","unicode":"יָגִיעַ","translit":"yâgîyaʻ","definition":"from {{h3021}}; tired; weary.","strongs_number":"h3019"},"h3020":{"pronunciation":"yog-lee'","unicode":"יׇגְלִי","translit":"Yoglîy","definition":"from {{h1540}}; exiled; Jogli, an Israelite; Jogli.","strongs_number":"h3020"},"h3021":{"pronunciation":"yaw-gah'","unicode":"יָגַע","translit":"yâgaʻ","definition":"a primitive root; properly, to gasp; hence, to be exhausted, to tire, to toil; faint, (make to) labour, (be) weary.","strongs_number":"h3021"},"h3022":{"pronunciation":"yaw-gaw'","unicode":"יָגָע","translit":"yâgâʻ","definition":"from {{h3021}}; earnings (as the product of toil); that which he laboured for.","strongs_number":"h3022"},"h3023":{"pronunciation":"yaw-gay'-ah","unicode":"יָגֵעַ","translit":"yâgêaʻ","definition":"from {{h3021}}; tired; hence (transitive) tiresome; full of labour, weary.","strongs_number":"h3023"},"h3024":{"pronunciation":"yeg-ee-aw'","unicode":"יְגִעָה","translit":"yᵉgiʻâh","definition":"feminine of {{h3019}}; fatigue; weariness.","strongs_number":"h3024"},"h3025":{"pronunciation":"yaw-gore'","unicode":"יָגֹר","translit":"yâgôr","definition":"a primitive root; to fear; be afraid, fear.","strongs_number":"h3025"},"h3026":{"pronunciation":"yegar' sah-had-oo-thaw'","unicode":"יְגַר שַׂהֲדוּתָא","translit":"Yᵉgar Sahădûwthâʼ","definition":"(Aramaic) from a word derived from an unused root (meaning to gather) and a derivation of a root corresponding to {{h7717}}; heap of the testimony; Jegar-Sahadutha, a cairn East of the Jordan; Jegar-Sahadutha.","strongs_number":"h3026"},"h3027":{"pronunciation":"yawd","unicode":"יָד","translit":"yâd","definition":"a primitive word; a hand (the open one [indicating power, means, direction, etc.], in distinction from {{h3709}}, the closed one); used (as noun, adverb, etc.) in a great variety of applications, both literally and figuratively, both proximate and remote [as follows]; ( be) able, × about, armholes, at, axletree, because of, beside, border, × bounty, broad, (broken-) handed, × by, charge, coast, consecrate, creditor, custody, debt, dominion, × enough, fellowship, force, × from, hand(-staves, -y work), × he, himself, × in, labour, large, ledge, (left-) handed, means, × mine, ministry, near, × of, × order, ordinance, × our, parts, pain, power, × presumptuously, service, side, sore, state, stay, draw with strength, stroke, swear, terror, × thee, × by them, × themselves, × thine own, × thou, through, × throwing, thumb, times, × to, × under, × us, × wait on, (way-) side, where, wide, × with (him, me, you), work, yield, × yourselves.","strongs_number":"h3027"},"h3028":{"pronunciation":"yad","unicode":"יַד","translit":"yad","definition":"(Aramaic) corresponding to {{h3027}}; hand, power.","strongs_number":"h3028"},"h3029":{"pronunciation":"yed-aw'","unicode":"יְדָא","translit":"yᵉdâʼ","definition":"(Aramaic) corresponding to {{h3034}}; to praise; (give) thank(-s).","strongs_number":"h3029"},"h3030":{"pronunciation":"yid-al-aw'","unicode":"יִדְאֲלָה","translit":"Yidʼălâh","definition":"of uncertain derivation; Jidalah, a place in Palestine; Idalah.","strongs_number":"h3030"},"h3031":{"pronunciation":"yid-bawsh'","unicode":"יִדְבָּשׁ","translit":"Yidbâsh","definition":"from the same as {{h1706}}; perhaps honeyed; Jidbash, an Israelite; Idbash.","strongs_number":"h3031"},"h3032":{"pronunciation":"yaw-dad'","unicode":"יָדַד","translit":"yâdad","definition":"a primitive root; (compare {{h3034}}); properly, to handle, i.e. to throw, e.g. lots; cast.","strongs_number":"h3032"},"h3033":{"pronunciation":"yed-ee-dooth'","unicode":"יְדִדוּת","translit":"yᵉdidûwth","definition":"from {{h3039}}; properly, affection; concretely, a darling object; dearly beloved.","strongs_number":"h3033"},"h3034":{"pronunciation":"yaw-daw'","unicode":"יָדָה","translit":"yâdâh","definition":"a primitive root; used only as denominative from {{h3027}}; literally, to use (i.e. hold out) the hand; physically, to throw (a stone, an arrow) at or away; especially to revere or worship (with extended hands); intensively, to bemoan (by wringing the hands); cast (out), (make) confess(-ion), praise, shoot, (give) thank(-ful, -s, -sgiving).","strongs_number":"h3034"},"h3035":{"pronunciation":"yid-do'","unicode":"יִדּוֹ","translit":"Yiddôw","definition":"from {{h3034}}; praised; Jiddo, an Israelite; Iddo.","strongs_number":"h3035"},"h3036":{"pronunciation":"yaw-done'","unicode":"יָדוֹן","translit":"Yâdôwn","definition":"from {{h3034}}; thankful; Jadon, an Israelite; Jadon.","strongs_number":"h3036"},"h3037":{"pronunciation":"yad-doo'-ah","unicode":"יַדּוּעַ","translit":"Yaddûwaʻ","definition":"from {{h3045}}; knowing; Jaddua, the name of two Israelites; Jaddua.","strongs_number":"h3037"},"h3038":{"pronunciation":"yed-oo-thoon'","unicode":"יְדוּתוּן","translit":"Yᵉdûwthûwn","definition":"or יְדֻתוּן; or יְדִיתוּן; probably from {{h3034}}; laudatory; Jeduthun, an Israelite; Jeduthun.","strongs_number":"h3038"},"h3039":{"pronunciation":"yed-eed'","unicode":"יְדִיד","translit":"yᵉdîyd","definition":"from the same as {{h1730}}; loved; amiable, (well-) beloved, loves.","strongs_number":"h3039"},"h3040":{"pronunciation":"yed-ee-daw'","unicode":"יְדִידָה","translit":"Yᵉdîydâh","definition":"feminine of {{h3039}}; beloved; Jedidah, an Israelitess; Jedidah.","strongs_number":"h3040"},"h3041":{"pronunciation":"yed-ee-deh-yaw'","unicode":"יְדִידְיָה","translit":"Yᵉdîydᵉyâh","definition":"from {{h3039}} and {{h3050}}; beloved of Jah; Jedidejah, a name of Solomon; Jedidiah.","strongs_number":"h3041"},"h3042":{"pronunciation":"yed-aw-yaw'","unicode":"יְדָיָה","translit":"Yᵉdâyâh","definition":"from {{h3034}} and {{h3050}}; praised of Jah; Jedajah, the name of two Israelites; Jedaiah.","strongs_number":"h3042"},"h3043":{"pronunciation":"yed-ee-ah-ale'","unicode":"יְדִיעֲאֵל","translit":"Yᵉdîyʻăʼêl","definition":"from {{h3045}} and {{h410}}; knowing God; Jediael, the name of three Israelites; Jediael.","strongs_number":"h3043"},"h3044":{"pronunciation":"yid-lawf'","unicode":"יִדְלָף","translit":"Yidlâph","definition":"from {{h1811}}; tearful; Jidlaph, a Mesopotamian; Jidlaph.","strongs_number":"h3044"},"h3045":{"pronunciation":"yaw-dah'","unicode":"יָדַע","translit":"yâdaʻ","definition":"a primitive root; to know (properly, to ascertain by seeing); used in a great variety of senses, figuratively, literally, euphemistically and inferentially (including observation, care, recognition; and causatively, instruction, designation, punishment, etc.); acknowledge, acquaintance(-ted with), advise, answer, appoint, assuredly, be aware, (un-) awares, can(-not), certainly, comprehend, consider, × could they, cunning, declare, be diligent, (can, cause to) discern, discover, endued with, familiar friend, famous, feel, can have, be (ig-) norant, instruct, kinsfolk, kinsman, (cause to let, make) know, (come to give, have, take) knowledge, have (knowledge), (be, make, make to be, make self) known, be learned, lie by man, mark, perceive, privy to, × prognosticator, regard, have respect, skilful, shew, can (man of) skill, be sure, of a surety, teach, (can) tell, understand, have (understanding), × will be, wist, wit, wot.","strongs_number":"h3045"},"h3046":{"pronunciation":"yed-ah'","unicode":"יְדַע","translit":"yᵉdaʻ","definition":"(Aramaic) corresponding to {{h3045}}; certify, know, make known, teach.","strongs_number":"h3046"},"h3047":{"pronunciation":"yaw-daw'","unicode":"יָדָע","translit":"Yâdâʻ","definition":"from {{h3045}}; knowing; Jada, an Israelite; Jada.","strongs_number":"h3047"},"h3048":{"pronunciation":"yed-ah-yaw'","unicode":"יְדַעְיָה","translit":"Yᵉdaʻyâh","definition":"from {{h3045}} and {{h3050}}; Jah has known; Jedajah, the name of two Israelites; Jedaiah.","strongs_number":"h3048"},"h3049":{"pronunciation":"yid-deh-o-nee'","unicode":"יִדְּעֹנִי","translit":"yiddᵉʻônîy","definition":"from {{h3045}}; properly, a knowing one; specifically, a conjurer; (by impl) a ghost; wizard.","strongs_number":"h3049"},"h3050":{"pronunciation":"yaw","unicode":"יָהּ","translit":"Yâhh","definition":"contraction for {{h3068}}, and meaning the same; Jah, the sacred name; Jah, the Lord, most vehement. Compare names in '-iah,' '-jah.'","strongs_number":"h3050"},"h3051":{"pronunciation":"yaw-hab'","unicode":"יָהַב","translit":"yâhab","definition":"a primitive root; to give (whether literal or figurative); generally, to put; imperatively (reflexive) come; ascribe, bring, come on, give, go, set, take.","strongs_number":"h3051"},"h3052":{"pronunciation":"yeh-hab'","unicode":"יְהַב","translit":"yᵉhab","definition":"(Aramaic) corresponding to {{h3051}}; deliver, give, lay, prolong, pay, yield.","strongs_number":"h3052"},"h3053":{"pronunciation":"ye-hawb'","unicode":"יְהָב","translit":"yᵉhâb","definition":"from {{h3051}}; properly, what is given (by Providence), i.e. a lot; burden.","strongs_number":"h3053"},"h3054":{"pronunciation":"yaw-had'","unicode":"יָהַד","translit":"yâhad","definition":"denominative from a form corresponding to {{h3061}}; to Judaize, i.e. become Jewish; become Jews.","strongs_number":"h3054"},"h3055":{"pronunciation":"yeh-hood'","unicode":"יְהֻד","translit":"Yᵉhud","definition":"a briefer form of one corresponding to {{h3061}}; Jehud, a place in Palestine; Jehud.","strongs_number":"h3055"},"h3056":{"pronunciation":"yeh-dah'-ee","unicode":"יֶהְדַי","translit":"Yehday","definition":"perhaps from a form corresponding to {{h3061}}; Judaistic; Jehdai, an Israelite; Jehdai.","strongs_number":"h3056"},"h3057":{"pronunciation":"yeh-hoo-dee-yaw'","unicode":"יְהֻדִיָּה","translit":"Yᵉhudîyâh","definition":"feminine of {{h3064}}; Jehudijah, a Jewess; Jehudijah.","strongs_number":"h3057"},"h3058":{"pronunciation":"yay-hoo'","unicode":"יֵהוּא","translit":"Yêhûwʼ","definition":"from {{h3068}} and {{h1931}}; Jehovah (is) He; Jehu, the name of five Israelites; Jehu.","strongs_number":"h3058"},"h3059":{"pronunciation":"yeh-ho-aw-khawz'","unicode":"יְהוֹאָחָז","translit":"Yᵉhôwʼâchâz","definition":"from {{h3068}} and {{h270}}; Jehovah-seized; Jehoachaz, the name of three Israelites; Jehoahaz. Compare {{h3099}}.","strongs_number":"h3059"},"h3060":{"pronunciation":"yeh-ho-awsh'","unicode":"יְהוֹאָשׁ","translit":"Yᵉhôwʼâsh","definition":"from {{h3068}} and (perhaps) {{h784}}; Jehovah-fired; Jehoash, the name of two Israelite kings; Jehoash. Compare {{h3101}}.","strongs_number":"h3060"},"h3061":{"pronunciation":"yeh-hood'","unicode":"יְהוּד","translit":"Yᵉhûwd","definition":"(Aramaic) contracted from a form corresponding to {{h3063}}; properly, Judah, hence, Judaea; Jewry, Judah, Judea.","strongs_number":"h3061"},"h3062":{"pronunciation":"yeh-hoo-daw-ee'","unicode":"יְהוּדָאִי","translit":"Yᵉhûwdâʼîy","definition":"(Aramaic) patrial from {{h3061}}; a Jehudaite (or Judaite), i.e. Jew; Jew.","strongs_number":"h3062"},"h3063":{"pronunciation":"yeh-hoo-daw'","unicode":"יְהוּדָה","translit":"Yᵉhûwdâh","definition":"from {{h3034}}; celebrated; Jehudah (or Judah), the name of five Israelites; also of the tribe descended from the first, and of its territory; Judah.","strongs_number":"h3063"},"h3064":{"pronunciation":"yeh-hoo-dee'","unicode":"יְהוּדִי","translit":"Yᵉhûwdîy","definition":"patronymically from {{h3063}}; a Jehudite (i.e. Judaite or Jew), or descendant of Jehudah (i.e. Judah); Jew.","strongs_number":"h3064"},"h3065":{"pronunciation":"yeh-hoo-dee'","unicode":"יְהוּדִי","translit":"Yᵉhûwdîy","definition":"the same as {{h3064}}; Jehudi, an Israelite; Jehudi.","strongs_number":"h3065"},"h3066":{"pronunciation":"yeh-hoo-deeth'","unicode":"יְהוּדִית","translit":"Yᵉhûwdîyth","definition":"feminine of {{h3064}}; the Jewish (used adverbially) language; in the Jews' language.","strongs_number":"h3066"},"h3067":{"pronunciation":"yeh-ho-deeth'","unicode":"יְהוּדִית","translit":"Yᵉhûwdîyth","definition":"the same as {{h3066}}; Jewess; Jehudith, a Canaanitess; Judith.","strongs_number":"h3067"},"h3068":{"pronunciation":"yeh-ho-vaw'","unicode":"יְהֹוָה","translit":"Yᵉhôvâh","definition":"from {{h1961}}; (the) self-Existent or Eternal; Jeho-vah, Jewish national name of God; Jehovah, the Lord. Compare {{h3050}}, {{h3069}}.","strongs_number":"h3068"},"h3069":{"pronunciation":"yeh-ho-vee'","unicode":"יְהֹוִה","translit":"Yᵉhôvih","definition":"a variation of {{h3068}} [used after {{h136}}, and pronounced by Jews as {{h430}}, in order to prevent the repetition of the same sound, since they elsewhere pronounce {{h3068}} as {{h136}}]; God.","strongs_number":"h3069"},"h3070":{"pronunciation":"yeh-ho-vaw' yir-eh'","unicode":"יְהֹוָה יִרְאֶה","translit":"Yᵉhôvâh yirʼeh","definition":"from {{h3068}} and {{h7200}}; Jehovah will see (to it); Jehovah-Jireh, a symbolical name for Mount Moriah; Jehovah-jireh.","strongs_number":"h3070"},"h3071":{"pronunciation":"yeh-ho-vaw' nis-see'","unicode":"יְהֹוָה נִסִּי","translit":"Yᵉhôvâh niççîy","definition":"from {{h3068}} and {{h5251}} with the prononimal suffix; Jehovah (is) my banner; Jehovah-Nissi, a symbolical name of an altar in the Desert; Jehovah-nissi.","strongs_number":"h3071"},"h3072":{"pronunciation":"ye-ho-vaw' tsid-kay'-noo","unicode":"יְהֹוָה צִדְקֵנוּ","translit":"Yᵉhôvâh tsidqênûw","definition":"from {{h3068}} and {{h6664}} with pronominal suffix; Jehovah (is) our right; Jehovah-Tsidkenu, a symbolical epithet of the Messiah and of Jerusalem; the Lord our righteousness.","strongs_number":"h3072"},"h3073":{"pronunciation":"yeh-ho-vaw' shaw-lome'","unicode":"יְהֹוָה שָׁלוֹם","translit":"Yᵉhôvâh shâlôwm","definition":"from {{h3068}} and {{h7965}}; Jehovah (is) peace; Jehovah-Shalom, a symbolical name of an altar in Palestine; Jehovah-shalom.","strongs_number":"h3073"},"h3074":{"pronunciation":"yeh-ho-vaw' shawm'-maw","unicode":"יְהֹוָה שָׁמָּה","translit":"Yᵉhôvâh shâmmâh","definition":"from {{h3068}} and {{h8033}} with directive enclitic; Jehovah (is) thither; Jehovah-Shammah, a symbolic title of Jerusalem; Jehovahshammah.","strongs_number":"h3074"},"h3075":{"pronunciation":"yeh-ho-zaw-bawd'","unicode":"יְהוֹזָבָד","translit":"Yᵉhôwzâbâd","definition":"from {{h3068}} and {{h2064}}; Jehovah-endowed; Jehozabad, the name of three Israelites; Jehozabad. Compare {{h3107}}.","strongs_number":"h3075"},"h3076":{"pronunciation":"yeh-ho-khaw-nawn'","unicode":"יְהוֹחָנָן","translit":"Yᵉhôwchânân","definition":"from {{h3068}} and {{h2603}}; Jehovah-favored; Jehochanan, the name of eight Israelites; Jehohanan, Johanan. Compare {{h3110}}.","strongs_number":"h3076"},"h3077":{"pronunciation":"yeh-ho-yaw-daw'","unicode":"יְהוֹיָדָע","translit":"Yᵉhôwyâdâʻ","definition":"from {{h3068}} and {{h3045}}; Jehovah-known; Jehojada, the name of three Israelites; Jehoiada. Compare {{h3111}}.","strongs_number":"h3077"},"h3078":{"pronunciation":"yeh-ho-yaw-keen'","unicode":"יְהוֹיָכִין","translit":"Yᵉhôwyâkîyn","definition":"from {{h3068}} and {{h3559}}; Jehovah will establish; Jehojakin, a Jewish king; Jehoiachin. Compare {{h3112}}.","strongs_number":"h3078"},"h3079":{"pronunciation":"yeh-ho-yaw-keem'","unicode":"יְהוֹיָקִים","translit":"Yᵉhôwyâqîym","definition":"from {{h3068}} abbreviated and {{h6965}}; Jehovah will raise; Jehojakim, a Jewish king; Jehoiakim. Compare {{h3113}}.","strongs_number":"h3079"},"h3080":{"pronunciation":"yeh-ho-yaw-reeb'","unicode":"יְהוֹיָרִיב","translit":"Yᵉhôwyârîyb","definition":"from {{h3068}} and {{h7378}}; Jehovah will contend; Jehojarib, the name of two Israelites; Jehoiarib. Compare {{h3114}}.","strongs_number":"h3080"},"h3081":{"pronunciation":"yeh-hoo-kal'","unicode":"יְהוּכַל","translit":"Yᵉhûwkal","definition":"from {{h3201}}; potent; Jehukal, an Israelite; Jehucal. Compare {{h3116}}.","strongs_number":"h3081"},"h3082":{"pronunciation":"yeh-ho-naw-dawb'","unicode":"יְהוֹנָדָב","translit":"Yᵉhôwnâdâb","definition":"from {{h3068}} and {{h5068}}; Jehovah-largessed; Jehonadab, the name of an Israelite and of an Arab; Jehonadab, Jonadab. Compare {{h3122}}.","strongs_number":"h3082"},"h3083":{"pronunciation":"yeh-ho-naw-thawn'","unicode":"יְהוֹנָתָן","translit":"Yᵉhôwnâthân","definition":"from {{h3068}} and {{h5414}}; Jehovah-given; Jehonathan, the name of four Israelites; Jonathan. Compare {{h3129}}.","strongs_number":"h3083"},"h3084":{"pronunciation":"yeh-ho-safe'","unicode":"יְהוֹסֵף","translit":"Yᵉhôwçêph","definition":"a fuller form of {{h3130}}; Jehoseph (i.e. Joseph), a son of Jacob; Joseph.","strongs_number":"h3084"},"h3085":{"pronunciation":"yeh-ho-ad-daw'","unicode":"יְהוֹעַדָּה","translit":"Yᵉhôwʻaddâh","definition":"from {{h3068}} and {{h5710}}; Jehovah-adorned; Jehoaddah, an Israelite; Jehoada.","strongs_number":"h3085"},"h3086":{"pronunciation":"yeh-ho-ad-deen'","unicode":"יְהוֹעַדִּין","translit":"Yᵉhôwʻaddîyn","definition":"or יְהוֹעַדָּן; from {{h3068}} and {{h5727}}; Jehovahpleased; Jehoaddin or Jehoaddan, an Israelitess; Jehoaddan.","strongs_number":"h3086"},"h3087":{"pronunciation":"yeh-ho-tsaw-dawk'","unicode":"יְהוֹצָדָק","translit":"Yᵉhôwtsâdâq","definition":"from {{h3068}} and {{h6663}}; Jehovah-righted; Jehotsadak, an Israelite; Jehozadek, Josedech. Compare {{h3136}}.","strongs_number":"h3087"},"h3088":{"pronunciation":"yeh-ho-rawm'","unicode":"יְהוֹרָם","translit":"Yᵉhôwrâm","definition":"from {{h3068}} and {{h7311}}; Jehovah-raised; Jehoram, the name of a Syrian and of three Israelites; Jehoram, Joram. Compare {{h3141}}.","strongs_number":"h3088"},"h3089":{"pronunciation":"yeh-ho-sheh'-bah","unicode":"יְהוֹשֶׁבַע","translit":"Yᵉhôwshebaʻ","definition":"from {{h3068}} and {{h7650}}; Jehovah-sworn; Jehosheba, an Israelitess; Jehosheba. Compare {{h3090}}.","strongs_number":"h3089"},"h3090":{"pronunciation":"yeh-ho-shab-ath'","unicode":"יְהוֹשַׁבְעַת","translit":"Yᵉhôwshabʻath","definition":"a form of {{h3089}}; Jehoshabath, an Israelitess; Jehoshabeath.","strongs_number":"h3090"},"h3091":{"pronunciation":"yeh-ho-shoo'-ah","unicode":"יְהוֹשׁוּעַ","translit":"Yᵉhôwshûwaʻ","definition":"or יְהוֹשֻׁעַ; from {{h3068}} and {{h3467}}; Jehovah-saved; Jehoshua (i.e. Joshua), the Jewish leader; Jehoshua, Jehoshuah, Joshua. Compare {{h1954}}, {{h3442}}.","strongs_number":"h3091"},"h3092":{"pronunciation":"yeh-ho-shaw-fawt'","unicode":"יְהוֹשָׁפָט","translit":"Yᵉhôwshâphâṭ","definition":"from {{h3068}} and {{h8199}}; Jehovah-judged; Jehoshaphat, the name of six Israelites; also of a valley near Jerusalem; Jehoshaphat. Compare {{h3146}}.","strongs_number":"h3092"},"h3093":{"pronunciation":"yaw-here'","unicode":"יָהִיר","translit":"yâhîyr","definition":"probably from the same as {{h2022}}; elated; hence, arrogant; haughty, proud.","strongs_number":"h3093"},"h3094":{"pronunciation":"yeh-hal-lel-ale'","unicode":"יְהַלֶּלְאֵל","translit":"Yᵉhallelʼêl","definition":"from {{h1984}} and {{h410}}; praising God; Jehallelel, the name of two Israelites; Jehalellel, Jehalelel.","strongs_number":"h3094"},"h3095":{"pronunciation":"yah-hal-ome'","unicode":"יַהֲלֹם","translit":"yahălôm","definition":"from {{h1986}} (in the sense of hardness); a precious stone, probably onyx; diamond.","strongs_number":"h3095"},"h3096":{"pronunciation":"yah'-hats","unicode":"יַהַץ","translit":"Yahats","definition":"or יַהְצָה; or (feminine) יַהְצָה; from an unused root meaning to stamp; perhaps threshing-floor; Jahats or Jahtsah, a place East of the Jordan; Jahaz, Jahazah, Jahzah.","strongs_number":"h3096"},"h3097":{"pronunciation":"yo-awb'","unicode":"יוֹאָב","translit":"Yôwʼâb","definition":"from {{h3068}} and {{h1}}; Jehovah-fathered; Joab, the name of three Israelites; Joab.","strongs_number":"h3097"},"h3098":{"pronunciation":"yo-awkh'","unicode":"יוֹאָח","translit":"Yôwʼâch","definition":"from {{h3068}} and {{h251}}; Jehovah-brothered; Joach, the name of four Israelites; Joah.","strongs_number":"h3098"},"h3099":{"pronunciation":"yo-aw-khawz'","unicode":"יוֹאָחָז","translit":"Yôwʼâchâz","definition":"a form of {{h3059}}; Joachaz, the name of two Israelites; Jehoahaz, Joahaz.","strongs_number":"h3099"},"h3100":{"pronunciation":"yo-ale'","unicode":"יוֹאֵל","translit":"Yôwʼêl","definition":"from {{h3068}} and {{h410}}; Jehovah (is his) God; Joel, the name of twelve Israelites; Joel.","strongs_number":"h3100"}}
@@ -0,0 +1 @@
1
+ {"h3101":{"pronunciation":"yo-awsh'","unicode":"יוֹאָשׁ","translit":"Yôwʼâsh","definition":"or יֹאָשׁ; (2 Chronicles 24:1), a form of {{h3060}}; Joash, the name of six Israelites; Joash.","strongs_number":"h3101"},"h3102":{"pronunciation":"yobe","unicode":"יוֹב","translit":"Yôwb","definition":"perhaps a form of {{h3103}}, but more probably by erroneous transcription for {{h3437}}; Job, an Israelite; Job.","strongs_number":"h3102"},"h3103":{"pronunciation":"yo-bawb'","unicode":"יוֹבָב","translit":"Yôwbâb","definition":"from {{h2980}}; howler; Jobab, the name of two Israelites and of three foreigners; Jobab.","strongs_number":"h3103"},"h3104":{"pronunciation":"yo-bale'","unicode":"יוֹבֵל","translit":"yôwbêl","definition":"or יֹבֵל; apparently from {{h2986}}; the blast of a horn (from its continuous sound); specifically, the signal of the silver trumpets; hence, the instrument itself and the festival thus introduced; jubile, ram's horn, trumpet.","strongs_number":"h3104"},"h3105":{"pronunciation":"yoo-bal'","unicode":"יוּבַל","translit":"yûwbal","definition":"from {{h2986}}; a stream; river.","strongs_number":"h3105"},"h3106":{"pronunciation":"yoo-bawl'","unicode":"יוּבַל","translit":"Yûwbal","definition":"from {{h2986}}; stream; Jubal, an antediluvian; Jubal.","strongs_number":"h3106"},"h3107":{"pronunciation":"yo-zaw-bawd'","unicode":"יוֹזָבָד","translit":"Yôwzâbâd","definition":"a form of {{h3075}}; Jozabad, the name of ten Israelites; Josabad, Jozabad.","strongs_number":"h3107"},"h3108":{"pronunciation":"yo-zaw-kawr'","unicode":"יוֹזָכָר","translit":"Yôwzâkâr","definition":"from {{h3068}} and {{h2142}}; Jehovah-remembered; Jozacar, an Israelite; Jozachar.","strongs_number":"h3108"},"h3109":{"pronunciation":"yo-khaw'","unicode":"יוֹחָא","translit":"Yôwchâʼ","definition":"probably from {{h3068}} and a variation of {{h2421}}; Jehovah-revived; Jocha, the name of two Israelites; Joha.","strongs_number":"h3109"},"h3110":{"pronunciation":"yo-khaw-nawn'","unicode":"יוֹחָנָן","translit":"Yôwchânân","definition":"a form of {{h3076}}; Jochanan, the name of nine Israelites; Johanan.","strongs_number":"h3110"},"h3111":{"pronunciation":"yo-yaw-daw'","unicode":"יוֹיָדָע","translit":"Yôwyâdâʻ","definition":"a form of {{h3077}}; Jojada, the name of two Israelites; Jehoiada, Joiada.","strongs_number":"h3111"},"h3112":{"pronunciation":"yo-yaw-keen'","unicode":"יוֹיָכִין","translit":"Yôwyâkîyn","definition":"a form of {{h3078}}; Jojakin, an Israelite king; Jehoiachin.","strongs_number":"h3112"},"h3113":{"pronunciation":"yo-yaw-keem'","unicode":"יוֹיָקִים","translit":"Yôwyâqîym","definition":"a form of {{h3079}}; Jojakim, an Israelite; Joiakim. Compare {{h3137}}.","strongs_number":"h3113"},"h3114":{"pronunciation":"yo-yaw-reeb'","unicode":"יוֹיָרִיב","translit":"Yôwyârîyb","definition":"a form of {{h3080}}; Jojarib, the name of four Israelites; Joiarib.","strongs_number":"h3114"},"h3115":{"pronunciation":"yo-keh'-bed","unicode":"יוֹכֶבֶד","translit":"Yôwkebed","definition":"from {{h3068}} contracted and {{h3513}}; Jehovah-gloried; Jokebed, the mother of Moses; Jochebed.","strongs_number":"h3115"},"h3116":{"pronunciation":"yoo-kal'","unicode":"יוּכַל","translit":"Yûwkal","definition":"a form of {{h3081}}; Jukal, an Israelite; Jucal.","strongs_number":"h3116"},"h3117":{"pronunciation":"yome","unicode":"יוֹם","translit":"yôwm","definition":"from an unused root meaning to be hot; a day (as the warm hours), whether literal (from sunrise to sunset, or from one sunset to the next), or figurative (a space of time defined by an associated term), (often used adverb); age, always, chronicals, continually(-ance), daily, ((birth-), each, to) day, (now a, two) days (agone), elder, × end, evening, (for) ever(-lasting, -more), × full, life, as (so) long as (... live), (even) now, old, outlived, perpetually, presently, remaineth, × required, season, × since, space, then, (process of) time, as at other times, in trouble, weather, (as) when, (a, the, within a) while (that), × whole ( age), (full) year(-ly), younger.","strongs_number":"h3117"},"h3118":{"pronunciation":"yome","unicode":"יוֹם","translit":"yôwm","definition":"(Aramaic) corresponding to {{h3117}}; a day; day (by day), time.","strongs_number":"h3118"},"h3119":{"pronunciation":"yo-mawm'","unicode":"יוֹמָם","translit":"yôwmâm","definition":"from {{h3117}}; daily; daily, (by, in the) day(-time).","strongs_number":"h3119"},"h3120":{"pronunciation":"yaw-vawn'","unicode":"יָוָן","translit":"Yâvân","definition":"probably from the same as {{h3196}}; effervescing (i.e. hot and active); Javan, the name of a son of Joktan, and of the race (Ionians, i.e. Greeks) descended from him, with their territory; also of a place in Arabia; Javan.","strongs_number":"h3120"},"h3121":{"pronunciation":"yaw-ven'","unicode":"יָוֵן","translit":"yâvên","definition":"from the same as {{h3196}}; properly, dregs (as effervescing); hence, mud; mire, miry.","strongs_number":"h3121"},"h3122":{"pronunciation":"yo-naw-dawb'","unicode":"יוֹנָדָב","translit":"Yôwnâdâb","definition":"a form of {{h3082}}; Jonadab, the name of an Israelite and of a Rechabite; Jonadab.","strongs_number":"h3122"},"h3123":{"pronunciation":"yo-naw'","unicode":"יוֹנָה","translit":"yôwnâh","definition":"probably from the same as {{h3196}}; a dove (apparently from the warmth of their mating); dove, pigeon.","strongs_number":"h3123"},"h3124":{"pronunciation":"yo-naw'","unicode":"יוֹנָה","translit":"Yôwnâh","definition":"the same as {{h3123}}; Jonah, an Israelite; Jonah.","strongs_number":"h3124"},"h3125":{"pronunciation":"yev-aw-nee'","unicode":"יְוָנִי","translit":"Yᵉvânîy","definition":"patronymically from {{h3121}}; a Jevanite, or descendant of Javan; Grecian.","strongs_number":"h3125"},"h3126":{"pronunciation":"yo-nake'","unicode":"יוֹנֵק","translit":"yôwnêq","definition":"active participle of {{h3243}}; a sucker; hence, a twig (of a tree felled and sprouting); tender plant.","strongs_number":"h3126"},"h3127":{"pronunciation":"yo-neh'-keth","unicode":"יוֹנֶקֶת","translit":"yôwneqeth","definition":"feminine of {{h3126}}; a sprout; (tender) branch, young twig.","strongs_number":"h3127"},"h3128":{"pronunciation":"yo-nath' ay'-lem rekh-o-keem'","unicode":"יוֹנַת אֵלֶם רְחֹקִים","translit":"yôwnath ʼêlem rᵉchôqîym","definition":"from {{h3123}} and {{h482}} and the plural of {{h7350}}; dove of (the) silence (i.e. dumb Israel) of (i.e. among) distances (i.e. strangers); the title of a ditty (used for a name of its melody); Jonath-elem-rechokim.","strongs_number":"h3128"},"h3129":{"pronunciation":"yo-naw-thawn'","unicode":"יוֹנָתָן","translit":"Yôwnâthân","definition":"a form of {{h3083}}; Jonathan, the name of ten Israelites; Jonathan.","strongs_number":"h3129"},"h3130":{"pronunciation":"yo-safe'","unicode":"יוֹסֵף","translit":"Yôwçêph","definition":"future of {{h3254}}; let him add (or perhaps simply active participle adding); Joseph, the name of seven Israelites; Joseph. Compare {{h3084}}.","strongs_number":"h3130"},"h3131":{"pronunciation":"yo-sif-yaw'","unicode":"יוֹסִפְיָה","translit":"Yôwçiphyâh","definition":"from active participle of {{h3254}} and {{h3050}}; Jah (is) adding; Josiphjah, an Israelite; Josiphiah.","strongs_number":"h3131"},"h3132":{"pronunciation":"yo-ay-law'","unicode":"יוֹעֵאלָה","translit":"Yôwʻêʼlâh","definition":"perhaps feminine active participle of {{h3276}}; furthermore; Joelah, an Israelite; Joelah.","strongs_number":"h3132"},"h3133":{"pronunciation":"yo-ade'","unicode":"יוֹעֵד","translit":"Yôwʻêd","definition":"apparently the active participle of {{h3259}}; appointer; Joed, an Israelite; Joed.","strongs_number":"h3133"},"h3134":{"pronunciation":"yo-eh'-zer","unicode":"יוֹעֶזֶר","translit":"Yôwʻezer","definition":"from {{h3068}} and {{h5828}}; Jehovah (is his) help; Joezer, an Israelite; Joezer.","strongs_number":"h3134"},"h3135":{"pronunciation":"yo-awsh'","unicode":"יוֹעָשׁ","translit":"Yôwʻâsh","definition":"from {{h3068}} and {{h5789}}; Jehovahhastened; Joash, the name of two Israelites; Joash.","strongs_number":"h3135"},"h3136":{"pronunciation":"yo-tsaw-dawk'","unicode":"יוֹצָדָק","translit":"Yôwtsâdâq","definition":"a form of {{h3087}}; Jotsadak, an Israelite; Jozadak.","strongs_number":"h3136"},"h3137":{"pronunciation":"yo-keem'","unicode":"יוֹקִים","translit":"Yôwqîym","definition":"a form of {{h3113}}; Jokim, an Israelite; Jokim.","strongs_number":"h3137"},"h3138":{"pronunciation":"yo-reh'","unicode":"יוֹרֶה","translit":"yôwreh","definition":"active participle of {{h3384}}; sprinkling; hence, a sprinkling (or autumnal showers); first rain, former (rain).","strongs_number":"h3138"},"h3139":{"pronunciation":"yo-raw'","unicode":"יוֹרָה","translit":"Yôwrâh","definition":"from {{h3384}}; rainy; Jorah, an Israelite; Jorah.","strongs_number":"h3139"},"h3140":{"pronunciation":"yo-rah'-ee","unicode":"יוֹרַי","translit":"Yôwray","definition":"from {{h3384}}; rainy; Jorai, an Israelite; Jorai.","strongs_number":"h3140"},"h3141":{"pronunciation":"yo-rawm'","unicode":"יוֹרָם","translit":"Yôwrâm","definition":"a form of {{h3088}}; Joram, the name of three Israelites and one Syrian; Joram.","strongs_number":"h3141"},"h3142":{"pronunciation":"yoo-shab' kheh'-sed","unicode":"יוּשַׁב חֶסֶד","translit":"Yûwshab Cheçed","definition":"from {{h7725}} and {{h2617}}; kindness will be returned; Jushab-Chesed, an Israelite; Jushab-hesed.","strongs_number":"h3142"},"h3143":{"pronunciation":"yo-shi-yaw'","unicode":"יוֹשִׁבְיָה","translit":"Yôwshibyâh","definition":"from {{h3427}} and {{h3050}}; Jehovah will cause to dwell; Josibjah, an Israelite; Josibiah.","strongs_number":"h3143"},"h3144":{"pronunciation":"yo-shaw'","unicode":"יוֹשָׁה","translit":"Yôwshâh","definition":"probably a form of {{h3145}}; Joshah, an Israelite; Joshah.","strongs_number":"h3144"},"h3145":{"pronunciation":"yo-shav-yaw'","unicode":"יוֹשַׁוְיָה","translit":"Yôwshavyâh","definition":"from {{h3068}} and {{h7737}}; Jehovah-set; Joshavjah, an Israelite; Joshaviah. Compare {{h3144}}.","strongs_number":"h3145"},"h3146":{"pronunciation":"yo-shaw-fawt'","unicode":"יוֹשָׁפָט","translit":"Yôwshâphâṭ","definition":"a form of {{h3092}}; Joshaphat, an Israelite; Joshaphat.","strongs_number":"h3146"},"h3147":{"pronunciation":"yo-thawm'","unicode":"יוֹתָם","translit":"Yôwthâm","definition":"from {{h3068}} and {{h8535}}; Jehovah (is) perfect; Jotham, the name of three Israelites; Jotham.","strongs_number":"h3147"},"h3148":{"pronunciation":"yo-thare'","unicode":"יוֹתֵר","translit":"yôwthêr","definition":"active participle of {{h3498}}; properly, redundant; hence, over and above, as adjective, noun, adverb or conjunction; better, more(-over), over, profit.","strongs_number":"h3148"},"h3149":{"pronunciation":"yez-av-ale'","unicode":"יְזַוְאֵל","translit":"Yᵉzavʼêl","definition":"from an unused root (meaning to sprinkle) and {{h410}}; sprinkled of God; Jezavel, an Israelite; Jeziel (from the margin).","strongs_number":"h3149"},"h3150":{"pronunciation":"yiz-zee-yaw'","unicode":"יִזִּיָּה","translit":"Yizzîyâh","definition":"from the same as the first part of {{h3149}} and {{h3050}}; sprinkled of Jah; Jizzijah, an Israelite; Jeziah.","strongs_number":"h3150"},"h3151":{"pronunciation":"yaw-zeez'","unicode":"יָזִיז","translit":"Yâzîyz","definition":"from the same as {{h2123}}; he will make prominent; Jaziz, an Israelite; Jaziz.","strongs_number":"h3151"},"h3152":{"pronunciation":"yiz-lee-aw'","unicode":"יִזְלִיאָה","translit":"Yizlîyʼâh","definition":"perhaps from an unused root (meaning to draw up); he will draw out; Jizliah, an Israelite; Jezliah.","strongs_number":"h3152"},"h3153":{"pronunciation":"yez-an-yaw'","unicode":"יְזַנְיָה","translit":"Yᵉzanyâh","definition":"or יְזַנְיָהוּ; probably for {{h2970}}; Jezanjah, an Israelite; Jezaniah.","strongs_number":"h3153"},"h3154":{"pronunciation":"yeh'-zah","unicode":"יֶזַע","translit":"yezaʻ","definition":"from an unused root mean to ooze; sweat, i.e. (by implication) a sweating dress; any thing that causeth sweat.","strongs_number":"h3154"},"h3155":{"pronunciation":"yiz-rawkh'","unicode":"יִזְרָח","translit":"Yizrâch","definition":"a variation for {{h250}}; a Jizrach (i.e. Ezrachite or Zarchite) or descendant of Zerach; Izrahite.","strongs_number":"h3155"},"h3156":{"pronunciation":"yiz-rakh-yaw'","unicode":"יִזְרַחְיָה","translit":"Yizrachyâh","definition":"from {{h2224}} and {{h3050}}; Jah will shine; Jizrachjah, the name of two Israelites; Izrahiah, Jezrahiah.","strongs_number":"h3156"},"h3157":{"pronunciation":"yiz-reh-ale'","unicode":"יִזְרְעֵאל","translit":"Yizrᵉʻêʼl","definition":"from {{h2232}} and {{h410}}; God will sow; Jizreel, the name of two places in Palestine and of two Israelites; Jezreel.","strongs_number":"h3157"},"h3158":{"pronunciation":"yiz-reh-ay-lee'","unicode":"יִזְרְעֵאלִי","translit":"Yizrᵉʻêʼlîy","definition":"patronymically from {{h3157}}; a Jizreelite or native of Jizreel; Jezreelite.","strongs_number":"h3158"},"h3159":{"pronunciation":"yiz-reh-ay-leeth'","unicode":"יִזְרְעֵאלִית","translit":"Yizrᵉʻêʼlîyth","definition":"feminine of {{h3158}}; a Jezreelitess; Jezreelitess.","strongs_number":"h3159"},"h3160":{"pronunciation":"yekh-oob-baw'","unicode":"יְחֻבָּה","translit":"Yᵉchubbâh","definition":"from {{h2247}}; hidden; Jechubbah, an Israelite; Jehubbah.","strongs_number":"h3160"},"h3161":{"pronunciation":"yaw-khad'","unicode":"יָחַד","translit":"yâchad","definition":"a primitive root; to be (or become) one; join, unite.","strongs_number":"h3161"},"h3162":{"pronunciation":"yakh'-ad","unicode":"יַחַד","translit":"yachad","definition":"from {{h3161}}; properly, a unit, i.e. (adverb) unitedly; alike, at all (once), both, likewise, only, (al-) together, withal.","strongs_number":"h3162"},"h3163":{"pronunciation":"yakh-doe'","unicode":"יַחְדוֹ","translit":"Yachdôw","definition":"from {{h3162}} with pronominal suffix; his unity, i.e. (adverb) together; Jachdo, an Israelite; Jahdo.","strongs_number":"h3163"},"h3164":{"pronunciation":"yakh-dee-ale'","unicode":"יַחְדִּיאֵל","translit":"Yachdîyʼêl","definition":"from {{h3162}} and {{h410}}; unity of God; Jachdiel, an Israelite; Jahdiel.","strongs_number":"h3164"},"h3165":{"pronunciation":"yekh-dee-yaw'-hoo","unicode":"יֶחְדִּיָּהוּ","translit":"Yechdîyâhûw","definition":"from {{h3162}} and {{h3050}}; unity of Jah; Jechdijah, the name of two Israelites; Jehdeiah.","strongs_number":"h3165"},"h3166":{"pronunciation":"yakh-az-ee-ale'","unicode":"יַחֲזִיאֵל","translit":"Yachăzîyʼêl","definition":"from {{h2372}} and {{h410}}; beheld of God; Jachaziel, the name of five Israelites; Jahaziel, Jahziel.","strongs_number":"h3166"},"h3167":{"pronunciation":"yakh-zeh-yaw'","unicode":"יַחְזְיָה","translit":"Yachzᵉyâh","definition":"from {{h2372}} and {{h3050}}; Jah will behold; Jachzejah, an Israelite; Jahaziah.","strongs_number":"h3167"},"h3168":{"pronunciation":"yekh-ez-kale'","unicode":"יְחֶזְקֵאל","translit":"Yᵉchezqêʼl","definition":"from {{h2388}} and {{h410}}; God will strengthen; Jechezkel, the name of two Israelites; Ezekiel, Jehezekel.","strongs_number":"h3168"},"h3169":{"pronunciation":"yekh-iz-kee-yaw'","unicode":"יְחִזְקִיָּה","translit":"Yᵉchizqîyâh","definition":"or יְחִזְקִיָּהוּ; from {{h3388}} and {{h3050}}; strengthened of Jah; Jechizkijah, the name of five Israelites; Hezekiah, Jehizkiah. Compare {{h2396}}.","strongs_number":"h3169"},"h3170":{"pronunciation":"yakh-zay-raw'","unicode":"יַחְזֵרָה","translit":"Yachzêrâh","definition":"from the same as {{h2386}}; perhaps protection; Jachzerah, an Israelite; Jahzerah.","strongs_number":"h3170"},"h3171":{"pronunciation":"yekh-ee-ale'","unicode":"יְחִיאֵל","translit":"Yᵉchîyʼêl","definition":"or (2 Chronicles 29:14) יְחַוְאֵל; from {{h2421}} and {{h410}}; God will live; Jechiel (or Jechavel), the name of eight Israelites; Jehiel.","strongs_number":"h3171"},"h3172":{"pronunciation":"yekh-ee-ay-lee'","unicode":"יְחִיאֵלִי","translit":"Yᵉchîyʼêlîy","definition":"patronymically from {{h3171}}; a Jechielite or descendant of Jechiel; Jehieli.","strongs_number":"h3172"},"h3173":{"pronunciation":"yaw-kheed'","unicode":"יָחִיד","translit":"yâchîyd","definition":"from {{h3161}}; properly, united, i.e. sole; by implication, beloved; also lonely; (feminine) the life (as not to be replaced); darling, desolate, only (child, son), solitary.","strongs_number":"h3173"},"h3174":{"pronunciation":"yekh-ee-yaw'","unicode":"יְחִיָּה","translit":"Yᵉchîyâh","definition":"from {{h2421}} and {{h3050}}; Jah will live; Jechijah, an Israelite; Jehiah.","strongs_number":"h3174"},"h3175":{"pronunciation":"yaw-kheel'","unicode":"יָחִיל","translit":"yâchîyl","definition":"from {{h3176}}; expectant; should hope.","strongs_number":"h3175"},"h3176":{"pronunciation":"yaw-chal'","unicode":"יָחַל","translit":"yâchal","definition":"a primitive root; to wait; by implication, to be patient, hope; (cause to, have, make to) hope, be pained, stay, tarry, trust, wait.","strongs_number":"h3176"},"h3177":{"pronunciation":"yakh-leh-ale'","unicode":"יַחְלְאֵל","translit":"Yachlᵉʼêl","definition":"from {{h3176}} and {{h410}}; expectant of God; Jachleel, an Israelite; Jahleel.","strongs_number":"h3177"},"h3178":{"pronunciation":"yakh-leh-ay-lee'","unicode":"יַחְלְאֵלִי","translit":"Yachlᵉʼêlîy","definition":"patronymically from {{h3177}}; a Jachleelite or descendant of Jachleel; Jahleelites.","strongs_number":"h3178"},"h3179":{"pronunciation":"yaw-kham'","unicode":"יָחַם","translit":"yâcham","definition":"a primitive root; probably to be hot; figuratively, to conceive; get heat, be hot, conceive, be warm.","strongs_number":"h3179"},"h3180":{"pronunciation":"yakh-moor'","unicode":"יַחְמוּר","translit":"yachmûwr","definition":"from {{h2560}}; a kind of deer; fallow deer.","strongs_number":"h3180"},"h3181":{"pronunciation":"yakh-mah'-ee","unicode":"יַחְמַי","translit":"Yachmay","definition":"probably from {{h3179}}; hot; Jachmai, an Israelite; Jahmai.","strongs_number":"h3181"},"h3182":{"pronunciation":"yaw-khafe'","unicode":"יָחֵף","translit":"yâchêph","definition":"from an unused root meaning to take off the shoes; unsandalled; barefoot, being unshod.","strongs_number":"h3182"},"h3183":{"pronunciation":"yakh-tseh-ale'","unicode":"יַחְצְאֵל","translit":"Yachtsᵉʼêl","definition":"from {{h2673}} and {{h410}}; God will allot; Jachtseel, an Israelite; Jahzeel. Compare {{h3185}}.","strongs_number":"h3183"},"h3184":{"pronunciation":"yakh-tseh-ay-lee'","unicode":"יַחְצְאֵלִי","translit":"Yachtsᵉʼêlîy","definition":"patronymically from {{h3183}}; a Jachtseelite (collectively) or descendants of Jachtseel; Jahzeelites.","strongs_number":"h3184"},"h3185":{"pronunciation":"yakh-tsee-ale'","unicode":"יַחְצִיאֵל","translit":"Yachtsîyʼêl","definition":"from {{h2673}} and {{h410}}; allotted of God; Jachtsiel, an Israelite; Jahziel. Compare {{h3183}}.","strongs_number":"h3185"},"h3186":{"pronunciation":"yaw-khar'","unicode":"יָחַר","translit":"yâchar","definition":"a primitive root; to delay; tarry longer.","strongs_number":"h3186"},"h3187":{"pronunciation":"yaw-khas'","unicode":"יָחַשׂ","translit":"yâchas","definition":"a primitive root; to sprout; used only as denominative from {{h3188}}; to enroll by pedigree; (number after, number throughout the) genealogy (to be reckoned), be reckoned by genealogies.","strongs_number":"h3187"},"h3188":{"pronunciation":"yakh'-as","unicode":"יַחַשׂ","translit":"yachas","definition":"from {{h3187}}; a pedigree or family list (as growing spontaneously); genealogy.","strongs_number":"h3188"},"h3189":{"pronunciation":"yakh'-ath","unicode":"יַחַת","translit":"Yachath","definition":"from {{h3161}}; unity; Jachath, the name of four Israelites; Jahath.","strongs_number":"h3189"},"h3190":{"pronunciation":"yaw-tab'","unicode":"יָטַב","translit":"yâṭab","definition":"a primitive root; to be (causative) make well, literally (sound, beautiful) or figuratively (happy, successful, right); be accepted, amend, use aright, benefit, be (make) better, seem best, make cheerful, be comely, be content, diligent(-ly), dress, earnestly, find favour, give, be glad, do (be, make) good(-ness), be (make) merry, please ( well), shew more (kindness), skilfully, × very small, surely, make sweet, thoroughly, tire, trim, very, be (can, deal, entreat, go, have) well (said, seen).","strongs_number":"h3190"},"h3191":{"pronunciation":"yet-ab'","unicode":"יְטַב","translit":"yᵉṭab","definition":"(Aramaic) corresponding to {{h3190}}; seem good.","strongs_number":"h3191"},"h3192":{"pronunciation":"yot-baw'","unicode":"יׇטְבָה","translit":"Yoṭbâh","definition":"from {{h3190}}; pleasantness; Jotbah, a place in Palestine; Jotbah.","strongs_number":"h3192"},"h3193":{"pronunciation":"yot-baw'-thaw","unicode":"יׇטְבָתָה","translit":"Yoṭbâthâh","definition":"from {{h3192}}; Jotbathah, a place in the Desert; Jotbath, Jotbathah.","strongs_number":"h3193"},"h3194":{"pronunciation":"yoo-taw'","unicode":"יֻטָּה","translit":"Yuṭṭâh","definition":"or יוּטָה; from {{h5186}}; extended; Juttah (or Jutah), a place in Palestine; Juttah.","strongs_number":"h3194"},"h3195":{"pronunciation":"yet-oor'","unicode":"יְטוּר","translit":"Yᵉṭûwr","definition":"probably from the same as {{h2905}}; encircled (i.e. inclosed); Jetur, a son of Ishmael; Jetur.","strongs_number":"h3195"},"h3196":{"pronunciation":"yah'-yin","unicode":"יַיִן","translit":"yayin","definition":"from an unused root meaning to effervesce; wine (as fermented); by implication, intoxication; banqueting, wine, wine(-bibber).","strongs_number":"h3196"},"h3197":{"pronunciation":"yak","unicode":"יַךְ","translit":"yak","definition":"by erroneous transcription for {{h3027}}; a hand or side; (way-) side.","strongs_number":"h3197"},"h3198":{"pronunciation":"yaw-kahh'","unicode":"יָכַח","translit":"yâkach","definition":"a primitive root; to be right (i.e. correct); reciprocal, to argue; causatively, to decide, justify or convict; appoint, argue, chasten, convince, correct(-ion), daysman, dispute, judge, maintain, plead, reason (together), rebuke, reprove(-r), surely, in any wise.","strongs_number":"h3198"},"h3199":{"pronunciation":"yaw-keen'","unicode":"יָכִין","translit":"Yâkîyn","definition":"from {{h3559}}; he (or it) will establish; Jakin, the name of three Israelites and of a temple pillar; Jachin.","strongs_number":"h3199"},"h3200":{"pronunciation":"yaw-kee-nee'","unicode":"יָכִינִי","translit":"Yâkîynîy","definition":"patronymically from {{h3199}}; a Jakinite (collectively) or descendants of Jakin; Jachinites.","strongs_number":"h3200"}}