my_MM.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. OC.L10N.register(
  2. "core",
  3. {
  4. "January" : "ဇန်နဝါရီ",
  5. "February" : "ဖေဖော်ဝါရီ",
  6. "March" : "မတ်",
  7. "April" : "ဧပြီ",
  8. "May" : "မေ",
  9. "June" : "ဇွန်",
  10. "July" : "ဇူလိုင်",
  11. "August" : "ဩဂုတ်",
  12. "September" : "စက်တင်ဘာ",
  13. "October" : "အောက်တိုဘာ",
  14. "November" : "နိုဝင်ဘာ",
  15. "December" : "ဒီဇင်ဘာ",
  16. "No" : "မဟုတ်ဘူး",
  17. "Yes" : "ဟုတ်",
  18. "Choose" : "ရွေးချယ်",
  19. "Ok" : "အိုကေ",
  20. "Cancel" : "ပယ်ဖျက်မည်",
  21. "Password" : "စကားဝှက်",
  22. "Set expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်",
  23. "Expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်",
  24. "Resharing is not allowed" : "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ",
  25. "can edit" : "ပြင်ဆင်နိုင်",
  26. "create" : "ဖန်တီးမည်",
  27. "delete" : "ဖျက်မည်",
  28. "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်",
  29. "Add" : "ပေါင်းထည့်",
  30. "New password" : "စကားဝှက်အသစ်",
  31. "Users" : "သုံးစွဲသူ",
  32. "Apps" : "Apps",
  33. "Admin" : "အက်ဒမင်",
  34. "Help" : "အကူအညီ",
  35. "Security Warning" : "လုံခြုံရေးသတိပေးချက်",
  36. "Create an <strong>admin account</strong>" : "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်",
  37. "Username" : "သုံးစွဲသူအမည်",
  38. "Data folder" : "အချက်အလက်ဖိုလ်ဒါလ်",
  39. "Database user" : "Database သုံးစွဲသူ",
  40. "Database password" : "Database စကားဝှက်",
  41. "Database name" : "Database အမည်",
  42. "Finish setup" : "တပ်ဆင်ခြင်းပြီးပါပြီ။",
  43. "remember" : "မှတ်မိစေသည်",
  44. "Log in" : "ဝင်ရောက်ရန်"
  45. },
  46. "nplurals=1; plural=0;");