diff --git a/custom_components/gardena_smart_system/translations/fi.json b/custom_components/gardena_smart_system/translations/fi.json new file mode 100644 index 0000000..15e7cef --- /dev/null +++ b/custom_components/gardena_smart_system/translations/fi.json @@ -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" + } + } + } +} diff --git a/custom_components/gardena_smart_system/translations/vacuum.fi.json b/custom_components/gardena_smart_system/translations/vacuum.fi.json new file mode 100644 index 0000000..4650f1c --- /dev/null +++ b/custom_components/gardena_smart_system/translations/vacuum.fi.json @@ -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" + } + } + }