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.

hi.js 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "Sunday" : "रविवार",
  5. "Monday" : "सोमवार",
  6. "Tuesday" : "मंगलवार",
  7. "Wednesday" : "बुधवार",
  8. "Thursday" : "बृहस्पतिवार",
  9. "Friday" : "शुक्रवार",
  10. "Saturday" : "शनिवार",
  11. "January" : "जनवरी",
  12. "February" : "फरवरी",
  13. "March" : "मार्च",
  14. "April" : "अप्रैल",
  15. "May" : "मई",
  16. "June" : "जून",
  17. "July" : "जुलाई",
  18. "August" : "अगस्त",
  19. "September" : "सितम्बर",
  20. "October" : "अक्टूबर",
  21. "November" : "नवंबर",
  22. "December" : "दिसम्बर",
  23. "Settings" : "सेटिंग्स",
  24. "Saving..." : "सहेज रहे हैं...",
  25. "_{count} file conflict_::_{count} file conflicts_" : ["",""],
  26. "Cancel" : "रद्द करें ",
  27. "Share" : "साझा करें",
  28. "Error" : "त्रुटि",
  29. "Password" : "पासवर्ड",
  30. "Send" : "भेजें",
  31. "Sending ..." : "भेजा जा रहा है",
  32. "Email sent" : "ईमेल भेज दिया गया है ",
  33. "Warning" : "चेतावनी ",
  34. "Add" : "डाले",
  35. "_download %n file_::_download %n files_" : ["",""],
  36. "Use the following link to reset your password: {link}" : "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}",
  37. "New password" : "नया पासवर्ड",
  38. "_{count} search result in other places_::_{count} search results in other places_" : ["",""],
  39. "Personal" : "यक्तिगत",
  40. "Users" : "उपयोगकर्ता",
  41. "Apps" : "Apps",
  42. "Help" : "सहयोग",
  43. "Security Warning" : "सुरक्षा चेतावनी ",
  44. "Create an <strong>admin account</strong>" : "व्यवस्थापक खाता बनाएँ",
  45. "Username" : "प्रयोक्ता का नाम",
  46. "Data folder" : "डाटा फोल्डर",
  47. "Configure the database" : "डेटाबेस कॉन्फ़िगर करें ",
  48. "Database user" : "डेटाबेस उपयोगकर्ता",
  49. "Database password" : "डेटाबेस पासवर्ड",
  50. "Database name" : "डेटाबेस का नाम",
  51. "Finish setup" : "सेटअप समाप्त करे",
  52. "Log out" : "लोग आउट",
  53. "remember" : "याद रखें"
  54. },
  55. "nplurals=2; plural=(n != 1);");