CTAssetsPicker.strings 2.0 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." = "カメラを使用して写真または動画を撮影するか、ご利用の%@へ写真と動画を同期することができます。\n同期は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" = "OK";