ja.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "External storages" : "外部ストレージ",
  5. "Personal" : "個人",
  6. "System" : "システム",
  7. "Grant access" : "アクセスを許可",
  8. "Error configuring OAuth1" : "OAuth1設定エラー",
  9. "Please provide a valid app key and secret." : "有効なアプリのキーとパスワードを入力してください。",
  10. "Error configuring OAuth2" : "OAuth2設定エラー",
  11. "Generate keys" : "キーを生成",
  12. "Error generating key pair" : "キーペアの生成エラー",
  13. "All users. Type to select user or group." : "すべてのユーザー。ユーザー、グループを追加",
  14. "(group)" : "(グループ)",
  15. "Compatibility with Mac NFD encoding (slow)" : "Mac NFD エンコード互換 (遅い)",
  16. "Enable encryption" : "暗号化を有効に",
  17. "Enable previews" : "プレビューを有効に",
  18. "Enable sharing" : "共有の有効化",
  19. "Check for changes" : "変更点を確認",
  20. "Never" : "更新無",
  21. "Once every direct access" : "直指定時のみ",
  22. "Read only" : "読み取り専用",
  23. "Delete" : "削除",
  24. "Admin defined" : "管理者設定済",
  25. "Are you sure you want to delete this external storage?" : "この外部ストレージを本当に削除しますか?",
  26. "Delete storage?" : "ストレージを削除しますか?",
  27. "Saved" : "保存しました",
  28. "Saving..." : "保存中...",
  29. "Save" : "保存",
  30. "Empty response from the server" : "サーバーから空の応答がありました",
  31. "Couldn't access. Please log out and in again to activate this mount point" : "アクセスできません。ログアウトして、再度このマウントポイントをアクティベートしてください。",
  32. "Couldn't get the information from the remote server: {code} {type}" : "リモートサーバーから情報を取得できませんでした:{code} {type}",
  33. "Couldn't get the list of external mount points: {type}" : "外部マウントポイントのリストを取得できませんでした。: {type}",
  34. "There was an error with message: " : "メッセージ付きのエラーが発生しました:",
  35. "External mount error" : "外部マウントエラー",
  36. "external-storage" : "外部ストレージ",
  37. "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Windowsネットワークドライブのマウントポイントのリストが取得できませんでした: サーバーからのレスポンスは空でした。",
  38. "Please enter the credentials for the {mount} mount" : " {mount} のマウントのために必要な資格情報を入力してください",
  39. "Username" : "ユーザー名",
  40. "Password" : "パスワード",
  41. "Credentials saved" : "資格情報を保存しました",
  42. "Credentials saving failed" : "資格情報の保存に失敗しました",
  43. "Credentials required" : "資格情報が必要です",
  44. "Storage with ID \"%d\" not found" : "ID \"%d\" のストレージが見つかりません",
  45. "Invalid backend or authentication mechanism class" : "バックエンドまたは認証システムクラスが無効",
  46. "Invalid mount point" : "無効なマウントポイント",
  47. "Objectstore forbidden" : "オブジェクトストアが禁じられています",
  48. "Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正",
  49. "Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません",
  50. "Not permitted to use authentication mechanism \"%s\"" : "認証システム %s を使う権限がありません",
  51. "Unsatisfied backend parameters" : "バックエンドのためのパラメーターが不十分です。",
  52. "Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です",
  53. "Insufficient data: %s" : "データが不足しています: %s",
  54. "%s" : "%s",
  55. "Storage with ID \"%d\" is not user editable" : "ID \"%d\" のストレージはユーザーが編集できません",
  56. "Access key" : "アクセスキー",
  57. "Secret key" : "シークレットキー",
  58. "Builtin" : "ビルトイン",
  59. "None" : "なし",
  60. "OAuth1" : "OAuth1",
  61. "App key" : "アプリキー",
  62. "App secret" : "アプリシークレット",
  63. "OAuth2" : "OAuth2",
  64. "Client ID" : "クライアントID",
  65. "Client secret" : "クライアント秘密鍵",
  66. "OpenStack v2" : "OpenStack v2",
  67. "Tenant name" : "テナント名",
  68. "Identity endpoint URL" : "認証エンドポイントURL",
  69. "OpenStack v3" : "OpenStack v3",
  70. "Domain" : "ドメイン",
  71. "Rackspace" : "Rackspace",
  72. "API key" : "APIキー",
  73. "Global credentials" : "グローバル資格情報",
  74. "Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。",
  75. "Username and password" : "ユーザー名とパスワード",
  76. "Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。",
  77. "User entered, store in database" : "入力されたユーザーデータは、データベースに保管します",
  78. "RSA public key" : "RSA公開鍵",
  79. "Public key" : "公開鍵",
  80. "RSA private key" : "RSA秘密鍵",
  81. "Private key" : "秘密鍵",
  82. "Kerberos ticket" : "ケルベロスチケット",
  83. "Amazon S3" : "Amazon S3",
  84. "Bucket" : "バケット名",
  85. "Hostname" : "ホスト名",
  86. "Port" : "ポート",
  87. "Region" : "リージョン",
  88. "Enable SSL" : "SSLを有効",
  89. "Enable Path Style" : "パス形式を有効",
  90. "Legacy (v2) authentication" : "レガシー認証(v2)",
  91. "WebDAV" : "WebDAV",
  92. "URL" : "URL",
  93. "Remote subfolder" : "リモートサブフォルダー",
  94. "Secure https://" : "セキュア https://",
  95. "FTP" : "FTP",
  96. "Host" : "ホスト",
  97. "Secure ftps://" : "Secure ftps://",
  98. "Local" : "ローカル",
  99. "Location" : "場所",
  100. "Nextcloud" : "Nextcloud",
  101. "SFTP" : "SFTP",
  102. "Root" : "ルート",
  103. "SFTP with secret key login" : "秘密鍵でSFTPログイン",
  104. "SMB / CIFS" : "SMB / CIFS",
  105. "Share" : "共有",
  106. "SMB / CIFS using OC login" : "Nextcloud ログインを利用したSMB / CIFS",
  107. "Username as share" : "共有名",
  108. "OpenStack Object Storage" : "OpenStack ObjectStorage",
  109. "Service name" : "サービス名",
  110. "Request timeout (seconds)" : "リクエストがタイムアウトするまでの秒数",
  111. "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPでのcURLのサポートが有効になっていないか、インストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。",
  112. "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPのFTPサポートが有効になっていないか、インストールされていません。%s のマウントは不可能です。システム管理者にインストールを依頼してください。",
  113. "\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" はインストールされていません。 %2$s のマウントは不可能です。システム管理者にインストールを依頼してください。",
  114. "External storage support" : "外部ストレージのサポート",
  115. "Adds basic external storage support" : "基本的な外部ストレージのサポートを追加",
  116. "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "このアプリケーションを使用すると、管理者は、FTPサーバー、S3またはSWIFTオブジェクトストア、その他のNextcloudサーバー、WebDAVサーバーなどの外部ストレージプロバイダへの接続を構成できます。管理者は、有効にするストレージの種類を選択し、ユーザー、グループ、またはシステム全体でこれらのストレージの場所をマウントできます。ユーザーはルートのNextcloudディレクトリに新しいフォルダーが表示され、他のNextcloudフォルダーと同様にアクセスして使用できます。外部ストレージを使用すると、ユーザーはこれらの外部ロケーションに格納されたファイルを共有することもできます。このような場合、受信者が外部ストレージからファイルを要求すると、ファイルの所有者の資格情報が使用され、受信者が共有ファイルにアクセスできるようになります。外部ストレージは、GUIまたはコマンドラインを使用して構成できます。この2番目のオプションは、高度なユーザーにバルク外部ストレージマウントの設定とマウント優先度の設定の柔軟性を提供します。詳細については、外部ストレージGUIのマニュアルと外部ストレージConfiguration Fileのマニュアルを参照してください。",
  117. "No external storage configured or you don't have the permission to configure them" : "外部ストレージが設定されていないか、外部ストレージを設定する権限がありません",
  118. "Name" : "名前",
  119. "Storage type" : "ストレージ種別",
  120. "Scope" : "スコープ",
  121. "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "外部ストレージを使用すると、外部ストレージサービスおよびデバイスをセカンダリのNextcloudストレージデバイスとしてマウントできます。 また、ユーザーが独自の外部ストレージサービスをマウントできるようにすることもできます。",
  122. "Folder name" : "フォルダー名",
  123. "External storage" : "外部ストレージ",
  124. "Authentication" : "認証",
  125. "Configuration" : "設定",
  126. "Available for" : "利用可能",
  127. "Click to recheck the configuration" : "クリックすると設定が再確認されます",
  128. "Add storage" : "ストレージを追加",
  129. "Advanced settings" : "詳細設定",
  130. "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する",
  131. "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "グローバル資格情報を使用して、同じ資格情報を持つ複数の外部記憶装置で認証することができます。",
  132. "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
  133. "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。"
  134. },
  135. "nplurals=1; plural=0;");