Skip to content

Commit d81bfd7

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

File tree

1 file changed

+39
-39
lines changed
  • custom_components/battery_notes/translations

1 file changed

+39
-39
lines changed

custom_components/battery_notes/translations/fi.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,129 +2,129 @@
22
"config": {
33
"step": {
44
"user": {
5-
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
5+
"description": "Jos tarvitset apua asetuksissa, katso täältä: https://github.com/andrew-codechimp/ha-battery-notes",
66
"data": {
7-
"device_id": "Device",
8-
"name": "Name"
7+
"device_id": "Laite",
8+
"name": "Nimi"
99
},
1010
"data_description": {
11-
"name": "Leaving blank will take the name from the source device"
11+
"name": "Tyhjäksi jättäminen ottaa nimen lähteen laitteesta"
1212
}
1313
},
1414
"battery": {
1515
"data": {
16-
"battery_type": "Battery type",
17-
"battery_quantity": "Battery quantity",
18-
"battery_low_threshold": "Battery low threshold"
16+
"battery_type": "Akun tyyppi",
17+
"battery_quantity": "Akkujen määrä",
18+
"battery_low_threshold": "Akun alhainen raja"
1919
},
2020
"data_description": {
21-
"battery_low_threshold": "0 will use the global default threshold"
21+
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
2222
}
2323
}
2424
},
2525
"abort": {
26-
"already_configured": "Device is already configured"
26+
"already_configured": "Laite on jo määritelty"
2727
},
2828
"error": {
29-
"unknown": "Unknown error occurred."
29+
"unknown": "Tuntematon virhe."
3030
}
3131
},
3232
"options": {
3333
"step": {
3434
"init": {
35-
"description": "If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes",
35+
"description": "Jos tarvitset apua asetuksissa, katso täältä: https://github.com/andrew-codechimp/ha-battery-notes",
3636
"data": {
3737
"name": "Nimi",
38-
"battery_type": "Battery type",
39-
"battery_quantity": "Battery quantity",
40-
"battery_low_threshold": "Battery low threshold"
38+
"battery_type": "Akun tyyppi",
39+
"battery_quantity": "Akkujen määrä",
40+
"battery_low_threshold": "Akun alhainen raja"
4141
},
4242
"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"
43+
"name": "Tyhjäksi jättäminen ottaa nimen lähteen laitteesta",
44+
"battery_low_threshold": "0 käyttää yleistä oletusarvoa"
4545
}
4646
}
4747
},
4848
"error": {
49-
"unknown": "Unknown error occurred."
49+
"unknown": "Tuntematon virhe."
5050
}
5151
},
5252
"entity": {
5353
"binary_sensor": {
5454
"battery_low": {
55-
"name": "Battery low",
55+
"name": "Akku vähissä",
5656
"state_attributes": {
5757
"battery_low_threshold": {
58-
"name": "Battery low threshold"
58+
"name": "Akun alhainen raja"
5959
}
6060
}
6161
}
6262
},
6363
"button": {
6464
"battery_replaced": {
65-
"name": "Battery replaced"
65+
"name": "Akku vaihdettu"
6666
}
6767
},
6868
"sensor": {
6969
"battery_plus": {
70-
"name": "Battery+",
70+
"name": "Akku+",
7171
"state_attributes": {
7272
"battery_type": {
73-
"name": "Battery type"
73+
"name": "Akun tyyppi"
7474
},
7575
"battery_quantity": {
76-
"name": "Battery quantity"
76+
"name": "Akkujen määrä"
7777
},
7878
"battery_type_and_quantity": {
79-
"name": "Battery type and quantity"
79+
"name": "Akun tyyppi ja määrä"
8080
},
8181
"battery_last_replaced": {
82-
"name": "Battery last replaced"
82+
"name": "Akku viimeksi vaihdettu"
8383
},
8484
"battery_low": {
85-
"name": "Battery low"
85+
"name": "Akku vähissä"
8686
},
8787
"battery_low_threshold": {
88-
"name": "Battery low threshold"
88+
"name": "Akun alhainen raja"
8989
},
9090
"battery_last_reported": {
91-
"name": "Battery last reported"
91+
"name": "Akku viimeksi raportoitu"
9292
},
9393
"battery_last_reported_level": {
94-
"name": "Battery last reported level"
94+
"name": "Akku viimeksi raportoitu taso"
9595
}
9696
}
9797
},
9898
"battery_type": {
99-
"name": "Battery type",
99+
"name": "Akun tyyppi",
100100
"state_attributes": {
101101
"battery_type": {
102-
"name": "Battery type"
102+
"name": "Akun tyyppi"
103103
},
104104
"battery_quantity": {
105-
"name": "Battery quantity"
105+
"name": "Akkujen määrä"
106106
}
107107
}
108108
},
109109
"battery_last_replaced": {
110-
"name": "Battery last replaced"
110+
"name": "Akku viimeksi vaihdettu"
111111
}
112112
}
113113
},
114114
"services": {
115115
"set_battery_replaced": {
116-
"description": "Set the battery last replaced.",
116+
"description": "Aseta akku viimeksi vaihdetuksi.",
117117
"fields": {
118118
"device_id": {
119-
"description": "Device that has had it's battery replaced.",
120-
"name": "Device"
119+
"description": "Laite, jonka akku on vaihdettu.",
120+
"name": "Laite"
121121
},
122122
"datetime_replaced": {
123-
"description": "Date replaced.",
124-
"name": "Date"
123+
"description": "Päivä, jolloin vaihdettu.",
124+
"name": "Päivä"
125125
}
126126
},
127-
"name": "Set battery replaced"
127+
"name": "Aseta akku vaihdetuksi"
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)