Skip to content

Commit 06b2d98

Browse files
New Crowdin translations by GitHub Action (#1035)
Co-authored-by: Crowdin Bot <[email protected]>
1 parent ea94c84 commit 06b2d98

File tree

11 files changed

+214
-60
lines changed

11 files changed

+214
-60
lines changed

custom_components/battery_notes/translations/da.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Batteri type",
1717
"battery_quantity": "Antal batterier",
18-
"battery_low_threshold": "Lav tærskel for batteri"
18+
"battery_low_threshold": "Lav tærskel for batteri",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 vil bruge den globale standardtærskel"
22+
"battery_low_threshold": "0 vil bruge den globale standardtærskel",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -37,11 +39,13 @@
3739
"name": "Navn",
3840
"battery_type": "Batteri type",
3941
"battery_quantity": "Antal batterier",
40-
"battery_low_threshold": "Lav tærskel for batteri"
42+
"battery_low_threshold": "Lav tærskel for batteri",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Hvis du lader det være tomt, hentes navnet fra kildeenheden",
44-
"battery_low_threshold": "0 vil bruge den globale standardtærskel"
47+
"battery_low_threshold": "0 vil bruge den globale standardtærskel",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Sæt batteri udskiftet"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/de.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Batterieart",
1717
"battery_quantity": "Batteriemenge",
18-
"battery_low_threshold": "Schwelle für niedrigen Batteriestand"
18+
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert"
22+
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -37,11 +39,13 @@
3739
"name": "Name",
3840
"battery_type": "Batterieart",
3941
"battery_quantity": "Batteriemenge",
40-
"battery_low_threshold": "Schwelle für niedrigen Batteriestand"
42+
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Wenn du nichts eingibst, wird der Name vom Quellgerät übernommen",
44-
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert"
47+
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "ktualisiert den Zeitpunkt des letzten Batteriewechsels"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/el.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"step": {
44
"user": {
5-
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://github.com/andrew-codechimp/ha-battery-notes",
5+
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://andrew-codechimp.github.io/HA-Battery-Notes/",
66
"data": {
77
"device_id": "Συσκευή",
88
"name": "Ονομα"
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Τύπος μπαταρίας",
1717
"battery_quantity": "Αριθμός μπαταριών",
18-
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας"
18+
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο"
22+
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -32,16 +34,18 @@
3234
"options": {
3335
"step": {
3436
"init": {
35-
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://github.com/andrew-codechimp/ha-battery-notes",
37+
"description": "Αν χρειάζεστε βοήθεια με τις ρυθμίσεις παραμέτρων ρίξτε μια ματιά εδώ: https://andrew-codechimp.github.io/HA-Battery-Notes/",
3638
"data": {
3739
"name": "Ονομα",
3840
"battery_type": "Τύπος μπαταρίας",
3941
"battery_quantity": "Αριθμός μπαταριών",
40-
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας"
42+
"battery_low_threshold": "Ελάχιστο όριο μπαταρίας",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Αφήνοντάς το κενό θα πάρει το όνομα από τη συσκευή προέλευσης",
44-
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο"
47+
"battery_low_threshold": "0 θα χρησιμοποιηθεί το καθολικό προεπιλεγμένο ελάχιστο όριο",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Ορισμός μπαταρίας ως αντικατεστημένη"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/fi.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Akun tyyppi",
1717
"battery_quantity": "Akkujen määrä",
18-
"battery_low_threshold": "Akun alhainen raja"
18+
"battery_low_threshold": "Akun alhainen raja",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
22+
"battery_low_threshold": "0 käyttää yleistä oletusarvoa",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -37,11 +39,13 @@
3739
"name": "Nimi",
3840
"battery_type": "Akun tyyppi",
3941
"battery_quantity": "Akkujen määrä",
40-
"battery_low_threshold": "Akun alhainen raja"
42+
"battery_low_threshold": "Akun alhainen raja",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Tyhjäksi jättäminen ottaa nimen lähdelaitteesta",
44-
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
47+
"battery_low_threshold": "0 käyttää yleistä oletusarvoa",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Aseta akku vaihdetuksi"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/fr.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Type de batterie",
1717
"battery_quantity": "Nombre de batteries",
18-
"battery_low_threshold": "Seuil de batterie faible"
18+
"battery_low_threshold": "Seuil de batterie faible",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 gardera le seuil par defaut"
22+
"battery_low_threshold": "0 gardera le seuil par defaut",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -37,11 +39,13 @@
3739
"name": "Nom",
3840
"battery_type": "Type de batterie",
3941
"battery_quantity": "Nombre de batteries",
40-
"battery_low_threshold": "Seuil de batterie faible"
42+
"battery_low_threshold": "Seuil de batterie faible",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Laisser vide gardera le seuil par defaut",
44-
"battery_low_threshold": "0 gardera le seuil par defaut"
47+
"battery_low_threshold": "0 gardera le seuil par defaut",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Mise à jour remplacement de la batterie"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/hu.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Elem típus",
1717
"battery_quantity": "Az akkumulátor mennyisége",
18-
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke"
18+
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni"
22+
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -37,11 +39,13 @@
3739
"name": "Név",
3840
"battery_type": "Elem típus",
3941
"battery_quantity": "Az akkumulátor mennyisége",
40-
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke"
42+
"battery_low_threshold": "Az akkumulátor alacsony küszöbértéke",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Üresen hagyva a forrás eszköz neve lesz használva",
44-
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni"
47+
"battery_low_threshold": "A 0 a globális alapértelmezett küszöböt fogja használni",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Elemcsere beállítása"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

custom_components/battery_notes/translations/nl.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"step": {
44
"user": {
5-
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
5+
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
66
"data": {
77
"device_id": "Apparaat",
88
"name": "Naam"
@@ -15,10 +15,12 @@
1515
"data": {
1616
"battery_type": "Batterij Type",
1717
"battery_quantity": "Battery quantity",
18-
"battery_low_threshold": "Battery low threshold"
18+
"battery_low_threshold": "Battery low threshold",
19+
"battery_low_template": "Battery low template"
1920
},
2021
"data_description": {
21-
"battery_low_threshold": "0 will use the global default threshold"
22+
"battery_low_threshold": "0 will use the global default threshold",
23+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
2224
}
2325
}
2426
},
@@ -32,16 +34,18 @@
3234
"options": {
3335
"step": {
3436
"init": {
35-
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
37+
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
3638
"data": {
3739
"name": "Naam",
3840
"battery_type": "Batterij Type",
3941
"battery_quantity": "Battery quantity",
40-
"battery_low_threshold": "Battery low threshold"
42+
"battery_low_threshold": "Battery low threshold",
43+
"battery_low_template": "Battery low template"
4144
},
4245
"data_description": {
4346
"name": "Leaving blank will take the name from the source device",
44-
"battery_low_threshold": "0 will use the global default threshold"
47+
"battery_low_threshold": "0 will use the global default threshold",
48+
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
4549
}
4650
}
4751
},
@@ -125,6 +129,16 @@
125129
}
126130
},
127131
"name": "Set battery replaced"
132+
},
133+
"check_battery_last_reported": {
134+
"description": "Raise events for devices that haven't reported their battery level.",
135+
"fields": {
136+
"days_last_reported": {
137+
"description": "Number of days since a device last reported its battery level.",
138+
"name": "Days"
139+
}
140+
},
141+
"name": "Check battery last reported"
128142
}
129143
}
130-
}
144+
}

0 commit comments

Comments
 (0)