CTAssetsPicker.strings 2.6 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 同步照片和视频到你的 %@.";
  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" = "不能播放视频流";
  39. "OK" = "完成";