Skip to content

Commit

Permalink
Finnish translation (#185)
Browse files Browse the repository at this point in the history
* Create fi.json

Finnish translation

* Create vacuum.fi.json

Finnish transalation.
  • Loading branch information
odelma committed Feb 10, 2024
1 parent 0120f66 commit c37ae34
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
36 changes: 36 additions & 0 deletions custom_components/gardena_smart_system/translations/fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"config": {
"abort": {
"already_configured": "Sijainti on jo määritelty"
},
"error": {
"cannot_connect": "Yhteys epäonnistui, yritä uudelleen.",
"invalid_auth": "Tunnistautuminen epäonnistui.",
"too_many_requests": "Liian monta yritystä, yritä myöhemmin uudestaan.",
"unknown": "Odottamaton virhe."
},
"step": {
"user": {
"description": "Syötä tunnistautumistiedot.",
"data": {
"email": "Sähköposti",
"password": "Salasana",
"client_id": "Application Key / Client ID"
},
"title": "Gardena Smart System"
}
}
},
"options": {
"step": {
"user": {
"data": {
"mower_duration": "Ruohonleikkuun kesto (minuuttia)",
"smart_irrigation_control_duration": "Smart Irrigation Control kesto (minuuttia)",
"smart_watering_duration": "Smart Watering Control kesto (minuuttia)"
},
"title": "Gardena Smart System - valinnat"
}
}
}
}
29 changes: 29 additions & 0 deletions custom_components/gardena_smart_system/translations/vacuum.fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Ruohonleikkuri",
"device_automation": {
"condition_type": {
"is_docked": "{entity_name} on latausasemassa",
"is_cleaning": "{entity_name} leikkaa ruohoa"
},
"trigger_type": {
"cleaning": "{entity_name} alkoi leikkaamaan ruohoa",
"docked": "{entity_name} palasi latausasemaan"
},
"action_type": {
"clean": "Laita {entity_name} leikkaamaan ruohoa",
"dock": "Palauta {entity_name} latausasemaan"
}
},
"state": {
"_": {
"cleaning": "Leikkaa ruohoa",
"docked": "Latausasemassa",
"error": "Virhe",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"paused": "[%key:common::state::paused%]",
"returning": "Palaamassa latausasemaan"
}
}
}

0 comments on commit c37ae34

Please sign in to comment.