-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest_1corinthians_updated.json
More file actions
99 lines (99 loc) · 2.5 KB
/
Copy pathmanifest_1corinthians_updated.json
File metadata and controls
99 lines (99 loc) · 2.5 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"title": "신약 현대어 번역",
"description": "SBLGNT 기반 직역형 현대어와 문학적 현대어를 절충한 한국어 번역 웹앱",
"updatedBooks": 7,
"totalTargetBooks": 27,
"books": [
{
"id": "matthew",
"order": 1,
"bookKo": "마태복음",
"bookEn": "Matthew",
"chapterCount": 28,
"verseCount": 1068,
"data": "data/matthew.json",
"path": "data/matthew.json",
"file": "data/matthew.json",
"dataFile": "data/matthew.json",
"json": "data/matthew.json"
},
{
"id": "mark",
"order": 2,
"bookKo": "마가복음",
"bookEn": "Mark",
"chapterCount": 16,
"verseCount": 673,
"data": "data/mark.json",
"path": "data/mark.json",
"file": "data/mark.json",
"dataFile": "data/mark.json",
"json": "data/mark.json"
},
{
"id": "luke",
"order": 3,
"bookKo": "누가복음",
"bookEn": "Luke",
"chapterCount": 24,
"verseCount": 1151,
"data": "data/luke.json",
"path": "data/luke.json",
"file": "data/luke.json",
"dataFile": "data/luke.json",
"json": "data/luke.json"
},
{
"id": "john",
"order": 4,
"bookKo": "요한복음",
"bookEn": "John",
"chapterCount": 21,
"verseCount": 879,
"data": "data/john.json",
"path": "data/john.json",
"file": "data/john.json",
"dataFile": "data/john.json",
"json": "data/john.json"
},
{
"id": "acts",
"order": 5,
"bookKo": "사도행전",
"bookEn": "Acts",
"chapterCount": 28,
"verseCount": 1004,
"data": "data/acts.json",
"path": "data/acts.json",
"file": "data/acts.json",
"dataFile": "data/acts.json",
"json": "data/acts.json"
},
{
"id": "romans",
"order": 6,
"bookKo": "로마서",
"bookEn": "Romans",
"chapterCount": 16,
"verseCount": 433,
"data": "data/romans.json",
"path": "data/romans.json",
"file": "data/romans.json",
"dataFile": "data/romans.json",
"json": "data/romans.json"
},
{
"id": "1corinthians",
"order": 7,
"bookKo": "고린도전서",
"bookEn": "1 Corinthians",
"chapterCount": 16,
"verseCount": 437,
"data": "data/1corinthians.json",
"path": "data/1corinthians.json",
"file": "data/1corinthians.json",
"dataFile": "data/1corinthians.json",
"json": "data/1corinthians.json"
}
]
}