224 files
This commit is contained in:
@@ -221,6 +221,78 @@ _CAL_STRINGS: dict[str, dict[str, str]] = {
|
||||
"reading": "读数",
|
||||
"custom": "自定义",
|
||||
},
|
||||
"pt-br": {
|
||||
"type": "Tipo",
|
||||
"interval": "Intervalo",
|
||||
"interval_days": "{days} dias",
|
||||
"cal_last": "Última",
|
||||
"cal_day": "Dia",
|
||||
"last_performed": "Última realização",
|
||||
"never": "Nunca",
|
||||
"manually_triggered": "Tarefa de manutenção acionada manualmente",
|
||||
"sensor_triggered": "Gatilho de sensor ativado para {name}",
|
||||
"cleaning": "Limpeza",
|
||||
"inspection": "Inspeção",
|
||||
"replacement": "Substituição",
|
||||
"calibration": "Calibração",
|
||||
"service": "Manutenção",
|
||||
"reading": "Leitura",
|
||||
"custom": "Personalizado",
|
||||
},
|
||||
"hu": {
|
||||
"type": "Típus",
|
||||
"interval": "Intervallum",
|
||||
"interval_days": "{days} nap",
|
||||
"cal_last": "Utolsó",
|
||||
"cal_day": "Nap",
|
||||
"last_performed": "Utoljára elvégezve",
|
||||
"never": "Soha",
|
||||
"manually_triggered": "Kézzel indított karbantartási feladat",
|
||||
"sensor_triggered": "Érzékelő-trigger aktiválódott: {name}",
|
||||
"cleaning": "Tisztítás",
|
||||
"inspection": "Ellenőrzés",
|
||||
"replacement": "Csere",
|
||||
"calibration": "Kalibrálás",
|
||||
"service": "Szerviz",
|
||||
"reading": "Leolvasás",
|
||||
"custom": "Egyéni",
|
||||
},
|
||||
"ko": {
|
||||
"type": "유형",
|
||||
"interval": "주기",
|
||||
"interval_days": "{days}일",
|
||||
"cal_last": "마지막",
|
||||
"cal_day": "일",
|
||||
"last_performed": "마지막 수행",
|
||||
"never": "없음",
|
||||
"manually_triggered": "수동으로 실행된 유지보수 작업",
|
||||
"sensor_triggered": "{name} 센서 트리거 활성화됨",
|
||||
"cleaning": "청소",
|
||||
"inspection": "점검",
|
||||
"replacement": "교체",
|
||||
"calibration": "보정",
|
||||
"service": "정비",
|
||||
"reading": "검침",
|
||||
"custom": "사용자 지정",
|
||||
},
|
||||
"tr": {
|
||||
"type": "Tür",
|
||||
"interval": "Aralık",
|
||||
"interval_days": "{days} gün",
|
||||
"cal_last": "Son",
|
||||
"cal_day": "Gün",
|
||||
"last_performed": "Son yapılma",
|
||||
"never": "Hiç",
|
||||
"manually_triggered": "Elle tetiklenen bakım görevi",
|
||||
"sensor_triggered": "{name} için sensör tetikleyicisi etkinleşti",
|
||||
"cleaning": "Temizlik",
|
||||
"inspection": "Kontrol",
|
||||
"replacement": "Değişim",
|
||||
"calibration": "Kalibrasyon",
|
||||
"service": "Servis",
|
||||
"reading": "Sayaç okuma",
|
||||
"custom": "Özel",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user