Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.json « translations « skykettle « custom_components - github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 284efdb98963e53760eeb171c903ecbd16e83692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "title": "SkyKettle",
    "config": {
        "abort": {
            "kettle_not_found": "Can't find any supported kettle. Please make sure that your kettle is in the list of supported devices and it's on the stand.",
            "already_configured": "Integration for this kettle is already configured.",
            "unknown_model": "Your kettle model is not yet supported by this integration. But you can help add support for it! Contact the author via the 'issues' section on GitHub ('report an issue' in HACS).",
            "unknown": "Unknown error, please check logs."
        },
        "error": {
            "cant_connect": "Can't connect to the kettle. Please make sure that it's on the stand, hatttool is granted with privileges (check instrucrions) and official application is not connected to the kettle.",
            "cant_auth": "Connected to the kettle but pairing failed. Please try again."
        },
        "step": {
            "select_adapter": {
                "title": "Bluetooth Adapter",
                "description": "Select the Bluetooth adapter which will be used to connect to the kettle."
            },
            "scan_message": {
                "title": "Automatic discovery of the kettle",
                "description": "Make sure that the Kettle is on the stand and it's plugged into the outlet then proceed."
            },
            "scan": {
                "title": "MAC Address",
                "description": "Select your kettle.",
                "data": {
                    "mac": "MAC address of the kettle"
                }
            },
            "manual_mac": {
                "title": "MAC Address",
                "description": "Enter MAC address of your kettle.",
                "data": {
                    "mac": "MAC address of the kettle"
                }
            },
            "connect": {
                "title": "First connect",
                "description": "Please put your kettle into pairing mode (check the user manual, usually need to hold some button for 10 seconds) before next step."
            },            
            "init": {
                "title": "SkyKettle Options",
                "description": "Finally, you can tune some options if your want.",
                "data": {
                    "persistent_connection": "Persistent connection (faster but exclusive, e.g. you can't use the official app while this integration is in work)",
                    "scan_interval": "Kettle polling interfal in seconds (very low values recommended only for persistent connection)"
                }
            }
        }
    },
    "options": {
        "step": {
            "init": {
                "title": "SkyKettle Options",
                "data": {
                    "persistent_connection": "Persistent connection. Faster but exclusive, e.g. you can't use the official app while this integration is in work.",
                    "scan_interval": "Kettle polling interfal in seconds. Very low values recommended only for persistent connection."
                }
            }
        }
    }
}