Merge pull request #55 from denysdovhan/patch-1

Add Ukrainian translation
This commit is contained in:
Piotr Machowski
2020-09-20 23:17:06 +02:00
committed by GitHub
2 changed files with 11 additions and 2 deletions

View File

@@ -31,7 +31,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: `en`, `de`, `dk`, `es`, `fr`, `it`, `nl`, `no`, `pl`, `ru`, `se` |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `en`, `de`, `dk`, `es`, `fr`, `it`, `nl`, `no`, `pl`, `ru`, `se`, `uk` |
## Example usage:
```yaml

11
dist/texts.js vendored
View File

@@ -105,7 +105,16 @@ const texts = {
run: "Start",
repeats: "Repetitioner:",
confirmation: "Kommando skickat!"
}
},
"uk": {
mode: "Режим",
goToTarget: "Рух до цілі",
zonedCleanup: "Зональне прибирання",
zones: "Зони",
run: "Старт",
repeats: "Разів:",
confirmation: "Команда надіслана"
},
};
export {