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.6KB

12345678910111213141516171819202122232425262728293031
  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. "Change background image" : "Schimbă imaginea de fundal",
  10. "Weather service" : "Serviciu de vreme",
  11. "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.",
  12. "Weather data from Met.no" : "Date despre vreme de la Met.no",
  13. "geocoding with Nominatim" : "geocoding cu Nominatim",
  14. "elevation data from OpenTopoData" : "date despre elevație de la OpenTopoData",
  15. "Weather" : "Vreme",
  16. "Status" : "Stare",
  17. "Good morning" : "Bună dimineața",
  18. "Good morning, {name}" : "Bună dimineața, {name}",
  19. "Good afternoon" : "Bună ziua",
  20. "Good afternoon, {name}" : "Bună ziua, {name}",
  21. "Good evening" : "Bună seara",
  22. "Good evening, {name}" : "Bună seara, {name}",
  23. "Hello" : "Bună",
  24. "Hello, {name}" : "Bună, {name}",
  25. "Pick from Files" : "Alege din Fișiere",
  26. "Default images" : "Imagini implicite",
  27. "Plain background" : "Fundal simplu",
  28. "Insert from {productName}" : "Introduce din {productName}",
  29. "Show something" : "Arată ceva"
  30. },
  31. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");