-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
{ | ||
"FvttPartyResources.Title": "Party Resources", | ||
"FvttPartyResources.Dashboard.AddButtonTitle": "Increase amount", | ||
"FvttPartyResources.Dashboard.BlankWarning": "Resource blocks will appear here once they're added.", | ||
"FvttPartyResources.Dashboard.DeleteButtonTitle": "Remove resource", | ||
"FvttPartyResources.Dashboard.EditButtonTitle": "Edit resource", | ||
"FvttPartyResources.Dashboard.MakeInvisibleButtonTitle": "Hide this resource from players", | ||
"FvttPartyResources.Dashboard.MakeVisibleButtonTitle": "Reveal this resource to players", | ||
"FvttPartyResources.Dashboard.SubtractButtonTitle": "Subtract amount", | ||
"FvttPartyResources.FormCreateResource": "Create resource", | ||
"FvttPartyResources.FormReset": "Reset Form", | ||
"FvttPartyResources.FormSubmit": "Submit", | ||
"FvttPartyResources.FormSaveChanges": "Save changes", | ||
"FvttPartyResources.ResourceForm.AddFormTitle": "Add a new resource", | ||
"FvttPartyResources.ResourceForm.DefaultValue": "Default value", | ||
"FvttPartyResources.ResourceForm.DefaultValueHint": "The resource's initial value.", | ||
"FvttPartyResources.ResourceForm.EditFormTitle": "Edit resource", | ||
"FvttPartyResources.ResourceForm.Identifier": "Resource ID", | ||
"FvttPartyResources.ResourceForm.IdentifierHint": "The identifier that represents this resource in API requests. Should not contain spaces or numbers, and should be lowercase", | ||
"FvttPartyResources.ResourceForm.IdentifierHint": "The identifier that represents this resource in API requests. Should not contain spaces or numbers, and should be lowercase.", | ||
"FvttPartyResources.ResourceForm.MaxValue": "Maximum value", | ||
"FvttPartyResources.ResourceForm.MaxValueHint": "When this (optional) integer is provided, you won't be able to increase the resource's value above the given number.", | ||
"FvttPartyResources.ResourceForm.Name": "Resource name", | ||
"FvttPartyResources.ResourceForm.NameHint": "The name shown in the resource dashboard.", | ||
"FvttPartyResources.ResourceForm.AddFormTitle": "Add a new resource", | ||
"FvttPartyResources.ResourceForm.EditFormTitle": "Edit resource", | ||
"FvttPartyResources.Dashboard.AddButtonTitle": "Increase amount", | ||
"FvttPartyResources.Dashboard.BlankWarning": "Resource blocks will appear here once they're added.", | ||
"FvttPartyResources.Dashboard.DeleteButtonTitle": "Remove resource", | ||
"FvttPartyResources.Dashboard.EditButtonTitle": "Edit resource", | ||
"FvttPartyResources.Dashboard.MakeInvisibleButtonTitle": "Hide this resource from players", | ||
"FvttPartyResources.Dashboard.MakeVisibleButtonTitle": "Reveal this resource to players", | ||
"FvttPartyResources.Dashboard.SubtractButtonTitle": "Subtract amount" | ||
"FvttPartyResources.ResourceForm.PlayerManaged": "Allow players to manage this resource.", | ||
"FvttPartyResources.ResourceForm.PlayerManagedHint": "Toggling this will allow players to increment/decrement the value of this resource.", | ||
"FvttPartyResources.ResourceForm.PlayerManagedRestriction": "This checkbox can only be enabled by giving players permission to modify settings.", | ||
"FvttPartyResources.Title": "Party Resources" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters