1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 20:56:06 +01:00
Files
core/homeassistant/components/synology_dsm/strings.json
T

270 lines
8.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_mac_address": "The MAC address is missing from the Zeroconf record",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"missing_data": "Missing data: please retry later or try a different configuration",
"otp_failed": "Two-step authentication failed, retry with a new passcode",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name} ({host})",
"step": {
"2sa": {
"data": {
"otp_code": "Code"
},
"title": "Synology DSM: two-step authentication"
},
"backup_share": {
"data": {
"backup_path": "Path",
"backup_share": "Shared folder"
},
"data_description": {
"backup_path": "Define the path on the selected shared folder (will automatically be created, if not exist).",
"backup_share": "Select the shared folder where the automatic Home Assistant backup should be stored."
},
"title": "Synology DSM: Backup location"
},
"link": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"username": "[%key:common::config_flow::data::username%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"description": "Do you want to set up {name} ({host})?"
},
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"title": "Reauthenticate Synology DSM"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"username": "[%key:common::config_flow::data::username%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"host": "The hostname or IP address of your Synology NAS."
}
}
}
},
"entity": {
"binary_sensor": {
"disk_below_remain_life_thr": {
"name": "Below min remaining life"
},
"disk_exceed_bad_sector_thr": {
"name": "Exceeded max bad sectors"
},
"status": {
"name": "Security status"
}
},
"button": {
"shutdown": {
"name": "Shut down"
}
},
"sensor": {
"cpu_15min_load": {
"name": "CPU load average (15 min)"
},
"cpu_1min_load": {
"name": "CPU load average (1 min)"
},
"cpu_5min_load": {
"name": "CPU load average (5 min)"
},
"cpu_other_load": {
"name": "CPU utilization (other)"
},
"cpu_system_load": {
"name": "CPU utilization (system)"
},
"cpu_total_load": {
"name": "CPU utilization (total)"
},
"cpu_user_load": {
"name": "CPU utilization (user)"
},
"device_size_total": {
"name": "Device size"
},
"device_status": {
"name": "Status"
},
"disk_smart_status": {
"name": "Status (smart)"
},
"disk_status": {
"name": "Status"
},
"disk_temp": {
"name": "[%key:component::sensor::entity_component::temperature::name%]"
},
"memory_available_real": {
"name": "Memory available (real)"
},
"memory_available_swap": {
"name": "Memory available (swap)"
},
"memory_cached": {
"name": "Memory cached"
},
"memory_real_usage": {
"name": "Memory usage (real)"
},
"memory_size": {
"name": "Memory size"
},
"memory_total_real": {
"name": "Memory total (real)"
},
"memory_total_swap": {
"name": "Memory total (swap)"
},
"network_down": {
"name": "Download throughput"
},
"network_up": {
"name": "Upload throughput"
},
"partition_percentage_used": {
"name": "Partition used"
},
"partition_size_total": {
"name": "Partition size"
},
"partition_size_used": {
"name": "Partition used space"
},
"temperature": {
"name": "[%key:component::sensor::entity_component::temperature::name%]"
},
"volume_disk_temp_avg": {
"name": "Average disk temp"
},
"volume_disk_temp_max": {
"name": "Maximum disk temp"
},
"volume_percentage_used": {
"name": "Volume used"
},
"volume_size_total": {
"name": "Total size"
},
"volume_size_used": {
"name": "Used space"
},
"volume_status": {
"name": "Status"
}
},
"switch": {
"home_mode": {
"name": "Home mode"
}
},
"update": {
"update": {
"name": "DSM update"
}
}
},
"exceptions": {
"execution_error": {
"message": "Execute {action} on DSM with serial {serial} not possible, because of {error}."
},
"missing_serial": {
"message": "More than one DSM configured, must specify one of serials: {serials}."
},
"serial_not_found": {
"message": "DSM with specified serial {serial} not found."
}
},
"issues": {
"missing_backup_setup": {
"fix_flow": {
"abort": {
"ignored": "The backup location has not been configured.\nYou can still set it up later via the integration options.",
"no_shares": "There are no shared folders available for the user.\nPlease check the documentation."
},
"step": {
"confirm": {
"data": {
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data::backup_path%]",
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data::backup_share%]"
},
"data_description": {
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_path%]",
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_share%]"
},
"title": "[%key:component::synology_dsm::config::step::backup_share::title%]"
},
"init": {
"description": "The backup location for {title} is not configured. Do you want to set it up now? Details can be found in the integration documentation under [Backup Location]({docs_url})",
"menu_options": {
"confirm": "Set up the backup location now",
"ignore": "Don't set it up now"
}
}
}
},
"title": "Backup location not configured for {title}"
}
},
"options": {
"step": {
"init": {
"data": {
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data::backup_path%]",
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data::backup_share%]",
"snap_profile_type": "Quality level of camera snapshots (0:high 1:medium 2:low)"
},
"data_description": {
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_path%]",
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_share%]"
}
}
}
},
"services": {
"reboot": {
"description": "Reboots the NAS. This action is deprecated and will be removed in future release. Please use the corresponding button entity.",
"fields": {
"serial": {
"description": "Serial of the NAS to reboot; required when multiple NAS are configured.",
"name": "Serial"
}
},
"name": "Reboot"
},
"shutdown": {
"description": "Shuts down the NAS. This action is deprecated and will be removed in a future release. Please use the corresponding button entity.",
"fields": {
"serial": {
"description": "Serial of the NAS to shut down; required when multiple NAS are configured.",
"name": "[%key:component::synology_dsm::services::reboot::fields::serial::name%]"
}
},
"name": "Shut down"
}
}
}