Files
community-plugins/audio-switcher/translations/en.json
T

150 lines
5.8 KiB
JSON

{
"actions": {
"cancel": "Cancel",
"close": "Close",
"connect_and_use": "Connect & use",
"create_group": "Create group ({count})",
"cycle": "Cycle",
"disband": "Disband",
"edit": "Edit device",
"group_outputs": "Group outputs",
"hide": "Hide device",
"refresh": "Refresh",
"save": "Save",
"select": "Select",
"selected": "Selected",
"settings": "Plugin settings",
"show": "Show device",
"use": "Use"
},
"device": {
"active": "Active",
"available": "Available",
"bluetooth_connected": "Bluetooth connected",
"bluetooth_disconnected": "Bluetooth disconnected",
"current": "Current",
"output_group": "Output group",
"port": "Port",
"unavailable_port": "{port} (unavailable)"
},
"editor": {
"alias": "Display name",
"icon": "Device icon",
"icon_options": {
"automatic": "Automatic",
"over_ear": "Over-ear headphones",
"speaker": "Speaker",
"tws": "TWS earbuds",
"wired": "Wired headphones"
},
"slot": "Keybind number",
"slot_hint": "Use this number with the connect IPC command, for example: connect 2.",
"title": "Device preferences"
},
"errors": {
"audio_unavailable": "The audio service is unavailable.",
"bluetooth_audio_timeout": "Bluetooth connected, but its audio output did not appear in PipeWire in time.",
"bluetooth_connect_failed": "Could not connect the Bluetooth device.",
"bluetooth_device_not_found": "The Bluetooth device was not found. Try scanning again.",
"bluetooth_pair_failed": "Could not pair the Bluetooth device.",
"busy": "Another audio operation is still running.",
"command_start": "Could not start the system command.",
"device_not_found": "The selected device no longer exists.",
"device_unavailable": "The selected device is not currently available.",
"group_create_failed": "Could not create the output group.",
"group_not_found": "The output group no longer exists.",
"group_remove_failed": "Could not disband the output group.",
"group_requires_two": "Select at least two available outputs.",
"group_switch_failed": "The output group was created, but could not be selected.",
"invalid_audio_data": "The audio service returned invalid data.",
"invalid_slot": "The keybind number must be a whole number from 1 to 99.",
"invalid_volume": "The requested volume is invalid.",
"input_port_not_found": "The selected input port no longer exists.",
"input_port_switch_failed": "Could not switch the input port.",
"input_port_unavailable": "The selected input port is not currently available.",
"no_visible_devices": "There are no visible devices to cycle through.",
"pactl_missing": "pactl is required but was not found on PATH.",
"scan_in_progress": "Bluetooth scanning is already in progress.",
"slot_in_use": "Keybind number {slot} is already assigned to another device.",
"slot_not_found": "No Bluetooth device is assigned to keybind number {slot}.",
"switch_failed": "Could not switch the default audio device."
},
"notifications": {
"bluetooth_disconnected": "Bluetooth device disconnected.",
"group_created": "Output group created and selected.",
"group_removed": "Output group disbanded.",
"input_port_selected": "Input port switched to {port}.",
"input_selected": "Input switched to {device}.",
"output_selected": "Output switched to {device}.",
"preferences_saved": "Device preferences saved.",
"scan_complete": "Bluetooth scan complete.",
"slot_saved": "Keybind number {slot} saved."
},
"panel": {
"group_hint": "{count} selected. Choose at least two available outputs.",
"hidden": "Hidden",
"hidden_count": "Hidden {count}",
"input_volume": "Microphone",
"keybind_hint": "Hidden devices are skipped by cycle-output and cycle-input. Bluetooth numbers can be used with the connect IPC command.",
"loading": "Loading audio devices…",
"mute": "Mute",
"no_device": "No device",
"no_devices": "No audio devices found.",
"no_input": "No input",
"no_output": "No output",
"no_visible_devices": "All devices in this list are hidden.",
"output_volume": "Sound",
"scan_bluetooth": "Scan for Bluetooth audio devices",
"scanning": "Scanning for Bluetooth devices…",
"switching": "Switching audio device…",
"unmute": "Unmute",
"visible_count": "Visible {count}"
},
"settings": {
"scroll_step": {
"description": "How many percentage points each mouse-wheel step changes volume on the bar widget.",
"label": "Scroll step"
},
"show_actions_in_tooltip": {
"description": "Show actions in tooltip.",
"label": "Show actions in tooltip"
},
"show_notification_on_switch": {
"description": "Show a notification when switching device.",
"label": "Show notification on switch"
},
"show_percentage": {
"description": "Show the current output volume percentage next to the bar icon. Disable it to show only the icon.",
"label": "Show percentage"
}
},
"tabs": {
"inputs": "Inputs",
"outputs": "Outputs"
},
"title": "Audio Switcher",
"widget": {
"action": {
"left_click": {
"description": "Open Audio Switcher",
"key": "Left click"
},
"middle_click": {
"description": "Cycle visible inputs",
"key": "Middle click"
},
"right_click": {
"description": "Cycle visible outputs",
"key": "Right click"
},
"scroll": {
"description": "Change output volume",
"key": "Scroll"
}
},
"input": "Input",
"output": "Output",
"tooltip": "Output: {output} ({output_volume})\nInput: {input} ({input_volume})\nScroll: change output volume\nLeft click: open Audio Switcher\nRight click: cycle outputs\nMiddle click: cycle inputs"
}
}