{
	"module-credits": {
		"title": "Module Management+",
		"settings": {
			"storePreviousOnPreset": {
				"name": "Store Rollback when Loading Preset",
				"hint": "When this value is enabled, a rollback will be created when activating a preset or when importing a preset"
			},
			"keepPresetsRollbacks": {
				"name": "Number of Rollbacks to keep?",
				"hint": "This setting indicates the number of module rollbacks you can do between 0 and 10. If this value is set to 0, it will keep an infinite number of rollbacks. It is suggested not to do this as it will cause bloated data."
			},
			"disableLockedModules": {
				"name": "Disable Locked Modules?",
				"hint": "This setting will disable the checkbox of locked modules. This is used to prevent uncheck a locked module by accident."
			},
			"hideLockedSettings": {
				"name": "Hide Locked Settings",
				"hint": "This setting will hide settings that are locked from players."
			},
			"showNewChangelogsOnLoad": {
				"name": "Show New Changelogs on Load",
				"hint": "If a changelog is marked as unseen and this setting is enabled a dialog will appear showing all changelogs that haven't been marked as seen."
			},
			"bigPictureMode": {
				"name": "Big Picture Mode",
				"hint": "Enabling this feature will set the Module Management and Configure Settings windows to the full height of the foundry window."
			},
			"showActiveModules": {
				"name": "Show Active Modules",
				"hint": "When enabled this will show a list of active modules in the settings tab of the sidebar.",
				"choices": {
					"hidden": "Hidden",
					"button": "On Button",
					"default": "Core Default"
				}
			},
			"enableGlobalConflicts": {
				"name": "Enable Global Conflicts",
				"hint": "When this setting is enabled, MM+ will grab conflicts from a publicly available google sheet. Using this feature will mean that Google will receive your IP address. If you are uncomfortable with this, turn off this feature."
			},
			"addGoogleSheetButton": {
				"name": "Add Google Spreadsheet",
				"hint": "When enabled this will add a link to the google spreadsheet to the Module Management Window."
			},
			"disableSyncPrompt": {
				"name": "Disable Prompt when Syncing Settings",
				"hint": "This will prevent users from getting a notification asking them to confirm if a setting should be synced or not. Instead it will force the setting with no prompt."
			},
			"autoPrefixModules": {
				"name": "Auto Prefix Modules",
				"hint": "This will prefix the modules title with any required module titles."
			},
			"smartLabels": {
				"name": "Smart Labels",
				"hint": "When enabled this will prefix modules with an arrow icon, to indicate that it is grouped with the module(s) above it. Hovering over this icon will show all required Modules."
			},
			"smartPrefix": {
				"name": "Smart Prefix",
				"hint": "This attempts to prefix titles based on what it thinks is best. For example modules with the library flag will be prefixed with Library, and modules with the word UI in the title will be prefixed with UI. This may not correctly prefix modules, you can override the prefix by right clicking and assigning an override name.",
				"prefixes": {
					"library": "Library",
					"maps": "Maps",
					"ui": "UI"
				}
			},
			"dependencyDialogType": {
				"name": "Dialog Type for Extended Module Dependencies",
				"hint": "This allows you to choose the type of dialog that will be used when enabling/disabling modules using Extended Module Dependencies.",
				"choices": {
					"prompt": "Prompt",
					"confirm": "Confirm"
				}
			}
		},
		"dialog": {
			"generic": {
				"activeModules": "Active Modules"
			},
			"titles": {
				"export": "Export Modules",
				"import": "Import Modules",
				"presets": "Manage Presets"
			},
			"moduleManagement": {
				"lockedModules": "Locked Modules",
				"rollback": "Restore Previous Module List",
				"dependencies": {
					"requires": "Requires",
					"recommends": "Recommends",
					"optional": "Optional",
					"headerTextEnable": "{title} has {number} inactive dependencies which may no longer be required. They are listed below.",
					"headerTextDisable": "{title} has {number} active dependencies which may no longer be required. They are listed below.",
					"actionTextEnable": "Enable the selected modules?",
					"actionTextDisable": "Disable the selected modules?"
				},
				"buttons": {
					"deactivateModules": "Deactivate All Unlocked Modules",
					"deactivateModulesAlt": "Hold ctrl to Disable All Modules",
					"spreadsheet": "Global Conflicts Spreadsheet"
				},
				"conflicts": {
					"core": "Core",
					"system": "System",
					"undefinedReason": "REASON WAS NOT LISTED"
				},
				"contextMenu": {
					"renameModule": "Rename Module",
					"restoreModuleName": "Restore Default Module Name",
					"lockModule": "Lock Module",
					"unlockModule": "Unlock Module",
					"reportConflict": "Report Conflict"
				},
				"tooltips": {
					"managePresets": "Manage Presets",
					"exportModules": "Export Modules",
					"importModules": "Import Modules",
					"moduleLocked": "This module will not be deactivated when deactivating modules."
				},
				"tags": {
					"socket": "Module uses Socket API",
					"library": "Is a Library Module",
					"authors": "Authors (click to view)",
					"url": "View Website",
					"readme": "View Readme",
					"changelog": "View Changelog",
					"attributions": "View Attributions",
					"issues": "Report/View Bug(s)",
					"bugReporter": "Report Bug with 🐛 Bug Reporter"
				}
			},
			"clientSettings": {
				"syncSetting": {
					"askPermission": "Allow Your Game master to set the following setting for you?",
					"sendToAll": "Send this setting to all other users?"
				},
				"tooltips": {
					"worldSetting": "World Setting",
					"clientSetting": "Client Setting",
					"syncSetting": "Sync Setting",
					"lockSetting": "Lock Setting",
					"unlockSetting": "Unlock Setting"
				}
			},
			"preview": {
				"search": "Search Changelogs",
				"collapseModeLabel": "Collapse Sidebar",
				"navLabel": "Table of Contents",
				"markAsSeen": "Mark as Seen",
				"previousPage": "Previous Page",
				"nextPage": "Next Page"
			},
			"presets": {
				"title": "Preset Name",
				"tooltips": {
					"info": "Info",
					"update": "Update",
					"delete": "Delete",
					"activate": "Activate"
				},
				"buttons": {
					"create": "Create New Preset"
				},
				"info": {
					"description": "Modules in <strong>{name}</strong> preset.",
					"installedModules": "Installed Modules",
					"uninstalledModules": "Uninstalled Modules"
				},
				"update": {
					"description": "Update this Preset to the following Modules?"
				},
				"delete": {
					"description": "Are you sure you want to delete the preset labeled <strong>{name}</strong>?",
					"warning": "This action can <strong>NOT</strong> be undone!</div>"
				},
				"activate": {
					"description": "This preset will enable the following Modules?"
				},
				"create": {
					"title": "Create a New Preset",
					"placeholder": "Preset Title",
					"notification": {
						"noTitleError": "Please enter a Preset Title."
					}
				}
			},
			"export": {
				"title": "Export your Active Modules!",
				"bugsUrl": "Bugs URL",
				"notification": {
					"copied": "Active Module List has been Copied to Your Clipboard!"
				},
				"buttons": {
					"copy": "Copy",
					"export": "Export"
				}
			},
			"import": {
				"tidyUI": {
					"title": "Import Type is TidyUI",
					"message": "When importing a TidyUI file you will be unable to import Client or World level settings."
				},
				"table": {
					"moduleTitle": "Module Title",
					"client": "Client",
					"world": "World"
				},
				"notInstalled": "Module Not Installed",
				"buttons": {
					"keep": "Keep Current Modules Enabled",
					"import": "Import"
				}
			},
			"bugReporter": {
				"selectLabel": "Select Conflicting Package*",
				"optGroup": {
					"core": "Core",
					"system": "System",
					"modules": "Modules"
				},
				"toggle": {
					"preview": "Preview",
					"write": "Write"
				}
			}
		},
		"lib-themer": {
			"cssTidyMMW": {
				"name": "Tidy Module Management Window",
				"hint": "This stylesheet is designed to give the Module Management Window a more modern and cleaner look.",
				"settings": {
					"cssTidyMMWAltCheckbox": {
						"name": "Alternative Checkbox Style",
						"hint": "This will give the checkbox a cleaner more modern style in Mouse0270 personal opinion."
					}
				}
			}
		},
		"migration": {
			"v204": {
				"starting": "Migrating Locked Settings, Please wait.",
				"complete": "Migration to v2.0.3 is complete and requires you to reload your page."
			},
			"v212": {
				"enableGlobalConflicts": "Would you like to Enable Global Conflicts?",
				"googleIPWarning": "Please note MM+ will grab conflicts from a publicly available google sheet. Using this feature will mean that Google will receive your IP address. If you are uncomfortable with this, do not enable this feature.",
				"developersAreFriends": "Global Conflicts is not meant to be an accurate way to track issues, instead its meant to inform you of issues that may exists. The issues provided via Global Conflicts may be outdated. Please don't harass developers over information provided via MM+."
			},
			"v214": {
				"smartLabels": "Migrating Auto Prefix Modules to Smart Labels. This will set Smart Labels to your previous Auto Prefix setting. You can change this settings in the settings window."
			}
		}
	}
}