ja.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "このサーバーでは、サーバー間の共有が有効ではありません",
  5. "The mountpoint name contains invalid characters." : "マウントポイント名 に不正な文字列が含まれています。",
  6. "Invalid or untrusted SSL certificate" : "無効または信頼できないSSL証明書",
  7. "Couldn't add remote share" : "リモート共有を追加できませんでした",
  8. "Shared with you" : "他ユーザーがあなたと共有中",
  9. "Shared with others" : "他ユーザーと共有中",
  10. "Shared by link" : "URLリンクで共有中",
  11. "No files have been shared with you yet." : "他のユーザーがあなたと共有しているファイルはありません。",
  12. "You haven't shared any files yet." : "他のユーザーと共有しているファイルはありません。",
  13. "You haven't shared any files by link yet." : "URLリンクで共有しているファイルはありません。",
  14. "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
  15. "Remote share" : "リモート共有",
  16. "Remote share password" : "リモート共有のパスワード",
  17. "Cancel" : "キャンセル",
  18. "Add remote share" : "リモート共有を追加",
  19. "No ownCloud installation found at {remote}" : "{remote} にはownCloudがインストールされていません",
  20. "Invalid ownCloud url" : "無効なownCloud URL です",
  21. "Shared by" : "共有者:",
  22. "This share is password-protected" : "この共有はパスワードで保護されています",
  23. "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。",
  24. "Password" : "パスワード",
  25. "Name" : "名前",
  26. "Share time" : "共有時間",
  27. "Sorry, this link doesn’t seem to work anymore." : "申し訳ございません。このリンクはもう利用できません。",
  28. "Reasons might be:" : "理由は以下の通りと考えられます:",
  29. "the item was removed" : "アイテムが削除されました",
  30. "the link expired" : "リンクの期限が切れています",
  31. "sharing is disabled" : "共有は無効になっています",
  32. "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。",
  33. "Add to your ownCloud" : "ownCloud に追加",
  34. "Download" : "ダウンロード",
  35. "Download %s" : "%s をダウンロード",
  36. "Direct link" : "リンク",
  37. "Server-to-Server Sharing" : "サーバー間共有",
  38. "Allow users on this server to send shares to other servers" : "ユーザーがこのサーバーから他のサーバーに共有することを許可する",
  39. "Allow users on this server to receive shares from other servers" : "ユーザーが他のサーバーからこのサーバーに共有することを許可する"
  40. },
  41. "nplurals=1; plural=0;");