Initial
This commit is contained in:
32
resources/app/public/tours/backups-overview.json
Normal file
32
resources/app/public/tours/backups-overview.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user