Skip to content

Commit cd23727

Browse files
New Crowdin translations by GitHub Action (#2302)
1 parent c84a4a1 commit cd23727

File tree

21 files changed

+294
-0
lines changed

21 files changed

+294
-0
lines changed

custom_components/battery_notes/translations/ca.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "S'ha produït un error desconegut"
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Llença les notificacions per als dispositius que tenen una bateria baixa.",
183184
"name": "Comproveu l'última informació de la bateria"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/cs.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Vyskytla se neznámá chyba."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Vytváří události pro zařízení, která mají nízkou baterii.",
183184
"name": "Zkontrolovat baterii - nízký stav"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/da.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Der opstod en ukendt fejl."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Raise events for devices that have a low battery.",
183184
"name": "Check battery low"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/de.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Ein unbekannter Fehler ist aufgetreten."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Erzeuge Ereignis für Geräte, die einen niedrigen Batteriestand haben.",
183184
"name": "Prüfe auf schwache Batterien"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/el.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "Η συσχετιζόμενη συσκευή ή οντότητα δεν υπάρχει πλέον για αυτήν την Σημείωση μπαταρίας.",
7879
"unknown": "Προέκυψε άγνωστο σφάλμα."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Εμφάνιση συμβάντων για συσκευές με χαμηλή μπαταρία.",
183184
"name": "Ελεγχος χαμηλής μπαταρίας"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Ορφανή Σημείωση Μπαταρίας",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Ορφανή Σημείωση Μπαταρίας",
194+
"description": "Η συσχετιζόμενη συσκευή ή οντότητα δεν υπάρχει πλέον για την καταχώρηση της Σημείωσης μπαταρίας {name}, η Σημείωση μπαταρίας πρέπει να διαγραφεί.\nΕπιλέξτε **Υποβολή** για να διαγράψετε αυτή τη Σημείωση Μπαταρίας."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/es-ES.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Se ha producido un error desconocido."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Lanza los eventos para dispositivos con poca batería.",
183184
"name": "Comprobar batería baja"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/fi.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Tuntematon virhe."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Raise events for devices that have a low battery.",
183184
"name": "Check battery low"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/fr.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Erreur inconnue."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Déclenche des événements pour les appareils qui ont une batterie faible.",
183184
"name": "Vérifier si batterie faible"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/hu.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Ismeretlen hiba lépett fel."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Eseményt generál azon eszközökről, melyek elemszintje alacsony.",
183184
"name": "Alacsony elemszintek ellenőrzése"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

custom_components/battery_notes/translations/it.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
}
7676
},
7777
"error": {
78+
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
7879
"unknown": "Errore sconosciuto."
7980
}
8081
},
@@ -182,5 +183,18 @@
182183
"description": "Genera eventi per i dispositivi che hanno una batteria scarica.",
183184
"name": "Verifica batteria scarica"
184185
}
186+
},
187+
"issues": {
188+
"missing_device": {
189+
"title": "Orphaned Battery Note",
190+
"fix_flow": {
191+
"step": {
192+
"confirm": {
193+
"title": "Orphaned Battery Note",
194+
"description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note."
195+
}
196+
}
197+
}
198+
}
185199
}
186200
}

0 commit comments

Comments
 (0)