|
| 1 | +export default { |
| 2 | + 'sunny': 'Soleado', |
| 3 | + 'clear': 'Despejado', |
| 4 | + 'overcast': 'Cubierto', |
| 5 | + 'cloudy': 'Nublado', |
| 6 | + 'partlycloudy': 'Parcialmente Nublado', |
| 7 | + 'rainy': 'Lluvioso', |
| 8 | + 'rain': 'Lluvia', |
| 9 | + 'snowy': 'Nevado', |
| 10 | + 'snow': 'Nieve', |
| 11 | + 'foggy': 'Nublado', |
| 12 | + 'fog': 'Niebla', |
| 13 | + 'lightning': 'Rayo', |
| 14 | + 'lightning-rainy': 'Tormenta Eléctrica', |
| 15 | + 'pouring': 'Lluvia Intensa', |
| 16 | + 'snowy-rainy': 'Aguanieve', |
| 17 | + 'hail': 'Granizo', |
| 18 | + 'clear-night': 'Noche Despejada', |
| 19 | + 'feels_like': 'Sensación térmica', |
| 20 | + 'forecast_title': 'Previsión para hoy', |
| 21 | + 'no_data': 'Sin datos', |
| 22 | + 'forecast_unavailable': 'Forecast unavailable', |
| 23 | + 'weather': 'Clima', |
| 24 | + 'language': 'Idioma', |
| 25 | + 'wind_unit_kmh': 'km/h', |
| 26 | + 'wind_unit_ms': 'm/s', |
| 27 | + 'demo': { |
| 28 | + 'pageTitle': '🌤️ Tarjeta Meteorológica Dinámica', |
| 29 | + 'pageSubtitle': 'Demostración interactiva Y Herramienta De Configuración', |
| 30 | + 'livePreview': 'Vista previa en vivo', |
| 31 | + 'configuration': '⚙️ Configuración', |
| 32 | + 'quickPresets': '🎨 Ajustes Rápidos', |
| 33 | + 'sunnyDay': 'Día soleado', |
| 34 | + 'rainy': 'Lluvioso', |
| 35 | + 'snowy': 'Nevado', |
| 36 | + 'clearNight': 'Noche despejada', |
| 37 | + 'weatherCondition': '🌦️ Condiciones Meteorológicas', |
| 38 | + 'condition': 'Condición', |
| 39 | + 'temperature': 'Temperatura (°C)', |
| 40 | + 'humidity': 'Humedad (%)', |
| 41 | + 'windSpeed': 'Velocidad Del Viento', |
| 42 | + 'timeOfDay': '🕐 Hora del Día', |
| 43 | + 'timeMode': 'Modo Tiempo', |
| 44 | + 'autoTime': '🕐 Auto (Hora Actual)', |
| 45 | + 'manualControl': '⏱️ Manual Control', |
| 46 | + 'sunrise': '🌅 Amanecer', |
| 47 | + 'day': '☀️ Día', |
| 48 | + 'sunset': '🌇 Atardecer', |
| 49 | + 'night': '🌙 Noche', |
| 50 | + 'currentTime': 'Hora Actual', |
| 51 | + 'displayOptions': '👁️ Opciones de Visualización', |
| 52 | + 'cardName': 'Nombre de la tarjeta', |
| 53 | + 'height': 'Altura (px)', |
| 54 | + 'feelsLike': 'Sensación Térmica', |
| 55 | + 'minTemp': 'Temperatura Mínima', |
| 56 | + 'windDirection': 'Dirección del Viento', |
| 57 | + 'windGust': 'Ráfaga de Viento', |
| 58 | + 'hourlyForecast': 'Previsión por Horas', |
| 59 | + 'sunriseSunset': 'Amanecer/Atardecer', |
| 60 | + 'updateCard': '🔄 Actualizar Tarjeta', |
| 61 | + 'startDemo': '🎬 Iniciar Modo Demostración', |
| 62 | + 'stopDemo': '⏹️ Detener Demostración', |
| 63 | + 'madeWith': 'Hecho con ❤️ para Home Assistant', |
| 64 | + 'loading': '⏳ Cargando tarjeta...', |
| 65 | + 'errorTitle': '⚠️ No se pudo cargar la tarjeta', |
| 66 | + 'errorDetails': 'Consulte la consola del navegador (F12) para obtener más detalles', |
| 67 | + 'errorServer': 'Asegúrate de que el archivo se sirve a través de un servidor local (not file://)', |
| 68 | + 'placeholderEmpty': 'Deje vacío para ocultar', |
| 69 | + 'weatherConditions': { |
| 70 | + 'sunny': '☀️ Soleado', |
| 71 | + 'clear': '☀️ Despejado', |
| 72 | + 'clearNight': '🌙 Noche Despejada', |
| 73 | + 'partlyCloudy': '⛅ Parcialmente Nublado', |
| 74 | + 'cloudy': '☁️ Nublado', |
| 75 | + 'rainy': '🌧️ Lluvioso', |
| 76 | + 'pouring': '⛈️ Torrencial', |
| 77 | + 'snowy': '❄️ Nevado', |
| 78 | + 'sleet': '🌨️ Aguanieve', |
| 79 | + 'hail': '🧊 Granizo', |
| 80 | + 'foggy': '🌫️ Nublado', |
| 81 | + 'lightning': '⚡ Rayos', |
| 82 | + 'thunderstorm': '⛈️ Tormenta Eléctrica' |
| 83 | + }, |
| 84 | + 'language': { |
| 85 | + 'title': '🌍 Idioma', |
| 86 | + 'english': '🇺🇸 English', |
| 87 | + 'russian': '🇷🇺 Русский', |
| 88 | + 'french': '🇫🇷 Français', |
| 89 | + 'german': '🇩🇪 Deutsch', |
| 90 | + 'dutch': '🇳🇱 Nederlands', |
| 91 | + 'spanish': '🇪🇸 Español' |
| 92 | + } |
| 93 | + } |
| 94 | +}; |
0 commit comments