Skip to content

Commit e5e975a

Browse files
authored
Create pt.json (#1747)
1 parent 3ae4ac7 commit e5e975a

File tree

1 file changed

+124
-0
lines changed
  • custom_components/battery_notes/translations

1 file changed

+124
-0
lines changed
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"config": {
3+
"step": {
4+
"user": {
5+
"description": "Caso precise se ajude na configuração pode verificar em : https://github.com/andrew-codechimp/ha-battery-notes",
6+
"data": {
7+
"device_id": "Equipamento",
8+
"name": "Nome"
9+
},
10+
"data_description": {
11+
"name": "Deixar em branco irá ter o mesmo nome que o equipamento de origem"
12+
}
13+
},
14+
"battery": {
15+
"data": {
16+
"battery_type": "Tipo de bateria",
17+
"battery_quantity": "Percentagem de bateria",
18+
"battery_low_threshold": "Bateria baixa"
19+
},
20+
"data_description": {
21+
"battery_low_threshold": "0 irá ser usado como valor por defeito para definir o descarregada"
22+
}
23+
}
24+
},
25+
"abort": {
26+
"already_configured": "Equipamento já configurado"
27+
},
28+
"error": {
29+
"unknown": "Erro desconhecido."
30+
}
31+
},
32+
"options": {
33+
"step": {
34+
"init": {
35+
"description": "Caso precise se ajude na configuração pode verificar em: https://github.com/andrew-codechimp/ha-battery-notes",
36+
"data": {
37+
"name": "Nome",
38+
"battery_type": "Tipo de bateria",
39+
"battery_quantity": "Quantidade de baterias",
40+
"battery_low_threshold": "Limiar de bateria descarregada"
41+
},
42+
"data_description": {
43+
"name": "Deixar em branco irá ter o mesmo nome que o equipamento de origem",
44+
"battery_low_threshold": "0 irá ser usado como valor por defeito para definir o descarregada"
45+
}
46+
}
47+
},
48+
"error": {
49+
"unknown": "Error desconhecido."
50+
}
51+
},
52+
"entity": {
53+
"binary_sensor": {
54+
"battery_low": {
55+
"name": "Bateria Baixa",
56+
"state_attributes": {
57+
"battery_low_threshold": {
58+
"name": "Nivel de bateria descarregada"
59+
}
60+
}
61+
}
62+
},
63+
"button": {
64+
"battery_replaced": {
65+
"name": "Bateria substituída"
66+
}
67+
},
68+
"sensor": {
69+
"battery_plus": {
70+
"name": "Bateria+",
71+
"state_attributes": {
72+
"battery_type": {
73+
"name": "Tipo de Bateria"
74+
},
75+
"battery_quantity": {
76+
"name": "Quantidade de baterias"
77+
},
78+
"battery_type_and_quantity": {
79+
"name": "Tipo e quantidades de bateria"
80+
},
81+
"battery_last_replaced": {
82+
"name": "Bateria substituida à"
83+
},
84+
"battery_low": {
85+
"name": "Bateria com a carga baixa"
86+
},
87+
"battery_low_threshold": {
88+
"name": "Bateria descarregada"
89+
}
90+
}
91+
},
92+
"battery_type": {
93+
"name": "Tipo de Bateria",
94+
"state_attributes": {
95+
"battery_type": {
96+
"name": "Tipo de Bateria"
97+
},
98+
"battery_quantity": {
99+
"name": "Quantidades de baterias"
100+
}
101+
}
102+
},
103+
"battery_last_replaced": {
104+
"name": "Foi substituida à"
105+
}
106+
}
107+
},
108+
"services": {
109+
"set_battery_replaced": {
110+
"description": "Defenir que a bateria foi substituida.",
111+
"fields": {
112+
"device_id": {
113+
"description": "O equipamento tem a bateria subtituida.",
114+
"name": "Equipamento"
115+
},
116+
"datetime_replaced": {
117+
"description": "Data da última substituição",
118+
"name": "Data"
119+
}
120+
},
121+
"name": "Substituir bateria"
122+
}
123+
}
124+
}

0 commit comments

Comments
 (0)