We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0f7a0 commit 504de28Copy full SHA for 504de28
custom_components/aus_space_weather/translations/en.json
@@ -1,5 +1,5 @@
1
-"config": {
2
- "options": {
+{
+ "config": {
3
"step": {
4
"init": {
5
"description": "Update your API key and location. Register at {register_url} if needed.",
@@ -8,6 +8,10 @@
8
"location": "Location"
9
}
10
11
+ },
12
+ "error": {
13
+ "invalid_api_key": "Invalid API key. Please check your API key and try again.",
14
+ "unknown_error": "An unexpected error occurred. Please try again later."
15
16
17
0 commit comments