github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/cf/i18n/resources/ja-jp.all.json (about) 1 [ 2 { 3 "id": "\n\nTIP:\n", 4 "translation": "\n\nヒント:\n" 5 }, 6 { 7 "id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 8 "translation": "\n\nJSON ストリング構文が無効です。 正しい構文は次のとおりです: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 9 }, 10 { 11 "id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 12 "translation": "\n\nJSON ストリング構文が無効です。 正しい構文は次のとおりです: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 13 }, 14 { 15 "id": "\n* These service plans have an associated cost. Creating a service instance will incur this cost.", 16 "translation": "\n* これらのサービス・プランには関連コストが伴います。 サービス・インスタンスを作成すると、このコストが発生します。" 17 }, 18 { 19 "id": "\nApp started\n", 20 "translation": "\nアプリが開始されました\n" 21 }, 22 { 23 "id": "\nApp state changed to started, but note that it has 0 instances.\n", 24 "translation": "\nアプリの状態が開始済みに変更されましたが、そのインスタンスが 0 個であることに注意してください。\n" 25 }, 26 { 27 "id": "\nApp {{.AppName}} was started using this command `{{.Command}}`\n", 28 "translation": "\nアプリ {{.AppName}} はコマンド `{{.Command}}` を使用して開始されました\n" 29 }, 30 { 31 "id": "\nNo api endpoint set.", 32 "translation": "\nAPI エンドポイントが設定されていません。" 33 }, 34 { 35 "id": "\nRoute to be unmapped is not currently mapped to the application.", 36 "translation": "\nマップ解除しようとしている経路は現在このアプリケーションにマップされていません。" 37 }, 38 { 39 "id": "\nTIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service.", 40 "translation": "\nヒント: 特定のサービスの個々のプランの説明を表示するには、'cf marketplace -s SERVICE' を使用します。" 41 }, 42 { 43 "id": "\nTIP: Assign roles with '{{.CurrentUser}} set-org-role' and '{{.CurrentUser}} set-space-role'", 44 "translation": "\nヒント: '{{.CurrentUser}} set-org-role' と '{{.CurrentUser}} set-space-role' を使用して役割を割り当てます" 45 }, 46 { 47 "id": "\nTIP: Use '{{.CFTargetCommand}}' to target new space", 48 "translation": "\nヒント: 新しいスペースをターゲットにするには、'{{.CFTargetCommand}}' を使用します" 49 }, 50 { 51 "id": "\nTIP: Use '{{.Command}}' to target new org", 52 "translation": "\nヒント: 新しい組織をターゲットにするには、'{{.Command}}' を使用します" 53 }, 54 { 55 "id": "\nTIP: use 'cf login -a API --skip-ssl-validation' or 'cf api API --skip-ssl-validation' to suppress this error", 56 "translation": "\nTIP: このエラーを抑制するには、'cf login -a API --skip-ssl-validation' または 'cf api API --skip-ssl-validation' を使用します" 57 }, 58 { 59 "id": "\nTip: use `add-plugin-repo` command to add repos.", 60 "translation": "\nヒント: リポジトリーを追加するには、`add-plugin-repo` コマンドを使用します。" 61 }, 62 { 63 "id": " CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n", 64 "translation": " CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n" 65 }, 66 { 67 "id": " Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.", 68 "translation": " オプションで、バインド済みアプリケーションの VCAP_SERVICES 環境変数に書き込まれるコンマ区切りタグのリストを提供します。" 69 }, 70 { 71 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n CF_NAME update-service -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME update-service -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }", 72 "translation": " オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\n CF_NAME update-service -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。 \n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\n CF_NAME update-service -c PATH_TO_FILE\n\n 有効な JSON オブジェクトの例:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }" 73 }, 74 { 75 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"permissions\": \"read-only\"\n }", 76 "translation": " オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\n\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。 \n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\n\n 有効な JSON オブジェクトの例:\n {\n \"permissions\": \"read-only\"\n }" 77 }, 78 { 79 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\n The path to the parameters file can be an absolute or relative path to a file:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }", 80 "translation": " オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。\n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\n\n 有効な JSON オブジェクトの例:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }" 81 }, 82 { 83 "id": " Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 84 "translation": " path は zip ファイル、zip ファイルへの URL、またはローカル・ディレクトリーでなければなりません。 position は正整数で、優先順位を設定するものであり、低いものから高いものへの順にソートされます。" 85 }, 86 { 87 "id": " The provided path can be an absolute or relative path to a file.\n It should have a single array with JSON objects inside describing the rules.", 88 "translation": " 提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。\n このファイルは内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。" 89 }, 90 { 91 "id": " The provided path can be an absolute or relative path to a file. The file should have\n a single array with JSON objects inside describing the rules. The JSON Base Object is \n omitted and only the square brackets and associated child object are required in the file. \n\n Valid json file example:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]", 92 "translation": " 提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。 このファイルは\n 内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。 JSON 基本オブジェクトは\n 省略され、大括弧と関連子オブジェクトのみがファイル内で必要となります。 \n\n 有効な json ファイルの例:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]" 93 }, 94 { 95 "id": " View allowable quotas with 'CF_NAME quotas'", 96 "translation": " 許容割り当て量を 'CF_NAME quotas' で表示します" 97 }, 98 { 99 "id": " (Default: {{.DefaultValue}})", 100 "translation": "" 101 }, 102 { 103 "id": " added as '", 104 "translation": " 次のものとして追加されました: '" 105 }, 106 { 107 "id": " does not exist as a repo", 108 "translation": " はリポジトリーとして存在していません" 109 }, 110 { 111 "id": " does not exist as an available plugin repo.", 112 "translation": " は使用可能なプラグイン・リポジトリーとして存在していません。" 113 }, 114 { 115 "id": " for ", 116 "translation": " for " 117 }, 118 { 119 "id": " is already started", 120 "translation": " は既に開始されています" 121 }, 122 { 123 "id": " is already stopped", 124 "translation": " は既に停止されています" 125 }, 126 { 127 "id": " is empty", 128 "translation": " は空です" 129 }, 130 { 131 "id": " is not available in repo '", 132 "translation": " は次のリポジトリーにありません: '" 133 }, 134 { 135 "id": " is not responding. Please make sure it is a valid plugin repo.", 136 "translation": " は応答していません。 有効なプラグイン・リポジトリーであるか確認してください。" 137 }, 138 { 139 "id": " not found", 140 "translation": " は見つかりませんでした" 141 }, 142 { 143 "id": " removed from list of repositories", 144 "translation": " はリポジトリーのリストから削除されました" 145 }, 146 { 147 "id": "\"Plugins\" object not found in the responded data.", 148 "translation": "\"Plugins\" オブジェクトが応答データに見つかりませんでした。" 149 }, 150 { 151 "id": "' is not a registered command. See 'cf help -a'", 152 "translation": "' は登録済みコマンドではありません。 'cf help' を参照してください" 153 }, 154 { 155 "id": "'--docker-username' requires '--docker-image' to be specified", 156 "translation": "" 157 }, 158 { 159 "id": "'routes' should be a list", 160 "translation": "'routes' はリストである必要があります" 161 }, 162 { 163 "id": "'{{.VersionShort}}' and '{{.VersionLong}}' are also accepted.", 164 "translation": "'{{.VersionShort}}' および '{{.VersionLong}}' も許容されます。" 165 }, 166 { 167 "id": ") already exists.", 168 "translation": ") は既に存在しています。" 169 }, 170 { 171 "id": "**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.**\n\nDo you want to install the plugin {{.Plugin}}?", 172 "translation": "**注意: プラグインは必ずしも信頼できない作成者によって書かれたバイナリーです。 プラグインのインストールと使用は自らの責任で行ってください。**\n\nプラグイン {{.Plugin}} をインストールしますか?" 173 }, 174 { 175 "id": "**EXPERIMENTAL** Create a V3 App", 176 "translation": "" 177 }, 178 { 179 "id": "**EXPERIMENTAL** Create a new droplet for an app", 180 "translation": "" 181 }, 182 { 183 "id": "**EXPERIMENTAL** Uploads a V3 Package", 184 "translation": "" 185 }, 186 { 187 "id": "2006-01-02 15:04:05 PM", 188 "translation": "" 189 }, 190 { 191 "id": "\u003call\u003e", 192 "translation": "" 193 }, 194 { 195 "id": "A command line tool to interact with Cloud Foundry", 196 "translation": "Cloud Foundry と対話するためのコマンド・ライン・ツール" 197 }, 198 { 199 "id": "ADD/REMOVE PLUGIN", 200 "translation": "プラグインの追加/削除" 201 }, 202 { 203 "id": "ADD/REMOVE PLUGIN REPOSITORY", 204 "translation": "プラグイン・リポジトリーの追加/削除" 205 }, 206 { 207 "id": "ADD/REMOVE PLUGIN REPOSITORY:", 208 "translation": "" 209 }, 210 { 211 "id": "ADD/REMOVE PLUGIN:", 212 "translation": "" 213 }, 214 { 215 "id": "ADVANCED", 216 "translation": "詳細" 217 }, 218 { 219 "id": "ADVANCED:", 220 "translation": "" 221 }, 222 { 223 "id": "ALIAS:", 224 "translation": "別名:" 225 }, 226 { 227 "id": "API URL to target", 228 "translation": "ターゲットの API URL" 229 }, 230 { 231 "id": "API endpoint", 232 "translation": "API エンドポイント" 233 }, 234 { 235 "id": "API endpoint (e.g. https://api.example.com)", 236 "translation": "API エンドポイント (例: https://api.example.com)" 237 }, 238 { 239 "id": "API endpoint not found at '{{.URL}}'", 240 "translation": "" 241 }, 242 { 243 "id": "API endpoint:", 244 "translation": "API エンドポイント:" 245 }, 246 { 247 "id": "API endpoint: {{.APIEndpoint}}", 248 "translation": "API エンドポイント: {{.APIEndpoint}}" 249 }, 250 { 251 "id": "API endpoint: {{.APIEndpoint}} (API version: {{.APIVersion}})", 252 "translation": "API エンドポイント: {{.APIEndpoint}} (API バージョン: {{.APIVersion}})" 253 }, 254 { 255 "id": "API endpoint: {{.Endpoint}}", 256 "translation": "API エンドポイント: {{.Endpoint}}" 257 }, 258 { 259 "id": "APPS", 260 "translation": "アプリ" 261 }, 262 { 263 "id": "APPS:", 264 "translation": "" 265 }, 266 { 267 "id": "APP_INSTANCES", 268 "translation": "アプリ・インスタンス" 269 }, 270 { 271 "id": "APP_NAME", 272 "translation": "アプリ名" 273 }, 274 { 275 "id": "Access for plans of a particular broker", 276 "translation": "特定のブローカーのプランに対するアクセス" 277 }, 278 { 279 "id": "Access for service name of a particular service offering", 280 "translation": "特定のサービス・オファリングのサービス名に対するアクセス" 281 }, 282 { 283 "id": "Acquiring running security groups as '{{.username}}'", 284 "translation": "'{{.username}}' として実行セキュリティー・グループを獲得しています" 285 }, 286 { 287 "id": "Acquiring staging security group as {{.username}}", 288 "translation": "{{.username}} としてステージング・セキュリティー・グループを獲得しています" 289 }, 290 { 291 "id": "Add a new plugin repository", 292 "translation": "新しいプラグイン・リポジトリーを追加します" 293 }, 294 { 295 "id": "Add a url route to an app", 296 "translation": "アプリに URL 経路を追加します" 297 }, 298 { 299 "id": "Adding route {{.URL}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 300 "translation": "{{.Username}} として経路 {{.URL}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} に追加しています..." 301 }, 302 { 303 "id": "Alias `{{.Command}}` in the plugin being installed is a native CF command/alias. Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.", 304 "translation": "インストールしようとしているプラグイン内の別名 `{{.Command}}` はネイティブ CF コマンド/別名です。 インストールしようとしているプラグインのインストールと使用を可能にするためには、そのプラグイン内の `{{.Command}}` コマンドを名前変更してください。" 305 }, 306 { 307 "id": "Alias `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'. You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command. However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.", 308 "translation": "別名 `{{.Command}}` はプラグイン '{{.PluginName}}' 内のコマンド/別名です。 `{{.Command}}` コマンドを呼び出すために、プラグイン '{{.PluginName}}' のアンインストールを試みてから、このプラグインをインストールすることができます。 ただし、その前に、既存の '{{.PluginName}}' プラグインをアンインストールした場合の影響を十分理解しておく必要があります。" 309 }, 310 { 311 "id": "All available CLI commands", 312 "translation": "" 313 }, 314 { 315 "id": "Allow SSH access for the space", 316 "translation": "このスペースに対する SSH アクセスを許可します" 317 }, 318 { 319 "id": "Also delete any mapped routes", 320 "translation": "マップされた経路も削除します" 321 }, 322 { 323 "id": "An org must be targeted before targeting a space", 324 "translation": "スペースをターゲットにする前に組織をターゲットにする必要があります" 325 }, 326 { 327 "id": "App", 328 "translation": "アプリ" 329 }, 330 { 331 "id": "App ", 332 "translation": "アプリ " 333 }, 334 { 335 "id": "App instance limit", 336 "translation": "アプリのインスタンス制限" 337 }, 338 { 339 "id": "App is not staged.", 340 "translation": "" 341 }, 342 { 343 "id": "App name is a required field", 344 "translation": "アプリ名は必須フィールドです" 345 }, 346 { 347 "id": "App {{.AppName}} already exists.", 348 "translation": "" 349 }, 350 { 351 "id": "App {{.AppName}} does not exist.", 352 "translation": "アプリ {{.AppName}} は存在していません。" 353 }, 354 { 355 "id": "App {{.AppName}} is a worker, skipping route creation", 356 "translation": "アプリ {{.AppName}} はワーカーであるため、経路作成をスキップします" 357 }, 358 { 359 "id": "App {{.AppName}} is already bound to {{.ServiceName}}.", 360 "translation": "アプリ {{.AppName}} は既に {{.ServiceName}} にバインドされています。" 361 }, 362 { 363 "id": "App {{.AppName}} is already started", 364 "translation": "" 365 }, 366 { 367 "id": "App {{.AppName}} not found", 368 "translation": "" 369 }, 370 { 371 "id": "Append API request diagnostics to a log file", 372 "translation": "" 373 }, 374 { 375 "id": "Application health check type (Default: 'port', 'none' accepted for 'process', 'http' implies endpoint '/')", 376 "translation": "アプリケーション・ヘルス・チェック・タイプ (デフォルト: 'port'。'none' は 'process' の代わりに許容されます。'http' はエンドポイント '/' を暗黙指定します)" 377 }, 378 { 379 "id": "Application instance index", 380 "translation": "アプリケーション・インスタンスの索引" 381 }, 382 { 383 "id": "Application instance index (Default: 0)", 384 "translation": "" 385 }, 386 { 387 "id": "Application lifecycle:", 388 "translation": "" 389 }, 390 { 391 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'domain'/'domains'", 392 "translation": "アプリケーション {{.AppName}} は、'routes' と 'domain'/'domains' の両方で構成されてはなりません" 393 }, 394 { 395 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'host'/'hosts'", 396 "translation": "アプリケーション {{.AppName}} は、'routes' と 'host'/'hosts' の両方で構成されてはなりません" 397 }, 398 { 399 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'no-hostname'", 400 "translation": "アプリケーション {{.AppName}} は、'routes' と 'no-hostname' の両方で構成されてはなりません" 401 }, 402 { 403 "id": "Applications in this space will be placed in isolation segment {{.orgIsolationSegment}}.", 404 "translation": "" 405 }, 406 { 407 "id": "Applications in this space will be placed in the platform default isolation segment.", 408 "translation": "" 409 }, 410 { 411 "id": "Apps:", 412 "translation": "アプリ:" 413 }, 414 { 415 "id": "Assign a quota to an org", 416 "translation": "組織に割り当てを設定します" 417 }, 418 { 419 "id": "Assign a space quota definition to a space", 420 "translation": "スペースにスペース割り当て量定義を指定します" 421 }, 422 { 423 "id": "Assign a space role to a user", 424 "translation": "ユーザーにスペースの役割を割り当てます" 425 }, 426 { 427 "id": "Assign an org role to a user", 428 "translation": "ユーザーに組織の役割を割り当てます" 429 }, 430 { 431 "id": "Assign the isolation segment that apps in a space are started in", 432 "translation": "" 433 }, 434 { 435 "id": "Assigned Value", 436 "translation": "割り当てられた値" 437 }, 438 { 439 "id": "Assigning role {{.Role}} to user {{.CurrentUser}} in org {{.TargetOrg}} ...", 440 "translation": "役割 {{.Role}} を組織 {{.TargetOrg}} 内のユーザー {{.CurrentUser}} に割り当てています ..." 441 }, 442 { 443 "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...", 444 "translation": "{{.CurrentUser}} として役割 {{.Role}} を組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザー {{.TargetUser}} に割り当てています..." 445 }, 446 { 447 "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 448 "translation": "{{.CurrentUser}} として役割 {{.Role}} を組織 {{.TargetOrg}} 内のユーザー {{.TargetUser}} に割り当てています..." 449 }, 450 { 451 "id": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...", 452 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を組織 {{.organization}} 内のスペース {{.space}} に割り当てています..." 453 }, 454 { 455 "id": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...", 456 "translation": "{{.Username}} としてスペース割り当て量 {{.QuotaName}} をスペース {{.SpaceName}} に割り当てています..." 457 }, 458 { 459 "id": "Attempting to download binary file from internet address...", 460 "translation": "IP アドレスからバイナリー・ファイルのダウンロードを試みています..." 461 }, 462 { 463 "id": "Attempting to migrate {{.ServiceInstanceDescription}}...", 464 "translation": "{{.ServiceInstanceDescription}} のマイグレーションを試みています..." 465 }, 466 { 467 "id": "Attention: Plugins are binaries written by potentially untrusted authors.", 468 "translation": "" 469 }, 470 { 471 "id": "Attention: The plan `{{.PlanName}}` of service `{{.ServiceName}}` is not free. The instance `{{.ServiceInstanceName}}` will incur a cost. Contact your administrator if you think this is in error.", 472 "translation": "注意: サービス `{{.ServiceName}}` のプラン `{{.PlanName}}` は無料ではありません。 インスタンス `{{.ServiceInstanceName}}` はコストを発生させます。 これが誤りであると思われる場合は、管理者にお問い合わせください。" 473 }, 474 { 475 "id": "Authenticate user non-interactively", 476 "translation": "非対話式にユーザーを認証します" 477 }, 478 { 479 "id": "Authenticating...", 480 "translation": "認証中です..." 481 }, 482 { 483 "id": "Authentication has expired. Please log back in to re-authenticate.\n\nTIP: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` to log back in and re-authenticate.", 484 "translation": "認証の有効期限が切れました。 ログインし直して再認証してください。\n\nヒント: ログインし直して再認証するには、`cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` を使用します。" 485 }, 486 { 487 "id": "Authorization server did not redirect with one time code", 488 "translation": "許可サーバーはワンタイム・コードを使用してリダイレクトしませんでした" 489 }, 490 { 491 "id": "BILLING MANAGER", 492 "translation": "請求管理者" 493 }, 494 { 495 "id": "BUILDPACKS", 496 "translation": "ビルドパック" 497 }, 498 { 499 "id": "BUILDPACKS:", 500 "translation": "" 501 }, 502 { 503 "id": "Basic ", 504 "translation": "基本" 505 }, 506 { 507 "id": "Before getting started:", 508 "translation": "" 509 }, 510 { 511 "id": "Bind a security group to a particular space, or all existing spaces of an org", 512 "translation": "特定のスペース、または組織の既存のすべてのスペースにセキュリティー・グループをバインドします" 513 }, 514 { 515 "id": "Bind a security group to the list of security groups to be used for running applications", 516 "translation": "実行アプリケーションに対して使用されるセキュリティー・グループのリストにセキュリティー・グループをバインドします" 517 }, 518 { 519 "id": "Bind a security group to the list of security groups to be used for staging applications", 520 "translation": "ステージング・アプリケーションに対して使用されるセキュリティー・グループのリストにセキュリティー・グループをバインドします" 521 }, 522 { 523 "id": "Bind a service instance to an HTTP route", 524 "translation": "サービス・インスタンスを HTTP 経路にバインドします" 525 }, 526 { 527 "id": "Bind a service instance to an app", 528 "translation": "サービス・インスタンスをアプリにバインドします" 529 }, 530 { 531 "id": "Binding between {{.InstanceName}} and {{.AppName}} did not exist", 532 "translation": "{{.InstanceName}} と {{.AppName}} の間にバインディングが存在していませんでした" 533 }, 534 { 535 "id": "Binding route {{.URL}} to service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 536 "translation": "{{.CurrentUser}} として経路 {{.URL}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス・インスタンス {{.ServiceInstanceName}} にバインドしています..." 537 }, 538 { 539 "id": "Binding security group {{.security_group}} to defaults for running as {{.username}}", 540 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を実行用のデフォルトにバインドしています" 541 }, 542 { 543 "id": "Binding security group {{.security_group}} to staging as {{.username}}", 544 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} をステージングにバインドしています" 545 }, 546 { 547 "id": "Binding service {{.ServiceInstanceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 548 "translation": "{{.CurrentUser}} としてサービス {{.ServiceInstanceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} にバインドしています..." 549 }, 550 { 551 "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 552 "translation": "" 553 }, 554 { 555 "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 556 "translation": "{{.Username}} としてサービス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} にバインドしています..." 557 }, 558 { 559 "id": "Binding {{.URL}} to {{.AppName}}...", 560 "translation": "{{.URL}} を {{.AppName}} にバインドしています..." 561 }, 562 { 563 "id": "Bound apps: {{.BoundApplications}}", 564 "translation": "バインド済みアプリ: {{.BoundApplications}}" 565 }, 566 { 567 "id": "Buildpack {{.BuildpackName}} already exists", 568 "translation": "ビルドパック {{.BuildpackName}} は既に存在しています" 569 }, 570 { 571 "id": "Buildpack {{.BuildpackName}} does not exist.", 572 "translation": "ビルドパック {{.BuildpackName}} は存在していません。" 573 }, 574 { 575 "id": "Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB", 576 "translation": "バイト量は M、MB、G、GB などの単位を持つ整数でなければなりません" 577 }, 578 { 579 "id": "CANCELING", 580 "translation": "" 581 }, 582 { 583 "id": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/", 584 "translation": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/" 585 }, 586 { 587 "id": "CF_NAME add-plugin-repo REPO_NAME URL", 588 "translation": "CF_NAME add-plugin-repo REPO_NAME URL" 589 }, 590 { 591 "id": "CF_NAME add-plugin-repo REPO_NAME URL\\n\\nEXAMPLES:\\n CF_NAME add-plugin-repo ExampleRepo https://example.com/repo", 592 "translation": "" 593 }, 594 { 595 "id": "CF_NAME allow-space-ssh SPACE_NAME", 596 "translation": "CF_NAME allow-space-ssh SPACE_NAME" 597 }, 598 { 599 "id": "CF_NAME api [URL]", 600 "translation": "CF_NAME api [URL]" 601 }, 602 { 603 "id": "CF_NAME app APP_NAME", 604 "translation": "CF_NAME app APP_NAME" 605 }, 606 { 607 "id": "CF_NAME apps", 608 "translation": "CF_NAME apps" 609 }, 610 { 611 "id": "CF_NAME auth USERNAME PASSWORD\n\n", 612 "translation": "CF_NAME auth USERNAME PASSWORD\n\n" 613 }, 614 { 615 "id": "CF_NAME auth USERNAME PASSWORD\\n\\nWARNING:\\n Providing your password as a command line option is highly discouraged\\n Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n CF_NAME auth name@example.com \\\"my password\\\" (use quotes for passwords with a space)\\n CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)", 616 "translation": "CF_NAME auth USERNAME PASSWORD\\n\\n警告:\\n パスワードをコマンド・ライン・オプションとして提供しないことを強くお勧めします\\n パスワードを他人に見られたり、パスワードがシェル・ヒストリーに記録されたりする恐れがあります\\n\\n例:\\n CF_NAME auth name@example.com \\\"my password\\\" (スペースを含むパスワードには引用符を使用してください)\\n CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)" 617 }, 618 { 619 "id": "CF_NAME auth name@example.com \"\\\"password\\\"\" (escape quotes if used in password)", 620 "translation": "CF_NAME auth name@example.com \"\\\"password\\\"\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)" 621 }, 622 { 623 "id": "CF_NAME auth name@example.com \"my password\" (use quotes for passwords with a space)", 624 "translation": "CF_NAME auth name@example.com \"my password\" (スペースを含むパスワードには引用符を使用してください)" 625 }, 626 { 627 "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]", 628 "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]" 629 }, 630 { 631 "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXAMPLES:\\n CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n CF_NAME bind-route-service example.com myratelimiter -c file.json\\n CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n In Windows PowerShell use double-quoted, escaped JSON: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n In Windows Command Line use single-quoted, escaped JSON: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'", 632 "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\n例:\\n CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n CF_NAME bind-route-service example.com myratelimiter -c file.json\\n CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n Windows PowerShell では、二重引用符で囲み、エスケープした JSON を使用してください: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n Windows コマンド・ラインでは、単一引用符で囲み、エスケープした JSON を使用してください: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'" 633 }, 634 { 635 "id": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo", 636 "translation": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo" 637 }, 638 { 639 "id": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'", 640 "translation": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'" 641 }, 642 { 643 "id": "CF_NAME bind-route-service example.com myratelimiter -c file.json", 644 "translation": "CF_NAME bind-route-service example.com myratelimiter -c file.json" 645 }, 646 { 647 "id": "CF_NAME bind-running-security-group SECURITY_GROUP", 648 "translation": "CF_NAME bind-running-security-group SECURITY_GROUP" 649 }, 650 { 651 "id": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 652 "translation": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 653 }, 654 { 655 "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]", 656 "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]" 657 }, 658 { 659 "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE] [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 660 "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 661 }, 662 { 663 "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]", 664 "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]" 665 }, 666 { 667 "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXAMPLES:\\n Linux/Mac:\\n CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n Windows Command Line:\\n CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json", 668 "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\\n\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。\\n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n 有効な JSON オブジェクトの例:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\n例:\\n Linux/Mac:\\n CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n Windows コマンド・ライン:\\n CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json" 669 }, 670 { 671 "id": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json", 672 "translation": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json" 673 }, 674 { 675 "id": "CF_NAME bind-staging-security-group SECURITY_GROUP", 676 "translation": "CF_NAME bind-staging-security-group SECURITY_GROUP" 677 }, 678 { 679 "id": "CF_NAME buildpacks", 680 "translation": "CF_NAME buildpacks" 681 }, 682 { 683 "id": "CF_NAME check-route HOST DOMAIN [--path PATH]", 684 "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]" 685 }, 686 { 687 "id": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXAMPLES:\\n CF_NAME check-route myhost example.com # example.com\\n CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo", 688 "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\n例:\\n CF_NAME check-route myhost example.com # example.com\\n CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo" 689 }, 690 { 691 "id": "CF_NAME check-route myhost example.com # example.com", 692 "translation": "CF_NAME check-route myhost example.com # example.com" 693 }, 694 { 695 "id": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo", 696 "translation": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo" 697 }, 698 { 699 "id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]", 700 "translation": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]" 701 }, 702 { 703 "id": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]", 704 "translation": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]" 705 }, 706 { 707 "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]", 708 "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]" 709 }, 710 { 711 "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]", 712 "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]" 713 }, 714 { 715 "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]", 716 "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]" 717 }, 718 { 719 "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nTIP:\\n Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 720 "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nヒント:\\n path は zip ファイル、zip ファイルへの URL、またはローカル・ディレクトリーでなければなりません。position は正整数で、優先順位を設定するものであり、低いものから高いものへの順にソートされます。" 721 }, 722 { 723 "id": "CF_NAME create-domain ORG DOMAIN", 724 "translation": "CF_NAME create-domain ORG DOMAIN" 725 }, 726 { 727 "id": "CF_NAME create-isolation-segment SEGMENT_NAME\\n\\nNOTES:\\n The isolation segment name must match the placement tag applied to the Diego cell.", 728 "translation": "" 729 }, 730 { 731 "id": "CF_NAME create-org ORG", 732 "translation": "CF_NAME create-org ORG" 733 }, 734 { 735 "id": "CF_NAME create-quota ", 736 "translation": "CF_NAME create-quota " 737 }, 738 { 739 "id": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 740 "translation": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 741 }, 742 { 743 "id": "CF_NAME create-route my-space example.com # example.com", 744 "translation": "CF_NAME create-route my-space example.com # example.com" 745 }, 746 { 747 "id": "CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com", 748 "translation": "CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com" 749 }, 750 { 751 "id": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo", 752 "translation": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo" 753 }, 754 { 755 "id": "CF_NAME create-route my-space example.com --port 50000 # example.com:50000", 756 "translation": "CF_NAME create-route my-space example.com --port 50000 # example.com:50000" 757 }, 758 { 759 "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE", 760 "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE" 761 }, 762 { 763 "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n The provided path can be an absolute or relative path to a file. The file should have\\n a single array with JSON objects inside describing the rules. The JSON Base Object is\\n omitted and only the square brackets and associated child object are required in the file.\\n\\n Valid json file example:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]", 764 "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n 提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。このファイルは\\n 内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。JSON 基本オブジェクトは\\n 省略され、大括弧と関連子オブジェクトのみがファイル内で必要となります。\\n\\n 有効な json ファイルの例:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]" 765 }, 766 { 767 "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]", 768 "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]" 769 }, 770 { 771 "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\\n The path to the parameters file can be an absolute or relative path to a file:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\nTIP:\\n Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps\\n\\nEXAMPLES:\\n Linux/Mac:\\n CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n Windows Command Line:\\n CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"", 772 "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。\\n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n 有効な JSON オブジェクトの例:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\nヒント:\\n ユーザー提供のサービスを CF アプリから使用可能にするには、'CF_NAME create-user-provided-service' を使用します。\\n\\n例:\\n Linux/Mac:\\n CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n Windows コマンド・ライン:\\n CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"" 773 }, 774 { 775 "id": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json", 776 "translation": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json" 777 }, 778 { 779 "id": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"", 780 "translation": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"" 781 }, 782 { 783 "id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN", 784 "translation": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN" 785 }, 786 { 787 "id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]", 788 "translation": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]" 789 }, 790 { 791 "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\n\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"permissions\": \"read-only\"\n }", 792 "translation": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\n\n オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。 このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\n\n 有効な JSON オブジェクトの例:\n {\n \"permissions\": \"read-only\"\n }" 793 }, 794 { 795 "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXAMPLES:\\n CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json", 796 "translation": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n 有効な JSON オブジェクトの例:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\n例:\\n CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json" 797 }, 798 { 799 "id": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'", 800 "translation": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'" 801 }, 802 { 803 "id": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json", 804 "translation": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json" 805 }, 806 { 807 "id": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]", 808 "translation": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]" 809 }, 810 { 811 "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]", 812 "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]" 813 }, 814 { 815 "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]", 816 "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]" 817 }, 818 { 819 "id": "CF_NAME create-space-quota ", 820 "translation": "CF_NAME create-space-quota " 821 }, 822 { 823 "id": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 824 "translation": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 825 }, 826 { 827 "id": "CF_NAME create-user USERNAME PASSWORD", 828 "translation": "CF_NAME create-user USERNAME PASSWORD" 829 }, 830 { 831 "id": "CF_NAME create-user USERNAME PASSWORD\\n CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXAMPLES:\\n cf create-user j.smith@example.com S3cr3t # internal user\\n cf create-user j.smith@example.com --origin ldap # LDAP user\\n cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user", 832 "translation": "CF_NAME create-user USERNAME PASSWORD\\n CF_NAME create-user USERNAME --origin ORIGIN\\n\\n例:\\n cf create-user j.smith@example.com S3cr3t # 内部ユーザー\\n cf create-user j.smith@example.com --origin ldap # LDAP ユーザー\\n cf create-user j.smith@example.com --origin provider-alias # SAML または OpenID Connect 統合ユーザー" 833 }, 834 { 835 "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Specify a path to a file containing JSON:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE", 836 "translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n 対話モードを有効にするには、コンマ区切りの資格情報パラメーター名を渡します。\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n 非対話的にサービスを作成するには、資格情報パラメーターを JSON として渡します。\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n JSON を含むファイルへのパスを指定します。\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE" 837 }, 838 { 839 "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Pass comma separated credential parameter names to enable interactive mode:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Pass credential parameters as JSON to create a service non-interactively:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Specify a path to a file containing JSON:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n Linux/Mac:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n Windows Command Line:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'", 840 "translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n 対話モードを有効にするには、コンマ区切りの資格情報パラメーター名を渡します。\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n 非対話的にサービスを作成するには、資格情報パラメーターを JSON として渡します。\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n JSON を含むファイルへのパスを指定します。\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\n例:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n Linux/Mac:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n Windows コマンド・ライン:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'" 841 }, 842 { 843 "id": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"", 844 "translation": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"" 845 }, 846 { 847 "id": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json", 848 "translation": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json" 849 }, 850 { 851 "id": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com", 852 "translation": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com" 853 }, 854 { 855 "id": "CF_NAME create-user-provided-service my-route-service -r https://example.com", 856 "translation": "CF_NAME create-user-provided-service my-route-service -r https://example.com" 857 }, 858 { 859 "id": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'", 860 "translation": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'" 861 }, 862 { 863 "id": "CF_NAME curl \"/v2/apps\" -d @/path/to/file", 864 "translation": "CF_NAME curl \"/v2/apps\" -d @/path/to/file" 865 }, 866 { 867 "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\n\n By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\n is provided via -d, a POST will be performed instead, and the Content-Type\n will be set to application/json. You may override headers with -H and the\n request method with -X.\n\n For API documentation, please visit http://apidocs.cloudfoundry.org.", 868 "translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\n\n デフォルトで、'CF_NAME curl' は指定された PATH への GET を実行します。データが\n -d を使用して指定されている場合、代わりに POST が実行され、Content-Type が\n application/json に設定されます。-H でヘッダーを、-X で要求メソッドを\n オーバーライドできます。\n\n API 資料については、http://apidocs.cloudfoundry.org にアクセスしてください。" 869 }, 870 { 871 "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\\n is provided via -d, a POST will be performed instead, and the Content-Type\\n will be set to application/json. You may override headers with -H and the\\n request method with -X.\\n\\n For API documentation, please visit http://apidocs.cloudfoundry.org.\\n\\nEXAMPLES:\\n CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file", 872 "translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n デフォルトで、'CF_NAME curl' は指定された PATH への GET を実行します。データが\\n -d を使用して指定されている場合、代わりに POST が実行され、Content-Type が\\n application/json に設定されます。-H でヘッダーを、-X で要求メソッドを\\n オーバーライドできます。\\n\\n API 資料については、http://apidocs.cloudfoundry.org にアクセスしてください。\\n\\n例:\\n CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file" 873 }, 874 { 875 "id": "CF_NAME delete APP_NAME [-f -r]", 876 "translation": "CF_NAME delete APP_NAME [-f -r]" 877 }, 878 { 879 "id": "CF_NAME delete APP_NAME [-r] [-f]", 880 "translation": "CF_NAME delete APP_NAME [-r] [-f]" 881 }, 882 { 883 "id": "CF_NAME delete-buildpack BUILDPACK [-f]", 884 "translation": "CF_NAME delete-buildpack BUILDPACK [-f]" 885 }, 886 { 887 "id": "CF_NAME delete-domain DOMAIN [-f]", 888 "translation": "CF_NAME delete-domain DOMAIN [-f]" 889 }, 890 { 891 "id": "CF_NAME delete-isolation-segment SEGMENT_NAME", 892 "translation": "" 893 }, 894 { 895 "id": "CF_NAME delete-org ORG [-f]", 896 "translation": "CF_NAME delete-org ORG [-f]" 897 }, 898 { 899 "id": "CF_NAME delete-orphaned-routes [-f]", 900 "translation": "CF_NAME delete-orphaned-routes [-f]" 901 }, 902 { 903 "id": "CF_NAME delete-quota QUOTA [-f]", 904 "translation": "CF_NAME delete-quota QUOTA [-f]" 905 }, 906 { 907 "id": "CF_NAME delete-route example.com # example.com", 908 "translation": "CF_NAME delete-route example.com # example.com" 909 }, 910 { 911 "id": "CF_NAME delete-route example.com --hostname myhost # myhost.example.com", 912 "translation": "CF_NAME delete-route example.com --hostname myhost # myhost.example.com" 913 }, 914 { 915 "id": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo", 916 "translation": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo" 917 }, 918 { 919 "id": "CF_NAME delete-route example.com --port 50000 # example.com:50000", 920 "translation": "CF_NAME delete-route example.com --port 50000 # example.com:50000" 921 }, 922 { 923 "id": "CF_NAME delete-security-group SECURITY_GROUP [-f]", 924 "translation": "CF_NAME delete-security-group SECURITY_GROUP [-f]" 925 }, 926 { 927 "id": "CF_NAME delete-service SERVICE_INSTANCE [-f]", 928 "translation": "CF_NAME delete-service SERVICE_INSTANCE [-f]" 929 }, 930 { 931 "id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]", 932 "translation": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]" 933 }, 934 { 935 "id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]", 936 "translation": "CF_NAME delete-service-broker SERVICE_BROKER [-f]" 937 }, 938 { 939 "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]", 940 "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]" 941 }, 942 { 943 "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXAMPLES:\\n CF_NAME delete-service-key mydb mykey", 944 "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\n例:\\n CF_NAME delete-service-key mydb mykey" 945 }, 946 { 947 "id": "CF_NAME delete-service-key mydb mykey", 948 "translation": "CF_NAME delete-service-key mydb mykey" 949 }, 950 { 951 "id": "CF_NAME delete-shared-domain DOMAIN [-f]", 952 "translation": "CF_NAME delete-shared-domain DOMAIN [-f]" 953 }, 954 { 955 "id": "CF_NAME delete-space SPACE [-o ORG] [-f]", 956 "translation": "CF_NAME delete-space SPACE [-o ORG] [-f]" 957 }, 958 { 959 "id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]", 960 "translation": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]" 961 }, 962 { 963 "id": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]", 964 "translation": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]" 965 }, 966 { 967 "id": "CF_NAME delete-user USERNAME [-f]", 968 "translation": "CF_NAME delete-user USERNAME [-f]" 969 }, 970 { 971 "id": "CF_NAME disable-feature-flag FEATURE_NAME", 972 "translation": "CF_NAME disable-feature-flag FEATURE_NAME" 973 }, 974 { 975 "id": "CF_NAME disable-org-isolation ORG_NAME SEGMENT_NAME", 976 "translation": "" 977 }, 978 { 979 "id": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]", 980 "translation": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]" 981 }, 982 { 983 "id": "CF_NAME disable-ssh APP_NAME", 984 "translation": "CF_NAME disable-ssh APP_NAME" 985 }, 986 { 987 "id": "CF_NAME disallow-space-ssh SPACE_NAME", 988 "translation": "CF_NAME disallow-space-ssh SPACE_NAME" 989 }, 990 { 991 "id": "CF_NAME domains", 992 "translation": "CF_NAME domains" 993 }, 994 { 995 "id": "CF_NAME enable-feature-flag FEATURE_NAME", 996 "translation": "CF_NAME enable-feature-flag FEATURE_NAME" 997 }, 998 { 999 "id": "CF_NAME enable-org-isolation ORG_NAME SEGMENT_NAME", 1000 "translation": "CF_NAME enable-org-isolation ORG_NAME SEGMENT_NAME" 1001 }, 1002 { 1003 "id": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]", 1004 "translation": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]" 1005 }, 1006 { 1007 "id": "CF_NAME enable-ssh APP_NAME", 1008 "translation": "CF_NAME enable-ssh APP_NAME" 1009 }, 1010 { 1011 "id": "CF_NAME env APP_NAME", 1012 "translation": "CF_NAME env APP_NAME" 1013 }, 1014 { 1015 "id": "CF_NAME events ", 1016 "translation": "CF_NAME events " 1017 }, 1018 { 1019 "id": "CF_NAME events APP_NAME", 1020 "translation": "CF_NAME events APP_NAME" 1021 }, 1022 { 1023 "id": "CF_NAME feature-flag FEATURE_NAME", 1024 "translation": "CF_NAME feature-flag FEATURE_NAME" 1025 }, 1026 { 1027 "id": "CF_NAME feature-flags", 1028 "translation": "CF_NAME feature-flags" 1029 }, 1030 { 1031 "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nTIP:\n To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'", 1032 "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nヒント:\n Diego バックエンドで実行中のアプリのファイルをリストおよび検査するには、'CF_NAME ssh' を使用します" 1033 }, 1034 { 1035 "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nTIP:\\n To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'", 1036 "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nヒント:\\n Diego バックエンドで実行中のアプリのファイルをリストおよび検査するには、'CF_NAME ssh' を使用します" 1037 }, 1038 { 1039 "id": "CF_NAME get-health-check APP_NAME", 1040 "translation": "CF_NAME get-health-check APP_NAME" 1041 }, 1042 { 1043 "id": "CF_NAME help [COMMAND]", 1044 "translation": "CF_NAME help [COMMAND]" 1045 }, 1046 { 1047 "id": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n Prompts for confirmation unless '-f' is provided.", 1048 "translation": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n '-f' が指定されていなければ、確認を促すプロンプトを出します。" 1049 }, 1050 { 1051 "id": "CF_NAME install-plugin -r My-Repo plugin-echo", 1052 "translation": "CF_NAME install-plugin -r My-Repo plugin-echo" 1053 }, 1054 { 1055 "id": "CF_NAME install-plugin PLUGIN_NAME [-r REPO_NAME] [-f]\\n CF_NAME install-plugin LOCAL-PATH/TO/PLUGIN | URL [-f]\\n\\nEXAMPLES:\\n CF_NAME install-plugin ~/Downloads/plugin-foobar\\n CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64\\n CF_NAME install-plugin -r My-Repo plugin-echo", 1056 "translation": "" 1057 }, 1058 { 1059 "id": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64", 1060 "translation": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64" 1061 }, 1062 { 1063 "id": "CF_NAME install-plugin ~/Downloads/plugin-foobar", 1064 "translation": "CF_NAME install-plugin ~/Downloads/plugin-foobar" 1065 }, 1066 { 1067 "id": "CF_NAME isolation-segments", 1068 "translation": "" 1069 }, 1070 { 1071 "id": "CF_NAME list-plugin-repos", 1072 "translation": "CF_NAME list-plugin-repos" 1073 }, 1074 { 1075 "id": "CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)", 1076 "translation": "CF_NAME login (対話式にログインする場合はユーザー名とパスワードを省略してください -- CF_NAME がその両方の入力を促すプロンプトを出します)" 1077 }, 1078 { 1079 "id": "CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)", 1080 "translation": "CF_NAME login --sso (CF_NAME により、ログインのワンタイム・パスコードを取得するための URL が提供されます)" 1081 }, 1082 { 1083 "id": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escape quotes if used in password)", 1084 "translation": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)" 1085 }, 1086 { 1087 "id": "CF_NAME login -u name@example.com -p \"my password\" (use quotes for passwords with a space)", 1088 "translation": "CF_NAME login -u name@example.com -p \"my password\" (スペースを含むパスワードには引用符を使用してください)" 1089 }, 1090 { 1091 "id": "CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)", 1092 "translation": "CF_NAME login -u name@example.com -p pa55woRD (ユーザー名とパスワードを引数として指定してください)" 1093 }, 1094 { 1095 "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\n\n", 1096 "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\n\n" 1097 }, 1098 { 1099 "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\\n\\nWARNING:\\n Providing your password as a command line option is highly discouraged\\n Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\\n CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\\n CF_NAME login -u name@example.com -p \\\"my password\\\" (use quotes for passwords with a space)\\n CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)\\n CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)", 1100 "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\\n\\n警告:\\n パスワードをコマンド・ライン・オプションとして提供しないことを強くお勧めします\\n パスワードを他人に見られたり、パスワードがシェル・ヒストリーに記録されたりする恐れがあります\\n\\n例:\\n CF_NAME login (対話式にログインする場合はユーザー名とパスワードを省略してください -- CF_NAME がその両方の入力を促すプロンプトを出します)\\n CF_NAME login -u name@example.com -p pa55woRD (ユーザー名とパスワードを引数として指定してください)\\n CF_NAME login -u name@example.com -p \\\"my password\\\" (スペースを含むパスワードには引用符を使用してください)\\n CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)\\n CF_NAME login --sso (CF_NAME により、ログインのワンタイム・パスワードを取得するための URL が提供されます)" 1101 }, 1102 { 1103 "id": "CF_NAME logout", 1104 "translation": "CF_NAME logout" 1105 }, 1106 { 1107 "id": "CF_NAME logs APP_NAME", 1108 "translation": "CF_NAME logs APP_NAME" 1109 }, 1110 { 1111 "id": "CF_NAME map-route my-app example.com # example.com", 1112 "translation": "CF_NAME map-route my-app example.com # example.com" 1113 }, 1114 { 1115 "id": "CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com", 1116 "translation": "CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com" 1117 }, 1118 { 1119 "id": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo", 1120 "translation": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo" 1121 }, 1122 { 1123 "id": "CF_NAME map-route my-app example.com --port 50000 # example.com:50000", 1124 "translation": "CF_NAME map-route my-app example.com --port 50000 # example.com:50000" 1125 }, 1126 { 1127 "id": "CF_NAME marketplace ", 1128 "translation": "CF_NAME marketplace " 1129 }, 1130 { 1131 "id": "CF_NAME marketplace [-s SERVICE]", 1132 "translation": "CF_NAME marketplace [-s SERVICE]" 1133 }, 1134 { 1135 "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n", 1136 "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n" 1137 }, 1138 { 1139 "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nWARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans. We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.", 1140 "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\n警告: この操作は Cloud Foundry 内部で行われるものなので、サービス・ブローカーがこの操作に関与することはなく、サービス・インスタンスのリソースは変更されません。この操作の基本ユースケースは、サービス・インスタンスを v1 プランから v2 プランに再マップして、v1 Service Broker API を実装するサービス・ブローカーを、v2 API を実装するブローカーで置き換えることです。 余分なインスタンスが作成されないようにするため、v1 プランをプライベートに設定するか、または v1 ブローカーをシャットダウンすることをお勧めします。 サービス・インスタンスがマイグレーションされたならば、v1 サービスおよびプランを Cloud Foundry から削除することができます。" 1141 }, 1142 { 1143 "id": "CF_NAME oauth-token", 1144 "translation": "CF_NAME oauth-token" 1145 }, 1146 { 1147 "id": "CF_NAME org ORG", 1148 "translation": "CF_NAME org ORG" 1149 }, 1150 { 1151 "id": "CF_NAME org ORG [--guid]", 1152 "translation": "" 1153 }, 1154 { 1155 "id": "CF_NAME org-users ORG", 1156 "translation": "CF_NAME org-users ORG" 1157 }, 1158 { 1159 "id": "CF_NAME orgs", 1160 "translation": "CF_NAME orgs" 1161 }, 1162 { 1163 "id": "CF_NAME passwd", 1164 "translation": "CF_NAME passwd" 1165 }, 1166 { 1167 "id": "CF_NAME plugins", 1168 "translation": "CF_NAME plugins" 1169 }, 1170 { 1171 "id": "CF_NAME plugins [--checksum | --outdated]", 1172 "translation": "" 1173 }, 1174 { 1175 "id": "CF_NAME purge-service-instance SERVICE_INSTANCE", 1176 "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE" 1177 }, 1178 { 1179 "id": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nWARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.", 1180 "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\n警告: この操作では、このサービス・インスタンスを担当しているサービス・ブローカーがもはや有効でないか、または 200 あるいは 410 で応答していないこと、そしてそのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。削除されたサービス・インスタンスに関する情報 (サービス・バインディングやサービス・キーなど) はすべて Cloud Foundry から除去されます。" 1181 }, 1182 { 1183 "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]", 1184 "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]" 1185 }, 1186 { 1187 "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nWARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.", 1188 "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\n警告: この操作では、このサービス・オファリングを担当しているサービス・ブローカーがもはや有効でないこと、そしてすべてのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。削除されたサービスに関する情報 (サービス・インスタンスやサービス・バインディングなど) はすべて Cloud Foundry から除去されます。 サービス・ブローカーへのアクセスは試みられないので、サービス・ブローカーを破棄しないでこのコマンドを実行すると孤立したサービス・インスタンスが発生します。 そのため、このコマンドを実行した後、delete-service-auth-token または delete-service-broker のいずれかを実行してクリーンアップを完了することをお勧めします。" 1189 }, 1190 { 1191 "id": "CF_NAME quota QUOTA", 1192 "translation": "CF_NAME quota QUOTA" 1193 }, 1194 { 1195 "id": "CF_NAME quotas", 1196 "translation": "CF_NAME quotas" 1197 }, 1198 { 1199 "id": "CF_NAME remove-plugin-repo PrivateRepo", 1200 "translation": "CF_NAME remove-plugin-repo PrivateRepo" 1201 }, 1202 { 1203 "id": "CF_NAME remove-plugin-repo REPO_NAME", 1204 "translation": "CF_NAME remove-plugin-repo REPO_NAME" 1205 }, 1206 { 1207 "id": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXAMPLES:\\n CF_NAME remove-plugin-repo PrivateRepo", 1208 "translation": "CF_NAME remove-plugin-repo REPO_NAME\\n\\n例:\\n CF_NAME remove-plugin-repo PrivateRepo" 1209 }, 1210 { 1211 "id": "CF_NAME rename APP_NAME NEW_APP_NAME", 1212 "translation": "CF_NAME rename APP_NAME NEW_APP_NAME" 1213 }, 1214 { 1215 "id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME", 1216 "translation": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME" 1217 }, 1218 { 1219 "id": "CF_NAME rename-org ORG NEW_ORG", 1220 "translation": "CF_NAME rename-org ORG NEW_ORG" 1221 }, 1222 { 1223 "id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE", 1224 "translation": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE" 1225 }, 1226 { 1227 "id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER", 1228 "translation": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER" 1229 }, 1230 { 1231 "id": "CF_NAME rename-space SPACE NEW_SPACE", 1232 "translation": "CF_NAME rename-space SPACE NEW_SPACE" 1233 }, 1234 { 1235 "id": "CF_NAME repo-plugins -r PrivateRepo", 1236 "translation": "CF_NAME repo-plugins -r PrivateRepo" 1237 }, 1238 { 1239 "id": "CF_NAME repo-plugins [-r REPO_NAME]", 1240 "translation": "CF_NAME repo-plugins [-r REPO_NAME]" 1241 }, 1242 { 1243 "id": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXAMPLES:\\n CF_NAME repo-plugins -r PrivateRepo", 1244 "translation": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\n例:\\n CF_NAME repo-plugins -r PrivateRepo" 1245 }, 1246 { 1247 "id": "CF_NAME reset-space-isolation-segment SPACE_NAME", 1248 "translation": "" 1249 }, 1250 { 1251 "id": "CF_NAME restage APP_NAME", 1252 "translation": "CF_NAME restage APP_NAME" 1253 }, 1254 { 1255 "id": "CF_NAME restart APP_NAME", 1256 "translation": "CF_NAME restart APP_NAME" 1257 }, 1258 { 1259 "id": "CF_NAME restart-app-instance APP_NAME INDEX", 1260 "translation": "CF_NAME restart-app-instance APP_NAME INDEX" 1261 }, 1262 { 1263 "id": "CF_NAME router-groups", 1264 "translation": "CF_NAME router-groups" 1265 }, 1266 { 1267 "id": "CF_NAME routes [--orglevel]", 1268 "translation": "CF_NAME routes [--orglevel]" 1269 }, 1270 { 1271 "id": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nTIP:\\n Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.\\n\\nEXAMPLES:\\n CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate", 1272 "translation": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nヒント:\\n アプリとそのすべてのタスクのログを表示するには、'cf logs' を使用します。タスク名が固有であれば、このコマンドの出力に対してタスク名に関する grep を実行して、タスク固有のログを表示します。\\n\\n例:\\n CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate" 1273 }, 1274 { 1275 "id": "CF_NAME running-environment-variable-group", 1276 "translation": "CF_NAME running-environment-variable-group" 1277 }, 1278 { 1279 "id": "CF_NAME running-security-groups", 1280 "translation": "CF_NAME running-security-groups" 1281 }, 1282 { 1283 "id": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]", 1284 "translation": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]" 1285 }, 1286 { 1287 "id": "CF_NAME security-group SECURITY_GROUP", 1288 "translation": "CF_NAME security-group SECURITY_GROUP" 1289 }, 1290 { 1291 "id": "CF_NAME security-groups", 1292 "translation": "CF_NAME security-groups" 1293 }, 1294 { 1295 "id": "CF_NAME service SERVICE_INSTANCE", 1296 "translation": "CF_NAME service SERVICE_INSTANCE" 1297 }, 1298 { 1299 "id": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]", 1300 "translation": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]" 1301 }, 1302 { 1303 "id": "CF_NAME service-auth-tokens", 1304 "translation": "CF_NAME service-auth-tokens" 1305 }, 1306 { 1307 "id": "CF_NAME service-brokers", 1308 "translation": "CF_NAME service-brokers" 1309 }, 1310 { 1311 "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY", 1312 "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY" 1313 }, 1314 { 1315 "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXAMPLES:\\n CF_NAME service-key mydb mykey", 1316 "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\n例:\\n CF_NAME service-key mydb mykey" 1317 }, 1318 { 1319 "id": "CF_NAME service-key mydb mykey", 1320 "translation": "CF_NAME service-key mydb mykey" 1321 }, 1322 { 1323 "id": "CF_NAME service-keys SERVICE_INSTANCE", 1324 "translation": "CF_NAME service-keys SERVICE_INSTANCE" 1325 }, 1326 { 1327 "id": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXAMPLES:\\n CF_NAME service-keys mydb", 1328 "translation": "CF_NAME service-keys SERVICE_INSTANCE\\n\\n例:\\n CF_NAME service-keys mydb" 1329 }, 1330 { 1331 "id": "CF_NAME service-keys mydb", 1332 "translation": "CF_NAME service-keys mydb" 1333 }, 1334 { 1335 "id": "CF_NAME services", 1336 "translation": "CF_NAME services" 1337 }, 1338 { 1339 "id": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE", 1340 "translation": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE" 1341 }, 1342 { 1343 "id": "CF_NAME set-health-check APP_NAME 'port'|'none'", 1344 "translation": "CF_NAME set-health-check APP_NAME 'port'|'none'" 1345 }, 1346 { 1347 "id": "CF_NAME set-health-check APP_NAME (process | port | http [--endpoint PATH])\\n\\nTIP: 'none' has been deprecated but is accepted for 'process'.\\n\\nEXAMPLES:\\n cf set-health-check worker-app process\\n cf set-health-check my-web-app http --endpoint /foo", 1348 "translation": "CF_NAME set-health-check APP_NAME (process | port | http [--endpoint PATH])\\n\\nヒント: 'none' は非推奨になりましたが、'process' の代わりに許容されます。\\n\\n例:\\n cf set-health-check worker-app process\\n cf set-health-check my-web-app http --endpoint /foo" 1349 }, 1350 { 1351 "id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n", 1352 "translation": "CF_NAME set-org-role USERNAME ORG ROLE\n\n" 1353 }, 1354 { 1355 "id": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLES:\\n 'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n 'BillingManager' - Create and manage the billing account and payment info\\n 'OrgAuditor' - Read-only access to org info and reports", 1356 "translation": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLE:\\n 'OrgManager' - ユーザーの招待と管理、プランの選択と変更、および支払上限の設定を行います\\n 'BillingManager' - 請求アカウントおよび支払情報の作成と管理を行います\\n 'OrgAuditor' - 組織情報およびレポートへの読み取り専用アクセス権限を持ちます" 1357 }, 1358 { 1359 "id": "CF_NAME set-quota ORG QUOTA\n\n", 1360 "translation": "CF_NAME set-quota ORG QUOTA\n\n" 1361 }, 1362 { 1363 "id": "CF_NAME set-quota ORG QUOTA\\n\\nTIP:\\n View allowable quotas with 'CF_NAME quotas'", 1364 "translation": "CF_NAME set-quota ORG QUOTA\\n\\nヒント:\\n 許容割り当て量を 'CF_NAME quotas' で表示します" 1365 }, 1366 { 1367 "id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 1368 "translation": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 1369 }, 1370 { 1371 "id": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'", 1372 "translation": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'" 1373 }, 1374 { 1375 "id": "CF_NAME set-space-isolation-segment SPACE_NAME SEGMENT_NAME", 1376 "translation": "" 1377 }, 1378 { 1379 "id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME", 1380 "translation": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME" 1381 }, 1382 { 1383 "id": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME", 1384 "translation": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME" 1385 }, 1386 { 1387 "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n", 1388 "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n" 1389 }, 1390 { 1391 "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n 'SpaceManager' - Invite and manage users, and enable features for a given space\\n 'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n 'SpaceAuditor' - View logs, reports, and settings on this space", 1392 "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLE:\\n 'SpaceManager' - ユーザーの招待と管理、指定されたスペースでのフィーチャーの有効化を行います\\n 'SpaceDeveloper' - アプリおよびサービスの作成と管理、ログおよびレポートの表示を行います\\n 'SpaceAuditor' - このスペースのログ、レポート、および設定を表示します" 1393 }, 1394 { 1395 "id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 1396 "translation": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 1397 }, 1398 { 1399 "id": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'", 1400 "translation": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'" 1401 }, 1402 { 1403 "id": "CF_NAME share-private-domain ORG DOMAIN", 1404 "translation": "CF_NAME share-private-domain ORG DOMAIN" 1405 }, 1406 { 1407 "id": "CF_NAME space SPACE", 1408 "translation": "CF_NAME space SPACE" 1409 }, 1410 { 1411 "id": "CF_NAME space SPACE [--guid] [--security-group-rules]", 1412 "translation": "" 1413 }, 1414 { 1415 "id": "CF_NAME space-quota SPACE_QUOTA_NAME", 1416 "translation": "CF_NAME space-quota SPACE_QUOTA_NAME" 1417 }, 1418 { 1419 "id": "CF_NAME space-quotas", 1420 "translation": "CF_NAME space-quotas" 1421 }, 1422 { 1423 "id": "CF_NAME space-ssh-allowed SPACE_NAME", 1424 "translation": "CF_NAME space-ssh-allowed SPACE_NAME" 1425 }, 1426 { 1427 "id": "CF_NAME space-users ORG SPACE", 1428 "translation": "CF_NAME space-users ORG SPACE" 1429 }, 1430 { 1431 "id": "CF_NAME spaces", 1432 "translation": "CF_NAME spaces" 1433 }, 1434 { 1435 "id": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]", 1436 "translation": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]" 1437 }, 1438 { 1439 "id": "CF_NAME ssh-code", 1440 "translation": "CF_NAME ssh-code" 1441 }, 1442 { 1443 "id": "CF_NAME ssh-enabled APP_NAME", 1444 "translation": "CF_NAME ssh-enabled APP_NAME" 1445 }, 1446 { 1447 "id": "CF_NAME stack STACK_NAME", 1448 "translation": "CF_NAME stack STACK_NAME" 1449 }, 1450 { 1451 "id": "CF_NAME stacks", 1452 "translation": "CF_NAME stacks" 1453 }, 1454 { 1455 "id": "CF_NAME staging-environment-variable-group", 1456 "translation": "CF_NAME staging-environment-variable-group" 1457 }, 1458 { 1459 "id": "CF_NAME staging-security-groups", 1460 "translation": "CF_NAME staging-security-groups" 1461 }, 1462 { 1463 "id": "CF_NAME start APP_NAME", 1464 "translation": "CF_NAME start APP_NAME" 1465 }, 1466 { 1467 "id": "CF_NAME stop APP_NAME", 1468 "translation": "CF_NAME stop APP_NAME" 1469 }, 1470 { 1471 "id": "CF_NAME target [-o ORG] [-s SPACE]", 1472 "translation": "CF_NAME target [-o ORG] [-s SPACE]" 1473 }, 1474 { 1475 "id": "CF_NAME tasks APP_NAME", 1476 "translation": "" 1477 }, 1478 { 1479 "id": "CF_NAME terminate-task APP_NAME TASK_ID\\n\\nEXAMPLES:\\n CF_NAME terminate-task my-app 3", 1480 "translation": "" 1481 }, 1482 { 1483 "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]", 1484 "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]" 1485 }, 1486 { 1487 "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXAMPLES:\\n CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo", 1488 "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n例:\\n CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo" 1489 }, 1490 { 1491 "id": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo", 1492 "translation": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo" 1493 }, 1494 { 1495 "id": "CF_NAME unbind-running-security-group SECURITY_GROUP", 1496 "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP" 1497 }, 1498 { 1499 "id": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1500 "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 1501 }, 1502 { 1503 "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE", 1504 "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE" 1505 }, 1506 { 1507 "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 1508 "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 1509 }, 1510 { 1511 "id": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE", 1512 "translation": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE" 1513 }, 1514 { 1515 "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP", 1516 "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP" 1517 }, 1518 { 1519 "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1520 "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 1521 }, 1522 { 1523 "id": "CF_NAME uninstall-plugin PLUGIN-NAME", 1524 "translation": "CF_NAME uninstall-plugin PLUGIN-NAME" 1525 }, 1526 { 1527 "id": "CF_NAME unmap-route my-app example.com # example.com", 1528 "translation": "CF_NAME unmap-route my-app example.com # example.com" 1529 }, 1530 { 1531 "id": "CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com", 1532 "translation": "CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com" 1533 }, 1534 { 1535 "id": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo", 1536 "translation": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo" 1537 }, 1538 { 1539 "id": "CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000", 1540 "translation": "CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000" 1541 }, 1542 { 1543 "id": "CF_NAME unset-env APP_NAME ENV_VAR_NAME", 1544 "translation": "CF_NAME unset-env APP_NAME ENV_VAR_NAME" 1545 }, 1546 { 1547 "id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n", 1548 "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n" 1549 }, 1550 { 1551 "id": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLES:\\n 'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n 'BillingManager' - Create and manage the billing account and payment info\\n 'OrgAuditor' - Read-only access to org info and reports", 1552 "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLE:\\n 'OrgManager' - ユーザーの招待と管理、プランの選択と変更、および支払上限の設定を行います\\n 'BillingManager' - 請求アカウントおよび支払情報の作成と管理を行います\\n 'OrgAuditor' - 組織情報およびレポートへの読み取り専用アクセス権限を持ちます" 1553 }, 1554 { 1555 "id": "CF_NAME unset-space-quota SPACE QUOTA\n\n", 1556 "translation": "CF_NAME unset-space-quota SPACE QUOTA\n\n" 1557 }, 1558 { 1559 "id": "CF_NAME unset-space-quota SPACE SPACE_QUOTA", 1560 "translation": "CF_NAME unset-space-quota SPACE SPACE_QUOTA" 1561 }, 1562 { 1563 "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n", 1564 "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n" 1565 }, 1566 { 1567 "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n 'SpaceManager' - Invite and manage users, and enable features for a given space\\n 'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n 'SpaceAuditor' - View logs, reports, and settings on this space", 1568 "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLE:\\n 'SpaceManager' - ユーザーの招待と管理、指定されたスペースでのフィーチャーの有効化を行います\\n 'SpaceDeveloper' - アプリおよびサービスの作成と管理、ログおよびレポートの表示を行います\\n 'SpaceAuditor' - このスペースのログ、レポート、および設定を表示します" 1569 }, 1570 { 1571 "id": "CF_NAME unshare-private-domain ORG DOMAIN", 1572 "translation": "CF_NAME unshare-private-domain ORG DOMAIN" 1573 }, 1574 { 1575 "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]", 1576 "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]" 1577 }, 1578 { 1579 "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nTIP:\\n Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 1580 "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nヒント:\\n path は zip ファイル、zip ファイルへの URL、またはローカル・ディレクトリーでなければなりません。position は正整数で、優先順位を設定するものであり、低いものから高いものへの順にソートされます。" 1581 }, 1582 { 1583 "id": "CF_NAME update-quota ", 1584 "translation": "CF_NAME update-quota " 1585 }, 1586 { 1587 "id": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 1588 "translation": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 1589 }, 1590 { 1591 "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE", 1592 "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE" 1593 }, 1594 { 1595 "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n The provided path can be an absolute or relative path to a file.\\n It should have a single array with JSON objects inside describing the rules.\\n\\n Valid json file example:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1596 "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n 提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。\\n このファイルは内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。\\n\\n 有効な json ファイルの例:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]\\n\\nヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 1597 }, 1598 { 1599 "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]", 1600 "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]" 1601 }, 1602 { 1603 "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME update-service -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\n Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.\\n\\nEXAMPLES:\\n CF_NAME update-service mydb -p gold\\n CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n CF_NAME update-service mydb -t \\\"list, of, tags\\\"", 1604 "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n オプションで、サービス固有の構成パラメーターを有効な JSON オブジェクト・インラインで提供します。\\n CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n オプションで、サービス固有の構成パラメーターを含むファイルを有効な JSON オブジェクトで提供します。\\n このパラメーター・ファイルへのパスはファイルへの絶対パスまたは相対パスとすることができます。\\n CF_NAME update-service -c PATH_TO_FILE\\n\\n 有効な JSON オブジェクトの例:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\n オプションで、バインド済みアプリケーションの VCAP_SERVICES 環境変数に書き込まれるコンマ区切りタグのリストを提供します。\\n\\n例:\\n CF_NAME update-service mydb -p gold\\n CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n CF_NAME update-service mydb -t \\\"list, of, tags\\\"" 1605 }, 1606 { 1607 "id": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'", 1608 "translation": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'" 1609 }, 1610 { 1611 "id": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json", 1612 "translation": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json" 1613 }, 1614 { 1615 "id": "CF_NAME update-service mydb -p gold", 1616 "translation": "CF_NAME update-service mydb -p gold" 1617 }, 1618 { 1619 "id": "CF_NAME update-service mydb -t \"list,of, tags\"", 1620 "translation": "CF_NAME update-service mydb -t \"list,of, tags\"" 1621 }, 1622 { 1623 "id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN", 1624 "translation": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN" 1625 }, 1626 { 1627 "id": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL", 1628 "translation": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL" 1629 }, 1630 { 1631 "id": "CF_NAME update-space-quota ", 1632 "translation": "CF_NAME update-space-quota " 1633 }, 1634 { 1635 "id": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 1636 "translation": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 1637 }, 1638 { 1639 "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Specify a path to a file containing JSON:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE", 1640 "translation": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n 対話モードを有効にするには、コンマ区切りの資格情報パラメーター名を渡します。\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n 非対話的にサービスを作成するには、資格情報パラメーターを JSON として渡します。\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n JSON を含むファイルへのパスを指定します。\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE" 1641 }, 1642 { 1643 "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Pass comma separated credential parameter names to enable interactive mode:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Pass credential parameters as JSON to create a service non-interactively:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Specify a path to a file containing JSON:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME update-user-provided-service my-route-service -r https://example.com", 1644 "translation": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n 対話モードを有効にするには、コンマ区切りの資格情報パラメーター名を渡します。\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n 非対話的にサービスを作成するには、資格情報パラメーターを JSON として渡します。\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n JSON を含むファイルへのパスを指定します。\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\n例:\\n CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME update-user-provided-service my-route-service -r https://example.com" 1645 }, 1646 { 1647 "id": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'", 1648 "translation": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'" 1649 }, 1650 { 1651 "id": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json", 1652 "translation": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json" 1653 }, 1654 { 1655 "id": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com", 1656 "translation": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com" 1657 }, 1658 { 1659 "id": "CF_NAME update-user-provided-service my-route-service -r https://example.com", 1660 "translation": "CF_NAME update-user-provided-service my-route-service -r https://example.com" 1661 }, 1662 { 1663 "id": "CF_NAME v3-app APP_NAME", 1664 "translation": "" 1665 }, 1666 { 1667 "id": "CF_NAME v3-create-app APP_NAME", 1668 "translation": "" 1669 }, 1670 { 1671 "id": "CF_NAME v3-create-package APP_NAME", 1672 "translation": "" 1673 }, 1674 { 1675 "id": "CF_NAME v3-set-droplet APP_NAME -d DROPLET_GUID", 1676 "translation": "" 1677 }, 1678 { 1679 "id": "CF_NAME v3-stage APP_NAME --package-guid GUID", 1680 "translation": "" 1681 }, 1682 { 1683 "id": "CF_NAME v3-start APP_NAME", 1684 "translation": "" 1685 }, 1686 { 1687 "id": "CF_NAME version", 1688 "translation": "CF_NAME version" 1689 }, 1690 { 1691 "id": "CF_NAME version\\n\\n 'cf -v' and 'cf --version' are also accepted.", 1692 "translation": "" 1693 }, 1694 { 1695 "id": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}", 1696 "translation": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}" 1697 }, 1698 { 1699 "id": "CLI plugin management:", 1700 "translation": "" 1701 }, 1702 { 1703 "id": "COLOR must be \"true\" or \"false\"", 1704 "translation": "" 1705 }, 1706 { 1707 "id": "Can not provision instances of paid service plans", 1708 "translation": "有料サービス・プランのインスタンスをプロビジョンできません" 1709 }, 1710 { 1711 "id": "Can provision instances of paid service plans", 1712 "translation": "有料サービス・プランのインスタンスをプロビジョンできます" 1713 }, 1714 { 1715 "id": "Can provision instances of paid service plans (Default: disallowed)", 1716 "translation": "有料サービス・プランのインスタンスをプロビジョンできます (デフォルト: 不許可)" 1717 }, 1718 { 1719 "id": "Cannot delete service instance, service keys and bindings must first be deleted", 1720 "translation": "サービス・インスタンスを削除できません、先にサービス・キーとサービス・バインディングを削除しなければなりません" 1721 }, 1722 { 1723 "id": "Cannot list marketplace services without a targeted space", 1724 "translation": "ターゲットにされたスペースがなければマーケットプレイス・サービスをリストできません" 1725 }, 1726 { 1727 "id": "Cannot list plan information for {{.ServiceName}} without a targeted space", 1728 "translation": "ターゲットにされたスペースがなければ {{.ServiceName}} のプラン情報をリストできません" 1729 }, 1730 { 1731 "id": "Cannot provision instances of paid service plans", 1732 "translation": "有料サービス・プランのインスタンスをプロビジョンできません" 1733 }, 1734 { 1735 "id": "Cannot specify both lock and unlock options.", 1736 "translation": "ロック・オプションとアンロック・オプションの両方を指定することはできません。" 1737 }, 1738 { 1739 "id": "Cannot specify both {{.Enabled}} and {{.Disabled}}.", 1740 "translation": "{{.Enabled}} と {{.Disabled}} の両方を指定することはできません。" 1741 }, 1742 { 1743 "id": "Cannot specify buildpack bits and lock/unlock.", 1744 "translation": "ビルドパック・ビットとロック/アンロックを指定することはできません。" 1745 }, 1746 { 1747 "id": "Cannot specify port together with hostname and/or path.", 1748 "translation": "port と hostname/path を一緒に指定することはできません。" 1749 }, 1750 { 1751 "id": "Cannot specify random-port together with port, hostname and/or path.", 1752 "translation": "random-port と port/hostname/path を一緒に指定することはできません。" 1753 }, 1754 { 1755 "id": "Change or view the instance count, disk space limit, and memory limit for an app", 1756 "translation": "特定のアプリについてインスタンス・カウント、ディスク・スペース制限、およびメモリー制限を変更または表示します" 1757 }, 1758 { 1759 "id": "Change service plan for a service instance", 1760 "translation": "サービス・インスタンスのサービス・プランを変更します" 1761 }, 1762 { 1763 "id": "Change type of health check performed on an app", 1764 "translation": "" 1765 }, 1766 { 1767 "id": "Change user password", 1768 "translation": "ユーザー・パスワードを変更します" 1769 }, 1770 { 1771 "id": "Changing password...", 1772 "translation": "パスワードを変更しています..." 1773 }, 1774 { 1775 "id": "Checking for route...", 1776 "translation": "経路を確認しています..." 1777 }, 1778 { 1779 "id": "Cloud Foundry API version {{.APIVersion}} requires CLI version {{.MinCLIVersion}}. You are currently on version {{.BinaryVersion}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads", 1780 "translation": "" 1781 }, 1782 { 1783 "id": "Cloud Foundry API version {{.APIVer}} requires CLI version {{.CLIMin}}. You are currently on version {{.CLIVer}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads", 1784 "translation": "Cloud Foundry API バージョン {{.APIVer}} には CLI バージョン {{.CLIMin}} が必要です。 現在のバージョンは {{.CLIVer}} です。 CLI をアップグレードするには次にアクセスしてください: https://github.com/cloudfoundry/cli#downloads" 1785 }, 1786 { 1787 "id": "Cloud Foundry command line tool", 1788 "translation": "" 1789 }, 1790 { 1791 "id": "Comma delimited list of ports the application may listen on", 1792 "translation": "アプリケーションが listen することができるポートのコンマ区切りリスト" 1793 }, 1794 { 1795 "id": "Command Help", 1796 "translation": "コマンド・ヘルプ" 1797 }, 1798 { 1799 "id": "Command Name", 1800 "translation": "コマンド名" 1801 }, 1802 { 1803 "id": "Command `{{.Command}}` in the plugin being installed is a native CF command/alias. Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.", 1804 "translation": "インストールしようとしているプラグイン内のコマンド `{{.Command}}` はネイティブ CF コマンド/別名です。 インストールしようとしているプラグインのインストールと使用を可能にするためには、そのプラグイン内の `{{.Command}}` コマンドを名前変更してください。" 1805 }, 1806 { 1807 "id": "Command `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'. You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command. However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.", 1808 "translation": "コマンド `{{.Command}}` はプラグイン '{{.PluginName}}' 内のコマンド/別名です。 `{{.Command}}` コマンドを呼び出すために、プラグイン '{{.PluginName}}' のアンインストールを試みてから、このプラグインをインストールすることができます。 ただし、その前に、既存の '{{.PluginName}}' プラグインをアンインストールした場合の影響を十分理解しておく必要があります。" 1809 }, 1810 { 1811 "id": "Command to run. This flag can be defined more than once.", 1812 "translation": "実行するコマンド。 このフラグは何度でも定義できます。" 1813 }, 1814 { 1815 "id": "Commands offered by installed plugins:", 1816 "translation": "" 1817 }, 1818 { 1819 "id": "Compute and show the sha1 value of the plugin binary file", 1820 "translation": "プラグイン・バイナリー・ファイルの sha1 値を計算して表示します" 1821 }, 1822 { 1823 "id": "Computing sha1 for installed plugins, this may take a while ...", 1824 "translation": "インストール済みプラグインの sha1 を計算しています、しばらく時間がかかることがあります ..." 1825 }, 1826 { 1827 "id": "Computing sha1 for installed plugins, this may take a while...", 1828 "translation": "" 1829 }, 1830 { 1831 "id": "Connected, dumping recent logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 1832 "translation": "接続されました、{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の最近のログをダンプしています...\n" 1833 }, 1834 { 1835 "id": "Connected, tailing logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 1836 "translation": "接続されました、{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のログを追尾しています...\n" 1837 }, 1838 { 1839 "id": "Copies the source code of an application to another existing application (and restarts that application)", 1840 "translation": "アプリケーションのソース・コードを、別の既存のアプリケーションにコピーします。(そして、そのアプリケーションを再始動します)" 1841 }, 1842 { 1843 "id": "Copying source from app {{.SourceApp}} to target app {{.TargetApp}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 1844 "translation": "{{.Username}} としてソースをアプリ {{.SourceApp}} から組織 {{.OrgName}} / スペース {{.SpaceName}} 内のターゲット・アプリ {{.TargetApp}} にコピーしています..." 1845 }, 1846 { 1847 "id": "Could not add repository '{{.RepositoryName}}' from {{.RepositoryURL}}: {{.Message}}", 1848 "translation": "" 1849 }, 1850 { 1851 "id": "Could not bind to service {{.ServiceName}}\nError: {{.Err}}", 1852 "translation": "サービス {{.ServiceName}} にバインドできませんでした\nエラー: {{.Err}}" 1853 }, 1854 { 1855 "id": "Could not copy plugin binary: \n{{.Error}}", 1856 "translation": "プラグイン・バイナリーをコピーできませんでした: \n{{.Error}}" 1857 }, 1858 { 1859 "id": "Could not determine the current working directory!", 1860 "translation": "現行作業ディレクトリーを確定できませんでした!" 1861 }, 1862 { 1863 "id": "Could not find a default domain", 1864 "translation": "デフォルト・ドメインが見つかりませんでした" 1865 }, 1866 { 1867 "id": "Could not find app named '{{.AppName}}' in manifest", 1868 "translation": "'{{.AppName}}' という名前のアプリはマニフェストに見つかりませんでした" 1869 }, 1870 { 1871 "id": "Could not find locale '{{.UnsupportedLocale}}'. The known locales are:\n", 1872 "translation": "ロケール '{{.UnsupportedLocale}}' が見つかりませんでした。 既知のロケール:\n" 1873 }, 1874 { 1875 "id": "Could not find plan with name {{.ServicePlanName}}", 1876 "translation": "{{.ServicePlanName}} という名前のプランは見つかりませんでした" 1877 }, 1878 { 1879 "id": "Could not find service", 1880 "translation": "サービスが見つかりませんでした" 1881 }, 1882 { 1883 "id": "Could not find service {{.ServiceName}} to bind to {{.AppName}}", 1884 "translation": "{{.AppName}} にバインドするサービス {{.ServiceName}} が見つかりませんでした" 1885 }, 1886 { 1887 "id": "Could not find space {{.Space}} in organization {{.Org}}", 1888 "translation": "スペース {{.Space}} は組織 {{.Org}} 内に見つかりませんでした" 1889 }, 1890 { 1891 "id": "Could not get plugin repository '{{.RepositoryName}}'\n{{.ErrorMessage}}", 1892 "translation": "" 1893 }, 1894 { 1895 "id": "Could not serialize information", 1896 "translation": "情報を直列化できませんでした" 1897 }, 1898 { 1899 "id": "Could not serialize updates.", 1900 "translation": "更新を直列化できませんでした。" 1901 }, 1902 { 1903 "id": "Could not target org.\n{{.APIErr}}", 1904 "translation": "組織をターゲットにすることができませんでした。\n{{.APIErr}}" 1905 }, 1906 { 1907 "id": "Couldn't create temp file for upload", 1908 "translation": "アップロード用の一時ファイルを作成できませんでした" 1909 }, 1910 { 1911 "id": "Couldn't open buildpack file", 1912 "translation": "ビルドパック・ファイルを開けませんでした" 1913 }, 1914 { 1915 "id": "Couldn't write zip file", 1916 "translation": "zip ファイルを書き込めませんでした" 1917 }, 1918 { 1919 "id": "Create a TCP route", 1920 "translation": "TCP 経路を作成します" 1921 }, 1922 { 1923 "id": "Create a buildpack", 1924 "translation": "ビルドパックを作成します" 1925 }, 1926 { 1927 "id": "Create a domain in an org for later use", 1928 "translation": "後で使用するために組織内にドメインを作成します" 1929 }, 1930 { 1931 "id": "Create a domain that can be used by all orgs (admin-only)", 1932 "translation": "すべての組織 (管理者のみ) が使用できるドメインを作成します" 1933 }, 1934 { 1935 "id": "Create a new user", 1936 "translation": "新しいユーザーを作成します" 1937 }, 1938 { 1939 "id": "Create a random port for the TCP route", 1940 "translation": "TCP 経路用のランダム・ポートを作成します" 1941 }, 1942 { 1943 "id": "Create a random route for this app", 1944 "translation": "このアプリのランダム経路を作成します" 1945 }, 1946 { 1947 "id": "Create a security group", 1948 "translation": "セキュリティー・グループを作成します" 1949 }, 1950 { 1951 "id": "Create a service auth token", 1952 "translation": "サービス認証トークンを作成します" 1953 }, 1954 { 1955 "id": "Create a service broker", 1956 "translation": "サービス・ブローカーを作成します" 1957 }, 1958 { 1959 "id": "Create a service instance", 1960 "translation": "サービス・インスタンスを作成します" 1961 }, 1962 { 1963 "id": "Create a space", 1964 "translation": "スペースを作成します" 1965 }, 1966 { 1967 "id": "Create a url route in a space for later use", 1968 "translation": "後で使用するためにスペース内に URL 経路を作成します" 1969 }, 1970 { 1971 "id": "Create an HTTP route", 1972 "translation": "HTTP 経路を作成します" 1973 }, 1974 { 1975 "id": "Create an HTTP route:\\n CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Create a TCP route:\\n CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n CF_NAME create-route my-space example.com # example.com\\n CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com\\n CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n CF_NAME create-route my-space example.com --port 5000 # example.com:5000", 1976 "translation": "HTTP 経路を作成します。\\n CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n TCP 経路を作成します。\\n CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\n例:\\n CF_NAME create-route my-space example.com # example.com\\n CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com\\n CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n CF_NAME create-route my-space example.com --port 5000 # example.com:5000" 1977 }, 1978 { 1979 "id": "Create an app manifest for an app that has been pushed successfully", 1980 "translation": "正常にプッシュされたアプリのアプリ・マニフェストを作成します" 1981 }, 1982 { 1983 "id": "Create an isolation segment", 1984 "translation": "" 1985 }, 1986 { 1987 "id": "Create an org", 1988 "translation": "組織を作成します" 1989 }, 1990 { 1991 "id": "Create and manage apps and services, and see logs and reports\n", 1992 "translation": "アプリとサービスを作成して管理し、ログとレポートを表示します\n" 1993 }, 1994 { 1995 "id": "Create and manage the billing account and payment info\n", 1996 "translation": "請求アカウントおよび支払情報を作成して管理します\n" 1997 }, 1998 { 1999 "id": "Create key for a service instance", 2000 "translation": "サービス・インスタンスのキーを作成します" 2001 }, 2002 { 2003 "id": "Creating V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 2004 "translation": "" 2005 }, 2006 { 2007 "id": "Creating an app manifest from current settings of app ", 2008 "translation": "アプリの現在の設定からアプリ・マニフェストを作成しています " 2009 }, 2010 { 2011 "id": "Creating app with these attributes...", 2012 "translation": "" 2013 }, 2014 { 2015 "id": "Creating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 2016 "translation": "" 2017 }, 2018 { 2019 "id": "Creating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2020 "translation": "{{.Username}} としてアプリ {{.AppName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..." 2021 }, 2022 { 2023 "id": "Creating buildpack {{.BuildpackName}}...", 2024 "translation": "ビルドパック {{.BuildpackName}} を作成しています..." 2025 }, 2026 { 2027 "id": "Creating domain {{.DomainName}} for org {{.OrgName}} as {{.Username}}...", 2028 "translation": "{{.Username}} として組織 {{.OrgName}} のドメイン {{.DomainName}} を作成しています..." 2029 }, 2030 { 2031 "id": "Creating isolation segment {{.SegmentName}} as {{.CurrentUser}}...", 2032 "translation": "" 2033 }, 2034 { 2035 "id": "Creating org {{.OrgName}} as {{.Username}}...", 2036 "translation": "{{.Username}} として組織 {{.OrgName}} を作成しています..." 2037 }, 2038 { 2039 "id": "Creating quota {{.QuotaName}} as {{.Username}}...", 2040 "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を作成しています..." 2041 }, 2042 { 2043 "id": "Creating random route for {{.Domain}}", 2044 "translation": "{{.Domain}} 用のランダム経路を作成しています" 2045 }, 2046 { 2047 "id": "Creating route {{.Hostname}}...", 2048 "translation": "経路 {{.Hostname}} を作成しています..." 2049 }, 2050 { 2051 "id": "Creating route {{.URL}} for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2052 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} の経路 {{.URL}} を作成しています..." 2053 }, 2054 { 2055 "id": "Creating security group {{.security_group}} as {{.username}}", 2056 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を作成しています" 2057 }, 2058 { 2059 "id": "Creating service auth token as {{.CurrentUser}}...", 2060 "translation": "{{.CurrentUser}} としてサービス認証トークンを作成しています..." 2061 }, 2062 { 2063 "id": "Creating service broker {{.Name}} as {{.Username}}...", 2064 "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を作成しています..." 2065 }, 2066 { 2067 "id": "Creating service broker {{.Name}} in org {{.Org}} / space {{.Space}} as {{.Username}}...", 2068 "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を組織 {{.Org}} / スペース {{.Space}} 内に作成しています..." 2069 }, 2070 { 2071 "id": "Creating service instance {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2072 "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..." 2073 }, 2074 { 2075 "id": "Creating service key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 2076 "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} を作成しています..." 2077 }, 2078 { 2079 "id": "Creating shared domain {{.DomainName}} as {{.Username}}...", 2080 "translation": "{{.Username}} として共有ドメイン {{.DomainName}} を作成しています..." 2081 }, 2082 { 2083 "id": "Creating space quota {{.QuotaName}} for org {{.OrgName}} as {{.Username}}...", 2084 "translation": "{{.Username}} として組織 {{.OrgName}} のスペース割り当て量 {{.QuotaName}} を作成しています..." 2085 }, 2086 { 2087 "id": "Creating space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 2088 "translation": "{{.CurrentUser}} としてスペース {{.SpaceName}} を組織 {{.OrgName}} 内に作成しています..." 2089 }, 2090 { 2091 "id": "Creating task for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2092 "translation": "" 2093 }, 2094 { 2095 "id": "Creating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2096 "translation": "{{.CurrentUser}} としてユーザー提供サービス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..." 2097 }, 2098 { 2099 "id": "Creating user {{.TargetUser}}...", 2100 "translation": "ユーザー {{.TargetUser}} を作成しています..." 2101 }, 2102 { 2103 "id": "Credentials were rejected, please try again.", 2104 "translation": "資格情報が拒否されました、やり直してください。" 2105 }, 2106 { 2107 "id": "Credentials, provided inline or in a file, to be exposed in the VCAP_SERVICES environment variable for bound applications", 2108 "translation": "バインド済みアプリケーションにおいて VCAP_SERVICES 環境変数で公開される、インラインまたはファイルで指定された資格情報" 2109 }, 2110 { 2111 "id": "Current Password", 2112 "translation": "現在のパスワード" 2113 }, 2114 { 2115 "id": "Current password did not match", 2116 "translation": "現在のパスワードは一致しませんでした" 2117 }, 2118 { 2119 "id": "Custom buildpack by name (e.g. my-buildpack) or Git URL (e.g. 'https://github.com/cloudfoundry/java-buildpack.git') or Git URL with a branch or tag (e.g. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' for 'v3.3.0' tag). To use built-in buildpacks only, specify 'default' or 'null'", 2120 "translation": "名前 (例: my-buildpack)、Git URL (例: 'https://github.com/cloudfoundry/java-buildpack.git')、あるいはブランチまたはタグを含む Git URL (例: 'v3.3.0' タグの場合、'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0') によるカスタム・ビルドパック。組み込みビルドパックのみを使用するには、'default' または 'null' を指定します" 2121 }, 2122 { 2123 "id": "Custom headers to include in the request, flag can be specified multiple times", 2124 "translation": "要求に組み込むカスタム・ヘッダー、フラグは何度でも指定できます" 2125 }, 2126 { 2127 "id": "DOMAIN", 2128 "translation": "ドメイン" 2129 }, 2130 { 2131 "id": "DOMAINS", 2132 "translation": "ドメイン" 2133 }, 2134 { 2135 "id": "DOMAINS:", 2136 "translation": "" 2137 }, 2138 { 2139 "id": "Dashboard: {{.URL}}", 2140 "translation": "ダッシュボード: {{.URL}}" 2141 }, 2142 { 2143 "id": "Define a new resource quota", 2144 "translation": "新しいリソース割り当て量を定義します" 2145 }, 2146 { 2147 "id": "Define a new space resource quota", 2148 "translation": "新しいスペース・リソース割り当て量を定義します" 2149 }, 2150 { 2151 "id": "Delete a TCP route", 2152 "translation": "TCP 経路を削除します" 2153 }, 2154 { 2155 "id": "Delete a buildpack", 2156 "translation": "ビルドパックを削除します" 2157 }, 2158 { 2159 "id": "Delete a domain", 2160 "translation": "ドメインを削除します" 2161 }, 2162 { 2163 "id": "Delete a quota", 2164 "translation": "割り当て量を削除します" 2165 }, 2166 { 2167 "id": "Delete a route", 2168 "translation": "経路を削除します" 2169 }, 2170 { 2171 "id": "Delete a service auth token", 2172 "translation": "サービス認証トークンを削除します" 2173 }, 2174 { 2175 "id": "Delete a service broker", 2176 "translation": "サービス・ブローカーを削除します" 2177 }, 2178 { 2179 "id": "Delete a service instance", 2180 "translation": "サービス・インスタンスを削除します" 2181 }, 2182 { 2183 "id": "Delete a service key", 2184 "translation": "サービス・キーを削除します" 2185 }, 2186 { 2187 "id": "Delete a shared domain", 2188 "translation": "共有ドメインを削除します" 2189 }, 2190 { 2191 "id": "Delete a space", 2192 "translation": "スペースを削除します" 2193 }, 2194 { 2195 "id": "Delete a space quota definition and unassign the space quota from all spaces", 2196 "translation": "スペース割り当て量定義を削除し、すべてのスペースからスペース割り当て量を割り当て解除します" 2197 }, 2198 { 2199 "id": "Delete a user", 2200 "translation": "ユーザーを削除します" 2201 }, 2202 { 2203 "id": "Delete all orphaned routes (i.e. those that are not mapped to an app)", 2204 "translation": "すべての孤立した経路 (すなわちアプリにマップされていない経路) を削除します" 2205 }, 2206 { 2207 "id": "Delete an HTTP route", 2208 "translation": "HTTP 経路を削除します" 2209 }, 2210 { 2211 "id": "Delete an HTTP route:\\n CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n Delete a TCP route:\\n CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXAMPLES:\\n CF_NAME delete-route example.com # example.com\\n CF_NAME delete-route example.com --hostname myhost # myhost.example.com\\n CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME delete-route example.com --port 5000 # example.com:5000", 2212 "translation": "HTTP 経路を削除します。\\n CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n TCP 経路を削除します。\\n CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\n例:\\n CF_NAME delete-route example.com # example.com\\n CF_NAME delete-route example.com --hostname myhost # myhost.example.com\\n CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME delete-route example.com --port 5000 # example.com:5000" 2213 }, 2214 { 2215 "id": "Delete an app", 2216 "translation": "アプリを削除します" 2217 }, 2218 { 2219 "id": "Delete an isolation segment", 2220 "translation": "" 2221 }, 2222 { 2223 "id": "Delete an org", 2224 "translation": "組織を削除します" 2225 }, 2226 { 2227 "id": "Delete cancelled", 2228 "translation": "削除が取り消されました" 2229 }, 2230 { 2231 "id": "Delete space within specified org", 2232 "translation": "" 2233 }, 2234 { 2235 "id": "Deletes a security group", 2236 "translation": "セキュリティー・グループを削除します" 2237 }, 2238 { 2239 "id": "Deleting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2240 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を削除しています..." 2241 }, 2242 { 2243 "id": "Deleting buildpack {{.BuildpackName}}...", 2244 "translation": "ビルドパック {{.BuildpackName}} を削除しています..." 2245 }, 2246 { 2247 "id": "Deleting domain {{.DomainName}} as {{.Username}}...", 2248 "translation": "{{.Username}} としてドメイン {{.DomainName}} を削除しています..." 2249 }, 2250 { 2251 "id": "Deleting isolation segment {{.SegmentName}} as {{.CurrentUser}}...", 2252 "translation": "" 2253 }, 2254 { 2255 "id": "Deleting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 2256 "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキー {{.ServiceKeyName}} を削除しています..." 2257 }, 2258 { 2259 "id": "Deleting org {{.OrgName}} as {{.Username}}...", 2260 "translation": "{{.Username}} として組織 {{.OrgName}} を削除しています..." 2261 }, 2262 { 2263 "id": "Deleting quota {{.QuotaName}} as {{.Username}}...", 2264 "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を削除しています..." 2265 }, 2266 { 2267 "id": "Deleting route {{.Route}} ...", 2268 "translation": "" 2269 }, 2270 { 2271 "id": "Deleting route {{.Route}}...", 2272 "translation": "経路 {{.Route}} を削除しています..." 2273 }, 2274 { 2275 "id": "Deleting route {{.URL}}...", 2276 "translation": "経路 {{.URL}} を削除しています..." 2277 }, 2278 { 2279 "id": "Deleting security group {{.security_group}} as {{.username}}", 2280 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を削除しています" 2281 }, 2282 { 2283 "id": "Deleting service auth token as {{.CurrentUser}}", 2284 "translation": "{{.CurrentUser}} としてサービス認証トークンを削除しています" 2285 }, 2286 { 2287 "id": "Deleting service broker {{.Name}} as {{.Username}}...", 2288 "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を削除しています..." 2289 }, 2290 { 2291 "id": "Deleting service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2292 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} を削除しています..." 2293 }, 2294 { 2295 "id": "Deleting space quota {{.QuotaName}} as {{.Username}}...", 2296 "translation": "{{.Username}} としてスペース割り当て量 {{.QuotaName}} を削除しています..." 2297 }, 2298 { 2299 "id": "Deleting space {{.TargetSpace}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 2300 "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のスペース {{.TargetSpace}} を削除しています..." 2301 }, 2302 { 2303 "id": "Deleting user {{.TargetUser}} as {{.CurrentUser}}...", 2304 "translation": "{{.CurrentUser}} としてユーザー {{.TargetUser}} を削除しています..." 2305 }, 2306 { 2307 "id": "Description: {{.ServiceDescription}}", 2308 "translation": "説明: {{.ServiceDescription}}" 2309 }, 2310 { 2311 "id": "Did you mean?", 2312 "translation": "もしかして?" 2313 }, 2314 { 2315 "id": "Disable access for a specified organization", 2316 "translation": "特定の組織に対するアクセスを無効にします" 2317 }, 2318 { 2319 "id": "Disable access to a service or service plan for one or all orgs", 2320 "translation": "1 つまたはすべての組織に対してサービスまたはサービス・プランへのアクセスを無効にします" 2321 }, 2322 { 2323 "id": "Disable access to a specified service plan", 2324 "translation": "特定のサービス・プランへのアクセスを無効にします" 2325 }, 2326 { 2327 "id": "Disable pseudo-tty allocation", 2328 "translation": "pseudo-tty 割り振りを無効にします" 2329 }, 2330 { 2331 "id": "Disable ssh for the application", 2332 "translation": "このアプリケーションに対して SSH を無効にします" 2333 }, 2334 { 2335 "id": "Disable the buildpack from being used for staging", 2336 "translation": "このビルドパックをステージングに使用できないようにします" 2337 }, 2338 { 2339 "id": "Disable the use of a feature so that users have access to and can use the feature", 2340 "translation": "フィーチャーの使用を無効にすると、ユーザーはそのフィーチャーにアクセスしたり使用したりできるようになります" 2341 }, 2342 { 2343 "id": "Disabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...", 2344 "translation": "{{.Username}} としてサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを無効にしています..." 2345 }, 2346 { 2347 "id": "Disabling access to all plans of service {{.ServiceName}} for all orgs as {{.UserName}}...", 2348 "translation": "{{.UserName}} としてすべての組織に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを無効にしています..." 2349 }, 2350 { 2351 "id": "Disabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...", 2352 "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを無効にしています..." 2353 }, 2354 { 2355 "id": "Disabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...", 2356 "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを無効にしています..." 2357 }, 2358 { 2359 "id": "Disabling ssh support for '{{.AppName}}'...", 2360 "translation": "'{{.AppName}}' に対する SSH サポートを無効にしています..." 2361 }, 2362 { 2363 "id": "Disabling ssh support for space '{{.SpaceName}}'...", 2364 "translation": "スペース '{{.SpaceName}}' に対する SSH サポートを無効にしています..." 2365 }, 2366 { 2367 "id": "Disallow SSH access for the space", 2368 "translation": "このスペースに対する SSH アクセスを不許可にします" 2369 }, 2370 { 2371 "id": "Disk limit (e.g. 256M, 1024M, 1G)", 2372 "translation": "ディスク制限 (例: 256M、1024M、1G)" 2373 }, 2374 { 2375 "id": "Display an app", 2376 "translation": "" 2377 }, 2378 { 2379 "id": "Display health and status for app", 2380 "translation": "アプリの正常性と状況を表示します" 2381 }, 2382 { 2383 "id": "Do not colorize output", 2384 "translation": "" 2385 }, 2386 { 2387 "id": "Do not execute a remote command", 2388 "translation": "リモート・コマンドを実行しません" 2389 }, 2390 { 2391 "id": "Do not map a route to this app", 2392 "translation": "" 2393 }, 2394 { 2395 "id": "Do not map a route to this app and remove routes from previous pushes of this app", 2396 "translation": "このアプリに経路をマップせずに、このアプリの前回までのプッシュから経路を削除します" 2397 }, 2398 { 2399 "id": "Do not start an app after pushing", 2400 "translation": "プッシュ後にアプリを開始しません" 2401 }, 2402 { 2403 "id": "Do you want to install the plugin {{.Path}}?", 2404 "translation": "" 2405 }, 2406 { 2407 "id": "Do you want to uninstall the existing plugin and install {{.Path}} {{.PluginVersion}}?", 2408 "translation": "" 2409 }, 2410 { 2411 "id": "Docker password", 2412 "translation": "" 2413 }, 2414 { 2415 "id": "Docker-image to be used (e.g. user/docker-image-name)", 2416 "translation": "使用される Docker イメージ (例: user/docker-image-name)" 2417 }, 2418 { 2419 "id": "Documentation url: {{.URL}}", 2420 "translation": "資料 URL: {{.URL}}" 2421 }, 2422 { 2423 "id": "Domain (e.g. example.com)", 2424 "translation": "ドメイン (例: example.com)" 2425 }, 2426 { 2427 "id": "Domains:", 2428 "translation": "ドメイン:" 2429 }, 2430 { 2431 "id": "Download attempt failed: {{.Error}}\n\nUnable to install, plugin is not available from the given url.", 2432 "translation": "ダウンロードを試みたが失敗しました: {{.Error}}\n\nインストールできません、指定された URL からプラグインを取得することができません。" 2433 }, 2434 { 2435 "id": "Download attempt failed; server returned {{.ErrorMessage}}\nUnable to install; plugin is not available from the given URL.", 2436 "translation": "" 2437 }, 2438 { 2439 "id": "Downloaded plugin binary's checksum does not match repo metadata", 2440 "translation": "ダウンロードされたプラグイン・バイナリーのチェックサムはリポジトリー・メタデータと一致しません" 2441 }, 2442 { 2443 "id": "Downloaded plugin binary's checksum does not match repo metadata.\nPlease try again or contact the plugin author.", 2444 "translation": "" 2445 }, 2446 { 2447 "id": "Dump recent logs instead of tailing", 2448 "translation": "最近のログを追尾ではなくダンプします" 2449 }, 2450 { 2451 "id": "ENVIRONMENT VARIABLE GROUPS", 2452 "translation": "環境変数グループ" 2453 }, 2454 { 2455 "id": "ENVIRONMENT VARIABLE GROUPS:", 2456 "translation": "" 2457 }, 2458 { 2459 "id": "ENVIRONMENT VARIABLES:", 2460 "translation": "" 2461 }, 2462 { 2463 "id": "ENVIRONMENT:", 2464 "translation": "" 2465 }, 2466 { 2467 "id": "EXAMPLES", 2468 "translation": "例" 2469 }, 2470 { 2471 "id": "Empty file or folder", 2472 "translation": "空のファイルまたはフォルダー" 2473 }, 2474 { 2475 "id": "Enable HTTP proxying for API requests", 2476 "translation": "" 2477 }, 2478 { 2479 "id": "Enable access for a specified organization", 2480 "translation": "特定の組織に対するアクセスを有効にします" 2481 }, 2482 { 2483 "id": "Enable access to a service or service plan for one or all orgs", 2484 "translation": "1 つまたはすべての組織に対してサービスまたはサービス・プランへのアクセスを有効にします" 2485 }, 2486 { 2487 "id": "Enable access to a specified service plan", 2488 "translation": "特定のサービス・プランへのアクセスを有効にします" 2489 }, 2490 { 2491 "id": "Enable or disable color", 2492 "translation": "色を有効または無効にします" 2493 }, 2494 { 2495 "id": "Enable ssh for the application", 2496 "translation": "このアプリケーションに対して SSH を有効にします" 2497 }, 2498 { 2499 "id": "Enable the buildpack to be used for staging", 2500 "translation": "このビルドパックをステージングに使用できるようにします" 2501 }, 2502 { 2503 "id": "Enable the use of a feature so that users have access to and can use the feature", 2504 "translation": "フィーチャーの使用を有効にすると、ユーザーはそのフィーチャーにアクセスしたり使用したりできるようになります" 2505 }, 2506 { 2507 "id": "Enabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...", 2508 "translation": "{{.Username}} としてサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを有効にしています..." 2509 }, 2510 { 2511 "id": "Enabling access to all plans of service {{.ServiceName}} for all orgs as {{.Username}}...", 2512 "translation": "{{.Username}} としてすべての組織に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを有効にしています..." 2513 }, 2514 { 2515 "id": "Enabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...", 2516 "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを有効にしています..." 2517 }, 2518 { 2519 "id": "Enabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...", 2520 "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを有効にしています..." 2521 }, 2522 { 2523 "id": "Enabling isolation segment {{.SegmentName}} for org {{.OrgName}} as {{.CurrentUser}}...", 2524 "translation": "" 2525 }, 2526 { 2527 "id": "Enabling ssh support for '{{.AppName}}'...", 2528 "translation": "'{{.AppName}}' に対する SSH サポートを有効にしています..." 2529 }, 2530 { 2531 "id": "Enabling ssh support for space '{{.SpaceName}}'...", 2532 "translation": "スペース '{{.SpaceName}}' に対する SSH サポートを有効にしています..." 2533 }, 2534 { 2535 "id": "Endpoint deprecated", 2536 "translation": "エンドポイントは非推奨です" 2537 }, 2538 { 2539 "id": "Entitle an organization to an isolation segment", 2540 "translation": "" 2541 }, 2542 { 2543 "id": "Env variable {{.VarName}} was not set.", 2544 "translation": "環境変数 {{.VarName}} が設定されていません。" 2545 }, 2546 { 2547 "id": "Environment variable CF_DOCKER_PASSWORD not set.", 2548 "translation": "" 2549 }, 2550 { 2551 "id": "Error accessing org {{.OrgName}} for GUID': ", 2552 "translation": "次のものを取得するために組織 {{.OrgName}} にアクセスしたときエラーが発生しました: GUID': " 2553 }, 2554 { 2555 "id": "Error building request", 2556 "translation": "要求の作成時にエラーが発生しました" 2557 }, 2558 { 2559 "id": "Error creating manifest file: ", 2560 "translation": "マニフェスト・ファイルの作成時にエラーが発生しました: " 2561 }, 2562 { 2563 "id": "Error creating request:\n{{.Err}}", 2564 "translation": "要求の作成時にエラーが発生しました:\n{{.Err}}" 2565 }, 2566 { 2567 "id": "Error creating tmp file: {{.Err}}", 2568 "translation": "一時ファイルの作成時にエラーが発生しました: {{.Err}}" 2569 }, 2570 { 2571 "id": "Error creating upload", 2572 "translation": "アップロードの作成時にエラーが発生しました" 2573 }, 2574 { 2575 "id": "Error creating user {{.TargetUser}}.\n{{.Error}}", 2576 "translation": "ユーザー {{.TargetUser}} の作成時にエラーが発生しました。\n{{.Error}}" 2577 }, 2578 { 2579 "id": "Error creating user {{.User}}.", 2580 "translation": "" 2581 }, 2582 { 2583 "id": "Error deleting buildpack {{.Name}}\n{{.Error}}", 2584 "translation": "ビルドパック {{.Name}} の削除時にエラーが発生しました\n{{.Error}}" 2585 }, 2586 { 2587 "id": "Error deleting domain {{.DomainName}}\n{{.APIErr}}", 2588 "translation": "ドメイン {{.DomainName}} の削除時にエラーが発生しました\n{{.APIErr}}" 2589 }, 2590 { 2591 "id": "Error deleting domain {{.DomainName}}\n{{.Err}}", 2592 "translation": "ドメイン {{.DomainName}} の削除時にエラーが発生しました\n{{.Err}}" 2593 }, 2594 { 2595 "id": "Error deleting user {{.Username}} \nMultiple users with that username found. Please use 'cf curl' to delete the user by guid instead.", 2596 "translation": "" 2597 }, 2598 { 2599 "id": "Error disabling ssh support for ", 2600 "translation": "次のものに対する SSH サポートを無効にしようとしたときエラーが発生しました: " 2601 }, 2602 { 2603 "id": "Error disabling ssh support for space ", 2604 "translation": "次のスペースに対する SSH サポートを無効にしようとしたときエラーが発生しました: " 2605 }, 2606 { 2607 "id": "Error dumping request\n{{.Err}}\n", 2608 "translation": "要求のダンプ時にエラーが発生しました\n{{.Err}}\n" 2609 }, 2610 { 2611 "id": "Error dumping response\n{{.Err}}\n", 2612 "translation": "応答のダンプ時にエラーが発生しました\n{{.Err}}\n" 2613 }, 2614 { 2615 "id": "Error enabling ssh support for ", 2616 "translation": "次のものに対する SSH サポートを有効にしようとしたときエラーが発生しました: " 2617 }, 2618 { 2619 "id": "Error enabling ssh support for space ", 2620 "translation": "次のスペースに対する SSH サポートを有効にしようとしたときエラーが発生しました: " 2621 }, 2622 { 2623 "id": "Error finding available orgs\n{{.APIErr}}", 2624 "translation": "使用可能な組織の検索時にエラーが発生しました\n{{.APIErr}}" 2625 }, 2626 { 2627 "id": "Error finding available spaces\n{{.Err}}", 2628 "translation": "使用可能なスペースの検索時にエラーが発生しました\n{{.Err}}" 2629 }, 2630 { 2631 "id": "Error finding domain {{.DomainName}}\n{{.APIErr}}", 2632 "translation": "ドメイン {{.DomainName}} の検索時にエラーが発生しました\n{{.APIErr}}" 2633 }, 2634 { 2635 "id": "Error finding domain {{.DomainName}}\n{{.Err}}", 2636 "translation": "ドメイン {{.DomainName}} の検索時にエラーが発生しました\n{{.Err}}" 2637 }, 2638 { 2639 "id": "Error finding manifest", 2640 "translation": "マニフェストの検索時にエラーが発生しました" 2641 }, 2642 { 2643 "id": "Error finding org {{.OrgName}}\n{{.ErrorDescription}}", 2644 "translation": "組織 {{.OrgName}} の検索時にエラーが発生しました\n{{.ErrorDescription}}" 2645 }, 2646 { 2647 "id": "Error finding org {{.OrgName}}\n{{.Err}}", 2648 "translation": "組織 {{.OrgName}} の検索時にエラーが発生しました\n{{.Err}}" 2649 }, 2650 { 2651 "id": "Error finding space {{.SpaceName}}\n{{.Err}}", 2652 "translation": "スペース {{.SpaceName}} の検索時にエラーが発生しました\n{{.Err}}" 2653 }, 2654 { 2655 "id": "Error forwarding port: ", 2656 "translation": "ポートの転送時にエラーが発生しました: " 2657 }, 2658 { 2659 "id": "Error getting SSH code: ", 2660 "translation": "SSH コードの取得時にエラーが発生しました: " 2661 }, 2662 { 2663 "id": "Error getting SSH info:", 2664 "translation": "SSH 情報の取得時にエラーが発生しました:" 2665 }, 2666 { 2667 "id": "Error getting application summary: ", 2668 "translation": "アプリケーション・サマリーの取得時にエラーが発生しました: " 2669 }, 2670 { 2671 "id": "Error getting command list from plugin {{.FilePath}}", 2672 "translation": "プラグイン {{.FilePath}} からコマンド・リストを取得しようとしたときエラーが発生しました" 2673 }, 2674 { 2675 "id": "Error getting file info", 2676 "translation": "ファイル情報の取得時にエラーが発生しました" 2677 }, 2678 { 2679 "id": "Error getting one time auth code: ", 2680 "translation": "ワンタイム認証コードの取得時にエラーが発生しました: " 2681 }, 2682 { 2683 "id": "Error getting plugin metadata from repo: ", 2684 "translation": "リポジトリーからプラグイン・メタデータを取得しようとしたときエラーが発生しました: " 2685 }, 2686 { 2687 "id": "Error getting the redirected location: {{.Error}}", 2688 "translation": "リダイレクトされたロケーションを取得中にエラーが発生しました: {{.Error}}" 2689 }, 2690 { 2691 "id": "Error initializing RPC service: ", 2692 "translation": "RPC サービスの初期化時にエラーが発生しました: " 2693 }, 2694 { 2695 "id": "Error marshaling JSON", 2696 "translation": "JSON のマーシャル時にエラーが発生しました" 2697 }, 2698 { 2699 "id": "Error opening SSH connection: ", 2700 "translation": "SSH 接続を開こうとしたときエラーが発生しました: " 2701 }, 2702 { 2703 "id": "Error opening buildpack file", 2704 "translation": "ビルドパック・ファイルを開こうとしたときエラーが発生しました" 2705 }, 2706 { 2707 "id": "Error parsing JSON", 2708 "translation": "JSON の解析中にエラーが発生しました" 2709 }, 2710 { 2711 "id": "Error parsing headers", 2712 "translation": "ヘッダーの解析中にエラーが発生しました" 2713 }, 2714 { 2715 "id": "Error parsing response", 2716 "translation": "応答の解析中にエラーが発生しました" 2717 }, 2718 { 2719 "id": "Error performing request", 2720 "translation": "要求の実行時にエラーが発生しました" 2721 }, 2722 { 2723 "id": "Error processing app files in '{{.Path}}': {{.Error}}", 2724 "translation": "'{{.Path}}' のアプリ・ファイルを処理中にエラーが発生しました: {{.Error}}" 2725 }, 2726 { 2727 "id": "Error processing app files: {{.Error}}", 2728 "translation": "アプリ・ファイルを処理中にエラーが発生しました: {{.Error}}" 2729 }, 2730 { 2731 "id": "Error processing data from server: ", 2732 "translation": "サーバーからのデータを処理しているときエラーが発生しました: " 2733 }, 2734 { 2735 "id": "Error read/writing config: ", 2736 "translation": "構成の読み取り/書き込み時にエラーが発生しました: " 2737 }, 2738 { 2739 "id": "Error reading manifest file:\n{{.Err}}", 2740 "translation": "マニフェスト・ファイルの読み取り時にエラーが発生しました:\n{{.Err}}" 2741 }, 2742 { 2743 "id": "Error reading response", 2744 "translation": "応答の読み取り時にエラーが発生しました" 2745 }, 2746 { 2747 "id": "Error reading response from", 2748 "translation": "次のものから応答を読み取っているときエラーが発生しました:" 2749 }, 2750 { 2751 "id": "Error reading response from server: ", 2752 "translation": "サーバーから応答を読み取っているときエラーが発生しました: " 2753 }, 2754 { 2755 "id": "Error refreshing config: ", 2756 "translation": "構成の更新時にエラーが発生しました: " 2757 }, 2758 { 2759 "id": "Error refreshing oauth token: ", 2760 "translation": "oauth トークンの更新時にエラーが発生しました: " 2761 }, 2762 { 2763 "id": "Error removing plugin binary: ", 2764 "translation": "プラグイン・バイナリーの削除時にエラーが発生しました: " 2765 }, 2766 { 2767 "id": "Error renaming buildpack {{.Name}}\n{{.Error}}", 2768 "translation": "ビルドパック {{.Name}} の名前変更時にエラーが発生しました\n{{.Error}}" 2769 }, 2770 { 2771 "id": "Error requesting from", 2772 "translation": "次のものから要求があったときエラーが発生しました:" 2773 }, 2774 { 2775 "id": "Error requesting one time code from server: {{.Error}}", 2776 "translation": "サーバーからワンタイム・コードを要求しているときにエラーが発生しました: {{.Error}}" 2777 }, 2778 { 2779 "id": "Error resolving route:\n{{.Err}}", 2780 "translation": "経路の解決時にエラーが発生しました:\n{{.Err}}" 2781 }, 2782 { 2783 "id": "Error restarting application: {{.Error}}", 2784 "translation": "アプリケーションの再始動時にエラーが発生しました: {{.Error}}" 2785 }, 2786 { 2787 "id": "Error retrieving stack: ", 2788 "translation": "スタックの取得時にエラーが発生しました: " 2789 }, 2790 { 2791 "id": "Error retrieving stacks: {{.Error}}", 2792 "translation": "スタックの取得時にエラーが発生しました: {{.Error}}" 2793 }, 2794 { 2795 "id": "Error running task: {{.CloudControllerMessage}}", 2796 "translation": "" 2797 }, 2798 { 2799 "id": "Error saving manifest: {{.Error}}", 2800 "translation": "マニフェストの保存時にエラーが発生しました: {{.Error}}" 2801 }, 2802 { 2803 "id": "Error staging application: {{.Message}}", 2804 "translation": "" 2805 }, 2806 { 2807 "id": "Error staging application: {{.Message}}\n\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks.", 2808 "translation": "" 2809 }, 2810 { 2811 "id": "Error updating buildpack {{.Name}}\n{{.Error}}", 2812 "translation": "ビルドパック {{.Name}} の更新時にエラーが発生しました\n{{.Error}}" 2813 }, 2814 { 2815 "id": "Error updating health_check_type for ", 2816 "translation": "次のものの health_check_type を更新しているときエラーが発生しました: " 2817 }, 2818 { 2819 "id": "Error uploading application.\n{{.APIErr}}", 2820 "translation": "アプリケーションのアップロード時にエラーが発生しました。\n{{.APIErr}}" 2821 }, 2822 { 2823 "id": "Error uploading buildpack {{.Name}}\n{{.Error}}", 2824 "translation": "ビルドパック {{.Name}} のアップロード時にエラーが発生しました\n{{.Error}}" 2825 }, 2826 { 2827 "id": "Error writing to tmp file: {{.Err}}", 2828 "translation": "一時ファイルへの書き込み時にエラーが発生しました: {{.Err}}" 2829 }, 2830 { 2831 "id": "Error zipping application", 2832 "translation": "アプリケーションの zip 中にエラーが発生しました" 2833 }, 2834 { 2835 "id": "Error {{.ErrorDescription}} is being passed in as the argument for 'Position' but 'Position' requires an integer. For more syntax help, see `cf create-buildpack -h`.", 2836 "translation": "エラー {{.ErrorDescription}} が 'Position' の引数として渡されようとしていますが、'Position' は整数を必要としています。 さらなる構文ヘルプについては、`cf create-buildpack -h` を参照してください。" 2837 }, 2838 { 2839 "id": "Error: ", 2840 "translation": "エラー: " 2841 }, 2842 { 2843 "id": "Error: No name found for app", 2844 "translation": "エラー: アプリの名前が見つかりませんでした" 2845 }, 2846 { 2847 "id": "Error: timed out waiting for async job '{{.ErrURL}}' to finish", 2848 "translation": "エラー: 非同期ジョブ '{{.ErrURL}}' が終了するのを待っているときタイムアウトになりました" 2849 }, 2850 { 2851 "id": "Error: {{.Err}}", 2852 "translation": "エラー: {{.Err}}" 2853 }, 2854 { 2855 "id": "Executes a request to the targeted API endpoint", 2856 "translation": "ターゲットの API エンドポイントへの要求を実行します" 2857 }, 2858 { 2859 "id": "Expected application to be a list of key/value pairs\nError occurred in manifest near:\n'{{.YmlSnippet}}'", 2860 "translation": "アプリケーションはキー/値ペアのリストであることが予期されていました\n近くのマニフェストでエラーが発生しました:\n'{{.YmlSnippet}}'" 2861 }, 2862 { 2863 "id": "Expected applications to be a list", 2864 "translation": "アプリケーションはリストであることが予期されていました" 2865 }, 2866 { 2867 "id": "Expected {{.Name}} to be a set of key =\u003e value, but it was a {{.Type}}.", 2868 "translation": "{{.Name}} はキー =\u003e 値のセットであると予期されていましたが、{{.Type}} でした。" 2869 }, 2870 { 2871 "id": "Expected {{.PropertyName}} to be a boolean.", 2872 "translation": "{{.PropertyName}} はブール値であると予期されていました。" 2873 }, 2874 { 2875 "id": "Expected {{.PropertyName}} to be a list of integers.", 2876 "translation": "{{.PropertyName}} は整数のリストであると予期されていました。" 2877 }, 2878 { 2879 "id": "Expected {{.PropertyName}} to be a list of strings.", 2880 "translation": "{{.PropertyName}} はストリングのリストであると予期されていました。" 2881 }, 2882 { 2883 "id": "Expected {{.PropertyName}} to be a number, but it was a {{.PropertyType}}.", 2884 "translation": "{{.PropertyName}} は数値であると予期されていましたが、{{.PropertyType}} でした。" 2885 }, 2886 { 2887 "id": "FAILED", 2888 "translation": "失敗" 2889 }, 2890 { 2891 "id": "FEATURE FLAGS", 2892 "translation": "フィーチャー・フラグ" 2893 }, 2894 { 2895 "id": "FEATURE FLAGS:", 2896 "translation": "" 2897 }, 2898 { 2899 "id": "Failed assigning org role to user: ", 2900 "translation": "組織の役割をユーザーに割り当てることができませんでした: " 2901 }, 2902 { 2903 "id": "Failed fetching buildpacks.\n{{.Error}}", 2904 "translation": "ビルドパックを取り出せませんでした。\n{{.Error}}" 2905 }, 2906 { 2907 "id": "Failed fetching domains for organization {{.OrgName}}.\n{{.Err}}", 2908 "translation": "組織 {{.OrgName}} のドメインを取り出せませんでした。\n{{.Err}}" 2909 }, 2910 { 2911 "id": "Failed fetching domains.\n{{.Error}}", 2912 "translation": "ドメインを取り出せませんでした。\n{{.Error}}" 2913 }, 2914 { 2915 "id": "Failed fetching events.\n{{.APIErr}}", 2916 "translation": "イベントを取り出せませんでした。\n{{.APIErr}}" 2917 }, 2918 { 2919 "id": "Failed fetching org-users for role {{.OrgRoleToDisplayName}}.\n{{.Error}}", 2920 "translation": "役割 {{.OrgRoleToDisplayName}} の組織ユーザーを取り出せませんでした。\n{{.Error}}" 2921 }, 2922 { 2923 "id": "Failed fetching orgs.\n{{.APIErr}}", 2924 "translation": "組織を取り出せませんでした。\n{{.APIErr}}" 2925 }, 2926 { 2927 "id": "Failed fetching router groups.\n{{.Err}}", 2928 "translation": "ルーター・グループを取り出せませんでした。\n{{.Err}}" 2929 }, 2930 { 2931 "id": "Failed fetching routes.\n{{.Err}}", 2932 "translation": "経路を取り出せませんでした。\n{{.Err}}" 2933 }, 2934 { 2935 "id": "Failed fetching space-users for role {{.SpaceRoleToDisplayName}}.\n{{.Error}}", 2936 "translation": "役割 {{.SpaceRoleToDisplayName}} のスペース・ユーザーを取り出せませんでした。\n{{.Error}}" 2937 }, 2938 { 2939 "id": "Failed fetching spaces.\n{{.ErrorDescription}}", 2940 "translation": "スペースを取り出せませんでした。\n{{.ErrorDescription}}" 2941 }, 2942 { 2943 "id": "Failed to create a local temporary zip file for the buildpack", 2944 "translation": "ビルドパックのローカル一時 zip ファイルを作成できませんでした" 2945 }, 2946 { 2947 "id": "Failed to create json for resource_match request", 2948 "translation": "resource_match 要求の json を作成できませんでした" 2949 }, 2950 { 2951 "id": "Failed to create manifest, unable to parse environment variable: ", 2952 "translation": "マニフェストを作成できませんでした、環境変数を解析できません: " 2953 }, 2954 { 2955 "id": "Failed to make plugin executable: {{.Error}}", 2956 "translation": "プラグインを実行可能にすることができませんでした: {{.Error}}" 2957 }, 2958 { 2959 "id": "Failed to marshal JSON", 2960 "translation": "JSON をマーシャルできませんでした" 2961 }, 2962 { 2963 "id": "Failed to start oauth request", 2964 "translation": "oauth 要求を開始できませんでした" 2965 }, 2966 { 2967 "id": "Failed to watch staging of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2968 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のステージングの監視に失敗しました..." 2969 }, 2970 { 2971 "id": "Feature {{.FeatureFlag}} Disabled.", 2972 "translation": "フィーチャー {{.FeatureFlag}} が無効化されました。" 2973 }, 2974 { 2975 "id": "Feature {{.FeatureFlag}} Enabled.", 2976 "translation": "フィーチャー {{.FeatureFlag}} が有効化されました。" 2977 }, 2978 { 2979 "id": "Features", 2980 "translation": "フィーチャー" 2981 }, 2982 { 2983 "id": "File is not a valid cf CLI plugin binary.", 2984 "translation": "" 2985 }, 2986 { 2987 "id": "File not found locally, make sure the file exists at given path {{.FilePath}}", 2988 "translation": "" 2989 }, 2990 { 2991 "id": "File not found locally, make sure the file exists at given path {{.filepath}}", 2992 "translation": "ファイルがローカルで見つかりませんでした、指定されたパス {{.filepath}} にこのファイルが存在しているか確認してください" 2993 }, 2994 { 2995 "id": "Force delete (do not prompt for confirmation)", 2996 "translation": "削除を強制します (確認を求めるプロンプトは出しません)" 2997 }, 2998 { 2999 "id": "Force deletion without confirmation", 3000 "translation": "確認を求めずに削除を強制します" 3001 }, 3002 { 3003 "id": "Force install of plugin without confirmation", 3004 "translation": "確認を求めずにプラグインのインストールを強制します" 3005 }, 3006 { 3007 "id": "Force migration without confirmation", 3008 "translation": "確認を求めずにマイグレーションを強制します" 3009 }, 3010 { 3011 "id": "Force pseudo-tty allocation", 3012 "translation": "pseudo-tty 割り振りを強制します" 3013 }, 3014 { 3015 "id": "Force restart of app without prompt", 3016 "translation": "プロンプトを出さずにアプリの再始動を強制します" 3017 }, 3018 { 3019 "id": "Force unbinding without confirmation", 3020 "translation": "確認を求めずにアンバインドを強制します" 3021 }, 3022 { 3023 "id": "GETTING STARTED", 3024 "translation": "開始" 3025 }, 3026 { 3027 "id": "GETTING STARTED:", 3028 "translation": "" 3029 }, 3030 { 3031 "id": "GLOBAL OPTIONS:", 3032 "translation": "" 3033 }, 3034 { 3035 "id": "Get a one time password for ssh clients", 3036 "translation": "SSH クライアント用のワンタイム・パスワードを取得します" 3037 }, 3038 { 3039 "id": "Get the health_check_type value of an app", 3040 "translation": "アプリの health_check_type 値を取得します" 3041 }, 3042 { 3043 "id": "Getting all services from marketplace...", 3044 "translation": "マーケットプレイスからすべてのサービスを取得しています..." 3045 }, 3046 { 3047 "id": "Getting app info...", 3048 "translation": "" 3049 }, 3050 { 3051 "id": "Getting apps in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3052 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリを取得しています..." 3053 }, 3054 { 3055 "id": "Getting buildpacks...\n", 3056 "translation": "ビルドパックを取得しています...\n" 3057 }, 3058 { 3059 "id": "Getting domains in org {{.OrgName}} as {{.Username}}...", 3060 "translation": "{{.Username}} として組織 {{.OrgName}} 内のドメインを取得しています..." 3061 }, 3062 { 3063 "id": "Getting env variables for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3064 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の環境変数を取得しています..." 3065 }, 3066 { 3067 "id": "Getting events for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 3068 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のイベントを取得しています...\n" 3069 }, 3070 { 3071 "id": "Getting files for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3072 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のファイルを取得しています..." 3073 }, 3074 { 3075 "id": "Getting health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3076 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のヘルス・チェック・タイプを取得しています..." 3077 }, 3078 { 3079 "id": "Getting health_check_type value for ", 3080 "translation": "次のものの health_check_type 値を取得しています: " 3081 }, 3082 { 3083 "id": "Getting info for org {{.OrgName}} as {{.Username}}...", 3084 "translation": "{{.Username}} として組織 {{.OrgName}} の情報を取得しています..." 3085 }, 3086 { 3087 "id": "Getting info for security group {{.security_group}} as {{.username}}", 3088 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} の情報を取得しています" 3089 }, 3090 { 3091 "id": "Getting info for space {{.TargetSpace}} in org {{.OrgName}} as {{.CurrentUser}}...", 3092 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} 内のスペース {{.TargetSpace}} の情報を取得しています..." 3093 }, 3094 { 3095 "id": "Getting isolation segments as {{.CurrentUser}}...", 3096 "translation": "" 3097 }, 3098 { 3099 "id": "Getting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 3100 "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキー {{.ServiceKeyName}} を取得しています..." 3101 }, 3102 { 3103 "id": "Getting keys for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 3104 "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキーを取得しています..." 3105 }, 3106 { 3107 "id": "Getting orgs as {{.Username}}...\n", 3108 "translation": "{{.Username}} として組織を取得しています...\n" 3109 }, 3110 { 3111 "id": "Getting plugins from all repositories ... ", 3112 "translation": "すべてのリポジトリーからプラグインを取得しています ... " 3113 }, 3114 { 3115 "id": "Getting plugins from repository '", 3116 "translation": "次のリポジトリーからプラグインを取得しています: '" 3117 }, 3118 { 3119 "id": "Getting quota {{.QuotaName}} info as {{.Username}}...", 3120 "translation": "{{.Username}} として割り当て量 {{.QuotaName}} 情報を取得しています..." 3121 }, 3122 { 3123 "id": "Getting quotas as {{.Username}}...", 3124 "translation": "{{.Username}} として割り当て量を取得しています..." 3125 }, 3126 { 3127 "id": "Getting router groups as {{.Username}} ...\n", 3128 "translation": "{{.Username}} としてルーター・グループを取得しています...\n" 3129 }, 3130 { 3131 "id": "Getting routes as {{.CurrentUser}} ...", 3132 "translation": "" 3133 }, 3134 { 3135 "id": "Getting routes as {{.Username}} ...\n", 3136 "translation": "{{.Username}} として経路を取得しています...\n" 3137 }, 3138 { 3139 "id": "Getting routes for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}} ...\n", 3140 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} の経路を取得しています...\n" 3141 }, 3142 { 3143 "id": "Getting routes for org {{.OrgName}} as {{.Username}} ...\n", 3144 "translation": "{{.Username}} として組織 {{.OrgName}} の経路を取得しています...\n" 3145 }, 3146 { 3147 "id": "Getting rules for the security group : {{.SecurityGroupName}}...", 3148 "translation": "セキュリティー・グループ {{.SecurityGroupName}} のルールを取得しています..." 3149 }, 3150 { 3151 "id": "Getting security groups as {{.UserName}}...", 3152 "translation": "" 3153 }, 3154 { 3155 "id": "Getting security groups as {{.username}}", 3156 "translation": "{{.username}} としてセキュリティー・グループを取得しています" 3157 }, 3158 { 3159 "id": "Getting service access as {{.Username}}...", 3160 "translation": "{{.Username}} としてサービス・アクセスを取得しています..." 3161 }, 3162 { 3163 "id": "Getting service access for broker {{.Broker}} and organization {{.Organization}} as {{.Username}}...", 3164 "translation": "{{.Username}} としてブローカー {{.Broker}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..." 3165 }, 3166 { 3167 "id": "Getting service access for broker {{.Broker}} and service {{.Service}} and organization {{.Organization}} as {{.Username}}...", 3168 "translation": "{{.Username}} としてブローカー {{.Broker}} とサービス {{.Service}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..." 3169 }, 3170 { 3171 "id": "Getting service access for broker {{.Broker}} and service {{.Service}} as {{.Username}}...", 3172 "translation": "{{.Username}} としてブローカー {{.Broker}} とサービス {{.Service}} に対するサービス・アクセスを取得しています..." 3173 }, 3174 { 3175 "id": "Getting service access for broker {{.Broker}} as {{.Username}}...", 3176 "translation": "{{.Username}} としてブローカー {{.Broker}} に対するサービス・アクセスを取得しています..." 3177 }, 3178 { 3179 "id": "Getting service access for organization {{.Organization}} as {{.Username}}...", 3180 "translation": "{{.Username}} として組織 {{.Organization}} に対するサービス・アクセスを取得しています..." 3181 }, 3182 { 3183 "id": "Getting service access for service {{.Service}} and organization {{.Organization}} as {{.Username}}...", 3184 "translation": "{{.Username}} としてサービス {{.Service}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..." 3185 }, 3186 { 3187 "id": "Getting service access for service {{.Service}} as {{.Username}}...", 3188 "translation": "{{.Username}} としてサービス {{.Service}} に対するサービス・アクセスを取得しています..." 3189 }, 3190 { 3191 "id": "Getting service auth tokens as {{.CurrentUser}}...", 3192 "translation": "{{.CurrentUser}} としてサービス認証トークンを取得しています..." 3193 }, 3194 { 3195 "id": "Getting service brokers as {{.Username}}...\n", 3196 "translation": "{{.Username}} としてサービス・ブローカーを取得しています...\n" 3197 }, 3198 { 3199 "id": "Getting service plan information for service {{.ServiceName}} as {{.CurrentUser}}...", 3200 "translation": "{{.CurrentUser}} としてサービス {{.ServiceName}} のサービス・プラン情報を取得しています..." 3201 }, 3202 { 3203 "id": "Getting service plan information for service {{.ServiceName}}...", 3204 "translation": "サービス {{.ServiceName}} のサービス・プラン情報を取得しています..." 3205 }, 3206 { 3207 "id": "Getting services from marketplace in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3208 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のマーケットプレイスからサービスを取得しています..." 3209 }, 3210 { 3211 "id": "Getting services in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3212 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービスを取得しています..." 3213 }, 3214 { 3215 "id": "Getting space quota {{.Quota}} info as {{.Username}}...", 3216 "translation": "{{.Username}} としてスペース割り当て量 {{.Quota}} 情報を取得しています..." 3217 }, 3218 { 3219 "id": "Getting space quotas as {{.Username}}...", 3220 "translation": "{{.Username}} としてスペース割り当て量を取得しています..." 3221 }, 3222 { 3223 "id": "Getting spaces in org {{.TargetOrgName}} as {{.CurrentUser}}...\n", 3224 "translation": "{{.CurrentUser}} として組織 {{.TargetOrgName}} 内のスペースを取得しています...\n" 3225 }, 3226 { 3227 "id": "Getting stack '{{.Stack}}' in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...", 3228 "translation": "{{.Username}} として組織 {{.OrganizationName}} / スペース {{.SpaceName}} 内のスタック '{{.Stack}}' を取得しています..." 3229 }, 3230 { 3231 "id": "Getting stacks in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...", 3232 "translation": "{{.Username}} として組織 {{.OrganizationName}} / スペース {{.SpaceName}} 内のスタックを取得しています..." 3233 }, 3234 { 3235 "id": "Getting tasks for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3236 "translation": "" 3237 }, 3238 { 3239 "id": "Getting users in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}", 3240 "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザーを取得しています" 3241 }, 3242 { 3243 "id": "Getting users in org {{.TargetOrg}} as {{.CurrentUser}}...", 3244 "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のユーザーを取得しています..." 3245 }, 3246 { 3247 "id": "Global options:", 3248 "translation": "" 3249 }, 3250 { 3251 "id": "HEALTH_CHECK_TYPE must be \"port\", \"process\", or \"http\"", 3252 "translation": "HEALTH_CHECK_TYPE は \"port\"、\"process\"、または \"http\" でなければなりません" 3253 }, 3254 { 3255 "id": "HOSTNAME", 3256 "translation": "ホスト名" 3257 }, 3258 { 3259 "id": "HTTP data to include in the request body, or '@' followed by a file name to read the data from", 3260 "translation": "要求本体に組み込む HTTP データ、または '@' の後にデータの読み取り元のファイル名を続けたもの" 3261 }, 3262 { 3263 "id": "HTTP method (GET,POST,PUT,DELETE,etc)", 3264 "translation": "HTTP メソッド (GET、POST、PUT、DELETE など)" 3265 }, 3266 { 3267 "id": "Health check type must be 'http' to set a health check HTTP endpoint.", 3268 "translation": "ヘルス・チェック HTTP エンドポイントを設定するには、ヘルス・チェック・タイプが 'http' でなければなりません。" 3269 }, 3270 { 3271 "id": "Hostname (e.g. my-subdomain)", 3272 "translation": "ホスト名 (例: my-subdomain)" 3273 }, 3274 { 3275 "id": "Hostname for the HTTP route (required for shared domains)", 3276 "translation": "HTTP 経路のホスト名 (共有ドメインの場合は必須)" 3277 }, 3278 { 3279 "id": "Hostname used in combination with DOMAIN to specify the route to bind", 3280 "translation": "バインドする経路を指定するために DOMAIN と組み合わせて使用するホスト名" 3281 }, 3282 { 3283 "id": "Hostname used in combination with DOMAIN to specify the route to unbind", 3284 "translation": "アンバインドする経路を指定するために DOMAIN と組み合わせて使用するホスト名" 3285 }, 3286 { 3287 "id": "Hostname used to identify the HTTP route", 3288 "translation": "HTTP 経路の識別に使用するホスト名" 3289 }, 3290 { 3291 "id": "INSTALLED PLUGIN COMMANDS", 3292 "translation": "インストール済みプラグイン・コマンド" 3293 }, 3294 { 3295 "id": "INSTALLED PLUGIN COMMANDS:", 3296 "translation": "" 3297 }, 3298 { 3299 "id": "INSTANCE_MEMORY", 3300 "translation": "インスタンス・メモリー" 3301 }, 3302 { 3303 "id": "ISOLATION SEGMENTS:", 3304 "translation": "" 3305 }, 3306 { 3307 "id": "Ignore manifest file", 3308 "translation": "マニフェスト・ファイルを無視します" 3309 }, 3310 { 3311 "id": "In Windows Command Line use single-quoted, escaped JSON: '{\\\"valid\\\":\\\"json\\\"}'", 3312 "translation": "Windows コマンド・ラインでは、単一引用符で囲み、エスケープした JSON を使用してください: '{\\\"valid\\\":\\\"json\\\"}'" 3313 }, 3314 { 3315 "id": "In Windows PowerShell use double-quoted, escaped JSON: \"{\\\"valid\\\":\\\"json\\\"}\"", 3316 "translation": "Windows PowerShell では、二重引用符で囲み、エスケープした JSON を使用してください: \"{\\\"valid\\\":\\\"json\\\"}\"" 3317 }, 3318 { 3319 "id": "In order to move running applications to this isolation segment, they must be restarted.", 3320 "translation": "" 3321 }, 3322 { 3323 "id": "Include response headers in the output", 3324 "translation": "応答ヘッダーを出力に組み込みます" 3325 }, 3326 { 3327 "id": "Incorrect Usage", 3328 "translation": "誤った使用法" 3329 }, 3330 { 3331 "id": "Incorrect Usage. An argument is missing or not correctly enclosed.\n\n", 3332 "translation": "誤った使用法。 欠落している引数または正しく囲まれていない引数があります。\n\n" 3333 }, 3334 { 3335 "id": "Incorrect Usage. Command line flags (except -f) cannot be applied when pushing multiple apps from a manifest file.", 3336 "translation": "誤った使用法。 コマンド・ライン・フラグ (-f 以外) は、マニフェスト・ファイルから複数のアプリをプッシュするときは適用されません。" 3337 }, 3338 { 3339 "id": "Incorrect Usage. HEALTH_CHECK_TYPE must be \"port\" or \"none\"\\n\\n", 3340 "translation": "誤った使用法。 HEALTH_CHECK_TYPE は \"port\" または \"none\" でなければなりません\\n\\n" 3341 }, 3342 { 3343 "id": "Incorrect Usage. Requires 'app-name env-name env-value' as arguments\n\n", 3344 "translation": "誤った使用法。 引数として 'app-name env-name env-value' が必要です\n\n" 3345 }, 3346 { 3347 "id": "Incorrect Usage. Requires 'app-name env-name' as arguments\n\n", 3348 "translation": "誤った使用法。 引数として 'app-name env-name' が必要です\n\n" 3349 }, 3350 { 3351 "id": "Incorrect Usage. Requires 'username password' as arguments\n\n", 3352 "translation": "誤った使用法。 引数として 'username password' が必要です\n\n" 3353 }, 3354 { 3355 "id": "Incorrect Usage. Requires APP SERVICE_INSTANCE as arguments\n\n", 3356 "translation": "誤った使用法。 引数として APP SERVICE_INSTANCE が必要です\n\n" 3357 }, 3358 { 3359 "id": "Incorrect Usage. Requires APP_NAME and DOMAIN as arguments\n\n", 3360 "translation": "誤った使用法。 引数として APP_NAME と DOMAIN が必要です\n\n" 3361 }, 3362 { 3363 "id": "Incorrect Usage. Requires APP_NAME and HEALTH_CHECK_TYPE as arguments\n\n", 3364 "translation": "誤った使用法。 引数として APP_NAME と HEALTH_CHECK_TYPE が必要です\n\n" 3365 }, 3366 { 3367 "id": "Incorrect Usage. Requires APP_NAME and SERVICE_INSTANCE as arguments\n\n", 3368 "translation": "誤った使用法。 引数として APP_NAME と SERVICE_INSTANCE が必要です\n\n" 3369 }, 3370 { 3371 "id": "Incorrect Usage. Requires APP_NAME as argument", 3372 "translation": "誤った使用法。 引数として APP_NAME が必要です" 3373 }, 3374 { 3375 "id": "Incorrect Usage. Requires APP_NAME as argument\n\n", 3376 "translation": "誤った使用法。 引数として APP_NAME が必要です\n\n" 3377 }, 3378 { 3379 "id": "Incorrect Usage. Requires BUILDPACK_NAME, NEW_BUILDPACK_NAME as arguments\n\n", 3380 "translation": "誤った使用法。 引数として BUILDPACK_NAME、NEW_BUILDPACK_NAME が必要です\n\n" 3381 }, 3382 { 3383 "id": "Incorrect Usage. Requires DOMAIN and SERVICE_INSTANCE as arguments\n\n", 3384 "translation": "誤った使用法。 引数として DOMAIN と SERVICE_INSTANCE が必要です\n\n" 3385 }, 3386 { 3387 "id": "Incorrect Usage. Requires DOMAIN as an argument\n\n", 3388 "translation": "誤った使用法。 引数として DOMAIN が必要です\n\n" 3389 }, 3390 { 3391 "id": "Incorrect Usage. Requires LABEL, PROVIDER and TOKEN as arguments\n\n", 3392 "translation": "誤った使用法。 引数として LABEL、PROVIDER、および TOKEN が必要です\n\n" 3393 }, 3394 { 3395 "id": "Incorrect Usage. Requires LABEL, PROVIDER as arguments\n\n", 3396 "translation": "誤った使用法。 引数として LABEL、PROVIDER が必要です\n\n" 3397 }, 3398 { 3399 "id": "Incorrect Usage. Requires ORG and DOMAIN arguments\n\n", 3400 "translation": "誤った使用法。 引数として ORG と DOMAIN が必要です\n\n" 3401 }, 3402 { 3403 "id": "Incorrect Usage. Requires ORG and DOMAIN as arguments\n\n", 3404 "translation": "誤った使用法。 引数として ORG と DOMAIN が必要です\n\n" 3405 }, 3406 { 3407 "id": "Incorrect Usage. Requires ORG_NAME, QUOTA as arguments\n\n", 3408 "translation": "誤った使用法。 引数として ORG_NAME、QUOTA が必要です\n\n" 3409 }, 3410 { 3411 "id": "Incorrect Usage. Requires REPO_NAME and URL as arguments\n\n", 3412 "translation": "誤った使用法。 引数として REPO_NAME と URL が必要です\n\n" 3413 }, 3414 { 3415 "id": "Incorrect Usage. Requires SECURITY_GROUP and ORG, optional SPACE as arguments\n\n", 3416 "translation": "誤った使用法。 引数として SECURITY_GROUP および ORG、オプションの SPACE が必要です\n\n" 3417 }, 3418 { 3419 "id": "Incorrect Usage. Requires SECURITY_GROUP and PATH_TO_JSON_RULES_FILE as arguments\n\n", 3420 "translation": "誤った使用法。 引数として SECURITY_GROUP と PATH_TO_JSON_RULES_FILE が必要です\n\n" 3421 }, 3422 { 3423 "id": "Incorrect Usage. Requires SECURITY_GROUP, ORG and SPACE as arguments\n\n", 3424 "translation": "誤った使用法。 引数として SECURITY_GROUP、ORG、および SPACE が必要です\n\n" 3425 }, 3426 { 3427 "id": "Incorrect Usage. Requires SERVICE_BROKER, NEW_SERVICE_BROKER as arguments\n\n", 3428 "translation": "誤った使用法。 引数として SERVICE_BROKER、NEW_SERVICE_BROKER が必要です\n\n" 3429 }, 3430 { 3431 "id": "Incorrect Usage. Requires SERVICE_BROKER, USERNAME, PASSWORD, URL as arguments\n\n", 3432 "translation": "誤った使用法。 引数として SERVICE_BROKER、USERNAME、PASSWORD、URL が必要です\n\n" 3433 }, 3434 { 3435 "id": "Incorrect Usage. Requires SERVICE_INSTANCE SERVICE_KEY as arguments\n\n", 3436 "translation": "誤った使用法。 引数として SERVICE_INSTANCE SERVICE_KEY が必要です\n\n" 3437 }, 3438 { 3439 "id": "Incorrect Usage. Requires SERVICE_INSTANCE and NEW_SERVICE_INSTANCE as arguments\n\n", 3440 "translation": "誤った使用法。 引数として SERVICE_INSTANCE と NEW_SERVICE_INSTANCE が必要です\n\n" 3441 }, 3442 { 3443 "id": "Incorrect Usage. Requires SERVICE_INSTANCE and SERVICE_KEY as arguments\n\n", 3444 "translation": "誤った使用法。 引数として SERVICE_INSTANCE と SERVICE_KEY が必要です\n\n" 3445 }, 3446 { 3447 "id": "Incorrect Usage. Requires SPACE and DOMAIN as arguments\n\n", 3448 "translation": "誤った使用法。 引数として SPACE と DOMAIN が必要です\n\n" 3449 }, 3450 { 3451 "id": "Incorrect Usage. Requires SPACE and QUOTA as arguments\n\n", 3452 "translation": "誤った使用法。 引数として SPACE と QUOTA が必要です\n\n" 3453 }, 3454 { 3455 "id": "Incorrect Usage. Requires SPACE-NAME and SPACE-QUOTA-NAME as arguments\n\n", 3456 "translation": "誤った使用法。 引数として SPACE-NAME と SPACE-QUOTA-NAME が必要です\n\n" 3457 }, 3458 { 3459 "id": "Incorrect Usage. Requires SPACE_NAME NEW_SPACE_NAME as arguments\n\n", 3460 "translation": "誤った使用法。 引数として SPACE_NAME NEW_SPACE_NAME が必要です\n\n" 3461 }, 3462 { 3463 "id": "Incorrect Usage. Requires SPACE_NAME as argument\n\n", 3464 "translation": "誤った使用法。 引数として SPACE_NAME が必要です\n\n" 3465 }, 3466 { 3467 "id": "Incorrect Usage. Requires USERNAME, ORG, ROLE as arguments\n\n", 3468 "translation": "誤った使用法。 引数として USERNAME、ORG、ROLE が必要です\n\n" 3469 }, 3470 { 3471 "id": "Incorrect Usage. Requires USERNAME, ORG, SPACE, ROLE as arguments\n\n", 3472 "translation": "誤った使用法。 引数として USERNAME、ORG、SPACE、ROLE が必要です\n\n" 3473 }, 3474 { 3475 "id": "Incorrect Usage. Requires an argument\n\n", 3476 "translation": "誤った使用法。 1 個の引数が必要です\n\n" 3477 }, 3478 { 3479 "id": "Incorrect Usage. Requires app_name, domain_name as arguments\n\n", 3480 "translation": "誤った使用法。 引数として app_name、domain_name が必要です\n\n" 3481 }, 3482 { 3483 "id": "Incorrect Usage. Requires arguments\n\n", 3484 "translation": "誤った使用法。 いくつかの引数が必要です\n\n" 3485 }, 3486 { 3487 "id": "Incorrect Usage. Requires buildpack_name, path and position as arguments\n\n", 3488 "translation": "誤った使用法。 引数として buildpack_name、path、および position が必要です\n\n" 3489 }, 3490 { 3491 "id": "Incorrect Usage. Requires host and domain as arguments\n\n", 3492 "translation": "誤った使用法。 引数としてホストとドメインが必要です\n\n" 3493 }, 3494 { 3495 "id": "Incorrect Usage. Requires old app name and new app name as arguments\n\n", 3496 "translation": "誤った使用法。 引数として古いアプリ名と新しいアプリ名が必要です\n\n" 3497 }, 3498 { 3499 "id": "Incorrect Usage. Requires old org name, new org name as arguments\n\n", 3500 "translation": "誤った使用法。 引数として古い組織名、新しい組織名が必要です\n\n" 3501 }, 3502 { 3503 "id": "Incorrect Usage. Requires org_name, domain_name as arguments\n\n", 3504 "translation": "誤った使用法。 引数として org_name、domain_name が必要です\n\n" 3505 }, 3506 { 3507 "id": "Incorrect Usage. Requires service, service plan, service instance as arguments\n\n", 3508 "translation": "誤った使用法。 引数としてサービス、サービス・プラン、サービス・インスタンスが必要です\n\n" 3509 }, 3510 { 3511 "id": "Incorrect Usage. Requires stack name as argument\n\n", 3512 "translation": "誤った使用法。 引数としてスタック名が必要です\n\n" 3513 }, 3514 { 3515 "id": "Incorrect Usage. Requires v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN as arguments\n\n", 3516 "translation": "誤った使用法。 引数として v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN 必要です\n\n" 3517 }, 3518 { 3519 "id": "Incorrect Usage. Requires {{.Arguments}}", 3520 "translation": "誤った使用法。 {{.Arguments}} が必要" 3521 }, 3522 { 3523 "id": "Incorrect Usage. The push command requires an app name. The app name can be supplied as an argument or with a manifest.yml file.", 3524 "translation": "誤った使用法。 push コマンドにはアプリ名が必要です。アプリ名は、引数または manifest.yml ファイルで指定できます。" 3525 }, 3526 { 3527 "id": "Incorrect Usage:", 3528 "translation": "誤った使用法:" 3529 }, 3530 { 3531 "id": "Incorrect Usage: '{{.Arg1}}' and '{{.Arg2}}' cannot be used together.", 3532 "translation": "" 3533 }, 3534 { 3535 "id": "Incorrect Usage: the required argument `{{.ArgumentName}}` was not provided", 3536 "translation": "" 3537 }, 3538 { 3539 "id": "Incorrect Usage: the required arguments `{{.ArgumentName1}}`, `{{.ArgumentName2}}`, and `{{.ArgumentName3}}` were not provided", 3540 "translation": "" 3541 }, 3542 { 3543 "id": "Incorrect json format: file: {{.JSONFile}}\n\t\t\nValid json file example:\n[\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n]", 3544 "translation": "誤った json 形式: file: {{.JSONFile}}\n\t\t\n有効な json ファイルの例:\n[\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n]" 3545 }, 3546 { 3547 "id": "Incorrect usage: --sso-passcode flag cannot be used with --sso", 3548 "translation": "" 3549 }, 3550 { 3551 "id": "Incorrect usage: Value for {{.ArgumentName}} must be {{.ExpectedType}}", 3552 "translation": "" 3553 }, 3554 { 3555 "id": "Incorrect usage: invalid healthcheck type", 3556 "translation": "誤った使用法: 無効なヘルス・チェック・タイプ" 3557 }, 3558 { 3559 "id": "Install CLI plugin", 3560 "translation": "CLI プラグインのインストール" 3561 }, 3562 { 3563 "id": "Install and use plugins at your own risk.", 3564 "translation": "" 3565 }, 3566 { 3567 "id": "Installing plugin {{.Name}}...", 3568 "translation": "" 3569 }, 3570 { 3571 "id": "Installing plugin {{.PluginPath}}...", 3572 "translation": "プラグイン {{.PluginPath}} をインストールしています..." 3573 }, 3574 { 3575 "id": "Instance", 3576 "translation": "インスタンス" 3577 }, 3578 { 3579 "id": "Instance Memory", 3580 "translation": "インスタンス・メモリー" 3581 }, 3582 { 3583 "id": "Instance must be a non-negative integer", 3584 "translation": "インスタンスは負でない整数でなければなりません" 3585 }, 3586 { 3587 "id": "Invalid JSON content from server: {{.Err}}", 3588 "translation": "" 3589 }, 3590 { 3591 "id": "Invalid JSON response from server", 3592 "translation": "サーバーからの無効な JSON 応答" 3593 }, 3594 { 3595 "id": "Invalid Role {{.Role}}", 3596 "translation": "無効な役割 {{.Role}}" 3597 }, 3598 { 3599 "id": "Invalid SSL Cert for {{.API}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint", 3600 "translation": "{{.API}} の無効な SSL 証明書\nヒント: 非セキュアな API エンドポイントから継続するには、'cf api --skip-ssl-validation' を使用します" 3601 }, 3602 { 3603 "id": "Invalid SSL Cert for {{.URL}}\n{{.TipMessage}}", 3604 "translation": "{{.URL}} の無効な SSL 証明書\n{{.TipMessage}}" 3605 }, 3606 { 3607 "id": "Invalid app port: {{.AppPort}}\nApp port must be a number", 3608 "translation": "無効なアプリ・ポート: {{.AppPort}}\nアプリ・ポートは数値でなければなりません" 3609 }, 3610 { 3611 "id": "Invalid application configuration", 3612 "translation": "無効なアプリケーション構成" 3613 }, 3614 { 3615 "id": "Invalid async response from server", 3616 "translation": "サーバーからの無効な非同期応答" 3617 }, 3618 { 3619 "id": "Invalid auth token: ", 3620 "translation": "無効な認証トークン: " 3621 }, 3622 { 3623 "id": "Invalid configuration provided for -c flag. Please provide a valid JSON object or path to a file containing a valid JSON object.", 3624 "translation": "-c フラグに指定された無効な構成。 有効な JSON オブジェクトまたは有効な JSON オブジェクトを含むファイルへのパスを指定してください。" 3625 }, 3626 { 3627 "id": "Invalid data from '{{.repoName}}' - plugin data does not exist", 3628 "translation": "'{{.repoName}}' からの無効なデータ - プラグイン・データが存在していません" 3629 }, 3630 { 3631 "id": "Invalid disk quota: {{.DiskQuota}}\n{{.ErrorDescription}}", 3632 "translation": "無効なディスク割り当て量: {{.DiskQuota}}\n{{.ErrorDescription}}" 3633 }, 3634 { 3635 "id": "Invalid disk quota: {{.DiskQuota}}\n{{.Err}}", 3636 "translation": "無効なディスク割り当て量: {{.DiskQuota}}\n{{.Err}}" 3637 }, 3638 { 3639 "id": "Invalid flag: ", 3640 "translation": "無効なフラグ: " 3641 }, 3642 { 3643 "id": "Invalid health-check-type param: {{.healthCheckType}}", 3644 "translation": "無効な health-check-type パラメーター: {{.healthCheckType}}" 3645 }, 3646 { 3647 "id": "Invalid instance count: {{.InstancesCount}}\nInstance count must be a positive integer", 3648 "translation": "無効なインスタンス・カウント: {{.InstancesCount}}\nインスタンス・カウントは正整数でなければなりません" 3649 }, 3650 { 3651 "id": "Invalid instance memory limit: {{.MemoryLimit}}\n{{.Err}}", 3652 "translation": "無効なインスタンス・メモリー制限: {{.MemoryLimit}}\n{{.Err}}" 3653 }, 3654 { 3655 "id": "Invalid instance: {{.Instance}}\nInstance must be a positive integer", 3656 "translation": "無効なインスタンス: {{.Instance}}\nインスタンスは正整数でなければなりません" 3657 }, 3658 { 3659 "id": "Invalid instance: {{.Instance}}\nInstance must be less than {{.InstanceCount}}", 3660 "translation": "無効なインスタンス: {{.Instance}}\nインスタンスは {{.InstanceCount}} 未満でなければなりません" 3661 }, 3662 { 3663 "id": "Invalid json data from", 3664 "translation": "次のものからの無効な json データ:" 3665 }, 3666 { 3667 "id": "Invalid manifest. Expected a map", 3668 "translation": "無効なマニフェスト。 マップを予期していました" 3669 }, 3670 { 3671 "id": "Invalid memory limit: {{.MemLimit}}\n{{.Err}}", 3672 "translation": "無効なメモリー制限: {{.MemLimit}}\n{{.Err}}" 3673 }, 3674 { 3675 "id": "Invalid memory limit: {{.MemoryLimit}}\n{{.Err}}", 3676 "translation": "無効なメモリー制限: {{.MemoryLimit}}\n{{.Err}}" 3677 }, 3678 { 3679 "id": "Invalid memory limit: {{.Memory}}\n{{.ErrorDescription}}", 3680 "translation": "無効なメモリー制限: {{.Memory}}\n{{.ErrorDescription}}" 3681 }, 3682 { 3683 "id": "Invalid port for route {{.RouteName}}", 3684 "translation": "経路 {{.RouteName}} の無効なポート" 3685 }, 3686 { 3687 "id": "Invalid timeout param: {{.Timeout}}\n{{.Err}}", 3688 "translation": "無効な timeout パラメーター: {{.Timeout}}\n{{.Err}}" 3689 }, 3690 { 3691 "id": "Invalid value for '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}", 3692 "translation": "'{{.PropertyName}}' の無効な値: {{.StringVal}}\n{{.Error}}" 3693 }, 3694 { 3695 "id": "Invite and manage users, and enable features for a given space\n", 3696 "translation": "ユーザーの招待と管理を行い、特定のスペースに対してフィーチャーを有効にします\n" 3697 }, 3698 { 3699 "id": "Invite and manage users, select and change plans, and set spending limits\n", 3700 "translation": "ユーザーの招待と管理、プランの選択と変更、および支払上限の設定を行います\n" 3701 }, 3702 { 3703 "id": "Isolation segment '{{.Name}}' not found.", 3704 "translation": "" 3705 }, 3706 { 3707 "id": "Isolation segment {{.IsolationSegmentName}} already exists.", 3708 "translation": "" 3709 }, 3710 { 3711 "id": "Isolation segment {{.IsolationSegmentName}} does not exist.", 3712 "translation": "" 3713 }, 3714 { 3715 "id": "Job ({{.JobGUID}}) failed: {{.Message}}", 3716 "translation": "" 3717 }, 3718 { 3719 "id": "Job ({{.JobGUID}}) polling timeout has been reached. The operation may still be running on the CF instance. Your CF operator may have more information.", 3720 "translation": "ジョブ ({{.JobGUID}}) のポーリング・タイムアウトに到達しました。CF インスタンスで操作がまだ実行中である可能性があります。CF オペレーターが詳細情報をもっているかもしれません。" 3721 }, 3722 { 3723 "id": "Last Operation", 3724 "translation": "最後の操作" 3725 }, 3726 { 3727 "id": "Lifecycle phase the group applies to", 3728 "translation": "" 3729 }, 3730 { 3731 "id": "Lifecycle value 'staging' requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.", 3732 "translation": "" 3733 }, 3734 { 3735 "id": "List all apps in the target space", 3736 "translation": "ターゲット・スペース内のすべてのアプリをリストします" 3737 }, 3738 { 3739 "id": "List all available plugin commands", 3740 "translation": "使用可能なプラグイン・コマンドをすべてリストします" 3741 }, 3742 { 3743 "id": "List all available plugins in specified repository or in all added repositories", 3744 "translation": "指定されたリポジトリー、または追加されたすべてのリポジトリー内にある使用可能なすべてのプラグインをリストします" 3745 }, 3746 { 3747 "id": "List all buildpacks", 3748 "translation": "すべてのビルドパックをリストします" 3749 }, 3750 { 3751 "id": "List all isolation segments", 3752 "translation": "" 3753 }, 3754 { 3755 "id": "List all orgs", 3756 "translation": "すべての組織をリストします" 3757 }, 3758 { 3759 "id": "List all routes in the current space or the current organization", 3760 "translation": "現行スペースまたは現行組織内のすべての経路をリストします" 3761 }, 3762 { 3763 "id": "List all security groups", 3764 "translation": "すべてのセキュリティー・グループをリストします" 3765 }, 3766 { 3767 "id": "List all service instances in the target space", 3768 "translation": "ターゲット・スペース内のすべてのサービス・インスタンスをリストします" 3769 }, 3770 { 3771 "id": "List all spaces in an org", 3772 "translation": "1 つの組織内のすべてのスペースをリストします" 3773 }, 3774 { 3775 "id": "List all stacks (a stack is a pre-built file system, including an operating system, that can run apps)", 3776 "translation": "すべてのスタックをリストします (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)" 3777 }, 3778 { 3779 "id": "List all the added plugin repositories", 3780 "translation": "追加されたプラグイン・リポジトリーをすべてリストします" 3781 }, 3782 { 3783 "id": "List all the routes for all spaces of current organization", 3784 "translation": "現行組織内のすべてのスペースのすべての経路をリストします" 3785 }, 3786 { 3787 "id": "List all users in the org", 3788 "translation": "この組織内のすべてのユーザーをリストします" 3789 }, 3790 { 3791 "id": "List available offerings in the marketplace", 3792 "translation": "このマーケットプレイス内の使用可能なオファリングをリストします" 3793 }, 3794 { 3795 "id": "List available space resource quotas", 3796 "translation": "使用可能なスペース・リソース割り当て量をリストします" 3797 }, 3798 { 3799 "id": "List available usage quotas", 3800 "translation": "使用可能な使用量の割り当て量をリストします" 3801 }, 3802 { 3803 "id": "List commands of installed plugins", 3804 "translation": "" 3805 }, 3806 { 3807 "id": "List domains in the target org", 3808 "translation": "ターゲット組織内のドメインをリストします" 3809 }, 3810 { 3811 "id": "List keys for a service instance", 3812 "translation": "サービス・インスタンスのキーをリストします" 3813 }, 3814 { 3815 "id": "List router groups", 3816 "translation": "ルーター・グループをリストします" 3817 }, 3818 { 3819 "id": "List security groups in the set of security groups for running applications", 3820 "translation": "実行中のアプリケーションに対するセキュリティー・グループのセット内にあるセキュリティー・グループをリストします" 3821 }, 3822 { 3823 "id": "List security groups in the staging set for applications", 3824 "translation": "ステージング中のアプリケーションのセット内にあるセキュリティー・グループをリストします" 3825 }, 3826 { 3827 "id": "List service access settings", 3828 "translation": "サービス・アクセス設定をリストします" 3829 }, 3830 { 3831 "id": "List service auth tokens", 3832 "translation": "サービス認証トークンをリストします" 3833 }, 3834 { 3835 "id": "List service brokers", 3836 "translation": "サービス・ブローカーをリストします" 3837 }, 3838 { 3839 "id": "List tasks of an app", 3840 "translation": "" 3841 }, 3842 { 3843 "id": "Listing Installed Plugins...", 3844 "translation": "インストール済みプラグインをリストしています..." 3845 }, 3846 { 3847 "id": "Listing installed plugins...", 3848 "translation": "" 3849 }, 3850 { 3851 "id": "Local port forward specification. This flag can be defined more than once.", 3852 "translation": "ローカル・ポート転送指定。 このフラグは何度でも定義できます。" 3853 }, 3854 { 3855 "id": "Lock the buildpack to prevent updates", 3856 "translation": "更新を防止するためにビルドパックをロックします" 3857 }, 3858 { 3859 "id": "Log user in", 3860 "translation": "ユーザーをログインします" 3861 }, 3862 { 3863 "id": "Log user out", 3864 "translation": "ユーザーをログアウトします" 3865 }, 3866 { 3867 "id": "Logged errors:", 3868 "translation": "ログに記録されたエラー:" 3869 }, 3870 { 3871 "id": "Logging out...", 3872 "translation": "ログアウトしています..." 3873 }, 3874 { 3875 "id": "Looking up '{{.filePath}}' from repository '{{.repoName}}'", 3876 "translation": "リポジトリー '{{.repoName}}' から '{{.filePath}}' を検索しています" 3877 }, 3878 { 3879 "id": "MEMORY", 3880 "translation": "メモリー" 3881 }, 3882 { 3883 "id": "Make a user-provided service instance available to CF apps", 3884 "translation": "ユーザー提供のサービス・インスタンスを CF アプリが使用できるようにします" 3885 }, 3886 { 3887 "id": "Make the broker's service plans only visible within the targeted space", 3888 "translation": "ブローカーのサービス・プランをターゲットのスペース内でのみ可視にします" 3889 }, 3890 { 3891 "id": "Manifest file created successfully at ", 3892 "translation": "次の場所にマニフェスト・ファイルが正常に作成されました: " 3893 }, 3894 { 3895 "id": "Map a TCP route", 3896 "translation": "TCP 経路をマップします" 3897 }, 3898 { 3899 "id": "Map an HTTP route", 3900 "translation": "HTTP 経路をマップします" 3901 }, 3902 { 3903 "id": "Map an HTTP route:\\n CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Map a TCP route:\\n CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n CF_NAME map-route my-app example.com # example.com\\n CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME map-route my-app example.com --port 5000 # example.com:5000", 3904 "translation": "HTTP 経路をマップします。\\n CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n TCP 経路をマップします。\\n CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\n例:\\n CF_NAME map-route my-app example.com # example.com\\n CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME map-route my-app example.com --port 5000 # example.com:5000" 3905 }, 3906 { 3907 "id": "Map the root domain to this app", 3908 "translation": "ルート・ドメインをこのアプリにマップします" 3909 }, 3910 { 3911 "id": "Mapping routes...", 3912 "translation": "" 3913 }, 3914 { 3915 "id": "Max wait time for app instance startup, in minutes", 3916 "translation": "アプリ・インスタンス起動の最大待ち時間 (分)" 3917 }, 3918 { 3919 "id": "Max wait time for buildpack staging, in minutes", 3920 "translation": "ビルドパック・ステージングの最大待ち時間 (分)" 3921 }, 3922 { 3923 "id": "Max wait time to establish a connection, including name resolution, in seconds", 3924 "translation": "" 3925 }, 3926 { 3927 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G)", 3928 "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)" 3929 }, 3930 { 3931 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount.", 3932 "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)。 -1 は量に制限がないことを表します。" 3933 }, 3934 { 3935 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount. (Default: unlimited)", 3936 "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)。 -1 は量に制限がないことを表します。 (デフォルト: 制限なし)" 3937 }, 3938 { 3939 "id": "Maximum number of routes that may be created with reserved ports", 3940 "translation": "予約されたポートで作成される可能性のある経路の最大数" 3941 }, 3942 { 3943 "id": "Maximum number of routes that may be created with reserved ports (Default: 0)", 3944 "translation": "予約されたポートで作成される可能性のある経路の最大数 (デフォルト: 0)" 3945 }, 3946 { 3947 "id": "Memory limit (e.g. 256M, 1024M, 1G)", 3948 "translation": "メモリー制限 (例: 256M、1024M、1G)" 3949 }, 3950 { 3951 "id": "Message: {{.Message}}", 3952 "translation": "メッセージ: {{.Message}}" 3953 }, 3954 { 3955 "id": "Migrate service instances from one service plan to another", 3956 "translation": "あるサービスから他のサービスにサービス・インスタンスをマイグレーションします" 3957 }, 3958 { 3959 "id": "NAME", 3960 "translation": "名前" 3961 }, 3962 { 3963 "id": "NAME:", 3964 "translation": "名前:" 3965 }, 3966 { 3967 "id": "NEW_NAME", 3968 "translation": "新しい名前" 3969 }, 3970 { 3971 "id": "Name", 3972 "translation": "名前" 3973 }, 3974 { 3975 "id": "Name of a registered repository", 3976 "translation": "登録済みリポジトリーの名前" 3977 }, 3978 { 3979 "id": "Name of a registered repository where the specified plugin is located", 3980 "translation": "指定したプラグインがある登録済みリポジトリーの名前" 3981 }, 3982 { 3983 "id": "Name to give the task (generated if omitted)", 3984 "translation": "" 3985 }, 3986 { 3987 "id": "New Password", 3988 "translation": "新しいパスワード" 3989 }, 3990 { 3991 "id": "New name", 3992 "translation": "新しい名前" 3993 }, 3994 { 3995 "id": "No API endpoint set. Use '{{.LoginTip}}' or '{{.APITip}}' to target an endpoint.", 3996 "translation": "API エンドポイントが設定されていません。 '{{.LoginTip}}' または '{{.APITip}}' を使用して 1 つのエンドポイントをターゲットにしてください。" 3997 }, 3998 { 3999 "id": "No api endpoint set. Use '{{.Name}}' to set an endpoint", 4000 "translation": "API エンドポイントが設定されていません。 '{{.Name}}' を使用して 1 つのエンドポイントを設定してください" 4001 }, 4002 { 4003 "id": "No app files found in '{{.Path}}'", 4004 "translation": "アプリ・ファイルが '{{.Path}}' で見つかりませんでした" 4005 }, 4006 { 4007 "id": "No apps found", 4008 "translation": "アプリが見つかりませんでした" 4009 }, 4010 { 4011 "id": "No argument required", 4012 "translation": "引数は必要ありません" 4013 }, 4014 { 4015 "id": "No buildpacks found", 4016 "translation": "ビルドパックが見つかりませんでした" 4017 }, 4018 { 4019 "id": "No changes were made", 4020 "translation": "変更は行われませんでした" 4021 }, 4022 { 4023 "id": "No domains found", 4024 "translation": "ドメインが見つかりませんでした" 4025 }, 4026 { 4027 "id": "No doppler loggregator endpoint found. Cannot retrieve logs.", 4028 "translation": "ドップラー loggregator エンドポイントが見つかりません。ログを取得できません。" 4029 }, 4030 { 4031 "id": "No events for app {{.AppName}}", 4032 "translation": "アプリ {{.AppName}} のイベントはありません" 4033 }, 4034 { 4035 "id": "No flags specified. No changes were made.", 4036 "translation": "フラグが指定されていません。 変更は行われませんでした。" 4037 }, 4038 { 4039 "id": "No org and space targeted, use '{{.Command}}' to target an org and space", 4040 "translation": "組織もスペースもターゲットになっていません、'{{.Command}}' を使用して組織とスペースをターゲットにしてください" 4041 }, 4042 { 4043 "id": "No org or space targeted, use '{{.CFTargetCommand}}'", 4044 "translation": "組織またはスペースがターゲットになっていません、'{{.CFTargetCommand}}' を使用してください" 4045 }, 4046 { 4047 "id": "No org targeted, use '{{.CFTargetCommand}}'", 4048 "translation": "組織がターゲットになっていません、'{{.CFTargetCommand}}' を使用してください" 4049 }, 4050 { 4051 "id": "No org targeted, use '{{.Command}}' to target an org.", 4052 "translation": "組織がターゲットになっていません、'{{.Command}}' を使用して組織をターゲットにしてください" 4053 }, 4054 { 4055 "id": "No orgs found", 4056 "translation": "組織が見つかりませんでした" 4057 }, 4058 { 4059 "id": "No plugin repositories registered to search for plugin updates.", 4060 "translation": "" 4061 }, 4062 { 4063 "id": "No private or shared domains found in this organization", 4064 "translation": "" 4065 }, 4066 { 4067 "id": "No router groups found", 4068 "translation": "ルーター・グループが見つかりませんでした" 4069 }, 4070 { 4071 "id": "No routes found", 4072 "translation": "経路が見つかりませんでした" 4073 }, 4074 { 4075 "id": "No running env variables have been set", 4076 "translation": "実行環境変数が設定されていません" 4077 }, 4078 { 4079 "id": "No running security groups set", 4080 "translation": "実行セキュリティー・グループが設定されていません" 4081 }, 4082 { 4083 "id": "No security groups", 4084 "translation": "セキュリティー・グループがありません" 4085 }, 4086 { 4087 "id": "No service brokers found", 4088 "translation": "サービス・ブローカーが見つかりませんでした" 4089 }, 4090 { 4091 "id": "No service key for service instance {{.ServiceInstanceName}}", 4092 "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キーがありません" 4093 }, 4094 { 4095 "id": "No service key {{.ServiceKeyName}} found for service instance {{.ServiceInstanceName}}", 4096 "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} は見つかりませんでした" 4097 }, 4098 { 4099 "id": "No service offerings found", 4100 "translation": "サービス・オファリングが見つかりませんでした" 4101 }, 4102 { 4103 "id": "No services found", 4104 "translation": "サービスが見つかりませんでした" 4105 }, 4106 { 4107 "id": "No space targeted, use '{{.CFTargetCommand}}'", 4108 "translation": "スペースがターゲットになっていません、'{{.CFTargetCommand}}' を使用してください" 4109 }, 4110 { 4111 "id": "No space targeted, use '{{.Command}}' to target a space.", 4112 "translation": "スペースがターゲットになっていません、'{{.Command}}' を使用してスペースをターゲットにしてください。" 4113 }, 4114 { 4115 "id": "No spaces assigned", 4116 "translation": "スペースが割り当てられていません" 4117 }, 4118 { 4119 "id": "No spaces found", 4120 "translation": "スペースが見つかりませんでした" 4121 }, 4122 { 4123 "id": "No staging env variables have been set", 4124 "translation": "ステージング中環境変数が設定されていません" 4125 }, 4126 { 4127 "id": "No staging security group set", 4128 "translation": "ステージング・セキュリティー・グループが設定されていません" 4129 }, 4130 { 4131 "id": "No system-provided env variables have been set", 4132 "translation": "システム提供の環境変数が設定されていません" 4133 }, 4134 { 4135 "id": "No user-defined env variables have been set", 4136 "translation": "ユーザー定義の環境変数が設定されていません" 4137 }, 4138 { 4139 "id": "No value provided for flag: ", 4140 "translation": "フラグに値が指定されていません: " 4141 }, 4142 { 4143 "id": "No {{.Role}} found", 4144 "translation": "{{.Role}} が見つかりません" 4145 }, 4146 { 4147 "id": "Not logged in. Use '{{.CFLoginCommand}}' to log in.", 4148 "translation": "ログインしていません。 '{{.CFLoginCommand}}' を使用してログインしてください。" 4149 }, 4150 { 4151 "id": "Not supported on windows", 4152 "translation": "Windows ではサポートされていません" 4153 }, 4154 { 4155 "id": "Note: this may take some time", 4156 "translation": "注: これにはしばらく時間がかかることがあります" 4157 }, 4158 { 4159 "id": "Number of instances", 4160 "translation": "インスタンスの数" 4161 }, 4162 { 4163 "id": "OK", 4164 "translation": "OK" 4165 }, 4166 { 4167 "id": "OPTIONS:", 4168 "translation": "オプション:" 4169 }, 4170 { 4171 "id": "ORG", 4172 "translation": "" 4173 }, 4174 { 4175 "id": "ORG ADMIN", 4176 "translation": "組織管理者" 4177 }, 4178 { 4179 "id": "ORG ADMIN:", 4180 "translation": "" 4181 }, 4182 { 4183 "id": "ORG AUDITOR", 4184 "translation": "組織監査員" 4185 }, 4186 { 4187 "id": "ORG MANAGER", 4188 "translation": "組織マネージャー" 4189 }, 4190 { 4191 "id": "ORGS", 4192 "translation": "組織" 4193 }, 4194 { 4195 "id": "ORGS:", 4196 "translation": "" 4197 }, 4198 { 4199 "id": "One-time passcode", 4200 "translation": "" 4201 }, 4202 { 4203 "id": "Option '--app-ports'", 4204 "translation": "オプション '--app-ports'" 4205 }, 4206 { 4207 "id": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute", 4208 "translation": "オプション '--no-hostname' は、'routes' 属性を含むアプリ・マニフェストと一緒には使用できません" 4209 }, 4210 { 4211 "id": "Option '--path'", 4212 "translation": "オプション '--path'" 4213 }, 4214 { 4215 "id": "Option '--port'", 4216 "translation": "オプション '--port'" 4217 }, 4218 { 4219 "id": "Option '--random-port'", 4220 "translation": "オプション '--random-port'" 4221 }, 4222 { 4223 "id": "Option '--reserved-route-ports'", 4224 "translation": "オプション '--reserved-route-ports'" 4225 }, 4226 { 4227 "id": "Option '--route-path'", 4228 "translation": "オプション '--route-path'" 4229 }, 4230 { 4231 "id": "Option '--router-group'", 4232 "translation": "オプション '--router-group'" 4233 }, 4234 { 4235 "id": "Option '-a'", 4236 "translation": "オプション '-a'" 4237 }, 4238 { 4239 "id": "Option '-p'", 4240 "translation": "オプション '-p'" 4241 }, 4242 { 4243 "id": "Option '-r'", 4244 "translation": "オプション '-r'" 4245 }, 4246 { 4247 "id": "Org", 4248 "translation": "組織" 4249 }, 4250 { 4251 "id": "Org management:", 4252 "translation": "" 4253 }, 4254 { 4255 "id": "Org that contains the target application", 4256 "translation": "このターゲット・アプリケーションを含む組織" 4257 }, 4258 { 4259 "id": "Org {{.OrgName}} already exists", 4260 "translation": "組織 {{.OrgName}} は既に存在しています" 4261 }, 4262 { 4263 "id": "Org {{.OrgName}} does not exist or is not accessible", 4264 "translation": "組織 {{.OrgName}} が存在していないか、またはこの組織にアクセスできません" 4265 }, 4266 { 4267 "id": "Org {{.OrgName}} does not exist.", 4268 "translation": "組織 {{.OrgName}} は存在していません。" 4269 }, 4270 { 4271 "id": "Org:", 4272 "translation": "組織:" 4273 }, 4274 { 4275 "id": "Organization", 4276 "translation": "組織" 4277 }, 4278 { 4279 "id": "Organization '{{.Name}}' not found.", 4280 "translation": "" 4281 }, 4282 { 4283 "id": "Origin for mapping a user account to a user in an external identity provider", 4284 "translation": "" 4285 }, 4286 { 4287 "id": "Override path to default config directory", 4288 "translation": "" 4289 }, 4290 { 4291 "id": "Override path to default plugin config directory", 4292 "translation": "" 4293 }, 4294 { 4295 "id": "Override restart of the application in target environment after copy-source completes", 4296 "translation": "copy-source が完了した後、ターゲット環境内でこのアプリケーションの再始動をオーバーライドします" 4297 }, 4298 { 4299 "id": "PATH", 4300 "translation": "パス" 4301 }, 4302 { 4303 "id": "PENDING", 4304 "translation": "" 4305 }, 4306 { 4307 "id": "PORT", 4308 "translation": "ポート" 4309 }, 4310 { 4311 "id": "POSITION", 4312 "translation": "" 4313 }, 4314 { 4315 "id": "Paid service plans", 4316 "translation": "有料サービス・プラン" 4317 }, 4318 { 4319 "id": "Parameters as JSON", 4320 "translation": "JSON によるパラメーター" 4321 }, 4322 { 4323 "id": "Pass parameters as JSON to create a running environment variable group", 4324 "translation": "パラメーターを JSON として渡して実行環境変数グループを作成します" 4325 }, 4326 { 4327 "id": "Pass parameters as JSON to create a staging environment variable group", 4328 "translation": "パラメーターを JSON として渡してステージング環境変数グループを作成します" 4329 }, 4330 { 4331 "id": "Password", 4332 "translation": "パスワード" 4333 }, 4334 { 4335 "id": "Password used for private docker repository", 4336 "translation": "" 4337 }, 4338 { 4339 "id": "Password verification does not match", 4340 "translation": "パスワードの確認が一致しません" 4341 }, 4342 { 4343 "id": "Path for HTTP route", 4344 "translation": "HTTP 経路のパス" 4345 }, 4346 { 4347 "id": "Path for the HTTP route", 4348 "translation": "HTTP 経路のパス" 4349 }, 4350 { 4351 "id": "Path for the route", 4352 "translation": "経路のパス" 4353 }, 4354 { 4355 "id": "Path not allowed in TCP route {{.RouteName}}", 4356 "translation": "パスは TCP 経路 {{.RouteName}} で許可されません" 4357 }, 4358 { 4359 "id": "Path on the app", 4360 "translation": "アプリ上のパス" 4361 }, 4362 { 4363 "id": "Path to app directory or to a zip file of the contents of the app directory", 4364 "translation": "アプリ・ディレクトリーまたはアプリ・ディレクトリーの内容の zip ファイルへのパス" 4365 }, 4366 { 4367 "id": "Path to directory or zip file", 4368 "translation": "ディレクトリーまたは zip ファイルへのパス" 4369 }, 4370 { 4371 "id": "Path to file of JSON describing security group rules", 4372 "translation": "セキュリティー・グループ・ルールを記述する JSON のファイルへのパス" 4373 }, 4374 { 4375 "id": "Path to manifest", 4376 "translation": "マニフェストへのパス" 4377 }, 4378 { 4379 "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind", 4380 "translation": "" 4381 }, 4382 { 4383 "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to unbind", 4384 "translation": "" 4385 }, 4386 { 4387 "id": "Path used to identify the HTTP route", 4388 "translation": "HTTP 経路の識別に使用されるパス" 4389 }, 4390 { 4391 "id": "Perform a simple check to determine whether a route currently exists or not", 4392 "translation": "経路が現在存在しているかどうかを調べる簡単なチェックを行います。" 4393 }, 4394 { 4395 "id": "Plan does not exist for the {{.ServiceName}} service", 4396 "translation": "{{.ServiceName}} サービスのプランは存在していません" 4397 }, 4398 { 4399 "id": "Plan {{.ServicePlanName}} cannot be found", 4400 "translation": "プラン {{.ServicePlanName}} が見つかりません" 4401 }, 4402 { 4403 "id": "Plan {{.ServicePlanName}} has no service instances to migrate", 4404 "translation": "プラン {{.ServicePlanName}} にはマイグレーションするサービス・インスタンスがありません" 4405 }, 4406 { 4407 "id": "Plan: {{.ServicePlanName}}", 4408 "translation": "プラン: {{.ServicePlanName}}" 4409 }, 4410 { 4411 "id": "Plans accessible by a particular organization", 4412 "translation": "特定の組織がアクセスできるプラン" 4413 }, 4414 { 4415 "id": "Please choose either allow or disallow. Both flags are not permitted to be passed in the same command.", 4416 "translation": "allow または disallow のいずれかを選んでください。 両方のフラグを同じコマンドで渡すことはできません。" 4417 }, 4418 { 4419 "id": "Please log in again", 4420 "translation": "ログインし直してください" 4421 }, 4422 { 4423 "id": "Please provide a password.", 4424 "translation": "" 4425 }, 4426 { 4427 "id": "Please provide the space within the organization containing the target application", 4428 "translation": "このスペースをターゲット・アプリケーションが含まれている組織内に提供してください" 4429 }, 4430 { 4431 "id": "Plugin Name", 4432 "translation": "プラグイン名" 4433 }, 4434 { 4435 "id": "Plugin installation cancelled", 4436 "translation": "プラグインのインストールは取り消されました" 4437 }, 4438 { 4439 "id": "Plugin installation cancelled.", 4440 "translation": "" 4441 }, 4442 { 4443 "id": "Plugin list download failed; repository {{.RepositoryName}} returned {{.ErrorMessage}}.", 4444 "translation": "" 4445 }, 4446 { 4447 "id": "Plugin name {{.PluginName}} does not exist", 4448 "translation": "プラグイン名 {{.PluginName}} が存在していません" 4449 }, 4450 { 4451 "id": "Plugin name {{.PluginName}} is already taken", 4452 "translation": "プラグイン名 {{.PluginName}} は既に使用されています" 4453 }, 4454 { 4455 "id": "Plugin repo named \"{{.repoName}}\" already exists, please use another name.", 4456 "translation": "\"{{.repoName}}\" という名前のプラグイン・リポジトリーは既に存在しています、別の名前を使用してください。" 4457 }, 4458 { 4459 "id": "Plugin repo named '{{.RepositoryName}}' already exists, please use another name.", 4460 "translation": "" 4461 }, 4462 { 4463 "id": "Plugin repository {{.Name}} not found.\nUse 'cf list-plugin-repos' to list registered repos.", 4464 "translation": "" 4465 }, 4466 { 4467 "id": "Plugin requested has no binary available for your OS: ", 4468 "translation": "要求されたプラグインはご使用の OS に対応するバイナリーがありません: " 4469 }, 4470 { 4471 "id": "Plugin requested has no binary available for your platform.", 4472 "translation": "" 4473 }, 4474 { 4475 "id": "Plugin {{.Name}} successfully uninstalled.", 4476 "translation": "" 4477 }, 4478 { 4479 "id": "Plugin {{.Name}} {{.Version}} could not be installed. A plugin with that name is already installed.\nTIP: Use '{{.BinaryName}} install-plugin -f' to force a reinstall.", 4480 "translation": "" 4481 }, 4482 { 4483 "id": "Plugin {{.Name}} {{.Version}} is already installed. Uninstalling existing plugin...", 4484 "translation": "" 4485 }, 4486 { 4487 "id": "Plugin {{.Name}} {{.Version}} successfully installed.", 4488 "translation": "" 4489 }, 4490 { 4491 "id": "Plugin {{.PluginName}} does not exist.", 4492 "translation": "" 4493 }, 4494 { 4495 "id": "Plugin {{.PluginName}} not found in repository {{.RepositoryName}}.\nUse '{{.BinaryName}} repo-plugins -r {{.RepositoryName}}' to list plugins available in the repo.", 4496 "translation": "" 4497 }, 4498 { 4499 "id": "Plugin {{.PluginName}} not found on disk or in any registered repo.\nUse '{{.BinaryName}} repo-plugins' to list plugins available in the repos.", 4500 "translation": "" 4501 }, 4502 { 4503 "id": "Plugin {{.PluginName}} successfully uninstalled.", 4504 "translation": "プラグイン {{.PluginName}} は正常にアンインストールされました。" 4505 }, 4506 { 4507 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with aliases that are already used: {{.CommandAliases}}.", 4508 "translation": "" 4509 }, 4510 { 4511 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names and aliases that are already used: {{.CommandNamesAndAliases}}.", 4512 "translation": "" 4513 }, 4514 { 4515 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names or aliases that are already used.", 4516 "translation": "" 4517 }, 4518 { 4519 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names that are already used: {{.CommandNames}}.", 4520 "translation": "" 4521 }, 4522 { 4523 "id": "Plugin {{.PluginName}} v{{.Version}} successfully installed.", 4524 "translation": "プラグイン {{.PluginName}} v{{.Version}} は正常にインストールされました。" 4525 }, 4526 { 4527 "id": "Plugin {{.PluginName}} {{.PluginVersion}} found in: {{.RepositoryName}}", 4528 "translation": "" 4529 }, 4530 { 4531 "id": "Plugin {{.PluginName}} {{.PluginVersion}} is already installed.", 4532 "translation": "" 4533 }, 4534 { 4535 "id": "Plugin {{.PluginName}} {{.PluginVersion}} successfully uninstalled.", 4536 "translation": "" 4537 }, 4538 { 4539 "id": "Port for the TCP route", 4540 "translation": "TCP 経路用のポート" 4541 }, 4542 { 4543 "id": "Port not allowed in HTTP route {{.RouteName}}", 4544 "translation": "ポートは HTTP 経路 {{.RouteName}} で許可されません" 4545 }, 4546 { 4547 "id": "Port used to identify the TCP route", 4548 "translation": "TCP 経路を識別するために使用されるポート" 4549 }, 4550 { 4551 "id": "Print API request diagnostics to stdout", 4552 "translation": "" 4553 }, 4554 { 4555 "id": "Print out a list of files in a directory or the contents of a specific file of an app running on the DEA backend", 4556 "translation": "ディレクトリー内のファイルのリスト、または DEA バックエンドで実行されているアプリの特定のファイルの内容を出力します" 4557 }, 4558 { 4559 "id": "Print the version", 4560 "translation": "バージョンを出力します" 4561 }, 4562 { 4563 "id": "Problem removing downloaded binary in temp directory: ", 4564 "translation": "一時ディレクトリー内のダウンロード済みバイナリーを削除しようとしたとき問題が発生しました: " 4565 }, 4566 { 4567 "id": "Process terminated by signal: {{.Signal}}. Exited with {{.ExitCode}}", 4568 "translation": "このプロセスは次のシグナルによって終了しました: {{.Signal}}。次のもので終了しました: {{.ExitCode}}" 4569 }, 4570 { 4571 "id": "Prompt for a one-time passcode to login", 4572 "translation": "" 4573 }, 4574 { 4575 "id": "Property '{{.PropertyName}}' found in manifest. This feature is no longer supported. Please remove it and try again.", 4576 "translation": "プロパティー '{{.PropertyName}}' がマニフェストで見つかりました。 このフィーチャーはサポートされなくなりました。 これを削除して、やり直してください。" 4577 }, 4578 { 4579 "id": "Provider", 4580 "translation": "プロバイダー" 4581 }, 4582 { 4583 "id": "Purging service {{.InstanceName}}...", 4584 "translation": "サービス {{.InstanceName}} をパージしています..." 4585 }, 4586 { 4587 "id": "Purging service {{.ServiceName}}...", 4588 "translation": "サービス {{.ServiceName}} をパージしています..." 4589 }, 4590 { 4591 "id": "Push a new app or sync changes to an existing app", 4592 "translation": "新しいアプリをプッシュしたり、既存のアプリに対して変更を同期します" 4593 }, 4594 { 4595 "id": "QUOTA", 4596 "translation": "割り当て量" 4597 }, 4598 { 4599 "id": "Quota Definition {{.QuotaName}} already exists", 4600 "translation": "割り当て量定義 {{.QuotaName}} は既に存在しています" 4601 }, 4602 { 4603 "id": "Quota to assign to the newly created org (excluding this option results in assignment of default quota)", 4604 "translation": "新しく作成された組織に割り当てる割り当て量 (このオプションを除外するとデフォルトの割り当て量が割り当てられます)" 4605 }, 4606 { 4607 "id": "Quota to assign to the newly created space", 4608 "translation": "新しく作成されたスペースに割り当てる割り当て量" 4609 }, 4610 { 4611 "id": "Quota {{.QuotaName}} does not exist", 4612 "translation": "割り当て量 {{.QuotaName}} が存在していません" 4613 }, 4614 { 4615 "id": "REQUEST:", 4616 "translation": "要求:" 4617 }, 4618 { 4619 "id": "RESERVED_ROUTE_PORTS", 4620 "translation": "予約された経路ポート" 4621 }, 4622 { 4623 "id": "RESPONSE:", 4624 "translation": "応答:" 4625 }, 4626 { 4627 "id": "ROLE must be \"OrgManager\", \"BillingManager\" and \"OrgAuditor\"", 4628 "translation": "ROLE は \"OrgManager\"、\"BillingManager\"、および \"OrgAuditor\" でなければなりません" 4629 }, 4630 { 4631 "id": "ROLE must be \"SpaceManager\", \"SpaceDeveloper\" and \"SpaceAuditor\"", 4632 "translation": "" 4633 }, 4634 { 4635 "id": "ROLES:\n", 4636 "translation": "役割:\n" 4637 }, 4638 { 4639 "id": "ROUTES", 4640 "translation": "経路" 4641 }, 4642 { 4643 "id": "ROUTES:", 4644 "translation": "" 4645 }, 4646 { 4647 "id": "RUNNING", 4648 "translation": "" 4649 }, 4650 { 4651 "id": "Read-only access to org info and reports\n", 4652 "translation": "組織の情報およびレポートに対する読み取り専用アクセス\n" 4653 }, 4654 { 4655 "id": "Really delete orphaned routes?", 4656 "translation": "" 4657 }, 4658 { 4659 "id": "Really delete orphaned routes?{{.Prompt}}", 4660 "translation": "孤立した経路を削除しますか?{{.Prompt}}" 4661 }, 4662 { 4663 "id": "Really delete the isolation segment {{.IsolationSegmentName}}?", 4664 "translation": "" 4665 }, 4666 { 4667 "id": "Really delete the org {{.OrgName}}, including its spaces, apps, service instances, routes, private domains and space-scoped service brokers?", 4668 "translation": "" 4669 }, 4670 { 4671 "id": "Really delete the space {{.SpaceName}}?", 4672 "translation": "" 4673 }, 4674 { 4675 "id": "Really delete the {{.ModelType}} {{.ModelName}} and everything associated with it?", 4676 "translation": "{{.ModelType}} {{.ModelName}} とそれに関連付けられているすべてのものを削除しますか?" 4677 }, 4678 { 4679 "id": "Really delete the {{.ModelType}} {{.ModelName}}?", 4680 "translation": "{{.ModelType}} {{.ModelName}} を削除しますか?" 4681 }, 4682 { 4683 "id": "Really migrate {{.ServiceInstanceDescription}} from plan {{.OldServicePlanName}} to {{.NewServicePlanName}}?\u003e", 4684 "translation": "{{.ServiceInstanceDescription}} をプラン {{.OldServicePlanName}} から {{.NewServicePlanName}} にマイグレーションしますか?\u003e" 4685 }, 4686 { 4687 "id": "Really purge service instance {{.InstanceName}} from Cloud Foundry?", 4688 "translation": "サービス・インスタンス {{.InstanceName}} を Cloud Foundry からパージしますか?" 4689 }, 4690 { 4691 "id": "Really purge service offering {{.ServiceName}} from Cloud Foundry?", 4692 "translation": "サービス・オファリング {{.ServiceName}} を Cloud Foundry からパージしますか?" 4693 }, 4694 { 4695 "id": "Received invalid SSL certificate from ", 4696 "translation": "次のものから無効な SSL 証明書を受け取りました: " 4697 }, 4698 { 4699 "id": "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)", 4700 "translation": "" 4701 }, 4702 { 4703 "id": "Recursively remove a service and child objects from Cloud Foundry database without making requests to a service broker", 4704 "translation": "サービス・ブローカーに要請することなく Cloud Foundry データベースからサービスと子オブジェクトを再帰的に削除します" 4705 }, 4706 { 4707 "id": "Recursively remove a service instance and child objects from Cloud Foundry database without making requests to a service broker", 4708 "translation": "サービス・ブローカーに要請することなく Cloud Foundry データベースからサービス・インスタンスと子オブジェクトを再帰的に削除します" 4709 }, 4710 { 4711 "id": "Remove a plugin repository", 4712 "translation": "プラグイン・リポジトリーを削除します" 4713 }, 4714 { 4715 "id": "Remove a space role from a user", 4716 "translation": "ユーザーからスペースの役割を削除します" 4717 }, 4718 { 4719 "id": "Remove a url route from an app", 4720 "translation": "アプリから URL 経路を削除します" 4721 }, 4722 { 4723 "id": "Remove all api endpoint targeting", 4724 "translation": "API エンドポイント・ターゲットをすべて削除します" 4725 }, 4726 { 4727 "id": "Remove an env variable", 4728 "translation": "環境変数を削除します" 4729 }, 4730 { 4731 "id": "Remove an org role from a user", 4732 "translation": "ユーザーから組織の役割を削除します" 4733 }, 4734 { 4735 "id": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}...", 4736 "translation": "" 4737 }, 4738 { 4739 "id": "Removing env variable {{.VarName}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4740 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} から環境変数 {{.VarName}} を削除しています..." 4741 }, 4742 { 4743 "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...", 4744 "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザー {{.TargetUser}} から役割 {{.Role}} を削除しています..." 4745 }, 4746 { 4747 "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 4748 "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のユーザー {{.TargetUser}} から役割 {{.Role}} を削除しています..." 4749 }, 4750 { 4751 "id": "Removing route {{.URL}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4752 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} から経路 {{.URL}} を削除しています..." 4753 }, 4754 { 4755 "id": "Removing route {{.URL}}...", 4756 "translation": "経路 {{.URL}} を削除しています..." 4757 }, 4758 { 4759 "id": "Rename a buildpack", 4760 "translation": "ビルドパックを名前変更します" 4761 }, 4762 { 4763 "id": "Rename a service broker", 4764 "translation": "サービス・ブローカーを名前変更します" 4765 }, 4766 { 4767 "id": "Rename a service instance", 4768 "translation": "サービス・インスタンスを名前変更します" 4769 }, 4770 { 4771 "id": "Rename a space", 4772 "translation": "スペースを名前変更します" 4773 }, 4774 { 4775 "id": "Rename an app", 4776 "translation": "アプリを名前変更します" 4777 }, 4778 { 4779 "id": "Rename an org", 4780 "translation": "組織を名前変更します" 4781 }, 4782 { 4783 "id": "Renaming app {{.AppName}} to {{.NewName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4784 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を {{.NewName}} に名前変更しています..." 4785 }, 4786 { 4787 "id": "Renaming buildpack {{.OldBuildpackName}} to {{.NewBuildpackName}}...", 4788 "translation": "ビルドパック {{.OldBuildpackName}} を {{.NewBuildpackName}} に名前変更しています..." 4789 }, 4790 { 4791 "id": "Renaming org {{.OrgName}} to {{.NewName}} as {{.Username}}...", 4792 "translation": "{{.Username}} として組織 {{.OrgName}} を {{.NewName}} に名前変更しています..." 4793 }, 4794 { 4795 "id": "Renaming service broker {{.OldName}} to {{.NewName}} as {{.Username}}", 4796 "translation": "{{.Username}} としてサービス・ブローカー {{.OldName}} を {{.NewName}} に名前変更しています" 4797 }, 4798 { 4799 "id": "Renaming service {{.ServiceName}} to {{.NewServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4800 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} を {{.NewServiceName}} に名前変更しています..." 4801 }, 4802 { 4803 "id": "Renaming space {{.OldSpaceName}} to {{.NewSpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 4804 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} 内のスペース {{.OldSpaceName}} を {{.NewSpaceName}} に名前変更しています..." 4805 }, 4806 { 4807 "id": "Repo Name", 4808 "translation": "リポジトリー名" 4809 }, 4810 { 4811 "id": "Reports whether SSH is allowed in a space", 4812 "translation": "スペース内で SSH が許可されているかどうかを報告します" 4813 }, 4814 { 4815 "id": "Reports whether SSH is enabled on an application container instance", 4816 "translation": "アプリケーション・コンテナー・インスタンスで SSH に有効になっているかどうかを報告します" 4817 }, 4818 { 4819 "id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD", 4820 "translation": "" 4821 }, 4822 { 4823 "id": "Repository: ", 4824 "translation": "リポジトリー: " 4825 }, 4826 { 4827 "id": "Request error: {{.Error}}\nTIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.", 4828 "translation": "要求エラー: {{.Error}}\nヒント: ファイアウォールで保護されていて、HTTP プロキシーが必要な場合は、https_proxy 環境変数が正しく設定されているかを確認してください。それ以外の場合は、ネットワーク接続を確認してください。" 4829 }, 4830 { 4831 "id": "Request pseudo-tty allocation", 4832 "translation": "pseudo-tty 割り振りを要求します" 4833 }, 4834 { 4835 "id": "Requires SOURCE-APP TARGET-APP as arguments", 4836 "translation": "引数として SOURCE-APP TARGET-APP が必要です" 4837 }, 4838 { 4839 "id": "Requires app name as argument", 4840 "translation": "引数としてアプリ名が必要です" 4841 }, 4842 { 4843 "id": "Reserved Route Ports", 4844 "translation": "予約された経路ポート" 4845 }, 4846 { 4847 "id": "Reset the isolation segment assignment of a space to the org's default", 4848 "translation": "" 4849 }, 4850 { 4851 "id": "Resetting isolation segment assignment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 4852 "translation": "" 4853 }, 4854 { 4855 "id": "Resource matching API timed out; pushing all app files.", 4856 "translation": "" 4857 }, 4858 { 4859 "id": "Restage an app", 4860 "translation": "アプリを再ステージングします" 4861 }, 4862 { 4863 "id": "Restaging app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4864 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を再ステージングしています..." 4865 }, 4866 { 4867 "id": "Restart an app", 4868 "translation": "アプリを再始動します" 4869 }, 4870 { 4871 "id": "Restarting instance {{.Instance}} of application {{.AppName}} as {{.Username}}", 4872 "translation": "{{.Username}} としてアプリケーション {{.AppName}} のインスタンス {{.Instance}} を再始動しています" 4873 }, 4874 { 4875 "id": "Restrict search for plugin to this registered repository", 4876 "translation": "" 4877 }, 4878 { 4879 "id": "Retrieve an individual feature flag with status", 4880 "translation": "次の状況を持つ個別のフィーチャー・フラグを取得します:" 4881 }, 4882 { 4883 "id": "Retrieve and display the OAuth token for the current session", 4884 "translation": "現行セッションの OAuth トークンを取得して表示します" 4885 }, 4886 { 4887 "id": "Retrieve and display the given app's guid. All other health and status output for the app is suppressed.", 4888 "translation": "指定されたアプリの GUID を取得して表示します。 このアプリの他の正常性および状況出力はすべて抑制されます。" 4889 }, 4890 { 4891 "id": "Retrieve and display the given org's guid. All other output for the org is suppressed.", 4892 "translation": "指定された組織の GUID を取得して表示します。 この組織の他の出力はすべて抑制されます。" 4893 }, 4894 { 4895 "id": "Retrieve and display the given service's guid. All other output for the service is suppressed.", 4896 "translation": "指定されたサービスの GUID を取得して表示します。 このサービスの他の出力はすべて抑制されます。" 4897 }, 4898 { 4899 "id": "Retrieve and display the given service-key's guid. All other output for the service is suppressed.", 4900 "translation": "指定されたサービス・キーの GUID を取得して表示します。 このサービスの他の出力はすべて抑制されます。" 4901 }, 4902 { 4903 "id": "Retrieve and display the given space's guid. All other output for the space is suppressed.", 4904 "translation": "指定されたスペースの GUID を取得して表示します。 このスペースの他の出力はすべて抑制されます。" 4905 }, 4906 { 4907 "id": "Retrieve and display the given stack's guid. All other output for the stack is suppressed.", 4908 "translation": "指定されたスタックの GUID を取得して表示します。 このスタックの他の出力はすべて抑制されます。" 4909 }, 4910 { 4911 "id": "Retrieve list of feature flags with status of each flag-able feature", 4912 "translation": "状況がそれぞれ flag-able フィーチャーであるフィーチャー・フラグのリストを取得します" 4913 }, 4914 { 4915 "id": "Retrieve the contents of the running environment variable group", 4916 "translation": "実行環境変数グループの内容を取得します" 4917 }, 4918 { 4919 "id": "Retrieve the contents of the staging environment variable group", 4920 "translation": "ステージング環境変数グループの内容を取得します" 4921 }, 4922 { 4923 "id": "Retrieve the rules for all the security groups associated with the space", 4924 "translation": "このスペースに関連付けられているすべてのセキュリティー・グループのルールを取得します" 4925 }, 4926 { 4927 "id": "Retrieve the rules for all the security groups associated with the space.", 4928 "translation": "" 4929 }, 4930 { 4931 "id": "Retrieving logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4932 "translation": "" 4933 }, 4934 { 4935 "id": "Retrieving status of all flagged features as {{.Username}}...", 4936 "translation": "{{.Username}} としてすべてのフラグ付きフィーチャーの状況を取得しています..." 4937 }, 4938 { 4939 "id": "Retrieving status of {{.FeatureFlag}} as {{.Username}}...", 4940 "translation": "{{.Username}} として {{.FeatureFlag}} の状況を取得しています..." 4941 }, 4942 { 4943 "id": "Retrieving the contents of the running environment variable group as {{.Username}}...", 4944 "translation": "{{.Username}} として実行環境変数グループの内容を取得しています..." 4945 }, 4946 { 4947 "id": "Retrieving the contents of the staging environment variable group as {{.Username}}...", 4948 "translation": "{{.Username}} としてステージング環境変数グループの内容を取得しています..." 4949 }, 4950 { 4951 "id": "Retrying upload due to an error...", 4952 "translation": "" 4953 }, 4954 { 4955 "id": "Revoke an organization's entitlement to an isolation segment", 4956 "translation": "" 4957 }, 4958 { 4959 "id": "Route and domain management:", 4960 "translation": "" 4961 }, 4962 { 4963 "id": "Route {{.HostName}}.{{.DomainName}} {{.Existence}}", 4964 "translation": "経路 {{.HostName}}.{{.DomainName}} {{.Existence}}" 4965 }, 4966 { 4967 "id": "Route {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}", 4968 "translation": "経路 {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}" 4969 }, 4970 { 4971 "id": "Route {{.Route}} has been registered to another space.", 4972 "translation": "" 4973 }, 4974 { 4975 "id": "Route {{.Route}} was not bound to service instance {{.ServiceInstance}}.", 4976 "translation": "経路 {{.Route}} がサービス・インスタンス {{.ServiceInstance}} にバインドされていません。" 4977 }, 4978 { 4979 "id": "Route {{.URL}} already exists", 4980 "translation": "経路 {{.URL}} は既に存在しています" 4981 }, 4982 { 4983 "id": "Route {{.URL}} is already bound to service instance {{.ServiceInstanceName}}.", 4984 "translation": "経路 {{.URL}} はサービス・インスタンス {{.ServiceInstanceName}} に既にバインドされています。" 4985 }, 4986 { 4987 "id": "Router group {{.RouterGroup}} not found", 4988 "translation": "ルーター・グループ {{.RouterGroup}} が見つかりませんでした" 4989 }, 4990 { 4991 "id": "Routes", 4992 "translation": "経路" 4993 }, 4994 { 4995 "id": "Routes for this domain will be configured only on the specified router group", 4996 "translation": "このドメイン用の経路は指定されたルーター・グループ上でのみ構成されます" 4997 }, 4998 { 4999 "id": "Rules", 5000 "translation": "ルール" 5001 }, 5002 { 5003 "id": "Run a one-off task on an app", 5004 "translation": "" 5005 }, 5006 { 5007 "id": "Running Environment Variable Groups:", 5008 "translation": "実行環境変数グループ:" 5009 }, 5010 { 5011 "id": "Running applications need a restart to be moved there.", 5012 "translation": "" 5013 }, 5014 { 5015 "id": "SECURITY GROUP", 5016 "translation": "セキュリティー・グループ" 5017 }, 5018 { 5019 "id": "SECURITY GROUP:", 5020 "translation": "" 5021 }, 5022 { 5023 "id": "SECURITY_GROUP", 5024 "translation": "" 5025 }, 5026 { 5027 "id": "SEE ALSO:", 5028 "translation": "" 5029 }, 5030 { 5031 "id": "SERVICE", 5032 "translation": "サービス" 5033 }, 5034 { 5035 "id": "SERVICE ADMIN", 5036 "translation": "サービス管理者" 5037 }, 5038 { 5039 "id": "SERVICE ADMIN:", 5040 "translation": "" 5041 }, 5042 { 5043 "id": "SERVICES", 5044 "translation": "サービス" 5045 }, 5046 { 5047 "id": "SERVICES:", 5048 "translation": "" 5049 }, 5050 { 5051 "id": "SERVICE_INSTANCES", 5052 "translation": "サービス・インスタンス" 5053 }, 5054 { 5055 "id": "SPACE", 5056 "translation": "スペース" 5057 }, 5058 { 5059 "id": "SPACE ADMIN", 5060 "translation": "スペース管理者" 5061 }, 5062 { 5063 "id": "SPACE ADMIN:", 5064 "translation": "" 5065 }, 5066 { 5067 "id": "SPACE AUDITOR", 5068 "translation": "スペース監査員" 5069 }, 5070 { 5071 "id": "SPACE DEVELOPER", 5072 "translation": "スペース開発者" 5073 }, 5074 { 5075 "id": "SPACE MANAGER", 5076 "translation": "スペース・マネージャー" 5077 }, 5078 { 5079 "id": "SPACES", 5080 "translation": "スペース" 5081 }, 5082 { 5083 "id": "SPACES:", 5084 "translation": "" 5085 }, 5086 { 5087 "id": "SSH to an application container instance", 5088 "translation": "SSH 経由でアプリケーション・コンテナー・インスタンスに接続します" 5089 }, 5090 { 5091 "id": "SSL Certificate Error {{.Message}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint", 5092 "translation": "" 5093 }, 5094 { 5095 "id": "SUCCEEDED", 5096 "translation": "" 5097 }, 5098 { 5099 "id": "Scaling app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5100 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} をスケーリングしています..." 5101 }, 5102 { 5103 "id": "Search the plugin repositories for new versions of installed plugins", 5104 "translation": "" 5105 }, 5106 { 5107 "id": "Searching {{.RepoNames}} for newer versions of installed plugins...", 5108 "translation": "" 5109 }, 5110 { 5111 "id": "Searching {{.RepositoryName}} for plugin {{.PluginName}}...", 5112 "translation": "" 5113 }, 5114 { 5115 "id": "Security Groups:", 5116 "translation": "セキュリティー・グループ:" 5117 }, 5118 { 5119 "id": "Security group '{{.Name}}' not found.", 5120 "translation": "" 5121 }, 5122 { 5123 "id": "Security group {{.Name}} not bound to this space for lifecycle phase '{{.Lifecycle}}'.", 5124 "translation": "" 5125 }, 5126 { 5127 "id": "Security group {{.security_group}} does not exist", 5128 "translation": "セキュリティー・グループ {{.security_group}} が存在していません" 5129 }, 5130 { 5131 "id": "Security group {{.security_group}} {{.error_message}}", 5132 "translation": "セキュリティー・グループ {{.security_group}} {{.error_message}}" 5133 }, 5134 { 5135 "id": "See 'cf help \u003ccommand\u003e' to read about a specific command.", 5136 "translation": "" 5137 }, 5138 { 5139 "id": "Select a space (or press enter to skip):", 5140 "translation": "スペースを選択します (または Enter キーを押してスキップします):" 5141 }, 5142 { 5143 "id": "Select an org (or press enter to skip):", 5144 "translation": "組織を選択します (または Enter キーを押してスキップします):" 5145 }, 5146 { 5147 "id": "Server error, error code: 1002, message: cannot set space role because user is not part of the org", 5148 "translation": "サーバー・エラー、エラー・コード: 1002、メッセージ: ユーザーが組織の一部ではないため、スペースの役割を設定できません" 5149 }, 5150 { 5151 "id": "Server error, status code: 403, error code: 10003, message: You are not authorized to perform the requested action", 5152 "translation": "サーバー・エラー、状況コード: 403、エラー・コード: 10003、メッセージ: 要求したアクションの実行は許可されていません" 5153 }, 5154 { 5155 "id": "Server error, status code: 403: Access is denied. You do not have privileges to execute this command.", 5156 "translation": "サーバー・エラー、状況コード: 403: アクセスは拒否されました。 このコマンドを実行する特権がありません。" 5157 }, 5158 { 5159 "id": "Server error, status code: {{.ErrStatusCode}}, error code: {{.ErrAPIErrorCode}}, message: {{.ErrDescription}}", 5160 "translation": "サーバー・エラー、状況コード: {{.ErrStatusCode}}、エラー・コード: {{.ErrAPIErrorCode}}、メッセージ: {{.ErrDescription}}" 5161 }, 5162 { 5163 "id": "Service Auth Token {{.Label}} {{.Provider}} does not exist.", 5164 "translation": "サービス認証トークン {{.Label}} {{.Provider}} が存在していません。" 5165 }, 5166 { 5167 "id": "Service Broker {{.Name}} does not exist.", 5168 "translation": "サービス・ブローカー {{.Name}} が存在していません。" 5169 }, 5170 { 5171 "id": "Service Instance is not user provided", 5172 "translation": "このサービス・インスタンスはユーザー提供ではありません" 5173 }, 5174 { 5175 "id": "Service instance", 5176 "translation": "サービス・インスタンス" 5177 }, 5178 { 5179 "id": "Service instance {{.InstanceName}} not found", 5180 "translation": "サービス・インスタンス {{.InstanceName}} が見つかりませんでした" 5181 }, 5182 { 5183 "id": "Service instance {{.ServiceInstanceName}} does not exist.", 5184 "translation": "サービス・インスタンス {{.ServiceInstanceName}} が存在していません。" 5185 }, 5186 { 5187 "id": "Service instance {{.ServiceInstance}} not found", 5188 "translation": "" 5189 }, 5190 { 5191 "id": "Service instance: {{.ServiceName}}", 5192 "translation": "サービス・インスタンス: {{.ServiceName}}" 5193 }, 5194 { 5195 "id": "Service key {{.ServiceKeyName}} does not exist for service instance {{.ServiceInstanceName}}.", 5196 "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} が存在していません。" 5197 }, 5198 { 5199 "id": "Service offering", 5200 "translation": "サービス・オファリング" 5201 }, 5202 { 5203 "id": "Service offering does not exist\nTIP: If you are trying to purge a v1 service offering, you must set the -p flag.", 5204 "translation": "サービス・オファリングが存在していません\nヒント: v1 サービス・オファリングをパージしようとしている場合は、-p フラグを設定する必要があります。" 5205 }, 5206 { 5207 "id": "Service offering not found", 5208 "translation": "サービス・オファリングが見つかりませんでした" 5209 }, 5210 { 5211 "id": "Service {{.ServiceName}} does not exist.", 5212 "translation": "サービス {{.ServiceName}} が存在していません。" 5213 }, 5214 { 5215 "id": "Service: {{.ServiceDescription}}", 5216 "translation": "サービス: {{.ServiceDescription}}" 5217 }, 5218 { 5219 "id": "Services", 5220 "translation": "サービス" 5221 }, 5222 { 5223 "id": "Services integration:", 5224 "translation": "" 5225 }, 5226 { 5227 "id": "Services:", 5228 "translation": "サービス:" 5229 }, 5230 { 5231 "id": "Set an env variable for an app", 5232 "translation": "アプリの環境変数を設定します" 5233 }, 5234 { 5235 "id": "Set default locale. If LOCALE is 'CLEAR', previous locale is deleted.", 5236 "translation": "デフォルト・ロケールを設定します。 LOCALE が 'CLEAR' の場合は、前のロケールが削除されます。" 5237 }, 5238 { 5239 "id": "Set health_check_type flag to either 'port' or 'none'", 5240 "translation": "health_check_type フラグを 'port' または 'none' のいずれかに設定します" 5241 }, 5242 { 5243 "id": "Set or view target api url", 5244 "translation": "ターゲットの API URL を設定または表示します" 5245 }, 5246 { 5247 "id": "Set or view the targeted org or space", 5248 "translation": "ターゲットにされた組織またはスペースを設定または表示します" 5249 }, 5250 { 5251 "id": "Set the droplet used to run an app", 5252 "translation": "" 5253 }, 5254 { 5255 "id": "Set to 'port' or 'none'", 5256 "translation": "" 5257 }, 5258 { 5259 "id": "Setting api endpoint to {{.Endpoint}}...", 5260 "translation": "API エンドポイントを {{.Endpoint}} に設定しています..." 5261 }, 5262 { 5263 "id": "Setting app {{.AppName}} to droplet {{.DropletGUID}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5264 "translation": "" 5265 }, 5266 { 5267 "id": "Setting env variable '{{.VarName}}' to '{{.VarValue}}' for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5268 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の環境変数 '{{.VarName}}' を '{{.VarValue}}' に設定しています..." 5269 }, 5270 { 5271 "id": "Setting quota {{.QuotaName}} to org {{.OrgName}} as {{.Username}}...", 5272 "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を組織 {{.OrgName}} に設定しています..." 5273 }, 5274 { 5275 "id": "Setting status of {{.FeatureFlag}} as {{.Username}}...", 5276 "translation": "{{.Username}} として {{.FeatureFlag}} の状況を設定しています..." 5277 }, 5278 { 5279 "id": "Setting the contents of the running environment variable group as {{.Username}}...", 5280 "translation": "{{.Username}} として実行環境変数グループの内容を設定しています..." 5281 }, 5282 { 5283 "id": "Setting the contents of the staging environment variable group as {{.Username}}...", 5284 "translation": "{{.Username}} としてステージング環境変数グループの内容を設定しています..." 5285 }, 5286 { 5287 "id": "Share a private domain with an org", 5288 "translation": "プライベート・ドメインを組織と共有します" 5289 }, 5290 { 5291 "id": "Sharing domain {{.DomainName}} with org {{.OrgName}} as {{.Username}}...", 5292 "translation": "{{.Username}} としてドメイン {{.DomainName}} を組織 {{.OrgName}} と共有しています..." 5293 }, 5294 { 5295 "id": "Show a single security group", 5296 "translation": "単一のセキュリティー・グループを表示します" 5297 }, 5298 { 5299 "id": "Show all env variables for an app", 5300 "translation": "アプリの環境変数をすべて表示します" 5301 }, 5302 { 5303 "id": "Show help", 5304 "translation": "ヘルプを表示します" 5305 }, 5306 { 5307 "id": "Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps)", 5308 "translation": "スタックの情報を表示します (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)" 5309 }, 5310 { 5311 "id": "Show org info", 5312 "translation": "組織の情報を表示します" 5313 }, 5314 { 5315 "id": "Show org users by role", 5316 "translation": "組織のユーザーを役割別に表示します" 5317 }, 5318 { 5319 "id": "Show plan details for a particular service offering", 5320 "translation": "特定のサービス・オファリングのプランの詳細を表示します" 5321 }, 5322 { 5323 "id": "Show quota info", 5324 "translation": "割り当て量の情報を表示します" 5325 }, 5326 { 5327 "id": "Show recent app events", 5328 "translation": "最近のアプリ・イベントを表示します" 5329 }, 5330 { 5331 "id": "Show service instance info", 5332 "translation": "サービス・インスタンスの情報を表示します" 5333 }, 5334 { 5335 "id": "Show service key info", 5336 "translation": "サービス・キーの情報を表示します" 5337 }, 5338 { 5339 "id": "Show space info", 5340 "translation": "スペースの情報を表示します" 5341 }, 5342 { 5343 "id": "Show space quota info", 5344 "translation": "スペース割り当て量の情報を表示します" 5345 }, 5346 { 5347 "id": "Show space users by role", 5348 "translation": "スペースのユーザーを役割別に表示します" 5349 }, 5350 { 5351 "id": "Show the type of health check performed on an app", 5352 "translation": "" 5353 }, 5354 { 5355 "id": "Showing current scale of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5356 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の現在のスケールを表示しています..." 5357 }, 5358 { 5359 "id": "Showing health and status for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5360 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の正常性と状況を表示しています..." 5361 }, 5362 { 5363 "id": "Skip SSL certificate validation", 5364 "translation": "" 5365 }, 5366 { 5367 "id": "Skip assigning org role to user", 5368 "translation": "ユーザーに組織の役割を割り当てるステップをスキップします" 5369 }, 5370 { 5371 "id": "Skip host key validation", 5372 "translation": "ホスト・キーの検証をスキップします" 5373 }, 5374 { 5375 "id": "Skip verification of the API endpoint. Not recommended!", 5376 "translation": "API エンドポイントの検証をスキップします。推奨されません" 5377 }, 5378 { 5379 "id": "Space", 5380 "translation": "スペース" 5381 }, 5382 { 5383 "id": "Space '{{.Name}}' not found.", 5384 "translation": "" 5385 }, 5386 { 5387 "id": "Space Quota Definition {{.QuotaName}} already exists", 5388 "translation": "スペース割り当て量定義 {{.QuotaName}} は既に存在しています" 5389 }, 5390 { 5391 "id": "Space Quota:", 5392 "translation": "スペース割り当て量:" 5393 }, 5394 { 5395 "id": "Space management:", 5396 "translation": "" 5397 }, 5398 { 5399 "id": "Space that contains the target application", 5400 "translation": "このターゲット・アプリケーションを含むスペース" 5401 }, 5402 { 5403 "id": "Space {{.SpaceName}} already exists", 5404 "translation": "スペース {{.SpaceName}} は既に存在しています" 5405 }, 5406 { 5407 "id": "Space:", 5408 "translation": "スペース:" 5409 }, 5410 { 5411 "id": "Specify a path for file creation. If path not specified, manifest file is created in current working directory.", 5412 "translation": "ファイル作成のパスを指定します。 パスが指定されないと、マニフェスト・ファイルは現行作業ディレクトリーに作成されます。" 5413 }, 5414 { 5415 "id": "Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)", 5416 "translation": "使用するスタック (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)" 5417 }, 5418 { 5419 "id": "Staging Environment Variable Groups:", 5420 "translation": "ステージング環境変数グループ:" 5421 }, 5422 { 5423 "id": "Staging app and tracing logs...", 5424 "translation": "" 5425 }, 5426 { 5427 "id": "Staging package for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5428 "translation": "" 5429 }, 5430 { 5431 "id": "Staging package for {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5432 "translation": "" 5433 }, 5434 { 5435 "id": "Start an app", 5436 "translation": "アプリを開始します" 5437 }, 5438 { 5439 "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.", 5440 "translation": "アプリ開始タイムアウト\n\nヒント: アプリケーションは正しいポートで listen していなければなりません。 このポートをハードコーディングしないで、$PORT 環境変数を使用してください。" 5441 }, 5442 { 5443 "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.\n\nUse '{{.BinaryName}} logs {{.AppName}} --recent' for more information", 5444 "translation": "" 5445 }, 5446 { 5447 "id": "Start unsuccessful\n\nTIP: use '{{.BinaryName}} logs {{.AppName}} --recent' for more information", 5448 "translation": "" 5449 }, 5450 { 5451 "id": "Start unsuccessful\n\nTIP: use '{{.Command}}' for more information", 5452 "translation": "開始は失敗しました\n\nヒント: 詳しくは '{{.Command}}' を使用してください" 5453 }, 5454 { 5455 "id": "Started: {{.Started}}", 5456 "translation": "開始されました: {{.Started}}" 5457 }, 5458 { 5459 "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5460 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を開始しています..." 5461 }, 5462 { 5463 "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5464 "translation": "" 5465 }, 5466 { 5467 "id": "Starting download of plugin binary from URL...", 5468 "translation": "" 5469 }, 5470 { 5471 "id": "Starting download of plugin binary from repository {{.RepositoryName}}...", 5472 "translation": "" 5473 }, 5474 { 5475 "id": "Startup command, set to null to reset to default start command", 5476 "translation": "始動コマンド、ヌルに設定するとデフォルトの開始コマンドにリセットされます" 5477 }, 5478 { 5479 "id": "State", 5480 "translation": "状態" 5481 }, 5482 { 5483 "id": "Status: {{.State}}", 5484 "translation": "状況: {{.State}}" 5485 }, 5486 { 5487 "id": "Stop all instances of the app, then start them again. This may cause downtime.", 5488 "translation": "" 5489 }, 5490 { 5491 "id": "Stop an app", 5492 "translation": "アプリを停止します" 5493 }, 5494 { 5495 "id": "Stopping app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 5496 "translation": "" 5497 }, 5498 { 5499 "id": "Stopping app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5500 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を停止しています..." 5501 }, 5502 { 5503 "id": "Stopping app...", 5504 "translation": "" 5505 }, 5506 { 5507 "id": "Stopping push: File {{.Filename}} has been modified since the start of push. Validate the correct state of the file and try again.", 5508 "translation": "" 5509 }, 5510 { 5511 "id": "System-Provided:", 5512 "translation": "システム提供:" 5513 }, 5514 { 5515 "id": "TASK_ID", 5516 "translation": "" 5517 }, 5518 { 5519 "id": "TIP:\n", 5520 "translation": "ヒント:\n" 5521 }, 5522 { 5523 "id": "TIP:\n Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps", 5524 "translation": "ヒント:\n ユーザー提供のサービスを CF アプリが使用できるようにするには、'CF_NAME create-user-provided-service' を使用します" 5525 }, 5526 { 5527 "id": "TIP: An app restart is required for the change to take affect.", 5528 "translation": "ヒント: 変更を有効にするには、アプリの再始動が必要です。" 5529 }, 5530 { 5531 "id": "TIP: Assign roles with '{{.BinaryName}} set-org-role' and '{{.BinaryName}} set-space-role'.", 5532 "translation": "" 5533 }, 5534 { 5535 "id": "TIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 5536 "translation": "" 5537 }, 5538 { 5539 "id": "TIP: Changes will not apply to existing running applications until they are restarted.", 5540 "translation": "ヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。" 5541 }, 5542 { 5543 "id": "TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.", 5544 "translation": "ヒント: ファイアウォールで保護されていて、HTTP プロキシーが必要な場合は、https_proxy 環境変数が正しく設定されているかを確認してください。それ以外の場合は、ネットワーク接続を確認してください。" 5545 }, 5546 { 5547 "id": "TIP: No space targeted, use '{{.CfTargetCommand}}' to target a space.", 5548 "translation": "ヒント: スペースがターゲットになっていません、'{{.CfTargetCommand}}' を使用してスペースをターゲットにしてください。" 5549 }, 5550 { 5551 "id": "TIP: Use '{{.APICommand}}' to continue with an insecure API endpoint", 5552 "translation": "ヒント: 非セキュアな API エンドポイントから継続するには、'{{.APICommand}}' を使用します" 5553 }, 5554 { 5555 "id": "TIP: Use '{{.CFCommand}} {{.AppName}}' to ensure your env variable changes take effect", 5556 "translation": "ヒント: 確実に環境変数の変更が有効になるようにするには、'{{.CFCommand}} {{.AppName}}' を使用します" 5557 }, 5558 { 5559 "id": "TIP: Use '{{.CFRestageCommand}}' for any bound apps to ensure your env variable changes take effect", 5560 "translation": "ヒント: 環境変数の変更が有効になることをバインド済みアプリが保証するようにするには、'{{.CFRestageCommand}}' を使用します" 5561 }, 5562 { 5563 "id": "TIP: Use '{{.Command}}' to ensure your env variable changes take effect", 5564 "translation": "ヒント: 確実に環境変数の変更が有効になるようにするには、'{{.Command}}' を使用します" 5565 }, 5566 { 5567 "id": "TIP: use '{{.CfUpdateBuildpackCommand}}' to update this buildpack", 5568 "translation": "ヒント: このビルドパックを更新するには、'{{.CfUpdateBuildpackCommand}}' を使用します" 5569 }, 5570 { 5571 "id": "TOTAL_MEMORY", 5572 "translation": "合計メモリー" 5573 }, 5574 { 5575 "id": "Tags: {{.Tags}}", 5576 "translation": "タグ: {{.Tags}}" 5577 }, 5578 { 5579 "id": "Tail or show recent logs for an app", 5580 "translation": "アプリの最近のログを追尾または表示します" 5581 }, 5582 { 5583 "id": "Targeted org {{.OrgName}}\n", 5584 "translation": "組織 {{.OrgName}} をターゲットにしました\n" 5585 }, 5586 { 5587 "id": "Targeted space {{.SpaceName}}\n", 5588 "translation": "スペース {{.SpaceName}} をターゲットにしました\n" 5589 }, 5590 { 5591 "id": "Task has been submitted successfully for execution.", 5592 "translation": "" 5593 }, 5594 { 5595 "id": "Task must have a droplet. Specify droplet or assign current droplet to app.", 5596 "translation": "" 5597 }, 5598 { 5599 "id": "Task workers are unavailable.", 5600 "translation": "" 5601 }, 5602 { 5603 "id": "Terminate a running task of an app", 5604 "translation": "" 5605 }, 5606 { 5607 "id": "Terminate the running application Instance at the given index and instantiate a new instance of the application with the same index", 5608 "translation": "この実行アプリケーション・インスタンスを指定された索引で終了し、同じ索引でそのアプリケーションの新しいインスタンスをインスタンス化します" 5609 }, 5610 { 5611 "id": "Terminating task {{.TaskSequenceID}} of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5612 "translation": "" 5613 }, 5614 { 5615 "id": "The API endpoint", 5616 "translation": "API エンドポイント" 5617 }, 5618 { 5619 "id": "The URL of the service broker", 5620 "translation": "サービス・ブローカーの URL" 5621 }, 5622 { 5623 "id": "The URL to the plugin repo", 5624 "translation": "プラグイン・リポジトリーの URL" 5625 }, 5626 { 5627 "id": "The app is running on the DEA backend, which does not support this command.", 5628 "translation": "このコマンドをサポートしない DEA バックエンドでアプリが実行中です。" 5629 }, 5630 { 5631 "id": "The app is running on the Diego backend, which does not support this command.", 5632 "translation": "このコマンドをサポートしない Diego バックエンドでアプリが実行中です。" 5633 }, 5634 { 5635 "id": "The application instance index cannot be negative", 5636 "translation": "" 5637 }, 5638 { 5639 "id": "The application name", 5640 "translation": "アプリケーション名" 5641 }, 5642 { 5643 "id": "The buildpack", 5644 "translation": "ビルドパック" 5645 }, 5646 { 5647 "id": "The command name", 5648 "translation": "コマンド名" 5649 }, 5650 { 5651 "id": "The command to execute", 5652 "translation": "" 5653 }, 5654 { 5655 "id": "The domain", 5656 "translation": "ドメイン" 5657 }, 5658 { 5659 "id": "The domain of the route", 5660 "translation": "経路のドメイン" 5661 }, 5662 { 5663 "id": "The environment variable name", 5664 "translation": "環境変数名" 5665 }, 5666 { 5667 "id": "The environment variable value", 5668 "translation": "環境変数値" 5669 }, 5670 { 5671 "id": "The feature flag name", 5672 "translation": "フィーチャー・フラグ名" 5673 }, 5674 { 5675 "id": "The file path", 5676 "translation": "ファイル・パス" 5677 }, 5678 { 5679 "id": "The file {{.PluginExecutableName}} already exists under the plugin directory.\n", 5680 "translation": "ファイル {{.PluginExecutableName}} は既にプラグイン・ディレクトリーの下に存在しています。\n" 5681 }, 5682 { 5683 "id": "The guid of the droplet to use", 5684 "translation": "" 5685 }, 5686 { 5687 "id": "The guid of the package to stage", 5688 "translation": "" 5689 }, 5690 { 5691 "id": "The hostname", 5692 "translation": "ホスト名" 5693 }, 5694 { 5695 "id": "The index of the application instance", 5696 "translation": "アプリケーション・インスタンスの索引" 5697 }, 5698 { 5699 "id": "The isolation segment name", 5700 "translation": "" 5701 }, 5702 { 5703 "id": "The local path to the plugin, if the plugin exists locally; the URL to the plugin, if the plugin exists online; or the plugin name, if a repo is specified", 5704 "translation": "プラグインがローカルに存在している場合は、プラグインのローカル・パス" 5705 }, 5706 { 5707 "id": "The new application name", 5708 "translation": "新しいアプリケーション名" 5709 }, 5710 { 5711 "id": "The new buildpack name", 5712 "translation": "新しいビルドパック名" 5713 }, 5714 { 5715 "id": "The new name of the service instance", 5716 "translation": "サービス・インスタンスの新しい名前" 5717 }, 5718 { 5719 "id": "The new organization name", 5720 "translation": "新しい組織名" 5721 }, 5722 { 5723 "id": "The new service broker name", 5724 "translation": "新しいサービス・ブローカー名" 5725 }, 5726 { 5727 "id": "The new service offering", 5728 "translation": "新しいサービス・オファリング" 5729 }, 5730 { 5731 "id": "The new service plan", 5732 "translation": "新しいサービス・プラン" 5733 }, 5734 { 5735 "id": "The new space name", 5736 "translation": "新しいスペース名" 5737 }, 5738 { 5739 "id": "The old application name", 5740 "translation": "古いアプリケーション名" 5741 }, 5742 { 5743 "id": "The old buildpack name", 5744 "translation": "古いビルドパック名" 5745 }, 5746 { 5747 "id": "The old organization name", 5748 "translation": "古い組織名" 5749 }, 5750 { 5751 "id": "The old service broker name", 5752 "translation": "古いサービス・ブローカー名" 5753 }, 5754 { 5755 "id": "The old service offering", 5756 "translation": "古いサービス・オファリング" 5757 }, 5758 { 5759 "id": "The old service plan", 5760 "translation": "古いサービス・プラン" 5761 }, 5762 { 5763 "id": "The old service provider", 5764 "translation": "古いサービス・プロバイダー" 5765 }, 5766 { 5767 "id": "The old space name", 5768 "translation": "古いスペース名" 5769 }, 5770 { 5771 "id": "The order in which the buildpacks are checked during buildpack auto-detection", 5772 "translation": "ビルドパックの自動検出時におけるビルドパックの検査の順序" 5773 }, 5774 { 5775 "id": "The organization", 5776 "translation": "組織" 5777 }, 5778 { 5779 "id": "The organization group name", 5780 "translation": "組織グループ名" 5781 }, 5782 { 5783 "id": "The organization name", 5784 "translation": "" 5785 }, 5786 { 5787 "id": "The organization quota", 5788 "translation": "組織割り当て量" 5789 }, 5790 { 5791 "id": "The organization role", 5792 "translation": "組織の役割" 5793 }, 5794 { 5795 "id": "The password", 5796 "translation": "パスワード" 5797 }, 5798 { 5799 "id": "The path to the buildpack file", 5800 "translation": "ビルドパック・ファイルへのパス" 5801 }, 5802 { 5803 "id": "The plugin has been uninstalled but removing the plugin binary failed.\nRemove it manually or subsequent installations of the plugin may fail\n{{.Err}}", 5804 "translation": "" 5805 }, 5806 { 5807 "id": "The plugin name", 5808 "translation": "プラグイン名" 5809 }, 5810 { 5811 "id": "The plugin repo name", 5812 "translation": "プラグイン・リポジトリー名" 5813 }, 5814 { 5815 "id": "The plugin's uninstall method returned an unexpected error.\nThe plugin uninstall will proceed. Contact the plugin author if you need help.\n{{.Err}}", 5816 "translation": "" 5817 }, 5818 { 5819 "id": "The position that sets priority", 5820 "translation": "優先順位を設定する位置" 5821 }, 5822 { 5823 "id": "The quota", 5824 "translation": "割り当て量" 5825 }, 5826 { 5827 "id": "The route {{.RouteName}} did not match any existing domains.", 5828 "translation": "経路 {{.RouteName}} は既存のどのドメインにも一致しませんでした。" 5829 }, 5830 { 5831 "id": "The route {{.URL}} is already in use.\nTIP: Change the hostname with -n HOSTNAME or use --random-route to generate a new route and then push again.", 5832 "translation": "経路 {{.URL}} 既に使用されています。\nヒント: -n HOSTNAME を使用してホスト名を変更するか、または --random-route を使用して新しい経路を生成してから、再度プッシュします。" 5833 }, 5834 { 5835 "id": "The security group", 5836 "translation": "セキュリティー・グループ" 5837 }, 5838 { 5839 "id": "The security group name", 5840 "translation": "セキュリティー・グループ名" 5841 }, 5842 { 5843 "id": "The service broker", 5844 "translation": "サービス・ブローカー" 5845 }, 5846 { 5847 "id": "The service broker name", 5848 "translation": "サービス・ブローカー名" 5849 }, 5850 { 5851 "id": "The service instance", 5852 "translation": "サービス・インスタンス" 5853 }, 5854 { 5855 "id": "The service instance name", 5856 "translation": "サービス・インスタンス名" 5857 }, 5858 { 5859 "id": "The service instance to rename", 5860 "translation": "名前変更するサービス・インスタンス" 5861 }, 5862 { 5863 "id": "The service key", 5864 "translation": "サービス・キー" 5865 }, 5866 { 5867 "id": "The service offering", 5868 "translation": "サービス・オファリング" 5869 }, 5870 { 5871 "id": "The service offering name", 5872 "translation": "サービス・オファリング名" 5873 }, 5874 { 5875 "id": "The service plan that the service instance will use", 5876 "translation": "サービス・インスタンスが使用するサービス・プラン" 5877 }, 5878 { 5879 "id": "The space", 5880 "translation": "スペース" 5881 }, 5882 { 5883 "id": "The space name", 5884 "translation": "スペース名" 5885 }, 5886 { 5887 "id": "The space quota", 5888 "translation": "スペース割り当て量" 5889 }, 5890 { 5891 "id": "The space role", 5892 "translation": "スペースの役割" 5893 }, 5894 { 5895 "id": "The specified application instance does not exist", 5896 "translation": "" 5897 }, 5898 { 5899 "id": "The stack name", 5900 "translation": "スタック名" 5901 }, 5902 { 5903 "id": "The targeted API endpoint could not be reached.", 5904 "translation": "ターゲットの API エンドポイントに到達できませんでした。" 5905 }, 5906 { 5907 "id": "The task's unique sequence ID", 5908 "translation": "" 5909 }, 5910 { 5911 "id": "The token", 5912 "translation": "トークン" 5913 }, 5914 { 5915 "id": "The token expired, was revoked, or the token ID is incorrect. Please log back in to re-authenticate.", 5916 "translation": "トークンが有効期限切れか、取り消されたか、あるいはトークン ID が誤りです。ログインし直して再認証してください。" 5917 }, 5918 { 5919 "id": "The token label", 5920 "translation": "トークン・ラベル" 5921 }, 5922 { 5923 "id": "The token provider", 5924 "translation": "トークン・プロバイダー" 5925 }, 5926 { 5927 "id": "The user", 5928 "translation": "ユーザー" 5929 }, 5930 { 5931 "id": "The username", 5932 "translation": "ユーザー名" 5933 }, 5934 { 5935 "id": "There are no running instances of this app.", 5936 "translation": "このアプリの実行インスタンスはありません。" 5937 }, 5938 { 5939 "id": "There are too many options to display, please type in the name.", 5940 "translation": "表示するオプションが多すぎます。名前を入力してください。" 5941 }, 5942 { 5943 "id": "There is an error performing request on '{{.RepoURL}}': ", 5944 "translation": "'{{.RepoURL}}' で要求を実行したときエラーが発生しました: " 5945 }, 5946 { 5947 "id": "There is an error performing request on '{{.RepoURL}}': {{.Error}}\n{{.Tip}}", 5948 "translation": "'{{.RepoURL}}' で要求を実行したときエラーが発生しました: {{.Error}}\n{{.Tip}}" 5949 }, 5950 { 5951 "id": "These are commonly used commands. Use 'cf help -a' to see all, with descriptions.", 5952 "translation": "" 5953 }, 5954 { 5955 "id": "This action impacts all orgs using this domain.\nDeleting it will remove associated routes and could make any app with this domain, in any org, unreachable.\nAre you sure you want to delete the domain {{.DomainName}}? ", 5956 "translation": "" 5957 }, 5958 { 5959 "id": "This command", 5960 "translation": "このコマンド" 5961 }, 5962 { 5963 "id": "This command does not support the URL scheme in {{.UnsupportedURL}}.", 5964 "translation": "" 5965 }, 5966 { 5967 "id": "This command is in EXPERIMENTAL stage and may change without notice", 5968 "translation": "" 5969 }, 5970 { 5971 "id": "This command requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.", 5972 "translation": "" 5973 }, 5974 { 5975 "id": "This command requires the Routing API. Your targeted endpoint reports it is not enabled.", 5976 "translation": "このコマンドには Routing API が必要です。ターゲットのエンドポイントから有効になっていないことが報告されています。" 5977 }, 5978 { 5979 "id": "This is for backwards compatibility", 5980 "translation": "" 5981 }, 5982 { 5983 "id": "This service doesn't support creation of keys.", 5984 "translation": "このサービスはキーの作成をサポートしません。" 5985 }, 5986 { 5987 "id": "This space already has an assigned space quota.", 5988 "translation": "このスペースには既にスペース割り当て量が割り当てられています。" 5989 }, 5990 { 5991 "id": "This will cause the app to restart. Are you sure you want to scale {{.AppName}}?", 5992 "translation": "このため、このアプリは再始動されます。 {{.AppName}} をスケーリングしますか?" 5993 }, 5994 { 5995 "id": "Time (in seconds) allowed to elapse between starting up an app and the first healthy response from the app", 5996 "translation": "アプリの起動から、アプリからの最初の正常応答までに許容される時間 (秒)" 5997 }, 5998 { 5999 "id": "Timed out waiting for application {{.AppName}} to start", 6000 "translation": "" 6001 }, 6002 { 6003 "id": "Timeout for async HTTP requests", 6004 "translation": "非同期 HTTP 要求のタイムアウト" 6005 }, 6006 { 6007 "id": "Tip: use 'add-plugin-repo' to register the repo", 6008 "translation": "ヒント: このリポジトリーを登録するには 'add-plugin-repo' を使用します" 6009 }, 6010 { 6011 "id": "Total Memory", 6012 "translation": "合計メモリー" 6013 }, 6014 { 6015 "id": "Total amount of memory (e.g. 1024M, 1G, 10G)", 6016 "translation": "合計メモリー量 (例: 1024M、1G、10G)" 6017 }, 6018 { 6019 "id": "Total amount of memory a space can have (e.g. 1024M, 1G, 10G)", 6020 "translation": "1 つのスペースが占有できる合計メモリー量 (例: 1024M、1G、10G)" 6021 }, 6022 { 6023 "id": "Total number of application instances. -1 represents an unlimited amount.", 6024 "translation": "アプリケーション・インスタンスの合計数。-1 は量に制限がないことを表します。" 6025 }, 6026 { 6027 "id": "Total number of application instances. -1 represents an unlimited amount. (Default: unlimited)", 6028 "translation": "アプリケーション・インスタンスの合計数。-1 は量に制限がないことを表します。 (デフォルト: 制限なし)" 6029 }, 6030 { 6031 "id": "Total number of routes", 6032 "translation": "経路の合計数" 6033 }, 6034 { 6035 "id": "Total number of service instances", 6036 "translation": "サービス・インスタンスの合計数" 6037 }, 6038 { 6039 "id": "Trace HTTP requests", 6040 "translation": "HTTP 要求をトレースします" 6041 }, 6042 { 6043 "id": "UAA endpoint missing from config file", 6044 "translation": "UAA エンドポイントが構成ファイルにありません" 6045 }, 6046 { 6047 "id": "URL", 6048 "translation": "URL" 6049 }, 6050 { 6051 "id": "URL to which logs for bound applications will be streamed", 6052 "translation": "バインド済みアプリケーションのログのストリーム先 URL" 6053 }, 6054 { 6055 "id": "URL to which requests for bound routes will be forwarded. Scheme for this URL must be https", 6056 "translation": "バインド済み経路の要求の転送先 URL。この URL のスキームは https でなければなりません" 6057 }, 6058 { 6059 "id": "USAGE:", 6060 "translation": "使用法:" 6061 }, 6062 { 6063 "id": "USER ADMIN", 6064 "translation": "ユーザー管理者" 6065 }, 6066 { 6067 "id": "USER ADMIN:", 6068 "translation": "" 6069 }, 6070 { 6071 "id": "USERS", 6072 "translation": "ユーザー" 6073 }, 6074 { 6075 "id": "Unable to access space {{.SpaceName}}.\n{{.APIErr}}", 6076 "translation": "スペース {{.SpaceName}} にアクセスできません。\n{{.APIErr}}" 6077 }, 6078 { 6079 "id": "Unable to acquire one time code from authorization response", 6080 "translation": "許可応答からワンタイム・コードを獲得できません" 6081 }, 6082 { 6083 "id": "Unable to assign droplet. Ensure the droplet exists and belongs to this app.", 6084 "translation": "" 6085 }, 6086 { 6087 "id": "Unable to authenticate.", 6088 "translation": "認証できません。" 6089 }, 6090 { 6091 "id": "Unable to delete, route '{{.URL}}' does not exist.", 6092 "translation": "削除できません。経路 '{{.URL}}' が存在していません。" 6093 }, 6094 { 6095 "id": "Unable to determine CC API Version. Please log in again.", 6096 "translation": "CC API のバージョンを判別できません。ログインし直してください。" 6097 }, 6098 { 6099 "id": "Unable to obtain plugin name for executable {{.Executable}}", 6100 "translation": "実行可能ファイル {{.Executable}} のプラグイン名を取得できません" 6101 }, 6102 { 6103 "id": "Unable to parse CC API Version '{{.APIVersion}}'", 6104 "translation": "CC API バージョン '{{.APIVersion}}' は解析できません" 6105 }, 6106 { 6107 "id": "Unable to retrieve information for bound application GUID ", 6108 "translation": "バインド済みアプリケーション GUID の情報を取得できません" 6109 }, 6110 { 6111 "id": "Unassign a quota from a space", 6112 "translation": "スペースから割り当て量を割り当て解除します" 6113 }, 6114 { 6115 "id": "Unassigning space quota {{.QuotaName}} from space {{.SpaceName}} as {{.Username}}...", 6116 "translation": "{{.Username}} としてスペース {{.SpaceName}} からスペース割り当て量 {{.QuotaName}} を割り当て解除しています..." 6117 }, 6118 { 6119 "id": "Unbind a security group from a space", 6120 "translation": "スペースからセキュリティー・グループをアンバインドします" 6121 }, 6122 { 6123 "id": "Unbind a security group from the set of security groups for running applications", 6124 "translation": "実行アプリケーションのセキュリティー・グループのセットからセキュリティー・グループをアンバインドします" 6125 }, 6126 { 6127 "id": "Unbind a security group from the set of security groups for staging applications", 6128 "translation": "ステージング・アプリケーションのセキュリティー・グループのセットからセキュリティー・グループをアンバインドします" 6129 }, 6130 { 6131 "id": "Unbind a service instance from an HTTP route", 6132 "translation": "HTTP 経路からサービス・インスタンスをアンバインドします" 6133 }, 6134 { 6135 "id": "Unbind a service instance from an app", 6136 "translation": "アプリからサービス・インスタンスをアンバインドします" 6137 }, 6138 { 6139 "id": "Unbind cancelled", 6140 "translation": "アンバインドがキャンセルされました" 6141 }, 6142 { 6143 "id": "Unbinding app {{.AppName}} from service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6144 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} からアプリ {{.AppName}} をアンバインドしています..." 6145 }, 6146 { 6147 "id": "Unbinding may leave apps mapped to route {{.URL}} vulnerable; e.g. if service instance {{.ServiceInstanceName}} provides authentication. Do you want to proceed?", 6148 "translation": "アンバインドにより、例えばサービス・インスタンス {{.ServiceInstanceName}} が認証を提供する場合に、経路 {{.URL}} にマップされたアプリが脆弱になる可能性があります。続行しますか?" 6149 }, 6150 { 6151 "id": "Unbinding route {{.URL}} from service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6152 "translation": "{{.CurrentUser}} として経路 {{.URL}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス・インスタンス {{.ServiceInstanceName}} からアンバインドしています..." 6153 }, 6154 { 6155 "id": "Unbinding security group {{.SecurityGroupName}} from org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6156 "translation": "" 6157 }, 6158 { 6159 "id": "Unbinding security group {{.security_group}} from defaults for running as {{.username}}", 6160 "translation": "{{.username}} として実行用のデフォルトからセキュリティー・グループ {{.security_group}} をアンバインドしています" 6161 }, 6162 { 6163 "id": "Unbinding security group {{.security_group}} from defaults for staging as {{.username}}", 6164 "translation": "{{.username}} としてステージング用のデフォルトからセキュリティー・グループ {{.security_group}} をアンバインドしています" 6165 }, 6166 { 6167 "id": "Unbinding security group {{.security_group}} from {{.organization}}/{{.space}} as {{.username}}", 6168 "translation": "{{.username}} として {{.organization}}/{{.space}} からセキュリティー・グループ {{.security_group}} をアンバインドしています" 6169 }, 6170 { 6171 "id": "Unexpected error has occurred:\n{{.Error}}", 6172 "translation": "予期しないエラーが発生しました:\n{{.Error}}" 6173 }, 6174 { 6175 "id": "Uninstall CLI plugin", 6176 "translation": "" 6177 }, 6178 { 6179 "id": "Uninstall the plugin defined in command argument", 6180 "translation": "コマンド引数で定義されたプラグインをアンインストールします" 6181 }, 6182 { 6183 "id": "Uninstalling plugin {{.PluginName}}...", 6184 "translation": "プラグイン {{.PluginName}} をアンインストールしています..." 6185 }, 6186 { 6187 "id": "Unlock the buildpack to enable updates", 6188 "translation": "このビルドパックをアンロックして更新を有効にします" 6189 }, 6190 { 6191 "id": "Unmap a TCP route", 6192 "translation": "TCP 経路をマップ解除します" 6193 }, 6194 { 6195 "id": "Unmap an HTTP route", 6196 "translation": "HTTP 経路をマップ解除します" 6197 }, 6198 { 6199 "id": "Unmap an HTTP route:\\n CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Unmap a TCP route:\\n CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXAMPLES:\\n CF_NAME unmap-route my-app example.com # example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000", 6200 "translation": "HTTP 経路をマップ解除します。\\n CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n TCP 経路をマップ解除します。\\n CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\n例:\\n CF_NAME unmap-route my-app example.com # example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000" 6201 }, 6202 { 6203 "id": "Unsetting api endpoint...", 6204 "translation": "API エンドポイントを設定解除しています..." 6205 }, 6206 { 6207 "id": "Unshare a private domain with an org", 6208 "translation": "プライベート・ドメインを組織と非共有にします" 6209 }, 6210 { 6211 "id": "Unsharing domain {{.DomainName}} from org {{.OrgName}} as {{.Username}}...", 6212 "translation": "{{.Username}} として組織 {{.OrgName}} からドメイン {{.DomainName}} を共有解除しています..." 6213 }, 6214 { 6215 "id": "Unsupported host key fingerprint format", 6216 "translation": "サポートされないホスト・キー・フィンガープリント形式" 6217 }, 6218 { 6219 "id": "Update a buildpack", 6220 "translation": "ビルドパックを更新します" 6221 }, 6222 { 6223 "id": "Update a security group", 6224 "translation": "セキュリティーを更新します" 6225 }, 6226 { 6227 "id": "Update a service auth token", 6228 "translation": "サービス認証トークンを更新します" 6229 }, 6230 { 6231 "id": "Update a service broker", 6232 "translation": "サービス・ブローカーを更新します" 6233 }, 6234 { 6235 "id": "Update a service instance", 6236 "translation": "サービス・インスタンスを更新します" 6237 }, 6238 { 6239 "id": "Update an existing resource quota", 6240 "translation": "既存のリソース割り当て量を更新します" 6241 }, 6242 { 6243 "id": "Update an existing space quota", 6244 "translation": "既存のスペース割り当て量を更新します" 6245 }, 6246 { 6247 "id": "Update user-provided service instance", 6248 "translation": "ユーザー提供サービス・インスタンスを更新します" 6249 }, 6250 { 6251 "id": "Updated: {{.Updated}}", 6252 "translation": "更新しました: {{.Updated}}" 6253 }, 6254 { 6255 "id": "Updating a plan", 6256 "translation": "プランを更新しています" 6257 }, 6258 { 6259 "id": "Updating app with these attributes...", 6260 "translation": "" 6261 }, 6262 { 6263 "id": "Updating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6264 "translation": "" 6265 }, 6266 { 6267 "id": "Updating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6268 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を更新しています..." 6269 }, 6270 { 6271 "id": "Updating buildpack {{.BuildpackName}}...", 6272 "translation": "ビルドパック {{.BuildpackName}} を更新しています..." 6273 }, 6274 { 6275 "id": "Updating health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6276 "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のヘルス・チェック・タイプを更新しています..." 6277 }, 6278 { 6279 "id": "Updating isolation segment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 6280 "translation": "" 6281 }, 6282 { 6283 "id": "Updating quota {{.QuotaName}} as {{.Username}}...", 6284 "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を更新しています..." 6285 }, 6286 { 6287 "id": "Updating security group {{.security_group}} as {{.username}}", 6288 "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を更新しています" 6289 }, 6290 { 6291 "id": "Updating service auth token as {{.CurrentUser}}...", 6292 "translation": "{{.CurrentUser}} としてサービス認証トークンを更新しています..." 6293 }, 6294 { 6295 "id": "Updating service broker {{.Name}} as {{.Username}}...", 6296 "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を更新しています..." 6297 }, 6298 { 6299 "id": "Updating service instance {{.ServiceName}} as {{.UserName}}...", 6300 "translation": "{{.UserName}} としてサービス・インスタンス {{.ServiceName}} を更新しています..." 6301 }, 6302 { 6303 "id": "Updating space quota {{.Quota}} as {{.Username}}...", 6304 "translation": "{{.Username}} としてスペース割り当て量 {{.Quota}} を更新しています..." 6305 }, 6306 { 6307 "id": "Updating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6308 "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のユーザー提供サービス {{.ServiceName}} を更新しています..." 6309 }, 6310 { 6311 "id": "Updating {{.AppName}} health_check_type to '{{.HealthCheckType}}'", 6312 "translation": "{{.AppName}} health_check_type を '{{.HealthCheckType}}' に更新しています" 6313 }, 6314 { 6315 "id": "Uploading V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6316 "translation": "" 6317 }, 6318 { 6319 "id": "Uploading app files from: {{.Path}}", 6320 "translation": "次のパスからアプリ・ファイルをアップロードしています: {{.Path}}" 6321 }, 6322 { 6323 "id": "Uploading app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6324 "translation": "" 6325 }, 6326 { 6327 "id": "Uploading buildpack {{.BuildpackName}}...", 6328 "translation": "ビルドパック {{.BuildpackName}} をアップロードしています..." 6329 }, 6330 { 6331 "id": "Uploading files have failed after a number of retriest due to: {{.Error}}", 6332 "translation": "" 6333 }, 6334 { 6335 "id": "Uploading files...", 6336 "translation": "" 6337 }, 6338 { 6339 "id": "Uploading {{.AppName}}...", 6340 "translation": "{{.AppName}} をアップロードしています..." 6341 }, 6342 { 6343 "id": "Uploading {{.ZipFileBytes}}, {{.FileCount}} files", 6344 "translation": "{{.ZipFileBytes}}、{{.FileCount}} 個のファイルをアップロードしています" 6345 }, 6346 { 6347 "id": "Usage:", 6348 "translation": "" 6349 }, 6350 { 6351 "id": "Use '{{.BinaryName}} install-plugin' to update a plugin to the latest version.", 6352 "translation": "" 6353 }, 6354 { 6355 "id": "Use '{{.BinaryName}} repo-plugins' to list plugins in registered repos available to install.", 6356 "translation": "" 6357 }, 6358 { 6359 "id": "Use '{{.Command}}' for more information", 6360 "translation": "詳しくは '{{.Command}}' を使用してください" 6361 }, 6362 { 6363 "id": "Use '{{.Command}}' to view or set your target org and space.", 6364 "translation": "ターゲットの組織とスペースを表示または設定するには '{{.Command}}' を使用してください。" 6365 }, 6366 { 6367 "id": "Use '{{.Name}}' to view or set your target org and space", 6368 "translation": "ターゲットの組織とスペースを表示または設定するには '{{.Name}}' を使用してください" 6369 }, 6370 { 6371 "id": "User provided tags", 6372 "translation": "ユーザー提供のタグ" 6373 }, 6374 { 6375 "id": "User {{.TargetUser}} does not exist.", 6376 "translation": "ユーザー {{.TargetUser}} は存在していません。" 6377 }, 6378 { 6379 "id": "User-Provided:", 6380 "translation": "ユーザー提供:" 6381 }, 6382 { 6383 "id": "User:", 6384 "translation": "ユーザー:" 6385 }, 6386 { 6387 "id": "Username", 6388 "translation": "ユーザー名" 6389 }, 6390 { 6391 "id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.", 6392 "translation": "" 6393 }, 6394 { 6395 "id": "Using manifest file {{.Path}}\n", 6396 "translation": "マニフェスト・ファイル {{.Path}} を使用しています\n" 6397 }, 6398 { 6399 "id": "Using route {{.RouteURL}}", 6400 "translation": "経路 {{.RouteURL}} を使用しています" 6401 }, 6402 { 6403 "id": "Using stack {{.StackName}}...", 6404 "translation": "スタック {{.StackName}} を使用しています..." 6405 }, 6406 { 6407 "id": "VERSION:", 6408 "translation": "" 6409 }, 6410 { 6411 "id": "Valid JSON object containing service-specific configuration parameters, provided either in-line or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.", 6412 "translation": "インラインまたはファイルのいずれかで提供されるサービス固有の構成パラメーターを含む有効な JSON オブジェクト。 サポートされている構成パラメーターのリストについては、当該サービス・オファリングの資料を参照してください。" 6413 }, 6414 { 6415 "id": "Valid JSON object containing service-specific configuration parameters, provided inline or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.", 6416 "translation": "インラインまたはファイルのいずれかで提供されるサービス固有の構成パラメーターを含む有効な JSON オブジェクト。サポートされている構成パラメーターのリストについては、当該サービス・オファリングの資料を参照してください。" 6417 }, 6418 { 6419 "id": "Variable Name", 6420 "translation": "変数名" 6421 }, 6422 { 6423 "id": "Verify Password", 6424 "translation": "確認パスワード" 6425 }, 6426 { 6427 "id": "Version", 6428 "translation": "バージョン" 6429 }, 6430 { 6431 "id": "View logs, reports, and settings on this space\n", 6432 "translation": "このスペースに関するログ、レポート、および設定を表示します\n" 6433 }, 6434 { 6435 "id": "WARNING:\n Providing your password as a command line option is highly discouraged\n Your password may be visible to others and may be recorded in your shell history", 6436 "translation": "警告:\n パスワードをコマンド・ライン・オプションとして提供しないことを強くお勧めします\n パスワードを他人に見られたり、パスワードがシェル・ヒストリーに記録されたりする恐れがあります" 6437 }, 6438 { 6439 "id": "WARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.", 6440 "translation": "警告: この操作では、このサービス・インスタンスを担当しているサービス・ブローカーがもはや有効でないか、または 200 あるいは 410 で応答していないこと、そしてそのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。 削除されたサービス・インスタンスに関する情報 (サービス・バインディングやサービス・キーなど) はすべて Cloud Foundry から除去されます。" 6441 }, 6442 { 6443 "id": "WARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.", 6444 "translation": "警告: この操作では、このサービス・オファリングを担当しているサービス・ブローカーがもはや有効でないこと、そしてすべてのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。 削除されたサービスに関する情報 (サービス・インスタンスやサービス・バインディングなど) はすべて Cloud Foundry から除去されます。 サービス・ブローカーへのアクセスは試みられないので、サービス・ブローカーを破棄しないでこのコマンドを実行すると孤立したサービス・インスタンスが発生します。 そのため、このコマンドを実行した後、delete-service-auth-token または delete-service-broker のいずれかを実行してクリーンアップを完了することをお勧めします。" 6445 }, 6446 { 6447 "id": "WARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans. We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.", 6448 "translation": "警告: この操作は Cloud Foundry 内部で行われるものなので、サービス・ブローカーがこの操作に関与することはなく、サービス・インスタンスのリソースは変更されません。 この操作の基本ユースケースは、サービス・インスタンスを v1 プランから v2 プランに再マップして、v1 Service Broker API を実装するサービス・ブローカーを、v2 API を実装するブローカーで置き換えることです。 余分なインスタンスが作成されないようにするため、v1 プランをプライベートに設定するか、または v1 ブローカーをシャットダウンすることをお勧めします。 サービス・インスタンスがマイグレーションされたならば、v1 サービスおよびプランを Cloud Foundry から削除することができます。" 6449 }, 6450 { 6451 "id": "Waiting for API to complete processing files...", 6452 "translation": "" 6453 }, 6454 { 6455 "id": "Waiting for app to start...", 6456 "translation": "" 6457 }, 6458 { 6459 "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended", 6460 "translation": "" 6461 }, 6462 { 6463 "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended\n", 6464 "translation": "警告: 非セキュアな HTTP API エンドポイントが検出されました: セキュアな HTTPS API エンドポイントが推奨されます\n" 6465 }, 6466 { 6467 "id": "Warning: accessing feature flag 'set_roles_by_username'", 6468 "translation": "警告: フィーチャー・フラグ 'set_roles_by_username' にアクセスしています" 6469 }, 6470 { 6471 "id": "Warning: error tailing logs", 6472 "translation": "警告: ログを追尾しているときにエラーが発生しました" 6473 }, 6474 { 6475 "id": "Windows Command Line", 6476 "translation": "Windows コマンド・ライン" 6477 }, 6478 { 6479 "id": "Windows PowerShell", 6480 "translation": "Windows PowerShell" 6481 }, 6482 { 6483 "id": "Write curl body to FILE instead of stdout", 6484 "translation": "curl 本体を stdout ではなく FILE に書き込みます" 6485 }, 6486 { 6487 "id": "Write default values to the config", 6488 "translation": "デフォルト値を構成に書き込みます" 6489 }, 6490 { 6491 "id": "Your target CF API version only supports health check type values {{.SupportedTypes}} and {{.LastSupportedType}}.", 6492 "translation": "" 6493 }, 6494 { 6495 "id": "Zip archive does not contain a buildpack", 6496 "translation": "zip アーカイブにビルドパックが含まれていません" 6497 }, 6498 { 6499 "id": "[--allow-paid-service-plans | --disallow-paid-service-plans] ", 6500 "translation": "[--allow-paid-service-plans | --disallow-paid-service-plans] " 6501 }, 6502 { 6503 "id": "[--allow-paid-service-plans] ", 6504 "translation": "[--allow-paid-service-plans] " 6505 }, 6506 { 6507 "id": "[MULTIPART/FORM-DATA CONTENT HIDDEN]", 6508 "translation": "[MULTIPART/FORM-DATA CONTENT HIDDEN]" 6509 }, 6510 { 6511 "id": "[PRIVATE DATA HIDDEN]", 6512 "translation": "[PRIVATE DATA HIDDEN]" 6513 }, 6514 { 6515 "id": "[global options] command [arguments...] [command options]", 6516 "translation": "" 6517 }, 6518 { 6519 "id": "[hidden]", 6520 "translation": "" 6521 }, 6522 { 6523 "id": "access", 6524 "translation": "アクセス" 6525 }, 6526 { 6527 "id": "actor", 6528 "translation": "アクター" 6529 }, 6530 { 6531 "id": "alias", 6532 "translation": "" 6533 }, 6534 { 6535 "id": "all", 6536 "translation": "すべて" 6537 }, 6538 { 6539 "id": "allowed", 6540 "translation": "許可されました" 6541 }, 6542 { 6543 "id": "already exists", 6544 "translation": "既に存在しています" 6545 }, 6546 { 6547 "id": "api endpoint:", 6548 "translation": "API エンドポイント:" 6549 }, 6550 { 6551 "id": "api version:", 6552 "translation": "" 6553 }, 6554 { 6555 "id": "app", 6556 "translation": "アプリ" 6557 }, 6558 { 6559 "id": "app crashed", 6560 "translation": "アプリが異常終了" 6561 }, 6562 { 6563 "id": "app instance limit", 6564 "translation": "アプリのインスタンス制限" 6565 }, 6566 { 6567 "id": "app instances", 6568 "translation": "アプリ・インスタンス" 6569 }, 6570 { 6571 "id": "apps", 6572 "translation": "アプリ" 6573 }, 6574 { 6575 "id": "apps:", 6576 "translation": "" 6577 }, 6578 { 6579 "id": "auth request failed", 6580 "translation": "認証要求が失敗しました" 6581 }, 6582 { 6583 "id": "billingmanager", 6584 "translation": "" 6585 }, 6586 { 6587 "id": "bound apps", 6588 "translation": "バインド済みアプリ" 6589 }, 6590 { 6591 "id": "broker: {{.Name}}", 6592 "translation": "ブローカー: {{.Name}}" 6593 }, 6594 { 6595 "id": "buildpack:", 6596 "translation": "ビルドパック:" 6597 }, 6598 { 6599 "id": "buildpacks:", 6600 "translation": "" 6601 }, 6602 { 6603 "id": "bytes downloaded", 6604 "translation": "ダウンロードされたバイト数" 6605 }, 6606 { 6607 "id": "cf --version", 6608 "translation": "cf --version" 6609 }, 6610 { 6611 "id": "cf -v", 6612 "translation": "cf -v" 6613 }, 6614 { 6615 "id": "cf push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]", 6616 "translation": "" 6617 }, 6618 { 6619 "id": "cf services", 6620 "translation": "cf services" 6621 }, 6622 { 6623 "id": "cf target -s", 6624 "translation": "cf target -s" 6625 }, 6626 { 6627 "id": "cf v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf v2-push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf v2-push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]", 6628 "translation": "" 6629 }, 6630 { 6631 "id": "cf v3-push APP_NAME", 6632 "translation": "" 6633 }, 6634 { 6635 "id": "command help", 6636 "translation": "" 6637 }, 6638 { 6639 "id": "command name", 6640 "translation": "" 6641 }, 6642 { 6643 "id": "cpu", 6644 "translation": "CPU" 6645 }, 6646 { 6647 "id": "crashed", 6648 "translation": "異常終了" 6649 }, 6650 { 6651 "id": "crashing", 6652 "translation": "異常終了中" 6653 }, 6654 { 6655 "id": "create-isolation-segment", 6656 "translation": "" 6657 }, 6658 { 6659 "id": "delete-isolation-segment", 6660 "translation": "" 6661 }, 6662 { 6663 "id": "description", 6664 "translation": "説明" 6665 }, 6666 { 6667 "id": "destination", 6668 "translation": "" 6669 }, 6670 { 6671 "id": "details", 6672 "translation": "詳細" 6673 }, 6674 { 6675 "id": "disable-org-isolation", 6676 "translation": "" 6677 }, 6678 { 6679 "id": "disallowed", 6680 "translation": "不許可" 6681 }, 6682 { 6683 "id": "disk", 6684 "translation": "ディスク" 6685 }, 6686 { 6687 "id": "disk:", 6688 "translation": "ディスク:" 6689 }, 6690 { 6691 "id": "docker image:", 6692 "translation": "" 6693 }, 6694 { 6695 "id": "does exist", 6696 "translation": "存在しています" 6697 }, 6698 { 6699 "id": "does not exist", 6700 "translation": "存在していません" 6701 }, 6702 { 6703 "id": "does not exist.", 6704 "translation": "は存在していません。" 6705 }, 6706 { 6707 "id": "domain", 6708 "translation": "ドメイン" 6709 }, 6710 { 6711 "id": "domain {{.DomainName}} is a shared domain, not an owned domain.", 6712 "translation": "ドメイン {{.DomainName}} は共有ドメインであって、所有ドメインではありません。\n\nヒント:\n共有ドメインを削除するには、`cf delete-shared-domain` を使用します。" 6713 }, 6714 { 6715 "id": "domain {{.DomainName}} is an owned domain, not a shared domain.", 6716 "translation": "ドメイン {{.DomainName}} は所有ドメインであって、共有ドメインではありません。\n\nヒント:\n所有ドメインを削除するには、`cf delete-domain` を使用します。" 6717 }, 6718 { 6719 "id": "domains:", 6720 "translation": "ドメイン:" 6721 }, 6722 { 6723 "id": "down", 6724 "translation": "ダウン" 6725 }, 6726 { 6727 "id": "droplet: {{.DropletGUID}}", 6728 "translation": "" 6729 }, 6730 { 6731 "id": "each route in 'routes' must have a 'route' property", 6732 "translation": "'routes' 内の各経路には、'route' プロパティーがなければなりません" 6733 }, 6734 { 6735 "id": "enable-org-isolation", 6736 "translation": "" 6737 }, 6738 { 6739 "id": "enabled", 6740 "translation": "有効" 6741 }, 6742 { 6743 "id": "endpoint (for http type):", 6744 "translation": "" 6745 }, 6746 { 6747 "id": "env var '{{.PropertyName}}' should not be null", 6748 "translation": "環境変数 '{{.PropertyName}}' をヌルにすることはできません" 6749 }, 6750 { 6751 "id": "event", 6752 "translation": "イベント" 6753 }, 6754 { 6755 "id": "failed turning off console echo for password entry:\n{{.ErrorDescription}}", 6756 "translation": "パスワード入力のコンソール・エコーをオフにできませんでした:\n{{.ErrorDescription}}" 6757 }, 6758 { 6759 "id": "filename", 6760 "translation": "ファイル名" 6761 }, 6762 { 6763 "id": "free or paid", 6764 "translation": "無料または有料" 6765 }, 6766 { 6767 "id": "health check type:", 6768 "translation": "" 6769 }, 6770 { 6771 "id": "health_check_type is ", 6772 "translation": "health_check_type は " 6773 }, 6774 { 6775 "id": "health_check_type is already set", 6776 "translation": "health_check_type は既に設定されています" 6777 }, 6778 { 6779 "id": "health_check_type is not set to ", 6780 "translation": "health_check_type は次のものに設定されていません: " 6781 }, 6782 { 6783 "id": "host", 6784 "translation": "ホスト" 6785 }, 6786 { 6787 "id": "instance memory", 6788 "translation": "インスタンス・メモリー" 6789 }, 6790 { 6791 "id": "instance memory limit", 6792 "translation": "インスタンス・メモリー制限" 6793 }, 6794 { 6795 "id": "instance: {{.InstanceIndex}}, reason: {{.ExitDescription}}, exit_status: {{.ExitStatus}}", 6796 "translation": "インスタンス: {{.InstanceIndex}}、理由: {{.ExitDescription}}、終了状況: {{.ExitStatus}}" 6797 }, 6798 { 6799 "id": "instances", 6800 "translation": "インスタンス" 6801 }, 6802 { 6803 "id": "instances:", 6804 "translation": "インスタンス:" 6805 }, 6806 { 6807 "id": "integer", 6808 "translation": "" 6809 }, 6810 { 6811 "id": "invalid inherit path in manifest", 6812 "translation": "マニフェスト内に無効な継承パスがあります" 6813 }, 6814 { 6815 "id": "invalid value for env var CF_STAGING_TIMEOUT\n{{.Err}}", 6816 "translation": "環境変数 CF_STAGING_TIMEOUT の値が無効です\n{{.Err}}" 6817 }, 6818 { 6819 "id": "invalid value for env var CF_STARTUP_TIMEOUT\n{{.Err}}", 6820 "translation": "環境変数 CF_STARTUP_TIMEOUT の値が無効です\n{{.Err}}" 6821 }, 6822 { 6823 "id": "isolation segment:", 6824 "translation": "" 6825 }, 6826 { 6827 "id": "isolation segments:", 6828 "translation": "" 6829 }, 6830 { 6831 "id": "isolation-segments", 6832 "translation": "" 6833 }, 6834 { 6835 "id": "label", 6836 "translation": "ラベル" 6837 }, 6838 { 6839 "id": "last operation", 6840 "translation": "最後の操作" 6841 }, 6842 { 6843 "id": "last uploaded:", 6844 "translation": "最終アップロード日時:" 6845 }, 6846 { 6847 "id": "latest version", 6848 "translation": "" 6849 }, 6850 { 6851 "id": "lifecycle", 6852 "translation": "" 6853 }, 6854 { 6855 "id": "limited", 6856 "translation": "制限" 6857 }, 6858 { 6859 "id": "locked", 6860 "translation": "ロック済み" 6861 }, 6862 { 6863 "id": "memory", 6864 "translation": "メモリー" 6865 }, 6866 { 6867 "id": "memory usage:", 6868 "translation": "" 6869 }, 6870 { 6871 "id": "memory:", 6872 "translation": "メモリー:" 6873 }, 6874 { 6875 "id": "name", 6876 "translation": "名前" 6877 }, 6878 { 6879 "id": "name:", 6880 "translation": "名前:" 6881 }, 6882 { 6883 "id": "non basic services", 6884 "translation": "非基本サービス" 6885 }, 6886 { 6887 "id": "none", 6888 "translation": "なし" 6889 }, 6890 { 6891 "id": "not valid for the requested host", 6892 "translation": "要求されたホストには無効です" 6893 }, 6894 { 6895 "id": "org", 6896 "translation": "組織" 6897 }, 6898 { 6899 "id": "org:", 6900 "translation": "組織:" 6901 }, 6902 { 6903 "id": "organization", 6904 "translation": "" 6905 }, 6906 { 6907 "id": "orgs", 6908 "translation": "組織" 6909 }, 6910 { 6911 "id": "owned", 6912 "translation": "所有" 6913 }, 6914 { 6915 "id": "package guid: {{.PackageGuid}}", 6916 "translation": "" 6917 }, 6918 { 6919 "id": "paid plans", 6920 "translation": "有料プラン" 6921 }, 6922 { 6923 "id": "paid services {{.NonBasicServicesAllowed}}", 6924 "translation": "有料サービス {{.NonBasicServicesAllowed}}" 6925 }, 6926 { 6927 "id": "path", 6928 "translation": "パス" 6929 }, 6930 { 6931 "id": "path:", 6932 "translation": "" 6933 }, 6934 { 6935 "id": "plan", 6936 "translation": "プラン" 6937 }, 6938 { 6939 "id": "plans", 6940 "translation": "プラン" 6941 }, 6942 { 6943 "id": "plugin", 6944 "translation": "" 6945 }, 6946 { 6947 "id": "port", 6948 "translation": "ポート" 6949 }, 6950 { 6951 "id": "ports", 6952 "translation": "" 6953 }, 6954 { 6955 "id": "position", 6956 "translation": "位置" 6957 }, 6958 { 6959 "id": "processes:", 6960 "translation": "" 6961 }, 6962 { 6963 "id": "protocol", 6964 "translation": "" 6965 }, 6966 { 6967 "id": "provider", 6968 "translation": "プロバイダー" 6969 }, 6970 { 6971 "id": "quota:", 6972 "translation": "割り当て量:" 6973 }, 6974 { 6975 "id": "repo-plugins", 6976 "translation": "repo-plugins" 6977 }, 6978 { 6979 "id": "requested state", 6980 "translation": "要求された状態" 6981 }, 6982 { 6983 "id": "requested state:", 6984 "translation": "要求された状態:" 6985 }, 6986 { 6987 "id": "required attribute 'disk_quota' missing", 6988 "translation": "必須属性 'disk_quota' がありません" 6989 }, 6990 { 6991 "id": "required attribute 'instances' missing", 6992 "translation": "必須属性 'instances' がありません" 6993 }, 6994 { 6995 "id": "required attribute 'memory' missing", 6996 "translation": "必須属性 'memory' がありません" 6997 }, 6998 { 6999 "id": "required attribute 'stack' missing", 7000 "translation": "必須属性 'stack' がありません" 7001 }, 7002 { 7003 "id": "reserved route ports", 7004 "translation": "予約された経路ポート" 7005 }, 7006 { 7007 "id": "reset-space-isolation-segment", 7008 "translation": "" 7009 }, 7010 { 7011 "id": "route ports", 7012 "translation": "経路ポート" 7013 }, 7014 { 7015 "id": "routes", 7016 "translation": "経路" 7017 }, 7018 { 7019 "id": "routes:", 7020 "translation": "" 7021 }, 7022 { 7023 "id": "run-task", 7024 "translation": "" 7025 }, 7026 { 7027 "id": "running", 7028 "translation": "実行" 7029 }, 7030 { 7031 "id": "running security groups:", 7032 "translation": "" 7033 }, 7034 { 7035 "id": "security group", 7036 "translation": "セキュリティー・グループ" 7037 }, 7038 { 7039 "id": "service", 7040 "translation": "サービス" 7041 }, 7042 { 7043 "id": "service auth token", 7044 "translation": "サービス認証トークン" 7045 }, 7046 { 7047 "id": "service instance", 7048 "translation": "サービス・インスタンス" 7049 }, 7050 { 7051 "id": "service instances", 7052 "translation": "サービス・インスタンス" 7053 }, 7054 { 7055 "id": "service key", 7056 "translation": "サービス・キー" 7057 }, 7058 { 7059 "id": "service plan", 7060 "translation": "サービス・プラン" 7061 }, 7062 { 7063 "id": "service-broker", 7064 "translation": "サービス・ブローカー" 7065 }, 7066 { 7067 "id": "service_broker_guid IN ", 7068 "translation": "service_broker_guid IN " 7069 }, 7070 { 7071 "id": "service_guid IN ", 7072 "translation": "service_guid IN " 7073 }, 7074 { 7075 "id": "services", 7076 "translation": "サービス" 7077 }, 7078 { 7079 "id": "services:", 7080 "translation": "" 7081 }, 7082 { 7083 "id": "set-space-isolation-segment", 7084 "translation": "" 7085 }, 7086 { 7087 "id": "shared", 7088 "translation": "共有" 7089 }, 7090 { 7091 "id": "since", 7092 "translation": "開始日時" 7093 }, 7094 { 7095 "id": "space", 7096 "translation": "スペース" 7097 }, 7098 { 7099 "id": "space quota:", 7100 "translation": "" 7101 }, 7102 { 7103 "id": "space quotas:", 7104 "translation": "スペース割り当て量:" 7105 }, 7106 { 7107 "id": "space:", 7108 "translation": "スペース:" 7109 }, 7110 { 7111 "id": "spaces:", 7112 "translation": "スペース:" 7113 }, 7114 { 7115 "id": "ssh support is already disabled", 7116 "translation": "SSH サポートは既に無効になっています" 7117 }, 7118 { 7119 "id": "ssh support is already disabled in space ", 7120 "translation": "次のスペース内で SSH サポートは既に無効になっています: " 7121 }, 7122 { 7123 "id": "ssh support is already enabled for '{{.AppName}}'", 7124 "translation": "次のものに対して SSH サポートは既に有効になっています: '{{.AppName}}'" 7125 }, 7126 { 7127 "id": "ssh support is already enabled in space '{{.SpaceName}}'", 7128 "translation": "次のスペース内で SSH サポートは既に有効になっています: '{{.SpaceName}}'" 7129 }, 7130 { 7131 "id": "ssh support is disabled for", 7132 "translation": "次のものに対して SSH サポートは無効になっています:" 7133 }, 7134 { 7135 "id": "ssh support is disabled in space ", 7136 "translation": "次のスペース内で SSH サポートは無効になっています: " 7137 }, 7138 { 7139 "id": "ssh support is enabled for", 7140 "translation": "次のものに対して SSH サポートは有効になっています:" 7141 }, 7142 { 7143 "id": "ssh support is enabled in space ", 7144 "translation": "次のスペース内で SSH サポートは有効になっています: " 7145 }, 7146 { 7147 "id": "ssh support is not disabled for ", 7148 "translation": "次のものに対して SSH サポートは無効になっていません: " 7149 }, 7150 { 7151 "id": "ssh support is not enabled for ", 7152 "translation": "次のものに対して SSH サポートは有効になっていません: " 7153 }, 7154 { 7155 "id": "sso-passcode", 7156 "translation": "" 7157 }, 7158 { 7159 "id": "stack:", 7160 "translation": "スタック:" 7161 }, 7162 { 7163 "id": "staging security groups:", 7164 "translation": "" 7165 }, 7166 { 7167 "id": "start command:", 7168 "translation": "" 7169 }, 7170 { 7171 "id": "start time", 7172 "translation": "" 7173 }, 7174 { 7175 "id": "starting", 7176 "translation": "開始中" 7177 }, 7178 { 7179 "id": "state", 7180 "translation": "状態" 7181 }, 7182 { 7183 "id": "status", 7184 "translation": "状況" 7185 }, 7186 { 7187 "id": "stopped", 7188 "translation": "停止済み" 7189 }, 7190 { 7191 "id": "stopped after 1 redirect", 7192 "translation": "1 リダイレクト後に停止されます" 7193 }, 7194 { 7195 "id": "task id:", 7196 "translation": "" 7197 }, 7198 { 7199 "id": "task name:", 7200 "translation": "" 7201 }, 7202 { 7203 "id": "tasks", 7204 "translation": "" 7205 }, 7206 { 7207 "id": "terminate-task", 7208 "translation": "" 7209 }, 7210 { 7211 "id": "time", 7212 "translation": "時刻" 7213 }, 7214 { 7215 "id": "timeout connecting to log server, no log will be shown", 7216 "translation": "ログ・サーバーへの接続中にタイムアウトが発生しました。ログは示されません" 7217 }, 7218 { 7219 "id": "total memory", 7220 "translation": "合計メモリー" 7221 }, 7222 { 7223 "id": "total memory limit", 7224 "translation": "合計メモリー制限" 7225 }, 7226 { 7227 "id": "type", 7228 "translation": "タイプ" 7229 }, 7230 { 7231 "id": "uaa", 7232 "translation": "" 7233 }, 7234 { 7235 "id": "unknown authority", 7236 "translation": "不明な認証機関" 7237 }, 7238 { 7239 "id": "unlimited", 7240 "translation": "制限なし" 7241 }, 7242 { 7243 "id": "url", 7244 "translation": "URL" 7245 }, 7246 { 7247 "id": "urls", 7248 "translation": "URL" 7249 }, 7250 { 7251 "id": "urls:", 7252 "translation": "URL:" 7253 }, 7254 { 7255 "id": "usage:", 7256 "translation": "使用:" 7257 }, 7258 { 7259 "id": "user", 7260 "translation": "ユーザー" 7261 }, 7262 { 7263 "id": "user {{.User}} already exists", 7264 "translation": "" 7265 }, 7266 { 7267 "id": "user-provided", 7268 "translation": "ユーザー提供" 7269 }, 7270 { 7271 "id": "user:", 7272 "translation": "ユーザー:" 7273 }, 7274 { 7275 "id": "username", 7276 "translation": "ユーザー名" 7277 }, 7278 { 7279 "id": "verbose and version flag", 7280 "translation": "" 7281 }, 7282 { 7283 "id": "version", 7284 "translation": "バージョン" 7285 }, 7286 { 7287 "id": "yes", 7288 "translation": "はい" 7289 }, 7290 { 7291 "id": "{{.APIEndpoint}} (API version: {{.APIVersionString}})", 7292 "translation": "{{.APIEndpoint}} (API バージョン: {{.APIVersionString}})" 7293 }, 7294 { 7295 "id": "{{.AppInstanceLimit}} app instance limit", 7296 "translation": "{{.AppInstanceLimit}} アプリのインスタンス制限" 7297 }, 7298 { 7299 "id": "{{.AppName}} failed to stage within {{.Timeout}} minutes", 7300 "translation": "" 7301 }, 7302 { 7303 "id": "{{.BinaryName}} version {{.VersionString}}", 7304 "translation": "" 7305 }, 7306 { 7307 "id": "{{.CountOfServices}} migrated.", 7308 "translation": "{{.CountOfServices}} がマイグレーションされました。" 7309 }, 7310 { 7311 "id": "{{.CrashedCount}} crashed", 7312 "translation": "{{.CrashedCount}} が異常終了しました" 7313 }, 7314 { 7315 "id": "{{.DiskUsage}} of {{.DiskQuota}}", 7316 "translation": "{{.DiskQuota}} の中の {{.DiskUsage}}" 7317 }, 7318 { 7319 "id": "{{.DownCount}} down", 7320 "translation": "{{.DownCount}} ダウン" 7321 }, 7322 { 7323 "id": "{{.ErrorDescription}}\nTIP: Use '{{.CFServicesCommand}}' to view all services in this org and space.", 7324 "translation": "{{.ErrorDescription}}\nヒント: この組織とスペース内にあるすべてのサービスを表示するには '{{.CFServicesCommand}}' を使用します。" 7325 }, 7326 { 7327 "id": "{{.Err}}\n\t\t\t\nTIP: Buildpacks are detected when the \"{{.PushCommand}}\" is executed from within the directory that contains the app source code.\n\nUse '{{.BuildpackCommand}}' to see a list of supported buildpacks.\n\nUse '{{.Command}}' for more in depth log information.", 7328 "translation": "{{.Err}}\n\t\t\t\nヒント: アプリ・ソース・コードが入っているディレクトリー内から \"{{.PushCommand}}\" が実行されると、ビルドパックが検出されます。\n\nサポートされているビルドパックのリストを表示するには、'{{.BuildpackCommand}}' を使用します。\n\nより詳細なログ情報が必要な場合は '{{.Command}}' を使用してください。" 7329 }, 7330 { 7331 "id": "{{.Err}}\n\nTIP: use '{{.Command}}' for more information", 7332 "translation": "{{.Err}}\n\nヒント: 詳しくは '{{.Command}}' を使用してください" 7333 }, 7334 { 7335 "id": "{{.Feature}} only works up to CF API version {{.MaximumVersion}}. Your target is {{.APIVersion}}.", 7336 "translation": "{{.Feature}} が動作するのは、CF API バージョン {{.MaximumVersion}} までのみです。ターゲットは {{.APIVersion}} です。" 7337 }, 7338 { 7339 "id": "{{.Feature}} requires CF API version {{.RequiredVersion}} or higher. Your target is {{.APIVersion}}.", 7340 "translation": "{{.Feature}} には、CF API バージョン {{.RequiredVersion}} 以上が必要です。ターゲットは {{.APIVersion}} です。" 7341 }, 7342 { 7343 "id": "{{.FlappingCount}} failing", 7344 "translation": "{{.FlappingCount}} は失敗しました" 7345 }, 7346 { 7347 "id": "{{.InstanceMemoryLimit}} instance memory limit", 7348 "translation": "{{.InstanceMemoryLimit}} インスタンス・メモリー制限" 7349 }, 7350 { 7351 "id": "{{.MemUsage}} of {{.MemQuota}}", 7352 "translation": "{{.MemQuota}} の中の {{.MemUsage}}" 7353 }, 7354 { 7355 "id": "{{.MemoryLimit}} memory limit", 7356 "translation": "{{.MemoryLimit}} メモリー制限" 7357 }, 7358 { 7359 "id": "{{.MemoryLimit}}M memory limit", 7360 "translation": "{{.MemoryLimit}}M メモリー制限" 7361 }, 7362 { 7363 "id": "{{.MemorySize}} x {{.NumInstances}} instances", 7364 "translation": "" 7365 }, 7366 { 7367 "id": "{{.Message}}\nNote that this command requires CF API version 3.0.0+.", 7368 "translation": "" 7369 }, 7370 { 7371 "id": "{{.ModelType}} {{.ModelName}} already exists", 7372 "translation": "{{.ModelType}} {{.ModelName}} は既に存在しています" 7373 }, 7374 { 7375 "id": "{{.OperationType}} failed", 7376 "translation": "{{.OperationType}} は失敗しました" 7377 }, 7378 { 7379 "id": "{{.OperationType}} in progress", 7380 "translation": "{{.OperationType}} は進行中です" 7381 }, 7382 { 7383 "id": "{{.OperationType}} succeeded", 7384 "translation": "{{.OperationType}} は成功しました" 7385 }, 7386 { 7387 "id": "{{.PropertyName}} must be a string or null value", 7388 "translation": "{{.PropertyName}} はストリング値またはヌル値でなければなりません" 7389 }, 7390 { 7391 "id": "{{.PropertyName}} must be a string value", 7392 "translation": "{{.PropertyName}} はストリング値でなければなりません" 7393 }, 7394 { 7395 "id": "{{.PropertyName}} should not be null", 7396 "translation": "{{.PropertyName}} をヌルにすることはできません" 7397 }, 7398 { 7399 "id": "{{.RepositoryURL}} added as {{.RepositoryName}}", 7400 "translation": "" 7401 }, 7402 { 7403 "id": "{{.RepositoryURL}} already registered as {{.RepositoryName}}", 7404 "translation": "" 7405 }, 7406 { 7407 "id": "{{.ReservedRoutePorts}} route ports", 7408 "translation": "{{.ReservedRoutePorts}} 経路ポート" 7409 }, 7410 { 7411 "id": "{{.RoutesLimit}} routes", 7412 "translation": "{{.RoutesLimit}} 経路" 7413 }, 7414 { 7415 "id": "{{.RunningCount}} of {{.TotalCount}} instances running", 7416 "translation": "{{.TotalCount}} 個の中の {{.RunningCount}} 個のインスタンスが実行中です" 7417 }, 7418 { 7419 "id": "{{.ServicesLimit}} services", 7420 "translation": "{{.ServicesLimit}} サービス" 7421 }, 7422 { 7423 "id": "{{.StartingCount}} starting", 7424 "translation": "{{.StartingCount}} 個が開始中です" 7425 }, 7426 { 7427 "id": "{{.StartingCount}} starting ({{.Details}})", 7428 "translation": "{{.StartingCount}} 個が開始中です ({{.Details}})" 7429 }, 7430 { 7431 "id": "{{.State}} in progress. Use '{{.ServicesCommand}}' or '{{.ServiceCommand}}' to check operation status.", 7432 "translation": "{{.State}} は進行中です。 操作状況を確認するには '{{.ServicesCommand}}' または '{{.ServiceCommand}}' を使用します。" 7433 }, 7434 { 7435 "id": "{{.URL}} is not a valid url, please provide a url, e.g. https://your_repo.com", 7436 "translation": "{{.URL}} は有効な URL ではないので、有効な URL (例: https://your_repo.com) を提供してください" 7437 }, 7438 { 7439 "id": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances", 7440 "translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} インスタンス" 7441 } 7442 ]