You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/cryptoinfo/translations/en.json
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
"unit_of_measurement": "Unit of measurement",
12
12
"multipliers": "Multipliers",
13
13
"update_frequency": "Update Frequency (minutes)",
14
-
"min_time_between_requests": "Minimum time between requests (minutes)"
14
+
"min_time_between_requests": "Minimum time between requests (minutes)",
15
+
"precision": "Price precision"
15
16
},
16
17
"data_description": {
17
18
"id": "Unique name for the sensor.",
@@ -20,7 +21,8 @@
20
21
"unit_of_measurement": "Do you want to use a currency symbol? ([Symbol list](https://en.wikipedia.org/wiki/Currency_symbol#List_of_currency_symbols_currently_in_use))",
21
22
"multipliers": "The number of coins/tokens (separated by a comma). The number of multipliers must match the number of cryptocurrency IDs.",
22
23
"update_frequency": "How often should the value be refreshed? Beware of the [CoinGecko rate limit](https://support.coingecko.com/hc/en-us/articles/4538771776153-What-is-the-rate-limit-for-CoinGecko-API-public-plan) when tracking multiple cryptocurrencies.",
23
-
"min_time_between_requests": "The minimum time between the other entities and this entity to make a data request to the API. (This property is shared and the same for every entity.)"
24
+
"min_time_between_requests": "The minimum time between the other entities and this entity to make a data request to the API. (This property is shared and the same for every entity.)",
25
+
"precision": "Optional. CoinGecko `precision` for currency prices: leave empty for API default, use `full` for full precision, or `0`–`18` for decimal places. See [coins/markets](https://docs.coingecko.com/reference/coins-markets)."
24
26
}
25
27
},
26
28
"reconfigure": {
@@ -33,7 +35,8 @@
33
35
"unit_of_measurement": "Unit of measurement",
34
36
"multipliers": "Multipliers",
35
37
"update_frequency": "Update Frequency (minutes)",
36
-
"min_time_between_requests": "Minimum time between requests (minutes)"
38
+
"min_time_between_requests": "Minimum time between requests (minutes)",
39
+
"precision": "Price precision"
37
40
},
38
41
"data_description": {
39
42
"id": "Unique name for the sensor.",
@@ -42,7 +45,8 @@
42
45
"unit_of_measurement": "Do you want to use a currency symbol? ([Symbol list](https://en.wikipedia.org/wiki/Currency_symbol#List_of_currency_symbols_currently_in_use))",
43
46
"multipliers": "The number of coins/tokens (separated by a comma). The number of multipliers must match the number of cryptocurrency IDs.",
44
47
"update_frequency": "How often should the value be refreshed? Beware of the [CoinGecko rate limit](https://support.coingecko.com/hc/en-us/articles/4538771776153-What-is-the-rate-limit-for-CoinGecko-API-public-plan) when tracking multiple cryptocurrencies.",
45
-
"min_time_between_requests": "The minimum time between the other entities and this entity to make a data request to the API. (This property is shared and the same for every entity.)"
48
+
"min_time_between_requests": "The minimum time between the other entities and this entity to make a data request to the API. (This property is shared and the same for every entity.)",
49
+
"precision": "Optional. CoinGecko `precision` for currency prices: leave empty for API default, use `full` for full precision, or `0`–`18` for decimal places. See [coins/markets](https://docs.coingecko.com/reference/coins-markets)."
46
50
}
47
51
}
48
52
},
@@ -52,7 +56,8 @@
52
56
},
53
57
"error": {
54
58
"cannot_connect": "Error: Cannot connect",
55
-
"mismatch_values": "The number of cryptocurrency id's ({crypto_count}) does not match the number of multipliers ({multiplier_count})"
59
+
"mismatch_values": "The number of cryptocurrency id's ({crypto_count}) does not match the number of multipliers ({multiplier_count})",
60
+
"invalid_precision": "Precision must be empty, full, or a whole number from 0 to 18"
0 commit comments