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." = "此 App 無法取用您的照片或影片。";
  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 將照片和影片\n同步到 %@。";
  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" = "好";