From 02b8e3b5a0f820cf7b09bce8b03a35a8a27a5d01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:57:08 +0000 Subject: [PATCH] New Crowdin translations by GitHub Action (#1282) Co-authored-by: Crowdin Bot --- .../battery_notes/translations/fr.json | 6 +- .../battery_notes/translations/it.json | 148 ++++++++++++++++++ 2 files changed, 151 insertions(+), 3 deletions(-) create mode 100644 custom_components/battery_notes/translations/it.json diff --git a/custom_components/battery_notes/translations/fr.json b/custom_components/battery_notes/translations/fr.json index cb7f2a0e5..058049d04 100644 --- a/custom_components/battery_notes/translations/fr.json +++ b/custom_components/battery_notes/translations/fr.json @@ -138,11 +138,11 @@ "name": "Jours" } }, - "name": "Check battery last reported" + "name": "Batterie signalée pour la dernière fois" }, "check_battery_low": { - "description": "Raise events for devices that have a low battery.", - "name": "Check battery low" + "description": "Déclenche des événements pour les appareils qui ont une batterie faible.", + "name": "Vérifier si batterie faible" } } } \ No newline at end of file diff --git a/custom_components/battery_notes/translations/it.json b/custom_components/battery_notes/translations/it.json new file mode 100644 index 000000000..00c7e25d9 --- /dev/null +++ b/custom_components/battery_notes/translations/it.json @@ -0,0 +1,148 @@ +{ + "config": { + "step": { + "user": { + "description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/", + "data": { + "device_id": "Device", + "name": "Name" + }, + "data_description": { + "name": "Leaving blank will take the name from the source device" + } + }, + "battery": { + "data": { + "battery_type": "Battery type", + "battery_quantity": "Battery quantity", + "battery_low_threshold": "Battery low threshold", + "battery_low_template": "Battery low template" + }, + "data_description": { + "battery_low_threshold": "0 will use the global default threshold", + "battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels" + } + } + }, + "abort": { + "already_configured": "Device is already configured" + }, + "error": { + "unknown": "Unknown error occurred." + } + }, + "options": { + "step": { + "init": { + "description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/", + "data": { + "name": "Name", + "battery_type": "Battery type", + "battery_quantity": "Battery quantity", + "battery_low_threshold": "Battery low threshold", + "battery_low_template": "Battery low template" + }, + "data_description": { + "name": "Leaving blank will take the name from the source device", + "battery_low_threshold": "0 will use the global default threshold", + "battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels" + } + } + }, + "error": { + "unknown": "Unknown error occurred." + } + }, + "entity": { + "binary_sensor": { + "battery_low": { + "name": "Battery low", + "state_attributes": { + "battery_low_threshold": { + "name": "Battery low threshold" + } + } + } + }, + "button": { + "battery_replaced": { + "name": "Battery replaced" + } + }, + "sensor": { + "battery_plus": { + "name": "Battery+", + "state_attributes": { + "battery_type": { + "name": "Battery type" + }, + "battery_quantity": { + "name": "Battery quantity" + }, + "battery_type_and_quantity": { + "name": "Battery type and quantity" + }, + "battery_last_replaced": { + "name": "Battery last replaced" + }, + "battery_low": { + "name": "Battery low" + }, + "battery_low_threshold": { + "name": "Battery low threshold" + }, + "battery_last_reported": { + "name": "Battery last reported" + }, + "battery_last_reported_level": { + "name": "Battery last reported level" + } + } + }, + "battery_type": { + "name": "Battery type", + "state_attributes": { + "battery_type": { + "name": "Battery type" + }, + "battery_quantity": { + "name": "Battery quantity" + } + } + }, + "battery_last_replaced": { + "name": "Battery last replaced" + } + } + }, + "services": { + "set_battery_replaced": { + "description": "Set the battery last replaced.", + "fields": { + "device_id": { + "description": "Device that has had its battery replaced.", + "name": "Device" + }, + "datetime_replaced": { + "description": "Date replaced.", + "name": "Date" + } + }, + "name": "Set battery replaced" + }, + "check_battery_last_reported": { + "description": "Raise events for devices that haven't reported their battery level.", + "fields": { + "days_last_reported": { + "description": "Number of days since a device last reported its battery level.", + "name": "Days" + } + }, + "name": "Check battery last reported" + }, + "check_battery_low": { + "description": "Raise events for devices that have a low battery.", + "name": "Check battery low" + } + } +} \ No newline at end of file