Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
github-actions[bot] and crowdin-bot authored Mar 11, 2024
1 parent f7ddcff commit 02b8e3b
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/battery_notes/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
148 changes: 148 additions & 0 deletions custom_components/battery_notes/translations/it.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 02b8e3b

Please sign in to comment.