You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. "Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
  12. "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダーは、ここに表示されます。",
  13. "Nothing shared yet" : "まだ何も共有されていません",
  14. "Files and folders you share will show up here" : "共有したファイルやフォルダーは、ここに表示されます。",
  15. "No shared links" : "共有リンクはありません",
  16. "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダーは、ここに表示されます。",
  17. "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
  18. "Remote share" : "リモート共有",
  19. "Remote share password" : "リモート共有のパスワード",
  20. "Cancel" : "キャンセル",
  21. "Add remote share" : "リモート共有を追加",
  22. "No ownCloud installation (7 or higher) found at {remote}" : "{remote} にはownCloud (7以上)がインストールされていません",
  23. "Invalid ownCloud url" : "無効なownCloud URL です",
  24. "Share" : "共有",
  25. "Shared by" : "共有者:",
  26. "A file or folder was shared from <strong>another server</strong>" : "ファイルまたはフォルダーは <strong>他のサーバー</strong>から共有されました",
  27. "You received a new remote share from %s" : "%sからリモート共有のリクエストは\n届きました。",
  28. "This share is password-protected" : "この共有はパスワードで保護されています",
  29. "The password is wrong. Try again." : "パスワードが間違っています。再試行してください。",
  30. "Password" : "パスワード",
  31. "No entries found in this folder" : "このフォルダーにはエントリーがありません",
  32. "Name" : "名前",
  33. "Share time" : "共有時間",
  34. "Sorry, this link doesn’t seem to work anymore." : "申し訳ございません。このリンクはもう利用できません。",
  35. "Reasons might be:" : "理由は以下の通りと考えられます:",
  36. "the item was removed" : "アイテムが削除されました",
  37. "the link expired" : "リンクの期限が切れています",
  38. "sharing is disabled" : "共有は無効になっています",
  39. "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。",
  40. "Add to your ownCloud" : "ownCloud に追加",
  41. "Download" : "ダウンロード",
  42. "Download %s" : "%s をダウンロード",
  43. "Direct link" : "リンク",
  44. "Server-to-Server Sharing" : "サーバー間共有",
  45. "Allow users on this server to send shares to other servers" : "ユーザーがこのサーバーから他のサーバーに共有することを許可する",
  46. "Allow users on this server to receive shares from other servers" : "ユーザーが他のサーバーからこのサーバーに共有することを許可する"
  47. },
  48. "nplurals=1; plural=0;");