ja.js 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. "Admin defined" : "管理者設定済",
  17. "Delete storage?" : "ストレージを削除しますか?",
  18. "Saved" : "保存しました",
  19. "Saving..." : "保存中...",
  20. "Save" : "保存",
  21. "Empty response from the server" : "サーバーから空の応答がありました",
  22. "Couldn't access. Please log out and in again to activate this mount point" : "アクセスできません。ログアウトして、再度このマウントポイントをアクティベートしてください。",
  23. "Couldn't get the information from the remote server: {code} {type}" : "リモートサーバーから情報を取得できませんでした:{code} {type}",
  24. "Couldn't get the list of external mount points: {type}" : "外部マウントポイントのリストを取得できませんでした。: {type}",
  25. "There was an error with message: " : "メッセージ付きのエラーが発生しました:",
  26. "External mount error" : "外部マウントエラー",
  27. "external-storage" : "外部ストレージ",
  28. "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Windowsネットワークドライブのマウントポイントのリストが取得できませんでした: サーバーからのレスポンスは空でした。",
  29. "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "いくつかの設定済み外部マウントポイントに接続できませんでした。詳細情報は赤い行をクリックしてください",
  30. "Please enter the credentials for the {mount} mount" : " {mount} のマウントのために必要な資格情報を入力してください",
  31. "Username" : "ユーザー名",
  32. "Password" : "パスワード",
  33. "Credentials saved" : "資格情報を保存しました",
  34. "Credentials saving failed" : "資格情報の保存に失敗しました",
  35. "Credentials required" : "資格情報が必要です",
  36. "Storage with ID \"%d\" not found" : "ID \"%d\" のストレージが見つかりません",
  37. "Invalid backend or authentication mechanism class" : "バックエンドまたは認証システムクラスが無効",
  38. "Invalid mount point" : "無効なマウントポイント",
  39. "Objectstore forbidden" : "オブジェクトストアが禁じられています",
  40. "Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正",
  41. "Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません",
  42. "Not permitted to use authentication mechanism \"%s\"" : "認証システム %s を使う権限がありません",
  43. "Unsatisfied backend parameters" : "バックエンドのためのパラメーターが不十分です。",
  44. "Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です",
  45. "Insufficient data: %s" : "データが不足しています: %s",
  46. "%s" : "%s",
  47. "Storage with ID \"%d\" is not user editable" : "ID \"%d\" のストレージはユーザーが編集できません",
  48. "Access key" : "アクセスキー",
  49. "Secret key" : "シークレットキー",
  50. "Builtin" : "ビルトイン",
  51. "None" : "なし",
  52. "OAuth1" : "OAuth1",
  53. "App key" : "アプリキー",
  54. "App secret" : "アプリシークレット",
  55. "OAuth2" : "OAuth2",
  56. "Client ID" : "クライアントID",
  57. "Client secret" : "クライアント秘密キー",
  58. "Tenant name" : "テナント名",
  59. "Identity endpoint URL" : "認証エンドポイントURL",
  60. "Domain" : "ドメイン",
  61. "Rackspace" : "Rackspace",
  62. "API key" : "APIキー",
  63. "Global credentials" : "グローバル資格情報",
  64. "Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。",
  65. "Username and password" : "ユーザー名とパスワード",
  66. "Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。",
  67. "User entered, store in database" : "入力されたユーザーデータは、データベースに保管します",
  68. "RSA public key" : "RSA公開鍵",
  69. "Public key" : "公開鍵",
  70. "RSA private key" : "RSA秘密鍵",
  71. "Private key" : "秘密鍵",
  72. "Amazon S3" : "Amazon S3",
  73. "Bucket" : "バケット名",
  74. "Hostname" : "ホスト名",
  75. "Port" : "ポート",
  76. "Region" : "リージョン",
  77. "Enable SSL" : "SSLを有効",
  78. "Enable Path Style" : "パス形式を有効",
  79. "Legacy (v2) authentication" : "レガシー認証(v2)",
  80. "WebDAV" : "WebDAV",
  81. "URL" : "URL",
  82. "Remote subfolder" : "リモートサブフォルダー",
  83. "Secure https://" : "セキュア https://",
  84. "FTP" : "FTP",
  85. "Host" : "ホスト",
  86. "Secure ftps://" : "Secure ftps://",
  87. "Local" : "ローカル",
  88. "Location" : "場所",
  89. "Nextcloud" : "Nextcloud",
  90. "SFTP" : "SFTP",
  91. "Root" : "ルート",
  92. "SFTP with secret key login" : "秘密鍵でSFTPログイン",
  93. "SMB / CIFS" : "SMB / CIFS",
  94. "Share" : "共有",
  95. "SMB / CIFS using OC login" : "Nextcloud ログインを利用したSMB / CIFS",
  96. "Username as share" : "共有名",
  97. "OpenStack Object Storage" : "OpenStack ObjectStorage",
  98. "Service name" : "サービス名",
  99. "Request timeout (seconds)" : "リクエストがタイムアウトするまでの秒数",
  100. "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 のマウントは不可能です。システム管理者にインストールを依頼してください。",
  101. "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 のマウントは不可能です。システム管理者にインストールを依頼してください。",
  102. "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。",
  103. "External storage support" : "外部ストレージのサポート",
  104. "Name" : "名前",
  105. "Storage type" : "ストレージ種別",
  106. "Scope" : "スコープ",
  107. "Enable encryption" : "暗号化を有効に",
  108. "Enable previews" : "プレビューを有効に",
  109. "Enable sharing" : "共有の有効化",
  110. "Check for changes" : "変更点を確認",
  111. "Never" : "更新無",
  112. "Once every direct access" : "直指定時のみ",
  113. "Folder name" : "フォルダー名",
  114. "External storage" : "外部ストレージ",
  115. "Authentication" : "認証",
  116. "Configuration" : "設定",
  117. "Available for" : "利用可能",
  118. "Add storage" : "ストレージを追加",
  119. "Advanced settings" : "詳細設定",
  120. "Allow users to mount external storage" : "ユーザーに外部ストレージの接続を許可する",
  121. "Fetching request tokens failed. Verify that your app key and secret are correct." : "リクエストトークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。",
  122. "Fetching access tokens failed. Verify that your app key and secret are correct." : "アクセストークンの取得に失敗しました。アプリのキーとパスワードが正しいことを確認してください。",
  123. "Step 1 failed. Exception: %s" : "ステップ 1 の実行に失敗しました。例外: %s",
  124. "Step 2 failed. Exception: %s" : "ステップ 2 の実行に失敗しました。例外: %s",
  125. "Dropbox App Configuration" : "Dropbox アプリ設定",
  126. "Google Drive App Configuration" : "Google アプリ設定",
  127. "OpenStack" : "OpenStack",
  128. "Dropbox" : "Dropbox",
  129. "Google Drive" : "Google Drive",
  130. "No external storage configured" : "外部ストレージは設定されていません",
  131. "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
  132. "Delete" : "削除",
  133. "Allow users to mount the following external storage" : "ユーザーに次の外部ストレージのマウントを許可する",
  134. "Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?"
  135. },
  136. "nplurals=1; plural=0;");