This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
{
"title": "TOURS.COMPAT.Title",
"description": "TOURS.COMPAT.Description",
"canBeResumed": false,
"display": true,
"closeWindows": false,
"steps": [
{
"id": "intro",
"title": "TOURS.COMPAT.Title",
"content": "TOURS.COMPAT.Purpose"
},
{
"id": "overview",
"title": "TOURS.COMPAT.OverviewT",
"content": "TOURS.COMPAT.OverviewC",
"selector": "#compatibility-checker ul.summary"
},
{
"id": "filterCompatibility",
"title": "TOURS.COMPAT.FilterCompatibilityT",
"content": "TOURS.COMPAT.FilterCompatibilityC",
"selector": "#compatibility-checker .visibility-toggle"
},
{
"id": "filterPackageType",
"title": "TOURS.COMPAT.FilterPackageTypeT",
"content": "TOURS.COMPAT.FilterPackageTypeC",
"selector": "#compatibility-checker .visibility[data-visibility=\"world\"]"
},
{
"id": "filterCategory",
"title": "TOURS.COMPAT.FilterCategoryT",
"content": "TOURS.COMPAT.FilterCategoryC",
"selector": "#compatibility-checker .categories"
}
],
"localization": {
"TOURS.COMPAT.Title": "Compatibility Preview Overview",
"TOURS.COMPAT.Description": "This tour covers a brief overview of the Compatibility Preview tool.",
"TOURS.COMPAT.Purpose": "This tour covers a brief overview of the Compatibility Preview tool. The tool's purpose is to check the compatibility of your currently-installed Worlds, Systems, and Modules against the next version of Foundry Virtual Tabletop. It will tell you whether a compatible version of each package exists. That may be the currently-installed version, or some newer version.",
"TOURS.COMPAT.OverviewT": "Overall Status",
"TOURS.COMPAT.OverviewC": "To see the overall status of your packages in the next version at-a-glance, you can check the bottom-left of of the display.",
"TOURS.COMPAT.FilterCompatibilityT": "Individual Packages",
"TOURS.COMPAT.FilterCompatibilityC": "You can use this toggle to show only the packages that are compatible, or only the packages that are incompatible with the next version.",
"TOURS.COMPAT.FilterPackageTypeT": "Include Worlds",
"TOURS.COMPAT.FilterPackageTypeC": "Worlds are not included in the full list of packages since their compatibility is typically tied to that of the game system. If you want to include worlds, you can do so via this toggle.",
"TOURS.COMPAT.FilterCategoryT": "Category Filter",
"TOURS.COMPAT.FilterCategoryC": "If you only care about one particular category of package, say you only want to check if your worlds are compatible with the next version, you can select that category from the list here."
}
}