-
-
Notifications
You must be signed in to change notification settings - Fork 89
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 #313 from misa1515/patch-1
Create sk.json
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"card": { | ||
"label": { | ||
"car": "Auto", | ||
"motorbike": "Motorka" | ||
} | ||
}, | ||
"editor": { | ||
"combined": "Kombinovaná entita (jedna entita s kladnými a zápornými hodnotami)", | ||
"separated": "Oddelené subjekty (jeden subjekt pre spotrebu a jeden pre výrobu)", | ||
"custom_colors": "Vlastné farby", | ||
"secondary_info": "Sekundárne informácie", | ||
"power_outage": "Výpadok", | ||
"grid": "Sieť", | ||
"solar": "Solárne", | ||
"battery": "Batéria", | ||
"fossil_fuel_percentage": "Fosílne palivo", | ||
"home": "Doma", | ||
"individual": "Individuálne", | ||
"advanced": "Pokročilé nastavenia", | ||
"decimals": "Desatinné", | ||
"consumption": "Spotreba", | ||
"production": "Výroba", | ||
"color_icon": "Farba ikony", | ||
"color_circle": "Farba kruhu", | ||
"color_value": "Farba hodnoty", | ||
"color_state_of_charge_value": "Farba", | ||
"display_zero": "Zobraziť nulu", | ||
"display_zero_tolerance": "Zobraziť nulovú toleranciu", | ||
"display_state": "Zobraziť stav", | ||
"display_zero_state": "Zobrazenie nulového stavu", | ||
"invert_state": "Invertovať stav", | ||
"template": "Šablóna", | ||
"unit_of_measurement": "Jednotka", | ||
"unit_white_space": "Jednotka bielej plochy", | ||
"label_alert": "Štítok pre upozornenie", | ||
"icon_alert": "Ikona pre upozornenie", | ||
"state_alert": "Stav upozornenia", | ||
"state_of_charge": "Stav nabitia", | ||
"state_of_charge_unit_white_space": "Biela plocha", | ||
"state_of_charge_unit": "Jednotky", | ||
"state_of_charge_decimals": "Desatinné", | ||
"state_of_charge_icon": "Ikona", | ||
"state_type": "Typ stavu", | ||
"subtract_individual": "Odčítať individuálne", | ||
"override_state": "Prepísať stav", | ||
"calculate_flow_rate": "Počítať prietok", | ||
"inverted_animation": "Invertovať animáciu", | ||
"show_direction": "Zobraziť smer", | ||
"color": "Farba", | ||
"dashboard_link": "Odkaz na informačný panel", | ||
"dashboard_link_label": "Názov odkazu na informačný panel", | ||
"w_decimals": "Wattové desatinné miesta", | ||
"kw_decimals": "Kilowattové desatinné miesta", | ||
"max_flow_rate": "Max prietok", | ||
"min_flow_rate": "Min prietok", | ||
"max_expected_power": "Max očakávaný výkon", | ||
"min_expected_power": "Min očakávaný výkon", | ||
"watt_threshold": "Prah wattov na kilowatty", | ||
"display_zero_lines": "Zobraziť nulové riadky", | ||
"clickable_entities": "Entity, na ktoré sa dá kliknúť", | ||
"use_new_flow_rate_model": "Nový model prietoku", | ||
"use_metadata": "Použiť Metadata", | ||
"mode": "Mód", | ||
"show": "Zobraziť", | ||
"hide": "Skryť", | ||
"custom": "Voliteľné", | ||
"grey_out": "Grey Out", | ||
"transparency": "Transparentnosť", | ||
"grey_color": "Šedá farba" | ||
} | ||
} |