forked from teuchezh/dynamic-weather-card
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.json
More file actions
161 lines (161 loc) · 5 KB
/
Copy pathtranslation.json
File metadata and controls
161 lines (161 loc) · 5 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"sunny": "Sunny",
"clear": "Clear",
"overcast": "Overcast",
"cloudy": "Cloudy",
"partlycloudy": "Partly Cloudy",
"rainy": "Rainy",
"rain": "Rain",
"snowy": "Snowy",
"snow": "Snow",
"foggy": "Foggy",
"fog": "Fog",
"lightning": "Lightning",
"lightning-rainy": "Thunderstorm",
"pouring": "Heavy Rain",
"snowy-rainy": "Sleet",
"hail": "Hail",
"clear-night": "Clear Night",
"feels_like": "Feels like",
"forecast_title": "Today's Forecast",
"daily_forecast_title": "Daily's Forecast",
"no_data": "No data",
"forecast_unavailable": "Forecast unavailable",
"weather": "Weather",
"language": "Language",
"wind_unit_kmh": "km/h",
"wind_unit_ms": "m/s",
"wind_unit_mph": "mph",
"wind_unit_knots": "knots",
"wind_unit_fts": "ft/s",
"show_clock": "Show current time",
"am": "AM",
"pm": "PM",
"editor": {
"entity": "Weather Entity",
"name": "Card Title",
"height": "Card Height",
"show_feels_like": "Show Feels Like",
"show_wind": "Show Wind Speed",
"show_wind_gust": "Show Wind Gust",
"show_wind_direction": "Show Wind Direction",
"show_humidity": "Show Humidity",
"show_min_temp": "Show Min Temperature",
"show_hourly_forecast": "Show Hourly Forecast",
"hourly_forecast_hours": "Hourly Forecast Hours",
"show_daily_forecast": "Show Daily Forecast",
"daily_forecast_days": "Daily Forecast Days",
"show_sunrise_sunset": "Show Sunrise/Sunset",
"sunrise_entity": "Sunrise Entity",
"sunset_entity": "Sunset Entity",
"show_clock": "Show Clock",
"clock_position": "Clock Position",
"clock_position_top": "Top",
"clock_position_details": "Details",
"clock_format": "Clock Format",
"clock_format_12h": "12-hour (AM/PM)",
"clock_format_24h": "24-hour",
"overlay_opacity": "Overlay Opacity",
"language": "Language",
"language_auto": "Auto",
"language_en": "English",
"language_ru": "Russian",
"language_de": "German",
"language_nl": "Dutch",
"language_fr": "French",
"language_es": "Spanish",
"language_it": "Italian",
"language_sk": "Slovak",
"language_hu": "Hungarian",
"language_pt": "Portuguese",
"language_da": "Danish",
"language_sr": "Serbian",
"language_pl": "Polish",
"wind_speed_unit": "Wind Speed Unit",
"wind_speed_unit_ms": "m/s",
"wind_speed_unit_kmh": "km/h",
"show_animations": "Show Animations"
},
"demo": {
"pageTitle": "Dynamic Weather Card",
"pageSubtitle": "Interactive Demo & Configuration Tool",
"livePreview": "Live Preview",
"configuration": "Configuration",
"quickPresets": "Quick Presets",
"sunnyDay": "Sunny Day",
"rainy": "Rainy",
"snowy": "Snowy",
"clearNight": "Clear Night",
"weatherCondition": "Weather Condition",
"condition": "Condition",
"temperature": "Temperature",
"humidity": "Humidity (%)",
"windSpeed": "Wind Speed",
"timeOfDay": "Time of Day",
"timeMode": "Time Mode",
"autoTime": "Auto (Current Time)",
"manualControl": "Manual Control",
"sunrise": "Sunrise",
"day": "Day",
"sunset": "Sunset",
"night": "Night",
"currentTime": "Current Time",
"displayOptions": "Display Options",
"cardName": "Card Name",
"height": "Height (px)",
"feelsLike": "Feels Like Temperature",
"minTemp": "Min Temperature",
"windDirection": "Wind Direction",
"windGust": "Wind Gust",
"hourlyForecast": "Hourly Forecast",
"dailyForecast": "Daily Forecast",
"sunriseSunset": "Sunrise/Sunset",
"showClock": "Clock",
"clockPosition": "Clock Position",
"clockPositionTop": "Top right",
"clockPositionDetails": "Details row",
"clockFormat": "Clock Format",
"clockFormat12h": "12-hour (AM/PM)",
"clockFormat24h": "24-hour",
"overlayOpacity": "Overlay Opacity (0-1)",
"windSpeedUnit": "Wind Speed Unit",
"dailyForecastDays": "Daily Forecast Days",
"hourlyForecastHours": "Hourly Forecast Hours",
"updateCard": "Update Card",
"startDemo": "Start Demo Mode",
"stopDemo": "Stop Demo",
"madeWith": "Made with love for Home Assistant",
"loading": "Loading card...",
"errorTitle": "Failed to load card",
"errorDetails": "Check the browser console (F12) for details",
"errorServer": "Make sure the file is served via a local server (not file://)",
"placeholderEmpty": "Leave empty to hide",
"weatherConditions": {
"sunny": "Sunny",
"clear": "Clear",
"clearNight": "Clear Night",
"partlyCloudy": "Partly Cloudy",
"cloudy": "Cloudy",
"rainy": "Rainy",
"pouring": "Pouring",
"snowy": "Snowy",
"sleet": "Sleet",
"hail": "Hail",
"foggy": "Foggy",
"lightning": "Lightning",
"thunderstorm": "Thunderstorm"
},
"language": {
"title": "Language",
"english": "English",
"russian": "Russian",
"french": "French",
"german": "German",
"dutch": "Dutch",
"spanish": "Spanish",
"italian": "Italian",
"slovak": "Slovak",
"hungarian": "Magyar"
}
}
}