Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vanilla Tooltips #85

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions MonkeyLoader.Resonite.Integration/Locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,29 +98,6 @@
"MonkeyLoader.GamePacks.Resonite.SettingsFallbackLocaleGenerator.Description": "Generates fallback locale messages for the mod settings.",
"MonkeyLoader.GamePacks.Resonite.ToggleableMonkeySettingsItems.Description": "Generates data feed items for the toggleable monkeys.",

"MonkeyLoader.GamePacks.Resonite.OpenLinkedDynamicVariableSpace.Description": "Adds buttons to dynamic variable components to open the linked space.",

"Tooltip.Slot.ResetPosition": "Resets the local position of the slot to [0; 0; 0].",
"Tooltip.Slot.ResetRotation": "Resets the local rotation of the slot to [0; 0; 0].",
"Tooltip.Slot.ResetScale": "Resets the local scale of the slot to [1; 1; 1].",
"Tooltip.Slot.ParentUnderWorldRoot": "Reparents the selected slot to the world root while keeping its global transform.",
"Tooltip.Slot.ParentUnderLocalUserSpace": "Reparents the selected slot to the parent of your user slot while keeping its global transform.",
"Tooltip.Slot.OnCreatePivotAtCenter": "Creates a new parent above the selected slot positioned at the center of the selected slot's bounding box.",
"Tooltip.Slot.JumpTo": "Teleports you to the global position of the selected slot.",
"Tooltip.Slot.BringTo": "Positions the selected slot in front of you. Undoable.",

"Tooltip.SceneInspector.OnDestroyPressed": "Undoable destroy without preserving assets.",
"Tooltip.SceneInspector.OnDestroyPreservingAssetsPressed": "Undoable destroy while preserving assets.",
"Tooltip.SceneInspector.OnAddChildPressed": "Creates a new child under the selected slot. Undoable.",
"Tooltip.SceneInspector.OnSetRootPressed": "Sets the root view of the inspector to the selected slot.",
"Tooltip.SceneInspector.OnInsertParentPressed": "Creates a new parent above the selected slot and copies the transform, and then resets the transform of the selected slot. Undoable.",
"Tooltip.SceneInspector.OnObjectRootPressed": "Sets the root view of the inspector to the object root of the selected slot.",
"Tooltip.SceneInspector.OnRootUpPressed": "Sets the root view of the inspector to the parent of the selected slot.",
"Tooltip.SceneInspector.OnDuplicatePressed": "Duplicates the selected slot. Undoable.",

"Tooltip.FileBrowser.CreateNew": "Creates a new folder or exports the held item.",
"Tooltip.FileBrowser.RunImport": "Imports the selected file or folder.",
"Tooltip.FileBrowser.RunRawImport": "Imports the selected file as a raw file.",
"Tooltip.FileBrowser.Reload": "Refreshes the current directory view."
"MonkeyLoader.GamePacks.Resonite.OpenLinkedDynamicVariableSpace.Description": "Adds buttons to dynamic variable components to open the linked space."
}
}
Loading