af.js 1.7 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Onbekende adres",
  5. "No result." : "Geen resultaat.",
  6. "Error" : "Fout",
  7. "Weather status" : "Weerstatus",
  8. "Weather status in your dashboard" : "Weerstatus in u beheerpaneel",
  9. "Detect location" : "Bespeur ligging",
  10. "Favorites" : "Gunstelinge",
  11. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Helder lug om {time}",
  12. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Bewolk om {time}",
  13. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Gedeeltelik bewolk om {time}",
  14. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mistig om {time}",
  15. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Ligte reën om {time}",
  16. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Reën om {time}",
  17. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Swaar reën om {time}",
  18. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Reënbuie om {time}",
  19. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Ligte reënbuie om {time}",
  20. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Swaar reënbuie om {time}",
  21. "More weather for {adr}" : "Nog weer vir {adr}",
  22. "Loading weather" : "Laai tans weer",
  23. "Set location for weather" : "Stel ligging vir weer",
  24. "Remove from favorites" : "Verwyder uit gunstelinge",
  25. "Add as favorite" : "Voeg toe as gunsteling",
  26. "You are not logged in." : "U is nie aangeteken nie.",
  27. "No weather information found" : "Geen weerinligting gevind",
  28. "Location not found" : "Ligging nie gevind"
  29. },
  30. "nplurals=2; plural=(n != 1);");