Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ko.js 1.6KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
  5. "Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
  6. "Not allowed to create a federated share with the same user" : "같은 사용자와 연합 공유를 만들 수 없음",
  7. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다.",
  8. "Share with me through my #ownCloud Federated Cloud ID, see %s" : "내 #ownCloud 연합 클라우드 ID를 통해서 공유됨, 더 알아보기: %s",
  9. "Share with me through my #ownCloud Federated Cloud ID" : "내 #ownCloud 연합 클라우드 ID를 통해서 공유됨",
  10. "Federated Cloud Sharing" : "클라우드 연합 공유",
  11. "Open documentation" : "문서 열기",
  12. "Allow users on this server to send shares to other servers" : "이 서버의 사용자가 다른 서버와 공유할 수 있도록 허용",
  13. "Allow users on this server to receive shares from other servers" : "이 서버의 사용자가 다른 서버에서 공유한 파일을 받을 수 있도록 허용",
  14. "Federated Cloud" : "연합 클라우드",
  15. "Your Federated Cloud ID:" : "내 연합 클라우드 ID:",
  16. "Share it:" : "공유하기:",
  17. "Add to your website" : "내 웹 사이트에 추가",
  18. "Share with me via ownCloud" : "ownCloud로 나와 공유하기",
  19. "HTML Code:" : "HTML 코드:"
  20. },
  21. "nplurals=1; plural=0;");