Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 28, 2025
1 parent 931e12d commit e2aa366
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions custom_components/battery_notes/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"battery_quantity": "Batteriemenge",
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
"battery_low_template": "Vorlage für niedrigen Batteriestand",
"filter_outliers": "Filter outliers"
"filter_outliers": "Ausreißer filtern"
},
"data_description": {
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
"battery_low_template": "Vorlage um zu bestimmen, ob eine Batterie schwach ist; sollte \"wahr\" (true) rückmelden, wenn schwach.\nNur für nicht-Standard Batteriewerte benötigt.",
"filter_outliers": "Filter out large battery level drops, reducing falsely firing events on devices that erroneously report levels occasionally"
"filter_outliers": "Filtere größere Sprünge des Ladestandes der Batterie bei Geräten, die ihren Ladestand nur sporadisch mitteilen, um fehlerhafte Auslösungen zu verhindern"
}
},
"manual": {
Expand All @@ -68,13 +68,13 @@
"battery_quantity": "Batteriemenge",
"battery_low_threshold": "Schwelle für niedrigen Batteriestand",
"battery_low_template": "Vorlage für niedrigen Batteriestand",
"filter_outliers": "Filter outliers"
"filter_outliers": "Ausreißer filtern"
},
"data_description": {
"name": "Wenn du nichts eingibst, wird der Name vom Quellgerät übernommen",
"battery_low_threshold": "0 verwendet den globalen Standardschwellenwert",
"battery_low_template": "Vorlage um zu bestimmen, ob eine Batterie schwach ist; sollte \"wahr\" (true) rückmelden, wenn schwach.\nNur für nicht-Standard Batteriewerte benötigt.",
"filter_outliers": "Filter out large battery level drops, reducing falsely firing events on devices that erroneously report levels occasionally"
"filter_outliers": "Filtere größere Sprünge des Ladestandes der Batterie bei Geräten, die ihren Ladestand nur sporadisch mitteilen, um fehlerhafte Auslösungen zu verhindern"
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions custom_components/battery_notes/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
},
"error": {
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
"orphaned_battery_note": "Le périphérique ou l'entité associée n'existe plus pour cette Note de Batterie.",
"unknown": "Erreur inconnue."
}
},
Expand Down Expand Up @@ -190,12 +190,12 @@
},
"issues": {
"missing_device": {
"title": "Orphaned Battery Note",
"title": "Note de batterie orpheline",
"fix_flow": {
"step": {
"confirm": {
"title": "Orphaned Battery Note",
"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."
"title": "Note de batterie orpheline",
"description": "Le périphérique ou l'entité associée n'existe plus pour l'entrée Batterie Note {name}, la Note de la Batterie doit être supprimée.\nSélectionnez **Soumettre** pour supprimer cette note de batterie."
}
}
}
Expand Down

0 comments on commit e2aa366

Please sign in to comment.