2
2
"config" : {
3
3
"step" : {
4
4
"user" : {
5
- "description" : " If you need help with the configuration have a look here : https://andrew-codechimp.github.io/HA-Battery-Notes/" ,
5
+ "description" : " Ako vam treba pomoć oko konfiguracije, pogledajte ovde : https://andrew-codechimp.github.io/HA-Battery-Notes/" ,
6
6
"data" : {
7
- "association_type" : " Association type "
7
+ "association_type" : " Vrsta povezivanja "
8
8
},
9
9
"menu_options" : {
10
- "device" : " Device (recommended )" ,
11
- "entity" : " Entity "
10
+ "device" : " Uređaj (preporučeno )" ,
11
+ "entity" : " Entitet "
12
12
},
13
- "title" : " Choose your association type "
13
+ "title" : " Odaberite vrstu povezivanja "
14
14
},
15
15
"device" : {
16
16
"data" : {
17
- "device_id" : " Device " ,
18
- "name" : " Name "
17
+ "device_id" : " Uređaj " ,
18
+ "name" : " Naziv "
19
19
},
20
20
"data_description" : {
21
- "name" : " Leaving blank will take the name from the source device "
21
+ "name" : " Ako ostavite prazno, naziv će preuzeti sa izvornog uređaja "
22
22
}
23
23
},
24
24
"entity" : {
25
25
"data" : {
26
- "source_entity_id" : " Entity " ,
27
- "name" : " Name "
26
+ "source_entity_id" : " Entitet " ,
27
+ "name" : " Naziv "
28
28
},
29
29
"data_description" : {
30
- "name" : " Leaving blank will take the name from the source entity "
30
+ "name" : " Ako ostavite prazno, naziv će preuzeti sa izvornog entiteta "
31
31
}
32
32
},
33
33
"battery" : {
34
34
"data" : {
35
- "battery_type" : " Battery type " ,
36
- "battery_quantity" : " Battery quantity " ,
37
- "battery_low_threshold" : " Battery low threshold " ,
38
- "battery_low_template" : " Battery low template "
35
+ "battery_type" : " Tip baterije " ,
36
+ "battery_quantity" : " Broj baterija " ,
37
+ "battery_low_threshold" : " Nizak prag napunjenosti baterije " ,
38
+ "battery_low_template" : " Šablon ptazne baterije "
39
39
},
40
40
"data_description" : {
41
- "battery_low_threshold" : " 0 will use the global default threshold " ,
42
- "battery_low_template" : " Template to determine a battery is low, should return true if low \n Only needed for non-standard battery levels "
41
+ "battery_low_threshold" : " 0 će koristiti globalni podrazumevani prag " ,
42
+ "battery_low_template" : " Šablon za određivanje da je baterija prazna, treba da vrati true ako je nizak nivo \n Potrebno samo za nestandardne nivoe baterije "
43
43
}
44
44
}
45
45
},
46
46
"abort" : {
47
- "already_configured" : " Device is already configured "
47
+ "already_configured" : " Uređaj je već konfigurisan "
48
48
},
49
49
"error" : {
50
- "unknown" : " Unknown error occurred ."
50
+ "unknown" : " Nepoznata greška se dogodila ."
51
51
}
52
52
},
53
53
"options" : {
54
54
"step" : {
55
55
"init" : {
56
- "description" : " If you need help with the configuration have a look here : https://andrew-codechimp.github.io/HA-Battery-Notes/" ,
56
+ "description" : " Ako vam treba pomoć oko konfiguracije, pogledajte ovde : https://andrew-codechimp.github.io/HA-Battery-Notes/" ,
57
57
"data" : {
58
- "name" : " Name " ,
59
- "battery_type" : " Battery type " ,
60
- "battery_quantity" : " Battery quantity " ,
61
- "battery_low_threshold" : " Battery low threshold " ,
62
- "battery_low_template" : " Battery low template "
58
+ "name" : " Naziv " ,
59
+ "battery_type" : " Tip baterije " ,
60
+ "battery_quantity" : " Broj baterija " ,
61
+ "battery_low_threshold" : " Nizak prag napunjenosti baterije " ,
62
+ "battery_low_template" : " Šablon ptazne baterije "
63
63
},
64
64
"data_description" : {
65
- "name" : " Leaving blank will take the name from the source device " ,
66
- "battery_low_threshold" : " 0 will use the global default threshold " ,
67
- "battery_low_template" : " Template to determine a battery is low, should return true if low \n Only needed for non-standard battery levels "
65
+ "name" : " Ako ostavite prazno, naziv će preuzeti sa izvornog uređaja " ,
66
+ "battery_low_threshold" : " 0 će koristiti globalni podrazumevani prag " ,
67
+ "battery_low_template" : " Šablon za određivanje da je baterija prazna, treba da vrati true ako je nizak nivo \n Potrebno samo za nestandardne nivoe baterije "
68
68
}
69
69
}
70
70
},
71
71
"error" : {
72
- "unknown" : " Unknown error occurred. "
72
+ "unknown" : " Nepoznata greška se dogodila! "
73
73
}
74
74
},
75
75
"entity" : {
76
76
"binary_sensor" : {
77
77
"battery_low" : {
78
- "name" : " {device_name}Battery low " ,
78
+ "name" : " {device_name}Baterija prazna " ,
79
79
"state_attributes" : {
80
80
"battery_low_threshold" : {
81
- "name" : " Battery low threshold "
81
+ "name" : " Nizak prag napunjenosti baterije "
82
82
}
83
83
}
84
84
}
85
85
},
86
86
"button" : {
87
87
"battery_replaced" : {
88
- "name" : " {device_name}Battery replaced "
88
+ "name" : " {device_name}Baterija zamenjena "
89
89
}
90
90
},
91
91
"sensor" : {
92
92
"battery_plus" : {
93
- "name" : " {device_name}Battery +" ,
93
+ "name" : " {device_name}Baterija +" ,
94
94
"state_attributes" : {
95
95
"battery_type" : {
96
- "name" : " Battery type "
96
+ "name" : " Tip baterije "
97
97
},
98
98
"battery_quantity" : {
99
- "name" : " Battery quantity "
99
+ "name" : " Broj baterija "
100
100
},
101
101
"battery_type_and_quantity" : {
102
- "name" : " Battery type and quantity "
102
+ "name" : " Tip baterije i količina "
103
103
},
104
104
"battery_last_replaced" : {
105
- "name" : " Battery last replaced "
105
+ "name" : " Baterija zadnja zamena "
106
106
},
107
107
"battery_low" : {
108
- "name" : " Battery low "
108
+ "name" : " Prazna baterija "
109
109
},
110
110
"battery_low_threshold" : {
111
- "name" : " Battery low threshold "
111
+ "name" : " Nizak prag napunjenosti baterije "
112
112
},
113
113
"battery_last_reported" : {
114
- "name" : " Battery last reported "
114
+ "name" : " Zadnja prijava baterije "
115
115
},
116
116
"battery_last_reported_level" : {
117
- "name" : " Battery last reported level "
117
+ "name" : " Zadnji prijavljeni nivo baterije "
118
118
},
119
119
"source_entity_id" : {
120
- "name" : " Source Entity Id "
120
+ "name" : " ID izvornog entiteta "
121
121
},
122
122
"device_id" : {
123
- "name" : " Device Id "
123
+ "name" : " ID uređaja "
124
124
},
125
125
"device_name" : {
126
- "name" : " Device name "
126
+ "name" : " Naziv urеđaja "
127
127
}
128
128
}
129
129
},
130
130
"battery_type" : {
131
- "name" : " {device_name}Battery type " ,
131
+ "name" : " {device_name}Tip baterije " ,
132
132
"state_attributes" : {
133
133
"battery_type" : {
134
- "name" : " Battery type "
134
+ "name" : " Tip baterije "
135
135
},
136
136
"battery_quantity" : {
137
- "name" : " Battery quantity "
137
+ "name" : " Broj baterija "
138
138
}
139
139
}
140
140
},
141
141
"battery_last_replaced" : {
142
- "name" : " {device_name}Battery last replaced "
142
+ "name" : " {device_name}Baterija zadnja zamena "
143
143
}
144
144
}
145
145
},
146
146
"services" : {
147
147
"set_battery_replaced" : {
148
- "description" : " Set the battery last replaced ." ,
148
+ "description" : " Podesite poslednju zamenu baterije ." ,
149
149
"fields" : {
150
150
"device_id" : {
151
- "description" : " Device that has had its battery replaced ." ,
152
- "name" : " Device "
151
+ "description" : " Uređaj kome je zamenjena baterija ." ,
152
+ "name" : " Uređaj "
153
153
},
154
154
"entity_id" : {
155
- "description" : " Entity that has had its battery replaced ." ,
156
- "name" : " Entity "
155
+ "description" : " Entitet kome je zamenjena baterija ." ,
156
+ "name" : " Entitet "
157
157
},
158
158
"datetime_replaced" : {
159
- "description" : " Date replaced ." ,
160
- "name" : " Date "
159
+ "description" : " Baterija zamenjana ." ,
160
+ "name" : " Datum "
161
161
}
162
162
},
163
- "name" : " Set battery replaced "
163
+ "name" : " Set baterija zamenjen "
164
164
},
165
165
"check_battery_last_reported" : {
166
- "description" : " Raise events for devices that haven't reported their battery level ." ,
166
+ "description" : " Podignite događaje za uređaje koji nisu prijavili novi baterije ." ,
167
167
"fields" : {
168
168
"days_last_reported" : {
169
- "description" : " Number of days since a device last reported its battery level ." ,
170
- "name" : " Days "
169
+ "description" : " Broj dana od kada je uređaj poslednji put prijavio nivo baterije ." ,
170
+ "name" : " Dana "
171
171
}
172
172
},
173
- "name" : " Check battery last reported "
173
+ "name" : " Proverite poslednju prijavu baterije "
174
174
},
175
175
"check_battery_low" : {
176
- "description" : " Raise events for devices that have a low battery ." ,
177
- "name" : " Check battery low "
176
+ "description" : " Podignite događaje za uređaje koji imaju praznu bateriju ." ,
177
+ "name" : " Proverite praznu bateriju "
178
178
}
179
179
}
180
180
}
0 commit comments