Add Finnish translation

This commit is contained in:
Jesse Myrberg
2021-02-07 13:06:02 +02:00
parent 10fd1b73dd
commit 474b9023fc
2 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ This card enables you to specify a target or start a zoned cleanup using live or
| `debug` | `boolean` | `False` | `false` | Enables alerts with coordinates after holding `Start` button. Possible values: `true`, `false` |
| `service` | `string` | `False` | `vacuum.send_command` | Allows to define service used after clicking `Start` button. See: [Defining service](#defining-service) |
| `ignore_zones_limit` | `boolean` | `False` | `false` | Disables 5 zones limit. Possible values: `true`, `false`. See: [Defining service](#defining-service) |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `cz`, `en`, `de`, `dk`, `es`, `fr`, `it`, `nl`, `no`, `pl`, `pt`, `ru`, `se`, `uk` |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `cz`, `en`, `de`, `dk`, `es`, `fi`, `fr`, `it`, `nl`, `no`, `pl`, `pt`, `ru`, `se`, `uk` |
## Example usage:
```yaml

9
dist/texts.js vendored
View File

@@ -52,6 +52,15 @@ const texts = {
repeats: "Veces:",
confirmation: "Comando enviado!"
},
"fi": {
mode: "Toiminto",
goToTarget: "Mene kohteeseen",
zonedCleanup: "Siivoa alue",
zones: "Alueet",
run: "Aloita",
repeats: "Toistot:",
confirmation: "Komento lähetetty!"
},
"fr": {
mode: "Mode",
goToTarget: "Aller sur la cible",