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
+ {"g4101":{"pronunciation":"pis-tik-os'","unicode":"πιστικός","translit":"pistikós","definition":"[πιστικός] from {{g4102}}; trustworthy, i.e. genuine (unadulterated)","strongs_number":"g4101"},"g4102":{"pronunciation":"pis'-tis","unicode":"πίστις","translit":"pístis","definition":"[πίστις] from {{g3982}}; persuasion, i.e. credence; moral conviction (of religious truth, or the truthfulness of God or a religious teacher), especially reliance upon Christ for salvation; abstractly, constancy in such profession; by extension, the system of religious (Gospel) truth itself","strongs_number":"g4102"},"g4103":{"pronunciation":"pis-tos'","unicode":"πιστός","translit":"pistós","definition":"[πιστός] from {{g3982}}; objectively, trustworthy; subjectively, trustful","strongs_number":"g4103"},"g4104":{"pronunciation":"pis-to'-o","unicode":"πιστόω","translit":"pistóō","definition":"[πιστόω] from {{g4103}}; to assure","strongs_number":"g4104"},"g4105":{"pronunciation":"plan-ah'-o","unicode":"πλανάω","translit":"planáō","definition":"[πλανάω] from {{g4106}}; to (properly, cause to) roam (from safety, truth, or virtue)","strongs_number":"g4105"},"g4106":{"pronunciation":"plan'-ay","unicode":"πλάνη","translit":"plánē","definition":"[πλάνη] feminine of {{g4108}} (as abstractly); objectively, fraudulence; subjectively, a straying from orthodoxy or piety","strongs_number":"g4106"},"g4107":{"pronunciation":"plan-ay'-tace","unicode":"πλανήτης","translit":"planḗtēs","definition":"[πλανήτης] from {{g4108}}; a rover (\"planet\"), i.e. (figuratively) an erratic teacher","strongs_number":"g4107"},"g4108":{"pronunciation":"plan'-os","unicode":"πλάνος","translit":"plános","definition":"[πλάνος] of uncertain affinity; roving (as a tramp), i.e. (by implication) an impostor or misleader; ","strongs_number":"g4108"},"g4109":{"pronunciation":"plax","unicode":"πλάξ","translit":"pláx","definition":"[πλάξ] from {{g4111}}; a moulding-board, i.e. flat surface (\"plate\", or tablet, literally or figuratively)","strongs_number":"g4109"},"g4110":{"pronunciation":"plas'-mah","unicode":"πλάσμα","translit":"plásma","definition":"[πλάσμα] from {{g4111}}; something moulded","strongs_number":"g4110"},"g4111":{"pronunciation":"plas'-so","unicode":"πλάσσω","translit":"plássō","definition":"[πλάσσω] a primary verb; to mould, i.e. shape or fabricate","strongs_number":"g4111"},"g4112":{"pronunciation":"plas-tos'","unicode":"πλαστός","translit":"plastós","definition":"[πλαστός] from {{g4111}}; moulded, i.e. (by implication) artificial or (figuratively) fictitious (false)","strongs_number":"g4112"},"g4113":{"pronunciation":"plat-i'-ah","unicode":"πλατεῖα","translit":"plateîa","definition":"[πλατεῖα] feminine of {{g4116}}; a wide \"plat\" or \"place\", i.e. open square","strongs_number":"g4113"},"g4114":{"pronunciation":"plat'-os","unicode":"πλάτος","translit":"plátos","definition":"[πλάτος] from {{g4116}}; width","strongs_number":"g4114"},"g4115":{"pronunciation":"plat-oo'-no","unicode":"πλατύνω","translit":"platýnō","definition":"[πλατύνω] from {{g4116}}; to widen (literally or figuratively)","strongs_number":"g4115"},"g4116":{"pronunciation":"plat-oos'","unicode":"πλατύς","translit":"platýs","definition":"[πλατύς] from {{g4111}}; spread out \"flat\" (\"plot\"), i.e. broad","strongs_number":"g4116"},"g4117":{"pronunciation":"pleg'-mah","unicode":"πλέγμα","translit":"plégma","definition":"[πλέγμα] from {{g4120}}; a plait (of hair)","strongs_number":"g4117"},"g4118":{"pronunciation":"plice'-tos","unicode":"πλεῖστος","translit":"pleîstos","definition":"[πλεῖστος] irregular superlative of {{g4183}}; the largest number or very large","strongs_number":"g4118"},"g4119":{"pronunciation":"pli-own","unicode":"πλείων","translit":"pleíōn","definition":"[πλείων] , or neuter πλεῖον, or πλέονcomparative of {{g4183}}; more in quantity, number, or quality; also (in plural) the major portion","strongs_number":"g4119"},"g4120":{"pronunciation":"plek'-o","unicode":"πλέκω","translit":"plékō","definition":"[πλέκω] a primary word; to twine or braid","strongs_number":"g4120"},"g4121":{"pronunciation":"pleh-on-ad'-zo","unicode":"πλεονάζω","translit":"pleonázō","definition":"[πλεονάζω] from {{g4119}}; to do, make or be more, i.e. increase (transitively or intransitively); by extension, to superabound","strongs_number":"g4121"},"g4122":{"pronunciation":"pleh-on-cek-teh'-o","unicode":"πλεονεκτέω","translit":"pleonektéō","definition":"[πλεονεκτέω] from {{g4123}}; to be covetous, i.e. (by implication) to over-reach","strongs_number":"g4122"},"g4123":{"pronunciation":"pleh-on-ek'-tace","unicode":"πλεονέκτης","translit":"pleonéktēs","definition":"[πλεονέκτης] from {{g4119}} and {{g2192}}; holding (desiring) more, i.e. eager for gain (avaricious, hence a defrauder)","strongs_number":"g4123"},"g4124":{"pronunciation":"pleh-on-ex-ee'-ah","unicode":"πλεονεξία","translit":"pleonexía","definition":"[πλεονεξία] from {{g4123}}; avarice, i.e. (by implication) fraudulency, extortion","strongs_number":"g4124"},"g4125":{"pronunciation":"plyoo-rah'","unicode":"πλευρά","translit":"pleurá","definition":"[πλευρά] of uncertain affinity; a rib, i.e. (by extension) side","strongs_number":"g4125"},"g4126":{"pronunciation":"pleh'-o","unicode":"πλέω","translit":"pléō","definition":"[πλέω] , another form for πλεύω; which is used as an alternate in certain tenses; probably a form of {{g4150}} (through the idea of plunging through the water); to pass in a vessel See also {{g4130}}.","strongs_number":"g4126"},"g4127":{"pronunciation":"play-gay'","unicode":"πληγή","translit":"plēgḗ","definition":"[πληγή] from {{g4141}}; a stroke; by implication, a wound; figuratively, a calamity","strongs_number":"g4127"},"g4128":{"pronunciation":"play'-thos","unicode":"πλῆθος","translit":"plēthos","definition":"[πλῆθος] from {{g4130}}; a fulness, i.e. a large number, throng, populace","strongs_number":"g4128"},"g4129":{"pronunciation":"play-thoo'-no","unicode":"πληθύνω","translit":"plēthýnō","definition":"[πληθύνω] from another form of {{g4128}}; to increase (transitively or intransitively)","strongs_number":"g4129"},"g4130":{"pronunciation":"play'-tho","unicode":"πλήθω","translit":"plḗthō","definition":"[πλήθω] ; a prolonged form of a primary πλέω (which appears only as an alternate in certain tenses and in the reduplicated form pimplemi); to \"fill\" (literally or figuratively (imbue, influence, supply)); specially, to fulfil (time)","strongs_number":"g4130"},"g4131":{"pronunciation":"plake'-tace","unicode":"πλήκτης","translit":"plḗktēs","definition":"[πλήκτης] from {{g4141}}; a smiter, i.e. pugnacious (quarrelsome)","strongs_number":"g4131"},"g4132":{"pronunciation":"plame-moo'-rah","unicode":"πλήμμυρα","translit":"plḗmmyra","definition":"[πλήμμυρα] prolonged from {{g4130}}; flood-tide, i.e. (by analogy) a freshet","strongs_number":"g4132"},"g4133":{"pronunciation":"plane","unicode":"πλήν","translit":"plḗn","definition":"[πλήν] from {{g4119}}; moreover (besides), i.e. albeit, save that, rather, yet","strongs_number":"g4133"},"g4134":{"pronunciation":"play'-race","unicode":"πλήρης","translit":"plḗrēs","definition":"[πλήρης] from {{g4130}}; replete, or covered over; by analogy, complete","strongs_number":"g4134"},"g4135":{"pronunciation":"play-rof-or-eh'-o","unicode":"πληροφορέω","translit":"plērophoréō","definition":"[πληροφορέω] from {{g4134}} and {{g5409}}; to carry out fully (in evidence), i.e. completely assure (or convince), entirely accomplish","strongs_number":"g4135"},"g4136":{"pronunciation":"play-rof-or-ee'-ah","unicode":"πληροφορία","translit":"plērophoría","definition":"[πληροφορία] from {{g4135}}; entire confidence","strongs_number":"g4136"},"g4137":{"pronunciation":"play-ro'-o","unicode":"πληρόω","translit":"plēróō","definition":"[πληρόω] from {{g4134}}; to make replete, i.e. (literally) to cram (a net), level up (a hollow), or (figuratively) to furnish (or imbue, diffuse, influence), satisfy, execute (an office), finish (a period or task), verify (or coincide with a prediction), etc.","strongs_number":"g4137"},"g4138":{"pronunciation":"play'-ro-mah","unicode":"πλήρωμα","translit":"plḗrōma","definition":"[πλήρωμα] from {{g4137}}; repletion or completion, i.e. (subjectively) what fills (as contents, supplement, copiousness, multitude), or (objectively) what is filled (as container, performance, period)","strongs_number":"g4138"},"g4139":{"pronunciation":"play-see'-on","unicode":"πλησίον","translit":"plēsíon","definition":"[πλησίον] neuter of a derivative of πέλας (near); (adverbially) close by; as noun, a neighbor, i.e. fellow (as man, countryman, Christian or friend)","strongs_number":"g4139"},"g4140":{"pronunciation":"place-mon-ay'","unicode":"πλησμονή","translit":"plēsmonḗ","definition":"[πλησμονή] from a presumed derivative of {{g4130}}; a filling up, i.e. (figuratively) gratification","strongs_number":"g4140"},"g4141":{"pronunciation":"place'-so","unicode":"πλήσσω","translit":"plḗssō","definition":"[πλήσσω] apparently another form of {{g4111}} (through the idea of flattening out); to pound, i.e. (figuratively) to inflict with (calamity) Compare {{g5180}}.","strongs_number":"g4141"},"g4142":{"pronunciation":"ploy-ar'-ee-on","unicode":"πλοιάριον","translit":"ploiárion","definition":"[πλοιάριον] neuter of a presumed derivative of {{g4143}}; a boat","strongs_number":"g4142"},"g4143":{"pronunciation":"ploy'-on","unicode":"πλοῖον","translit":"ploîon","definition":"[πλοῖον] from {{g4126}}; a sailer, i.e. vessel","strongs_number":"g4143"},"g4144":{"pronunciation":"plo'-os","unicode":"πλόος","translit":"plóos","definition":"[πλόος] from {{g4126}}; a sail, i.e. navigation","strongs_number":"g4144"},"g4145":{"pronunciation":"ploo'-see-os","unicode":"πλούσιος","translit":"ploúsios","definition":"[πλούσιος] from {{g4149}}; wealthy; figuratively, abounding with","strongs_number":"g4145"},"g4146":{"pronunciation":"ploo-see'-oce","unicode":"πλουσίως","translit":"plousíōs","definition":"[πλουσίως] adverb from {{g4145}}; copiously","strongs_number":"g4146"},"g4147":{"pronunciation":"ploo-teh'-o","unicode":"πλουτέω","translit":"ploutéō","definition":"[πλουτέω] from {{g4148}}; to be (or become) wealthy (literally or figuratively)","strongs_number":"g4147"},"g4148":{"pronunciation":"ploo-tid'-zo","unicode":"πλουτίζω","translit":"ploutízō","definition":"[πλουτίζω] from {{g4149}}; to make wealthy (figuratively)","strongs_number":"g4148"},"g4149":{"pronunciation":"ploo'-tos","unicode":"πλοῦτος","translit":"ploûtos","definition":"[πλοῦτος] from the base of {{g4130}}; wealth (as fulness), i.e. (literally) money, possessions, or (figuratively) abundance, richness, (specially), valuable bestowment","strongs_number":"g4149"},"g4150":{"pronunciation":"ploo'-no","unicode":"πλύνω","translit":"plýnō","definition":"[πλύνω] a prolonged form of an obsolete πλύω (to \"flow\"); to \"plunge\", i.e. launder clothing Compare {{g3068}}, {{g3538}}.","strongs_number":"g4150"},"g4151":{"pronunciation":"pnyoo'-mah","unicode":"πνεῦμα","translit":"pneûma","definition":"[πνεῦμα] from {{g4154}}; a current of air, i.e. breath (blast) or a breeze; by analogy or figuratively, a spirit, i.e. (human) the rational soul, (by implication) vital principle, mental disposition, etc., or (superhuman) an angel, demon, or (divine) God, Christ's spirit, the Holy Spirit Compare {{g5590}}.","strongs_number":"g4151"},"g4152":{"pronunciation":"pnyoo-mat-ik-os'","unicode":"πνευματικός","translit":"pneumatikós","definition":"[πνευματικός] from {{g4151}}; non-carnal, i.e. (humanly) ethereal (as opposed to gross), or (dæmoniacally) a spirit (concretely), or (divinely) supernatural, regenerate, religious Compare {{g5591}}.","strongs_number":"g4152"},"g4153":{"pronunciation":"pnyoo-mat-ik-oce'","unicode":"πνευματικῶς","translit":"pneumatikōs","definition":"[πνευματικῶς] adverb from {{g4152}}; non-physically, i.e. divinely, figuratively","strongs_number":"g4153"},"g4154":{"pronunciation":"pneh'-o","unicode":"πνέω","translit":"pnéō","definition":"[πνέω] a primary word; to breathe hard, i.e. breeze Compare {{g5594}}.","strongs_number":"g4154"},"g4155":{"pronunciation":"pnee'-go","unicode":"πνίγω","translit":"pnígō","definition":"[πνίγω] strengthened from {{g4154}}; to wheeze, i.e. (causative, by implication) to throttle or strangle (drown)","strongs_number":"g4155"},"g4156":{"pronunciation":"pnik-tos'","unicode":"πνικτός","translit":"pniktós","definition":"[πνικτός] from {{g4155}}; throttled, i.e. (neuter concretely) an animal choked to death (not bled)","strongs_number":"g4156"},"g4157":{"pronunciation":"pno-ay'","unicode":"πνοή","translit":"pnoḗ","definition":"[πνοή] from {{g4154}}; respiration, a breeze","strongs_number":"g4157"},"g4158":{"pronunciation":"pod-ay'-race","unicode":"ποδήρης","translit":"podḗrēs","definition":"[ποδήρης] from {{g4228}} and another element of uncertain affinity; a dress ({{g2066}} implied) reaching the ankles","strongs_number":"g4158"},"g4159":{"pronunciation":"poth'-en","unicode":"πόθεν","translit":"póthen","definition":"[πόθεν] from the base of {{g4213}} with enclitic adverb of origin; from which (as interrogative) or what (as relative) place, state, source or cause","strongs_number":"g4159"},"g4160":{"pronunciation":"poy-eh'-o","unicode":"ποιέω","translit":"poiéō","definition":"[ποιέω] apparently a prolonged form of an obsolete primary; to make or do (in a very wide application, more or less direct) Compare {{g4238}}.","strongs_number":"g4160"},"g4161":{"pronunciation":"poy'-ay-mah","unicode":"ποίημα","translit":"poíēma","definition":"[ποίημα] from {{g4160}}; a product, i.e. fabric (literally or figuratively)","strongs_number":"g4161"},"g4162":{"pronunciation":"poy'-ay-sis","unicode":"ποίησις","translit":"poíēsis","definition":"[ποίησις] from {{g4160}}; action, i.e. performance (of the law)","strongs_number":"g4162"},"g4163":{"pronunciation":"poy-ay-tace'","unicode":"ποιητής","translit":"poiētḗs","definition":"[ποιητής] from {{g4160}}; a performer; specially, a \"poet\"; ","strongs_number":"g4163"},"g4164":{"pronunciation":"poy-kee'-los","unicode":"ποικίλος","translit":"poikílos","definition":"[ποικίλος] of uncertain derivation; motley, i.e. various in character","strongs_number":"g4164"},"g4165":{"pronunciation":"poy-mah'-ee-no","unicode":"ποιμαίνω","translit":"poimaínō","definition":"[ποιμαίνω] from {{g4166}}; to tend as a shepherd of (figuratively, superviser)","strongs_number":"g4165"},"g4166":{"pronunciation":"poy-mane'","unicode":"ποιμήν","translit":"poimḗn","definition":"[ποιμήν] of uncertain affinity; a shepherd (literally or figuratively)","strongs_number":"g4166"},"g4167":{"pronunciation":"poym'-nay","unicode":"ποίμνη","translit":"poímnē","definition":"[ποίμνη] contraction from {{g4165}}; a flock (literally or figuratively)","strongs_number":"g4167"},"g4168":{"pronunciation":"poym'-nee-on","unicode":"ποίμνιον","translit":"poímnion","definition":"[ποίμνιον] neuter of a presumed derivative of {{g4167}}; a flock, i.e. (figuratively) group (of believers)","strongs_number":"g4168"},"g4169":{"pronunciation":"poy'-os","unicode":"ποῖος","translit":"poîos","definition":"[ποῖος] from the base of {{g4226}} and {{g3634}}; individualizing interrogative (of character) what sort of, or (of number) which one","strongs_number":"g4169"},"g4170":{"pronunciation":"pol-em-eh'-o","unicode":"πολεμέω","translit":"poleméō","definition":"[πολεμέω] from {{g4171}}; to be (engaged) in warfare, i.e. to battle (literally or figuratively)","strongs_number":"g4170"},"g4171":{"pronunciation":"pol'-em-os","unicode":"πόλεμος","translit":"pólemos","definition":"[πόλεμος] from πέλομαι (to bustle); warfare (literally or figuratively; a single encounter or a series)","strongs_number":"g4171"},"g4172":{"pronunciation":"pol'-is","unicode":"πόλις","translit":"pólis","definition":"[πόλις] probably from the same as {{g4171}}, or perhaps from {{g4183}}; a town (properly, with walls, of greater or less size)","strongs_number":"g4172"},"g4173":{"pronunciation":"pol-it-ar'-khace","unicode":"πολιτάρχης","translit":"politárchēs","definition":"[πολιτάρχης] from {{g4172}} and {{g757}}; a town-officer, i.e. magistrate","strongs_number":"g4173"},"g4174":{"pronunciation":"pol-ee-ti'-ah","unicode":"πολιτεία","translit":"politeía","definition":"[πολιτεία] from {{g4177}} (\"polity\"); citizenship; concretely, a community","strongs_number":"g4174"},"g4175":{"pronunciation":"pol-it'-yoo-mah","unicode":"πολίτευμα","translit":"políteuma","definition":"[πολίτευμα] from {{g4176}}; a community, i.e. (abstractly) citizenship (figuratively)","strongs_number":"g4175"},"g4176":{"pronunciation":"pol-it-yoo'-om-ahee","unicode":"πολιτεύομαι","translit":"politeúomai","definition":"[πολιτεύομαι] middle voice of a derivative of {{g4177}}; to behave as a citizen (figuratively)","strongs_number":"g4176"},"g4177":{"pronunciation":"pol-ee'-tace","unicode":"πολίτης","translit":"polítēs","definition":"[πολίτης] from {{g4172}}; a townsman","strongs_number":"g4177"},"g4178":{"pronunciation":"pol-lak'-is","unicode":"πολλάκις","translit":"pollákis","definition":"[πολλάκις] multiplicative adverb from {{g4183}}; many times, i.e. frequently","strongs_number":"g4178"},"g4179":{"pronunciation":"pol-lap-las-ee'-ohn","unicode":"πολλαπλασίων","translit":"pollaplasíōn","definition":"[πολλαπλασίων] from {{g4183}} and probably a derivative of {{g4120}}; manifold, i.e. (neuter as noun) very much more","strongs_number":"g4179"},"g4180":{"pronunciation":"pol-oo-log-ee'-ah","unicode":"πολυλογία","translit":"polylogía","definition":"[πολυλογία] from a compound of {{g4183}} and {{g3056}}; loquacity, i.e. prolixity","strongs_number":"g4180"},"g4181":{"pronunciation":"pol-oo-mer'-oce","unicode":"πολυμερῶς","translit":"polymerōs","definition":"[πολυμερῶς] adverb from a compound of {{g4183}} and {{g3313}}; in many portions, i.e. variously as to time and agency (piecemeal)","strongs_number":"g4181"},"g4182":{"pronunciation":"pol-oo-poy'-kil-os","unicode":"πολυποίκιλος","translit":"polypoíkilos","definition":"[πολυποίκιλος] from {{g4183}} and {{g4164}}; much variegated, i.e. multifarious","strongs_number":"g4182"},"g4183":{"pronunciation":"pol-oos'","unicode":"πολύς","translit":"polýs","definition":"[πολύς] including the forms from the alternate πολλός; (singular) much (in any respect) or (plural) many; neuter (singular) as adverbial, largely; neuter (plural) as adverb or noun often, mostly, largely Compare {{g4118}}, {{g4119}}.","strongs_number":"g4183"},"g4184":{"pronunciation":"pol-oo'-splankh-nos","unicode":"πολύσπλαγχνος","translit":"polýsplanchnos","definition":"[πολύσπλαγχνος] from {{g4183}} and {{g4698}} (figuratively); extremely compassionate","strongs_number":"g4184"},"g4185":{"pronunciation":"pol-oo-tel-ace'","unicode":"πολυτελής","translit":"polytelḗs","definition":"[πολυτελής] from {{g4183}} and {{g5056}}; extremely expensive","strongs_number":"g4185"},"g4186":{"pronunciation":"pol-oot'-ee-mos","unicode":"πολύτιμος","translit":"polýtimos","definition":"[πολύτιμος] from {{g4183}} and {{g5092}}; extremely valuable","strongs_number":"g4186"},"g4187":{"pronunciation":"pol-oot-rop'-oce","unicode":"πολυτρόπως","translit":"polytrópōs","definition":"[πολυτρόπως] adverb from a compound of {{g4183}} and {{g5158}}; in many ways, i.e. variously as to method or form","strongs_number":"g4187"},"g4188":{"pronunciation":"pom'-ah","unicode":"πόμα","translit":"póma","definition":"[πόμα] from the alternate of {{g4095}}; a beverage","strongs_number":"g4188"},"g4189":{"pronunciation":"pon-ay-ree'-ah","unicode":"πονηρία","translit":"ponēría","definition":"[πονηρία] from {{g4190}}; depravity, i.e. (specially), malice; plural (concretely) plots, sins","strongs_number":"g4189"},"g4190":{"pronunciation":"pon-ay-ros'","unicode":"πονηρός","translit":"ponērós","definition":"[πονηρός] from a derivative of {{g4192}}; hurtful, i.e. evil (properly, in effect or influence, and thus differing from {{g2556}}, which refers rather to essential character, as well as from {{g4550}}, which indicates degeneracy from original virtue); figuratively, calamitous; also (passively) ill, i.e. diseased; but especially (morally) culpable, i.e. derelict, vicious, facinorous; neuter (singular) mischief, malice, or (plural) guilt; masculine (singular) the devil, or (plural) sinners See also {{g4191}}.","strongs_number":"g4190"},"g4191":{"pronunciation":"pon-ay-rot'-er-os","unicode":"πονηρότερος","translit":"ponēróteros","definition":"[πονηρότερος] comparative of {{g4190}}; more evil","strongs_number":"g4191"},"g4192":{"pronunciation":"pon'-os","unicode":"πόνος","translit":"pónos","definition":"[πόνος] from the base of {{g3993}}; toil, i.e. (by implication) anguish","strongs_number":"g4192"},"g4193":{"pronunciation":"pon-tik-os'","unicode":"Ποντικός","translit":"Pontikós","definition":"[Ποντικός] from {{g4195}}; a Pontican, i.e. native of Pontus","strongs_number":"g4193"},"g4194":{"pronunciation":"pon'-tee-os","unicode":"Πόντιος","translit":"Póntios","definition":"[Πόντιος] of Latin origin; apparently bridged; Pontius, a Roman","strongs_number":"g4194"},"g4195":{"pronunciation":"pon'-tos","unicode":"Πόντος","translit":"Póntos","definition":"[Πόντος] of Latin origin; a sea; Pontus, a region of Asia Minor","strongs_number":"g4195"},"g4196":{"pronunciation":"pop'-lee-os","unicode":"Πόπλιος","translit":"Póplios","definition":"[Πόπλιος] of Latin origin; apparently \"popular\"; Poplius (i.e. Publius), a Roman","strongs_number":"g4196"},"g4197":{"pronunciation":"por-i'-ah","unicode":"πορεία","translit":"poreía","definition":"[πορεία] from {{g4198}}; travel (by land); figuratively (plural) proceedings, i.e. career","strongs_number":"g4197"},"g4198":{"pronunciation":"por-yoo'-om-ahee","unicode":"πορεύομαι","translit":"poreúomai","definition":"[πορεύομαι] middle voice from a derivative of the same as {{g3984}}; to traverse, i.e. travel (literally or figuratively; especially to remove (figuratively, die), live, etc.); ","strongs_number":"g4198"},"g4199":{"pronunciation":"por-theh'-o","unicode":"πορθέω","translit":"porthéō","definition":"[πορθέω] prolongation from πέρθω (to sack); to ravage (figuratively)","strongs_number":"g4199"},"g4200":{"pronunciation":"por-is-mos'","unicode":"πορισμός","translit":"porismós","definition":"[πορισμός] from a derivative of πόρος (a way, i.e. means); furnishing (procuring), i.e. (by implication) money-getting (acquisition)","strongs_number":"g4200"}}
@@ -0,0 +1 @@
1
+ {"g4201":{"pronunciation":"por'-kee-os","unicode":"Πόρκιος","translit":"Pórkios","definition":"[Πόρκιος] of Latin origin; apparently swinish; Porcius, a Roman","strongs_number":"g4201"},"g4202":{"pronunciation":"por-ni'-ah","unicode":"πορνεία","translit":"porneía","definition":"[πορνεία] from {{g4203}}; harlotry (including adultery and incest); figuratively, idolatry","strongs_number":"g4202"},"g4203":{"pronunciation":"porn-yoo'-o","unicode":"πορνεύω","translit":"porneúō","definition":"[πορνεύω] from {{g4204}}; to act the harlot, i.e. (literally) indulge unlawful lust (of either sex), or (figuratively) practise idolatry","strongs_number":"g4203"},"g4204":{"pronunciation":"por'-nay","unicode":"πόρνη","translit":"pórnē","definition":"[πόρνη] feminine of {{g4205}}; a strumpet; figuratively, an idolater","strongs_number":"g4204"},"g4205":{"pronunciation":"por'-nos","unicode":"πόρνος","translit":"pórnos","definition":"[πόρνος] from πέρνημι (to sell; akin to the base of {{g4097}}); a (male) prostitute (as venal), i.e. (by analogy) a debauchee (libertine)","strongs_number":"g4205"},"g4206":{"pronunciation":"por'-rho","unicode":"πόῤῥω","translit":"pórrhō","definition":"[πόῤῥω] adverb from {{g4253}}; forwards, i.e. at a distance See also {{g4207}}.","strongs_number":"g4206"},"g4207":{"pronunciation":"por'-rho-then","unicode":"πόῤῥωθεν","translit":"pórrhōthen","definition":"[πόῤῥωθεν] from {{g4206}} with adverbial enclitic of source; from far, or (by implication) at a distance, i.e. distantly","strongs_number":"g4207"},"g4208":{"pronunciation":"por-rho-ter'-o","unicode":"ποῤῥωτέρω","translit":"porrhōtérō","definition":"[ποῤῥωτέρω] adverb comparative of {{g4206}}; further, i.e. a greater distance","strongs_number":"g4208"},"g4209":{"pronunciation":"por-foo'-rah","unicode":"πορφύρα","translit":"porphýra","definition":"[πορφύρα] of Latin origin; the \"purple\" mussel, i.e. (by implication) the red-blue color itself, and finally a garment dyed with it","strongs_number":"g4209"},"g4210":{"pronunciation":"por-foo-rooce'","unicode":"πορφυροῦς","translit":"porphyroûs","definition":"[πορφυροῦς] from {{g4209}}; purpureal, i.e. bluish red","strongs_number":"g4210"},"g4211":{"pronunciation":"por-foo-rop'-o-lis","unicode":"πορφυρόπωλις","translit":"porphyrópōlis","definition":"[πορφυρόπωλις] feminine of a compound of {{g4209}} and {{g4453}}; a female trader in purple cloth","strongs_number":"g4211"},"g4212":{"pronunciation":"pos-ak'-is","unicode":"ποσάκις","translit":"posákis","definition":"[ποσάκις] multiplicative from {{g4214}}; how many times","strongs_number":"g4212"},"g4213":{"pronunciation":"pos'-is","unicode":"πόσις","translit":"pósis","definition":"[πόσις] from the alternate of {{g4095}}; a drinking (the act), i.e. (concretely) a draught","strongs_number":"g4213"},"g4214":{"pronunciation":"pos'-os","unicode":"πόσος","translit":"pósos","definition":"[πόσος] from an absolute πός (who, what) and {{g3739}}; interrogative pronoun (of amount) how much (large, long or (plural) many)","strongs_number":"g4214"},"g4215":{"pronunciation":"pot-am-os'","unicode":"ποταμός","translit":"potamós","definition":"[ποταμός] probably from a derivative of the alternate of {{g4095}} (compare {{g4224}}); a current, brook or freshet (as drinkable), i.e. running water","strongs_number":"g4215"},"g4216":{"pronunciation":"pot-am-of-or'-ay-tos","unicode":"ποταμοφόρητος","translit":"potamophórētos","definition":"[ποταμοφόρητος] from {{g4215}} and a derivative of {{g5409}}; river-borne, i.e. overwhelmed by a stream","strongs_number":"g4216"},"g4217":{"pronunciation":"pot-ap-os'","unicode":"ποταπός","translit":"potapós","definition":"[ποταπός] apparently from {{g4219}} and the base of {{g4226}}; interrogatively, whatever, i.e. of what possible sort","strongs_number":"g4217"},"g4218":{"pronunciation":"pot-eh'","unicode":"ποτέ","translit":"poté","definition":"[ποτέ] from the base of {{g4225}} and {{g5037}}; indefinite adverb, at some time, ever","strongs_number":"g4218"},"g4219":{"pronunciation":"pot'-eh","unicode":"πότε","translit":"póte","definition":"[πότε] from the base of {{g4226}} and {{g5037}}; interrogative adverb, at what time","strongs_number":"g4219"},"g4220":{"pronunciation":"pot'-er-on","unicode":"πότερον","translit":"póteron","definition":"[πότερον] neuter of a comparative of the base of {{g4226}}; interrogative as adverb, which (of two), i.e. is it this or that","strongs_number":"g4220"},"g4221":{"pronunciation":"pot-ay'-ree-on","unicode":"ποτήριον","translit":"potḗrion","definition":"[ποτήριον] neuter of a derivative of the alternate of {{g4095}}; a drinking-vessel; by extension, the contents thereof, i.e. a cupful (draught); figuratively, a lot or fate","strongs_number":"g4221"},"g4222":{"pronunciation":"pot-id'-zo","unicode":"ποτίζω","translit":"potízō","definition":"[ποτίζω] from a derivative of the alternate of {{g4095}}; to furnish drink, irrigate","strongs_number":"g4222"},"g4223":{"pronunciation":"pot-ee'-ol-oy","unicode":"Ποτίολοι","translit":"Potíoloi","definition":"[Ποτίολοι] of Latin origin; little wells, i.e. mineral springs; Potioli (i.e. Puteoli), a place in Italy","strongs_number":"g4223"},"g4224":{"pronunciation":"pot'-os","unicode":"πότος","translit":"pótos","definition":"[πότος] from the alternate of {{g4095}}; a drinking-bout or carousal","strongs_number":"g4224"},"g4225":{"pronunciation":"poo","unicode":"πού","translit":"poú","definition":"[πού] genitive case of an indefinite pronoun πός (some) otherwise obsolete (compare {{g4214}}); as adverb of place, somewhere, i.e. nearly","strongs_number":"g4225"},"g4226":{"pronunciation":"poo","unicode":"ποῦ","translit":"poû","definition":"[ποῦ] genitive case of an interrogative pronoun πός (what) otherwise obsolete (perhaps the same as {{g4225}} used with the rising slide of inquiry); as adverb of place; at (by implication, to) what locality","strongs_number":"g4226"},"g4227":{"pronunciation":"poo'-dace","unicode":"Πούδης","translit":"Poúdēs","definition":"[Πούδης] of Latin origin; modest; Pudes (i.e. Pudens), a Christian","strongs_number":"g4227"},"g4228":{"pronunciation":"pooce","unicode":"πούς","translit":"poús","definition":"[πούς] a primary word; a \"foot\" (figuratively or literally)","strongs_number":"g4228"},"g4229":{"pronunciation":"prag'-mah","unicode":"πρᾶγμα","translit":"prâgma","definition":"[πρᾶγμα] from {{g4238}}; a deed; by implication, an affair; by extension, an object (material)","strongs_number":"g4229"},"g4230":{"pronunciation":"prag-mat-i'-ah","unicode":"πραγματεία","translit":"pragmateía","definition":"[πραγματεία] from {{g4231}}; a transaction, i.e. negotiation","strongs_number":"g4230"},"g4231":{"pronunciation":"prag-mat-yoo'-om-ahee","unicode":"πραγματεύομαι","translit":"pragmateúomai","definition":"[πραγματεύομαι] from {{g4229}}; to busy oneself with, i.e. to trade","strongs_number":"g4231"},"g4232":{"pronunciation":"prahee-to'-ree-on","unicode":"πραιτώριον","translit":"praitṓrion","definition":"[πραιτώριον] of Latin origin; the prætorium or governor's courtroom (sometimes including the whole edifice and camp)","strongs_number":"g4232"},"g4233":{"pronunciation":"prak'-tor","unicode":"πράκτωρ","translit":"práktōr","definition":"[πράκτωρ] from a derivative of {{g4238}}; a practiser, i.e. (specially), an official collector","strongs_number":"g4233"},"g4234":{"pronunciation":"prax'-is","unicode":"πρᾶξις","translit":"prâxis","definition":"[πρᾶξις] from {{g4238}}; practice, i.e. (concretely) an act; by extension, a function","strongs_number":"g4234"},"g4235":{"pronunciation":"prah'-os","unicode":"πρᾷος","translit":"prâios","definition":"[πρᾷος] a form of {{g4239}}, used in certain parts; gentle, i.e. humble","strongs_number":"g4235"},"g4236":{"pronunciation":"prah-ot'-ace","unicode":"πρᾳότης","translit":"praiótēs","definition":"[πρᾳότης] from {{g4235}}; gentleness, by implication, humility","strongs_number":"g4236"},"g4237":{"pronunciation":"pras-ee-ah'","unicode":"πρασιά","translit":"prasiá","definition":"[πρασιά] perhaps from πράσον (a leek, and so an onion-patch); a garden plot, i.e. (by implication, of regular beds) a row (repeated in plural by Hebraism, to indicate an arrangement)","strongs_number":"g4237"},"g4238":{"pronunciation":"pras'-so","unicode":"πράσσω","translit":"prássō","definition":"[πράσσω] a primary verb; to \"practise\", i.e. perform repeatedly or habitually (thus differing from {{g4160}}, which properly refers to a single act); by implication, to execute, accomplish, etc.; specially, to collect (dues), fare (personally)","strongs_number":"g4238"},"g4239":{"pronunciation":"prah-ooce'","unicode":"πραΰς","translit":"praÿs","definition":"[πραΰς] apparently a primary word; mild, i.e. (by implication) humble See also {{g4235}}.","strongs_number":"g4239"},"g4240":{"pronunciation":"prah-oo'-tace","unicode":"πραΰτης","translit":"praÿtēs","definition":"[πραΰτης] from {{g4239}}; mildness, i.e. (by implication) humility","strongs_number":"g4240"},"g4241":{"pronunciation":"prep'-o","unicode":"πρέπω","translit":"prépō","definition":"[πρέπω] apparently a primary verb; to tower up (be conspicuous), i.e. (by implication) to be suitable or proper (third person singular present indicative, often used impersonally, it is fit or right)","strongs_number":"g4241"},"g4242":{"pronunciation":"pres-bi'-ah","unicode":"πρεσβεία","translit":"presbeía","definition":"[πρεσβεία] from {{g4243}}; seniority (eldership), i.e. (by implication) an embassy (concretely, ambassadors)","strongs_number":"g4242"},"g4243":{"pronunciation":"pres-byoo'-o","unicode":"πρεσβεύω","translit":"presbeúō","definition":"[πρεσβεύω] from the base of {{g4245}}; to be a senior, i.e. (by implication) act as a representative (figuratively, preacher)","strongs_number":"g4243"},"g4244":{"pronunciation":"pres-boo-ter'-ee-on","unicode":"πρεσβυτέριον","translit":"presbytérion","definition":"[πρεσβυτέριον] neuter of a presumed derivative of {{g4245}}; the order of elders, i.e. (specially), Israelite Sanhedrin or Christian \"presbytery\"","strongs_number":"g4244"},"g4245":{"pronunciation":"pres-boo'-ter-os","unicode":"πρεσβύτερος","translit":"presbýteros","definition":"[πρεσβύτερος] comparative of πρέσβυς (elderly); older; as noun, a senior; specially, an Israelite Sanhedrist (also figuratively, member of the celestial council) or Christian \"presbyter\"","strongs_number":"g4245"},"g4246":{"pronunciation":"pres-boo'-tace","unicode":"πρεσβύτης","translit":"presbýtēs","definition":"[πρεσβύτης] from the same as {{g4245}}; an old man","strongs_number":"g4246"},"g4247":{"pronunciation":"pres-boo'-tis","unicode":"πρεσβῦτις","translit":"presbŷtis","definition":"[πρεσβῦτις] feminine of {{g4246}}; an old woman","strongs_number":"g4247"},"g4248":{"pronunciation":"pray-nace'","unicode":"πρηνής","translit":"prēnḗs","definition":"[πρηνής] from {{g4253}}; leaning (falling) forward (\"prone\"), i.e. head foremost","strongs_number":"g4248"},"g4249":{"pronunciation":"prid'-zo","unicode":"πρίζω","translit":"prízō","definition":"[πρίζω] a strengthened form of a primary prio (to saw); to saw in two","strongs_number":"g4249"},"g4250":{"pronunciation":"prin","unicode":"πρίν","translit":"prín","definition":"[πρίν] adverb from {{g4253}}; prior, sooner","strongs_number":"g4250"},"g4251":{"pronunciation":"pris'-kah","unicode":"Πρίσκα","translit":"Príska","definition":"[Πρίσκα] of Latin origin; feminine of Priscus, ancient; Priska, a Christian woman See also {{g4252}}.","strongs_number":"g4251"},"g4252":{"pronunciation":"pris'-cil-lah","unicode":"Πρίσκιλλα","translit":"Prískilla","definition":"[Πρίσκιλλα] diminutive of {{g4251}}; Priscilla (i.e. little Prisca), a Christian woman","strongs_number":"g4252"},"g4253":{"pronunciation":"pro","unicode":"πρό","translit":"pró","definition":"[πρό] a primary preposition; \"fore\", i.e. in front of, prior (figuratively, superior) to In the comparative, it retains the same significations.","strongs_number":"g4253"},"g4254":{"pronunciation":"pro-ag'-o","unicode":"προάγω","translit":"proágō","definition":"[προάγω] from {{g4253}} and {{g71}}; to lead forward (magisterially); intransitively, to precede (in place or time (participle, previous))","strongs_number":"g4254"},"g4255":{"pronunciation":"pro-ahee-reh'-om-ahee","unicode":"προαιρέομαι","translit":"proairéomai","definition":"[προαιρέομαι] from {{g4253}} and {{g138}}; to choose for oneself before another thing (prefer), i.e. (by implication) to propose (intend)","strongs_number":"g4255"},"g4256":{"pronunciation":"pro-ahee-tee-ah'-om-ahee","unicode":"προαιτιάομαι","translit":"proaitiáomai","definition":"[προαιτιάομαι] from {{g4253}} and a derivative of {{g156}}; to accuse already, i.e. previously charge","strongs_number":"g4256"},"g4257":{"pronunciation":"pro-ak-oo'-o","unicode":"προακούω","translit":"proakoúō","definition":"[προακούω] from {{g4253}} and {{g191}}; to hear already,i.e. anticipate","strongs_number":"g4257"},"g4258":{"pronunciation":"pro-am-ar-tan'-o","unicode":"προαμαρτάνω","translit":"proamartánō","definition":"[προαμαρτάνω] from {{g4253}} and {{g264}}; to sin previously (to conversion)","strongs_number":"g4258"},"g4259":{"pronunciation":"pro-ow'-lee-on","unicode":"προαύλιον","translit":"proaúlion","definition":"[προαύλιον] neuter of a presumed compound of {{g4253}} and {{g833}}; a forecourt, i.e. vestibule (alley-way)","strongs_number":"g4259"},"g4260":{"pronunciation":"prob-ah'-ee-no","unicode":"προβαίνω","translit":"probaínō","definition":"[προβαίνω] from {{g4253}} and the base of {{g939}}; to walk forward, i.e. advance (literally, or in years)","strongs_number":"g4260"},"g4261":{"pronunciation":"prob-al'-lo","unicode":"προβάλλω","translit":"probállō","definition":"[προβάλλω] from {{g4253}} and {{g906}}; to throw forward, i.e. push to the front, germinate","strongs_number":"g4261"},"g4262":{"pronunciation":"prob-at-ik-os'","unicode":"προβατικός","translit":"probatikós","definition":"[προβατικός] from {{g4263}}; relating to sheep, i.e. (a gate) through which they were led into Jerusalem","strongs_number":"g4262"},"g4263":{"pronunciation":"prob'-at-on","unicode":"πρόβατον","translit":"próbaton","definition":"[πρόβατον] probably neuter of a presumed derivative of {{g4260}}; something that walks forward (a quadruped), i.e. (specially), a sheep (literally or figuratively)","strongs_number":"g4263"},"g4264":{"pronunciation":"prob-ib-ad'-zo","unicode":"προβιβάζω","translit":"probibázō","definition":"[προβιβάζω] from {{g4253}} and a reduplicated form of {{g971}}; to force forward, i.e. bring to the front, instigate","strongs_number":"g4264"},"g4265":{"pronunciation":"prob-lep'-o","unicode":"προβλέπω","translit":"problépō","definition":"[προβλέπω] from {{g4253}} and {{g991}}; to look out beforehand, i.e. furnish in advance","strongs_number":"g4265"},"g4266":{"pronunciation":"prog-in'-om-ahee","unicode":"προγίνομαι","translit":"progínomai","definition":"[προγίνομαι] from {{g4253}} and {{g1096}}; to be already, i.e. have previousy transpired","strongs_number":"g4266"},"g4267":{"pronunciation":"prog-in-oce'-ko","unicode":"προγινώσκω","translit":"proginṓskō","definition":"[προγινώσκω] from {{g4253}} and {{g1097}}; to know beforehand, i.e. foresee","strongs_number":"g4267"},"g4268":{"pronunciation":"prog'-no-sis","unicode":"πρόγνωσις","translit":"prógnōsis","definition":"[πρόγνωσις] from {{g4267}}; forethought","strongs_number":"g4268"},"g4269":{"pronunciation":"prog'-on-os","unicode":"πρόγονος","translit":"prógonos","definition":"[πρόγονος] from {{g4266}}; an ancestor, (grand-)parent","strongs_number":"g4269"},"g4270":{"pronunciation":"prog-raf'-o","unicode":"προγράφω","translit":"prográphō","definition":"[προγράφω] from {{g4253}} and {{g1125}}; to write previously; figuratively, to announce, prescribe","strongs_number":"g4270"},"g4271":{"pronunciation":"prod'-ay-los","unicode":"πρόδηλος","translit":"pródēlos","definition":"[πρόδηλος] from {{g4253}} and {{g1212}}; plain before all men, i.e. obvious","strongs_number":"g4271"},"g4272":{"pronunciation":"prod-id'-o-mee","unicode":"προδίδωμι","translit":"prodídōmi","definition":"[προδίδωμι] from {{g4253}} and {{g1325}}; to give before the other party has given","strongs_number":"g4272"},"g4273":{"pronunciation":"prod-ot'-ace","unicode":"προδότης","translit":"prodótēs","definition":"[προδότης] from {{g4272}} (in the sense of giving forward into another's (the enemy's) hands); a surrender","strongs_number":"g4273"},"g4274":{"pronunciation":"prod'-rom-os","unicode":"πρόδρομος","translit":"pródromos","definition":"[πρόδρομος] from the alternate of {{g4390}}; a runner ahead, i.e. scout (figuratively, precursor)","strongs_number":"g4274"},"g4275":{"pronunciation":"pro-i'-do","unicode":"προείδω","translit":"proeídō","definition":"[προείδω] from {{g4253}} and {{g1492}}; foresee","strongs_number":"g4275"},"g4276":{"pronunciation":"pro-el-pid'-zo","unicode":"προελπίζω","translit":"proelpízō","definition":"[προελπίζω] from {{g4253}} and {{g1679}}; to hope in advance of other confirmation","strongs_number":"g4276"},"g4277":{"pronunciation":"pro-ep'-o","unicode":"προέπω","translit":"proépō","definition":"[προέπω] from {{g4253}} and {{g2036}}; to say already, to predict Compare {{g4280}}.","strongs_number":"g4277"},"g4278":{"pronunciation":"pro-en-ar'-khom-ahee","unicode":"προενάρχομαι","translit":"proenárchomai","definition":"[προενάρχομαι] from {{g4253}} and {{g1728}}; to commence already","strongs_number":"g4278"},"g4279":{"pronunciation":"pro-ep-ang-ghel'-lom-ahee","unicode":"προεπαγγέλλομαι","translit":"proepangéllomai","definition":"[προεπαγγέλλομαι] middle voice from {{g4253}} and {{g1861}}; to promise of old","strongs_number":"g4279"},"g4280":{"pronunciation":"pro-er-eh'-o","unicode":"προερέω","translit":"proeréō","definition":"[προερέω] from {{g4253}} and {{g2046}}; used as alternate of {{g4277}}; to say already, predict","strongs_number":"g4280"},"g4281":{"pronunciation":"pro-er'-khom-ahee","unicode":"προέρχομαι","translit":"proérchomai","definition":"[προέρχομαι] from {{g4253}} and {{g2064}} (including its alternate); to go onward, precede (in place or time)","strongs_number":"g4281"},"g4282":{"pronunciation":"pro-et-oy-mad'-zo","unicode":"προετοιμάζω","translit":"proetoimázō","definition":"[προετοιμάζω] from {{g4253}} and {{g2090}}; to fit up in advance (literally or figuratively)","strongs_number":"g4282"},"g4283":{"pronunciation":"pro-yoo-ang-ghel-id'-zom-ahee","unicode":"προευαγγελίζομαι","translit":"proeuangelízomai","definition":"[προευαγγελίζομαι] middle voice from {{g4253}} and {{g2097}}; to announce glad news in advance","strongs_number":"g4283"},"g4284":{"pronunciation":"pro-ekh-om-ahee","unicode":"προέχομαι","translit":"proéchomai","definition":"[προέχομαι] middle voice from {{g4253}} and {{g2192}}; to hold oneself before others, i.e. (figuratively) to excel","strongs_number":"g4284"},"g4285":{"pronunciation":"pro-ay-geh'-om-ahee","unicode":"προηγέομαι","translit":"proēgéomai","definition":"[προηγέομαι] from {{g4253}} and {{g2233}}; to lead the way for others, i.e. show deference","strongs_number":"g4285"},"g4286":{"pronunciation":"proth'-es-is","unicode":"πρόθεσις","translit":"próthesis","definition":"[πρόθεσις] from {{g4388}}; a setting forth, i.e. (figuratively) proposal (intention); specially, the show-bread (in the Temple) as exposed before God","strongs_number":"g4286"},"g4287":{"pronunciation":"proth-es'-mee-os","unicode":"προθέσμιος","translit":"prothésmios","definition":"[προθέσμιος] from {{g4253}} and a derivative of {{g5087}}; fixed beforehand, i.e. (feminine with {{g2250}} implied) a designated day","strongs_number":"g4287"},"g4288":{"pronunciation":"proth-oo-mee'-ah","unicode":"προθυμία","translit":"prothymía","definition":"[προθυμία] from {{g4289}}; predisposition, i.e. alacrity","strongs_number":"g4288"},"g4289":{"pronunciation":"proth'-oo-mos","unicode":"πρόθυμος","translit":"próthymos","definition":"[πρόθυμος] from {{g4253}} and {{g2372}}; forward in spirit, i.e. predisposed; neuter (as noun) alacrity","strongs_number":"g4289"},"g4290":{"pronunciation":"proth-oo'-moce","unicode":"προθύμως","translit":"prothýmōs","definition":"[προθύμως] adverb from {{g4289}}; with alacrity","strongs_number":"g4290"},"g4291":{"pronunciation":"pro-is'-tay-mee","unicode":"προΐστημι","translit":"proḯstēmi","definition":"[προΐστημι] from {{g4253}} and {{g2476}}; to stand before, i.e. (in rank) to preside, or (by implication) to practise","strongs_number":"g4291"},"g4292":{"pronunciation":"prok-al-eh'-om-ahee","unicode":"προκαλέομαι","translit":"prokaléomai","definition":"[προκαλέομαι] middle voice from {{g4253}} and {{g2564}}; to call forth to oneself (challenge), i.e. (by implication) to irritate","strongs_number":"g4292"},"g4293":{"pronunciation":"prok-at-ang-ghel'-lo","unicode":"προκαταγγέλλω","translit":"prokatangéllō","definition":"[προκαταγγέλλω] from {{g4253}} and {{g2605}}; to anounce beforehand, i.e. predict, promise","strongs_number":"g4293"},"g4294":{"pronunciation":"prok-at-ar-tid'-zo","unicode":"προκαταρτίζω","translit":"prokatartízō","definition":"[προκαταρτίζω] from {{g4253}} and {{g2675}}; to prepare in advance","strongs_number":"g4294"},"g4295":{"pronunciation":"prok'-i-mahee","unicode":"πρόκειμαι","translit":"prókeimai","definition":"[πρόκειμαι] from {{g4253}} and {{g2749}}; to lie before the view, i.e. (figuratively) to be present (to the mind), to stand forth (as an example or reward)","strongs_number":"g4295"},"g4296":{"pronunciation":"prok-ay-rooce'-so","unicode":"προκηρύσσω","translit":"prokērýssō","definition":"[προκηρύσσω] from {{g4253}} and {{g2784}}; to herald (i.e. proclaim) in advance","strongs_number":"g4296"},"g4297":{"pronunciation":"prok-op-ay'","unicode":"προκοπή","translit":"prokopḗ","definition":"[προκοπή] from {{g4298}}; progress, i.e. advancement (subjectively or objectively)","strongs_number":"g4297"},"g4298":{"pronunciation":"prok-op'-to","unicode":"προκόπτω","translit":"prokóptō","definition":"[προκόπτω] from {{g4253}} and {{g2875}}; to drive forward (as if by beating), i.e. (figuratively and intransitively) to advance (in amount, to grow; in time, to be well along)","strongs_number":"g4298"},"g4299":{"pronunciation":"prok'-ree-mah","unicode":"πρόκριμα","translit":"prókrima","definition":"[πρόκριμα] from a compound of {{g4253}} and {{g2919}}; a prejudgment (prejudice), i.e. prepossession","strongs_number":"g4299"},"g4300":{"pronunciation":"prok-oo-ro'-o","unicode":"προκυρόω","translit":"prokyróō","definition":"[προκυρόω] from {{g4253}} and {{g2964}}; to ratify previously","strongs_number":"g4300"}}
@@ -0,0 +1 @@
1
+ {"g4301":{"pronunciation":"prol-am-ban'-o","unicode":"προλαμβάνω","translit":"prolambánō","definition":"[προλαμβάνω] from {{g4253}} and {{g2983}}; to take in advance, i.e. (literally) eat before others have an opportunity; (figuratively) to anticipate, surprise","strongs_number":"g4301"},"g4302":{"pronunciation":"prol-eg'-o","unicode":"προλέγω","translit":"prolégō","definition":"[προλέγω] from {{g4253}} and {{g3004}}; to say beforehand, i.e. predict, forewarn","strongs_number":"g4302"},"g4303":{"pronunciation":"prom-ar-too'-rom-ahee","unicode":"προμαρτύρομαι","translit":"promartýromai","definition":"[προμαρτύρομαι] from {{g4253}} and {{g3143}}; to be a witness in advance i.e. predict","strongs_number":"g4303"},"g4304":{"pronunciation":"prom-el-et-ah'-o","unicode":"προμελετάω","translit":"promeletáō","definition":"[προμελετάω] from {{g4253}} and {{g3191}}; to premeditate","strongs_number":"g4304"},"g4305":{"pronunciation":"prom-er-im-nah'-o","unicode":"προμεριμνάω","translit":"promerimnáō","definition":"[προμεριμνάω] from {{g4253}} and {{g3309}}; to care (anxiously) in advance","strongs_number":"g4305"},"g4306":{"pronunciation":"pron-o-eh'-o","unicode":"προνοέω","translit":"pronoéō","definition":"[προνοέω] from {{g4253}} and {{g3539}}; to consider in advance, i.e. look out for beforehand (actively, by way of maintenance for others; middle voice by way of circumspection for oneself)","strongs_number":"g4306"},"g4307":{"pronunciation":"pron'-oy-ah","unicode":"πρόνοια","translit":"prónoia","definition":"[πρόνοια] from {{g4306}}; forethought, i.e. provident care or supply","strongs_number":"g4307"},"g4308":{"pronunciation":"pro-or-ah'-o","unicode":"προοράω","translit":"prooráō","definition":"[προοράω] from {{g4253}} and {{g3708}}; to behold in advance, i.e. (actively) to notice (another) previously, or (middle voice) to keep in (one's own) view","strongs_number":"g4308"},"g4309":{"pronunciation":"pro-or-id'-zo","unicode":"προορίζω","translit":"proorízō","definition":"[προορίζω] from {{g4253}} and {{g3724}}; to limit in advance, i.e. (figuratively) predetermine","strongs_number":"g4309"},"g4310":{"pronunciation":"prop-as'-kho","unicode":"προπάσχω","translit":"propáschō","definition":"[προπάσχω] from {{g4253}} and {{g3958}}; to undergo hardship previously","strongs_number":"g4310"},"g4311":{"pronunciation":"prop-em'-po","unicode":"προπέμπω","translit":"propémpō","definition":"[προπέμπω] from {{g4253}} and {{g3992}}; to send forward, i.e. escort or aid in travel","strongs_number":"g4311"},"g4312":{"pronunciation":"prop-et-ace'","unicode":"προπετής","translit":"propetḗs","definition":"[προπετής] from a compound of {{g4253}} and {{g4098}}; falling forward, i.e. headlong (figuratively, precipitate)","strongs_number":"g4312"},"g4313":{"pronunciation":"prop-or-yoo'-om-ahee","unicode":"προπορεύομαι","translit":"proporeúomai","definition":"[προπορεύομαι] from {{g4253}} and {{g4198}}; to precede (as guide or herald)","strongs_number":"g4313"},"g4314":{"pronunciation":"pros","unicode":"πρός","translit":"prós","definition":"[πρός] a strengthened form of {{g4253}}; a preposition of direction; forward to, i.e. toward (with the genitive case, the side of, i.e. pertaining to; with the dative case, by the side of, i.e. near to; usually with the accusative case, the place, time, occasion, or respect, which is the destination of the relation, i.e. whither or for which it is predicated) In the comparative case, it denotes essentially the same applications, namely, motion towards, accession to, or nearness at.","strongs_number":"g4314"},"g4315":{"pronunciation":"pros-ab'-bat-on","unicode":"προσάββατον","translit":"prosábbaton","definition":"[προσάββατον] from {{g4253}} and {{g4521}}; a fore-sabbath, i.e. the Sabbath-eve Compare {{g3904}}.","strongs_number":"g4315"},"g4316":{"pronunciation":"pros-ag-or-yoo'-o","unicode":"προσαγορεύω","translit":"prosagoreúō","definition":"[προσαγορεύω] from {{g4314}} and a derivative of {{g58}} (mean to harangue); to address, i.e. salute by name","strongs_number":"g4316"},"g4317":{"pronunciation":"pros-ag'-o","unicode":"προσάγω","translit":"proságō","definition":"[προσάγω] from {{g4314}} and {{g71}}; to lead towards, i.e. (transitively) to conduct near (summon, present), or (intransitively) to approach","strongs_number":"g4317"},"g4318":{"pronunciation":"pros-ag-ogue-ay'","unicode":"προσαγωγή","translit":"prosagōgḗ","definition":"[προσαγωγή] from {{g4317}} (compare {{g72}}); admission","strongs_number":"g4318"},"g4319":{"pronunciation":"pros-ahee-teh'-o","unicode":"προσαιτέω","translit":"prosaitéō","definition":"[προσαιτέω] from {{g4314}} and {{g154}}; to ask repeatedly (importune), i.e. solicit","strongs_number":"g4319"},"g4320":{"pronunciation":"pros-an-ab-ah'-ee-no","unicode":"προσαναβαίνω","translit":"prosanabaínō","definition":"[προσαναβαίνω] from {{g4314}} and {{g305}}; to ascend farther, i.e. be promoted (take an upper (more honorable) seat)","strongs_number":"g4320"},"g4321":{"pronunciation":"pros-an-al-is'-ko","unicode":"προσαναλίσκω","translit":"prosanalískō","definition":"[προσαναλίσκω] from {{g4314}} and {{g355}}; to expend further","strongs_number":"g4321"},"g4322":{"pronunciation":"pros-an-ap-lay-ro'-o","unicode":"προσαναπληρόω","translit":"prosanaplēróō","definition":"[προσαναπληρόω] from {{g4314}} and {{g378}}; to fill up further, i.e. furnish fully","strongs_number":"g4322"},"g4323":{"pronunciation":"pros-an-at-ith'-ay-mee","unicode":"προσανατίθημι","translit":"prosanatíthēmi","definition":"[προσανατίθημι] from {{g4314}} and {{g394}}; to lay up in addition, i.e. (middle voice and figuratively) to impart or (by implication) to consult","strongs_number":"g4323"},"g4324":{"pronunciation":"pros-ap-i-leh'-o","unicode":"προσαπειλέω","translit":"prosapeiléō","definition":"[προσαπειλέω] from {{g4314}} and {{g546}}; to menace additionallye. threaten further.","strongs_number":"g4324"},"g4325":{"pronunciation":"pros-dap-an-ah'-o","unicode":"προσδαπανάω","translit":"prosdapanáō","definition":"[προσδαπανάω] from {{g4314}} and {{g1159}}; to expend additionally","strongs_number":"g4325"},"g4326":{"pronunciation":"pros-deh'-om-ahee","unicode":"προσδέομαι","translit":"prosdéomai","definition":"[προσδέομαι] from {{g4314}} and {{g1189}}; to require additionally, i.e. want further","strongs_number":"g4326"},"g4327":{"pronunciation":"pros-dekh'-om-ahee","unicode":"προσδέχομαι","translit":"prosdéchomai","definition":"[προσδέχομαι] from {{g4314}} and {{g1209}}; to admit (to intercourse, hospitality, credence, or (figuratively) endurance); by implication, to await (with confidence or patience)","strongs_number":"g4327"},"g4328":{"pronunciation":"pros-dok-ah'-o","unicode":"προσδοκάω","translit":"prosdokáō","definition":"[προσδοκάω] from {{g4314}} and dokeuo (to watch); to anticipate (in thought, hope or fear); by implication, to await","strongs_number":"g4328"},"g4329":{"pronunciation":"pros-dok-ee'-ah","unicode":"προσδοκία","translit":"prosdokía","definition":"[προσδοκία] from {{g4328}}; apprehension (of evil); by implication, infliction anticipated","strongs_number":"g4329"},"g4330":{"pronunciation":"pros-eh-ah'-o","unicode":"προσεάω","translit":"proseáō","definition":"[προσεάω] from {{g4314}} and {{g1439}}; to permit further progress","strongs_number":"g4330"},"g4331":{"pronunciation":"pros-eng-ghid'-zo","unicode":"προσεγγίζω","translit":"prosengízō","definition":"[προσεγγίζω] from {{g4314}} and {{g1448}}; to approach near","strongs_number":"g4331"},"g4332":{"pronunciation":"pros-ed-ryoo'-o","unicode":"προσεδρεύω","translit":"prosedreúō","definition":"[προσεδρεύω] from a compound of {{g4314}} and the base of {{g1476}}; to sit near, i.e. attend as a servant","strongs_number":"g4332"},"g4333":{"pronunciation":"pros-er-gad'-zom-ahee","unicode":"προσεργάζομαι","translit":"prosergázomai","definition":"[προσεργάζομαι] from {{g4314}} and {{g2038}}; to work additionally, i.e. (by implication) acquire besides","strongs_number":"g4333"},"g4334":{"pronunciation":"pros-er'-khom-ahee","unicode":"προσέρχομαι","translit":"prosérchomai","definition":"[προσέρχομαι] from {{g4314}} and {{g2064}} (including its alternate); to approach, i.e. (literally) come near, visit, or (figuratively) worship, assent to","strongs_number":"g4334"},"g4335":{"pronunciation":"pros-yoo-khay'","unicode":"προσευχή","translit":"proseuchḗ","definition":"[προσευχή] from {{g4336}}; prayer (worship); by implication, an oratory (chapel)","strongs_number":"g4335"},"g4336":{"pronunciation":"pros-yoo'-khom-ahee","unicode":"προσεύχομαι","translit":"proseúchomai","definition":"[προσεύχομαι] from {{g4314}} and {{g2172}}; to pray to God, i.e. supplicate, worship","strongs_number":"g4336"},"g4337":{"pronunciation":"pros-ekh'-o","unicode":"προσέχω","translit":"proséchō","definition":"[προσέχω] from {{g4314}} and {{g2192}}; (figuratively) to hold the mind (3563 implied) towards, i.e. pay attention to, be cautious about, apply oneself to, adhere to","strongs_number":"g4337"},"g4338":{"pronunciation":"pros-ay-lo'-o","unicode":"προσηλόω","translit":"prosēlóō","definition":"[προσηλόω] from {{g4314}} and a derivative of {{g2247}}; to peg to, i.e. spike fast","strongs_number":"g4338"},"g4339":{"pronunciation":"pros-ay'-loo-tos","unicode":"προσήλυτος","translit":"prosḗlytos","definition":"[προσήλυτος] from the alternate of {{g4334}}; an arriver from a foreign region, i.e. (specially), an acceder (convert) to Judaism (\"proselyte\")","strongs_number":"g4339"},"g4340":{"pronunciation":"pros'-kahee-ros","unicode":"πρόσκαιρος","translit":"próskairos","definition":"[πρόσκαιρος] from {{g4314}} and {{g2540}}; for the occasion only, i.e. temporary","strongs_number":"g4340"},"g4341":{"pronunciation":"pros-kal-eh'-om-ahee","unicode":"προσκαλέομαι","translit":"proskaléomai","definition":"[προσκαλέομαι] middle voice from {{g4314}} and {{g2564}}; to call toward oneself, i.e. summon, invite","strongs_number":"g4341"},"g4342":{"pronunciation":"pros-kar-ter-eh'-o","unicode":"προσκαρτερέω","translit":"proskarteréō","definition":"[προσκαρτερέω] from {{g4314}} and {{g2594}}; to be earnest towards, i.e. (to a thing) to persevere, be constantly diligent, or (in a place) to attend assiduously all the exercises, or (to a person) to adhere closely to (as a servitor)","strongs_number":"g4342"},"g4343":{"pronunciation":"pros-kar-ter'-ay-sis","unicode":"προσκαρτέρησις","translit":"proskartérēsis","definition":"[προσκαρτέρησις] from {{g4342}}; persistancy","strongs_number":"g4343"},"g4344":{"pronunciation":"pros-kef-al'-ahee-on","unicode":"προσκεφάλαιον","translit":"proskephálaion","definition":"[προσκεφάλαιον] neuter of a presumed compound of {{g4314}} and {{g2776}}; something for the head, i.e. a cushion","strongs_number":"g4344"},"g4345":{"pronunciation":"pros-klay-ro'-o","unicode":"προσκληρόω","translit":"prosklēróō","definition":"[προσκληρόω] from {{g4314}} and {{g2820}}; to give a common lot to, i.e. (figuratively) to associate with","strongs_number":"g4345"},"g4346":{"pronunciation":"pros'-klis-is","unicode":"πρόσκλισις","translit":"prósklisis","definition":"[πρόσκλισις] from a compound of {{g4314}} and {{g2827}}; a leaning towards, i.e. (figuratively) proclivity (favoritism)","strongs_number":"g4346"},"g4347":{"pronunciation":"pros-kol-lah'-o","unicode":"προσκολλάω","translit":"proskolláō","definition":"[προσκολλάω] from {{g4314}} and {{g2853}}; to glue to, i.e. (figuratively) to adhere","strongs_number":"g4347"},"g4348":{"pronunciation":"pros'-kom-mah","unicode":"πρόσκομμα","translit":"próskomma","definition":"[πρόσκομμα] from {{g4350}}; a stub, i.e. (figuratively) occasion of apostasy","strongs_number":"g4348"},"g4349":{"pronunciation":"pros-kop-ay'","unicode":"προσκοπή","translit":"proskopḗ","definition":"[προσκοπή] from {{g4350}}; a stumbling, i.e. (figuratively and concretely) occasion of sin","strongs_number":"g4349"},"g4350":{"pronunciation":"pros-kop'-to","unicode":"προσκόπτω","translit":"proskóptō","definition":"[προσκόπτω] from {{g4314}} and {{g2875}}; to strike at, i.e. surge against (as water); specially, to stub on, i.e. trip up (literally or figuratively)","strongs_number":"g4350"},"g4351":{"pronunciation":"pros-koo-lee'-o","unicode":"προσκυλίω","translit":"proskylíō","definition":"[προσκυλίω] from {{g4314}} and {{g2947}}; to roll towards, i.e. block against","strongs_number":"g4351"},"g4352":{"pronunciation":"pros-koo-neh'-o","unicode":"προσκυνέω","translit":"proskynéō","definition":"[προσκυνέω] from {{g4314}} and a probable derivative of {{g2965}} (meaning to kiss, like a dog licking his master's hand); to fawn or crouch to, i.e. (literally or figuratively) prostrate oneself in homage (do reverence to, adore)","strongs_number":"g4352"},"g4353":{"pronunciation":"pros-koo-nay-tace'","unicode":"προσκυνητής","translit":"proskynētḗs","definition":"[προσκυνητής] from {{g4352}}; an adorer","strongs_number":"g4353"},"g4354":{"pronunciation":"pros-lal-eh'-o","unicode":"προσλαλέω","translit":"proslaléō","definition":"[προσλαλέω] from {{g4314}} and {{g2980}}; to talk to, i.e. converse with","strongs_number":"g4354"},"g4355":{"pronunciation":"pros-lam-ban'-o","unicode":"προσλαμβάνω","translit":"proslambánō","definition":"[προσλαμβάνω] from {{g4314}} and {{g2983}}; to take to oneself, i.e. use (food), lead (aside), admit (to friendship or hospitality)","strongs_number":"g4355"},"g4356":{"pronunciation":"pros'-lape-sis","unicode":"πρόσληψις","translit":"próslēpsis","definition":"[πρόσληψις] from {{g4355}}; admission","strongs_number":"g4356"},"g4357":{"pronunciation":"pros-men'-o","unicode":"προσμένω","translit":"prosménō","definition":"[προσμένω] from {{g4314}} and {{g3306}}; to stay further, i.e. remain in a place, with a person; figuratively, to adhere to, persevere in","strongs_number":"g4357"},"g4358":{"pronunciation":"pros-or-mid'-zo","unicode":"προσορμίζω","translit":"prosormízō","definition":"[προσορμίζω] from {{g4314}} and a derivative of the same as {{g3730}} (meaning to tie (anchor) or lull); to moor to, i.e. (by implication) land at","strongs_number":"g4358"},"g4359":{"pronunciation":"pros-of-i'-lo","unicode":"προσοφείλω","translit":"prosopheílō","definition":"[προσοφείλω] from {{g4314}} and {{g3784}}; to be indebted additionally","strongs_number":"g4359"},"g4360":{"pronunciation":"pros-okh-thid'-zo","unicode":"προσοχθίζω","translit":"prosochthízō","definition":"[προσοχθίζω] from {{g4314}} and a form of ὀχθέω (to be vexed with something irksome); to feel indignant at","strongs_number":"g4360"},"g4361":{"pronunciation":"pros'-pi-nos","unicode":"πρόσπεινος","translit":"próspeinos","definition":"[πρόσπεινος] from {{g4314}} and the same as {{g3983}}; hungering further, i.e. intensely hungry","strongs_number":"g4361"},"g4362":{"pronunciation":"pros-payg'-noo-mee","unicode":"προσπήγνυμι","translit":"prospḗgnymi","definition":"[προσπήγνυμι] from {{g4314}} and {{g4078}}; to fasten to, i.e. (specially), to impale (on a cross)","strongs_number":"g4362"},"g4363":{"pronunciation":"pros-pip'-to","unicode":"προσπίπτω","translit":"prospíptō","definition":"[προσπίπτω] from {{g4314}} and {{g4098}}; to fall towards, i.e. (gently) prostrate oneself (in supplication or homage), or (violently) to rush upon (in storm)","strongs_number":"g4363"},"g4364":{"pronunciation":"pros-poy-eh'-om-ahee","unicode":"προσποιέομαι","translit":"prospoiéomai","definition":"[προσποιέομαι] middle voice from {{g4314}} and {{g4160}}; to do forward for oneself, i.e. pretend (as if about to do a thing)","strongs_number":"g4364"},"g4365":{"pronunciation":"pros-por-yoo'-om-ahee","unicode":"προσπορεύομαι","translit":"prosporeúomai","definition":"[προσπορεύομαι] from {{g4314}} and {{g4198}}; to journey towards, i.e. approach (not the same as {{g4313}})","strongs_number":"g4365"},"g4366":{"pronunciation":"pros-rayg'-noo-mee","unicode":"προσρήγνυμι","translit":"prosrḗgnymi","definition":"[προσρήγνυμι] from {{g4314}} and {{g4486}}; to tear towards, i.e. burst upon (as a tempest or flood)","strongs_number":"g4366"},"g4367":{"pronunciation":"pros-tas'-so","unicode":"προστάσσω","translit":"prostássō","definition":"[προστάσσω] from {{g4314}} and {{g5021}}; to arrange towards, i.e. (figuratively) enjoin","strongs_number":"g4367"},"g4368":{"pronunciation":"pros-tat'-is","unicode":"προστάτις","translit":"prostátis","definition":"[προστάτις] feminine of a derivative of {{g4291}}; a patroness, i.e. assistant","strongs_number":"g4368"},"g4369":{"pronunciation":"pros-tith'-ay-mee","unicode":"προστίθημι","translit":"prostíthēmi","definition":"[προστίθημι] from {{g4314}} and {{g5087}}; to place additionally, i.e. lay beside, annex, repeat","strongs_number":"g4369"},"g4370":{"pronunciation":"pros-trekh'-o","unicode":"προστρέχω","translit":"prostréchō","definition":"[προστρέχω] from {{g4314}} and {{g5143}} (including its alternate); to run towards, i.e. hasten to meet or join","strongs_number":"g4370"},"g4371":{"pronunciation":"pros-fag'-ee-on","unicode":"προσφάγιον","translit":"prosphágion","definition":"[προσφάγιον] neuter of a presumed derivative of a compound of {{g4314}} and {{g5315}}; something eaten in addition to bread, i.e. a relish (specially, fish; compare {{g3795}})","strongs_number":"g4371"},"g4372":{"pronunciation":"pros'-fat-os","unicode":"πρόσφατος","translit":"prósphatos","definition":"[πρόσφατος] from {{g4253}} and a derivative of {{g4969}}; previously (recently) slain (fresh), i.e. (figuratively) lately made","strongs_number":"g4372"},"g4373":{"pronunciation":"pros-fat'-oce","unicode":"προσφάτως","translit":"prosphátōs","definition":"[προσφάτως] adverb from {{g4372}}; recently","strongs_number":"g4373"},"g4374":{"pronunciation":"pros-fer'-o","unicode":"προσφέρω","translit":"prosphérō","definition":"[προσφέρω] from {{g4314}} and {{g5342}} (including its alternate); to bear towards, i.e. lead to, tender (especially to God), treat","strongs_number":"g4374"},"g4375":{"pronunciation":"pros-fee-lace'","unicode":"προσφιλής","translit":"prosphilḗs","definition":"[προσφιλής] from a presumed compound of {{g4314}} and {{g5368}}; friendly towards, i.e. acceptable","strongs_number":"g4375"},"g4376":{"pronunciation":"pros-for-ah'","unicode":"προσφορά","translit":"prosphorá","definition":"[προσφορά] from {{g4374}}; presentation; concretely, an oblation (bloodless) or sacrifice","strongs_number":"g4376"},"g4377":{"pronunciation":"pros-fo-neh'-o","unicode":"προσφωνέω","translit":"prosphōnéō","definition":"[προσφωνέω] from {{g4314}} and {{g5455}}; to sound towards, i.e. address, exclaim, summon","strongs_number":"g4377"},"g4378":{"pronunciation":"pros'-khoo-sis","unicode":"πρόσχυσις","translit":"próschysis","definition":"[πρόσχυσις] from a comparative of {{g4314}} and χέω (to pour); a shedding forth, i.e. affusion","strongs_number":"g4378"},"g4379":{"pronunciation":"pros-psow'-o","unicode":"προσψαύω","translit":"prospsaúō","definition":"[προσψαύω] from {{g4314}} and ψαύω (to touch); to impinge, i.e. lay a finger on (in order to relieve)","strongs_number":"g4379"},"g4380":{"pronunciation":"pros-o-pol-ape-teh'-o","unicode":"προσωποληπτέω","translit":"prosōpolēptéō","definition":"[προσωποληπτέω] from {{g4381}}; to favor an individual, i.e. show partiality","strongs_number":"g4380"},"g4381":{"pronunciation":"pros-o-pol-ape'-tace","unicode":"προσωπολήπτης","translit":"prosōpolḗptēs","definition":"[προσωπολήπτης] from {{g4383}} and {{g2983}}; an accepter of a face (individual), i.e. (specially), one exhibiting partiality","strongs_number":"g4381"},"g4382":{"pronunciation":"pros-o-pol-ape-see'-ah","unicode":"προσωποληψία","translit":"prosōpolēpsía","definition":"[προσωποληψία] from {{g4381}}; partiality, i.e. favoritism","strongs_number":"g4382"},"g4383":{"pronunciation":"pros'-o-pon","unicode":"πρόσωπον","translit":"prósōpon","definition":"[πρόσωπον] from {{g4314}} and ὤψ (the visage, from {{g3700}}); the front (as being towards view), i.e. the countenance, aspect, appearance, surface; by implication, presence, person","strongs_number":"g4383"},"g4384":{"pronunciation":"prot-as'-so","unicode":"προτάσσω","translit":"protássō","definition":"[προτάσσω] from {{g4253}} and {{g5021}}; to pre-arrange, i.e. prescribe","strongs_number":"g4384"},"g4385":{"pronunciation":"prot-i'-no","unicode":"προτείνω","translit":"proteínō","definition":"[προτείνω] from {{g4253}} and τείνω (to stretch); to protend, i.e. tie prostrate (for scourging)","strongs_number":"g4385"},"g4386":{"pronunciation":"prot'-er-on","unicode":"πρότερον","translit":"próteron","definition":"[πρότερον] neuter of {{g4387}} as adverb (with or without the article); previously","strongs_number":"g4386"},"g4387":{"pronunciation":"prot'-er-os","unicode":"πρότερος","translit":"próteros","definition":"[πρότερος] comparative of {{g4253}}; prior or previous","strongs_number":"g4387"},"g4388":{"pronunciation":"prot-ith'-em-ahee","unicode":"προτίθεμαι","translit":"protíthemai","definition":"[προτίθεμαι] middle voice from {{g4253}} and {{g5087}}; to place before, i.e. (for oneself) to exhibit; (to oneself) to propose (determine)","strongs_number":"g4388"},"g4389":{"pronunciation":"prot-rep'-om-ahee","unicode":"προτρέπομαι","translit":"protrépomai","definition":"[προτρέπομαι] middle voice from {{g4253}} and the base of {{g5157}}; to turn forward for oneself, i.e. encourage","strongs_number":"g4389"},"g4390":{"pronunciation":"prot-rekh'-o","unicode":"προτρέχω","translit":"protréchō","definition":"[προτρέχω] from {{g4253}} and {{g5143}} (including its alternate); to run forward, i.e. outstrip, precede","strongs_number":"g4390"},"g4391":{"pronunciation":"pro-oop-ar'-kho","unicode":"προϋπάρχω","translit":"proÿpárchō","definition":"[προϋπάρχω] from {{g4253}} and {{g5225}}; to exist before, i.e. (adverbially) to be or do something previously","strongs_number":"g4391"},"g4392":{"pronunciation":"prof'-as-is","unicode":"πρόφασις","translit":"próphasis","definition":"[πρόφασις] from a compound of {{g4253}} and {{g5316}}; an outward showing, i.e. pretext","strongs_number":"g4392"},"g4393":{"pronunciation":"prof-er'-o","unicode":"προφέρω","translit":"prophérō","definition":"[προφέρω] from {{g4253}} and {{g5342}}; to bear forward, i.e. produce","strongs_number":"g4393"},"g4394":{"pronunciation":"prof-ay-ti'-ah","unicode":"προφητεία","translit":"prophēteía","definition":"[προφητεία] from {{g4396}} (\"prophecy\"); prediction (scriptural or other)","strongs_number":"g4394"},"g4395":{"pronunciation":"prof-ate-yoo'-o","unicode":"προφητεύω","translit":"prophēteúō","definition":"[προφητεύω] from {{g4396}}; to foretell events, divine, speak under inspiration, exercise the prophetic office","strongs_number":"g4395"},"g4396":{"pronunciation":"prof-ay'-tace","unicode":"προφήτης","translit":"prophḗtēs","definition":"[προφήτης] from a compound of {{g4253}} and {{g5346}}; a foreteller (\"prophet\"); by analogy, an inspired speaker; by extension, a poet","strongs_number":"g4396"},"g4397":{"pronunciation":"prof-ay-tik-os'","unicode":"προφητικός","translit":"prophētikós","definition":"[προφητικός] from {{g4396}}; pertaining to a foreteller (\"prophetic\")","strongs_number":"g4397"},"g4398":{"pronunciation":"prof-ay'-tis","unicode":"προφῆτις","translit":"prophētis","definition":"[προφῆτις] feminine of {{g4396}}; a female foreteller or an inspired woman","strongs_number":"g4398"},"g4399":{"pronunciation":"prof-than'-o","unicode":"προφθάνω","translit":"prophthánō","definition":"[προφθάνω] from {{g4253}} and {{g5348}}; to get an earlier start of, i.e. anticipate","strongs_number":"g4399"},"g4400":{"pronunciation":"prokh-i-rid'-zom-ahee","unicode":"προχειρίζομαι","translit":"procheirízomai","definition":"[προχειρίζομαι] middle voice from {{g4253}} and a derivative of {{g5495}}; to handle for oneself in advance, i.e. (figuratively) to purpose","strongs_number":"g4400"}}
@@ -0,0 +1 @@
1
+ {"g4401":{"pronunciation":"prokh-i-rot-on-eh'-o","unicode":"προχειροτονέω","translit":"procheirotonéō","definition":"[προχειροτονέω] from {{g4253}} and {{g5500}}; to elect in advance","strongs_number":"g4401"},"g4402":{"pronunciation":"prokh'-or-os","unicode":"Πρόχορος","translit":"Próchoros","definition":"[Πρόχορος] from {{g4253}} and {{g5525}}; before the dance; Prochorus, a Christian","strongs_number":"g4402"},"g4403":{"pronunciation":"proom'-nah","unicode":"πρύμνα","translit":"prýmna","definition":"[πρύμνα] feminine of πρυμνύς (hindmost); the stern of a ship","strongs_number":"g4403"},"g4404":{"pronunciation":"pro-ee'","unicode":"πρωΐ","translit":"prōḯ","definition":"[πρωΐ] adverb from {{g4253}}; at dawn; by implication, the day-break watch","strongs_number":"g4404"},"g4405":{"pronunciation":"pro-ee'-ah","unicode":"πρωΐα","translit":"prōḯa","definition":"[πρωΐα] feminine of a derivative of {{g4404}} as noun; day-dawn","strongs_number":"g4405"},"g4406":{"pronunciation":"pro'-ee-mos","unicode":"πρώϊμος","translit":"prṓïmos","definition":"[πρώϊμος] from {{g4404}}; dawning, i.e. (by analogy) autumnal (showering, the first of the rainy season)","strongs_number":"g4406"},"g4407":{"pronunciation":"pro-ee-nos'","unicode":"πρωϊνός","translit":"prōïnós","definition":"[πρωϊνός] from {{g4404}}; pertaining to the dawn, i.e. matutinal","strongs_number":"g4407"},"g4408":{"pronunciation":"pro'-ra","unicode":"πρῶρα","translit":"prōra","definition":"[πρῶρα] feminine of a presumed derivative of {{g4253}} as noun; the prow, i.e. forward part of a vessel","strongs_number":"g4408"},"g4409":{"pronunciation":"prote-yoo'-o","unicode":"πρωτεύω","translit":"prōteúō","definition":"[πρωτεύω] from {{g4413}}; to be first (in rank or influence)","strongs_number":"g4409"},"g4410":{"pronunciation":"pro-tok-ath-ed-ree'-ah","unicode":"πρωτοκαθεδρία","translit":"prōtokathedría","definition":"[πρωτοκαθεδρία] from {{g4413}} and {{g2515}}; a sitting first (in the front row), i.e. preeminence in council","strongs_number":"g4410"},"g4411":{"pronunciation":"pro-tok-lis-ee'-ah","unicode":"πρωτοκλισία","translit":"prōtoklisía","definition":"[πρωτοκλισία] from {{g4413}} and {{g2828}}; a reclining first (in the place of honor) at the dinner-bed, i.e. preeminence at meals","strongs_number":"g4411"},"g4412":{"pronunciation":"pro'-ton","unicode":"πρῶτον","translit":"prōton","definition":"[πρῶτον] neuter of {{g4413}} as adverb (with or without {{g3588}}); firstly (in time, place, order, or importance)","strongs_number":"g4412"},"g4413":{"pronunciation":"pro'-tos","unicode":"πρῶτος","translit":"prōtos","definition":"[πρῶτος] contracted superlative of {{g4253}}; foremost (in time, place, order or importance)","strongs_number":"g4413"},"g4414":{"pronunciation":"pro-tos-tat'-ace","unicode":"πρωτοστάτης","translit":"prōtostátēs","definition":"[πρωτοστάτης] from {{g4413}} and {{g2476}}; one standing first in the ranks, i.e. a captain (champion)","strongs_number":"g4414"},"g4415":{"pronunciation":"pro-tot-ok'-ee-ah","unicode":"πρωτοτόκια","translit":"prōtotókia","definition":"[πρωτοτόκια] from {{g4416}}; primogeniture (as a privilege)","strongs_number":"g4415"},"g4416":{"pronunciation":"pro-tot-ok'-os","unicode":"πρωτότοκος","translit":"prōtótokos","definition":"[πρωτότοκος] from {{g4413}} and the alternate of {{g5088}}; first-born (usually as noun, literally or figuratively)","strongs_number":"g4416"},"g4417":{"pronunciation":"ptah'-yo","unicode":"πταίω","translit":"ptaíō","definition":"[πταίω] a form of {{g4098}}; to trip, i.e. (figuratively) to err, sin, fail (of salvation)","strongs_number":"g4417"},"g4418":{"pronunciation":"pter'-nah","unicode":"πτέρνα","translit":"ptérna","definition":"[πτέρνα] of uncertain derivation; the heel (figuratively)","strongs_number":"g4418"},"g4419":{"pronunciation":"pter-oog'-ee-on","unicode":"πτερύγιον","translit":"pterýgion","definition":"[πτερύγιον] neuter of a presumed derivative of {{g4420}}; a winglet, i.e. (figuratively) extremity (top corner)","strongs_number":"g4419"},"g4420":{"pronunciation":"pter'-oox","unicode":"πτέρυξ","translit":"ptéryx","definition":"[πτέρυξ] from a derivative of {{g4072}} (meaning a feather); a wing","strongs_number":"g4420"},"g4421":{"pronunciation":"ptay-non'","unicode":"πτηνόν","translit":"ptēnón","definition":"[πτηνόν] contraction for {{g4071}}; a bird","strongs_number":"g4421"},"g4422":{"pronunciation":"pto-eh'-o","unicode":"πτοέω","translit":"ptoéō","definition":"[πτοέω] probably akin to the alternate of {{g4098}} (through the idea of causing to fall) or to {{g4072}} (through that of causing to fly away); to scare","strongs_number":"g4422"},"g4423":{"pronunciation":"pto'-ay-sis","unicode":"πτόησις","translit":"ptóēsis","definition":"[πτόησις] from {{g4422}}; alarm","strongs_number":"g4423"},"g4424":{"pronunciation":"ptol-em-ah-is'","unicode":"Πτολεμαΐς","translit":"Ptolemaḯs","definition":"[Πτολεμαΐς] from Πτολεμαῖος (Ptolemy, after whom it was named); Ptolemais, a place in Palestine","strongs_number":"g4424"},"g4425":{"pronunciation":"ptoo'-on","unicode":"πτύον","translit":"ptýon","definition":"[πτύον] from {{g4429}}; a winnowing-fork (as scattering like spittle)","strongs_number":"g4425"},"g4426":{"pronunciation":"ptoo'-ro","unicode":"πτύρω","translit":"ptýrō","definition":"[πτύρω] from a presumed derivative of {{g4429}} (and thus akin to {{g4422}}); to frighten","strongs_number":"g4426"},"g4427":{"pronunciation":"ptoos'-mah","unicode":"πτύσμα","translit":"ptýsma","definition":"[πτύσμα] from {{g4429}}; saliva","strongs_number":"g4427"},"g4428":{"pronunciation":"ptoos'-so","unicode":"πτύσσω","translit":"ptýssō","definition":"[πτύσσω] probably akin to πετάννυμι (to spread; and thus apparently allied to {{g4072}} through the idea of expansion, and to 4429 through that of flattening; compare {{g3961}}); to fold, i.e. furl a scroll","strongs_number":"g4428"},"g4429":{"pronunciation":"ptoo'-o","unicode":"πτύω","translit":"ptýō","definition":"[πτύω] a primary verb (compare {{g4428}}); to spit","strongs_number":"g4429"},"g4430":{"pronunciation":"pto'-mah","unicode":"πτῶμα","translit":"ptōma","definition":"[πτῶμα] from the alternate of {{g4098}}; a ruin, i.e. (specially), lifeless body (corpse, carrion)","strongs_number":"g4430"},"g4431":{"pronunciation":"pto'-sis","unicode":"πτῶσις","translit":"ptōsis","definition":"[πτῶσις] from the alternate of {{g4098}}; a crash, i.e. downfall (literally or figuratively)","strongs_number":"g4431"},"g4432":{"pronunciation":"pto-khi'-ah","unicode":"πτωχεία","translit":"ptōcheía","definition":"[πτωχεία] from {{g4433}}; beggary, i.e. indigence (literally or figuratively)","strongs_number":"g4432"},"g4433":{"pronunciation":"pto-khyoo'-o","unicode":"πτωχεύω","translit":"ptōcheúō","definition":"[πτωχεύω] from {{g4434}}; to be a beggar, i.e. (by implication) to become indigent (figuratively)","strongs_number":"g4433"},"g4434":{"pronunciation":"pto-khos'","unicode":"πτωχός","translit":"ptōchós","definition":"[πτωχός] from πτώσσω (to crouch); akin to {{g4422}} and the alternate of {{g4098}}); a beggar (as cringing), i.e. pauper (strictly denoting absolute or public mendicancy, although also used in a qualified or relative sense; whereas {{g3993}} properly means only straitened circumstances in private), literally (often as noun) or figuratively (distressed)","strongs_number":"g4434"},"g4435":{"pronunciation":"poog-may'","unicode":"πυγμή","translit":"pygmḗ","definition":"[πυγμή] from a primary πύξ (the fist as a weapon); the clenched hand, i.e. (only in dative case as adverb) with the fist (hard scrubbing)","strongs_number":"g4435"},"g4436":{"pronunciation":"poo'-thone","unicode":"Πύθων","translit":"Pýthōn","definition":"[Πύθων] from Πυθώ (the name of the region where Delphi, the seat of the famous oracle, was located); a Python, i.e. (by analogy, with the supposed diviner there) inspiration (soothsaying)","strongs_number":"g4436"},"g4437":{"pronunciation":"pook-nos'","unicode":"πυκνός","translit":"pyknós","definition":"[πυκνός] from the same as {{g4635}}; clasped (thick), i.e. (figuratively) frequent; neuter plural (as adverb) frequently","strongs_number":"g4437"},"g4438":{"pronunciation":"pook-teh'-o","unicode":"πυκτέω","translit":"pyktéō","definition":"[πυκτέω] from a derivative of the same as {{g4435}}; to box (with the fist), i.e. contend (as a boxer) at the games (figuratively)","strongs_number":"g4438"},"g4439":{"pronunciation":"poo'-lay","unicode":"πύλη","translit":"pýlē","definition":"[πύλη] apparently a primary word; a gate, i.e. the leaf or wing of a folding entrance (literally or figuratively)","strongs_number":"g4439"},"g4440":{"pronunciation":"poo-lone'","unicode":"πυλών","translit":"pylṓn","definition":"[πυλών] from {{g4439}}; a gate-way, door-way of a building or city; by implication, a portal or vestibule","strongs_number":"g4440"},"g4441":{"pronunciation":"poon-than'-om-ahee","unicode":"πυνθάνομαι","translit":"pynthánomai","definition":"[πυνθάνομαι] middle voice prolonged from a primary πύθω (which occurs only as an alternate in certain tenses); to question, i.e. ascertain by inquiry (as a matter of information merely; and thus differing from {{g2065}}, which properly means a request as a favor; and from {{g154}}, which is strictly a demand for something due; as well as from {{g2212}}, which implies a search for something hidden; and from {{g1189}}, which involves the idea of urgent need); by implication, to learn (by casual intelligence)","strongs_number":"g4441"},"g4442":{"pronunciation":"poor","unicode":"πῦρ","translit":"pŷr","definition":"[πῦρ] a primary word; \"fire\" (literally or figuratively, specially, lightning)","strongs_number":"g4442"},"g4443":{"pronunciation":"poo-rah'","unicode":"πυρά","translit":"pyrá","definition":"[πυρά] from {{g4442}}; a fire (concretely)","strongs_number":"g4443"},"g4444":{"pronunciation":"poor'-gos","unicode":"πύργος","translit":"pýrgos","definition":"[πύργος] apparently a primary word (\"burgh\"); a tower or castle","strongs_number":"g4444"},"g4445":{"pronunciation":"poo-res'-so","unicode":"πυρέσσω","translit":"pyréssō","definition":"[πυρέσσω] from {{g4443}}; to be on fire, i.e. (specially), to have a fever","strongs_number":"g4445"},"g4446":{"pronunciation":"poo-ret-os'","unicode":"πυρετός","translit":"pyretós","definition":"[πυρετός] from {{g4445}}; inflamed, i.e. (by implication) feverish (as noun, fever)","strongs_number":"g4446"},"g4447":{"pronunciation":"poo'-ree-nos","unicode":"πύρινος","translit":"pýrinos","definition":"[πύρινος] from {{g4443}}; fiery, i.e. (by implication) flaming","strongs_number":"g4447"},"g4448":{"pronunciation":"poo-ro'-o","unicode":"πυρόω","translit":"pyróō","definition":"[πυρόω] from {{g4442}}; to kindle, i.e. (passively) to be ignited, glow (literally), be refined (by implication), or (figuratively) to be inflamed (with anger, grief, lust)","strongs_number":"g4448"},"g4449":{"pronunciation":"poor-hrad'-zo","unicode":"πυῤῥάζω","translit":"pyrrházō","definition":"[πυῤῥάζω] from {{g4450}}; to redden (intransitively)","strongs_number":"g4449"},"g4450":{"pronunciation":"poor-hros'","unicode":"πυῤῥός","translit":"pyrrhós","definition":"[πυῤῥός] from {{g4442}}; fire-like, i.e. (specially), flame- colored","strongs_number":"g4450"},"g4451":{"pronunciation":"poo'-ro-sis","unicode":"πύρωσις","translit":"pýrōsis","definition":"[πύρωσις] from {{g4448}}; ignition, i.e. (specially), smelting (figuratively, conflagration, calamity as a test)","strongs_number":"g4451"},"g4452":{"pronunciation":"po","unicode":"-πω","translit":"-pō","definition":"[-πω] another form of the base of {{g4458}}; an enclitic particle of indefiniteness; yet, even; used only in the comparative. See {{g3369}}, {{g3380}}, {{g3764}}, {{g3768}}, {{g4455}}.","strongs_number":"g4452"},"g4453":{"pronunciation":"po-leh'-o","unicode":"πωλέω","translit":"pōléō","definition":"[πωλέω] probably ultimately from πέλομαι (to be busy, to trade); to barter (as a pedlar), i.e. to sell","strongs_number":"g4453"},"g4454":{"pronunciation":"po'-los","unicode":"πῶλος","translit":"pōlos","definition":"[πῶλος] apparently a primary word; a \"foal\" or \"filly\", i.e. (specially), a young ass","strongs_number":"g4454"},"g4455":{"pronunciation":"po'-pot-e","unicode":"πώποτε","translit":"pṓpote","definition":"[πώποτε] from {{g4452}} and {{g4218}}; at any time, i.e. (with negative particle) at no time","strongs_number":"g4455"},"g4456":{"pronunciation":"po-ro'-o","unicode":"πωρόω","translit":"pōróō","definition":"[πωρόω] apparently from πῶρος (a kind of stone); to petrify, i.e. (figuratively) to indurate (render stupid or callous)","strongs_number":"g4456"},"g4457":{"pronunciation":"po'-ro-sis","unicode":"πώρωσις","translit":"pṓrōsis","definition":"[πώρωσις] from {{g4456}}; stupidity or callousness","strongs_number":"g4457"},"g4458":{"pronunciation":"poce","unicode":"-πώς","translit":"-pṓs","definition":"[-πώς] adverb from the base of {{g4225}}; an enclitic particle of indefiniteness of manner; somehow or anyhow; used only in composition See {{g1513}}, {{g3381}}. Compare {{g4459}}.","strongs_number":"g4458"},"g4459":{"pronunciation":"poce","unicode":"πῶς","translit":"pōs","definition":"[πῶς] adverb from the base of {{g4226}}; an interrogative particle of manner; in what way? (sometimes the question is indirect, how?); also as exclamation, how much! (Occasionally unexpressed in English).","strongs_number":"g4459"},"g4460":{"pronunciation":"hrah-ab'","unicode":"Ῥαάβ","translit":"Rhaáb","definition":"[Ῥαάβ] of Hebrew origin ({{h7343}}); Raab (i.e. Rachab), a Canaanitess See also {{g4477}}.","strongs_number":"g4460"},"g4461":{"pronunciation":"hrab-bee'","unicode":"ῥαββί","translit":"rhabbí","definition":"[ῥαββί] of Hebrew origin ({{h7227}} with pronominal suffix); my master, i.e Rabbi, as an official title of honor","strongs_number":"g4461"},"g4462":{"pronunciation":"hrab-bon-ee'","unicode":"ῥαββονί","translit":"rhabboní","definition":"[ῥαββονί] , or ῥαββουνίof Chaldee origin; corresponding to {{g4461}}","strongs_number":"g4462"},"g4463":{"pronunciation":"hrab-did'-zo","unicode":"ῥαβδίζω","translit":"rhabdízō","definition":"[ῥαβδίζω] from {{g4464}}; to strike with a stick, i.e. bastinado","strongs_number":"g4463"},"g4464":{"pronunciation":"hrab'-dos","unicode":"ῥάβδος","translit":"rhábdos","definition":"[ῥάβδος] from the base of {{g4474}}; a stick or wand (as a cudgel, a cane or a baton of royalty)","strongs_number":"g4464"},"g4465":{"pronunciation":"hrab-doo'-khos","unicode":"ῥαβδοῦχος","translit":"rhabdoûchos","definition":"[ῥαβδοῦχος] from {{g4464}} and {{g2192}}; a rod- (the Latin ) holder, i.e. a Roman lictor (constable or executioner)","strongs_number":"g4465"},"g4466":{"pronunciation":"hrag-ow'","unicode":"Ῥαγαῦ","translit":"Rhagaû","definition":"[Ῥαγαῦ] of Hebrew origin ({{h7466}}); Ragau (i.e. Reu), a patriarch","strongs_number":"g4466"},"g4467":{"pronunciation":"hrad-ee-oorg'-ay-mah","unicode":"ῥᾳδιούργημα","translit":"rhaidioúrgēma","definition":"[ῥᾳδιούργημα] from a comparative of ῥᾴδιος (easy, i.e. reckless) and {{g2041}}; easy-going behavior, i.e. (by extension) a crime","strongs_number":"g4467"},"g4468":{"pronunciation":"hrad-ee-oorg-ee'-a","unicode":"ῥᾳδιουργία","translit":"rhaidiourgía","definition":"[ῥᾳδιουργία] from the same as {{g4467}}; recklessness, i.e. (by extension) malignity","strongs_number":"g4468"},"g4469":{"pronunciation":"rhak-ah'","unicode":"ῥακά","translit":"rhaká","definition":"[ῥακά] of Chaldee origin (compare {{h7386}}); O empty one, i.e. thou worthless (as a term of utter vilification)","strongs_number":"g4469"},"g4470":{"pronunciation":"hrak'-os","unicode":"ῥάκος","translit":"rhákos","definition":"[ῥάκος] from {{g4486}}; a \"rag,\" i.e. piece of cloth","strongs_number":"g4470"},"g4471":{"pronunciation":"hram-ah'","unicode":"Ῥαμᾶ","translit":"Rhamâ","definition":"[Ῥαμᾶ] of Hebrew origin ({{h7414}}); Rama (i.e. Ramah), a place in Palestine","strongs_number":"g4471"},"g4472":{"pronunciation":"hran-tid'-zo","unicode":"ῥαντίζω","translit":"rhantízō","definition":"[ῥαντίζω] from a derivative of ῥαίνω (to sprinkle); to render besprinkled, i.e. asperse (ceremonially or figuratively)","strongs_number":"g4472"},"g4473":{"pronunciation":"hran-tis-mos'","unicode":"ῥαντισμός","translit":"rhantismós","definition":"[ῥαντισμός] from {{g4472}}; aspersion (ceremonially or figuratively)","strongs_number":"g4473"},"g4474":{"pronunciation":"hrap-id'-zo","unicode":"ῥαπίζω","translit":"rhapízō","definition":"[ῥαπίζω] from a derivative of a primary ῥέπω (to let fall, \"rap\"); to slap Compare {{g5180}}.","strongs_number":"g4474"},"g4475":{"pronunciation":"hrap'-is-mah","unicode":"ῥάπισμα","translit":"rhápisma","definition":"[ῥάπισμα] from {{g4474}}; a slap","strongs_number":"g4475"},"g4476":{"pronunciation":"hraf-ece'","unicode":"ῥαφίς","translit":"rhaphís","definition":"[ῥαφίς] from a primary ῥάπτω (to sew; perhaps rather akin to the base of {{g4474}} through the idea of puncturing); a needle","strongs_number":"g4476"},"g4477":{"pronunciation":"hrakh-ab'","unicode":"Ῥαχάβ","translit":"Rhacháb","definition":"[Ῥαχάβ] from the same as {{g4460}}; Rachab, a Canaanitess","strongs_number":"g4477"},"g4478":{"pronunciation":"hrakh-ale'","unicode":"Ῥαχήλ","translit":"Rhachḗl","definition":"[Ῥαχήλ] of Hebrew origin ({{h7354}}); Rachel, the wife of Jacob","strongs_number":"g4478"},"g4479":{"pronunciation":"hreb-bek'-kah","unicode":"Ῥεβέκκα","translit":"Rhebékka","definition":"[Ῥεβέκκα] of Hebrew origin ({{h7259}}); Rebecca (i.e. Ribkah), the wife of Isaac","strongs_number":"g4479"},"g4480":{"pronunciation":"hred'-ah","unicode":"ῥέδα","translit":"rhéda","definition":"[ῥέδα] of Latin origin; a rheda, i.e. four-wheeled carriage (wagon for riding)","strongs_number":"g4480"},"g4481":{"pronunciation":"hrem-fan'","unicode":"Ῥεμφάν","translit":"Rhemphán","definition":"[Ῥεμφάν] by incorrect transliteration for a word of Hebrew origin ({{h3594}}); Remphan (i.e. Kijun), an Egyptian idol","strongs_number":"g4481"},"g4482":{"pronunciation":"hreh'-o","unicode":"ῥέω","translit":"rhéō","definition":"[ῥέω] a primary verb; for some tenses of which a prolonged form ῥεύω is used to flow (\"run\"; as water)","strongs_number":"g4482"},"g4483":{"pronunciation":"hreh'-o","unicode":"ῥέω","translit":"rhéō","definition":"[ῥέω] , for certain tenses of which a prolonged form ἐρέω is used; and both as alternate for {{g2036}}perhaps akin (or identical) with {{g4482}} (through the idea of pouring forth); to utter, i.e. speak or say Compare {{g3004}}.","strongs_number":"g4483"},"g4484":{"pronunciation":"hrayg'-ee-on","unicode":"Ῥήγιον","translit":"Rhḗgion","definition":"[Ῥήγιον] of Latin origin; Rhegium, a place in Italy","strongs_number":"g4484"},"g4485":{"pronunciation":"hrayg'-mah","unicode":"ῥῆγμα","translit":"rhēgma","definition":"[ῥῆγμα] from {{g4486}}; something torn, i.e. a fragment (by implication and abstractly, a fall)","strongs_number":"g4485"},"g4486":{"pronunciation":"hrayg'-noo-mee","unicode":"ῥήγνυμι","translit":"rhḗgnymi","definition":"[ῥήγνυμι] or ῥήσσωboth prolonged forms of ῥήκω (which appears only in certain forms, and is itself probably a strengthened form of agnumi (see in {{g2608}})); to \"break,\" \"wreck\" or \"crack\", i.e. (especially) to sunder (by separation of the parts; {{g2608}} being its intensive (with the preposition in composition), and {{g2352}} a shattering to minute fragments; but not a reduction to the constituent particles, like {{g3089}}) or disrupt, lacerate; by implication, to convulse (with spasms); figuratively, to give vent to joyful emotions","strongs_number":"g4486"},"g4487":{"pronunciation":"hray'-mah","unicode":"ῥῆμα","translit":"rhēma","definition":"[ῥῆμα] from {{g4483}}; an utterance (individually, collectively or specially),; by implication, a matter or topic (especially of narration, command or dispute); with a negative naught whatever","strongs_number":"g4487"},"g4488":{"pronunciation":"hray-sah'","unicode":"Ῥησά","translit":"Rhēsá","definition":"[Ῥησά] probably of Hebrew origin (apparently for {{h7509}}); Resa (i.e. Rephajah), an Israelite","strongs_number":"g4488"},"g4489":{"pronunciation":"hray'-tore","unicode":"ῥήτωρ","translit":"rhḗtōr","definition":"[ῥήτωρ] from {{g4483}}; a speaker, i.e. (by implication) a forensic advocate","strongs_number":"g4489"},"g4490":{"pronunciation":"hray-toce'","unicode":"ῥητῶς","translit":"rhētōs","definition":"[ῥητῶς] adverb from a derivative of {{g4483}}; out-spokenly, i.e. distinctly","strongs_number":"g4490"},"g4491":{"pronunciation":"hrid'-zah","unicode":"ῥίζα","translit":"rhíza","definition":"[ῥίζα] apparently a primary word; a \"root\" (literally or figuratively)","strongs_number":"g4491"},"g4492":{"pronunciation":"hrid-zo'-o","unicode":"ῥιζόω","translit":"rhizóō","definition":"[ῥιζόω] from {{g4491}}; to root (figuratively, become stable)","strongs_number":"g4492"},"g4493":{"pronunciation":"hree-pay'","unicode":"ῥιπή","translit":"rhipḗ","definition":"[ῥιπή] from {{g4496}}; a jerk (of the eye, i.e. (by analogy) an instant)","strongs_number":"g4493"},"g4494":{"pronunciation":"hrip-id'-zo","unicode":"ῥιπίζω","translit":"rhipízō","definition":"[ῥιπίζω] from a derivative of {{g4496}} (meaning a fan or bellows); to breeze up, i.e. (by analogy) to agitate (into waves)","strongs_number":"g4494"},"g4495":{"pronunciation":"hrip-teh'-o","unicode":"ῥιπτέω","translit":"rhiptéō","definition":"[ῥιπτέω] from a derivative of {{g4496}}; to toss up","strongs_number":"g4495"},"g4496":{"pronunciation":"hrip'-to","unicode":"ῥίπτω","translit":"rhíptō","definition":"[ῥίπτω] a primary verb (perhaps rather akin to the base of {{g4474}}, through the idea of sudden motion); to fling (properly, with a quick toss, thus differing from {{g906}}, which denotes a deliberate hurl; and from τείνω (see in {{g1614}}), which indicates an extended projection); by qualification, to deposit (as if a load); by extension, to disperse","strongs_number":"g4496"},"g4497":{"pronunciation":"hrob-o-am'","unicode":"Ῥοβοάμ","translit":"Rhoboám","definition":"[Ῥοβοάμ] of Hebrew origin ({{h7346}}); Roboam (i.e. Rechobam), an Israelite","strongs_number":"g4497"},"g4498":{"pronunciation":"hrod'-ay","unicode":"Ῥόδη","translit":"Rhódē","definition":"[Ῥόδη] probably for rhode (a rose); Rode, a servant girl","strongs_number":"g4498"},"g4499":{"pronunciation":"hrod'-os","unicode":"Ῥόδος","translit":"Rhódos","definition":"[Ῥόδος] probably from ῥόδον (a rose); Rhodus, an island of the Mediterranean","strongs_number":"g4499"},"g4500":{"pronunciation":"hroyd-zay-don'","unicode":"ῥοιζηδόν","translit":"rhoizēdón","definition":"[ῥοιζηδόν] adverb from a derivative of ῥοῖζος (a whir); whizzingly, i.e. with a crash","strongs_number":"g4500"}}
@@ -0,0 +1 @@
1
+ {"g4501":{"pronunciation":"hrom-fah'-yah","unicode":"ῥομφαία","translit":"rhomphaía","definition":"[ῥομφαία] probably of foreign origin; a sabre, i.e. a long and broad cutlass (any weapon of the kind, literally or figuratively)","strongs_number":"g4501"},"g4502":{"pronunciation":"hroo-bane'","unicode":"Ῥουβήν","translit":"Rhoubḗn","definition":"[Ῥουβήν] of Hebrew origin ({{h7205}}); Ruben (i.e. Reuben), an Israelite","strongs_number":"g4502"},"g4503":{"pronunciation":"hrooth","unicode":"Ῥούθ","translit":"Rhoúth","definition":"[Ῥούθ] of Hebrew origin ({{h7327}}); Ruth, a Moabitess","strongs_number":"g4503"},"g4504":{"pronunciation":"hroo'-fos","unicode":"Ῥοῦφος","translit":"Rhoûphos","definition":"[Ῥοῦφος] of Latin origin; red; Rufus, a Christian","strongs_number":"g4504"},"g4505":{"pronunciation":"hroo'-may","unicode":"ῥύμη","translit":"rhýmē","definition":"[ῥύμη] prolongation from {{g4506}} in its original sense; an alley or avenue (as crowded)","strongs_number":"g4505"},"g4506":{"pronunciation":"rhoo'-om-ahee","unicode":"ῥύομαι","translit":"rhýomai","definition":"[ῥύομαι] middle voice of an obsolete verb, akin to {{g4482}} (through the idea of a current; compare {{g4511}}); to rush or draw (for oneself), i.e. rescue","strongs_number":"g4506"},"g4507":{"pronunciation":"hroo-par-ee'-ah","unicode":"ῥυπαρία","translit":"rhyparía","definition":"[ῥυπαρία] from {{g4508}}; dirtiness (morally)","strongs_number":"g4507"},"g4508":{"pronunciation":"rhoo-par-os'","unicode":"ῥυπαρός","translit":"rhyparós","definition":"[ῥυπαρός] from {{g4509}}; dirty, i.e. (relatively) cheap or shabby; morally, wicked","strongs_number":"g4508"},"g4509":{"pronunciation":"hroo'-pos","unicode":"ῥύπος","translit":"rhýpos","definition":"[ῥύπος] of uncertain affinity; dirt, i.e. (morally) depravity","strongs_number":"g4509"},"g4510":{"pronunciation":"rhoo-po'-o","unicode":"ῥυπόω","translit":"rhypóō","definition":"[ῥυπόω] from {{g4509}}; to soil, i.e. (intransitively) to become dirty (morally)","strongs_number":"g4510"},"g4511":{"pronunciation":"hroo'-sis","unicode":"ῥύσις","translit":"rhýsis","definition":"[ῥύσις] from {{g4506}} in the sense of its congener {{g4482}}; a flux (of blood)","strongs_number":"g4511"},"g4512":{"pronunciation":"hroo-tece'","unicode":"ῥυτίς","translit":"rhytís","definition":"[ῥυτίς] from {{g4506}}; a fold (as drawing together), i.e. a wrinkle (especially on the face)","strongs_number":"g4512"},"g4513":{"pronunciation":"rho-mah-ee-kos'","unicode":"Ῥωμαϊκός","translit":"Rhōmaïkós","definition":"[Ῥωμαϊκός] from {{g4514}}; Romaic, i.e. Latin","strongs_number":"g4513"},"g4514":{"pronunciation":"hro-mah'-yos","unicode":"Ῥωμαῖος","translit":"Rhōmaîos","definition":"[Ῥωμαῖος] from {{g4516}}; Romæan, i.e. Roman (as noun)","strongs_number":"g4514"},"g4515":{"pronunciation":"hro-mah-is-tee'","unicode":"Ῥωμαϊστί","translit":"Rhōmaïstí","definition":"[Ῥωμαϊστί] adverb from a presumed derivative of {{g4516}}; Romaistically, i.e. in the Latin language","strongs_number":"g4515"},"g4516":{"pronunciation":"hro'-may","unicode":"Ῥώμη","translit":"Rhṓmē","definition":"[Ῥώμη] from the base of {{g4517}}; strength; Roma, the capital of Italy","strongs_number":"g4516"},"g4517":{"pronunciation":"hrone'-noo-mee","unicode":"ῥώννυμι","translit":"rhṓnnymi","definition":"[ῥώννυμι] prolongation from ῥώομαι (to dart; probably akin to {{g4506}}); to strengthen, i.e. (impersonal passive) have health (as a parting exclamation, good-bye)","strongs_number":"g4517"},"g4518":{"pronunciation":"sab-akh-than-ee'","unicode":"σαβαχθάνι","translit":"sabachtháni","definition":"[σαβαχθάνι] of Chaldee or ({{h7662}} with pronominal suffix); thou hast left me; sabachthani (i.e. shebakthani), a cry of distress","strongs_number":"g4518"},"g4519":{"pronunciation":"sab-ah-owth'","unicode":"σαβαώθ","translit":"sabaṓth","definition":"[σαβαώθ] of Hebrew origin ({{h6635}} in feminine plural); armies; sabaoth (i.e. tsebaoth), a military epithet of God","strongs_number":"g4519"},"g4520":{"pronunciation":"sab-bat-is-mos'","unicode":"σαββατισμός","translit":"sabbatismós","definition":"[σαββατισμός] from a derivative of {{g4521}}; a \"sabbatism\", i.e. (figuratively) the repose of Christianity (as a type of heaven)","strongs_number":"g4520"},"g4521":{"pronunciation":"sab'-bat-on","unicode":"σάββατον","translit":"sábbaton","definition":"[σάββατον] of Hebrew origin ({{h7676}}); the Sabbath (i.e. Shabbath), or day of weekly repose from secular avocations (also the observance or institution itself); by extension, a se'nnight, i.e. the interval between two Sabbaths; likewise the plural in all the above applications","strongs_number":"g4521"},"g4522":{"pronunciation":"sag-ay'-nay","unicode":"σαγήνη","translit":"sagḗnē","definition":"[σαγήνη] from a derivative of σάττω (to equip) meaning furniture, especially a pack-saddle (which in the East is merely a bag of netted rope); a \"seine\" for fishing","strongs_number":"g4522"},"g4523":{"pronunciation":"sad-doo-kah'-yos","unicode":"Σαδδουκαῖος","translit":"Saddoukaîos","definition":"[Σαδδουκαῖος] probably from {{g4524}}; a Sadducæan (i.e. Tsadokian), or follower of a certain heretical Israelite","strongs_number":"g4523"},"g4524":{"pronunciation":"sad-oke'","unicode":"Σαδώκ","translit":"Sadṓk","definition":"[Σαδώκ] of Hebrew origin ({{h6659}}); Sadoc (i.e. Tsadok), an Israelite","strongs_number":"g4524"},"g4525":{"pronunciation":"sah'-ee-no","unicode":"σαίνω","translit":"saínō","definition":"[σαίνω] akin to {{g4579}}; to wag (as a dog its tail fawningly), i.e. (generally) to shake (figuratively, disturb)","strongs_number":"g4525"},"g4526":{"pronunciation":"sak'-kos","unicode":"σάκκος","translit":"sákkos","definition":"[σάκκος] of Hebrew origin ({{h8242}}); \"sack\"-cloth, i.e. mohair (the material or garments made of it, worn as a sign of grief)","strongs_number":"g4526"},"g4527":{"pronunciation":"sal-ah'","unicode":"Σαλά","translit":"Salá","definition":"[Σαλά] of Hebrew origin ({{h7974}}); Sala (i.e. Shelach), a patriarch ","strongs_number":"g4527"},"g4528":{"pronunciation":"sal-ath-ee-ale'","unicode":"Σαλαθιήλ","translit":"Salathiḗl","definition":"[Σαλαθιήλ] of Hebrew origin ({{h7597}}); Salathiel (i.e. Shealtiel), an Israelite","strongs_number":"g4528"},"g4529":{"pronunciation":"sal-am-ece'","unicode":"Σαλαμίς","translit":"Salamís","definition":"[Σαλαμίς] probably from {{g4535}} (from the surge on the shore); Salamis, a place in Cyprus","strongs_number":"g4529"},"g4530":{"pronunciation":"sal-ime'","unicode":"Σαλείμ","translit":"Saleím","definition":"[Σαλείμ] probably from the same as {{g4531}}; Salim, a place in Palestine","strongs_number":"g4530"},"g4531":{"pronunciation":"sal-yoo'-o","unicode":"σαλεύω","translit":"saleúō","definition":"[σαλεύω] from {{g4535}}; to waver, i.e. agitate, rock, topple or (by implication) destroy; figuratively, to disturb, incite","strongs_number":"g4531"},"g4532":{"pronunciation":"sal-ame'","unicode":"Σαλήμ","translit":"Salḗm","definition":"[Σαλήμ] of Hebrew origin ({{h8004}}); Salem (i.e. Shalem), a place in Palestine","strongs_number":"g4532"},"g4533":{"pronunciation":"sal-mone'","unicode":"Σαλμών","translit":"Salmṓn","definition":"[Σαλμών] of Hebrew origin ({{h8012}}); Salmon, an Israelite","strongs_number":"g4533"},"g4534":{"pronunciation":"sal-mo'-nay","unicode":"Σαλμώνη","translit":"Salmṓnē","definition":"[Σαλμώνη] perhaps of similar origin to {{g4529}}; Salmone, a place in Crete","strongs_number":"g4534"},"g4535":{"pronunciation":"sal'-os","unicode":"σάλος","translit":"sálos","definition":"[σάλος] probably from the base of {{g4525}}; a vibration, i.e. (specially), billow","strongs_number":"g4535"},"g4536":{"pronunciation":"sal'-pinx","unicode":"σάλπιγξ","translit":"sálpinx","definition":"[σάλπιγξ] perhaps from {{g4535}} (through the idea of quavering or reverberation); a trumpet","strongs_number":"g4536"},"g4537":{"pronunciation":"sal-pid'-zo","unicode":"σαλπίζω","translit":"salpízō","definition":"[σαλπίζω] from {{g4536}}; to trumpet, i.e. sound a blast (literally or figuratively)","strongs_number":"g4537"},"g4538":{"pronunciation":"sal-pis-tace'","unicode":"σαλπιστής","translit":"salpistḗs","definition":"[σαλπιστής] from {{g4537}}; a trumpeter","strongs_number":"g4538"},"g4539":{"pronunciation":"sal-o'-may","unicode":"Σαλώμη","translit":"Salṓmē","definition":"[Σαλώμη] probably of Hebrew origin (feminine from {{h7965}}); Salome (i.e. Shelomah), an Israelitess","strongs_number":"g4539"},"g4540":{"pronunciation":"sam-ar'-i-ah","unicode":"Σαμάρεια","translit":"Samáreia","definition":"[Σαμάρεια] of Hebrew origin ({{h8111}}); Samaria (i.e. Shomeron), a city and region of Palestine","strongs_number":"g4540"},"g4541":{"pronunciation":"sam-ar-i'-tace","unicode":"Σαμαρείτης","translit":"Samareítēs","definition":"[Σαμαρείτης] from {{g4540}}; a Samarite, i.e. inhabitant of Samaria","strongs_number":"g4541"},"g4542":{"pronunciation":"sam-ar-i'-tis","unicode":"Σαμαρεῖτις","translit":"Samareîtis","definition":"[Σαμαρεῖτις] feminine of {{g4541}}; a Samaritess, i.e. woman of Samaria","strongs_number":"g4542"},"g4543":{"pronunciation":"sam-oth-rak'-ay","unicode":"Σαμοθρᾴκη","translit":"Samothráikē","definition":"[Σαμοθρᾴκη] from {{g4544}} and Θτρᾴκη (Thrace); Samo-thrace (Samos of Thrace), an island in the Mediterranean","strongs_number":"g4543"},"g4544":{"pronunciation":"sam'-os","unicode":"Σάμος","translit":"Sámos","definition":"[Σάμος] of uncertain affinity; Samus, an island of the Mediterranean","strongs_number":"g4544"},"g4545":{"pronunciation":"sam-oo-ale'","unicode":"Σαμουήλ","translit":"Samouḗl","definition":"[Σαμουήλ] of Hebrew origin ({{h8050}}); Samuel (i.e. Shemuel), an Israelite","strongs_number":"g4545"},"g4546":{"pronunciation":"samp-sone'","unicode":"Σαμψών","translit":"Sampsṓn","definition":"[Σαμψών] of Hebrew origin ({{h8123}}); Sampson (i.e. Shimshon), an Israelite","strongs_number":"g4546"},"g4547":{"pronunciation":"san-dal'-ee-on","unicode":"σανδάλιον","translit":"sandálion","definition":"[σανδάλιον] neuter of a derivative of σάνδαλον (a \"sandal\"; of uncertain origin); a slipper or sole-pad","strongs_number":"g4547"},"g4548":{"pronunciation":"san-ece'","unicode":"σανίς","translit":"sanís","definition":"[σανίς] of uncertain affinity; a plank","strongs_number":"g4548"},"g4549":{"pronunciation":"sah-ool'","unicode":"Σαούλ","translit":"Saoúl","definition":"[Σαούλ] of Hebrew origin ({{h7586}}); Saul (i.e. Shaul), the Jewish name of Paul Compare {{g4569}}.","strongs_number":"g4549"},"g4550":{"pronunciation":"sap-ros'","unicode":"σαπρός","translit":"saprós","definition":"[σαπρός] from {{g4595}}; rotten, i.e. worthless (literally or morally) Compare {{g4190}}.","strongs_number":"g4550"},"g4551":{"pronunciation":"sap-fi'-ray","unicode":"Σαπφείρη","translit":"Sappheírē","definition":"[Σαπφείρη] feminine of {{g4552}}; Sapphire, an Israelitess","strongs_number":"g4551"},"g4552":{"pronunciation":"sap'-fi-ros","unicode":"σάπφειρος","translit":"sáppheiros","definition":"[σάπφειρος] of Hebrew origin ({{h5601}}); a \"sapphire\" or lapis-lazuli gem","strongs_number":"g4552"},"g4553":{"pronunciation":"sar-gan'-ay","unicode":"σαργάνη","translit":"sargánē","definition":"[σαργάνη] apparently of Hebrew origin ({{h8276}}); a basket (as interwoven or wicker-work","strongs_number":"g4553"},"g4554":{"pronunciation":"sar'-dice","unicode":"Σάρδεις","translit":"Sárdeis","definition":"[Σάρδεις] plural of uncertain derivation; Sardis, a place in Asia Minor","strongs_number":"g4554"},"g4555":{"pronunciation":"sar'-dee-nos","unicode":"σάρδινος","translit":"sárdinos","definition":"[σάρδινος] from the same as {{g4556}}; sardine ({{g3037}} being implied), i.e. a gem, so called","strongs_number":"g4555"},"g4556":{"pronunciation":"sar'-dee-os","unicode":"σάρδιος","translit":"sárdios","definition":"[σάρδιος] properly, an adjective from an uncertain base; sardian (3037 being implied), i.e. (as noun) the gem so called","strongs_number":"g4556"},"g4557":{"pronunciation":"sar-don'-oox","unicode":"σαρδόνυξ","translit":"sardónyx","definition":"[σαρδόνυξ] from the base of {{g4556}} and ὄνυξ (the nail of a finger; hence the \"onyx\" stone); a \"sardonyx\", i.e. the gem so called","strongs_number":"g4557"},"g4558":{"pronunciation":"sar'-ep-tah","unicode":"Σάρεπτα","translit":"Sárepta","definition":"[Σάρεπτα] of Hebrew origin ({{h6886}}); Sarepta (i.e. Tsarephath), a place in Palestine","strongs_number":"g4558"},"g4559":{"pronunciation":"sar-kee-kos'","unicode":"σαρκικός","translit":"sarkikós","definition":"[σαρκικός] from {{g4561}}; pertaining to flesh, i.e. (by extension) bodily, temporal, or (by implication) animal, unregenerate","strongs_number":"g4559"},"g4560":{"pronunciation":"sar'-kee-nos","unicode":"σάρκινος","translit":"sárkinos","definition":"[σάρκινος] from {{g4561}}; similar to flesh, i.e. (by analogy) soft","strongs_number":"g4560"},"g4561":{"pronunciation":"sarx","unicode":"σάρξ","translit":"sárx","definition":"[σάρξ] probably from the base of {{g4563}}; flesh (as stripped of the skin), i.e. (strictly) the meat of an animal (as food), or (by extension) the body (as opposed to the soul (or spirit), or as the symbol of what is external, or as the means of kindred), or (by implication) human nature (with its frailties (physically or morally) and passions), or (specially), a human being (as such)","strongs_number":"g4561"},"g4562":{"pronunciation":"sar-ooch'","unicode":"Σαρούχ","translit":"Saroúch","definition":"[Σαρούχ] of Hebrew origin ({{h8286}}); Saruch (i.e. Serug), a patriarch","strongs_number":"g4562"},"g4563":{"pronunciation":"sar-o'-o","unicode":"σαρόω","translit":"saróō","definition":"[σαρόω] from a derivative of σαίρω (to brush off; akin to {{g4951}}); meaning a broom; to sweep","strongs_number":"g4563"},"g4564":{"pronunciation":"sar'-hrah","unicode":"Σάῤῥα","translit":"Sárrha","definition":"[Σάῤῥα] of Hebrew origin ({{h8283}}); Sarra (i.e. Sarah), the wife of Abraham","strongs_number":"g4564"},"g4565":{"pronunciation":"sar'-one","unicode":"Σάρων","translit":"Sárōn","definition":"[Σάρων] of Hebrew origin ({{h8289}}); Saron (i.e. Sharon), a district of Palestine","strongs_number":"g4565"},"g4566":{"pronunciation":"sat-an'","unicode":"Σατᾶν","translit":"Satân","definition":"[Σατᾶν] of Hebrew origin ({{h7854}}); Satan, i.e. the devil Compare {{g4567}}.","strongs_number":"g4566"},"g4567":{"pronunciation":"sat-an-as'","unicode":"Σατανᾶς","translit":"Satanâs","definition":"[Σατανᾶς] of Chaldee origin corresponding to {{h4566}} (with the definite affix); the accuser, i.e. the devil","strongs_number":"g4567"},"g4568":{"pronunciation":"sat'-on","unicode":"σάτον","translit":"sáton","definition":"[σάτον] of Hebrew origin ({{h5429}}); a certain measure for things dry","strongs_number":"g4568"},"g4569":{"pronunciation":"sow'-los","unicode":"Σαῦλος","translit":"Saûlos","definition":"[Σαῦλος] of Hebrew origin, the same as {{g4549}}; Saulus (i.e. Shaul), the Jewish name of Paul","strongs_number":"g4569"},"g4570":{"pronunciation":"sben'-noo-mee","unicode":"σβέννυμι","translit":"sbénnymi","definition":"[σβέννυμι] a prolonged form of an apparently primary verb; to extinguish (literally or figuratively)","strongs_number":"g4570"},"g4571":{"pronunciation":"seh","unicode":"σέ","translit":"sé","definition":"[σέ] accusative case singular of {{g4771}}; thee","strongs_number":"g4571"},"g4572":{"pronunciation":"seh-ow-too'","unicode":"σεαυτοῦ","translit":"seautoû","definition":"[σεαυτοῦ] ; genitive case from {{g4571}} and {{g846}}, also dative case of the same, σεαυτῷ, and accusative case σεαυτόν, likewise contracted σαυτοῦ, σαυτῷ, and σαυτόν, respectively; of (with, to) thyself","strongs_number":"g4572"},"g4573":{"pronunciation":"seb-ad'-zom-ahee","unicode":"σεβάζομαι","translit":"sebázomai","definition":"[σεβάζομαι] middle voice from a derivative of {{g4576}}; to venerate, i.e. adore","strongs_number":"g4573"},"g4574":{"pronunciation":"seb'-as-mah","unicode":"σέβασμα","translit":"sébasma","definition":"[σέβασμα] from {{g4573}}; something adored, i.e. an object of worship (god, altar, etc)","strongs_number":"g4574"},"g4575":{"pronunciation":"seb-as-tos'","unicode":"σεβαστός","translit":"sebastós","definition":"[σεβαστός] from {{g4573}}; venerable (august), i.e. (as noun) a title of the Roman Emperor, or (as adjective) imperial","strongs_number":"g4575"},"g4576":{"pronunciation":"seb'-om-ahee","unicode":"σέβομαι","translit":"sébomai","definition":"[σέβομαι] middle voice of an apparently primary verb; to revere, i.e. adore","strongs_number":"g4576"},"g4577":{"pronunciation":"si-rah'","unicode":"σειρά","translit":"seirá","definition":"[σειρά] probably from {{g4951}} through its congener εἴρω (to fasten; akin to {{g138}}); a chain (as binding or drawing)","strongs_number":"g4577"},"g4578":{"pronunciation":"sice-mos'","unicode":"σεισμός","translit":"seismós","definition":"[σεισμός] from {{g4579}}; a commotion, i.e. (of the air) a gale, (of the ground) an earthquake","strongs_number":"g4578"},"g4579":{"pronunciation":"si'-o","unicode":"σείω","translit":"seíō","definition":"[σείω] apparently a primary verb; to rock (vibrate, properly, sideways or to and fro), i.e. (generally) to agitate (in any direction; cause to tremble); figuratively, to throw into a tremor (of fear or concern)","strongs_number":"g4579"},"g4580":{"pronunciation":"sek-oon'-dos","unicode":"Σεκοῦνδος","translit":"Sekoûndos","definition":"[Σεκοῦνδος] of Latin origin; \"second\"; Secundus, a Christian","strongs_number":"g4580"},"g4581":{"pronunciation":"sel-yook'-i-ah","unicode":"Σελεύκεια","translit":"Seleúkeia","definition":"[Σελεύκεια] from Σέλευκος (Seleucus, a Syrian king); Seleuceia, a place in Syria","strongs_number":"g4581"},"g4582":{"pronunciation":"sel-ay'-nay","unicode":"σελήνη","translit":"selḗnē","definition":"[σελήνη] from σέλας (brilliancy; probably akin to the alternate of {{g138}}, through the idea of attractiveness); the moon","strongs_number":"g4582"},"g4583":{"pronunciation":"sel-ay-nee-ad'-zom-ahee","unicode":"σεληνιάζομαι","translit":"selēniázomai","definition":"[σεληνιάζομαι] middle voice or passive from a presumed derivative of {{g4582}}; to be moon-struck, i.e. crazy","strongs_number":"g4583"},"g4584":{"pronunciation":"sem-eh-ee'","unicode":"Σεμεΐ","translit":"Semeḯ","definition":"[Σεμεΐ] of Hebrew origin ({{h8096}}); Semei (i.e. Shimi), an Israelite","strongs_number":"g4584"},"g4585":{"pronunciation":"sem-id'-al-is","unicode":"σεμίδαλις","translit":"semídalis","definition":"[σεμίδαλις] probably of foreign origin; fine wheaten flour","strongs_number":"g4585"},"g4586":{"pronunciation":"sem-nos'","unicode":"σεμνός","translit":"semnós","definition":"[σεμνός] from {{g4576}}; venerable, i.e. honorable","strongs_number":"g4586"},"g4587":{"pronunciation":"sem-not'-ace","unicode":"σεμνότης","translit":"semnótēs","definition":"[σεμνότης] from {{g4586}}; venerableness, i.e. probity","strongs_number":"g4587"},"g4588":{"pronunciation":"serg'-ee-os","unicode":"Σέργιος","translit":"Sérgios","definition":"[Σέργιος] of Latin origin; Sergius, a Roman","strongs_number":"g4588"},"g4589":{"pronunciation":"sayth","unicode":"Σήθ","translit":"Sḗth","definition":"[Σήθ] of Hebrew origin ({{h8352}}); Seth (i.e. Sheth), a patriarch","strongs_number":"g4589"},"g4590":{"pronunciation":"same","unicode":"Σήμ","translit":"Sḗm","definition":"[Σήμ] of Hebrew origin ({{h8035}}); Sem (i.e. Shem), a patriarch","strongs_number":"g4590"},"g4591":{"pronunciation":"say-mah'-ee-no","unicode":"σημαίνω","translit":"sēmaínō","definition":"[σημαίνω] from σῆμα (a mark; of uncertain derivation); to indicate","strongs_number":"g4591"},"g4592":{"pronunciation":"say-mi'-on","unicode":"σημεῖον","translit":"sēmeîon","definition":"[σημεῖον] neuter of a presumed derivative of the base of {{g4591}}; an indication, especially ceremonially or supernaturally","strongs_number":"g4592"},"g4593":{"pronunciation":"say-mi-o'-o","unicode":"σημειόω","translit":"sēmeióō","definition":"[σημειόω] from {{g4592}}; to distinguish, i.e. mark (for avoidance)","strongs_number":"g4593"},"g4594":{"pronunciation":"say'-mer-on","unicode":"σήμερον","translit":"sḗmeron","definition":"[σήμερον] neuter (as adverb) of a presumed compound of the article {{g3588}} (t changed to s) and {{g2250}}; on the (i.e. this) day (or night current or just passed); generally, now (i.e. at present, hitherto)","strongs_number":"g4594"},"g4595":{"pronunciation":"say'-po","unicode":"σήπω","translit":"sḗpō","definition":"[σήπω] apparently a primary verb; to putrefy, i.e. (figuratively) perish","strongs_number":"g4595"},"g4596":{"pronunciation":"say-ree-kos'","unicode":"σηρικός","translit":"sērikós","definition":"[σηρικός] from Σήρ (an Indian tribe from whom silk was procured; hence the name of the silk-worm); Seric, i.e. silken (neuter as noun, a silky fabric)","strongs_number":"g4596"},"g4597":{"pronunciation":"sace","unicode":"σής","translit":"sḗs","definition":"[σής] apparently of Hebrew origin ({{h5580}}); a moth","strongs_number":"g4597"},"g4598":{"pronunciation":"say-tob'-ro-tos","unicode":"σητόβρωτος","translit":"sētóbrōtos","definition":"[σητόβρωτος] from {{g4597}} and a derivative of {{g977}}; moth-eaten","strongs_number":"g4598"},"g4599":{"pronunciation":"sthen-o'-o","unicode":"σθενόω","translit":"sthenóō","definition":"[σθενόω] from σθένος (bodily vigor; probably akin to the base of {{g2476}}); to strengthen, i.e. (figuratively) confirm (in spiritual knowledge and power)","strongs_number":"g4599"},"g4600":{"pronunciation":"see-ag-one'","unicode":"σιαγών","translit":"siagṓn","definition":"[σιαγών] of uncertain derivation; the jaw-bone, i.e. (by implication) the cheek or side of the face","strongs_number":"g4600"}}
@@ -0,0 +1 @@
1
+ {"g4601":{"pronunciation":"see-gah'-o","unicode":"σιγάω","translit":"sigáō","definition":"[σιγάω] from {{g4602}}; to keep silent (transitively or intransitively)","strongs_number":"g4601"},"g4602":{"pronunciation":"see-gay'","unicode":"σιγή","translit":"sigḗ","definition":"[σιγή] apparently from σίζω (to hiss, i.e. hist or hush); silence Compare {{g4623}}.","strongs_number":"g4602"},"g4603":{"pronunciation":"sid-ay'-reh-os","unicode":"σιδήρεος","translit":"sidḗreos","definition":"[σιδήρεος] from {{g4604}}; made of iron","strongs_number":"g4603"},"g4604":{"pronunciation":"sid'-ay-ros","unicode":"σίδηρος","translit":"sídēros","definition":"[σίδηρος] of uncertain derivation; iron","strongs_number":"g4604"},"g4605":{"pronunciation":"sid-one'","unicode":"Σιδών","translit":"Sidṓn","definition":"[Σιδών] of Hebrew origin ({{h6721}}); Sidon (i.e. Tsidon), a place in Palestine","strongs_number":"g4605"},"g4606":{"pronunciation":"sid-o'-nee-os","unicode":"Σιδώνιος","translit":"Sidṓnios","definition":"[Σιδώνιος] from {{g4605}}; a Sidonian, i.e. inhabitant of Sidon","strongs_number":"g4606"},"g4607":{"pronunciation":"sik-ar'-ee-os","unicode":"σικάριος","translit":"sikários","definition":"[σικάριος] of Latin origin; a dagger-man or assassin; a freebooter (Jewish fanatic outlawed by the Romans) Compare {{g5406}}.","strongs_number":"g4607"},"g4608":{"pronunciation":"sik'-er-ah","unicode":"σίκερα","translit":"síkera","definition":"[σίκερα] of Hebrew origin ({{h7941}}); an intoxicant, i.e. intensely fermented liquor","strongs_number":"g4608"},"g4609":{"pronunciation":"see'-las","unicode":"Σίλας","translit":"Sílas","definition":"[Σίλας] contraction for {{g4610}}; Silas, a Christian","strongs_number":"g4609"},"g4610":{"pronunciation":"sil-oo-an-os'","unicode":"Σιλουανός","translit":"Silouanós","definition":"[Σιλουανός] of Latin origin; \"silvan\"; Silvanus, a Christian Compare {{g4609}}.","strongs_number":"g4610"},"g4611":{"pronunciation":"sil-o-am'","unicode":"Σιλωάμ","translit":"Silōám","definition":"[Σιλωάμ] of Hebrew origin ({{h7975}}); Siloam (i.e. Shiloach), a pool of Jerusalem","strongs_number":"g4611"},"g4612":{"pronunciation":"sim-ee-kin'-thee-on","unicode":"σιμικίνθιον","translit":"simikínthion","definition":"[σιμικίνθιον] of Latin origin; a semicinctium or half-girding, i.e. narrow covering (apron)","strongs_number":"g4612"},"g4613":{"pronunciation":"see'-mone","unicode":"Σίμων","translit":"Símōn","definition":"[Σίμων] of Hebrew origin ({{h8095}}); Simon (i.e. Shimon), the name of nine Israelites Compare {{g4826}}.","strongs_number":"g4613"},"g4614":{"pronunciation":"see-nah'","unicode":"Σινᾶ","translit":"Sinâ","definition":"[Σινᾶ] of Hebrew origin ({{h5514}}); Sina (i.e. Sinai), a mountain in Arabia","strongs_number":"g4614"},"g4615":{"pronunciation":"sin'-ap-ee","unicode":"σίναπι","translit":"sínapi","definition":"[σίναπι] perhaps from σίνομαι (to hurt, i.e. sting); mustard (the plant)","strongs_number":"g4615"},"g4616":{"pronunciation":"sin-done'","unicode":"σινδών","translit":"sindṓn","definition":"[σινδών] of uncertain (perhaps foreign) origin; byssos, i.e. bleached linen (the cloth or a garment of it)","strongs_number":"g4616"},"g4617":{"pronunciation":"sin-ee-ad'-zo","unicode":"σινιάζω","translit":"siniázō","definition":"[σινιάζω] from σινίον (a sieve); to riddle (figuratively)","strongs_number":"g4617"},"g4618":{"pronunciation":"sit-yoo-ros'","unicode":"σιτευτός","translit":"siteutós","definition":"[σιτευτός] from a derivative of {{g4621}}; grain-fed, i.e. fattened","strongs_number":"g4618"},"g4619":{"pronunciation":"sit-is-tos'","unicode":"σιτιστός","translit":"sitistós","definition":"[σιτιστός] from a derivative of {{g4621}}; grained, i.e. fatted","strongs_number":"g4619"},"g4620":{"pronunciation":"sit-om'-et-ron","unicode":"σιτόμετρον","translit":"sitómetron","definition":"[σιτόμετρον] from {{g4621}} and {{g3358}}; a grain-measure, i.e. (by implication) ration (allowance of food)","strongs_number":"g4620"},"g4621":{"pronunciation":"see'-tos","unicode":"σῖτος","translit":"sîtos","definition":"[σῖτος] , also plural irregular neuter σῖταof uncertain derivation; grain, especially wheat","strongs_number":"g4621"},"g4622":{"pronunciation":"see-own'","unicode":"Σιών","translit":"Siṓn","definition":"[Σιών] of Hebrew origin ({{h6726}}); Sion (i.e. Tsijon), a hill of Jerusalem; figuratively, the Church (militant or triumphant)","strongs_number":"g4622"},"g4623":{"pronunciation":"see-o-pah'-o","unicode":"σιωπάω","translit":"siōpáō","definition":"[σιωπάω] from σιωπή (silence, i.e. a hush; properly, muteness, i.e. involuntary stillness, or inability to speak; and thus differing from {{g4602}}, which is rather a voluntary refusal or indisposition to speak, although the terms are often used synonymously); to be dumb (but not deaf also, like 2974 properly); figuratively, to be calm (as quiet water)","strongs_number":"g4623"},"g4624":{"pronunciation":"skan-dal-id'-zo","unicode":"σκανδαλίζω","translit":"skandalízō","definition":"[σκανδαλίζω] from {{g4625}}; to entrap, i.e. trip up (figuratively, stumble (transitively) or entice to sin, apostasy or displeasure)","strongs_number":"g4624"},"g4625":{"pronunciation":"skan'-dal-on","unicode":"σκάνδαλον","translit":"skándalon","definition":"[σκάνδαλον] (\"scandal\"); probably from a derivative of {{g2578}}; a trap-stick (bent sapling), i.e. snare (figuratively, cause of displeasure or sin)","strongs_number":"g4625"},"g4626":{"pronunciation":"skap'-to","unicode":"σκάπτω","translit":"skáptō","definition":"[σκάπτω] apparently a primary verb; to dig","strongs_number":"g4626"},"g4627":{"pronunciation":"skaf'-ay","unicode":"σκάφη","translit":"skáphē","definition":"[σκάφη] a \"skiff\" (as if dug out), or yawl (carried aboard a large vessel for landing)","strongs_number":"g4627"},"g4628":{"pronunciation":"skel'-os","unicode":"σκέλος","translit":"skélos","definition":"[σκέλος] apparently from σκέλλω (to parch; through the idea of leanness); the leg (as lank)","strongs_number":"g4628"},"g4629":{"pronunciation":"skep'-as-mah","unicode":"σκέπασμα","translit":"sképasma","definition":"[σκέπασμα] from a derivative of σκέπας (a covering; perhaps akin to the base of {{g4649}} through the idea of noticeableness); clothing","strongs_number":"g4629"},"g4630":{"pronunciation":"skyoo-as'","unicode":"Σκευᾶς","translit":"Skeuâs","definition":"[Σκευᾶς] apparently of Latin origin; left-handed; Scevas (i.e. Scævus), an Israelite","strongs_number":"g4630"},"g4631":{"pronunciation":"skyoo-ay'","unicode":"σκευή","translit":"skeuḗ","definition":"[σκευή] from {{g4632}}; furniture, i.e. spare tackle","strongs_number":"g4631"},"g4632":{"pronunciation":"skyoo'-os","unicode":"σκεῦος","translit":"skeûos","definition":"[σκεῦος] of uncertain affinity; a vessel, implement, equipment or apparatus (literally or figuratively [specially, a wife as contributing to the usefulness of the husband])","strongs_number":"g4632"},"g4633":{"pronunciation":"skay-nay'","unicode":"σκηνή","translit":"skēnḗ","definition":"[σκηνή] apparently akin to {{g4632}} and {{g4639}}; a tent or cloth hut (literally or figuratively)","strongs_number":"g4633"},"g4634":{"pronunciation":"skay-nop-ayg-ee'-ah","unicode":"σκηνοπηγία","translit":"skēnopēgía","definition":"[σκηνοπηγία] from {{g4636}} and {{g4078}}; the Festival of Tabernacles (so called from the custom of erecting booths for temporary homes)","strongs_number":"g4634"},"g4635":{"pronunciation":"skay-nop-oy-os'","unicode":"σκηνοποιός","translit":"skēnopoiós","definition":"[σκηνοποιός] from {{g4633}} and {{g4160}}; a manufacturer of tents","strongs_number":"g4635"},"g4636":{"pronunciation":"skay'-nos","unicode":"σκῆνος","translit":"skēnos","definition":"[σκῆνος] from {{g4633}}; a hut or temporary residence, i.e. (figuratively) the human body (as the abode of the spirit)","strongs_number":"g4636"},"g4637":{"pronunciation":"skay-no'-o","unicode":"σκηνόω","translit":"skēnóō","definition":"[σκηνόω] from {{g4636}}; to tent or encamp, i.e. (figuratively) to occupy (as a mansion) or (specially), to reside (as God did in the Tabernacle of old, a symbol of protection and communion)","strongs_number":"g4637"},"g4638":{"pronunciation":"skay'-no-mah","unicode":"σκήνωμα","translit":"skḗnōma","definition":"[σκήνωμα] from {{g4637}}; an encampment, i.e. (figuratively) the Temple (as God's residence), the body (as a tenement for the soul)","strongs_number":"g4638"},"g4639":{"pronunciation":"skee'-ah","unicode":"σκιά","translit":"skiá","definition":"[σκιά] apparently a primary word; \"shade\" or a shadow (literally or figuratively (darkness of error or an adumbration))","strongs_number":"g4639"},"g4640":{"pronunciation":"skeer-tah'-o","unicode":"σκιρτάω","translit":"skirtáō","definition":"[σκιρτάω] akin to σκαίρω (to skip); to jump, i.e. sympathetically move (as the quickening of a fetus)","strongs_number":"g4640"},"g4641":{"pronunciation":"sklay-rok-ar-dee'-ah","unicode":"σκληροκαρδία","translit":"sklērokardía","definition":"[σκληροκαρδία] feminine of a compound of {{g4642}} and {{g2588}}; hard-heartedness, i.e. (specially), destitution of (spiritual) perception","strongs_number":"g4641"},"g4642":{"pronunciation":"sklay-ros'","unicode":"σκληρός","translit":"sklērós","definition":"[σκληρός] from the base of {{g4628}}; dry, i.e. hard or tough (figuratively, harsh, severe)","strongs_number":"g4642"},"g4643":{"pronunciation":"sklay-rot'-ace","unicode":"σκληρότης","translit":"sklērótēs","definition":"[σκληρότης] from {{g4642}}; callousness, i.e. (figuratively) stubbornness","strongs_number":"g4643"},"g4644":{"pronunciation":"sklay-rot-rakh'-ay-los","unicode":"σκληροτράχηλος","translit":"sklērotráchēlos","definition":"[σκληροτράχηλος] from {{g4642}} and {{g5137}}; hardnaped, i.e. (figuratively) obstinate","strongs_number":"g4644"},"g4645":{"pronunciation":"sklay-roo'-no","unicode":"σκληρύνω","translit":"sklērýnō","definition":"[σκληρύνω] from {{g4642}}; to indurate, i.e. (figuratively) render stubborn","strongs_number":"g4645"},"g4646":{"pronunciation":"skol-ee-os'","unicode":"σκολιός","translit":"skoliós","definition":"[σκολιός] from the base of {{g4628}}; warped, i.e. winding; figuratively, perverse","strongs_number":"g4646"},"g4647":{"pronunciation":"skol'-ops","unicode":"σκόλοψ","translit":"skólops","definition":"[σκόλοψ] perhaps from the base of {{g4628}} and {{g3700}}; withered at the front, i.e. a point or prickle (figuratively, a bodily annoyance or disability)","strongs_number":"g4647"},"g4648":{"pronunciation":"skop-eh'-o","unicode":"σκοπέω","translit":"skopéō","definition":"[σκοπέω] from {{g4649}}; to take aim at (spy), i.e. (figuratively) regard Compare {{g3700}}.","strongs_number":"g4648"},"g4649":{"pronunciation":"skop-os'","unicode":"σκοπός","translit":"skopós","definition":"[σκοπός] from σκέπτομαι (to peer about (\"skeptic\"); perhaps akin to {{g4626}} through the idea of concealment; compare {{g4629}}); a watch (sentry or scout), i.e. (by implication) a goal","strongs_number":"g4649"},"g4650":{"pronunciation":"skor-pid'-zo","unicode":"σκορπίζω","translit":"skorpízō","definition":"[σκορπίζω] apparently from the same as {{g4651}} (through the idea of penetrating); to dissipate, i.e. (figuratively) put to flight, waste, be liberal","strongs_number":"g4650"},"g4651":{"pronunciation":"skor-pee'-os","unicode":"σκορπίος","translit":"skorpíos","definition":"[σκορπίος] probably from an obsolete σκέρπω (perhaps strengthened from the base of {{g4649}} and meaning to pierce); a \"scorpion\" (from its sting)","strongs_number":"g4651"},"g4652":{"pronunciation":"skot-i-nos'","unicode":"σκοτεινός","translit":"skoteinós","definition":"[σκοτεινός] from {{g4655}}; opaque, i.e. (figuratively) benighted","strongs_number":"g4652"},"g4653":{"pronunciation":"skot-ee'-ah","unicode":"σκοτία","translit":"skotía","definition":"[σκοτία] from {{g4655}}; dimness, obscurity (literally or figuratively)","strongs_number":"g4653"},"g4654":{"pronunciation":"skot-id-zo","unicode":"σκοτίζω","translit":"skotízō","definition":"[σκοτίζω] from {{g4655}}; to obscure (literally or figuratively)","strongs_number":"g4654"},"g4655":{"pronunciation":"skot'-os","unicode":"σκότος","translit":"skótos","definition":"[σκότος] from the base of {{g4639}}; shadiness, i.e. obscurity (literally or figuratively)","strongs_number":"g4655"},"g4656":{"pronunciation":"skot-o'-o","unicode":"σκοτόω","translit":"skotóō","definition":"[σκοτόω] from {{g4655}}; to obscure or blind (literally or figuratively)","strongs_number":"g4656"},"g4657":{"pronunciation":"skoo'-bal-on","unicode":"σκύβαλον","translit":"skýbalon","definition":"[σκύβαλον] neuter of a presumed derivative of {{g1519}} and {{g2965}} and {{g906}}; what is thrown to the dogs, i.e. refuse (ordure)","strongs_number":"g4657"},"g4658":{"pronunciation":"skoo'-thace","unicode":"Σκύθης","translit":"Skýthēs","definition":"[Σκύθης] probably of foreign origin; a Scythene or Scythian, i.e. (by implication) a savage","strongs_number":"g4658"},"g4659":{"pronunciation":"skoo-thro-pos'","unicode":"σκυθρωπός","translit":"skythrōpós","definition":"[σκυθρωπός] from σκυθρός (sullen) and a derivative of {{g3700}}; angry-visaged, i.e. gloomy or affecting a mournful appearance","strongs_number":"g4659"},"g4660":{"pronunciation":"skool'-lo","unicode":"σκύλλω","translit":"skýllō","definition":"[σκύλλω] apparently a primary verb; to flay, i.e. (figuratively) to harass","strongs_number":"g4660"},"g4661":{"pronunciation":"skoo'-lon","unicode":"σκῦλον","translit":"skŷlon","definition":"[σκῦλον] neuter from {{g4660}}; something stripped (as a hide), i.e. booty","strongs_number":"g4661"},"g4662":{"pronunciation":"sko-lay-kob'-ro-tos","unicode":"σκωληκόβρωτος","translit":"skōlēkóbrōtos","definition":"[σκωληκόβρωτος] from {{g4663}} and a derivative of {{g977}}; worm-eaten, i.e. diseased with maggots","strongs_number":"g4662"},"g4663":{"pronunciation":"sko'-lakes","unicode":"σκώληξ","translit":"skṓlēx","definition":"[σκώληξ] of uncertain derivation; a grub, maggot or earth-worm","strongs_number":"g4663"},"g4664":{"pronunciation":"smar-ag'-dee-nos","unicode":"σμαράγδινος","translit":"smarágdinos","definition":"[σμαράγδινος] from {{g4665}}; consisting of emerald","strongs_number":"g4664"},"g4665":{"pronunciation":"smar'-ag-dos","unicode":"σμάραγδος","translit":"smáragdos","definition":"[σμάραγδος] of uncertain derivation; the emerald or green gem so called","strongs_number":"g4665"},"g4666":{"pronunciation":"smoor'-nah","unicode":"σμύρνα","translit":"smýrna","definition":"[σμύρνα] apparently strengthened for {{g3464}}; myrrh","strongs_number":"g4666"},"g4667":{"pronunciation":"smoor'-nah","unicode":"Σμύρνα","translit":"Smýrna","definition":"[Σμύρνα] the same as {{g4666}}; Smyrna, a place in Asia Minor","strongs_number":"g4667"},"g4668":{"pronunciation":"smoor-nah'-yos","unicode":"Σμυρναῖος","translit":"Smyrnaîos","definition":"[Σμυρναῖος] from {{g4667}}; a Smyrnæan","strongs_number":"g4668"},"g4669":{"pronunciation":"smoor-nid'-zo","unicode":"σμυρνίζω","translit":"smyrnízō","definition":"[σμυρνίζω] from {{g4667}}; to tincture with myrrh, i.e. embitter (as a narcotic)","strongs_number":"g4669"},"g4670":{"pronunciation":"sod'-om-ah","unicode":"Σόδομα","translit":"Sódoma","definition":"[Σόδομα] plural of Hebrew origin ({{h5467}}); Sodoma (i.e. Sedom), a place in Palestine","strongs_number":"g4670"},"g4671":{"pronunciation":"soy","unicode":"σοί","translit":"soí","definition":"[σοί] dative case of {{g4771}}; to thee","strongs_number":"g4671"},"g4672":{"pronunciation":"sol-om-one'","unicode":"Σολομών","translit":"Solomṓn","definition":"[Σολομών] of Hebrew origin ({{h8010}}); Solomon (i.e. Shelomoh), the son of David","strongs_number":"g4672"},"g4673":{"pronunciation":"sor-os'","unicode":"σορός","translit":"sorós","definition":"[σορός] probably akin to the base of {{g4987}}; a funereal receptacle (urn, coffin), i.e. (by analogy) a bier","strongs_number":"g4673"},"g4674":{"pronunciation":"sos","unicode":"σός","translit":"sós","definition":"[σός] from {{g4771}}; thine","strongs_number":"g4674"},"g4675":{"pronunciation":"soo","unicode":"σοῦ","translit":"soû","definition":"[σοῦ] genitive case of {{g4771}}; of thee, thy","strongs_number":"g4675"},"g4676":{"pronunciation":"soo-dar'-ee-on","unicode":"σουδάριον","translit":"soudárion","definition":"[σουδάριον] of Latin origin; a sudarium (sweat-cloth), i.e. towel (for wiping the perspiration from the face, or binding the face of a corpse)","strongs_number":"g4676"},"g4677":{"pronunciation":"soo-san'-nah","unicode":"Σουσάννα","translit":"Sousánna","definition":"[Σουσάννα] of Hebrew origin ({{h7799}} feminine); lily; Susannah (i.e. Shoshannah), an Israelitess","strongs_number":"g4677"},"g4678":{"pronunciation":"sof-ee'-ah","unicode":"σοφία","translit":"sophía","definition":"[σοφία] from {{g4680}}; wisdom (higher or lower, worldly or spiritual)","strongs_number":"g4678"},"g4679":{"pronunciation":"sof-id'-zo","unicode":"σοφίζω","translit":"sophízō","definition":"[σοφίζω] from {{g4680}}; to render wise; in a sinister acceptation, to form \"sophisms\", i.e. continue plausible error","strongs_number":"g4679"},"g4680":{"pronunciation":"sof-os'","unicode":"σοφός","translit":"sophós","definition":"[σοφός] akin to σαφής (clear); wise (in a most general application) Compare {{g5429}}.","strongs_number":"g4680"},"g4681":{"pronunciation":"span-ee'-ah","unicode":"Σπανία","translit":"Spanía","definition":"[Σπανία] probably of foreign origin; Spania, a region of Europe","strongs_number":"g4681"},"g4682":{"pronunciation":"spar-as'-so","unicode":"σπαράσσω","translit":"sparássō","definition":"[σπαράσσω] prolongation from σπαίρω (to grasp; apparently strengthened from {{g4685}} through the idea of spasmodic contraction); to mangle, i.e. convluse with epilepsy","strongs_number":"g4682"},"g4683":{"pronunciation":"spar-gan-o'-o","unicode":"σπαργανόω","translit":"sparganóō","definition":"[σπαργανόω] from σπάργανον (a strip; from a derivative of the base of {{g4682}} meaning to strap or wrap with strips); to swathe (an infant after the Oriental custom)","strongs_number":"g4683"},"g4684":{"pronunciation":"spat-al-ah'-o","unicode":"σπαταλάω","translit":"spataláō","definition":"[σπαταλάω] from σπατάλη (luxury); to be voluptuous","strongs_number":"g4684"},"g4685":{"pronunciation":"spah'-o","unicode":"σπάω","translit":"spáō","definition":"[σπάω] a primary verb; to draw","strongs_number":"g4685"},"g4686":{"pronunciation":"spi'-rah","unicode":"σπεῖρα","translit":"speîra","definition":"[σπεῖρα] of immediate Latin origin, but ultimately a derivative of {{g138}} in the sense of its cognate {{g1507}}; a coil (spira, \"spire\"), i.e. (figuratively) a mass of men (a Roman military cohort; also (by analogy) a squad of Levitical janitors)","strongs_number":"g4686"},"g4687":{"pronunciation":"spi'-ro","unicode":"σπείρω","translit":"speírō","definition":"[σπείρω] probably strengthened from {{g4685}} (through the idea of extending); to scatter, i.e. sow (literally or figuratively)","strongs_number":"g4687"},"g4688":{"pronunciation":"spek-oo-lat'-ore","unicode":"σπεκουλάτωρ","translit":"spekoulátōr","definition":"[σπεκουλάτωρ] of Latin origin; a speculator, i.e. military scout (spy or (by extension) life-guardsman)","strongs_number":"g4688"},"g4689":{"pronunciation":"spen'-do","unicode":"σπένδω","translit":"spéndō","definition":"[σπένδω] apparently a primary verb; to pour out as a libation, i.e. (figuratively) to devote (one's life or blood, as a sacrifice) (\"spend\")","strongs_number":"g4689"},"g4690":{"pronunciation":"sper'-mah","unicode":"σπέρμα","translit":"spérma","definition":"[σπέρμα] from {{g4687}}; something sown, i.e. seed (including the male \"sperm\"); by implication, offspring; specially, a remnant (figuratively, as if kept over for planting)","strongs_number":"g4690"},"g4691":{"pronunciation":"sper-mol-og'-os","unicode":"σπερμολόγος","translit":"spermológos","definition":"[σπερμολόγος] from {{g4690}} and {{g3004}}; a seed-picker (as the crow), i.e. (figuratively) a sponger, loafer (specially, a gossip or trifler in talk)","strongs_number":"g4691"},"g4692":{"pronunciation":"spyoo'-do","unicode":"σπεύδω","translit":"speúdō","definition":"[σπεύδω] probably strengthened from {{g4228}}; to \"speed\" (\"study\"), i.e. urge on (diligently or earnestly); by implication, to await eagerly","strongs_number":"g4692"},"g4693":{"pronunciation":"spay'-lah-yon","unicode":"σπήλαιον","translit":"spḗlaion","definition":"[σπήλαιον] neuter of a presumed derivative of σπέος (a grotto); a cavern; by implication, a hiding-place or resort","strongs_number":"g4693"},"g4694":{"pronunciation":"spee-las'","unicode":"σπιλάς","translit":"spilás","definition":"[σπιλάς] of uncertain derivation; a ledge or reef of rock in the sea","strongs_number":"g4694"},"g4695":{"pronunciation":"spee-lo'-o","unicode":"σπιλόω","translit":"spilóō","definition":"[σπιλόω] from {{g4696}}; to stain or soil (literally or figuratively)","strongs_number":"g4695"},"g4696":{"pronunciation":"spee'-los","unicode":"σπίλος","translit":"spílos","definition":"[σπίλος] of uncertain derivation; a stain or blemish, i.e. (figuratively) defect, disgrace","strongs_number":"g4696"},"g4697":{"pronunciation":"splangkh-nid'-zom-ahee","unicode":"σπλαγχνίζομαι","translit":"splanchnízomai","definition":"[σπλαγχνίζομαι] middle voice from {{g4698}}; to have the bowels yearn, i.e. (figuratively) feel sympathy, to pity","strongs_number":"g4697"},"g4698":{"pronunciation":"splangkh'-non","unicode":"σπλάγχνον","translit":"splánchnon","definition":"[σπλάγχνον] probably strengthened from σπλήν (the \"spleen\"); an intestine (plural); figuratively, pity or sympathy","strongs_number":"g4698"},"g4699":{"pronunciation":"spong'-gos","unicode":"σπόγγος","translit":"spóngos","definition":"[σπόγγος] perhaps of foreign origin; a \"sponge\"","strongs_number":"g4699"},"g4700":{"pronunciation":"spod-os'","unicode":"σποδός","translit":"spodós","definition":"[σποδός] of uncertain derivation; ashes","strongs_number":"g4700"}}