gl.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "Detect location" : "Detectar localización",
  11. "Set custom address" : "Estabelecer o enderezo personalizado",
  12. "Favorites" : "Favoritos",
  13. "{temperature} {unit} clear sky later today" : "{temperature} {unit} ceo despexado hoxe máis tarde",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} ceo despexado",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nubrado hoxe máis tarde",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} nubrado",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bo tempo hoxe máis tarde",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} bo tempo",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nubrado hoxe máis tarde",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nuboso",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} néboa hoxe máis tarde",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} brumoso",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} choiva lene hoxe máis tarde",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} choiva lene",
  25. "{temperature} {unit} rainfall later today" : "{temperature} {unit} choiva hoxe máis tarde",
  26. "{temperature} {unit} rainfall" : "{temperature} {unit} choiva",
  27. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} choiva forte hoxe máis tarde",
  28. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} choiva forte",
  29. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} chuvascos hoxe máis tarde",
  30. "{temperature} {unit} rainfall showers" : "{temperature} {unit} chuvascos",
  31. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} chuvascos lixeiros hoxe máis tarde",
  32. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chuvascos lixeiros",
  33. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} chuvascos fortes hoxe máis tarde",
  34. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chuvascos fortes",
  35. "More weather for {adr}" : "Máis previsións para {adr}",
  36. "Loading weather" : "Cargando as previsións",
  37. "Remove from favorites" : "Retirar de favoritos",
  38. "Add as favorite" : "Engadir como favorito",
  39. "You are not logged in." : "Aínda non accedeu.",
  40. "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.",
  41. "No weather information found" : "Non se atopou información meteorolóxica",
  42. "Location not found" : "Non se atopou a localización",
  43. "There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
  44. "There was an error setting the location." : "Produciuse un erro ao axustar a localización",
  45. "There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
  46. "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
  47. "Set location for weather" : "Estabelecer a localización para as previsións meteorolóxicas",
  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 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."
  49. },
  50. "nplurals=2; plural=(n != 1);");