-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create fi.json Finnish translation * Create vacuum.fi.json Finnish transalation.
- Loading branch information
Showing
2 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
custom_components/gardena_smart_system/translations/fi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
29
custom_components/gardena_smart_system/translations/vacuum.fi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |