mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Write data disk with space everywhere (#16223)
This commit is contained in:
parent
51157caf22
commit
52f609f742
@ -3889,17 +3889,17 @@
|
|||||||
"used_space": "Used Space",
|
"used_space": "Used Space",
|
||||||
"emmc_lifetime_used": "eMMC Lifetime Used",
|
"emmc_lifetime_used": "eMMC Lifetime Used",
|
||||||
"datadisk": {
|
"datadisk": {
|
||||||
"title": "Move datadisk",
|
"title": "Move data disk",
|
||||||
"description": "You are currently using ''{current_path}'' as datadisk. Moving data disks will reboot your device and it's estimated to take {time} minutes. Your Home Assistant installation will not be accessible during this period. Do not disconnect the power during the move!",
|
"description": "You are currently using ''{current_path}'' as data disk. Moving the data disk will reboot your device and it's estimated to take {time} minutes. Your Home Assistant installation will not be accessible during this period. Do not disconnect the power during the move!",
|
||||||
"extra_information": "Size: {size}, S/N: {serial}",
|
"extra_information": "Size: {size}, S/N: {serial}",
|
||||||
"select_device": "Select new datadisk",
|
"select_device": "Select new data disk",
|
||||||
"no_devices_title": "No suitable storage found",
|
"no_devices_title": "No suitable storage found",
|
||||||
"no_devices_text": "There is no suitable external device found. The storage capacity of the external data disk must be larger than the storage capacity of the existing disk",
|
"no_devices_text": "There is no suitable external device found. The storage capacity of the external data disk must be larger than the storage capacity of the existing disk",
|
||||||
"moving_desc": "Rebooting and moving datadisk. Please have patience",
|
"moving_desc": "Rebooting and moving data disk. Please have patience",
|
||||||
"moving": "Moving datadisk",
|
"moving": "Moving data disk",
|
||||||
"loading_devices": "Loading devices",
|
"loading_devices": "Loading devices",
|
||||||
"cancel": "[%key:ui::common::cancel%]",
|
"cancel": "[%key:ui::common::cancel%]",
|
||||||
"failed_to_move": "Failed to move datadisk",
|
"failed_to_move": "Failed to move data disk",
|
||||||
"move": "Move"
|
"move": "Move"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -5542,7 +5542,7 @@
|
|||||||
"failed_to_shutdown": "Failed to shutdown the host",
|
"failed_to_shutdown": "Failed to shutdown the host",
|
||||||
"failed_to_set_hostname": "Setting hostname failed",
|
"failed_to_set_hostname": "Setting hostname failed",
|
||||||
"failed_to_import_from_usb": "Failed to import from USB",
|
"failed_to_import_from_usb": "Failed to import from USB",
|
||||||
"failed_to_move": "Failed to move datadisk",
|
"failed_to_move": "Failed to move data disk",
|
||||||
"used_space": "Used space",
|
"used_space": "Used space",
|
||||||
"hostname": "Hostname",
|
"hostname": "Hostname",
|
||||||
"change_hostname": "Change Hostname",
|
"change_hostname": "Change Hostname",
|
||||||
@ -5559,7 +5559,7 @@
|
|||||||
"shutdown_host": "Shutdown host",
|
"shutdown_host": "Shutdown host",
|
||||||
"hardware": "Hardware",
|
"hardware": "Hardware",
|
||||||
"import_from_usb": "Import from USB",
|
"import_from_usb": "Import from USB",
|
||||||
"move_datadisk": "Move datadisk"
|
"move_datadisk": "Move data disk"
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"cpu_usage": "Core CPU Usage",
|
"cpu_usage": "Core CPU Usage",
|
||||||
@ -5657,11 +5657,11 @@
|
|||||||
},
|
},
|
||||||
"datadisk_move": {
|
"datadisk_move": {
|
||||||
"title": "[%key:supervisor::system::host::move_datadisk%]",
|
"title": "[%key:supervisor::system::host::move_datadisk%]",
|
||||||
"description": "You are currently using ''{current_path}'' as datadisk. Moving data disks will reboot your device and it's estimated to take {time} minutes. Your Home Assistant installation will not be accessible during this period. Do not disconnect the power during the move!",
|
"description": "You are currently using ''{current_path}'' as data disk. Moving data disks will reboot your device and it's estimated to take {time} minutes. Your Home Assistant installation will not be accessible during this period. Do not disconnect the power during the move!",
|
||||||
"select_device": "Select new datadisk",
|
"select_device": "Select new data disk",
|
||||||
"no_devices": "No suitable attached devices found",
|
"no_devices": "No suitable attached devices found",
|
||||||
"moving_desc": "Rebooting and moving datadisk. Please have patience",
|
"moving_desc": "Rebooting and moving data disk. Please have patience",
|
||||||
"moving": "Moving datadisk",
|
"moving": "Moving data disk",
|
||||||
"loading_devices": "Loading devices",
|
"loading_devices": "Loading devices",
|
||||||
"cancel": "[%key:ui::common::cancel%]",
|
"cancel": "[%key:ui::common::cancel%]",
|
||||||
"move": "Move"
|
"move": "Move"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user