ca.js 2.6 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Tauler",
  5. "Dashboard app" : "Aplicació Tauler",
  6. "\"{title} icon\"" : "«icona de {title}»",
  7. "Customize" : "Personalitza",
  8. "Edit widgets" : "Edita els ginys",
  9. "Get more widgets from the App Store" : "Obtén més ginys a la botiga d'aplicacions",
  10. "Weather service" : "Servei meteorològic",
  11. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per a la vostra privadesa, les dades meteorològiques les sol·licita el servidor del Nextcloud en nom vostre perquè el servei meteorològic no rebi cap informació personal.",
  12. "Weather data from Met.no" : "Dades meteorològiques de Met.no",
  13. "geocoding with Nominatim" : "codis geogràfics amb Nominatim",
  14. "elevation data from OpenTopoData" : "dades d'altitud d'OpenTopoData",
  15. "Weather" : "Temps",
  16. "Status" : "Estat",
  17. "Good morning" : "Bon dia",
  18. "Good morning, {name}" : "Bon dia, {name}",
  19. "Good afternoon" : "Bona tarda",
  20. "Good afternoon, {name}" : "Bona tarda, {name}",
  21. "Good evening" : "Bona nit",
  22. "Good evening, {name}" : "Bona nit, {name}",
  23. "Hello" : "Hola",
  24. "Hello, {name}" : "Hola, {name}",
  25. "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an\noverview of your upcoming appointments, urgent emails, chat messages,\nincoming tickets, latest tweets and much more! Users can add the widgets\nthey like and change the background to their liking." : "Comenceu el dia amb tota la informació actualitzada\n\nEl tauler del Nextcloud és el punt de partida del dia i us ofereix\nuna visió general de les pròximes cites, correus electrònics urgents, missatges de xat,\ninformes d'errors rebuts, els tuits més recents i molt més! Els usuaris poden afegir\nels ginys que els agradin i canviar el fons al seu gust.",
  26. "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking." : "Comenceu el dia amb tota la informació actualitzada\n\nEl tauler del Nextcloud és el punt de partida del dia i us ofereix una visió general de les pròximes cites, correus electrònics urgents, missatges de xat, informes d'errors rebuts, els tuits més recents i molt més! Els usuaris poden afegir els ginys que els agradin i canviar el fons al seu gust."
  27. },
  28. "nplurals=2; plural=(n != 1);");