forked from rkazakov/usfm2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookNames.js
68 lines (68 loc) · 1.37 KB
/
bookNames.js
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
exports.bookNamesEN = {
'01O': 'Genesis',
'02O': 'Exodus',
'03O': 'Leviticus',
'04O': 'Numbers',
'05O': 'Deuteronomy',
'06O': 'Joshua',
'07O': 'Judges',
'08O': 'Ruth',
'09O': '1 Samuel',
'10O': '2 Samuel',
'11O': '1 Kings',
'12O': '2 Kings',
'13O': '1 Chronicles',
'14O': '2 Chronicles',
'15O': 'Ezra',
'16O': 'Nehemiah',
'17O': 'Esther',
'18O': 'Job',
'19O': 'Psalms',
'20O': 'Proverbs',
'21O': 'Ecclesiastes',
'22O': 'Song of Solomon',
'23O': 'Isaiah',
'24O': 'Jeremiah',
'25O': 'Lamentations',
'26O': 'Ezekiel',
'27O': 'Daniel',
'28O': 'Hosea',
'29O': 'Joel',
'30O': 'Amos',
'31O': 'Obadiah',
'32O': 'Jonah',
'33O': 'Micah',
'34O': 'Nahum',
'35O': 'Habakkuk',
'36O': 'Zephaniah',
'37O': 'Haggai',
'38O': 'Zechariah',
'39O': 'Malachi',
'40N': 'Matthew',
'41N': 'Mark',
'42N': 'Luke',
'43N': 'John',
'44N': 'Acts of the Apostles',
'45N': 'Romans',
'46N': '1 Corinthians',
'47N': '2 Corinthians',
'48N': 'Galatians',
'49N': 'Ephesians',
'50N': 'Philippians',
'51N': 'Colossians',
'52N': '1 Thessalonians',
'53N': '2 Thessalonians',
'54N': '1 Timothy',
'55N': '2 Timothy',
'56N': 'Titus',
'57N': 'Philemon',
'58N': 'Hebrews',
'59N': 'James',
'60N': '1 Peter',
'61N': '2 Peter',
'62N': '1 John',
'63N': '2 John',
'64N': '3 John',
'65N': 'Jude',
'66N': 'Revelation'
};