12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* Navigation bar buttons */
- "Cancel" = "取消";
- "Done" = "完成";
- /* Default title */
- "Photos" = "照片";
- /* No. of selected */
- "%@ Photo Selected" = "已选择%@张照片";
- "%@ Photos Selected" = "已选择%@张照片";
- "%@ Video Selected" = "已选择%@个视频";
- "%@ Videos Selected" = "已选择%@个视频";
- "%@ Items Selected" = "已选择%@项";
- /* Grid view footer */
- "%@ Photos" = "%@张照片";
- "%@ Videos" = "%@个视频";
- "%@ Photos, %@ Videos" = "%1$@张照片,%2$@个视频";
- /* Assets index */
- "%@ of %@" = "%1$@,共%2$@";
- /* Messages if privacy is not granted */
- "This app does not have access to your photos or videos." = "此应用程序对您的照片或视频没有访问权。";
- "You can enable access in Privacy Settings." = "您可以在隐私设置中启用访问权。";
- /* Messages if no assets */
- "No Photos or Videos" = "无照片或视频";
- /* The parameter will be replaced by the device model name */
- "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "您可以使用摄像头拍摄照片和视频,或使用iTunes将照片和视频同步到您的%@上。\n";
- "You can sync photos and videos onto your %@ using iTunes." = "您可以使用iTunes将照片和视频同步到您的%@上。";
- /* Accessibility labels */
- "Play" = "播放";
- "Select" = "选择";
- "Deselect" = "取消选择";
- /* Video duration spell out */
- "hours" = "小时";
- "hour" = "小时";
- "minutes" = "分钟";
- "minute" = "分钟";
- "seconds" = "秒";
- "second" = "秒";
- /* Error message of playing stream video */
- "Cannot Play Stream Video" = "无法播放影片";
- "OK" = "好";
|