Files
Foundry-VTT-Docker/resources/app/public/tours/backups-overview.json

33 lines
1.3 KiB
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"title": "TOURS.BACKUPS.Title",
"description": "TOURS.BACKUPS.Description",
"canBeResumed": false,
"display": true,
"steps": [
{
"id": "intro",
"title": "TOURS.BACKUPS.Title",
"content": "TOURS.BACKUPS.Description"
},
{
"id": "individualPackages",
"title": "TOURS.BACKUPS.IndividualPackagesT",
"content": "TOURS.BACKUPS.IndividualPackagesC"
},
{
"id": "manageBackups",
"selector": "#setup-menu [data-action=\"backups\"]",
"title": "TOURS.BACKUPS.ManageBackupsT",
"content": "TOURS.BACKUPS.ManageBackupsC"
}
],
"localization": {
"TOURS.BACKUPS.Title": "Backups Overview",
"TOURS.BACKUPS.Description": "This tour covers a brief overview of the Foundry VTT built-in backups functionality.",
"TOURS.BACKUPS.IndividualPackagesT": "Taking Backups of Packages",
"TOURS.BACKUPS.IndividualPackagesC": "You can right-click any package to bring up the context menu. From there you can create, restore, or manage backups of that particular package.<video src=\"toolclips/backups/create-backup.webm\" autoplay muted loop></video>",
"TOURS.BACKUPS.ManageBackupsT": "Manage All Backups",
"TOURS.BACKUPS.ManageBackupsC": "The interface for managing all your existing backups and snapshots can be found by clicking this button in the top-right."
}
}