From 5c504771acb793d5bd90eae9f359f6bb07809cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Karni=C5=A1?= Date: Thu, 22 Jul 2021 23:48:27 +0200 Subject: [PATCH] Fix czech language --- MMM-idos.js | 2 +- README.md | 2 +- translations/{cz.json => cs.json} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename translations/{cz.json => cs.json} (54%) diff --git a/MMM-idos.js b/MMM-idos.js index bab3e5b..1c26b46 100644 --- a/MMM-idos.js +++ b/MMM-idos.js @@ -28,7 +28,7 @@ Module.register('MMM-idos', { return { en: "translations/en.json", sk: "translations/sk.json", - cz: "translations/sk.json", + cs: "translations/cs.json", } }, diff --git a/README.md b/README.md index 59ecc99..7048987 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you want to set up Tor for anonymous access, and don't know how to, [you can |--------------------- |------------ | `stopId` | *Required* Id of the stop (parameter "z" in stop's livetable url).

**Type:** `int`
**Default value:** `none` | `maximumEntries` | *Optional* The maximum entries shown.

**Type:** `int`
**Default value:** `10` -| `refreshInterval` | *Optional* How often to check for the next lines.

**Type:** `int`
**Default value:** `30000` milliseconds (60 seconds) +| `refreshInterval` | *Optional* How often to check for the next lines.

**Type:** `int`
**Default value:** `30000` milliseconds (30 seconds) | `fade` | *Optional* Fade the future lines to black. (Gradient)

**Type:** `boolean`
**Default value:** `true` | `fadePoint` | *Optional* Where to start fade?

**Type:** `float`
**Default value:** `0.25` (start on the 1/4 th of the list) | `blink` | *Optional* Whether departures should blink when departure time is <1 min.

**Type:** `boolean`
**Default value:** `true` diff --git a/translations/cz.json b/translations/cs.json similarity index 54% rename from translations/cz.json rename to translations/cs.json index db98426..a62d60b 100644 --- a/translations/cz.json +++ b/translations/cs.json @@ -1,4 +1,4 @@ { - "IDOS_NO_LINES": "Žádné odchody", + "IDOS_NO_LINES": "Aktuálně žádné spoje", "IDOS_FETCH_ERROR": "Nepodařilo se stáhnout data" }