-
Notifications
You must be signed in to change notification settings - Fork 0
/
book-abbreviation-to-title.json
68 lines (68 loc) · 1.33 KB
/
book-abbreviation-to-title.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"GEN": "Genesis",
"EXO": "Exodus",
"LEV": "Leviticus",
"NUM": "Numbers",
"DEU": "Deuteronomy",
"JOS": "Joshua",
"JDG": "Judges",
"RUT": "Ruth",
"1SA": "1 Samuel",
"2SA": "2 Samuel",
"1KI": "1 Kings",
"2KI": "2 Kings",
"1CH": "1 Chronicles",
"2CH": "2 Chronicles",
"EZR": "Ezra",
"NEH": "Nehemiah",
"EST": "Esther",
"JOB": "Job",
"PSA": "Psalms",
"PRO": "Proverbs",
"ECC": "Ecclesiastes",
"SOS": "Song of Solomon",
"ISA": "Isaiah",
"JER": "Jeremiah",
"LAM": "Lamentations",
"EZE": "Ezekiel",
"DAN": "Daniel",
"HOS": "Hosea",
"JOE": "Joel",
"AMO": "Amos",
"OBA": "Obadiah",
"JON": "Jonah",
"MIC": "Micah",
"NAH": "Nahum",
"HAB": "Habakkuk",
"ZEP": "Zephaniah",
"HAG": "Haggai",
"ZEC": "Zechariah",
"MAL": "Malachi",
"MAT": "Matthew",
"MAR": "Mark",
"LUK": "Luke",
"JOH": "John",
"ACT": "Acts",
"ROM": "Romans",
"1CO": "1 Corinthians",
"2CO": "2 Corinthians",
"GAL": "Galatians",
"EPH": "Ephesians",
"PHP": "Philippians",
"COL": "Colossians",
"1TH": "1 Thessalonians",
"2TH": "2 Thessalonians",
"1TI": "1 Timothy",
"2TI": "2 Timothy",
"TIT": "Titus",
"PHM": "Philemon",
"HEB": "Hebrews",
"JAM": "James",
"1PE": "1 Peter",
"2PE": "2 Peter",
"1JO": "1 John",
"2JO": "2 John",
"3JO": "3 John",
"JDE": "Jude",
"REV": "Revelation"
}