mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-07 21:06:52 +01:00
89d0689e36
Also-By: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Jan N. Klug <github@klug.nrw>
162 lines
10 KiB
Properties
162 lines
10 KiB
Properties
# add-on
|
|
|
|
addon.systeminfo.name = Systeminfo Binding
|
|
addon.systeminfo.description = This binding provides information about the operating system and the hardware.
|
|
|
|
# thing types
|
|
|
|
thing-type.systeminfo.computer.label = Systeminfo
|
|
thing-type.systeminfo.computer.description = The computer operating system and hardware information
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.systeminfo.computerConfig.interval_high.label = Interval for High Priority Tasks
|
|
thing-type.config.systeminfo.computerConfig.interval_high.description = Refresh interval in seconds.
|
|
thing-type.config.systeminfo.computerConfig.interval_medium.label = Interval for Medium Priority Tasks
|
|
thing-type.config.systeminfo.computerConfig.interval_medium.description = Refresh interval in seconds.
|
|
|
|
# channel group types
|
|
|
|
channel-group-type.systeminfo.batteryGroup.label = Battery
|
|
channel-group-type.systeminfo.batteryGroup.description = Battery parameters
|
|
channel-group-type.systeminfo.cpuGroup.label = CPU
|
|
channel-group-type.systeminfo.cpuGroup.description = CPU parameters
|
|
channel-group-type.systeminfo.displayGroup.label = Display
|
|
channel-group-type.systeminfo.displayGroup.description = Display parameters
|
|
channel-group-type.systeminfo.driveGroup.label = Drive
|
|
channel-group-type.systeminfo.driveGroup.description = Drive information
|
|
channel-group-type.systeminfo.memoryGroup.label = Physical Memory
|
|
channel-group-type.systeminfo.memoryGroup.description = Physical memory information
|
|
channel-group-type.systeminfo.networkGroup.label = Network
|
|
channel-group-type.systeminfo.networkGroup.description = Network parameters
|
|
channel-group-type.systeminfo.currentProcessGroup.label = Current Process
|
|
channel-group-type.systeminfo.currentProcessGroup.description = Current process information
|
|
channel-group-type.systeminfo.processGroup.label = Process
|
|
channel-group-type.systeminfo.processGroup.description = System process information
|
|
channel-group-type.systeminfo.sensorsGroup.label = Sensor
|
|
channel-group-type.systeminfo.sensorsGroup.description = Sensor parameters
|
|
channel-group-type.systeminfo.storageGroup.label = Storage
|
|
channel-group-type.systeminfo.storageGroup.description = Logical storage information
|
|
channel-group-type.systeminfo.swapGroup.label = Swap Memory
|
|
channel-group-type.systeminfo.swapGroup.description = Swap memory information
|
|
|
|
# channel types
|
|
|
|
channel-type.systeminfo.available.label = Available
|
|
channel-type.systeminfo.available.description = Available size
|
|
channel-type.systeminfo.availableHeap.label = Available Heap
|
|
channel-type.systeminfo.availableHeap.description = How much data is available in the Java heap.
|
|
channel-type.systeminfo.availablePercent.label = Available (%)
|
|
channel-type.systeminfo.availablePercent.description = Available size in percent
|
|
channel-type.systeminfo.cpuTemp.label = CPU Temperature
|
|
channel-type.systeminfo.cpuTemp.description = CPU Temperature
|
|
channel-type.systeminfo.cpuVoltage.label = CPU Voltage
|
|
channel-type.systeminfo.cpuVoltage.description = CPU Voltage
|
|
channel-type.systeminfo.dataReceived.label = Data Received
|
|
channel-type.systeminfo.dataReceived.description = Volume of data received
|
|
channel-type.systeminfo.dataSent.label = Data Sent
|
|
channel-type.systeminfo.dataSent.description = Volume of data sent
|
|
channel-type.systeminfo.description.label = Description
|
|
channel-type.systeminfo.description.description = Description of the device
|
|
channel-type.systeminfo.fanSpeed.label = Fan Speed
|
|
channel-type.systeminfo.fanSpeed.description = Fan speed in rotations per minute
|
|
channel-type.systeminfo.information.label = Display Information
|
|
channel-type.systeminfo.information.description = Product, manufacturer, SN, width and height of the display in cm
|
|
channel-type.systeminfo.ip.label = IP Address
|
|
channel-type.systeminfo.ip.description = Host IP address of the network
|
|
channel-type.systeminfo.load.label = Load
|
|
channel-type.systeminfo.load.description = Load in percent
|
|
channel-type.systeminfo.loadAverage.label = Load Average
|
|
channel-type.systeminfo.loadAverage.description = Load as a number of processes for the last 1,5 or 15 minutes
|
|
channel-type.systeminfo.load_process.label = Load
|
|
channel-type.systeminfo.load_process.description = Load in percent
|
|
channel-type.systeminfo.mac.label = Mac Address
|
|
channel-type.systeminfo.mac.description = Mac address of the network
|
|
channel-type.systeminfo.model.label = Model
|
|
channel-type.systeminfo.model.description = The model of the device
|
|
channel-type.systeminfo.name.label = Name
|
|
channel-type.systeminfo.name.description = Name of the device (process)
|
|
channel-type.systeminfo.name_process.label = Name
|
|
channel-type.systeminfo.name_process.description = Name of the device (process)
|
|
channel-type.systeminfo.networkDisplayName.label = Network Display Name
|
|
channel-type.systeminfo.networkDisplayName.description = The display name of the network
|
|
channel-type.systeminfo.networkName.label = Network Name
|
|
channel-type.systeminfo.networkName.description = The name of the network.
|
|
channel-type.systeminfo.packetsReceived.label = Packets Received
|
|
channel-type.systeminfo.packetsReceived.description = Number of packets received
|
|
channel-type.systeminfo.packetsSent.label = Packets Sent
|
|
channel-type.systeminfo.packetsSent.description = Number of packets sent
|
|
channel-type.systeminfo.path.label = Path
|
|
channel-type.systeminfo.path.description = The full path
|
|
channel-type.systeminfo.path_process.label = Path
|
|
channel-type.systeminfo.path_process.description = The full path
|
|
channel-type.systeminfo.remainingCapacity.label = Remaining Capacity
|
|
channel-type.systeminfo.remainingCapacity.description = Remaining capacity in percent
|
|
channel-type.systeminfo.remainingTime.label = Remaining Time
|
|
channel-type.systeminfo.remainingTime.description = Remaining time
|
|
channel-type.systeminfo.serial.label = Serial Number
|
|
channel-type.systeminfo.serial.description = The serial number of the device
|
|
channel-type.systeminfo.threads.label = Number of Threads
|
|
channel-type.systeminfo.threads.description = Total number of threads currently running
|
|
channel-type.systeminfo.threads_process.label = Number of Threads
|
|
channel-type.systeminfo.threads_process.description = Number of threads for process currently running
|
|
channel-type.systeminfo.total.label = Total
|
|
channel-type.systeminfo.total.description = Total size
|
|
channel-type.systeminfo.type.label = Type
|
|
channel-type.systeminfo.type.description = Storage type
|
|
channel-type.systeminfo.uptime.label = System Uptime
|
|
channel-type.systeminfo.uptime.description = System uptime (time after start)
|
|
channel-type.systeminfo.used.label = Used
|
|
channel-type.systeminfo.used.description = Used size
|
|
channel-type.systeminfo.usedHeapPercent.label = Used Heap Percent
|
|
channel-type.systeminfo.usedHeapPercent.description = How much data in percent has been used from the max size the Java heap can grow to.
|
|
channel-type.systeminfo.usedPercent.label = Used (%)
|
|
channel-type.systeminfo.usedPercent.description = Used size in percent
|
|
channel-type.systeminfo.used_process.label = Used
|
|
channel-type.systeminfo.used_process.description = Used size
|
|
|
|
# channel types config
|
|
|
|
channel-type.config.systeminfo.highpriority.priority.label = Interval
|
|
channel-type.config.systeminfo.highpriority.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.highpriority.priority.option.High = High
|
|
channel-type.config.systeminfo.highpriority.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.highpriority.priority.option.Low = Low
|
|
channel-type.config.systeminfo.highpriority_process.pid.label = PID
|
|
channel-type.config.systeminfo.highpriority_process.pid.description = The Process Identifier of the process.
|
|
channel-type.config.systeminfo.highpriority_process.priority.label = Interval
|
|
channel-type.config.systeminfo.highpriority_process.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.highpriority_process.priority.option.High = High
|
|
channel-type.config.systeminfo.highpriority_process.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.highpriority_process.priority.option.Low = Low
|
|
channel-type.config.systeminfo.lowpriority.group.priorityGroup.label = String
|
|
channel-type.config.systeminfo.lowpriority.group.priorityGroup.description = String
|
|
channel-type.config.systeminfo.lowpriority.priority.label = Interval
|
|
channel-type.config.systeminfo.lowpriority.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.lowpriority.priority.option.High = High
|
|
channel-type.config.systeminfo.lowpriority.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.lowpriority.priority.option.Low = Low
|
|
channel-type.config.systeminfo.lowpriority_process.pid.label = PID
|
|
channel-type.config.systeminfo.lowpriority_process.pid.description = The Process Identifier of the process.
|
|
channel-type.config.systeminfo.lowpriority_process.priority.label = Interval
|
|
channel-type.config.systeminfo.lowpriority_process.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.lowpriority_process.priority.option.High = High
|
|
channel-type.config.systeminfo.lowpriority_process.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.lowpriority_process.priority.option.Low = Low
|
|
channel-type.config.systeminfo.mediumpriority.priority.label = Interval
|
|
channel-type.config.systeminfo.mediumpriority.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.mediumpriority.priority.option.High = High
|
|
channel-type.config.systeminfo.mediumpriority.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.mediumpriority.priority.option.Low = Low
|
|
channel-type.config.systeminfo.mediumpriority_process.pid.label = PID
|
|
channel-type.config.systeminfo.mediumpriority_process.pid.description = The Process Identifier of the process.
|
|
channel-type.config.systeminfo.mediumpriority_process.priority.label = Interval
|
|
channel-type.config.systeminfo.mediumpriority_process.priority.description = Refresh interval in seconds.
|
|
channel-type.config.systeminfo.mediumpriority_process.priority.option.High = High
|
|
channel-type.config.systeminfo.mediumpriority_process.priority.option.Medium = Medium
|
|
channel-type.config.systeminfo.mediumpriority_process.priority.option.Low = Low
|
|
|
|
# thing status messages
|
|
offline.cannot-initialize = Thing cannot be initialized!
|
|
offline.unexpected-error = Cannot get system info as result of unexpected error. Please try to restart the binding (remove and re-add the thing)!
|