12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- OC.L10N.register(
- "weather_status",
- {
- "Unknown address" : "Dirección desconocida",
- "No result." : "Sin resultado.",
- "Malformed JSON data." : "Datos JSON mal formados.",
- "Error" : "Error",
- "Weather status" : "Estado del tiempo",
- "Weather status in your dashboard" : "El estado del tiempo en su panel",
- "Detect location" : "Detectar ubicación",
- "Set custom address" : "Establecer dirección personalizada",
- "Favorites" : "Favoritos",
- "{temperature} {unit} clear sky later today" : "{temperature} {unit} cielo despejado más tarde hoy",
- "{temperature} {unit} clear sky" : "{temperature} {unit} cielo despejado",
- "{temperature} {unit} cloudy later today" : "{temperature} {unit} nublado más tarde hoy",
- "{temperature} {unit} cloudy" : "{temperature} {unit} nublado",
- "{temperature} {unit} fair weather later today" : "{temperature} {unit} buen tiempo más tarde hoy",
- "{temperature} {unit} fair weather" : "{temperature} {unit} buen tiempo",
- "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nublado más tarde hoy",
- "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nublado",
- "{temperature} {unit} foggy later today" : "{temperature} {unit} con niebla más tarde hoy",
- "{temperature} {unit} foggy" : "{temperature} {unit} con niebla",
- "{temperature} {unit} light rainfall later today" : "{temperature} {unit} lluvia ligera más tarde hoy",
- "{temperature} {unit} light rainfall" : "{temperature} {unit} lluvia ligera",
- "{temperature} {unit} rainfall later today" : "{temperature} {unit} lluvia más tarde hoy",
- "{temperature} {unit} rainfall" : "{temperature} {unit} lluvia",
- "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} lluvia intensa más tarde hoy",
- "{temperature} {unit} heavy rainfall" : "{temperature} {unit} lluvia intensa",
- "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} chubascos más tarde hoy",
- "{temperature} {unit} rainfall showers" : "{temperature} {unit} chubascos",
- "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} chubascos ligeros más tarde hoy",
- "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chubascos ligeros",
- "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} chubascos fuertes más tarde hoy",
- "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chubascos fuertes",
- "More weather for {adr}" : "Más información del estado del tiempo para {adr}",
- "Loading weather" : "Cargando estado del tiempo",
- "Remove from favorites" : "Eliminar de favoritos",
- "Add as favorite" : "Añadir como favorito",
- "You are not logged in." : "No ha iniciado sesión.",
- "There was an error getting the weather status information." : "Ocurrió un error al obtener la información del estado del tiempo.",
- "No weather information found" : "No se encontró información del estado del tiempo",
- "Location not found" : "Ubicación no encontrada",
- "There was an error setting the location address." : "Ocurrió un error al establecer la dirección de ubicación.",
- "There was an error setting the location." : "Ocurrió un error al establecer la ubicación.",
- "There was an error saving the mode." : "Ocurrió un error al guardar el modo.",
- "There was an error using personal address." : "Ocurrió un error al usar la dirección personal.",
- "Set location for weather" : "Establecer ubicación para el estado del tiempo"
- },
- "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|