mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-08-05 14:58:52 +08:00
feat: support italian translation (#183)
* added italian translation * feat: updated translation/it.json * feat: add missing key in Italian translation * feat: fix missing key in Italian translation
This commit is contained in:
@ -78,6 +78,10 @@
|
||||
"true": "Vrai",
|
||||
"false": "Faux"
|
||||
},
|
||||
"it": {
|
||||
"true": "Vero",
|
||||
"false": "Falso"
|
||||
},
|
||||
"ja": {
|
||||
"true": "真",
|
||||
"false": "偽"
|
||||
@ -124,6 +128,10 @@
|
||||
"true": "Ouvert",
|
||||
"false": "Fermer"
|
||||
},
|
||||
"it": {
|
||||
"true": "Aperto",
|
||||
"false": "Chiuso"
|
||||
},
|
||||
"ja": {
|
||||
"true": "開く",
|
||||
"false": "閉じる"
|
||||
@ -170,6 +178,10 @@
|
||||
"true": "Oui",
|
||||
"false": "Non"
|
||||
},
|
||||
"it": {
|
||||
"true": "Si",
|
||||
"false": "No"
|
||||
},
|
||||
"ja": {
|
||||
"true": "はい",
|
||||
"false": "いいえ"
|
||||
@ -216,6 +228,10 @@
|
||||
"true": "Mouvement détecté",
|
||||
"false": "Aucun mouvement détecté"
|
||||
},
|
||||
"it": {
|
||||
"true": "Movimento Rilevato",
|
||||
"false": "Nessun Movimento Rilevato"
|
||||
},
|
||||
"ja": {
|
||||
"true": "動きを検知",
|
||||
"false": "動きが検出されません"
|
||||
@ -262,6 +278,10 @@
|
||||
"true": "Contact",
|
||||
"false": "Pas de contact"
|
||||
},
|
||||
"it": {
|
||||
"true": "Contatto",
|
||||
"false": "Nessun Contatto"
|
||||
},
|
||||
"ja": {
|
||||
"true": "接触",
|
||||
"false": "非接触"
|
||||
@ -292,4 +312,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -88,6 +88,28 @@
|
||||
"service:004:event:001": "Événement virtuel survenu",
|
||||
"service:004:property:001": "Nom de l'événement"
|
||||
},
|
||||
"it": {
|
||||
"service:001": "Informazioni sul Dispositivo",
|
||||
"service:001:property:003": "ID Dispositivo",
|
||||
"service:001:property:005": "Numero di Serie (SN)",
|
||||
"service:002": "Gateway",
|
||||
"service:002:event:001": "Rete Modificata",
|
||||
"service:002:event:002": "Rete Modificata",
|
||||
"service:002:property:001": "Metodo di Accesso",
|
||||
"service:002:property:001:valuelist:000": "Cablato",
|
||||
"service:002:property:001:valuelist:001": "Wireless 5G",
|
||||
"service:002:property:001:valuelist:002": "Wireless 2.4G",
|
||||
"service:002:property:002": "Indirizzo IP",
|
||||
"service:002:property:003": "Nome Rete WiFi",
|
||||
"service:002:property:004": "Ora Attuale",
|
||||
"service:002:property:005": "Indirizzo MAC del Server DHCP",
|
||||
"service:003": "Luce Indicatore",
|
||||
"service:003:property:001": "Interruttore",
|
||||
"service:004": "Servizio Virtuale",
|
||||
"service:004:action:001": "Genera Evento Virtuale",
|
||||
"service:004:event:001": "Evento Virtuale Avvenuto",
|
||||
"service:004:property:001": "Nome Evento"
|
||||
},
|
||||
"ja": {
|
||||
"service:001": "デバイス情報",
|
||||
"service:001:property:003": "デバイスID",
|
||||
@ -169,4 +191,4 @@
|
||||
"service:017:action:001": "右键确认"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user