You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es.js 3.7KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Dirección desconocida",
  5. "No result." : "No hay resultados.",
  6. "Malformed JSON data." : "Datos JSON mal formados.",
  7. "Error" : "Error",
  8. "Weather status" : "Estado del tiempo",
  9. "Weather status in your dashboard" : "El estado del tiempo en tu dashboard",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Integración del estado del tiempo en la app Dashboard.\n La posición del panel puede ser automáticamente determinada o definida manualmente. El panel muestra una previsión de tiempo de las próximas 6 horas.\n Este panel también puede ser integrado en otros sitios, como la app de Calendario.",
  11. "Detect location" : "Detectar localidad",
  12. "Set custom address" : "Configurar una dirección personalizada",
  13. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo despejado a las {time}",
  14. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Nublado a las {time}",
  15. "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Buen día a las {time}",
  16. "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Buena noche a las {time}",
  17. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parcialmente nublado a las {time}",
  18. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Con brumas a las {time}",
  19. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Lluvia ligera a las {time}",
  20. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Lluvia a las {time}",
  21. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Lluvia intensa a las {time}",
  22. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Chubascos a las {time}",
  23. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Chubascos ligeros a las {time}",
  24. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Chubascos intensos a las {time}",
  25. "More weather for {adr}" : "Más previsiones para {adr}",
  26. "Loading weather" : "Cargando previsión del tiempo",
  27. "Set location for weather" : "Seleccione la localización para el tiempo",
  28. "You are not logged in." : "No ha iniciado sesión.",
  29. "There was an error getting the weather status information." : "Ha habido un error al obtener la información sobre la previsión del tiempo.",
  30. "No weather information found" : "No se ha encontrado información del tiempo",
  31. "Location not found" : "Localidad no encontrada",
  32. "There was an error setting the location address." : "Ha habido un error al ajustar la dirección de la localidad",
  33. "There was an error setting the location." : "Ha habido un error al ajustar la localidad",
  34. "There was an error saving the mode." : "Ha habido un error al guardar el modo.",
  35. "There was an error using personal address." : "Ha habido un error al ajustar la dirección personal.",
  36. "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Integración del estado del tiempo en la app dashboard.\n La posición del panel puede ser automáticamente determinada o definida manualmente. El panel muestra una previsión de tiempo de las próximas 6 horas.\n Este panel también puede ser integrado en otros sitios, como la app de Calendario."
  37. },
  38. "nplurals=2; plural=(n != 1);");