forked from mattieha/slider-button-card
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from misa1515/patch-1
Create sk.json
- Loading branch information
Showing
3 changed files
with
68 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"common": { | ||
"version": "v", | ||
"invalid_configuration": "Neplatná konfigurácia", | ||
"show_warning": "Zobraziť warning", | ||
"show_error": "Zobraziť error" | ||
}, | ||
"tabs": { | ||
"general": { | ||
"title": "Všeobecné", | ||
"entity": "Entita (požadovaná)", | ||
"name": "Názov (voliteľný)", | ||
"show_name": "Zobraziť názov?", | ||
"show_state": "Zobraziť stav?", | ||
"compact": "Kompaktné?" | ||
}, | ||
"icon": { | ||
"title": "Ikona", | ||
"icon": "Ikona (voliteľné)", | ||
"show_icon": "Zobraziť ikonu?", | ||
"use_state_color": "Use state color?", | ||
"tap_action": "Klepnite na akciu" | ||
}, | ||
"slider": { | ||
"title": "Posuvník", | ||
"direction": "Smer", | ||
"background": "Pozadie", | ||
"use_brightness": "Použiť jas?", | ||
"show_track": "Zobraziť skladbu?", | ||
"toggle_on_click": "Pôsobiť ako prepínač (zakázať posúvanie)", | ||
"force_square": "Silový štvorec?" | ||
}, | ||
"action_button": { | ||
"title": "Akčné tlačidlo", | ||
"mode": "Režim", | ||
"icon": "Ikona", | ||
"show_button": "Zobraziť tlačidlo?", | ||
"show_spinner": "Zobraziť číselník?", | ||
"tap_action": "Klepnite na akciu" | ||
} | ||
}, | ||
"state": { | ||
"off": "Vypnúť", | ||
"on": "Zapnúť" | ||
}, | ||
"direction": { | ||
"left-right": "Zľava doprava", | ||
"top-bottom": "Zhora nadol", | ||
"bottom-top": "Zdola nahor" | ||
}, | ||
"background": { | ||
"striped": "Prúžkované", | ||
"gradient": "Gradient", | ||
"solid": "Pevné", | ||
"triangle": "Trojuholník", | ||
"custom": "Voliteľné" | ||
}, | ||
"mode": { | ||
"toggle": "Prepnúť", | ||
"custom": "Voliteľné" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters