CTAssetsPicker.strings 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "취소";
  3. "Done" = "완료";
  4. /* Default title */
  5. "Photos" = "사진";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "사진 %@개 선택됨";
  8. "%@ Photos Selected" = "사진 %@개 선택됨";
  9. "%@ Video Selected" = "동영상 %@개 선택됨";
  10. "%@ Videos Selected" = "동영상 %@개 선택됨";
  11. "%@ Items Selected" = "%@개의 항목 선택됨";
  12. /* Grid view footer */
  13. "%@ Photos" = "사진 %@개";
  14. "%@ Videos" = "동영상 %@개";
  15. "%@ Photos, %@ Videos" = "사진 %1$@개, 동영상 %2$@ 개";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@/%2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "이 앱은 귀하의 사진이나 동영상에 접근 권한이 없습니다.";
  20. "You can enable access in Privacy Settings." = "개인정보 설정에서 접근을 활성화할 수 있습니다.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "사진이나 동영상 없음";
  23. /* The parameter will be replaced by the device model name */
  24. "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "카메라를 사용해서 사진 및 동영상을 가져오거나 iTunes를 사용하여 %@에서 사진 및 동영상을 동기화할 수\n있습니다.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "iTunes를 사용하여 %@에서 사진 및 동영상을 동기화할 수 있습니다.";
  26. /* Accessibility labels */
  27. "Play" = "플레이";
  28. "Select" = "선택";
  29. "Deselect" = "선택 해제";
  30. /* Video duration spell out */
  31. "hours" = "시간";
  32. "hour" = "시간";
  33. "minutes" = "분";
  34. "minute" = "분";
  35. "seconds" = "초";
  36. "second" = "초";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Cannot Play Stream Video";
  39. "OK" = "OK";