|
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": "Hvis du trenger hjelp med konfigurasjonen, kan du se her: https://andrew-codechimp.github.io/HA-Battery-Notes/", |
6 | 6 | "data": { |
7 | 7 | "association_type": "Association type" |
8 | 8 | }, |
|
18 | 18 | "name": "Navn" |
19 | 19 | }, |
20 | 20 | "data_description": { |
21 | | - "name": "Leaving blank will take the name from the source device" |
| 21 | + "name": "Lar du det stå tomt, vil ta navnet fra kildeenheten bli brukt" |
22 | 22 | } |
23 | 23 | }, |
24 | 24 | "entity": { |
|
31 | 31 | } |
32 | 32 | }, |
33 | 33 | "battery": { |
34 | | - "description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}", |
| 34 | + "description": "Produsent: {manufacturer}\nModel: {model}\nModell-ID: {model_id}\nMaskinvareversjon: {hw_version}", |
35 | 35 | "data": { |
36 | | - "battery_type": "Battery type", |
37 | | - "battery_quantity": "Battery quantity", |
38 | | - "battery_low_threshold": "Battery low threshold", |
39 | | - "battery_low_template": "Battery low template", |
| 36 | + "battery_type": "Batteritype", |
| 37 | + "battery_quantity": "Antall batterier", |
| 38 | + "battery_low_threshold": "Lavt batterinivå-terskel", |
| 39 | + "battery_low_template": "Mal for lavt batterinivå", |
40 | 40 | "filter_outliers": "Filter outliers" |
41 | 41 | }, |
42 | 42 | "data_description": { |
|
47 | 47 | }, |
48 | 48 | "manual": { |
49 | 49 | "description": "This device is marked in the library as manual, variants use different battery types so it cannot be set in the library.\nThe next step will allow you to set your battery type but please do not submit a device request.", |
50 | | - "title": "Device manual configuration" |
| 50 | + "title": "Manuell konfigurasjon for enhet" |
51 | 51 | } |
52 | 52 | }, |
53 | 53 | "abort": { |
54 | | - "already_configured": "Device is already configured" |
| 54 | + "already_configured": "Enheten er allerede konfigurert" |
55 | 55 | }, |
56 | 56 | "error": { |
57 | | - "unknown": "Unknown error occurred.", |
58 | | - "unconfigurable_entity": "It is not possible to add this entity to Battery Notes." |
| 57 | + "unknown": "En ukjent feil har oppstått.", |
| 58 | + "unconfigurable_entity": "Det er ikke mulig å legge denne enheten til batterinotater." |
59 | 59 | } |
60 | 60 | }, |
61 | 61 | "options": { |
62 | 62 | "step": { |
63 | 63 | "init": { |
64 | | - "description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}", |
| 64 | + "description": "Produsent: {manufacturer}\nModel: {model}\nModell-ID: {model_id}\nMaskinvareversjon: {hw_version}", |
65 | 65 | "data": { |
66 | 66 | "name": "Navn", |
67 | | - "battery_type": "Battery type", |
68 | | - "battery_quantity": "Battery quantity", |
69 | | - "battery_low_threshold": "Battery low threshold", |
70 | | - "battery_low_template": "Battery low template", |
| 67 | + "battery_type": "Batteritype", |
| 68 | + "battery_quantity": "Antall batterier", |
| 69 | + "battery_low_threshold": "Lavt batterinivå-terskel", |
| 70 | + "battery_low_template": "Mal for lavt batterinivå", |
71 | 71 | "filter_outliers": "Filter outliers" |
72 | 72 | }, |
73 | 73 | "data_description": { |
|
0 commit comments