Skip to content

Commit

Permalink
Add Czech translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Oct 10, 2020
1 parent ed2c6c3 commit 667d437
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`, `uk` |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `cz`, `en`, `de`, `dk`, `es`, `fr`, `it`, `nl`, `no`, `pl`, `ru`, `se`, `uk` |

## Example usage:
```yaml
Expand Down
9 changes: 9 additions & 0 deletions dist/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ const repeats = "repeats";
const confirmation = "confirmation";

const texts = {
"cz": {
mode: "Mód",
goToTarget: "Poslat na zvolený bod",
zonedCleanup: "Úklid zóny",
zones: "Zóny",
run: "Start",
repeats: "Opakovat:",
confirmation: "Příkaz odeslán!"
},
"en": {
mode: "Mode",
goToTarget: "Go to target",
Expand Down

0 comments on commit 667d437

Please sign in to comment.