es.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Direcciones desconocidas",
  5. "No result." : "Sin 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 de la previsión del tiempo en la app Dashboard.\n La posición del panel puede ser determinada automáticamente 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 la ubicación",
  12. "Set custom address" : "Configurar una dirección personalizada",
  13. "Favorites" : "Favoritos",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} Cielo depejado más tarde hoy",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} Cielo despejado",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nublado más tarde hoy",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} Nublado",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} buen tiempo más tarde hoy",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} Buen día",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nublado más tarde hoy",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} Parcialmente nublado",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} con niebla más tarde hoy",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} Con brumas",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} lluvia leve más tarde hoy",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} lluvia leve",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} lluvia más tarde hoy",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} lluvia",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} lluvia fuerte más tarde hoy",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} lluvia fuerte",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} chubascos más tarde hoy",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} chubascos",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} chubascos leves más tarde hoy",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chubascos leves",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} chubascos fuertes más tarde hoy",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chubascos fuertes",
  36. "More weather for {adr}" : "Más previsiones para {adr}",
  37. "Loading weather" : "Cargando previsión del tiempo",
  38. "Remove from favorites" : "Quitar de favoritos",
  39. "Add as favorite" : "Añadir como favorito",
  40. "You are not logged in." : "No ha iniciado sesión.",
  41. "There was an error getting the weather status information." : "Ha habido un error al obtener la información sobre la previsión del tiempo.",
  42. "No weather information found" : "No se ha encontrado información del tiempo",
  43. "Location not found" : "Ubicación no encontrada",
  44. "There was an error setting the location address." : "Ha habido un error al ajustar la dirección de la ubicación.",
  45. "There was an error setting the location." : "Ha habido un error al ajustar la ubicación.",
  46. "There was an error saving the mode." : "Ha habido un error al guardar el modo.",
  47. "There was an error using personal address." : "Ha habido un error al ajustar la dirección personal.",
  48. "Set location for weather" : "Seleccione la ubicación para el tiempo"
  49. },
  50. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");