Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent 80d0684 commit f6356ca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions custom_components/battery_notes/translations/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"association_type": "Association type"
},
"menu_options": {
"device": "Device (recommended)",
"entity": "Entity"
"device": "Laite (suositeltu)",
"entity": "Entiteetti"
},
"title": "Choose your association type"
},
Expand All @@ -23,11 +23,11 @@
},
"entity": {
"data": {
"source_entity_id": "Entity",
"source_entity_id": "Entiteetti",
"name": "Nimi"
},
"data_description": {
"name": "Leaving blank will take the name from the source entity"
"name": "Tyhjäksi jättäminen ottaa nimen lähde entiteetistä"
}
},
"battery": {
Expand Down Expand Up @@ -160,7 +160,7 @@
},
"entity_id": {
"description": "Entity that has had its battery replaced.",
"name": "Entity"
"name": "Entiteetti"
},
"datetime_replaced": {
"description": "Päivä, jolloin vaihdettu.",
Expand Down
24 changes: 12 additions & 12 deletions custom_components/battery_notes/translations/sv-SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"user": {
"description": "Om du behöver hjälp med konfigurationen? Ta en titt här: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"association_type": "Association type"
"association_type": "Associationstyp"
},
"menu_options": {
"device": "Device (recommended)",
"device": "Enhet (rekommenderas)",
"entity": "Entitet"
},
"title": "Choose your association type"
"title": "Välj din associationstyp"
},
"device": {
"data": {
Expand All @@ -31,7 +31,7 @@
}
},
"battery": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}",
"description": "Tillverkare: {manufacturer}\nModell: {model}\nModell ID: {model_id}\nHårdvaruversion: {hw_version}",
"data": {
"battery_type": "Batterityp",
"battery_quantity": "Antal batterier",
Expand All @@ -44,22 +44,22 @@
}
},
"manual": {
"description": "This device is marked in the library as manual, variants use different battery types so it cannot be set in the library.\nThe next step will allow you to set your battery type but please do not submit a device request.",
"title": "Device manual configuration"
"description": "Enheten är markerad som manuell i registret, varianter använder olika batterityper så den kan därför inte ställas in i registret.\nNästa steg gör att du kan ställa in din batterityp, men skicka inte in någon begäran om tillägg av denna batterienhet till utvecklarna.",
"title": "Manuell konfiguration av enhet"
}
},
"abort": {
"already_configured": "Enheten är redan konfigurerad. "
},
"error": {
"unknown": "Okänt fel inträffade. ",
"unconfigurable_entity": "It is not possible to add this entity to Battery Notes."
"unconfigurable_entity": "Det är inte möjligt att lägga till denna enhet till Battery Notes."
}
},
"options": {
"step": {
"init": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}",
"description": "Tillverkare: {manufacturer}\nModell: {model}\nModell ID: {model_id}\nHårdvaruversion: {hw_version}",
"data": {
"name": "Namn",
"battery_type": "Batterityp",
Expand All @@ -75,7 +75,7 @@
}
},
"error": {
"orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.",
"orphaned_battery_note": "Den associerade enheten eller entiteten finns inte längre för denna Batteri \nNotering .",
"unknown": "Okänt fel inträffade. "
}
},
Expand Down Expand Up @@ -186,12 +186,12 @@
},
"issues": {
"missing_device": {
"title": "Orphaned Battery Note",
"title": "Övergiven Batteri Notering",
"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": "Övergiven Batteri Notering",
"description": "Den associerade enheten eller enheten finns inte längre för BatteriNoteringen {name}, BatteriNoteringen bör tas bort.\nVälj **Skicka** för att ta bort BatteriNoteringen."
}
}
}
Expand Down

0 comments on commit f6356ca

Please sign in to comment.