1
0

gl.js 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 The geographic location 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 xeográfica 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" : "Definir o enderezo personalizado",
  13. "Favorites" : "Favoritos",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} ceo despexado hoxe máis tarde",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} ceo despexado",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} nubrado hoxe máis tarde",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} nubrado",
  18. "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} neve e tronidos hoxe máis tarde",
  19. "{temperature} {unit} snow and thunder" : "{temperature} {unit} neve e tronidos",
  20. "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} nevariscas e tronidos hoxe máis tarde",
  21. "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} nevariscas e tronidos",
  22. "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} nevariscas, tronidos e crepúsculo polar hoxe máis tarde",
  23. "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} nevariscas, tronidos e crepúsculo polar ",
  24. "{temperature} {unit} snow showers later today" : "{temperature} {unit} nevariscas hoxe máis tarde",
  25. "{temperature} {unit} snow showers" : "{temperature} {unit} nevariscas",
  26. "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} nevariscas e crepúsculo polar hoxe máis tarde",
  27. "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} nevariscas e crepúsculo polar",
  28. "{temperature} {unit} snow later today" : "{temperature} {unit} neve hoxe máis tarde",
  29. "{temperature} {unit} snow" : "{temperature} {unit} neve",
  30. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bo tempo hoxe máis tarde",
  31. "{temperature} {unit} fair weather" : "{temperature} {unit} bo tempo",
  32. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} parcialmente nubrado hoxe máis tarde",
  33. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parcialmente nuboso",
  34. "{temperature} {unit} foggy later today" : "{temperature} {unit} néboa hoxe máis tarde",
  35. "{temperature} {unit} foggy" : "{temperature} {unit} brumoso",
  36. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} choiva lene hoxe máis tarde",
  37. "{temperature} {unit} light rainfall" : "{temperature} {unit} choiva lene",
  38. "{temperature} {unit} rainfall later today" : "{temperature} {unit} choiva hoxe máis tarde",
  39. "{temperature} {unit} rainfall" : "{temperature} {unit} choiva",
  40. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} choiva forte hoxe máis tarde",
  41. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} choiva forte",
  42. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} chuvascos hoxe máis tarde",
  43. "{temperature} {unit} rainfall showers" : "{temperature} {unit} chuvascos",
  44. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} chuvascos lixeiros hoxe máis tarde",
  45. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} chuvascos lixeiros",
  46. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} chuvascos fortes hoxe máis tarde",
  47. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} chuvascos fortes",
  48. "More weather for {adr}" : "Máis previsións para {adr}",
  49. "Loading weather" : "Cargando as previsións",
  50. "Set location for weather" : "Definir a localización para as previsións meteorolóxicas",
  51. "Remove from favorites" : "Retirar de favoritos",
  52. "Add as favorite" : "Engadir como favorito",
  53. "You are not logged in." : "Aínda non accedeu.",
  54. "There was an error getting the weather status information." : "Produciuse un erro ao obter a información do estado do tempo.",
  55. "No weather information found" : "Non se atopou información meteorolóxica",
  56. "Location not found" : "Non se atopou a localización",
  57. "There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
  58. "There was an error setting the location." : "Produciuse un erro ao axustar a localización",
  59. "There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
  60. "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
  61. "Unknown weather code" : "Código meteorolóxico descoñecido",
  62. "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."
  63. },
  64. "nplurals=2; plural=(n != 1);");