Skip to content

Commit 751d1fc

Browse files
New Crowdin translations by GitHub Action (#968)
Co-authored-by: Crowdin Bot <[email protected]>
1 parent c095b6e commit 751d1fc

File tree

2 files changed

+144
-14
lines changed

2 files changed

+144
-14
lines changed
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"config": {
3+
"step": {
4+
"user": {
5+
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
6+
"data": {
7+
"device_id": "Device",
8+
"name": "Name"
9+
},
10+
"data_description": {
11+
"name": "Leaving blank will take the name from the source device"
12+
}
13+
},
14+
"battery": {
15+
"data": {
16+
"battery_type": "Battery type",
17+
"battery_quantity": "Battery quantity",
18+
"battery_low_threshold": "Battery low threshold"
19+
},
20+
"data_description": {
21+
"battery_low_threshold": "0 will use the global default threshold"
22+
}
23+
}
24+
},
25+
"abort": {
26+
"already_configured": "Device is already configured"
27+
},
28+
"error": {
29+
"unknown": "Unknown error occurred."
30+
}
31+
},
32+
"options": {
33+
"step": {
34+
"init": {
35+
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
36+
"data": {
37+
"name": "Nimi",
38+
"battery_type": "Battery type",
39+
"battery_quantity": "Battery quantity",
40+
"battery_low_threshold": "Battery low threshold"
41+
},
42+
"data_description": {
43+
"name": "Leaving blank will take the name from the source device",
44+
"battery_low_threshold": "0 will use the global default threshold"
45+
}
46+
}
47+
},
48+
"error": {
49+
"unknown": "Unknown error occurred."
50+
}
51+
},
52+
"entity": {
53+
"binary_sensor": {
54+
"battery_low": {
55+
"name": "Battery low",
56+
"state_attributes": {
57+
"battery_low_threshold": {
58+
"name": "Battery low threshold"
59+
}
60+
}
61+
}
62+
},
63+
"button": {
64+
"battery_replaced": {
65+
"name": "Battery replaced"
66+
}
67+
},
68+
"sensor": {
69+
"battery_plus": {
70+
"name": "Battery+",
71+
"state_attributes": {
72+
"battery_type": {
73+
"name": "Battery type"
74+
},
75+
"battery_quantity": {
76+
"name": "Battery quantity"
77+
},
78+
"battery_type_and_quantity": {
79+
"name": "Battery type and quantity"
80+
},
81+
"battery_last_replaced": {
82+
"name": "Battery last replaced"
83+
},
84+
"battery_low": {
85+
"name": "Battery low"
86+
},
87+
"battery_low_threshold": {
88+
"name": "Battery low threshold"
89+
},
90+
"battery_last_reported": {
91+
"name": "Battery last reported"
92+
},
93+
"battery_last_reported_level": {
94+
"name": "Battery last reported level"
95+
}
96+
}
97+
},
98+
"battery_type": {
99+
"name": "Battery type",
100+
"state_attributes": {
101+
"battery_type": {
102+
"name": "Battery type"
103+
},
104+
"battery_quantity": {
105+
"name": "Battery quantity"
106+
}
107+
}
108+
},
109+
"battery_last_replaced": {
110+
"name": "Battery last replaced"
111+
}
112+
}
113+
},
114+
"services": {
115+
"set_battery_replaced": {
116+
"description": "Set the battery last replaced.",
117+
"fields": {
118+
"device_id": {
119+
"description": "Device that has had it's battery replaced.",
120+
"name": "Device"
121+
},
122+
"datetime_replaced": {
123+
"description": "Date replaced.",
124+
"name": "Date"
125+
}
126+
},
127+
"name": "Set battery replaced"
128+
}
129+
}
130+
}

custom_components/battery_notes/translations/nl.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"user": {
55
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
66
"data": {
7-
"device_id": "Device",
8-
"name": "Name"
7+
"device_id": "Apparaat",
8+
"name": "Naam"
99
},
1010
"data_description": {
1111
"name": "Leaving blank will take the name from the source device"
1212
}
1313
},
1414
"battery": {
1515
"data": {
16-
"battery_type": "Battery type",
16+
"battery_type": "Batterij Type",
1717
"battery_quantity": "Battery quantity",
1818
"battery_low_threshold": "Battery low threshold"
1919
},
@@ -34,8 +34,8 @@
3434
"init": {
3535
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
3636
"data": {
37-
"name": "Name",
38-
"battery_type": "Battery type",
37+
"name": "Naam",
38+
"battery_type": "Batterij Type",
3939
"battery_quantity": "Battery quantity",
4040
"battery_low_threshold": "Battery low threshold"
4141
},
@@ -52,7 +52,7 @@
5252
"entity": {
5353
"binary_sensor": {
5454
"battery_low": {
55-
"name": "Battery low",
55+
"name": "Lage batterij",
5656
"state_attributes": {
5757
"battery_low_threshold": {
5858
"name": "Battery low threshold"
@@ -67,10 +67,10 @@
6767
},
6868
"sensor": {
6969
"battery_plus": {
70-
"name": "Battery+",
70+
"name": "Batterij+",
7171
"state_attributes": {
7272
"battery_type": {
73-
"name": "Battery type"
73+
"name": "Batterij Type"
7474
},
7575
"battery_quantity": {
7676
"name": "Battery quantity"
@@ -82,7 +82,7 @@
8282
"name": "Battery last replaced"
8383
},
8484
"battery_low": {
85-
"name": "Battery low"
85+
"name": "Lage batterij"
8686
},
8787
"battery_low_threshold": {
8888
"name": "Battery low threshold"
@@ -96,10 +96,10 @@
9696
}
9797
},
9898
"battery_type": {
99-
"name": "Battery type",
99+
"name": "Batterij Type",
100100
"state_attributes": {
101101
"battery_type": {
102-
"name": "Battery type"
102+
"name": "Batterij Type"
103103
},
104104
"battery_quantity": {
105105
"name": "Battery quantity"
@@ -117,11 +117,11 @@
117117
"fields": {
118118
"device_id": {
119119
"description": "Device that has had it's battery replaced.",
120-
"name": "Device"
120+
"name": "Apparaat"
121121
},
122122
"datetime_replaced": {
123-
"description": "Date replaced.",
124-
"name": "Date"
123+
"description": "Datum vervangen.",
124+
"name": "Datum"
125125
}
126126
},
127127
"name": "Set battery replaced"

0 commit comments

Comments
 (0)