mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-16 23:10:28 +08:00
26 lines
1.6 KiB
JSON
26 lines
1.6 KiB
JSON
{
|
|
"modmenu.nameTranslation.whoprovidethiskeybind": "Who Provides This Keybind?",
|
|
"modmenu.descriptionTranslation.whoprovidethiskeybind": "Adds hover information on keybind change buttons in the keybinding settings screen to show which mod provides the keybind\nTip: If you need to use the config menu, install the YetAnotherConfigLib mod",
|
|
"link.bilibili": "Bilibili Homepage",
|
|
"link.blog": "TheWhiteDog9487's Blog",
|
|
"title.config": "Who Provides This Keybind?",
|
|
"config.category.general": "General",
|
|
"config.category.feature": "Feature",
|
|
"config.category.debug": "Debug",
|
|
"option.general.ModEnabled": "Enable Mod Functionality",
|
|
"option.general.ModEnabled.description": "Changes take effect immediately after modification and save without restarting the game",
|
|
"option.feature.ShowModID": "Show Mod ID",
|
|
"option.feature.ShowModID.description": "Display the Mod ID of the provider in the tooltip",
|
|
"option.feature.ShowKeybindID": "Show Keybind ID",
|
|
"option.feature.ShowKeybindID.description": "Display the keybind's own ID in the tooltip",
|
|
"option.feature.ShowFilePath": "Show File Path",
|
|
"option.feature.ShowFilePath.description": "Display the mod file path in the information",
|
|
"option.debug.ShowDebugInfo": "Show Debug Info",
|
|
"option.debug.ShowDebugInfo.description": "This information is used to troubleshoot issues related to this mod; it generally does not need to be enabled",
|
|
"tooltip.provided_by": "Provided by: %s",
|
|
"tooltip.provider_mod_id": "Provider Mod ID: %s",
|
|
"tooltip.key_id": "Keybind ID: %s",
|
|
"tooltip.mod_file_path": "Mod File Path: %s",
|
|
"special_string_UNKNOWN": "Unknown"
|
|
}
|