Files
community-plugins/udiskie/translations/en.json
T
2026-08-05 17:59:17 -04:00

70 lines
2.7 KiB
JSON

{
"btn_docs": "Check Documentation",
"btn_eject": "Eject",
"btn_mount": "Mount",
"btn_mount_all": "Mount All",
"btn_open": "Open",
"btn_poweroff": "Power Off",
"btn_retry": "Retry Connection",
"btn_unlock": "Unlock",
"btn_unmount": "Unmount",
"btn_unmount_all": "Unmount All",
"copy_path_tooltip": "Copy mount path",
"error_missing_dep": "udiskie binary is missing from PATH",
"no_partitions_found": "No partitions found",
"notif_drive_connected_body": "{label} connected",
"notif_drive_connected_title": "Drive Connected",
"notif_drive_mounted_body": "{label} is ready to use",
"notif_drive_mounted_title": "Drive Mounted",
"notif_drive_removed_body": "{label} disconnected",
"notif_drive_removed_title": "Drive Removed",
"notif_drive_unmounted_body": "{label} was safely unmounted",
"notif_drive_unmounted_title": "Drive Unmounted",
"notif_eject_failed_fallback": "Could not eject {device}",
"notif_eject_failed_title": "Eject Failed",
"notif_mount_all_failed_fallback": "Could not mount all devices",
"notif_mount_all_failed_title": "Mount All Failed",
"notif_mount_failed_fallback": "Could not mount {device}",
"notif_mount_failed_title": "Mount Failed",
"notif_poweroff_failed_fallback": "Could not power off {device}",
"notif_poweroff_failed_title": "Power Off Failed",
"notif_unmount_all_failed_fallback": "One or more devices are busy",
"notif_unmount_all_failed_title": "Unmount All Failed",
"notif_unmount_failed_fallback": "Device {device} is busy or in use",
"notif_unmount_failed_title": "Unmount Failed",
"notify_path_copied": "Path copied to clipboard",
"panel_empty": "No USB drives detected",
"panel_title": "Udiskie Manager",
"settings": {
"auto_open_filemanager": {
"description": "Automatically open mounted drives in file manager.",
"label": "Auto-open file manager"
},
"enable_notifications": {
"description": "Show native Noctalia desktop notifications on device events.",
"label": "Desktop notifications"
},
"file_manager_cmd": {
"description": "Command used to open mounted folders.",
"label": "File manager command"
},
"glyph": {
"description": "The glyph shown for the Udiskie widget on the bar.",
"label": "Bar glyph"
},
"hide_when_empty": {
"description": "Hide the bar widget when no USB drives are connected.",
"label": "Hide when empty"
},
"show_count": {
"description": "Display count of mounted devices on the bar widget.",
"label": "Show device count"
}
},
"status_locked": "Locked (LUKS)",
"status_mounted": "Mounted",
"status_unmounted": "Unmounted",
"tooltip_empty": "No devices mounted",
"tooltip_mounted": "Mounted devices"
}