1
0
forked from Clones/Controlify

Battery level warning + update SDL with macOS ARM support

This commit is contained in:
isXander
2023-05-11 16:43:13 +01:00
parent 0e8bf0cc9b
commit 71c7e26587
19 changed files with 283 additions and 69 deletions

View File

@ -2,8 +2,8 @@
"controlify.gui.category.global": "Global",
"controlify.gui.current_controller": "Current Controller",
"controlify.gui.current_controller.tooltip": "In Controlify's infancy, only one controller can be used at a time, this selects which one you want to use.",
"controlify.gui.load_vibration_natives": "Vibration Support",
"controlify.gui.load_vibration_natives.tooltip": "If enabled, Controlify will download and load native libraries on launch to enable vibration support. The download process only happens once and only downloads for your specific OS. Disabling this will not delete the natives, it just won't load them.",
"controlify.gui.load_vibration_natives": "Load Natives",
"controlify.gui.load_vibration_natives.tooltip": "If enabled, Controlify will download and load native libraries on launch to enable support for enhanced features such as vibration and gyro. The download process only happens once and only downloads for your specific OS. Disabling this will not delete the natives, it just won't load them.",
"controlify.gui.load_vibration_natives.tooltip.warning": "You must enable vibration support per-controller as well as this setting.",
"controlify.gui.reach_around": "Block Reach Around",
"controlify.gui.reach_around.tooltip": "If enabled, you can interact with the block you are standing on in the direction you are looking.",
@ -15,12 +15,15 @@
"controlify.reach_around.everywhere": "Everywhere",
"controlify.gui.ui_sounds": "UI Sounds",
"controlify.gui.ui_sounds.tooltip": "If enabled, Controlify will play UI sounds when you interact with the UI, like in legacy console editions of Minecraft.",
"controlify.gui.notify_low_battery": "Notify Low Battery",
"controlify.gui.notify_low_battery.tooltip": "A toast will appear when your wireless controller's battery becomes low. (EXPERIMENTAL)",
"controlify.gui.out_of_focus_input": "Out of Focus Input",
"controlify.gui.out_of_focus_input.tooltip": "If enabled, Controlify will still receive input even if the game window is not focused.",
"controlify.gui.keyboard_movement": "Keyboard-like Movement",
"controlify.gui.keyboard_movement.tooltip": "Makes movement either on or off rather than being smooth with a thumbstick, this may help in cases where server anti-cheats are harsh.",
"controlify.gui.open_issue_tracker": "Open Issue Tracker",
"controlify.gui.battery_level": "Your controller battery is currently %s.",
"controlify.gui.group.basic": "Basic",
"controlify.gui.group.basic.tooltip": "Adjust how your controller behaves.",
"controlify.gui.horizontal_look_sensitivity": "Horizontal Look Sensitivity",
@ -121,9 +124,13 @@
"controlify.toast.controller_disconnected.description": "'%s' was disconnected.",
"controlify.toast.faulty_input.title": "Controller disabled",
"controlify.toast.faulty_input.description": "The controller was found to conflict with the keyboard and mouse and is now disabled. Increase deadzone values or check joystick mapping to fix.",
"controlify.toast.low_battery.title": "Low Battery",
"controlify.toast.low_battery.message": "Your controller '%s' is low on battery. Please charge it soon.",
"controlify.vibration_onboarding.title": "Controlify Extra Features",
"controlify.vibration_onboarding.message": "To enable vibration and gyro support, a native library must be downloaded that Controlify loads automatically. This is a seamless process and will only take a few seconds. If you choose no, you may change your mind later in Controlify settings, but you won't have access to these important features.\n\nWould you like to download them?",
"controlify.sdl2_onboarding.title": "Controlify Native Library",
"controlify.sdl2_onboarding.message": "Many features in Controlify require an extra library that needs to be downloaded for your system. If you do not download this library, you will lose access to many features such as: controller vibration, gyroscope control, better controller identification. This is a seamless process and will only take a few seconds. If you choose no, you may change your mind later in Controlify settings, but you won't have access to these features in the meantime.",
"controlify.sdl2_onboarding.message_mac": "Because you are on macOS, this library is required for any sort of controller identification. Without it, all controllers will be unidentified. This will severely impact on user experience if you choose not to download them.",
"controlify.sdl2_onboarding.question": "Would you like to download them?",
"controlify.controller_theme.default": "Default",
"controlify.controller_theme.xbox_one": "Xbox",
@ -225,6 +232,13 @@
"controlify.error.hid": "Controller Detection Disabled",
"controlify.error.hid.desc": "Controller identification failed, so any controller config changes will not persist. Check logs for more info.",
"controlify.battery_level.unknown": "Unknown",
"controlify.battery_level.empty": "Empty",
"controlify.battery_level.low": "Low",
"controlify.battery_level.medium": "Medium",
"controlify.battery_level.high": "High",
"controlify.battery_level.full": "Full",
"controlify.hat_state.up": "Up",
"controlify.hat_state.down": "Down",
"controlify.hat_state.left": "Left",