-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra-dictionary.js
More file actions
17 lines (16 loc) · 2.45 KB
/
extra-dictionary.js
File metadata and controls
17 lines (16 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Prefixes
javascripture.data.strongsDictionary["Hb"] = { "lemma":"ב", "xlit":"b", "pron":"b", "strongs_def":"in", "kjv_def":"in, on, at; with; through; among; when; in exchange for" };
javascripture.data.strongsDictionary["Hc"] = { "lemma":"ו", "xlit":"w", "pron":"w", "strongs_def":"and", "kjv_def":"and, also; but; so; then" };
javascripture.data.strongsDictionary["Hd"] = { "lemma":"ה", "xlit":"h", "pron":"h", "strongs_def":"the", "kjv_def":"the" };
javascripture.data.strongsDictionary["Hk"] = { "lemma":"ך", "xlit":"k", "pron":"k", "strongs_def":"like", "kjv_def":"like, as, similar to, according to, about" },
javascripture.data.strongsDictionary["Hl"] = { "lemma":"ל", "xlit":"l", "pron":"l", "strongs_def":"to", "kjv_def":"to, toward; for; in regard to; of, about" };
javascripture.data.strongsDictionary["Hm"] = { "lemma":"מ", "xlit":"m", "pron":"m", "strongs_def":"from", "kjv_def":"from, of; on account of; beside; above; than; since" };
javascripture.data.strongsDictionary["Hi"] = { "lemma":"ה", "xlit":"h", "pron":"h", "strongs_def":"(untranslatable; interrogative particle)", "kjv_def":" " };
javascripture.data.strongsDictionary["Hs"] = { "lemma":"שׁ", "xlit":"s", "pron":"s", "strongs_def":"which", "kjv_def":"which, that; since, because" };
// Missing words
//need adding to the families/roots array
/*javascripture.data.strongsDictionary["H5960"] = { "lemma":"לְמוֹן", "xlit":"almon", "pron":"‘almôn", "strongs_def":"Almon from 5956; hidden; concealed, a town in Benjamin allotted to the priests, a place in Palestine See also 5963", "kjv_def":"Almon" };
javascripture.data.strongsDictionary["H5617"] = { "lemma":"סְפַרְוַיִם", "xlit":"sepharwym", "sepharwaiym":"‘almôn", "strongs_def":"Sepharvaim, 'the two Sipparas', a city in Syria conquered by the king of Assyria perhaps near the modern 'Mosaib' and on the Euphrates above Babylon", "kjv_def":"Sepharvaim" };
javascripture.data.strongsDictionary["H7893"] = { "lemma":"שַׁישִׁ", "xlit":"sys", "pron":"šayši", "strongs_def":"alabaster, from an unused root meaning to bleach, i. e. whiten; white, i. e. marble. See 8336.", "kjv_def":"marble" };
javascripture.data.strongsDictionary["H2579"] = { "lemma":"חמתרבה", "xlit":"hamat raba", "pron":"ḥămaṯ raḇâ", "strongs_def":"Hamath-rabbah, from 2574 and 7237; Chamath of Rabbah; Chamath- Rabbah, probably the same as 2574. enclosure of wrath - populous a town site unknown; maybe same as Hamath", "kjv_def":"Hamath the great" };
*/