ko.js 289 B

1234567
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.",
  5. "Updater" : "업데이터"
  6. },
  7. "nplurals=1; plural=0;");