wilsto / pool-monitor-card

The "Pool Monitor Card" is a home assistant plugin that display information of 1 to 12 pre-defined sensors of your swimming pool : temperature, pH, ORP levels and TDS but also if you need them : salinity, CYA, calcium, phosphate, alkalinity, filter pressure , free chlorine, total chlorine
54 stars 13 forks source link

Add portuguese language #27

Open jorgemiguel4 opened 1 year ago

jorgemiguel4 commented 1 year ago

Hi, can you add portuguese language?

To help you a bit I did the translation for you, it's only needed to add to the code.

Thank you

'pt': { "state": { "1": "Muito Baixo", "2": "Aceitável Baixo", "3": "Ideal", "4": "Ideal", "5": "Aceitável Alto", "6": "Muito Alto" }, "sensor": { "temperature": "Temperatura", "temperature_2": "Temperatura 2", "ph": "pH", "orp": "ORP", "tds": "TDS", "salinity": "Salinidade", "cya": "Ácido Cianúrico", "calcium": "Cálcio", "phosphate": "Fosfato", "alkalinity": "Alcalinidade", "free_chlorine": "Cloro Livre", "total_chlorine": "Cloro Total", "pressure": "Pressão" }, "time": { "seconds": "agora mesmo", "minutes": "há {minutes} minuto{plural}", "hours": "há {hours} hora{plural}", "days": "há {days} dia{plural}" } }

MrSnakeSPb commented 9 months ago

Thank you for your cool integration, please add a translation into Russian: 'ru': { "state": { "1": "Слишком низкий", "2": "Приемлемо низкий", "3": "Идеальный", "4": "Идеальный вариант", "5": "Приемлемо высокий", "6": "Слишком высокий" }, "sensor": { "temperature": "Температура", "temperature_2": "Температура 2", "ph": "pH", "orp": "ORP", "tds": "TDS", "salinity": "Соленость", "cya": "Циануровая кислота", "calcium": "Кальций", "phosphate": "Фосфаты", "alkalinity": "Щелочность", "free_chlorine": "Свободный хлор", "total_chlorine": "Общий хлор", "pressure": "Давление фильтра" }, "time": { "seconds": "{seconds} секунд{plural}", "minutes": {minutes} минут{plural} назад, "hours": {hours} часов{plural} назад, "days": {days} дней{plural} назад }