-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Slovak translations based on Czech
- Loading branch information
Showing
1 changed file
with
112 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,112 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Zariadenie je už nastavené", | ||
"already_in_progress": "Konfigurácia už prebieha" | ||
}, | ||
"error": { | ||
"connection_error": "Nepodarilo sa pripojiť" | ||
}, | ||
"flow_title": "GoodWe", | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "IP adresa", | ||
"protocol": "Protokol", | ||
"model_family": "Typ striedača (voliteľné)" | ||
}, | ||
"description": "Pripojiť sa k striedaču", | ||
"title": "Striedač GoodWe" | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"button": { | ||
"synchronize_clock": { | ||
"name": "Synchronizovať hodiny striedača" | ||
}, | ||
"start_inverter": { | ||
"name": "Zapnúť striedač" | ||
}, | ||
"stop_inverter": { | ||
"name": "Zastaviť striedač" | ||
} | ||
}, | ||
"number": { | ||
"battery_discharge_depth": { | ||
"name": "Maximum vybitia (v sieti)" | ||
}, | ||
"eco_mode_power": { | ||
"name": "Výkon v ekonomickom režime" | ||
}, | ||
"eco_mode_soc": { | ||
"name": "Stav nabitia batérie v ekonomickom režime" | ||
}, | ||
"grid_export_limit": { | ||
"name": "Limit dodávky do siete" | ||
}, | ||
"fast_charging_power": { | ||
"name": "Rýchle nabíjanie výkon" | ||
}, | ||
"fast_charging_soc": { | ||
"name": "Rýchle nabíjanie stav batérie" | ||
} | ||
}, | ||
"select": { | ||
"operation_mode": { | ||
"name": "Prevádzkový režim striedača", | ||
"state": { | ||
"backup": "Režim zálohy", | ||
"eco": "Ekonomický režim", | ||
"eco_charge": "Režim ekonomického nabíjania", | ||
"eco_discharge": "Režim ekonomického vybíjania", | ||
"general": "Obecný režim", | ||
"off_grid": "Režim mimo siete", | ||
"peak_shaving": "Režim vyhladzovania špičiek", | ||
"self_use": "Vlastná spotreba" | ||
|
||
} | ||
} | ||
}, | ||
"sensor": { | ||
"grid_in_out_label": { | ||
"state": { | ||
"Idle": "Nečinnosť", | ||
"Exporting": "Export", | ||
"Importing": "Import" | ||
} | ||
} | ||
}, | ||
"switch": { | ||
"grid_export_limit_switch": { | ||
"name": "Riadenie dodávky do siete" | ||
}, | ||
"fast_charging_switch": { | ||
"name": "Rýchle nabíjanie" | ||
}, | ||
"load_control": { | ||
"name": "Riadenie záťaže" | ||
}, | ||
"backup_supply_switch": { | ||
"name": "Záloha" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"host": "IP adresa", | ||
"protocol": "Protokol", | ||
"keep_alive": "TCP Keep alive", | ||
"model_family": "Typ protokolu [ET|DT|ES]", | ||
"scan_interval": "Interval skenovania (s)", | ||
"network_retries": "Počet opakovaní sieťových dopytov", | ||
"network_timeout": "Časový limit sieťových dopytov (s)" | ||
}, | ||
"description": "Nastaví voliteľné (sieťové) parametre", | ||
"title": "Voliteľné parametre GoodWe" | ||
} | ||
} | ||
} | ||
} |