diff --git a/package.json b/package.json index a9580cfb24..80e314b028 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "overwrite-resources": "rm -rf tcResources/en/bibles tcResources/en/translationHelps tcResources/el-x-koine tcResources/hi && npm run update-resources", "update-apps": "git submodule foreach --recursive git checkout develop && git submodule foreach --recursive git pull", "update-attributions": "node scripts/attributions/generateAttributionData.js src/js/components/home/license/attributionData.json", - "update-resources": "node scripts/resources/updateResources.js tcResources en hi el-x-koine hbo --allAlignedBibles --uWoriginalLanguage --unfoldingWordOrg", + "update-resources": "node scripts/resources/updateResources.js tcResources en hi el-x-koine hbo --allAlignedBibles --uWoriginalLanguage --unfoldingWordOrg --preProd", "update-version": "node ./scripts/versionScript.js" }, "repository": { diff --git a/scripts/resources/updateResources.js b/scripts/resources/updateResources.js index a79eff07c9..28d35959b5 100644 --- a/scripts/resources/updateResources.js +++ b/scripts/resources/updateResources.js @@ -11,6 +11,7 @@ const { default: SourceContentUpdater, apiHelpers, resourcesHelpers, + STAGE, } = require('tc-source-content-updater'); const packagefile = require('../../package.json'); const UpdateResourcesHelpers = require('./updateResourcesHelpers'); @@ -29,6 +30,7 @@ const TN_PATH = 'translationHelps/translationNotes'; let okToZip = false; let unfoldingWordOrg = false +let preProd = false /** * remove load-after resources from updateList so no duplicate fetches @@ -93,6 +95,10 @@ const updateResources = async (languages, resourcesPath, allAlignedBibles, uWori latestManifestKey, }; + if (preProd) { + config.stage = STAGE.PRE_PROD + } + okToZip = true; await sourceContentUpdater.getLatestResources(localResourceList, config) @@ -755,6 +761,7 @@ if (require.main === module) { const allAlignedBibles = findFlag(flags, '--allAlignedBibles'); // include all aligned bibles in package const uWoriginalLanguage = findFlag(flags, '--uWoriginalLanguage'); // include original language resources from unfoldingWord org unfoldingWordOrg = findFlag(flags, '--unfoldingWordOrg'); // include all resources from unfoldingWord org + preProd = findFlag(flags, '--preProd'); // include pre-release resources if (! fs.existsSync(resourcesPath)) { console.error('Directory does not exist: ' + resourcesPath); diff --git a/src/js/helpers/ProjectValidation/MissingVersesHelpers.js b/src/js/helpers/ProjectValidation/MissingVersesHelpers.js index 80ce8d9fb5..f95fb6fbb9 100644 --- a/src/js/helpers/ProjectValidation/MissingVersesHelpers.js +++ b/src/js/helpers/ProjectValidation/MissingVersesHelpers.js @@ -79,7 +79,7 @@ export const getMissingVerses = (projectDir, bookAbbr, expectedVerses) => { */ export function findMissingVerses(usfmFilePath, bookAbbr) { let expectedBookVerses = getExpectedBookVerses(bookAbbr); - return getMissingVerses(usfmFilePath, bookAbbr, expectedBookVerses); + return expectedBookVerses ? getMissingVerses(usfmFilePath, bookAbbr, expectedBookVerses) : {}; } /** diff --git a/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/books.zip index 10c51f4e4f..28c62ffd1b 100644 Binary files a/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/ugnt/v0.34_unfoldingWord/books.zip b/tcResources/el-x-koine/bibles/ugnt/v0.34_unfoldingWord/books.zip index c0b6d6b437..7b246243f7 100644 Binary files a/tcResources/el-x-koine/bibles/ugnt/v0.34_unfoldingWord/books.zip and b/tcResources/el-x-koine/bibles/ugnt/v0.34_unfoldingWord/books.zip differ diff --git a/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip new file mode 100644 index 0000000000..3ca5e19f2c Binary files /dev/null and b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip differ diff --git a/tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/manifest.json b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json similarity index 64% rename from tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/manifest.json rename to tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json index ebe7310fb9..c24f47da09 100644 --- a/tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/manifest.json +++ b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json @@ -65,6 +65,56 @@ "bible-ot" ] }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./twl_LEV.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./twl_NUM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./twl_DEU.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./twl_JOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./twl_JDG.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Ruth", "versification": "ufw", @@ -75,6 +125,66 @@ "bible-ot" ] }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./twl_1SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./twl_2SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./twl_1KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./twl_2KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./twl_1CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./twl_2CH.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Ezra", "versification": "ufw", @@ -115,6 +225,16 @@ "bible-ot" ] }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./twl_PSA.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Proverbs", "versification": "ufw", @@ -125,6 +245,16 @@ "bible-ot" ] }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./twl_ECC.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Song of Solomon", "versification": "ufw", @@ -135,6 +265,86 @@ "bible-ot" ] }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./twl_ISA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./twl_JER.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./twl_LAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./twl_EZK.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./twl_DAN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./twl_HOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./twl_JOL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./twl_AMO.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Obadiah", "versification": "ufw", @@ -155,6 +365,36 @@ "bible-ot" ] }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./twl_MIC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./twl_NAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./twl_HAB.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Zephaniah", "versification": "ufw", @@ -175,6 +415,26 @@ "bible-ot" ] }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./twl_ZEC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./twl_MAL.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Matthew", "versification": "ufw", @@ -446,7 +706,8 @@ ] } ], - "version": "84", - "catalog_modified_time": "2024-08-14T22:43:25Z", - "modifiedTime": "2024-08-14T22:43:25Z" + "version": "84.1", + "catalog_modified_time": "2024-08-15T16:21:53Z", + "modifiedTime": "2024-08-15T16:21:53Z", + "stage": "preprod" } diff --git a/tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/contents.zip b/tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/contents.zip deleted file mode 100644 index 7616f1159e..0000000000 Binary files a/tcResources/el-x-koine/translationHelps/translationWords/v84_Door43-Catalog/contents.zip and /dev/null differ diff --git a/tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip new file mode 100644 index 0000000000..0e9018eef4 Binary files /dev/null and b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ult/v84.1_Door43-Catalog/index.json b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/index.json new file mode 100644 index 0000000000..5ba1c9473a --- /dev/null +++ b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/index.json @@ -0,0 +1,1389 @@ +{ + "gen": { + "1": 31, + "2": 25, + "3": 24, + "4": 26, + "5": 32, + "6": 22, + "7": 24, + "8": 22, + "9": 29, + "10": 32, + "11": 32, + "12": 20, + "13": 18, + "14": 24, + "15": 21, + "16": 16, + "17": 27, + "18": 33, + "19": 38, + "20": 18, + "21": 34, + "22": 24, + "23": 20, + "24": 67, + "25": 34, + "26": 35, + "27": 46, + "28": 22, + "29": 35, + "30": 43, + "31": 55, + "32": 32, + "33": 20, + "34": 31, + "35": 29, + "36": 43, + "37": 36, + "38": 30, + "39": 23, + "40": 23, + "41": 57, + "42": 38, + "43": 34, + "44": 34, + "45": 28, + "46": 34, + "47": 31, + "48": 22, + "49": 33, + "50": 26, + "chapters": 50 + }, + "exo": { + "1": 22, + "2": 25, + "3": 22, + "4": 31, + "5": 23, + "6": 30, + "7": 25, + "8": 32, + "9": 35, + "10": 29, + "11": 10, + "12": 51, + "13": 22, + "14": 31, + "15": 27, + "16": 36, + "17": 16, + "18": 27, + "19": 25, + "20": 26, + "21": 36, + "22": 31, + "23": 33, + "24": 18, + "25": 40, + "26": 37, + "27": 21, + "28": 43, + "29": 46, + "30": 38, + "31": 18, + "32": 35, + "33": 23, + "34": 35, + "35": 35, + "36": 38, + "37": 29, + "38": 31, + "39": 43, + "40": 38, + "chapters": 40 + }, + "lev": { + "1": 17, + "2": 16, + "3": 17, + "4": 35, + "5": 19, + "6": 30, + "7": 38, + "8": 36, + "9": 24, + "10": 20, + "11": 47, + "12": 8, + "13": 59, + "14": 57, + "15": 33, + "16": 34, + "17": 16, + "18": 30, + "19": 37, + "20": 27, + "21": 24, + "22": 33, + "23": 44, + "24": 23, + "25": 55, + "26": 46, + "27": 34, + "chapters": 27 + }, + "num": { + "1": 54, + "2": 34, + "3": 51, + "4": 49, + "5": 31, + "6": 27, + "7": 89, + "8": 26, + "9": 23, + "10": 36, + "11": 35, + "12": 16, + "13": 33, + "14": 45, + "15": 41, + "16": 50, + "17": 13, + "18": 32, + "19": 22, + "20": 29, + "21": 35, + "22": 41, + "23": 30, + "24": 25, + "25": 18, + "26": 65, + "27": 23, + "28": 31, + "29": 40, + "30": 16, + "31": 54, + "32": 42, + "33": 56, + "34": 29, + "35": 34, + "36": 13, + "chapters": 36 + }, + "deu": { + "1": 46, + "2": 37, + "3": 29, + "4": 49, + "5": 33, + "6": 25, + "7": 26, + "8": 20, + "9": 29, + "10": 22, + "11": 32, + "12": 32, + "13": 18, + "14": 29, + "15": 23, + "16": 22, + "17": 20, + "18": 22, + "19": 21, + "20": 20, + "21": 23, + "22": 30, + "23": 25, + "24": 22, + "25": 19, + "26": 19, + "27": 26, + "28": 68, + "29": 29, + "30": 20, + "31": 30, + "32": 52, + "33": 29, + "34": 12, + "chapters": 34 + }, + "jos": { + "1": 18, + "2": 24, + "3": 17, + "4": 24, + "5": 15, + "6": 27, + "7": 26, + "8": 35, + "9": 27, + "10": 43, + "11": 23, + "12": 24, + "13": 33, + "14": 15, + "15": 63, + "16": 10, + "17": 18, + "18": 28, + "19": 51, + "20": 9, + "21": 45, + "22": 34, + "23": 16, + "24": 33, + "chapters": 24 + }, + "jdg": { + "1": 36, + "2": 23, + "3": 31, + "4": 24, + "5": 31, + "6": 40, + "7": 25, + "8": 35, + "9": 57, + "10": 18, + "11": 40, + "12": 15, + "13": 25, + "14": 20, + "15": 20, + "16": 31, + "17": 13, + "18": 31, + "19": 30, + "20": 48, + "21": 25, + "chapters": 21 + }, + "rut": { + "1": 22, + "2": 23, + "3": 18, + "4": 22, + "chapters": 4 + }, + "1sa": { + "1": 28, + "2": 36, + "3": 21, + "4": 22, + "5": 12, + "6": 21, + "7": 17, + "8": 22, + "9": 27, + "10": 27, + "11": 15, + "12": 25, + "13": 23, + "14": 52, + "15": 35, + "16": 23, + "17": 58, + "18": 30, + "19": 24, + "20": 42, + "21": 15, + "22": 23, + "23": 29, + "24": 22, + "25": 44, + "26": 25, + "27": 12, + "28": 25, + "29": 11, + "30": 31, + "31": 13, + "chapters": 31 + }, + "2sa": { + "1": 27, + "2": 32, + "3": 39, + "4": 12, + "5": 25, + "6": 23, + "7": 29, + "8": 18, + "9": 13, + "10": 19, + "11": 27, + "12": 31, + "13": 39, + "14": 33, + "15": 37, + "16": 23, + "17": 29, + "18": 33, + "19": 43, + "20": 26, + "21": 22, + "22": 51, + "23": 39, + "24": 25, + "chapters": 24 + }, + "1ki": { + "1": 53, + "2": 46, + "3": 28, + "4": 34, + "5": 18, + "6": 38, + "7": 51, + "8": 66, + "9": 28, + "10": 29, + "11": 43, + "12": 33, + "13": 34, + "14": 31, + "15": 34, + "16": 34, + "17": 24, + "18": 46, + "19": 21, + "20": 43, + "21": 29, + "22": 53, + "chapters": 22 + }, + "2ki": { + "1": 18, + "2": 25, + "3": 27, + "4": 44, + "5": 27, + "6": 33, + "7": 20, + "8": 29, + "9": 37, + "10": 36, + "11": 21, + "12": 21, + "13": 25, + "14": 29, + "15": 38, + "16": 20, + "17": 41, + "18": 37, + "19": 37, + "20": 21, + "21": 26, + "22": 20, + "23": 37, + "24": 20, + "25": 30, + "chapters": 25 + }, + "1ch": { + "1": 54, + "2": 55, + "3": 24, + "4": 43, + "5": 26, + "6": 81, + "7": 40, + "8": 40, + "9": 44, + "10": 14, + "11": 47, + "12": 40, + "13": 14, + "14": 17, + "15": 29, + "16": 43, + "17": 27, + "18": 17, + "19": 19, + "20": 8, + "21": 30, + "22": 19, + "23": 32, + "24": 31, + "25": 31, + "26": 32, + "27": 34, + "28": 21, + "29": 30, + "chapters": 29 + }, + "2ch": { + "1": 17, + "2": 18, + "3": 17, + "4": 22, + "5": 14, + "6": 42, + "7": 22, + "8": 18, + "9": 31, + "10": 19, + "11": 23, + "12": 16, + "13": 22, + "14": 15, + "15": 19, + "16": 14, + "17": 19, + "18": 34, + "19": 11, + "20": 37, + "21": 20, + "22": 12, + "23": 21, + "24": 27, + "25": 28, + "26": 23, + "27": 9, + "28": 27, + "29": 36, + "30": 27, + "31": 21, + "32": 33, + "33": 25, + "34": 33, + "35": 27, + "36": 23, + "chapters": 36 + }, + "ezr": { + "1": 11, + "2": 70, + "3": 13, + "4": 24, + "5": 17, + "6": 22, + "7": 28, + "8": 36, + "9": 15, + "10": 44, + "chapters": 10 + }, + "neh": { + "1": 11, + "2": 20, + "3": 32, + "4": 23, + "5": 19, + "6": 19, + "7": 73, + "8": 18, + "9": 38, + "10": 39, + "11": 36, + "12": 47, + "13": 31, + "chapters": 13 + }, + "est": { + "1": 22, + "2": 23, + "3": 15, + "4": 17, + "5": 14, + "6": 14, + "7": 10, + "8": 17, + "9": 32, + "10": 3, + "chapters": 10 + }, + "job": { + "1": 22, + "2": 13, + "3": 26, + "4": 21, + "5": 27, + "6": 30, + "7": 21, + "8": 22, + "9": 35, + "10": 22, + "11": 20, + "12": 25, + "13": 28, + "14": 22, + "15": 35, + "16": 22, + "17": 16, + "18": 21, + "19": 29, + "20": 29, + "21": 34, + "22": 30, + "23": 17, + "24": 25, + "25": 6, + "26": 14, + "27": 23, + "28": 28, + "29": 25, + "30": 31, + "31": 40, + "32": 22, + "33": 33, + "34": 37, + "35": 16, + "36": 33, + "37": 24, + "38": 41, + "39": 30, + "40": 24, + "41": 34, + "42": 17, + "chapters": 42 + }, + "psa": { + "1": 6, + "2": 12, + "3": 8, + "4": 8, + "5": 12, + "6": 10, + "7": 17, + "8": 9, + "9": 20, + "10": 18, + "11": 7, + "12": 8, + "13": 6, + "14": 7, + "15": 5, + "16": 11, + "17": 15, + "18": 50, + "19": 14, + "20": 9, + "21": 13, + "22": 31, + "23": 6, + "24": 10, + "25": 22, + "26": 12, + "27": 14, + "28": 9, + "29": 11, + "30": 12, + "31": 24, + "32": 11, + "33": 22, + "34": 22, + "35": 28, + "36": 12, + "37": 40, + "38": 22, + "39": 13, + "40": 17, + "41": 13, + "42": 11, + "43": 5, + "44": 26, + "45": 17, + "46": 11, + "47": 9, + "48": 14, + "49": 20, + "50": 23, + "51": 19, + "52": 9, + "53": 6, + "54": 7, + "55": 23, + "56": 13, + "57": 11, + "58": 11, + "59": 17, + "60": 12, + "61": 8, + "62": 12, + "63": 11, + "64": 10, + "65": 13, + "66": 20, + "67": 7, + "68": 35, + "69": 36, + "70": 5, + "71": 24, + "72": 20, + "73": 28, + "74": 23, + "75": 10, + "76": 12, + "77": 20, + "78": 72, + "79": 13, + "80": 19, + "81": 16, + "82": 8, + "83": 18, + "84": 12, + "85": 13, + "86": 17, + "87": 7, + "88": 18, + "89": 52, + "90": 17, + "91": 16, + "92": 15, + "93": 5, + "94": 23, + "95": 11, + "96": 13, + "97": 12, + "98": 9, + "99": 9, + "100": 5, + "101": 8, + "102": 28, + "103": 22, + "104": 35, + "105": 45, + "106": 48, + "107": 43, + "108": 13, + "109": 31, + "110": 7, + "111": 10, + "112": 10, + "113": 9, + "114": 8, + "115": 18, + "116": 19, + "117": 2, + "118": 29, + "119": 176, + "120": 7, + "121": 8, + "122": 9, + "123": 4, + "124": 8, + "125": 5, + "126": 6, + "127": 5, + "128": 6, + "129": 8, + "130": 8, + "131": 3, + "132": 18, + "133": 3, + "134": 3, + "135": 21, + "136": 26, + "137": 9, + "138": 8, + "139": 24, + "140": 13, + "141": 10, + "142": 7, + "143": 12, + "144": 15, + "145": 21, + "146": 10, + "147": 20, + "148": 14, + "149": 9, + "150": 6, + "chapters": 150 + }, + "pro": { + "1": 33, + "2": 22, + "3": 35, + "4": 27, + "5": 23, + "6": 35, + "7": 27, + "8": 36, + "9": 18, + "10": 32, + "11": 31, + "12": 28, + "13": 25, + "14": 35, + "15": 33, + "16": 33, + "17": 28, + "18": 24, + "19": 29, + "20": 30, + "21": 31, + "22": 29, + "23": 35, + "24": 34, + "25": 28, + "26": 28, + "27": 27, + "28": 28, + "29": 27, + "30": 33, + "31": 31, + "chapters": 31 + }, + "ecc": { + "1": 18, + "2": 26, + "3": 22, + "4": 16, + "5": 20, + "6": 12, + "7": 29, + "8": 17, + "9": 18, + "10": 20, + "11": 10, + "12": 14, + "chapters": 12 + }, + "sng": { + "1": 17, + "2": 17, + "3": 11, + "4": 16, + "5": 16, + "6": 13, + "7": 13, + "8": 14, + "chapters": 8 + }, + "isa": { + "1": 31, + "2": 22, + "3": 26, + "4": 6, + "5": 30, + "6": 13, + "7": 25, + "8": 22, + "9": 21, + "10": 34, + "11": 16, + "12": 6, + "13": 22, + "14": 32, + "15": 9, + "16": 14, + "17": 14, + "18": 7, + "19": 25, + "20": 6, + "21": 17, + "22": 25, + "23": 18, + "24": 23, + "25": 12, + "26": 21, + "27": 13, + "28": 29, + "29": 24, + "30": 33, + "31": 9, + "32": 20, + "33": 24, + "34": 17, + "35": 10, + "36": 22, + "37": 38, + "38": 22, + "39": 8, + "40": 31, + "41": 29, + "42": 25, + "43": 28, + "44": 28, + "45": 25, + "46": 13, + "47": 15, + "48": 22, + "49": 26, + "50": 11, + "51": 23, + "52": 15, + "53": 12, + "54": 17, + "55": 13, + "56": 12, + "57": 21, + "58": 14, + "59": 21, + "60": 22, + "61": 11, + "62": 12, + "63": 19, + "64": 12, + "65": 25, + "66": 24, + "chapters": 66 + }, + "jer": { + "1": 19, + "2": 37, + "3": 25, + "4": 31, + "5": 31, + "6": 30, + "7": 34, + "8": 22, + "9": 26, + "10": 25, + "11": 23, + "12": 17, + "13": 27, + "14": 22, + "15": 21, + "16": 21, + "17": 27, + "18": 23, + "19": 15, + "20": 18, + "21": 14, + "22": 30, + "23": 40, + "24": 10, + "25": 38, + "26": 24, + "27": 22, + "28": 17, + "29": 32, + "30": 24, + "31": 40, + "32": 44, + "33": 26, + "34": 22, + "35": 19, + "36": 32, + "37": 21, + "38": 28, + "39": 18, + "40": 16, + "41": 18, + "42": 22, + "43": 13, + "44": 30, + "45": 5, + "46": 28, + "47": 7, + "48": 47, + "49": 39, + "50": 46, + "51": 64, + "52": 34, + "chapters": 52 + }, + "lam": { + "1": 22, + "2": 22, + "3": 66, + "4": 22, + "5": 22, + "chapters": 5 + }, + "ezk": { + "1": 28, + "2": 10, + "3": 27, + "4": 17, + "5": 17, + "6": 14, + "7": 27, + "8": 18, + "9": 11, + "10": 22, + "11": 25, + "12": 28, + "13": 23, + "14": 23, + "15": 8, + "16": 63, + "17": 24, + "18": 32, + "19": 14, + "20": 49, + "21": 32, + "22": 31, + "23": 49, + "24": 27, + "25": 17, + "26": 21, + "27": 36, + "28": 26, + "29": 21, + "30": 26, + "31": 18, + "32": 32, + "33": 33, + "34": 31, + "35": 15, + "36": 38, + "37": 28, + "38": 23, + "39": 29, + "40": 49, + "41": 26, + "42": 20, + "43": 27, + "44": 31, + "45": 25, + "46": 24, + "47": 23, + "48": 35, + "chapters": 48 + }, + "dan": { + "1": 21, + "2": 49, + "3": 30, + "4": 37, + "5": 31, + "6": 28, + "7": 28, + "8": 27, + "9": 27, + "10": 21, + "11": 45, + "12": 13, + "chapters": 12 + }, + "hos": { + "1": 11, + "2": 23, + "3": 5, + "4": 19, + "5": 15, + "6": 11, + "7": 16, + "8": 14, + "9": 17, + "10": 15, + "11": 12, + "12": 14, + "13": 16, + "14": 9, + "chapters": 14 + }, + "jol": { + "1": 20, + "2": 32, + "3": 21, + "chapters": 3 + }, + "amo": { + "1": 15, + "2": 16, + "3": 15, + "4": 13, + "5": 27, + "6": 14, + "7": 17, + "8": 14, + "9": 15, + "chapters": 9 + }, + "oba": { + "1": 21, + "chapters": 1 + }, + "jon": { + "1": 17, + "2": 10, + "3": 10, + "4": 11, + "chapters": 4 + }, + "mic": { + "1": 16, + "2": 13, + "3": 12, + "4": 13, + "5": 15, + "6": 16, + "7": 20, + "chapters": 7 + }, + "nam": { + "1": 15, + "2": 13, + "3": 19, + "chapters": 3 + }, + "hab": { + "1": 17, + "2": 20, + "3": 19, + "chapters": 3 + }, + "zep": { + "1": 18, + "2": 15, + "3": 20, + "chapters": 3 + }, + "hag": { + "1": 15, + "2": 23, + "chapters": 2 + }, + "zec": { + "1": 21, + "2": 13, + "3": 10, + "4": 14, + "5": 11, + "6": 15, + "7": 14, + "8": 23, + "9": 17, + "10": 12, + "11": 17, + "12": 14, + "13": 9, + "14": 21, + "chapters": 14 + }, + "mal": { + "1": 14, + "2": 17, + "3": 18, + "4": 6, + "chapters": 4 + }, + "mat": { + "1": 25, + "2": 23, + "3": 17, + "4": 25, + "5": 48, + "6": 34, + "7": 29, + "8": 34, + "9": 38, + "10": 42, + "11": 30, + "12": 50, + "13": 58, + "14": 36, + "15": 39, + "16": 28, + "17": 27, + "18": 35, + "19": 30, + "20": 34, + "21": 46, + "22": 46, + "23": 39, + "24": 51, + "25": 46, + "26": 75, + "27": 66, + "28": 20, + "chapters": 28 + }, + "mrk": { + "1": 45, + "2": 28, + "3": 35, + "4": 41, + "5": 43, + "6": 56, + "7": 37, + "8": 38, + "9": 50, + "10": 52, + "11": 33, + "12": 44, + "13": 37, + "14": 72, + "15": 47, + "16": 20, + "chapters": 16 + }, + "luk": { + "1": 80, + "2": 52, + "3": 38, + "4": 44, + "5": 39, + "6": 49, + "7": 50, + "8": 56, + "9": 62, + "10": 42, + "11": 54, + "12": 59, + "13": 35, + "14": 35, + "15": 32, + "16": 31, + "17": 37, + "18": 43, + "19": 48, + "20": 47, + "21": 38, + "22": 71, + "23": 56, + "24": 53, + "chapters": 24 + }, + "jhn": { + "1": 51, + "2": 25, + "3": 36, + "4": 54, + "5": 47, + "6": 71, + "7": 53, + "8": 59, + "9": 41, + "10": 42, + "11": 57, + "12": 50, + "13": 38, + "14": 31, + "15": 27, + "16": 33, + "17": 26, + "18": 40, + "19": 42, + "20": 31, + "21": 25, + "chapters": 21 + }, + "act": { + "1": 26, + "2": 47, + "3": 26, + "4": 37, + "5": 42, + "6": 15, + "7": 60, + "8": 40, + "9": 43, + "10": 48, + "11": 30, + "12": 25, + "13": 52, + "14": 28, + "15": 41, + "16": 40, + "17": 34, + "18": 28, + "19": 41, + "20": 38, + "21": 40, + "22": 30, + "23": 35, + "24": 27, + "25": 27, + "26": 32, + "27": 44, + "28": 31, + "chapters": 28 + }, + "rom": { + "1": 32, + "2": 29, + "3": 31, + "4": 25, + "5": 21, + "6": 23, + "7": 25, + "8": 39, + "9": 33, + "10": 21, + "11": 36, + "12": 21, + "13": 14, + "14": 23, + "15": 33, + "16": 27, + "chapters": 16 + }, + "1co": { + "1": 31, + "2": 16, + "3": 23, + "4": 21, + "5": 13, + "6": 20, + "7": 40, + "8": 13, + "9": 27, + "10": 33, + "11": 34, + "12": 31, + "13": 13, + "14": 40, + "15": 58, + "16": 24, + "chapters": 16 + }, + "2co": { + "1": 24, + "2": 17, + "3": 18, + "4": 18, + "5": 21, + "6": 18, + "7": 16, + "8": 24, + "9": 15, + "10": 18, + "11": 33, + "12": 21, + "13": 13, + "chapters": 13 + }, + "gal": { + "1": 24, + "2": 21, + "3": 29, + "4": 31, + "5": 26, + "6": 18, + "chapters": 6 + }, + "eph": { + "1": 23, + "2": 22, + "3": 21, + "4": 32, + "5": 33, + "6": 24, + "chapters": 6 + }, + "php": { + "1": 30, + "2": 30, + "3": 21, + "4": 23, + "chapters": 4 + }, + "col": { + "1": 29, + "2": 23, + "3": 25, + "4": 18, + "chapters": 4 + }, + "1th": { + "1": 10, + "2": 20, + "3": 13, + "4": 18, + "5": 28, + "chapters": 5 + }, + "2th": { + "1": 12, + "2": 17, + "3": 18, + "chapters": 3 + }, + "1ti": { + "1": 20, + "2": 15, + "3": 16, + "4": 16, + "5": 25, + "6": 21, + "chapters": 6 + }, + "2ti": { + "1": 18, + "2": 26, + "3": 17, + "4": 22, + "chapters": 4 + }, + "tit": { + "1": 16, + "2": 15, + "3": 15, + "chapters": 3 + }, + "phm": { + "1": 25, + "chapters": 1 + }, + "heb": { + "1": 14, + "2": 18, + "3": 19, + "4": 16, + "5": 14, + "6": 20, + "7": 28, + "8": 13, + "9": 28, + "10": 39, + "11": 40, + "12": 29, + "13": 25, + "chapters": 13 + }, + "jas": { + "1": 27, + "2": 26, + "3": 18, + "4": 17, + "5": 20, + "chapters": 5 + }, + "1pe": { + "1": 25, + "2": 25, + "3": 22, + "4": 19, + "5": 14, + "chapters": 5 + }, + "2pe": { + "1": 21, + "2": 22, + "3": 18, + "chapters": 3 + }, + "1jn": { + "1": 10, + "2": 29, + "3": 24, + "4": 21, + "5": 21, + "chapters": 5 + }, + "2jn": { + "1": 13, + "chapters": 1 + }, + "3jn": { + "1": 15, + "chapters": 1 + }, + "jud": { + "1": 25, + "chapters": 1 + }, + "rev": { + "1": 20, + "2": 29, + "3": 22, + "4": 11, + "5": 14, + "6": 17, + "7": 17, + "8": 13, + "9": 21, + "10": 11, + "11": 19, + "12": 18, + "13": 18, + "14": 20, + "15": 8, + "16": 21, + "17": 18, + "18": 24, + "19": 21, + "20": 15, + "21": 27, + "22": 21, + "chapters": 22 + } +} \ No newline at end of file diff --git a/tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json new file mode 100644 index 0000000000..e031ece58d --- /dev/null +++ b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,1571 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Scott Bayer", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Dan Dennison", + "Jamie Duguid", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D.Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "Jesse Harris", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Doug Smith, M.T.S., M.Div., Th.M., Midwestern Baptist Theological Seminary", + "Leonard Smith", + "Suzanna Smith", + "Tim Span", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "Maria Tijerina", + "David Trombold, M. Div.", + "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", + "James Vigen", + "Hendrik \"Henry\" de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Grant Ailie, BA Biblical Studies, M.Div.", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed update of the ASV, intended to provide a 'form-centric' understanding of the Bible. It increases the translator's understanding of the lexical and grammatical composition of the underlying text by adhering closely to the word order and structure of the originals.", + "format": "text/usfm3", + "identifier": "ult", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "asv", + "language": "en", + "version": "1901" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ult", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Literal Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ], + "original_manifest": { + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Scott Bayer", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Dan Dennison", + "Jamie Duguid", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D.Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "Jesse Harris", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Doug Smith, M.T.S., M.Div., Th.M., Midwestern Baptist Theological Seminary", + "Leonard Smith", + "Suzanna Smith", + "Tim Span", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "Maria Tijerina", + "David Trombold, M. Div.", + "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", + "James Vigen", + "Hendrik \"Henry\" de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Grant Ailie, BA Biblical Studies, M.Div.", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed update of the ASV, intended to provide a 'form-centric' understanding of the Bible. It increases the translator's understanding of the lexical and grammatical composition of the underlying text by adhering closely to the word order and structure of the originals.", + "format": "text/usfm3", + "identifier": "ult", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "asv", + "language": "en", + "version": "1901" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ult", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Literal Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ] + }, + "language_id": "en", + "language_name": "English", + "direction": "ltr", + "subject": "Aligned Bible", + "resource_id": "ult", + "resource_title": "unfoldingWord® Literal Text", + "remoteModifiedTime": "2024-08-15T16:18:17Z", + "description": "Gateway Language", + "catalog_modified_time": "2024-08-15T16:18:17Z", + "usfm-js": "3.4.3", + "version": "84.1", + "modifiedTime": "2024-08-15T16:18:17Z", + "stage": "latest" +} diff --git a/tcResources/en/bibles/ult/v84.1_unfoldingWord/books.zip b/tcResources/en/bibles/ult/v84.1_unfoldingWord/books.zip new file mode 100644 index 0000000000..1063c06b77 Binary files /dev/null and b/tcResources/en/bibles/ult/v84.1_unfoldingWord/books.zip differ diff --git a/tcResources/en/bibles/ult/v84.1_unfoldingWord/index.json b/tcResources/en/bibles/ult/v84.1_unfoldingWord/index.json new file mode 100644 index 0000000000..5ba1c9473a --- /dev/null +++ b/tcResources/en/bibles/ult/v84.1_unfoldingWord/index.json @@ -0,0 +1,1389 @@ +{ + "gen": { + "1": 31, + "2": 25, + "3": 24, + "4": 26, + "5": 32, + "6": 22, + "7": 24, + "8": 22, + "9": 29, + "10": 32, + "11": 32, + "12": 20, + "13": 18, + "14": 24, + "15": 21, + "16": 16, + "17": 27, + "18": 33, + "19": 38, + "20": 18, + "21": 34, + "22": 24, + "23": 20, + "24": 67, + "25": 34, + "26": 35, + "27": 46, + "28": 22, + "29": 35, + "30": 43, + "31": 55, + "32": 32, + "33": 20, + "34": 31, + "35": 29, + "36": 43, + "37": 36, + "38": 30, + "39": 23, + "40": 23, + "41": 57, + "42": 38, + "43": 34, + "44": 34, + "45": 28, + "46": 34, + "47": 31, + "48": 22, + "49": 33, + "50": 26, + "chapters": 50 + }, + "exo": { + "1": 22, + "2": 25, + "3": 22, + "4": 31, + "5": 23, + "6": 30, + "7": 25, + "8": 32, + "9": 35, + "10": 29, + "11": 10, + "12": 51, + "13": 22, + "14": 31, + "15": 27, + "16": 36, + "17": 16, + "18": 27, + "19": 25, + "20": 26, + "21": 36, + "22": 31, + "23": 33, + "24": 18, + "25": 40, + "26": 37, + "27": 21, + "28": 43, + "29": 46, + "30": 38, + "31": 18, + "32": 35, + "33": 23, + "34": 35, + "35": 35, + "36": 38, + "37": 29, + "38": 31, + "39": 43, + "40": 38, + "chapters": 40 + }, + "lev": { + "1": 17, + "2": 16, + "3": 17, + "4": 35, + "5": 19, + "6": 30, + "7": 38, + "8": 36, + "9": 24, + "10": 20, + "11": 47, + "12": 8, + "13": 59, + "14": 57, + "15": 33, + "16": 34, + "17": 16, + "18": 30, + "19": 37, + "20": 27, + "21": 24, + "22": 33, + "23": 44, + "24": 23, + "25": 55, + "26": 46, + "27": 34, + "chapters": 27 + }, + "num": { + "1": 54, + "2": 34, + "3": 51, + "4": 49, + "5": 31, + "6": 27, + "7": 89, + "8": 26, + "9": 23, + "10": 36, + "11": 35, + "12": 16, + "13": 33, + "14": 45, + "15": 41, + "16": 50, + "17": 13, + "18": 32, + "19": 22, + "20": 29, + "21": 35, + "22": 41, + "23": 30, + "24": 25, + "25": 18, + "26": 65, + "27": 23, + "28": 31, + "29": 40, + "30": 16, + "31": 54, + "32": 42, + "33": 56, + "34": 29, + "35": 34, + "36": 13, + "chapters": 36 + }, + "deu": { + "1": 46, + "2": 37, + "3": 29, + "4": 49, + "5": 33, + "6": 25, + "7": 26, + "8": 20, + "9": 29, + "10": 22, + "11": 32, + "12": 32, + "13": 18, + "14": 29, + "15": 23, + "16": 22, + "17": 20, + "18": 22, + "19": 21, + "20": 20, + "21": 23, + "22": 30, + "23": 25, + "24": 22, + "25": 19, + "26": 19, + "27": 26, + "28": 68, + "29": 29, + "30": 20, + "31": 30, + "32": 52, + "33": 29, + "34": 12, + "chapters": 34 + }, + "jos": { + "1": 18, + "2": 24, + "3": 17, + "4": 24, + "5": 15, + "6": 27, + "7": 26, + "8": 35, + "9": 27, + "10": 43, + "11": 23, + "12": 24, + "13": 33, + "14": 15, + "15": 63, + "16": 10, + "17": 18, + "18": 28, + "19": 51, + "20": 9, + "21": 45, + "22": 34, + "23": 16, + "24": 33, + "chapters": 24 + }, + "jdg": { + "1": 36, + "2": 23, + "3": 31, + "4": 24, + "5": 31, + "6": 40, + "7": 25, + "8": 35, + "9": 57, + "10": 18, + "11": 40, + "12": 15, + "13": 25, + "14": 20, + "15": 20, + "16": 31, + "17": 13, + "18": 31, + "19": 30, + "20": 48, + "21": 25, + "chapters": 21 + }, + "rut": { + "1": 22, + "2": 23, + "3": 18, + "4": 22, + "chapters": 4 + }, + "1sa": { + "1": 28, + "2": 36, + "3": 21, + "4": 22, + "5": 12, + "6": 21, + "7": 17, + "8": 22, + "9": 27, + "10": 27, + "11": 15, + "12": 25, + "13": 23, + "14": 52, + "15": 35, + "16": 23, + "17": 58, + "18": 30, + "19": 24, + "20": 42, + "21": 15, + "22": 23, + "23": 29, + "24": 22, + "25": 44, + "26": 25, + "27": 12, + "28": 25, + "29": 11, + "30": 31, + "31": 13, + "chapters": 31 + }, + "2sa": { + "1": 27, + "2": 32, + "3": 39, + "4": 12, + "5": 25, + "6": 23, + "7": 29, + "8": 18, + "9": 13, + "10": 19, + "11": 27, + "12": 31, + "13": 39, + "14": 33, + "15": 37, + "16": 23, + "17": 29, + "18": 33, + "19": 43, + "20": 26, + "21": 22, + "22": 51, + "23": 39, + "24": 25, + "chapters": 24 + }, + "1ki": { + "1": 53, + "2": 46, + "3": 28, + "4": 34, + "5": 18, + "6": 38, + "7": 51, + "8": 66, + "9": 28, + "10": 29, + "11": 43, + "12": 33, + "13": 34, + "14": 31, + "15": 34, + "16": 34, + "17": 24, + "18": 46, + "19": 21, + "20": 43, + "21": 29, + "22": 53, + "chapters": 22 + }, + "2ki": { + "1": 18, + "2": 25, + "3": 27, + "4": 44, + "5": 27, + "6": 33, + "7": 20, + "8": 29, + "9": 37, + "10": 36, + "11": 21, + "12": 21, + "13": 25, + "14": 29, + "15": 38, + "16": 20, + "17": 41, + "18": 37, + "19": 37, + "20": 21, + "21": 26, + "22": 20, + "23": 37, + "24": 20, + "25": 30, + "chapters": 25 + }, + "1ch": { + "1": 54, + "2": 55, + "3": 24, + "4": 43, + "5": 26, + "6": 81, + "7": 40, + "8": 40, + "9": 44, + "10": 14, + "11": 47, + "12": 40, + "13": 14, + "14": 17, + "15": 29, + "16": 43, + "17": 27, + "18": 17, + "19": 19, + "20": 8, + "21": 30, + "22": 19, + "23": 32, + "24": 31, + "25": 31, + "26": 32, + "27": 34, + "28": 21, + "29": 30, + "chapters": 29 + }, + "2ch": { + "1": 17, + "2": 18, + "3": 17, + "4": 22, + "5": 14, + "6": 42, + "7": 22, + "8": 18, + "9": 31, + "10": 19, + "11": 23, + "12": 16, + "13": 22, + "14": 15, + "15": 19, + "16": 14, + "17": 19, + "18": 34, + "19": 11, + "20": 37, + "21": 20, + "22": 12, + "23": 21, + "24": 27, + "25": 28, + "26": 23, + "27": 9, + "28": 27, + "29": 36, + "30": 27, + "31": 21, + "32": 33, + "33": 25, + "34": 33, + "35": 27, + "36": 23, + "chapters": 36 + }, + "ezr": { + "1": 11, + "2": 70, + "3": 13, + "4": 24, + "5": 17, + "6": 22, + "7": 28, + "8": 36, + "9": 15, + "10": 44, + "chapters": 10 + }, + "neh": { + "1": 11, + "2": 20, + "3": 32, + "4": 23, + "5": 19, + "6": 19, + "7": 73, + "8": 18, + "9": 38, + "10": 39, + "11": 36, + "12": 47, + "13": 31, + "chapters": 13 + }, + "est": { + "1": 22, + "2": 23, + "3": 15, + "4": 17, + "5": 14, + "6": 14, + "7": 10, + "8": 17, + "9": 32, + "10": 3, + "chapters": 10 + }, + "job": { + "1": 22, + "2": 13, + "3": 26, + "4": 21, + "5": 27, + "6": 30, + "7": 21, + "8": 22, + "9": 35, + "10": 22, + "11": 20, + "12": 25, + "13": 28, + "14": 22, + "15": 35, + "16": 22, + "17": 16, + "18": 21, + "19": 29, + "20": 29, + "21": 34, + "22": 30, + "23": 17, + "24": 25, + "25": 6, + "26": 14, + "27": 23, + "28": 28, + "29": 25, + "30": 31, + "31": 40, + "32": 22, + "33": 33, + "34": 37, + "35": 16, + "36": 33, + "37": 24, + "38": 41, + "39": 30, + "40": 24, + "41": 34, + "42": 17, + "chapters": 42 + }, + "psa": { + "1": 6, + "2": 12, + "3": 8, + "4": 8, + "5": 12, + "6": 10, + "7": 17, + "8": 9, + "9": 20, + "10": 18, + "11": 7, + "12": 8, + "13": 6, + "14": 7, + "15": 5, + "16": 11, + "17": 15, + "18": 50, + "19": 14, + "20": 9, + "21": 13, + "22": 31, + "23": 6, + "24": 10, + "25": 22, + "26": 12, + "27": 14, + "28": 9, + "29": 11, + "30": 12, + "31": 24, + "32": 11, + "33": 22, + "34": 22, + "35": 28, + "36": 12, + "37": 40, + "38": 22, + "39": 13, + "40": 17, + "41": 13, + "42": 11, + "43": 5, + "44": 26, + "45": 17, + "46": 11, + "47": 9, + "48": 14, + "49": 20, + "50": 23, + "51": 19, + "52": 9, + "53": 6, + "54": 7, + "55": 23, + "56": 13, + "57": 11, + "58": 11, + "59": 17, + "60": 12, + "61": 8, + "62": 12, + "63": 11, + "64": 10, + "65": 13, + "66": 20, + "67": 7, + "68": 35, + "69": 36, + "70": 5, + "71": 24, + "72": 20, + "73": 28, + "74": 23, + "75": 10, + "76": 12, + "77": 20, + "78": 72, + "79": 13, + "80": 19, + "81": 16, + "82": 8, + "83": 18, + "84": 12, + "85": 13, + "86": 17, + "87": 7, + "88": 18, + "89": 52, + "90": 17, + "91": 16, + "92": 15, + "93": 5, + "94": 23, + "95": 11, + "96": 13, + "97": 12, + "98": 9, + "99": 9, + "100": 5, + "101": 8, + "102": 28, + "103": 22, + "104": 35, + "105": 45, + "106": 48, + "107": 43, + "108": 13, + "109": 31, + "110": 7, + "111": 10, + "112": 10, + "113": 9, + "114": 8, + "115": 18, + "116": 19, + "117": 2, + "118": 29, + "119": 176, + "120": 7, + "121": 8, + "122": 9, + "123": 4, + "124": 8, + "125": 5, + "126": 6, + "127": 5, + "128": 6, + "129": 8, + "130": 8, + "131": 3, + "132": 18, + "133": 3, + "134": 3, + "135": 21, + "136": 26, + "137": 9, + "138": 8, + "139": 24, + "140": 13, + "141": 10, + "142": 7, + "143": 12, + "144": 15, + "145": 21, + "146": 10, + "147": 20, + "148": 14, + "149": 9, + "150": 6, + "chapters": 150 + }, + "pro": { + "1": 33, + "2": 22, + "3": 35, + "4": 27, + "5": 23, + "6": 35, + "7": 27, + "8": 36, + "9": 18, + "10": 32, + "11": 31, + "12": 28, + "13": 25, + "14": 35, + "15": 33, + "16": 33, + "17": 28, + "18": 24, + "19": 29, + "20": 30, + "21": 31, + "22": 29, + "23": 35, + "24": 34, + "25": 28, + "26": 28, + "27": 27, + "28": 28, + "29": 27, + "30": 33, + "31": 31, + "chapters": 31 + }, + "ecc": { + "1": 18, + "2": 26, + "3": 22, + "4": 16, + "5": 20, + "6": 12, + "7": 29, + "8": 17, + "9": 18, + "10": 20, + "11": 10, + "12": 14, + "chapters": 12 + }, + "sng": { + "1": 17, + "2": 17, + "3": 11, + "4": 16, + "5": 16, + "6": 13, + "7": 13, + "8": 14, + "chapters": 8 + }, + "isa": { + "1": 31, + "2": 22, + "3": 26, + "4": 6, + "5": 30, + "6": 13, + "7": 25, + "8": 22, + "9": 21, + "10": 34, + "11": 16, + "12": 6, + "13": 22, + "14": 32, + "15": 9, + "16": 14, + "17": 14, + "18": 7, + "19": 25, + "20": 6, + "21": 17, + "22": 25, + "23": 18, + "24": 23, + "25": 12, + "26": 21, + "27": 13, + "28": 29, + "29": 24, + "30": 33, + "31": 9, + "32": 20, + "33": 24, + "34": 17, + "35": 10, + "36": 22, + "37": 38, + "38": 22, + "39": 8, + "40": 31, + "41": 29, + "42": 25, + "43": 28, + "44": 28, + "45": 25, + "46": 13, + "47": 15, + "48": 22, + "49": 26, + "50": 11, + "51": 23, + "52": 15, + "53": 12, + "54": 17, + "55": 13, + "56": 12, + "57": 21, + "58": 14, + "59": 21, + "60": 22, + "61": 11, + "62": 12, + "63": 19, + "64": 12, + "65": 25, + "66": 24, + "chapters": 66 + }, + "jer": { + "1": 19, + "2": 37, + "3": 25, + "4": 31, + "5": 31, + "6": 30, + "7": 34, + "8": 22, + "9": 26, + "10": 25, + "11": 23, + "12": 17, + "13": 27, + "14": 22, + "15": 21, + "16": 21, + "17": 27, + "18": 23, + "19": 15, + "20": 18, + "21": 14, + "22": 30, + "23": 40, + "24": 10, + "25": 38, + "26": 24, + "27": 22, + "28": 17, + "29": 32, + "30": 24, + "31": 40, + "32": 44, + "33": 26, + "34": 22, + "35": 19, + "36": 32, + "37": 21, + "38": 28, + "39": 18, + "40": 16, + "41": 18, + "42": 22, + "43": 13, + "44": 30, + "45": 5, + "46": 28, + "47": 7, + "48": 47, + "49": 39, + "50": 46, + "51": 64, + "52": 34, + "chapters": 52 + }, + "lam": { + "1": 22, + "2": 22, + "3": 66, + "4": 22, + "5": 22, + "chapters": 5 + }, + "ezk": { + "1": 28, + "2": 10, + "3": 27, + "4": 17, + "5": 17, + "6": 14, + "7": 27, + "8": 18, + "9": 11, + "10": 22, + "11": 25, + "12": 28, + "13": 23, + "14": 23, + "15": 8, + "16": 63, + "17": 24, + "18": 32, + "19": 14, + "20": 49, + "21": 32, + "22": 31, + "23": 49, + "24": 27, + "25": 17, + "26": 21, + "27": 36, + "28": 26, + "29": 21, + "30": 26, + "31": 18, + "32": 32, + "33": 33, + "34": 31, + "35": 15, + "36": 38, + "37": 28, + "38": 23, + "39": 29, + "40": 49, + "41": 26, + "42": 20, + "43": 27, + "44": 31, + "45": 25, + "46": 24, + "47": 23, + "48": 35, + "chapters": 48 + }, + "dan": { + "1": 21, + "2": 49, + "3": 30, + "4": 37, + "5": 31, + "6": 28, + "7": 28, + "8": 27, + "9": 27, + "10": 21, + "11": 45, + "12": 13, + "chapters": 12 + }, + "hos": { + "1": 11, + "2": 23, + "3": 5, + "4": 19, + "5": 15, + "6": 11, + "7": 16, + "8": 14, + "9": 17, + "10": 15, + "11": 12, + "12": 14, + "13": 16, + "14": 9, + "chapters": 14 + }, + "jol": { + "1": 20, + "2": 32, + "3": 21, + "chapters": 3 + }, + "amo": { + "1": 15, + "2": 16, + "3": 15, + "4": 13, + "5": 27, + "6": 14, + "7": 17, + "8": 14, + "9": 15, + "chapters": 9 + }, + "oba": { + "1": 21, + "chapters": 1 + }, + "jon": { + "1": 17, + "2": 10, + "3": 10, + "4": 11, + "chapters": 4 + }, + "mic": { + "1": 16, + "2": 13, + "3": 12, + "4": 13, + "5": 15, + "6": 16, + "7": 20, + "chapters": 7 + }, + "nam": { + "1": 15, + "2": 13, + "3": 19, + "chapters": 3 + }, + "hab": { + "1": 17, + "2": 20, + "3": 19, + "chapters": 3 + }, + "zep": { + "1": 18, + "2": 15, + "3": 20, + "chapters": 3 + }, + "hag": { + "1": 15, + "2": 23, + "chapters": 2 + }, + "zec": { + "1": 21, + "2": 13, + "3": 10, + "4": 14, + "5": 11, + "6": 15, + "7": 14, + "8": 23, + "9": 17, + "10": 12, + "11": 17, + "12": 14, + "13": 9, + "14": 21, + "chapters": 14 + }, + "mal": { + "1": 14, + "2": 17, + "3": 18, + "4": 6, + "chapters": 4 + }, + "mat": { + "1": 25, + "2": 23, + "3": 17, + "4": 25, + "5": 48, + "6": 34, + "7": 29, + "8": 34, + "9": 38, + "10": 42, + "11": 30, + "12": 50, + "13": 58, + "14": 36, + "15": 39, + "16": 28, + "17": 27, + "18": 35, + "19": 30, + "20": 34, + "21": 46, + "22": 46, + "23": 39, + "24": 51, + "25": 46, + "26": 75, + "27": 66, + "28": 20, + "chapters": 28 + }, + "mrk": { + "1": 45, + "2": 28, + "3": 35, + "4": 41, + "5": 43, + "6": 56, + "7": 37, + "8": 38, + "9": 50, + "10": 52, + "11": 33, + "12": 44, + "13": 37, + "14": 72, + "15": 47, + "16": 20, + "chapters": 16 + }, + "luk": { + "1": 80, + "2": 52, + "3": 38, + "4": 44, + "5": 39, + "6": 49, + "7": 50, + "8": 56, + "9": 62, + "10": 42, + "11": 54, + "12": 59, + "13": 35, + "14": 35, + "15": 32, + "16": 31, + "17": 37, + "18": 43, + "19": 48, + "20": 47, + "21": 38, + "22": 71, + "23": 56, + "24": 53, + "chapters": 24 + }, + "jhn": { + "1": 51, + "2": 25, + "3": 36, + "4": 54, + "5": 47, + "6": 71, + "7": 53, + "8": 59, + "9": 41, + "10": 42, + "11": 57, + "12": 50, + "13": 38, + "14": 31, + "15": 27, + "16": 33, + "17": 26, + "18": 40, + "19": 42, + "20": 31, + "21": 25, + "chapters": 21 + }, + "act": { + "1": 26, + "2": 47, + "3": 26, + "4": 37, + "5": 42, + "6": 15, + "7": 60, + "8": 40, + "9": 43, + "10": 48, + "11": 30, + "12": 25, + "13": 52, + "14": 28, + "15": 41, + "16": 40, + "17": 34, + "18": 28, + "19": 41, + "20": 38, + "21": 40, + "22": 30, + "23": 35, + "24": 27, + "25": 27, + "26": 32, + "27": 44, + "28": 31, + "chapters": 28 + }, + "rom": { + "1": 32, + "2": 29, + "3": 31, + "4": 25, + "5": 21, + "6": 23, + "7": 25, + "8": 39, + "9": 33, + "10": 21, + "11": 36, + "12": 21, + "13": 14, + "14": 23, + "15": 33, + "16": 27, + "chapters": 16 + }, + "1co": { + "1": 31, + "2": 16, + "3": 23, + "4": 21, + "5": 13, + "6": 20, + "7": 40, + "8": 13, + "9": 27, + "10": 33, + "11": 34, + "12": 31, + "13": 13, + "14": 40, + "15": 58, + "16": 24, + "chapters": 16 + }, + "2co": { + "1": 24, + "2": 17, + "3": 18, + "4": 18, + "5": 21, + "6": 18, + "7": 16, + "8": 24, + "9": 15, + "10": 18, + "11": 33, + "12": 21, + "13": 13, + "chapters": 13 + }, + "gal": { + "1": 24, + "2": 21, + "3": 29, + "4": 31, + "5": 26, + "6": 18, + "chapters": 6 + }, + "eph": { + "1": 23, + "2": 22, + "3": 21, + "4": 32, + "5": 33, + "6": 24, + "chapters": 6 + }, + "php": { + "1": 30, + "2": 30, + "3": 21, + "4": 23, + "chapters": 4 + }, + "col": { + "1": 29, + "2": 23, + "3": 25, + "4": 18, + "chapters": 4 + }, + "1th": { + "1": 10, + "2": 20, + "3": 13, + "4": 18, + "5": 28, + "chapters": 5 + }, + "2th": { + "1": 12, + "2": 17, + "3": 18, + "chapters": 3 + }, + "1ti": { + "1": 20, + "2": 15, + "3": 16, + "4": 16, + "5": 25, + "6": 21, + "chapters": 6 + }, + "2ti": { + "1": 18, + "2": 26, + "3": 17, + "4": 22, + "chapters": 4 + }, + "tit": { + "1": 16, + "2": 15, + "3": 15, + "chapters": 3 + }, + "phm": { + "1": 25, + "chapters": 1 + }, + "heb": { + "1": 14, + "2": 18, + "3": 19, + "4": 16, + "5": 14, + "6": 20, + "7": 28, + "8": 13, + "9": 28, + "10": 39, + "11": 40, + "12": 29, + "13": 25, + "chapters": 13 + }, + "jas": { + "1": 27, + "2": 26, + "3": 18, + "4": 17, + "5": 20, + "chapters": 5 + }, + "1pe": { + "1": 25, + "2": 25, + "3": 22, + "4": 19, + "5": 14, + "chapters": 5 + }, + "2pe": { + "1": 21, + "2": 22, + "3": 18, + "chapters": 3 + }, + "1jn": { + "1": 10, + "2": 29, + "3": 24, + "4": 21, + "5": 21, + "chapters": 5 + }, + "2jn": { + "1": 13, + "chapters": 1 + }, + "3jn": { + "1": 15, + "chapters": 1 + }, + "jud": { + "1": 25, + "chapters": 1 + }, + "rev": { + "1": 20, + "2": 29, + "3": 22, + "4": 11, + "5": 14, + "6": 17, + "7": 17, + "8": 13, + "9": 21, + "10": 11, + "11": 19, + "12": 18, + "13": 18, + "14": 20, + "15": 8, + "16": 21, + "17": 18, + "18": 24, + "19": 21, + "20": 15, + "21": 27, + "22": 21, + "chapters": 22 + } +} \ No newline at end of file diff --git a/tcResources/en/bibles/ult/v84.1_unfoldingWord/manifest.json b/tcResources/en/bibles/ult/v84.1_unfoldingWord/manifest.json new file mode 100644 index 0000000000..22bf804348 --- /dev/null +++ b/tcResources/en/bibles/ult/v84.1_unfoldingWord/manifest.json @@ -0,0 +1,1571 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Scott Bayer", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Dan Dennison", + "Jamie Duguid", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D.Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "Jesse Harris", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Doug Smith, M.T.S., M.Div., Th.M., Midwestern Baptist Theological Seminary", + "Leonard Smith", + "Suzanna Smith", + "Tim Span", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "Maria Tijerina", + "David Trombold, M. Div.", + "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", + "James Vigen", + "Hendrik \"Henry\" de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Grant Ailie, BA Biblical Studies, M.Div.", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed update of the ASV, intended to provide a 'form-centric' understanding of the Bible. It increases the translator's understanding of the lexical and grammatical composition of the underlying text by adhering closely to the word order and structure of the originals.", + "format": "text/usfm3", + "identifier": "ult", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "asv", + "language": "en", + "version": "1901" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ult", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Literal Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ], + "original_manifest": { + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Scott Bayer", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Dan Dennison", + "Jamie Duguid", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D.Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "Jesse Harris", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Doug Smith, M.T.S., M.Div., Th.M., Midwestern Baptist Theological Seminary", + "Leonard Smith", + "Suzanna Smith", + "Tim Span", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "Maria Tijerina", + "David Trombold, M. Div.", + "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", + "James Vigen", + "Hendrik \"Henry\" de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Grant Ailie, BA Biblical Studies, M.Div.", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed update of the ASV, intended to provide a 'form-centric' understanding of the Bible. It increases the translator's understanding of the lexical and grammatical composition of the underlying text by adhering closely to the word order and structure of the originals.", + "format": "text/usfm3", + "identifier": "ult", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "asv", + "language": "en", + "version": "1901" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ult", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Literal Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ] + }, + "language_id": "en", + "language_name": "English", + "direction": "ltr", + "subject": "Aligned Bible", + "resource_id": "ult", + "resource_title": "unfoldingWord® Literal Text", + "remoteModifiedTime": "2024-08-15T16:18:17Z", + "description": "Gateway Language", + "catalog_modified_time": "2024-08-15T16:18:17Z", + "usfm-js": "3.4.3", + "version": "84.1", + "modifiedTime": "2024-08-15T16:18:17Z", + "stage": "preprod" +} diff --git a/tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip new file mode 100644 index 0000000000..1a645f7742 Binary files /dev/null and b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json new file mode 100644 index 0000000000..d75b11362e --- /dev/null +++ b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json @@ -0,0 +1,1389 @@ +{ + "gen": { + "1": 31, + "2": 25, + "3": 24, + "4": 26, + "5": 32, + "6": 22, + "7": 24, + "8": 22, + "9": 29, + "10": 32, + "11": 32, + "12": 20, + "13": 18, + "14": 24, + "15": 21, + "16": 16, + "17": 27, + "18": 33, + "19": 38, + "20": 18, + "21": 34, + "22": 24, + "23": 20, + "24": 67, + "25": 34, + "26": 35, + "27": 46, + "28": 22, + "29": 35, + "30": 43, + "31": 55, + "32": 32, + "33": 20, + "34": 31, + "35": 29, + "36": 43, + "37": 36, + "38": 30, + "39": 23, + "40": 23, + "41": 57, + "42": 38, + "43": 34, + "44": 34, + "45": 28, + "46": 34, + "47": 31, + "48": 22, + "49": 33, + "50": 26, + "chapters": 50 + }, + "exo": { + "1": 22, + "2": 25, + "3": 22, + "4": 31, + "5": 23, + "6": 30, + "7": 25, + "8": 32, + "9": 35, + "10": 29, + "11": 10, + "12": 51, + "13": 22, + "14": 31, + "15": 27, + "16": 36, + "17": 16, + "18": 27, + "19": 25, + "20": 26, + "21": 36, + "22": 31, + "23": 33, + "24": 18, + "25": 40, + "26": 37, + "27": 21, + "28": 43, + "29": 46, + "30": 38, + "31": 18, + "32": 35, + "33": 23, + "34": 35, + "35": 35, + "36": 38, + "37": 29, + "38": 31, + "39": 43, + "40": 38, + "chapters": 40 + }, + "lev": { + "1": 17, + "2": 16, + "3": 17, + "4": 35, + "5": 19, + "6": 30, + "7": 38, + "8": 36, + "9": 24, + "10": 20, + "11": 47, + "12": 8, + "13": 59, + "14": 57, + "15": 33, + "16": 34, + "17": 16, + "18": 30, + "19": 37, + "20": 27, + "21": 24, + "22": 33, + "23": 44, + "24": 23, + "25": 55, + "26": 46, + "27": 34, + "chapters": 27 + }, + "num": { + "1": 54, + "2": 34, + "3": 51, + "4": 49, + "5": 31, + "6": 27, + "7": 89, + "8": 26, + "9": 23, + "10": 36, + "11": 35, + "12": 16, + "13": 33, + "14": 45, + "15": 41, + "16": 50, + "17": 13, + "18": 32, + "19": 22, + "20": 29, + "21": 35, + "22": 41, + "23": 30, + "24": 25, + "25": 18, + "26": 65, + "27": 23, + "28": 31, + "29": 40, + "30": 16, + "31": 54, + "32": 42, + "33": 56, + "34": 29, + "35": 34, + "36": 13, + "chapters": 36 + }, + "deu": { + "1": 46, + "2": 37, + "3": 29, + "4": 49, + "5": 33, + "6": 25, + "7": 26, + "8": 20, + "9": 29, + "10": 22, + "11": 32, + "12": 32, + "13": 18, + "14": 29, + "15": 23, + "16": 22, + "17": 20, + "18": 22, + "19": 21, + "20": 20, + "21": 23, + "22": 30, + "23": 25, + "24": 22, + "25": 19, + "26": 19, + "27": 26, + "28": 68, + "29": 29, + "30": 20, + "31": 30, + "32": 52, + "33": 29, + "34": 12, + "chapters": 34 + }, + "jos": { + "1": 18, + "2": 24, + "3": 17, + "4": 24, + "5": 15, + "6": 27, + "7": 26, + "8": 35, + "9": 27, + "10": 43, + "11": 23, + "12": 24, + "13": 33, + "14": 15, + "15": 63, + "16": 10, + "17": 18, + "18": 28, + "19": 51, + "20": 9, + "21": 45, + "22": 34, + "23": 16, + "24": 33, + "chapters": 24 + }, + "jdg": { + "1": 36, + "2": 23, + "3": 31, + "4": 24, + "5": 31, + "6": 40, + "7": 25, + "8": 35, + "9": 57, + "10": 18, + "11": 40, + "12": 15, + "13": 25, + "14": 20, + "15": 20, + "16": 31, + "17": 13, + "18": 31, + "19": 30, + "20": 48, + "21": 25, + "chapters": 21 + }, + "rut": { + "1": 22, + "2": 23, + "3": 18, + "4": 22, + "chapters": 4 + }, + "1sa": { + "1": 28, + "2": 36, + "3": 21, + "4": 22, + "5": 12, + "6": 21, + "7": 17, + "8": 22, + "9": 27, + "10": 27, + "11": 15, + "12": 25, + "13": 23, + "14": 52, + "15": 35, + "16": 23, + "17": 58, + "18": 30, + "19": 24, + "20": 42, + "21": 15, + "22": 23, + "23": 29, + "24": 22, + "25": 44, + "26": 25, + "27": 12, + "28": 25, + "29": 11, + "30": 31, + "31": 13, + "chapters": 31 + }, + "2sa": { + "1": 27, + "2": 32, + "3": 39, + "4": 12, + "5": 25, + "6": 23, + "7": 29, + "8": 18, + "9": 13, + "10": 19, + "11": 27, + "12": 31, + "13": 39, + "14": 33, + "15": 37, + "16": 23, + "17": 29, + "18": 33, + "19": 43, + "20": 26, + "21": 22, + "22": 51, + "23": 39, + "24": 25, + "chapters": 24 + }, + "1ki": { + "1": 53, + "2": 46, + "3": 28, + "4": 34, + "5": 18, + "6": 38, + "7": 51, + "8": 66, + "9": 28, + "10": 29, + "11": 43, + "12": 33, + "13": 34, + "14": 31, + "15": 34, + "16": 34, + "17": 24, + "18": 46, + "19": 21, + "20": 43, + "21": 29, + "22": 53, + "chapters": 22 + }, + "2ki": { + "1": 18, + "2": 25, + "3": 27, + "4": 44, + "5": 27, + "6": 33, + "7": 20, + "8": 29, + "9": 37, + "10": 36, + "11": 21, + "12": 20, + "13": 25, + "14": 29, + "15": 38, + "16": 20, + "17": 41, + "18": 37, + "19": 37, + "20": 21, + "21": 26, + "22": 20, + "23": 37, + "24": 20, + "25": 30, + "chapters": 25 + }, + "1ch": { + "1": 54, + "2": 55, + "3": 24, + "4": 43, + "5": 26, + "6": 81, + "7": 40, + "8": 40, + "9": 44, + "10": 14, + "11": 47, + "12": 40, + "13": 14, + "14": 17, + "15": 29, + "16": 43, + "17": 27, + "18": 17, + "19": 19, + "20": 8, + "21": 30, + "22": 19, + "23": 32, + "24": 31, + "25": 31, + "26": 32, + "27": 34, + "28": 21, + "29": 30, + "chapters": 29 + }, + "2ch": { + "1": 17, + "2": 18, + "3": 17, + "4": 22, + "5": 14, + "6": 42, + "7": 22, + "8": 18, + "9": 31, + "10": 19, + "11": 23, + "12": 16, + "13": 22, + "14": 15, + "15": 19, + "16": 14, + "17": 19, + "18": 34, + "19": 11, + "20": 37, + "21": 20, + "22": 12, + "23": 21, + "24": 27, + "25": 28, + "26": 23, + "27": 9, + "28": 27, + "29": 36, + "30": 27, + "31": 21, + "32": 33, + "33": 25, + "34": 33, + "35": 26, + "36": 23, + "chapters": 36 + }, + "ezr": { + "1": 11, + "2": 70, + "3": 13, + "4": 24, + "5": 17, + "6": 22, + "7": 28, + "8": 36, + "9": 15, + "10": 44, + "chapters": 10 + }, + "neh": { + "1": 11, + "2": 20, + "3": 32, + "4": 23, + "5": 19, + "6": 19, + "7": 73, + "8": 18, + "9": 38, + "10": 39, + "11": 36, + "12": 47, + "13": 31, + "chapters": 13 + }, + "est": { + "1": 22, + "2": 23, + "3": 15, + "4": 17, + "5": 14, + "6": 14, + "7": 10, + "8": 17, + "9": 32, + "10": 3, + "chapters": 10 + }, + "job": { + "1": 22, + "2": 13, + "3": 26, + "4": 21, + "5": 27, + "6": 30, + "7": 21, + "8": 22, + "9": 35, + "10": 22, + "11": 20, + "12": 25, + "13": 28, + "14": 22, + "15": 35, + "16": 22, + "17": 16, + "18": 21, + "19": 29, + "20": 29, + "21": 34, + "22": 30, + "23": 17, + "24": 25, + "25": 6, + "26": 14, + "27": 23, + "28": 28, + "29": 25, + "30": 31, + "31": 40, + "32": 22, + "33": 33, + "34": 37, + "35": 16, + "36": 33, + "37": 24, + "38": 41, + "39": 30, + "40": 24, + "41": 34, + "42": 17, + "chapters": 42 + }, + "psa": { + "1": 6, + "2": 12, + "3": 8, + "4": 8, + "5": 12, + "6": 10, + "7": 17, + "8": 9, + "9": 20, + "10": 18, + "11": 7, + "12": 8, + "13": 6, + "14": 7, + "15": 5, + "16": 11, + "17": 15, + "18": 50, + "19": 14, + "20": 9, + "21": 13, + "22": 31, + "23": 6, + "24": 10, + "25": 22, + "26": 12, + "27": 14, + "28": 9, + "29": 11, + "30": 12, + "31": 24, + "32": 11, + "33": 22, + "34": 22, + "35": 28, + "36": 12, + "37": 40, + "38": 22, + "39": 13, + "40": 17, + "41": 13, + "42": 11, + "43": 5, + "44": 26, + "45": 17, + "46": 11, + "47": 9, + "48": 14, + "49": 20, + "50": 23, + "51": 19, + "52": 9, + "53": 6, + "54": 7, + "55": 23, + "56": 13, + "57": 11, + "58": 11, + "59": 17, + "60": 12, + "61": 8, + "62": 12, + "63": 11, + "64": 10, + "65": 13, + "66": 20, + "67": 7, + "68": 35, + "69": 36, + "70": 5, + "71": 24, + "72": 20, + "73": 28, + "74": 23, + "75": 10, + "76": 12, + "77": 20, + "78": 72, + "79": 13, + "80": 19, + "81": 16, + "82": 8, + "83": 18, + "84": 12, + "85": 13, + "86": 17, + "87": 7, + "88": 18, + "89": 52, + "90": 17, + "91": 16, + "92": 15, + "93": 5, + "94": 23, + "95": 11, + "96": 13, + "97": 12, + "98": 9, + "99": 9, + "100": 5, + "101": 8, + "102": 28, + "103": 22, + "104": 35, + "105": 45, + "106": 48, + "107": 43, + "108": 13, + "109": 31, + "110": 7, + "111": 10, + "112": 10, + "113": 9, + "114": 8, + "115": 18, + "116": 18, + "117": 2, + "118": 29, + "119": 176, + "120": 7, + "121": 8, + "122": 9, + "123": 4, + "124": 8, + "125": 5, + "126": 6, + "127": 5, + "128": 6, + "129": 8, + "130": 8, + "131": 3, + "132": 18, + "133": 3, + "134": 3, + "135": 21, + "136": 26, + "137": 9, + "138": 8, + "139": 24, + "140": 13, + "141": 10, + "142": 7, + "143": 12, + "144": 15, + "145": 21, + "146": 10, + "147": 20, + "148": 14, + "149": 9, + "150": 6, + "chapters": 150 + }, + "pro": { + "1": 33, + "2": 22, + "3": 35, + "4": 27, + "5": 23, + "6": 35, + "7": 27, + "8": 36, + "9": 18, + "10": 32, + "11": 31, + "12": 28, + "13": 25, + "14": 35, + "15": 33, + "16": 33, + "17": 28, + "18": 24, + "19": 29, + "20": 30, + "21": 31, + "22": 29, + "23": 35, + "24": 34, + "25": 28, + "26": 28, + "27": 27, + "28": 28, + "29": 27, + "30": 33, + "31": 31, + "chapters": 31 + }, + "ecc": { + "1": 18, + "2": 26, + "3": 22, + "4": 16, + "5": 20, + "6": 12, + "7": 29, + "8": 17, + "9": 18, + "10": 20, + "11": 10, + "12": 14, + "chapters": 12 + }, + "sng": { + "1": 17, + "2": 17, + "3": 11, + "4": 16, + "5": 16, + "6": 13, + "7": 13, + "8": 14, + "chapters": 8 + }, + "isa": { + "1": 31, + "2": 22, + "3": 26, + "4": 6, + "5": 30, + "6": 13, + "7": 25, + "8": 22, + "9": 21, + "10": 34, + "11": 16, + "12": 6, + "13": 22, + "14": 32, + "15": 9, + "16": 14, + "17": 14, + "18": 7, + "19": 25, + "20": 6, + "21": 17, + "22": 25, + "23": 18, + "24": 23, + "25": 12, + "26": 21, + "27": 13, + "28": 29, + "29": 24, + "30": 33, + "31": 9, + "32": 20, + "33": 24, + "34": 17, + "35": 10, + "36": 22, + "37": 38, + "38": 22, + "39": 8, + "40": 31, + "41": 29, + "42": 25, + "43": 28, + "44": 28, + "45": 25, + "46": 13, + "47": 15, + "48": 22, + "49": 26, + "50": 11, + "51": 23, + "52": 15, + "53": 12, + "54": 17, + "55": 13, + "56": 12, + "57": 21, + "58": 14, + "59": 21, + "60": 22, + "61": 11, + "62": 12, + "63": 19, + "64": 12, + "65": 25, + "66": 24, + "chapters": 66 + }, + "jer": { + "1": 19, + "2": 37, + "3": 25, + "4": 31, + "5": 31, + "6": 30, + "7": 34, + "8": 22, + "9": 25, + "10": 25, + "11": 23, + "12": 17, + "13": 27, + "14": 22, + "15": 21, + "16": 21, + "17": 27, + "18": 23, + "19": 15, + "20": 18, + "21": 14, + "22": 30, + "23": 40, + "24": 10, + "25": 38, + "26": 24, + "27": 22, + "28": 17, + "29": 32, + "30": 24, + "31": 40, + "32": 44, + "33": 26, + "34": 22, + "35": 19, + "36": 32, + "37": 21, + "38": 28, + "39": 18, + "40": 16, + "41": 18, + "42": 22, + "43": 13, + "44": 30, + "45": 5, + "46": 28, + "47": 7, + "48": 47, + "49": 39, + "50": 46, + "51": 64, + "52": 34, + "chapters": 52 + }, + "lam": { + "1": 22, + "2": 22, + "3": 66, + "4": 22, + "5": 22, + "chapters": 5 + }, + "ezk": { + "1": 28, + "2": 10, + "3": 27, + "4": 17, + "5": 17, + "6": 14, + "7": 27, + "8": 18, + "9": 11, + "10": 22, + "11": 25, + "12": 28, + "13": 23, + "14": 23, + "15": 8, + "16": 63, + "17": 24, + "18": 32, + "19": 14, + "20": 49, + "21": 32, + "22": 31, + "23": 49, + "24": 27, + "25": 17, + "26": 21, + "27": 36, + "28": 26, + "29": 21, + "30": 26, + "31": 18, + "32": 32, + "33": 33, + "34": 31, + "35": 15, + "36": 38, + "37": 28, + "38": 23, + "39": 29, + "40": 49, + "41": 26, + "42": 20, + "43": 27, + "44": 31, + "45": 25, + "46": 24, + "47": 23, + "48": 35, + "chapters": 48 + }, + "dan": { + "1": 21, + "2": 49, + "3": 30, + "4": 37, + "5": 31, + "6": 28, + "7": 28, + "8": 27, + "9": 27, + "10": 20, + "11": 45, + "12": 13, + "chapters": 12 + }, + "hos": { + "1": 11, + "2": 23, + "3": 5, + "4": 19, + "5": 15, + "6": 11, + "7": 16, + "8": 14, + "9": 17, + "10": 15, + "11": 12, + "12": 14, + "13": 16, + "14": 9, + "chapters": 14 + }, + "jol": { + "1": 20, + "2": 32, + "3": 21, + "chapters": 3 + }, + "amo": { + "1": 15, + "2": 16, + "3": 15, + "4": 13, + "5": 27, + "6": 14, + "7": 17, + "8": 14, + "9": 15, + "chapters": 9 + }, + "oba": { + "1": 21, + "chapters": 1 + }, + "jon": { + "1": 17, + "2": 10, + "3": 10, + "4": 11, + "chapters": 4 + }, + "mic": { + "1": 16, + "2": 13, + "3": 12, + "4": 13, + "5": 15, + "6": 16, + "7": 20, + "chapters": 7 + }, + "nam": { + "1": 15, + "2": 13, + "3": 19, + "chapters": 3 + }, + "hab": { + "1": 17, + "2": 20, + "3": 19, + "chapters": 3 + }, + "zep": { + "1": 18, + "2": 15, + "3": 20, + "chapters": 3 + }, + "hag": { + "1": 15, + "2": 23, + "chapters": 2 + }, + "zec": { + "1": 21, + "2": 13, + "3": 10, + "4": 14, + "5": 11, + "6": 15, + "7": 14, + "8": 23, + "9": 17, + "10": 12, + "11": 17, + "12": 14, + "13": 9, + "14": 21, + "chapters": 14 + }, + "mal": { + "1": 14, + "2": 17, + "3": 18, + "4": 6, + "chapters": 4 + }, + "mat": { + "1": 25, + "2": 23, + "3": 17, + "4": 25, + "5": 48, + "6": 34, + "7": 29, + "8": 34, + "9": 38, + "10": 42, + "11": 30, + "12": 50, + "13": 58, + "14": 36, + "15": 39, + "16": 28, + "17": 27, + "18": 35, + "19": 30, + "20": 34, + "21": 46, + "22": 46, + "23": 39, + "24": 51, + "25": 46, + "26": 75, + "27": 66, + "28": 20, + "chapters": 28 + }, + "mrk": { + "1": 45, + "2": 28, + "3": 35, + "4": 41, + "5": 43, + "6": 56, + "7": 37, + "8": 38, + "9": 50, + "10": 52, + "11": 33, + "12": 43, + "13": 37, + "14": 72, + "15": 47, + "16": 20, + "chapters": 16 + }, + "luk": { + "1": 80, + "2": 52, + "3": 38, + "4": 44, + "5": 39, + "6": 49, + "7": 50, + "8": 56, + "9": 62, + "10": 42, + "11": 54, + "12": 59, + "13": 35, + "14": 35, + "15": 32, + "16": 31, + "17": 37, + "18": 43, + "19": 48, + "20": 47, + "21": 38, + "22": 71, + "23": 56, + "24": 53, + "chapters": 24 + }, + "jhn": { + "1": 51, + "2": 25, + "3": 36, + "4": 54, + "5": 47, + "6": 71, + "7": 53, + "8": 59, + "9": 41, + "10": 42, + "11": 57, + "12": 50, + "13": 38, + "14": 31, + "15": 27, + "16": 33, + "17": 26, + "18": 40, + "19": 42, + "20": 31, + "21": 25, + "chapters": 21 + }, + "act": { + "1": 26, + "2": 47, + "3": 26, + "4": 37, + "5": 42, + "6": 15, + "7": 60, + "8": 40, + "9": 43, + "10": 48, + "11": 30, + "12": 25, + "13": 52, + "14": 28, + "15": 41, + "16": 40, + "17": 34, + "18": 28, + "19": 41, + "20": 38, + "21": 40, + "22": 30, + "23": 35, + "24": 27, + "25": 27, + "26": 32, + "27": 44, + "28": 31, + "chapters": 28 + }, + "rom": { + "1": 32, + "2": 29, + "3": 31, + "4": 25, + "5": 21, + "6": 23, + "7": 25, + "8": 39, + "9": 33, + "10": 21, + "11": 36, + "12": 21, + "13": 14, + "14": 23, + "15": 33, + "16": 27, + "chapters": 16 + }, + "1co": { + "1": 31, + "2": 16, + "3": 23, + "4": 21, + "5": 13, + "6": 20, + "7": 40, + "8": 13, + "9": 27, + "10": 33, + "11": 34, + "12": 31, + "13": 13, + "14": 40, + "15": 58, + "16": 24, + "chapters": 16 + }, + "2co": { + "1": 24, + "2": 17, + "3": 18, + "4": 18, + "5": 21, + "6": 18, + "7": 16, + "8": 24, + "9": 15, + "10": 18, + "11": 33, + "12": 21, + "13": 13, + "chapters": 13 + }, + "gal": { + "1": 24, + "2": 21, + "3": 29, + "4": 31, + "5": 26, + "6": 18, + "chapters": 6 + }, + "eph": { + "1": 23, + "2": 22, + "3": 21, + "4": 32, + "5": 33, + "6": 24, + "chapters": 6 + }, + "php": { + "1": 30, + "2": 30, + "3": 21, + "4": 23, + "chapters": 4 + }, + "col": { + "1": 29, + "2": 23, + "3": 25, + "4": 18, + "chapters": 4 + }, + "1th": { + "1": 10, + "2": 20, + "3": 13, + "4": 18, + "5": 28, + "chapters": 5 + }, + "2th": { + "1": 12, + "2": 16, + "3": 18, + "chapters": 3 + }, + "1ti": { + "1": 20, + "2": 15, + "3": 16, + "4": 16, + "5": 25, + "6": 21, + "chapters": 6 + }, + "2ti": { + "1": 18, + "2": 26, + "3": 17, + "4": 22, + "chapters": 4 + }, + "tit": { + "1": 16, + "2": 15, + "3": 15, + "chapters": 3 + }, + "phm": { + "1": 25, + "chapters": 1 + }, + "heb": { + "1": 14, + "2": 18, + "3": 19, + "4": 16, + "5": 14, + "6": 20, + "7": 28, + "8": 13, + "9": 28, + "10": 39, + "11": 40, + "12": 29, + "13": 25, + "chapters": 13 + }, + "jas": { + "1": 27, + "2": 26, + "3": 18, + "4": 17, + "5": 20, + "chapters": 5 + }, + "1pe": { + "1": 25, + "2": 25, + "3": 22, + "4": 19, + "5": 14, + "chapters": 5 + }, + "2pe": { + "1": 21, + "2": 22, + "3": 18, + "chapters": 3 + }, + "1jn": { + "1": 10, + "2": 29, + "3": 24, + "4": 21, + "5": 21, + "chapters": 5 + }, + "2jn": { + "1": 13, + "chapters": 1 + }, + "3jn": { + "1": 15, + "chapters": 1 + }, + "jud": { + "1": 25, + "chapters": 1 + }, + "rev": { + "1": 20, + "2": 29, + "3": 22, + "4": 11, + "5": 14, + "6": 17, + "7": 17, + "8": 13, + "9": 21, + "10": 11, + "11": 19, + "12": 18, + "13": 18, + "14": 20, + "15": 8, + "16": 21, + "17": 18, + "18": 24, + "19": 21, + "20": 15, + "21": 27, + "22": 21, + "chapters": 22 + } +} \ No newline at end of file diff --git a/tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json new file mode 100644 index 0000000000..a0b01a61e6 --- /dev/null +++ b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,1539 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D. Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Kailey Gregory", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Robert Hunt", + "Demsin Lachin", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Christopher Smith, M.A.T.S. Gordon-Conwell Theological Seminary, Ph.D. Boston College", + "Leonard Smith", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "David Trombold, M. Div.", + "James Vigen", + "Hendrik �€œHenry�€ de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed translation, intended to provide a 'functional' understanding of the Bible. It increases the translator's understanding of the text by translating theological terms as descriptive phrases.", + "format": "text/usfm3", + "identifier": "ust", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "t4t", + "language": "en", + "version": "2014" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ust", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Simplified Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ], + "original_manifest": { + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D. Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Kailey Gregory", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Robert Hunt", + "Demsin Lachin", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Christopher Smith, M.A.T.S. Gordon-Conwell Theological Seminary, Ph.D. Boston College", + "Leonard Smith", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "David Trombold, M. Div.", + "James Vigen", + "Hendrik �€œHenry�€ de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed translation, intended to provide a 'functional' understanding of the Bible. It increases the translator's understanding of the text by translating theological terms as descriptive phrases.", + "format": "text/usfm3", + "identifier": "ust", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "t4t", + "language": "en", + "version": "2014" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ust", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Simplified Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ] + }, + "language_id": "en", + "language_name": "English", + "direction": "ltr", + "subject": "Aligned Bible", + "resource_id": "ust", + "resource_title": "unfoldingWord® Simplified Text", + "remoteModifiedTime": "2024-08-15T16:18:48Z", + "description": "Gateway Language", + "catalog_modified_time": "2024-08-15T16:18:48Z", + "usfm-js": "3.4.3", + "version": "84.1", + "modifiedTime": "2024-08-15T16:18:48Z", + "stage": "latest" +} diff --git a/tcResources/en/bibles/ust/v84.1_unfoldingWord/books.zip b/tcResources/en/bibles/ust/v84.1_unfoldingWord/books.zip new file mode 100644 index 0000000000..94a5bc1e3e Binary files /dev/null and b/tcResources/en/bibles/ust/v84.1_unfoldingWord/books.zip differ diff --git a/tcResources/en/bibles/ust/v84.1_unfoldingWord/index.json b/tcResources/en/bibles/ust/v84.1_unfoldingWord/index.json new file mode 100644 index 0000000000..d75b11362e --- /dev/null +++ b/tcResources/en/bibles/ust/v84.1_unfoldingWord/index.json @@ -0,0 +1,1389 @@ +{ + "gen": { + "1": 31, + "2": 25, + "3": 24, + "4": 26, + "5": 32, + "6": 22, + "7": 24, + "8": 22, + "9": 29, + "10": 32, + "11": 32, + "12": 20, + "13": 18, + "14": 24, + "15": 21, + "16": 16, + "17": 27, + "18": 33, + "19": 38, + "20": 18, + "21": 34, + "22": 24, + "23": 20, + "24": 67, + "25": 34, + "26": 35, + "27": 46, + "28": 22, + "29": 35, + "30": 43, + "31": 55, + "32": 32, + "33": 20, + "34": 31, + "35": 29, + "36": 43, + "37": 36, + "38": 30, + "39": 23, + "40": 23, + "41": 57, + "42": 38, + "43": 34, + "44": 34, + "45": 28, + "46": 34, + "47": 31, + "48": 22, + "49": 33, + "50": 26, + "chapters": 50 + }, + "exo": { + "1": 22, + "2": 25, + "3": 22, + "4": 31, + "5": 23, + "6": 30, + "7": 25, + "8": 32, + "9": 35, + "10": 29, + "11": 10, + "12": 51, + "13": 22, + "14": 31, + "15": 27, + "16": 36, + "17": 16, + "18": 27, + "19": 25, + "20": 26, + "21": 36, + "22": 31, + "23": 33, + "24": 18, + "25": 40, + "26": 37, + "27": 21, + "28": 43, + "29": 46, + "30": 38, + "31": 18, + "32": 35, + "33": 23, + "34": 35, + "35": 35, + "36": 38, + "37": 29, + "38": 31, + "39": 43, + "40": 38, + "chapters": 40 + }, + "lev": { + "1": 17, + "2": 16, + "3": 17, + "4": 35, + "5": 19, + "6": 30, + "7": 38, + "8": 36, + "9": 24, + "10": 20, + "11": 47, + "12": 8, + "13": 59, + "14": 57, + "15": 33, + "16": 34, + "17": 16, + "18": 30, + "19": 37, + "20": 27, + "21": 24, + "22": 33, + "23": 44, + "24": 23, + "25": 55, + "26": 46, + "27": 34, + "chapters": 27 + }, + "num": { + "1": 54, + "2": 34, + "3": 51, + "4": 49, + "5": 31, + "6": 27, + "7": 89, + "8": 26, + "9": 23, + "10": 36, + "11": 35, + "12": 16, + "13": 33, + "14": 45, + "15": 41, + "16": 50, + "17": 13, + "18": 32, + "19": 22, + "20": 29, + "21": 35, + "22": 41, + "23": 30, + "24": 25, + "25": 18, + "26": 65, + "27": 23, + "28": 31, + "29": 40, + "30": 16, + "31": 54, + "32": 42, + "33": 56, + "34": 29, + "35": 34, + "36": 13, + "chapters": 36 + }, + "deu": { + "1": 46, + "2": 37, + "3": 29, + "4": 49, + "5": 33, + "6": 25, + "7": 26, + "8": 20, + "9": 29, + "10": 22, + "11": 32, + "12": 32, + "13": 18, + "14": 29, + "15": 23, + "16": 22, + "17": 20, + "18": 22, + "19": 21, + "20": 20, + "21": 23, + "22": 30, + "23": 25, + "24": 22, + "25": 19, + "26": 19, + "27": 26, + "28": 68, + "29": 29, + "30": 20, + "31": 30, + "32": 52, + "33": 29, + "34": 12, + "chapters": 34 + }, + "jos": { + "1": 18, + "2": 24, + "3": 17, + "4": 24, + "5": 15, + "6": 27, + "7": 26, + "8": 35, + "9": 27, + "10": 43, + "11": 23, + "12": 24, + "13": 33, + "14": 15, + "15": 63, + "16": 10, + "17": 18, + "18": 28, + "19": 51, + "20": 9, + "21": 45, + "22": 34, + "23": 16, + "24": 33, + "chapters": 24 + }, + "jdg": { + "1": 36, + "2": 23, + "3": 31, + "4": 24, + "5": 31, + "6": 40, + "7": 25, + "8": 35, + "9": 57, + "10": 18, + "11": 40, + "12": 15, + "13": 25, + "14": 20, + "15": 20, + "16": 31, + "17": 13, + "18": 31, + "19": 30, + "20": 48, + "21": 25, + "chapters": 21 + }, + "rut": { + "1": 22, + "2": 23, + "3": 18, + "4": 22, + "chapters": 4 + }, + "1sa": { + "1": 28, + "2": 36, + "3": 21, + "4": 22, + "5": 12, + "6": 21, + "7": 17, + "8": 22, + "9": 27, + "10": 27, + "11": 15, + "12": 25, + "13": 23, + "14": 52, + "15": 35, + "16": 23, + "17": 58, + "18": 30, + "19": 24, + "20": 42, + "21": 15, + "22": 23, + "23": 29, + "24": 22, + "25": 44, + "26": 25, + "27": 12, + "28": 25, + "29": 11, + "30": 31, + "31": 13, + "chapters": 31 + }, + "2sa": { + "1": 27, + "2": 32, + "3": 39, + "4": 12, + "5": 25, + "6": 23, + "7": 29, + "8": 18, + "9": 13, + "10": 19, + "11": 27, + "12": 31, + "13": 39, + "14": 33, + "15": 37, + "16": 23, + "17": 29, + "18": 33, + "19": 43, + "20": 26, + "21": 22, + "22": 51, + "23": 39, + "24": 25, + "chapters": 24 + }, + "1ki": { + "1": 53, + "2": 46, + "3": 28, + "4": 34, + "5": 18, + "6": 38, + "7": 51, + "8": 66, + "9": 28, + "10": 29, + "11": 43, + "12": 33, + "13": 34, + "14": 31, + "15": 34, + "16": 34, + "17": 24, + "18": 46, + "19": 21, + "20": 43, + "21": 29, + "22": 53, + "chapters": 22 + }, + "2ki": { + "1": 18, + "2": 25, + "3": 27, + "4": 44, + "5": 27, + "6": 33, + "7": 20, + "8": 29, + "9": 37, + "10": 36, + "11": 21, + "12": 20, + "13": 25, + "14": 29, + "15": 38, + "16": 20, + "17": 41, + "18": 37, + "19": 37, + "20": 21, + "21": 26, + "22": 20, + "23": 37, + "24": 20, + "25": 30, + "chapters": 25 + }, + "1ch": { + "1": 54, + "2": 55, + "3": 24, + "4": 43, + "5": 26, + "6": 81, + "7": 40, + "8": 40, + "9": 44, + "10": 14, + "11": 47, + "12": 40, + "13": 14, + "14": 17, + "15": 29, + "16": 43, + "17": 27, + "18": 17, + "19": 19, + "20": 8, + "21": 30, + "22": 19, + "23": 32, + "24": 31, + "25": 31, + "26": 32, + "27": 34, + "28": 21, + "29": 30, + "chapters": 29 + }, + "2ch": { + "1": 17, + "2": 18, + "3": 17, + "4": 22, + "5": 14, + "6": 42, + "7": 22, + "8": 18, + "9": 31, + "10": 19, + "11": 23, + "12": 16, + "13": 22, + "14": 15, + "15": 19, + "16": 14, + "17": 19, + "18": 34, + "19": 11, + "20": 37, + "21": 20, + "22": 12, + "23": 21, + "24": 27, + "25": 28, + "26": 23, + "27": 9, + "28": 27, + "29": 36, + "30": 27, + "31": 21, + "32": 33, + "33": 25, + "34": 33, + "35": 26, + "36": 23, + "chapters": 36 + }, + "ezr": { + "1": 11, + "2": 70, + "3": 13, + "4": 24, + "5": 17, + "6": 22, + "7": 28, + "8": 36, + "9": 15, + "10": 44, + "chapters": 10 + }, + "neh": { + "1": 11, + "2": 20, + "3": 32, + "4": 23, + "5": 19, + "6": 19, + "7": 73, + "8": 18, + "9": 38, + "10": 39, + "11": 36, + "12": 47, + "13": 31, + "chapters": 13 + }, + "est": { + "1": 22, + "2": 23, + "3": 15, + "4": 17, + "5": 14, + "6": 14, + "7": 10, + "8": 17, + "9": 32, + "10": 3, + "chapters": 10 + }, + "job": { + "1": 22, + "2": 13, + "3": 26, + "4": 21, + "5": 27, + "6": 30, + "7": 21, + "8": 22, + "9": 35, + "10": 22, + "11": 20, + "12": 25, + "13": 28, + "14": 22, + "15": 35, + "16": 22, + "17": 16, + "18": 21, + "19": 29, + "20": 29, + "21": 34, + "22": 30, + "23": 17, + "24": 25, + "25": 6, + "26": 14, + "27": 23, + "28": 28, + "29": 25, + "30": 31, + "31": 40, + "32": 22, + "33": 33, + "34": 37, + "35": 16, + "36": 33, + "37": 24, + "38": 41, + "39": 30, + "40": 24, + "41": 34, + "42": 17, + "chapters": 42 + }, + "psa": { + "1": 6, + "2": 12, + "3": 8, + "4": 8, + "5": 12, + "6": 10, + "7": 17, + "8": 9, + "9": 20, + "10": 18, + "11": 7, + "12": 8, + "13": 6, + "14": 7, + "15": 5, + "16": 11, + "17": 15, + "18": 50, + "19": 14, + "20": 9, + "21": 13, + "22": 31, + "23": 6, + "24": 10, + "25": 22, + "26": 12, + "27": 14, + "28": 9, + "29": 11, + "30": 12, + "31": 24, + "32": 11, + "33": 22, + "34": 22, + "35": 28, + "36": 12, + "37": 40, + "38": 22, + "39": 13, + "40": 17, + "41": 13, + "42": 11, + "43": 5, + "44": 26, + "45": 17, + "46": 11, + "47": 9, + "48": 14, + "49": 20, + "50": 23, + "51": 19, + "52": 9, + "53": 6, + "54": 7, + "55": 23, + "56": 13, + "57": 11, + "58": 11, + "59": 17, + "60": 12, + "61": 8, + "62": 12, + "63": 11, + "64": 10, + "65": 13, + "66": 20, + "67": 7, + "68": 35, + "69": 36, + "70": 5, + "71": 24, + "72": 20, + "73": 28, + "74": 23, + "75": 10, + "76": 12, + "77": 20, + "78": 72, + "79": 13, + "80": 19, + "81": 16, + "82": 8, + "83": 18, + "84": 12, + "85": 13, + "86": 17, + "87": 7, + "88": 18, + "89": 52, + "90": 17, + "91": 16, + "92": 15, + "93": 5, + "94": 23, + "95": 11, + "96": 13, + "97": 12, + "98": 9, + "99": 9, + "100": 5, + "101": 8, + "102": 28, + "103": 22, + "104": 35, + "105": 45, + "106": 48, + "107": 43, + "108": 13, + "109": 31, + "110": 7, + "111": 10, + "112": 10, + "113": 9, + "114": 8, + "115": 18, + "116": 18, + "117": 2, + "118": 29, + "119": 176, + "120": 7, + "121": 8, + "122": 9, + "123": 4, + "124": 8, + "125": 5, + "126": 6, + "127": 5, + "128": 6, + "129": 8, + "130": 8, + "131": 3, + "132": 18, + "133": 3, + "134": 3, + "135": 21, + "136": 26, + "137": 9, + "138": 8, + "139": 24, + "140": 13, + "141": 10, + "142": 7, + "143": 12, + "144": 15, + "145": 21, + "146": 10, + "147": 20, + "148": 14, + "149": 9, + "150": 6, + "chapters": 150 + }, + "pro": { + "1": 33, + "2": 22, + "3": 35, + "4": 27, + "5": 23, + "6": 35, + "7": 27, + "8": 36, + "9": 18, + "10": 32, + "11": 31, + "12": 28, + "13": 25, + "14": 35, + "15": 33, + "16": 33, + "17": 28, + "18": 24, + "19": 29, + "20": 30, + "21": 31, + "22": 29, + "23": 35, + "24": 34, + "25": 28, + "26": 28, + "27": 27, + "28": 28, + "29": 27, + "30": 33, + "31": 31, + "chapters": 31 + }, + "ecc": { + "1": 18, + "2": 26, + "3": 22, + "4": 16, + "5": 20, + "6": 12, + "7": 29, + "8": 17, + "9": 18, + "10": 20, + "11": 10, + "12": 14, + "chapters": 12 + }, + "sng": { + "1": 17, + "2": 17, + "3": 11, + "4": 16, + "5": 16, + "6": 13, + "7": 13, + "8": 14, + "chapters": 8 + }, + "isa": { + "1": 31, + "2": 22, + "3": 26, + "4": 6, + "5": 30, + "6": 13, + "7": 25, + "8": 22, + "9": 21, + "10": 34, + "11": 16, + "12": 6, + "13": 22, + "14": 32, + "15": 9, + "16": 14, + "17": 14, + "18": 7, + "19": 25, + "20": 6, + "21": 17, + "22": 25, + "23": 18, + "24": 23, + "25": 12, + "26": 21, + "27": 13, + "28": 29, + "29": 24, + "30": 33, + "31": 9, + "32": 20, + "33": 24, + "34": 17, + "35": 10, + "36": 22, + "37": 38, + "38": 22, + "39": 8, + "40": 31, + "41": 29, + "42": 25, + "43": 28, + "44": 28, + "45": 25, + "46": 13, + "47": 15, + "48": 22, + "49": 26, + "50": 11, + "51": 23, + "52": 15, + "53": 12, + "54": 17, + "55": 13, + "56": 12, + "57": 21, + "58": 14, + "59": 21, + "60": 22, + "61": 11, + "62": 12, + "63": 19, + "64": 12, + "65": 25, + "66": 24, + "chapters": 66 + }, + "jer": { + "1": 19, + "2": 37, + "3": 25, + "4": 31, + "5": 31, + "6": 30, + "7": 34, + "8": 22, + "9": 25, + "10": 25, + "11": 23, + "12": 17, + "13": 27, + "14": 22, + "15": 21, + "16": 21, + "17": 27, + "18": 23, + "19": 15, + "20": 18, + "21": 14, + "22": 30, + "23": 40, + "24": 10, + "25": 38, + "26": 24, + "27": 22, + "28": 17, + "29": 32, + "30": 24, + "31": 40, + "32": 44, + "33": 26, + "34": 22, + "35": 19, + "36": 32, + "37": 21, + "38": 28, + "39": 18, + "40": 16, + "41": 18, + "42": 22, + "43": 13, + "44": 30, + "45": 5, + "46": 28, + "47": 7, + "48": 47, + "49": 39, + "50": 46, + "51": 64, + "52": 34, + "chapters": 52 + }, + "lam": { + "1": 22, + "2": 22, + "3": 66, + "4": 22, + "5": 22, + "chapters": 5 + }, + "ezk": { + "1": 28, + "2": 10, + "3": 27, + "4": 17, + "5": 17, + "6": 14, + "7": 27, + "8": 18, + "9": 11, + "10": 22, + "11": 25, + "12": 28, + "13": 23, + "14": 23, + "15": 8, + "16": 63, + "17": 24, + "18": 32, + "19": 14, + "20": 49, + "21": 32, + "22": 31, + "23": 49, + "24": 27, + "25": 17, + "26": 21, + "27": 36, + "28": 26, + "29": 21, + "30": 26, + "31": 18, + "32": 32, + "33": 33, + "34": 31, + "35": 15, + "36": 38, + "37": 28, + "38": 23, + "39": 29, + "40": 49, + "41": 26, + "42": 20, + "43": 27, + "44": 31, + "45": 25, + "46": 24, + "47": 23, + "48": 35, + "chapters": 48 + }, + "dan": { + "1": 21, + "2": 49, + "3": 30, + "4": 37, + "5": 31, + "6": 28, + "7": 28, + "8": 27, + "9": 27, + "10": 20, + "11": 45, + "12": 13, + "chapters": 12 + }, + "hos": { + "1": 11, + "2": 23, + "3": 5, + "4": 19, + "5": 15, + "6": 11, + "7": 16, + "8": 14, + "9": 17, + "10": 15, + "11": 12, + "12": 14, + "13": 16, + "14": 9, + "chapters": 14 + }, + "jol": { + "1": 20, + "2": 32, + "3": 21, + "chapters": 3 + }, + "amo": { + "1": 15, + "2": 16, + "3": 15, + "4": 13, + "5": 27, + "6": 14, + "7": 17, + "8": 14, + "9": 15, + "chapters": 9 + }, + "oba": { + "1": 21, + "chapters": 1 + }, + "jon": { + "1": 17, + "2": 10, + "3": 10, + "4": 11, + "chapters": 4 + }, + "mic": { + "1": 16, + "2": 13, + "3": 12, + "4": 13, + "5": 15, + "6": 16, + "7": 20, + "chapters": 7 + }, + "nam": { + "1": 15, + "2": 13, + "3": 19, + "chapters": 3 + }, + "hab": { + "1": 17, + "2": 20, + "3": 19, + "chapters": 3 + }, + "zep": { + "1": 18, + "2": 15, + "3": 20, + "chapters": 3 + }, + "hag": { + "1": 15, + "2": 23, + "chapters": 2 + }, + "zec": { + "1": 21, + "2": 13, + "3": 10, + "4": 14, + "5": 11, + "6": 15, + "7": 14, + "8": 23, + "9": 17, + "10": 12, + "11": 17, + "12": 14, + "13": 9, + "14": 21, + "chapters": 14 + }, + "mal": { + "1": 14, + "2": 17, + "3": 18, + "4": 6, + "chapters": 4 + }, + "mat": { + "1": 25, + "2": 23, + "3": 17, + "4": 25, + "5": 48, + "6": 34, + "7": 29, + "8": 34, + "9": 38, + "10": 42, + "11": 30, + "12": 50, + "13": 58, + "14": 36, + "15": 39, + "16": 28, + "17": 27, + "18": 35, + "19": 30, + "20": 34, + "21": 46, + "22": 46, + "23": 39, + "24": 51, + "25": 46, + "26": 75, + "27": 66, + "28": 20, + "chapters": 28 + }, + "mrk": { + "1": 45, + "2": 28, + "3": 35, + "4": 41, + "5": 43, + "6": 56, + "7": 37, + "8": 38, + "9": 50, + "10": 52, + "11": 33, + "12": 43, + "13": 37, + "14": 72, + "15": 47, + "16": 20, + "chapters": 16 + }, + "luk": { + "1": 80, + "2": 52, + "3": 38, + "4": 44, + "5": 39, + "6": 49, + "7": 50, + "8": 56, + "9": 62, + "10": 42, + "11": 54, + "12": 59, + "13": 35, + "14": 35, + "15": 32, + "16": 31, + "17": 37, + "18": 43, + "19": 48, + "20": 47, + "21": 38, + "22": 71, + "23": 56, + "24": 53, + "chapters": 24 + }, + "jhn": { + "1": 51, + "2": 25, + "3": 36, + "4": 54, + "5": 47, + "6": 71, + "7": 53, + "8": 59, + "9": 41, + "10": 42, + "11": 57, + "12": 50, + "13": 38, + "14": 31, + "15": 27, + "16": 33, + "17": 26, + "18": 40, + "19": 42, + "20": 31, + "21": 25, + "chapters": 21 + }, + "act": { + "1": 26, + "2": 47, + "3": 26, + "4": 37, + "5": 42, + "6": 15, + "7": 60, + "8": 40, + "9": 43, + "10": 48, + "11": 30, + "12": 25, + "13": 52, + "14": 28, + "15": 41, + "16": 40, + "17": 34, + "18": 28, + "19": 41, + "20": 38, + "21": 40, + "22": 30, + "23": 35, + "24": 27, + "25": 27, + "26": 32, + "27": 44, + "28": 31, + "chapters": 28 + }, + "rom": { + "1": 32, + "2": 29, + "3": 31, + "4": 25, + "5": 21, + "6": 23, + "7": 25, + "8": 39, + "9": 33, + "10": 21, + "11": 36, + "12": 21, + "13": 14, + "14": 23, + "15": 33, + "16": 27, + "chapters": 16 + }, + "1co": { + "1": 31, + "2": 16, + "3": 23, + "4": 21, + "5": 13, + "6": 20, + "7": 40, + "8": 13, + "9": 27, + "10": 33, + "11": 34, + "12": 31, + "13": 13, + "14": 40, + "15": 58, + "16": 24, + "chapters": 16 + }, + "2co": { + "1": 24, + "2": 17, + "3": 18, + "4": 18, + "5": 21, + "6": 18, + "7": 16, + "8": 24, + "9": 15, + "10": 18, + "11": 33, + "12": 21, + "13": 13, + "chapters": 13 + }, + "gal": { + "1": 24, + "2": 21, + "3": 29, + "4": 31, + "5": 26, + "6": 18, + "chapters": 6 + }, + "eph": { + "1": 23, + "2": 22, + "3": 21, + "4": 32, + "5": 33, + "6": 24, + "chapters": 6 + }, + "php": { + "1": 30, + "2": 30, + "3": 21, + "4": 23, + "chapters": 4 + }, + "col": { + "1": 29, + "2": 23, + "3": 25, + "4": 18, + "chapters": 4 + }, + "1th": { + "1": 10, + "2": 20, + "3": 13, + "4": 18, + "5": 28, + "chapters": 5 + }, + "2th": { + "1": 12, + "2": 16, + "3": 18, + "chapters": 3 + }, + "1ti": { + "1": 20, + "2": 15, + "3": 16, + "4": 16, + "5": 25, + "6": 21, + "chapters": 6 + }, + "2ti": { + "1": 18, + "2": 26, + "3": 17, + "4": 22, + "chapters": 4 + }, + "tit": { + "1": 16, + "2": 15, + "3": 15, + "chapters": 3 + }, + "phm": { + "1": 25, + "chapters": 1 + }, + "heb": { + "1": 14, + "2": 18, + "3": 19, + "4": 16, + "5": 14, + "6": 20, + "7": 28, + "8": 13, + "9": 28, + "10": 39, + "11": 40, + "12": 29, + "13": 25, + "chapters": 13 + }, + "jas": { + "1": 27, + "2": 26, + "3": 18, + "4": 17, + "5": 20, + "chapters": 5 + }, + "1pe": { + "1": 25, + "2": 25, + "3": 22, + "4": 19, + "5": 14, + "chapters": 5 + }, + "2pe": { + "1": 21, + "2": 22, + "3": 18, + "chapters": 3 + }, + "1jn": { + "1": 10, + "2": 29, + "3": 24, + "4": 21, + "5": 21, + "chapters": 5 + }, + "2jn": { + "1": 13, + "chapters": 1 + }, + "3jn": { + "1": 15, + "chapters": 1 + }, + "jud": { + "1": 25, + "chapters": 1 + }, + "rev": { + "1": 20, + "2": 29, + "3": 22, + "4": 11, + "5": 14, + "6": 17, + "7": 17, + "8": 13, + "9": 21, + "10": 11, + "11": 19, + "12": 18, + "13": 18, + "14": 20, + "15": 8, + "16": 21, + "17": 18, + "18": 24, + "19": 21, + "20": 15, + "21": 27, + "22": 21, + "chapters": 22 + } +} \ No newline at end of file diff --git a/tcResources/en/bibles/ust/v84.1_unfoldingWord/manifest.json b/tcResources/en/bibles/ust/v84.1_unfoldingWord/manifest.json new file mode 100644 index 0000000000..224f943205 --- /dev/null +++ b/tcResources/en/bibles/ust/v84.1_unfoldingWord/manifest.json @@ -0,0 +1,1539 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D. Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Kailey Gregory", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Robert Hunt", + "Demsin Lachin", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Christopher Smith, M.A.T.S. Gordon-Conwell Theological Seminary, Ph.D. Boston College", + "Leonard Smith", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "David Trombold, M. Div.", + "James Vigen", + "Hendrik �€œHenry�€ de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed translation, intended to provide a 'functional' understanding of the Bible. It increases the translator's understanding of the text by translating theological terms as descriptive phrases.", + "format": "text/usfm3", + "identifier": "ust", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "t4t", + "language": "en", + "version": "2014" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ust", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Simplified Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ], + "original_manifest": { + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Nicholas Alsop", + "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", + "Matt Carlton", + "George \"Drew\" Curley, M.Div., PhD, Professor of Biblical Languages", + "Paul M Fahnestock, M.Div. Reformed Theological Seminary, D. Min. Pittsburgh Theological Seminary", + "Michael Francis", + "Laura Glassel, MA in Bible Translation", + "Kailey Gregory", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "C. Harry Harriss, M.Div.", + "Alrick G. Headley, M.Div., Th.M.", + "Bram van den Heuvel, M.A.", + "John Huffman", + "D. Allen Hutchison, MA in Old Testament, MA in New Testament", + "Robert Hunt", + "Demsin Lachin", + "Jack Messarra", + "Gene Mullen", + "Adam W. Nagelvoort, M.Div. Academic Ministries, Columbia International University", + "Timothy Neu, Ph.D. Biblical Studies", + "Kristy Nickell", + "Tom Nickell", + "Elizabeth Oakes, BA in Religious Studies, Linguistics", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ward Pyles, M.Div., Western Baptist Theological Seminary", + "Susan Quigley, MA in Linguistics", + "Dean Ropp", + "Joel D. Ruark, M.A.Th., Th.M., Ph.D. in Old Testament, University of Stellenbosch", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Peter Smircich, BA Philosophy", + "Christopher Smith, M.A.T.S. Gordon-Conwell Theological Seminary, Ph.D. Boston College", + "Leonard Smith", + "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", + "David Trombold, M. Div.", + "James Vigen", + "Hendrik �€œHenry�€ de Vries", + "Thomas Warren, M.Div., Trinity Evangelical Divinity School, D.Min, Reformed Theological Seminary", + "Angela Westmoreland, M.A. in Theological Studies (Biblical Language track)", + "Henry Whitney, BA Linguistics", + "Benjamin Wright, MA Applied Linguistics, Dallas International University", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed translation, intended to provide a 'functional' understanding of the Bible. It increases the translator's understanding of the text by translating theological terms as descriptive phrases.", + "format": "text/usfm3", + "identifier": "ust", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "t4t", + "language": "en", + "version": "2014" + }, + { + "identifier": "uhb", + "language": "hbo", + "version": "2.1.26" + }, + { + "identifier": "ugnt", + "language": "el-x-koine", + "version": "0.26" + }, + { + "identifier": "ust", + "language": "en", + "version": "83.1" + } + ], + "subject": "Aligned Bible", + "title": "unfoldingWord® Simplified Text", + "type": "bundle", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./01-GEN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./02-EXO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./03-LEV.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./04-NUM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./05-DEU.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./06-JOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./07-JDG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./08-RUT.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./09-1SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./10-2SA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./11-1KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./12-2KI.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./13-1CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./14-2CH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./15-EZR.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./16-NEH.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./17-EST.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./18-JOB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./19-PSA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./20-PRO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./21-ECC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./22-SNG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./23-ISA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./24-JER.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./25-LAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./26-EZK.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./27-DAN.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./28-HOS.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./29-JOL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./30-AMO.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./31-OBA.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./32-JON.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./33-MIC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./34-NAM.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./35-HAB.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./36-ZEP.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./37-HAG.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./38-ZEC.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./39-MAL.usfm", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./41-MAT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./42-MRK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./43-LUK.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./44-JHN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./45-ACT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./46-ROM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./47-1CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./48-2CO.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./49-GAL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./50-EPH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./51-PHP.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./52-COL.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./53-1TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./54-2TH.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./55-1TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./56-2TI.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./57-TIT.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./58-PHM.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./59-HEB.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./60-JAS.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./61-1PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./62-2PE.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./63-1JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./64-2JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./65-3JN.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./66-JUD.usfm", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./67-REV.usfm", + "categories": [ + "bible-nt" + ] + } + ] + }, + "language_id": "en", + "language_name": "English", + "direction": "ltr", + "subject": "Aligned Bible", + "resource_id": "ust", + "resource_title": "unfoldingWord® Simplified Text", + "remoteModifiedTime": "2024-08-15T16:18:48Z", + "description": "Gateway Language", + "catalog_modified_time": "2024-08-15T16:18:48Z", + "usfm-js": "3.4.3", + "version": "84.1", + "modifiedTime": "2024-08-15T16:18:48Z", + "stage": "preprod" +} diff --git a/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/contents.zip b/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/contents.zip index 147f258b44..6aa095bbd9 100644 Binary files a/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/contents.zip and b/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/contents.zip differ diff --git a/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip index e404bc8b0f..c7cdad7189 100644 Binary files a/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip and b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/contents.zip b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/contents.zip new file mode 100644 index 0000000000..f94e65303e Binary files /dev/null and b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/contents.zip differ diff --git a/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json new file mode 100644 index 0000000000..8d91073a16 --- /dev/null +++ b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,1075 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Door43 World Missions Community", + "Aaron Fenlason", + "Abner Bauman", + "Adam Van Goor", + "Alan Bird", + "Alan Borkenhagen", + "Alfred Van Dellen", + "Alice Wright", + "Allen Bair", + "Allyson Presswood Nance", + "Amanda Adams", + "Andrew Belcher", + "Andrew Johnson", + "Andrew Rice", + "Angelo Palo", + "Anita Moreau", + "April Linton", + "Aurora Lee", + "Barbara Summers", + "Barbara White", + "Becky Hancock", + "Beryl Carpenter", + "Bethany Fenlason", + "Betty Forbes", + "Bianca Elliott", + "Bill Cleveland", + "Bill Pruett", + "Bob Britting", + "Bram van den Heuvel", + "Brian Metzger", + "Bruce Bridges", + "Bruce Collier", + "Bruce Smith", + "Caleb Worgess", + "Carlyle Kilmore", + "Carol Pace", + "Carol Heim", + "Caroline Crawford", + "Caroline Fleming", + "Caroline S Wong", + "Carol Lee", + "Carol Moyer", + "Carolyn Lafferty", + "Catherine C Newton", + "Charese Jackson", + "Charlotte Gibson", + "Charlotte Hobbs", + "Cheryl A Chojnacki", + "Cheryl Stieben", + "Cheryl Warren", + "Christian Berry", + "Christine Harrison", + "Clairmene Pascal", + "Connie Bryan", + "Connie Goss", + "Craig Balden", + "Craig Lins", + "Craig Scott", + "Cynthia J Puckett", + "Dale Hahs", + "Dale Masser", + "Daniel Lauk", + "Daniel Summers", + "Darlene M Hopkins", + "Darlene Silas", + "David Boerschlein", + "David F Withee", + "David Glover", + "David J Forbes", + "David Mullen", + "David N Hanley", + "David Sandlin", + "David Shortess", + "David Smith", + "David Whisler", + "Debbie Nispel", + "Debbie Piper", + "Deborah Bartow", + "Deborah Bush", + "Deborah Miniard", + "Dennis Jackson", + "Dianne Forrest", + "Donna Borkenhagen", + "Donna Mullis", + "Douglas Hayes", + "Drew Curley", + "Ed Davis", + "Edgar Navera", + "Edward Kosky", + "Edward Quigley", + "Elaine VanRegenmorter", + "Elizabeth Nataly Silvestre Herbas", + "Ellen Lee", + "Emeline Thermidor", + "Emily Lee", + "Esther Roman", + "Esther Trew", + "Esther Zirk", + "Ethel Lynn Baker", + "Evangeline Puen", + "Evelyn Wildgust", + "Fletcher Coleman", + "Freda Dibble", + "Gail Spell", + "Gary Greer", + "Gary Shogren", + "Gay Ellen Stulp", + "Gene Gossman", + "George Arlyn Briggs", + "Gerald L. Naughton", + "Glen Tallent", + "Grace Balwit", + "Grace Bird", + "Greg Stoffregen", + "Gretchen Stencil", + "Hallie Miller", + "Harry Harriss", + "Heather Hicks", + "Helen Morse", + "Hendrik deVries", + "Henry Bult", + "Henry Whitney", + "Hilary O'Sullivan", + "Ibrahim Audu", + "Ines Gipson", + "Irene J Dodson", + "Jackie Jones", + "Jacqueline Bartley", + "James Giddens", + "James Pedersen", + "James Pohlig", + "James Roe", + "Janet O'Herron", + "Janice Connor", + "Jaqueline Rotruck", + "Jeanette Friesen", + "Jeff Graf", + "Jeff Kennedy", + "Jeff Martin", + "Jennifer Cunneen", + "Jenny Thomas", + "Jerry Lund", + "Jessica Lauk", + "Jim Frederick", + "Jim Lee", + "Jimmy Warren", + "Jim Rotruck", + "Jim Swartzentruber", + "Jody Garcia", + "Joe Chater", + "Joel Bryan", + "Joey Howell", + "John Anderson", + "John Geddis", + "John D Rogers", + "John Hutchins", + "John Luton", + "John Pace", + "John P Tornifolio", + "Jolene Valeu", + "Jon Haahr", + "Joseph Fithian", + "Joseph Greene", + "Joseph Wharton", + "Joshua Berkowitz", + "Joshua Calhoun", + "Joshua Rister", + "Josh Wondra", + "Joy Anderson", + "Joyce Jacobs", + "Joyce Pedersen", + "JT Crowder", + "Judi Brodeen", + "Judith Cline", + "Judith C Yon", + "Julia N Bult", + "Patty Li", + "Julie Susanto", + "Kahar Barat", + "Kannahi Sellers", + "Kara Anderson", + "Karen Davie", + "Karen Dreesen", + "Karen Fabean", + "Karen Riecks", + "Karen Smith", + "Karen Turner", + "Kathleen Glover", + "Kathryn Hendrix", + "Kathy Mentink", + "Katrina Geurink", + "Kay Myers", + "Kelly Strong", + "Ken Haugh", + "Kim Puterbaugh", + "Kristin Butts Page", + "Kristin Rinne", + "Kwesi Opoku-debrah", + "Langston Spell", + "Larry Sallee", + "Lawrence Lipe", + "Lee Sipe", + "Leonard Smith", + "Lester Harper", + "Lia Hadley", + "Linda Buckman", + "Linda Dale Barton", + "Linda Havemeier", + "Linda Homer", + "Linda Lee Sebastien", + "Linn Peterson", + "Liz Dakota", + "Lloyd Box", + "Luis Keelin", + "Madeline Kilmore", + "Maggie D Paul", + "Marc Nelson", + "Mardi Welo", + "Margo Hoffman", + "Marilyn Cook", + "Marjean Swann", + "Marjorie Francis", + "Mark Albertini", + "Mark Chapman", + "Mark Thomas", + "Marselene Norton", + "Mary Jane Davis", + "Mary Jean Stout", + "Mary Landon", + "Mary Scarborough", + "Megan Kidwell", + "Melissa Roe", + "Merton Dibble", + "Meseret Abraham-Zemede", + "Michael Bush", + "Michael Connor", + "Michael Francis", + "Michael Geurink", + "Mike Tisdell", + "Mickey White", + "Miel Horrilleno", + "Monique Greer", + "Morgan Mellette", + "Morris Anderson", + "Nancy C. Naughton", + "Nancy Neu", + "Nancy VanCott", + "Neal Snook", + "Nicholas Scovil", + "Nick Dettman", + "Nils Friberg", + "Noah Crabtree", + "Pamela B Johnston", + "Pamela Nungesser", + "Pamela Roberts", + "Pam Gullifer", + "Pat Ankney", + "Pat Giddens", + "Patricia Brougher", + "Patricia Carson", + "Patricia Cleveland", + "Patricia Foster", + "Patricia Middlebrooks", + "Paul Mellema", + "Paula Carlson", + "Paula Oestreich", + "Paul Holloway", + "Paul Nungesser", + "Peggy Anderson", + "Peggyrose Swartzentruber", + "Peter Polloni", + "Phillip Harms", + "Phyllis Mortensen", + "Priscilla Enggren", + "Rachel Agheyisi", + "Rachel Ropp", + "Raif Turner", + "Ray Puen", + "Reina Y Mora", + "Rene Bahrenfuss", + "Renee Triplett", + "Rhonda Bartels", + "Richard Beatty", + "Richard Moreau", + "Richard Rutter", + "Richard Stevens", + "Rick Keaton", + "Robby Little", + "Robert W Johnson", + "Rochelle Hook", + "Rodney White", + "Rolaine Franz", + "Ronald D Hook", + "Rosario Baria", + "Roxann Carey", + "Roxanne Pittard", + "Ruben Michael Garay", + "Russell Isham", + "Russ Perry", + "Ruth Calo", + "Ruth E Withee", + "Ruth Montgomery", + "Ryan Blizek", + "Sam Todd", + "Samuel Njuguna", + "Sandy Anderson", + "Sandy Blanes", + "Sara Giesmann", + "Sara Van Cott (Barnes)", + "Sharon Johnson", + "Sharon Peterson", + "Sharon Shortess", + "Shelly Harms", + "Sherie Nelson", + "Sherman Sebastien", + "Sherry Mosher", + "Stacey Swanson", + "Steve Gibbs", + "Steve Mercier", + "Susan Langohr", + "Susan Quigley", + "Susan Snook", + "Suzanne Richards", + "Sylvia Thomas", + "Sze Suze Lau", + "Tabitha Price", + "Tammy L Enns", + "Tammy White", + "Teresa Everett-Leone", + "Teresa Linn", + "Terri Collins", + "Theresa Baker", + "Thomas Jopling", + "Thomas Nickell", + "Thomas Warren", + "Tim Coleman", + "Tim Ingram", + "Tim Linn", + "Tim Lovestrand", + "Tim Mentink", + "Tom Penry", + "Tom William Warren", + "Toni Shuma", + "Tracie Pogue", + "Tricia Coffman", + "Vicki Ivester", + "Victoria G DeKraker", + "Victor M Prieto", + "Vivian Kamph", + "Vivian Richardson", + "Ward Pyles", + "Warren Blaisdell", + "Wayne Homer", + "Wendy Coleman", + "Wendy Colon", + "Wilbur Zirk", + "Wil Gipson", + "William Carson", + "William Cline", + "William Dickerson", + "William Smitherman", + "William Wilder", + "Yvonne Tallent" + ], + "creator": "Door43 World Missions Community", + "description": "Open-licensed exegetical notes that provide historical, cultural, and linguistic information for translators. It provides translators and checkers with pertinent, just-in-time information to help them make the best possible translation decisions.", + "format": "text/tsv", + "identifier": "tn", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/ult", + "en/ust", + "en/ta", + "en/tq", + "en/tw", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "tn", + "language": "en", + "version": "83.1" + } + ], + "subject": "TSV Translation Notes", + "title": "unfoldingWord® Translation Notes", + "type": "help", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./tn_GEN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./tn_EXO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./tn_LEV.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./tn_NUM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./tn_DEU.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./tn_JOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./tn_JDG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./tn_RUT.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./tn_1SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./tn_2SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./tn_1KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./tn_2KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./tn_1CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./tn_2CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./tn_EZR.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./tn_NEH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./tn_EST.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./tn_JOB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./tn_PSA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./tn_PRO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./tn_ECC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./tn_SNG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./tn_ISA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./tn_JER.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./tn_LAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./tn_EZK.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./tn_DAN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./tn_HOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./tn_JOL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./tn_AMO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./tn_OBA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./tn_JON.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./tn_MIC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./tn_NAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./tn_HAB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./tn_ZEP.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./tn_HAG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./tn_ZEC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./tn_MAL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./tn_MAT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./tn_MRK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./tn_LUK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./tn_JHN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./tn_ACT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./tn_ROM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./tn_1CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./tn_2CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./tn_GAL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./tn_EPH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./tn_PHP.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./tn_COL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./tn_1TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./tn_2TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./tn_1TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./tn_2TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./tn_TIT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./tn_PHM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./tn_HEB.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./tn_JAS.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./tn_1PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./tn_2PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./tn_1JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./tn_2JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./tn_3JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./tn_JUD.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./tn_REV.tsv", + "categories": [ + "bible-nt" + ] + } + ], + "version": "84.1", + "catalog_modified_time": "2024-08-15T16:21:23Z", + "modifiedTime": "2024-08-15T16:21:23Z", + "stage": "latest" +} diff --git a/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/contents.zip new file mode 100644 index 0000000000..e1300015c6 Binary files /dev/null and b/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/manifest.json b/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/manifest.json new file mode 100644 index 0000000000..46f6e7cad6 --- /dev/null +++ b/tcResources/en/translationHelps/translationNotes/v84.1_unfoldingWord/manifest.json @@ -0,0 +1,1075 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Door43 World Missions Community", + "Aaron Fenlason", + "Abner Bauman", + "Adam Van Goor", + "Alan Bird", + "Alan Borkenhagen", + "Alfred Van Dellen", + "Alice Wright", + "Allen Bair", + "Allyson Presswood Nance", + "Amanda Adams", + "Andrew Belcher", + "Andrew Johnson", + "Andrew Rice", + "Angelo Palo", + "Anita Moreau", + "April Linton", + "Aurora Lee", + "Barbara Summers", + "Barbara White", + "Becky Hancock", + "Beryl Carpenter", + "Bethany Fenlason", + "Betty Forbes", + "Bianca Elliott", + "Bill Cleveland", + "Bill Pruett", + "Bob Britting", + "Bram van den Heuvel", + "Brian Metzger", + "Bruce Bridges", + "Bruce Collier", + "Bruce Smith", + "Caleb Worgess", + "Carlyle Kilmore", + "Carol Pace", + "Carol Heim", + "Caroline Crawford", + "Caroline Fleming", + "Caroline S Wong", + "Carol Lee", + "Carol Moyer", + "Carolyn Lafferty", + "Catherine C Newton", + "Charese Jackson", + "Charlotte Gibson", + "Charlotte Hobbs", + "Cheryl A Chojnacki", + "Cheryl Stieben", + "Cheryl Warren", + "Christian Berry", + "Christine Harrison", + "Clairmene Pascal", + "Connie Bryan", + "Connie Goss", + "Craig Balden", + "Craig Lins", + "Craig Scott", + "Cynthia J Puckett", + "Dale Hahs", + "Dale Masser", + "Daniel Lauk", + "Daniel Summers", + "Darlene M Hopkins", + "Darlene Silas", + "David Boerschlein", + "David F Withee", + "David Glover", + "David J Forbes", + "David Mullen", + "David N Hanley", + "David Sandlin", + "David Shortess", + "David Smith", + "David Whisler", + "Debbie Nispel", + "Debbie Piper", + "Deborah Bartow", + "Deborah Bush", + "Deborah Miniard", + "Dennis Jackson", + "Dianne Forrest", + "Donna Borkenhagen", + "Donna Mullis", + "Douglas Hayes", + "Drew Curley", + "Ed Davis", + "Edgar Navera", + "Edward Kosky", + "Edward Quigley", + "Elaine VanRegenmorter", + "Elizabeth Nataly Silvestre Herbas", + "Ellen Lee", + "Emeline Thermidor", + "Emily Lee", + "Esther Roman", + "Esther Trew", + "Esther Zirk", + "Ethel Lynn Baker", + "Evangeline Puen", + "Evelyn Wildgust", + "Fletcher Coleman", + "Freda Dibble", + "Gail Spell", + "Gary Greer", + "Gary Shogren", + "Gay Ellen Stulp", + "Gene Gossman", + "George Arlyn Briggs", + "Gerald L. Naughton", + "Glen Tallent", + "Grace Balwit", + "Grace Bird", + "Greg Stoffregen", + "Gretchen Stencil", + "Hallie Miller", + "Harry Harriss", + "Heather Hicks", + "Helen Morse", + "Hendrik deVries", + "Henry Bult", + "Henry Whitney", + "Hilary O'Sullivan", + "Ibrahim Audu", + "Ines Gipson", + "Irene J Dodson", + "Jackie Jones", + "Jacqueline Bartley", + "James Giddens", + "James Pedersen", + "James Pohlig", + "James Roe", + "Janet O'Herron", + "Janice Connor", + "Jaqueline Rotruck", + "Jeanette Friesen", + "Jeff Graf", + "Jeff Kennedy", + "Jeff Martin", + "Jennifer Cunneen", + "Jenny Thomas", + "Jerry Lund", + "Jessica Lauk", + "Jim Frederick", + "Jim Lee", + "Jimmy Warren", + "Jim Rotruck", + "Jim Swartzentruber", + "Jody Garcia", + "Joe Chater", + "Joel Bryan", + "Joey Howell", + "John Anderson", + "John Geddis", + "John D Rogers", + "John Hutchins", + "John Luton", + "John Pace", + "John P Tornifolio", + "Jolene Valeu", + "Jon Haahr", + "Joseph Fithian", + "Joseph Greene", + "Joseph Wharton", + "Joshua Berkowitz", + "Joshua Calhoun", + "Joshua Rister", + "Josh Wondra", + "Joy Anderson", + "Joyce Jacobs", + "Joyce Pedersen", + "JT Crowder", + "Judi Brodeen", + "Judith Cline", + "Judith C Yon", + "Julia N Bult", + "Patty Li", + "Julie Susanto", + "Kahar Barat", + "Kannahi Sellers", + "Kara Anderson", + "Karen Davie", + "Karen Dreesen", + "Karen Fabean", + "Karen Riecks", + "Karen Smith", + "Karen Turner", + "Kathleen Glover", + "Kathryn Hendrix", + "Kathy Mentink", + "Katrina Geurink", + "Kay Myers", + "Kelly Strong", + "Ken Haugh", + "Kim Puterbaugh", + "Kristin Butts Page", + "Kristin Rinne", + "Kwesi Opoku-debrah", + "Langston Spell", + "Larry Sallee", + "Lawrence Lipe", + "Lee Sipe", + "Leonard Smith", + "Lester Harper", + "Lia Hadley", + "Linda Buckman", + "Linda Dale Barton", + "Linda Havemeier", + "Linda Homer", + "Linda Lee Sebastien", + "Linn Peterson", + "Liz Dakota", + "Lloyd Box", + "Luis Keelin", + "Madeline Kilmore", + "Maggie D Paul", + "Marc Nelson", + "Mardi Welo", + "Margo Hoffman", + "Marilyn Cook", + "Marjean Swann", + "Marjorie Francis", + "Mark Albertini", + "Mark Chapman", + "Mark Thomas", + "Marselene Norton", + "Mary Jane Davis", + "Mary Jean Stout", + "Mary Landon", + "Mary Scarborough", + "Megan Kidwell", + "Melissa Roe", + "Merton Dibble", + "Meseret Abraham-Zemede", + "Michael Bush", + "Michael Connor", + "Michael Francis", + "Michael Geurink", + "Mike Tisdell", + "Mickey White", + "Miel Horrilleno", + "Monique Greer", + "Morgan Mellette", + "Morris Anderson", + "Nancy C. Naughton", + "Nancy Neu", + "Nancy VanCott", + "Neal Snook", + "Nicholas Scovil", + "Nick Dettman", + "Nils Friberg", + "Noah Crabtree", + "Pamela B Johnston", + "Pamela Nungesser", + "Pamela Roberts", + "Pam Gullifer", + "Pat Ankney", + "Pat Giddens", + "Patricia Brougher", + "Patricia Carson", + "Patricia Cleveland", + "Patricia Foster", + "Patricia Middlebrooks", + "Paul Mellema", + "Paula Carlson", + "Paula Oestreich", + "Paul Holloway", + "Paul Nungesser", + "Peggy Anderson", + "Peggyrose Swartzentruber", + "Peter Polloni", + "Phillip Harms", + "Phyllis Mortensen", + "Priscilla Enggren", + "Rachel Agheyisi", + "Rachel Ropp", + "Raif Turner", + "Ray Puen", + "Reina Y Mora", + "Rene Bahrenfuss", + "Renee Triplett", + "Rhonda Bartels", + "Richard Beatty", + "Richard Moreau", + "Richard Rutter", + "Richard Stevens", + "Rick Keaton", + "Robby Little", + "Robert W Johnson", + "Rochelle Hook", + "Rodney White", + "Rolaine Franz", + "Ronald D Hook", + "Rosario Baria", + "Roxann Carey", + "Roxanne Pittard", + "Ruben Michael Garay", + "Russell Isham", + "Russ Perry", + "Ruth Calo", + "Ruth E Withee", + "Ruth Montgomery", + "Ryan Blizek", + "Sam Todd", + "Samuel Njuguna", + "Sandy Anderson", + "Sandy Blanes", + "Sara Giesmann", + "Sara Van Cott (Barnes)", + "Sharon Johnson", + "Sharon Peterson", + "Sharon Shortess", + "Shelly Harms", + "Sherie Nelson", + "Sherman Sebastien", + "Sherry Mosher", + "Stacey Swanson", + "Steve Gibbs", + "Steve Mercier", + "Susan Langohr", + "Susan Quigley", + "Susan Snook", + "Suzanne Richards", + "Sylvia Thomas", + "Sze Suze Lau", + "Tabitha Price", + "Tammy L Enns", + "Tammy White", + "Teresa Everett-Leone", + "Teresa Linn", + "Terri Collins", + "Theresa Baker", + "Thomas Jopling", + "Thomas Nickell", + "Thomas Warren", + "Tim Coleman", + "Tim Ingram", + "Tim Linn", + "Tim Lovestrand", + "Tim Mentink", + "Tom Penry", + "Tom William Warren", + "Toni Shuma", + "Tracie Pogue", + "Tricia Coffman", + "Vicki Ivester", + "Victoria G DeKraker", + "Victor M Prieto", + "Vivian Kamph", + "Vivian Richardson", + "Ward Pyles", + "Warren Blaisdell", + "Wayne Homer", + "Wendy Coleman", + "Wendy Colon", + "Wilbur Zirk", + "Wil Gipson", + "William Carson", + "William Cline", + "William Dickerson", + "William Smitherman", + "William Wilder", + "Yvonne Tallent" + ], + "creator": "Door43 World Missions Community", + "description": "Open-licensed exegetical notes that provide historical, cultural, and linguistic information for translators. It provides translators and checkers with pertinent, just-in-time information to help them make the best possible translation decisions.", + "format": "text/tsv", + "identifier": "tn", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/ult", + "en/ust", + "en/ta", + "en/tq", + "en/tw", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "tn", + "language": "en", + "version": "83.1" + } + ], + "subject": "TSV Translation Notes", + "title": "unfoldingWord® Translation Notes", + "type": "help", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./tn_GEN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./tn_EXO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./tn_LEV.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./tn_NUM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./tn_DEU.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./tn_JOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./tn_JDG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./tn_RUT.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./tn_1SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./tn_2SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./tn_1KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./tn_2KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./tn_1CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./tn_2CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./tn_EZR.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./tn_NEH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./tn_EST.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./tn_JOB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./tn_PSA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./tn_PRO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./tn_ECC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./tn_SNG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./tn_ISA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./tn_JER.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./tn_LAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./tn_EZK.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./tn_DAN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./tn_HOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./tn_JOL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./tn_AMO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./tn_OBA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./tn_JON.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./tn_MIC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./tn_NAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./tn_HAB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./tn_ZEP.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./tn_HAG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./tn_ZEC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./tn_MAL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./tn_MAT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./tn_MRK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./tn_LUK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./tn_JHN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./tn_ACT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./tn_ROM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./tn_1CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./tn_2CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./tn_GAL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./tn_EPH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./tn_PHP.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./tn_COL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./tn_1TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./tn_2TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./tn_1TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./tn_2TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./tn_TIT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./tn_PHM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./tn_HEB.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./tn_JAS.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./tn_1PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./tn_2PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./tn_1JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./tn_2JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./tn_3JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./tn_JUD.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./tn_REV.tsv", + "categories": [ + "bible-nt" + ] + } + ], + "version": "84.1", + "catalog_modified_time": "2024-08-15T16:21:23Z", + "modifiedTime": "2024-08-15T16:21:23Z", + "stage": "preprod" +} diff --git a/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip index c9a32d3146..997fb4a4b5 100644 Binary files a/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip and b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/contents.zip new file mode 100644 index 0000000000..3ca5e19f2c Binary files /dev/null and b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/contents.zip differ diff --git a/tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/manifest.json b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json similarity index 64% rename from tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/manifest.json rename to tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json index ebe7310fb9..c24f47da09 100644 --- a/tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json @@ -65,6 +65,56 @@ "bible-ot" ] }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./twl_LEV.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./twl_NUM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./twl_DEU.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./twl_JOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./twl_JDG.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Ruth", "versification": "ufw", @@ -75,6 +125,66 @@ "bible-ot" ] }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./twl_1SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./twl_2SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./twl_1KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./twl_2KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./twl_1CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./twl_2CH.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Ezra", "versification": "ufw", @@ -115,6 +225,16 @@ "bible-ot" ] }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./twl_PSA.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Proverbs", "versification": "ufw", @@ -125,6 +245,16 @@ "bible-ot" ] }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./twl_ECC.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Song of Solomon", "versification": "ufw", @@ -135,6 +265,86 @@ "bible-ot" ] }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./twl_ISA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./twl_JER.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./twl_LAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./twl_EZK.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./twl_DAN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./twl_HOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./twl_JOL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./twl_AMO.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Obadiah", "versification": "ufw", @@ -155,6 +365,36 @@ "bible-ot" ] }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./twl_MIC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./twl_NAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./twl_HAB.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Zephaniah", "versification": "ufw", @@ -175,6 +415,26 @@ "bible-ot" ] }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./twl_ZEC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./twl_MAL.tsv", + "categories": [ + "bible-ot" + ] + }, { "title": "Matthew", "versification": "ufw", @@ -446,7 +706,8 @@ ] } ], - "version": "84", - "catalog_modified_time": "2024-08-14T22:43:25Z", - "modifiedTime": "2024-08-14T22:43:25Z" + "version": "84.1", + "catalog_modified_time": "2024-08-15T16:21:53Z", + "modifiedTime": "2024-08-15T16:21:53Z", + "stage": "preprod" } diff --git a/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/books.zip b/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/books.zip index fca6005b5f..f5daf4234e 100644 Binary files a/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/books.zip and b/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/books.zip differ diff --git a/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip index 19af94813b..8dacfd0618 100644 Binary files a/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip and b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip differ diff --git a/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip b/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip new file mode 100644 index 0000000000..3ca5e19f2c Binary files /dev/null and b/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/contents.zip differ diff --git a/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json b/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json new file mode 100644 index 0000000000..c24f47da09 --- /dev/null +++ b/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,713 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Door43 World Missions Community", + "Jesse Griffin (BA Biblical Studies, Liberty University; MA Biblical Languages, Gordon-Conwell Theological Seminary)", + "Perry Oakes (BA Biblical Studies, Taylor University; MA Theology, Fuller Seminary; MA Linguistics, University of Texas at Arlington; PhD Old Testament, Southwestern Baptist Theological Seminary)", + "Larry Sallee (Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary)", + "Joel D. Ruark (M.A.Th. Gordon-Conwell Theological Seminary; Th.M. Stellenbosch University; Ph.D. Candidate in Old Testament Studies, Stellenbosch University)" + ], + "creator": "Door43 World Missions Community", + "description": "Open-licensed links from particular original languages words to Translation Words articles.", + "format": "text/tsv", + "identifier": "twl", + "issued": "2024-08-14", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "hbo/uhb?v=2.1.30", + "el-x-koine/ugnt?v=0.34" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "twl", + "language": "en", + "version": "83.1" + } + ], + "subject": "TSV Translation Words Links", + "title": "unfoldingWord® Translation Words Links", + "type": "help", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "title": "Genesis", + "versification": "ufw", + "identifier": "gen", + "sort": 1, + "path": "./twl_GEN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Exodus", + "versification": "ufw", + "identifier": "exo", + "sort": 2, + "path": "./twl_EXO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Leviticus", + "versification": "ufw", + "identifier": "lev", + "sort": 3, + "path": "./twl_LEV.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Numbers", + "versification": "ufw", + "identifier": "num", + "sort": 4, + "path": "./twl_NUM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Deuteronomy", + "versification": "ufw", + "identifier": "deu", + "sort": 5, + "path": "./twl_DEU.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joshua", + "versification": "ufw", + "identifier": "jos", + "sort": 6, + "path": "./twl_JOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Judges", + "versification": "ufw", + "identifier": "jdg", + "sort": 7, + "path": "./twl_JDG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ruth", + "versification": "ufw", + "identifier": "rut", + "sort": 8, + "path": "./twl_RUT.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Samuel", + "versification": "ufw", + "identifier": "1sa", + "sort": 9, + "path": "./twl_1SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Samuel", + "versification": "ufw", + "identifier": "2sa", + "sort": 10, + "path": "./twl_2SA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Kings", + "versification": "ufw", + "identifier": "1ki", + "sort": 11, + "path": "./twl_1KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Kings", + "versification": "ufw", + "identifier": "2ki", + "sort": 12, + "path": "./twl_2KI.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "1 Chronicles", + "versification": "ufw", + "identifier": "1ch", + "sort": 13, + "path": "./twl_1CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "2 Chronicles", + "versification": "ufw", + "identifier": "2ch", + "sort": 14, + "path": "./twl_2CH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezra", + "versification": "ufw", + "identifier": "ezr", + "sort": 15, + "path": "./twl_EZR.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nehemiah", + "versification": "ufw", + "identifier": "neh", + "sort": 16, + "path": "./twl_NEH.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Esther", + "versification": "ufw", + "identifier": "est", + "sort": 17, + "path": "./twl_EST.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Job", + "versification": "ufw", + "identifier": "job", + "sort": 18, + "path": "./twl_JOB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Psalms", + "versification": "ufw", + "identifier": "psa", + "sort": 19, + "path": "./twl_PSA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Proverbs", + "versification": "ufw", + "identifier": "pro", + "sort": 20, + "path": "./twl_PRO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ecclesiastes", + "versification": "ufw", + "identifier": "ecc", + "sort": 21, + "path": "./twl_ECC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Song of Solomon", + "versification": "ufw", + "identifier": "sng", + "sort": 22, + "path": "./twl_SNG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Isaiah", + "versification": "ufw", + "identifier": "isa", + "sort": 23, + "path": "./twl_ISA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jeremiah", + "versification": "ufw", + "identifier": "jer", + "sort": 24, + "path": "./twl_JER.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Lamentations", + "versification": "ufw", + "identifier": "lam", + "sort": 25, + "path": "./twl_LAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Ezekiel", + "versification": "ufw", + "identifier": "ezk", + "sort": 26, + "path": "./twl_EZK.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Daniel", + "versification": "ufw", + "identifier": "dan", + "sort": 27, + "path": "./twl_DAN.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Hosea", + "versification": "ufw", + "identifier": "hos", + "sort": 28, + "path": "./twl_HOS.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Joel", + "versification": "ufw", + "identifier": "jol", + "sort": 29, + "path": "./twl_JOL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Amos", + "versification": "ufw", + "identifier": "amo", + "sort": 30, + "path": "./twl_AMO.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Obadiah", + "versification": "ufw", + "identifier": "oba", + "sort": 31, + "path": "./twl_OBA.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Jonah", + "versification": "ufw", + "identifier": "jon", + "sort": 32, + "path": "./twl_JON.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Micah", + "versification": "ufw", + "identifier": "mic", + "sort": 33, + "path": "./twl_MIC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Nahum", + "versification": "ufw", + "identifier": "nam", + "sort": 34, + "path": "./twl_NAM.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Habakkuk", + "versification": "ufw", + "identifier": "hab", + "sort": 35, + "path": "./twl_HAB.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zephaniah", + "versification": "ufw", + "identifier": "zep", + "sort": 36, + "path": "./twl_ZEP.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Haggai", + "versification": "ufw", + "identifier": "hag", + "sort": 37, + "path": "./twl_HAG.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Zechariah", + "versification": "ufw", + "identifier": "zec", + "sort": 38, + "path": "./twl_ZEC.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Malachi", + "versification": "ufw", + "identifier": "mal", + "sort": 39, + "path": "./twl_MAL.tsv", + "categories": [ + "bible-ot" + ] + }, + { + "title": "Matthew", + "versification": "ufw", + "identifier": "mat", + "sort": 40, + "path": "./twl_MAT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Mark", + "versification": "ufw", + "identifier": "mrk", + "sort": 41, + "path": "./twl_MRK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Luke", + "versification": "ufw", + "identifier": "luk", + "sort": 42, + "path": "./twl_LUK.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "John", + "versification": "ufw", + "identifier": "jhn", + "sort": 43, + "path": "./twl_JHN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Acts", + "versification": "ufw", + "identifier": "act", + "sort": 44, + "path": "./twl_ACT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Romans", + "versification": "ufw", + "identifier": "rom", + "sort": 45, + "path": "./twl_ROM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Corinthians", + "versification": "ufw", + "identifier": "1co", + "sort": 46, + "path": "./twl_1CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Corinthians", + "versification": "ufw", + "identifier": "2co", + "sort": 47, + "path": "./twl_2CO.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Galatians", + "versification": "ufw", + "identifier": "gal", + "sort": 48, + "path": "./twl_GAL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Ephesians", + "versification": "ufw", + "identifier": "eph", + "sort": 49, + "path": "./twl_EPH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philippians", + "versification": "ufw", + "identifier": "php", + "sort": 50, + "path": "./twl_PHP.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Colossians", + "versification": "ufw", + "identifier": "col", + "sort": 51, + "path": "./twl_COL.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Thessalonians", + "versification": "ufw", + "identifier": "1th", + "sort": 52, + "path": "./twl_1TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Thessalonians", + "versification": "ufw", + "identifier": "2th", + "sort": 53, + "path": "./twl_2TH.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Timothy", + "versification": "ufw", + "identifier": "1ti", + "sort": 54, + "path": "./twl_1TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Timothy", + "versification": "ufw", + "identifier": "2ti", + "sort": 55, + "path": "./twl_2TI.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Titus", + "versification": "ufw", + "identifier": "tit", + "sort": 56, + "path": "./twl_TIT.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Philemon", + "versification": "ufw", + "identifier": "phm", + "sort": 57, + "path": "./twl_PHM.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Hebrews", + "versification": "ufw", + "identifier": "heb", + "sort": 58, + "path": "./twl_HEB.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "James", + "versification": "ufw", + "identifier": "jas", + "sort": 59, + "path": "./twl_JAS.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 Peter", + "versification": "ufw", + "identifier": "1pe", + "sort": 60, + "path": "./twl_1PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 Peter", + "versification": "ufw", + "identifier": "2pe", + "sort": 61, + "path": "./twl_2PE.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "1 John", + "versification": "ufw", + "identifier": "1jn", + "sort": 62, + "path": "./twl_1JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "2 John", + "versification": "ufw", + "identifier": "2jn", + "sort": 63, + "path": "./twl_2JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "3 John", + "versification": "ufw", + "identifier": "3jn", + "sort": 64, + "path": "./twl_3JN.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Jude", + "versification": "ufw", + "identifier": "jud", + "sort": 65, + "path": "./twl_JUD.tsv", + "categories": [ + "bible-nt" + ] + }, + { + "title": "Revelation", + "versification": "ufw", + "identifier": "rev", + "sort": 66, + "path": "./twl_REV.tsv", + "categories": [ + "bible-nt" + ] + } + ], + "version": "84.1", + "catalog_modified_time": "2024-08-15T16:21:53Z", + "modifiedTime": "2024-08-15T16:21:53Z", + "stage": "preprod" +} diff --git a/tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/contents.zip b/tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/contents.zip deleted file mode 100644 index 7616f1159e..0000000000 Binary files a/tcResources/hbo/translationHelps/translationWords/v84_Door43-Catalog/contents.zip and /dev/null differ diff --git a/tcResources/source-content-updater-manifest.json b/tcResources/source-content-updater-manifest.json index 4e300266d7..1035f875ed 100644 --- a/tcResources/source-content-updater-manifest.json +++ b/tcResources/source-content-updater-manifest.json @@ -1,3 +1,4 @@ { - "modified": "2024-09-05T15:20:54.533Z" + "modified": "2024-09-05T17:40:28.750Z", + "havePreReleaseData": true }