Skip to content

Commit

Permalink
Updated documentation, reordered translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 5, 2020
1 parent 7efc32a commit 340de51
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
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`, `es`, `de`, `dk`, `nl`, `pl`, `se` |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `en`, `es`, `de`, `dk`, `it`, `nl`, `pl`, `se` |

## Example usage:
```yaml
Expand Down
36 changes: 18 additions & 18 deletions dist/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ const texts = {
repeats: "Times:",
confirmation: "Command sent!"
},
"it": {
mode: "Modalità",
goToTarget: "Raggiungi punto",
zonedCleanup: "Pulizia zona",
zones: "Zone",
run: "Avvia",
repeats: "Volte:",
confirmation: "Comando inviato!"
},
"es": {
mode: "Modos",
goToTarget: "Ir al objetivo",
Expand All @@ -43,6 +34,24 @@ const texts = {
repeats: "Wiederholungen:",
confirmation: "Kommando gesendet!"
},
"dk": {
mode: "Mode",
goToTarget: "Gå til punkt",
zonedCleanup: "Zone rengøring",
zones: "Zoner",
run: "Start",
repeats: "Gentagelser:",
confirmation: "Kommando afsendt!"
},
"it": {
mode: "Modalità",
goToTarget: "Raggiungi punto",
zonedCleanup: "Pulizia zona",
zones: "Zone",
run: "Avvia",
repeats: "Volte:",
confirmation: "Comando inviato!"
},
"nl": {
mode: "Mode",
goToTarget: "Ga naar een punt",
Expand All @@ -61,15 +70,6 @@ const texts = {
repeats: "Razy:",
confirmation: "Komenda wysłana!"
},
"dk": {
mode: "Mode",
goToTarget: "Gå til punkt",
zonedCleanup: "Zone rengøring",
zones: "Zoner",
run: "Start",
repeats: "Gentagelser:",
confirmation: "Kommando afsendt!"
},
"se": {
mode: "Läge",
goToTarget: "Gå till vald destination",
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| `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`, `es`, `de`, `dk`, `nl`, `pl`, `se` |
| `language` | `string` | `False` | `en` | Language used in the card. Possible values: `en`, `es`, `de`, `dk`, `it`, `nl`, `pl`, `se` |

## Example usage:
```yaml
Expand Down

0 comments on commit 340de51

Please sign in to comment.