You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ro.js 1.9KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Panou",
  5. "Dashboard app" : "Panou de bord aplicație",
  6. "Customize" : "Personalizează",
  7. "Edit widgets" : "Editează widget",
  8. "Get more widgets from the App Store" : "Obține mai multe widget-uri din App Store",
  9. "Weather service" : "Serviciu de vreme",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pentru securitatea ta, datele despre vreme sunt cerute de către serverul Nextcloud din partea ta pentru ca serviciul de vreme să nu primească date confidențiale.",
  11. "Weather data from Met.no" : "Date despre vreme de la Met.no",
  12. "geocoding with Nominatim" : "geocoding cu Nominatim",
  13. "elevation data from OpenTopoData" : "date despre elevație de la OpenTopoData",
  14. "Weather" : "Vreme",
  15. "Status" : "Stare",
  16. "Good morning" : "Bună dimineața",
  17. "Good morning, {name}" : "Bună dimineața, {name}",
  18. "Good afternoon" : "Bună ziua",
  19. "Good afternoon, {name}" : "Bună ziua, {name}",
  20. "Good evening" : "Bună seara",
  21. "Good evening, {name}" : "Bună seara, {name}",
  22. "Hello" : "Bună",
  23. "Hello, {name}" : "Bună, {name}",
  24. "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." : "Începeți ziua informat\n\nPanoul de bord Nextcloud este punctul de plecare al zilei, oferindu-vă o prezentare generală a programărilor următoare, emailurilor urgente, mesajelor de chat, tichetelor următoare, ultimele tweet-uri și multe altele! Utilizatorii pot adăuga widget-urile preferate și modifica fundalul cum doresc."
  25. },
  26. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");