gl.js 2.1 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Enderezo descoñecido",
  5. "No result." : "Sen resultados.",
  6. "Malformed JSON data." : "Datos JSON con formato incorrecto.",
  7. "Error" : "Erro",
  8. "Weather status" : "Estado meteorolóxico",
  9. "Weather status in your dashboard" : "Estado meteorolóxico no seu taboleiro",
  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." : "Estado meteorolóxico integrado na aplicación do Taboleiro.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.",
  11. "Detect location" : "Detectar localización",
  12. "Set custom address" : "Estabelecer o enderezo personalizado",
  13. "Favorites" : "Favoritos",
  14. "More weather for {adr}" : "Máis previsións para {adr}",
  15. "Loading weather" : "Cargando as previsións",
  16. "Remove from favorites" : "Retirar de favoritos",
  17. "Add as favorite" : "Engadir como favorito",
  18. "You are not logged in." : "Aínda non accedeu.",
  19. "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.",
  20. "No weather information found" : "Non se atopou información meteorolóxica",
  21. "Location not found" : "Non se atopou a localización",
  22. "There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
  23. "There was an error setting the location." : "Produciuse un erro ao axustar a localización",
  24. "There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
  25. "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
  26. "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas"
  27. },
  28. "nplurals=2; plural=(n != 1);");