uz.js 1.2 KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Dashboard",
  5. "Dashboard app" : "Dashboard app",
  6. "Customize" : "Customize",
  7. "Edit widgets" : "Edit widgets",
  8. "Get more widgets from the App Store" : "Get more widgets from the App Store",
  9. "Weather service" : "Weather service",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.",
  11. "Weather data from Met.no" : "Weather data from Met.no",
  12. "geocoding with Nominatim" : "geocoding with Nominatim",
  13. "elevation data from OpenTopoData" : "elevation data from OpenTopoData",
  14. "Weather" : "Weather",
  15. "Status" : "Status",
  16. "Good morning" : "Good morning",
  17. "Good morning, {name}" : "Good morning, {name}",
  18. "Good afternoon" : "Good afternoon",
  19. "Good afternoon, {name}" : "Good afternoon, {name}",
  20. "Good evening" : "Good evening",
  21. "Good evening, {name}" : "Good evening, {name}",
  22. "Hello" : "Hello",
  23. "Hello, {name}" : "Hello, {name}"
  24. },
  25. "nplurals=1; plural=0;");