import { i18nStruct } from "../struct"; export default { language: "English (United States)", cancel: "Cancel", accept: "Ok", devices: "Devices", others: "Others", connected: "Connected", disconnected: "Disconnected", unknown: "Unknown", connecting: "Connecting", none: "None", limited: "Limited", apps: "Applications", clear: "Clear", connect: "Connect", disconnect: "Disconnect", copy_to_clipboard: "Copy to clipboard", media: { play: "Play", pause: "Pause", next: "Next", previous: "Previous", loop: "Loop", no_loop: "No loop", song_loop: "Loop song", shuffle_order: "Shuffle", follow_order: "Follow order", no_artist: "No artist", no_title: "No title" }, control_center: { tiles: { enabled: "Enabled", disabled: "Disabled", more: "More", network: { network: "Network", wireless: "Wireless", wired: "Wired" }, recording: { title: "Screen Recording", disabled_desc: "Start recording", enabled_desc: "Stop recording", }, dnd: { title: "Do Not Disturb" }, night_light: { title: "Night Light", default_desc: "Fidelity" } }, pages: { more_settings: "More settings", sound: { title: "Sound", description: "Configure the audio output" }, microphone: { title: "Microphone", description: "Configure the audio input" }, night_light: { title: "Night Light", description: "Control Night Light and Gamma filters", gamma: "Gamma", temperature: "Temperature" }, backlight: { title: "Backlight", description: "Control the brightness of your screens", refresh: "Refresh backlights" }, bluetooth: { title: "Bluetooth", description: "Manage Bluetooth devices", new_devices: "New devices", adapters: "Adapters", paired_devices: "Paired Devices", start_discovering: "Start discovering", stop_discovering: "Stop discovering", untrust_device: "Untrust device", unpair_device: "Unpair device", trust_device: "Trust device", pair_device: "Pair device" }, network: { title: "Network", interface: "Interface" } } }, ask_popup: { title: "Question" } } satisfies i18nStruct;