es_EC.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Dirección desconocida",
  5. "No result." : "Sin resultados.",
  6. "Malformed JSON data." : "Datos JSON mal formados.",
  7. "Error" : "Error",
  8. "Weather status" : "Estado del clima",
  9. "Weather status in your dashboard" : "Estado del clima en tu tablero",
  10. "Detect location" : "Detectar ubicación",
  11. "Set custom address" : "Establecer dirección personalizada",
  12. "Favorites" : "Favoritos",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} cielo despejado más tarde hoy",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} cielo despejado",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nublado más tarde hoy",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} nublado",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} clima bueno más tarde hoy",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} clima bueno",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nublado más tarde hoy",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nublado",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} niebla más tarde hoy",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} niebla",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} lluvia ligera más tarde hoy",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} lluvia ligera",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} lluvia más tarde hoy",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} lluvia",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} lluvia intensa más tarde hoy",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} lluvia intensa",
  29. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} lluvia intermitente más tarde hoy",
  30. "{temperature} {unit} rainfall showers" : "{temperature} {unit} lluvia intermitente",
  31. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} lluvia ligera intermitente más tarde hoy",
  32. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} lluvia ligera intermitente",
  33. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} lluvia intensa intermitente más tarde hoy",
  34. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} lluvia intensa intermitente",
  35. "More weather for {adr}" : "Más información sobre el clima para {adr}",
  36. "Loading weather" : "Cargando clima",
  37. "Remove from favorites" : "Eliminar de favoritos",
  38. "Add as favorite" : "Agregar como favorito",
  39. "You are not logged in." : "No has iniciado sesión.",
  40. "There was an error getting the weather status information." : "Hubo un error al obtener la información del estado del clima.",
  41. "No weather information found" : "No se encontró información del clima",
  42. "Location not found" : "Ubicación no encontrada",
  43. "There was an error setting the location address." : "Hubo un error al establecer la dirección de ubicación.",
  44. "There was an error setting the location." : "Hubo un error al establecer la ubicación.",
  45. "There was an error saving the mode." : "Hubo un error al guardar el modo.",
  46. "There was an error using personal address." : "Hubo un error al usar la dirección personal.",
  47. "Set location for weather" : "Establecer ubicación para el clima",
  48. "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." : "Estado del clima integrado en la aplicación Tablero.\n La posición del usuario puede determinarse automáticamente o definirse manualmente. Luego se muestra un pronóstico de 6 horas.\n Este estado también puede integrarse en otros lugares, como la aplicación Calendario."
  49. },
  50. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");