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.

my_MM.js 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "_{count} file conflict_::_{count} file conflicts_" : [""],
  21. "Cancel" : "ပယ်ဖျက်မည်",
  22. "Password" : "စကားဝှက်",
  23. "Set expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်",
  24. "Expiration date" : "သက်တမ်းကုန်ဆုံးမည့်ရက်",
  25. "Resharing is not allowed" : "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ",
  26. "can edit" : "ပြင်ဆင်နိုင်",
  27. "create" : "ဖန်တီးမည်",
  28. "delete" : "ဖျက်မည်",
  29. "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်",
  30. "Add" : "ပေါင်းထည့်",
  31. "_download %n file_::_download %n files_" : [""],
  32. "New password" : "စကားဝှက်အသစ်",
  33. "_{count} search result in other places_::_{count} search results in other places_" : [""],
  34. "Users" : "သုံးစွဲသူ",
  35. "Apps" : "Apps",
  36. "Admin" : "အက်ဒမင်",
  37. "Help" : "အကူအညီ",
  38. "Security Warning" : "လုံခြုံရေးသတိပေးချက်",
  39. "Create an <strong>admin account</strong>" : "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်",
  40. "Username" : "သုံးစွဲသူအမည်",
  41. "Data folder" : "အချက်အလက်ဖိုလ်ဒါလ်",
  42. "Database user" : "Database သုံးစွဲသူ",
  43. "Database password" : "Database စကားဝှက်",
  44. "Database name" : "Database အမည်",
  45. "Finish setup" : "တပ်ဆင်ခြင်းပြီးပါပြီ။",
  46. "remember" : "မှတ်မိစေသည်",
  47. "Log in" : "ဝင်ရောက်ရန်"
  48. },
  49. "nplurals=1; plural=0;");