CTAssetsPicker.strings 1.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将照片和视频同步到您的%@上。\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" = "无法播放影片";
  39. "OK" = "好";