diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7479fa640..84be9cd108 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,11 +113,11 @@ jobs: # skip_fetch: true # skip_checkout: true - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload jsdocs with: name: jsdocs - path: ./docs/ + path: docs/ build-linux: name: Build Linux @@ -222,13 +222,13 @@ jobs: run: echo "ARTIFACT_ARM64=$(echo "$APP_NAME-linux-arm64-$APP_VERSION-LITE-$HASH.deb")" >> $GITHUB_ENV - name: bundle arm64 linux - run: ./node_modules/.bin/gulp release-linux-deb-arm64 --out=../artifacts/arm64/$ARTIFACT_ARM64 + run: ./node_modules/.bin/gulp release-linux-deb-arm64 --out=artifacts/arm64/$ARTIFACT_ARM64 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload arm64 artifacts with: name: ${{ env.ARTIFACT_ARM64 }} - path: ../artifacts/arm64/ + path: artifacts/arm64/ # x64 - name: Set x64 MAX artifact name @@ -239,13 +239,13 @@ jobs: run: echo "ARTIFACT_X64=$(echo "$APP_NAME-linux-x64-$APP_VERSION-LITE-$HASH.deb")" >> $GITHUB_ENV - name: bundle x64 linux - run: ./node_modules/.bin/gulp release-linux-deb --out=../artifacts/x64/$ARTIFACT_X64 + run: ./node_modules/.bin/gulp release-linux-deb --out=artifacts/x64/$ARTIFACT_X64 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload x64 artifacts with: name: ${{ env.ARTIFACT_X64 }} - path: ../artifacts/x64/ + path: artifacts/x64/ build-windows: name: Build Windows @@ -344,8 +344,8 @@ jobs: - name: bundle x64 windows run: | - echo "Generating executable ../artifacts/x64/${{ env.ARTIFACT_X64 }}" - ./node_modules/.bin/gulp release-win64 --out=../artifacts/x64/${{ env.ARTIFACT_X64 }} + echo "Generating executable artifacts/x64/${{ env.ARTIFACT_X64 }}" + ./node_modules/.bin/gulp release-win64 --out=artifacts/x64/${{ env.ARTIFACT_X64 }} # - name: list directories # run: | @@ -353,11 +353,11 @@ jobs: # dir ../ # dir ../artifacts - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload x64 artifacts with: name: ${{ env.ARTIFACT_X64 }} - path: ../artifacts/x64/ + path: artifacts/x64/ # x32 - name: Set x32 MAX artifact name run: echo "ARTIFACT_X32=$(echo "${{ env.APP_NAME }}-win-x32-${{ env.APP_VERSION }}-MAX-${{ env.HASH }}.exe")" >> $GITHUB_ENV @@ -370,14 +370,14 @@ jobs: - name: bundle x32 windows run: | - echo "Generating executable ../artifacts/x32/${{ env.ARTIFACT_X32 }}" - ./node_modules/.bin/gulp release-win32 --out=../artifacts/x32/${{ env.ARTIFACT_X32 }} + echo "Generating executable artifacts/x32/${{ env.ARTIFACT_X32 }}" + ./node_modules/.bin/gulp release-win32 --out=artifacts/x32/${{ env.ARTIFACT_X32 }} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload x32 artifacts with: name: ${{ env.ARTIFACT_X32 }} - path: ../artifacts/x32/ + path: artifacts/x32/ build-macos: name: Build macOS @@ -479,13 +479,13 @@ jobs: run: echo "ARTIFACT_X64=$(echo "$APP_NAME-macos-x64-$APP_VERSION-LITE-$HASH.dmg")" >> $GITHUB_ENV - name: bundle x64 macOS - run: ./node_modules/.bin/gulp release-macos --out=../artifacts/x64/$ARTIFACT_X64 + run: ./node_modules/.bin/gulp release-macos --out=artifacts/x64/$ARTIFACT_X64 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload x64 artifacts with: name: ${{ env.ARTIFACT_X64 }} - path: ../artifacts/x64/ + path: artifacts/x64/ # universal build - name: Set universal MAX artifact name @@ -496,13 +496,13 @@ jobs: run: echo "ARTIFACT_UNIV=$(echo "$APP_NAME-macos-universal-$APP_VERSION-LITE-$HASH.dmg")" >> $GITHUB_ENV - name: bundle universal macOS - run: ./node_modules/.bin/gulp release-macos-universal --out=../artifacts/universal/$ARTIFACT_UNIV + run: ./node_modules/.bin/gulp release-macos-universal --out=artifacts/universal/$ARTIFACT_UNIV - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 name: Upload universal artifacts with: name: ${{ env.ARTIFACT_UNIV }} - path: ../artifacts/universal/ + path: artifacts/universal/ notify: name: Notify diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d49d3f9b3..ced959268e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog + +## [v3.6.6](https://github.com/unfoldingWord/translationCore/tree/v3.6.6) (2024-09-18) + +**Fixed bugs:** +- Getting latest resources from Door43-Catalog broken due to changes on DCS [\#7588](https://github.com/unfoldingWord/translationCore/issues/7588) + + ## [v3.6.5](https://github.com/unfoldingWord/translationCore/tree/v3.6.5) (2024-07-12) **Fixed bugs:** diff --git a/package-lock.json b/package-lock.json index 5e274a60b2..608ddbba3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "string-punctuation-tokenizer": "^2.2.0", "sudo-prompt": "6.2.1", "tc-electron-env": "0.10.0", - "tc-source-content-updater": "1.4.27", + "tc-source-content-updater": "1.4.29", "tc-strings": "0.1.7", "tc-tool": "4.1.0", "tc-ui-toolkit": "6.2.9", @@ -134,7 +134,7 @@ "yargs": "10.0.3" }, "engines": { - "node": ">=16.14.0 <=16.21", + "node": ">=16.14.0 <16.15", "npm": ">=7.18.1" } }, @@ -24454,9 +24454,9 @@ } }, "node_modules/tc-source-content-updater": { - "version": "1.4.27", - "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.27.tgz", - "integrity": "sha512-OxrA5/MrTdZA3Nb9QPJZjWeh7BdyWrPvElIW9zMBCVchD49PNZdEOpnDw54+p0jkH696Lw90OK/kKSs0gQSvyA==", + "version": "1.4.29", + "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.29.tgz", + "integrity": "sha512-CB/h1clqL9+iio4n/B066L6aX3Mkaes+ZEy7c1ojD+a5RzzfyUyLbgFciB8HFuMMFs2WAjDfcFyNJAvwqYgmPg==", "dependencies": { "adm-zip": "^0.4.11", "agentkeepalive": "4.1.0", @@ -47864,9 +47864,9 @@ } }, "tc-source-content-updater": { - "version": "1.4.27", - "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.27.tgz", - "integrity": "sha512-OxrA5/MrTdZA3Nb9QPJZjWeh7BdyWrPvElIW9zMBCVchD49PNZdEOpnDw54+p0jkH696Lw90OK/kKSs0gQSvyA==", + "version": "1.4.29", + "resolved": "https://registry.npmjs.org/tc-source-content-updater/-/tc-source-content-updater-1.4.29.tgz", + "integrity": "sha512-CB/h1clqL9+iio4n/B066L6aX3Mkaes+ZEy7c1ojD+a5RzzfyUyLbgFciB8HFuMMFs2WAjDfcFyNJAvwqYgmPg==", "requires": { "adm-zip": "^0.4.11", "agentkeepalive": "4.1.0", diff --git a/package.json b/package.json index 34cdeffbec..f06684c3c2 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", + "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": { @@ -186,7 +186,7 @@ "string-punctuation-tokenizer": "^2.2.0", "sudo-prompt": "6.2.1", "tc-electron-env": "0.10.0", - "tc-source-content-updater": "1.4.27", + "tc-source-content-updater": "1.4.29", "tc-strings": "0.1.7", "tc-tool": "4.1.0", "tc-ui-toolkit": "6.2.9", diff --git a/scripts/latest/getLatestTcore.py b/scripts/latest/getLatestTcore.py index 9c34c3db9b..4d4a023d4a 100644 --- a/scripts/latest/getLatestTcore.py +++ b/scripts/latest/getLatestTcore.py @@ -96,9 +96,8 @@ def fetch_url(url): response.raise_for_status() return response.json() -def get_latest_release(): +def get_latest_release(is_lite_install_): latest_release_url = 'https://api.github.com/repos/unfoldingWord-dev/translationCore/releases/latest' - is_lite_install_ = True installed_version = 'v0.0.0' configs = { @@ -159,23 +158,126 @@ def get_latest_release(): return {} -installers = get_latest_release() +def json_to_html_table(json_data): + html = '\n' + html += '\n' + + for version, os_data in json_data.items(): + for os, arch_data in os_data.items(): + for arch, link in arch_data.items(): + html += f'\n' + + html += '
VersionOSArchitectureLink
{version}{os}{arch}Download
' + return html + +def getStr(key): + """ + Retrieve the value from keyToText if the key exists. + If the key does not exist, return the key as default value. + + :param key: The key to look for. + :return: The value associated with the key, or key as the default value. + """ + keyToText = { + "macos": "MacOS", + "linux": "Linux", + "win": "Windows", + "x64": "x64", + "universal": "Universal", + "arm64": "ARM64", + "x32": "x86", + "lite": "Minimal Install", + "max": "Full Install" + } + + return keyToText.get(key, key) + +##################################################### +# Captured html from the web page: +""" +

+Full install +
+"Windows: " +x64 + | +x86 +
+"MacOS: " + x64 + | +Universal +
+"Linux: " +x64 + | +ARM64 +""" + +def json_to_html(json_data, key): + html = f'\n

\n{getStr(key)}\n' + + for os in ["win", "macos", "linux"]: + # for os, arch_data in json_data.items(): + archs = [] + arch_data = json_data.get(os, []) + html += f'
\n"{getStr(os)}: "\n' + + for arch, link in arch_data.items(): + line = f'{getStr(arch)}\n' + archs.append(line) + + html += '" | "\n'.join(archs) + + html += '

\n' + return html + +lite_installers = get_latest_release(True) +max_installers = get_latest_release(False) +installers = { + 'lite': lite_installers, + 'max': max_installers +} json_data = json.dumps(installers, indent=4) print(json_data) +html = json_to_html(max_installers, 'max') +print (html) + +html = json_to_html(lite_installers, 'lite') +print (html) + ##################################################### -# Output is in this format: -# { -# "macos": { -# "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-macos-x64-3.6.0-LITE-2bc4476.dmg", -# "universal": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-macos-universal-3.6.0-LITE-2bc4476.dmg" -# }, -# "linux": { -# "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-linux-x64-3.6.0-LITE-2bc4476.deb", -# "arm64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-linux-arm64-3.6.0-LITE-2bc4476.deb" -# }, -# "win": { -# "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-win-x64-3.6.0-LITE-2bc4476.exe", -# "x32": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.0-LITE/tC-win-x32-3.6.0-LITE-2bc4476.exe" -# } -# } +# JSON Output is in this format: +""" +{ + "lite": { + "macos": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-macos-x64-3.6.6-LITE-635b02f.dmg", + "universal": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-macos-universal-3.6.6-LITE-635b02f.dmg" + }, + "linux": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-linux-x64-3.6.6-LITE-635b02f.deb", + "arm64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-linux-arm64-3.6.6-LITE-635b02f.deb" + }, + "win": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-win-x64-3.6.6-LITE-635b02f.exe", + "x32": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6-LITE/tC-win-x32-3.6.6-LITE-635b02f.exe" + } + }, + "max": { + "macos": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-macos-x64-3.6.6-MAX-635b02f.dmg", + "universal": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-macos-universal-3.6.6-MAX-635b02f.dmg" + }, + "linux": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-linux-x64-3.6.6-MAX-635b02f.deb", + "arm64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-linux-arm64-3.6.6-MAX-635b02f.deb" + }, + "win": { + "x64": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-win-x64-3.6.6-MAX-635b02f.exe", + "x32": "https://github.com/unfoldingWord/translationCore/releases/download/v3.6.6/tC-win-x32-3.6.6-MAX-635b02f.exe" + } + } +} +""" diff --git a/scripts/resources/updateResources.js b/scripts/resources/updateResources.js index 0eb2f7ac44..28d35959b5 100644 --- a/scripts/resources/updateResources.js +++ b/scripts/resources/updateResources.js @@ -11,9 +11,11 @@ const { default: SourceContentUpdater, apiHelpers, resourcesHelpers, + STAGE, } = require('tc-source-content-updater'); const packagefile = require('../../package.json'); const UpdateResourcesHelpers = require('./updateResourcesHelpers'); +const { DOOR43_CATALOG, CN_CATALOG } = require("tc-source-content-updater/lib/helpers/apiHelpers"); const zipResourcesContent = require('./zipHelpers').zipResourcesContent; // TRICKY: with multi owner support of resources for now we want to restrict the bundled resources to these owners @@ -28,6 +30,35 @@ const TN_PATH = 'translationHelps/translationNotes'; let okToZip = false; let unfoldingWordOrg = false +let preProd = false + +/** + * remove load-after resources from updateList so no duplicate fetches + * @param {object[]} updateList + */ +function cleanUpLoadAfterResources(updateList) { + const resourcesWithLoadAfter = updateList.filter(resource => resource?.catalogEntry?.resource?.loadAfter); + for (const resource of resourcesWithLoadAfter) { + const loadAfter = resource?.catalogEntry?.resource?.loadAfter; + if (loadAfter?.length) { + for (const loadAfterResource of loadAfter) { + const languageId = loadAfterResource.languageId; + const owner = loadAfterResource.owner; + const resourceId = loadAfterResource.resourceId; + const version = loadAfterResource.version; + const index = updateList.findIndex(resource => ( + resource.languageId === languageId && + resource.owner === owner && + resource.resourceId === resourceId && + resource.version === version + )); + if (index >= 0) { + updateList.splice(index, 1); + } + } + } + } +} /** * find resources to update @@ -64,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) @@ -87,6 +122,8 @@ const updateResources = async (languages, resourcesPath, allAlignedBibles, uWori updateList = sourceContentUpdater.updatedCatalogResources; } + cleanUpLoadAfterResources(updateList); + await sourceContentUpdater.downloadResources(languages, resourcesPath, updateList, // list of static resources that are newer in catalog allAlignedBibles) @@ -553,6 +590,58 @@ const areResourcesRecent = (resourcesPath) => { return false; }; +/** + * check if resource is valid + * @param {string} fullPath + * @param {string} owner + * @returns {{latestVersionPath: (""|*), isValid: boolean, files: (""|*|Array)}} + */ +function isValidResource(fullPath, owner) { + const owners = getLatestVersionsAndOwners(fullPath) || {}; + const latestVersionPath = owners && owners[owner]; + + const files = latestVersionPath && getFilesInResourcePath(latestVersionPath, '.zip', false, true); + return { + files, + isValid: !!files?.length, + latestVersionPath + }; +} + +/** + * check for missing tWords resources for original languages - for backwards compatibility in Door43-Catalog and tCore + * Recover by copying english twl resource + * @param resourcesPath + */ +function fixForTwordsForOriginalLangs(resourcesPath) { + const tWordsPaths = [ + 'el-x-koine/translationHelps/translationWords', + 'hbo/translationHelps/translationWords' + ]; + for (const tWpath of tWordsPaths) { + const tWlPath = path.join(resourcesPath, tWpath); + const {isValid} = isValidResource(tWlPath, DOOR43_CATALOG); + if (!isValid) { + const fullPath_ = path.join(resourcesPath, 'en/translationHelps/translationWordsLinks'); + for (const owner of [DOOR43_CATALOG, CN_CATALOG]) { + const {isValid: isValid_, latestVersionPath} = isValidResource(fullPath_, owner); + if (isValid_) { + let dest; + try { + versionName = path.parse(latestVersionPath).base; + versionName = versionName.replace(owner, DOOR43_CATALOG); + dest = path.join(tWlPath, versionName); + fs.copySync(latestVersionPath, dest); + break; + } catch (e) { + console.error(`Could not move ${latestVersionPath} to ${dest}`); + } + } + } + } + } +} + /** * do update of resources * @param {String} languages - languages to update resources @@ -588,7 +677,7 @@ const executeResourcesUpdate = async (languages, resourcesPath, allAlignedBibles if (errors) { okToZip = false; - console.log('executeResourcesUpdate() - Errors on downloading updated resources!!', errors); + console.error('executeResourcesUpdate() - Errors on downloading updated resources!!', errors); } if (okToZip) { @@ -601,14 +690,16 @@ const executeResourcesUpdate = async (languages, resourcesPath, allAlignedBibles errors += e.toString() + '\n'; } }); - } - const errors2 = validateResources(resourcesPath); + fixForTwordsForOriginalLangs(resourcesPath); - if (errors2) { - okToZip = false; - console.log('executeResourcesUpdate() - Errors on final validation!!', errors); - errors += '\n' + errors2; + const errors2 = validateResources(resourcesPath); + + if (errors2) { + okToZip = false; + console.error('executeResourcesUpdate() - Errors on final validation!!', errors); + errors += '\n' + errors2; + } } if (!errors) { @@ -670,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/actions/MyProjects/ProjectLoadingActions.js b/src/js/actions/MyProjects/ProjectLoadingActions.js index 0ebd5b33bc..96f11f7c46 100644 --- a/src/js/actions/MyProjects/ProjectLoadingActions.js +++ b/src/js/actions/MyProjects/ProjectLoadingActions.js @@ -419,13 +419,14 @@ export const showInvalidOrigLangVersionError = (manifest) => (dispatch, getState const upgradeText = translate('buttons.update_version'); const bookId = manifest?.project?.id || ''; const { bibleId: origLangBibleId, languageId: origLangId } = BibleHelpers.getOrigLangforBook(bookId); - const origLangOwnerForWA = manifest?.toolsSelectedOwners?.wordAlignment; + let origLangOwnerForWA = manifest?.toolsSelectedOwners?.wordAlignment; + origLangOwnerForWA = getOriginalLangOwner(origLangOwnerForWA || DEFAULT_ORIG_LANG_OWNER); const origLangEditVersionForWA = manifest?.tc_orig_lang_check_version_wordAlignment; const missingOLResource = { languageId: origLangId, resourceId: origLangBibleId, version: origLangEditVersionForWA || 'master', - owner: origLangOwnerForWA || DEFAULT_ORIG_LANG_OWNER, + owner: origLangOwnerForWA, }; console.log(`showInvalidOrigLangVersionError() - get missing OL resource: ${JSON.stringify(missingOLResource)}`); 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/as/bibles/irv/v3_Door43-Catalog/books.zip b/tcResources/as/bibles/irv/v3_Door43-Catalog/books.zip index 0531ea8f6a..100b7ae58c 100644 Binary files a/tcResources/as/bibles/irv/v3_Door43-Catalog/books.zip and b/tcResources/as/bibles/irv/v3_Door43-Catalog/books.zip differ diff --git a/tcResources/bn/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/bn/bibles/glt/v45.1_Door43-Catalog/books.zip index 7ec9ac4f08..70739ef1af 100644 Binary files a/tcResources/bn/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/bn/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/bn/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/bn/bibles/gst/v44.1_Door43-Catalog/books.zip index 17dc836e23..047154ba6f 100644 Binary files a/tcResources/bn/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/bn/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/bn/bibles/irv/v5_Door43-Catalog/books.zip b/tcResources/bn/bibles/irv/v5_Door43-Catalog/books.zip index 63c25cbd12..82eb008993 100644 Binary files a/tcResources/bn/bibles/irv/v5_Door43-Catalog/books.zip and b/tcResources/bn/bibles/irv/v5_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/books.zip b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/books.zip new file mode 100644 index 0000000000..6260224082 Binary files /dev/null and b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/books.zip differ diff --git a/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/index.json b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/index.json new file mode 100644 index 0000000000..3bcdbaa1ae --- /dev/null +++ b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/index.json @@ -0,0 +1,343 @@ +{ + "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": 40, + "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/el-x-koine/bibles/BHP/v0_unfoldingWord/manifest.json b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/manifest.json new file mode 100644 index 0000000000..f886c20cca --- /dev/null +++ b/tcResources/el-x-koine/bibles/BHP/v0_unfoldingWord/manifest.json @@ -0,0 +1,641 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Alan Bunning" + ], + "creator": "Center for New Testament Restoration (CNTR)", + "description": "An open-licensed, lexically tagged, morphologically parsed critical Greek New Testament with full apparatus. It enables the global Church to have access to the original texts of the New Testament.", + "format": "text/usfm3", + "identifier": "bhp", + "issued": "2017-11-13", + "language": { + "direction": "ltr", + "identifier": "el-x-koine", + "title": "Koine Greek" + }, + "modified": "2017-11-13", + "publisher": "unfoldingWord", + "relation": [ + "en/ulb", + "en/udb" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "bhp", + "language": "el-x-koine", + "version": "0" + } + ], + "subject": "Greek New Testament", + "title": "Bunning Heuristic Prototype Greek New Testament", + "type": "bundle", + "version": "0" + }, + "checking": { + "checking_entity": [ + "Alan Bunning" + ], + "checking_level": "2" + }, + "projects": [ + { + "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": [ + "Alan Bunning" + ], + "creator": "Center for New Testament Restoration (CNTR)", + "description": "An open-licensed, lexically tagged, morphologically parsed critical Greek New Testament with full apparatus. It enables the global Church to have access to the original texts of the New Testament.", + "format": "text/usfm3", + "identifier": "bhp", + "issued": "2017-11-13", + "language": { + "direction": "ltr", + "identifier": "el-x-koine", + "title": "Koine Greek" + }, + "modified": "2017-11-13", + "publisher": "unfoldingWord", + "relation": [ + "en/ulb", + "en/udb" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "bhp", + "language": "el-x-koine", + "version": "0" + } + ], + "subject": "Greek New Testament", + "title": "Bunning Heuristic Prototype Greek New Testament", + "type": "bundle", + "version": "0" + }, + "checking": { + "checking_entity": [ + "Alan Bunning" + ], + "checking_level": "2" + }, + "projects": [ + { + "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": "el-x-koine", + "language_name": "Koine Greek", + "direction": "ltr", + "subject": "Greek New Testament", + "resource_id": "bhp", + "resource_title": "Bunning Heuristic Prototype Greek New Testament", + "remoteModifiedTime": "2017-12-01T20:40:28Z", + "description": "Gateway Language", + "catalog_modified_time": "2017-12-01T20:40:28Z", + "usfm-js": "3.4.3", + "version": "0", + "modifiedTime": "2017-12-01T20:40:28Z", + "stage": "prod" +} diff --git a/tcResources/el-x-koine/bibles/maj-rp/v2000_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/maj-rp/v2000_Door43-Catalog/books.zip index ad21632c8b..bd92216dfe 100644 Binary files a/tcResources/el-x-koine/bibles/maj-rp/v2000_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/maj-rp/v2000_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/stv/v1_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/stv/v1_Door43-Catalog/books.zip index 7e2cc0d949..4267ae96ca 100644 Binary files a/tcResources/el-x-koine/bibles/stv/v1_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/stv/v1_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/tisch/v2.7_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/tisch/v2.7_Door43-Catalog/books.zip index 4d12d45beb..5a2a3614c7 100644 Binary files a/tcResources/el-x-koine/bibles/tisch/v2.7_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/tisch/v2.7_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/trs/v1_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/trs/v1_Door43-Catalog/books.zip index 664545acfc..fec817d0eb 100644 Binary files a/tcResources/el-x-koine/bibles/trs/v1_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/trs/v1_Door43-Catalog/books.zip differ diff --git a/tcResources/el-x-koine/bibles/ugnt/v0.30_Door43-Catalog/books.zip b/tcResources/el-x-koine/bibles/ugnt/v0.30_Door43-Catalog/books.zip index 89e61069b5..078fca72b6 100644 Binary files a/tcResources/el-x-koine/bibles/ugnt/v0.30_Door43-Catalog/books.zip and b/tcResources/el-x-koine/bibles/ugnt/v0.30_Door43-Catalog/books.zip differ 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 a785cefb23..beefd4ba6f 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_Door43-Catalog/index.json b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/index.json index 9630ea4d2b..b57a1ffbd9 100644 --- a/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/index.json +++ b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/index.json @@ -575,7 +575,7 @@ }, "16": { "1": 15, - "2": 5, + "2": 13, "3": 23, "4": 20, "5": 10, @@ -854,7 +854,7 @@ "11": 7, "12": 10, "13": 25, - "14": 4, + "14": 22, "15": 25, "16": 24, "17": 16, @@ -1643,7 +1643,7 @@ "28": 18, "29": 21, "30": 12, - "31": 18, + "31": 16, "32": 16, "33": 21, "front": 0 @@ -4975,9 +4975,9 @@ "3": 10, "4": 15, "5": 22, - "6": 9, + "6": 16, "7": 13, - "8": 13, + "8": 20, "9": 9, "10": 24, "11": 16, diff --git a/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/manifest.json b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/manifest.json index 45bb0f63c8..407503b595 100644 --- a/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/manifest.json +++ b/tcResources/el-x-koine/bibles/ugnt/v0.34_Door43-Catalog/manifest.json @@ -13,17 +13,17 @@ "description": "An open-licensed, lexically tagged, morphologically parsed critical Greek New Testament with full apparatus. It enables the global Church to have access to the original texts of the New Testament.", "format": "text/usfm3", "identifier": "ugnt", - "issued": "2022-10-11", + "issued": "2023-09-26", "language": { "direction": "ltr", "identifier": "el-x-koine", "title": "Koine Greek" }, - "modified": "2022-10-11", + "modified": "2023-09-26", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40" + "en/ult", + "en/ust" ], "rights": "CC BY-SA 4.0", "source": [ @@ -36,7 +36,7 @@ "subject": "Greek New Testament", "title": "unfoldingWord® Greek New Testament", "type": "bundle", - "version": "0.30" + "version": "0.34" }, "checking": { "checking_entity": [ @@ -331,17 +331,17 @@ "description": "An open-licensed, lexically tagged, morphologically parsed critical Greek New Testament with full apparatus. It enables the global Church to have access to the original texts of the New Testament.", "format": "text/usfm3", "identifier": "ugnt", - "issued": "2022-10-11", + "issued": "2023-09-26", "language": { "direction": "ltr", "identifier": "el-x-koine", "title": "Koine Greek" }, - "modified": "2022-10-11", + "modified": "2023-09-26", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40" + "en/ult", + "en/ust" ], "rights": "CC BY-SA 4.0", "source": [ @@ -354,7 +354,7 @@ "subject": "Greek New Testament", "title": "unfoldingWord® Greek New Testament", "type": "bundle", - "version": "0.30" + "version": "0.34" }, "checking": { "checking_entity": [ 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 ddf2b324c3..0775fefdae 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/v0.30_Door43-Catalog/contents.zip b/tcResources/el-x-koine/translationHelps/translationWords/v0.30_Door43-Catalog/contents.zip deleted file mode 100644 index 8ca40c540f..0000000000 Binary files a/tcResources/el-x-koine/translationHelps/translationWords/v0.30_Door43-Catalog/contents.zip and /dev/null differ diff --git a/tcResources/el-x-koine/translationHelps/translationWords/v0.34_Door43-Catalog/contents.zip b/tcResources/el-x-koine/translationHelps/translationWords/v0.34_Door43-Catalog/contents.zip deleted file mode 100644 index 57b2a244aa..0000000000 Binary files a/tcResources/el-x-koine/translationHelps/translationWords/v0.34_Door43-Catalog/contents.zip and /dev/null 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..70784cd040 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.1_Door43-Catalog/manifest.json b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json new file mode 100644 index 0000000000..6f25e570aa --- /dev/null +++ b/tcResources/el-x-koine/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,712 @@ +{ + "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" +} diff --git a/tcResources/en/bibles/udb/v12_Door43-Catalog/books.zip b/tcResources/en/bibles/udb/v12_Door43-Catalog/books.zip index f763f222bd..9b8e04ca1c 100644 Binary files a/tcResources/en/bibles/udb/v12_Door43-Catalog/books.zip and b/tcResources/en/bibles/udb/v12_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ueb/v0_unfoldingWord/books.zip b/tcResources/en/bibles/ueb/v0_unfoldingWord/books.zip new file mode 100644 index 0000000000..20adce80c3 Binary files /dev/null and b/tcResources/en/bibles/ueb/v0_unfoldingWord/books.zip differ diff --git a/tcResources/en/bibles/ueb/v0_unfoldingWord/index.json b/tcResources/en/bibles/ueb/v0_unfoldingWord/index.json new file mode 100644 index 0000000000..d363b7c3ed --- /dev/null +++ b/tcResources/en/bibles/ueb/v0_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": 14, + "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/ueb/v0_unfoldingWord/manifest.json b/tcResources/en/bibles/ueb/v0_unfoldingWord/manifest.json new file mode 100644 index 0000000000..9f59aed9c0 --- /dev/null +++ b/tcResources/en/bibles/ueb/v0_unfoldingWord/manifest.json @@ -0,0 +1,1423 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed update of the ASV, in modern English. It provides speakers of English with a faithful, unrestricted, and understandable version of the Bible.", + "format": "text/usfm", + "identifier": "ueb", + "issued": "2017-11-28", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2017-11-28", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "ulb", + "language": "en", + "version": "12" + } + ], + "subject": "Bible", + "title": "Unlocked English Bible", + "type": "bundle", + "version": "0" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "2" + }, + "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": [ + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "An open-licensed update of the ASV, in modern English. It provides speakers of English with a faithful, unrestricted, and understandable version of the Bible.", + "format": "text/usfm", + "identifier": "ueb", + "issued": "2017-11-28", + "language": { + "direction": "ltr", + "identifier": "en", + "title": "English" + }, + "modified": "2017-11-28", + "publisher": "unfoldingWord", + "relation": [ + "en/tw", + "en/tq", + "en/tn" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "ulb", + "language": "en", + "version": "12" + } + ], + "subject": "Bible", + "title": "Unlocked English Bible", + "type": "bundle", + "version": "0" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "2" + }, + "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": "Bible", + "resource_id": "ueb", + "resource_title": "Unlocked English Bible", + "remoteModifiedTime": "2017-12-06T19:21:52Z", + "description": "Gateway Language", + "catalog_modified_time": "2017-12-06T19:21:52Z", + "usfm-js": "3.4.3", + "version": "0", + "modifiedTime": "2017-12-06T19:21:52Z", + "stage": "prod" +} diff --git a/tcResources/en/bibles/ulb/v12_Door43-Catalog/books.zip b/tcResources/en/bibles/ulb/v12_Door43-Catalog/books.zip index b841ed5a24..d41701e90e 100644 Binary files a/tcResources/en/bibles/ulb/v12_Door43-Catalog/books.zip and b/tcResources/en/bibles/ulb/v12_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ult/v84_Door43-Catalog/books.zip b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip similarity index 69% rename from tcResources/en/bibles/ult/v84_Door43-Catalog/books.zip rename to tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip index f8fcc4f16d..4582e1b837 100644 Binary files a/tcResources/en/bibles/ult/v84_Door43-Catalog/books.zip and b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ult/v84_Door43-Catalog/index.json b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/index.json similarity index 100% rename from tcResources/en/bibles/ult/v84_Door43-Catalog/index.json rename to tcResources/en/bibles/ult/v84.1_Door43-Catalog/index.json diff --git a/tcResources/en/bibles/ult/v84_Door43-Catalog/manifest.json b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json similarity index 95% rename from tcResources/en/bibles/ult/v84_Door43-Catalog/manifest.json rename to tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json index 9334a4d9d8..e031ece58d 100644 --- a/tcResources/en/bibles/ult/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/bibles/ult/v84.1_Door43-Catalog/manifest.json @@ -6,7 +6,7 @@ "Scott Bayer", "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", "Matt Carlton", - "George “Drew” Curley, M.Div., PhD, Professor of Biblical Languages", + "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", @@ -43,7 +43,7 @@ "David Trombold, M. Div.", "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", "James Vigen", - "Hendrik “Henry” de Vries", + "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", @@ -52,23 +52,23 @@ "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.", + "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": "2022-10-11", + "issued": "2024-08-14", "language": { "direction": "ltr", "identifier": "en", "title": "English" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/tw?v=36", - "en/tq?v=38", - "en/tn?v=66", - "el-x-koine/ugnt?v=0.30", - "hbo/uhb?v=2.1.30" + "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": [ @@ -90,13 +90,13 @@ { "identifier": "ult", "language": "en", - "version": "36" + "version": "83.1" } ], "subject": "Aligned Bible", "title": "unfoldingWord® Literal Text", "type": "bundle", - "version": "41" + "version": "84" }, "checking": { "checking_entity": [ @@ -105,6 +105,16 @@ "checking_level": "3" }, "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, { "title": "Genesis", "versification": "ufw", @@ -774,7 +784,7 @@ "Scott Bayer", "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", "Matt Carlton", - "George “Drew” Curley, M.Div., PhD, Professor of Biblical Languages", + "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", @@ -811,7 +821,7 @@ "David Trombold, M. Div.", "Aaron Valdizan, M.Div., Th.M. in Old Testament, The Masters Seminary", "James Vigen", - "Hendrik “Henry” de Vries", + "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", @@ -820,23 +830,23 @@ "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.", + "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": "2022-10-11", + "issued": "2024-08-14", "language": { "direction": "ltr", "identifier": "en", "title": "English" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/tw?v=36", - "en/tq?v=38", - "en/tn?v=66", - "el-x-koine/ugnt?v=0.30", - "hbo/uhb?v=2.1.30" + "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": [ @@ -858,13 +868,13 @@ { "identifier": "ult", "language": "en", - "version": "36" + "version": "83.1" } ], "subject": "Aligned Bible", "title": "unfoldingWord® Literal Text", "type": "bundle", - "version": "41" + "version": "84" }, "checking": { "checking_entity": [ @@ -873,6 +883,16 @@ "checking_level": "3" }, "projects": [ + { + "title": "Front Matter", + "versification": "ufw", + "identifier": "frt", + "sort": 0, + "path": "./A0-FRT.usfm", + "categories": [ + "bible-frt" + ] + }, { "title": "Genesis", "versification": "ufw", @@ -1541,11 +1561,11 @@ "subject": "Aligned Bible", "resource_id": "ult", "resource_title": "unfoldingWord® Literal Text", - "remoteModifiedTime": "2024-08-14T22:39:15Z", + "remoteModifiedTime": "2024-08-15T16:18:17Z", "description": "Gateway Language", - "catalog_modified_time": "2024-08-14T22:39:15Z", + "catalog_modified_time": "2024-08-15T16:18:17Z", "usfm-js": "3.4.3", - "version": "84", - "modifiedTime": "2024-08-14T22:39:15Z", + "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..32cc13d48d 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_Door43-Catalog/books.zip b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip similarity index 74% rename from tcResources/en/bibles/ust/v84_Door43-Catalog/books.zip rename to tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip index 3cb6626e57..0a590f82ad 100644 Binary files a/tcResources/en/bibles/ust/v84_Door43-Catalog/books.zip and b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/books.zip differ diff --git a/tcResources/en/bibles/ust/v84_Door43-Catalog/index.json b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json similarity index 99% rename from tcResources/en/bibles/ust/v84_Door43-Catalog/index.json rename to tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json index 67348b52aa..d75b11362e 100644 --- a/tcResources/en/bibles/ust/v84_Door43-Catalog/index.json +++ b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/index.json @@ -1228,7 +1228,7 @@ "10": 18, "11": 33, "12": 21, - "13": 14, + "13": 13, "chapters": 13 }, "gal": { diff --git a/tcResources/en/bibles/ust/v84_Door43-Catalog/manifest.json b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json similarity index 96% rename from tcResources/en/bibles/ust/v84_Door43-Catalog/manifest.json rename to tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json index c42a5a813c..a0b01a61e6 100644 --- a/tcResources/en/bibles/ust/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/bibles/ust/v84.1_Door43-Catalog/manifest.json @@ -5,7 +5,7 @@ "Nicholas Alsop", "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", "Matt Carlton", - "George “Drew” Curley, M.Div., PhD, Professor of Biblical Languages", + "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", @@ -38,7 +38,7 @@ "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", "David Trombold, M. Div.", "James Vigen", - "Hendrik “Henry” de Vries", + "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", @@ -46,21 +46,23 @@ "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.", + "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": "2022-10-11", + "issued": "2024-08-14", "language": { "direction": "ltr", "identifier": "en", "title": "English" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/tw?v=36", - "en/tq?v=38", - "en/tn?v=66" + "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": [ @@ -82,13 +84,13 @@ { "identifier": "ust", "language": "en", - "version": "35" + "version": "83.1" } ], "subject": "Aligned Bible", "title": "unfoldingWord® Simplified Text", "type": "bundle", - "version": "40" + "version": "84" }, "checking": { "checking_entity": [ @@ -765,7 +767,7 @@ "Nicholas Alsop", "Larry T Brooks, M.Div., Assemblies of God Theological Seminary", "Matt Carlton", - "George “Drew” Curley, M.Div., PhD, Professor of Biblical Languages", + "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", @@ -798,7 +800,7 @@ "Dave Statezni, BA Orig langs., M.Div. Fuller Theological Seminary", "David Trombold, M. Div.", "James Vigen", - "Hendrik “Henry” de Vries", + "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", @@ -806,21 +808,23 @@ "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.", + "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": "2022-10-11", + "issued": "2024-08-14", "language": { "direction": "ltr", "identifier": "en", "title": "English" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/tw?v=36", - "en/tq?v=38", - "en/tn?v=66" + "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": [ @@ -842,13 +846,13 @@ { "identifier": "ust", "language": "en", - "version": "35" + "version": "83.1" } ], "subject": "Aligned Bible", "title": "unfoldingWord® Simplified Text", "type": "bundle", - "version": "40" + "version": "84" }, "checking": { "checking_entity": [ @@ -1525,11 +1529,11 @@ "subject": "Aligned Bible", "resource_id": "ust", "resource_title": "unfoldingWord® Simplified Text", - "remoteModifiedTime": "2024-08-14T22:39:19Z", + "remoteModifiedTime": "2024-08-15T16:18:48Z", "description": "Gateway Language", - "catalog_modified_time": "2024-08-14T22:39:19Z", + "catalog_modified_time": "2024-08-15T16:18:48Z", "usfm-js": "3.4.3", - "version": "84", - "modifiedTime": "2024-08-14T22:39:19Z", + "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..dbdadc730e 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 226d7b3316..c2e8b5f5ef 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_Door43-Catalog/manifest.json b/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/manifest.json index 88f03f0ab3..a085c36787 100644 --- a/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/translationHelps/translationAcademy/v84_Door43-Catalog/manifest.json @@ -22,32 +22,32 @@ "description": "A modular handbook that provides a condensed explanation of Bible translation and checking principles that the global Church has implicitly affirmed define trustworthy translations. It enables translators to learn how to create trustworthy translations of the Bible in their own language.", "format": "text/markdown", "identifier": "ta", - "issued": "2022-10-11", + "issued": "2024-08-14", "language": { "identifier": "en", "title": "English", "direction": "ltr" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord®", "relation": [ - "en/ult?v=41", - "en/ust?v=40", - "en/tn?v=66", - "en/tw?v=36" + "en/ult", + "en/ust", + "en/tn", + "en/tw" ], "rights": "CC BY-SA 4.0", "source": [ { "identifier": "ta", "language": "en", - "version": "28" + "version": "83" } ], "subject": "Translation Academy", "title": "unfoldingWord® Translation Academy", "type": "man", - "version": "33" + "version": "84" }, "checking": { "checking_entity": [ diff --git a/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip new file mode 100644 index 0000000000..2133563d3e Binary files /dev/null and b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/manifest.json b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/manifest.json new file mode 100644 index 0000000000..973c95fee9 --- /dev/null +++ b/tcResources/en/translationHelps/translationAcademy/v84_unfoldingWord/manifest.json @@ -0,0 +1,104 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Jesse Griffin, BA in Biblical Studies, MA in Biblical Languages", + "Perry Oakes, PhD in Old Testament, MA in Linguistics, MA in Theology, BA in Biblical Studies", + "Susan Quigley, MA in Linguistics", + "Henry Whitney, BA in Linguistics", + "James N. Pohlig, M.Div., MA in Linguistics, D. Litt. in Biblical Languages", + "Ben Jore, BA Biblical Studies, M.Div.", + "Joel D. Ruark, PhD in Old Testament, MA in Theology", + "Todd L. Price, PhD in New Testament/Linguistics", + "Bev Staley", + "Carol Brinneman", + "Jody Garcia", + "Kara Anderson", + "Kim Puterbaugh", + "Lizz Carlton", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "A modular handbook that provides a condensed explanation of Bible translation and checking principles that the global Church has implicitly affirmed define trustworthy translations. It enables translators to learn how to create trustworthy translations of the Bible in their own language.", + "format": "text/markdown", + "identifier": "ta", + "issued": "2024-08-14", + "language": { + "identifier": "en", + "title": "English", + "direction": "ltr" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord®", + "relation": [ + "en/ult", + "en/ust", + "en/tn", + "en/tw" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "ta", + "language": "en", + "version": "83" + } + ], + "subject": "Translation Academy", + "title": "unfoldingWord® Translation Academy", + "type": "man", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord®" + ], + "checking_level": "3" + }, + "projects": [ + { + "categories": [ + "ta" + ], + "identifier": "intro", + "path": "./intro", + "sort": 0, + "title": "Introduction to unfoldingWord® Translation Academy", + "versification": null + }, + { + "categories": [ + "ta" + ], + "identifier": "process", + "path": "./process", + "sort": 1, + "title": "Process Manual", + "versification": null + }, + { + "categories": [ + "ta" + ], + "identifier": "translate", + "path": "./translate", + "sort": 2, + "title": "Translation Manual", + "versification": null + }, + { + "categories": [ + "ta" + ], + "identifier": "checking", + "path": "./checking", + "sort": 3, + "title": "Checking Manual", + "versification": null + } + ], + "version": "84", + "catalog_modified_time": "2024-08-14T22:25:17Z", + "modifiedTime": "2024-08-14T22:25:17Z", + "stage": "prod" +} 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..1cdf8c1a57 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_Door43-Catalog/manifest.json b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json similarity index 88% rename from tcResources/en/translationHelps/translationNotes/v84_Door43-Catalog/manifest.json rename to tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json index 237bb370e9..8d91073a16 100644 --- a/tcResources/en/translationHelps/translationNotes/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/translationHelps/translationNotes/v84.1_Door43-Catalog/manifest.json @@ -370,35 +370,35 @@ "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": "2022-10-11", + "issued": "2024-08-14", "language": { "direction": "ltr", "identifier": "en", "title": "English" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40", + "en/ult", + "en/ust", + "en/ta", + "en/tq", + "en/tw", "hbo/uhb?v=2.1.30", - "el-x-koine/ugnt?v=0.30", - "en/ta?v=33", - "en/tq?v=38", - "en/tw?v=36" + "el-x-koine/ugnt?v=0.34" ], "rights": "CC BY-SA 4.0", "source": [ { "identifier": "tn", "language": "en", - "version": "61" + "version": "83.1" } ], "subject": "TSV Translation Notes", "title": "unfoldingWord® Translation Notes", "type": "help", - "version": "66" + "version": "84" }, "checking": { "checking_entity": [ @@ -412,7 +412,7 @@ "versification": "ufw", "identifier": "gen", "sort": 1, - "path": "./en_tn_01-GEN.tsv", + "path": "./tn_GEN.tsv", "categories": [ "bible-ot" ] @@ -422,7 +422,7 @@ "versification": "ufw", "identifier": "exo", "sort": 2, - "path": "./en_tn_02-EXO.tsv", + "path": "./tn_EXO.tsv", "categories": [ "bible-ot" ] @@ -432,7 +432,7 @@ "versification": "ufw", "identifier": "lev", "sort": 3, - "path": "./en_tn_03-LEV.tsv", + "path": "./tn_LEV.tsv", "categories": [ "bible-ot" ] @@ -442,7 +442,7 @@ "versification": "ufw", "identifier": "num", "sort": 4, - "path": "./en_tn_04-NUM.tsv", + "path": "./tn_NUM.tsv", "categories": [ "bible-ot" ] @@ -452,7 +452,7 @@ "versification": "ufw", "identifier": "deu", "sort": 5, - "path": "./en_tn_05-DEU.tsv", + "path": "./tn_DEU.tsv", "categories": [ "bible-ot" ] @@ -462,7 +462,7 @@ "versification": "ufw", "identifier": "jos", "sort": 6, - "path": "./en_tn_06-JOS.tsv", + "path": "./tn_JOS.tsv", "categories": [ "bible-ot" ] @@ -472,7 +472,7 @@ "versification": "ufw", "identifier": "jdg", "sort": 7, - "path": "./en_tn_07-JDG.tsv", + "path": "./tn_JDG.tsv", "categories": [ "bible-ot" ] @@ -482,7 +482,7 @@ "versification": "ufw", "identifier": "rut", "sort": 8, - "path": "./en_tn_08-RUT.tsv", + "path": "./tn_RUT.tsv", "categories": [ "bible-ot" ] @@ -492,7 +492,7 @@ "versification": "ufw", "identifier": "1sa", "sort": 9, - "path": "./en_tn_09-1SA.tsv", + "path": "./tn_1SA.tsv", "categories": [ "bible-ot" ] @@ -502,7 +502,7 @@ "versification": "ufw", "identifier": "2sa", "sort": 10, - "path": "./en_tn_10-2SA.tsv", + "path": "./tn_2SA.tsv", "categories": [ "bible-ot" ] @@ -512,7 +512,7 @@ "versification": "ufw", "identifier": "1ki", "sort": 11, - "path": "./en_tn_11-1KI.tsv", + "path": "./tn_1KI.tsv", "categories": [ "bible-ot" ] @@ -522,7 +522,7 @@ "versification": "ufw", "identifier": "2ki", "sort": 12, - "path": "./en_tn_12-2KI.tsv", + "path": "./tn_2KI.tsv", "categories": [ "bible-ot" ] @@ -532,7 +532,7 @@ "versification": "ufw", "identifier": "1ch", "sort": 13, - "path": "./en_tn_13-1CH.tsv", + "path": "./tn_1CH.tsv", "categories": [ "bible-ot" ] @@ -542,7 +542,7 @@ "versification": "ufw", "identifier": "2ch", "sort": 14, - "path": "./en_tn_14-2CH.tsv", + "path": "./tn_2CH.tsv", "categories": [ "bible-ot" ] @@ -552,7 +552,7 @@ "versification": "ufw", "identifier": "ezr", "sort": 15, - "path": "./en_tn_15-EZR.tsv", + "path": "./tn_EZR.tsv", "categories": [ "bible-ot" ] @@ -562,7 +562,7 @@ "versification": "ufw", "identifier": "neh", "sort": 16, - "path": "./en_tn_16-NEH.tsv", + "path": "./tn_NEH.tsv", "categories": [ "bible-ot" ] @@ -572,7 +572,7 @@ "versification": "ufw", "identifier": "est", "sort": 17, - "path": "./en_tn_17-EST.tsv", + "path": "./tn_EST.tsv", "categories": [ "bible-ot" ] @@ -582,7 +582,7 @@ "versification": "ufw", "identifier": "job", "sort": 18, - "path": "./en_tn_18-JOB.tsv", + "path": "./tn_JOB.tsv", "categories": [ "bible-ot" ] @@ -592,7 +592,7 @@ "versification": "ufw", "identifier": "psa", "sort": 19, - "path": "./en_tn_19-PSA.tsv", + "path": "./tn_PSA.tsv", "categories": [ "bible-ot" ] @@ -602,7 +602,7 @@ "versification": "ufw", "identifier": "pro", "sort": 20, - "path": "./en_tn_20-PRO.tsv", + "path": "./tn_PRO.tsv", "categories": [ "bible-ot" ] @@ -612,7 +612,7 @@ "versification": "ufw", "identifier": "ecc", "sort": 21, - "path": "./en_tn_21-ECC.tsv", + "path": "./tn_ECC.tsv", "categories": [ "bible-ot" ] @@ -622,7 +622,7 @@ "versification": "ufw", "identifier": "sng", "sort": 22, - "path": "./en_tn_22-SNG.tsv", + "path": "./tn_SNG.tsv", "categories": [ "bible-ot" ] @@ -632,7 +632,7 @@ "versification": "ufw", "identifier": "isa", "sort": 23, - "path": "./en_tn_23-ISA.tsv", + "path": "./tn_ISA.tsv", "categories": [ "bible-ot" ] @@ -642,7 +642,7 @@ "versification": "ufw", "identifier": "jer", "sort": 24, - "path": "./en_tn_24-JER.tsv", + "path": "./tn_JER.tsv", "categories": [ "bible-ot" ] @@ -652,7 +652,7 @@ "versification": "ufw", "identifier": "lam", "sort": 25, - "path": "./en_tn_25-LAM.tsv", + "path": "./tn_LAM.tsv", "categories": [ "bible-ot" ] @@ -662,7 +662,7 @@ "versification": "ufw", "identifier": "ezk", "sort": 26, - "path": "./en_tn_26-EZK.tsv", + "path": "./tn_EZK.tsv", "categories": [ "bible-ot" ] @@ -672,7 +672,7 @@ "versification": "ufw", "identifier": "dan", "sort": 27, - "path": "./en_tn_27-DAN.tsv", + "path": "./tn_DAN.tsv", "categories": [ "bible-ot" ] @@ -682,7 +682,7 @@ "versification": "ufw", "identifier": "hos", "sort": 28, - "path": "./en_tn_28-HOS.tsv", + "path": "./tn_HOS.tsv", "categories": [ "bible-ot" ] @@ -692,7 +692,7 @@ "versification": "ufw", "identifier": "jol", "sort": 29, - "path": "./en_tn_29-JOL.tsv", + "path": "./tn_JOL.tsv", "categories": [ "bible-ot" ] @@ -702,7 +702,7 @@ "versification": "ufw", "identifier": "amo", "sort": 30, - "path": "./en_tn_30-AMO.tsv", + "path": "./tn_AMO.tsv", "categories": [ "bible-ot" ] @@ -712,7 +712,7 @@ "versification": "ufw", "identifier": "oba", "sort": 31, - "path": "./en_tn_31-OBA.tsv", + "path": "./tn_OBA.tsv", "categories": [ "bible-ot" ] @@ -722,7 +722,7 @@ "versification": "ufw", "identifier": "jon", "sort": 32, - "path": "./en_tn_32-JON.tsv", + "path": "./tn_JON.tsv", "categories": [ "bible-ot" ] @@ -732,7 +732,7 @@ "versification": "ufw", "identifier": "mic", "sort": 33, - "path": "./en_tn_33-MIC.tsv", + "path": "./tn_MIC.tsv", "categories": [ "bible-ot" ] @@ -742,7 +742,7 @@ "versification": "ufw", "identifier": "nam", "sort": 34, - "path": "./en_tn_34-NAM.tsv", + "path": "./tn_NAM.tsv", "categories": [ "bible-ot" ] @@ -752,7 +752,7 @@ "versification": "ufw", "identifier": "hab", "sort": 35, - "path": "./en_tn_35-HAB.tsv", + "path": "./tn_HAB.tsv", "categories": [ "bible-ot" ] @@ -762,7 +762,7 @@ "versification": "ufw", "identifier": "zep", "sort": 36, - "path": "./en_tn_36-ZEP.tsv", + "path": "./tn_ZEP.tsv", "categories": [ "bible-ot" ] @@ -772,7 +772,7 @@ "versification": "ufw", "identifier": "hag", "sort": 37, - "path": "./en_tn_37-HAG.tsv", + "path": "./tn_HAG.tsv", "categories": [ "bible-ot" ] @@ -782,7 +782,7 @@ "versification": "ufw", "identifier": "zec", "sort": 38, - "path": "./en_tn_38-ZEC.tsv", + "path": "./tn_ZEC.tsv", "categories": [ "bible-ot" ] @@ -792,7 +792,7 @@ "versification": "ufw", "identifier": "mal", "sort": 39, - "path": "./en_tn_39-MAL.tsv", + "path": "./tn_MAL.tsv", "categories": [ "bible-ot" ] @@ -802,7 +802,7 @@ "versification": "ufw", "identifier": "mat", "sort": 40, - "path": "./en_tn_41-MAT.tsv", + "path": "./tn_MAT.tsv", "categories": [ "bible-nt" ] @@ -812,7 +812,7 @@ "versification": "ufw", "identifier": "mrk", "sort": 41, - "path": "./en_tn_42-MRK.tsv", + "path": "./tn_MRK.tsv", "categories": [ "bible-nt" ] @@ -822,7 +822,7 @@ "versification": "ufw", "identifier": "luk", "sort": 42, - "path": "./en_tn_43-LUK.tsv", + "path": "./tn_LUK.tsv", "categories": [ "bible-nt" ] @@ -832,7 +832,7 @@ "versification": "ufw", "identifier": "jhn", "sort": 43, - "path": "./en_tn_44-JHN.tsv", + "path": "./tn_JHN.tsv", "categories": [ "bible-nt" ] @@ -842,7 +842,7 @@ "versification": "ufw", "identifier": "act", "sort": 44, - "path": "./en_tn_45-ACT.tsv", + "path": "./tn_ACT.tsv", "categories": [ "bible-nt" ] @@ -852,7 +852,7 @@ "versification": "ufw", "identifier": "rom", "sort": 45, - "path": "./en_tn_46-ROM.tsv", + "path": "./tn_ROM.tsv", "categories": [ "bible-nt" ] @@ -862,7 +862,7 @@ "versification": "ufw", "identifier": "1co", "sort": 46, - "path": "./en_tn_47-1CO.tsv", + "path": "./tn_1CO.tsv", "categories": [ "bible-nt" ] @@ -872,7 +872,7 @@ "versification": "ufw", "identifier": "2co", "sort": 47, - "path": "./en_tn_48-2CO.tsv", + "path": "./tn_2CO.tsv", "categories": [ "bible-nt" ] @@ -882,7 +882,7 @@ "versification": "ufw", "identifier": "gal", "sort": 48, - "path": "./en_tn_49-GAL.tsv", + "path": "./tn_GAL.tsv", "categories": [ "bible-nt" ] @@ -892,7 +892,7 @@ "versification": "ufw", "identifier": "eph", "sort": 49, - "path": "./en_tn_50-EPH.tsv", + "path": "./tn_EPH.tsv", "categories": [ "bible-nt" ] @@ -902,7 +902,7 @@ "versification": "ufw", "identifier": "php", "sort": 50, - "path": "./en_tn_51-PHP.tsv", + "path": "./tn_PHP.tsv", "categories": [ "bible-nt" ] @@ -912,7 +912,7 @@ "versification": "ufw", "identifier": "col", "sort": 51, - "path": "./en_tn_52-COL.tsv", + "path": "./tn_COL.tsv", "categories": [ "bible-nt" ] @@ -922,7 +922,7 @@ "versification": "ufw", "identifier": "1th", "sort": 52, - "path": "./en_tn_53-1TH.tsv", + "path": "./tn_1TH.tsv", "categories": [ "bible-nt" ] @@ -932,7 +932,7 @@ "versification": "ufw", "identifier": "2th", "sort": 53, - "path": "./en_tn_54-2TH.tsv", + "path": "./tn_2TH.tsv", "categories": [ "bible-nt" ] @@ -942,7 +942,7 @@ "versification": "ufw", "identifier": "1ti", "sort": 54, - "path": "./en_tn_55-1TI.tsv", + "path": "./tn_1TI.tsv", "categories": [ "bible-nt" ] @@ -952,7 +952,7 @@ "versification": "ufw", "identifier": "2ti", "sort": 55, - "path": "./en_tn_56-2TI.tsv", + "path": "./tn_2TI.tsv", "categories": [ "bible-nt" ] @@ -962,7 +962,7 @@ "versification": "ufw", "identifier": "tit", "sort": 56, - "path": "./en_tn_57-TIT.tsv", + "path": "./tn_TIT.tsv", "categories": [ "bible-nt" ] @@ -972,7 +972,7 @@ "versification": "ufw", "identifier": "phm", "sort": 57, - "path": "./en_tn_58-PHM.tsv", + "path": "./tn_PHM.tsv", "categories": [ "bible-nt" ] @@ -982,7 +982,7 @@ "versification": "ufw", "identifier": "heb", "sort": 58, - "path": "./en_tn_59-HEB.tsv", + "path": "./tn_HEB.tsv", "categories": [ "bible-nt" ] @@ -992,7 +992,7 @@ "versification": "ufw", "identifier": "jas", "sort": 59, - "path": "./en_tn_60-JAS.tsv", + "path": "./tn_JAS.tsv", "categories": [ "bible-nt" ] @@ -1002,7 +1002,7 @@ "versification": "ufw", "identifier": "1pe", "sort": 60, - "path": "./en_tn_61-1PE.tsv", + "path": "./tn_1PE.tsv", "categories": [ "bible-nt" ] @@ -1012,7 +1012,7 @@ "versification": "ufw", "identifier": "2pe", "sort": 61, - "path": "./en_tn_62-2PE.tsv", + "path": "./tn_2PE.tsv", "categories": [ "bible-nt" ] @@ -1022,7 +1022,7 @@ "versification": "ufw", "identifier": "1jn", "sort": 62, - "path": "./en_tn_63-1JN.tsv", + "path": "./tn_1JN.tsv", "categories": [ "bible-nt" ] @@ -1032,7 +1032,7 @@ "versification": "ufw", "identifier": "2jn", "sort": 63, - "path": "./en_tn_64-2JN.tsv", + "path": "./tn_2JN.tsv", "categories": [ "bible-nt" ] @@ -1042,7 +1042,7 @@ "versification": "ufw", "identifier": "3jn", "sort": 64, - "path": "./en_tn_65-3JN.tsv", + "path": "./tn_3JN.tsv", "categories": [ "bible-nt" ] @@ -1052,7 +1052,7 @@ "versification": "ufw", "identifier": "jud", "sort": 65, - "path": "./en_tn_66-JUD.tsv", + "path": "./tn_JUD.tsv", "categories": [ "bible-nt" ] @@ -1062,14 +1062,14 @@ "versification": "ufw", "identifier": "rev", "sort": 66, - "path": "./en_tn_67-REV.tsv", + "path": "./tn_REV.tsv", "categories": [ "bible-nt" ] } ], - "version": "84", - "catalog_modified_time": "2024-08-14T22:44:50Z", - "modifiedTime": "2024-08-14T22:44:50Z", + "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..09eeac72d1 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/translationNotes/v84_Door43-Catalog/contents.zip b/tcResources/en/translationHelps/translationNotes/v84_Door43-Catalog/contents.zip deleted file mode 100644 index 57a5b976ae..0000000000 Binary files a/tcResources/en/translationHelps/translationNotes/v84_Door43-Catalog/contents.zip and /dev/null differ diff --git a/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/contents.zip b/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/contents.zip index 6a950dbe23..51ce7f901e 100644 Binary files a/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/contents.zip and b/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/contents.zip differ diff --git a/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/manifest.json b/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/manifest.json index 97e50167c0..37489d1446 100644 --- a/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/manifest.json +++ b/tcResources/en/translationHelps/translationWords/v84_Door43-Catalog/manifest.json @@ -5,7 +5,7 @@ "Andrew Belcher", "David Book", "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", - "Henry Whitney, Bible translator, Papua New Guinea, 1982–2000", + "Henry Whitney, Bible translator, Papua New Guinea, 1982-2000", "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", "Lizz Carlton", "Jan Zanutto", @@ -18,33 +18,34 @@ "description": "A basic Bible lexicon that provides translators with clear, concise definitions and translation suggestions for every important word in the Bible. It provides translators and checkers with essential lexical information to help them make the best possible translation decisions.", "format": "text/markdown", "identifier": "tw", - "issued": "2022-10-11", + "issued": "2024-08-14", "language": { "identifier": "en", "title": "English", "direction": "ltr" }, - "modified": "2022-10-11", + "modified": "2024-08-14", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40", - "en/obs?v=8", - "el-x-koine/ugnt?v=0.30", - "hbo/uhb?v=2.1.30" + "en/obs", + "en/twl", + "en/ta", + "en/tn", + "en/ult", + "en/ust" ], "rights": "CC BY-SA 4.0", "source": [ { "identifier": "tw", "language": "en", - "version": "31" + "version": "83" } ], "subject": "Translation Words", "title": "unfoldingWord® Translation Words", "type": "dict", - "version": "36" + "version": "84" }, "checking": { "checking_entity": [ diff --git a/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip new file mode 100644 index 0000000000..7718bf9494 Binary files /dev/null and b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/manifest.json b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/manifest.json new file mode 100644 index 0000000000..f207b6db49 --- /dev/null +++ b/tcResources/en/translationHelps/translationWords/v84_unfoldingWord/manifest.json @@ -0,0 +1,70 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "Andrew Belcher", + "David Book", + "Jesse Griffin, BA Biblical Studies, MA Biblical Languages", + "Henry Whitney, Bible translator, Papua New Guinea, 1982-2000", + "Larry Sallee, Th.M Dallas Theological Seminary, D.Min. Columbia Biblical Seminary", + "Lizz Carlton", + "Jan Zanutto", + "Matthew Latham", + "Perry Oakes, PhD in Old Testament, MA in Linguistics", + "Richard Joki", + "Door43 World Missions Community" + ], + "creator": "Door43 World Missions Community", + "description": "A basic Bible lexicon that provides translators with clear, concise definitions and translation suggestions for every important word in the Bible. It provides translators and checkers with essential lexical information to help them make the best possible translation decisions.", + "format": "text/markdown", + "identifier": "tw", + "issued": "2024-08-14", + "language": { + "identifier": "en", + "title": "English", + "direction": "ltr" + }, + "modified": "2024-08-14", + "publisher": "unfoldingWord", + "relation": [ + "en/obs", + "en/twl", + "en/ta", + "en/tn", + "en/ult", + "en/ust" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "tw", + "language": "en", + "version": "83" + } + ], + "subject": "Translation Words", + "title": "unfoldingWord® Translation Words", + "type": "dict", + "version": "84" + }, + "checking": { + "checking_entity": [ + "unfoldingWord" + ], + "checking_level": "3" + }, + "projects": [ + { + "categories": null, + "identifier": "bible", + "path": "./bible", + "sort": 0, + "title": "unfoldingWord® Translation Words", + "versification": null + } + ], + "version": "84", + "catalog_modified_time": "2024-08-14T22:25:16Z", + "modifiedTime": "2024-08-14T22:25:16Z", + "stage": "prod" +} 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..70784cd040 Binary files /dev/null and b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/contents.zip differ diff --git a/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json new file mode 100644 index 0000000000..6f25e570aa --- /dev/null +++ b/tcResources/en/translationHelps/translationWordsLinks/v84.1_unfoldingWord/manifest.json @@ -0,0 +1,712 @@ +{ + "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" +} diff --git a/tcResources/gu/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/gu/bibles/glt/v45.1_Door43-Catalog/books.zip index 8f8cb324a0..5a1377c335 100644 Binary files a/tcResources/gu/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/gu/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/gu/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/gu/bibles/gst/v44.1_Door43-Catalog/books.zip index 381f291bc7..f8ed4aee1f 100644 Binary files a/tcResources/gu/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/gu/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/gu/bibles/irv/v4_Door43-Catalog/books.zip b/tcResources/gu/bibles/irv/v4_Door43-Catalog/books.zip index 4fd79dd941..f26978d6de 100644 Binary files a/tcResources/gu/bibles/irv/v4_Door43-Catalog/books.zip and b/tcResources/gu/bibles/irv/v4_Door43-Catalog/books.zip differ 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 55d5149926..7454e00d34 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_Door43-Catalog/index.json b/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/index.json index c015b9c2aa..123c8ed6e9 100644 --- a/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/index.json +++ b/tcResources/hbo/bibles/uhb/v2.1.30_Door43-Catalog/index.json @@ -12317,7 +12317,7 @@ "27": 15, "28": 11, "29": 19, - "30": 13, + "30": 14, "front": 0 } }, @@ -13249,7 +13249,7 @@ "20": 14, "21": 17, "22": 24, - "23": 28, + "23": 30, "front": 0 } }, @@ -18315,7 +18315,10 @@ "150": { "1": 8, "2": 5, - "3": 3, + "3": 6, + "4": 6, + "5": 6, + "6": 6, "front": 0 } }, @@ -22912,7 +22915,8 @@ "18": 7, "19": 7, "20": 6, - "21": 4, + "21": 7, + "22": 8, "front": 0 } }, @@ -24967,7 +24971,7 @@ "6": 8, "7": 10, "8": 14, - "9": 12, + "9": 16, "front": 0 } }, @@ -25932,7 +25936,7 @@ "18": 23, "19": 14, "20": 15, - "21": 21, + "21": 24, "front": 0 } }, diff --git a/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip new file mode 100644 index 0000000000..8e6c02441e Binary files /dev/null and b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/books.zip differ diff --git a/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/index.json b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/index.json new file mode 100644 index 0000000000..123c8ed6e9 --- /dev/null +++ b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/index.json @@ -0,0 +1,26012 @@ +{ + "gen": { + "1": { + "1": 7, + "2": 14, + "3": 6, + "4": 12, + "5": 13, + "6": 11, + "7": 17, + "8": 10, + "9": 13, + "10": 12, + "11": 20, + "12": 18, + "13": 6, + "14": 16, + "15": 9, + "16": 18, + "17": 8, + "18": 12, + "19": 6, + "20": 15, + "21": 23, + "22": 13, + "23": 6, + "24": 14, + "25": 18, + "26": 19, + "27": 13, + "28": 22, + "29": 27, + "30": 21, + "31": 15, + "front": 0 + }, + "2": { + "1": 5, + "2": 14, + "3": 16, + "4": 11, + "5": 23, + "6": 9, + "7": 16, + "8": 12, + "9": 19, + "10": 11, + "11": 12, + "12": 8, + "13": 10, + "14": 12, + "15": 10, + "16": 11, + "17": 13, + "18": 12, + "19": 28, + "20": 15, + "21": 13, + "22": 13, + "23": 15, + "24": 13, + "25": 7, + "front": 0 + }, + "3": { + "1": 22, + "2": 8, + "3": 15, + "4": 7, + "5": 14, + "6": 21, + "7": 13, + "8": 18, + "9": 8, + "10": 10, + "11": 15, + "12": 12, + "13": 12, + "14": 23, + "15": 15, + "16": 16, + "17": 23, + "18": 8, + "19": 17, + "20": 11, + "21": 8, + "22": 22, + "23": 11, + "24": 18, + "front": 0 + }, + "4": { + "1": 14, + "2": 14, + "3": 9, + "4": 13, + "5": 11, + "6": 10, + "7": 15, + "8": 14, + "9": 13, + "10": 10, + "11": 14, + "12": 13, + "13": 7, + "14": 17, + "15": 18, + "16": 9, + "17": 17, + "18": 16, + "19": 11, + "20": 10, + "21": 10, + "22": 16, + "23": 17, + "24": 7, + "25": 22, + "26": 14, + "front": 0 + }, + "5": { + "1": 12, + "2": 11, + "3": 12, + "4": 13, + "5": 12, + "6": 9, + "7": 14, + "8": 11, + "9": 7, + "10": 15, + "11": 10, + "12": 7, + "13": 14, + "14": 10, + "15": 9, + "16": 14, + "17": 11, + "18": 10, + "19": 12, + "20": 11, + "21": 8, + "22": 14, + "23": 10, + "24": 9, + "25": 10, + "26": 15, + "27": 11, + "28": 9, + "29": 15, + "30": 15, + "31": 11, + "32": 14, + "front": 0 + }, + "6": { + "1": 11, + "2": 15, + "3": 15, + "4": 23, + "5": 15, + "6": 10, + "7": 22, + "8": 5, + "9": 13, + "10": 10, + "11": 7, + "12": 14, + "13": 17, + "14": 14, + "15": 15, + "16": 15, + "17": 21, + "18": 13, + "19": 14, + "20": 14, + "21": 13, + "22": 9, + "front": 0 + }, + "7": { + "1": 16, + "2": 18, + "3": 13, + "4": 21, + "5": 6, + "6": 10, + "7": 12, + "8": 15, + "9": 14, + "10": 8, + "11": 22, + "12": 8, + "13": 18, + "14": 20, + "15": 13, + "16": 13, + "17": 14, + "18": 11, + "19": 14, + "20": 8, + "21": 16, + "22": 10, + "23": 25, + "24": 7, + "front": 0 + }, + "8": { + "1": 20, + "2": 9, + "3": 12, + "4": 11, + "5": 13, + "6": 11, + "7": 11, + "8": 10, + "9": 24, + "10": 11, + "11": 17, + "12": 13, + "13": 22, + "14": 8, + "15": 5, + "16": 9, + "17": 21, + "18": 7, + "19": 14, + "20": 14, + "21": 32, + "22": 14, + "front": 0 + }, + "9": { + "1": 13, + "2": 20, + "3": 14, + "4": 6, + "5": 18, + "6": 12, + "7": 7, + "8": 8, + "9": 9, + "10": 18, + "11": 17, + "12": 18, + "13": 10, + "14": 8, + "15": 20, + "16": 18, + "17": 16, + "18": 13, + "19": 8, + "20": 6, + "21": 7, + "22": 11, + "23": 21, + "24": 10, + "25": 7, + "26": 9, + "27": 10, + "28": 9, + "29": 10, + "front": 0 + }, + "10": { + "1": 12, + "2": 9, + "3": 5, + "4": 6, + "5": 9, + "6": 6, + "7": 11, + "8": 9, + "9": 14, + "10": 9, + "11": 13, + "12": 9, + "13": 10, + "14": 10, + "15": 7, + "16": 6, + "17": 6, + "18": 10, + "19": 15, + "20": 7, + "21": 11, + "22": 7, + "23": 6, + "24": 8, + "25": 14, + "26": 10, + "27": 6, + "28": 6, + "29": 10, + "30": 7, + "31": 7, + "32": 12, + "front": 0 + }, + "11": { + "1": 7, + "2": 9, + "3": 17, + "4": 17, + "5": 11, + "6": 19, + "7": 11, + "8": 11, + "9": 19, + "10": 13, + "11": 12, + "12": 8, + "13": 14, + "14": 7, + "15": 14, + "16": 8, + "17": 14, + "18": 7, + "19": 13, + "20": 8, + "21": 13, + "22": 7, + "23": 11, + "24": 8, + "25": 14, + "26": 11, + "27": 15, + "28": 10, + "29": 19, + "30": 6, + "31": 29, + "32": 10, + "front": 0 + }, + "12": { + "1": 14, + "2": 8, + "3": 9, + "4": 17, + "5": 26, + "6": 12, + "7": 16, + "8": 20, + "9": 5, + "10": 12, + "11": 17, + "12": 12, + "13": 11, + "14": 12, + "15": 12, + "16": 12, + "17": 13, + "18": 15, + "19": 13, + "20": 12, + "front": 0 + }, + "13": { + "1": 11, + "2": 6, + "3": 18, + "4": 12, + "5": 9, + "6": 14, + "7": 15, + "8": 18, + "9": 13, + "10": 25, + "11": 14, + "12": 11, + "13": 6, + "14": 21, + "15": 12, + "16": 16, + "17": 8, + "18": 12, + "front": 0 + }, + "14": { + "1": 14, + "2": 20, + "3": 9, + "4": 10, + "5": 20, + "6": 10, + "7": 18, + "8": 18, + "9": 17, + "10": 14, + "11": 10, + "12": 12, + "13": 18, + "14": 17, + "15": 12, + "16": 15, + "17": 19, + "18": 11, + "19": 9, + "20": 11, + "21": 11, + "22": 14, + "23": 16, + "24": 16, + "front": 0 + }, + "15": { + "1": 19, + "2": 16, + "3": 12, + "4": 15, + "5": 18, + "6": 5, + "7": 14, + "8": 7, + "9": 12, + "10": 17, + "11": 7, + "12": 13, + "13": 17, + "14": 12, + "15": 8, + "16": 11, + "17": 15, + "18": 20, + "19": 6, + "20": 6, + "21": 8, + "front": 0 + }, + "16": { + "1": 11, + "2": 20, + "3": 21, + "4": 10, + "5": 19, + "6": 15, + "7": 11, + "8": 15, + "9": 10, + "10": 11, + "11": 16, + "12": 14, + "13": 15, + "14": 12, + "15": 12, + "16": 11, + "front": 0 + }, + "17": { + "1": 20, + "2": 8, + "3": 8, + "4": 8, + "5": 14, + "6": 9, + "7": 16, + "8": 16, + "9": 12, + "10": 13, + "11": 9, + "12": 19, + "13": 11, + "14": 15, + "15": 14, + "16": 14, + "17": 17, + "18": 8, + "19": 20, + "20": 18, + "21": 13, + "22": 7, + "23": 29, + "24": 8, + "25": 10, + "26": 7, + "27": 12, + "front": 0 + }, + "18": { + "1": 11, + "2": 15, + "3": 12, + "4": 9, + "5": 18, + "6": 14, + "7": 15, + "8": 15, + "9": 8, + "10": 16, + "11": 10, + "12": 11, + "13": 14, + "14": 10, + "15": 11, + "16": 11, + "17": 8, + "18": 11, + "19": 25, + "20": 11, + "21": 11, + "22": 10, + "23": 8, + "24": 16, + "25": 20, + "26": 13, + "27": 12, + "28": 18, + "29": 14, + "30": 17, + "31": 16, + "32": 17, + "33": 10, + "front": 0 + }, + "19": { + "1": 16, + "2": 20, + "3": 14, + "4": 15, + "5": 15, + "6": 7, + "7": 5, + "8": 29, + "9": 20, + "10": 12, + "11": 13, + "12": 18, + "13": 15, + "14": 22, + "15": 19, + "16": 16, + "17": 19, + "18": 6, + "19": 23, + "20": 17, + "21": 14, + "22": 17, + "23": 7, + "24": 12, + "25": 13, + "26": 6, + "27": 11, + "28": 17, + "29": 22, + "30": 17, + "31": 14, + "32": 10, + "33": 15, + "34": 21, + "35": 15, + "36": 5, + "37": 11, + "38": 15, + "front": 0 + }, + "20": { + "1": 12, + "2": 14, + "3": 17, + "4": 10, + "5": 18, + "6": 24, + "7": 21, + "8": 15, + "9": 24, + "10": 11, + "11": 14, + "12": 13, + "13": 24, + "14": 13, + "15": 8, + "16": 18, + "17": 12, + "18": 14, + "front": 0 + }, + "21": { + "1": 11, + "2": 11, + "3": 12, + "4": 12, + "5": 9, + "6": 10, + "7": 11, + "8": 11, + "9": 10, + "10": 17, + "11": 8, + "12": 23, + "13": 9, + "14": 21, + "15": 10, + "16": 19, + "17": 28, + "18": 12, + "19": 15, + "20": 10, + "21": 9, + "22": 17, + "23": 21, + "24": 4, + "25": 12, + "26": 20, + "27": 9, + "28": 7, + "29": 12, + "30": 16, + "31": 11, + "32": 13, + "33": 10, + "34": 6, + "front": 0 + }, + "22": { + "1": 13, + "2": 25, + "3": 25, + "4": 10, + "5": 17, + "6": 18, + "7": 17, + "8": 11, + "9": 25, + "10": 10, + "11": 11, + "12": 24, + "13": 20, + "14": 13, + "15": 8, + "16": 18, + "17": 19, + "18": 9, + "19": 14, + "20": 15, + "21": 10, + "22": 10, + "23": 11, + "24": 14, + "front": 0 + }, + "23": { + "1": 12, + "2": 13, + "3": 10, + "4": 12, + "5": 7, + "6": 20, + "7": 7, + "8": 17, + "9": 17, + "10": 18, + "11": 18, + "12": 5, + "13": 21, + "14": 6, + "15": 14, + "16": 20, + "17": 20, + "18": 9, + "19": 18, + "20": 11, + "front": 0 + }, + "24": { + "1": 9, + "2": 15, + "3": 17, + "4": 10, + "5": 21, + "6": 10, + "7": 29, + "8": 15, + "9": 13, + "10": 19, + "11": 12, + "12": 14, + "13": 12, + "14": 25, + "15": 20, + "16": 13, + "17": 9, + "18": 9, + "19": 10, + "20": 13, + "21": 10, + "22": 18, + "23": 13, + "24": 10, + "25": 11, + "26": 4, + "27": 20, + "28": 7, + "29": 11, + "30": 28, + "31": 12, + "32": 16, + "33": 12, + "34": 4, + "35": 16, + "36": 14, + "37": 13, + "38": 11, + "39": 8, + "40": 17, + "41": 14, + "42": 18, + "43": 17, + "44": 15, + "45": 19, + "46": 13, + "47": 22, + "48": 19, + "49": 20, + "50": 14, + "51": 12, + "52": 10, + "53": 13, + "54": 12, + "55": 11, + "56": 11, + "57": 6, + "58": 10, + "59": 11, + "60": 15, + "61": 14, + "62": 10, + "63": 12, + "64": 10, + "65": 16, + "66": 8, + "67": 16, + "front": 0 + }, + "25": { + "1": 6, + "2": 14, + "3": 12, + "4": 11, + "5": 7, + "6": 17, + "7": 13, + "8": 10, + "9": 18, + "10": 12, + "11": 15, + "12": 12, + "13": 12, + "14": 3, + "15": 5, + "16": 12, + "17": 15, + "18": 15, + "19": 9, + "20": 18, + "21": 14, + "22": 13, + "23": 16, + "24": 6, + "25": 9, + "26": 17, + "27": 14, + "28": 11, + "29": 9, + "30": 18, + "31": 7, + "32": 10, + "33": 11, + "34": 14, + "front": 0 + }, + "26": { + "1": 17, + "2": 12, + "3": 21, + "4": 16, + "5": 10, + "6": 3, + "7": 21, + "8": 19, + "9": 20, + "10": 15, + "11": 12, + "12": 11, + "13": 9, + "14": 11, + "15": 13, + "16": 10, + "17": 8, + "18": 24, + "19": 9, + "20": 16, + "21": 9, + "22": 19, + "23": 4, + "24": 22, + "25": 14, + "26": 9, + "27": 11, + "28": 17, + "29": 18, + "30": 5, + "31": 10, + "32": 17, + "33": 12, + "34": 17, + "35": 5, + "front": 0 + }, + "27": { + "1": 18, + "2": 8, + "3": 11, + "4": 13, + "5": 13, + "6": 15, + "7": 12, + "8": 8, + "9": 17, + "10": 8, + "11": 13, + "12": 11, + "13": 12, + "14": 10, + "15": 16, + "16": 10, + "17": 10, + "18": 10, + "19": 19, + "20": 15, + "21": 14, + "22": 13, + "23": 10, + "24": 7, + "25": 16, + "26": 9, + "27": 17, + "28": 10, + "29": 16, + "30": 20, + "31": 16, + "32": 11, + "33": 22, + "34": 17, + "35": 6, + "36": 20, + "37": 22, + "38": 17, + "39": 13, + "40": 13, + "41": 20, + "42": 20, + "43": 11, + "44": 9, + "45": 19, + "46": 21, + "front": 0 + }, + "28": { + "1": 14, + "2": 16, + "3": 9, + "4": 16, + "5": 17, + "6": 25, + "7": 9, + "8": 9, + "9": 17, + "10": 6, + "11": 15, + "12": 14, + "13": 20, + "14": 15, + "15": 22, + "16": 12, + "17": 15, + "18": 16, + "19": 12, + "20": 20, + "21": 9, + "22": 15, + "front": 0 + }, + "29": { + "1": 7, + "2": 22, + "3": 20, + "4": 9, + "5": 9, + "6": 12, + "7": 13, + "8": 16, + "9": 12, + "10": 29, + "11": 7, + "12": 14, + "13": 23, + "14": 11, + "15": 12, + "16": 9, + "17": 9, + "18": 11, + "19": 12, + "20": 11, + "21": 12, + "22": 8, + "23": 11, + "24": 9, + "25": 18, + "26": 10, + "27": 16, + "28": 13, + "29": 9, + "30": 15, + "31": 10, + "32": 17, + "33": 19, + "34": 20, + "35": 16, + "front": 0 + }, + "30": { + "1": 19, + "2": 13, + "3": 13, + "4": 9, + "5": 5, + "6": 15, + "7": 9, + "8": 12, + "9": 13, + "10": 6, + "11": 7, + "12": 7, + "13": 10, + "14": 22, + "15": 20, + "16": 20, + "17": 9, + "18": 12, + "19": 7, + "20": 19, + "21": 7, + "22": 10, + "23": 8, + "24": 10, + "25": 15, + "26": 17, + "27": 12, + "28": 5, + "29": 12, + "30": 18, + "31": 19, + "32": 19, + "33": 21, + "34": 6, + "35": 22, + "36": 13, + "37": 17, + "38": 17, + "39": 9, + "40": 21, + "41": 14, + "42": 9, + "43": 12, + "front": 0 + }, + "31": { + "1": 19, + "2": 10, + "3": 11, + "4": 8, + "5": 16, + "6": 8, + "7": 13, + "8": 20, + "9": 7, + "10": 16, + "11": 8, + "12": 21, + "13": 23, + "14": 11, + "15": 11, + "16": 17, + "17": 9, + "18": 21, + "19": 11, + "20": 13, + "21": 14, + "22": 7, + "23": 13, + "24": 18, + "25": 15, + "26": 13, + "27": 13, + "28": 8, + "29": 20, + "30": 12, + "31": 13, + "32": 21, + "33": 17, + "34": 16, + "35": 21, + "36": 15, + "37": 18, + "38": 13, + "39": 12, + "40": 9, + "41": 19, + "42": 22, + "43": 26, + "44": 10, + "45": 5, + "46": 13, + "47": 9, + "48": 13, + "49": 11, + "50": 17, + "51": 12, + "52": 25, + "53": 13, + "54": 12, + "55": 12, + "front": 0 + }, + "32": { + "1": 7, + "2": 12, + "3": 11, + "4": 17, + "5": 13, + "6": 17, + "7": 17, + "8": 12, + "9": 16, + "10": 19, + "11": 16, + "12": 14, + "13": 11, + "14": 8, + "15": 12, + "16": 17, + "17": 17, + "18": 12, + "19": 21, + "20": 20, + "21": 9, + "22": 18, + "23": 8, + "24": 9, + "25": 14, + "26": 11, + "27": 6, + "28": 16, + "29": 14, + "30": 13, + "31": 11, + "32": 23, + "front": 0 + }, + "33": { + "1": 21, + "2": 15, + "3": 11, + "4": 9, + "5": 19, + "6": 5, + "7": 10, + "8": 13, + "9": 10, + "10": 21, + "11": 17, + "12": 5, + "13": 17, + "14": 20, + "15": 16, + "16": 6, + "17": 15, + "18": 15, + "19": 15, + "20": 8, + "front": 0 + }, + "34": { + "1": 10, + "2": 13, + "3": 12, + "4": 12, + "5": 16, + "6": 8, + "7": 22, + "8": 14, + "9": 9, + "10": 9, + "11": 13, + "12": 14, + "13": 15, + "14": 18, + "15": 11, + "16": 13, + "17": 9, + "18": 8, + "19": 14, + "20": 12, + "21": 23, + "22": 17, + "23": 12, + "24": 17, + "25": 22, + "26": 14, + "27": 10, + "28": 13, + "29": 14, + "30": 22, + "31": 5, + "front": 0 + }, + "35": { + "1": 20, + "2": 17, + "3": 17, + "4": 21, + "5": 13, + "6": 14, + "7": 16, + "8": 14, + "9": 10, + "10": 19, + "11": 16, + "12": 13, + "13": 7, + "14": 15, + "15": 12, + "16": 13, + "17": 13, + "18": 13, + "19": 8, + "20": 11, + "21": 7, + "22": 19, + "23": 10, + "24": 4, + "25": 6, + "26": 14, + "27": 15, + "28": 7, + "29": 14, + "front": 0 + }, + "36": { + "1": 5, + "2": 18, + "3": 6, + "4": 9, + "5": 16, + "6": 30, + "7": 14, + "8": 7, + "9": 7, + "10": 14, + "11": 8, + "12": 15, + "13": 13, + "14": 18, + "15": 16, + "16": 14, + "17": 23, + "18": 18, + "19": 7, + "20": 10, + "21": 10, + "22": 8, + "23": 8, + "24": 17, + "25": 7, + "26": 7, + "27": 6, + "28": 5, + "29": 11, + "30": 12, + "31": 11, + "32": 8, + "33": 8, + "34": 7, + "35": 15, + "36": 6, + "37": 7, + "38": 8, + "39": 19, + "40": 13, + "41": 6, + "42": 6, + "43": 14, + "front": 0 + }, + "37": { + "1": 7, + "2": 30, + "3": 15, + "4": 14, + "5": 9, + "6": 8, + "7": 16, + "8": 18, + "9": 20, + "10": 23, + "11": 7, + "12": 7, + "13": 14, + "14": 18, + "15": 10, + "16": 11, + "17": 15, + "18": 9, + "19": 9, + "20": 14, + "21": 8, + "22": 24, + "23": 16, + "24": 9, + "25": 19, + "26": 13, + "27": 13, + "28": 20, + "29": 11, + "30": 10, + "31": 11, + "32": 17, + "33": 10, + "34": 11, + "35": 18, + "36": 10, + "front": 0 + }, + "38": { + "1": 13, + "2": 11, + "3": 7, + "4": 8, + "5": 12, + "6": 7, + "7": 9, + "8": 12, + "9": 19, + "10": 8, + "11": 24, + "12": 18, + "13": 9, + "14": 24, + "15": 7, + "16": 22, + "17": 13, + "18": 18, + "19": 8, + "20": 14, + "21": 16, + "22": 14, + "23": 14, + "24": 17, + "25": 21, + "26": 16, + "27": 6, + "28": 14, + "29": 14, + "30": 10, + "front": 0 + }, + "39": { + "1": 16, + "2": 11, + "3": 12, + "4": 14, + "5": 26, + "6": 22, + "7": 14, + "8": 18, + "9": 22, + "10": 13, + "11": 13, + "12": 11, + "13": 8, + "14": 20, + "15": 12, + "16": 8, + "17": 14, + "18": 9, + "19": 17, + "20": 17, + "21": 13, + "22": 20, + "23": 17, + "front": 0 + }, + "40": { + "1": 12, + "2": 11, + "3": 14, + "4": 11, + "5": 19, + "6": 8, + "7": 14, + "8": 16, + "9": 12, + "10": 10, + "11": 17, + "12": 10, + "13": 19, + "14": 18, + "15": 14, + "16": 18, + "17": 14, + "18": 10, + "19": 17, + "20": 22, + "21": 11, + "22": 8, + "23": 7, + "front": 0 + }, + "41": { + "1": 10, + "2": 12, + "3": 18, + "4": 14, + "5": 11, + "6": 8, + "7": 12, + "8": 22, + "9": 11, + "10": 14, + "11": 10, + "12": 16, + "13": 12, + "14": 14, + "15": 17, + "16": 11, + "17": 10, + "18": 12, + "19": 19, + "20": 9, + "21": 14, + "22": 10, + "23": 9, + "24": 13, + "25": 14, + "26": 15, + "27": 18, + "28": 12, + "29": 9, + "30": 14, + "31": 13, + "32": 14, + "33": 10, + "34": 13, + "35": 16, + "36": 15, + "37": 7, + "38": 11, + "39": 15, + "40": 13, + "41": 11, + "42": 20, + "43": 15, + "44": 17, + "45": 21, + "46": 17, + "47": 6, + "48": 20, + "49": 14, + "50": 17, + "51": 16, + "52": 10, + "53": 8, + "54": 17, + "55": 20, + "56": 18, + "57": 12, + "front": 0 + }, + "42": { + "1": 11, + "2": 15, + "3": 7, + "4": 14, + "5": 11, + "6": 17, + "7": 19, + "8": 7, + "9": 16, + "10": 8, + "11": 11, + "12": 8, + "13": 18, + "14": 10, + "15": 13, + "16": 19, + "17": 6, + "18": 12, + "19": 14, + "20": 11, + "21": 23, + "22": 17, + "23": 9, + "24": 14, + "25": 18, + "26": 7, + "27": 15, + "28": 20, + "29": 13, + "30": 11, + "31": 7, + "32": 14, + "33": 19, + "34": 20, + "35": 16, + "36": 16, + "37": 20, + "38": 22, + "front": 0 + }, + "43": { + "1": 3, + "2": 17, + "3": 15, + "4": 10, + "5": 15, + "6": 10, + "7": 26, + "8": 19, + "9": 14, + "10": 8, + "11": 24, + "12": 14, + "13": 7, + "14": 18, + "15": 17, + "16": 21, + "17": 11, + "18": 24, + "19": 11, + "20": 8, + "21": 18, + "22": 12, + "23": 19, + "24": 13, + "25": 13, + "26": 13, + "27": 11, + "28": 8, + "29": 19, + "30": 13, + "31": 7, + "32": 21, + "33": 11, + "34": 15, + "front": 0 + }, + "44": { + "1": 19, + "2": 16, + "3": 6, + "4": 23, + "5": 13, + "6": 6, + "7": 12, + "8": 17, + "9": 10, + "10": 15, + "11": 9, + "12": 9, + "13": 8, + "14": 11, + "15": 16, + "16": 24, + "17": 19, + "18": 19, + "19": 10, + "20": 18, + "21": 8, + "22": 13, + "23": 13, + "24": 11, + "25": 7, + "26": 20, + "27": 11, + "28": 11, + "29": 13, + "30": 11, + "31": 14, + "32": 16, + "33": 12, + "34": 15, + "front": 0 + }, + "45": { + "1": 20, + "2": 9, + "3": 17, + "4": 16, + "5": 15, + "6": 13, + "7": 11, + "8": 18, + "9": 19, + "10": 15, + "11": 15, + "12": 10, + "13": 15, + "14": 10, + "15": 10, + "16": 13, + "17": 16, + "18": 17, + "19": 15, + "20": 12, + "21": 15, + "22": 13, + "23": 16, + "24": 9, + "25": 8, + "26": 18, + "27": 21, + "28": 11, + "front": 0 + }, + "46": { + "1": 13, + "2": 10, + "3": 14, + "4": 13, + "5": 20, + "6": 15, + "7": 12, + "8": 11, + "9": 6, + "10": 10, + "11": 5, + "12": 17, + "13": 6, + "14": 5, + "15": 17, + "16": 9, + "17": 12, + "18": 15, + "19": 6, + "20": 17, + "21": 12, + "22": 10, + "23": 3, + "24": 6, + "25": 15, + "26": 15, + "27": 15, + "28": 12, + "29": 17, + "30": 13, + "31": 20, + "32": 13, + "33": 8, + "34": 22, + "front": 0 + }, + "47": { + "1": 18, + "2": 8, + "3": 16, + "4": 23, + "5": 9, + "6": 26, + "7": 12, + "8": 8, + "9": 25, + "10": 7, + "11": 18, + "12": 13, + "13": 15, + "14": 20, + "15": 21, + "16": 10, + "17": 21, + "18": 28, + "19": 25, + "20": 19, + "21": 10, + "22": 23, + "23": 17, + "24": 16, + "25": 9, + "26": 19, + "27": 11, + "28": 17, + "29": 27, + "30": 11, + "31": 10, + "front": 0 + }, + "48": { + "1": 18, + "2": 13, + "3": 13, + "4": 16, + "5": 19, + "6": 11, + "7": 21, + "8": 8, + "9": 16, + "10": 14, + "11": 15, + "12": 8, + "13": 16, + "14": 21, + "15": 18, + "16": 19, + "17": 23, + "18": 14, + "19": 22, + "20": 17, + "21": 15, + "22": 13, + "front": 0 + }, + "49": { + "1": 14, + "2": 8, + "3": 10, + "4": 12, + "5": 6, + "6": 15, + "7": 11, + "8": 11, + "9": 12, + "10": 14, + "11": 12, + "12": 6, + "13": 10, + "14": 6, + "15": 14, + "16": 6, + "17": 14, + "18": 3, + "19": 6, + "20": 7, + "21": 6, + "22": 11, + "23": 5, + "24": 13, + "25": 16, + "26": 16, + "27": 9, + "28": 18, + "29": 18, + "30": 20, + "31": 18, + "32": 8, + "33": 13, + "front": 0 + }, + "50": { + "1": 9, + "2": 13, + "3": 14, + "4": 19, + "5": 21, + "6": 8, + "7": 16, + "8": 13, + "9": 10, + "10": 18, + "11": 22, + "12": 6, + "13": 23, + "14": 15, + "15": 19, + "16": 9, + "17": 23, + "18": 9, + "19": 9, + "20": 14, + "21": 13, + "22": 11, + "23": 14, + "24": 22, + "25": 14, + "26": 11, + "front": 0 + } + }, + "exo": { + "1": { + "1": 11, + "2": 4, + "3": 3, + "4": 4, + "5": 11, + "6": 7, + "7": 11, + "8": 10, + "9": 10, + "10": 19, + "11": 15, + "12": 11, + "13": 6, + "14": 17, + "15": 12, + "16": 16, + "17": 14, + "18": 13, + "19": 17, + "20": 7, + "21": 9, + "22": 13, + "front": 0 + }, + "2": { + "1": 8, + "2": 12, + "3": 20, + "4": 7, + "5": 20, + "6": 13, + "7": 16, + "8": 11, + "9": 18, + "10": 16, + "11": 17, + "12": 12, + "13": 13, + "14": 20, + "15": 19, + "16": 12, + "17": 9, + "18": 9, + "19": 13, + "20": 13, + "21": 10, + "22": 12, + "23": 19, + "24": 14, + "25": 7, + "front": 0 + }, + "3": { + "1": 19, + "2": 16, + "3": 13, + "4": 15, + "5": 17, + "6": 18, + "7": 18, + "8": 25, + "9": 15, + "10": 11, + "11": 16, + "12": 20, + "13": 23, + "14": 15, + "15": 28, + "16": 24, + "17": 18, + "18": 26, + "19": 12, + "20": 15, + "21": 13, + "22": 18, + "front": 0 + }, + "4": { + "1": 16, + "2": 7, + "3": 10, + "4": 15, + "5": 14, + "6": 16, + "7": 14, + "8": 14, + "9": 25, + "10": 25, + "11": 20, + "12": 9, + "13": 7, + "14": 22, + "15": 17, + "16": 14, + "17": 10, + "18": 23, + "19": 15, + "20": 18, + "21": 24, + "22": 9, + "23": 14, + "24": 7, + "25": 15, + "26": 7, + "27": 14, + "28": 14, + "29": 9, + "30": 14, + "31": 15, + "front": 0 + }, + "5": { + "1": 18, + "2": 19, + "3": 19, + "4": 13, + "5": 10, + "6": 10, + "7": 14, + "8": 24, + "9": 10, + "10": 15, + "11": 12, + "12": 8, + "13": 11, + "14": 21, + "15": 12, + "16": 13, + "17": 11, + "18": 10, + "19": 13, + "20": 10, + "21": 18, + "22": 13, + "23": 14, + "front": 0 + }, + "6": { + "1": 17, + "2": 8, + "3": 14, + "4": 16, + "5": 14, + "6": 20, + "7": 17, + "8": 19, + "9": 14, + "10": 5, + "11": 11, + "12": 17, + "13": 20, + "14": 15, + "15": 13, + "16": 15, + "17": 5, + "18": 13, + "19": 8, + "20": 20, + "21": 5, + "22": 5, + "23": 20, + "24": 8, + "25": 18, + "26": 15, + "27": 14, + "28": 8, + "29": 18, + "30": 12, + "front": 0 + }, + "7": { + "1": 12, + "2": 16, + "3": 12, + "4": 19, + "5": 15, + "6": 9, + "7": 12, + "8": 7, + "9": 19, + "10": 20, + "11": 12, + "12": 10, + "13": 9, + "14": 10, + "15": 18, + "16": 18, + "17": 20, + "18": 12, + "19": 33, + "20": 24, + "21": 18, + "22": 14, + "23": 10, + "24": 13, + "25": 8, + "front": 0 + }, + "8": { + "1": 16, + "2": 11, + "3": 15, + "4": 6, + "5": 23, + "6": 13, + "7": 10, + "8": 17, + "9": 17, + "10": 10, + "11": 9, + "12": 15, + "13": 12, + "14": 6, + "15": 14, + "16": 19, + "17": 23, + "18": 13, + "19": 16, + "20": 20, + "21": 24, + "22": 21, + "23": 10, + "24": 17, + "25": 10, + "26": 20, + "27": 11, + "28": 16, + "29": 26, + "30": 7, + "31": 12, + "32": 11, + "front": 0 + }, + "9": { + "1": 18, + "2": 8, + "3": 15, + "4": 14, + "5": 10, + "6": 16, + "7": 16, + "8": 17, + "9": 17, + "10": 17, + "11": 14, + "12": 13, + "13": 20, + "14": 19, + "15": 13, + "16": 13, + "17": 5, + "18": 17, + "19": 23, + "20": 13, + "21": 13, + "22": 24, + "23": 19, + "24": 18, + "25": 23, + "26": 10, + "27": 14, + "28": 13, + "29": 22, + "30": 9, + "31": 8, + "32": 7, + "33": 17, + "34": 13, + "35": 13, + "front": 0 + }, + "10": { + "1": 20, + "2": 19, + "3": 20, + "4": 12, + "5": 25, + "6": 25, + "7": 22, + "8": 17, + "9": 14, + "10": 16, + "11": 17, + "12": 24, + "13": 24, + "14": 22, + "15": 29, + "16": 10, + "17": 15, + "18": 6, + "19": 19, + "20": 10, + "21": 15, + "22": 14, + "23": 17, + "24": 17, + "25": 11, + "26": 24, + "27": 8, + "28": 16, + "29": 9, + "front": 0 + }, + "11": { + "1": 23, + "2": 15, + "3": 19, + "4": 11, + "5": 19, + "6": 13, + "7": 19, + "8": 22, + "9": 13, + "10": 20, + "front": 0 + }, + "12": { + "1": 9, + "2": 10, + "3": 17, + "4": 19, + "5": 12, + "6": 17, + "7": 15, + "8": 11, + "9": 16, + "10": 11, + "11": 15, + "12": 20, + "13": 22, + "14": 13, + "15": 23, + "16": 24, + "17": 19, + "18": 14, + "19": 18, + "20": 8, + "21": 14, + "22": 25, + "23": 24, + "24": 9, + "25": 15, + "26": 9, + "27": 21, + "28": 12, + "29": 23, + "30": 19, + "31": 19, + "32": 11, + "33": 12, + "34": 11, + "35": 12, + "36": 11, + "37": 12, + "38": 10, + "39": 22, + "40": 11, + "41": 17, + "42": 16, + "43": 14, + "44": 10, + "45": 5, + "46": 14, + "47": 5, + "48": 22, + "49": 7, + "50": 13, + "51": 13, + "front": 0 + }, + "13": { + "1": 5, + "2": 13, + "3": 23, + "4": 5, + "5": 26, + "6": 8, + "7": 15, + "8": 12, + "9": 19, + "10": 7, + "11": 13, + "12": 14, + "13": 14, + "14": 17, + "15": 29, + "16": 13, + "17": 24, + "18": 14, + "19": 22, + "20": 6, + "21": 16, + "22": 10, + "front": 0 + }, + "14": { + "1": 5, + "2": 20, + "3": 10, + "4": 17, + "5": 21, + "6": 7, + "7": 11, + "8": 16, + "9": 20, + "10": 18, + "11": 16, + "12": 21, + "13": 27, + "14": 5, + "15": 12, + "16": 16, + "17": 14, + "18": 9, + "19": 15, + "20": 20, + "21": 21, + "22": 11, + "23": 12, + "24": 15, + "25": 16, + "26": 17, + "27": 20, + "28": 18, + "29": 11, + "30": 16, + "31": 17, + "front": 0 + }, + "15": { + "1": 20, + "2": 12, + "3": 5, + "4": 10, + "5": 6, + "6": 8, + "7": 8, + "8": 12, + "9": 12, + "10": 8, + "11": 12, + "12": 4, + "13": 10, + "14": 7, + "15": 12, + "16": 17, + "17": 12, + "18": 4, + "19": 19, + "20": 14, + "21": 12, + "22": 17, + "23": 15, + "24": 7, + "25": 18, + "26": 27, + "27": 13, + "front": 0 + }, + "16": { + "1": 23, + "2": 10, + "3": 30, + "4": 22, + "5": 14, + "6": 15, + "7": 15, + "8": 27, + "9": 17, + "10": 16, + "11": 5, + "12": 20, + "13": 13, + "14": 13, + "15": 24, + "16": 18, + "17": 7, + "18": 12, + "19": 9, + "20": 15, + "21": 10, + "22": 15, + "23": 27, + "24": 13, + "25": 12, + "26": 9, + "27": 9, + "28": 10, + "29": 24, + "30": 4, + "31": 13, + "32": 24, + "33": 18, + "34": 10, + "35": 21, + "36": 4, + "front": 0 + }, + "17": { + "1": 17, + "2": 19, + "3": 20, + "4": 12, + "5": 20, + "6": 20, + "7": 19, + "8": 6, + "9": 19, + "10": 14, + "11": 12, + "12": 23, + "13": 8, + "14": 19, + "15": 7, + "16": 11, + "front": 0 + }, + "18": { + "1": 20, + "2": 10, + "3": 13, + "4": 10, + "5": 16, + "6": 12, + "7": 13, + "8": 21, + "9": 13, + "10": 18, + "11": 12, + "12": 19, + "13": 15, + "14": 29, + "15": 9, + "16": 17, + "17": 10, + "18": 17, + "19": 18, + "20": 16, + "21": 22, + "22": 20, + "23": 17, + "24": 8, + "25": 19, + "26": 16, + "27": 8, + "front": 0 + }, + "19": { + "1": 12, + "2": 12, + "3": 17, + "4": 13, + "5": 17, + "6": 14, + "7": 14, + "8": 17, + "9": 26, + "10": 12, + "11": 15, + "12": 16, + "13": 21, + "14": 11, + "15": 11, + "16": 21, + "17": 11, + "18": 18, + "19": 11, + "20": 16, + "21": 15, + "22": 10, + "23": 20, + "24": 19, + "25": 6, + "front": 0 + }, + "20": { + "1": 7, + "2": 9, + "3": 7, + "4": 16, + "5": 21, + "6": 6, + "7": 17, + "8": 5, + "9": 6, + "10": 18, + "11": 26, + "12": 15, + "13": 2, + "14": 2, + "15": 2, + "16": 5, + "17": 15, + "18": 18, + "19": 13, + "20": 19, + "21": 10, + "22": 16, + "23": 10, + "24": 23, + "25": 14, + "26": 10, + "front": 0 + }, + "21": { + "1": 5, + "2": 11, + "3": 12, + "4": 17, + "5": 14, + "6": 17, + "7": 10, + "8": 15, + "9": 7, + "10": 9, + "11": 10, + "12": 5, + "13": 12, + "14": 11, + "15": 5, + "16": 7, + "17": 5, + "18": 14, + "19": 13, + "20": 14, + "21": 11, + "22": 20, + "23": 7, + "24": 12, + "25": 9, + "26": 15, + "27": 11, + "28": 19, + "29": 19, + "30": 11, + "31": 10, + "32": 13, + "33": 16, + "34": 9, + "35": 19, + "36": 19, + "front": 0 + }, + "22": { + "1": 18, + "2": 9, + "3": 13, + "4": 13, + "5": 17, + "6": 16, + "7": 17, + "8": 15, + "9": 31, + "10": 20, + "11": 15, + "12": 6, + "13": 8, + "14": 13, + "15": 10, + "16": 13, + "17": 10, + "18": 3, + "19": 6, + "20": 6, + "21": 10, + "22": 5, + "23": 12, + "24": 10, + "25": 16, + "26": 10, + "27": 17, + "28": 7, + "29": 8, + "30": 13, + "31": 12, + "front": 0 + }, + "23": { + "1": 12, + "2": 13, + "3": 4, + "4": 10, + "5": 13, + "6": 5, + "7": 11, + "8": 10, + "9": 13, + "10": 8, + "11": 14, + "12": 15, + "13": 14, + "14": 5, + "15": 21, + "16": 16, + "17": 10, + "18": 12, + "19": 12, + "20": 12, + "21": 14, + "22": 15, + "23": 13, + "24": 14, + "25": 12, + "26": 9, + "27": 17, + "28": 12, + "29": 13, + "30": 10, + "31": 19, + "32": 5, + "33": 15, + "front": 0 + }, + "24": { + "1": 15, + "2": 12, + "3": 23, + "4": 19, + "5": 12, + "6": 11, + "7": 13, + "8": 19, + "9": 8, + "10": 12, + "11": 12, + "12": 19, + "13": 9, + "14": 19, + "15": 8, + "16": 17, + "17": 10, + "18": 14, + "front": 0 + }, + "25": { + "1": 5, + "2": 16, + "3": 8, + "4": 6, + "5": 7, + "6": 7, + "7": 6, + "8": 5, + "9": 14, + "10": 13, + "11": 12, + "12": 19, + "13": 7, + "14": 11, + "15": 7, + "16": 8, + "17": 10, + "18": 10, + "19": 17, + "20": 18, + "21": 14, + "22": 22, + "23": 11, + "24": 9, + "25": 10, + "26": 14, + "27": 9, + "28": 12, + "29": 12, + "30": 7, + "31": 14, + "32": 14, + "33": 20, + "34": 6, + "35": 20, + "36": 9, + "37": 11, + "38": 4, + "39": 9, + "40": 7, + "front": 0 + }, + "26": { + "1": 16, + "2": 15, + "3": 13, + "4": 16, + "5": 18, + "6": 14, + "7": 11, + "8": 15, + "9": 17, + "10": 16, + "11": 13, + "12": 11, + "13": 16, + "14": 10, + "15": 7, + "16": 10, + "17": 13, + "18": 9, + "19": 21, + "20": 7, + "21": 13, + "22": 6, + "23": 6, + "24": 17, + "25": 18, + "26": 9, + "27": 13, + "28": 9, + "29": 14, + "30": 7, + "31": 13, + "32": 14, + "33": 20, + "34": 8, + "35": 18, + "36": 12, + "37": 15, + "front": 0 + }, + "27": { + "1": 17, + "2": 11, + "3": 11, + "4": 15, + "5": 11, + "6": 9, + "7": 12, + "8": 10, + "9": 16, + "10": 9, + "11": 16, + "12": 11, + "13": 7, + "14": 9, + "15": 9, + "16": 17, + "17": 10, + "18": 14, + "19": 11, + "20": 15, + "21": 22, + "front": 0 + }, + "28": { + "1": 21, + "2": 7, + "3": 17, + "4": 19, + "5": 13, + "6": 12, + "7": 9, + "8": 14, + "9": 10, + "10": 13, + "11": 18, + "12": 21, + "13": 3, + "14": 15, + "15": 17, + "16": 7, + "17": 13, + "18": 5, + "19": 5, + "20": 9, + "21": 19, + "22": 9, + "23": 14, + "24": 11, + "25": 16, + "26": 17, + "27": 18, + "28": 18, + "29": 17, + "30": 26, + "31": 6, + "32": 16, + "33": 15, + "34": 10, + "35": 14, + "36": 10, + "37": 13, + "38": 24, + "39": 10, + "40": 12, + "41": 17, + "42": 11, + "43": 24, + "front": 0 + }, + "29": { + "1": 17, + "2": 14, + "3": 13, + "4": 12, + "5": 19, + "6": 10, + "7": 9, + "8": 5, + "9": 18, + "10": 14, + "11": 8, + "12": 15, + "13": 20, + "14": 13, + "15": 12, + "16": 10, + "17": 12, + "18": 13, + "19": 12, + "20": 29, + "21": 26, + "22": 27, + "23": 14, + "24": 13, + "25": 14, + "26": 15, + "27": 17, + "28": 20, + "29": 13, + "30": 13, + "31": 9, + "32": 13, + "33": 16, + "34": 17, + "35": 12, + "36": 14, + "37": 15, + "38": 11, + "39": 11, + "40": 13, + "41": 15, + "42": 15, + "43": 6, + "44": 13, + "45": 7, + "46": 15, + "front": 0 + }, + "30": { + "1": 8, + "2": 10, + "3": 16, + "4": 20, + "5": 8, + "6": 17, + "7": 11, + "8": 12, + "9": 11, + "10": 18, + "11": 5, + "12": 20, + "13": 17, + "14": 11, + "15": 15, + "16": 22, + "17": 5, + "18": 16, + "19": 8, + "20": 16, + "21": 12, + "22": 5, + "23": 18, + "24": 8, + "25": 13, + "26": 8, + "27": 12, + "28": 10, + "29": 9, + "30": 9, + "31": 12, + "32": 14, + "33": 11, + "34": 16, + "35": 9, + "36": 17, + "37": 11, + "38": 8, + "front": 0 + }, + "31": { + "1": 5, + "2": 10, + "3": 9, + "4": 6, + "5": 8, + "6": 21, + "7": 14, + "8": 13, + "9": 10, + "10": 12, + "11": 11, + "12": 5, + "13": 21, + "14": 20, + "15": 17, + "16": 11, + "17": 20, + "18": 16, + "front": 0 + }, + "32": { + "1": 34, + "2": 13, + "3": 11, + "4": 16, + "5": 11, + "6": 12, + "7": 13, + "8": 22, + "9": 13, + "10": 11, + "11": 20, + "12": 20, + "13": 25, + "14": 8, + "15": 17, + "16": 11, + "17": 12, + "18": 13, + "19": 20, + "20": 19, + "21": 14, + "22": 13, + "23": 21, + "24": 12, + "25": 12, + "26": 13, + "27": 27, + "28": 13, + "29": 14, + "30": 18, + "31": 15, + "32": 11, + "33": 10, + "34": 18, + "35": 12, + "front": 0 + }, + "33": { + "1": 23, + "2": 11, + "3": 17, + "4": 12, + "5": 25, + "6": 7, + "7": 26, + "8": 18, + "9": 13, + "10": 16, + "11": 24, + "12": 27, + "13": 20, + "14": 5, + "15": 9, + "16": 21, + "17": 17, + "18": 5, + "19": 19, + "20": 11, + "21": 8, + "22": 11, + "23": 9, + "front": 0 + }, + "34": { + "1": 22, + "2": 14, + "3": 19, + "4": 21, + "5": 9, + "6": 15, + "7": 22, + "8": 5, + "9": 20, + "10": 33, + "11": 17, + "12": 15, + "13": 10, + "14": 12, + "15": 14, + "16": 12, + "17": 5, + "18": 18, + "19": 10, + "20": 16, + "21": 9, + "22": 11, + "23": 12, + "24": 21, + "25": 12, + "26": 12, + "27": 19, + "28": 22, + "29": 22, + "30": 14, + "31": 12, + "32": 15, + "33": 8, + "34": 19, + "35": 21, + "front": 0 + }, + "35": { + "1": 16, + "2": 17, + "3": 7, + "4": 14, + "5": 14, + "6": 6, + "7": 7, + "8": 7, + "9": 6, + "10": 11, + "11": 16, + "12": 9, + "13": 10, + "14": 10, + "15": 16, + "16": 17, + "17": 11, + "18": 8, + "19": 14, + "20": 7, + "21": 22, + "22": 22, + "23": 17, + "24": 19, + "25": 17, + "26": 10, + "27": 10, + "28": 9, + "29": 21, + "30": 16, + "31": 9, + "32": 6, + "33": 9, + "34": 9, + "35": 21, + "front": 0 + }, + "36": { + "1": 24, + "2": 25, + "3": 22, + "4": 14, + "5": 15, + "6": 17, + "7": 8, + "8": 21, + "9": 15, + "10": 13, + "11": 16, + "12": 18, + "13": 14, + "14": 11, + "15": 15, + "16": 9, + "17": 16, + "18": 9, + "19": 10, + "20": 7, + "21": 10, + "22": 13, + "23": 9, + "24": 21, + "25": 8, + "26": 13, + "27": 6, + "28": 6, + "29": 16, + "30": 15, + "31": 9, + "32": 12, + "33": 11, + "34": 14, + "35": 14, + "36": 14, + "37": 12, + "38": 12, + "front": 0 + }, + "37": { + "1": 15, + "2": 10, + "3": 18, + "4": 7, + "5": 10, + "6": 10, + "7": 10, + "8": 15, + "9": 18, + "10": 12, + "11": 9, + "12": 10, + "13": 14, + "14": 9, + "15": 11, + "16": 19, + "17": 16, + "18": 14, + "19": 20, + "20": 6, + "21": 19, + "22": 9, + "23": 8, + "24": 8, + "25": 16, + "26": 16, + "27": 18, + "28": 8, + "29": 11, + "front": 0 + }, + "38": { + "1": 16, + "2": 11, + "3": 19, + "4": 11, + "5": 9, + "6": 8, + "7": 14, + "8": 14, + "9": 12, + "10": 9, + "11": 13, + "12": 13, + "13": 5, + "14": 10, + "15": 14, + "16": 6, + "17": 16, + "18": 21, + "19": 11, + "20": 6, + "21": 17, + "22": 15, + "23": 14, + "24": 19, + "25": 13, + "26": 22, + "27": 17, + "28": 13, + "29": 8, + "30": 19, + "31": 17, + "front": 0 + }, + "39": { + "1": 21, + "2": 10, + "3": 18, + "4": 8, + "5": 19, + "6": 14, + "7": 14, + "8": 14, + "9": 11, + "10": 11, + "11": 5, + "12": 5, + "13": 9, + "14": 18, + "15": 9, + "16": 15, + "17": 10, + "18": 16, + "19": 16, + "20": 17, + "21": 23, + "22": 8, + "23": 10, + "24": 10, + "25": 15, + "26": 14, + "27": 8, + "28": 12, + "29": 15, + "30": 14, + "31": 13, + "32": 17, + "33": 15, + "34": 12, + "35": 7, + "36": 8, + "37": 13, + "38": 13, + "39": 17, + "40": 21, + "41": 14, + "42": 13, + "43": 16, + "front": 0 + }, + "40": { + "1": 5, + "2": 10, + "3": 10, + "4": 12, + "5": 13, + "6": 9, + "7": 11, + "8": 9, + "9": 18, + "10": 14, + "11": 7, + "12": 12, + "13": 12, + "14": 6, + "15": 15, + "16": 9, + "17": 9, + "18": 16, + "19": 16, + "20": 17, + "21": 18, + "22": 11, + "23": 11, + "24": 11, + "25": 9, + "26": 8, + "27": 9, + "28": 5, + "29": 19, + "30": 12, + "31": 9, + "32": 13, + "33": 15, + "34": 10, + "35": 16, + "36": 9, + "37": 9, + "38": 16, + "front": 0 + } + }, + "lev": { + "1": { + "1": 9, + "2": 21, + "3": 17, + "4": 9, + "5": 22, + "6": 6, + "7": 11, + "8": 18, + "9": 14, + "10": 13, + "11": 17, + "12": 18, + "13": 16, + "14": 15, + "15": 14, + "16": 12, + "17": 20, + "front": 0 + }, + "2": { + "1": 15, + "2": 23, + "3": 9, + "4": 15, + "5": 10, + "6": 8, + "7": 7, + "8": 13, + "9": 12, + "10": 9, + "11": 18, + "12": 11, + "13": 17, + "14": 14, + "15": 8, + "16": 11, + "front": 0 + }, + "3": { + "1": 17, + "2": 18, + "3": 16, + "4": 17, + "5": 17, + "6": 12, + "7": 10, + "8": 19, + "9": 22, + "10": 17, + "11": 6, + "12": 6, + "13": 18, + "14": 16, + "15": 17, + "16": 10, + "17": 11, + "front": 0 + }, + "4": { + "1": 5, + "2": 18, + "3": 17, + "4": 20, + "5": 10, + "6": 16, + "7": 27, + "8": 18, + "9": 17, + "10": 10, + "11": 12, + "12": 22, + "13": 18, + "14": 16, + "15": 15, + "16": 8, + "17": 13, + "18": 24, + "19": 7, + "20": 14, + "21": 16, + "22": 14, + "23": 14, + "24": 16, + "25": 17, + "26": 14, + "27": 15, + "28": 16, + "29": 11, + "30": 16, + "31": 21, + "32": 8, + "33": 14, + "34": 17, + "35": 26, + "front": 0 + }, + "5": { + "1": 17, + "2": 24, + "3": 15, + "4": 21, + "5": 9, + "6": 20, + "7": 22, + "8": 16, + "9": 14, + "10": 13, + "11": 30, + "12": 17, + "13": 14, + "14": 5, + "15": 22, + "16": 20, + "17": 17, + "18": 21, + "19": 5, + "front": 0 + }, + "6": { + "1": 5, + "2": 18, + "3": 16, + "4": 25, + "5": 18, + "6": 12, + "7": 14, + "8": 5, + "9": 23, + "10": 22, + "11": 15, + "12": 20, + "13": 7, + "14": 12, + "15": 18, + "16": 13, + "17": 12, + "18": 15, + "19": 5, + "20": 19, + "21": 13, + "22": 11, + "23": 7, + "24": 5, + "25": 20, + "26": 10, + "27": 16, + "28": 13, + "29": 8, + "30": 14, + "front": 0 + }, + "7": { + "1": 6, + "2": 14, + "3": 12, + "4": 17, + "5": 8, + "6": 10, + "7": 11, + "8": 12, + "9": 15, + "10": 11, + "11": 7, + "12": 21, + "13": 10, + "14": 14, + "15": 12, + "16": 15, + "17": 7, + "18": 22, + "19": 14, + "20": 14, + "21": 24, + "22": 5, + "23": 12, + "24": 10, + "25": 15, + "26": 8, + "27": 10, + "28": 5, + "29": 16, + "30": 17, + "31": 9, + "32": 8, + "33": 13, + "34": 23, + "35": 12, + "36": 14, + "37": 9, + "38": 18, + "front": 0 + }, + "8": { + "1": 5, + "2": 20, + "3": 8, + "4": 12, + "5": 10, + "6": 9, + "7": 22, + "8": 11, + "9": 21, + "10": 14, + "11": 17, + "12": 9, + "13": 18, + "14": 13, + "15": 23, + "16": 18, + "17": 17, + "18": 12, + "19": 8, + "20": 12, + "21": 24, + "22": 14, + "23": 18, + "24": 27, + "25": 22, + "26": 21, + "27": 14, + "28": 16, + "29": 18, + "30": 31, + "31": 26, + "32": 5, + "33": 18, + "34": 9, + "35": 17, + "36": 11, + "front": 0 + }, + "9": { + "1": 9, + "2": 15, + "3": 15, + "4": 14, + "5": 15, + "6": 12, + "7": 25, + "8": 10, + "9": 19, + "10": 17, + "11": 8, + "12": 13, + "13": 10, + "14": 9, + "15": 13, + "16": 5, + "17": 12, + "18": 19, + "19": 11, + "20": 8, + "21": 13, + "22": 12, + "23": 16, + "24": 18, + "front": 0 + }, + "10": { + "1": 22, + "2": 9, + "3": 18, + "4": 22, + "5": 9, + "6": 29, + "7": 15, + "8": 5, + "9": 16, + "10": 9, + "11": 13, + "12": 24, + "13": 14, + "14": 22, + "15": 21, + "16": 17, + "17": 22, + "18": 14, + "19": 22, + "20": 4, + "front": 0 + }, + "11": { + "1": 8, + "2": 14, + "3": 11, + "4": 21, + "5": 12, + "6": 12, + "7": 16, + "8": 9, + "9": 16, + "10": 19, + "11": 9, + "12": 10, + "13": 15, + "14": 5, + "15": 4, + "16": 10, + "17": 6, + "18": 6, + "19": 8, + "20": 9, + "21": 19, + "22": 16, + "23": 10, + "24": 8, + "25": 8, + "26": 19, + "27": 18, + "28": 11, + "29": 11, + "30": 5, + "31": 12, + "32": 28, + "33": 14, + "34": 16, + "35": 14, + "36": 10, + "37": 11, + "38": 11, + "39": 13, + "40": 15, + "41": 9, + "42": 22, + "43": 12, + "44": 19, + "45": 15, + "46": 14, + "47": 13, + "front": 0 + }, + "12": { + "1": 5, + "2": 17, + "3": 5, + "4": 19, + "5": 14, + "6": 22, + "7": 14, + "8": 21, + "front": 0 + }, + "13": { + "1": 7, + "2": 24, + "3": 22, + "4": 21, + "5": 17, + "6": 20, + "7": 14, + "8": 10, + "9": 8, + "10": 14, + "11": 12, + "12": 18, + "13": 16, + "14": 6, + "15": 12, + "16": 10, + "17": 12, + "18": 7, + "19": 12, + "20": 17, + "21": 18, + "22": 9, + "23": 11, + "24": 15, + "25": 22, + "26": 18, + "27": 14, + "28": 18, + "29": 10, + "30": 23, + "31": 23, + "32": 21, + "33": 12, + "34": 22, + "35": 7, + "36": 13, + "37": 14, + "38": 10, + "39": 14, + "40": 8, + "41": 9, + "42": 14, + "43": 15, + "44": 10, + "45": 16, + "46": 13, + "47": 11, + "48": 12, + "49": 22, + "50": 9, + "51": 25, + "52": 27, + "53": 16, + "54": 11, + "55": 24, + "56": 22, + "57": 20, + "58": 17, + "59": 19, + "front": 0 + }, + "14": { + "1": 5, + "2": 9, + "3": 13, + "4": 13, + "5": 12, + "6": 24, + "7": 15, + "8": 20, + "9": 26, + "10": 20, + "11": 12, + "12": 16, + "13": 20, + "14": 19, + "15": 9, + "16": 19, + "17": 23, + "18": 15, + "19": 12, + "20": 11, + "21": 21, + "22": 14, + "23": 13, + "24": 14, + "25": 22, + "26": 8, + "27": 14, + "28": 24, + "29": 15, + "30": 12, + "31": 18, + "32": 11, + "33": 7, + "34": 16, + "35": 11, + "36": 23, + "37": 15, + "38": 12, + "39": 10, + "40": 16, + "41": 16, + "42": 13, + "43": 15, + "44": 13, + "45": 18, + "46": 10, + "47": 10, + "48": 21, + "49": 11, + "50": 10, + "51": 24, + "52": 14, + "53": 14, + "54": 6, + "55": 3, + "56": 3, + "57": 8, + "front": 0 + }, + "15": { + "1": 7, + "2": 15, + "3": 14, + "4": 13, + "5": 11, + "6": 14, + "7": 10, + "8": 11, + "9": 7, + "10": 18, + "11": 16, + "12": 12, + "13": 16, + "14": 20, + "15": 13, + "16": 14, + "17": 14, + "18": 12, + "19": 18, + "20": 11, + "21": 10, + "22": 14, + "23": 16, + "24": 17, + "25": 24, + "26": 21, + "27": 11, + "28": 9, + "29": 18, + "30": 15, + "31": 13, + "32": 10, + "33": 12, + "front": 0 + }, + "16": { + "1": 13, + "2": 29, + "3": 11, + "4": 23, + "5": 12, + "6": 11, + "7": 11, + "8": 12, + "9": 11, + "10": 16, + "11": 17, + "12": 17, + "13": 17, + "14": 17, + "15": 25, + "16": 17, + "17": 19, + "18": 18, + "19": 12, + "20": 13, + "21": 31, + "22": 13, + "23": 16, + "24": 20, + "25": 5, + "26": 15, + "27": 24, + "28": 13, + "29": 19, + "30": 12, + "31": 9, + "32": 18, + "33": 17, + "34": 19, + "front": 0 + }, + "17": { + "1": 5, + "2": 17, + "3": 17, + "4": 23, + "5": 26, + "6": 15, + "7": 16, + "8": 16, + "9": 13, + "10": 22, + "11": 18, + "12": 17, + "13": 21, + "14": 24, + "15": 16, + "16": 8, + "front": 0 + }, + "18": { + "1": 5, + "2": 9, + "3": 21, + "4": 11, + "5": 13, + "6": 12, + "7": 11, + "8": 8, + "9": 15, + "10": 12, + "11": 11, + "12": 8, + "13": 9, + "14": 11, + "15": 10, + "16": 8, + "17": 19, + "18": 10, + "19": 8, + "20": 9, + "21": 12, + "22": 8, + "23": 15, + "24": 13, + "25": 9, + "26": 15, + "27": 12, + "28": 12, + "29": 12, + "30": 16, + "front": 0 + }, + "19": { + "1": 5, + "2": 15, + "3": 10, + "4": 12, + "5": 7, + "6": 10, + "7": 9, + "8": 12, + "9": 13, + "10": 14, + "11": 8, + "12": 10, + "13": 13, + "14": 12, + "15": 15, + "16": 11, + "17": 13, + "18": 12, + "19": 17, + "20": 26, + "21": 10, + "22": 16, + "23": 19, + "24": 8, + "25": 11, + "26": 8, + "27": 9, + "28": 12, + "29": 11, + "30": 7, + "31": 13, + "32": 10, + "33": 8, + "34": 18, + "35": 7, + "36": 18, + "37": 11, + "front": 0 + }, + "20": { + "1": 5, + "2": 22, + "3": 22, + "4": 16, + "5": 18, + "6": 18, + "7": 7, + "8": 8, + "9": 16, + "10": 15, + "11": 14, + "12": 12, + "13": 14, + "14": 17, + "15": 10, + "16": 17, + "17": 28, + "18": 21, + "19": 13, + "20": 12, + "21": 13, + "22": 20, + "23": 15, + "24": 23, + "25": 23, + "26": 13, + "27": 16, + "front": 0 + }, + "21": { + "1": 15, + "2": 10, + "3": 10, + "4": 5, + "5": 12, + "6": 17, + "7": 14, + "8": 15, + "9": 12, + "10": 22, + "11": 10, + "12": 17, + "13": 4, + "14": 14, + "15": 8, + "16": 5, + "17": 16, + "18": 16, + "19": 10, + "20": 14, + "21": 22, + "22": 7, + "23": 20, + "24": 10, + "front": 0 + }, + "22": { + "1": 5, + "2": 20, + "3": 24, + "4": 25, + "5": 16, + "6": 16, + "7": 10, + "8": 8, + "9": 14, + "10": 11, + "11": 14, + "12": 11, + "13": 22, + "14": 12, + "15": 10, + "16": 11, + "17": 5, + "18": 29, + "19": 6, + "20": 11, + "21": 21, + "22": 22, + "23": 10, + "24": 10, + "25": 18, + "26": 5, + "27": 19, + "28": 10, + "29": 7, + "30": 10, + "31": 6, + "32": 12, + "33": 9, + "front": 0 + }, + "23": { + "1": 5, + "2": 16, + "3": 19, + "4": 9, + "5": 9, + "6": 12, + "7": 11, + "8": 14, + "9": 5, + "10": 24, + "11": 10, + "12": 11, + "13": 14, + "14": 19, + "15": 13, + "16": 11, + "17": 13, + "18": 23, + "19": 11, + "20": 16, + "21": 18, + "22": 20, + "23": 5, + "24": 16, + "25": 8, + "26": 5, + "27": 18, + "28": 16, + "29": 11, + "30": 15, + "31": 9, + "32": 15, + "33": 5, + "34": 16, + "35": 9, + "36": 21, + "37": 18, + "38": 14, + "39": 22, + "40": 20, + "41": 14, + "42": 9, + "43": 16, + "44": 8, + "front": 0 + }, + "24": { + "1": 5, + "2": 14, + "3": 17, + "4": 9, + "5": 12, + "6": 11, + "7": 10, + "8": 13, + "9": 15, + "10": 17, + "11": 18, + "12": 7, + "13": 5, + "14": 17, + "15": 12, + "16": 15, + "17": 8, + "18": 7, + "19": 10, + "20": 16, + "21": 6, + "22": 11, + "23": 22, + "front": 0 + }, + "25": { + "1": 7, + "2": 18, + "3": 11, + "4": 14, + "5": 14, + "6": 12, + "7": 8, + "8": 18, + "9": 13, + "10": 22, + "11": 17, + "12": 11, + "13": 7, + "14": 13, + "15": 12, + "16": 16, + "17": 11, + "18": 12, + "19": 8, + "20": 13, + "21": 11, + "22": 16, + "23": 12, + "24": 6, + "25": 13, + "26": 11, + "27": 13, + "28": 19, + "29": 16, + "30": 22, + "31": 16, + "32": 9, + "33": 19, + "34": 10, + "35": 12, + "36": 10, + "37": 10, + "38": 16, + "39": 11, + "40": 9, + "41": 12, + "42": 12, + "43": 6, + "44": 13, + "45": 16, + "46": 18, + "47": 17, + "48": 8, + "49": 15, + "50": 18, + "51": 9, + "52": 14, + "53": 9, + "54": 10, + "55": 15, + "front": 0 + }, + "26": { + "1": 20, + "2": 7, + "3": 8, + "4": 10, + "5": 15, + "6": 15, + "7": 6, + "8": 12, + "9": 10, + "10": 7, + "11": 7, + "12": 9, + "13": 17, + "14": 10, + "15": 16, + "16": 21, + "17": 13, + "18": 12, + "19": 11, + "20": 13, + "21": 13, + "22": 14, + "23": 8, + "24": 12, + "25": 15, + "26": 16, + "27": 8, + "28": 11, + "29": 6, + "30": 15, + "31": 11, + "32": 9, + "33": 12, + "34": 17, + "35": 11, + "36": 18, + "37": 13, + "38": 6, + "39": 11, + "40": 15, + "41": 18, + "42": 15, + "43": 20, + "44": 18, + "45": 16, + "46": 15, + "front": 0 + }, + "27": { + "1": 5, + "2": 13, + "3": 17, + "4": 7, + "5": 16, + "6": 18, + "7": 15, + "8": 18, + "9": 14, + "10": 20, + "11": 15, + "12": 11, + "13": 7, + "14": 19, + "15": 12, + "16": 16, + "17": 7, + "18": 19, + "19": 14, + "20": 14, + "21": 11, + "22": 10, + "23": 16, + "24": 11, + "25": 9, + "26": 16, + "27": 13, + "28": 24, + "29": 10, + "30": 11, + "31": 8, + "32": 13, + "33": 17, + "34": 12, + "front": 0 + } + }, + "num": { + "1": { + "1": 17, + "2": 15, + "3": 13, + "4": 10, + "5": 10, + "6": 4, + "7": 4, + "8": 4, + "9": 4, + "10": 10, + "11": 4, + "12": 4, + "13": 4, + "14": 4, + "15": 4, + "16": 10, + "17": 9, + "18": 19, + "19": 8, + "20": 21, + "21": 8, + "22": 19, + "23": 8, + "24": 15, + "25": 9, + "26": 15, + "27": 8, + "28": 15, + "29": 8, + "30": 15, + "31": 8, + "32": 17, + "33": 7, + "34": 15, + "35": 7, + "36": 15, + "37": 8, + "38": 15, + "39": 8, + "40": 15, + "41": 8, + "42": 15, + "43": 8, + "44": 16, + "45": 15, + "46": 11, + "47": 6, + "48": 5, + "49": 13, + "50": 26, + "51": 13, + "52": 10, + "53": 18, + "54": 11, + "front": 0 + }, + "2": { + "1": 7, + "2": 14, + "3": 13, + "4": 7, + "5": 10, + "6": 7, + "7": 8, + "8": 7, + "9": 15, + "10": 11, + "11": 7, + "12": 11, + "13": 7, + "14": 8, + "15": 8, + "16": 15, + "17": 15, + "18": 11, + "19": 6, + "20": 9, + "21": 6, + "22": 8, + "23": 7, + "24": 12, + "25": 11, + "26": 7, + "27": 10, + "28": 7, + "29": 8, + "30": 7, + "31": 14, + "32": 18, + "33": 11, + "34": 19, + "front": 0 + }, + "3": { + "1": 11, + "2": 9, + "3": 10, + "4": 23, + "5": 5, + "6": 11, + "7": 14, + "8": 14, + "9": 12, + "10": 11, + "11": 5, + "12": 18, + "13": 22, + "14": 7, + "15": 13, + "16": 8, + "17": 8, + "18": 7, + "19": 7, + "20": 11, + "21": 9, + "22": 12, + "23": 6, + "24": 7, + "25": 12, + "26": 16, + "27": 13, + "28": 13, + "29": 8, + "30": 8, + "31": 13, + "32": 11, + "33": 9, + "34": 10, + "35": 13, + "36": 13, + "37": 6, + "38": 20, + "39": 19, + "40": 17, + "41": 20, + "42": 11, + "43": 16, + "44": 5, + "45": 18, + "46": 11, + "47": 11, + "48": 7, + "49": 10, + "50": 14, + "51": 15, + "front": 0 + }, + "4": { + "1": 7, + "2": 11, + "3": 15, + "4": 8, + "5": 14, + "6": 12, + "7": 21, + "8": 13, + "9": 21, + "10": 12, + "11": 14, + "12": 21, + "13": 7, + "14": 27, + "15": 29, + "16": 21, + "17": 7, + "18": 8, + "19": 21, + "20": 7, + "21": 5, + "22": 10, + "23": 18, + "24": 6, + "25": 18, + "26": 26, + "27": 19, + "28": 13, + "29": 7, + "30": 17, + "31": 12, + "32": 16, + "33": 14, + "34": 11, + "35": 14, + "36": 7, + "37": 17, + "38": 6, + "39": 14, + "40": 9, + "41": 16, + "42": 7, + "43": 14, + "44": 6, + "45": 14, + "46": 13, + "47": 17, + "48": 7, + "49": 19, + "front": 0 + }, + "5": { + "1": 5, + "2": 14, + "3": 16, + "4": 18, + "5": 5, + "6": 18, + "7": 16, + "8": 18, + "9": 11, + "10": 11, + "11": 5, + "12": 14, + "13": 17, + "14": 20, + "15": 30, + "16": 6, + "17": 17, + "18": 25, + "19": 22, + "20": 14, + "21": 24, + "22": 13, + "23": 10, + "24": 12, + "25": 16, + "26": 14, + "27": 23, + "28": 9, + "29": 9, + "30": 22, + "31": 8, + "front": 0 + }, + "6": { + "1": 5, + "2": 16, + "3": 19, + "4": 13, + "5": 21, + "6": 9, + "7": 13, + "8": 6, + "9": 16, + "10": 15, + "11": 17, + "12": 16, + "13": 13, + "14": 20, + "15": 12, + "16": 9, + "17": 15, + "18": 20, + "19": 23, + "20": 19, + "21": 22, + "22": 5, + "23": 13, + "24": 3, + "25": 5, + "26": 7, + "27": 8, + "front": 0 + }, + "7": { + "1": 22, + "2": 13, + "3": 21, + "4": 5, + "5": 15, + "6": 10, + "7": 11, + "8": 16, + "9": 10, + "10": 14, + "11": 15, + "12": 11, + "13": 20, + "14": 6, + "15": 11, + "16": 4, + "17": 17, + "18": 8, + "19": 22, + "20": 6, + "21": 11, + "22": 4, + "23": 17, + "24": 8, + "25": 20, + "26": 6, + "27": 11, + "28": 4, + "29": 17, + "30": 8, + "31": 20, + "32": 6, + "33": 11, + "34": 4, + "35": 17, + "36": 8, + "37": 20, + "38": 6, + "39": 11, + "40": 4, + "41": 17, + "42": 8, + "43": 20, + "44": 6, + "45": 11, + "46": 4, + "47": 17, + "48": 8, + "49": 20, + "50": 6, + "51": 11, + "52": 4, + "53": 17, + "54": 9, + "55": 20, + "56": 6, + "57": 11, + "58": 4, + "59": 18, + "60": 8, + "61": 20, + "62": 6, + "63": 11, + "64": 4, + "65": 17, + "66": 8, + "67": 20, + "68": 6, + "69": 11, + "70": 4, + "71": 17, + "72": 10, + "73": 20, + "74": 6, + "75": 11, + "76": 4, + "77": 17, + "78": 10, + "79": 20, + "80": 6, + "81": 11, + "82": 4, + "83": 17, + "84": 21, + "85": 16, + "86": 16, + "87": 20, + "88": 21, + "89": 23, + "front": 0 + }, + "8": { + "1": 5, + "2": 15, + "3": 14, + "4": 21, + "5": 5, + "6": 8, + "7": 16, + "8": 14, + "9": 12, + "10": 12, + "11": 15, + "12": 18, + "13": 11, + "14": 9, + "15": 13, + "16": 19, + "17": 17, + "18": 8, + "19": 30, + "20": 20, + "21": 14, + "22": 23, + "23": 5, + "24": 14, + "25": 9, + "26": 14, + "front": 0 + }, + "9": { + "1": 14, + "2": 6, + "3": 16, + "4": 7, + "5": 22, + "6": 20, + "7": 19, + "8": 9, + "9": 5, + "10": 20, + "11": 13, + "12": 14, + "13": 24, + "14": 19, + "15": 18, + "16": 8, + "17": 19, + "18": 18, + "19": 14, + "20": 16, + "21": 17, + "22": 19, + "23": 17, + "front": 0 + }, + "10": { + "1": 5, + "2": 15, + "3": 10, + "4": 9, + "5": 6, + "6": 10, + "7": 6, + "8": 10, + "9": 16, + "10": 20, + "11": 12, + "12": 10, + "13": 7, + "14": 12, + "15": 8, + "16": 8, + "17": 9, + "18": 10, + "19": 9, + "20": 8, + "21": 9, + "22": 11, + "23": 9, + "24": 8, + "25": 14, + "26": 8, + "27": 8, + "28": 6, + "29": 28, + "30": 11, + "31": 14, + "32": 13, + "33": 17, + "34": 7, + "35": 12, + "36": 7, + "front": 0 + }, + "11": { + "1": 17, + "2": 10, + "3": 10, + "4": 14, + "5": 17, + "6": 9, + "7": 7, + "8": 18, + "9": 8, + "10": 16, + "11": 19, + "12": 24, + "13": 15, + "14": 12, + "15": 15, + "16": 25, + "17": 19, + "18": 24, + "19": 15, + "20": 24, + "21": 18, + "22": 15, + "23": 13, + "24": 17, + "25": 22, + "26": 20, + "27": 9, + "28": 11, + "29": 18, + "30": 7, + "31": 23, + "32": 22, + "33": 16, + "34": 13, + "35": 7, + "front": 0 + }, + "12": { + "1": 14, + "2": 12, + "3": 10, + "4": 16, + "5": 12, + "6": 14, + "7": 8, + "8": 17, + "9": 5, + "10": 14, + "11": 15, + "12": 11, + "13": 10, + "14": 19, + "15": 12, + "16": 7, + "front": 0 + }, + "13": { + "1": 5, + "2": 22, + "3": 14, + "4": 7, + "5": 5, + "6": 5, + "7": 5, + "8": 5, + "9": 5, + "10": 5, + "11": 7, + "12": 5, + "13": 5, + "14": 5, + "15": 5, + "16": 15, + "17": 15, + "18": 16, + "19": 19, + "20": 19, + "21": 10, + "22": 18, + "23": 17, + "24": 13, + "25": 6, + "26": 25, + "27": 15, + "28": 15, + "29": 16, + "30": 15, + "31": 14, + "32": 27, + "33": 14, + "front": 0 + }, + "14": { + "1": 10, + "2": 21, + "3": 18, + "4": 8, + "5": 11, + "6": 12, + "7": 17, + "8": 17, + "9": 20, + "10": 15, + "11": 19, + "12": 9, + "13": 13, + "14": 30, + "15": 13, + "16": 14, + "17": 8, + "18": 20, + "19": 14, + "20": 4, + "21": 9, + "22": 20, + "23": 11, + "24": 17, + "25": 12, + "26": 7, + "27": 18, + "28": 14, + "29": 15, + "30": 20, + "31": 13, + "32": 5, + "33": 13, + "34": 20, + "35": 18, + "36": 17, + "37": 9, + "38": 14, + "39": 12, + "40": 16, + "41": 12, + "42": 10, + "43": 17, + "44": 13, + "45": 10, + "front": 0 + }, + "15": { + "1": 5, + "2": 15, + "3": 21, + "4": 11, + "5": 11, + "6": 11, + "7": 8, + "8": 12, + "9": 12, + "10": 9, + "11": 12, + "12": 7, + "13": 11, + "14": 17, + "15": 14, + "16": 9, + "17": 5, + "18": 14, + "19": 7, + "20": 10, + "21": 6, + "22": 13, + "23": 15, + "24": 24, + "25": 23, + "26": 12, + "27": 10, + "28": 13, + "29": 12, + "30": 18, + "31": 13, + "32": 10, + "33": 13, + "34": 9, + "35": 14, + "36": 16, + "37": 5, + "38": 19, + "39": 22, + "40": 9, + "41": 14, + "front": 0 + }, + "16": { + "1": 17, + "2": 14, + "3": 21, + "4": 5, + "5": 23, + "6": 8, + "7": 20, + "8": 8, + "9": 21, + "10": 11, + "11": 13, + "12": 10, + "13": 14, + "14": 19, + "15": 20, + "16": 14, + "17": 18, + "18": 15, + "19": 16, + "20": 7, + "21": 7, + "22": 16, + "23": 5, + "24": 10, + "25": 10, + "26": 20, + "27": 16, + "28": 15, + "29": 14, + "30": 24, + "31": 11, + "32": 16, + "33": 13, + "34": 11, + "35": 11, + "36": 5, + "37": 17, + "38": 20, + "39": 12, + "40": 28, + "41": 16, + "42": 17, + "43": 7, + "44": 5, + "45": 10, + "46": 27, + "47": 19, + "48": 7, + "49": 13, + "50": 10, + "front": 0 + }, + "17": { + "1": 5, + "2": 24, + "3": 13, + "4": 9, + "5": 17, + "6": 24, + "7": 8, + "8": 19, + "9": 15, + "10": 19, + "11": 8, + "12": 11, + "13": 10, + "front": 0 + }, + "18": { + "1": 20, + "2": 18, + "3": 19, + "4": 14, + "5": 14, + "6": 18, + "7": 20, + "8": 21, + "9": 23, + "10": 10, + "11": 20, + "12": 13, + "13": 13, + "14": 5, + "15": 23, + "16": 13, + "17": 25, + "18": 9, + "19": 24, + "20": 18, + "21": 17, + "22": 11, + "23": 19, + "24": 22, + "25": 5, + "26": 24, + "27": 9, + "28": 20, + "29": 12, + "30": 12, + "31": 14, + "32": 16, + "front": 0 + }, + "19": { + "1": 7, + "2": 25, + "3": 13, + "4": 14, + "5": 13, + "6": 12, + "7": 14, + "8": 11, + "9": 20, + "10": 18, + "11": 8, + "12": 17, + "13": 28, + "14": 16, + "15": 10, + "16": 18, + "17": 11, + "18": 26, + "19": 17, + "20": 22, + "21": 15, + "22": 11, + "front": 0 + }, + "20": { + "1": 17, + "2": 9, + "3": 12, + "4": 12, + "5": 18, + "6": 16, + "7": 5, + "8": 25, + "9": 8, + "10": 19, + "11": 15, + "12": 25, + "13": 11, + "14": 18, + "15": 11, + "16": 15, + "17": 22, + "18": 10, + "19": 18, + "20": 10, + "21": 10, + "22": 9, + "23": 13, + "24": 20, + "25": 10, + "26": 13, + "27": 12, + "28": 21, + "29": 14, + "front": 0 + }, + "21": { + "1": 16, + "2": 15, + "3": 15, + "4": 14, + "5": 18, + "6": 13, + "7": 21, + "8": 17, + "9": 18, + "10": 5, + "11": 12, + "12": 5, + "13": 18, + "14": 12, + "15": 9, + "16": 14, + "17": 10, + "18": 10, + "19": 4, + "20": 11, + "21": 8, + "22": 17, + "23": 20, + "24": 18, + "25": 14, + "26": 19, + "27": 10, + "28": 13, + "29": 14, + "30": 11, + "31": 4, + "32": 12, + "33": 14, + "34": 26, + "35": 15, + "front": 0 + }, + "22": { + "1": 9, + "2": 10, + "3": 13, + "4": 23, + "5": 28, + "6": 28, + "7": 14, + "8": 17, + "9": 9, + "10": 11, + "11": 18, + "12": 14, + "13": 16, + "14": 11, + "15": 8, + "16": 15, + "17": 16, + "18": 25, + "19": 13, + "20": 23, + "21": 10, + "22": 19, + "23": 22, + "24": 9, + "25": 16, + "26": 13, + "27": 15, + "28": 15, + "29": 13, + "30": 21, + "31": 17, + "32": 20, + "33": 17, + "34": 20, + "35": 21, + "36": 17, + "37": 18, + "38": 19, + "39": 7, + "40": 9, + "41": 13, + "front": 0 + }, + "23": { + "1": 16, + "2": 11, + "3": 18, + "4": 14, + "5": 11, + "6": 10, + "7": 18, + "8": 10, + "9": 13, + "10": 15, + "11": 13, + "12": 11, + "13": 21, + "14": 13, + "15": 10, + "16": 13, + "17": 15, + "18": 10, + "19": 14, + "20": 6, + "21": 14, + "22": 6, + "23": 14, + "24": 14, + "25": 12, + "26": 15, + "27": 17, + "28": 10, + "29": 16, + "30": 9, + "front": 0 + }, + "24": { + "1": 19, + "2": 13, + "3": 11, + "4": 11, + "5": 6, + "6": 11, + "7": 11, + "8": 13, + "9": 10, + "10": 21, + "11": 12, + "12": 13, + "13": 24, + "14": 13, + "15": 11, + "16": 13, + "17": 19, + "18": 10, + "19": 5, + "20": 12, + "21": 11, + "22": 9, + "23": 8, + "24": 11, + "25": 9, + "front": 0 + }, + "25": { + "1": 9, + "2": 8, + "3": 8, + "4": 19, + "5": 11, + "6": 22, + "7": 13, + "8": 21, + "9": 6, + "10": 5, + "11": 22, + "12": 8, + "13": 15, + "14": 15, + "15": 13, + "16": 5, + "17": 5, + "18": 24, + "front": 0 + }, + "26": { + "1": 13, + "2": 17, + "3": 11, + "4": 14, + "5": 11, + "6": 6, + "7": 11, + "8": 3, + "9": 21, + "10": 18, + "11": 4, + "12": 12, + "13": 6, + "14": 7, + "15": 12, + "16": 6, + "17": 6, + "18": 9, + "19": 9, + "20": 13, + "21": 9, + "22": 9, + "23": 9, + "24": 6, + "25": 9, + "26": 12, + "27": 8, + "28": 5, + "29": 12, + "30": 9, + "31": 6, + "32": 6, + "33": 18, + "34": 9, + "35": 13, + "36": 6, + "37": 14, + "38": 12, + "39": 6, + "40": 10, + "41": 10, + "42": 11, + "43": 9, + "44": 12, + "45": 8, + "46": 4, + "47": 10, + "48": 9, + "49": 6, + "50": 10, + "51": 11, + "52": 5, + "53": 6, + "54": 11, + "55": 9, + "56": 8, + "57": 13, + "58": 17, + "59": 20, + "60": 10, + "61": 8, + "62": 24, + "63": 15, + "64": 15, + "65": 19, + "front": 0 + }, + "27": { + "1": 23, + "2": 14, + "3": 20, + "4": 16, + "5": 6, + "6": 5, + "7": 17, + "8": 15, + "9": 8, + "10": 9, + "11": 23, + "12": 16, + "13": 11, + "14": 16, + "15": 5, + "16": 9, + "17": 19, + "18": 18, + "19": 11, + "20": 9, + "21": 23, + "22": 16, + "23": 10, + "front": 0 + }, + "28": { + "1": 5, + "2": 16, + "3": 15, + "4": 11, + "5": 9, + "6": 9, + "7": 10, + "8": 14, + "9": 14, + "10": 7, + "11": 16, + "12": 16, + "13": 13, + "14": 18, + "15": 10, + "16": 8, + "17": 10, + "18": 9, + "19": 17, + "20": 11, + "21": 7, + "22": 5, + "23": 9, + "24": 15, + "25": 11, + "26": 16, + "27": 15, + "28": 12, + "29": 6, + "30": 5, + "31": 9, + "front": 0 + }, + "29": { + "1": 17, + "2": 16, + "3": 10, + "4": 6, + "5": 6, + "6": 13, + "7": 15, + "8": 18, + "9": 11, + "10": 6, + "11": 11, + "12": 19, + "13": 20, + "14": 17, + "15": 7, + "16": 9, + "17": 15, + "18": 7, + "19": 9, + "20": 13, + "21": 7, + "22": 8, + "23": 12, + "24": 7, + "25": 9, + "26": 12, + "27": 7, + "28": 8, + "29": 12, + "30": 7, + "31": 8, + "32": 12, + "33": 7, + "34": 8, + "35": 10, + "36": 15, + "37": 7, + "38": 8, + "39": 11, + "40": 11, + "front": 0 + }, + "30": { + "1": 13, + "2": 19, + "3": 10, + "4": 22, + "5": 22, + "6": 13, + "7": 14, + "8": 21, + "9": 10, + "10": 10, + "11": 17, + "12": 20, + "13": 11, + "14": 25, + "15": 9, + "16": 16, + "front": 0 + }, + "31": { + "1": 5, + "2": 10, + "3": 16, + "4": 9, + "5": 10, + "6": 18, + "7": 11, + "8": 25, + "9": 18, + "10": 9, + "11": 9, + "12": 25, + "13": 11, + "14": 12, + "15": 6, + "16": 17, + "17": 12, + "18": 10, + "19": 19, + "20": 12, + "21": 16, + "22": 13, + "23": 19, + "24": 9, + "25": 5, + "26": 13, + "27": 11, + "28": 20, + "29": 7, + "30": 25, + "31": 9, + "32": 16, + "33": 4, + "34": 4, + "35": 14, + "36": 16, + "37": 9, + "38": 8, + "39": 9, + "40": 10, + "41": 13, + "42": 9, + "43": 14, + "44": 4, + "45": 5, + "46": 5, + "47": 26, + "48": 11, + "49": 15, + "50": 19, + "51": 10, + "52": 20, + "53": 5, + "54": 20, + "front": 0 + }, + "32": { + "1": 20, + "2": 15, + "3": 9, + "4": 12, + "5": 15, + "6": 12, + "7": 13, + "8": 10, + "9": 20, + "10": 7, + "11": 20, + "12": 12, + "13": 16, + "14": 15, + "15": 11, + "16": 10, + "17": 19, + "18": 10, + "19": 14, + "20": 13, + "21": 13, + "22": 17, + "23": 12, + "24": 9, + "25": 13, + "26": 9, + "27": 11, + "28": 16, + "29": 26, + "30": 9, + "31": 14, + "32": 12, + "33": 28, + "34": 9, + "35": 6, + "36": 10, + "37": 9, + "38": 16, + "39": 12, + "40": 9, + "41": 11, + "42": 11, + "front": 0 + }, + "33": { + "1": 12, + "2": 11, + "3": 19, + "4": 13, + "5": 6, + "6": 7, + "7": 14, + "8": 15, + "9": 13, + "10": 6, + "11": 6, + "12": 5, + "13": 4, + "14": 10, + "15": 5, + "16": 6, + "17": 5, + "18": 4, + "19": 5, + "20": 5, + "21": 4, + "22": 4, + "23": 5, + "24": 5, + "25": 4, + "26": 4, + "27": 4, + "28": 4, + "29": 4, + "30": 4, + "31": 5, + "32": 6, + "33": 5, + "34": 4, + "35": 5, + "36": 8, + "37": 8, + "38": 22, + "39": 9, + "40": 12, + "41": 5, + "42": 4, + "43": 4, + "44": 7, + "45": 5, + "46": 6, + "47": 8, + "48": 9, + "49": 10, + "50": 10, + "51": 14, + "52": 19, + "53": 12, + "54": 24, + "55": 23, + "56": 7, + "front": 0 + }, + "34": { + "1": 5, + "2": 21, + "3": 17, + "4": 18, + "5": 8, + "6": 12, + "7": 12, + "8": 9, + "9": 12, + "10": 7, + "11": 14, + "12": 13, + "13": 20, + "14": 17, + "15": 11, + "16": 5, + "17": 13, + "18": 9, + "19": 8, + "20": 6, + "21": 5, + "22": 7, + "23": 9, + "24": 7, + "25": 7, + "26": 7, + "27": 7, + "28": 7, + "29": 10, + "front": 0 + }, + "35": { + "1": 10, + "2": 15, + "3": 10, + "4": 11, + "5": 30, + "6": 19, + "7": 11, + "8": 20, + "9": 5, + "10": 13, + "11": 13, + "12": 13, + "13": 8, + "14": 15, + "15": 16, + "16": 10, + "17": 13, + "18": 14, + "19": 10, + "20": 8, + "21": 17, + "22": 12, + "23": 18, + "24": 10, + "25": 27, + "26": 11, + "27": 16, + "28": 17, + "29": 8, + "30": 14, + "31": 12, + "32": 13, + "33": 24, + "34": 19, + "front": 0 + }, + "36": { + "1": 22, + "2": 21, + "3": 21, + "4": 18, + "5": 14, + "6": 18, + "7": 16, + "8": 20, + "9": 13, + "10": 9, + "11": 11, + "12": 13, + "13": 16, + "front": 0 + } + }, + "deu": { + "1": { + "1": 22, + "2": 10, + "3": 19, + "4": 17, + "5": 11, + "6": 11, + "7": 23, + "8": 20, + "9": 10, + "10": 9, + "11": 13, + "12": 6, + "13": 9, + "14": 8, + "15": 21, + "16": 17, + "17": 22, + "18": 9, + "19": 23, + "20": 11, + "21": 19, + "22": 24, + "23": 11, + "24": 9, + "25": 17, + "26": 8, + "27": 14, + "28": 21, + "29": 7, + "30": 13, + "31": 21, + "32": 6, + "33": 16, + "34": 8, + "35": 15, + "36": 19, + "37": 11, + "38": 15, + "39": 19, + "40": 8, + "41": 21, + "42": 16, + "43": 11, + "44": 16, + "45": 11, + "46": 7, + "front": 0 + }, + "2": { + "1": 16, + "2": 4, + "3": 9, + "4": 16, + "5": 19, + "6": 11, + "7": 22, + "8": 17, + "9": 24, + "10": 9, + "11": 9, + "12": 20, + "13": 11, + "14": 26, + "15": 10, + "16": 9, + "17": 4, + "18": 8, + "19": 22, + "20": 13, + "21": 11, + "22": 17, + "23": 11, + "24": 21, + "25": 18, + "26": 11, + "27": 9, + "28": 12, + "29": 22, + "30": 21, + "31": 16, + "32": 8, + "33": 11, + "34": 16, + "35": 8, + "36": 23, + "37": 18, + "front": 0 + }, + "3": { + "1": 14, + "2": 25, + "3": 18, + "4": 21, + "5": 13, + "6": 13, + "7": 6, + "8": 17, + "9": 8, + "10": 14, + "11": 25, + "12": 18, + "13": 19, + "14": 23, + "15": 4, + "16": 17, + "17": 13, + "18": 22, + "19": 14, + "20": 24, + "21": 26, + "22": 8, + "23": 6, + "24": 21, + "25": 13, + "26": 19, + "27": 17, + "28": 18, + "29": 5, + "front": 0 + }, + "4": { + "1": 24, + "2": 20, + "3": 20, + "4": 7, + "5": 18, + "6": 22, + "7": 14, + "8": 16, + "9": 23, + "10": 31, + "11": 13, + "12": 14, + "13": 15, + "14": 17, + "15": 15, + "16": 12, + "17": 12, + "18": 11, + "19": 28, + "20": 14, + "21": 21, + "22": 16, + "23": 20, + "24": 8, + "25": 18, + "26": 27, + "27": 13, + "28": 17, + "29": 12, + "30": 14, + "31": 17, + "32": 28, + "33": 11, + "34": 27, + "35": 10, + "36": 16, + "37": 13, + "38": 14, + "39": 16, + "40": 26, + "41": 9, + "42": 22, + "43": 14, + "44": 8, + "45": 12, + "46": 20, + "47": 16, + "48": 11, + "49": 11, + "front": 0 + }, + "5": { + "1": 22, + "2": 6, + "3": 16, + "4": 8, + "5": 20, + "6": 9, + "7": 7, + "8": 16, + "9": 21, + "10": 6, + "11": 17, + "12": 9, + "13": 6, + "14": 26, + "15": 23, + "16": 22, + "17": 2, + "18": 2, + "19": 2, + "20": 5, + "21": 16, + "22": 24, + "23": 15, + "24": 23, + "25": 18, + "26": 14, + "27": 21, + "28": 23, + "29": 19, + "30": 6, + "31": 20, + "32": 11, + "33": 17, + "front": 0 + }, + "6": { + "1": 17, + "2": 23, + "3": 20, + "4": 6, + "5": 10, + "6": 9, + "7": 10, + "8": 8, + "9": 5, + "10": 21, + "11": 19, + "12": 12, + "13": 8, + "14": 9, + "15": 16, + "16": 8, + "17": 10, + "18": 17, + "19": 8, + "20": 14, + "21": 11, + "22": 11, + "23": 13, + "24": 18, + "25": 15, + "front": 0 + }, + "7": { + "1": 27, + "2": 14, + "3": 11, + "4": 14, + "5": 14, + "6": 20, + "7": 14, + "8": 22, + "9": 16, + "10": 12, + "11": 12, + "12": 20, + "13": 22, + "14": 10, + "15": 17, + "16": 21, + "17": 10, + "18": 13, + "19": 25, + "20": 12, + "21": 10, + "22": 18, + "23": 9, + "24": 15, + "25": 19, + "26": 15, + "front": 0 + }, + "8": { + "1": 19, + "2": 23, + "3": 28, + "4": 10, + "5": 12, + "6": 9, + "7": 15, + "8": 10, + "9": 18, + "10": 12, + "11": 16, + "12": 7, + "13": 11, + "14": 11, + "15": 16, + "16": 13, + "17": 10, + "18": 20, + "19": 20, + "20": 13, + "front": 0 + }, + "9": { + "1": 17, + "2": 15, + "3": 22, + "4": 22, + "5": 28, + "6": 18, + "7": 25, + "8": 9, + "9": 23, + "10": 22, + "11": 15, + "12": 22, + "13": 13, + "14": 14, + "15": 13, + "16": 17, + "17": 9, + "18": 24, + "19": 17, + "20": 11, + "21": 26, + "22": 8, + "23": 24, + "24": 7, + "25": 16, + "26": 18, + "27": 15, + "28": 20, + "29": 9, + "front": 0 + }, + "10": { + "1": 18, + "2": 14, + "3": 14, + "4": 20, + "5": 15, + "6": 16, + "7": 9, + "8": 21, + "9": 17, + "10": 19, + "11": 17, + "12": 26, + "13": 12, + "14": 10, + "15": 14, + "16": 8, + "17": 19, + "18": 10, + "19": 8, + "20": 10, + "21": 15, + "22": 12, + "front": 0 + }, + "11": { + "1": 11, + "2": 23, + "3": 13, + "4": 21, + "5": 9, + "6": 26, + "7": 10, + "8": 19, + "9": 16, + "10": 22, + "11": 13, + "12": 16, + "13": 20, + "14": 10, + "15": 6, + "16": 11, + "17": 24, + "18": 17, + "19": 12, + "20": 5, + "21": 17, + "22": 22, + "23": 12, + "24": 21, + "25": 19, + "26": 7, + "27": 13, + "28": 23, + "29": 23, + "30": 17, + "31": 18, + "32": 12, + "front": 0 + }, + "12": { + "1": 21, + "2": 24, + "3": 18, + "4": 5, + "5": 18, + "6": 14, + "7": 15, + "8": 12, + "9": 14, + "10": 17, + "11": 29, + "12": 18, + "13": 9, + "14": 17, + "15": 20, + "16": 8, + "17": 18, + "18": 27, + "19": 10, + "20": 22, + "21": 25, + "22": 13, + "23": 14, + "24": 6, + "25": 12, + "26": 13, + "27": 17, + "28": 23, + "29": 17, + "30": 22, + "31": 22, + "32": 16, + "front": 0 + }, + "13": { + "1": 12, + "2": 15, + "3": 26, + "4": 15, + "5": 32, + "6": 27, + "7": 14, + "8": 15, + "9": 12, + "10": 14, + "11": 11, + "12": 12, + "13": 17, + "14": 12, + "15": 18, + "16": 23, + "17": 19, + "18": 18, + "front": 0 + }, + "14": { + "1": 12, + "2": 19, + "3": 4, + "4": 9, + "5": 7, + "6": 13, + "7": 26, + "8": 17, + "9": 12, + "10": 11, + "11": 4, + "12": 8, + "13": 5, + "14": 4, + "15": 10, + "16": 5, + "17": 5, + "18": 5, + "19": 8, + "20": 4, + "21": 23, + "22": 10, + "23": 25, + "24": 23, + "25": 13, + "26": 22, + "27": 11, + "28": 12, + "29": 24, + "front": 0 + }, + "15": { + "1": 5, + "2": 21, + "3": 10, + "4": 18, + "5": 17, + "6": 19, + "7": 24, + "8": 13, + "9": 28, + "10": 20, + "11": 19, + "12": 15, + "13": 7, + "14": 12, + "15": 17, + "16": 15, + "17": 14, + "18": 20, + "19": 18, + "20": 12, + "21": 14, + "22": 7, + "23": 9, + "front": 0 + }, + "16": { + "1": 16, + "2": 13, + "3": 26, + "4": 18, + "5": 12, + "6": 20, + "7": 12, + "8": 12, + "9": 11, + "10": 14, + "11": 25, + "12": 10, + "13": 9, + "14": 13, + "15": 21, + "16": 25, + "17": 9, + "18": 17, + "19": 17, + "20": 13, + "21": 13, + "22": 8, + "front": 0 + }, + "17": { + "1": 18, + "2": 22, + "3": 16, + "4": 13, + "5": 24, + "6": 15, + "7": 13, + "8": 26, + "9": 16, + "10": 18, + "11": 20, + "12": 23, + "13": 7, + "14": 20, + "15": 24, + "16": 22, + "17": 13, + "18": 16, + "19": 23, + "20": 19, + "front": 0 + }, + "18": { + "1": 15, + "2": 12, + "3": 18, + "4": 9, + "5": 15, + "6": 20, + "7": 11, + "8": 7, + "9": 16, + "10": 12, + "11": 8, + "12": 14, + "13": 5, + "14": 19, + "15": 10, + "16": 26, + "17": 6, + "18": 15, + "19": 13, + "20": 20, + "21": 11, + "22": 22, + "front": 0 + }, + "19": { + "1": 17, + "2": 12, + "3": 16, + "4": 19, + "5": 27, + "6": 26, + "7": 9, + "8": 18, + "9": 27, + "10": 15, + "11": 17, + "12": 12, + "13": 10, + "14": 17, + "15": 24, + "16": 8, + "17": 15, + "18": 10, + "19": 9, + "20": 11, + "21": 13, + "front": 0 + }, + "20": { + "1": 21, + "2": 9, + "3": 20, + "4": 11, + "5": 22, + "6": 16, + "7": 16, + "8": 20, + "9": 11, + "10": 9, + "11": 15, + "12": 9, + "13": 10, + "14": 21, + "15": 13, + "16": 14, + "17": 13, + "18": 14, + "19": 29, + "20": 23, + "front": 0 + }, + "21": { + "1": 16, + "2": 9, + "3": 19, + "4": 20, + "5": 20, + "6": 14, + "7": 11, + "8": 16, + "9": 10, + "10": 11, + "11": 10, + "12": 10, + "13": 22, + "14": 17, + "15": 18, + "16": 20, + "17": 21, + "18": 17, + "19": 12, + "20": 13, + "21": 13, + "22": 11, + "23": 24, + "front": 0 + }, + "22": { + "1": 14, + "2": 19, + "3": 18, + "4": 14, + "5": 18, + "6": 26, + "7": 13, + "8": 15, + "9": 12, + "10": 5, + "11": 6, + "12": 10, + "13": 7, + "14": 19, + "15": 12, + "16": 12, + "17": 18, + "18": 8, + "19": 22, + "20": 9, + "21": 22, + "22": 19, + "23": 11, + "24": 31, + "25": 18, + "26": 19, + "27": 9, + "28": 12, + "29": 19, + "30": 10, + "front": 0 + }, + "23": { + "1": 8, + "2": 13, + "3": 16, + "4": 22, + "5": 18, + "6": 7, + "7": 13, + "8": 10, + "9": 9, + "10": 19, + "11": 11, + "12": 8, + "13": 14, + "14": 20, + "15": 10, + "16": 12, + "17": 10, + "18": 17, + "19": 12, + "20": 19, + "21": 17, + "22": 7, + "23": 12, + "24": 12, + "25": 13, + "front": 0 + }, + "24": { + "1": 24, + "2": 6, + "3": 20, + "4": 29, + "5": 23, + "6": 8, + "7": 17, + "8": 16, + "9": 10, + "10": 11, + "11": 12, + "12": 7, + "13": 16, + "14": 11, + "15": 23, + "16": 13, + "17": 9, + "18": 17, + "19": 21, + "20": 10, + "21": 10, + "22": 14, + "front": 0 + }, + "25": { + "1": 15, + "2": 12, + "3": 14, + "4": 4, + "5": 24, + "6": 13, + "7": 22, + "8": 11, + "9": 22, + "10": 6, + "11": 18, + "12": 6, + "13": 8, + "14": 8, + "15": 20, + "16": 10, + "17": 9, + "18": 14, + "19": 24, + "front": 0 + }, + "26": { + "1": 14, + "2": 25, + "3": 23, + "4": 9, + "5": 20, + "6": 8, + "7": 16, + "8": 11, + "9": 13, + "10": 19, + "11": 14, + "12": 19, + "13": 23, + "14": 20, + "15": 22, + "16": 18, + "17": 15, + "18": 13, + "19": 17, + "front": 0 + }, + "27": { + "1": 16, + "2": 20, + "3": 28, + "4": 18, + "5": 11, + "6": 12, + "7": 8, + "8": 10, + "9": 17, + "10": 13, + "11": 7, + "12": 17, + "13": 12, + "14": 9, + "15": 18, + "16": 8, + "17": 8, + "18": 8, + "19": 10, + "20": 13, + "21": 9, + "22": 13, + "23": 8, + "24": 8, + "25": 11, + "26": 14, + "front": 0 + }, + "28": { + "1": 24, + "2": 11, + "3": 6, + "4": 11, + "5": 3, + "6": 6, + "7": 16, + "8": 16, + "9": 16, + "10": 11, + "11": 17, + "12": 23, + "13": 23, + "14": 16, + "15": 23, + "16": 6, + "17": 3, + "18": 9, + "19": 6, + "20": 24, + "21": 15, + "22": 12, + "23": 10, + "24": 13, + "25": 18, + "26": 10, + "27": 11, + "28": 6, + "29": 19, + "30": 14, + "31": 18, + "32": 14, + "33": 15, + "34": 6, + "35": 16, + "36": 21, + "37": 10, + "38": 9, + "39": 11, + "40": 11, + "41": 9, + "42": 6, + "43": 11, + "44": 11, + "45": 20, + "46": 7, + "47": 12, + "48": 20, + "49": 15, + "50": 11, + "51": 21, + "52": 26, + "53": 17, + "54": 14, + "55": 19, + "56": 19, + "57": 19, + "58": 21, + "59": 13, + "60": 11, + "61": 16, + "62": 15, + "63": 25, + "64": 20, + "65": 19, + "66": 11, + "67": 18, + "68": 19, + "front": 0 + }, + "29": { + "1": 20, + "2": 22, + "3": 9, + "4": 13, + "5": 14, + "6": 13, + "7": 14, + "8": 10, + "9": 13, + "10": 14, + "11": 11, + "12": 11, + "13": 19, + "14": 11, + "15": 17, + "16": 15, + "17": 11, + "18": 30, + "19": 21, + "20": 26, + "21": 13, + "22": 23, + "23": 24, + "24": 15, + "25": 16, + "26": 13, + "27": 13, + "28": 14, + "29": 14, + "front": 0 + }, + "30": { + "1": 22, + "2": 17, + "3": 15, + "4": 11, + "5": 12, + "6": 18, + "7": 13, + "8": 13, + "9": 23, + "10": 21, + "11": 14, + "12": 13, + "13": 16, + "14": 8, + "15": 12, + "16": 25, + "17": 10, + "18": 19, + "19": 19, + "20": 25, + "front": 0 + }, + "31": { + "1": 9, + "2": 21, + "3": 19, + "4": 13, + "5": 10, + "6": 17, + "7": 27, + "8": 15, + "9": 19, + "10": 12, + "11": 19, + "12": 24, + "13": 24, + "14": 21, + "15": 11, + "16": 28, + "17": 27, + "18": 16, + "19": 20, + "20": 22, + "21": 31, + "22": 11, + "23": 22, + "24": 12, + "25": 9, + "26": 16, + "27": 21, + "28": 18, + "29": 27, + "30": 12, + "front": 0 + }, + "32": { + "1": 7, + "2": 12, + "3": 7, + "4": 14, + "5": 8, + "6": 15, + "7": 13, + "8": 12, + "9": 7, + "10": 11, + "11": 12, + "12": 7, + "13": 13, + "14": 19, + "15": 12, + "16": 4, + "17": 13, + "18": 6, + "19": 6, + "20": 15, + "21": 13, + "22": 14, + "23": 6, + "24": 14, + "25": 13, + "26": 5, + "27": 16, + "28": 8, + "29": 6, + "30": 14, + "31": 6, + "32": 12, + "33": 6, + "34": 6, + "35": 13, + "36": 15, + "37": 6, + "38": 12, + "39": 18, + "40": 9, + "41": 12, + "42": 12, + "43": 13, + "44": 14, + "45": 10, + "46": 22, + "47": 22, + "48": 8, + "49": 24, + "50": 18, + "51": 20, + "52": 15, + "front": 0 + }, + "33": { + "1": 12, + "2": 16, + "3": 11, + "4": 7, + "5": 9, + "6": 7, + "7": 16, + "8": 13, + "9": 18, + "10": 11, + "11": 12, + "12": 14, + "13": 11, + "14": 6, + "15": 6, + "16": 12, + "17": 19, + "18": 7, + "19": 14, + "20": 11, + "21": 17, + "22": 8, + "23": 11, + "24": 11, + "25": 5, + "26": 8, + "27": 11, + "28": 14, + "29": 19, + "front": 0 + }, + "34": { + "1": 22, + "2": 14, + "3": 10, + "4": 18, + "5": 10, + "6": 16, + "7": 12, + "8": 14, + "9": 22, + "10": 12, + "11": 14, + "12": 12, + "front": 0 + } + }, + "jos": { + "1": { + "1": 15, + "2": 21, + "3": 13, + "4": 18, + "5": 17, + "6": 15, + "7": 22, + "8": 23, + "9": 15, + "10": 6, + "11": 29, + "12": 8, + "13": 19, + "14": 21, + "15": 31, + "16": 13, + "17": 17, + "18": 17, + "front": 0 + }, + "2": { + "1": 26, + "2": 14, + "3": 19, + "4": 15, + "5": 16, + "6": 10, + "7": 14, + "8": 8, + "9": 20, + "10": 26, + "11": 19, + "12": 20, + "13": 17, + "14": 22, + "15": 11, + "16": 18, + "17": 9, + "18": 27, + "19": 22, + "20": 10, + "21": 11, + "22": 16, + "23": 17, + "24": 16, + "front": 0 + }, + "3": { + "1": 16, + "2": 8, + "3": 19, + "4": 25, + "5": 11, + "6": 19, + "7": 20, + "8": 15, + "9": 12, + "10": 23, + "11": 9, + "12": 13, + "13": 22, + "14": 13, + "15": 20, + "16": 26, + "17": 22, + "front": 0 + }, + "4": { + "1": 13, + "2": 12, + "3": 25, + "4": 15, + "5": 22, + "6": 14, + "7": 23, + "8": 28, + "9": 19, + "10": 27, + "11": 12, + "12": 16, + "13": 11, + "14": 18, + "15": 5, + "16": 9, + "17": 8, + "18": 25, + "19": 12, + "20": 12, + "21": 15, + "22": 10, + "23": 21, + "24": 18, + "front": 0 + }, + "5": { + "1": 37, + "2": 16, + "3": 12, + "4": 18, + "5": 15, + "6": 38, + "7": 15, + "8": 11, + "9": 18, + "10": 14, + "11": 10, + "12": 18, + "13": 23, + "14": 22, + "15": 21, + "front": 0 + }, + "6": { + "1": 10, + "2": 13, + "3": 15, + "4": 18, + "5": 21, + "6": 21, + "7": 12, + "8": 21, + "9": 13, + "10": 21, + "11": 12, + "12": 8, + "13": 24, + "14": 13, + "15": 21, + "16": 17, + "17": 23, + "18": 17, + "19": 12, + "20": 25, + "21": 17, + "22": 22, + "23": 24, + "24": 16, + "25": 28, + "26": 22, + "27": 8, + "front": 0 + }, + "7": { + "1": 22, + "2": 24, + "3": 28, + "4": 11, + "5": 19, + "6": 19, + "7": 23, + "8": 11, + "9": 16, + "10": 12, + "11": 20, + "12": 23, + "13": 25, + "14": 22, + "15": 19, + "16": 10, + "17": 15, + "18": 14, + "19": 22, + "20": 14, + "21": 24, + "22": 10, + "23": 13, + "24": 36, + "25": 19, + "26": 23, + "front": 0 + }, + "8": { + "1": 29, + "2": 17, + "3": 16, + "4": 17, + "5": 16, + "6": 15, + "7": 10, + "8": 14, + "9": 19, + "10": 13, + "11": 17, + "12": 14, + "13": 18, + "14": 26, + "15": 8, + "16": 13, + "17": 18, + "18": 20, + "19": 15, + "20": 23, + "21": 18, + "22": 20, + "23": 9, + "24": 27, + "25": 14, + "26": 14, + "27": 14, + "28": 11, + "29": 32, + "30": 9, + "31": 26, + "32": 13, + "33": 38, + "34": 13, + "35": 20, + "front": 0 + }, + "9": { + "1": 22, + "2": 9, + "3": 9, + "4": 15, + "5": 13, + "6": 18, + "7": 13, + "8": 12, + "9": 18, + "10": 18, + "11": 21, + "12": 15, + "13": 15, + "14": 8, + "15": 12, + "16": 17, + "17": 14, + "18": 17, + "19": 17, + "20": 14, + "21": 15, + "22": 17, + "23": 13, + "24": 35, + "25": 9, + "26": 10, + "27": 18, + "front": 0 + }, + "10": { + "1": 28, + "2": 17, + "3": 22, + "4": 13, + "5": 23, + "6": 27, + "7": 12, + "8": 15, + "9": 9, + "10": 18, + "11": 28, + "12": 21, + "13": 23, + "14": 14, + "15": 8, + "16": 7, + "17": 9, + "18": 12, + "19": 18, + "20": 18, + "21": 16, + "22": 14, + "23": 25, + "24": 34, + "25": 19, + "26": 15, + "27": 25, + "28": 28, + "29": 10, + "30": 26, + "31": 11, + "32": 21, + "33": 17, + "34": 11, + "35": 18, + "36": 9, + "37": 28, + "38": 8, + "39": 29, + "40": 24, + "41": 12, + "42": 16, + "43": 8, + "front": 0 + }, + "11": { + "1": 16, + "2": 12, + "3": 13, + "4": 17, + "5": 13, + "6": 25, + "7": 13, + "8": 22, + "9": 14, + "10": 19, + "11": 17, + "12": 20, + "13": 15, + "14": 23, + "15": 23, + "16": 22, + "17": 19, + "18": 9, + "19": 16, + "20": 25, + "21": 25, + "22": 11, + "23": 20, + "front": 0 + }, + "12": { + "1": 22, + "2": 22, + "3": 18, + "4": 9, + "5": 16, + "6": 16, + "7": 26, + "8": 12, + "9": 10, + "10": 6, + "11": 6, + "12": 6, + "13": 6, + "14": 6, + "15": 6, + "16": 7, + "17": 6, + "18": 6, + "19": 6, + "20": 7, + "21": 6, + "22": 7, + "23": 9, + "24": 7, + "front": 0 + }, + "13": { + "1": 16, + "2": 8, + "3": 21, + "4": 12, + "5": 14, + "6": 21, + "7": 11, + "8": 18, + "9": 15, + "10": 12, + "11": 11, + "12": 15, + "13": 16, + "14": 15, + "15": 6, + "16": 17, + "17": 11, + "18": 3, + "19": 6, + "20": 6, + "21": 32, + "22": 11, + "23": 13, + "24": 7, + "25": 17, + "26": 9, + "27": 21, + "28": 7, + "29": 11, + "30": 17, + "31": 16, + "32": 10, + "33": 14, + "front": 0 + }, + "14": { + "1": 20, + "2": 11, + "3": 15, + "4": 20, + "5": 12, + "6": 29, + "7": 20, + "8": 13, + "9": 23, + "10": 31, + "11": 15, + "12": 29, + "13": 9, + "14": 19, + "15": 12, + "front": 0 + }, + "15": { + "1": 14, + "2": 11, + "3": 17, + "4": 14, + "5": 14, + "6": 14, + "7": 27, + "8": 27, + "9": 19, + "10": 20, + "11": 18, + "12": 11, + "13": 19, + "14": 15, + "15": 10, + "16": 14, + "17": 12, + "18": 15, + "19": 20, + "20": 6, + "21": 13, + "22": 3, + "23": 3, + "24": 3, + "25": 6, + "26": 3, + "27": 5, + "28": 5, + "29": 3, + "30": 3, + "31": 3, + "32": 9, + "33": 4, + "34": 5, + "35": 4, + "36": 8, + "37": 4, + "38": 3, + "39": 3, + "40": 3, + "41": 9, + "42": 3, + "43": 3, + "44": 6, + "45": 3, + "46": 8, + "47": 12, + "48": 4, + "49": 5, + "50": 3, + "51": 7, + "52": 3, + "53": 4, + "54": 9, + "55": 4, + "56": 3, + "57": 6, + "58": 4, + "59": 7, + "60": 9, + "61": 5, + "62": 8, + "63": 18, + "front": 0 + }, + "16": { + "1": 15, + "2": 9, + "3": 15, + "4": 5, + "5": 15, + "6": 14, + "7": 8, + "8": 15, + "9": 11, + "10": 16, + "front": 0 + }, + "17": { + "1": 22, + "2": 24, + "3": 24, + "4": 29, + "5": 11, + "6": 13, + "7": 17, + "8": 10, + "9": 19, + "10": 12, + "11": 25, + "12": 13, + "13": 12, + "14": 23, + "15": 21, + "16": 21, + "17": 19, + "18": 22, + "front": 0 + }, + "18": { + "1": 14, + "2": 10, + "3": 19, + "4": 15, + "5": 15, + "6": 16, + "7": 25, + "8": 25, + "9": 16, + "10": 15, + "11": 15, + "12": 21, + "13": 22, + "14": 28, + "15": 13, + "16": 25, + "17": 17, + "18": 8, + "19": 22, + "20": 12, + "21": 11, + "22": 5, + "23": 3, + "24": 8, + "25": 3, + "26": 3, + "27": 3, + "28": 16, + "front": 0 + }, + "19": { + "1": 14, + "2": 7, + "3": 4, + "4": 3, + "5": 5, + "6": 7, + "7": 7, + "8": 17, + "9": 18, + "10": 11, + "11": 13, + "12": 14, + "13": 12, + "14": 10, + "15": 10, + "16": 8, + "17": 7, + "18": 5, + "19": 3, + "20": 3, + "21": 7, + "22": 14, + "23": 8, + "24": 7, + "25": 6, + "26": 8, + "27": 18, + "28": 7, + "29": 15, + "30": 7, + "31": 9, + "32": 8, + "33": 13, + "34": 18, + "35": 7, + "36": 3, + "37": 4, + "38": 12, + "39": 8, + "40": 7, + "41": 7, + "42": 3, + "43": 3, + "44": 3, + "45": 5, + "46": 7, + "47": 27, + "48": 9, + "49": 13, + "50": 19, + "51": 25, + "front": 0 + }, + "20": { + "1": 5, + "2": 15, + "3": 13, + "4": 25, + "5": 22, + "6": 29, + "7": 17, + "8": 21, + "9": 25, + "front": 0 + }, + "21": { + "1": 17, + "2": 16, + "3": 13, + "4": 20, + "5": 14, + "6": 17, + "7": 12, + "8": 15, + "9": 14, + "10": 12, + "11": 14, + "12": 10, + "13": 16, + "14": 8, + "15": 8, + "16": 19, + "17": 10, + "18": 10, + "19": 9, + "20": 12, + "21": 16, + "22": 11, + "23": 10, + "24": 11, + "25": 14, + "26": 8, + "27": 22, + "28": 10, + "29": 11, + "30": 10, + "31": 10, + "32": 22, + "33": 8, + "34": 16, + "35": 10, + "36": 10, + "37": 10, + "38": 15, + "39": 11, + "40": 13, + "41": 11, + "42": 11, + "43": 13, + "44": 20, + "45": 14, + "front": 0 + }, + "22": { + "1": 8, + "2": 18, + "3": 16, + "4": 24, + "5": 30, + "6": 6, + "7": 21, + "8": 23, + "9": 31, + "10": 22, + "11": 26, + "12": 12, + "13": 21, + "14": 19, + "15": 17, + "16": 22, + "17": 16, + "18": 16, + "19": 31, + "20": 19, + "21": 13, + "22": 20, + "23": 19, + "24": 18, + "25": 23, + "26": 11, + "27": 25, + "28": 26, + "29": 21, + "30": 22, + "31": 32, + "32": 23, + "33": 24, + "34": 13, + "front": 0 + }, + "23": { + "1": 15, + "2": 14, + "3": 18, + "4": 19, + "5": 16, + "6": 15, + "7": 18, + "8": 10, + "9": 14, + "10": 14, + "11": 7, + "12": 17, + "13": 31, + "14": 33, + "15": 32, + "16": 26, + "front": 0 + }, + "24": { + "1": 16, + "2": 23, + "3": 19, + "4": 17, + "5": 14, + "6": 14, + "7": 23, + "8": 18, + "9": 15, + "10": 10, + "11": 20, + "12": 14, + "13": 20, + "14": 20, + "15": 34, + "16": 11, + "17": 30, + "18": 18, + "19": 20, + "20": 16, + "21": 9, + "22": 17, + "23": 14, + "24": 10, + "25": 11, + "26": 18, + "27": 27, + "28": 6, + "29": 14, + "30": 12, + "31": 24, + "32": 26, + "33": 14, + "front": 0 + } + }, + "jdg": { + "1": { + "1": 17, + "2": 9, + "3": 17, + "4": 13, + "5": 12, + "6": 12, + "7": 23, + "8": 13, + "9": 10, + "10": 18, + "11": 10, + "12": 14, + "13": 14, + "14": 15, + "15": 22, + "16": 19, + "17": 17, + "18": 14, + "19": 17, + "20": 13, + "21": 17, + "22": 9, + "23": 9, + "24": 16, + "25": 15, + "26": 14, + "27": 32, + "28": 11, + "29": 11, + "30": 14, + "31": 19, + "32": 9, + "33": 24, + "34": 11, + "35": 13, + "36": 6, + "front": 0 + }, + "2": { + "1": 24, + "2": 15, + "3": 13, + "4": 16, + "5": 8, + "6": 12, + "7": 25, + "8": 10, + "9": 11, + "10": 22, + "11": 10, + "12": 22, + "13": 6, + "14": 19, + "15": 18, + "16": 6, + "17": 25, + "18": 22, + "19": 18, + "20": 19, + "21": 13, + "22": 17, + "23": 12, + "front": 0 + }, + "3": { + "1": 18, + "2": 13, + "3": 16, + "4": 16, + "5": 10, + "6": 12, + "7": 16, + "8": 19, + "9": 19, + "10": 22, + "11": 8, + "12": 22, + "13": 14, + "14": 10, + "15": 27, + "16": 16, + "17": 10, + "18": 11, + "19": 20, + "20": 19, + "21": 13, + "22": 16, + "23": 8, + "24": 17, + "25": 17, + "26": 10, + "27": 14, + "28": 23, + "29": 16, + "30": 11, + "31": 18, + "front": 0 + }, + "4": { + "1": 9, + "2": 16, + "3": 19, + "4": 11, + "5": 17, + "6": 27, + "7": 16, + "8": 13, + "9": 27, + "10": 15, + "11": 16, + "12": 9, + "13": 19, + "14": 26, + "15": 20, + "16": 19, + "17": 19, + "18": 17, + "19": 14, + "20": 16, + "21": 24, + "22": 25, + "23": 11, + "24": 17, + "front": 0 + }, + "5": { + "1": 8, + "2": 7, + "3": 12, + "4": 15, + "5": 10, + "6": 13, + "7": 10, + "8": 13, + "9": 7, + "10": 10, + "11": 16, + "12": 13, + "13": 9, + "14": 15, + "15": 15, + "16": 12, + "17": 15, + "18": 9, + "19": 15, + "20": 8, + "21": 10, + "22": 7, + "23": 16, + "24": 9, + "25": 8, + "26": 13, + "27": 14, + "28": 16, + "29": 8, + "30": 18, + "31": 13, + "front": 0 + }, + "6": { + "1": 12, + "2": 19, + "3": 11, + "4": 16, + "5": 16, + "6": 10, + "7": 10, + "8": 22, + "9": 14, + "10": 17, + "11": 20, + "12": 10, + "13": 30, + "14": 14, + "15": 16, + "16": 11, + "17": 13, + "18": 17, + "19": 20, + "20": 18, + "21": 24, + "22": 20, + "23": 9, + "24": 16, + "25": 27, + "26": 19, + "27": 23, + "28": 19, + "29": 17, + "30": 19, + "31": 28, + "32": 13, + "33": 11, + "34": 10, + "35": 15, + "36": 12, + "37": 25, + "38": 14, + "39": 27, + "40": 15, + "front": 0 + }, + "7": { + "1": 20, + "2": 20, + "3": 22, + "4": 35, + "5": 27, + "6": 17, + "7": 19, + "8": 24, + "9": 12, + "10": 10, + "11": 17, + "12": 17, + "13": 27, + "14": 21, + "15": 22, + "16": 16, + "17": 16, + "18": 16, + "19": 22, + "20": 18, + "21": 10, + "22": 24, + "23": 12, + "24": 31, + "25": 29, + "front": 0 + }, + "8": { + "1": 19, + "2": 12, + "3": 21, + "4": 12, + "5": 20, + "6": 12, + "7": 18, + "8": 14, + "9": 11, + "10": 21, + "11": 14, + "12": 17, + "13": 8, + "14": 15, + "15": 22, + "16": 14, + "17": 8, + "18": 17, + "19": 13, + "20": 15, + "21": 23, + "22": 18, + "23": 14, + "24": 18, + "25": 11, + "26": 25, + "27": 17, + "28": 15, + "29": 6, + "30": 11, + "31": 12, + "32": 13, + "33": 15, + "34": 13, + "35": 13, + "front": 0 + }, + "9": { + "1": 17, + "2": 26, + "3": 20, + "4": 15, + "5": 21, + "6": 17, + "7": 19, + "8": 10, + "9": 15, + "10": 7, + "11": 13, + "12": 7, + "13": 13, + "14": 9, + "15": 24, + "16": 20, + "17": 12, + "18": 25, + "19": 16, + "20": 21, + "21": 10, + "22": 6, + "23": 13, + "24": 23, + "25": 17, + "26": 11, + "27": 16, + "28": 24, + "29": 14, + "30": 11, + "31": 18, + "32": 9, + "33": 20, + "34": 12, + "35": 15, + "36": 21, + "37": 17, + "38": 23, + "39": 7, + "40": 10, + "41": 11, + "42": 7, + "43": 17, + "44": 17, + "45": 19, + "46": 11, + "47": 8, + "48": 32, + "49": 26, + "50": 7, + "51": 19, + "52": 12, + "53": 11, + "54": 19, + "55": 9, + "56": 12, + "57": 14, + "front": 0 + }, + "10": { + "1": 18, + "2": 9, + "3": 10, + "4": 21, + "5": 4, + "6": 33, + "7": 10, + "8": 21, + "9": 14, + "10": 15, + "11": 14, + "12": 10, + "13": 11, + "14": 12, + "15": 17, + "16": 12, + "17": 10, + "18": 19, + "front": 0 + }, + "11": { + "1": 13, + "2": 22, + "3": 14, + "4": 7, + "5": 15, + "6": 9, + "7": 18, + "8": 20, + "9": 20, + "10": 14, + "11": 19, + "12": 16, + "13": 23, + "14": 9, + "15": 15, + "16": 11, + "17": 24, + "18": 25, + "19": 17, + "20": 17, + "21": 21, + "22": 12, + "23": 12, + "24": 17, + "25": 17, + "26": 20, + "27": 20, + "28": 11, + "29": 19, + "30": 12, + "31": 15, + "32": 10, + "33": 19, + "34": 20, + "35": 22, + "36": 22, + "37": 20, + "38": 14, + "39": 20, + "40": 12, + "front": 0 + }, + "12": { + "1": 21, + "2": 17, + "3": 21, + "4": 24, + "5": 20, + "6": 24, + "7": 12, + "8": 7, + "9": 19, + "10": 5, + "11": 11, + "12": 7, + "13": 8, + "14": 16, + "15": 11, + "front": 0 + }, + "13": { + "1": 13, + "2": 12, + "3": 16, + "4": 11, + "5": 24, + "6": 25, + "7": 25, + "8": 20, + "9": 17, + "10": 15, + "11": 18, + "12": 10, + "13": 11, + "14": 19, + "15": 12, + "16": 23, + "17": 11, + "18": 10, + "19": 16, + "20": 18, + "21": 17, + "22": 9, + "23": 21, + "24": 11, + "25": 10, + "front": 0 + }, + "14": { + "1": 8, + "2": 15, + "3": 28, + "4": 17, + "5": 14, + "6": 17, + "7": 6, + "8": 14, + "9": 22, + "10": 12, + "11": 8, + "12": 23, + "13": 18, + "14": 14, + "15": 24, + "16": 25, + "17": 19, + "18": 23, + "19": 22, + "20": 7, + "front": 0 + }, + "15": { + "1": 20, + "2": 18, + "3": 11, + "4": 19, + "5": 13, + "6": 22, + "7": 12, + "8": 12, + "9": 6, + "10": 16, + "11": 29, + "12": 16, + "13": 19, + "14": 24, + "15": 11, + "16": 11, + "17": 11, + "18": 20, + "19": 24, + "20": 7, + "front": 0 + }, + "16": { + "1": 9, + "2": 20, + "3": 28, + "4": 9, + "5": 24, + "6": 13, + "7": 15, + "8": 12, + "9": 21, + "10": 16, + "11": 16, + "12": 18, + "13": 25, + "14": 15, + "15": 19, + "16": 11, + "17": 27, + "18": 28, + "19": 15, + "20": 18, + "21": 14, + "22": 6, + "23": 16, + "24": 20, + "25": 19, + "26": 17, + "27": 17, + "28": 21, + "29": 16, + "30": 26, + "31": 23, + "front": 0 + }, + "17": { + "1": 6, + "2": 23, + "3": 21, + "4": 16, + "5": 16, + "6": 9, + "7": 12, + "8": 17, + "9": 17, + "10": 20, + "11": 10, + "12": 12, + "13": 13, + "front": 0 + }, + "18": { + "1": 24, + "2": 30, + "3": 24, + "4": 11, + "5": 12, + "6": 11, + "7": 30, + "8": 10, + "9": 20, + "10": 21, + "11": 12, + "12": 19, + "13": 8, + "14": 24, + "15": 12, + "16": 12, + "17": 28, + "18": 18, + "19": 25, + "20": 13, + "21": 10, + "22": 16, + "23": 12, + "24": 18, + "25": 18, + "26": 14, + "27": 26, + "28": 21, + "29": 15, + "30": 21, + "31": 13, + "front": 0 + }, + "19": { + "1": 20, + "2": 17, + "3": 20, + "4": 13, + "5": 18, + "6": 15, + "7": 9, + "8": 17, + "9": 30, + "10": 18, + "11": 19, + "12": 16, + "13": 10, + "14": 9, + "15": 15, + "16": 19, + "17": 15, + "18": 28, + "19": 19, + "20": 13, + "21": 8, + "22": 31, + "23": 24, + "24": 20, + "25": 22, + "26": 13, + "27": 18, + "28": 13, + "29": 17, + "30": 23, + "front": 0 + }, + "20": { + "1": 17, + "2": 17, + "3": 16, + "4": 14, + "5": 16, + "6": 13, + "7": 9, + "8": 14, + "9": 8, + "10": 23, + "11": 9, + "12": 14, + "13": 20, + "14": 11, + "15": 20, + "16": 18, + "17": 15, + "18": 21, + "19": 7, + "20": 13, + "21": 14, + "22": 13, + "23": 22, + "24": 8, + "25": 20, + "26": 24, + "27": 10, + "28": 27, + "29": 6, + "30": 13, + "31": 26, + "32": 16, + "33": 14, + "34": 18, + "35": 21, + "36": 18, + "37": 13, + "38": 12, + "39": 21, + "40": 15, + "41": 12, + "42": 14, + "43": 11, + "44": 11, + "45": 19, + "46": 17, + "47": 14, + "48": 22, + "front": 0 + }, + "21": { + "1": 12, + "2": 15, + "3": 13, + "4": 10, + "5": 26, + "6": 12, + "7": 13, + "8": 21, + "9": 9, + "10": 22, + "11": 12, + "12": 22, + "13": 13, + "14": 16, + "15": 9, + "16": 11, + "17": 8, + "18": 16, + "19": 20, + "20": 8, + "21": 20, + "22": 25, + "23": 20, + "24": 13, + "25": 9, + "front": 0 + } + }, + "rut": { + "1": { + "1": 19, + "2": 20, + "3": 8, + "4": 14, + "5": 10, + "6": 18, + "7": 15, + "8": 18, + "9": 13, + "10": 6, + "11": 14, + "12": 19, + "13": 22, + "14": 10, + "15": 11, + "16": 20, + "17": 16, + "18": 9, + "19": 17, + "20": 14, + "21": 16, + "22": 16, + "front": 0 + }, + "2": { + "1": 10, + "2": 19, + "3": 14, + "4": 13, + "5": 9, + "6": 14, + "7": 17, + "8": 20, + "9": 20, + "10": 14, + "11": 28, + "12": 15, + "13": 17, + "14": 22, + "15": 13, + "16": 11, + "17": 11, + "18": 15, + "19": 25, + "20": 22, + "21": 20, + "22": 16, + "23": 13, + "front": 0 + }, + "3": { + "1": 12, + "2": 15, + "3": 14, + "4": 18, + "5": 6, + "6": 7, + "7": 14, + "8": 10, + "9": 14, + "10": 18, + "11": 18, + "12": 11, + "13": 19, + "14": 17, + "15": 16, + "16": 15, + "17": 13, + "18": 18, + "front": 0 + }, + "4": { + "1": 19, + "2": 9, + "3": 12, + "4": 29, + "5": 18, + "6": 19, + "7": 18, + "8": 7, + "9": 21, + "10": 25, + "11": 29, + "12": 17, + "13": 15, + "14": 15, + "15": 18, + "16": 9, + "17": 16, + "18": 7, + "19": 8, + "20": 8, + "21": 8, + "22": 8, + "front": 0 + } + }, + "1sa": { + "1": { + "1": 19, + "2": 15, + "3": 19, + "4": 11, + "5": 12, + "6": 11, + "7": 13, + "8": 19, + "9": 16, + "10": 8, + "11": 29, + "12": 10, + "13": 14, + "14": 10, + "15": 18, + "16": 14, + "17": 13, + "18": 14, + "19": 17, + "20": 14, + "21": 12, + "22": 18, + "23": 24, + "24": 17, + "25": 8, + "26": 14, + "27": 12, + "28": 14, + "front": 0 + }, + "2": { + "1": 16, + "2": 9, + "3": 15, + "4": 6, + "5": 12, + "6": 6, + "7": 6, + "8": 19, + "9": 11, + "10": 16, + "11": 14, + "12": 8, + "13": 17, + "14": 22, + "15": 23, + "16": 21, + "17": 14, + "18": 9, + "19": 16, + "20": 21, + "21": 16, + "22": 20, + "23": 16, + "24": 12, + "25": 21, + "26": 11, + "27": 19, + "28": 23, + "29": 17, + "30": 24, + "31": 13, + "32": 14, + "33": 17, + "34": 15, + "35": 17, + "36": 20, + "front": 0 + }, + "3": { + "1": 16, + "2": 12, + "3": 12, + "4": 6, + "5": 15, + "6": 21, + "7": 10, + "8": 20, + "9": 19, + "10": 14, + "11": 15, + "12": 13, + "13": 19, + "14": 13, + "15": 16, + "16": 9, + "17": 25, + "18": 15, + "19": 10, + "20": 12, + "21": 12, + "front": 0 + }, + "4": { + "1": 17, + "2": 16, + "3": 25, + "4": 22, + "5": 14, + "6": 20, + "7": 17, + "8": 17, + "9": 13, + "10": 16, + "11": 9, + "12": 13, + "13": 23, + "14": 15, + "15": 10, + "16": 18, + "17": 21, + "18": 25, + "19": 21, + "20": 15, + "21": 15, + "22": 8, + "front": 0 + }, + "5": { + "1": 9, + "2": 13, + "3": 17, + "4": 23, + "5": 17, + "6": 13, + "7": 19, + "8": 24, + "9": 21, + "10": 22, + "11": 30, + "12": 10, + "front": 0 + }, + "6": { + "1": 7, + "2": 13, + "3": 25, + "4": 21, + "5": 21, + "6": 16, + "7": 22, + "8": 21, + "9": 26, + "10": 13, + "11": 14, + "12": 24, + "13": 14, + "14": 21, + "15": 27, + "16": 8, + "17": 18, + "18": 29, + "19": 23, + "20": 16, + "21": 16, + "front": 0 + }, + "7": { + "1": 22, + "2": 17, + "3": 30, + "4": 11, + "5": 11, + "6": 20, + "7": 18, + "8": 15, + "9": 17, + "10": 20, + "11": 13, + "12": 19, + "13": 15, + "14": 23, + "15": 7, + "16": 16, + "17": 13, + "front": 0 + }, + "8": { + "1": 9, + "2": 11, + "3": 11, + "4": 8, + "5": 16, + "6": 14, + "7": 20, + "8": 20, + "9": 15, + "10": 11, + "11": 18, + "12": 15, + "13": 6, + "14": 9, + "15": 6, + "16": 12, + "17": 6, + "18": 14, + "19": 12, + "20": 12, + "21": 9, + "22": 17, + "front": 0 + }, + "9": { + "1": 18, + "2": 18, + "3": 21, + "4": 17, + "5": 18, + "6": 26, + "7": 19, + "8": 19, + "9": 18, + "10": 14, + "11": 15, + "12": 17, + "13": 30, + "14": 12, + "15": 11, + "16": 25, + "17": 14, + "18": 14, + "19": 20, + "20": 22, + "21": 21, + "22": 16, + "23": 15, + "24": 27, + "25": 8, + "26": 19, + "27": 20, + "front": 0 + }, + "10": { + "1": 17, + "2": 31, + "3": 29, + "4": 9, + "5": 25, + "6": 9, + "7": 14, + "8": 23, + "9": 17, + "10": 13, + "11": 23, + "12": 13, + "13": 4, + "14": 18, + "15": 10, + "16": 19, + "17": 7, + "18": 23, + "19": 24, + "20": 9, + "21": 15, + "22": 14, + "23": 11, + "24": 21, + "25": 19, + "26": 12, + "27": 13, + "front": 0 + }, + "11": { + "1": 17, + "2": 17, + "3": 19, + "4": 14, + "5": 19, + "6": 12, + "7": 29, + "8": 12, + "9": 20, + "10": 11, + "11": 27, + "12": 12, + "13": 13, + "14": 10, + "15": 25, + "front": 0 + }, + "12": { + "1": 15, + "2": 18, + "3": 29, + "4": 10, + "5": 16, + "6": 17, + "7": 15, + "8": 21, + "9": 18, + "10": 19, + "11": 17, + "12": 18, + "13": 12, + "14": 24, + "15": 14, + "16": 12, + "17": 22, + "18": 18, + "19": 22, + "20": 22, + "21": 13, + "22": 16, + "23": 14, + "24": 15, + "25": 8, + "front": 0 + }, + "13": { + "1": 9, + "2": 25, + "3": 17, + "4": 18, + "5": 24, + "6": 16, + "7": 14, + "8": 13, + "9": 8, + "10": 11, + "11": 20, + "12": 13, + "13": 23, + "14": 21, + "15": 16, + "16": 12, + "17": 15, + "18": 16, + "19": 15, + "20": 14, + "21": 10, + "22": 19, + "23": 6, + "front": 0 + }, + "14": { + "1": 21, + "2": 14, + "3": 20, + "4": 23, + "5": 10, + "6": 24, + "7": 13, + "8": 9, + "9": 13, + "10": 13, + "11": 15, + "12": 26, + "13": 16, + "14": 14, + "15": 16, + "16": 10, + "17": 17, + "18": 14, + "19": 19, + "20": 17, + "21": 19, + "22": 15, + "23": 11, + "24": 24, + "25": 9, + "26": 17, + "27": 23, + "28": 18, + "29": 16, + "30": 17, + "31": 9, + "32": 15, + "33": 17, + "34": 30, + "35": 9, + "36": 26, + "37": 13, + "38": 14, + "39": 18, + "40": 21, + "41": 13, + "42": 9, + "43": 22, + "44": 11, + "45": 32, + "46": 7, + "47": 20, + "48": 10, + "49": 16, + "50": 14, + "51": 8, + "52": 18, + "front": 0 + }, + "15": { + "1": 18, + "2": 16, + "3": 26, + "4": 14, + "5": 7, + "6": 25, + "7": 11, + "8": 12, + "9": 24, + "10": 6, + "11": 20, + "12": 19, + "13": 14, + "14": 12, + "15": 18, + "16": 16, + "17": 16, + "18": 15, + "19": 12, + "20": 21, + "21": 11, + "22": 16, + "23": 14, + "24": 18, + "25": 9, + "26": 18, + "27": 7, + "28": 14, + "29": 12, + "30": 15, + "31": 7, + "32": 18, + "33": 17, + "34": 9, + "35": 22, + "front": 0 + }, + "16": { + "1": 29, + "2": 17, + "3": 14, + "4": 16, + "5": 17, + "6": 10, + "7": 25, + "8": 13, + "9": 9, + "10": 14, + "11": 25, + "12": 16, + "13": 21, + "14": 10, + "15": 10, + "16": 20, + "17": 12, + "18": 22, + "19": 13, + "20": 15, + "21": 12, + "22": 13, + "23": 20, + "front": 0 + }, + "17": { + "1": 16, + "2": 11, + "3": 12, + "4": 12, + "5": 14, + "6": 8, + "7": 14, + "8": 22, + "9": 18, + "10": 14, + "11": 11, + "12": 19, + "13": 21, + "14": 8, + "15": 11, + "16": 7, + "17": 16, + "18": 15, + "19": 10, + "20": 21, + "21": 6, + "22": 15, + "23": 18, + "24": 10, + "25": 30, + "26": 29, + "27": 11, + "28": 34, + "29": 8, + "30": 13, + "31": 9, + "32": 15, + "33": 19, + "34": 16, + "35": 11, + "36": 18, + "37": 22, + "38": 13, + "39": 25, + "40": 22, + "41": 10, + "42": 13, + "43": 16, + "44": 13, + "45": 21, + "46": 27, + "47": 16, + "48": 14, + "49": 22, + "50": 14, + "51": 21, + "52": 23, + "53": 9, + "54": 11, + "55": 24, + "56": 8, + "57": 14, + "58": 14, + "front": 0 + }, + "18": { + "1": 13, + "2": 9, + "3": 7, + "4": 15, + "5": 20, + "6": 20, + "7": 9, + "8": 18, + "9": 8, + "10": 19, + "11": 12, + "12": 11, + "13": 11, + "14": 7, + "15": 8, + "16": 11, + "17": 30, + "18": 15, + "19": 13, + "20": 11, + "21": 19, + "22": 19, + "23": 18, + "24": 9, + "25": 23, + "26": 15, + "27": 24, + "28": 11, + "29": 13, + "30": 14, + "front": 0 + }, + "19": { + "1": 17, + "2": 15, + "3": 18, + "4": 23, + "5": 23, + "6": 10, + "7": 20, + "8": 13, + "9": 14, + "10": 18, + "11": 23, + "12": 9, + "13": 14, + "14": 9, + "15": 13, + "16": 9, + "17": 21, + "18": 20, + "19": 7, + "20": 24, + "21": 16, + "22": 19, + "23": 18, + "24": 22, + "front": 0 + }, + "20": { + "1": 20, + "2": 27, + "3": 28, + "4": 9, + "5": 19, + "6": 19, + "7": 15, + "8": 22, + "9": 19, + "10": 12, + "11": 10, + "12": 25, + "13": 26, + "14": 11, + "15": 18, + "16": 10, + "17": 11, + "18": 9, + "19": 15, + "20": 8, + "21": 25, + "22": 12, + "23": 11, + "24": 10, + "25": 18, + "26": 16, + "27": 23, + "28": 11, + "29": 29, + "30": 20, + "31": 22, + "32": 11, + "33": 16, + "34": 19, + "35": 10, + "36": 16, + "37": 17, + "38": 16, + "39": 10, + "40": 13, + "41": 23, + "42": 27, + "front": 0 + }, + "21": { + "1": 18, + "2": 27, + "3": 11, + "4": 21, + "5": 26, + "6": 21, + "7": 16, + "8": 24, + "9": 31, + "10": 12, + "11": 19, + "12": 12, + "13": 14, + "14": 12, + "15": 13, + "front": 0 + }, + "22": { + "1": 15, + "2": 22, + "3": 21, + "4": 12, + "5": 18, + "6": 20, + "7": 22, + "8": 29, + "9": 19, + "10": 12, + "11": 19, + "12": 9, + "13": 21, + "14": 17, + "15": 25, + "16": 9, + "17": 33, + "18": 22, + "19": 18, + "20": 11, + "21": 9, + "22": 20, + "23": 16, + "front": 0 + }, + "23": { + "1": 11, + "2": 18, + "3": 16, + "4": 17, + "5": 18, + "6": 11, + "7": 18, + "8": 13, + "9": 13, + "10": 17, + "11": 18, + "12": 13, + "13": 19, + "14": 16, + "15": 12, + "16": 12, + "17": 23, + "18": 11, + "19": 17, + "20": 11, + "21": 8, + "22": 20, + "23": 22, + "24": 13, + "25": 18, + "26": 24, + "27": 12, + "28": 15, + "29": 7, + "front": 0 + }, + "24": { + "1": 14, + "2": 17, + "3": 18, + "4": 30, + "5": 14, + "6": 20, + "7": 15, + "8": 22, + "9": 13, + "10": 25, + "11": 30, + "12": 11, + "13": 11, + "14": 15, + "15": 12, + "16": 19, + "17": 13, + "18": 15, + "19": 17, + "20": 10, + "21": 15, + "22": 12, + "front": 0 + }, + "25": { + "1": 16, + "2": 18, + "3": 17, + "4": 8, + "5": 16, + "6": 11, + "7": 21, + "8": 23, + "9": 12, + "10": 18, + "11": 18, + "12": 11, + "13": 26, + "14": 18, + "15": 15, + "16": 13, + "17": 18, + "18": 21, + "19": 11, + "20": 15, + "21": 21, + "22": 16, + "23": 15, + "24": 16, + "25": 29, + "26": 22, + "27": 12, + "28": 21, + "29": 22, + "30": 15, + "31": 20, + "32": 12, + "33": 13, + "34": 23, + "35": 17, + "36": 27, + "37": 17, + "38": 8, + "39": 32, + "40": 15, + "41": 12, + "42": 17, + "43": 10, + "44": 12, + "front": 0 + }, + "26": { + "1": 14, + "2": 17, + "3": 19, + "4": 9, + "5": 28, + "6": 25, + "7": 19, + "8": 20, + "9": 13, + "10": 16, + "11": 19, + "12": 25, + "13": 11, + "14": 20, + "15": 24, + "16": 30, + "17": 15, + "18": 13, + "19": 32, + "20": 20, + "21": 23, + "22": 10, + "23": 18, + "24": 15, + "25": 20, + "front": 0 + }, + "27": { + "1": 29, + "2": 15, + "3": 18, + "4": 10, + "5": 23, + "6": 15, + "7": 11, + "8": 19, + "9": 18, + "10": 16, + "11": 23, + "12": 12, + "front": 0 + }, + "28": { + "1": 22, + "2": 21, + "3": 15, + "4": 12, + "5": 9, + "6": 12, + "7": 21, + "8": 25, + "9": 23, + "10": 12, + "11": 11, + "12": 16, + "13": 17, + "14": 20, + "15": 32, + "16": 9, + "17": 14, + "18": 19, + "19": 20, + "20": 23, + "21": 23, + "22": 18, + "23": 16, + "24": 11, + "25": 10, + "front": 0 + }, + "29": { + "1": 11, + "2": 11, + "3": 35, + "4": 35, + "5": 13, + "6": 33, + "7": 10, + "8": 24, + "9": 20, + "10": 13, + "11": 13, + "front": 0 + }, + "30": { + "1": 19, + "2": 14, + "3": 12, + "4": 14, + "5": 10, + "6": 21, + "7": 17, + "8": 17, + "9": 14, + "10": 15, + "11": 14, + "12": 21, + "13": 21, + "14": 14, + "15": 21, + "16": 19, + "17": 21, + "18": 12, + "19": 19, + "20": 14, + "21": 27, + "22": 31, + "23": 19, + "24": 15, + "25": 11, + "26": 16, + "27": 8, + "28": 6, + "29": 8, + "30": 7, + "31": 10, + "front": 0 + }, + "31": { + "1": 12, + "2": 17, + "3": 11, + "4": 28, + "5": 13, + "6": 12, + "7": 25, + "8": 16, + "9": 15, + "10": 11, + "11": 10, + "12": 22, + "13": 10, + "front": 0 + } + }, + "2sa": { + "1": { + "1": 14, + "2": 22, + "3": 11, + "4": 26, + "5": 13, + "6": 18, + "7": 7, + "8": 8, + "9": 14, + "10": 23, + "11": 9, + "12": 19, + "13": 15, + "14": 12, + "15": 10, + "16": 16, + "17": 10, + "18": 10, + "19": 8, + "20": 15, + "21": 19, + "22": 14, + "23": 12, + "24": 14, + "25": 9, + "26": 13, + "27": 6, + "front": 0 + }, + "2": { + "1": 21, + "2": 12, + "3": 10, + "4": 21, + "5": 22, + "6": 16, + "7": 17, + "8": 15, + "9": 14, + "10": 19, + "11": 15, + "12": 11, + "13": 20, + "14": 12, + "15": 14, + "16": 16, + "17": 14, + "18": 15, + "19": 13, + "20": 9, + "21": 23, + "22": 18, + "23": 26, + "24": 19, + "25": 13, + "26": 22, + "27": 15, + "28": 15, + "29": 15, + "30": 16, + "31": 11, + "32": 17, + "front": 0 + }, + "3": { + "1": 16, + "2": 9, + "3": 14, + "4": 8, + "5": 9, + "6": 14, + "7": 14, + "8": 33, + "9": 16, + "10": 16, + "11": 9, + "12": 21, + "13": 29, + "14": 20, + "15": 10, + "16": 14, + "17": 17, + "18": 20, + "19": 22, + "20": 15, + "21": 27, + "22": 19, + "23": 18, + "24": 16, + "25": 19, + "26": 15, + "27": 19, + "28": 16, + "29": 20, + "30": 13, + "31": 21, + "32": 15, + "33": 9, + "34": 17, + "35": 28, + "36": 13, + "37": 16, + "38": 13, + "39": 16, + "front": 0 + }, + "4": { + "1": 12, + "2": 24, + "3": 9, + "4": 25, + "5": 18, + "6": 14, + "7": 21, + "8": 31, + "9": 20, + "10": 19, + "11": 21, + "12": 23, + "front": 0 + }, + "5": { + "1": 13, + "2": 28, + "3": 21, + "4": 8, + "5": 17, + "6": 24, + "7": 8, + "8": 25, + "9": 13, + "10": 8, + "11": 17, + "12": 14, + "13": 14, + "14": 9, + "15": 4, + "16": 3, + "17": 20, + "18": 5, + "19": 20, + "20": 23, + "21": 7, + "22": 7, + "23": 13, + "24": 17, + "25": 13, + "front": 0 + }, + "6": { + "1": 9, + "2": 23, + "3": 20, + "4": 12, + "5": 15, + "6": 14, + "7": 14, + "8": 16, + "9": 12, + "10": 17, + "11": 17, + "12": 29, + "13": 11, + "14": 10, + "15": 11, + "16": 23, + "17": 19, + "18": 11, + "19": 22, + "20": 27, + "21": 23, + "22": 12, + "23": 10, + "front": 0 + }, + "7": { + "1": 11, + "2": 16, + "3": 12, + "4": 9, + "5": 14, + "6": 17, + "7": 26, + "8": 21, + "9": 18, + "10": 17, + "11": 20, + "12": 16, + "13": 10, + "14": 16, + "15": 11, + "16": 11, + "17": 11, + "18": 17, + "19": 17, + "20": 12, + "21": 11, + "22": 15, + "23": 28, + "24": 14, + "25": 16, + "26": 16, + "27": 25, + "28": 15, + "29": 19, + "front": 0 + }, + "8": { + "1": 15, + "2": 21, + "3": 12, + "4": 20, + "5": 14, + "6": 18, + "7": 12, + "8": 10, + "9": 11, + "10": 31, + "11": 15, + "12": 12, + "13": 12, + "14": 19, + "15": 12, + "16": 9, + "17": 9, + "18": 9, + "front": 0 + }, + "9": { + "1": 14, + "2": 16, + "3": 20, + "4": 17, + "5": 10, + "6": 18, + "7": 26, + "8": 11, + "9": 17, + "10": 27, + "11": 21, + "12": 11, + "13": 14, + "front": 0 + }, + "10": { + "1": 11, + "2": 26, + "3": 28, + "4": 16, + "5": 17, + "6": 31, + "7": 9, + "8": 15, + "9": 16, + "10": 11, + "11": 16, + "12": 11, + "13": 9, + "14": 18, + "15": 8, + "16": 15, + "17": 17, + "18": 20, + "19": 20, + "front": 0 + }, + "11": { + "1": 26, + "2": 21, + "3": 14, + "4": 14, + "5": 8, + "6": 15, + "7": 11, + "8": 15, + "9": 13, + "10": 21, + "11": 34, + "12": 16, + "13": 18, + "14": 10, + "15": 15, + "16": 16, + "17": 15, + "18": 8, + "19": 12, + "20": 19, + "21": 26, + "22": 10, + "23": 16, + "24": 14, + "25": 25, + "26": 10, + "27": 20, + "front": 0 + }, + "12": { + "1": 19, + "2": 6, + "3": 25, + "4": 21, + "5": 16, + "6": 14, + "7": 20, + "8": 21, + "9": 23, + "10": 18, + "11": 20, + "12": 14, + "13": 16, + "14": 15, + "15": 14, + "16": 13, + "17": 13, + "18": 31, + "19": 18, + "20": 19, + "21": 19, + "22": 14, + "23": 16, + "24": 18, + "25": 10, + "26": 9, + "27": 13, + "28": 17, + "29": 10, + "30": 20, + "31": 25, + "front": 0 + }, + "13": { + "1": 14, + "2": 15, + "3": 12, + "4": 23, + "5": 27, + "6": 20, + "7": 14, + "8": 16, + "9": 17, + "10": 19, + "11": 11, + "12": 16, + "13": 19, + "14": 9, + "15": 18, + "16": 16, + "17": 14, + "18": 17, + "19": 17, + "20": 25, + "21": 10, + "22": 20, + "23": 16, + "24": 15, + "25": 19, + "26": 14, + "27": 11, + "28": 29, + "29": 16, + "30": 18, + "31": 12, + "32": 31, + "33": 18, + "34": 16, + "35": 12, + "36": 18, + "37": 14, + "38": 8, + "39": 12, + "front": 0 + }, + "14": { + "1": 9, + "2": 26, + "3": 12, + "4": 13, + "5": 12, + "6": 15, + "7": 33, + "8": 9, + "9": 15, + "10": 11, + "11": 23, + "12": 11, + "13": 18, + "14": 19, + "15": 25, + "16": 15, + "17": 21, + "18": 20, + "19": 36, + "20": 21, + "21": 16, + "22": 26, + "23": 8, + "24": 16, + "25": 17, + "26": 21, + "27": 13, + "28": 9, + "29": 18, + "30": 20, + "31": 16, + "32": 32, + "33": 22, + "front": 0 + }, + "15": { + "1": 12, + "2": 31, + "3": 12, + "4": 16, + "5": 12, + "6": 17, + "7": 17, + "8": 16, + "9": 8, + "10": 15, + "11": 13, + "12": 20, + "13": 11, + "14": 29, + "15": 12, + "16": 13, + "17": 8, + "18": 22, + "19": 21, + "20": 19, + "21": 26, + "22": 15, + "23": 20, + "24": 24, + "25": 18, + "26": 12, + "27": 18, + "28": 11, + "29": 9, + "30": 22, + "31": 15, + "32": 18, + "33": 9, + "34": 21, + "35": 17, + "36": 16, + "37": 8, + "front": 0 + }, + "16": { + "1": 22, + "2": 21, + "3": 22, + "4": 17, + "5": 19, + "6": 15, + "7": 10, + "8": 23, + "9": 19, + "10": 21, + "11": 27, + "12": 12, + "13": 16, + "14": 9, + "15": 9, + "16": 17, + "17": 13, + "18": 18, + "19": 14, + "20": 9, + "21": 24, + "22": 13, + "23": 18, + "front": 0 + }, + "17": { + "1": 15, + "2": 17, + "3": 14, + "4": 8, + "5": 12, + "6": 19, + "7": 12, + "8": 24, + "9": 22, + "10": 21, + "11": 19, + "12": 23, + "13": 22, + "14": 25, + "15": 20, + "16": 21, + "17": 20, + "18": 18, + "19": 14, + "20": 21, + "21": 22, + "22": 21, + "23": 23, + "24": 12, + "25": 24, + "26": 5, + "27": 18, + "28": 11, + "29": 18, + "front": 0 + }, + "18": { + "1": 12, + "2": 27, + "3": 31, + "4": 17, + "5": 24, + "6": 9, + "7": 15, + "8": 17, + "9": 27, + "10": 12, + "11": 19, + "12": 31, + "13": 13, + "14": 17, + "15": 10, + "16": 13, + "17": 20, + "18": 29, + "19": 14, + "20": 21, + "21": 12, + "22": 27, + "23": 13, + "24": 20, + "25": 13, + "26": 19, + "27": 20, + "28": 24, + "29": 20, + "30": 7, + "31": 16, + "32": 19, + "33": 23, + "front": 0 + }, + "19": { + "1": 8, + "2": 17, + "3": 12, + "4": 13, + "5": 24, + "6": 28, + "7": 29, + "8": 21, + "9": 22, + "10": 13, + "11": 30, + "12": 11, + "13": 22, + "14": 15, + "15": 16, + "16": 15, + "17": 18, + "18": 17, + "19": 24, + "20": 17, + "21": 15, + "22": 25, + "23": 9, + "24": 25, + "25": 14, + "26": 19, + "27": 12, + "28": 26, + "29": 13, + "30": 16, + "31": 11, + "32": 17, + "33": 11, + "34": 13, + "35": 32, + "36": 12, + "37": 22, + "38": 17, + "39": 13, + "40": 16, + "41": 26, + "42": 26, + "43": 32, + "front": 0 + }, + "20": { + "1": 25, + "2": 18, + "3": 29, + "4": 14, + "5": 10, + "6": 26, + "7": 15, + "8": 23, + "9": 14, + "10": 26, + "11": 15, + "12": 26, + "13": 14, + "14": 13, + "15": 20, + "16": 16, + "17": 16, + "18": 11, + "19": 14, + "20": 10, + "21": 31, + "22": 27, + "23": 12, + "24": 7, + "25": 5, + "26": 6, + "front": 0 + }, + "21": { + "1": 26, + "2": 25, + "3": 13, + "4": 22, + "5": 14, + "6": 15, + "7": 20, + "8": 27, + "9": 18, + "10": 29, + "11": 10, + "12": 30, + "13": 13, + "14": 22, + "15": 15, + "16": 18, + "17": 25, + "18": 18, + "19": 20, + "20": 20, + "21": 9, + "22": 11, + "front": 0 + }, + "22": { + "1": 16, + "2": 6, + "3": 12, + "4": 5, + "5": 7, + "6": 6, + "7": 12, + "8": 10, + "9": 9, + "10": 6, + "11": 8, + "12": 8, + "13": 5, + "14": 7, + "15": 5, + "16": 11, + "17": 6, + "18": 7, + "19": 7, + "20": 7, + "21": 7, + "22": 7, + "23": 8, + "24": 5, + "25": 7, + "26": 7, + "27": 6, + "28": 8, + "29": 7, + "30": 7, + "31": 11, + "32": 9, + "33": 6, + "34": 6, + "35": 7, + "36": 6, + "37": 6, + "38": 7, + "39": 7, + "40": 6, + "41": 6, + "42": 7, + "43": 7, + "44": 10, + "45": 8, + "46": 5, + "47": 8, + "48": 7, + "49": 7, + "50": 7, + "51": 10, + "front": 0 + }, + "23": { + "1": 18, + "2": 7, + "3": 13, + "4": 11, + "5": 22, + "6": 8, + "7": 11, + "8": 20, + "9": 18, + "10": 23, + "11": 18, + "12": 11, + "13": 17, + "14": 8, + "15": 11, + "16": 22, + "17": 17, + "18": 19, + "19": 11, + "20": 24, + "21": 20, + "22": 9, + "23": 11, + "24": 10, + "25": 4, + "26": 6, + "27": 4, + "28": 4, + "29": 10, + "30": 5, + "31": 5, + "32": 5, + "33": 6, + "34": 9, + "35": 4, + "36": 6, + "37": 9, + "38": 4, + "39": 5, + "front": 0 + }, + "24": { + "1": 16, + "2": 24, + "3": 23, + "4": 19, + "5": 13, + "6": 12, + "7": 13, + "8": 10, + "9": 23, + "10": 27, + "11": 12, + "12": 17, + "13": 35, + "14": 18, + "15": 18, + "16": 24, + "17": 25, + "18": 15, + "19": 7, + "20": 15, + "21": 21, + "22": 17, + "23": 12, + "24": 25, + "25": 15, + "front": 0 + } + }, + "1ki": { + "1": { + "1": 10, + "2": 19, + "3": 13, + "4": 11, + "5": 15, + "6": 17, + "7": 12, + "8": 16, + "9": 23, + "10": 11, + "11": 19, + "12": 12, + "13": 26, + "14": 12, + "15": 14, + "16": 9, + "17": 17, + "18": 9, + "19": 18, + "20": 16, + "21": 11, + "22": 8, + "23": 14, + "24": 13, + "25": 24, + "26": 12, + "27": 18, + "28": 14, + "29": 11, + "30": 23, + "31": 13, + "32": 15, + "33": 20, + "34": 16, + "35": 17, + "36": 14, + "37": 17, + "38": 21, + "39": 19, + "40": 13, + "41": 19, + "42": 17, + "43": 11, + "44": 19, + "45": 17, + "46": 6, + "47": 24, + "48": 16, + "49": 9, + "50": 9, + "51": 24, + "52": 15, + "53": 15, + "front": 0 + }, + "2": { + "1": 9, + "2": 8, + "3": 26, + "4": 29, + "5": 36, + "6": 7, + "7": 16, + "8": 26, + "9": 17, + "10": 7, + "11": 17, + "12": 9, + "13": 14, + "14": 6, + "15": 21, + "16": 13, + "17": 16, + "18": 9, + "19": 24, + "20": 21, + "21": 8, + "22": 27, + "23": 18, + "24": 20, + "25": 10, + "26": 31, + "27": 17, + "28": 21, + "29": 22, + "30": 27, + "31": 19, + "32": 33, + "33": 17, + "34": 10, + "35": 16, + "36": 17, + "37": 15, + "38": 17, + "39": 20, + "40": 18, + "41": 8, + "42": 27, + "43": 11, + "44": 21, + "45": 11, + "46": 14, + "front": 0 + }, + "3": { + "1": 26, + "2": 13, + "3": 13, + "4": 16, + "5": 13, + "6": 32, + "7": 17, + "8": 13, + "9": 19, + "10": 10, + "11": 27, + "12": 18, + "13": 18, + "14": 13, + "15": 19, + "16": 9, + "17": 14, + "18": 18, + "19": 8, + "20": 16, + "21": 16, + "22": 20, + "23": 17, + "24": 9, + "25": 14, + "26": 32, + "27": 13, + "28": 19, + "front": 0 + }, + "4": { + "1": 7, + "2": 8, + "3": 9, + "4": 8, + "5": 11, + "6": 8, + "7": 18, + "8": 6, + "9": 9, + "10": 8, + "11": 11, + "12": 21, + "13": 22, + "14": 4, + "15": 10, + "16": 5, + "17": 4, + "18": 4, + "19": 16, + "20": 11, + "21": 20, + "22": 11, + "23": 14, + "24": 19, + "25": 16, + "26": 11, + "27": 18, + "28": 12, + "29": 14, + "30": 10, + "31": 15, + "32": 8, + "33": 21, + "34": 15, + "front": 0 + }, + "5": { + "1": 23, + "2": 5, + "3": 24, + "4": 11, + "5": 24, + "6": 29, + "7": 21, + "8": 19, + "9": 25, + "10": 10, + "11": 19, + "12": 16, + "13": 11, + "14": 15, + "15": 10, + "16": 15, + "17": 11, + "18": 11, + "front": 0 + }, + "6": { + "1": 25, + "2": 14, + "3": 18, + "4": 5, + "5": 15, + "6": 23, + "7": 15, + "8": 15, + "9": 10, + "10": 14, + "11": 6, + "12": 26, + "13": 9, + "14": 5, + "15": 21, + "16": 18, + "17": 7, + "18": 13, + "19": 11, + "20": 17, + "21": 14, + "22": 15, + "23": 9, + "24": 17, + "25": 10, + "26": 8, + "27": 28, + "28": 4, + "29": 14, + "30": 7, + "31": 10, + "32": 20, + "33": 9, + "34": 14, + "35": 10, + "36": 10, + "37": 7, + "38": 17, + "front": 0 + }, + "7": { + "1": 11, + "2": 23, + "3": 13, + "4": 8, + "5": 11, + "6": 17, + "7": 13, + "8": 20, + "9": 17, + "10": 11, + "11": 6, + "12": 15, + "13": 7, + "14": 30, + "15": 19, + "16": 19, + "17": 17, + "18": 20, + "19": 10, + "20": 18, + "21": 21, + "22": 8, + "23": 20, + "24": 17, + "25": 23, + "26": 11, + "27": 16, + "28": 8, + "29": 18, + "30": 18, + "31": 20, + "32": 13, + "33": 11, + "34": 10, + "35": 13, + "36": 13, + "37": 12, + "38": 20, + "39": 22, + "40": 20, + "41": 20, + "42": 20, + "43": 8, + "44": 9, + "45": 19, + "46": 10, + "47": 12, + "48": 18, + "49": 14, + "50": 17, + "51": 25, + "front": 0 + }, + "8": { + "1": 27, + "2": 13, + "3": 8, + "4": 17, + "5": 19, + "6": 18, + "7": 14, + "8": 18, + "9": 20, + "10": 10, + "11": 14, + "12": 7, + "13": 8, + "14": 13, + "15": 14, + "16": 26, + "17": 11, + "18": 18, + "19": 14, + "20": 23, + "21": 16, + "22": 12, + "23": 20, + "24": 15, + "25": 33, + "26": 11, + "27": 18, + "28": 18, + "29": 24, + "30": 20, + "31": 15, + "32": 17, + "33": 18, + "34": 13, + "35": 19, + "36": 24, + "37": 23, + "38": 21, + "39": 24, + "40": 13, + "41": 13, + "42": 15, + "43": 31, + "44": 21, + "45": 8, + "46": 22, + "47": 16, + "48": 25, + "49": 10, + "50": 15, + "51": 10, + "52": 15, + "53": 19, + "54": 21, + "55": 9, + "56": 22, + "57": 12, + "58": 14, + "59": 22, + "60": 11, + "61": 12, + "62": 8, + "63": 24, + "64": 36, + "65": 26, + "66": 23, + "front": 0 + }, + "9": { + "1": 17, + "2": 9, + "3": 28, + "4": 18, + "5": 20, + "6": 19, + "7": 23, + "8": 19, + "9": 28, + "10": 16, + "11": 22, + "12": 13, + "13": 15, + "14": 7, + "15": 24, + "16": 19, + "17": 8, + "18": 6, + "19": 24, + "20": 14, + "21": 18, + "22": 16, + "23": 14, + "24": 15, + "25": 20, + "26": 15, + "27": 12, + "28": 13, + "front": 0 + }, + "10": { + "1": 11, + "2": 24, + "3": 16, + "4": 10, + "5": 18, + "6": 13, + "7": 20, + "8": 11, + "9": 21, + "10": 23, + "11": 15, + "12": 23, + "13": 22, + "14": 14, + "15": 10, + "16": 14, + "17": 17, + "18": 8, + "19": 18, + "20": 15, + "21": 20, + "22": 20, + "23": 8, + "24": 13, + "25": 16, + "26": 20, + "27": 13, + "28": 11, + "29": 18, + "front": 0 + }, + "11": { + "1": 14, + "2": 25, + "3": 13, + "4": 21, + "5": 10, + "6": 11, + "7": 16, + "8": 8, + "9": 13, + "10": 16, + "11": 22, + "12": 10, + "13": 17, + "14": 11, + "15": 16, + "16": 13, + "17": 13, + "18": 23, + "19": 15, + "20": 19, + "21": 21, + "22": 18, + "23": 15, + "24": 15, + "25": 15, + "26": 16, + "27": 16, + "28": 18, + "29": 19, + "30": 10, + "31": 23, + "32": 16, + "33": 24, + "34": 22, + "35": 9, + "36": 20, + "37": 11, + "38": 32, + "39": 10, + "40": 18, + "41": 14, + "42": 10, + "43": 12, + "front": 0 + }, + "12": { + "1": 10, + "2": 16, + "3": 12, + "4": 16, + "5": 10, + "6": 23, + "7": 20, + "8": 15, + "9": 21, + "10": 29, + "11": 18, + "12": 16, + "13": 11, + "14": 21, + "15": 24, + "16": 31, + "17": 8, + "18": 21, + "19": 7, + "20": 26, + "21": 27, + "22": 8, + "23": 15, + "24": 27, + "25": 13, + "26": 8, + "27": 25, + "28": 19, + "29": 9, + "30": 10, + "31": 13, + "32": 31, + "33": 24, + "front": 0 + }, + "13": { + "1": 15, + "2": 29, + "3": 17, + "4": 30, + "5": 13, + "6": 29, + "7": 12, + "8": 22, + "9": 18, + "10": 12, + "11": 28, + "12": 18, + "13": 11, + "14": 18, + "15": 7, + "16": 16, + "17": 19, + "18": 22, + "19": 7, + "20": 12, + "21": 24, + "22": 21, + "23": 12, + "24": 16, + "25": 21, + "26": 25, + "27": 9, + "28": 20, + "29": 17, + "30": 8, + "31": 22, + "32": 20, + "33": 21, + "34": 11, + "front": 0 + }, + "14": { + "1": 6, + "2": 25, + "3": 15, + "4": 18, + "5": 24, + "6": 20, + "7": 18, + "8": 23, + "9": 17, + "10": 23, + "11": 13, + "12": 9, + "13": 24, + "14": 16, + "15": 29, + "16": 12, + "17": 12, + "18": 14, + "19": 15, + "20": 14, + "21": 31, + "22": 14, + "23": 15, + "24": 14, + "25": 11, + "26": 20, + "27": 15, + "28": 12, + "29": 15, + "30": 8, + "31": 17, + "front": 0 + }, + "15": { + "1": 11, + "2": 9, + "3": 17, + "4": 16, + "5": 19, + "6": 9, + "7": 21, + "8": 12, + "9": 9, + "10": 10, + "11": 7, + "12": 11, + "13": 17, + "14": 12, + "15": 10, + "16": 10, + "17": 16, + "18": 32, + "19": 23, + "20": 31, + "21": 9, + "22": 26, + "23": 27, + "24": 14, + "25": 15, + "26": 12, + "27": 18, + "28": 9, + "29": 22, + "30": 16, + "31": 15, + "32": 10, + "33": 16, + "34": 12, + "front": 0 + }, + "16": { + "1": 10, + "2": 19, + "3": 13, + "4": 11, + "5": 15, + "6": 10, + "7": 30, + "8": 15, + "9": 17, + "10": 12, + "11": 17, + "12": 15, + "13": 19, + "14": 15, + "15": 18, + "16": 22, + "17": 9, + "18": 18, + "19": 17, + "20": 15, + "21": 16, + "22": 16, + "23": 18, + "24": 23, + "25": 9, + "26": 17, + "27": 17, + "28": 10, + "29": 23, + "30": 10, + "31": 21, + "32": 8, + "33": 18, + "34": 22, + "front": 0 + }, + "17": { + "1": 24, + "2": 5, + "3": 12, + "4": 8, + "5": 12, + "6": 12, + "7": 10, + "8": 5, + "9": 13, + "10": 23, + "11": 11, + "12": 27, + "13": 21, + "14": 22, + "15": 9, + "16": 14, + "17": 19, + "18": 16, + "19": 18, + "20": 17, + "21": 18, + "22": 10, + "23": 15, + "24": 15, + "front": 0 + }, + "18": { + "1": 20, + "2": 8, + "3": 13, + "4": 17, + "5": 22, + "6": 16, + "7": 15, + "8": 8, + "9": 11, + "10": 23, + "11": 8, + "12": 22, + "13": 23, + "14": 9, + "15": 12, + "16": 10, + "17": 12, + "18": 17, + "19": 23, + "20": 11, + "21": 27, + "22": 15, + "23": 26, + "24": 20, + "25": 19, + "26": 25, + "27": 24, + "28": 11, + "29": 13, + "30": 15, + "31": 18, + "32": 13, + "33": 9, + "34": 16, + "35": 9, + "36": 26, + "37": 15, + "38": 17, + "39": 13, + "40": 19, + "41": 10, + "42": 15, + "43": 17, + "44": 20, + "45": 16, + "46": 13, + "front": 0 + }, + "19": { + "1": 16, + "2": 20, + "3": 14, + "4": 25, + "5": 14, + "6": 11, + "7": 13, + "8": 15, + "9": 16, + "10": 25, + "11": 27, + "12": 11, + "13": 18, + "14": 25, + "15": 15, + "16": 17, + "17": 11, + "18": 16, + "19": 22, + "20": 21, + "21": 19, + "front": 0 + }, + "20": { + "1": 20, + "2": 7, + "3": 15, + "4": 12, + "5": 18, + "6": 21, + "7": 24, + "8": 10, + "9": 23, + "10": 20, + "11": 9, + "12": 17, + "13": 26, + "14": 16, + "15": 19, + "16": 14, + "17": 14, + "18": 11, + "19": 10, + "20": 15, + "21": 12, + "22": 21, + "23": 20, + "24": 11, + "25": 22, + "26": 13, + "27": 17, + "28": 33, + "29": 21, + "30": 21, + "31": 28, + "32": 22, + "33": 19, + "34": 24, + "35": 14, + "36": 18, + "37": 10, + "38": 10, + "39": 34, + "40": 15, + "41": 13, + "42": 18, + "43": 9, + "front": 0 + }, + "21": { + "1": 15, + "2": 32, + "3": 12, + "4": 29, + "5": 13, + "6": 28, + "7": 22, + "8": 17, + "9": 10, + "10": 14, + "11": 18, + "12": 7, + "13": 25, + "14": 7, + "15": 28, + "16": 14, + "17": 7, + "18": 15, + "19": 28, + "20": 14, + "21": 13, + "22": 18, + "23": 11, + "24": 10, + "25": 15, + "26": 15, + "27": 17, + "28": 7, + "29": 19, + "front": 0 + }, + "22": { + "1": 9, + "2": 10, + "3": 17, + "4": 19, + "5": 11, + "6": 23, + "7": 9, + "8": 31, + "9": 11, + "10": 19, + "11": 17, + "12": 13, + "13": 25, + "14": 12, + "15": 22, + "16": 16, + "17": 22, + "18": 15, + "19": 18, + "20": 16, + "21": 12, + "22": 15, + "23": 14, + "24": 18, + "25": 11, + "26": 15, + "27": 17, + "28": 14, + "29": 8, + "30": 16, + "31": 23, + "32": 17, + "33": 11, + "34": 21, + "35": 18, + "36": 12, + "37": 8, + "38": 16, + "39": 23, + "40": 8, + "41": 11, + "42": 16, + "43": 21, + "44": 5, + "45": 17, + "46": 10, + "47": 5, + "48": 14, + "49": 15, + "50": 14, + "51": 17, + "52": 17, + "53": 14, + "front": 0 + } + }, + "2ki": { + "1": { + "1": 6, + "2": 22, + "3": 25, + "4": 16, + "5": 8, + "6": 41, + "7": 13, + "8": 13, + "9": 19, + "10": 26, + "11": 17, + "12": 25, + "13": 30, + "14": 17, + "15": 15, + "16": 31, + "17": 21, + "18": 14, + "front": 0 + }, + "2": { + "1": 12, + "2": 24, + "3": 24, + "4": 20, + "5": 23, + "6": 19, + "7": 12, + "8": 14, + "9": 21, + "10": 15, + "11": 17, + "12": 17, + "13": 12, + "14": 25, + "15": 17, + "16": 29, + "17": 14, + "18": 12, + "19": 17, + "20": 10, + "21": 20, + "22": 9, + "23": 20, + "24": 16, + "25": 8, + "front": 0 + }, + "3": { + "1": 17, + "2": 15, + "3": 13, + "4": 15, + "5": 8, + "6": 10, + "7": 24, + "8": 9, + "9": 18, + "10": 14, + "11": 26, + "12": 13, + "13": 30, + "14": 21, + "15": 11, + "16": 9, + "17": 18, + "18": 8, + "19": 20, + "20": 13, + "21": 16, + "22": 13, + "23": 13, + "24": 16, + "25": 25, + "26": 20, + "27": 20, + "front": 0 + }, + "4": { + "1": 28, + "2": 21, + "3": 14, + "4": 13, + "5": 12, + "6": 17, + "7": 16, + "8": 20, + "9": 14, + "10": 17, + "11": 9, + "12": 11, + "13": 29, + "14": 12, + "15": 7, + "16": 16, + "17": 12, + "18": 9, + "19": 11, + "20": 10, + "21": 9, + "22": 17, + "23": 12, + "24": 15, + "25": 21, + "26": 14, + "27": 26, + "28": 10, + "29": 23, + "30": 12, + "31": 21, + "32": 9, + "33": 8, + "34": 19, + "35": 19, + "36": 14, + "37": 10, + "38": 18, + "39": 23, + "40": 16, + "41": 15, + "42": 18, + "43": 18, + "44": 6, + "front": 0 + }, + "5": { + "1": 23, + "2": 12, + "3": 13, + "4": 11, + "5": 22, + "6": 19, + "7": 29, + "8": 26, + "9": 8, + "10": 14, + "11": 20, + "12": 16, + "13": 19, + "14": 14, + "15": 28, + "16": 12, + "17": 22, + "18": 27, + "19": 8, + "20": 27, + "21": 14, + "22": 24, + "23": 21, + "24": 11, + "25": 16, + "26": 23, + "27": 10, + "front": 0 + }, + "6": { + "1": 15, + "2": 17, + "3": 10, + "4": 6, + "5": 15, + "6": 14, + "7": 6, + "8": 14, + "9": 15, + "10": 17, + "11": 20, + "12": 20, + "13": 12, + "14": 11, + "15": 20, + "16": 9, + "17": 23, + "18": 17, + "19": 20, + "20": 19, + "21": 10, + "22": 18, + "23": 18, + "24": 15, + "25": 19, + "26": 13, + "27": 11, + "28": 19, + "29": 15, + "30": 20, + "31": 15, + "32": 39, + "33": 17, + "front": 0 + }, + "7": { + "1": 18, + "2": 26, + "3": 16, + "4": 24, + "5": 15, + "6": 29, + "7": 16, + "8": 28, + "9": 27, + "10": 27, + "11": 6, + "12": 33, + "13": 28, + "14": 12, + "15": 18, + "16": 15, + "17": 23, + "18": 18, + "19": 21, + "20": 8, + "front": 0 + }, + "8": { + "1": 26, + "2": 14, + "3": 16, + "4": 17, + "5": 33, + "6": 26, + "7": 16, + "8": 19, + "9": 27, + "10": 13, + "11": 9, + "12": 24, + "13": 19, + "14": 17, + "15": 13, + "16": 16, + "17": 10, + "18": 18, + "19": 18, + "20": 9, + "21": 21, + "22": 13, + "23": 15, + "24": 13, + "25": 15, + "26": 17, + "27": 15, + "28": 16, + "29": 31, + "front": 0 + }, + "9": { + "1": 18, + "2": 17, + "3": 19, + "4": 6, + "5": 18, + "6": 21, + "7": 15, + "8": 11, + "9": 12, + "10": 11, + "11": 21, + "12": 18, + "13": 14, + "14": 20, + "15": 28, + "16": 15, + "17": 22, + "18": 26, + "19": 19, + "20": 16, + "21": 21, + "22": 17, + "23": 9, + "24": 14, + "25": 26, + "26": 24, + "27": 26, + "28": 11, + "29": 11, + "30": 14, + "31": 8, + "32": 13, + "33": 10, + "34": 14, + "35": 11, + "36": 21, + "37": 14, + "front": 0 + }, + "10": { + "1": 17, + "2": 14, + "3": 13, + "4": 13, + "5": 25, + "6": 31, + "7": 18, + "8": 18, + "9": 21, + "10": 22, + "11": 17, + "12": 9, + "13": 20, + "14": 17, + "15": 32, + "16": 9, + "17": 16, + "18": 15, + "19": 31, + "20": 6, + "21": 22, + "22": 12, + "23": 23, + "24": 24, + "25": 24, + "26": 6, + "27": 12, + "28": 5, + "29": 20, + "30": 23, + "31": 19, + "32": 11, + "33": 18, + "34": 17, + "35": 11, + "36": 10, + "front": 0 + }, + "11": { + "1": 13, + "2": 28, + "3": 11, + "4": 27, + "5": 14, + "6": 12, + "7": 13, + "8": 16, + "9": 21, + "10": 14, + "11": 17, + "12": 18, + "13": 11, + "14": 24, + "15": 26, + "16": 11, + "17": 17, + "18": 26, + "19": 27, + "20": 12, + "21": 5, + "front": 0 + }, + "12": { + "1": 14, + "2": 11, + "3": 9, + "4": 27, + "5": 16, + "6": 13, + "7": 24, + "8": 12, + "9": 28, + "10": 18, + "11": 18, + "12": 18, + "13": 20, + "14": 9, + "15": 17, + "16": 10, + "17": 15, + "18": 33, + "19": 15, + "20": 11, + "21": 19, + "front": 0 + }, + "13": { + "1": 19, + "2": 17, + "3": 16, + "4": 18, + "5": 14, + "6": 16, + "7": 21, + "8": 16, + "9": 10, + "10": 17, + "11": 17, + "12": 22, + "13": 14, + "14": 21, + "15": 10, + "16": 15, + "17": 22, + "18": 13, + "19": 22, + "20": 9, + "21": 22, + "22": 9, + "23": 21, + "24": 9, + "25": 26, + "front": 0 + }, + "14": { + "1": 13, + "2": 16, + "3": 14, + "4": 9, + "5": 12, + "6": 28, + "7": 19, + "8": 16, + "9": 31, + "10": 16, + "11": 17, + "12": 7, + "13": 27, + "14": 19, + "15": 21, + "16": 13, + "17": 16, + "18": 12, + "19": 11, + "20": 10, + "21": 16, + "22": 11, + "23": 19, + "24": 15, + "25": 25, + "26": 15, + "27": 14, + "28": 26, + "29": 11, + "front": 0 + }, + "15": { + "1": 13, + "2": 15, + "3": 9, + "4": 9, + "5": 21, + "6": 15, + "7": 14, + "8": 16, + "9": 17, + "10": 11, + "11": 11, + "12": 17, + "13": 15, + "14": 16, + "15": 14, + "16": 20, + "17": 16, + "18": 17, + "19": 18, + "20": 25, + "21": 15, + "22": 8, + "23": 14, + "24": 14, + "25": 23, + "26": 14, + "27": 16, + "28": 15, + "29": 31, + "30": 18, + "31": 14, + "32": 13, + "33": 16, + "34": 10, + "35": 16, + "36": 14, + "37": 13, + "38": 14, + "front": 0 + }, + "16": { + "1": 13, + "2": 18, + "3": 18, + "4": 9, + "5": 18, + "6": 21, + "7": 22, + "8": 16, + "9": 15, + "10": 27, + "11": 20, + "12": 13, + "13": 16, + "14": 21, + "15": 42, + "16": 8, + "17": 23, + "18": 16, + "19": 14, + "20": 13, + "front": 0 + }, + "17": { + "1": 15, + "2": 11, + "3": 12, + "4": 25, + "5": 11, + "6": 20, + "7": 19, + "8": 13, + "9": 20, + "10": 12, + "11": 15, + "12": 11, + "13": 28, + "14": 12, + "15": 29, + "16": 20, + "17": 15, + "18": 13, + "19": 13, + "20": 13, + "21": 20, + "22": 11, + "23": 22, + "24": 19, + "25": 16, + "26": 30, + "27": 19, + "28": 16, + "29": 18, + "30": 16, + "31": 14, + "32": 14, + "33": 14, + "34": 27, + "35": 18, + "36": 19, + "37": 17, + "38": 10, + "39": 12, + "40": 8, + "41": 22, + "front": 0 + }, + "18": { + "1": 14, + "2": 16, + "3": 9, + "4": 28, + "5": 14, + "6": 12, + "7": 12, + "8": 13, + "9": 21, + "10": 15, + "11": 13, + "12": 21, + "13": 15, + "14": 31, + "15": 11, + "16": 18, + "17": 32, + "18": 17, + "19": 19, + "20": 14, + "21": 25, + "22": 24, + "23": 18, + "24": 15, + "25": 16, + "26": 26, + "27": 26, + "28": 15, + "29": 13, + "30": 18, + "31": 23, + "32": 30, + "33": 10, + "34": 14, + "35": 15, + "36": 13, + "37": 22, + "front": 0 + }, + "19": { + "1": 12, + "2": 18, + "3": 19, + "4": 28, + "5": 6, + "6": 22, + "7": 11, + "8": 15, + "9": 16, + "10": 21, + "11": 13, + "12": 16, + "13": 10, + "14": 14, + "15": 23, + "16": 17, + "17": 9, + "18": 16, + "19": 15, + "20": 20, + "21": 18, + "22": 14, + "23": 23, + "24": 11, + "25": 16, + "26": 15, + "27": 7, + "28": 16, + "29": 17, + "30": 10, + "31": 11, + "32": 23, + "33": 12, + "34": 9, + "35": 19, + "36": 8, + "37": 19, + "front": 0 + }, + "20": { + "1": 23, + "2": 9, + "3": 18, + "4": 11, + "5": 26, + "6": 21, + "7": 10, + "8": 15, + "9": 22, + "10": 14, + "11": 16, + "12": 18, + "13": 35, + "14": 21, + "15": 18, + "16": 7, + "17": 19, + "18": 12, + "19": 16, + "20": 24, + "21": 8, + "front": 0 + }, + "21": { + "1": 15, + "2": 12, + "3": 24, + "4": 11, + "5": 9, + "6": 15, + "7": 27, + "8": 24, + "9": 15, + "10": 6, + "11": 20, + "12": 18, + "13": 21, + "14": 12, + "15": 18, + "16": 24, + "17": 18, + "18": 13, + "19": 17, + "20": 8, + "21": 14, + "22": 9, + "23": 8, + "24": 16, + "25": 14, + "26": 9, + "front": 0 + }, + "22": { + "1": 16, + "2": 13, + "3": 18, + "4": 17, + "5": 18, + "6": 10, + "7": 12, + "8": 19, + "9": 24, + "10": 14, + "11": 10, + "12": 21, + "13": 36, + "14": 24, + "15": 13, + "16": 19, + "17": 17, + "18": 19, + "19": 27, + "20": 24, + "front": 0 + }, + "23": { + "1": 8, + "2": 28, + "3": 35, + "4": 34, + "5": 22, + "6": 23, + "7": 13, + "8": 33, + "9": 15, + "10": 16, + "11": 23, + "12": 30, + "13": 27, + "14": 11, + "15": 30, + "16": 29, + "17": 27, + "18": 15, + "19": 23, + "20": 16, + "21": 15, + "22": 17, + "23": 12, + "24": 33, + "25": 22, + "26": 17, + "27": 27, + "28": 15, + "29": 20, + "30": 21, + "31": 16, + "32": 8, + "33": 17, + "34": 21, + "35": 28, + "36": 18, + "37": 8, + "front": 0 + }, + "24": { + "1": 14, + "2": 26, + "3": 14, + "4": 14, + "5": 15, + "6": 8, + "7": 21, + "8": 16, + "9": 8, + "10": 11, + "11": 9, + "12": 19, + "13": 25, + "14": 23, + "15": 19, + "16": 18, + "17": 11, + "18": 17, + "19": 8, + "20": 16, + "front": 0 + }, + "25": { + "1": 23, + "2": 9, + "3": 10, + "4": 21, + "5": 13, + "6": 12, + "7": 13, + "8": 21, + "9": 17, + "10": 11, + "11": 19, + "12": 7, + "13": 20, + "14": 16, + "15": 13, + "16": 17, + "17": 25, + "18": 15, + "19": 33, + "20": 11, + "21": 12, + "22": 17, + "23": 31, + "24": 18, + "25": 26, + "26": 14, + "27": 28, + "28": 12, + "29": 11, + "30": 13, + "front": 0 + } + }, + "1ch": { + "1": { + "1": 3, + "2": 3, + "3": 3, + "4": 4, + "5": 9, + "6": 5, + "7": 6, + "8": 6, + "9": 11, + "10": 9, + "11": 10, + "12": 10, + "13": 7, + "14": 6, + "15": 6, + "16": 6, + "17": 11, + "18": 8, + "19": 14, + "20": 10, + "21": 6, + "22": 6, + "23": 10, + "24": 3, + "25": 3, + "26": 3, + "27": 3, + "28": 4, + "29": 8, + "30": 5, + "31": 7, + "32": 16, + "33": 11, + "34": 8, + "35": 7, + "36": 9, + "37": 6, + "38": 9, + "39": 7, + "40": 11, + "41": 9, + "42": 9, + "43": 17, + "44": 8, + "45": 7, + "46": 15, + "47": 6, + "48": 7, + "49": 8, + "50": 17, + "51": 11, + "52": 6, + "53": 6, + "54": 7, + "front": 0 + }, + "2": { + "1": 9, + "2": 6, + "3": 19, + "4": 12, + "5": 4, + "6": 9, + "7": 8, + "8": 3, + "9": 11, + "10": 11, + "11": 8, + "12": 8, + "13": 10, + "14": 4, + "15": 4, + "16": 10, + "17": 8, + "18": 14, + "19": 11, + "20": 8, + "21": 18, + "22": 11, + "23": 19, + "24": 14, + "25": 11, + "26": 9, + "27": 8, + "28": 9, + "29": 10, + "30": 8, + "31": 9, + "32": 10, + "33": 8, + "34": 12, + "35": 11, + "36": 8, + "37": 8, + "38": 8, + "39": 8, + "40": 8, + "41": 8, + "42": 13, + "43": 6, + "44": 10, + "45": 7, + "46": 14, + "47": 8, + "48": 7, + "49": 13, + "50": 12, + "51": 8, + "52": 9, + "53": 11, + "54": 11, + "55": 14, + "front": 0 + }, + "3": { + "1": 16, + "2": 12, + "3": 7, + "4": 15, + "5": 13, + "6": 3, + "7": 3, + "8": 4, + "9": 8, + "10": 9, + "11": 6, + "12": 6, + "13": 6, + "14": 4, + "15": 10, + "16": 6, + "17": 5, + "18": 6, + "19": 10, + "20": 7, + "21": 12, + "22": 11, + "23": 6, + "24": 10, + "front": 0 + }, + "4": { + "1": 7, + "2": 15, + "3": 9, + "4": 14, + "5": 8, + "6": 14, + "7": 5, + "8": 10, + "9": 12, + "10": 23, + "11": 9, + "12": 15, + "13": 7, + "14": 14, + "15": 10, + "16": 6, + "17": 15, + "18": 23, + "19": 10, + "20": 12, + "21": 16, + "22": 12, + "23": 10, + "24": 7, + "25": 6, + "26": 8, + "27": 17, + "28": 6, + "29": 3, + "30": 3, + "31": 12, + "32": 8, + "33": 12, + "34": 5, + "35": 8, + "36": 7, + "37": 11, + "38": 9, + "39": 9, + "40": 15, + "41": 26, + "42": 17, + "43": 10, + "front": 0 + }, + "5": { + "1": 19, + "2": 8, + "3": 8, + "4": 8, + "5": 6, + "6": 11, + "7": 7, + "8": 14, + "9": 13, + "10": 15, + "11": 8, + "12": 7, + "13": 11, + "14": 17, + "15": 8, + "16": 9, + "17": 10, + "18": 25, + "19": 7, + "20": 16, + "21": 15, + "22": 11, + "23": 15, + "24": 19, + "25": 12, + "26": 29, + "front": 0 + }, + "6": { + "1": 5, + "2": 6, + "3": 11, + "4": 8, + "5": 8, + "6": 8, + "7": 8, + "8": 8, + "9": 8, + "10": 12, + "11": 8, + "12": 8, + "13": 8, + "14": 8, + "15": 9, + "16": 5, + "17": 6, + "18": 6, + "19": 8, + "20": 7, + "21": 8, + "22": 8, + "23": 6, + "24": 8, + "25": 4, + "26": 7, + "27": 6, + "28": 5, + "29": 9, + "30": 6, + "31": 11, + "32": 18, + "33": 11, + "34": 8, + "35": 8, + "36": 8, + "37": 8, + "38": 8, + "39": 10, + "40": 6, + "41": 6, + "42": 6, + "43": 6, + "44": 12, + "45": 6, + "46": 6, + "47": 8, + "48": 8, + "49": 22, + "50": 9, + "51": 6, + "52": 6, + "53": 4, + "54": 12, + "55": 9, + "56": 9, + "57": 18, + "58": 8, + "59": 9, + "60": 20, + "61": 12, + "62": 15, + "63": 13, + "64": 8, + "65": 18, + "66": 8, + "67": 15, + "68": 9, + "69": 9, + "70": 15, + "71": 15, + "72": 10, + "73": 8, + "74": 10, + "75": 8, + "76": 15, + "77": 13, + "78": 16, + "79": 8, + "80": 11, + "81": 8, + "front": 0 + }, + "7": { + "1": 7, + "2": 23, + "3": 12, + "4": 14, + "5": 11, + "6": 5, + "7": 19, + "8": 15, + "9": 10, + "10": 12, + "11": 15, + "12": 7, + "13": 8, + "14": 12, + "15": 14, + "16": 14, + "17": 10, + "18": 9, + "19": 7, + "20": 11, + "21": 16, + "22": 8, + "23": 14, + "24": 12, + "25": 7, + "26": 6, + "27": 4, + "28": 15, + "29": 19, + "30": 8, + "31": 7, + "32": 11, + "33": 8, + "34": 6, + "35": 7, + "36": 7, + "37": 6, + "38": 5, + "39": 5, + "40": 20, + "front": 0 + }, + "8": { + "1": 9, + "2": 4, + "3": 6, + "4": 3, + "5": 3, + "6": 12, + "7": 10, + "8": 11, + "9": 12, + "10": 10, + "11": 6, + "12": 12, + "13": 12, + "14": 3, + "15": 3, + "16": 5, + "17": 4, + "18": 5, + "19": 3, + "20": 3, + "21": 5, + "22": 3, + "23": 3, + "24": 3, + "25": 4, + "26": 3, + "27": 5, + "28": 8, + "29": 7, + "30": 7, + "31": 3, + "32": 12, + "33": 19, + "34": 9, + "35": 6, + "36": 16, + "37": 10, + "38": 15, + "39": 9, + "40": 18, + "front": 0 + }, + "9": { + "1": 13, + "2": 9, + "3": 12, + "4": 14, + "5": 5, + "6": 8, + "7": 10, + "8": 15, + "9": 13, + "10": 5, + "11": 14, + "12": 18, + "13": 14, + "14": 12, + "15": 10, + "16": 15, + "17": 8, + "18": 10, + "19": 23, + "20": 9, + "21": 7, + "22": 16, + "23": 9, + "24": 8, + "25": 10, + "26": 15, + "27": 12, + "28": 9, + "29": 14, + "30": 6, + "31": 11, + "32": 11, + "33": 12, + "34": 9, + "35": 8, + "36": 8, + "37": 4, + "38": 12, + "39": 19, + "40": 9, + "41": 5, + "42": 16, + "43": 10, + "44": 14, + "front": 0 + }, + "10": { + "1": 12, + "2": 17, + "3": 10, + "4": 28, + "5": 12, + "6": 8, + "7": 19, + "8": 15, + "9": 15, + "10": 10, + "11": 10, + "12": 22, + "13": 16, + "14": 10, + "front": 0 + }, + "11": { + "1": 11, + "2": 29, + "3": 24, + "4": 11, + "5": 15, + "6": 16, + "7": 9, + "8": 12, + "9": 7, + "10": 16, + "11": 20, + "12": 8, + "13": 19, + "14": 11, + "15": 17, + "16": 8, + "17": 11, + "18": 22, + "19": 21, + "20": 18, + "21": 11, + "22": 25, + "23": 24, + "24": 9, + "25": 13, + "26": 11, + "27": 4, + "28": 6, + "29": 4, + "30": 6, + "31": 8, + "32": 5, + "33": 4, + "34": 7, + "35": 7, + "36": 4, + "37": 5, + "38": 6, + "39": 9, + "40": 4, + "41": 5, + "42": 8, + "43": 5, + "44": 7, + "45": 6, + "46": 8, + "47": 4, + "front": 0 + }, + "12": { + "1": 15, + "2": 10, + "3": 13, + "4": 11, + "5": 6, + "6": 6, + "7": 6, + "8": 22, + "9": 6, + "10": 4, + "11": 4, + "12": 4, + "13": 5, + "14": 10, + "15": 19, + "16": 8, + "17": 26, + "18": 24, + "19": 23, + "20": 17, + "21": 13, + "22": 13, + "23": 15, + "24": 11, + "25": 9, + "26": 7, + "27": 8, + "28": 9, + "29": 14, + "30": 13, + "31": 13, + "32": 15, + "33": 14, + "34": 9, + "35": 9, + "36": 7, + "37": 15, + "38": 25, + "39": 12, + "40": 25, + "front": 0 + }, + "13": { + "1": 8, + "2": 26, + "3": 10, + "4": 11, + "5": 17, + "6": 21, + "7": 13, + "8": 14, + "9": 14, + "10": 15, + "11": 15, + "12": 13, + "13": 15, + "14": 20, + "front": 0 + }, + "14": { + "1": 16, + "2": 15, + "3": 10, + "4": 11, + "5": 3, + "6": 3, + "7": 3, + "8": 19, + "9": 5, + "10": 15, + "11": 23, + "12": 8, + "13": 5, + "14": 16, + "15": 18, + "16": 12, + "17": 12, + "front": 0 + }, + "15": { + "1": 12, + "2": 22, + "3": 16, + "4": 7, + "5": 7, + "6": 7, + "7": 7, + "8": 6, + "9": 6, + "10": 8, + "11": 12, + "12": 18, + "13": 13, + "14": 9, + "15": 14, + "16": 17, + "17": 18, + "18": 19, + "19": 7, + "20": 11, + "21": 11, + "22": 9, + "23": 4, + "24": 18, + "25": 17, + "26": 14, + "27": 18, + "28": 15, + "29": 23, + "front": 0 + }, + "16": { + "1": 17, + "2": 10, + "3": 12, + "4": 13, + "5": 19, + "6": 9, + "7": 11, + "8": 7, + "9": 7, + "10": 7, + "11": 6, + "12": 7, + "13": 6, + "14": 6, + "15": 7, + "16": 6, + "17": 6, + "18": 7, + "19": 6, + "20": 8, + "21": 7, + "22": 6, + "23": 9, + "24": 7, + "25": 10, + "26": 8, + "27": 6, + "28": 8, + "29": 12, + "30": 9, + "31": 8, + "32": 8, + "33": 11, + "34": 7, + "35": 13, + "36": 14, + "37": 15, + "38": 11, + "39": 11, + "40": 17, + "41": 13, + "42": 12, + "43": 10, + "front": 0 + }, + "17": { + "1": 20, + "2": 11, + "3": 9, + "4": 14, + "5": 18, + "6": 23, + "7": 21, + "8": 17, + "9": 17, + "10": 17, + "11": 17, + "12": 9, + "13": 17, + "14": 10, + "15": 11, + "16": 17, + "17": 15, + "18": 12, + "19": 13, + "20": 10, + "21": 24, + "22": 13, + "23": 15, + "24": 17, + "25": 16, + "26": 10, + "27": 15, + "front": 0 + }, + "18": { + "1": 14, + "2": 9, + "3": 12, + "4": 21, + "5": 14, + "6": 16, + "7": 12, + "8": 20, + "9": 13, + "10": 27, + "11": 19, + "12": 11, + "13": 15, + "14": 11, + "15": 9, + "16": 9, + "17": 11, + "front": 0 + }, + "19": { + "1": 11, + "2": 29, + "3": 23, + "4": 13, + "5": 21, + "6": 25, + "7": 21, + "8": 9, + "9": 12, + "10": 16, + "11": 11, + "12": 14, + "13": 11, + "14": 10, + "15": 17, + "16": 19, + "17": 19, + "18": 19, + "19": 19, + "front": 0 + }, + "20": { + "1": 29, + "2": 23, + "3": 22, + "4": 17, + "5": 18, + "6": 16, + "7": 9, + "8": 9, + "front": 0 + }, + "21": { + "1": 10, + "2": 20, + "3": 23, + "4": 12, + "5": 26, + "6": 11, + "7": 9, + "8": 20, + "9": 7, + "10": 18, + "11": 11, + "12": 33, + "13": 19, + "14": 9, + "15": 25, + "16": 26, + "17": 30, + "18": 16, + "19": 8, + "20": 12, + "21": 16, + "22": 20, + "23": 21, + "24": 19, + "25": 9, + "26": 18, + "27": 7, + "28": 12, + "29": 12, + "30": 13, + "front": 0 + }, + "22": { + "1": 11, + "2": 16, + "3": 12, + "4": 12, + "5": 23, + "6": 9, + "7": 13, + "8": 21, + "9": 23, + "10": 18, + "11": 13, + "12": 14, + "13": 22, + "14": 25, + "15": 12, + "16": 11, + "17": 8, + "18": 19, + "19": 25, + "front": 0 + }, + "23": { + "1": 10, + "2": 7, + "3": 13, + "4": 13, + "5": 11, + "6": 8, + "7": 3, + "8": 7, + "9": 10, + "10": 10, + "11": 15, + "12": 7, + "13": 21, + "14": 8, + "15": 4, + "16": 4, + "17": 14, + "18": 4, + "19": 10, + "20": 6, + "21": 8, + "22": 13, + "23": 6, + "24": 20, + "25": 12, + "26": 10, + "27": 12, + "28": 20, + "29": 11, + "30": 8, + "31": 13, + "32": 15, + "front": 0 + }, + "24": { + "1": 9, + "2": 12, + "3": 12, + "4": 22, + "5": 15, + "6": 27, + "7": 6, + "8": 4, + "9": 4, + "10": 4, + "11": 4, + "12": 6, + "13": 6, + "14": 6, + "15": 6, + "16": 5, + "17": 6, + "18": 6, + "19": 15, + "20": 9, + "21": 5, + "22": 5, + "23": 8, + "24": 6, + "25": 6, + "26": 7, + "27": 7, + "28": 6, + "29": 4, + "30": 10, + "31": 22, + "front": 0 + }, + "25": { + "1": 18, + "2": 15, + "3": 19, + "4": 18, + "5": 18, + "6": 20, + "7": 12, + "8": 9, + "9": 12, + "10": 6, + "11": 6, + "12": 6, + "13": 6, + "14": 6, + "15": 6, + "16": 6, + "17": 6, + "18": 7, + "19": 7, + "20": 7, + "21": 7, + "22": 7, + "23": 7, + "24": 7, + "25": 7, + "26": 7, + "27": 6, + "28": 7, + "29": 7, + "30": 7, + "31": 8, + "front": 0 + }, + "26": { + "1": 9, + "2": 10, + "3": 6, + "4": 13, + "5": 9, + "6": 11, + "7": 11, + "8": 16, + "9": 7, + "10": 14, + "11": 12, + "12": 11, + "13": 8, + "14": 13, + "15": 6, + "16": 11, + "17": 12, + "18": 6, + "19": 7, + "20": 8, + "21": 10, + "22": 9, + "23": 4, + "24": 8, + "25": 12, + "26": 18, + "27": 8, + "28": 19, + "29": 9, + "30": 19, + "31": 17, + "32": 22, + "front": 0 + }, + "27": { + "1": 27, + "2": 13, + "3": 9, + "4": 14, + "5": 15, + "6": 9, + "7": 15, + "8": 11, + "9": 12, + "10": 13, + "11": 11, + "12": 11, + "13": 11, + "14": 15, + "15": 13, + "16": 12, + "17": 6, + "18": 8, + "19": 8, + "20": 11, + "21": 10, + "22": 8, + "23": 16, + "24": 20, + "25": 15, + "26": 9, + "27": 10, + "28": 12, + "29": 12, + "30": 8, + "31": 11, + "32": 14, + "33": 7, + "34": 10, + "front": 0 + }, + "28": { + "1": 31, + "2": 23, + "3": 13, + "4": 29, + "5": 18, + "6": 17, + "7": 12, + "8": 24, + "9": 29, + "10": 11, + "11": 15, + "12": 17, + "13": 13, + "14": 15, + "15": 17, + "16": 10, + "17": 15, + "18": 15, + "19": 9, + "20": 27, + "21": 21, + "front": 0 + }, + "29": { + "1": 22, + "2": 27, + "3": 17, + "4": 14, + "5": 14, + "6": 12, + "7": 23, + "8": 11, + "9": 15, + "10": 18, + "11": 17, + "12": 13, + "13": 8, + "14": 16, + "15": 13, + "16": 16, + "17": 22, + "18": 16, + "19": 15, + "20": 19, + "21": 20, + "22": 18, + "23": 14, + "24": 13, + "25": 21, + "26": 7, + "27": 15, + "28": 11, + "29": 19, + "30": 14, + "front": 0 + } + }, + "2ch": { + "1": { + "1": 11, + "2": 14, + "3": 20, + "4": 15, + "5": 16, + "6": 15, + "7": 11, + "8": 12, + "9": 16, + "10": 17, + "11": 33, + "12": 20, + "13": 12, + "14": 20, + "15": 15, + "16": 11, + "17": 18, + "front": 0 + }, + "2": { + "1": 8, + "2": 17, + "3": 20, + "4": 27, + "5": 10, + "6": 22, + "7": 26, + "8": 20, + "9": 11, + "10": 23, + "11": 15, + "12": 27, + "13": 8, + "14": 35, + "15": 10, + "16": 17, + "17": 22, + "18": 17, + "front": 0 + }, + "3": { + "1": 20, + "2": 8, + "3": 16, + "4": 18, + "5": 13, + "6": 9, + "7": 12, + "8": 21, + "9": 8, + "10": 11, + "11": 20, + "12": 16, + "13": 12, + "14": 10, + "15": 15, + "16": 12, + "17": 17, + "front": 0 + }, + "4": { + "1": 12, + "2": 20, + "3": 19, + "4": 23, + "5": 13, + "6": 19, + "7": 12, + "8": 13, + "9": 10, + "10": 8, + "11": 19, + "12": 19, + "13": 20, + "14": 8, + "15": 8, + "16": 18, + "17": 10, + "18": 12, + "19": 16, + "20": 9, + "21": 7, + "22": 16, + "front": 0 + }, + "5": { + "1": 25, + "2": 25, + "3": 10, + "4": 8, + "5": 16, + "6": 18, + "7": 18, + "8": 14, + "9": 18, + "10": 17, + "11": 13, + "12": 22, + "13": 28, + "14": 14, + "front": 0 + }, + "6": { + "1": 7, + "2": 8, + "3": 13, + "4": 14, + "5": 27, + "6": 11, + "7": 11, + "8": 18, + "9": 13, + "10": 23, + "11": 13, + "12": 10, + "13": 29, + "14": 17, + "15": 15, + "16": 33, + "17": 10, + "18": 20, + "19": 17, + "20": 24, + "21": 19, + "22": 14, + "23": 18, + "24": 18, + "25": 15, + "26": 19, + "27": 24, + "28": 23, + "29": 21, + "30": 23, + "31": 15, + "32": 23, + "33": 32, + "34": 21, + "35": 9, + "36": 21, + "37": 16, + "38": 24, + "39": 16, + "40": 11, + "41": 16, + "42": 10, + "front": 0 + }, + "7": { + "1": 14, + "2": 14, + "3": 23, + "4": 7, + "5": 20, + "6": 26, + "7": 31, + "8": 19, + "9": 13, + "10": 21, + "11": 19, + "12": 16, + "13": 16, + "14": 21, + "15": 9, + "16": 17, + "17": 15, + "18": 15, + "19": 15, + "20": 20, + "21": 18, + "22": 26, + "front": 0 + }, + "8": { + "1": 12, + "2": 13, + "3": 6, + "4": 11, + "5": 14, + "6": 28, + "7": 13, + "8": 17, + "9": 18, + "10": 10, + "11": 29, + "12": 12, + "13": 18, + "14": 29, + "15": 10, + "16": 14, + "17": 12, + "18": 25, + "front": 0 + }, + "9": { + "1": 33, + "2": 14, + "3": 9, + "4": 19, + "5": 12, + "6": 20, + "7": 11, + "8": 25, + "9": 21, + "10": 14, + "11": 19, + "12": 20, + "13": 14, + "14": 14, + "15": 15, + "16": 17, + "17": 8, + "18": 18, + "19": 15, + "20": 19, + "21": 20, + "22": 8, + "23": 14, + "24": 16, + "25": 17, + "26": 12, + "27": 13, + "28": 6, + "29": 23, + "30": 8, + "31": 12, + "front": 0 + }, + "10": { + "1": 10, + "2": 15, + "3": 11, + "4": 15, + "5": 9, + "6": 21, + "7": 18, + "8": 14, + "9": 21, + "10": 28, + "11": 16, + "12": 16, + "13": 9, + "14": 17, + "15": 24, + "16": 31, + "17": 8, + "18": 21, + "19": 7, + "front": 0 + }, + "11": { + "1": 21, + "2": 8, + "3": 13, + "4": 25, + "5": 7, + "6": 8, + "7": 7, + "8": 6, + "9": 6, + "10": 11, + "11": 10, + "12": 12, + "13": 9, + "14": 15, + "15": 8, + "16": 18, + "17": 18, + "18": 15, + "19": 9, + "20": 16, + "21": 22, + "22": 11, + "23": 18, + "front": 0 + }, + "12": { + "1": 12, + "2": 14, + "3": 16, + "4": 9, + "5": 27, + "6": 7, + "7": 23, + "8": 9, + "9": 25, + "10": 15, + "11": 13, + "12": 13, + "13": 32, + "14": 9, + "15": 18, + "16": 11, + "front": 0 + }, + "13": { + "1": 9, + "2": 17, + "3": 23, + "4": 13, + "5": 17, + "6": 11, + "7": 19, + "8": 21, + "9": 27, + "10": 12, + "11": 30, + "12": 20, + "13": 11, + "14": 12, + "15": 16, + "16": 8, + "17": 14, + "18": 14, + "19": 19, + "20": 10, + "21": 14, + "22": 9, + "front": 0 + }, + "14": { + "1": 17, + "2": 7, + "3": 11, + "4": 10, + "5": 11, + "6": 16, + "7": 25, + "8": 22, + "9": 13, + "10": 8, + "11": 32, + "12": 10, + "13": 22, + "14": 20, + "15": 10, + "front": 0 + }, + "15": { + "1": 7, + "2": 22, + "3": 11, + "4": 10, + "5": 13, + "6": 10, + "7": 9, + "8": 28, + "9": 20, + "10": 9, + "11": 13, + "12": 11, + "13": 15, + "14": 7, + "15": 18, + "16": 19, + "17": 11, + "18": 10, + "19": 9, + "front": 0 + }, + "16": { + "1": 21, + "2": 18, + "3": 21, + "4": 28, + "5": 10, + "6": 21, + "7": 27, + "8": 15, + "9": 19, + "10": 18, + "11": 12, + "12": 18, + "13": 9, + "14": 22, + "front": 0 + }, + "17": { + "1": 7, + "2": 16, + "3": 13, + "4": 9, + "5": 15, + "6": 11, + "7": 14, + "8": 17, + "9": 12, + "10": 14, + "11": 22, + "12": 11, + "13": 11, + "14": 15, + "15": 8, + "16": 12, + "17": 11, + "18": 9, + "19": 12, + "front": 0 + }, + "18": { + "1": 7, + "2": 20, + "3": 20, + "4": 11, + "5": 23, + "6": 9, + "7": 33, + "8": 11, + "9": 20, + "10": 17, + "11": 13, + "12": 23, + "13": 11, + "14": 19, + "15": 16, + "16": 22, + "17": 15, + "18": 18, + "19": 19, + "20": 12, + "21": 15, + "22": 13, + "23": 19, + "24": 11, + "25": 15, + "26": 16, + "27": 14, + "28": 9, + "29": 16, + "30": 21, + "31": 21, + "32": 11, + "33": 21, + "34": 17, + "front": 0 + }, + "19": { + "1": 8, + "2": 21, + "3": 14, + "4": 16, + "5": 9, + "6": 16, + "7": 17, + "8": 15, + "9": 10, + "10": 30, + "11": 26, + "front": 0 + }, + "20": { + "1": 13, + "2": 17, + "3": 12, + "4": 12, + "5": 10, + "6": 20, + "7": 16, + "8": 8, + "9": 22, + "10": 21, + "11": 9, + "12": 22, + "13": 9, + "14": 19, + "15": 27, + "16": 14, + "17": 22, + "18": 13, + "19": 15, + "20": 20, + "21": 18, + "22": 16, + "23": 17, + "24": 14, + "25": 26, + "26": 21, + "27": 15, + "28": 8, + "29": 14, + "30": 7, + "31": 19, + "32": 11, + "33": 11, + "34": 17, + "35": 13, + "36": 10, + "37": 22, + "front": 0 + }, + "21": { + "1": 13, + "2": 16, + "3": 19, + "4": 14, + "5": 10, + "6": 18, + "7": 20, + "8": 9, + "9": 18, + "10": 21, + "11": 13, + "12": 23, + "13": 21, + "14": 10, + "15": 13, + "16": 12, + "17": 22, + "18": 9, + "19": 22, + "20": 18, + "front": 0 + }, + "22": { + "1": 22, + "2": 15, + "3": 11, + "4": 16, + "5": 21, + "6": 28, + "7": 22, + "8": 16, + "9": 29, + "10": 15, + "11": 37, + "12": 11, + "front": 0 + }, + "23": { + "1": 27, + "2": 14, + "3": 20, + "4": 12, + "5": 11, + "6": 19, + "7": 17, + "8": 25, + "9": 17, + "10": 19, + "11": 18, + "12": 14, + "13": 29, + "14": 25, + "15": 12, + "16": 12, + "17": 18, + "18": 25, + "19": 11, + "20": 30, + "21": 10, + "front": 0 + }, + "24": { + "1": 14, + "2": 9, + "3": 8, + "4": 11, + "5": 26, + "6": 23, + "7": 15, + "8": 10, + "9": 13, + "10": 10, + "11": 34, + "12": 24, + "13": 14, + "14": 28, + "15": 10, + "16": 12, + "17": 12, + "18": 18, + "19": 10, + "20": 30, + "21": 9, + "22": 18, + "23": 22, + "24": 22, + "25": 25, + "26": 11, + "27": 17, + "front": 0 + }, + "25": { + "1": 15, + "2": 8, + "3": 12, + "4": 27, + "5": 29, + "6": 9, + "7": 19, + "8": 17, + "9": 21, + "10": 17, + "11": 14, + "12": 14, + "13": 22, + "14": 19, + "15": 20, + "16": 26, + "17": 17, + "18": 31, + "19": 18, + "20": 14, + "21": 14, + "22": 7, + "23": 27, + "24": 21, + "25": 16, + "26": 13, + "27": 17, + "28": 9, + "front": 0 + }, + "26": { + "1": 16, + "2": 11, + "3": 16, + "4": 9, + "5": 14, + "6": 17, + "7": 10, + "8": 13, + "9": 13, + "10": 21, + "11": 20, + "12": 9, + "13": 19, + "14": 12, + "15": 24, + "16": 16, + "17": 10, + "18": 27, + "19": 18, + "20": 20, + "21": 24, + "22": 10, + "23": 20, + "front": 0 + }, + "27": { + "1": 16, + "2": 18, + "3": 11, + "4": 8, + "5": 32, + "6": 8, + "7": 13, + "8": 11, + "9": 12, + "front": 0 + }, + "28": { + "1": 17, + "2": 8, + "3": 17, + "4": 9, + "5": 23, + "6": 18, + "7": 16, + "8": 18, + "9": 28, + "10": 17, + "11": 12, + "12": 21, + "13": 26, + "14": 10, + "15": 29, + "16": 10, + "17": 7, + "18": 26, + "19": 15, + "20": 10, + "21": 16, + "22": 9, + "23": 22, + "24": 22, + "25": 14, + "26": 13, + "27": 17, + "front": 0 + }, + "29": { + "1": 16, + "2": 9, + "3": 12, + "4": 8, + "5": 17, + "6": 15, + "7": 16, + "8": 14, + "9": 10, + "10": 12, + "11": 15, + "12": 28, + "13": 10, + "14": 10, + "15": 12, + "16": 23, + "17": 23, + "18": 23, + "19": 15, + "20": 10, + "21": 25, + "22": 18, + "23": 10, + "24": 17, + "25": 21, + "26": 6, + "27": 18, + "28": 11, + "29": 8, + "30": 16, + "31": 21, + "32": 16, + "33": 7, + "34": 25, + "35": 11, + "36": 12, + "front": 0 + }, + "30": { + "1": 21, + "2": 10, + "3": 16, + "4": 7, + "5": 22, + "6": 29, + "7": 14, + "8": 21, + "9": 24, + "10": 15, + "11": 8, + "12": 15, + "13": 13, + "14": 13, + "15": 14, + "16": 14, + "17": 15, + "18": 25, + "19": 11, + "20": 7, + "21": 21, + "22": 22, + "23": 11, + "24": 22, + "25": 16, + "26": 14, + "27": 13, + "front": 0 + }, + "31": { + "1": 32, + "2": 21, + "3": 15, + "4": 12, + "5": 17, + "6": 20, + "7": 8, + "8": 12, + "9": 7, + "10": 27, + "11": 7, + "12": 13, + "13": 22, + "14": 14, + "15": 16, + "16": 17, + "17": 12, + "18": 12, + "19": 21, + "20": 12, + "21": 15, + "front": 0 + }, + "32": { + "1": 17, + "2": 9, + "3": 12, + "4": 20, + "5": 21, + "6": 15, + "7": 18, + "8": 16, + "9": 24, + "10": 12, + "11": 16, + "12": 18, + "13": 18, + "14": 20, + "15": 32, + "16": 9, + "17": 24, + "18": 16, + "19": 11, + "20": 11, + "21": 24, + "22": 15, + "23": 15, + "24": 14, + "25": 14, + "26": 14, + "27": 18, + "28": 11, + "29": 14, + "30": 17, + "31": 17, + "32": 16, + "33": 21, + "front": 0 + }, + "33": { + "1": 11, + "2": 12, + "3": 19, + "4": 11, + "5": 9, + "6": 20, + "7": 28, + "8": 25, + "9": 16, + "10": 8, + "11": 17, + "12": 12, + "13": 15, + "14": 24, + "15": 19, + "16": 16, + "17": 8, + "18": 19, + "19": 21, + "20": 10, + "21": 10, + "22": 17, + "23": 12, + "24": 5, + "25": 16, + "front": 0 + }, + "34": { + "1": 10, + "2": 12, + "3": 24, + "4": 21, + "5": 10, + "6": 9, + "7": 16, + "8": 26, + "9": 27, + "10": 19, + "11": 15, + "12": 23, + "13": 12, + "14": 15, + "15": 17, + "16": 19, + "17": 14, + "18": 15, + "19": 9, + "20": 20, + "21": 35, + "22": 22, + "23": 13, + "24": 22, + "25": 17, + "26": 18, + "27": 26, + "28": 25, + "29": 8, + "30": 26, + "31": 29, + "32": 13, + "33": 27, + "front": 0 + }, + "35": { + "1": 11, + "2": 8, + "3": 31, + "4": 11, + "5": 12, + "6": 10, + "7": 21, + "8": 21, + "9": 17, + "10": 11, + "11": 7, + "12": 15, + "13": 13, + "14": 19, + "15": 25, + "16": 16, + "17": 13, + "18": 25, + "19": 8, + "20": 19, + "21": 27, + "22": 20, + "23": 11, + "24": 22, + "25": 21, + "26": 7, + "27": 10, + "front": 0 + }, + "36": { + "1": 11, + "2": 10, + "3": 12, + "4": 20, + "5": 16, + "6": 9, + "7": 9, + "8": 19, + "9": 15, + "10": 19, + "11": 11, + "12": 12, + "13": 18, + "14": 18, + "15": 15, + "16": 16, + "17": 20, + "18": 15, + "19": 16, + "20": 14, + "21": 17, + "22": 24, + "23": 30, + "front": 0 + } + }, + "ezr": { + "1": { + "1": 24, + "2": 22, + "3": 21, + "4": 21, + "5": 19, + "6": 14, + "7": 14, + "8": 12, + "9": 11, + "10": 12, + "11": 16, + "front": 0 + }, + "2": { + "1": 17, + "2": 18, + "3": 6, + "4": 6, + "5": 6, + "6": 11, + "7": 6, + "8": 6, + "9": 5, + "10": 6, + "11": 6, + "12": 6, + "13": 6, + "14": 5, + "15": 6, + "16": 5, + "17": 6, + "18": 5, + "19": 5, + "20": 4, + "21": 6, + "22": 4, + "23": 5, + "24": 4, + "25": 9, + "26": 7, + "27": 5, + "28": 7, + "29": 4, + "30": 5, + "31": 7, + "32": 5, + "33": 8, + "34": 6, + "35": 7, + "36": 9, + "37": 5, + "38": 6, + "39": 5, + "40": 8, + "41": 6, + "42": 18, + "43": 7, + "44": 6, + "45": 6, + "46": 6, + "47": 6, + "48": 6, + "49": 6, + "50": 6, + "51": 6, + "52": 6, + "53": 6, + "54": 4, + "55": 9, + "56": 6, + "57": 9, + "58": 9, + "59": 18, + "60": 10, + "61": 17, + "62": 9, + "63": 13, + "64": 9, + "65": 14, + "66": 9, + "67": 11, + "68": 13, + "69": 16, + "70": 12, + "front": 0 + }, + "3": { + "1": 12, + "2": 23, + "3": 16, + "4": 13, + "5": 13, + "6": 12, + "7": 22, + "8": 36, + "9": 20, + "10": 21, + "11": 22, + "12": 23, + "13": 18, + "front": 0 + }, + "4": { + "1": 12, + "2": 25, + "3": 27, + "4": 10, + "5": 15, + "6": 10, + "7": 18, + "8": 13, + "9": 17, + "10": 16, + "11": 14, + "12": 20, + "13": 19, + "14": 18, + "15": 29, + "16": 18, + "17": 19, + "18": 7, + "19": 18, + "20": 14, + "21": 14, + "22": 11, + "23": 23, + "24": 16, + "front": 0 + }, + "5": { + "1": 16, + "2": 20, + "3": 24, + "4": 12, + "5": 18, + "6": 18, + "7": 10, + "8": 23, + "9": 17, + "10": 11, + "11": 25, + "12": 20, + "13": 15, + "14": 34, + "15": 16, + "16": 18, + "17": 32, + "front": 0 + }, + "6": { + "1": 13, + "2": 12, + "3": 25, + "4": 14, + "5": 25, + "6": 16, + "7": 15, + "8": 29, + "9": 25, + "10": 10, + "11": 22, + "12": 25, + "13": 16, + "14": 22, + "15": 15, + "16": 13, + "17": 23, + "18": 13, + "19": 9, + "20": 15, + "21": 15, + "22": 21, + "front": 0 + }, + "7": { + "1": 14, + "2": 6, + "3": 6, + "4": 6, + "5": 10, + "6": 23, + "7": 15, + "8": 8, + "9": 18, + "10": 13, + "11": 17, + "12": 12, + "13": 16, + "14": 17, + "15": 12, + "16": 17, + "17": 21, + "18": 13, + "19": 11, + "20": 13, + "21": 24, + "22": 20, + "23": 19, + "24": 20, + "25": 25, + "26": 24, + "27": 15, + "28": 21, + "front": 0 + }, + "8": { + "1": 10, + "2": 9, + "3": 10, + "4": 9, + "5": 8, + "6": 8, + "7": 8, + "8": 8, + "9": 10, + "10": 8, + "11": 9, + "12": 9, + "13": 11, + "14": 7, + "15": 18, + "16": 14, + "17": 22, + "18": 19, + "19": 9, + "20": 13, + "21": 17, + "22": 25, + "23": 7, + "24": 10, + "25": 18, + "26": 15, + "27": 12, + "28": 13, + "29": 15, + "30": 11, + "31": 19, + "32": 6, + "33": 26, + "34": 8, + "35": 27, + "36": 15, + "front": 0 + }, + "9": { + "1": 23, + "2": 17, + "3": 14, + "4": 16, + "5": 15, + "6": 17, + "7": 23, + "8": 23, + "9": 28, + "10": 9, + "11": 24, + "12": 25, + "13": 18, + "14": 15, + "15": 19, + "front": 0 + }, + "10": { + "1": 22, + "2": 22, + "3": 16, + "4": 8, + "5": 13, + "6": 24, + "7": 9, + "8": 16, + "9": 23, + "10": 14, + "11": 14, + "12": 10, + "13": 20, + "14": 28, + "15": 14, + "16": 21, + "17": 11, + "18": 16, + "19": 9, + "20": 4, + "21": 7, + "22": 8, + "23": 10, + "24": 8, + "25": 10, + "26": 8, + "27": 8, + "28": 6, + "29": 8, + "30": 11, + "31": 7, + "32": 3, + "33": 9, + "34": 5, + "35": 3, + "36": 3, + "37": 3, + "38": 3, + "39": 3, + "40": 3, + "41": 3, + "42": 3, + "43": 9, + "44": 10, + "front": 0 + } + }, + "neh": { + "1": { + "1": 13, + "2": 17, + "3": 18, + "4": 15, + "5": 14, + "6": 33, + "7": 16, + "8": 16, + "9": 22, + "10": 9, + "11": 29, + "front": 0 + }, + "2": { + "1": 18, + "2": 18, + "3": 18, + "4": 12, + "5": 19, + "6": 19, + "7": 20, + "8": 30, + "9": 16, + "10": 17, + "11": 7, + "12": 26, + "13": 21, + "14": 12, + "15": 12, + "16": 19, + "17": 23, + "18": 21, + "19": 23, + "20": 20, + "front": 0 + }, + "3": { + "1": 21, + "2": 11, + "3": 12, + "4": 22, + "5": 10, + "6": 16, + "7": 14, + "8": 18, + "9": 10, + "10": 14, + "11": 13, + "12": 12, + "13": 19, + "14": 17, + "15": 29, + "16": 20, + "17": 15, + "18": 10, + "19": 14, + "20": 16, + "21": 16, + "22": 5, + "23": 15, + "24": 13, + "25": 17, + "26": 11, + "27": 12, + "28": 8, + "29": 15, + "30": 18, + "31": 15, + "32": 8, + "front": 0 + }, + "4": { + "1": 16, + "2": 22, + "3": 14, + "4": 13, + "5": 12, + "6": 12, + "7": 20, + "8": 9, + "9": 9, + "10": 12, + "11": 15, + "12": 15, + "13": 14, + "14": 25, + "15": 18, + "16": 19, + "17": 12, + "18": 10, + "19": 18, + "20": 12, + "21": 11, + "22": 16, + "23": 15, + "front": 0 + }, + "5": { + "1": 8, + "2": 11, + "3": 11, + "4": 9, + "5": 23, + "6": 10, + "7": 19, + "8": 22, + "9": 14, + "10": 13, + "11": 17, + "12": 17, + "13": 33, + "14": 26, + "15": 27, + "16": 14, + "17": 13, + "18": 31, + "19": 10, + "front": 0 + }, + "6": { + "1": 25, + "2": 16, + "3": 18, + "4": 10, + "5": 12, + "6": 21, + "7": 18, + "8": 14, + "9": 15, + "10": 27, + "11": 13, + "12": 12, + "13": 14, + "14": 15, + "15": 8, + "16": 20, + "17": 14, + "18": 20, + "19": 13, + "front": 0 + }, + "7": { + "1": 10, + "2": 18, + "3": 24, + "4": 10, + "5": 20, + "6": 16, + "7": 18, + "8": 6, + "9": 6, + "10": 6, + "11": 11, + "12": 6, + "13": 6, + "14": 5, + "15": 6, + "16": 6, + "17": 7, + "18": 6, + "19": 5, + "20": 6, + "21": 5, + "22": 6, + "23": 6, + "24": 5, + "25": 4, + "26": 7, + "27": 5, + "28": 5, + "29": 9, + "30": 7, + "31": 5, + "32": 7, + "33": 5, + "34": 7, + "35": 5, + "36": 6, + "37": 8, + "38": 7, + "39": 9, + "40": 5, + "41": 6, + "42": 5, + "43": 8, + "44": 6, + "45": 16, + "46": 7, + "47": 6, + "48": 6, + "49": 6, + "50": 6, + "51": 6, + "52": 6, + "53": 6, + "54": 6, + "55": 6, + "56": 4, + "57": 9, + "58": 6, + "59": 9, + "60": 9, + "61": 18, + "62": 10, + "63": 17, + "64": 9, + "65": 13, + "66": 9, + "67": 16, + "68": 9, + "69": 11, + "70": 18, + "71": 13, + "72": 15, + "73": 17, + "front": 0 + }, + "8": { + "1": 24, + "2": 17, + "3": 23, + "4": 27, + "5": 15, + "6": 18, + "7": 21, + "8": 9, + "9": 30, + "10": 23, + "11": 11, + "12": 16, + "13": 16, + "14": 16, + "15": 26, + "16": 19, + "17": 26, + "18": 20, + "front": 0 + }, + "9": { + "1": 12, + "2": 12, + "3": 15, + "4": 18, + "5": 27, + "6": 28, + "7": 13, + "8": 25, + "9": 11, + "10": 19, + "11": 15, + "12": 14, + "13": 16, + "14": 13, + "15": 22, + "16": 10, + "17": 27, + "18": 15, + "19": 26, + "20": 12, + "21": 12, + "22": 19, + "23": 12, + "24": 21, + "25": 23, + "26": 19, + "27": 20, + "28": 20, + "29": 25, + "30": 15, + "31": 12, + "32": 30, + "33": 11, + "34": 16, + "35": 19, + "36": 17, + "37": 15, + "38": 11, + "front": 0 + }, + "10": { + "1": 7, + "2": 3, + "3": 3, + "4": 3, + "5": 3, + "6": 3, + "7": 3, + "8": 5, + "9": 8, + "10": 6, + "11": 3, + "12": 3, + "13": 3, + "14": 8, + "15": 3, + "16": 3, + "17": 3, + "18": 3, + "19": 3, + "20": 3, + "21": 3, + "22": 3, + "23": 3, + "24": 3, + "25": 3, + "26": 3, + "27": 3, + "28": 20, + "29": 25, + "30": 11, + "31": 23, + "32": 11, + "33": 18, + "34": 24, + "35": 13, + "36": 17, + "37": 24, + "38": 19, + "39": 25, + "front": 0 + }, + "11": { + "1": 19, + "2": 7, + "3": 19, + "4": 21, + "5": 16, + "6": 11, + "7": 18, + "8": 7, + "9": 11, + "10": 6, + "11": 14, + "12": 21, + "13": 15, + "14": 11, + "15": 11, + "16": 9, + "17": 21, + "18": 7, + "19": 9, + "20": 9, + "21": 7, + "22": 19, + "23": 10, + "24": 12, + "25": 13, + "26": 4, + "27": 5, + "28": 3, + "29": 4, + "30": 13, + "31": 8, + "32": 3, + "33": 3, + "34": 3, + "35": 4, + "36": 5, + "front": 0 + }, + "12": { + "1": 13, + "2": 3, + "3": 3, + "4": 3, + "5": 3, + "6": 3, + "7": 10, + "8": 11, + "9": 5, + "10": 11, + "11": 8, + "12": 10, + "13": 4, + "14": 4, + "15": 4, + "16": 4, + "17": 5, + "18": 4, + "19": 4, + "20": 4, + "21": 4, + "22": 14, + "23": 14, + "24": 18, + "25": 11, + "26": 13, + "27": 18, + "28": 10, + "29": 12, + "30": 10, + "31": 16, + "32": 6, + "33": 3, + "34": 4, + "35": 16, + "36": 17, + "37": 18, + "38": 16, + "39": 19, + "40": 9, + "41": 9, + "42": 12, + "43": 19, + "44": 26, + "45": 11, + "46": 11, + "47": 19, + "front": 0 + }, + "13": { + "1": 19, + "2": 17, + "3": 8, + "4": 10, + "5": 22, + "6": 20, + "7": 14, + "8": 12, + "9": 11, + "10": 13, + "11": 12, + "12": 8, + "13": 23, + "14": 13, + "15": 26, + "16": 12, + "17": 17, + "18": 22, + "19": 26, + "20": 9, + "21": 20, + "22": 21, + "23": 11, + "24": 11, + "25": 18, + "26": 27, + "27": 13, + "28": 11, + "29": 9, + "30": 9, + "31": 9, + "front": 0 + } + }, + "est": { + "1": { + "1": 13, + "2": 11, + "3": 15, + "4": 14, + "5": 20, + "6": 21, + "7": 11, + "8": 16, + "9": 11, + "10": 21, + "11": 17, + "12": 15, + "13": 14, + "14": 19, + "15": 15, + "16": 24, + "17": 21, + "18": 17, + "19": 27, + "20": 18, + "21": 9, + "22": 22, + "front": 0 + }, + "2": { + "1": 17, + "2": 10, + "3": 28, + "4": 14, + "5": 15, + "6": 16, + "7": 25, + "8": 24, + "9": 27, + "10": 14, + "11": 16, + "12": 30, + "13": 18, + "14": 29, + "15": 34, + "16": 16, + "17": 19, + "18": 17, + "19": 7, + "20": 19, + "21": 19, + "22": 11, + "23": 13, + "front": 0 + }, + "3": { + "1": 20, + "2": 19, + "3": 13, + "4": 20, + "5": 11, + "6": 24, + "7": 25, + "8": 27, + "9": 19, + "10": 13, + "11": 11, + "12": 40, + "13": 31, + "14": 14, + "15": 16, + "front": 0 + }, + "4": { + "1": 20, + "2": 13, + "3": 19, + "4": 19, + "5": 17, + "6": 11, + "7": 19, + "8": 26, + "9": 7, + "10": 6, + "11": 42, + "12": 5, + "13": 13, + "14": 23, + "15": 5, + "16": 32, + "17": 8, + "front": 0 + }, + "5": { + "1": 24, + "2": 24, + "3": 14, + "4": 15, + "5": 17, + "6": 15, + "7": 5, + "8": 27, + "9": 23, + "10": 12, + "11": 20, + "12": 23, + "13": 16, + "14": 30, + "front": 0 + }, + "6": { + "1": 16, + "2": 19, + "3": 17, + "4": 20, + "5": 11, + "6": 22, + "7": 9, + "8": 17, + "9": 30, + "10": 24, + "11": 21, + "12": 12, + "13": 30, + "14": 15, + "front": 0 + }, + "7": { + "1": 7, + "2": 20, + "3": 19, + "4": 18, + "5": 17, + "6": 13, + "7": 23, + "8": 30, + "9": 29, + "10": 11, + "front": 0 + }, + "8": { + "1": 22, + "2": 16, + "3": 22, + "4": 11, + "5": 34, + "6": 14, + "7": 21, + "8": 22, + "9": 43, + "10": 17, + "11": 26, + "12": 14, + "13": 17, + "14": 13, + "15": 18, + "16": 6, + "17": 27, + "front": 0 + }, + "9": { + "1": 30, + "2": 21, + "3": 17, + "4": 14, + "5": 11, + "6": 8, + "7": 6, + "8": 6, + "9": 8, + "10": 13, + "11": 9, + "12": 29, + "13": 22, + "14": 12, + "15": 20, + "16": 21, + "17": 14, + "18": 19, + "19": 22, + "20": 17, + "21": 18, + "22": 26, + "23": 11, + "24": 18, + "25": 21, + "26": 23, + "27": 23, + "28": 24, + "29": 16, + "30": 15, + "31": 22, + "32": 8, + "front": 0 + }, + "10": { + "1": 8, + "2": 20, + "3": 18, + "front": 0 + } + }, + "job": { + "1": { + "1": 15, + "2": 6, + "3": 25, + "4": 14, + "5": 28, + "6": 12, + "7": 15, + "8": 20, + "9": 9, + "10": 17, + "11": 13, + "12": 19, + "13": 10, + "14": 12, + "15": 14, + "16": 21, + "17": 25, + "18": 14, + "19": 20, + "20": 11, + "21": 16, + "22": 9, + "front": 0 + }, + "2": { + "1": 15, + "2": 16, + "3": 27, + "4": 14, + "5": 14, + "6": 10, + "7": 14, + "8": 9, + "9": 9, + "10": 22, + "11": 25, + "12": 17, + "13": 17, + "front": 0 + }, + "3": { + "1": 9, + "2": 3, + "3": 8, + "4": 12, + "5": 9, + "6": 12, + "7": 9, + "8": 6, + "9": 10, + "10": 8, + "11": 7, + "12": 7, + "13": 8, + "14": 7, + "15": 8, + "16": 9, + "17": 8, + "18": 7, + "19": 7, + "20": 7, + "21": 5, + "22": 7, + "23": 7, + "24": 8, + "25": 8, + "26": 8, + "front": 0 + }, + "4": { + "1": 4, + "2": 8, + "3": 6, + "4": 6, + "5": 8, + "6": 6, + "7": 9, + "8": 7, + "9": 6, + "10": 7, + "11": 7, + "12": 7, + "13": 7, + "14": 6, + "15": 7, + "16": 10, + "17": 7, + "18": 7, + "19": 10, + "20": 7, + "21": 7, + "front": 0 + }, + "5": { + "1": 8, + "2": 7, + "3": 7, + "4": 7, + "5": 10, + "6": 9, + "7": 8, + "8": 9, + "9": 8, + "10": 10, + "11": 6, + "12": 7, + "13": 6, + "14": 6, + "15": 6, + "16": 6, + "17": 9, + "18": 7, + "19": 8, + "20": 6, + "21": 8, + "22": 7, + "23": 9, + "24": 8, + "25": 7, + "26": 7, + "27": 9, + "front": 0 + }, + "6": { + "1": 3, + "2": 8, + "3": 9, + "4": 11, + "5": 9, + "6": 9, + "7": 6, + "8": 7, + "9": 6, + "10": 12, + "11": 9, + "12": 7, + "13": 7, + "14": 6, + "15": 7, + "16": 6, + "17": 6, + "18": 6, + "19": 7, + "20": 6, + "21": 7, + "22": 7, + "23": 6, + "24": 7, + "25": 8, + "26": 6, + "27": 7, + "28": 8, + "29": 9, + "30": 8, + "front": 0 + }, + "7": { + "1": 8, + "2": 6, + "3": 9, + "4": 11, + "5": 8, + "6": 7, + "7": 9, + "8": 7, + "9": 8, + "10": 8, + "11": 11, + "12": 8, + "13": 7, + "14": 4, + "15": 5, + "16": 9, + "17": 8, + "18": 4, + "19": 9, + "20": 13, + "21": 13, + "front": 0 + }, + "8": { + "1": 4, + "2": 8, + "3": 7, + "4": 7, + "5": 8, + "6": 11, + "7": 6, + "8": 8, + "9": 10, + "10": 8, + "11": 8, + "12": 8, + "13": 8, + "14": 6, + "15": 9, + "16": 8, + "17": 7, + "18": 7, + "19": 7, + "20": 9, + "21": 6, + "22": 6, + "front": 0 + }, + "9": { + "1": 3, + "2": 9, + "3": 9, + "4": 8, + "5": 7, + "6": 5, + "7": 7, + "8": 7, + "9": 6, + "10": 9, + "11": 9, + "12": 9, + "13": 8, + "14": 7, + "15": 7, + "16": 8, + "17": 6, + "18": 7, + "19": 8, + "20": 7, + "21": 7, + "22": 9, + "23": 7, + "24": 12, + "25": 8, + "26": 8, + "27": 7, + "28": 7, + "29": 6, + "30": 7, + "31": 5, + "32": 8, + "33": 8, + "34": 6, + "35": 8, + "front": 0 + }, + "10": { + "1": 9, + "2": 9, + "3": 12, + "4": 7, + "5": 7, + "6": 5, + "7": 8, + "8": 6, + "9": 8, + "10": 5, + "11": 6, + "12": 7, + "13": 7, + "14": 6, + "15": 12, + "16": 6, + "17": 9, + "18": 7, + "19": 7, + "20": 8, + "21": 8, + "22": 10, + "front": 0 + }, + "11": { + "1": 4, + "2": 8, + "3": 6, + "4": 6, + "5": 8, + "6": 13, + "7": 8, + "8": 8, + "9": 6, + "10": 6, + "11": 9, + "12": 7, + "13": 7, + "14": 8, + "15": 9, + "16": 7, + "17": 6, + "18": 7, + "19": 6, + "20": 9, + "front": 0 + }, + "12": { + "1": 3, + "2": 7, + "3": 13, + "4": 9, + "5": 7, + "6": 10, + "7": 9, + "8": 8, + "9": 10, + "10": 9, + "11": 8, + "12": 5, + "13": 6, + "14": 9, + "15": 7, + "16": 6, + "17": 5, + "18": 6, + "19": 5, + "20": 6, + "21": 7, + "22": 7, + "23": 6, + "24": 9, + "25": 6, + "front": 0 + }, + "13": { + "1": 8, + "2": 8, + "3": 9, + "4": 7, + "5": 7, + "6": 6, + "7": 6, + "8": 5, + "9": 9, + "10": 7, + "11": 7, + "12": 6, + "13": 7, + "14": 8, + "15": 9, + "16": 9, + "17": 5, + "18": 8, + "19": 8, + "20": 9, + "21": 6, + "22": 6, + "23": 7, + "24": 6, + "25": 7, + "26": 7, + "27": 10, + "28": 6, + "front": 0 + }, + "14": { + "1": 7, + "2": 7, + "3": 9, + "4": 6, + "5": 10, + "6": 7, + "7": 11, + "8": 7, + "9": 7, + "10": 6, + "11": 7, + "12": 12, + "13": 12, + "14": 11, + "15": 6, + "16": 8, + "17": 6, + "18": 7, + "19": 10, + "20": 6, + "21": 8, + "22": 7, + "front": 0 + }, + "15": { + "1": 4, + "2": 7, + "3": 8, + "4": 8, + "5": 7, + "6": 7, + "7": 6, + "8": 6, + "9": 8, + "10": 8, + "11": 7, + "12": 6, + "13": 8, + "14": 8, + "15": 8, + "16": 8, + "17": 6, + "18": 6, + "19": 8, + "20": 9, + "21": 6, + "22": 9, + "23": 10, + "24": 7, + "25": 8, + "26": 6, + "27": 8, + "28": 10, + "29": 9, + "30": 10, + "31": 8, + "32": 6, + "33": 6, + "34": 8, + "35": 7, + "front": 0 + }, + "16": { + "1": 3, + "2": 6, + "3": 8, + "4": 16, + "5": 6, + "6": 9, + "7": 6, + "8": 8, + "9": 10, + "10": 9, + "11": 8, + "12": 9, + "13": 10, + "14": 8, + "15": 7, + "16": 7, + "17": 6, + "18": 8, + "19": 7, + "20": 6, + "21": 7, + "22": 8, + "front": 0 + }, + "17": { + "1": 6, + "2": 7, + "3": 8, + "4": 8, + "5": 6, + "6": 6, + "7": 6, + "8": 8, + "9": 7, + "10": 9, + "11": 6, + "12": 7, + "13": 7, + "14": 7, + "15": 6, + "16": 8, + "front": 0 + }, + "18": { + "1": 4, + "2": 8, + "3": 5, + "4": 9, + "5": 8, + "6": 6, + "7": 5, + "8": 7, + "9": 6, + "10": 6, + "11": 5, + "12": 6, + "13": 7, + "14": 6, + "15": 8, + "16": 6, + "17": 10, + "18": 6, + "19": 9, + "20": 7, + "21": 9, + "front": 0 + }, + "19": { + "1": 3, + "2": 6, + "3": 8, + "4": 6, + "5": 7, + "6": 8, + "7": 8, + "8": 8, + "9": 6, + "10": 6, + "11": 6, + "12": 9, + "13": 7, + "14": 4, + "15": 8, + "16": 8, + "17": 6, + "18": 7, + "19": 8, + "20": 7, + "21": 9, + "22": 7, + "23": 9, + "24": 6, + "25": 8, + "26": 7, + "27": 11, + "28": 9, + "29": 11, + "front": 0 + }, + "20": { + "1": 4, + "2": 6, + "3": 6, + "4": 9, + "5": 8, + "6": 7, + "7": 6, + "8": 7, + "9": 8, + "10": 6, + "11": 7, + "12": 7, + "13": 7, + "14": 6, + "15": 6, + "16": 6, + "17": 7, + "18": 8, + "19": 8, + "20": 8, + "21": 8, + "22": 8, + "23": 10, + "24": 6, + "25": 8, + "26": 11, + "27": 6, + "28": 6, + "29": 8, + "front": 0 + }, + "21": { + "1": 3, + "2": 6, + "3": 6, + "4": 8, + "5": 7, + "6": 6, + "7": 7, + "8": 6, + "9": 7, + "10": 8, + "11": 5, + "12": 6, + "13": 6, + "14": 8, + "15": 9, + "16": 8, + "17": 10, + "18": 7, + "19": 7, + "20": 6, + "21": 8, + "22": 6, + "23": 7, + "24": 6, + "25": 7, + "26": 7, + "27": 6, + "28": 9, + "29": 7, + "30": 8, + "31": 10, + "32": 6, + "33": 11, + "34": 6, + "front": 0 + }, + "22": { + "1": 4, + "2": 7, + "3": 9, + "4": 5, + "5": 6, + "6": 7, + "7": 7, + "8": 8, + "9": 6, + "10": 7, + "11": 7, + "12": 9, + "13": 7, + "14": 8, + "15": 7, + "16": 7, + "17": 8, + "18": 8, + "19": 6, + "20": 7, + "21": 7, + "22": 7, + "23": 8, + "24": 7, + "25": 6, + "26": 9, + "27": 5, + "28": 8, + "29": 7, + "30": 6, + "front": 0 + }, + "23": { + "1": 3, + "2": 8, + "3": 7, + "4": 6, + "5": 7, + "6": 9, + "7": 7, + "8": 8, + "9": 8, + "10": 7, + "11": 7, + "12": 8, + "13": 7, + "14": 6, + "15": 7, + "16": 5, + "17": 8, + "front": 0 + }, + "24": { + "1": 9, + "2": 5, + "3": 6, + "4": 7, + "5": 11, + "6": 6, + "7": 7, + "8": 7, + "9": 6, + "10": 7, + "11": 6, + "12": 10, + "13": 10, + "14": 9, + "15": 11, + "16": 9, + "17": 9, + "18": 12, + "19": 8, + "20": 10, + "21": 7, + "22": 7, + "23": 7, + "24": 9, + "25": 8, + "front": 0 + }, + "25": { + "1": 4, + "2": 6, + "3": 8, + "4": 9, + "5": 9, + "6": 7, + "front": 0 + }, + "26": { + "1": 3, + "2": 8, + "3": 7, + "4": 8, + "5": 5, + "6": 6, + "7": 9, + "8": 7, + "9": 6, + "10": 10, + "11": 5, + "12": 6, + "13": 7, + "14": 13, + "front": 0 + }, + "27": { + "1": 5, + "2": 7, + "3": 8, + "4": 8, + "5": 11, + "6": 8, + "7": 5, + "8": 10, + "9": 7, + "10": 8, + "11": 9, + "12": 8, + "13": 10, + "14": 9, + "15": 6, + "16": 7, + "17": 6, + "18": 6, + "19": 7, + "20": 6, + "21": 5, + "22": 7, + "23": 6, + "front": 0 + }, + "28": { + "1": 7, + "2": 6, + "3": 10, + "4": 10, + "5": 8, + "6": 6, + "7": 8, + "8": 8, + "9": 6, + "10": 7, + "11": 6, + "12": 7, + "13": 8, + "14": 9, + "15": 8, + "16": 7, + "17": 7, + "18": 7, + "19": 8, + "20": 7, + "21": 7, + "22": 6, + "23": 7, + "24": 9, + "25": 6, + "26": 6, + "27": 6, + "28": 10, + "front": 0 + }, + "29": { + "1": 5, + "2": 7, + "3": 7, + "4": 8, + "5": 5, + "6": 8, + "7": 7, + "8": 6, + "9": 6, + "10": 6, + "11": 7, + "12": 8, + "13": 7, + "14": 6, + "15": 6, + "16": 7, + "17": 6, + "18": 7, + "19": 7, + "20": 6, + "21": 6, + "22": 7, + "23": 6, + "24": 8, + "25": 10, + "front": 0 + }, + "30": { + "1": 13, + "2": 8, + "3": 8, + "4": 7, + "5": 6, + "6": 6, + "7": 6, + "8": 9, + "9": 6, + "10": 7, + "11": 7, + "12": 10, + "13": 7, + "14": 6, + "15": 9, + "16": 7, + "17": 7, + "18": 7, + "19": 5, + "20": 7, + "21": 6, + "22": 6, + "23": 8, + "24": 9, + "25": 8, + "26": 9, + "27": 7, + "28": 7, + "29": 6, + "30": 7, + "31": 6, + "front": 0 + }, + "31": { + "1": 7, + "2": 7, + "3": 6, + "4": 7, + "5": 8, + "6": 6, + "7": 12, + "8": 5, + "9": 9, + "10": 6, + "11": 6, + "12": 9, + "13": 7, + "14": 9, + "15": 7, + "16": 7, + "17": 7, + "18": 7, + "19": 8, + "20": 7, + "21": 9, + "22": 6, + "23": 8, + "24": 7, + "25": 9, + "26": 8, + "27": 6, + "28": 8, + "29": 8, + "30": 7, + "31": 10, + "32": 7, + "33": 7, + "34": 11, + "35": 13, + "36": 8, + "37": 6, + "38": 7, + "39": 8, + "40": 10, + "front": 0 + }, + "32": { + "1": 11, + "2": 15, + "3": 12, + "4": 10, + "5": 10, + "6": 18, + "7": 7, + "8": 7, + "9": 6, + "10": 8, + "11": 9, + "12": 9, + "13": 8, + "14": 7, + "15": 7, + "16": 9, + "17": 8, + "18": 6, + "19": 8, + "20": 6, + "21": 9, + "22": 7, + "front": 0 + }, + "33": { + "1": 8, + "2": 7, + "3": 7, + "4": 6, + "5": 6, + "6": 8, + "7": 8, + "8": 6, + "9": 9, + "10": 7, + "11": 6, + "12": 9, + "13": 8, + "14": 7, + "15": 10, + "16": 6, + "17": 6, + "18": 7, + "19": 7, + "20": 6, + "21": 7, + "22": 5, + "23": 11, + "24": 7, + "25": 6, + "26": 10, + "27": 10, + "28": 7, + "29": 9, + "30": 7, + "31": 7, + "32": 8, + "33": 8, + "front": 0 + }, + "34": { + "1": 3, + "2": 6, + "3": 7, + "4": 7, + "5": 7, + "6": 7, + "7": 6, + "8": 9, + "9": 8, + "10": 10, + "11": 8, + "12": 9, + "13": 8, + "14": 8, + "15": 8, + "16": 7, + "17": 8, + "18": 6, + "19": 14, + "20": 11, + "21": 8, + "22": 8, + "23": 10, + "24": 7, + "25": 6, + "26": 5, + "27": 9, + "28": 7, + "29": 13, + "30": 5, + "31": 7, + "32": 9, + "33": 12, + "34": 8, + "35": 7, + "36": 9, + "37": 10, + "front": 0 + }, + "35": { + "1": 3, + "2": 6, + "3": 8, + "4": 6, + "5": 7, + "6": 10, + "7": 9, + "8": 6, + "9": 6, + "10": 8, + "11": 6, + "12": 7, + "13": 8, + "14": 9, + "15": 9, + "16": 8, + "front": 0 + }, + "36": { + "1": 3, + "2": 8, + "3": 6, + "4": 8, + "5": 8, + "6": 6, + "7": 10, + "8": 6, + "9": 6, + "10": 7, + "11": 8, + "12": 8, + "13": 8, + "14": 5, + "15": 6, + "16": 12, + "17": 6, + "18": 9, + "19": 7, + "20": 6, + "21": 10, + "22": 7, + "23": 8, + "24": 7, + "25": 7, + "26": 9, + "27": 7, + "28": 7, + "29": 7, + "30": 7, + "31": 7, + "32": 7, + "33": 7, + "front": 0 + }, + "37": { + "1": 6, + "2": 7, + "3": 8, + "4": 11, + "5": 8, + "6": 10, + "7": 8, + "8": 6, + "9": 6, + "10": 7, + "11": 7, + "12": 12, + "13": 7, + "14": 7, + "15": 7, + "16": 7, + "17": 6, + "18": 6, + "19": 8, + "20": 9, + "21": 10, + "22": 7, + "23": 10, + "24": 8, + "front": 0 + }, + "38": { + "1": 7, + "2": 7, + "3": 6, + "4": 8, + "5": 10, + "6": 9, + "7": 8, + "8": 6, + "9": 5, + "10": 6, + "11": 10, + "12": 6, + "13": 6, + "14": 6, + "15": 6, + "16": 7, + "17": 7, + "18": 8, + "19": 9, + "20": 8, + "21": 7, + "22": 7, + "23": 7, + "24": 9, + "25": 7, + "26": 9, + "27": 6, + "28": 8, + "29": 8, + "30": 6, + "31": 7, + "32": 7, + "33": 7, + "34": 6, + "35": 6, + "36": 9, + "37": 8, + "38": 5, + "39": 6, + "40": 7, + "41": 12, + "front": 0 + }, + "39": { + "1": 8, + "2": 6, + "3": 5, + "4": 8, + "5": 8, + "6": 6, + "7": 7, + "8": 7, + "9": 7, + "10": 8, + "11": 8, + "12": 7, + "13": 7, + "14": 7, + "15": 7, + "16": 8, + "17": 8, + "18": 6, + "19": 6, + "20": 5, + "21": 7, + "22": 8, + "23": 6, + "24": 9, + "25": 10, + "26": 6, + "27": 8, + "28": 7, + "29": 6, + "30": 7, + "front": 0 + }, + "40": { + "1": 5, + "2": 7, + "3": 5, + "4": 8, + "5": 7, + "6": 7, + "7": 6, + "8": 6, + "9": 7, + "10": 7, + "11": 7, + "12": 7, + "13": 6, + "14": 7, + "15": 9, + "16": 7, + "17": 7, + "18": 6, + "19": 7, + "20": 10, + "21": 6, + "22": 6, + "23": 11, + "24": 5, + "front": 0 + }, + "41": { + "1": 6, + "2": 6, + "3": 7, + "4": 6, + "5": 5, + "6": 6, + "7": 6, + "8": 7, + "9": 7, + "10": 8, + "11": 8, + "12": 7, + "13": 8, + "14": 7, + "15": 6, + "16": 7, + "17": 6, + "18": 6, + "19": 6, + "20": 6, + "21": 6, + "22": 6, + "23": 7, + "24": 7, + "25": 5, + "26": 7, + "27": 6, + "28": 9, + "29": 6, + "30": 7, + "31": 6, + "32": 6, + "33": 7, + "34": 10, + "front": 0 + }, + "42": { + "1": 5, + "2": 8, + "3": 14, + "4": 6, + "5": 6, + "6": 7, + "7": 26, + "8": 33, + "9": 17, + "10": 15, + "11": 33, + "12": 20, + "13": 6, + "14": 11, + "15": 14, + "16": 15, + "17": 5, + "front": 0 + } + }, + "psa": { + "1": { + "1": 15, + "2": 9, + "3": 17, + "4": 9, + "5": 9, + "6": 8, + "front": 0 + }, + "2": { + "1": 6, + "2": 10, + "3": 6, + "4": 6, + "5": 6, + "6": 7, + "7": 11, + "8": 8, + "9": 6, + "10": 6, + "11": 6, + "12": 14, + "front": 0 + }, + "3": { + "1": 7, + "2": 8, + "3": 7, + "4": 8, + "5": 7, + "6": 8, + "7": 13, + "8": 6, + "front": 6 + }, + "4": { + "1": 10, + "2": 11, + "3": 10, + "4": 9, + "5": 6, + "6": 10, + "7": 7, + "8": 10, + "front": 4 + }, + "5": { + "1": 5, + "2": 8, + "3": 8, + "4": 9, + "5": 9, + "6": 8, + "7": 10, + "8": 8, + "9": 11, + "10": 10, + "11": 12, + "12": 8, + "front": 5 + }, + "6": { + "1": 7, + "2": 10, + "3": 7, + "4": 7, + "5": 8, + "6": 9, + "7": 6, + "8": 10, + "9": 6, + "10": 8, + "front": 6 + }, + "7": { + "1": 8, + "2": 7, + "3": 9, + "4": 7, + "5": 11, + "6": 10, + "7": 6, + "8": 8, + "9": 11, + "10": 6, + "11": 7, + "12": 8, + "13": 7, + "14": 7, + "15": 6, + "16": 7, + "17": 7, + "front": 10 + }, + "8": { + "1": 12, + "2": 10, + "3": 9, + "4": 8, + "5": 6, + "6": 7, + "7": 6, + "8": 7, + "9": 7, + "front": 5 + }, + "9": { + "1": 7, + "2": 6, + "3": 6, + "4": 8, + "5": 8, + "6": 9, + "7": 6, + "8": 7, + "9": 7, + "10": 9, + "11": 7, + "12": 9, + "13": 8, + "14": 9, + "15": 9, + "16": 10, + "17": 7, + "18": 9, + "19": 9, + "20": 9, + "front": 5 + }, + "10": { + "1": 7, + "2": 8, + "3": 10, + "4": 9, + "5": 11, + "6": 9, + "7": 9, + "8": 9, + "9": 11, + "10": 5, + "11": 9, + "12": 8, + "13": 9, + "14": 15, + "15": 8, + "16": 7, + "17": 8, + "18": 10, + "front": 0 + }, + "11": { + "1": 10, + "2": 14, + "3": 6, + "4": 12, + "5": 8, + "6": 10, + "7": 8, + "front": 0 + }, + "12": { + "1": 10, + "2": 10, + "3": 8, + "4": 9, + "5": 12, + "6": 10, + "7": 8, + "8": 7, + "front": 5 + }, + "13": { + "1": 11, + "2": 13, + "3": 9, + "4": 8, + "5": 6, + "6": 5, + "front": 3 + }, + "14": { + "1": 13, + "2": 12, + "3": 10, + "4": 12, + "5": 7, + "6": 6, + "7": 13, + "front": 0 + }, + "15": { + "1": 10, + "2": 7, + "3": 13, + "4": 11, + "5": 14, + "front": 0 + }, + "16": { + "1": 7, + "2": 7, + "3": 8, + "4": 14, + "5": 7, + "6": 8, + "7": 9, + "8": 8, + "9": 9, + "10": 10, + "11": 10, + "front": 0 + }, + "17": { + "1": 12, + "2": 6, + "3": 11, + "4": 8, + "5": 6, + "6": 10, + "7": 6, + "8": 7, + "9": 8, + "10": 5, + "11": 7, + "12": 7, + "13": 9, + "14": 15, + "15": 7, + "front": 0 + }, + "18": { + "1": 4, + "2": 12, + "3": 6, + "4": 6, + "5": 6, + "6": 14, + "7": 10, + "8": 9, + "9": 6, + "10": 8, + "11": 9, + "12": 7, + "13": 9, + "14": 6, + "15": 11, + "16": 6, + "17": 7, + "18": 7, + "19": 6, + "20": 7, + "21": 7, + "22": 8, + "23": 5, + "24": 8, + "25": 7, + "26": 6, + "27": 8, + "28": 8, + "29": 7, + "30": 11, + "31": 9, + "32": 6, + "33": 6, + "34": 7, + "35": 8, + "36": 6, + "37": 7, + "38": 7, + "39": 6, + "40": 6, + "41": 7, + "42": 8, + "43": 10, + "44": 8, + "45": 5, + "46": 7, + "47": 7, + "48": 9, + "49": 7, + "50": 10, + "front": 20 + }, + "19": { + "1": 8, + "2": 8, + "3": 7, + "4": 11, + "5": 8, + "6": 9, + "7": 10, + "8": 10, + "9": 10, + "10": 8, + "11": 7, + "12": 5, + "13": 12, + "14": 10, + "front": 3 + }, + "20": { + "1": 8, + "2": 5, + "3": 6, + "4": 6, + "5": 9, + "6": 12, + "7": 9, + "8": 6, + "9": 6, + "front": 3 + }, + "21": { + "1": 8, + "2": 9, + "3": 8, + "4": 9, + "5": 7, + "6": 8, + "7": 8, + "8": 7, + "9": 10, + "10": 6, + "11": 8, + "12": 7, + "13": 6, + "front": 3 + }, + "22": { + "1": 8, + "2": 9, + "3": 5, + "4": 5, + "5": 7, + "6": 8, + "7": 8, + "8": 8, + "9": 8, + "10": 7, + "11": 9, + "12": 6, + "13": 6, + "14": 11, + "15": 9, + "16": 9, + "17": 7, + "18": 7, + "19": 7, + "20": 6, + "21": 6, + "22": 6, + "23": 12, + "24": 14, + "25": 8, + "26": 9, + "27": 12, + "28": 5, + "29": 13, + "30": 5, + "31": 7, + "front": 6 + }, + "23": { + "1": 6, + "2": 7, + "3": 7, + "4": 15, + "5": 10, + "6": 12, + "front": 0 + }, + "24": { + "1": 8, + "2": 8, + "3": 8, + "4": 12, + "5": 7, + "6": 7, + "7": 9, + "8": 10, + "9": 9, + "10": 11, + "front": 0 + }, + "25": { + "1": 5, + "2": 9, + "3": 8, + "4": 5, + "5": 11, + "6": 7, + "7": 12, + "8": 8, + "9": 6, + "10": 8, + "11": 8, + "12": 8, + "13": 6, + "14": 5, + "15": 9, + "16": 7, + "17": 5, + "18": 6, + "19": 7, + "20": 8, + "21": 5, + "22": 6, + "front": 0 + }, + "26": { + "1": 11, + "2": 6, + "3": 6, + "4": 9, + "5": 7, + "6": 7, + "7": 6, + "8": 7, + "9": 9, + "10": 6, + "11": 5, + "12": 6, + "front": 0 + }, + "27": { + "1": 11, + "2": 12, + "3": 14, + "4": 17, + "5": 10, + "6": 13, + "7": 6, + "8": 9, + "9": 16, + "10": 6, + "11": 8, + "12": 11, + "13": 7, + "14": 9, + "front": 0 + }, + "28": { + "1": 15, + "2": 10, + "3": 13, + "4": 12, + "5": 12, + "6": 6, + "7": 11, + "8": 7, + "9": 10, + "front": 0 + }, + "29": { + "1": 10, + "2": 8, + "3": 11, + "4": 6, + "5": 9, + "6": 8, + "7": 5, + "8": 8, + "9": 10, + "10": 7, + "11": 9, + "front": 0 + }, + "30": { + "1": 8, + "2": 5, + "3": 8, + "4": 6, + "5": 10, + "6": 6, + "7": 9, + "8": 6, + "9": 10, + "10": 7, + "11": 8, + "12": 9, + "front": 5 + }, + "31": { + "1": 8, + "2": 12, + "3": 8, + "4": 8, + "5": 8, + "6": 8, + "7": 10, + "8": 7, + "9": 10, + "10": 11, + "11": 12, + "12": 6, + "13": 12, + "14": 7, + "15": 6, + "16": 6, + "17": 9, + "18": 9, + "19": 12, + "20": 9, + "21": 8, + "22": 12, + "23": 13, + "24": 6, + "front": 3 + }, + "32": { + "1": 7, + "2": 10, + "3": 7, + "4": 11, + "5": 15, + "6": 15, + "7": 9, + "8": 8, + "9": 13, + "10": 7, + "11": 8, + "front": 0 + }, + "33": { + "1": 6, + "2": 7, + "3": 7, + "4": 7, + "5": 7, + "6": 8, + "7": 7, + "8": 9, + "9": 7, + "10": 7, + "11": 8, + "12": 9, + "13": 8, + "14": 7, + "15": 7, + "16": 10, + "17": 7, + "18": 7, + "19": 5, + "20": 6, + "21": 8, + "22": 7, + "front": 0 + }, + "34": { + "1": 8, + "2": 6, + "3": 6, + "4": 7, + "5": 6, + "6": 8, + "7": 6, + "8": 9, + "9": 8, + "10": 9, + "11": 7, + "12": 8, + "13": 6, + "14": 7, + "15": 7, + "16": 7, + "17": 6, + "18": 8, + "19": 6, + "20": 7, + "21": 6, + "22": 9, + "front": 8 + }, + "35": { + "1": 8, + "2": 5, + "3": 9, + "4": 9, + "5": 7, + "6": 7, + "7": 9, + "8": 11, + "9": 5, + "10": 13, + "11": 7, + "12": 6, + "13": 11, + "14": 8, + "15": 11, + "16": 6, + "17": 8, + "18": 6, + "19": 9, + "20": 10, + "21": 8, + "22": 8, + "23": 6, + "24": 7, + "25": 8, + "26": 10, + "27": 11, + "28": 6, + "front": 0 + }, + "36": { + "1": 10, + "2": 7, + "3": 7, + "4": 12, + "5": 6, + "6": 10, + "7": 9, + "8": 6, + "9": 7, + "10": 6, + "11": 8, + "12": 8, + "front": 4 + }, + "37": { + "1": 8, + "2": 7, + "3": 8, + "4": 7, + "5": 8, + "6": 5, + "7": 11, + "8": 8, + "9": 8, + "10": 8, + "11": 7, + "12": 6, + "13": 8, + "14": 11, + "15": 5, + "16": 6, + "17": 7, + "18": 7, + "19": 7, + "20": 10, + "21": 7, + "22": 6, + "23": 6, + "24": 8, + "25": 11, + "26": 6, + "27": 6, + "28": 13, + "29": 6, + "30": 7, + "31": 6, + "32": 5, + "33": 7, + "34": 11, + "35": 6, + "36": 6, + "37": 8, + "38": 6, + "39": 6, + "40": 9, + "front": 0 + }, + "38": { + "1": 6, + "2": 7, + "3": 10, + "4": 8, + "5": 5, + "6": 8, + "7": 7, + "8": 7, + "9": 8, + "10": 10, + "11": 8, + "12": 11, + "13": 8, + "14": 8, + "15": 8, + "16": 9, + "17": 7, + "18": 5, + "19": 6, + "20": 8, + "21": 7, + "22": 4, + "front": 3 + }, + "39": { + "1": 11, + "2": 6, + "3": 8, + "4": 11, + "5": 14, + "6": 12, + "7": 7, + "8": 7, + "9": 7, + "10": 7, + "11": 13, + "12": 16, + "13": 6, + "front": 4 + }, + "40": { + "1": 7, + "2": 11, + "3": 11, + "4": 12, + "5": 15, + "6": 11, + "7": 8, + "8": 7, + "9": 11, + "10": 14, + "11": 10, + "12": 17, + "13": 6, + "14": 11, + "15": 8, + "16": 11, + "17": 12, + "front": 3 + }, + "41": { + "1": 8, + "2": 9, + "3": 9, + "4": 9, + "5": 8, + "6": 12, + "7": 9, + "8": 9, + "9": 11, + "10": 6, + "11": 10, + "12": 7, + "13": 9, + "front": 3 + }, + "42": { + "1": 10, + "2": 10, + "3": 12, + "4": 17, + "5": 12, + "6": 12, + "7": 11, + "8": 10, + "9": 10, + "10": 10, + "11": 14, + "front": 4 + }, + "43": { + "1": 11, + "2": 11, + "3": 11, + "4": 12, + "5": 14, + "front": 0 + }, + "44": { + "1": 11, + "2": 8, + "3": 16, + "4": 7, + "5": 6, + "6": 7, + "7": 5, + "8": 8, + "9": 6, + "10": 7, + "11": 5, + "12": 7, + "13": 6, + "14": 7, + "15": 7, + "16": 6, + "17": 8, + "18": 8, + "19": 7, + "20": 8, + "21": 9, + "22": 8, + "23": 8, + "24": 6, + "25": 7, + "26": 6, + "front": 4 + }, + "45": { + "1": 12, + "2": 11, + "3": 7, + "4": 11, + "5": 8, + "6": 8, + "7": 12, + "8": 10, + "9": 8, + "10": 9, + "11": 8, + "12": 7, + "13": 8, + "14": 8, + "15": 6, + "16": 8, + "17": 11, + "front": 8 + }, + "46": { + "1": 8, + "2": 10, + "3": 7, + "4": 8, + "5": 8, + "6": 8, + "7": 8, + "8": 8, + "9": 12, + "10": 9, + "11": 8, + "front": 6 + }, + "47": { + "1": 8, + "2": 9, + "3": 6, + "4": 10, + "5": 6, + "6": 6, + "7": 7, + "8": 9, + "9": 12, + "front": 4 + }, + "48": { + "1": 8, + "2": 12, + "3": 4, + "4": 6, + "5": 6, + "6": 5, + "7": 5, + "8": 14, + "9": 5, + "10": 10, + "11": 8, + "12": 5, + "13": 9, + "14": 10, + "front": 4 + }, + "49": { + "1": 8, + "2": 9, + "3": 6, + "4": 6, + "5": 7, + "6": 6, + "7": 9, + "8": 5, + "9": 6, + "10": 11, + "11": 10, + "12": 7, + "13": 8, + "14": 14, + "15": 9, + "16": 9, + "17": 9, + "18": 8, + "19": 9, + "20": 7, + "front": 4 + }, + "50": { + "1": 12, + "2": 5, + "3": 10, + "4": 8, + "5": 7, + "6": 8, + "7": 9, + "8": 7, + "9": 6, + "10": 8, + "11": 7, + "12": 9, + "13": 6, + "14": 6, + "15": 5, + "16": 11, + "17": 6, + "18": 8, + "19": 6, + "20": 7, + "21": 10, + "22": 9, + "23": 8, + "front": 0 + }, + "51": { + "1": 7, + "2": 5, + "3": 7, + "4": 11, + "5": 6, + "6": 7, + "7": 6, + "8": 6, + "9": 6, + "10": 9, + "11": 8, + "12": 7, + "13": 6, + "14": 8, + "15": 6, + "16": 8, + "17": 10, + "18": 7, + "19": 11, + "front": 12 + }, + "52": { + "1": 8, + "2": 7, + "3": 7, + "4": 6, + "5": 11, + "6": 5, + "7": 11, + "8": 10, + "9": 10, + "front": 15 + }, + "53": { + "1": 11, + "2": 12, + "3": 10, + "4": 11, + "5": 15, + "6": 13, + "front": 5 + }, + "54": { + "1": 5, + "2": 6, + "3": 12, + "4": 7, + "5": 5, + "6": 8, + "7": 7, + "front": 12 + }, + "55": { + "1": 6, + "2": 6, + "3": 11, + "4": 7, + "5": 6, + "6": 8, + "7": 6, + "8": 6, + "9": 9, + "10": 8, + "11": 7, + "12": 11, + "13": 5, + "14": 8, + "15": 9, + "16": 6, + "17": 7, + "18": 9, + "19": 13, + "20": 5, + "21": 10, + "22": 11, + "23": 14, + "front": 4 + }, + "56": { + "1": 9, + "2": 9, + "3": 5, + "4": 11, + "5": 8, + "6": 8, + "7": 8, + "8": 8, + "9": 11, + "10": 6, + "11": 8, + "12": 6, + "13": 12, + "front": 11 + }, + "57": { + "1": 13, + "2": 6, + "3": 10, + "4": 13, + "5": 8, + "6": 11, + "7": 7, + "8": 7, + "9": 6, + "10": 8, + "11": 8, + "front": 9 + }, + "58": { + "1": 8, + "2": 8, + "3": 7, + "4": 10, + "5": 8, + "6": 8, + "7": 9, + "8": 9, + "9": 9, + "10": 9, + "11": 10, + "front": 5 + }, + "59": { + "1": 5, + "2": 6, + "3": 12, + "4": 7, + "5": 16, + "6": 6, + "7": 8, + "8": 7, + "9": 6, + "10": 6, + "11": 10, + "12": 9, + "13": 12, + "14": 6, + "15": 7, + "16": 14, + "17": 8, + "front": 11 + }, + "60": { + "1": 6, + "2": 7, + "3": 6, + "4": 7, + "5": 6, + "6": 9, + "7": 9, + "8": 10, + "9": 8, + "10": 8, + "11": 7, + "12": 6, + "front": 24 + }, + "61": { + "1": 5, + "2": 10, + "3": 8, + "4": 7, + "5": 9, + "6": 9, + "7": 8, + "8": 8, + "front": 4 + }, + "62": { + "1": 7, + "2": 8, + "3": 11, + "4": 11, + "5": 7, + "6": 7, + "7": 8, + "8": 12, + "9": 12, + "10": 12, + "11": 9, + "12": 8, + "front": 5 + }, + "63": { + "1": 15, + "2": 6, + "3": 6, + "4": 6, + "5": 9, + "6": 7, + "7": 7, + "8": 6, + "9": 7, + "10": 7, + "11": 12, + "front": 5 + }, + "64": { + "1": 8, + "2": 6, + "3": 8, + "4": 7, + "5": 11, + "6": 9, + "7": 6, + "8": 7, + "9": 8, + "10": 9, + "front": 3 + }, + "65": { + "1": 8, + "2": 6, + "3": 7, + "4": 10, + "5": 11, + "6": 5, + "7": 7, + "8": 8, + "9": 14, + "10": 8, + "11": 6, + "12": 6, + "13": 9, + "front": 4 + }, + "66": { + "1": 7, + "2": 6, + "3": 10, + "4": 9, + "5": 9, + "6": 9, + "7": 11, + "8": 6, + "9": 7, + "10": 6, + "11": 5, + "12": 8, + "13": 6, + "14": 7, + "15": 12, + "16": 9, + "17": 6, + "18": 7, + "19": 6, + "20": 8, + "front": 0 + }, + "67": { + "1": 7, + "2": 6, + "3": 6, + "4": 11, + "5": 6, + "6": 6, + "7": 7, + "front": 4 + }, + "68": { + "1": 7, + "2": 11, + "3": 7, + "4": 11, + "5": 7, + "6": 11, + "7": 7, + "8": 13, + "9": 8, + "10": 7, + "11": 6, + "12": 8, + "13": 11, + "14": 6, + "15": 8, + "16": 12, + "17": 9, + "18": 12, + "19": 9, + "20": 8, + "21": 9, + "22": 7, + "23": 8, + "24": 7, + "25": 7, + "26": 6, + "27": 11, + "28": 8, + "29": 7, + "30": 14, + "31": 8, + "32": 7, + "33": 9, + "34": 8, + "35": 12, + "front": 4 + }, + "69": { + "1": 7, + "2": 10, + "3": 8, + "4": 14, + "5": 8, + "6": 13, + "7": 7, + "8": 6, + "9": 8, + "10": 6, + "11": 6, + "12": 7, + "13": 12, + "14": 8, + "15": 12, + "16": 9, + "17": 9, + "18": 7, + "19": 8, + "20": 10, + "21": 6, + "22": 6, + "23": 6, + "24": 6, + "25": 7, + "26": 9, + "27": 7, + "28": 7, + "29": 6, + "30": 6, + "31": 6, + "32": 7, + "33": 9, + "34": 7, + "35": 10, + "36": 7, + "front": 4 + }, + "70": { + "1": 5, + "2": 9, + "3": 7, + "4": 11, + "5": 12, + "front": 3 + }, + "71": { + "1": 6, + "2": 7, + "3": 12, + "4": 7, + "5": 7, + "6": 10, + "7": 6, + "8": 6, + "9": 8, + "10": 8, + "11": 8, + "12": 7, + "13": 9, + "14": 7, + "15": 10, + "16": 7, + "17": 7, + "18": 14, + "19": 10, + "20": 11, + "21": 4, + "22": 12, + "23": 8, + "24": 12, + "front": 0 + }, + "72": { + "1": 8, + "2": 5, + "3": 6, + "4": 8, + "5": 7, + "6": 7, + "7": 8, + "8": 8, + "9": 6, + "10": 10, + "11": 7, + "12": 8, + "13": 7, + "14": 7, + "15": 11, + "16": 13, + "17": 12, + "18": 8, + "19": 11, + "20": 5, + "front": 0 + }, + "73": { + "1": 8, + "2": 7, + "3": 6, + "4": 6, + "5": 7, + "6": 7, + "7": 6, + "8": 6, + "9": 6, + "10": 8, + "11": 7, + "12": 7, + "13": 7, + "14": 6, + "15": 8, + "16": 6, + "17": 7, + "18": 6, + "19": 8, + "20": 6, + "21": 5, + "22": 7, + "23": 6, + "24": 5, + "25": 7, + "26": 8, + "27": 8, + "28": 12, + "front": 0 + }, + "74": { + "1": 10, + "2": 12, + "3": 8, + "4": 7, + "5": 6, + "6": 6, + "7": 7, + "8": 9, + "9": 11, + "10": 9, + "11": 7, + "12": 7, + "13": 9, + "14": 8, + "15": 8, + "16": 9, + "17": 9, + "18": 9, + "19": 10, + "20": 8, + "21": 8, + "22": 10, + "23": 8, + "front": 0 + }, + "75": { + "1": 8, + "2": 6, + "3": 8, + "4": 8, + "5": 7, + "6": 7, + "7": 7, + "8": 17, + "9": 6, + "10": 7, + "front": 6 + }, + "76": { + "1": 6, + "2": 5, + "3": 8, + "4": 5, + "5": 11, + "6": 6, + "7": 8, + "8": 6, + "9": 8, + "10": 7, + "11": 9, + "12": 6, + "front": 5 + }, + "77": { + "1": 9, + "2": 12, + "3": 7, + "4": 6, + "5": 5, + "6": 8, + "7": 7, + "8": 7, + "9": 8, + "10": 6, + "11": 7, + "12": 5, + "13": 7, + "14": 7, + "15": 7, + "16": 9, + "17": 9, + "18": 9, + "19": 8, + "20": 6, + "front": 5 + }, + "78": { + "1": 9, + "2": 7, + "3": 6, + "4": 12, + "5": 12, + "6": 9, + "7": 9, + "8": 15, + "9": 8, + "10": 7, + "11": 5, + "12": 8, + "13": 7, + "14": 7, + "15": 6, + "16": 6, + "17": 7, + "18": 6, + "19": 8, + "20": 15, + "21": 11, + "22": 7, + "23": 6, + "24": 8, + "25": 8, + "26": 6, + "27": 8, + "28": 5, + "29": 6, + "30": 6, + "31": 9, + "32": 7, + "33": 5, + "34": 6, + "35": 7, + "36": 5, + "37": 7, + "38": 13, + "39": 8, + "40": 5, + "41": 6, + "42": 9, + "43": 7, + "44": 6, + "45": 6, + "46": 5, + "47": 5, + "48": 5, + "49": 10, + "50": 10, + "51": 8, + "52": 6, + "53": 8, + "54": 8, + "55": 10, + "56": 8, + "57": 6, + "58": 4, + "59": 6, + "60": 6, + "61": 6, + "62": 5, + "63": 6, + "64": 6, + "65": 6, + "66": 7, + "67": 7, + "68": 9, + "69": 7, + "70": 6, + "71": 8, + "72": 6, + "front": 0 + }, + "79": { + "1": 14, + "2": 11, + "3": 7, + "4": 6, + "5": 9, + "6": 13, + "7": 7, + "8": 11, + "9": 13, + "10": 12, + "11": 9, + "12": 9, + "13": 11, + "front": 0 + }, + "80": { + "1": 9, + "2": 10, + "3": 5, + "4": 8, + "5": 6, + "6": 6, + "7": 6, + "8": 6, + "9": 6, + "10": 6, + "11": 7, + "12": 7, + "13": 6, + "14": 10, + "15": 8, + "16": 6, + "17": 10, + "18": 6, + "19": 7, + "front": 6 + }, + "81": { + "1": 6, + "2": 8, + "3": 6, + "4": 7, + "5": 11, + "6": 6, + "7": 11, + "8": 8, + "9": 9, + "10": 9, + "11": 8, + "12": 5, + "13": 7, + "14": 7, + "15": 7, + "16": 6, + "front": 4 + }, + "82": { + "1": 9, + "2": 8, + "3": 6, + "4": 6, + "5": 10, + "6": 7, + "7": 6, + "8": 9, + "front": 0 + }, + "83": { + "1": 9, + "2": 7, + "3": 7, + "4": 9, + "5": 7, + "6": 5, + "7": 7, + "8": 9, + "9": 7, + "10": 6, + "11": 8, + "12": 7, + "13": 6, + "14": 6, + "15": 5, + "16": 6, + "17": 6, + "18": 10, + "front": 3 + }, + "84": { + "1": 5, + "2": 12, + "3": 16, + "4": 6, + "5": 7, + "6": 9, + "7": 8, + "8": 9, + "9": 6, + "10": 12, + "11": 14, + "12": 6, + "front": 6 + }, + "85": { + "1": 6, + "2": 7, + "3": 6, + "4": 6, + "5": 7, + "6": 7, + "7": 6, + "8": 15, + "9": 7, + "10": 6, + "11": 6, + "12": 7, + "13": 6, + "front": 4 + }, + "86": { + "1": 10, + "2": 11, + "3": 7, + "4": 8, + "5": 9, + "6": 6, + "7": 5, + "8": 6, + "9": 10, + "10": 8, + "11": 9, + "12": 8, + "13": 8, + "14": 11, + "15": 10, + "16": 9, + "17": 12, + "front": 0 + }, + "87": { + "1": 7, + "2": 7, + "3": 6, + "4": 12, + "5": 9, + "6": 8, + "7": 5, + "front": 0 + }, + "88": { + "1": 7, + "2": 6, + "3": 7, + "4": 8, + "5": 13, + "6": 5, + "7": 7, + "8": 9, + "9": 11, + "10": 8, + "11": 5, + "12": 6, + "13": 7, + "14": 7, + "15": 7, + "16": 5, + "17": 7, + "18": 6, + "front": 11 + }, + "89": { + "1": 9, + "2": 9, + "3": 6, + "4": 9, + "5": 8, + "6": 9, + "7": 9, + "8": 9, + "9": 8, + "10": 8, + "11": 9, + "12": 8, + "13": 8, + "14": 8, + "15": 8, + "16": 6, + "17": 7, + "18": 6, + "19": 12, + "20": 6, + "21": 7, + "22": 8, + "23": 5, + "24": 6, + "25": 5, + "26": 7, + "27": 7, + "28": 7, + "29": 6, + "30": 7, + "31": 6, + "32": 5, + "33": 7, + "34": 7, + "35": 6, + "36": 6, + "37": 7, + "38": 6, + "39": 6, + "40": 6, + "41": 7, + "42": 6, + "43": 7, + "44": 5, + "45": 7, + "46": 9, + "47": 11, + "48": 11, + "49": 7, + "50": 9, + "51": 8, + "52": 5, + "front": 3 + }, + "90": { + "1": 11, + "2": 11, + "3": 8, + "4": 10, + "5": 6, + "6": 6, + "7": 5, + "8": 6, + "9": 9, + "10": 16, + "11": 6, + "12": 7, + "13": 7, + "14": 7, + "15": 6, + "16": 7, + "17": 12, + "front": 0 + }, + "91": { + "1": 6, + "2": 7, + "3": 7, + "4": 9, + "5": 7, + "6": 6, + "7": 8, + "8": 6, + "9": 7, + "10": 8, + "11": 7, + "12": 7, + "13": 7, + "14": 8, + "15": 7, + "16": 5, + "front": 0 + }, + "92": { + "1": 6, + "2": 5, + "3": 7, + "4": 7, + "5": 7, + "6": 9, + "7": 11, + "8": 4, + "9": 12, + "10": 6, + "11": 8, + "12": 6, + "13": 6, + "14": 6, + "15": 8, + "front": 4 + }, + "93": { + "1": 13, + "2": 5, + "3": 9, + "4": 9, + "5": 9, + "front": 0 + }, + "94": { + "1": 6, + "2": 7, + "3": 8, + "4": 7, + "5": 5, + "6": 5, + "7": 8, + "8": 6, + "9": 9, + "10": 7, + "11": 7, + "12": 7, + "13": 8, + "14": 8, + "15": 9, + "16": 11, + "17": 8, + "18": 7, + "19": 6, + "20": 7, + "21": 7, + "22": 7, + "23": 9, + "front": 0 + }, + "95": { + "1": 6, + "2": 6, + "3": 9, + "4": 7, + "5": 8, + "6": 7, + "7": 12, + "8": 7, + "9": 7, + "10": 13, + "11": 7, + "front": 0 + }, + "96": { + "1": 8, + "2": 8, + "3": 6, + "4": 10, + "5": 8, + "6": 6, + "7": 8, + "8": 8, + "9": 8, + "10": 12, + "11": 7, + "12": 10, + "13": 13, + "front": 0 + }, + "97": { + "1": 7, + "2": 7, + "3": 6, + "4": 6, + "5": 9, + "6": 7, + "7": 10, + "8": 9, + "9": 12, + "10": 10, + "11": 6, + "12": 6, + "front": 0 + }, + "98": { + "1": 13, + "2": 7, + "3": 12, + "4": 7, + "5": 6, + "6": 7, + "7": 6, + "8": 6, + "9": 11, + "front": 0 + }, + "99": { + "1": 8, + "2": 8, + "3": 6, + "4": 12, + "5": 8, + "6": 11, + "7": 9, + "8": 11, + "9": 10, + "front": 0 + }, + "100": { + "1": 6, + "2": 7, + "3": 12, + "4": 9, + "5": 9, + "front": 0 + }, + "101": { + "1": 8, + "2": 11, + "3": 12, + "4": 7, + "5": 12, + "6": 10, + "7": 12, + "8": 11, + "front": 0 + }, + "102": { + "1": 6, + "2": 14, + "3": 8, + "4": 8, + "5": 5, + "6": 6, + "7": 6, + "8": 7, + "9": 7, + "10": 6, + "11": 6, + "12": 7, + "13": 10, + "14": 8, + "15": 10, + "16": 6, + "17": 8, + "18": 8, + "19": 9, + "20": 6, + "21": 6, + "22": 7, + "23": 5, + "24": 9, + "25": 6, + "26": 10, + "27": 5, + "28": 6, + "front": 8 + }, + "103": { + "1": 10, + "2": 8, + "3": 6, + "4": 6, + "5": 6, + "6": 6, + "7": 6, + "8": 7, + "9": 6, + "10": 8, + "11": 9, + "12": 7, + "13": 8, + "14": 8, + "15": 7, + "16": 9, + "17": 10, + "18": 5, + "19": 7, + "20": 10, + "21": 7, + "22": 11, + "front": 0 + }, + "104": { + "1": 11, + "2": 6, + "3": 10, + "4": 6, + "5": 8, + "6": 7, + "7": 7, + "8": 9, + "9": 8, + "10": 6, + "11": 7, + "12": 8, + "13": 7, + "14": 10, + "15": 11, + "16": 7, + "17": 7, + "18": 6, + "19": 6, + "20": 9, + "21": 6, + "22": 6, + "23": 6, + "24": 10, + "25": 13, + "26": 8, + "27": 6, + "28": 7, + "29": 9, + "30": 6, + "31": 7, + "32": 6, + "33": 6, + "34": 6, + "35": 13, + "front": 0 + }, + "105": { + "1": 7, + "2": 7, + "3": 7, + "4": 6, + "5": 7, + "6": 6, + "7": 6, + "8": 7, + "9": 6, + "10": 6, + "11": 8, + "12": 6, + "13": 8, + "14": 7, + "15": 6, + "16": 8, + "17": 6, + "18": 6, + "19": 7, + "20": 6, + "21": 6, + "22": 5, + "23": 7, + "24": 6, + "25": 6, + "26": 7, + "27": 7, + "28": 7, + "29": 7, + "30": 5, + "31": 6, + "32": 6, + "33": 6, + "34": 6, + "35": 7, + "36": 7, + "37": 6, + "38": 7, + "39": 6, + "40": 6, + "41": 7, + "42": 8, + "43": 6, + "44": 7, + "45": 7, + "front": 0 + }, + "106": { + "1": 9, + "2": 7, + "3": 7, + "4": 6, + "5": 9, + "6": 5, + "7": 15, + "8": 6, + "9": 7, + "10": 6, + "11": 7, + "12": 4, + "13": 6, + "14": 6, + "15": 6, + "16": 6, + "17": 8, + "18": 6, + "19": 5, + "20": 7, + "21": 6, + "22": 7, + "23": 11, + "24": 6, + "25": 6, + "26": 6, + "27": 5, + "28": 6, + "29": 5, + "30": 5, + "31": 7, + "32": 7, + "33": 6, + "34": 8, + "35": 4, + "36": 6, + "37": 6, + "38": 13, + "39": 4, + "40": 7, + "41": 6, + "42": 5, + "43": 8, + "44": 6, + "45": 6, + "46": 6, + "47": 11, + "48": 14, + "front": 0 + }, + "107": { + "1": 7, + "2": 7, + "3": 6, + "4": 8, + "5": 6, + "6": 7, + "7": 7, + "8": 6, + "9": 8, + "10": 6, + "11": 7, + "12": 6, + "13": 7, + "14": 5, + "15": 6, + "16": 7, + "17": 5, + "18": 8, + "19": 7, + "20": 5, + "21": 6, + "22": 6, + "23": 7, + "24": 6, + "25": 6, + "26": 7, + "27": 6, + "28": 7, + "29": 5, + "30": 7, + "31": 6, + "32": 6, + "33": 6, + "34": 6, + "35": 8, + "36": 6, + "37": 7, + "38": 6, + "39": 5, + "40": 8, + "41": 6, + "42": 7, + "43": 7, + "front": 0 + }, + "108": { + "1": 7, + "2": 5, + "3": 6, + "4": 8, + "5": 8, + "6": 6, + "7": 9, + "8": 9, + "9": 10, + "10": 8, + "11": 7, + "12": 7, + "13": 6, + "front": 3 + }, + "109": { + "1": 7, + "2": 11, + "3": 5, + "4": 5, + "5": 8, + "6": 7, + "7": 6, + "8": 6, + "9": 5, + "10": 6, + "11": 8, + "12": 9, + "13": 7, + "14": 9, + "15": 7, + "16": 13, + "17": 8, + "18": 8, + "19": 7, + "20": 9, + "21": 11, + "22": 7, + "23": 5, + "24": 6, + "25": 7, + "26": 5, + "27": 7, + "28": 8, + "29": 6, + "30": 7, + "31": 7, + "front": 0 + }, + "110": { + "1": 12, + "2": 8, + "3": 11, + "4": 11, + "5": 7, + "6": 9, + "7": 7, + "front": 0 + }, + "111": { + "1": 9, + "2": 6, + "3": 6, + "4": 6, + "5": 6, + "6": 8, + "7": 7, + "8": 6, + "9": 9, + "10": 11, + "front": 0 + }, + "112": { + "1": 10, + "2": 7, + "3": 6, + "4": 7, + "5": 7, + "6": 8, + "7": 8, + "8": 8, + "9": 9, + "10": 9, + "front": 0 + }, + "113": { + "1": 9, + "2": 7, + "3": 7, + "4": 8, + "5": 5, + "6": 4, + "7": 6, + "8": 6, + "9": 8, + "front": 0 + }, + "114": { + "1": 7, + "2": 5, + "3": 6, + "4": 6, + "5": 8, + "6": 6, + "7": 7, + "8": 7, + "front": 0 + }, + "115": { + "1": 13, + "2": 6, + "3": 6, + "4": 6, + "5": 8, + "6": 8, + "7": 9, + "8": 7, + "9": 6, + "10": 7, + "11": 7, + "12": 11, + "13": 6, + "14": 6, + "15": 6, + "16": 7, + "17": 8, + "18": 8, + "front": 0 + }, + "116": { + "1": 7, + "2": 6, + "3": 9, + "4": 7, + "5": 5, + "6": 6, + "7": 7, + "8": 11, + "9": 5, + "10": 6, + "11": 6, + "12": 6, + "13": 6, + "14": 7, + "15": 5, + "16": 11, + "17": 7, + "18": 7, + "19": 7, + "front": 0 + }, + "117": { + "1": 8, + "2": 9, + "front": 0 + }, + "118": { + "1": 7, + "2": 6, + "3": 7, + "4": 7, + "5": 7, + "6": 8, + "7": 6, + "8": 5, + "9": 5, + "10": 7, + "11": 7, + "12": 9, + "13": 5, + "14": 6, + "15": 9, + "16": 7, + "17": 7, + "18": 6, + "19": 8, + "20": 6, + "21": 6, + "22": 6, + "23": 7, + "24": 7, + "25": 8, + "26": 7, + "27": 10, + "28": 5, + "29": 7, + "front": 0 + }, + "119": { + "1": 6, + "2": 6, + "3": 6, + "4": 5, + "5": 5, + "6": 7, + "7": 6, + "8": 7, + "9": 7, + "10": 6, + "11": 7, + "12": 5, + "13": 5, + "14": 6, + "15": 4, + "16": 5, + "17": 6, + "18": 5, + "19": 7, + "20": 7, + "21": 5, + "22": 7, + "23": 8, + "24": 5, + "25": 5, + "26": 5, + "27": 5, + "28": 5, + "29": 6, + "30": 5, + "31": 5, + "32": 6, + "33": 6, + "34": 6, + "35": 6, + "36": 7, + "37": 6, + "38": 5, + "39": 7, + "40": 5, + "41": 5, + "42": 6, + "43": 10, + "44": 5, + "45": 5, + "46": 6, + "47": 4, + "48": 8, + "49": 6, + "50": 6, + "51": 7, + "52": 5, + "53": 5, + "54": 6, + "55": 6, + "56": 6, + "57": 5, + "58": 6, + "59": 6, + "60": 5, + "61": 6, + "62": 8, + "63": 7, + "64": 6, + "65": 6, + "66": 7, + "67": 7, + "68": 5, + "69": 9, + "70": 6, + "71": 7, + "72": 7, + "73": 6, + "74": 6, + "75": 7, + "76": 6, + "77": 6, + "78": 8, + "79": 5, + "80": 7, + "81": 5, + "82": 6, + "83": 7, + "84": 7, + "85": 7, + "86": 6, + "87": 7, + "88": 5, + "89": 5, + "90": 6, + "91": 6, + "92": 6, + "93": 7, + "94": 6, + "95": 6, + "96": 7, + "97": 7, + "98": 7, + "99": 7, + "100": 5, + "101": 8, + "102": 6, + "103": 6, + "104": 8, + "105": 5, + "106": 5, + "107": 6, + "108": 7, + "109": 6, + "110": 7, + "111": 7, + "112": 6, + "113": 4, + "114": 5, + "115": 6, + "116": 6, + "117": 5, + "118": 7, + "119": 8, + "120": 5, + "121": 6, + "122": 6, + "123": 5, + "124": 6, + "125": 5, + "126": 5, + "127": 6, + "128": 10, + "129": 6, + "130": 5, + "131": 6, + "132": 6, + "133": 8, + "134": 5, + "135": 6, + "136": 8, + "137": 5, + "138": 5, + "139": 6, + "140": 5, + "141": 6, + "142": 5, + "143": 5, + "144": 5, + "145": 7, + "146": 4, + "147": 5, + "148": 5, + "149": 6, + "150": 5, + "151": 6, + "152": 6, + "153": 7, + "154": 5, + "155": 7, + "156": 5, + "157": 6, + "158": 7, + "159": 7, + "160": 7, + "161": 6, + "162": 7, + "163": 5, + "164": 6, + "165": 7, + "166": 5, + "167": 5, + "168": 7, + "169": 6, + "170": 5, + "171": 6, + "172": 7, + "173": 6, + "174": 5, + "175": 5, + "176": 9, + "front": 0 + }, + "120": { + "1": 8, + "2": 7, + "3": 8, + "4": 6, + "5": 9, + "6": 7, + "7": 6, + "front": 0 + }, + "121": { + "1": 9, + "2": 6, + "3": 7, + "4": 7, + "5": 7, + "6": 6, + "7": 7, + "8": 7, + "front": 0 + }, + "122": { + "1": 9, + "2": 5, + "3": 6, + "4": 10, + "5": 8, + "6": 5, + "7": 5, + "8": 7, + "9": 7, + "front": 0 + }, + "123": { + "1": 8, + "2": 18, + "3": 7, + "4": 8, + "front": 0 + }, + "124": { + "1": 10, + "2": 7, + "3": 6, + "4": 7, + "5": 6, + "6": 6, + "7": 9, + "8": 6, + "front": 0 + }, + "125": { + "1": 10, + "2": 10, + "3": 14, + "4": 5, + "5": 10, + "front": 0 + }, + "126": { + "1": 9, + "2": 14, + "3": 6, + "4": 6, + "5": 4, + "6": 11, + "front": 0 + }, + "127": { + "1": 20, + "2": 13, + "3": 7, + "4": 6, + "5": 14, + "front": 0 + }, + "128": { + "1": 8, + "2": 7, + "3": 10, + "4": 7, + "5": 9, + "6": 6, + "front": 0 + }, + "129": { + "1": 8, + "2": 7, + "3": 6, + "4": 5, + "5": 6, + "6": 6, + "7": 6, + "8": 10, + "front": 0 + }, + "130": { + "1": 5, + "2": 8, + "3": 7, + "4": 5, + "5": 6, + "6": 6, + "7": 11, + "8": 6, + "front": 0 + }, + "131": { + "1": 15, + "2": 11, + "3": 7, + "front": 0 + }, + "132": { + "1": 8, + "2": 6, + "3": 9, + "4": 6, + "5": 7, + "6": 6, + "7": 5, + "8": 6, + "9": 5, + "10": 7, + "11": 12, + "12": 14, + "13": 7, + "14": 8, + "15": 6, + "16": 6, + "17": 7, + "18": 6, + "front": 0 + }, + "133": { + "1": 12, + "2": 13, + "3": 15, + "front": 0 + }, + "134": { + "1": 13, + "2": 6, + "3": 6, + "front": 0 + }, + "135": { + "1": 9, + "2": 6, + "3": 9, + "4": 7, + "5": 9, + "6": 10, + "7": 10, + "8": 6, + "9": 8, + "10": 6, + "11": 9, + "12": 6, + "13": 7, + "14": 7, + "15": 7, + "16": 8, + "17": 9, + "18": 7, + "19": 10, + "20": 10, + "21": 7, + "front": 0 + }, + "136": { + "1": 7, + "2": 6, + "3": 6, + "4": 7, + "5": 6, + "6": 7, + "7": 6, + "8": 7, + "9": 8, + "10": 6, + "11": 6, + "12": 7, + "13": 7, + "14": 6, + "15": 8, + "16": 6, + "17": 6, + "18": 6, + "19": 6, + "20": 6, + "21": 6, + "22": 6, + "23": 6, + "24": 5, + "25": 7, + "26": 6, + "front": 0 + }, + "137": { + "1": 10, + "2": 5, + "3": 12, + "4": 8, + "5": 5, + "6": 14, + "7": 13, + "8": 10, + "9": 7, + "front": 0 + }, + "138": { + "1": 7, + "2": 17, + "3": 6, + "4": 9, + "5": 7, + "6": 8, + "7": 12, + "8": 10, + "front": 0 + }, + "139": { + "1": 6, + "2": 7, + "3": 6, + "4": 8, + "5": 6, + "6": 7, + "7": 6, + "8": 8, + "9": 6, + "10": 6, + "11": 7, + "12": 10, + "13": 7, + "14": 10, + "15": 10, + "16": 12, + "17": 8, + "18": 6, + "19": 8, + "20": 6, + "21": 6, + "22": 6, + "23": 7, + "24": 8, + "front": 0 + }, + "140": { + "1": 7, + "2": 8, + "3": 9, + "4": 11, + "5": 13, + "6": 8, + "7": 8, + "8": 10, + "9": 5, + "10": 8, + "11": 10, + "12": 8, + "13": 8, + "front": 3 + }, + "141": { + "1": 10, + "2": 8, + "3": 8, + "4": 15, + "5": 13, + "6": 8, + "7": 8, + "8": 10, + "9": 8, + "10": 7, + "front": 0 + }, + "142": { + "1": 8, + "2": 6, + "3": 12, + "4": 12, + "5": 9, + "6": 11, + "7": 12, + "front": 5 + }, + "143": { + "1": 11, + "2": 11, + "3": 11, + "4": 6, + "5": 9, + "6": 8, + "7": 13, + "8": 14, + "9": 5, + "10": 11, + "11": 8, + "12": 10, + "front": 0 + }, + "144": { + "1": 9, + "2": 11, + "3": 7, + "4": 6, + "5": 7, + "6": 6, + "7": 10, + "8": 7, + "9": 9, + "10": 9, + "11": 12, + "12": 10, + "13": 10, + "14": 9, + "15": 8, + "front": 0 + }, + "145": { + "1": 9, + "2": 7, + "3": 7, + "4": 6, + "5": 6, + "6": 5, + "7": 6, + "8": 7, + "9": 7, + "10": 6, + "11": 5, + "12": 7, + "13": 8, + "14": 7, + "15": 10, + "16": 7, + "17": 7, + "18": 8, + "19": 7, + "20": 9, + "21": 11, + "front": 0 + }, + "146": { + "1": 6, + "2": 6, + "3": 8, + "4": 8, + "5": 8, + "6": 12, + "7": 9, + "8": 9, + "9": 10, + "10": 9, + "front": 0 + }, + "147": { + "1": 10, + "2": 6, + "3": 5, + "4": 6, + "5": 7, + "6": 7, + "7": 6, + "8": 9, + "9": 7, + "10": 8, + "11": 7, + "12": 7, + "13": 7, + "14": 6, + "15": 7, + "16": 6, + "17": 7, + "18": 7, + "19": 6, + "20": 10, + "front": 0 + }, + "148": { + "1": 9, + "2": 6, + "3": 7, + "4": 7, + "5": 8, + "6": 7, + "7": 8, + "8": 8, + "9": 7, + "10": 6, + "11": 8, + "12": 6, + "13": 12, + "14": 12, + "front": 0 + }, + "149": { + "1": 9, + "2": 7, + "3": 7, + "4": 7, + "5": 6, + "6": 6, + "7": 6, + "8": 6, + "9": 10, + "front": 0 + }, + "150": { + "1": 8, + "2": 5, + "3": 6, + "4": 6, + "5": 6, + "6": 6, + "front": 0 + } + }, + "pro": { + "1": { + "1": 6, + "2": 6, + "3": 6, + "4": 6, + "5": 7, + "6": 6, + "7": 8, + "8": 8, + "9": 7, + "10": 6, + "11": 9, + "12": 6, + "13": 7, + "14": 7, + "15": 8, + "16": 7, + "17": 8, + "18": 5, + "19": 9, + "20": 6, + "21": 8, + "22": 12, + "23": 9, + "24": 7, + "25": 6, + "26": 7, + "27": 10, + "28": 7, + "29": 8, + "30": 6, + "31": 5, + "32": 7, + "33": 7, + "front": 0 + }, + "2": { + "1": 7, + "2": 6, + "3": 7, + "4": 5, + "5": 7, + "6": 7, + "7": 6, + "8": 6, + "9": 8, + "10": 7, + "11": 5, + "12": 6, + "13": 6, + "14": 6, + "15": 5, + "16": 6, + "17": 7, + "18": 8, + "19": 8, + "20": 7, + "21": 7, + "22": 6, + "front": 0 + }, + "3": { + "1": 7, + "2": 8, + "3": 11, + "4": 7, + "5": 9, + "6": 6, + "7": 9, + "8": 5, + "9": 7, + "10": 6, + "11": 8, + "12": 10, + "13": 7, + "14": 7, + "15": 8, + "16": 6, + "17": 6, + "18": 7, + "19": 7, + "20": 6, + "21": 7, + "22": 5, + "23": 7, + "24": 7, + "25": 8, + "26": 7, + "27": 8, + "28": 9, + "29": 9, + "30": 9, + "31": 8, + "32": 7, + "33": 7, + "34": 7, + "35": 6, + "front": 0 + }, + "4": { + "1": 7, + "2": 8, + "3": 8, + "4": 9, + "5": 10, + "6": 5, + "7": 8, + "8": 5, + "9": 7, + "10": 8, + "11": 6, + "12": 8, + "13": 8, + "14": 8, + "15": 7, + "16": 11, + "17": 7, + "18": 9, + "19": 7, + "20": 6, + "21": 6, + "22": 7, + "23": 8, + "24": 8, + "25": 6, + "26": 6, + "27": 7, + "front": 0 + }, + "5": { + "1": 6, + "2": 5, + "3": 8, + "4": 6, + "5": 6, + "6": 8, + "7": 8, + "8": 8, + "9": 6, + "10": 7, + "11": 5, + "12": 7, + "13": 8, + "14": 7, + "15": 6, + "16": 6, + "17": 6, + "18": 6, + "19": 11, + "20": 7, + "21": 9, + "22": 7, + "23": 7, + "front": 0 + }, + "6": { + "1": 7, + "2": 6, + "3": 13, + "4": 6, + "5": 6, + "6": 7, + "7": 6, + "8": 6, + "9": 7, + "10": 8, + "11": 6, + "12": 7, + "13": 6, + "14": 8, + "15": 9, + "16": 7, + "17": 8, + "18": 8, + "19": 8, + "20": 8, + "21": 7, + "22": 9, + "23": 9, + "24": 6, + "25": 7, + "26": 12, + "27": 7, + "28": 8, + "29": 10, + "30": 9, + "31": 8, + "32": 8, + "33": 6, + "34": 8, + "35": 10, + "front": 0 + }, + "7": { + "1": 6, + "2": 6, + "3": 7, + "4": 7, + "5": 6, + "6": 6, + "7": 7, + "8": 7, + "9": 6, + "10": 7, + "11": 7, + "12": 8, + "13": 8, + "14": 6, + "15": 7, + "16": 6, + "17": 5, + "18": 7, + "19": 7, + "20": 8, + "21": 6, + "22": 11, + "23": 13, + "24": 7, + "25": 8, + "26": 7, + "27": 7, + "front": 0 + }, + "8": { + "1": 6, + "2": 7, + "3": 7, + "4": 7, + "5": 6, + "6": 7, + "7": 7, + "8": 8, + "9": 6, + "10": 7, + "11": 9, + "12": 7, + "13": 11, + "14": 7, + "15": 6, + "16": 7, + "17": 5, + "18": 6, + "19": 7, + "20": 6, + "21": 5, + "22": 7, + "23": 5, + "24": 7, + "25": 6, + "26": 8, + "27": 9, + "28": 6, + "29": 10, + "30": 11, + "31": 7, + "32": 7, + "33": 5, + "34": 12, + "35": 7, + "36": 7, + "front": 0 + }, + "9": { + "1": 6, + "2": 7, + "3": 7, + "4": 8, + "5": 6, + "6": 6, + "7": 8, + "8": 8, + "9": 8, + "10": 7, + "11": 8, + "12": 7, + "13": 7, + "14": 7, + "15": 5, + "16": 8, + "17": 6, + "18": 8, + "front": 0 + }, + "10": { + "1": 10, + "2": 7, + "3": 8, + "4": 7, + "5": 8, + "6": 7, + "7": 6, + "8": 7, + "9": 7, + "10": 7, + "11": 8, + "12": 8, + "13": 8, + "14": 7, + "15": 7, + "16": 6, + "17": 7, + "18": 8, + "19": 8, + "20": 7, + "21": 8, + "22": 8, + "23": 7, + "24": 7, + "25": 7, + "26": 7, + "27": 7, + "28": 6, + "29": 7, + "30": 8, + "31": 7, + "32": 7, + "front": 0 + }, + "11": { + "1": 7, + "2": 7, + "3": 6, + "4": 8, + "5": 7, + "6": 6, + "7": 8, + "8": 6, + "9": 7, + "10": 7, + "11": 7, + "12": 7, + "13": 8, + "14": 7, + "15": 8, + "16": 7, + "17": 7, + "18": 8, + "19": 6, + "20": 7, + "21": 8, + "22": 8, + "23": 7, + "24": 8, + "25": 7, + "26": 7, + "27": 7, + "28": 7, + "29": 8, + "30": 7, + "31": 8, + "front": 0 + }, + "12": { + "1": 7, + "2": 7, + "3": 8, + "4": 7, + "5": 6, + "6": 7, + "7": 6, + "8": 8, + "9": 7, + "10": 7, + "11": 8, + "12": 7, + "13": 7, + "14": 10, + "15": 7, + "16": 7, + "17": 7, + "18": 7, + "19": 8, + "20": 7, + "21": 8, + "22": 7, + "23": 8, + "24": 6, + "25": 7, + "26": 6, + "27": 8, + "28": 7, + "front": 0 + }, + "13": { + "1": 8, + "2": 8, + "3": 8, + "4": 7, + "5": 7, + "6": 7, + "7": 7, + "8": 8, + "9": 6, + "10": 7, + "11": 7, + "12": 8, + "13": 8, + "14": 7, + "15": 7, + "16": 7, + "17": 7, + "18": 7, + "19": 8, + "20": 7, + "21": 7, + "22": 8, + "23": 8, + "24": 7, + "25": 7, + "front": 0 + }, + "14": { + "1": 7, + "2": 7, + "3": 7, + "4": 8, + "5": 8, + "6": 7, + "7": 8, + "8": 7, + "9": 6, + "10": 8, + "11": 6, + "12": 8, + "13": 7, + "14": 7, + "15": 7, + "16": 7, + "17": 7, + "18": 6, + "19": 8, + "20": 7, + "21": 6, + "22": 8, + "23": 8, + "24": 6, + "25": 7, + "26": 7, + "27": 7, + "28": 8, + "29": 8, + "30": 7, + "31": 7, + "32": 6, + "33": 7, + "34": 6, + "35": 7, + "front": 0 + }, + "15": { + "1": 8, + "2": 8, + "3": 7, + "4": 8, + "5": 7, + "6": 7, + "7": 8, + "8": 7, + "9": 7, + "10": 7, + "11": 9, + "12": 9, + "13": 8, + "14": 8, + "15": 8, + "16": 8, + "17": 9, + "18": 8, + "19": 7, + "20": 8, + "21": 8, + "22": 7, + "23": 8, + "24": 8, + "25": 7, + "26": 7, + "27": 7, + "28": 8, + "29": 6, + "30": 8, + "31": 7, + "32": 8, + "33": 7, + "front": 0 + }, + "16": { + "1": 6, + "2": 8, + "3": 6, + "4": 8, + "5": 9, + "6": 8, + "7": 8, + "8": 7, + "9": 7, + "10": 8, + "11": 8, + "12": 8, + "13": 7, + "14": 7, + "15": 7, + "16": 9, + "17": 8, + "18": 7, + "19": 9, + "20": 8, + "21": 8, + "22": 7, + "23": 8, + "24": 8, + "25": 8, + "26": 8, + "27": 8, + "28": 7, + "29": 8, + "30": 8, + "31": 6, + "32": 8, + "33": 7, + "front": 0 + }, + "17": { + "1": 9, + "2": 9, + "3": 7, + "4": 10, + "5": 8, + "6": 7, + "7": 10, + "8": 10, + "9": 8, + "10": 6, + "11": 8, + "12": 7, + "13": 8, + "14": 8, + "15": 8, + "16": 9, + "17": 7, + "18": 9, + "19": 8, + "20": 9, + "21": 8, + "22": 8, + "23": 7, + "24": 8, + "25": 6, + "26": 9, + "27": 8, + "28": 8, + "front": 0 + }, + "18": { + "1": 6, + "2": 8, + "3": 8, + "4": 9, + "5": 8, + "6": 7, + "7": 7, + "8": 7, + "9": 7, + "10": 8, + "11": 7, + "12": 8, + "13": 8, + "14": 8, + "15": 8, + "16": 7, + "17": 6, + "18": 6, + "19": 7, + "20": 8, + "21": 7, + "22": 7, + "23": 6, + "24": 7, + "front": 0 + }, + "19": { + "1": 8, + "2": 9, + "3": 8, + "4": 7, + "5": 8, + "6": 8, + "7": 13, + "8": 8, + "9": 7, + "10": 9, + "11": 8, + "12": 8, + "13": 8, + "14": 7, + "15": 6, + "16": 7, + "17": 7, + "18": 10, + "19": 9, + "20": 7, + "21": 8, + "22": 7, + "23": 8, + "24": 9, + "25": 8, + "26": 7, + "27": 7, + "28": 8, + "29": 6, + "front": 0 + }, + "20": { + "1": 9, + "2": 7, + "3": 7, + "4": 7, + "5": 8, + "6": 9, + "7": 6, + "8": 9, + "9": 6, + "10": 8, + "11": 9, + "12": 8, + "13": 9, + "14": 8, + "15": 8, + "16": 8, + "17": 8, + "18": 6, + "19": 8, + "20": 7, + "21": 6, + "22": 8, + "23": 8, + "24": 7, + "25": 7, + "26": 7, + "27": 8, + "28": 7, + "29": 6, + "30": 7, + "front": 0 + }, + "21": { + "1": 11, + "2": 8, + "3": 6, + "4": 7, + "5": 8, + "6": 8, + "7": 7, + "8": 7, + "9": 9, + "10": 8, + "11": 8, + "12": 7, + "13": 9, + "14": 8, + "15": 7, + "16": 7, + "17": 9, + "18": 6, + "19": 7, + "20": 8, + "21": 7, + "22": 7, + "23": 6, + "24": 7, + "25": 7, + "26": 8, + "27": 7, + "28": 7, + "29": 8, + "30": 8, + "31": 6, + "front": 0 + }, + "22": { + "1": 8, + "2": 6, + "3": 7, + "4": 7, + "5": 8, + "6": 11, + "7": 7, + "8": 7, + "9": 8, + "10": 7, + "11": 7, + "12": 7, + "13": 7, + "14": 8, + "15": 8, + "16": 8, + "17": 8, + "18": 9, + "19": 7, + "20": 6, + "21": 8, + "22": 10, + "23": 8, + "24": 10, + "25": 6, + "26": 6, + "27": 8, + "28": 7, + "29": 11, + "front": 0 + }, + "23": { + "1": 10, + "2": 7, + "3": 6, + "4": 5, + "5": 12, + "6": 9, + "7": 13, + "8": 6, + "9": 8, + "10": 8, + "11": 8, + "12": 6, + "13": 9, + "14": 6, + "15": 8, + "16": 5, + "17": 10, + "18": 7, + "19": 7, + "20": 7, + "21": 7, + "22": 9, + "23": 7, + "24": 8, + "25": 5, + "26": 7, + "27": 7, + "28": 7, + "29": 14, + "30": 6, + "31": 11, + "32": 5, + "33": 6, + "34": 7, + "35": 11, + "front": 0 + }, + "24": { + "1": 8, + "2": 7, + "3": 5, + "4": 7, + "5": 7, + "6": 8, + "7": 7, + "8": 6, + "9": 6, + "10": 5, + "11": 7, + "12": 18, + "13": 9, + "14": 11, + "15": 8, + "16": 8, + "17": 8, + "18": 8, + "19": 6, + "20": 8, + "21": 9, + "22": 8, + "23": 8, + "24": 8, + "25": 6, + "26": 5, + "27": 9, + "28": 7, + "29": 11, + "30": 10, + "31": 10, + "32": 7, + "33": 8, + "34": 6, + "front": 0 + }, + "25": { + "1": 10, + "2": 8, + "3": 8, + "4": 6, + "5": 7, + "6": 8, + "7": 12, + "8": 11, + "9": 8, + "10": 6, + "11": 8, + "12": 9, + "13": 10, + "14": 8, + "15": 8, + "16": 7, + "17": 7, + "18": 9, + "19": 8, + "20": 12, + "21": 9, + "22": 9, + "23": 8, + "24": 9, + "25": 9, + "26": 8, + "27": 8, + "28": 9, + "front": 0 + }, + "26": { + "1": 9, + "2": 9, + "3": 7, + "4": 9, + "5": 7, + "6": 8, + "7": 6, + "8": 7, + "9": 7, + "10": 7, + "11": 7, + "12": 7, + "13": 7, + "14": 7, + "15": 8, + "16": 6, + "17": 9, + "18": 5, + "19": 9, + "20": 8, + "21": 8, + "22": 7, + "23": 9, + "24": 6, + "25": 10, + "26": 6, + "27": 8, + "28": 8, + "front": 0 + }, + "27": { + "1": 10, + "2": 7, + "3": 8, + "4": 8, + "5": 5, + "6": 6, + "7": 9, + "8": 8, + "9": 8, + "10": 16, + "11": 7, + "12": 7, + "13": 8, + "14": 9, + "15": 7, + "16": 6, + "17": 7, + "18": 7, + "19": 7, + "20": 8, + "21": 7, + "22": 12, + "23": 7, + "24": 8, + "25": 7, + "26": 5, + "27": 8, + "front": 0 + }, + "28": { + "1": 7, + "2": 9, + "3": 8, + "4": 8, + "5": 9, + "6": 8, + "7": 8, + "8": 7, + "9": 7, + "10": 10, + "11": 7, + "12": 8, + "13": 7, + "14": 8, + "15": 9, + "16": 9, + "17": 10, + "18": 7, + "19": 8, + "20": 8, + "21": 9, + "22": 10, + "23": 7, + "24": 10, + "25": 8, + "26": 8, + "27": 8, + "28": 7, + "front": 0 + }, + "29": { + "1": 8, + "2": 8, + "3": 9, + "4": 7, + "5": 8, + "6": 7, + "7": 8, + "8": 7, + "9": 10, + "10": 7, + "11": 7, + "12": 8, + "13": 8, + "14": 7, + "15": 8, + "16": 7, + "17": 6, + "18": 7, + "19": 8, + "20": 7, + "21": 6, + "22": 8, + "23": 7, + "24": 9, + "25": 7, + "26": 7, + "27": 8, + "front": 0 + }, + "30": { + "1": 10, + "2": 8, + "3": 6, + "4": 24, + "5": 8, + "6": 8, + "7": 8, + "8": 13, + "9": 12, + "10": 8, + "11": 7, + "12": 6, + "13": 6, + "14": 10, + "15": 13, + "16": 11, + "17": 12, + "18": 7, + "19": 14, + "20": 11, + "21": 9, + "22": 8, + "23": 8, + "24": 7, + "25": 7, + "26": 7, + "27": 6, + "28": 6, + "29": 7, + "30": 7, + "31": 7, + "32": 7, + "33": 13, + "front": 0 + }, + "31": { + "1": 7, + "2": 8, + "3": 7, + "4": 10, + "5": 9, + "6": 6, + "7": 7, + "8": 8, + "9": 7, + "10": 7, + "11": 7, + "12": 7, + "13": 6, + "14": 6, + "15": 8, + "16": 7, + "17": 5, + "18": 8, + "19": 6, + "20": 6, + "21": 9, + "22": 6, + "23": 7, + "24": 6, + "25": 6, + "26": 7, + "27": 7, + "28": 5, + "29": 8, + "30": 9, + "31": 7, + "front": 0 + } + }, + "ecc": { + "1": { + "1": 6, + "2": 8, + "3": 8, + "4": 7, + "5": 10, + "6": 14, + "7": 16, + "8": 15, + "9": 13, + "10": 13, + "11": 13, + "12": 7, + "13": 21, + "14": 12, + "15": 8, + "16": 22, + "17": 13, + "18": 9, + "front": 0 + }, + "2": { + "1": 13, + "2": 7, + "3": 26, + "4": 8, + "5": 9, + "6": 9, + "7": 18, + "8": 17, + "9": 10, + "10": 23, + "11": 18, + "12": 16, + "13": 11, + "14": 14, + "15": 18, + "16": 17, + "17": 15, + "18": 13, + "19": 16, + "20": 11, + "21": 18, + "22": 12, + "23": 15, + "24": 18, + "25": 7, + "26": 22, + "front": 0 + }, + "3": { + "1": 7, + "2": 9, + "3": 8, + "4": 8, + "5": 11, + "6": 8, + "7": 8, + "8": 8, + "9": 6, + "10": 10, + "11": 23, + "12": 11, + "13": 12, + "14": 19, + "15": 12, + "16": 12, + "17": 17, + "18": 14, + "19": 25, + "20": 13, + "21": 14, + "22": 18, + "front": 0 + }, + "4": { + "1": 22, + "2": 12, + "3": 17, + "4": 19, + "5": 7, + "6": 9, + "7": 6, + "8": 31, + "9": 10, + "10": 13, + "11": 9, + "12": 11, + "13": 12, + "14": 10, + "15": 13, + "16": 19, + "front": 0 + }, + "5": { + "1": 17, + "2": 22, + "3": 9, + "4": 15, + "5": 7, + "6": 23, + "7": 10, + "8": 19, + "9": 7, + "10": 13, + "11": 11, + "12": 14, + "13": 10, + "14": 10, + "15": 14, + "16": 14, + "17": 9, + "18": 26, + "19": 21, + "20": 12, + "front": 0 + }, + "6": { + "1": 10, + "2": 28, + "3": 25, + "4": 8, + "5": 9, + "6": 14, + "7": 8, + "8": 12, + "9": 10, + "10": 15, + "11": 9, + "12": 22, + "front": 0 + }, + "7": { + "1": 8, + "2": 18, + "3": 8, + "4": 8, + "5": 8, + "6": 11, + "7": 8, + "8": 9, + "9": 9, + "10": 15, + "11": 7, + "12": 10, + "13": 11, + "14": 21, + "15": 13, + "16": 9, + "17": 10, + "18": 16, + "19": 8, + "20": 10, + "21": 14, + "22": 11, + "23": 9, + "24": 7, + "25": 13, + "26": 21, + "27": 9, + "28": 15, + "29": 14, + "front": 0 + }, + "8": { + "1": 13, + "2": 8, + "3": 13, + "4": 9, + "5": 11, + "6": 11, + "7": 11, + "8": 19, + "9": 20, + "10": 16, + "11": 16, + "12": 19, + "13": 13, + "14": 24, + "15": 26, + "16": 21, + "17": 31, + "front": 0 + }, + "9": { + "1": 26, + "2": 20, + "3": 23, + "4": 17, + "5": 15, + "6": 18, + "7": 14, + "8": 10, + "9": 28, + "10": 18, + "11": 29, + "12": 23, + "13": 9, + "14": 15, + "15": 17, + "16": 11, + "17": 7, + "18": 9, + "front": 0 + }, + "10": { + "1": 11, + "2": 6, + "3": 10, + "4": 13, + "5": 9, + "6": 7, + "7": 9, + "8": 8, + "9": 8, + "10": 12, + "11": 9, + "12": 7, + "13": 8, + "14": 14, + "15": 9, + "16": 8, + "17": 11, + "18": 7, + "19": 10, + "20": 20, + "front": 0 + }, + "11": { + "1": 9, + "2": 13, + "3": 18, + "4": 8, + "5": 19, + "6": 21, + "7": 7, + "8": 18, + "9": 20, + "10": 10, + "front": 0 + }, + "12": { + "1": 19, + "2": 12, + "3": 14, + "4": 13, + "5": 20, + "6": 17, + "7": 11, + "8": 6, + "9": 14, + "10": 9, + "11": 10, + "12": 13, + "13": 14, + "14": 14, + "front": 0 + } + }, + "sng": { + "1": { + "1": 4, + "2": 7, + "3": 10, + "4": 14, + "5": 9, + "6": 18, + "7": 15, + "8": 16, + "9": 5, + "10": 5, + "11": 7, + "12": 6, + "13": 7, + "14": 7, + "15": 7, + "16": 8, + "17": 5, + "front": 0 + }, + "2": { + "1": 5, + "2": 7, + "3": 13, + "4": 7, + "5": 8, + "6": 5, + "7": 16, + "8": 11, + "9": 17, + "10": 10, + "11": 8, + "12": 10, + "13": 13, + "14": 16, + "15": 9, + "16": 6, + "17": 16, + "front": 0 + }, + "3": { + "1": 10, + "2": 13, + "3": 8, + "4": 19, + "5": 16, + "6": 13, + "7": 9, + "8": 11, + "9": 7, + "10": 12, + "11": 15, + "front": 0 + }, + "4": { + "1": 15, + "2": 11, + "3": 10, + "4": 12, + "5": 8, + "6": 13, + "7": 6, + "8": 16, + "9": 9, + "10": 13, + "11": 12, + "12": 8, + "13": 9, + "14": 14, + "15": 8, + "16": 14, + "front": 0 + }, + "5": { + "1": 21, + "2": 19, + "3": 10, + "4": 8, + "5": 13, + "6": 15, + "7": 12, + "8": 14, + "9": 10, + "10": 5, + "11": 7, + "12": 10, + "13": 10, + "14": 10, + "15": 11, + "16": 10, + "front": 0 + }, + "6": { + "1": 10, + "2": 9, + "3": 6, + "4": 8, + "5": 11, + "6": 11, + "7": 5, + "8": 8, + "9": 16, + "10": 11, + "11": 12, + "12": 7, + "13": 12, + "front": 0 + }, + "7": { + "1": 13, + "2": 11, + "3": 6, + "4": 16, + "5": 9, + "6": 6, + "7": 6, + "8": 13, + "9": 9, + "10": 4, + "11": 6, + "12": 15, + "13": 13, + "front": 0 + }, + "8": { + "1": 14, + "2": 11, + "3": 5, + "4": 12, + "5": 17, + "6": 19, + "7": 21, + "8": 12, + "9": 14, + "10": 9, + "11": 14, + "12": 10, + "13": 6, + "14": 11, + "front": 0 + } + }, + "isa": { + "1": { + "1": 16, + "2": 13, + "3": 12, + "4": 19, + "5": 12, + "6": 18, + "7": 13, + "8": 9, + "9": 11, + "10": 10, + "11": 17, + "12": 10, + "13": 17, + "14": 9, + "15": 14, + "16": 9, + "17": 10, + "18": 16, + "19": 6, + "20": 9, + "21": 12, + "22": 6, + "23": 17, + "24": 12, + "25": 9, + "26": 13, + "27": 5, + "28": 7, + "29": 9, + "30": 10, + "31": 10, + "front": 0 + }, + "2": { + "1": 9, + "2": 16, + "3": 24, + "4": 21, + "5": 6, + "6": 13, + "7": 13, + "8": 9, + "9": 7, + "10": 9, + "11": 12, + "12": 12, + "13": 10, + "14": 8, + "15": 8, + "16": 8, + "17": 11, + "18": 3, + "19": 13, + "20": 17, + "21": 13, + "22": 11, + "front": 0 + }, + "3": { + "1": 16, + "2": 7, + "3": 9, + "4": 6, + "5": 11, + "6": 15, + "7": 16, + "8": 13, + "9": 15, + "10": 8, + "11": 8, + "12": 12, + "13": 6, + "14": 13, + "15": 10, + "16": 17, + "17": 8, + "18": 9, + "19": 3, + "20": 6, + "21": 3, + "22": 4, + "23": 4, + "24": 19, + "25": 5, + "26": 6, + "front": 0 + }, + "4": { + "1": 18, + "2": 13, + "3": 12, + "4": 16, + "5": 21, + "6": 9, + "front": 0 + }, + "5": { + "1": 12, + "2": 16, + "3": 10, + "4": 13, + "5": 17, + "6": 15, + "7": 17, + "8": 14, + "9": 13, + "10": 11, + "11": 9, + "12": 16, + "13": 11, + "14": 14, + "15": 7, + "16": 8, + "17": 7, + "18": 8, + "19": 12, + "20": 16, + "21": 6, + "22": 8, + "23": 8, + "24": 25, + "25": 25, + "26": 12, + "27": 17, + "28": 12, + "29": 11, + "30": 14, + "front": 0 + }, + "6": { + "1": 16, + "2": 17, + "3": 14, + "4": 8, + "5": 23, + "6": 11, + "7": 13, + "8": 14, + "9": 13, + "10": 18, + "11": 18, + "12": 8, + "13": 15, + "front": 0 + }, + "7": { + "1": 25, + "2": 17, + "3": 21, + "4": 20, + "5": 10, + "6": 11, + "7": 8, + "8": 14, + "9": 13, + "10": 6, + "11": 11, + "12": 8, + "13": 14, + "14": 15, + "15": 8, + "16": 16, + "17": 20, + "18": 14, + "19": 11, + "20": 18, + "21": 9, + "22": 14, + "23": 16, + "24": 10, + "25": 16, + "front": 0 + }, + "8": { + "1": 15, + "2": 11, + "3": 15, + "4": 17, + "5": 6, + "6": 15, + "7": 24, + "8": 15, + "9": 11, + "10": 10, + "11": 13, + "12": 15, + "13": 9, + "14": 13, + "15": 7, + "16": 5, + "17": 8, + "18": 16, + "19": 19, + "20": 11, + "21": 13, + "22": 10, + "front": 0 + }, + "9": { + "1": 21, + "2": 12, + "3": 13, + "4": 13, + "5": 12, + "6": 21, + "7": 23, + "8": 6, + "9": 10, + "10": 8, + "11": 9, + "12": 17, + "13": 10, + "14": 9, + "15": 10, + "16": 7, + "17": 29, + "18": 13, + "19": 14, + "20": 13, + "21": 18, + "front": 0 + }, + "10": { + "1": 7, + "2": 13, + "3": 14, + "4": 15, + "5": 8, + "6": 15, + "7": 15, + "8": 6, + "9": 11, + "10": 8, + "11": 9, + "12": 21, + "13": 16, + "14": 19, + "15": 18, + "16": 13, + "17": 12, + "18": 10, + "19": 7, + "20": 20, + "21": 7, + "22": 14, + "23": 10, + "24": 19, + "25": 9, + "26": 15, + "27": 14, + "28": 8, + "29": 10, + "30": 8, + "31": 5, + "32": 11, + "33": 12, + "34": 7, + "front": 0 + }, + "11": { + "1": 7, + "2": 14, + "3": 11, + "4": 15, + "5": 7, + "6": 16, + "7": 10, + "8": 11, + "9": 16, + "10": 15, + "11": 22, + "12": 12, + "13": 16, + "14": 16, + "15": 17, + "16": 14, + "front": 0 + }, + "12": { + "1": 11, + "2": 14, + "3": 5, + "4": 14, + "5": 9, + "6": 9, + "front": 0 + }, + "13": { + "1": 7, + "2": 13, + "3": 9, + "4": 16, + "5": 11, + "6": 8, + "7": 9, + "8": 13, + "9": 14, + "10": 14, + "11": 13, + "12": 6, + "13": 13, + "14": 14, + "15": 7, + "16": 7, + "17": 13, + "18": 12, + "19": 13, + "20": 16, + "21": 13, + "22": 12, + "front": 0 + }, + "14": { + "1": 18, + "2": 18, + "3": 13, + "4": 12, + "5": 6, + "6": 12, + "7": 6, + "8": 12, + "9": 17, + "10": 10, + "11": 10, + "12": 11, + "13": 15, + "14": 6, + "15": 7, + "16": 11, + "17": 9, + "18": 8, + "19": 15, + "20": 14, + "21": 13, + "22": 13, + "23": 11, + "24": 14, + "25": 13, + "26": 12, + "27": 10, + "28": 7, + "29": 16, + "30": 11, + "31": 14, + "32": 12, + "front": 0 + }, + "15": { + "1": 14, + "2": 17, + "3": 10, + "4": 15, + "5": 20, + "6": 13, + "7": 9, + "8": 12, + "9": 15, + "front": 0 + }, + "16": { + "1": 10, + "2": 10, + "3": 14, + "4": 18, + "5": 13, + "6": 11, + "7": 12, + "8": 19, + "9": 18, + "10": 17, + "11": 9, + "12": 14, + "13": 8, + "14": 19, + "front": 0 + }, + "17": { + "1": 9, + "2": 8, + "3": 14, + "4": 9, + "5": 12, + "6": 18, + "7": 11, + "8": 13, + "9": 15, + "10": 16, + "11": 12, + "12": 13, + "13": 17, + "14": 12, + "front": 0 + }, + "18": { + "1": 8, + "2": 29, + "3": 12, + "4": 16, + "5": 16, + "6": 14, + "7": 29, + "front": 0 + }, + "19": { + "1": 18, + "2": 12, + "3": 15, + "4": 14, + "5": 6, + "6": 9, + "7": 12, + "8": 13, + "9": 6, + "10": 8, + "11": 19, + "12": 13, + "13": 11, + "14": 13, + "15": 10, + "16": 16, + "17": 19, + "18": 17, + "19": 12, + "20": 18, + "21": 16, + "22": 12, + "23": 15, + "24": 10, + "25": 13, + "front": 0 + }, + "20": { + "1": 12, + "2": 23, + "3": 16, + "4": 18, + "5": 7, + "6": 20, + "front": 0 + }, + "21": { + "1": 10, + "2": 15, + "3": 13, + "4": 10, + "5": 10, + "6": 11, + "7": 12, + "8": 15, + "9": 17, + "10": 12, + "11": 11, + "12": 11, + "13": 7, + "14": 10, + "15": 13, + "16": 13, + "17": 12, + "front": 0 + }, + "22": { + "1": 10, + "2": 13, + "3": 12, + "4": 14, + "5": 15, + "6": 9, + "7": 9, + "8": 11, + "9": 12, + "10": 8, + "11": 15, + "12": 11, + "13": 16, + "14": 15, + "15": 15, + "16": 18, + "17": 7, + "18": 16, + "19": 4, + "20": 8, + "21": 13, + "22": 12, + "23": 9, + "24": 17, + "25": 19, + "front": 0 + }, + "23": { + "1": 13, + "2": 8, + "3": 10, + "4": 17, + "5": 6, + "6": 5, + "7": 10, + "8": 12, + "9": 11, + "10": 8, + "11": 12, + "12": 17, + "13": 16, + "14": 6, + "15": 17, + "16": 12, + "17": 18, + "18": 19, + "front": 0 + }, + "24": { + "1": 9, + "2": 15, + "3": 11, + "4": 10, + "5": 12, + "6": 16, + "7": 8, + "8": 9, + "9": 7, + "10": 7, + "11": 10, + "12": 6, + "13": 13, + "14": 8, + "15": 11, + "16": 18, + "17": 6, + "18": 19, + "19": 9, + "20": 13, + "21": 14, + "22": 11, + "23": 14, + "front": 0 + }, + "25": { + "1": 13, + "2": 13, + "3": 9, + "4": 17, + "5": 11, + "6": 15, + "7": 14, + "8": 19, + "9": 16, + "10": 13, + "11": 12, + "12": 9, + "front": 0 + }, + "26": { + "1": 14, + "2": 7, + "3": 8, + "4": 9, + "5": 13, + "6": 6, + "7": 7, + "8": 9, + "9": 15, + "10": 12, + "11": 13, + "12": 10, + "13": 9, + "14": 13, + "15": 10, + "16": 7, + "17": 11, + "18": 13, + "19": 15, + "20": 13, + "21": 19, + "front": 0 + }, + "27": { + "1": 21, + "2": 6, + "3": 11, + "4": 12, + "5": 9, + "6": 10, + "7": 7, + "8": 8, + "9": 21, + "10": 15, + "11": 20, + "12": 16, + "13": 18, + "front": 0 + }, + "28": { + "1": 16, + "2": 15, + "3": 6, + "4": 20, + "5": 11, + "6": 9, + "7": 20, + "8": 8, + "9": 12, + "10": 13, + "11": 9, + "12": 12, + "13": 23, + "14": 11, + "15": 22, + "16": 18, + "17": 12, + "18": 16, + "19": 15, + "20": 7, + "21": 16, + "22": 17, + "23": 6, + "24": 8, + "25": 15, + "26": 4, + "27": 16, + "28": 13, + "29": 10, + "front": 0 + }, + "29": { + "1": 12, + "2": 8, + "3": 9, + "4": 13, + "5": 12, + "6": 13, + "7": 15, + "8": 28, + "9": 10, + "10": 15, + "11": 23, + "12": 15, + "13": 19, + "14": 15, + "15": 13, + "16": 16, + "17": 10, + "18": 11, + "19": 9, + "20": 9, + "21": 9, + "22": 19, + "23": 16, + "24": 7, + "front": 0 + }, + "30": { + "1": 18, + "2": 12, + "3": 9, + "4": 7, + "5": 15, + "6": 25, + "7": 10, + "8": 15, + "9": 12, + "10": 15, + "11": 11, + "12": 14, + "13": 15, + "14": 17, + "15": 16, + "16": 16, + "17": 19, + "18": 15, + "19": 14, + "20": 16, + "21": 13, + "22": 15, + "23": 19, + "24": 11, + "25": 17, + "26": 21, + "27": 15, + "28": 15, + "29": 16, + "30": 17, + "31": 7, + "32": 15, + "33": 20, + "front": 0 + }, + "31": { + "1": 26, + "2": 17, + "3": 18, + "4": 32, + "5": 12, + "6": 6, + "7": 14, + "8": 16, + "9": 15, + "front": 0 + }, + "32": { + "1": 7, + "2": 14, + "3": 7, + "4": 9, + "5": 9, + "6": 19, + "7": 13, + "8": 7, + "9": 9, + "10": 11, + "11": 9, + "12": 9, + "13": 13, + "14": 17, + "15": 11, + "16": 6, + "17": 10, + "18": 8, + "19": 6, + "20": 9, + "front": 0 + }, + "33": { + "1": 16, + "2": 11, + "3": 7, + "4": 8, + "5": 9, + "6": 11, + "7": 8, + "8": 12, + "9": 12, + "10": 8, + "11": 7, + "12": 8, + "13": 7, + "14": 16, + "15": 19, + "16": 10, + "17": 7, + "18": 11, + "19": 13, + "20": 20, + "21": 20, + "22": 9, + "23": 17, + "24": 9, + "front": 0 + }, + "34": { + "1": 11, + "2": 13, + "3": 8, + "4": 15, + "5": 12, + "6": 20, + "7": 12, + "8": 8, + "9": 9, + "10": 15, + "11": 13, + "12": 9, + "13": 12, + "14": 15, + "15": 13, + "16": 20, + "17": 15, + "front": 0 + }, + "35": { + "1": 7, + "2": 19, + "3": 6, + "4": 15, + "5": 7, + "6": 13, + "7": 12, + "8": 18, + "9": 13, + "10": 16, + "front": 0 + }, + "36": { + "1": 16, + "2": 20, + "3": 14, + "4": 19, + "5": 14, + "6": 23, + "7": 23, + "8": 17, + "9": 15, + "10": 16, + "11": 24, + "12": 25, + "13": 15, + "14": 12, + "15": 17, + "16": 23, + "17": 13, + "18": 16, + "19": 12, + "20": 16, + "21": 12, + "22": 23, + "front": 0 + }, + "37": { + "1": 12, + "2": 19, + "3": 19, + "4": 27, + "5": 6, + "6": 22, + "7": 12, + "8": 15, + "9": 15, + "10": 21, + "11": 12, + "12": 16, + "13": 10, + "14": 14, + "15": 5, + "16": 19, + "17": 18, + "18": 10, + "19": 16, + "20": 13, + "21": 19, + "22": 18, + "23": 14, + "24": 23, + "25": 10, + "26": 16, + "27": 15, + "28": 7, + "29": 16, + "30": 17, + "31": 10, + "32": 12, + "33": 23, + "34": 12, + "35": 9, + "36": 16, + "37": 8, + "38": 20, + "front": 0 + }, + "38": { + "1": 23, + "2": 8, + "3": 19, + "4": 6, + "5": 23, + "6": 11, + "7": 13, + "8": 20, + "9": 7, + "10": 10, + "11": 14, + "12": 15, + "13": 12, + "14": 13, + "15": 12, + "16": 9, + "17": 16, + "18": 12, + "19": 11, + "20": 10, + "21": 9, + "22": 8, + "front": 0 + }, + "39": { + "1": 17, + "2": 35, + "3": 22, + "4": 18, + "5": 8, + "6": 19, + "7": 12, + "8": 15, + "front": 0 + }, + "40": { + "1": 5, + "2": 19, + "3": 10, + "4": 12, + "5": 11, + "6": 13, + "7": 12, + "8": 8, + "9": 20, + "10": 13, + "11": 10, + "12": 16, + "13": 8, + "14": 12, + "15": 11, + "16": 8, + "17": 8, + "18": 8, + "19": 9, + "20": 14, + "21": 12, + "22": 12, + "23": 7, + "24": 18, + "25": 6, + "26": 20, + "27": 11, + "28": 18, + "29": 7, + "30": 6, + "31": 13, + "front": 0 + }, + "41": { + "1": 12, + "2": 17, + "3": 7, + "4": 13, + "5": 8, + "6": 7, + "7": 17, + "8": 9, + "9": 13, + "10": 17, + "11": 11, + "12": 10, + "13": 12, + "14": 13, + "15": 13, + "16": 12, + "17": 15, + "18": 15, + "19": 13, + "20": 14, + "21": 9, + "22": 17, + "23": 13, + "24": 8, + "25": 15, + "26": 17, + "27": 7, + "28": 9, + "29": 8, + "front": 0 + }, + "42": { + "1": 13, + "2": 8, + "3": 11, + "4": 11, + "5": 17, + "6": 12, + "7": 10, + "8": 10, + "9": 10, + "10": 12, + "11": 12, + "12": 6, + "13": 13, + "14": 9, + "15": 11, + "16": 20, + "17": 10, + "18": 5, + "19": 14, + "20": 8, + "21": 7, + "22": 18, + "23": 7, + "24": 18, + "25": 16, + "front": 0 + }, + "43": { + "1": 16, + "2": 18, + "3": 13, + "4": 12, + "5": 10, + "6": 12, + "7": 8, + "8": 8, + "9": 18, + "10": 22, + "11": 6, + "12": 13, + "13": 10, + "14": 15, + "15": 6, + "16": 9, + "17": 12, + "18": 6, + "19": 13, + "20": 15, + "21": 6, + "22": 8, + "23": 14, + "24": 14, + "25": 9, + "26": 7, + "27": 6, + "28": 8, + "front": 0 + }, + "44": { + "1": 7, + "2": 14, + "3": 15, + "4": 7, + "5": 15, + "6": 15, + "7": 14, + "8": 17, + "9": 15, + "10": 7, + "11": 13, + "12": 18, + "13": 17, + "14": 14, + "15": 18, + "16": 18, + "17": 14, + "18": 10, + "19": 27, + "20": 14, + "21": 14, + "22": 9, + "23": 21, + "24": 17, + "25": 10, + "26": 14, + "27": 5, + "28": 11, + "front": 0 + }, + "45": { + "1": 20, + "2": 11, + "3": 15, + "4": 11, + "5": 10, + "6": 12, + "7": 13, + "8": 16, + "9": 17, + "10": 8, + "11": 14, + "12": 13, + "13": 18, + "14": 29, + "15": 7, + "16": 9, + "17": 12, + "18": 22, + "19": 18, + "20": 17, + "21": 23, + "22": 11, + "23": 16, + "24": 12, + "25": 6, + "front": 0 + }, + "46": { + "1": 12, + "2": 10, + "3": 14, + "4": 15, + "5": 5, + "6": 13, + "7": 18, + "8": 7, + "9": 11, + "10": 13, + "11": 14, + "12": 6, + "13": 12, + "front": 0 + }, + "47": { + "1": 20, + "2": 12, + "3": 10, + "4": 6, + "5": 13, + "6": 16, + "7": 13, + "8": 17, + "9": 17, + "10": 14, + "11": 18, + "12": 13, + "13": 15, + "14": 17, + "15": 12, + "front": 0 + }, + "48": { + "1": 20, + "2": 11, + "3": 9, + "4": 9, + "5": 13, + "6": 12, + "7": 12, + "8": 19, + "9": 9, + "10": 7, + "11": 10, + "12": 12, + "13": 12, + "14": 15, + "15": 8, + "16": 17, + "17": 14, + "18": 9, + "19": 12, + "20": 18, + "21": 12, + "22": 5, + "front": 0 + }, + "49": { + "1": 13, + "2": 12, + "3": 8, + "4": 15, + "5": 19, + "6": 20, + "7": 24, + "8": 18, + "9": 12, + "10": 15, + "11": 6, + "12": 11, + "13": 13, + "14": 6, + "15": 12, + "16": 7, + "17": 6, + "18": 18, + "19": 11, + "20": 11, + "21": 22, + "22": 20, + "23": 20, + "24": 7, + "25": 19, + "26": 18, + "front": 0 + }, + "50": { + "1": 23, + "2": 29, + "3": 6, + "4": 19, + "5": 11, + "6": 10, + "7": 17, + "8": 12, + "9": 14, + "10": 18, + "11": 17, + "front": 0 + }, + "51": { + "1": 14, + "2": 12, + "3": 20, + "4": 14, + "5": 13, + "6": 24, + "7": 14, + "8": 13, + "9": 18, + "10": 14, + "11": 16, + "12": 13, + "13": 20, + "14": 9, + "15": 10, + "16": 14, + "17": 17, + "18": 12, + "19": 12, + "20": 13, + "21": 8, + "22": 21, + "23": 13, + "front": 0 + }, + "52": { + "1": 19, + "2": 11, + "3": 9, + "4": 14, + "5": 19, + "6": 12, + "7": 16, + "8": 13, + "9": 11, + "10": 15, + "11": 13, + "12": 14, + "13": 7, + "14": 11, + "15": 18, + "front": 0 + }, + "53": { + "1": 8, + "2": 15, + "3": 13, + "4": 12, + "5": 11, + "6": 12, + "7": 16, + "8": 15, + "9": 14, + "10": 16, + "11": 12, + "12": 22, + "front": 0 + }, + "54": { + "1": 17, + "2": 12, + "3": 10, + "4": 19, + "5": 13, + "6": 13, + "7": 6, + "8": 12, + "9": 19, + "10": 16, + "11": 11, + "12": 10, + "13": 7, + "14": 12, + "15": 10, + "16": 14, + "17": 20, + "front": 0 + }, + "55": { + "1": 20, + "2": 16, + "3": 14, + "4": 7, + "5": 17, + "6": 6, + "7": 15, + "8": 9, + "9": 10, + "10": 22, + "11": 19, + "12": 15, + "13": 15, + "front": 0 + }, + "56": { + "1": 13, + "2": 16, + "3": 20, + "4": 14, + "5": 16, + "6": 19, + "7": 19, + "8": 10, + "9": 8, + "10": 15, + "11": 17, + "12": 12, + "front": 0 + }, + "57": { + "1": 17, + "2": 7, + "3": 8, + "4": 15, + "5": 12, + "6": 15, + "7": 11, + "8": 18, + "9": 12, + "10": 13, + "11": 20, + "12": 7, + "13": 16, + "14": 9, + "15": 22, + "16": 14, + "17": 10, + "18": 8, + "19": 10, + "20": 11, + "21": 5, + "front": 0 + }, + "58": { + "1": 13, + "2": 21, + "3": 16, + "4": 13, + "5": 20, + "6": 16, + "7": 15, + "8": 13, + "9": 15, + "10": 11, + "11": 17, + "12": 15, + "13": 21, + "14": 16, + "front": 0 + }, + "59": { + "1": 10, + "2": 13, + "3": 12, + "4": 15, + "5": 12, + "6": 13, + "7": 13, + "8": 16, + "9": 15, + "10": 11, + "11": 12, + "12": 12, + "13": 14, + "14": 14, + "15": 13, + "16": 14, + "17": 13, + "18": 11, + "19": 17, + "20": 8, + "21": 26, + "front": 0 + }, + "60": { + "1": 9, + "2": 13, + "3": 6, + "4": 15, + "5": 15, + "6": 15, + "7": 15, + "8": 7, + "9": 20, + "10": 11, + "11": 13, + "12": 10, + "13": 14, + "14": 18, + "15": 12, + "16": 14, + "17": 19, + "18": 13, + "19": 19, + "20": 16, + "21": 11, + "22": 10, + "front": 0 + }, + "61": { + "1": 20, + "2": 10, + "3": 24, + "4": 12, + "5": 8, + "6": 13, + "7": 14, + "8": 15, + "9": 14, + "10": 19, + "11": 16, + "front": 0 + }, + "62": { + "1": 15, + "2": 14, + "3": 9, + "4": 23, + "5": 13, + "6": 18, + "7": 12, + "8": 20, + "9": 10, + "10": 15, + "11": 17, + "12": 12, + "front": 0 + }, + "63": { + "1": 18, + "2": 6, + "3": 18, + "4": 7, + "5": 12, + "6": 8, + "7": 19, + "8": 10, + "9": 16, + "10": 12, + "11": 17, + "12": 12, + "13": 6, + "14": 13, + "15": 14, + "16": 16, + "17": 12, + "18": 7, + "19": 8, + "front": 0 + }, + "64": { + "1": 8, + "2": 12, + "3": 8, + "4": 13, + "5": 14, + "6": 13, + "7": 13, + "8": 11, + "9": 14, + "10": 9, + "11": 13, + "12": 8, + "front": 0 + }, + "65": { + "1": 14, + "2": 13, + "3": 11, + "4": 10, + "5": 15, + "6": 11, + "7": 18, + "8": 20, + "9": 11, + "10": 11, + "11": 13, + "12": 20, + "13": 20, + "14": 12, + "15": 11, + "16": 18, + "17": 14, + "18": 17, + "19": 12, + "20": 23, + "21": 7, + "22": 17, + "23": 13, + "24": 10, + "25": 20, + "front": 0 + }, + "66": { + "1": 18, + "2": 20, + "3": 23, + "4": 21, + "5": 18, + "6": 10, + "7": 9, + "8": 22, + "9": 12, + "10": 13, + "11": 10, + "12": 20, + "13": 9, + "14": 14, + "15": 13, + "16": 11, + "17": 16, + "18": 13, + "19": 30, + "20": 29, + "21": 7, + "22": 17, + "23": 14, + "24": 17, + "front": 0 + } + }, + "jer": { + "1": { + "1": 10, + "2": 15, + "3": 22, + "4": 5, + "5": 11, + "6": 11, + "7": 18, + "8": 9, + "9": 14, + "10": 14, + "11": 14, + "12": 11, + "13": 17, + "14": 10, + "15": 24, + "16": 14, + "17": 17, + "18": 19, + "19": 11, + "front": 0 + }, + "2": { + "1": 5, + "2": 20, + "3": 13, + "4": 9, + "5": 15, + "6": 26, + "7": 15, + "8": 19, + "9": 10, + "10": 13, + "11": 11, + "12": 9, + "13": 19, + "14": 9, + "15": 12, + "16": 6, + "17": 11, + "18": 15, + "19": 20, + "20": 21, + "21": 12, + "22": 13, + "23": 18, + "24": 16, + "25": 13, + "26": 13, + "27": 18, + "28": 16, + "29": 8, + "30": 12, + "31": 19, + "32": 10, + "33": 12, + "34": 14, + "35": 14, + "36": 12, + "37": 14, + "front": 0 + }, + "3": { + "1": 27, + "2": 18, + "3": 12, + "4": 8, + "5": 10, + "6": 24, + "7": 14, + "8": 24, + "9": 11, + "10": 16, + "11": 9, + "12": 24, + "13": 20, + "14": 18, + "15": 8, + "16": 27, + "17": 20, + "18": 18, + "19": 20, + "20": 11, + "21": 16, + "22": 12, + "23": 10, + "24": 14, + "25": 19, + "front": 0 + }, + "4": { + "1": 13, + "2": 11, + "3": 14, + "4": 19, + "5": 16, + "6": 13, + "7": 15, + "8": 13, + "9": 14, + "10": 18, + "11": 17, + "12": 11, + "13": 12, + "14": 12, + "15": 8, + "16": 15, + "17": 10, + "18": 13, + "19": 17, + "20": 13, + "21": 7, + "22": 18, + "23": 10, + "24": 7, + "25": 8, + "26": 12, + "27": 11, + "28": 16, + "29": 18, + "30": 22, + "31": 19, + "front": 0 + }, + "5": { + "1": 19, + "2": 7, + "3": 17, + "4": 13, + "5": 20, + "6": 21, + "7": 15, + "8": 9, + "9": 13, + "10": 12, + "11": 10, + "12": 13, + "13": 9, + "14": 20, + "15": 23, + "16": 5, + "17": 20, + "18": 9, + "19": 27, + "20": 7, + "21": 15, + "22": 25, + "23": 8, + "24": 18, + "25": 7, + "26": 11, + "27": 11, + "28": 16, + "29": 13, + "30": 4, + "31": 13, + "front": 0 + }, + "6": { + "1": 19, + "2": 5, + "3": 12, + "4": 15, + "5": 5, + "6": 17, + "7": 15, + "8": 12, + "9": 14, + "10": 20, + "11": 24, + "12": 15, + "13": 13, + "14": 11, + "15": 20, + "16": 22, + "17": 9, + "18": 8, + "19": 19, + "20": 17, + "21": 18, + "22": 13, + "23": 19, + "24": 9, + "25": 11, + "26": 17, + "27": 8, + "28": 10, + "29": 10, + "30": 8, + "front": 0 + }, + "7": { + "1": 8, + "2": 20, + "3": 13, + "4": 14, + "5": 16, + "6": 18, + "7": 12, + "8": 9, + "9": 14, + "10": 17, + "11": 16, + "12": 21, + "13": 19, + "14": 18, + "15": 13, + "16": 18, + "17": 9, + "18": 20, + "19": 10, + "20": 25, + "21": 12, + "22": 16, + "23": 26, + "24": 15, + "25": 19, + "26": 12, + "27": 13, + "28": 17, + "29": 14, + "30": 16, + "31": 20, + "32": 21, + "33": 11, + "34": 17, + "front": 0 + }, + "8": { + "1": 23, + "2": 27, + "3": 19, + "4": 12, + "5": 11, + "6": 19, + "7": 18, + "8": 14, + "9": 11, + "10": 20, + "11": 12, + "12": 19, + "13": 15, + "14": 21, + "15": 8, + "16": 17, + "17": 14, + "18": 6, + "19": 19, + "20": 7, + "21": 8, + "22": 14, + "front": 0 + }, + "9": { + "1": 14, + "2": 15, + "3": 19, + "4": 17, + "5": 12, + "6": 9, + "7": 14, + "8": 13, + "9": 14, + "10": 24, + "11": 13, + "12": 20, + "13": 15, + "14": 9, + "15": 16, + "16": 14, + "17": 12, + "18": 10, + "19": 15, + "20": 15, + "21": 11, + "22": 16, + "23": 15, + "24": 21, + "25": 10, + "26": 26, + "front": 0 + }, + "10": { + "1": 9, + "2": 16, + "3": 13, + "4": 8, + "5": 20, + "6": 8, + "7": 16, + "8": 7, + "9": 16, + "10": 15, + "11": 15, + "12": 9, + "13": 15, + "14": 14, + "15": 7, + "16": 14, + "17": 5, + "18": 15, + "19": 12, + "20": 14, + "21": 14, + "22": 15, + "23": 12, + "24": 8, + "25": 22, + "front": 0 + }, + "11": { + "1": 8, + "2": 12, + "3": 16, + "4": 27, + "5": 19, + "6": 20, + "7": 17, + "8": 23, + "9": 9, + "10": 27, + "11": 18, + "12": 18, + "13": 15, + "14": 19, + "15": 14, + "16": 16, + "17": 19, + "18": 6, + "19": 21, + "20": 15, + "21": 18, + "22": 15, + "23": 12, + "front": 0 + }, + "12": { + "1": 18, + "2": 12, + "3": 13, + "4": 20, + "5": 17, + "6": 21, + "7": 12, + "8": 11, + "9": 14, + "10": 13, + "11": 14, + "12": 19, + "13": 12, + "14": 24, + "15": 11, + "16": 20, + "17": 11, + "front": 0 + }, + "13": { + "1": 15, + "2": 8, + "3": 6, + "4": 15, + "5": 7, + "6": 18, + "7": 17, + "8": 5, + "9": 12, + "10": 24, + "11": 28, + "12": 24, + "13": 27, + "14": 16, + "15": 7, + "16": 18, + "17": 17, + "18": 10, + "19": 10, + "20": 11, + "21": 17, + "22": 12, + "23": 11, + "24": 5, + "25": 12, + "26": 8, + "27": 17, + "front": 0 + }, + "14": { + "1": 9, + "2": 9, + "3": 17, + "4": 12, + "5": 10, + "6": 12, + "7": 13, + "8": 12, + "9": 16, + "10": 19, + "11": 9, + "12": 19, + "13": 22, + "14": 23, + "15": 24, + "16": 23, + "17": 22, + "18": 22, + "19": 21, + "20": 8, + "21": 13, + "22": 21, + "front": 0 + }, + "15": { + "1": 17, + "2": 23, + "3": 20, + "4": 15, + "5": 13, + "6": 14, + "7": 11, + "8": 17, + "9": 18, + "10": 18, + "11": 16, + "12": 5, + "13": 10, + "14": 12, + "15": 16, + "16": 16, + "17": 12, + "18": 16, + "19": 22, + "20": 18, + "21": 6, + "front": 0 + }, + "16": { + "1": 5, + "2": 11, + "3": 21, + "4": 22, + "5": 27, + "6": 15, + "7": 17, + "8": 8, + "9": 22, + "10": 29, + "11": 22, + "12": 14, + "13": 24, + "14": 18, + "15": 22, + "16": 21, + "17": 13, + "18": 15, + "19": 20, + "20": 7, + "21": 14, + "front": 0 + }, + "17": { + "1": 13, + "2": 10, + "3": 11, + "4": 20, + "5": 15, + "6": 15, + "7": 8, + "8": 25, + "9": 7, + "10": 11, + "11": 14, + "12": 6, + "13": 16, + "14": 8, + "15": 9, + "16": 16, + "17": 8, + "18": 17, + "19": 20, + "20": 15, + "21": 13, + "22": 18, + "23": 14, + "24": 24, + "25": 23, + "26": 22, + "27": 24, + "front": 0 + }, + "18": { + "1": 8, + "2": 8, + "3": 8, + "4": 17, + "5": 5, + "6": 19, + "7": 9, + "8": 14, + "9": 8, + "10": 13, + "11": 29, + "12": 11, + "13": 15, + "14": 11, + "15": 14, + "16": 11, + "17": 11, + "18": 23, + "19": 6, + "20": 18, + "21": 21, + "22": 15, + "23": 23, + "front": 0 + }, + "19": { + "1": 12, + "2": 16, + "3": 25, + "4": 24, + "5": 19, + "6": 19, + "7": 22, + "8": 14, + "9": 19, + "10": 6, + "11": 29, + "12": 12, + "13": 22, + "14": 16, + "15": 28, + "front": 0 + }, + "20": { + "1": 16, + "2": 16, + "3": 20, + "4": 26, + "5": 24, + "6": 20, + "7": 12, + "8": 16, + "9": 17, + "10": 20, + "11": 19, + "12": 15, + "13": 12, + "14": 12, + "15": 13, + "16": 15, + "17": 11, + "18": 10, + "front": 0 + }, + "21": { + "1": 21, + "2": 19, + "3": 7, + "4": 31, + "5": 11, + "6": 12, + "7": 42, + "8": 16, + "9": 18, + "10": 16, + "11": 6, + "12": 22, + "13": 15, + "14": 12, + "front": 0 + }, + "22": { + "1": 12, + "2": 16, + "3": 23, + "4": 22, + "5": 15, + "6": 20, + "7": 11, + "8": 18, + "9": 12, + "10": 17, + "11": 23, + "12": 13, + "13": 15, + "14": 14, + "15": 15, + "16": 12, + "17": 17, + "18": 24, + "19": 8, + "20": 12, + "21": 13, + "22": 13, + "23": 11, + "24": 19, + "25": 15, + "26": 15, + "27": 12, + "28": 21, + "29": 6, + "30": 24, + "front": 0 + }, + "23": { + "1": 9, + "2": 27, + "3": 17, + "4": 13, + "5": 16, + "6": 12, + "7": 18, + "8": 22, + "9": 18, + "10": 18, + "11": 12, + "12": 17, + "13": 11, + "14": 20, + "15": 22, + "16": 20, + "17": 17, + "18": 13, + "19": 11, + "20": 15, + "21": 11, + "22": 12, + "23": 8, + "24": 18, + "25": 11, + "26": 10, + "27": 16, + "28": 18, + "29": 9, + "30": 11, + "31": 9, + "32": 25, + "33": 21, + "34": 13, + "35": 14, + "36": 18, + "37": 10, + "38": 22, + "39": 15, + "40": 9, + "front": 0 + }, + "24": { + "1": 31, + "2": 16, + "3": 20, + "4": 5, + "5": 21, + "6": 14, + "7": 20, + "8": 27, + "9": 15, + "10": 16, + "front": 0 + }, + "25": { + "1": 22, + "2": 13, + "3": 26, + "4": 16, + "5": 20, + "6": 16, + "7": 11, + "8": 11, + "9": 31, + "10": 14, + "11": 14, + "12": 22, + "13": 21, + "14": 14, + "15": 24, + "16": 9, + "17": 13, + "18": 17, + "19": 11, + "20": 22, + "21": 7, + "22": 14, + "23": 10, + "24": 10, + "25": 12, + "26": 21, + "27": 20, + "28": 15, + "29": 26, + "30": 27, + "31": 18, + "32": 15, + "33": 21, + "34": 14, + "35": 7, + "36": 11, + "37": 7, + "38": 13, + "front": 0 + }, + "26": { + "1": 13, + "2": 26, + "3": 17, + "4": 14, + "5": 13, + "6": 13, + "7": 13, + "8": 22, + "9": 21, + "10": 16, + "11": 21, + "12": 23, + "13": 15, + "14": 8, + "15": 30, + "16": 19, + "17": 10, + "18": 28, + "19": 28, + "20": 21, + "21": 18, + "22": 13, + "23": 17, + "24": 14, + "front": 0 + }, + "27": { + "1": 15, + "2": 11, + "3": 25, + "4": 15, + "5": 20, + "6": 19, + "7": 21, + "8": 33, + "9": 23, + "10": 13, + "11": 17, + "12": 19, + "13": 18, + "14": 18, + "15": 17, + "16": 32, + "17": 13, + "18": 23, + "19": 17, + "20": 20, + "21": 16, + "22": 15, + "front": 0 + }, + "28": { + "1": 27, + "2": 12, + "3": 23, + "4": 25, + "5": 14, + "6": 23, + "7": 12, + "8": 17, + "9": 13, + "10": 10, + "11": 27, + "12": 16, + "13": 15, + "14": 27, + "15": 19, + "16": 17, + "17": 7, + "front": 0 + }, + "29": { + "1": 24, + "2": 12, + "3": 18, + "4": 12, + "5": 8, + "6": 19, + "7": 17, + "8": 21, + "9": 10, + "10": 22, + "11": 19, + "12": 7, + "13": 7, + "14": 27, + "15": 7, + "16": 22, + "17": 21, + "18": 19, + "19": 20, + "20": 10, + "21": 27, + "22": 18, + "23": 22, + "24": 5, + "25": 27, + "26": 20, + "27": 8, + "28": 17, + "29": 9, + "30": 6, + "31": 23, + "32": 33, + "front": 0 + }, + "30": { + "1": 8, + "2": 16, + "3": 21, + "4": 9, + "5": 10, + "6": 18, + "7": 13, + "8": 17, + "9": 10, + "10": 24, + "11": 24, + "12": 8, + "13": 8, + "14": 17, + "15": 14, + "16": 16, + "17": 17, + "18": 18, + "19": 11, + "20": 10, + "21": 20, + "22": 7, + "23": 11, + "24": 15, + "front": 0 + }, + "31": { + "1": 13, + "2": 12, + "3": 11, + "4": 11, + "5": 8, + "6": 13, + "7": 20, + "8": 18, + "9": 20, + "10": 14, + "11": 9, + "12": 26, + "13": 13, + "14": 10, + "15": 19, + "16": 17, + "17": 8, + "18": 15, + "19": 16, + "20": 23, + "21": 18, + "22": 13, + "23": 23, + "24": 9, + "25": 8, + "26": 7, + "27": 16, + "28": 16, + "29": 11, + "30": 11, + "31": 14, + "32": 22, + "33": 27, + "34": 29, + "35": 19, + "36": 16, + "37": 23, + "38": 11, + "39": 10, + "40": 22, + "front": 0 + }, + "32": { + "1": 18, + "2": 17, + "3": 22, + "4": 21, + "5": 17, + "6": 7, + "7": 19, + "8": 34, + "9": 17, + "10": 8, + "11": 10, + "12": 24, + "13": 5, + "14": 27, + "15": 14, + "16": 13, + "17": 19, + "18": 16, + "19": 17, + "20": 16, + "21": 15, + "22": 14, + "23": 23, + "24": 20, + "25": 15, + "26": 6, + "27": 10, + "28": 16, + "29": 25, + "30": 21, + "31": 20, + "32": 19, + "33": 13, + "34": 8, + "35": 28, + "36": 20, + "37": 17, + "38": 7, + "39": 14, + "40": 17, + "41": 12, + "42": 25, + "43": 15, + "44": 26, + "front": 0 + }, + "33": { + "1": 12, + "2": 10, + "3": 9, + "4": 19, + "5": 20, + "6": 11, + "7": 9, + "8": 15, + "9": 30, + "10": 27, + "11": 32, + "12": 19, + "13": 20, + "14": 17, + "15": 12, + "16": 13, + "17": 13, + "18": 14, + "19": 6, + "20": 16, + "21": 16, + "22": 19, + "23": 6, + "24": 21, + "25": 13, + "26": 19, + "front": 0 + }, + "34": { + "1": 26, + "2": 26, + "3": 21, + "4": 14, + "5": 22, + "6": 12, + "7": 22, + "8": 20, + "9": 16, + "10": 22, + "11": 14, + "12": 8, + "13": 18, + "14": 25, + "15": 19, + "16": 21, + "17": 32, + "18": 22, + "19": 13, + "20": 14, + "21": 18, + "22": 20, + "front": 0 + }, + "35": { + "1": 14, + "2": 15, + "3": 16, + "4": 24, + "5": 13, + "6": 19, + "7": 28, + "8": 18, + "9": 10, + "10": 9, + "11": 19, + "12": 6, + "13": 20, + "14": 31, + "15": 36, + "16": 16, + "17": 31, + "18": 26, + "19": 17, + "front": 0 + }, + "36": { + "1": 16, + "2": 27, + "3": 20, + "4": 20, + "5": 12, + "6": 23, + "7": 19, + "8": 15, + "9": 23, + "10": 23, + "11": 12, + "12": 27, + "13": 13, + "14": 32, + "15": 9, + "16": 19, + "17": 14, + "18": 15, + "19": 13, + "20": 16, + "21": 21, + "22": 10, + "23": 24, + "24": 14, + "25": 13, + "26": 23, + "27": 18, + "28": 21, + "29": 30, + "30": 22, + "31": 24, + "32": 30, + "front": 0 + }, + "37": { + "1": 16, + "2": 14, + "3": 22, + "4": 10, + "5": 14, + "6": 7, + "7": 23, + "8": 9, + "9": 14, + "10": 20, + "11": 9, + "12": 10, + "13": 22, + "14": 16, + "15": 18, + "16": 13, + "17": 21, + "18": 17, + "19": 14, + "20": 17, + "21": 25, + "front": 0 + }, + "38": { + "1": 22, + "2": 19, + "3": 12, + "4": 40, + "5": 12, + "6": 26, + "7": 19, + "8": 9, + "9": 25, + "10": 20, + "11": 24, + "12": 19, + "13": 12, + "14": 26, + "15": 15, + "16": 27, + "17": 28, + "18": 18, + "19": 19, + "20": 16, + "21": 9, + "22": 25, + "23": 22, + "24": 11, + "25": 26, + "26": 13, + "27": 21, + "28": 13, + "front": 0 + }, + "39": { + "1": 17, + "2": 10, + "3": 27, + "4": 23, + "5": 22, + "6": 15, + "7": 9, + "8": 13, + "9": 20, + "10": 19, + "11": 11, + "12": 17, + "13": 16, + "14": 20, + "15": 10, + "16": 26, + "17": 13, + "18": 15, + "front": 0 + }, + "40": { + "1": 27, + "2": 15, + "3": 15, + "4": 39, + "5": 34, + "6": 13, + "7": 29, + "8": 22, + "9": 21, + "10": 21, + "11": 27, + "12": 19, + "13": 12, + "14": 22, + "15": 30, + "16": 19, + "front": 0 + }, + "41": { + "1": 26, + "2": 24, + "3": 19, + "4": 9, + "5": 18, + "6": 20, + "7": 16, + "8": 23, + "9": 28, + "10": 34, + "11": 17, + "12": 17, + "13": 18, + "14": 14, + "15": 12, + "16": 36, + "17": 11, + "18": 19, + "front": 0 + }, + "42": { + "1": 15, + "2": 25, + "3": 13, + "4": 24, + "5": 21, + "6": 22, + "7": 9, + "8": 16, + "9": 14, + "10": 20, + "11": 22, + "12": 9, + "13": 12, + "14": 19, + "15": 23, + "16": 22, + "17": 26, + "18": 31, + "19": 14, + "20": 25, + "21": 12, + "22": 14, + "front": 0 + }, + "43": { + "1": 21, + "2": 26, + "3": 17, + "4": 15, + "5": 21, + "6": 30, + "7": 11, + "8": 7, + "9": 15, + "10": 27, + "11": 14, + "12": 19, + "13": 14, + "front": 0 + }, + "44": { + "1": 18, + "2": 26, + "3": 16, + "4": 18, + "5": 12, + "6": 13, + "7": 27, + "8": 23, + "9": 22, + "10": 16, + "11": 16, + "12": 31, + "13": 12, + "14": 28, + "15": 23, + "16": 9, + "17": 32, + "18": 14, + "19": 17, + "20": 16, + "21": 21, + "22": 21, + "23": 23, + "24": 16, + "25": 34, + "26": 31, + "27": 17, + "28": 24, + "29": 19, + "30": 28, + "front": 0 + }, + "45": { + "1": 25, + "2": 7, + "3": 15, + "4": 20, + "5": 26, + "front": 0 + }, + "46": { + "1": 9, + "2": 25, + "3": 5, + "4": 10, + "5": 16, + "6": 13, + "7": 7, + "8": 14, + "9": 14, + "10": 24, + "11": 13, + "12": 13, + "13": 15, + "14": 15, + "15": 8, + "16": 18, + "17": 8, + "18": 13, + "19": 14, + "20": 8, + "21": 20, + "22": 11, + "23": 13, + "24": 7, + "25": 23, + "26": 17, + "27": 22, + "28": 27, + "front": 0 + }, + "47": { + "1": 14, + "2": 22, + "3": 15, + "4": 21, + "5": 11, + "6": 12, + "7": 12, + "front": 0 + }, + "48": { + "1": 18, + "2": 17, + "3": 6, + "4": 5, + "5": 13, + "6": 6, + "7": 14, + "8": 15, + "9": 12, + "10": 9, + "11": 23, + "12": 14, + "13": 10, + "14": 7, + "15": 13, + "16": 7, + "17": 14, + "18": 14, + "19": 12, + "20": 11, + "21": 11, + "22": 7, + "23": 8, + "24": 11, + "25": 7, + "26": 12, + "27": 14, + "28": 12, + "29": 10, + "30": 11, + "31": 13, + "32": 19, + "33": 15, + "34": 19, + "35": 8, + "36": 18, + "37": 14, + "38": 17, + "39": 14, + "40": 11, + "41": 13, + "42": 7, + "43": 8, + "44": 20, + "45": 18, + "46": 12, + "47": 11, + "front": 0 + }, + "49": { + "1": 20, + "2": 25, + "3": 20, + "4": 12, + "5": 16, + "6": 9, + "7": 14, + "8": 13, + "9": 12, + "10": 16, + "11": 7, + "12": 21, + "13": 17, + "14": 12, + "15": 7, + "16": 19, + "17": 11, + "18": 15, + "19": 27, + "20": 24, + "21": 9, + "22": 17, + "23": 14, + "24": 10, + "25": 7, + "26": 13, + "27": 8, + "28": 19, + "29": 13, + "30": 19, + "31": 16, + "32": 18, + "33": 16, + "34": 15, + "35": 11, + "36": 21, + "37": 23, + "38": 9, + "39": 9, + "front": 0 + }, + "50": { + "1": 12, + "2": 19, + "3": 19, + "4": 20, + "5": 13, + "6": 14, + "7": 16, + "8": 10, + "9": 22, + "10": 8, + "11": 12, + "12": 11, + "13": 16, + "14": 16, + "15": 19, + "16": 17, + "17": 15, + "18": 19, + "19": 13, + "20": 20, + "21": 17, + "22": 5, + "23": 11, + "24": 14, + "25": 16, + "26": 13, + "27": 12, + "28": 13, + "29": 28, + "30": 12, + "31": 12, + "32": 12, + "33": 16, + "34": 16, + "35": 12, + "36": 8, + "37": 16, + "38": 10, + "39": 18, + "40": 19, + "41": 11, + "42": 19, + "43": 11, + "44": 27, + "45": 24, + "46": 8, + "front": 0 + }, + "51": { + "1": 13, + "2": 13, + "3": 15, + "4": 6, + "5": 14, + "6": 18, + "7": 15, + "8": 11, + "9": 17, + "10": 11, + "11": 21, + "12": 23, + "13": 10, + "14": 12, + "15": 9, + "16": 15, + "17": 14, + "18": 7, + "19": 13, + "20": 11, + "21": 8, + "22": 12, + "23": 12, + "24": 14, + "25": 20, + "26": 13, + "27": 22, + "28": 15, + "29": 16, + "30": 14, + "31": 14, + "32": 9, + "33": 18, + "34": 14, + "35": 13, + "36": 17, + "37": 9, + "38": 6, + "39": 14, + "40": 6, + "41": 12, + "42": 7, + "43": 17, + "44": 17, + "45": 10, + "46": 18, + "47": 15, + "48": 15, + "49": 11, + "50": 13, + "51": 14, + "52": 13, + "53": 14, + "54": 7, + "55": 16, + "56": 16, + "57": 16, + "58": 21, + "59": 23, + "60": 19, + "61": 12, + "62": 19, + "63": 13, + "64": 17, + "front": 0 + }, + "52": { + "1": 17, + "2": 8, + "3": 16, + "4": 23, + "5": 9, + "6": 12, + "7": 24, + "8": 14, + "9": 14, + "10": 14, + "11": 16, + "12": 22, + "13": 17, + "14": 13, + "15": 21, + "16": 8, + "17": 21, + "18": 18, + "19": 23, + "20": 24, + "21": 16, + "22": 19, + "23": 11, + "24": 15, + "25": 34, + "26": 11, + "27": 12, + "28": 12, + "29": 10, + "30": 20, + "31": 30, + "32": 12, + "33": 11, + "34": 17, + "front": 0 + } + }, + "lam": { + "1": { + "1": 14, + "2": 18, + "3": 16, + "4": 16, + "5": 16, + "6": 17, + "7": 23, + "8": 18, + "9": 17, + "10": 17, + "11": 16, + "12": 20, + "13": 15, + "14": 16, + "15": 16, + "16": 20, + "17": 15, + "18": 16, + "19": 15, + "20": 18, + "21": 20, + "22": 17, + "front": 0 + }, + "2": { + "1": 18, + "2": 18, + "3": 17, + "4": 16, + "5": 15, + "6": 15, + "7": 16, + "8": 17, + "9": 17, + "10": 17, + "11": 17, + "12": 14, + "13": 21, + "14": 16, + "15": 20, + "16": 16, + "17": 19, + "18": 20, + "19": 22, + "20": 18, + "21": 15, + "22": 17, + "front": 0 + }, + "3": { + "1": 6, + "2": 6, + "3": 7, + "4": 5, + "5": 5, + "6": 4, + "7": 6, + "8": 6, + "9": 5, + "10": 6, + "11": 5, + "12": 5, + "13": 4, + "14": 7, + "15": 4, + "16": 5, + "17": 5, + "18": 5, + "19": 5, + "20": 5, + "21": 7, + "22": 9, + "23": 4, + "24": 8, + "25": 5, + "26": 5, + "27": 6, + "28": 6, + "29": 6, + "30": 5, + "31": 5, + "32": 6, + "33": 7, + "34": 6, + "35": 6, + "36": 6, + "37": 7, + "38": 6, + "39": 7, + "40": 6, + "41": 7, + "42": 6, + "43": 6, + "44": 5, + "45": 5, + "46": 5, + "47": 6, + "48": 8, + "49": 6, + "50": 5, + "51": 6, + "52": 5, + "53": 6, + "54": 6, + "55": 5, + "56": 7, + "57": 6, + "58": 6, + "59": 5, + "60": 6, + "61": 6, + "62": 6, + "63": 5, + "64": 6, + "65": 6, + "66": 6, + "front": 0 + }, + "4": { + "1": 12, + "2": 12, + "3": 12, + "4": 12, + "5": 9, + "6": 13, + "7": 10, + "8": 13, + "9": 11, + "10": 11, + "11": 12, + "12": 13, + "13": 8, + "14": 9, + "15": 17, + "16": 13, + "17": 12, + "18": 11, + "19": 11, + "20": 11, + "21": 13, + "22": 14, + "front": 0 + }, + "5": { + "1": 9, + "2": 5, + "3": 6, + "4": 6, + "5": 7, + "6": 6, + "7": 6, + "8": 6, + "9": 6, + "10": 6, + "11": 6, + "12": 7, + "13": 6, + "14": 5, + "15": 6, + "16": 8, + "17": 9, + "18": 7, + "19": 7, + "20": 6, + "21": 7, + "22": 8, + "front": 0 + } + }, + "ezk": { + "1": { + "1": 17, + "2": 8, + "3": 19, + "4": 19, + "5": 9, + "6": 7, + "7": 12, + "8": 10, + "9": 13, + "10": 16, + "11": 12, + "12": 15, + "13": 18, + "14": 5, + "15": 10, + "16": 15, + "17": 8, + "18": 10, + "19": 11, + "20": 17, + "21": 14, + "22": 12, + "23": 17, + "24": 17, + "25": 10, + "26": 18, + "27": 20, + "28": 23, + "front": 0 + }, + "2": { + "1": 9, + "2": 13, + "3": 24, + "4": 15, + "5": 14, + "6": 27, + "7": 11, + "8": 22, + "9": 9, + "10": 12, + "front": 0 + }, + "3": { + "1": 17, + "2": 7, + "3": 20, + "4": 12, + "5": 13, + "6": 19, + "7": 20, + "8": 12, + "9": 15, + "10": 14, + "11": 19, + "12": 11, + "13": 13, + "14": 11, + "15": 19, + "16": 9, + "17": 12, + "18": 20, + "19": 16, + "20": 23, + "21": 18, + "22": 14, + "23": 18, + "24": 14, + "25": 12, + "26": 14, + "27": 19, + "front": 0 + }, + "4": { + "1": 14, + "2": 16, + "3": 24, + "4": 19, + "5": 16, + "6": 21, + "7": 9, + "8": 13, + "9": 29, + "10": 11, + "11": 9, + "12": 9, + "13": 13, + "14": 20, + "15": 15, + "16": 17, + "17": 9, + "front": 0 + }, + "5": { + "1": 21, + "2": 20, + "3": 7, + "4": 18, + "5": 11, + "6": 19, + "7": 24, + "8": 14, + "9": 15, + "10": 17, + "11": 26, + "12": 17, + "13": 15, + "14": 9, + "15": 18, + "16": 20, + "17": 16, + "front": 0 + }, + "6": { + "1": 5, + "2": 9, + "3": 22, + "4": 8, + "5": 12, + "6": 17, + "7": 7, + "8": 8, + "9": 28, + "10": 12, + "11": 21, + "12": 13, + "13": 33, + "14": 17, + "front": 0 + }, + "7": { + "1": 5, + "2": 16, + "3": 13, + "4": 17, + "5": 9, + "6": 8, + "7": 13, + "8": 15, + "9": 16, + "10": 10, + "11": 13, + "12": 15, + "13": 21, + "14": 12, + "15": 14, + "16": 11, + "17": 7, + "18": 12, + "19": 24, + "20": 14, + "21": 8, + "22": 10, + "23": 10, + "24": 11, + "25": 5, + "26": 16, + "27": 18, + "front": 0 + }, + "8": { + "1": 19, + "2": 15, + "3": 30, + "4": 9, + "5": 21, + "6": 23, + "7": 10, + "8": 12, + "9": 11, + "10": 17, + "11": 19, + "12": 24, + "13": 10, + "14": 17, + "15": 11, + "16": 28, + "17": 27, + "18": 16, + "front": 0 + }, + "9": { + "1": 12, + "2": 27, + "3": 21, + "4": 20, + "5": 12, + "6": 23, + "7": 13, + "8": 23, + "9": 24, + "10": 10, + "11": 13, + "front": 0 + }, + "10": { + "1": 15, + "2": 24, + "3": 11, + "4": 18, + "5": 11, + "6": 17, + "7": 19, + "8": 7, + "9": 21, + "10": 9, + "11": 18, + "12": 11, + "13": 5, + "14": 17, + "15": 8, + "16": 18, + "17": 9, + "18": 9, + "19": 22, + "20": 13, + "21": 12, + "22": 16, + "front": 0 + }, + "11": { + "1": 30, + "2": 13, + "3": 9, + "4": 6, + "5": 18, + "6": 7, + "7": 16, + "8": 8, + "9": 10, + "10": 11, + "11": 14, + "12": 16, + "13": 22, + "14": 5, + "15": 23, + "16": 20, + "17": 22, + "18": 10, + "19": 16, + "20": 15, + "21": 12, + "22": 11, + "23": 12, + "24": 14, + "25": 9, + "front": 0 + }, + "12": { + "1": 5, + "2": 22, + "3": 22, + "4": 12, + "5": 6, + "6": 17, + "7": 20, + "8": 6, + "9": 12, + "10": 16, + "11": 11, + "12": 22, + "13": 16, + "14": 12, + "15": 10, + "16": 20, + "17": 5, + "18": 9, + "19": 27, + "20": 10, + "21": 5, + "22": 15, + "23": 25, + "24": 12, + "25": 22, + "26": 5, + "27": 16, + "28": 19, + "front": 0 + }, + "13": { + "1": 5, + "2": 13, + "3": 14, + "4": 5, + "5": 12, + "6": 13, + "7": 13, + "8": 16, + "9": 27, + "10": 16, + "11": 15, + "12": 10, + "13": 17, + "14": 18, + "15": 14, + "16": 14, + "17": 12, + "18": 26, + "19": 22, + "20": 28, + "21": 16, + "22": 16, + "23": 16, + "front": 0 + }, + "14": { + "1": 7, + "2": 5, + "3": 16, + "4": 34, + "5": 11, + "6": 18, + "7": 31, + "8": 14, + "9": 19, + "10": 7, + "11": 22, + "12": 5, + "13": 22, + "14": 15, + "15": 12, + "16": 20, + "17": 14, + "18": 17, + "19": 14, + "20": 18, + "21": 22, + "22": 27, + "23": 21, + "front": 0 + }, + "15": { + "1": 5, + "2": 13, + "3": 13, + "4": 13, + "5": 14, + "6": 19, + "7": 16, + "8": 10, + "front": 0 + }, + "16": { + "1": 5, + "2": 7, + "3": 14, + "4": 17, + "5": 19, + "6": 13, + "7": 16, + "8": 22, + "9": 7, + "10": 8, + "11": 9, + "12": 10, + "13": 16, + "14": 15, + "15": 13, + "16": 12, + "17": 14, + "18": 9, + "19": 16, + "20": 13, + "21": 7, + "22": 15, + "23": 10, + "24": 8, + "25": 17, + "26": 11, + "27": 14, + "28": 10, + "29": 11, + "30": 14, + "31": 14, + "32": 7, + "33": 16, + "34": 17, + "35": 5, + "36": 21, + "37": 28, + "38": 9, + "39": 16, + "40": 8, + "41": 16, + "42": 10, + "43": 27, + "44": 8, + "45": 17, + "46": 15, + "47": 11, + "48": 15, + "49": 19, + "50": 8, + "51": 16, + "52": 20, + "53": 14, + "54": 9, + "55": 13, + "56": 8, + "57": 15, + "58": 8, + "59": 14, + "60": 11, + "61": 18, + "62": 9, + "63": 19, + "front": 0 + }, + "17": { + "1": 5, + "2": 9, + "3": 23, + "4": 11, + "5": 12, + "6": 18, + "7": 21, + "8": 15, + "9": 26, + "10": 14, + "11": 5, + "12": 23, + "13": 13, + "14": 9, + "15": 17, + "16": 23, + "17": 16, + "18": 12, + "19": 17, + "20": 14, + "21": 16, + "22": 20, + "23": 20, + "24": 23, + "front": 0 + }, + "18": { + "1": 5, + "2": 17, + "3": 13, + "4": 15, + "5": 7, + "6": 21, + "7": 15, + "8": 15, + "9": 13, + "10": 9, + "11": 15, + "12": 14, + "13": 17, + "14": 14, + "15": 16, + "16": 15, + "17": 18, + "18": 16, + "19": 19, + "20": 22, + "21": 18, + "22": 11, + "23": 11, + "24": 26, + "25": 16, + "26": 11, + "27": 12, + "28": 10, + "29": 16, + "30": 19, + "31": 18, + "32": 10, + "front": 0 + }, + "19": { + "1": 6, + "2": 11, + "3": 10, + "4": 10, + "5": 10, + "6": 10, + "7": 9, + "8": 10, + "9": 17, + "10": 11, + "11": 16, + "12": 14, + "13": 6, + "14": 17, + "front": 0 + }, + "20": { + "1": 15, + "2": 5, + "3": 24, + "4": 9, + "5": 25, + "6": 20, + "7": 13, + "8": 27, + "9": 17, + "10": 6, + "11": 14, + "12": 14, + "13": 27, + "14": 10, + "15": 20, + "16": 16, + "17": 9, + "18": 15, + "19": 10, + "20": 12, + "21": 29, + "22": 14, + "23": 13, + "24": 14, + "25": 11, + "26": 15, + "27": 21, + "28": 33, + "29": 14, + "30": 17, + "31": 24, + "32": 16, + "33": 15, + "34": 17, + "35": 11, + "36": 13, + "37": 8, + "38": 18, + "39": 24, + "40": 27, + "41": 19, + "42": 18, + "43": 16, + "44": 18, + "45": 5, + "46": 14, + "47": 32, + "48": 9, + "49": 11, + "front": 0 + }, + "21": { + "1": 5, + "2": 13, + "3": 15, + "4": 15, + "5": 12, + "6": 9, + "7": 32, + "8": 5, + "9": 13, + "10": 16, + "11": 14, + "12": 22, + "13": 12, + "14": 19, + "15": 16, + "16": 7, + "17": 11, + "18": 5, + "19": 21, + "20": 12, + "21": 18, + "22": 20, + "23": 12, + "24": 18, + "25": 11, + "26": 15, + "27": 14, + "28": 23, + "29": 18, + "30": 10, + "31": 13, + "32": 13, + "front": 0 + }, + "22": { + "1": 5, + "2": 12, + "3": 15, + "4": 21, + "5": 9, + "6": 10, + "7": 12, + "8": 5, + "9": 14, + "10": 8, + "11": 18, + "12": 17, + "13": 12, + "14": 14, + "15": 8, + "16": 8, + "17": 5, + "18": 17, + "19": 16, + "20": 20, + "21": 8, + "22": 14, + "23": 5, + "24": 13, + "25": 15, + "26": 20, + "27": 12, + "28": 17, + "29": 14, + "30": 14, + "31": 12, + "front": 0 + }, + "23": { + "1": 5, + "2": 8, + "3": 11, + "4": 15, + "5": 9, + "6": 10, + "7": 13, + "8": 16, + "9": 10, + "10": 15, + "11": 10, + "12": 15, + "13": 6, + "14": 12, + "15": 15, + "16": 8, + "17": 14, + "18": 13, + "19": 11, + "20": 10, + "21": 10, + "22": 19, + "23": 21, + "24": 18, + "25": 19, + "26": 6, + "27": 15, + "28": 15, + "29": 14, + "30": 10, + "31": 6, + "32": 14, + "33": 9, + "34": 14, + "35": 18, + "36": 14, + "37": 16, + "38": 12, + "39": 15, + "40": 18, + "41": 11, + "42": 19, + "43": 7, + "44": 14, + "45": 15, + "46": 12, + "47": 13, + "48": 10, + "49": 11, + "front": 0 + }, + "24": { + "1": 11, + "2": 19, + "3": 18, + "4": 11, + "5": 13, + "6": 23, + "7": 15, + "8": 12, + "9": 12, + "10": 10, + "11": 13, + "12": 9, + "13": 15, + "14": 17, + "15": 5, + "16": 16, + "17": 20, + "18": 11, + "19": 12, + "20": 7, + "21": 23, + "22": 11, + "23": 15, + "24": 14, + "25": 19, + "26": 7, + "27": 17, + "front": 0 + }, + "25": { + "1": 5, + "2": 9, + "3": 29, + "4": 18, + "5": 14, + "6": 17, + "7": 20, + "8": 13, + "9": 16, + "10": 13, + "11": 7, + "12": 15, + "13": 19, + "14": 17, + "15": 15, + "16": 18, + "17": 14, + "front": 0 + }, + "26": { + "1": 11, + "2": 16, + "3": 15, + "4": 12, + "5": 14, + "6": 9, + "7": 21, + "8": 13, + "9": 7, + "10": 15, + "11": 13, + "12": 15, + "13": 8, + "14": 16, + "15": 15, + "16": 22, + "17": 22, + "18": 10, + "19": 20, + "20": 22, + "21": 11, + "front": 0 + }, + "27": { + "1": 5, + "2": 7, + "3": 21, + "4": 6, + "5": 13, + "6": 11, + "7": 14, + "8": 12, + "9": 15, + "10": 14, + "11": 17, + "12": 11, + "13": 11, + "14": 7, + "15": 12, + "16": 12, + "17": 13, + "18": 11, + "19": 11, + "20": 5, + "21": 12, + "22": 14, + "23": 8, + "24": 12, + "25": 9, + "26": 10, + "27": 23, + "28": 5, + "29": 12, + "30": 11, + "31": 11, + "32": 11, + "33": 12, + "34": 10, + "35": 10, + "36": 9, + "front": 0 + }, + "28": { + "1": 5, + "2": 28, + "3": 8, + "4": 9, + "5": 8, + "6": 11, + "7": 14, + "8": 7, + "9": 12, + "10": 11, + "11": 5, + "12": 20, + "13": 25, + "14": 13, + "15": 9, + "16": 15, + "17": 15, + "18": 18, + "19": 10, + "20": 5, + "21": 8, + "22": 19, + "23": 15, + "24": 18, + "25": 24, + "26": 20, + "front": 0 + }, + "29": { + "1": 11, + "2": 13, + "3": 22, + "4": 16, + "5": 21, + "6": 13, + "7": 15, + "8": 13, + "9": 15, + "10": 17, + "11": 14, + "12": 22, + "13": 16, + "14": 15, + "15": 13, + "16": 15, + "17": 12, + "18": 29, + "19": 22, + "20": 15, + "21": 15, + "front": 0 + }, + "30": { + "1": 5, + "2": 11, + "3": 11, + "4": 13, + "5": 12, + "6": 17, + "7": 9, + "8": 10, + "9": 18, + "10": 12, + "11": 16, + "12": 16, + "13": 19, + "14": 9, + "15": 10, + "16": 12, + "17": 9, + "18": 18, + "19": 7, + "20": 12, + "21": 19, + "22": 21, + "23": 6, + "24": 17, + "25": 22, + "26": 11, + "front": 0 + }, + "31": { + "1": 12, + "2": 13, + "3": 14, + "4": 16, + "5": 14, + "6": 16, + "7": 10, + "8": 22, + "9": 11, + "10": 17, + "11": 9, + "12": 22, + "13": 12, + "14": 35, + "15": 25, + "16": 22, + "17": 13, + "18": 28, + "front": 0 + }, + "32": { + "1": 14, + "2": 23, + "3": 13, + "4": 16, + "5": 8, + "6": 9, + "7": 13, + "8": 13, + "9": 12, + "10": 18, + "11": 9, + "12": 14, + "13": 16, + "14": 9, + "15": 17, + "16": 17, + "17": 12, + "18": 17, + "19": 6, + "20": 10, + "21": 13, + "22": 10, + "23": 18, + "24": 26, + "25": 26, + "26": 16, + "27": 25, + "28": 8, + "29": 18, + "30": 23, + "31": 15, + "32": 18, + "front": 0 + }, + "33": { + "1": 5, + "2": 23, + "3": 11, + "4": 13, + "5": 13, + "6": 24, + "7": 13, + "8": 17, + "9": 16, + "10": 19, + "11": 25, + "12": 28, + "13": 19, + "14": 9, + "15": 15, + "16": 12, + "17": 11, + "18": 7, + "19": 9, + "20": 11, + "21": 15, + "22": 20, + "23": 5, + "24": 22, + "25": 18, + "26": 12, + "27": 27, + "28": 13, + "29": 14, + "30": 27, + "31": 22, + "32": 14, + "33": 8, + "front": 0 + }, + "34": { + "1": 5, + "2": 25, + "3": 11, + "4": 23, + "5": 9, + "6": 18, + "7": 6, + "8": 31, + "9": 5, + "10": 26, + "11": 11, + "12": 22, + "13": 17, + "14": 19, + "15": 8, + "16": 18, + "17": 13, + "18": 16, + "19": 7, + "20": 15, + "21": 14, + "22": 10, + "23": 16, + "24": 12, + "25": 14, + "26": 11, + "27": 24, + "28": 13, + "29": 15, + "30": 13, + "31": 11, + "front": 0 + }, + "35": { + "1": 5, + "2": 9, + "3": 16, + "4": 10, + "5": 17, + "6": 17, + "7": 10, + "8": 12, + "9": 10, + "10": 14, + "11": 17, + "12": 18, + "13": 8, + "14": 10, + "15": 21, + "front": 0 + }, + "36": { + "1": 13, + "2": 14, + "3": 23, + "4": 27, + "5": 30, + "6": 22, + "7": 18, + "8": 12, + "9": 7, + "10": 11, + "11": 15, + "12": 14, + "13": 13, + "14": 12, + "15": 18, + "16": 5, + "17": 16, + "18": 11, + "19": 8, + "20": 17, + "21": 12, + "22": 24, + "23": 20, + "24": 12, + "25": 11, + "26": 17, + "27": 12, + "28": 12, + "29": 13, + "30": 14, + "31": 14, + "32": 14, + "33": 14, + "34": 10, + "35": 13, + "36": 16, + "37": 15, + "38": 16, + "front": 0 + }, + "37": { + "1": 13, + "2": 13, + "3": 12, + "4": 13, + "5": 12, + "6": 17, + "7": 13, + "8": 13, + "9": 23, + "10": 14, + "11": 18, + "12": 22, + "13": 11, + "14": 16, + "15": 5, + "16": 25, + "17": 11, + "18": 12, + "19": 30, + "20": 7, + "21": 24, + "22": 23, + "23": 23, + "24": 14, + "25": 24, + "26": 16, + "27": 10, + "28": 12, + "front": 0 + }, + "38": { + "1": 5, + "2": 14, + "3": 12, + "4": 21, + "5": 7, + "6": 13, + "7": 11, + "8": 26, + "9": 13, + "10": 14, + "11": 17, + "12": 20, + "13": 25, + "14": 18, + "15": 15, + "16": 21, + "17": 21, + "18": 15, + "19": 14, + "20": 27, + "21": 12, + "22": 19, + "23": 10, + "front": 0 + }, + "39": { + "1": 18, + "2": 9, + "3": 8, + "4": 18, + "5": 10, + "6": 10, + "7": 20, + "8": 10, + "9": 19, + "10": 22, + "11": 28, + "12": 9, + "13": 12, + "14": 18, + "15": 17, + "16": 6, + "17": 33, + "18": 14, + "19": 10, + "20": 12, + "21": 16, + "22": 11, + "23": 20, + "24": 7, + "25": 17, + "26": 15, + "27": 13, + "28": 17, + "29": 15, + "front": 0 + }, + "40": { + "1": 25, + "2": 15, + "3": 16, + "4": 29, + "5": 23, + "6": 22, + "7": 19, + "8": 7, + "9": 12, + "10": 16, + "11": 12, + "12": 16, + "13": 13, + "14": 11, + "15": 11, + "16": 19, + "17": 15, + "18": 9, + "19": 13, + "20": 10, + "21": 18, + "22": 15, + "23": 13, + "24": 12, + "25": 14, + "26": 13, + "27": 13, + "28": 12, + "29": 17, + "30": 10, + "31": 10, + "32": 11, + "33": 17, + "34": 11, + "35": 7, + "36": 14, + "37": 11, + "38": 8, + "39": 13, + "40": 17, + "41": 12, + "42": 26, + "43": 11, + "44": 23, + "45": 12, + "46": 18, + "47": 13, + "48": 21, + "49": 19, + "front": 0 + }, + "41": { + "1": 16, + "2": 19, + "3": 14, + "4": 16, + "5": 13, + "6": 21, + "7": 24, + "8": 12, + "9": 14, + "10": 9, + "11": 17, + "12": 21, + "13": 12, + "14": 7, + "15": 18, + "16": 17, + "17": 15, + "18": 10, + "19": 16, + "20": 9, + "21": 7, + "22": 20, + "23": 4, + "24": 12, + "25": 16, + "26": 11, + "front": 0 + }, + "42": { + "1": 18, + "2": 10, + "3": 15, + "4": 13, + "5": 10, + "6": 14, + "7": 14, + "8": 14, + "9": 9, + "10": 12, + "11": 14, + "12": 15, + "13": 32, + "14": 24, + "15": 15, + "16": 11, + "17": 9, + "18": 9, + "19": 10, + "20": 17, + "front": 0 + }, + "43": { + "1": 8, + "2": 14, + "3": 21, + "4": 11, + "5": 11, + "6": 8, + "7": 31, + "8": 20, + "9": 10, + "10": 14, + "11": 32, + "12": 16, + "13": 20, + "14": 19, + "15": 7, + "16": 11, + "17": 22, + "18": 19, + "19": 18, + "20": 16, + "21": 9, + "22": 13, + "23": 11, + "24": 11, + "25": 14, + "26": 9, + "27": 20, + "front": 0 + }, + "44": { + "1": 10, + "2": 21, + "3": 16, + "4": 18, + "5": 30, + "6": 16, + "7": 23, + "8": 9, + "9": 22, + "10": 15, + "11": 21, + "12": 21, + "13": 17, + "14": 11, + "15": 26, + "16": 12, + "17": 18, + "18": 13, + "19": 28, + "20": 10, + "21": 9, + "22": 18, + "23": 10, + "24": 17, + "25": 19, + "26": 6, + "27": 14, + "28": 12, + "29": 10, + "30": 19, + "31": 10, + "front": 0 + }, + "45": { + "1": 23, + "2": 15, + "3": 16, + "4": 18, + "5": 15, + "6": 17, + "7": 30, + "8": 16, + "9": 21, + "10": 8, + "11": 16, + "12": 14, + "13": 12, + "14": 15, + "15": 16, + "16": 9, + "17": 27, + "18": 15, + "19": 18, + "20": 10, + "21": 13, + "22": 11, + "23": 18, + "24": 9, + "25": 14, + "front": 0 + }, + "46": { + "1": 20, + "2": 26, + "3": 10, + "4": 12, + "5": 10, + "6": 11, + "7": 13, + "8": 8, + "9": 33, + "10": 6, + "11": 14, + "12": 30, + "13": 12, + "14": 18, + "15": 11, + "16": 17, + "17": 18, + "18": 18, + "19": 18, + "20": 24, + "21": 16, + "22": 13, + "23": 10, + "24": 13, + "front": 0 + }, + "47": { + "1": 23, + "2": 19, + "3": 12, + "4": 11, + "5": 16, + "6": 9, + "7": 10, + "8": 18, + "9": 29, + "10": 20, + "11": 6, + "12": 29, + "13": 16, + "14": 15, + "15": 12, + "16": 16, + "17": 15, + "18": 20, + "19": 16, + "20": 12, + "21": 7, + "22": 23, + "23": 12, + "front": 0 + }, + "48": { + "1": 26, + "2": 10, + "3": 10, + "4": 10, + "5": 10, + "6": 10, + "7": 10, + "8": 27, + "9": 11, + "10": 26, + "11": 16, + "12": 10, + "13": 19, + "14": 12, + "15": 17, + "16": 27, + "17": 15, + "18": 20, + "19": 6, + "20": 16, + "21": 35, + "22": 16, + "23": 9, + "24": 10, + "25": 10, + "26": 10, + "27": 10, + "28": 17, + "29": 12, + "30": 10, + "31": 18, + "32": 18, + "33": 18, + "34": 17, + "35": 9, + "front": 0 + } + }, + "dan": { + "1": { + "1": 13, + "2": 22, + "3": 12, + "4": 25, + "5": 18, + "6": 8, + "7": 15, + "8": 17, + "9": 9, + "10": 29, + "11": 13, + "12": 13, + "13": 14, + "14": 7, + "15": 15, + "16": 10, + "17": 16, + "18": 11, + "19": 13, + "20": 18, + "21": 7, + "front": 0 + }, + "2": { + "1": 12, + "2": 14, + "3": 10, + "4": 12, + "5": 17, + "6": 15, + "7": 9, + "8": 19, + "9": 26, + "10": 30, + "11": 20, + "12": 12, + "13": 8, + "14": 15, + "15": 18, + "16": 12, + "17": 10, + "18": 18, + "19": 12, + "20": 18, + "21": 14, + "22": 10, + "23": 20, + "24": 27, + "25": 22, + "26": 14, + "27": 17, + "28": 21, + "29": 17, + "30": 23, + "31": 17, + "32": 14, + "33": 10, + "34": 18, + "35": 31, + "36": 6, + "37": 13, + "38": 18, + "39": 15, + "40": 19, + "41": 27, + "42": 14, + "43": 23, + "44": 25, + "45": 30, + "46": 13, + "47": 20, + "48": 20, + "49": 17, + "front": 0 + }, + "3": { + "1": 17, + "2": 21, + "3": 24, + "4": 8, + "5": 21, + "6": 12, + "7": 30, + "8": 12, + "9": 7, + "10": 23, + "11": 10, + "12": 30, + "13": 16, + "14": 19, + "15": 40, + "16": 15, + "17": 16, + "18": 17, + "19": 22, + "20": 15, + "21": 13, + "22": 24, + "23": 13, + "24": 21, + "25": 21, + "26": 28, + "27": 26, + "28": 32, + "29": 34, + "30": 9, + "front": 0 + }, + "4": { + "1": 12, + "2": 10, + "3": 13, + "4": 7, + "5": 9, + "6": 12, + "7": 14, + "8": 18, + "9": 22, + "10": 12, + "11": 10, + "12": 19, + "13": 12, + "14": 19, + "15": 20, + "16": 12, + "17": 24, + "18": 27, + "19": 26, + "20": 12, + "21": 15, + "22": 13, + "23": 37, + "24": 11, + "25": 33, + "26": 16, + "27": 15, + "28": 5, + "29": 11, + "30": 17, + "31": 15, + "32": 28, + "33": 23, + "34": 24, + "35": 20, + "36": 22, + "37": 19, + "front": 0 + }, + "5": { + "1": 11, + "2": 22, + "3": 19, + "4": 10, + "5": 23, + "6": 13, + "7": 31, + "8": 12, + "9": 10, + "10": 20, + "11": 28, + "12": 26, + "13": 24, + "14": 12, + "15": 16, + "16": 26, + "17": 18, + "18": 11, + "19": 34, + "20": 13, + "21": 32, + "22": 12, + "23": 40, + "24": 10, + "25": 8, + "26": 8, + "27": 5, + "28": 6, + "29": 18, + "30": 6, + "31": 8, + "front": 0 + }, + "6": { + "1": 13, + "2": 19, + "3": 20, + "4": 27, + "5": 16, + "6": 14, + "7": 31, + "8": 15, + "9": 8, + "10": 33, + "11": 10, + "12": 40, + "13": 27, + "14": 19, + "15": 23, + "16": 21, + "17": 17, + "18": 13, + "19": 10, + "20": 24, + "21": 8, + "22": 21, + "23": 22, + "24": 28, + "25": 14, + "26": 29, + "27": 13, + "28": 8, + "front": 0 + }, + "7": { + "1": 18, + "2": 15, + "3": 10, + "4": 23, + "5": 21, + "6": 20, + "7": 33, + "8": 25, + "9": 23, + "10": 18, + "11": 21, + "12": 11, + "13": 18, + "14": 21, + "15": 9, + "16": 16, + "17": 11, + "18": 11, + "19": 24, + "20": 23, + "21": 10, + "22": 14, + "23": 18, + "24": 17, + "25": 18, + "26": 8, + "27": 20, + "28": 16, + "front": 0 + }, + "8": { + "1": 14, + "2": 17, + "3": 20, + "4": 18, + "5": 21, + "6": 14, + "7": 27, + "8": 16, + "9": 15, + "10": 11, + "11": 10, + "12": 10, + "13": 19, + "14": 10, + "15": 13, + "16": 12, + "17": 17, + "18": 11, + "19": 11, + "20": 8, + "21": 12, + "22": 10, + "23": 10, + "24": 12, + "25": 17, + "26": 13, + "27": 15, + "front": 0 + }, + "9": { + "1": 12, + "2": 21, + "3": 12, + "4": 16, + "5": 7, + "6": 16, + "7": 25, + "8": 10, + "9": 7, + "10": 13, + "11": 22, + "12": 23, + "13": 20, + "14": 18, + "15": 18, + "16": 20, + "17": 15, + "18": 25, + "19": 18, + "20": 18, + "21": 17, + "22": 9, + "23": 14, + "24": 23, + "25": 22, + "26": 21, + "27": 20, + "front": 0 + }, + "10": { + "1": 22, + "2": 9, + "3": 18, + "4": 13, + "5": 13, + "6": 17, + "7": 21, + "8": 19, + "9": 15, + "10": 9, + "11": 25, + "12": 22, + "13": 21, + "14": 12, + "15": 8, + "16": 22, + "17": 19, + "18": 6, + "19": 17, + "20": 17, + "21": 17, + "front": 0 + }, + "11": { + "1": 9, + "2": 22, + "3": 8, + "4": 19, + "5": 11, + "6": 25, + "7": 14, + "8": 17, + "9": 7, + "10": 14, + "11": 15, + "12": 8, + "13": 17, + "14": 14, + "15": 17, + "16": 12, + "17": 19, + "18": 13, + "19": 8, + "20": 14, + "21": 14, + "22": 8, + "23": 9, + "24": 22, + "25": 23, + "26": 9, + "27": 15, + "28": 11, + "29": 8, + "30": 17, + "31": 11, + "32": 9, + "33": 10, + "34": 8, + "35": 13, + "36": 20, + "37": 17, + "38": 16, + "39": 15, + "40": 18, + "41": 13, + "42": 8, + "43": 10, + "44": 10, + "45": 14, + "front": 0 + }, + "12": { + "1": 29, + "2": 12, + "3": 9, + "4": 13, + "5": 15, + "6": 12, + "7": 29, + "8": 9, + "9": 10, + "10": 12, + "11": 10, + "12": 9, + "13": 8, + "front": 0 + } + }, + "hos": { + "1": { + "1": 21, + "2": 21, + "3": 10, + "4": 20, + "5": 9, + "6": 22, + "7": 14, + "8": 7, + "9": 13, + "10": 24, + "11": 17, + "front": 0 + }, + "2": { + "1": 5, + "2": 16, + "3": 13, + "4": 8, + "5": 17, + "6": 12, + "7": 20, + "8": 16, + "9": 13, + "10": 10, + "11": 8, + "12": 17, + "13": 18, + "14": 9, + "15": 18, + "16": 12, + "17": 9, + "18": 21, + "19": 9, + "20": 6, + "21": 13, + "22": 12, + "23": 15, + "front": 0 + }, + "3": { + "1": 23, + "2": 9, + "3": 14, + "4": 17, + "5": 18, + "front": 0 + }, + "4": { + "1": 20, + "2": 9, + "3": 16, + "4": 10, + "5": 9, + "6": 18, + "7": 7, + "8": 7, + "9": 9, + "10": 11, + "11": 5, + "12": 13, + "13": 20, + "14": 22, + "15": 18, + "16": 10, + "17": 5, + "18": 8, + "19": 6, + "front": 0 + }, + "5": { + "1": 20, + "2": 6, + "3": 13, + "4": 14, + "5": 12, + "6": 10, + "7": 11, + "8": 10, + "9": 9, + "10": 9, + "11": 9, + "12": 6, + "13": 24, + "14": 14, + "15": 12, + "front": 0 + }, + "6": { + "1": 10, + "2": 7, + "3": 14, + "4": 14, + "5": 10, + "6": 8, + "7": 7, + "8": 6, + "9": 11, + "10": 9, + "11": 8, + "front": 0 + }, + "7": { + "1": 15, + "2": 12, + "3": 5, + "4": 12, + "5": 10, + "6": 14, + "7": 13, + "8": 9, + "9": 13, + "10": 13, + "11": 10, + "12": 11, + "13": 16, + "14": 14, + "15": 7, + "16": 15, + "front": 0 + }, + "8": { + "1": 13, + "2": 5, + "3": 5, + "4": 14, + "5": 11, + "6": 13, + "7": 16, + "8": 9, + "9": 10, + "10": 11, + "11": 9, + "12": 7, + "13": 16, + "14": 15, + "front": 0 + }, + "9": { + "1": 16, + "2": 7, + "3": 10, + "4": 21, + "5": 7, + "6": 14, + "7": 18, + "8": 13, + "9": 8, + "10": 18, + "11": 7, + "12": 13, + "13": 11, + "14": 11, + "15": 17, + "16": 13, + "17": 9, + "front": 0 + }, + "10": { + "1": 14, + "2": 9, + "3": 15, + "4": 12, + "5": 18, + "6": 13, + "7": 7, + "8": 16, + "9": 13, + "10": 8, + "11": 17, + "12": 18, + "13": 12, + "14": 16, + "15": 13, + "front": 0 + }, + "11": { + "1": 7, + "2": 9, + "3": 10, + "4": 14, + "5": 11, + "6": 7, + "7": 9, + "8": 16, + "9": 18, + "10": 11, + "11": 11, + "12": 14, + "front": 0 + }, + "12": { + "1": 17, + "2": 11, + "3": 8, + "4": 13, + "5": 5, + "6": 10, + "7": 6, + "8": 15, + "9": 10, + "10": 9, + "11": 15, + "12": 9, + "13": 8, + "14": 10, + "front": 0 + }, + "13": { + "1": 9, + "2": 19, + "3": 12, + "4": 12, + "5": 5, + "6": 8, + "7": 8, + "8": 12, + "9": 5, + "10": 13, + "11": 6, + "12": 5, + "13": 14, + "14": 14, + "15": 21, + "16": 11, + "front": 0 + }, + "14": { + "1": 8, + "2": 16, + "3": 17, + "4": 8, + "5": 8, + "6": 8, + "7": 10, + "8": 14, + "9": 16, + "front": 0 + } + }, + "jol": { + "1": { + "1": 8, + "2": 13, + "3": 8, + "4": 12, + "5": 12, + "6": 14, + "7": 10, + "8": 7, + "9": 9, + "10": 11, + "11": 12, + "12": 18, + "13": 17, + "14": 15, + "15": 9, + "16": 9, + "17": 11, + "18": 14, + "19": 13, + "20": 13, + "front": 0 + }, + "2": { + "1": 16, + "2": 25, + "3": 18, + "4": 6, + "5": 15, + "6": 7, + "7": 12, + "8": 12, + "9": 10, + "10": 11, + "11": 21, + "12": 11, + "13": 19, + "14": 11, + "15": 7, + "16": 15, + "17": 24, + "18": 6, + "19": 19, + "20": 25, + "21": 9, + "22": 16, + "23": 18, + "24": 7, + "25": 15, + "26": 16, + "27": 14, + "28": 18, + "29": 10, + "30": 8, + "31": 11, + "32": 20, + "front": 0 + }, + "3": { + "1": 12, + "2": 21, + "3": 11, + "4": 22, + "5": 8, + "6": 11, + "7": 11, + "8": 16, + "9": 12, + "10": 9, + "11": 10, + "12": 14, + "13": 15, + "14": 10, + "15": 6, + "16": 15, + "17": 17, + "18": 22, + "19": 15, + "20": 6, + "21": 7, + "front": 0 + } + }, + "amo": { + "1": { + "1": 23, + "2": 13, + "3": 17, + "4": 8, + "5": 17, + "6": 17, + "7": 6, + "8": 16, + "9": 20, + "10": 6, + "11": 23, + "12": 6, + "13": 20, + "14": 12, + "15": 8, + "front": 0 + }, + "2": { + "1": 17, + "2": 12, + "3": 9, + "4": 25, + "5": 6, + "6": 18, + "7": 19, + "8": 12, + "9": 17, + "10": 14, + "11": 12, + "12": 10, + "13": 10, + "14": 11, + "15": 13, + "16": 9, + "front": 0 + }, + "3": { + "1": 18, + "2": 13, + "3": 6, + "4": 13, + "5": 15, + "6": 14, + "7": 13, + "8": 11, + "9": 19, + "10": 10, + "11": 13, + "12": 23, + "13": 9, + "14": 16, + "15": 14, + "front": 0 + }, + "4": { + "1": 16, + "2": 15, + "3": 8, + "4": 13, + "5": 14, + "6": 17, + "7": 28, + "8": 16, + "9": 16, + "10": 20, + "11": 17, + "12": 14, + "13": 21, + "front": 0 + }, + "5": { + "1": 11, + "2": 11, + "3": 16, + "4": 8, + "5": 19, + "6": 14, + "7": 6, + "8": 18, + "9": 8, + "10": 6, + "11": 22, + "12": 13, + "13": 9, + "14": 14, + "15": 14, + "16": 23, + "17": 8, + "18": 14, + "19": 15, + "20": 10, + "21": 6, + "22": 12, + "23": 8, + "24": 6, + "25": 9, + "26": 12, + "27": 9, + "front": 0 + }, + "6": { + "1": 13, + "2": 18, + "3": 6, + "4": 13, + "5": 9, + "6": 11, + "7": 8, + "8": 18, + "9": 8, + "10": 22, + "11": 11, + "12": 13, + "13": 9, + "14": 18, + "front": 0 + }, + "7": { + "1": 15, + "2": 18, + "3": 8, + "4": 17, + "5": 11, + "6": 11, + "7": 10, + "8": 22, + "9": 11, + "10": 23, + "11": 12, + "12": 16, + "13": 13, + "14": 17, + "15": 12, + "16": 15, + "17": 24, + "front": 0 + }, + "8": { + "1": 7, + "2": 21, + "3": 14, + "4": 7, + "5": 16, + "6": 9, + "7": 9, + "8": 16, + "9": 13, + "10": 21, + "11": 21, + "12": 14, + "13": 7, + "14": 15, + "front": 0 + }, + "9": { + "1": 25, + "2": 11, + "3": 18, + "4": 16, + "5": 16, + "6": 16, + "7": 19, + "8": 21, + "9": 17, + "10": 11, + "11": 15, + "12": 15, + "13": 18, + "14": 19, + "15": 14, + "front": 0 + } + }, + "oba": { + "1": { + "1": 18, + "2": 7, + "3": 13, + "4": 12, + "5": 19, + "6": 5, + "7": 18, + "8": 11, + "9": 9, + "10": 7, + "11": 18, + "12": 17, + "13": 18, + "14": 12, + "15": 14, + "16": 15, + "17": 11, + "18": 21, + "19": 18, + "20": 17, + "21": 11, + "front": 0 + } + }, + "jon": { + "1": { + "1": 8, + "2": 12, + "3": 21, + "4": 13, + "5": 22, + "6": 19, + "7": 18, + "8": 20, + "9": 16, + "10": 20, + "11": 12, + "12": 18, + "13": 12, + "14": 23, + "15": 9, + "16": 11, + "17": 15, + "front": 0 + }, + "2": { + "1": 7, + "2": 12, + "3": 11, + "4": 11, + "5": 9, + "6": 12, + "7": 12, + "8": 5, + "9": 10, + "10": 8, + "front": 0 + }, + "3": { + "1": 7, + "2": 14, + "3": 15, + "4": 14, + "5": 11, + "6": 15, + "7": 19, + "8": 16, + "9": 10, + "10": 18, + "front": 0 + }, + "4": { + "1": 7, + "2": 32, + "3": 11, + "4": 5, + "5": 20, + "6": 20, + "7": 10, + "8": 22, + "9": 15, + "10": 18, + "11": 23, + "front": 0 + } + }, + "mic": { + "1": { + "1": 18, + "2": 14, + "3": 10, + "4": 11, + "5": 17, + "6": 11, + "7": 19, + "8": 13, + "9": 13, + "10": 10, + "11": 16, + "12": 12, + "13": 15, + "14": 11, + "15": 11, + "16": 11, + "front": 0 + }, + "2": { + "1": 14, + "2": 10, + "3": 22, + "4": 20, + "5": 9, + "6": 9, + "7": 15, + "8": 12, + "9": 10, + "10": 11, + "11": 14, + "12": 17, + "13": 13, + "front": 0 + }, + "3": { + "1": 13, + "2": 10, + "3": 16, + "4": 15, + "5": 20, + "6": 14, + "7": 12, + "8": 14, + "9": 15, + "10": 5, + "11": 20, + "12": 12, + "front": 0 + }, + "4": { + "1": 16, + "2": 24, + "3": 24, + "4": 13, + "5": 14, + "6": 10, + "7": 15, + "8": 14, + "9": 14, + "10": 21, + "11": 10, + "12": 12, + "13": 21, + "front": 0 + }, + "5": { + "1": 14, + "2": 18, + "3": 12, + "4": 15, + "5": 17, + "6": 17, + "7": 20, + "8": 20, + "9": 7, + "10": 10, + "11": 6, + "12": 7, + "13": 9, + "14": 5, + "15": 9, + "front": 0 + }, + "6": { + "1": 13, + "2": 16, + "3": 8, + "4": 13, + "5": 22, + "6": 11, + "7": 14, + "8": 19, + "9": 11, + "10": 9, + "11": 6, + "12": 10, + "13": 7, + "14": 13, + "15": 14, + "16": 18, + "front": 0 + }, + "7": { + "1": 14, + "2": 15, + "3": 14, + "4": 11, + "5": 11, + "6": 13, + "7": 8, + "8": 13, + "9": 16, + "10": 17, + "11": 7, + "12": 16, + "13": 7, + "14": 15, + "15": 6, + "16": 11, + "17": 13, + "18": 18, + "19": 9, + "20": 10, + "front": 0 + } + }, + "nam": { + "1": { + "1": 6, + "2": 14, + "3": 15, + "4": 12, + "5": 12, + "6": 14, + "7": 8, + "8": 8, + "9": 11, + "10": 10, + "11": 8, + "12": 14, + "13": 6, + "14": 16, + "15": 21, + "front": 0 + }, + "2": { + "1": 13, + "2": 13, + "3": 13, + "4": 9, + "5": 8, + "6": 5, + "7": 10, + "8": 11, + "9": 11, + "10": 14, + "11": 15, + "12": 11, + "13": 19, + "front": 0 + }, + "3": { + "1": 10, + "2": 9, + "3": 15, + "4": 12, + "5": 14, + "6": 6, + "7": 15, + "8": 13, + "9": 9, + "10": 19, + "11": 10, + "12": 11, + "13": 12, + "14": 12, + "15": 11, + "16": 7, + "17": 16, + "18": 12, + "19": 18, + "front": 0 + } + }, + "hab": { + "1": { + "1": 5, + "2": 11, + "3": 12, + "4": 18, + "5": 13, + "6": 15, + "7": 7, + "8": 15, + "9": 9, + "10": 13, + "11": 8, + "12": 14, + "13": 17, + "14": 8, + "15": 11, + "16": 12, + "17": 9, + "front": 0 + }, + "2": { + "1": 15, + "2": 12, + "3": 17, + "4": 9, + "5": 24, + "6": 19, + "7": 9, + "8": 17, + "9": 11, + "10": 8, + "11": 7, + "12": 7, + "13": 13, + "14": 11, + "15": 11, + "16": 15, + "17": 15, + "18": 17, + "19": 18, + "20": 7, + "front": 0 + }, + "3": { + "1": 5, + "2": 15, + "3": 13, + "4": 9, + "5": 6, + "6": 15, + "7": 9, + "8": 15, + "9": 10, + "10": 12, + "11": 10, + "12": 6, + "13": 15, + "14": 11, + "15": 6, + "16": 18, + "17": 20, + "18": 6, + "19": 11, + "front": 0 + } + }, + "zep": { + "1": { + "1": 20, + "2": 8, + "3": 19, + "4": 20, + "5": 12, + "6": 11, + "7": 14, + "8": 15, + "9": 13, + "10": 15, + "11": 12, + "12": 20, + "13": 15, + "14": 14, + "15": 16, + "16": 9, + "17": 12, + "18": 24, + "front": 0 + }, + "2": { + "1": 5, + "2": 20, + "3": 18, + "4": 11, + "5": 15, + "6": 8, + "7": 17, + "8": 13, + "9": 28, + "10": 11, + "11": 16, + "12": 6, + "13": 13, + "14": 20, + "15": 21, + "front": 0 + }, + "3": { + "1": 5, + "2": 13, + "3": 10, + "4": 9, + "5": 17, + "6": 14, + "7": 18, + "8": 26, + "9": 14, + "10": 8, + "11": 21, + "12": 8, + "13": 19, + "14": 11, + "15": 13, + "16": 10, + "17": 13, + "18": 8, + "19": 18, + "20": 21, + "front": 0 + } + }, + "hag": { + "1": { + "1": 28, + "2": 15, + "3": 7, + "4": 9, + "5": 9, + "6": 19, + "7": 8, + "8": 11, + "9": 23, + "10": 9, + "11": 24, + "12": 27, + "13": 12, + "14": 28, + "15": 9, + "front": 0 + }, + "2": { + "1": 11, + "2": 18, + "3": 19, + "4": 24, + "5": 12, + "6": 19, + "7": 16, + "8": 7, + "9": 18, + "10": 13, + "11": 10, + "12": 25, + "13": 13, + "14": 21, + "15": 15, + "16": 15, + "17": 14, + "18": 19, + "19": 15, + "20": 10, + "21": 12, + "22": 16, + "23": 20, + "front": 0 + } + }, + "zec": { + "1": { + "1": 16, + "2": 5, + "3": 16, + "4": 26, + "5": 6, + "6": 24, + "7": 23, + "8": 19, + "9": 14, + "10": 12, + "11": 15, + "12": 21, + "13": 10, + "14": 16, + "15": 14, + "16": 17, + "17": 19, + "18": 7, + "19": 18, + "20": 4, + "21": 32, + "front": 0 + }, + "2": { + "1": 8, + "2": 14, + "3": 9, + "4": 15, + "5": 11, + "6": 15, + "7": 6, + "8": 18, + "9": 14, + "10": 11, + "11": 18, + "12": 11, + "13": 9, + "front": 0 + }, + "3": { + "1": 14, + "2": 18, + "3": 8, + "4": 19, + "5": 16, + "6": 5, + "7": 26, + "8": 19, + "9": 25, + "10": 14, + "front": 0 + }, + "4": { + "1": 9, + "2": 24, + "3": 9, + "4": 10, + "5": 14, + "6": 20, + "7": 15, + "8": 5, + "9": 13, + "10": 20, + "11": 12, + "12": 16, + "13": 10, + "14": 10, + "front": 0 + }, + "5": { + "1": 7, + "2": 16, + "3": 20, + "4": 21, + "5": 13, + "6": 12, + "7": 10, + "8": 14, + "9": 20, + "10": 10, + "11": 12, + "front": 0 + }, + "6": { + "1": 14, + "2": 8, + "3": 9, + "4": 9, + "5": 14, + "6": 17, + "7": 12, + "8": 15, + "9": 5, + "10": 20, + "11": 12, + "12": 18, + "13": 21, + "14": 11, + "15": 18, + "front": 0 + }, + "7": { + "1": 14, + "2": 12, + "3": 19, + "4": 6, + "5": 19, + "6": 9, + "7": 18, + "8": 6, + "9": 14, + "10": 12, + "11": 8, + "12": 22, + "13": 12, + "14": 16, + "front": 0 + }, + "8": { + "1": 5, + "2": 12, + "3": 18, + "4": 15, + "5": 7, + "6": 18, + "7": 13, + "8": 14, + "9": 22, + "10": 23, + "11": 11, + "12": 21, + "13": 18, + "14": 17, + "15": 13, + "16": 14, + "17": 19, + "18": 6, + "19": 22, + "20": 11, + "21": 19, + "22": 14, + "23": 24, + "front": 0 + }, + "9": { + "1": 14, + "2": 9, + "3": 10, + "4": 9, + "5": 16, + "6": 6, + "7": 15, + "8": 14, + "9": 22, + "10": 19, + "11": 10, + "12": 10, + "13": 16, + "14": 13, + "15": 16, + "16": 13, + "17": 10, + "front": 0 + }, + "10": { + "1": 15, + "2": 21, + "3": 21, + "4": 12, + "5": 13, + "6": 20, + "7": 13, + "8": 8, + "9": 8, + "10": 13, + "11": 16, + "12": 6, + "front": 0 + }, + "11": { + "1": 6, + "2": 15, + "3": 13, + "4": 8, + "5": 14, + "6": 25, + "7": 20, + "8": 13, + "9": 14, + "10": 15, + "11": 13, + "12": 15, + "13": 20, + "14": 13, + "15": 9, + "16": 23, + "17": 18, + "front": 0 + }, + "12": { + "1": 15, + "2": 17, + "3": 19, + "4": 21, + "5": 11, + "6": 26, + "7": 17, + "8": 19, + "9": 11, + "10": 25, + "11": 10, + "12": 17, + "13": 11, + "14": 8, + "front": 0 + }, + "13": { + "1": 11, + "2": 24, + "3": 22, + "4": 14, + "5": 12, + "6": 12, + "7": 19, + "8": 13, + "9": 25, + "front": 0 + }, + "14": { + "1": 7, + "2": 23, + "3": 9, + "4": 27, + "5": 24, + "6": 8, + "7": 15, + "8": 18, + "9": 13, + "10": 25, + "11": 9, + "12": 25, + "13": 17, + "14": 14, + "15": 15, + "16": 20, + "17": 17, + "18": 23, + "19": 14, + "20": 15, + "21": 24, + "front": 0 + } + }, + "mal": { + "1": { + "1": 7, + "2": 16, + "3": 11, + "4": 25, + "5": 9, + "6": 27, + "7": 13, + "8": 22, + "9": 15, + "10": 20, + "11": 22, + "12": 11, + "13": 22, + "14": 19, + "front": 0 + }, + "2": { + "1": 5, + "2": 28, + "3": 14, + "4": 14, + "5": 13, + "6": 15, + "7": 13, + "8": 13, + "9": 17, + "10": 15, + "11": 17, + "12": 13, + "13": 18, + "14": 19, + "15": 17, + "16": 18, + "17": 20, + "front": 0 + }, + "3": { + "1": 24, + "2": 14, + "3": 17, + "4": 9, + "5": 22, + "6": 10, + "7": 16, + "8": 12, + "9": 8, + "10": 29, + "11": 17, + "12": 12, + "13": 9, + "14": 15, + "15": 12, + "16": 18, + "17": 19, + "18": 11, + "front": 0 + }, + "4": { + "1": 26, + "2": 12, + "3": 15, + "4": 13, + "5": 13, + "6": 15, + "front": 0 + } + } +} \ No newline at end of file diff --git a/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/manifest.json b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/manifest.json new file mode 100644 index 0000000000..307cf90a82 --- /dev/null +++ b/tcResources/hbo/bibles/uhb/v2.1.30_unfoldingWord/manifest.json @@ -0,0 +1,894 @@ +{ + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "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., Ph.D. Old Testament, Stellenbosch University)", + "Aaron M. Valdizan (M.Div., Th.M., Ph.D. Candidate Old Testament, The Master’s Seminary)", + "Benjamin Wright (M.A. Applied Linguistics Dallas International University)", + "Johan de Joode", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed, lexically tagged, morphologically parsed Hebrew Old Testament. It enables the global Church to have access to the original texts of the Old Testament.", + "format": "text/usfm3", + "identifier": "uhb", + "issued": "2022-10-11", + "language": { + "direction": "rtl", + "identifier": "hbo", + "title": "Ancient Hebrew" + }, + "modified": "2022-10-11", + "publisher": "unfoldingWord", + "relation": [ + "en/ult?v=41", + "en/ust?v=40" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "oshb", + "language": "hbo", + "version": "2.1" + } + ], + "subject": "Hebrew Old Testament", + "title": "unfoldingWord® Hebrew Bible", + "type": "bundle", + "version": "2.1.30" + }, + "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" + ] + } + ], + "original_manifest": { + "dublin_core": { + "conformsto": "rc0.2", + "contributor": [ + "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., Ph.D. Old Testament, Stellenbosch University)", + "Aaron M. Valdizan (M.Div., Th.M., Ph.D. Candidate Old Testament, The Master’s Seminary)", + "Benjamin Wright (M.A. Applied Linguistics Dallas International University)", + "Johan de Joode", + "Door43 World Missions Community" + ], + "creator": "unfoldingWord", + "description": "An open-licensed, lexically tagged, morphologically parsed Hebrew Old Testament. It enables the global Church to have access to the original texts of the Old Testament.", + "format": "text/usfm3", + "identifier": "uhb", + "issued": "2022-10-11", + "language": { + "direction": "rtl", + "identifier": "hbo", + "title": "Ancient Hebrew" + }, + "modified": "2022-10-11", + "publisher": "unfoldingWord", + "relation": [ + "en/ult?v=41", + "en/ust?v=40" + ], + "rights": "CC BY-SA 4.0", + "source": [ + { + "identifier": "oshb", + "language": "hbo", + "version": "2.1" + } + ], + "subject": "Hebrew Old Testament", + "title": "unfoldingWord® Hebrew Bible", + "type": "bundle", + "version": "2.1.30" + }, + "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" + ] + } + ] + }, + "language_id": "hbo", + "language_name": "Ancient Hebrew", + "direction": "rtl", + "subject": "Hebrew Old Testament", + "resource_id": "uhb", + "resource_title": "unfoldingWord® Hebrew Bible", + "remoteModifiedTime": "0001-01-01T00:00:00+00:00", + "description": "Gateway Language", + "catalog_modified_time": "0001-01-01T00:00:00+00:00", + "usfm-js": "3.4.3", + "version": "2.1.30", + "modifiedTime": "0001-01-01T00:00:00+00:00" +} diff --git a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/books.zip b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/books.zip index 02bc278cf8..6f4bae44e6 100644 Binary files a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/books.zip and b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/books.zip differ diff --git a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/index.json b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/index.json index c015b9c2aa..e0aea99c6e 100644 --- a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/index.json +++ b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/index.json @@ -12317,7 +12317,7 @@ "27": 15, "28": 11, "29": 19, - "30": 13, + "30": 14, "front": 0 } }, @@ -13249,7 +13249,7 @@ "20": 14, "21": 17, "22": 24, - "23": 28, + "23": 30, "front": 0 } }, @@ -18315,7 +18315,10 @@ "150": { "1": 8, "2": 5, - "3": 3, + "3": 6, + "4": 6, + "5": 6, + "6": 6, "front": 0 } }, @@ -21150,11 +21153,11 @@ "16": 16, "17": 12, "18": 7, - "19": 8, + "19": 9, "front": 0 }, "64": { - "1": 8, + "1": 7, "2": 12, "3": 8, "4": 13, @@ -22912,7 +22915,8 @@ "18": 7, "19": 7, "20": 6, - "21": 4, + "21": 7, + "22": 8, "front": 0 } }, @@ -24967,7 +24971,7 @@ "6": 8, "7": 10, "8": 14, - "9": 12, + "9": 16, "front": 0 } }, @@ -25932,7 +25936,7 @@ "18": 23, "19": 14, "20": 15, - "21": 21, + "21": 24, "front": 0 } }, diff --git a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/manifest.json b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/manifest.json index bd220b8734..d36b656428 100644 --- a/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/manifest.json +++ b/tcResources/hbo/bibles/uhb/v2.1.31_Door43-Catalog/manifest.json @@ -15,17 +15,17 @@ "description": "An open-licensed, lexically tagged, morphologically parsed Hebrew Old Testament. It enables the global Church to have access to the original texts of the Old Testament.", "format": "text/usfm3", "identifier": "uhb", - "issued": "2022-10-11", + "issued": "2024-07-23", "language": { "direction": "rtl", "identifier": "hbo", "title": "Ancient Hebrew" }, - "modified": "2022-10-11", + "modified": "2024-07-23", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40" + "en/ult?v=83", + "en/ust?v=83" ], "rights": "CC BY-SA 4.0", "source": [ @@ -38,7 +38,7 @@ "subject": "Hebrew Old Testament", "title": "unfoldingWord® Hebrew Bible", "type": "bundle", - "version": "2.1.30" + "version": "2.1.31" }, "checking": { "checking_entity": [ @@ -455,17 +455,17 @@ "description": "An open-licensed, lexically tagged, morphologically parsed Hebrew Old Testament. It enables the global Church to have access to the original texts of the Old Testament.", "format": "text/usfm3", "identifier": "uhb", - "issued": "2022-10-11", + "issued": "2024-07-23", "language": { "direction": "rtl", "identifier": "hbo", "title": "Ancient Hebrew" }, - "modified": "2022-10-11", + "modified": "2024-07-23", "publisher": "unfoldingWord", "relation": [ - "en/ult?v=41", - "en/ust?v=40" + "en/ult?v=83", + "en/ust?v=83" ], "rights": "CC BY-SA 4.0", "source": [ @@ -478,7 +478,7 @@ "subject": "Hebrew Old Testament", "title": "unfoldingWord® Hebrew Bible", "type": "bundle", - "version": "2.1.30" + "version": "2.1.31" }, "checking": { "checking_entity": [ diff --git a/tcResources/hbo/bibles/uhb/v2.1.31_unfoldingWord/books.zip b/tcResources/hbo/bibles/uhb/v2.1.31_unfoldingWord/books.zip index 1e8468a80e..bee92ce103 100644 Binary files a/tcResources/hbo/bibles/uhb/v2.1.31_unfoldingWord/books.zip and b/tcResources/hbo/bibles/uhb/v2.1.31_unfoldingWord/books.zip differ diff --git a/tcResources/hbo/translationHelps/translationWords/v2.1.30_Door43-Catalog/contents.zip b/tcResources/hbo/translationHelps/translationWords/v2.1.30_Door43-Catalog/contents.zip deleted file mode 100644 index 594a4d7b5b..0000000000 Binary files a/tcResources/hbo/translationHelps/translationWords/v2.1.30_Door43-Catalog/contents.zip and /dev/null differ diff --git a/tcResources/hbo/translationHelps/translationWords/v2.1.31_Door43-Catalog/contents.zip b/tcResources/hbo/translationHelps/translationWords/v2.1.31_Door43-Catalog/contents.zip deleted file mode 100644 index c99a040201..0000000000 Binary files a/tcResources/hbo/translationHelps/translationWords/v2.1.31_Door43-Catalog/contents.zip and /dev/null 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..70784cd040 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..6f25e570aa --- /dev/null +++ b/tcResources/hbo/translationHelps/translationWords/v84.1_Door43-Catalog/manifest.json @@ -0,0 +1,712 @@ +{ + "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" +} diff --git a/tcResources/hi/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/hi/bibles/glt/v45.1_Door43-Catalog/books.zip index 695fe37d47..d79e4cedf8 100644 Binary files a/tcResources/hi/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/hi/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/hi/bibles/gst/v44.1_Door43-Catalog/books.zip index 3d4200ca07..951a8e9e6e 100644 Binary files a/tcResources/hi/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/hi/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/bibles/iev/v6_Door43-Catalog/books.zip b/tcResources/hi/bibles/iev/v6_Door43-Catalog/books.zip index 8109ac7540..7b9b39e94e 100644 Binary files a/tcResources/hi/bibles/iev/v6_Door43-Catalog/books.zip and b/tcResources/hi/bibles/iev/v6_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/bibles/irv/v12_Door43-Catalog/books.zip b/tcResources/hi/bibles/irv/v12_Door43-Catalog/books.zip index 645ef3b903..5771ff4fdb 100644 Binary files a/tcResources/hi/bibles/irv/v12_Door43-Catalog/books.zip and b/tcResources/hi/bibles/irv/v12_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/bibles/udb/v5.7_Door43-Catalog/books.zip b/tcResources/hi/bibles/udb/v5.7_Door43-Catalog/books.zip index 883ef9f9da..e64406d48f 100644 Binary files a/tcResources/hi/bibles/udb/v5.7_Door43-Catalog/books.zip and b/tcResources/hi/bibles/udb/v5.7_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/bibles/ulb/v5_Door43-Catalog/books.zip b/tcResources/hi/bibles/ulb/v5_Door43-Catalog/books.zip index f88d8b211c..d78303f45f 100644 Binary files a/tcResources/hi/bibles/ulb/v5_Door43-Catalog/books.zip and b/tcResources/hi/bibles/ulb/v5_Door43-Catalog/books.zip differ diff --git a/tcResources/hi/translationHelps/translationAcademy/v32.1_Door43-Catalog/contents.zip b/tcResources/hi/translationHelps/translationAcademy/v32.1_Door43-Catalog/contents.zip index 9fc27b097e..2b510194ad 100644 Binary files a/tcResources/hi/translationHelps/translationAcademy/v32.1_Door43-Catalog/contents.zip and b/tcResources/hi/translationHelps/translationAcademy/v32.1_Door43-Catalog/contents.zip differ diff --git a/tcResources/hi/translationHelps/translationNotes/v71.1_Door43-Catalog/contents.zip b/tcResources/hi/translationHelps/translationNotes/v71.1_Door43-Catalog/contents.zip index 82c82170d8..3d87cc1bec 100644 Binary files a/tcResources/hi/translationHelps/translationNotes/v71.1_Door43-Catalog/contents.zip and b/tcResources/hi/translationHelps/translationNotes/v71.1_Door43-Catalog/contents.zip differ diff --git a/tcResources/hi/translationHelps/translationWords/v40.3_Door43-Catalog/contents.zip b/tcResources/hi/translationHelps/translationWords/v40.3_Door43-Catalog/contents.zip index 8face2e5e6..781ec6d99f 100644 Binary files a/tcResources/hi/translationHelps/translationWords/v40.3_Door43-Catalog/contents.zip and b/tcResources/hi/translationHelps/translationWords/v40.3_Door43-Catalog/contents.zip differ diff --git a/tcResources/kn/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/kn/bibles/glt/v45.1_Door43-Catalog/books.zip index 90c840da55..c9283c21e7 100644 Binary files a/tcResources/kn/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/kn/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/kn/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/kn/bibles/gst/v44.1_Door43-Catalog/books.zip index 29f08b784a..12939db42b 100644 Binary files a/tcResources/kn/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/kn/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/kn/bibles/iev/v3_Door43-Catalog/books.zip b/tcResources/kn/bibles/iev/v3_Door43-Catalog/books.zip index 0fca996ab2..4536170c73 100644 Binary files a/tcResources/kn/bibles/iev/v3_Door43-Catalog/books.zip and b/tcResources/kn/bibles/iev/v3_Door43-Catalog/books.zip differ diff --git a/tcResources/kn/bibles/irv/v5_Door43-Catalog/books.zip b/tcResources/kn/bibles/irv/v5_Door43-Catalog/books.zip index 07075c43e5..8579379eca 100644 Binary files a/tcResources/kn/bibles/irv/v5_Door43-Catalog/books.zip and b/tcResources/kn/bibles/irv/v5_Door43-Catalog/books.zip differ diff --git a/tcResources/kn/bibles/ust/v3_Door43-Catalog/books.zip b/tcResources/kn/bibles/ust/v3_Door43-Catalog/books.zip index 0fca996ab2..4536170c73 100644 Binary files a/tcResources/kn/bibles/ust/v3_Door43-Catalog/books.zip and b/tcResources/kn/bibles/ust/v3_Door43-Catalog/books.zip differ diff --git a/tcResources/ml/bibles/irv/v5_Door43-Catalog/books.zip b/tcResources/ml/bibles/irv/v5_Door43-Catalog/books.zip index 75df2f0697..905dd9ff40 100644 Binary files a/tcResources/ml/bibles/irv/v5_Door43-Catalog/books.zip and b/tcResources/ml/bibles/irv/v5_Door43-Catalog/books.zip differ diff --git a/tcResources/mr/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/mr/bibles/glt/v45.1_Door43-Catalog/books.zip index 088167e0e7..3804aac5a9 100644 Binary files a/tcResources/mr/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/mr/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/mr/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/mr/bibles/gst/v44.1_Door43-Catalog/books.zip index f7f20e6802..f43c4a1ea7 100644 Binary files a/tcResources/mr/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/mr/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/mr/bibles/irv/v4_Door43-Catalog/books.zip b/tcResources/mr/bibles/irv/v4_Door43-Catalog/books.zip index b886bf14a9..456763ee55 100644 Binary files a/tcResources/mr/bibles/irv/v4_Door43-Catalog/books.zip and b/tcResources/mr/bibles/irv/v4_Door43-Catalog/books.zip differ diff --git a/tcResources/ne/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/ne/bibles/glt/v45.1_Door43-Catalog/books.zip index 5ad404980f..faa7d86474 100644 Binary files a/tcResources/ne/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/ne/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/ne/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/ne/bibles/gst/v44.1_Door43-Catalog/books.zip index f728abf587..2182bd1053 100644 Binary files a/tcResources/ne/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/ne/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/or/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/or/bibles/glt/v45.1_Door43-Catalog/books.zip index 28d1dc78b3..9e365bac0b 100644 Binary files a/tcResources/or/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/or/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/or/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/or/bibles/gst/v44.1_Door43-Catalog/books.zip index 8663843881..0076ceeef0 100644 Binary files a/tcResources/or/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/or/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/pa/bibles/irv/v3_Door43-Catalog/books.zip b/tcResources/pa/bibles/irv/v3_Door43-Catalog/books.zip index 4a99fede04..bb184d8159 100644 Binary files a/tcResources/pa/bibles/irv/v3_Door43-Catalog/books.zip and b/tcResources/pa/bibles/irv/v3_Door43-Catalog/books.zip differ diff --git a/tcResources/rml/bibles/rhb/v1.3_Door43-Catalog/books.zip b/tcResources/rml/bibles/rhb/v1.3_Door43-Catalog/books.zip index 68adb2999e..7e359d6666 100644 Binary files a/tcResources/rml/bibles/rhb/v1.3_Door43-Catalog/books.zip and b/tcResources/rml/bibles/rhb/v1.3_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/rlb/v1.1_Door43-Catalog/books.zip b/tcResources/ru/bibles/rlb/v1.1_Door43-Catalog/books.zip index 8f28b12922..52e986c0a5 100644 Binary files a/tcResources/ru/bibles/rlb/v1.1_Door43-Catalog/books.zip and b/tcResources/ru/bibles/rlb/v1.1_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/rlob/v10_Door43-Catalog/books.zip b/tcResources/ru/bibles/rlob/v10_Door43-Catalog/books.zip index e6eae5dd01..28a9918513 100644 Binary files a/tcResources/ru/bibles/rlob/v10_Door43-Catalog/books.zip and b/tcResources/ru/bibles/rlob/v10_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/rob/v8_Door43-Catalog/books.zip b/tcResources/ru/bibles/rob/v8_Door43-Catalog/books.zip index fbe4998fd0..77c4b582c0 100644 Binary files a/tcResources/ru/bibles/rob/v8_Door43-Catalog/books.zip and b/tcResources/ru/bibles/rob/v8_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/rsb/v2_Door43-Catalog/books.zip b/tcResources/ru/bibles/rsb/v2_Door43-Catalog/books.zip index 272cdd2918..c5858f538e 100644 Binary files a/tcResources/ru/bibles/rsb/v2_Door43-Catalog/books.zip and b/tcResources/ru/bibles/rsb/v2_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/rsob/v10_Door43-Catalog/books.zip b/tcResources/ru/bibles/rsob/v10_Door43-Catalog/books.zip index 3b9ac63052..d9d4bc086f 100644 Binary files a/tcResources/ru/bibles/rsob/v10_Door43-Catalog/books.zip and b/tcResources/ru/bibles/rsob/v10_Door43-Catalog/books.zip differ diff --git a/tcResources/ru/bibles/ust/v9_Door43-Catalog/books.zip b/tcResources/ru/bibles/ust/v9_Door43-Catalog/books.zip index 0b5155a29d..3540e38df6 100644 Binary files a/tcResources/ru/bibles/ust/v9_Door43-Catalog/books.zip and b/tcResources/ru/bibles/ust/v9_Door43-Catalog/books.zip differ diff --git a/tcResources/source-content-updater-manifest.json b/tcResources/source-content-updater-manifest.json index 96506da4bb..c10b29d07c 100644 --- a/tcResources/source-content-updater-manifest.json +++ b/tcResources/source-content-updater-manifest.json @@ -1,3 +1,3 @@ { - "modified": "2024-08-27T15:55:10.743Z" + "modified": "2024-09-06T09:08:07.473Z" } diff --git a/tcResources/ta/bibles/irv/v3_Door43-Catalog/books.zip b/tcResources/ta/bibles/irv/v3_Door43-Catalog/books.zip index 2f2addfcc1..5340f8baef 100644 Binary files a/tcResources/ta/bibles/irv/v3_Door43-Catalog/books.zip and b/tcResources/ta/bibles/irv/v3_Door43-Catalog/books.zip differ diff --git a/tcResources/te/bibles/glt/v45.1_Door43-Catalog/books.zip b/tcResources/te/bibles/glt/v45.1_Door43-Catalog/books.zip index 68943245b2..b35f24c84c 100644 Binary files a/tcResources/te/bibles/glt/v45.1_Door43-Catalog/books.zip and b/tcResources/te/bibles/glt/v45.1_Door43-Catalog/books.zip differ diff --git a/tcResources/te/bibles/gst/v44.1_Door43-Catalog/books.zip b/tcResources/te/bibles/gst/v44.1_Door43-Catalog/books.zip index c3c6eb5f61..78d88215bd 100644 Binary files a/tcResources/te/bibles/gst/v44.1_Door43-Catalog/books.zip and b/tcResources/te/bibles/gst/v44.1_Door43-Catalog/books.zip differ diff --git a/tcResources/te/bibles/irv/v2_Door43-Catalog/books.zip b/tcResources/te/bibles/irv/v2_Door43-Catalog/books.zip index 2d3f1cb21b..f5094d6629 100644 Binary files a/tcResources/te/bibles/irv/v2_Door43-Catalog/books.zip and b/tcResources/te/bibles/irv/v2_Door43-Catalog/books.zip differ diff --git a/tcResources/tg/bibles/ult/v1.1_Door43-Catalog/books.zip b/tcResources/tg/bibles/ult/v1.1_Door43-Catalog/books.zip index 40f4ec17b0..e33255be4d 100644 Binary files a/tcResources/tg/bibles/ult/v1.1_Door43-Catalog/books.zip and b/tcResources/tg/bibles/ult/v1.1_Door43-Catalog/books.zip differ diff --git a/tcResources/ur-deva/bibles/irv/v2_Door43-Catalog/books.zip b/tcResources/ur-deva/bibles/irv/v2_Door43-Catalog/books.zip index 86b69b533a..6f0bc809dc 100644 Binary files a/tcResources/ur-deva/bibles/irv/v2_Door43-Catalog/books.zip and b/tcResources/ur-deva/bibles/irv/v2_Door43-Catalog/books.zip differ diff --git a/tcResources/vi/bibles/glt/v5.2_Door43-Catalog/books.zip b/tcResources/vi/bibles/glt/v5.2_Door43-Catalog/books.zip index 2a11ffc47f..8346bf80a5 100644 Binary files a/tcResources/vi/bibles/glt/v5.2_Door43-Catalog/books.zip and b/tcResources/vi/bibles/glt/v5.2_Door43-Catalog/books.zip differ