Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#1035)
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 Feb 15, 2024
1 parent ea94c84 commit 06b2d98
Show file tree
Hide file tree
Showing 11 changed files with 214 additions and 60 deletions.
24 changes: 19 additions & 5 deletions custom_components/battery_notes/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"data": {
"battery_type": "Batteri type",
"battery_quantity": "Antal batterier",
"battery_low_threshold": "Lav tærskel for batteri"
"battery_low_threshold": "Lav tærskel for batteri",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 vil bruge den globale standardtærskel"
"battery_low_threshold": "0 vil bruge den globale standardtærskel",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -37,11 +39,13 @@
"name": "Navn",
"battery_type": "Batteri type",
"battery_quantity": "Antal batterier",
"battery_low_threshold": "Lav tærskel for batteri"
"battery_low_threshold": "Lav tærskel for batteri",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Hvis du lader det være tomt, hentes navnet fra kildeenheden",
"battery_low_threshold": "0 vil bruge den globale standardtærskel"
"battery_low_threshold": "0 vil bruge den globale standardtærskel",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "Sæt batteri udskiftet"
},
"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"
}
}
}
}
24 changes: 19 additions & 5 deletions custom_components/battery_notes/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"data": {
"battery_type": "Batterieart",
"battery_quantity": "Batteriemenge",
"battery_low_threshold": "Schwelle für niedrigen Batteriestand"
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert"
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -37,11 +39,13 @@
"name": "Name",
"battery_type": "Batterieart",
"battery_quantity": "Batteriemenge",
"battery_low_threshold": "Schwelle für niedrigen Batteriestand"
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Wenn du nichts eingibst, wird der Name vom Quellgerät übernommen",
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert"
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "ktualisiert den Zeitpunkt des letzten Batteriewechsels"
},
"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"
}
}
}
}
28 changes: 21 additions & 7 deletions custom_components/battery_notes/translations/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://github.com/andrew-codechimp/ha-battery-notes",
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"device_id": "Συσκευή",
"name": "Ονομα"
Expand All @@ -15,10 +15,12 @@
"data": {
"battery_type": "Τύπος μπαταρίας",
"battery_quantity": "Αριθμός μπαταριών",
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας"
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο"
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -32,16 +34,18 @@
"options": {
"step": {
"init": {
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://github.com/andrew-codechimp/ha-battery-notes",
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"name": "Ονομα",
"battery_type": "Τύπος μπαταρίας",
"battery_quantity": "Αριθμός μπαταριών",
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας"
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Αφήνοντάς το κενό θα πάρει το όνομα από τη συσκευή προέλευσης",
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο"
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "Ορισμός μπαταρίας ως αντικατεστημένη"
},
"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"
}
}
}
}
24 changes: 19 additions & 5 deletions custom_components/battery_notes/translations/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"data": {
"battery_type": "Akun tyyppi",
"battery_quantity": "Akkujen määrä",
"battery_low_threshold": "Akun alhainen raja"
"battery_low_threshold": "Akun alhainen raja",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
"battery_low_threshold": "0 käyttää yleistä oletusarvoa",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -37,11 +39,13 @@
"name": "Nimi",
"battery_type": "Akun tyyppi",
"battery_quantity": "Akkujen määrä",
"battery_low_threshold": "Akun alhainen raja"
"battery_low_threshold": "Akun alhainen raja",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Tyhjäksi jättäminen ottaa nimen lähdelaitteesta",
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
"battery_low_threshold": "0 käyttää yleistä oletusarvoa",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "Aseta akku vaihdetuksi"
},
"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"
}
}
}
}
24 changes: 19 additions & 5 deletions custom_components/battery_notes/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"data": {
"battery_type": "Type de batterie",
"battery_quantity": "Nombre de batteries",
"battery_low_threshold": "Seuil de batterie faible"
"battery_low_threshold": "Seuil de batterie faible",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 gardera le seuil par defaut"
"battery_low_threshold": "0 gardera le seuil par defaut",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -37,11 +39,13 @@
"name": "Nom",
"battery_type": "Type de batterie",
"battery_quantity": "Nombre de batteries",
"battery_low_threshold": "Seuil de batterie faible"
"battery_low_threshold": "Seuil de batterie faible",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Laisser vide gardera le seuil par defaut",
"battery_low_threshold": "0 gardera le seuil par defaut"
"battery_low_threshold": "0 gardera le seuil par defaut",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "Mise à jour remplacement de la batterie"
},
"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"
}
}
}
}
24 changes: 19 additions & 5 deletions custom_components/battery_notes/translations/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"data": {
"battery_type": "Elem típus",
"battery_quantity": "Az akkumulátor mennyisége",
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke"
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni"
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand All @@ -37,11 +39,13 @@
"name": "Név",
"battery_type": "Elem típus",
"battery_quantity": "Az akkumulátor mennyisége",
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke"
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke",
"battery_low_template": "Battery low template"
},
"data_description": {
"name": "Üresen hagyva a forrás eszköz neve lesz használva",
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni"
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"name": "Elemcsere beállítása"
},
"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"
}
}
}
}
28 changes: 21 additions & 7 deletions custom_components/battery_notes/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"device_id": "Apparaat",
"name": "Naam"
Expand All @@ -15,10 +15,12 @@
"data": {
"battery_type": "Batterij Type",
"battery_quantity": "Battery quantity",
"battery_low_threshold": "Battery low threshold"
"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_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"
}
}
},
Expand All @@ -32,16 +34,18 @@
"options": {
"step": {
"init": {
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"name": "Naam",
"battery_type": "Batterij Type",
"battery_quantity": "Battery quantity",
"battery_low_threshold": "Battery low threshold"
"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_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"
}
}
},
Expand Down Expand Up @@ -125,6 +129,16 @@
}
},
"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"
}
}
}
}
Loading

0 comments on commit 06b2d98

Please sign in to comment.