github.com/jasonkeene/cli@v6.14.1-0.20160816203908-ca5715166dfb+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": ""
    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": "   CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n",
    60      "translation": "   CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n"
    61    },
    62    {
    63      "id": "   Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.",
    64      "translation": "   オプションで、バインド済みアプリケーションの VCAP_SERVICES 環境変数に書き込まれるコンマ区切りタグのリストを提供します。"
    65    },
    66    {
    67      "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   }",
    68      "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   }"
    69    },
    70    {
    71      "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   }",
    72      "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   }"
    73    },
    74    {
    75      "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   }",
    76      "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   }"
    77    },
    78    {
    79      "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.",
    80      "translation": "   path は zip ファイル、zip ファイルへの URL、またはローカル・ディレクトリーでなければなりません。position は正整数で、優先順位を設定するものであり、低いものから高いものへの順にソートされます。"
    81    },
    82    {
    83      "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.",
    84      "translation": "   提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。\n   このファイルは内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。"
    85    },
    86    {
    87      "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   ]",
    88      "translation": "   提供されるパスはファイルへの絶対パスまたは相対パスとすることができます。このファイルは\n   内部にルールを記述する JSON オブジェクトを含む単一の配列を持つものでなければなりません。JSON 基本オブジェクトは\n   省略され、大括弧と関連子オブジェクトのみがファイル内で必要となります。\n\n   有効な json ファイルの例:\n   [\n     {\n       \"protocol\": \"tcp\",\n       \"destination\": \"10.244.1.18\",\n       \"ports\": \"3306\"\n     }\n   ]"
    89    },
    90    {
    91      "id": "   View allowable quotas with 'CF_NAME quotas'",
    92      "translation": "   許容割り当て量を 'CF_NAME quotas' で表示します"
    93    },
    94    {
    95      "id": " added as '",
    96      "translation": " 次のものとして追加されました: '"
    97    },
    98    {
    99      "id": " does not exist as a repo",
   100      "translation": " はリポジトリーとして存在していません"
   101    },
   102    {
   103      "id": " for ",
   104      "translation": " for "
   105    },
   106    {
   107      "id": " is already started",
   108      "translation": " は既に開始されています"
   109    },
   110    {
   111      "id": " is already stopped",
   112      "translation": " は既に停止されています"
   113    },
   114    {
   115      "id": " is empty",
   116      "translation": " は空です"
   117    },
   118    {
   119      "id": " is not available in repo '",
   120      "translation": " は次のリポジトリーにありません: '"
   121    },
   122    {
   123      "id": " is not responding. Please make sure it is a valid plugin repo.",
   124      "translation": " は応答していません。有効なプラグイン・リポジトリーであるか確認してください。"
   125    },
   126    {
   127      "id": " not found",
   128      "translation": " は見つかりませんでした"
   129    },
   130    {
   131      "id": " removed from list of repositories",
   132      "translation": " はリポジトリーのリストから削除されました"
   133    },
   134    {
   135      "id": "\"Plugins\" object not found in the responded data.",
   136      "translation": "\"Plugins\" オブジェクトが応答データに見つかりませんでした。"
   137    },
   138    {
   139      "id": "' is not a registered command. See 'cf help'",
   140      "translation": "' は登録済みコマンドではありません。'cf help' を参照してください"
   141    },
   142    {
   143      "id": "'routes' should be a list",
   144      "translation": ""
   145    },
   146    {
   147      "id": "'{{.VersionShort}}' and '{{.VersionLong}}' are also accepted.",
   148      "translation": "'{{.VersionShort}}' および '{{.VersionLong}}' も受け入れられます。"
   149    },
   150    {
   151      "id": ") already exists.",
   152      "translation": ") は既に存在しています。"
   153    },
   154    {
   155      "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}}? (y or n)",
   156      "translation": "**注意: プラグインは必ずしも信頼できない作成者によって書かれたバイナリーです。プラグインのインストールと使用は自らの責任で行ってください。**\n\nプラグイン {{.Plugin}} をインストールしますか? (y または n)"
   157    },
   158    {
   159      "id": "A command line tool to interact with Cloud Foundry",
   160      "translation": "Cloud Foundry と対話するためのコマンド・ライン・ツール"
   161    },
   162    {
   163      "id": "ADD/REMOVE PLUGIN",
   164      "translation": "プラグインの追加/削除"
   165    },
   166    {
   167      "id": "ADD/REMOVE PLUGIN REPOSITORY",
   168      "translation": "プラグイン・リポジトリーの追加/削除"
   169    },
   170    {
   171      "id": "ADVANCED",
   172      "translation": "詳細"
   173    },
   174    {
   175      "id": "ALIAS:",
   176      "translation": "別名:"
   177    },
   178    {
   179      "id": "API endpoint",
   180      "translation": "API エンドポイント"
   181    },
   182    {
   183      "id": "API endpoint (e.g. https://api.example.com)",
   184      "translation": "API エンドポイント (例: https://api.example.com)"
   185    },
   186    {
   187      "id": "API endpoint:",
   188      "translation": "API エンドポイント:"
   189    },
   190    {
   191      "id": "API endpoint: {{.APIEndpoint}}",
   192      "translation": "API エンドポイント: {{.APIEndpoint}}"
   193    },
   194    {
   195      "id": "API endpoint: {{.APIEndpoint}} (API version: {{.APIVersion}})",
   196      "translation": "API エンドポイント: {{.APIEndpoint}} (API バージョン: {{.APIVersion}})"
   197    },
   198    {
   199      "id": "API endpoint: {{.Endpoint}}",
   200      "translation": "API エンドポイント: {{.Endpoint}}"
   201    },
   202    {
   203      "id": "APPS",
   204      "translation": "アプリ"
   205    },
   206    {
   207      "id": "APP_INSTANCES",
   208      "translation": "APP_INSTANCES"
   209    },
   210    {
   211      "id": "APP_NAME",
   212      "translation": "APP_NAME"
   213    },
   214    {
   215      "id": "Access for plans of a particular broker",
   216      "translation": "特定のブローカーのプランに対するアクセス"
   217    },
   218    {
   219      "id": "Access for service name of a particular service offering",
   220      "translation": "特定のサービス・オファリングのサービス名に対するアクセス"
   221    },
   222    {
   223      "id": "Acquiring running security groups as '{{.username}}'",
   224      "translation": "'{{.username}}' として実行セキュリティー・グループを獲得しています"
   225    },
   226    {
   227      "id": "Acquiring staging security group as {{.username}}",
   228      "translation": "{{.username}} としてステージング・セキュリティー・グループを獲得しています"
   229    },
   230    {
   231      "id": "Add a new plugin repository",
   232      "translation": "新しいプラグイン・リポジトリーを追加します"
   233    },
   234    {
   235      "id": "Add a url route to an app",
   236      "translation": "アプリに URL 経路を追加します"
   237    },
   238    {
   239      "id": "Adding route {{.URL}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
   240      "translation": "{{.Username}} として経路 {{.URL}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} に追加しています..."
   241    },
   242    {
   243      "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.",
   244      "translation": "インストールしようとしているプラグイン内の別名 `{{.Command}}` はネイティブ CF コマンド/別名です。インストールしようとしているプラグインのインストールと使用を可能にするためには、そのプラグイン内の `{{.Command}}` コマンドを名前変更してください。"
   245    },
   246    {
   247      "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.",
   248      "translation": "別名 `{{.Command}}` はプラグイン '{{.PluginName}}' 内のコマンド/別名です。`{{.Command}}` コマンドを呼び出すために、プラグイン '{{.PluginName}}' のアンインストールを試みてから、このプラグインをインストールすることができます。ただし、その前に、既存の '{{.PluginName}}' プラグインをアンインストールした場合の影響を十分理解しておく必要があります。"
   249    },
   250    {
   251      "id": "Allow SSH access for the space",
   252      "translation": "このスペースに対する SSH アクセスを許可します"
   253    },
   254    {
   255      "id": "Also delete any mapped routes",
   256      "translation": "マップされた経路も削除します"
   257    },
   258    {
   259      "id": "An org must be targeted before targeting a space",
   260      "translation": "スペースをターゲットにする前に組織をターゲットにする必要があります"
   261    },
   262    {
   263      "id": "App ",
   264      "translation": "アプリ "
   265    },
   266    {
   267      "id": "App instance limit",
   268      "translation": "アプリのインスタンス制限"
   269    },
   270    {
   271      "id": "App name is a required field",
   272      "translation": "アプリ名は必須フィールドです"
   273    },
   274    {
   275      "id": "App {{.AppName}} does not exist.",
   276      "translation": "アプリ {{.AppName}} は存在していません。"
   277    },
   278    {
   279      "id": "App {{.AppName}} is a worker, skipping route creation",
   280      "translation": "アプリ {{.AppName}} はワーカーであるため、経路作成をスキップします"
   281    },
   282    {
   283      "id": "App {{.AppName}} is already bound to {{.ServiceName}}.",
   284      "translation": "アプリ {{.AppName}} は既に {{.ServiceName}} にバインドされています。"
   285    },
   286    {
   287      "id": "Append API request diagnostics to a log file",
   288      "translation": "API 要求診断をログ・ファイルに付加します"
   289    },
   290    {
   291      "id": "Application health check type (e.g. 'port' or 'none')",
   292      "translation": "アプリケーション・ヘルス・チェック・タイプ (例: 'port' または 'none')"
   293    },
   294    {
   295      "id": "Application instance index",
   296      "translation": "アプリケーション・インスタンスの索引"
   297    },
   298    {
   299      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'domain'/'domains'",
   300      "translation": ""
   301    },
   302    {
   303      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'host'/'hosts'",
   304      "translation": ""
   305    },
   306    {
   307      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'no-hostname'",
   308      "translation": ""
   309    },
   310    {
   311      "id": "Apps:",
   312      "translation": "アプリ:"
   313    },
   314    {
   315      "id": "Assign a quota to an org",
   316      "translation": "組織に割り当てを設定します"
   317    },
   318    {
   319      "id": "Assign a space quota definition to a space",
   320      "translation": "スペースにスペース割り当て量定義を指定します"
   321    },
   322    {
   323      "id": "Assign a space role to a user",
   324      "translation": "ユーザーにスペースの役割を割り当てます"
   325    },
   326    {
   327      "id": "Assign an org role to a user",
   328      "translation": "ユーザーに組織の役割を割り当てます"
   329    },
   330    {
   331      "id": "Assigned Value",
   332      "translation": "割り当てられた値"
   333    },
   334    {
   335      "id": "Assigning role {{.Role}} to user {{.CurrentUser}} in org {{.TargetOrg}} ...",
   336      "translation": "役割 {{.Role}} を組織 {{.TargetOrg}} 内のユーザー {{.CurrentUser}} に割り当てています ..."
   337    },
   338    {
   339      "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...",
   340      "translation": "{{.CurrentUser}} として役割 {{.Role}} を組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザー {{.TargetUser}} に割り当てています..."
   341    },
   342    {
   343      "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
   344      "translation": "{{.CurrentUser}} として役割 {{.Role}} を組織 {{.TargetOrg}} 内のユーザー {{.TargetUser}} に割り当てています..."
   345    },
   346    {
   347      "id": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...",
   348      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を組織 {{.organization}} 内のスペース {{.space}} に割り当てています..."
   349    },
   350    {
   351      "id": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...",
   352      "translation": "{{.Username}} としてスペース割り当て量 {{.QuotaName}} をスペース {{.SpaceName}} に割り当てています..."
   353    },
   354    {
   355      "id": "Attempting to download binary file from internet address...",
   356      "translation": "IP アドレスからバイナリー・ファイルのダウンロードを試みています..."
   357    },
   358    {
   359      "id": "Attempting to migrate {{.ServiceInstanceDescription}}...",
   360      "translation": "{{.ServiceInstanceDescription}} のマイグレーションを試みています..."
   361    },
   362    {
   363      "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.",
   364      "translation": "注意: サービス `{{.ServiceName}}` のプラン `{{.PlanName}}` は無料ではありません。インスタンス `{{.ServiceInstanceName}}` はコストを発生させます。これが誤りであると思われる場合は、管理者にお問い合わせください。"
   365    },
   366    {
   367      "id": "Authenticate user non-interactively",
   368      "translation": "非対話式にユーザーを認証します"
   369    },
   370    {
   371      "id": "Authenticating...",
   372      "translation": "認証中です..."
   373    },
   374    {
   375      "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.",
   376      "translation": "認証の有効期限が切れました。ログインし直して再認証してください。\n\nヒント: ログインし直して再認証するには、`cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` を使用します。"
   377    },
   378    {
   379      "id": "Authorization server did not redirect with one time code",
   380      "translation": "許可サーバーはワンタイム・コードを使用してリダイレクトしませんでした"
   381    },
   382    {
   383      "id": "BILLING MANAGER",
   384      "translation": "請求管理者"
   385    },
   386    {
   387      "id": "BUILDPACKS",
   388      "translation": "ビルドパック"
   389    },
   390    {
   391      "id": "BUILDPACK_NAME",
   392      "translation": "BUILDPACK_NAME"
   393    },
   394    {
   395      "id": "Bind a security group to a particular space, or all existing spaces of an org",
   396      "translation": ""
   397    },
   398    {
   399      "id": "Bind a security group to the list of security groups to be used for running applications",
   400      "translation": "実行アプリケーションに対して使用されるセキュリティー・グループのリストにセキュリティー・グループをバインドします"
   401    },
   402    {
   403      "id": "Bind a security group to the list of security groups to be used for staging applications",
   404      "translation": "ステージング・アプリケーションに対して使用されるセキュリティー・グループのリストにセキュリティー・グループをバインドします"
   405    },
   406    {
   407      "id": "Bind a service instance to an HTTP route",
   408      "translation": "サービス・インスタンスを HTTP 経路にバインドします"
   409    },
   410    {
   411      "id": "Bind a service instance to an app",
   412      "translation": "サービス・インスタンスをアプリにバインドします"
   413    },
   414    {
   415      "id": "Binding between {{.InstanceName}} and {{.AppName}} did not exist",
   416      "translation": "{{.InstanceName}} と {{.AppName}} の間にバインディングが存在していませんでした"
   417    },
   418    {
   419      "id": "Binding route {{.URL}} to service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
   420      "translation": "{{.CurrentUser}} として経路 {{.URL}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス・インスタンス {{.ServiceInstanceName}} にバインドしています..."
   421    },
   422    {
   423      "id": "Binding security group {{.security_group}} to defaults for running as {{.username}}",
   424      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を実行用のデフォルトにバインドしています"
   425    },
   426    {
   427      "id": "Binding security group {{.security_group}} to staging as {{.username}}",
   428      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} をステージングにバインドしています"
   429    },
   430    {
   431      "id": "Binding service {{.ServiceInstanceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
   432      "translation": "{{.CurrentUser}} としてサービス {{.ServiceInstanceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} にバインドしています..."
   433    },
   434    {
   435      "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
   436      "translation": "{{.Username}} としてサービス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} にバインドしています..."
   437    },
   438    {
   439      "id": "Binding {{.URL}} to {{.AppName}}...",
   440      "translation": "{{.URL}} を {{.AppName}} にバインドしています..."
   441    },
   442    {
   443      "id": "Bound apps: {{.BoundApplications}}",
   444      "translation": "バインド済みアプリ: {{.BoundApplications}}"
   445    },
   446    {
   447      "id": "Buildpack {{.BuildpackName}} already exists",
   448      "translation": "ビルドパック {{.BuildpackName}} は既に存在しています"
   449    },
   450    {
   451      "id": "Buildpack {{.BuildpackName}} does not exist.",
   452      "translation": "ビルドパック {{.BuildpackName}} は存在していません。"
   453    },
   454    {
   455      "id": "Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB",
   456      "translation": "バイト量は M、MB、G、GB などの単位を持つ整数でなければなりません"
   457    },
   458    {
   459      "id": "CF_NAME add-plugin-repo REPO_NAME URL",
   460      "translation": "CF_NAME add-plugin-repo REPO_NAME URL"
   461    },
   462    {
   463      "id": "CF_NAME allow-space-ssh SPACE_NAME",
   464      "translation": "CF_NAME allow-space-ssh SPACE_NAME"
   465    },
   466    {
   467      "id": "CF_NAME api [URL]",
   468      "translation": "CF_NAME api [URL]"
   469    },
   470    {
   471      "id": "CF_NAME app APP_NAME",
   472      "translation": "CF_NAME app APP_NAME"
   473    },
   474    {
   475      "id": "CF_NAME auth USERNAME PASSWORD\n\n",
   476      "translation": "CF_NAME auth USERNAME PASSWORD\n\n"
   477    },
   478    {
   479      "id": "CF_NAME auth name@example.com \"\\\"password\\\"\" (escape quotes if used in password)",
   480      "translation": "CF_NAME auth name@example.com \"\\\"password\\\"\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)"
   481    },
   482    {
   483      "id": "CF_NAME auth name@example.com \"my password\" (use quotes for passwords with a space)",
   484      "translation": "CF_NAME auth name@example.com \"my password\" (スペースを含むパスワードには引用符を使用してください)"
   485    },
   486    {
   487      "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]",
   488      "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]"
   489    },
   490    {
   491      "id": "CF_NAME bind-running-security-group SECURITY_GROUP",
   492      "translation": "CF_NAME bind-running-security-group SECURITY_GROUP"
   493    },
   494    {
   495      "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]",
   496      "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]"
   497    },
   498    {
   499      "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]",
   500      "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]"
   501    },
   502    {
   503      "id": "CF_NAME bind-staging-security-group SECURITY_GROUP",
   504      "translation": "CF_NAME bind-staging-security-group SECURITY_GROUP"
   505    },
   506    {
   507      "id": "CF_NAME buildpacks",
   508      "translation": "CF_NAME buildpacks"
   509    },
   510    {
   511      "id": "CF_NAME check-route HOST DOMAIN [--path PATH]",
   512      "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]"
   513    },
   514    {
   515      "id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]",
   516      "translation": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]"
   517    },
   518    {
   519      "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]",
   520      "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]"
   521    },
   522    {
   523      "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]",
   524      "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]"
   525    },
   526    {
   527      "id": "CF_NAME create-domain ORG DOMAIN",
   528      "translation": "CF_NAME create-domain ORG DOMAIN"
   529    },
   530    {
   531      "id": "CF_NAME create-org ORG",
   532      "translation": "CF_NAME create-org ORG"
   533    },
   534    {
   535      "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
   536      "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE"
   537    },
   538    {
   539      "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]",
   540      "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]"
   541    },
   542    {
   543      "id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN",
   544      "translation": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN"
   545    },
   546    {
   547      "id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]",
   548      "translation": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]"
   549    },
   550    {
   551      "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   }",
   552      "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   }"
   553    },
   554    {
   555      "id": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]",
   556      "translation": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]"
   557    },
   558    {
   559      "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]",
   560      "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]"
   561    },
   562    {
   563      "id": "CF_NAME create-user USERNAME PASSWORD",
   564      "translation": "CF_NAME create-user USERNAME PASSWORD"
   565    },
   566    {
   567      "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",
   568      "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"
   569    },
   570    {
   571      "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.",
   572      "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 を使用してヘッダーをオーバーライドでき、また\n  -X を使用して要求メソッドをオーバーライドできます。\n\n   API 資料については、http://apidocs.cloudfoundry.org にアクセスしてください"
   573    },
   574    {
   575      "id": "CF_NAME delete APP_NAME [-f -r]",
   576      "translation": "CF_NAME delete APP_NAME [-f -r]"
   577    },
   578    {
   579      "id": "CF_NAME delete-buildpack BUILDPACK [-f]",
   580      "translation": "CF_NAME delete-buildpack BUILDPACK [-f]"
   581    },
   582    {
   583      "id": "CF_NAME delete-domain DOMAIN [-f]",
   584      "translation": "CF_NAME delete-domain DOMAIN [-f]"
   585    },
   586    {
   587      "id": "CF_NAME delete-org ORG [-f]",
   588      "translation": "CF_NAME delete-org ORG [-f]"
   589    },
   590    {
   591      "id": "CF_NAME delete-orphaned-routes [-f]",
   592      "translation": "CF_NAME delete-orphaned-routes [-f]"
   593    },
   594    {
   595      "id": "CF_NAME delete-quota QUOTA [-f]",
   596      "translation": "CF_NAME delete-quota QUOTA [-f]"
   597    },
   598    {
   599      "id": "CF_NAME delete-security-group SECURITY_GROUP [-f]",
   600      "translation": "CF_NAME delete-security-group SECURITY_GROUP [-f]"
   601    },
   602    {
   603      "id": "CF_NAME delete-service SERVICE_INSTANCE [-f]",
   604      "translation": "CF_NAME delete-service SERVICE_INSTANCE [-f]"
   605    },
   606    {
   607      "id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]",
   608      "translation": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]"
   609    },
   610    {
   611      "id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]",
   612      "translation": "CF_NAME delete-service-broker SERVICE_BROKER [-f]"
   613    },
   614    {
   615      "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]",
   616      "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]"
   617    },
   618    {
   619      "id": "CF_NAME delete-shared-domain DOMAIN [-f]",
   620      "translation": "CF_NAME delete-shared-domain DOMAIN [-f]"
   621    },
   622    {
   623      "id": "CF_NAME delete-space SPACE [-f]",
   624      "translation": "CF_NAME delete-space SPACE [-f]"
   625    },
   626    {
   627      "id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]",
   628      "translation": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]"
   629    },
   630    {
   631      "id": "CF_NAME delete-user USERNAME [-f]",
   632      "translation": "CF_NAME delete-user USERNAME [-f]"
   633    },
   634    {
   635      "id": "CF_NAME disable-feature-flag FEATURE_NAME",
   636      "translation": "CF_NAME disable-feature-flag FEATURE_NAME"
   637    },
   638    {
   639      "id": "CF_NAME disable-ssh APP_NAME",
   640      "translation": "CF_NAME disable-ssh APP_NAME"
   641    },
   642    {
   643      "id": "CF_NAME disallow-space-ssh SPACE_NAME",
   644      "translation": "CF_NAME disallow-space-ssh SPACE_NAME"
   645    },
   646    {
   647      "id": "CF_NAME enable-feature-flag FEATURE_NAME",
   648      "translation": "CF_NAME enable-feature-flag FEATURE_NAME"
   649    },
   650    {
   651      "id": "CF_NAME enable-ssh APP_NAME",
   652      "translation": "CF_NAME enable-ssh APP_NAME"
   653    },
   654    {
   655      "id": "CF_NAME env APP_NAME",
   656      "translation": "CF_NAME env APP_NAME"
   657    },
   658    {
   659      "id": "CF_NAME feature-flag FEATURE_NAME",
   660      "translation": "CF_NAME feature-flag FEATURE_NAME"
   661    },
   662    {
   663      "id": "CF_NAME feature-flags",
   664      "translation": "CF_NAME feature-flags"
   665    },
   666    {
   667      "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'",
   668      "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nTIP:\n  Diego バックエンドで実行されているアプリのファイルをリストおよび検査するには、'CF_NAME ssh' を使用します"
   669    },
   670    {
   671      "id": "CF_NAME get-health-check APP_NAME",
   672      "translation": "CF_NAME get-health-check APP_NAME"
   673    },
   674    {
   675      "id": "CF_NAME help [COMMAND]",
   676      "translation": "CF_NAME help [COMMAND]"
   677    },
   678    {
   679      "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.",
   680      "translation": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n   '-f' を指定しない限り、確認を求めるプロンプトが出されます。"
   681    },
   682    {
   683      "id": "CF_NAME list-plugin-repos",
   684      "translation": "CF_NAME list-plugin-repos"
   685    },
   686    {
   687      "id": "CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)",
   688      "translation": "CF_NAME login (対話式にログインする場合は username と password を省略してください -- CF_NAME がその両方の入力を促すプロンプトを出します)"
   689    },
   690    {
   691      "id": "CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time password to login)",
   692      "translation": "CF_NAME login --sso (ログインするワンタイム・パスワードを取得する URL は CF_NAME が提供します)"
   693    },
   694    {
   695      "id": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escape quotes if used in password)",
   696      "translation": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (パスワード内で引用符が使用される場合はその引用符をエスケープしてください)"
   697    },
   698    {
   699      "id": "CF_NAME login -u name@example.com -p \"my password\" (use quotes for passwords with a space)",
   700      "translation": "CF_NAME login -u name@example.com -p \"my password\" (スペースを含むパスワードには引用符を使用してください)"
   701    },
   702    {
   703      "id": "CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)",
   704      "translation": "CF_NAME login -u name@example.com -p pa55woRD (username と password を引数として指定してください)"
   705    },
   706    {
   707      "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\n\n",
   708      "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\n\n"
   709    },
   710    {
   711      "id": "CF_NAME logout",
   712      "translation": "CF_NAME logout"
   713    },
   714    {
   715      "id": "CF_NAME logs APP_NAME",
   716      "translation": "CF_NAME logs APP_NAME"
   717    },
   718    {
   719      "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n",
   720      "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n"
   721    },
   722    {
   723      "id": "CF_NAME oauth-token",
   724      "translation": "CF_NAME oauth-token"
   725    },
   726    {
   727      "id": "CF_NAME org ORG",
   728      "translation": "CF_NAME org ORG"
   729    },
   730    {
   731      "id": "CF_NAME org-users ORG",
   732      "translation": "CF_NAME org-users ORG"
   733    },
   734    {
   735      "id": "CF_NAME passwd",
   736      "translation": "CF_NAME passwd"
   737    },
   738    {
   739      "id": "CF_NAME plugins",
   740      "translation": "CF_NAME plugins"
   741    },
   742    {
   743      "id": "CF_NAME purge-service-instance SERVICE_INSTANCE",
   744      "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE"
   745    },
   746    {
   747      "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]",
   748      "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]"
   749    },
   750    {
   751      "id": "CF_NAME quota QUOTA",
   752      "translation": "CF_NAME quota QUOTA"
   753    },
   754    {
   755      "id": "CF_NAME quotas",
   756      "translation": "CF_NAME quotas"
   757    },
   758    {
   759      "id": "CF_NAME remove-plugin-repo REPO_NAME",
   760      "translation": "CF_NAME remove-plugin-repo REPO_NAME"
   761    },
   762    {
   763      "id": "CF_NAME rename APP_NAME NEW_APP_NAME",
   764      "translation": "CF_NAME rename APP_NAME NEW_APP_NAME"
   765    },
   766    {
   767      "id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME",
   768      "translation": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME"
   769    },
   770    {
   771      "id": "CF_NAME rename-org ORG NEW_ORG",
   772      "translation": "CF_NAME rename-org ORG NEW_ORG"
   773    },
   774    {
   775      "id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE",
   776      "translation": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE"
   777    },
   778    {
   779      "id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER",
   780      "translation": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER"
   781    },
   782    {
   783      "id": "CF_NAME rename-space SPACE NEW_SPACE",
   784      "translation": "CF_NAME rename-space SPACE NEW_SPACE"
   785    },
   786    {
   787      "id": "CF_NAME repo-plugins [-r REPO_NAME]",
   788      "translation": "CF_NAME repo-plugins [-r REPO_NAME]"
   789    },
   790    {
   791      "id": "CF_NAME restage APP_NAME",
   792      "translation": "CF_NAME restage APP_NAME"
   793    },
   794    {
   795      "id": "CF_NAME restart APP_NAME",
   796      "translation": "CF_NAME restart APP_NAME"
   797    },
   798    {
   799      "id": "CF_NAME restart-app-instance APP_NAME INDEX",
   800      "translation": "CF_NAME restart-app-instance APP_NAME INDEX"
   801    },
   802    {
   803      "id": "CF_NAME running-environment-variable-group",
   804      "translation": "CF_NAME running-environment-variable-group"
   805    },
   806    {
   807      "id": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]",
   808      "translation": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]"
   809    },
   810    {
   811      "id": "CF_NAME security-group SECURITY_GROUP",
   812      "translation": "CF_NAME security-group SECURITY_GROUP"
   813    },
   814    {
   815      "id": "CF_NAME service SERVICE_INSTANCE",
   816      "translation": "CF_NAME service SERVICE_INSTANCE"
   817    },
   818    {
   819      "id": "CF_NAME service-auth-tokens",
   820      "translation": "CF_NAME service-auth-tokens"
   821    },
   822    {
   823      "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY",
   824      "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY"
   825    },
   826    {
   827      "id": "CF_NAME service-keys SERVICE_INSTANCE",
   828      "translation": "CF_NAME service-keys SERVICE_INSTANCE"
   829    },
   830    {
   831      "id": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE",
   832      "translation": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE"
   833    },
   834    {
   835      "id": "CF_NAME set-health-check APP_NAME 'port'|'none'",
   836      "translation": "CF_NAME set-health-check APP_NAME 'port'|'none'"
   837    },
   838    {
   839      "id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n",
   840      "translation": "CF_NAME set-org-role USERNAME ORG ROLE\n\n"
   841    },
   842    {
   843      "id": "CF_NAME set-quota ORG QUOTA\n\n",
   844      "translation": "CF_NAME set-quota ORG QUOTA\n\n"
   845    },
   846    {
   847      "id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
   848      "translation": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'"
   849    },
   850    {
   851      "id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME",
   852      "translation": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME"
   853    },
   854    {
   855      "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n",
   856      "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n"
   857    },
   858    {
   859      "id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
   860      "translation": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'"
   861    },
   862    {
   863      "id": "CF_NAME share-private-domain ORG DOMAIN",
   864      "translation": "CF_NAME share-private-domain ORG DOMAIN"
   865    },
   866    {
   867      "id": "CF_NAME space SPACE",
   868      "translation": "CF_NAME space SPACE"
   869    },
   870    {
   871      "id": "CF_NAME space-quota SPACE_QUOTA_NAME",
   872      "translation": "CF_NAME space-quota SPACE_QUOTA_NAME"
   873    },
   874    {
   875      "id": "CF_NAME space-quotas",
   876      "translation": "CF_NAME space-quotas"
   877    },
   878    {
   879      "id": "CF_NAME space-ssh-allowed SPACE_NAME",
   880      "translation": "CF_NAME space-ssh-allowed SPACE_NAME"
   881    },
   882    {
   883      "id": "CF_NAME space-users ORG SPACE",
   884      "translation": "CF_NAME space-users ORG SPACE"
   885    },
   886    {
   887      "id": "CF_NAME spaces",
   888      "translation": "CF_NAME spaces"
   889    },
   890    {
   891      "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]",
   892      "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]"
   893    },
   894    {
   895      "id": "CF_NAME ssh-code",
   896      "translation": "CF_NAME ssh-code"
   897    },
   898    {
   899      "id": "CF_NAME ssh-enabled APP_NAME",
   900      "translation": "CF_NAME ssh-enabled APP_NAME"
   901    },
   902    {
   903      "id": "CF_NAME stack STACK_NAME",
   904      "translation": "CF_NAME stack STACK_NAME"
   905    },
   906    {
   907      "id": "CF_NAME stacks",
   908      "translation": "CF_NAME stacks"
   909    },
   910    {
   911      "id": "CF_NAME staging-environment-variable-group",
   912      "translation": "CF_NAME staging-environment-variable-group"
   913    },
   914    {
   915      "id": "CF_NAME start APP_NAME",
   916      "translation": "CF_NAME start APP_NAME"
   917    },
   918    {
   919      "id": "CF_NAME stop APP_NAME",
   920      "translation": "CF_NAME stop APP_NAME"
   921    },
   922    {
   923      "id": "CF_NAME target [-o ORG] [-s SPACE]",
   924      "translation": "CF_NAME target [-o ORG] [-s SPACE]"
   925    },
   926    {
   927      "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]",
   928      "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]"
   929    },
   930    {
   931      "id": "CF_NAME unbind-running-security-group SECURITY_GROUP",
   932      "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP"
   933    },
   934    {
   935      "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE",
   936      "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE"
   937    },
   938    {
   939      "id": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE",
   940      "translation": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE"
   941    },
   942    {
   943      "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP",
   944      "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP"
   945    },
   946    {
   947      "id": "CF_NAME uninstall-plugin PLUGIN-NAME",
   948      "translation": "CF_NAME uninstall-plugin PLUGIN-NAME"
   949    },
   950    {
   951      "id": "CF_NAME unset-env APP_NAME ENV_VAR_NAME",
   952      "translation": "CF_NAME unset-env APP_NAME ENV_VAR_NAME"
   953    },
   954    {
   955      "id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n",
   956      "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n"
   957    },
   958    {
   959      "id": "CF_NAME unset-space-quota SPACE QUOTA\n\n",
   960      "translation": "CF_NAME unset-space-quota SPACE QUOTA\n\n"
   961    },
   962    {
   963      "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n",
   964      "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n"
   965    },
   966    {
   967      "id": "CF_NAME unshare-private-domain ORG DOMAIN",
   968      "translation": "CF_NAME unshare-private-domain ORG DOMAIN"
   969    },
   970    {
   971      "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]",
   972      "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]"
   973    },
   974    {
   975      "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
   976      "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE"
   977    },
   978    {
   979      "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]",
   980      "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]"
   981    },
   982    {
   983      "id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN",
   984      "translation": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN"
   985    },
   986    {
   987      "id": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL",
   988      "translation": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL"
   989    },
   990    {
   991      "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",
   992      "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"
   993    },
   994    {
   995      "id": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}",
   996      "translation": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}"
   997    },
   998    {
   999      "id": "COMMAND",
  1000      "translation": "COMMAND"
  1001    },
  1002    {
  1003      "id": "Can not provision instances of paid service plans",
  1004      "translation": "有料サービス・プランのインスタンスをプロビジョンできません"
  1005    },
  1006    {
  1007      "id": "Can provision instances of paid service plans",
  1008      "translation": "有料サービス・プランのインスタンスをプロビジョンできます"
  1009    },
  1010    {
  1011      "id": "Can provision instances of paid service plans (Default: disallowed)",
  1012      "translation": "有料サービス・プランのインスタンスをプロビジョンできます (デフォルト: 不許可)"
  1013    },
  1014    {
  1015      "id": "Cannot delete service instance, service keys and bindings must first be deleted",
  1016      "translation": "サービス・インスタンスを削除できません、先にサービス・キーとサービス・バインディングを削除しなければなりません"
  1017    },
  1018    {
  1019      "id": "Cannot list marketplace services without a targeted space",
  1020      "translation": "ターゲットにされたスペースがなければマーケットプレイス・サービスをリストできません"
  1021    },
  1022    {
  1023      "id": "Cannot list plan information for {{.ServiceName}} without a targeted space",
  1024      "translation": "ターゲットにされたスペースがなければ {{.ServiceName}} のプラン情報をリストできません"
  1025    },
  1026    {
  1027      "id": "Cannot provision instances of paid service plans",
  1028      "translation": "有料サービス・プランのインスタンスをプロビジョンできません"
  1029    },
  1030    {
  1031      "id": "Cannot specify both lock and unlock options.",
  1032      "translation": "ロック・オプションとアンロック・オプションの両方を指定することはできません。"
  1033    },
  1034    {
  1035      "id": "Cannot specify both {{.Enabled}} and {{.Disabled}}.",
  1036      "translation": "{{.Enabled}} と {{.Disabled}} の両方を指定することはできません。"
  1037    },
  1038    {
  1039      "id": "Cannot specify buildpack bits and lock/unlock.",
  1040      "translation": "ビルドパック・ビットとロック/アンロックを指定することはできません。"
  1041    },
  1042    {
  1043      "id": "Cannot specify port together with hostname and/or path.",
  1044      "translation": "port と hostname/path を一緒に指定することはできません。"
  1045    },
  1046    {
  1047      "id": "Cannot specify random-port together with port, hostname and/or path.",
  1048      "translation": "random-port と port/hostname/path を一緒に指定することはできません。"
  1049    },
  1050    {
  1051      "id": "Change or view the instance count, disk space limit, and memory limit for an app",
  1052      "translation": "特定のアプリについてインスタンス・カウント、ディスク・スペース制限、およびメモリー制限を変更または表示します"
  1053    },
  1054    {
  1055      "id": "Change service plan for a service instance",
  1056      "translation": "サービス・インスタンスのサービス・プランを変更します"
  1057    },
  1058    {
  1059      "id": "Change user password",
  1060      "translation": "ユーザー・パスワードを変更します"
  1061    },
  1062    {
  1063      "id": "Changing password...",
  1064      "translation": "パスワードを変更しています..."
  1065    },
  1066    {
  1067      "id": "Checking for route...",
  1068      "translation": "経路を確認しています..."
  1069    },
  1070    {
  1071      "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",
  1072      "translation": "Cloud Foundry API バージョン {{.APIVer}} には CLI バージョン {{.CLIMin}} が必要です。現在のバージョンは {{.CLIVer}} です。CLI をアップグレードするには次にアクセスしてください: https://github.com/cloudfoundry/cli#downloads"
  1073    },
  1074    {
  1075      "id": "Comma delimited list of ports the application may listen on",
  1076      "translation": "アプリケーションが listen することができるポートのコンマ区切りリスト"
  1077    },
  1078    {
  1079      "id": "Command Help",
  1080      "translation": "コマンド・ヘルプ"
  1081    },
  1082    {
  1083      "id": "Command Name",
  1084      "translation": "コマンド名"
  1085    },
  1086    {
  1087      "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.",
  1088      "translation": "インストールしようとしているプラグイン内のコマンド `{{.Command}}` はネイティブ CF コマンド/別名です。インストールしようとしているプラグインのインストールと使用を可能にするためには、そのプラグイン内の `{{.Command}}` コマンドを名前変更してください。"
  1089    },
  1090    {
  1091      "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.",
  1092      "translation": "コマンド `{{.Command}}` はプラグイン '{{.PluginName}}' 内のコマンド/別名です。`{{.Command}}` コマンドを呼び出すために、プラグイン '{{.PluginName}}' のアンインストールを試みてから、このプラグインをインストールすることができます。ただし、その前に、既存の '{{.PluginName}}' プラグインをアンインストールした場合の影響を十分理解しておく必要があります。"
  1093    },
  1094    {
  1095      "id": "Command to run. This flag can be defined more than once.",
  1096      "translation": "実行するコマンド。このフラグは何度でも定義できます。"
  1097    },
  1098    {
  1099      "id": "Compute and show the sha1 value of the plugin binary file",
  1100      "translation": "プラグイン・バイナリー・ファイルの sha1 値を計算して表示します"
  1101    },
  1102    {
  1103      "id": "Computing sha1 for installed plugins, this may take a while ...",
  1104      "translation": "インストール済みプラグインの sha1 を計算しています、しばらく時間がかかることがあります ..."
  1105    },
  1106    {
  1107      "id": "Connected, dumping recent logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  1108      "translation": "接続されました、{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の最近のログをダンプしています...\n"
  1109    },
  1110    {
  1111      "id": "Connected, tailing logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  1112      "translation": "接続されました、{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のログを追尾しています...\n"
  1113    },
  1114    {
  1115      "id": "Copies the source code of an application to another existing application (and restarts that application)",
  1116      "translation": "あるアプリケーションから他のアプリケーションにアプリ・ソース・コードをコピーします。オーバーライドされない限り、copy-source コマンドはそのアプリケーションを再始動します。"
  1117    },
  1118    {
  1119      "id": "Copying source from app {{.SourceApp}} to target app {{.TargetApp}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1120      "translation": "{{.Username}} としてソースをアプリ {{.SourceApp}} から組織 {{.OrgName}} / スペース {{.SpaceName}} 内のターゲット・アプリ {{.TargetApp}} にコピーしています..."
  1121    },
  1122    {
  1123      "id": "Could not bind to service {{.ServiceName}}\nError: {{.Err}}",
  1124      "translation": "サービス {{.ServiceName}} にバインドできませんでした\nエラー: {{.Err}}"
  1125    },
  1126    {
  1127      "id": "Could not copy plugin binary: \n{{.Error}}",
  1128      "translation": "プラグイン・バイナリーをコピーできませんでした: \n{{.Error}}"
  1129    },
  1130    {
  1131      "id": "Could not determine the current working directory!",
  1132      "translation": "現行作業ディレクトリーを確定できませんでした!"
  1133    },
  1134    {
  1135      "id": "Could not find a default domain",
  1136      "translation": "デフォルト・ドメインが見つかりませんでした"
  1137    },
  1138    {
  1139      "id": "Could not find app named '{{.AppName}}' in manifest",
  1140      "translation": "'{{.AppName}}' という名前のアプリはマニフェストに見つかりませんでした"
  1141    },
  1142    {
  1143      "id": "Could not find locale '{{.UnsupportedLocale}}'. The known locales are:\n",
  1144      "translation": "ロケール '{{.UnsupportedLocale}}' が見つかりませんでした。既知のロケール:\n"
  1145    },
  1146    {
  1147      "id": "Could not find plan with name {{.ServicePlanName}}",
  1148      "translation": "{{.ServicePlanName}} という名前のプランは見つかりませんでした"
  1149    },
  1150    {
  1151      "id": "Could not find service {{.ServiceName}} to bind to {{.AppName}}",
  1152      "translation": "{{.AppName}} にバインドするサービス {{.ServiceName}} が見つかりませんでした"
  1153    },
  1154    {
  1155      "id": "Could not find space {{.Space}} in organization {{.Org}}",
  1156      "translation": "スペース {{.Space}} は組織 {{.Org}} 内に見つかりませんでした"
  1157    },
  1158    {
  1159      "id": "Could not serialize information",
  1160      "translation": "情報を直列化できませんでした"
  1161    },
  1162    {
  1163      "id": "Could not serialize updates.",
  1164      "translation": "更新を直列化できませんでした。 "
  1165    },
  1166    {
  1167      "id": "Could not target org.\n{{.APIErr}}",
  1168      "translation": "組織をターゲットにすることができませんでした。\n{{.APIErr}}"
  1169    },
  1170    {
  1171      "id": "Couldn't create temp file for upload",
  1172      "translation": "アップロード用の一時ファイルを作成できませんでした"
  1173    },
  1174    {
  1175      "id": "Couldn't open buildpack file",
  1176      "translation": "ビルドパック・ファイルを開けませんでした"
  1177    },
  1178    {
  1179      "id": "Couldn't write zip file",
  1180      "translation": "zip ファイルを書き込めませんでした"
  1181    },
  1182    {
  1183      "id": "Create a TCP route",
  1184      "translation": "TCP 経路を作成します"
  1185    },
  1186    {
  1187      "id": "Create a buildpack",
  1188      "translation": "ビルドパックを作成します"
  1189    },
  1190    {
  1191      "id": "Create a domain in an org for later use",
  1192      "translation": "後で使用するために組織内にドメインを作成します"
  1193    },
  1194    {
  1195      "id": "Create a domain that can be used by all orgs (admin-only)",
  1196      "translation": "すべての組織 (管理者のみ) が使用できるドメインを作成します"
  1197    },
  1198    {
  1199      "id": "Create a new user",
  1200      "translation": "新しいユーザーを作成します"
  1201    },
  1202    {
  1203      "id": "Create a random port for the TCP route",
  1204      "translation": "TCP 経路用のランダム・ポートを作成します"
  1205    },
  1206    {
  1207      "id": "Create a random route for this app",
  1208      "translation": "このアプリのランダム経路を作成します"
  1209    },
  1210    {
  1211      "id": "Create a security group",
  1212      "translation": "セキュリティー・グループを作成します"
  1213    },
  1214    {
  1215      "id": "Create a service auth token",
  1216      "translation": "サービス認証トークンを作成します"
  1217    },
  1218    {
  1219      "id": "Create a service broker",
  1220      "translation": "サービス・ブローカーを作成します"
  1221    },
  1222    {
  1223      "id": "Create a service instance",
  1224      "translation": "サービス・インスタンスを作成します"
  1225    },
  1226    {
  1227      "id": "Create a space",
  1228      "translation": "スペースを作成します"
  1229    },
  1230    {
  1231      "id": "Create a url route in a space for later use",
  1232      "translation": "後で使用するためにスペース内に URL 経路を作成します"
  1233    },
  1234    {
  1235      "id": "Create an HTTP route",
  1236      "translation": "HTTP 経路を作成します"
  1237    },
  1238    {
  1239      "id": "Create an app manifest for an app that has been pushed successfully",
  1240      "translation": "正常にプッシュされたアプリのアプリ・マニフェストを作成します"
  1241    },
  1242    {
  1243      "id": "Create an org",
  1244      "translation": "組織を作成します"
  1245    },
  1246    {
  1247      "id": "Create and manage apps and services, and see logs and reports\n",
  1248      "translation": "アプリとサービスを作成して管理し、ログとレポートを表示します\n"
  1249    },
  1250    {
  1251      "id": "Create and manage the billing account and payment info\n",
  1252      "translation": "請求アカウントおよび支払情報を作成して管理します\n"
  1253    },
  1254    {
  1255      "id": "Create key for a service instance",
  1256      "translation": "サービス・インスタンスのキーを作成します"
  1257    },
  1258    {
  1259      "id": "Creating an app manifest from current settings of app ",
  1260      "translation": "アプリの現在の設定からアプリ・マニフェストを作成しています"
  1261    },
  1262    {
  1263      "id": "Creating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1264      "translation": "{{.Username}} としてアプリ {{.AppName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..."
  1265    },
  1266    {
  1267      "id": "Creating buildpack {{.BuildpackName}}...",
  1268      "translation": "ビルドパック {{.BuildpackName}} を作成しています..."
  1269    },
  1270    {
  1271      "id": "Creating domain {{.DomainName}} for org {{.OrgName}} as {{.Username}}...",
  1272      "translation": "{{.Username}} として組織 {{.OrgName}} のドメイン {{.DomainName}} を作成しています..."
  1273    },
  1274    {
  1275      "id": "Creating org {{.OrgName}} as {{.Username}}...",
  1276      "translation": "{{.Username}} として組織 {{.OrgName}} を作成しています..."
  1277    },
  1278    {
  1279      "id": "Creating quota {{.QuotaName}} as {{.Username}}...",
  1280      "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を作成しています..."
  1281    },
  1282    {
  1283      "id": "Creating random route for {{.Domain}}",
  1284      "translation": "{{.Domain}} 用のランダム経路を作成しています"
  1285    },
  1286    {
  1287      "id": "Creating route {{.Hostname}}...",
  1288      "translation": "経路 {{.Hostname}} を作成しています..."
  1289    },
  1290    {
  1291      "id": "Creating route {{.URL}} for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1292      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} の経路 {{.URL}} を作成しています..."
  1293    },
  1294    {
  1295      "id": "Creating security group {{.security_group}} as {{.username}}",
  1296      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を作成しています"
  1297    },
  1298    {
  1299      "id": "Creating service auth token as {{.CurrentUser}}...",
  1300      "translation": "{{.CurrentUser}} としてサービス認証トークンを作成しています..."
  1301    },
  1302    {
  1303      "id": "Creating service broker {{.Name}} as {{.Username}}...",
  1304      "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を作成しています..."
  1305    },
  1306    {
  1307      "id": "Creating service broker {{.Name}} in org {{.Org}} / space {{.Space}} as {{.Username}}...",
  1308      "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を組織 {{.Org}} / スペース {{.Space}} 内に作成しています..."
  1309    },
  1310    {
  1311      "id": "Creating service instance {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1312      "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..."
  1313    },
  1314    {
  1315      "id": "Creating service key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  1316      "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} を作成しています..."
  1317    },
  1318    {
  1319      "id": "Creating shared domain {{.DomainName}} as {{.Username}}...",
  1320      "translation": "{{.Username}} として共有ドメイン {{.DomainName}} を作成しています..."
  1321    },
  1322    {
  1323      "id": "Creating space quota {{.QuotaName}} for org {{.OrgName}} as {{.Username}}...",
  1324      "translation": "{{.Username}} として組織 {{.OrgName}} のスペース割り当て量 {{.QuotaName}} を作成しています..."
  1325    },
  1326    {
  1327      "id": "Creating space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  1328      "translation": "{{.CurrentUser}} としてスペース {{.SpaceName}} を組織 {{.OrgName}} 内に作成しています..."
  1329    },
  1330    {
  1331      "id": "Creating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1332      "translation": "{{.CurrentUser}} としてユーザー提供サービス {{.ServiceName}} を組織 {{.OrgName}} / スペース {{.SpaceName}} 内に作成しています..."
  1333    },
  1334    {
  1335      "id": "Creating user {{.TargetUser}}...",
  1336      "translation": "ユーザー {{.TargetUser}} を作成しています..."
  1337    },
  1338    {
  1339      "id": "Credentials were rejected, please try again.",
  1340      "translation": "資格情報が拒否されました、やり直してください。"
  1341    },
  1342    {
  1343      "id": "Credentials, provided inline or in a file, to be exposed in the VCAP_SERVICES environment variable for bound applications",
  1344      "translation": "バインド済みアプリケーションにおいて VCAP_SERVICES 環境変数で公開される、インラインまたはファイルで指定された資格情報"
  1345    },
  1346    {
  1347      "id": "Current Password",
  1348      "translation": "現在のパスワード"
  1349    },
  1350    {
  1351      "id": "Current password did not match",
  1352      "translation": "現在のパスワードは一致しませんでした"
  1353    },
  1354    {
  1355      "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'",
  1356      "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' を指定します"
  1357    },
  1358    {
  1359      "id": "Custom headers to include in the request, flag can be specified multiple times",
  1360      "translation": "要求に組み込むカスタム・ヘッダー、フラグは何度でも指定できます"
  1361    },
  1362    {
  1363      "id": "DISK",
  1364      "translation": "ディスク"
  1365    },
  1366    {
  1367      "id": "DOCKER_IMAGE",
  1368      "translation": "DOCKER_IMAGE"
  1369    },
  1370    {
  1371      "id": "DOMAIN",
  1372      "translation": "ドメイン"
  1373    },
  1374    {
  1375      "id": "DOMAINS",
  1376      "translation": "ドメイン"
  1377    },
  1378    {
  1379      "id": "Dashboard: {{.URL}}",
  1380      "translation": "ダッシュボード: {{.URL}}"
  1381    },
  1382    {
  1383      "id": "Define a new resource quota",
  1384      "translation": "新しいリソース割り当て量を定義します"
  1385    },
  1386    {
  1387      "id": "Define a new space resource quota",
  1388      "translation": "新しいスペース・リソース割り当て量を定義します"
  1389    },
  1390    {
  1391      "id": "Delete a TCP route",
  1392      "translation": "TCP 経路を削除します"
  1393    },
  1394    {
  1395      "id": "Delete a buildpack",
  1396      "translation": "ビルドパックを削除します"
  1397    },
  1398    {
  1399      "id": "Delete a domain",
  1400      "translation": "ドメインを削除します"
  1401    },
  1402    {
  1403      "id": "Delete a quota",
  1404      "translation": "割り当て量を削除します"
  1405    },
  1406    {
  1407      "id": "Delete a route",
  1408      "translation": "経路を削除します"
  1409    },
  1410    {
  1411      "id": "Delete a service auth token",
  1412      "translation": "サービス認証トークンを削除します"
  1413    },
  1414    {
  1415      "id": "Delete a service broker",
  1416      "translation": "サービス・ブローカーを削除します"
  1417    },
  1418    {
  1419      "id": "Delete a service instance",
  1420      "translation": "サービス・インスタンスを削除します"
  1421    },
  1422    {
  1423      "id": "Delete a service key",
  1424      "translation": "サービス・キーを削除します"
  1425    },
  1426    {
  1427      "id": "Delete a shared domain",
  1428      "translation": "共有ドメインを削除します"
  1429    },
  1430    {
  1431      "id": "Delete a space",
  1432      "translation": "スペースを削除します"
  1433    },
  1434    {
  1435      "id": "Delete a space quota definition and unassign the space quota from all spaces",
  1436      "translation": "スペース割り当て量定義を削除し、すべてのスペースからスペース割り当て量を割り当て解除します"
  1437    },
  1438    {
  1439      "id": "Delete a user",
  1440      "translation": "ユーザーを削除します"
  1441    },
  1442    {
  1443      "id": "Delete all orphaned routes (i.e. those that are not mapped to an app)",
  1444      "translation": "すべての孤立した経路 (例: アプリにマップされていない) を削除します"
  1445    },
  1446    {
  1447      "id": "Delete an HTTP route",
  1448      "translation": "HTTP 経路を削除します"
  1449    },
  1450    {
  1451      "id": "Delete an app",
  1452      "translation": "アプリを削除します"
  1453    },
  1454    {
  1455      "id": "Delete an org",
  1456      "translation": "組織を削除します"
  1457    },
  1458    {
  1459      "id": "Delete cancelled",
  1460      "translation": "削除が取り消されました"
  1461    },
  1462    {
  1463      "id": "Deletes a security group",
  1464      "translation": "セキュリティー・グループを削除します"
  1465    },
  1466    {
  1467      "id": "Deleting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1468      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を削除しています..."
  1469    },
  1470    {
  1471      "id": "Deleting buildpack {{.BuildpackName}}...",
  1472      "translation": "ビルドパック {{.BuildpackName}} を削除しています..."
  1473    },
  1474    {
  1475      "id": "Deleting domain {{.DomainName}} as {{.Username}}...",
  1476      "translation": "{{.Username}} としてドメイン {{.DomainName}} を削除しています..."
  1477    },
  1478    {
  1479      "id": "Deleting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  1480      "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキー {{.ServiceKeyName}} を削除しています..."
  1481    },
  1482    {
  1483      "id": "Deleting org {{.OrgName}} as {{.Username}}...",
  1484      "translation": "{{.Username}} として組織 {{.OrgName}} を削除しています..."
  1485    },
  1486    {
  1487      "id": "Deleting quota {{.QuotaName}} as {{.Username}}...",
  1488      "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を削除しています..."
  1489    },
  1490    {
  1491      "id": "Deleting route {{.Route}}...",
  1492      "translation": "経路 {{.Route}} を削除しています..."
  1493    },
  1494    {
  1495      "id": "Deleting route {{.URL}}...",
  1496      "translation": "経路 {{.URL}} を削除しています..."
  1497    },
  1498    {
  1499      "id": "Deleting security group {{.security_group}} as {{.username}}",
  1500      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を削除しています"
  1501    },
  1502    {
  1503      "id": "Deleting service auth token as {{.CurrentUser}}",
  1504      "translation": "{{.CurrentUser}} としてサービス認証トークンを削除しています"
  1505    },
  1506    {
  1507      "id": "Deleting service broker {{.Name}} as {{.Username}}...",
  1508      "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を削除しています..."
  1509    },
  1510    {
  1511      "id": "Deleting service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  1512      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} を削除しています..."
  1513    },
  1514    {
  1515      "id": "Deleting space quota {{.QuotaName}} as {{.Username}}...",
  1516      "translation": "{{.Username}} としてスペース割り当て量 {{.QuotaName}} を削除しています..."
  1517    },
  1518    {
  1519      "id": "Deleting space {{.TargetSpace}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
  1520      "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のスペース {{.TargetSpace}} を削除しています..."
  1521    },
  1522    {
  1523      "id": "Deleting user {{.TargetUser}} as {{.CurrentUser}}...",
  1524      "translation": "{{.CurrentUser}} としてユーザー {{.TargetUser}} を削除しています..."
  1525    },
  1526    {
  1527      "id": "Description: {{.ServiceDescription}}",
  1528      "translation": "説明: {{.ServiceDescription}}"
  1529    },
  1530    {
  1531      "id": "Did you mean?",
  1532      "translation": "もしかして?"
  1533    },
  1534    {
  1535      "id": "Disable access for a specified organization",
  1536      "translation": "特定の組織に対するアクセスを無効にします"
  1537    },
  1538    {
  1539      "id": "Disable access to a service or service plan for one or all orgs",
  1540      "translation": "1 つまたはすべての組織に対してサービスまたはサービス・プランへのアクセスを無効にします"
  1541    },
  1542    {
  1543      "id": "Disable access to a specified service plan",
  1544      "translation": "特定のサービス・プランへのアクセスを無効にします"
  1545    },
  1546    {
  1547      "id": "Disable pseudo-tty allocation",
  1548      "translation": "pseudo-tty 割り振りを無効にします"
  1549    },
  1550    {
  1551      "id": "Disable ssh for the application",
  1552      "translation": "このアプリケーションに対して SSH を無効にします"
  1553    },
  1554    {
  1555      "id": "Disable the buildpack from being used for staging",
  1556      "translation": "このビルドパックをステージングに使用できないようにします"
  1557    },
  1558    {
  1559      "id": "Disable the use of a feature so that users have access to and can use the feature",
  1560      "translation": "フィーチャーの使用を無効にすると、ユーザーはそのフィーチャーにアクセスしたり使用したりできるようになります"
  1561    },
  1562    {
  1563      "id": "Disabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...",
  1564      "translation": "{{.Username}} としてサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを無効にしています..."
  1565    },
  1566    {
  1567      "id": "Disabling access to all plans of service {{.ServiceName}} for all orgs as {{.UserName}}...",
  1568      "translation": "{{.UserName}} としてすべての組織に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを無効にしています..."
  1569    },
  1570    {
  1571      "id": "Disabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...",
  1572      "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを無効にしています..."
  1573    },
  1574    {
  1575      "id": "Disabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...",
  1576      "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを無効にしています..."
  1577    },
  1578    {
  1579      "id": "Disabling ssh support for '%s'...",
  1580      "translation": "'%s' に対する SSH サポートを無効にしています..."
  1581    },
  1582    {
  1583      "id": "Disabling ssh support for space '%s'...",
  1584      "translation": "スペース '%s' に対する SSH サポートを無効にしています..."
  1585    },
  1586    {
  1587      "id": "Disallow SSH access for the space",
  1588      "translation": "このスペースに対する SSH アクセスを不許可にします"
  1589    },
  1590    {
  1591      "id": "Disk limit (e.g. 256M, 1024M, 1G)",
  1592      "translation": "ディスク制限 (例: 256M、1024M、1G)"
  1593    },
  1594    {
  1595      "id": "Display health and status for app",
  1596      "translation": "アプリの正常性と状況を表示します"
  1597    },
  1598    {
  1599      "id": "Do not colorize output",
  1600      "translation": "出力に色を付けません"
  1601    },
  1602    {
  1603      "id": "Do not execute a remote command",
  1604      "translation": "リモート・コマンドを実行しません"
  1605    },
  1606    {
  1607      "id": "Do not map a route to this app and remove routes from previous pushes of this app",
  1608      "translation": "このアプリに経路をマップせずに、このアプリの前回までのプッシュから経路を削除します"
  1609    },
  1610    {
  1611      "id": "Do not start an app after pushing",
  1612      "translation": "プッシュ後にアプリを開始しません"
  1613    },
  1614    {
  1615      "id": "Docker-image to be used (e.g. user/docker-image-name)",
  1616      "translation": "使用される Docker-image (例: user/docker-image-name)"
  1617    },
  1618    {
  1619      "id": "Documentation url: {{.URL}}",
  1620      "translation": "資料 URL: {{.URL}}"
  1621    },
  1622    {
  1623      "id": "Domain (e.g. example.com)",
  1624      "translation": "ドメイン (例: example.com)"
  1625    },
  1626    {
  1627      "id": "Domains:",
  1628      "translation": "ドメイン:"
  1629    },
  1630    {
  1631      "id": "Download attempt failed: {{.Error}}\n\nUnable to install, plugin is not available from the given url.",
  1632      "translation": "ダウンロードを試みたが失敗しました: {{.Error}}\n\nインストールできません、指定された URL からプラグインを取得することができません。"
  1633    },
  1634    {
  1635      "id": "Downloaded plugin binary's checksum does not match repo metadata",
  1636      "translation": "ダウンロードされたプラグイン・バイナリーのチェックサムはリポジトリー・メタデータと一致しません"
  1637    },
  1638    {
  1639      "id": "Dump recent logs instead of tailing",
  1640      "translation": "最近のログを追尾ではなくダンプします"
  1641    },
  1642    {
  1643      "id": "ENVIRONMENT VARIABLE GROUPS",
  1644      "translation": "環境変数グループ"
  1645    },
  1646    {
  1647      "id": "ENVIRONMENT VARIABLES:",
  1648      "translation": "環境変数:"
  1649    },
  1650    {
  1651      "id": "EXAMPLES",
  1652      "translation": "例"
  1653    },
  1654    {
  1655      "id": "Enable HTTP proxying for API requests",
  1656      "translation": "API 要求に対して HTTP プロキシングを有効にします"
  1657    },
  1658    {
  1659      "id": "Enable access for a specified organization",
  1660      "translation": "特定の組織に対するアクセスを有効にします"
  1661    },
  1662    {
  1663      "id": "Enable access to a service or service plan for one or all orgs",
  1664      "translation": "1 つまたはすべての組織に対してサービスまたはサービス・プランへのアクセスを有効にします"
  1665    },
  1666    {
  1667      "id": "Enable access to a specified service plan",
  1668      "translation": "特定のサービス・プランへのアクセスを有効にします"
  1669    },
  1670    {
  1671      "id": "Enable or disable color",
  1672      "translation": "色を有効または無効にします"
  1673    },
  1674    {
  1675      "id": "Enable ssh for the application",
  1676      "translation": "このアプリケーションに対して SSH を有効にします"
  1677    },
  1678    {
  1679      "id": "Enable the buildpack to be used for staging",
  1680      "translation": "このビルドパックをステージングに使用できるようにします"
  1681    },
  1682    {
  1683      "id": "Enable the use of a feature so that users have access to and can use the feature",
  1684      "translation": "フィーチャーの使用を有効にすると、ユーザーはそのフィーチャーにアクセスしたり使用したりできるようになります"
  1685    },
  1686    {
  1687      "id": "Enabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...",
  1688      "translation": "{{.Username}} としてサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを有効にしています..."
  1689    },
  1690    {
  1691      "id": "Enabling access to all plans of service {{.ServiceName}} for all orgs as {{.Username}}...",
  1692      "translation": "{{.Username}} としてすべての組織に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを有効にしています..."
  1693    },
  1694    {
  1695      "id": "Enabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...",
  1696      "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のすべてのプランへのアクセスを有効にしています..."
  1697    },
  1698    {
  1699      "id": "Enabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...",
  1700      "translation": "{{.Username}} として組織 {{.OrgName}} に対してサービス {{.ServiceName}} のプラン {{.PlanName}} へのアクセスを有効にしています..."
  1701    },
  1702    {
  1703      "id": "Enabling ssh support for '%s'...",
  1704      "translation": "'%s' に対する SSH サポートを有効にしています..."
  1705    },
  1706    {
  1707      "id": "Enabling ssh support for space '%s'...",
  1708      "translation": "スペース '%s' に対する SSH サポートを有効にしています..."
  1709    },
  1710    {
  1711      "id": "Env variable {{.VarName}} was not set.",
  1712      "translation": "環境変数 {{.VarName}} が設定されていません。"
  1713    },
  1714    {
  1715      "id": "Error accessing org {{.OrgName}} for GUID': ",
  1716      "translation": "次のものを取得するために組織 {{.OrgName}} にアクセスしたときエラーが発生しました: GUID': "
  1717    },
  1718    {
  1719      "id": "Error building request",
  1720      "translation": "要求の作成時にエラーが発生しました"
  1721    },
  1722    {
  1723      "id": "Error creating manifest file: ",
  1724      "translation": "マニフェスト・ファイルの作成時にエラーが発生しました: "
  1725    },
  1726    {
  1727      "id": "Error creating request:\n{{.Err}}",
  1728      "translation": "要求の作成時にエラーが発生しました:\n{{.Err}}"
  1729    },
  1730    {
  1731      "id": "Error creating tmp file: {{.Err}}",
  1732      "translation": "一時ファイルの作成時にエラーが発生しました: {{.Err}}"
  1733    },
  1734    {
  1735      "id": "Error creating upload",
  1736      "translation": "アップロードの作成時にエラーが発生しました"
  1737    },
  1738    {
  1739      "id": "Error creating user {{.TargetUser}}.\n{{.Error}}",
  1740      "translation": "ユーザー {{.TargetUser}} の作成時にエラーが発生しました。\n{{.Error}}"
  1741    },
  1742    {
  1743      "id": "Error deleting buildpack {{.Name}}\n{{.Error}}",
  1744      "translation": "ビルドパック {{.Name}} の削除時にエラーが発生しました\n{{.Error}}"
  1745    },
  1746    {
  1747      "id": "Error deleting domain {{.DomainName}}\n{{.APIErr}}",
  1748      "translation": "ドメイン {{.DomainName}} の削除時にエラーが発生しました \n{{.APIErr}}"
  1749    },
  1750    {
  1751      "id": "Error deleting domain {{.DomainName}}\n{{.Err}}",
  1752      "translation": "ドメイン {{.DomainName}} の削除時にエラーが発生しました\n{{.Err}}"
  1753    },
  1754    {
  1755      "id": "Error disabling ssh support for ",
  1756      "translation": "次のものに対する SSH サポートを無効にしようとしたときエラーが発生しました: "
  1757    },
  1758    {
  1759      "id": "Error disabling ssh support for space ",
  1760      "translation": "次のスペースに対する SSH サポートを無効にしようとしたときエラーが発生しました: "
  1761    },
  1762    {
  1763      "id": "Error dumping request\n{{.Err}}\n",
  1764      "translation": "要求のダンプ時にエラーが発生しました\n{{.Err}}\n"
  1765    },
  1766    {
  1767      "id": "Error dumping response\n{{.Err}}\n",
  1768      "translation": "応答のダンプ時にエラーが発生しました\n{{.Err}}\n"
  1769    },
  1770    {
  1771      "id": "Error enabling ssh support for ",
  1772      "translation": "次のものに対する SSH サポートを有効にしようとしたときエラーが発生しました: "
  1773    },
  1774    {
  1775      "id": "Error enabling ssh support for space ",
  1776      "translation": "次のスペースに対する SSH サポートを有効にしようとしたときエラーが発生しました: "
  1777    },
  1778    {
  1779      "id": "Error finding available orgs\n{{.APIErr}}",
  1780      "translation": "使用可能な組織の検索時にエラーが発生しました\n{{.APIErr}}"
  1781    },
  1782    {
  1783      "id": "Error finding available spaces\n{{.Err}}",
  1784      "translation": "使用可能なスペースの検索時にエラーが発生しました\n{{.Err}}"
  1785    },
  1786    {
  1787      "id": "Error finding domain {{.DomainName}}\n{{.APIErr}}",
  1788      "translation": "ドメイン {{.DomainName}} の検索時にエラーが発生しました\n{{.APIErr}}"
  1789    },
  1790    {
  1791      "id": "Error finding domain {{.DomainName}}\n{{.Err}}",
  1792      "translation": "ドメイン {{.DomainName}} の検索時にエラーが発生しました\n{{.Err}}"
  1793    },
  1794    {
  1795      "id": "Error finding manifest",
  1796      "translation": "マニフェストの検索時にエラーが発生しました"
  1797    },
  1798    {
  1799      "id": "Error finding org {{.OrgName}}\n{{.ErrorDescription}}",
  1800      "translation": "組織 {{.OrgName}} の検索時にエラーが発生しました\n{{.ErrorDescription}}"
  1801    },
  1802    {
  1803      "id": "Error finding org {{.OrgName}}\n{{.Err}}",
  1804      "translation": "組織 {{.OrgName}} の検索時にエラーが発生しました\n{{.Err}}"
  1805    },
  1806    {
  1807      "id": "Error finding space {{.SpaceName}}\n{{.Err}}",
  1808      "translation": "スペース {{.SpaceName}} の検索時にエラーが発生しました\n{{.Err}}"
  1809    },
  1810    {
  1811      "id": "Error forwarding port: ",
  1812      "translation": "ポートの転送時にエラーが発生しました: "
  1813    },
  1814    {
  1815      "id": "Error getting SSH code: ",
  1816      "translation": "SSH コードの取得時にエラーが発生しました:"
  1817    },
  1818    {
  1819      "id": "Error getting SSH info:",
  1820      "translation": "SSH 情報の取得時にエラーが発生しました:"
  1821    },
  1822    {
  1823      "id": "Error getting application summary: ",
  1824      "translation": "アプリケーション・サマリーの取得時にエラーが発生しました: "
  1825    },
  1826    {
  1827      "id": "Error getting command list from plugin {{.FilePath}}",
  1828      "translation": "プラグイン {{.FilePath}} からコマンド・リストを取得しようとしたときエラーが発生しました"
  1829    },
  1830    {
  1831      "id": "Error getting file info",
  1832      "translation": "ファイル情報の取得時にエラーが発生しました"
  1833    },
  1834    {
  1835      "id": "Error getting one time auth code: ",
  1836      "translation": "ワンタイム認証コードの取得時にエラーが発生しました: "
  1837    },
  1838    {
  1839      "id": "Error getting plugin metadata from repo: ",
  1840      "translation": "リポジトリーからプラグイン・メタデータを取得しようとしたときエラーが発生しました: "
  1841    },
  1842    {
  1843      "id": "Error getting the redirected location: {{.Error}}",
  1844      "translation": "リダイレクトされたロケーションを取得中にエラーが発生しました: {{.Error}}"
  1845    },
  1846    {
  1847      "id": "Error initializing RPC service: ",
  1848      "translation": "RPC サービスの初期化時にエラーが発生しました: "
  1849    },
  1850    {
  1851      "id": "Error marshaling JSON",
  1852      "translation": "JSON のマーシャル時にエラーが発生しました"
  1853    },
  1854    {
  1855      "id": "Error opening SSH connection: ",
  1856      "translation": "SSH 接続を開こうとしたときエラーが発生しました: "
  1857    },
  1858    {
  1859      "id": "Error opening buildpack file",
  1860      "translation": "ビルドパック・ファイルを開こうとしたときエラーが発生しました"
  1861    },
  1862    {
  1863      "id": "Error parsing JSON",
  1864      "translation": "JSON の解析中にエラーが発生しました"
  1865    },
  1866    {
  1867      "id": "Error parsing headers",
  1868      "translation": "ヘッダーの解析中にエラーが発生しました"
  1869    },
  1870    {
  1871      "id": "Error performing request",
  1872      "translation": "要求の実行時にエラーが発生しました"
  1873    },
  1874    {
  1875      "id": "Error processing app files in '{{.Path}}': {{.Error}}",
  1876      "translation": "'{{.Path}}' のアプリ・ファイルを処理中にエラーが発生しました: {{.Error}}"
  1877    },
  1878    {
  1879      "id": "Error processing app files: {{.Error}}",
  1880      "translation": "アプリのファイルを処理中にエラーが発生しました: {{.Error}}"
  1881    },
  1882    {
  1883      "id": "Error processing data from server: ",
  1884      "translation": "サーバーからのデータを処理しているときエラーが発生しました: "
  1885    },
  1886    {
  1887      "id": "Error reading manifest file:\n{{.Err}}",
  1888      "translation": "マニフェスト・ファイルの読み取り時にエラーが発生しました:\n{{.Err}}"
  1889    },
  1890    {
  1891      "id": "Error reading response",
  1892      "translation": "応答の読み取り時にエラーが発生しました"
  1893    },
  1894    {
  1895      "id": "Error reading response from",
  1896      "translation": "次のものから応答を読み取っているときエラーが発生しました:"
  1897    },
  1898    {
  1899      "id": "Error reading response from server: ",
  1900      "translation": "サーバーから応答を読み取っているときエラーが発生しました: "
  1901    },
  1902    {
  1903      "id": "Error refreshing oauth token: ",
  1904      "translation": "oauth トークンの更新時にエラーが発生しました: "
  1905    },
  1906    {
  1907      "id": "Error renaming buildpack {{.Name}}\n{{.Error}}",
  1908      "translation": "ビルドパック {{.Name}} の名前変更時にエラーが発生しました\n{{.Error}}"
  1909    },
  1910    {
  1911      "id": "Error requesting from",
  1912      "translation": "次のものから要求があったときエラーが発生しました: "
  1913    },
  1914    {
  1915      "id": "Error requesting one time code from server: {{.Error}}",
  1916      "translation": "サーバーからのワンタイム・コードの要求時にエラーが発生しました: {{.Error}}"
  1917    },
  1918    {
  1919      "id": "Error resolving route:\n{{.Err}}",
  1920      "translation": "経路の解決時にエラーが発生しました:\n{{.Err}}"
  1921    },
  1922    {
  1923      "id": "Error restarting application: {{.Error}}",
  1924      "translation": "アプリケーションの再始動時にエラーが発生しました: {{.Error}}"
  1925    },
  1926    {
  1927      "id": "Error retrieving stack: ",
  1928      "translation": "スタックの取得時にエラーが発生しました:"
  1929    },
  1930    {
  1931      "id": "Error retrieving stacks: {{.Error}}",
  1932      "translation": "スタックの取得時にエラーが発生しました: {{.Error}}"
  1933    },
  1934    {
  1935      "id": "Error saving manifest: {{.Error}}",
  1936      "translation": "マニフェストの保存中にエラーが発生しました: {{.Error}}"
  1937    },
  1938    {
  1939      "id": "Error updating buildpack {{.Name}}\n{{.Error}}",
  1940      "translation": "ビルドパック {{.Name}} の更新時にエラーが発生しました\n{{.Error}}"
  1941    },
  1942    {
  1943      "id": "Error updating health_check_type for ",
  1944      "translation": "次のものの health_check_type を更新しているときエラーが発生しました: "
  1945    },
  1946    {
  1947      "id": "Error uploading application.\n{{.APIErr}}",
  1948      "translation": "アプリケーションのアップロード時にエラーが発生しました。\n{{.APIErr}}"
  1949    },
  1950    {
  1951      "id": "Error uploading buildpack {{.Name}}\n{{.Error}}",
  1952      "translation": "ビルドパック {{.Name}} のアップロード時にエラーが発生しました\n{{.Error}}"
  1953    },
  1954    {
  1955      "id": "Error writing to tmp file: {{.Err}}",
  1956      "translation": "一時ファイルへの書き込み時にエラーが発生しました: {{.Err}}"
  1957    },
  1958    {
  1959      "id": "Error zipping application",
  1960      "translation": "アプリケーションの zip 中にエラーが発生しました"
  1961    },
  1962    {
  1963      "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`.",
  1964      "translation": "エラー {{.ErrorDescription}} が 'Position' の引数として渡されようとしていますが、'Position' は整数を必要としています。さらなる構文ヘルプについては、`cf create-buildpack -h` を参照してください。"
  1965    },
  1966    {
  1967      "id": "Error: ",
  1968      "translation": "エラー: "
  1969    },
  1970    {
  1971      "id": "Error: No name found for app",
  1972      "translation": "エラー: アプリの名前が見つかりませんでした"
  1973    },
  1974    {
  1975      "id": "Error: timed out waiting for async job '{{.ErrURL}}' to finish",
  1976      "translation": "エラー: 非同期ジョブ '{{.ErrURL}}' が終了するのを待っているときタイムアウトになりました"
  1977    },
  1978    {
  1979      "id": "Error: {{.Err}}",
  1980      "translation": "エラー: {{.Err}}"
  1981    },
  1982    {
  1983      "id": "Executes a request to the targeted API endpoint",
  1984      "translation": "ターゲットの API エンドポイントへの要求を実行します"
  1985    },
  1986    {
  1987      "id": "Expected application to be a list of key/value pairs\nError occurred in manifest near:\n'{{.YmlSnippet}}'",
  1988      "translation": "アプリケーションはキー/値ペアのリストであることが予期されていました\n近くのマニフェストでエラーが発生しました:\n'{{.YmlSnippet}}'"
  1989    },
  1990    {
  1991      "id": "Expected applications to be a list",
  1992      "translation": "アプリケーションはリストであることが予期されていました"
  1993    },
  1994    {
  1995      "id": "Expected {{.Name}} to be a set of key =\u003e value, but it was a {{.Type}}.",
  1996      "translation": "{{.Name}} はキー =\u003e 値のセットであると予期されていましたが、{{.Type}} でした。"
  1997    },
  1998    {
  1999      "id": "Expected {{.PropertyName}} to be a boolean.",
  2000      "translation": "{{.PropertyName}} はブール値であると予期されていました。"
  2001    },
  2002    {
  2003      "id": "Expected {{.PropertyName}} to be a list of integers.",
  2004      "translation": "{{.PropertyName}} は整数のリストであると予期されていました。"
  2005    },
  2006    {
  2007      "id": "Expected {{.PropertyName}} to be a list of strings.",
  2008      "translation": "{{.PropertyName}} はストリングのリストであると予期されていました。"
  2009    },
  2010    {
  2011      "id": "Expected {{.PropertyName}} to be a number, but it was a {{.PropertyType}}.",
  2012      "translation": "{{.PropertyName}} は数値であると予期されていましたが、{{.PropertyType}} でした。"
  2013    },
  2014    {
  2015      "id": "FAILED",
  2016      "translation": "失敗"
  2017    },
  2018    {
  2019      "id": "FEATURE FLAGS",
  2020      "translation": "フィーチャー・フラグ"
  2021    },
  2022    {
  2023      "id": "Failed assigning org role to user: ",
  2024      "translation": "組織の役割をユーザーに割り当てることができませんでした: "
  2025    },
  2026    {
  2027      "id": "Failed fetching buildpacks.\n{{.Error}}",
  2028      "translation": "ビルドパックを取り出せませんでした。\n{{.Error}}"
  2029    },
  2030    {
  2031      "id": "Failed fetching domains for organization {{.OrgName}}.\n{{.Err}}",
  2032      "translation": "組織 {{.OrgName}} のドメインを取り出せませんでした。\n{{.Err}}"
  2033    },
  2034    {
  2035      "id": "Failed fetching domains.\n{{.Error}}",
  2036      "translation": "ドメインを取り出せませんでした。\n{{.Error}}"
  2037    },
  2038    {
  2039      "id": "Failed fetching events.\n{{.APIErr}}",
  2040      "translation": "イベントを取り出せませんでした。\n{{.APIErr}}"
  2041    },
  2042    {
  2043      "id": "Failed fetching org-users for role {{.OrgRoleToDisplayName}}.\n{{.Error}}",
  2044      "translation": "役割 {{.OrgRoleToDisplayName}} の組織ユーザーを取り出せませんでした。\n{{.Error}}"
  2045    },
  2046    {
  2047      "id": "Failed fetching orgs.\n{{.APIErr}}",
  2048      "translation": "組織を取り出せませんでした。\n{{.APIErr}}"
  2049    },
  2050    {
  2051      "id": "Failed fetching router groups.\n{{.Err}}",
  2052      "translation": "ルーター・グループを取り出せませんでした。\n{{.Err}}"
  2053    },
  2054    {
  2055      "id": "Failed fetching routes.\n{{.Err}}",
  2056      "translation": "経路を取り出せませんでした。\n{{.Err}}"
  2057    },
  2058    {
  2059      "id": "Failed fetching space-users for role {{.SpaceRoleToDisplayName}}.\n{{.Error}}",
  2060      "translation": "役割 {{.SpaceRoleToDisplayName}} のスペース・ユーザーを取り出せませんでした。\n{{.Error}}"
  2061    },
  2062    {
  2063      "id": "Failed fetching spaces.\n{{.ErrorDescription}}",
  2064      "translation": "スペースを取り出せませんでした。\n{{.ErrorDescription}}"
  2065    },
  2066    {
  2067      "id": "Failed to create a local temporary zip file for the buildpack",
  2068      "translation": ""
  2069    },
  2070    {
  2071      "id": "Failed to create json for resource_match request",
  2072      "translation": "resource_match 要求の json を作成できませんでした"
  2073    },
  2074    {
  2075      "id": "Failed to create manifest, unable to parse environment variable: ",
  2076      "translation": "マニフェストを作成できませんでした、環境変数を解析できません: "
  2077    },
  2078    {
  2079      "id": "Failed to make plugin executable: {{.Error}}",
  2080      "translation": "プラグインを実行可能にできませんでした。{{.Error}}"
  2081    },
  2082    {
  2083      "id": "Failed to marshal JSON",
  2084      "translation": "JSON をマーシャルできませんでした"
  2085    },
  2086    {
  2087      "id": "Failed to start oauth request",
  2088      "translation": "oauth 要求を開始できませんでした"
  2089    },
  2090    {
  2091      "id": "Failed to watch staging of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2092      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のステージングの監視に失敗しました..."
  2093    },
  2094    {
  2095      "id": "Feature {{.FeatureFlag}} Disabled.",
  2096      "translation": "フィーチャー {{.FeatureFlag}} が無効化されました。"
  2097    },
  2098    {
  2099      "id": "Feature {{.FeatureFlag}} Enabled.",
  2100      "translation": "フィーチャー {{.FeatureFlag}} が有効化されました。"
  2101    },
  2102    {
  2103      "id": "Features",
  2104      "translation": "フィーチャー"
  2105    },
  2106    {
  2107      "id": "File not found locally, make sure the file exists at given path {{.filepath}}",
  2108      "translation": "ファイルがローカルで見つかりませんでした、指定されたパス {{.filepath}} にこのファイルが存在しているか確認してください"
  2109    },
  2110    {
  2111      "id": "Force delete (do not prompt for confirmation)",
  2112      "translation": "削除を強制します (確認を求めるプロンプトは出しません)"
  2113    },
  2114    {
  2115      "id": "Force deletion without confirmation",
  2116      "translation": "確認を求めずに削除を強制します"
  2117    },
  2118    {
  2119      "id": "Force install of plugin without confirmation",
  2120      "translation": "確認を求めずにプラグインのインストールを強制します"
  2121    },
  2122    {
  2123      "id": "Force migration without confirmation",
  2124      "translation": "確認を求めずにマイグレーションを強制します"
  2125    },
  2126    {
  2127      "id": "Force pseudo-tty allocation",
  2128      "translation": "pseudo-tty 割り振りを強制します"
  2129    },
  2130    {
  2131      "id": "Force restart of app without prompt",
  2132      "translation": "プロンプトを出さずにアプリの再始動を強制します"
  2133    },
  2134    {
  2135      "id": "Force unbinding without confirmation",
  2136      "translation": "確認を求めずにアンバインドを強制します"
  2137    },
  2138    {
  2139      "id": "GETTING STARTED",
  2140      "translation": "開始"
  2141    },
  2142    {
  2143      "id": "GLOBAL OPTIONS:",
  2144      "translation": "グローバル・オプション:"
  2145    },
  2146    {
  2147      "id": "Get a one time password for ssh clients",
  2148      "translation": "SSH クライアント用のワンタイム・パスワードを取得します"
  2149    },
  2150    {
  2151      "id": "Get the health_check_type value of an app",
  2152      "translation": "アプリの health_check_type 値を取得します"
  2153    },
  2154    {
  2155      "id": "Getting all services from marketplace...",
  2156      "translation": "マーケットプレイスからすべてのサービスを取得しています..."
  2157    },
  2158    {
  2159      "id": "Getting apps in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2160      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリを取得しています..."
  2161    },
  2162    {
  2163      "id": "Getting buildpacks...\n",
  2164      "translation": "ビルドパックを取得しています...\n"
  2165    },
  2166    {
  2167      "id": "Getting domains in org {{.OrgName}} as {{.Username}}...",
  2168      "translation": "{{.Username}} として組織 {{.OrgName}} 内のドメインを取得しています..."
  2169    },
  2170    {
  2171      "id": "Getting env variables for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2172      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の環境変数を取得しています..."
  2173    },
  2174    {
  2175      "id": "Getting events for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  2176      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のイベントを取得しています...\n"
  2177    },
  2178    {
  2179      "id": "Getting files for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2180      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} のファイルを取得しています..."
  2181    },
  2182    {
  2183      "id": "Getting health_check_type value for ",
  2184      "translation": "次のものの health_check_type 値を取得しています: "
  2185    },
  2186    {
  2187      "id": "Getting info for org {{.OrgName}} as {{.Username}}...",
  2188      "translation": "{{.Username}} として組織 {{.OrgName}} の情報を取得しています..."
  2189    },
  2190    {
  2191      "id": "Getting info for security group {{.security_group}} as {{.username}}",
  2192      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} の情報を取得しています"
  2193    },
  2194    {
  2195      "id": "Getting info for space {{.TargetSpace}} in org {{.OrgName}} as {{.CurrentUser}}...",
  2196      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} 内のスペース {{.TargetSpace}} の情報を取得しています..."
  2197    },
  2198    {
  2199      "id": "Getting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  2200      "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキー {{.ServiceKeyName}} を取得しています..."
  2201    },
  2202    {
  2203      "id": "Getting keys for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  2204      "translation": "{{.CurrentUser}} としてサービス・インスタンス {{.ServiceInstanceName}} のキーを取得しています..."
  2205    },
  2206    {
  2207      "id": "Getting orgs as {{.Username}}...\n",
  2208      "translation": "{{.Username}} として組織を取得しています...\n"
  2209    },
  2210    {
  2211      "id": "Getting plugins from all repositories ... ",
  2212      "translation": "すべてのリポジトリーからプラグインを取得しています ... "
  2213    },
  2214    {
  2215      "id": "Getting plugins from repository '",
  2216      "translation": "次のリポジトリーからプラグインを取得しています: '"
  2217    },
  2218    {
  2219      "id": "Getting quota {{.QuotaName}} info as {{.Username}}...",
  2220      "translation": "{{.Username}} として割り当て量 {{.QuotaName}} 情報を取得しています..."
  2221    },
  2222    {
  2223      "id": "Getting quotas as {{.Username}}...",
  2224      "translation": "{{.Username}} として割り当て量を取得しています..."
  2225    },
  2226    {
  2227      "id": "Getting router groups as {{.Username}} ...\n",
  2228      "translation": "{{.Username}} としてルーター・グループを取得しています...\n"
  2229    },
  2230    {
  2231      "id": "Getting routes as {{.Username}} ...\n",
  2232      "translation": "{{.Username}} として経路を取得しています...\n"
  2233    },
  2234    {
  2235      "id": "Getting routes for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}} ...\n",
  2236      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} の経路を取得しています...\n"
  2237    },
  2238    {
  2239      "id": "Getting routes for org {{.OrgName}} as {{.Username}} ...\n",
  2240      "translation": "{{.Username}} として組織 {{.OrgName}} の経路を取得しています...\n"
  2241    },
  2242    {
  2243      "id": "Getting rules for the security group  : {{.SecurityGroupName}}...",
  2244      "translation": "セキュリティー・グループ {{.SecurityGroupName}} のルールを取得しています..."
  2245    },
  2246    {
  2247      "id": "Getting security groups as {{.username}}",
  2248      "translation": "{{.username}} としてセキュリティー・グループを取得しています"
  2249    },
  2250    {
  2251      "id": "Getting service access as {{.Username}}...",
  2252      "translation": "{{.Username}} としてサービス・アクセスを取得しています..."
  2253    },
  2254    {
  2255      "id": "Getting service access for broker {{.Broker}} and organization {{.Organization}} as {{.Username}}...",
  2256      "translation": "{{.Username}} としてブローカー {{.Broker}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..."
  2257    },
  2258    {
  2259      "id": "Getting service access for broker {{.Broker}} and service {{.Service}} and organization {{.Organization}} as {{.Username}}...",
  2260      "translation": "{{.Username}} としてブローカー {{.Broker}} とサービス {{.Service}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..."
  2261    },
  2262    {
  2263      "id": "Getting service access for broker {{.Broker}} and service {{.Service}} as {{.Username}}...",
  2264      "translation": "{{.Username}} としてブローカー {{.Broker}} とサービス {{.Service}} に対するサービス・アクセスを取得しています..."
  2265    },
  2266    {
  2267      "id": "Getting service access for broker {{.Broker}} as {{.Username}}...",
  2268      "translation": "{{.Username}} としてブローカー {{.Broker}} に対するサービス・アクセスを取得しています..."
  2269    },
  2270    {
  2271      "id": "Getting service access for organization {{.Organization}} as {{.Username}}...",
  2272      "translation": "{{.Username}} として組織 {{.Organization}} に対するサービス・アクセスを取得しています..."
  2273    },
  2274    {
  2275      "id": "Getting service access for service {{.Service}} and organization {{.Organization}} as {{.Username}}...",
  2276      "translation": "{{.Username}} としてサービス {{.Service}} と組織 {{.Organization}} に対するサービス・アクセスを取得しています..."
  2277    },
  2278    {
  2279      "id": "Getting service access for service {{.Service}} as {{.Username}}...",
  2280      "translation": "{{.Username}} としてサービス {{.Service}} に対するサービス・アクセスを取得しています..."
  2281    },
  2282    {
  2283      "id": "Getting service auth tokens as {{.CurrentUser}}...",
  2284      "translation": "{{.CurrentUser}} としてサービス認証トークンを取得しています..."
  2285    },
  2286    {
  2287      "id": "Getting service brokers as {{.Username}}...\n",
  2288      "translation": "{{.Username}} としてサービス・ブローカーを取得しています...\n"
  2289    },
  2290    {
  2291      "id": "Getting service plan information for service {{.ServiceName}} as {{.CurrentUser}}...",
  2292      "translation": "{{.CurrentUser}} としてサービス {{.ServiceName}} のサービス・プラン情報を取得しています..."
  2293    },
  2294    {
  2295      "id": "Getting service plan information for service {{.ServiceName}}...",
  2296      "translation": "サービス {{.ServiceName}} のサービス・プラン情報を取得しています..."
  2297    },
  2298    {
  2299      "id": "Getting services from marketplace in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2300      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のマーケットプレイスからサービスを取得しています..."
  2301    },
  2302    {
  2303      "id": "Getting services in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2304      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービスを取得しています..."
  2305    },
  2306    {
  2307      "id": "Getting space quota {{.Quota}} info as {{.Username}}...",
  2308      "translation": "{{.Username}} としてスペース割り当て量 {{.Quota}} 情報を取得しています..."
  2309    },
  2310    {
  2311      "id": "Getting space quotas as {{.Username}}...",
  2312      "translation": "{{.Username}} としてスペース割り当て量を取得しています..."
  2313    },
  2314    {
  2315      "id": "Getting spaces in org {{.TargetOrgName}} as {{.CurrentUser}}...\n",
  2316      "translation": "{{.CurrentUser}} として組織 {{.TargetOrgName}} 内のスペースを取得しています...\n"
  2317    },
  2318    {
  2319      "id": "Getting stack '{{.Stack}}' in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...",
  2320      "translation": "{{.Username}} として組織 {{.OrganizationName}} / スペース {{.SpaceName}} 内のスタック '{{.Stack}}' を取得しています..."
  2321    },
  2322    {
  2323      "id": "Getting stacks in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...",
  2324      "translation": "{{.Username}} として組織 {{.OrganizationName}} / スペース {{.SpaceName}} 内のスタックを取得しています..."
  2325    },
  2326    {
  2327      "id": "Getting users in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}",
  2328      "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザーを取得しています"
  2329    },
  2330    {
  2331      "id": "Getting users in org {{.TargetOrg}} as {{.CurrentUser}}...",
  2332      "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のユーザーを取得しています..."
  2333    },
  2334    {
  2335      "id": "HEALTH_CHECK_TYPE",
  2336      "translation": "HEALTH_CHECK_TYPE"
  2337    },
  2338    {
  2339      "id": "HOST",
  2340      "translation": "ホスト"
  2341    },
  2342    {
  2343      "id": "HOSTNAME",
  2344      "translation": "ホスト名"
  2345    },
  2346    {
  2347      "id": "HTTP data to include in the request body, or '@' followed by a file name to read the data from",
  2348      "translation": "要求本体に組み込む HTTP データ、または '@' の後にデータの読み取り元のファイル名を続けたもの"
  2349    },
  2350    {
  2351      "id": "HTTP method (GET,POST,PUT,DELETE,etc)",
  2352      "translation": "HTTP メソッド (GET、POST、PUT、DELETE など)"
  2353    },
  2354    {
  2355      "id": "Hostname (e.g. my-subdomain)",
  2356      "translation": "ホスト名 (例: my-subdomain)"
  2357    },
  2358    {
  2359      "id": "Hostname for the HTTP route (required for shared domains)",
  2360      "translation": "HTTP 経路のホスト名 (共有ドメインの場合は必須)"
  2361    },
  2362    {
  2363      "id": "Hostname used in combination with DOMAIN to specify the route to bind",
  2364      "translation": "バインドする経路を指定するために DOMAIN と組み合わせて使用するホスト名"
  2365    },
  2366    {
  2367      "id": "Hostname used in combination with DOMAIN to specify the route to unbind",
  2368      "translation": "アンバインドする経路を指定するために DOMAIN と組み合わせて使用するホスト名"
  2369    },
  2370    {
  2371      "id": "Hostname used to identify the HTTP route",
  2372      "translation": "HTTP 経路の識別に使用するホスト名"
  2373    },
  2374    {
  2375      "id": "INSTALLED PLUGIN COMMANDS",
  2376      "translation": "インストール済みプラグイン・コマンド"
  2377    },
  2378    {
  2379      "id": "INSTANCE_MEMORY",
  2380      "translation": "INSTANCE_MEMORY"
  2381    },
  2382    {
  2383      "id": "Ignore manifest file",
  2384      "translation": "マニフェスト・ファイルを無視します"
  2385    },
  2386    {
  2387      "id": "In Windows Command Line use single-quoted, escaped JSON: '{\\\"valid\\\":\\\"json\\\"}'",
  2388      "translation": "Windows コマンド・ラインでは、次のように、単一引用符で囲んだ、エスケープした JSON を使用します: '{\\\"valid\\\":\\\"json\\\"}'"
  2389    },
  2390    {
  2391      "id": "In Windows PowerShell use double-quoted, escaped JSON: \"{\\\"valid\\\":\\\"json\\\"}\"",
  2392      "translation": "Windows PowerShell では、次のように、二重引用符で囲んだ、エスケープした JSON を使用します: \"{\\\"valid\\\":\\\"json\\\"}\""
  2393    },
  2394    {
  2395      "id": "Include response headers in the output",
  2396      "translation": "応答ヘッダーを出力に組み込みます"
  2397    },
  2398    {
  2399      "id": "Incorrect Usage",
  2400      "translation": "誤った使用法"
  2401    },
  2402    {
  2403      "id": "Incorrect Usage. An argument is missing or not correctly enclosed.\n\n",
  2404      "translation": "誤った使用法。欠落している引数または正しく囲まれていない引数があります。\n\n"
  2405    },
  2406    {
  2407      "id": "Incorrect Usage. Command line flags (except -f) cannot be applied when pushing multiple apps from a manifest file.",
  2408      "translation": "誤った使用法。コマンド・ライン・フラグ (-f 以外) は、マニフェスト・ファイルから複数のアプリをプッシュするときは適用されません。"
  2409    },
  2410    {
  2411      "id": "Incorrect Usage. HEALTH_CHECK_TYPE must be \"port\" or \"none\"\\n\\n",
  2412      "translation": "誤った使用法。HEALTH_CHECK_TYPE は \"port\" または \"none\" でなければなりません\\n\\n"
  2413    },
  2414    {
  2415      "id": "Incorrect Usage. Requires 'app-name env-name env-value' as arguments\n\n",
  2416      "translation": "誤った使用法。引数として 'app-name env-name env-value' が必要です\n\n"
  2417    },
  2418    {
  2419      "id": "Incorrect Usage. Requires 'app-name env-name' as arguments\n\n",
  2420      "translation": "誤った使用法。引数として 'app-name env-name' が必要です\n\n"
  2421    },
  2422    {
  2423      "id": "Incorrect Usage. Requires 'username password' as arguments\n\n",
  2424      "translation": "誤った使用法。引数として 'username password' が必要です\n\n"
  2425    },
  2426    {
  2427      "id": "Incorrect Usage. Requires APP SERVICE_INSTANCE as arguments\n\n",
  2428      "translation": "誤った使用法。引数として APP SERVICE_INSTANCE が必要です\n\n"
  2429    },
  2430    {
  2431      "id": "Incorrect Usage. Requires APP_NAME and DOMAIN as arguments\n\n",
  2432      "translation": "誤った使用法。引数として APP_NAME と DOMAIN が必要です\n\n"
  2433    },
  2434    {
  2435      "id": "Incorrect Usage. Requires APP_NAME and HEALTH_CHECK_TYPE as arguments\n\n",
  2436      "translation": "誤った使用法。引数として APP_NAME と HEALTH_CHECK_TYPE が必要です\n\n"
  2437    },
  2438    {
  2439      "id": "Incorrect Usage. Requires APP_NAME and SERVICE_INSTANCE as arguments\n\n",
  2440      "translation": "誤った使用法。引数として APP_NAME と SERVICE_INSTANCE が必要です\n\n"
  2441    },
  2442    {
  2443      "id": "Incorrect Usage. Requires APP_NAME as argument",
  2444      "translation": "誤った使用法。引数として APP_NAME が必要です"
  2445    },
  2446    {
  2447      "id": "Incorrect Usage. Requires APP_NAME as argument\n\n",
  2448      "translation": "誤った使用法。引数として APP_NAME が必要です\n\n"
  2449    },
  2450    {
  2451      "id": "Incorrect Usage. Requires BUILDPACK_NAME, NEW_BUILDPACK_NAME as arguments\n\n",
  2452      "translation": "誤った使用法。引数として BUILDPACK_NAME、NEW_BUILDPACK_NAME が必要です\n\n"
  2453    },
  2454    {
  2455      "id": "Incorrect Usage. Requires DOMAIN and SERVICE_INSTANCE as arguments\n\n",
  2456      "translation": "誤った使用法。引数として DOMAIN と SERVICE_INSTANCE が必要です\n\n"
  2457    },
  2458    {
  2459      "id": "Incorrect Usage. Requires DOMAIN as an argument\n\n",
  2460      "translation": "誤った使用法。引数として DOMAIN が必要です\n\n"
  2461    },
  2462    {
  2463      "id": "Incorrect Usage. Requires LABEL, PROVIDER and TOKEN as arguments\n\n",
  2464      "translation": "誤った使用法。引数として LABEL、PROVIDER、および TOKEN が必要です\n\n"
  2465    },
  2466    {
  2467      "id": "Incorrect Usage. Requires LABEL, PROVIDER as arguments\n\n",
  2468      "translation": "誤った使用法。引数として LABEL、PROVIDER が必要です\n\n"
  2469    },
  2470    {
  2471      "id": "Incorrect Usage. Requires ORG and DOMAIN arguments\n\n",
  2472      "translation": "誤った使用法。引数として ORG と DOMAIN が必要です\n\n"
  2473    },
  2474    {
  2475      "id": "Incorrect Usage. Requires ORG and DOMAIN as arguments\n\n",
  2476      "translation": "誤った使用法。引数として ORG と DOMAIN が必要です\n\n"
  2477    },
  2478    {
  2479      "id": "Incorrect Usage. Requires ORG_NAME, QUOTA as arguments\n\n",
  2480      "translation": "誤った使用法。引数として ORG_NAME、QUOTA が必要です\n\n"
  2481    },
  2482    {
  2483      "id": "Incorrect Usage. Requires REPO_NAME and URL as arguments\n\n",
  2484      "translation": "誤った使用法。引数として REPO_NAME と URL が必要です\n\n"
  2485    },
  2486    {
  2487      "id": "Incorrect Usage. Requires SECURITY_GROUP and ORG, optional SPACE as arguments\n\n",
  2488      "translation": ""
  2489    },
  2490    {
  2491      "id": "Incorrect Usage. Requires SECURITY_GROUP and PATH_TO_JSON_RULES_FILE as arguments\n\n",
  2492      "translation": "誤った使用法。引数として SECURITY_GROUP と PATH_TO_JSON_RULES_FILE が必要です\n\n"
  2493    },
  2494    {
  2495      "id": "Incorrect Usage. Requires SECURITY_GROUP, ORG and SPACE as arguments\n\n",
  2496      "translation": "誤った使用法。引数として SECURITY_GROUP、ORG、および SPACE が必要です\n\n"
  2497    },
  2498    {
  2499      "id": "Incorrect Usage. Requires SERVICE_BROKER, NEW_SERVICE_BROKER as arguments\n\n",
  2500      "translation": "誤った使用法。引数として SERVICE_BROKER、NEW_SERVICE_BROKER が必要です\n\n"
  2501    },
  2502    {
  2503      "id": "Incorrect Usage. Requires SERVICE_BROKER, USERNAME, PASSWORD, URL as arguments\n\n",
  2504      "translation": "誤った使用法。引数として SERVICE_BROKER、USERNAME、PASSWORD、URL が必要です\n\n"
  2505    },
  2506    {
  2507      "id": "Incorrect Usage. Requires SERVICE_INSTANCE SERVICE_KEY as arguments\n\n",
  2508      "translation": "誤った使用法。引数として SERVICE_INSTANCE SERVICE_KEY が必要です\n\n"
  2509    },
  2510    {
  2511      "id": "Incorrect Usage. Requires SERVICE_INSTANCE and NEW_SERVICE_INSTANCE as arguments\n\n",
  2512      "translation": "誤った使用法。引数として SERVICE_INSTANCE と NEW_SERVICE_INSTANCE が必要です\n\n"
  2513    },
  2514    {
  2515      "id": "Incorrect Usage. Requires SERVICE_INSTANCE and SERVICE_KEY as arguments\n\n",
  2516      "translation": "誤った使用法。引数として SERVICE_INSTANCE と SERVICE_KEY が必要です\n\n"
  2517    },
  2518    {
  2519      "id": "Incorrect Usage. Requires SPACE and DOMAIN as arguments\n\n",
  2520      "translation": "誤った使用法。引数として SPACE と DOMAIN が必要です\n\n"
  2521    },
  2522    {
  2523      "id": "Incorrect Usage. Requires SPACE and QUOTA as arguments\n\n",
  2524      "translation": "誤った使用法。引数として SPACE と QUOTA が必要です\n\n"
  2525    },
  2526    {
  2527      "id": "Incorrect Usage. Requires SPACE-NAME and SPACE-QUOTA-NAME as arguments\n\n",
  2528      "translation": "誤った使用法。引数として SPACE-NAME と SPACE-QUOTA-NAME が必要です\n\n"
  2529    },
  2530    {
  2531      "id": "Incorrect Usage. Requires SPACE_NAME NEW_SPACE_NAME as arguments\n\n",
  2532      "translation": "誤った使用法。引数として SPACE_NAME NEW_SPACE_NAME が必要です\n\n"
  2533    },
  2534    {
  2535      "id": "Incorrect Usage. Requires SPACE_NAME as argument\n\n",
  2536      "translation": "誤った使用法。引数として SPACE_NAME が必要です\n\n"
  2537    },
  2538    {
  2539      "id": "Incorrect Usage. Requires USERNAME, ORG, ROLE as arguments\n\n",
  2540      "translation": "誤った使用法。引数として USERNAME、ORG、ROLE が必要です\n\n"
  2541    },
  2542    {
  2543      "id": "Incorrect Usage. Requires USERNAME, ORG, SPACE, ROLE as arguments\n\n",
  2544      "translation": "誤った使用法。引数として USERNAME、ORG、SPACE、ROLE が必要です\n\n"
  2545    },
  2546    {
  2547      "id": "Incorrect Usage. Requires an argument\n\n",
  2548      "translation": "誤った使用法。1 個の引数が必要です\n\n"
  2549    },
  2550    {
  2551      "id": "Incorrect Usage. Requires app_name, domain_name as arguments\n\n",
  2552      "translation": "誤った使用法。引数として app_name、domain_name が必要です\n\n"
  2553    },
  2554    {
  2555      "id": "Incorrect Usage. Requires arguments\n\n",
  2556      "translation": "誤った使用法。いくつかの引数が必要です\n\n"
  2557    },
  2558    {
  2559      "id": "Incorrect Usage. Requires buildpack_name, path and position as arguments\n\n",
  2560      "translation": "誤った使用法。引数として buildpack_name、path、および position が必要です\n\n"
  2561    },
  2562    {
  2563      "id": "Incorrect Usage. Requires host and domain as arguments\n\n",
  2564      "translation": "誤った使用法。引数としてホストとドメインが必要です\n\n"
  2565    },
  2566    {
  2567      "id": "Incorrect Usage. Requires old app name and new app name as arguments\n\n",
  2568      "translation": "誤った使用法。引数として古いアプリ名と新しいアプリ名が必要です\n\n"
  2569    },
  2570    {
  2571      "id": "Incorrect Usage. Requires old org name, new org name as arguments\n\n",
  2572      "translation": "誤った使用法。引数として古い組織名、新しい組織名が必要です\n\n"
  2573    },
  2574    {
  2575      "id": "Incorrect Usage. Requires org_name, domain_name as arguments\n\n",
  2576      "translation": "誤った使用法。引数として org_name、domain_name が必要です\n\n"
  2577    },
  2578    {
  2579      "id": "Incorrect Usage. Requires service, service plan, service instance as arguments\n\n",
  2580      "translation": "誤った使用法。引数としてサービス、サービス・プラン、サービス・インスタンスが必要です\n\n"
  2581    },
  2582    {
  2583      "id": "Incorrect Usage. Requires stack name as argument\n\n",
  2584      "translation": "誤った使用法。引数としてスタック名が必要です\n\n"
  2585    },
  2586    {
  2587      "id": "Incorrect Usage. Requires v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN as arguments\n\n",
  2588      "translation": "誤った使用法。引数として v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN 必要です\n\n"
  2589    },
  2590    {
  2591      "id": "Incorrect Usage. Requires {{.Arguments}}",
  2592      "translation": "誤った使用法。{{.Arguments}} が必要"
  2593    },
  2594    {
  2595      "id": "Incorrect Usage:",
  2596      "translation": "誤った使用法:"
  2597    },
  2598    {
  2599      "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]",
  2600      "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]"
  2601    },
  2602    {
  2603      "id": "Install CLI plugin",
  2604      "translation": "CLI プラグインのインストール"
  2605    },
  2606    {
  2607      "id": "Installing plugin {{.PluginPath}}...",
  2608      "translation": "プラグイン {{.PluginPath}} をインストールしています..."
  2609    },
  2610    {
  2611      "id": "Instance",
  2612      "translation": "インスタンス"
  2613    },
  2614    {
  2615      "id": "Instance Memory",
  2616      "translation": "インスタンス・メモリー"
  2617    },
  2618    {
  2619      "id": "Instance must be a non-negative integer",
  2620      "translation": "インスタンスは負でない整数でなければなりません"
  2621    },
  2622    {
  2623      "id": "Invalid JSON response from server",
  2624      "translation": "サーバーからの無効な JSON 応答"
  2625    },
  2626    {
  2627      "id": "Invalid Role {{.Role}}",
  2628      "translation": "無効な役割 {{.Role}}"
  2629    },
  2630    {
  2631      "id": "Invalid SSL Cert for {{.URL}}\n{{.TipMessage}}",
  2632      "translation": "{{.URL}} の無効な SSL 証明書\n{{.TipMessage}}"
  2633    },
  2634    {
  2635      "id": "Invalid app port: {{.AppPort}}\nApp port must be a number",
  2636      "translation": "無効なアプリ・ポート: {{.AppPort}}\nアプリ・ポートは数値でなければなりません"
  2637    },
  2638    {
  2639      "id": "Invalid application configuration",
  2640      "translation": ""
  2641    },
  2642    {
  2643      "id": "Invalid async response from server",
  2644      "translation": "サーバーからの無効な非同期応答"
  2645    },
  2646    {
  2647      "id": "Invalid auth token: ",
  2648      "translation": "無効な認証トークン: "
  2649    },
  2650    {
  2651      "id": "Invalid configuration provided for -c flag. Please provide a valid JSON object or path to a file containing a valid JSON object.",
  2652      "translation": "-c フラグに指定された無効な構成。有効な JSON オブジェクトまたは有効な JSON オブジェクトを含むファイルへのパスを指定してください。"
  2653    },
  2654    {
  2655      "id": "Invalid data from '{{.repoName}}' - plugin data does not exist",
  2656      "translation": "'{{.repoName}}' からの無効なデータ - プラグイン・データが存在していません"
  2657    },
  2658    {
  2659      "id": "Invalid disk quota: {{.DiskQuota}}\n{{.ErrorDescription}}",
  2660      "translation": "無効なディスク割り当て量: {{.DiskQuota}}\n{{.ErrorDescription}}"
  2661    },
  2662    {
  2663      "id": "Invalid disk quota: {{.DiskQuota}}\n{{.Err}}",
  2664      "translation": "無効なディスク割り当て量: {{.DiskQuota}}\n{{.Err}}"
  2665    },
  2666    {
  2667      "id": "Invalid health-check-type param: {{.healthCheckType}}",
  2668      "translation": "無効な health-check-type パラメーター: {{.healthCheckType}}"
  2669    },
  2670    {
  2671      "id": "Invalid instance count: {{.InstancesCount}}\nInstance count must be a positive integer",
  2672      "translation": "無効なインスタンス・カウント: {{.InstancesCount}}\nインスタンス・カウントは正整数でなければなりません"
  2673    },
  2674    {
  2675      "id": "Invalid instance memory limit: {{.MemoryLimit}}\n{{.Err}}",
  2676      "translation": "無効なインスタンス・メモリー制限: {{.MemoryLimit}}\n{{.Err}}"
  2677    },
  2678    {
  2679      "id": "Invalid instance: {{.Instance}}\nInstance must be a positive integer",
  2680      "translation": "無効なインスタンス: {{.Instance}}\nインスタンスは正整数でなければなりません"
  2681    },
  2682    {
  2683      "id": "Invalid instance: {{.Instance}}\nInstance must be less than {{.InstanceCount}}",
  2684      "translation": "無効なインスタンス: {{.Instance}}\nインスタンスは {{.InstanceCount}} 未満でなければなりません"
  2685    },
  2686    {
  2687      "id": "Invalid json data from",
  2688      "translation": "次のものからの無効な json データ:"
  2689    },
  2690    {
  2691      "id": "Invalid manifest. Expected a map",
  2692      "translation": "無効なマニフェスト。マップを予期していました"
  2693    },
  2694    {
  2695      "id": "Invalid memory limit: {{.MemLimit}}\n{{.Err}}",
  2696      "translation": "無効なメモリー制限: {{.MemLimit}}\n{{.Err}}"
  2697    },
  2698    {
  2699      "id": "Invalid memory limit: {{.MemoryLimit}}\n{{.Err}}",
  2700      "translation": "無効なメモリー制限: {{.MemoryLimit}}\n{{.Err}}"
  2701    },
  2702    {
  2703      "id": "Invalid memory limit: {{.Memory}}\n{{.ErrorDescription}}",
  2704      "translation": "無効なメモリー制限: {{.Memory}}\n{{.ErrorDescription}}"
  2705    },
  2706    {
  2707      "id": "Invalid port for route {{.RouteName}}",
  2708      "translation": ""
  2709    },
  2710    {
  2711      "id": "Invalid timeout param: {{.Timeout}}\n{{.Err}}",
  2712      "translation": "無効な timeout パラメーター: {{.Timeout}}\n{{.Err}}"
  2713    },
  2714    {
  2715      "id": "Invalid value for '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}",
  2716      "translation": "'{{.PropertyName}}' の無効な値: {{.StringVal}}\n{{.Error}}"
  2717    },
  2718    {
  2719      "id": "Invite and manage users, and enable features for a given space\n",
  2720      "translation": "ユーザーの招待と管理を行い、特定のスペースに対してフィーチャーを有効にします\n"
  2721    },
  2722    {
  2723      "id": "Invite and manage users, select and change plans, and set spending limits\n",
  2724      "translation": "ユーザーの招待と管理、プランの選択と変更、および支払上限の設定を行います\n"
  2725    },
  2726    {
  2727      "id": "Last Operation",
  2728      "translation": "最後の操作"
  2729    },
  2730    {
  2731      "id": "Linux/Mac",
  2732      "translation": "Linux/Mac"
  2733    },
  2734    {
  2735      "id": "List all apps in the target space",
  2736      "translation": "ターゲット・スペース内のすべてのアプリをリストします"
  2737    },
  2738    {
  2739      "id": "List all available plugin commands",
  2740      "translation": "使用可能なプラグイン・コマンドをすべてリストします"
  2741    },
  2742    {
  2743      "id": "List all available plugins in specified repository or in all added repositories",
  2744      "translation": "追加されたすべてのリポジトリー内で指定されたすべてのプラグインをリストします"
  2745    },
  2746    {
  2747      "id": "List all buildpacks",
  2748      "translation": "すべてのビルドパックをリストします"
  2749    },
  2750    {
  2751      "id": "List all orgs",
  2752      "translation": "すべての組織をリストします"
  2753    },
  2754    {
  2755      "id": "List all routes in the current space or the current organization",
  2756      "translation": "現行スペースまたは現行組織内のすべての経路をリストします"
  2757    },
  2758    {
  2759      "id": "List all security groups",
  2760      "translation": "すべてのセキュリティー・グループをリストします"
  2761    },
  2762    {
  2763      "id": "List all service instances in the target space",
  2764      "translation": "ターゲット・スペース内のすべてのサービス・インスタンスをリストします"
  2765    },
  2766    {
  2767      "id": "List all spaces in an org",
  2768      "translation": "1 つの組織内のすべてのスペースをリストします"
  2769    },
  2770    {
  2771      "id": "List all stacks (a stack is a pre-built file system, including an operating system, that can run apps)",
  2772      "translation": "すべてのスタックをリストします (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)"
  2773    },
  2774    {
  2775      "id": "List all the added plugin repositories",
  2776      "translation": "追加されたプラグイン・リポジトリーをすべてリストします"
  2777    },
  2778    {
  2779      "id": "List all the routes for all spaces of current organization",
  2780      "translation": "現行組織内のすべてのスペースのすべての経路をリストします"
  2781    },
  2782    {
  2783      "id": "List all users in the org",
  2784      "translation": "この組織内のすべてのユーザーをリストします"
  2785    },
  2786    {
  2787      "id": "List available offerings in the marketplace",
  2788      "translation": "このマーケットプレイス内の使用可能なオファリングをリストします"
  2789    },
  2790    {
  2791      "id": "List available space resource quotas",
  2792      "translation": "使用可能なスペース・リソース割り当て量をリストします"
  2793    },
  2794    {
  2795      "id": "List available usage quotas",
  2796      "translation": "使用可能な使用量の割り当て量をリストします"
  2797    },
  2798    {
  2799      "id": "List domains in the target org",
  2800      "translation": "ターゲット組織内のドメインをリストします"
  2801    },
  2802    {
  2803      "id": "List keys for a service instance",
  2804      "translation": "サービス・インスタンスのキーをリストします"
  2805    },
  2806    {
  2807      "id": "List router groups",
  2808      "translation": "ルーター・グループをリストします"
  2809    },
  2810    {
  2811      "id": "List security groups in the set of security groups for running applications",
  2812      "translation": "実行中のアプリケーションに対するセキュリティー・グループのセット内にあるセキュリティー・グループをリストします"
  2813    },
  2814    {
  2815      "id": "List security groups in the staging set for applications",
  2816      "translation": "ステージング中のアプリケーションのセット内にあるセキュリティー・グループをリストします"
  2817    },
  2818    {
  2819      "id": "List service access settings",
  2820      "translation": "サービス・アクセス設定をリストします"
  2821    },
  2822    {
  2823      "id": "List service auth tokens",
  2824      "translation": "サービス認証トークンをリストします"
  2825    },
  2826    {
  2827      "id": "List service brokers",
  2828      "translation": "サービス・ブローカーをリストします"
  2829    },
  2830    {
  2831      "id": "Listing Installed Plugins...",
  2832      "translation": "インストール済みプラグインをリストしています..."
  2833    },
  2834    {
  2835      "id": "Local port forward specification. This flag can be defined more than once.",
  2836      "translation": "ローカル・ポート転送指定。このフラグは何度でも定義できます。"
  2837    },
  2838    {
  2839      "id": "Lock the buildpack to prevent updates",
  2840      "translation": "更新を防止するためにビルドパックをロックします"
  2841    },
  2842    {
  2843      "id": "Log user in",
  2844      "translation": "ユーザーをログインします"
  2845    },
  2846    {
  2847      "id": "Log user out",
  2848      "translation": "ユーザーをログアウトします"
  2849    },
  2850    {
  2851      "id": "Logged errors:",
  2852      "translation": "ログに記録されたエラー:"
  2853    },
  2854    {
  2855      "id": "Logging out...",
  2856      "translation": "ログアウトしています..."
  2857    },
  2858    {
  2859      "id": "Loggregator endpoint missing from config file",
  2860      "translation": "Loggregator エンドポイントが構成ファイルにありません"
  2861    },
  2862    {
  2863      "id": "Looking up '{{.filePath}}' from repository '{{.repoName}}'",
  2864      "translation": "リポジトリー '{{.repoName}}' から '{{.filePath}}' を検索しています"
  2865    },
  2866    {
  2867      "id": "MANIFEST_PATH",
  2868      "translation": "MANIFEST_PATH"
  2869    },
  2870    {
  2871      "id": "MEMORY",
  2872      "translation": "メモリー"
  2873    },
  2874    {
  2875      "id": "Make a user-provided service instance available to CF apps",
  2876      "translation": "ユーザー提供のサービス・インスタンスを CF アプリが使用できるようにします"
  2877    },
  2878    {
  2879      "id": "Make the broker's service plans only visible within the targeted space",
  2880      "translation": "ブローカーのサービス・プランをターゲットのスペース内でのみ可視にします"
  2881    },
  2882    {
  2883      "id": "Manifest file created successfully at ",
  2884      "translation": "次の場所にマニフェスト・ファイルが正常に作成されました: "
  2885    },
  2886    {
  2887      "id": "Manifest file is not found in the current directory, please provide either an app name or manifest",
  2888      "translation": "現行ディレクトリーにマニフェスト・ファイルが見つかりません、アプリ名またはマニフェストのいずれかを指定してください"
  2889    },
  2890    {
  2891      "id": "Map a TCP route",
  2892      "translation": "TCP 経路をマップします"
  2893    },
  2894    {
  2895      "id": "Map an HTTP route",
  2896      "translation": "HTTP 経路をマップします"
  2897    },
  2898    {
  2899      "id": "Map the root domain to this app",
  2900      "translation": "ルート・ドメインをこのアプリにマップします"
  2901    },
  2902    {
  2903      "id": "Max wait time for app instance startup, in minutes",
  2904      "translation": "アプリ・インスタンス起動の最大待ち時間 (分)"
  2905    },
  2906    {
  2907      "id": "Max wait time for buildpack staging, in minutes",
  2908      "translation": "ビルドパック・ステージングの最大待ち時間 (分)"
  2909    },
  2910    {
  2911      "id": "Max wait time to establish a connection, including name resolution, in seconds",
  2912      "translation": ""
  2913    },
  2914    {
  2915      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G)",
  2916      "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)"
  2917    },
  2918    {
  2919      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount.",
  2920      "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)。-1 は量に制限がないことを表します。"
  2921    },
  2922    {
  2923      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount. (Default: unlimited)",
  2924      "translation": "1 つのアプリケーション・インスタンスが占有できる最大メモリー量 (例: 1024M、1G、10G)。-1 は量に制限がないことを表します。(デフォルト: 制限なし)"
  2925    },
  2926    {
  2927      "id": "Maximum number of routes that may be created with reserved ports",
  2928      "translation": "予約されたポートで作成される可能性のある経路の最大数"
  2929    },
  2930    {
  2931      "id": "Maximum number of routes that may be created with reserved ports (Default: 0)",
  2932      "translation": "予約されたポートで作成される可能性のある経路の最大数 (デフォルト: 0)"
  2933    },
  2934    {
  2935      "id": "Maximum time (in seconds) for CLI to wait for application start, other server side timeouts may apply",
  2936      "translation": "CLI がアプリケーションの開始を待つ最大時間 (秒)、他のサーバー・サイド・タイムアウトが適用されることもあります"
  2937    },
  2938    {
  2939      "id": "Memory limit (e.g. 256M, 1024M, 1G)",
  2940      "translation": "メモリー制限 (例: 256M、1024M、1G)"
  2941    },
  2942    {
  2943      "id": "Message: {{.Message}}",
  2944      "translation": "メッセージ: {{.Message}}"
  2945    },
  2946    {
  2947      "id": "Migrate service instances from one service plan to another",
  2948      "translation": "あるサービスから他のサービスにサービス・インスタンスをマイグレーションします"
  2949    },
  2950    {
  2951      "id": "NAME",
  2952      "translation": "名前"
  2953    },
  2954    {
  2955      "id": "NAME:",
  2956      "translation": "名前:"
  2957    },
  2958    {
  2959      "id": "NEW_NAME",
  2960      "translation": "NEW_NAME"
  2961    },
  2962    {
  2963      "id": "NUM_INSTANCES",
  2964      "translation": "NUM_INSTANCES"
  2965    },
  2966    {
  2967      "id": "Name",
  2968      "translation": "名前"
  2969    },
  2970    {
  2971      "id": "Name of a registered repository",
  2972      "translation": "登録されたリポジトリーの名前"
  2973    },
  2974    {
  2975      "id": "Name of a registered repository where the specified plugin is located",
  2976      "translation": "指定したプラグインがある登録済みリポジトリーの名前"
  2977    },
  2978    {
  2979      "id": "New Password",
  2980      "translation": "新しいパスワード"
  2981    },
  2982    {
  2983      "id": "New name",
  2984      "translation": "新しい名前"
  2985    },
  2986    {
  2987      "id": "No %s found",
  2988      "translation": "%s が見つかりませんでした"
  2989    },
  2990    {
  2991      "id": "No API endpoint set. Use '{{.LoginTip}}' or '{{.APITip}}' to target an endpoint.",
  2992      "translation": "API エンドポイントが設定されていません。'{{.LoginTip}}' または '{{.APITip}}' を使用して 1 つのエンドポイントをターゲットにしてください。"
  2993    },
  2994    {
  2995      "id": "No api endpoint set. Use '{{.Name}}' to set an endpoint",
  2996      "translation": "API エンドポイントが設定されていません。'{{.Name}}' を使用して 1 つのエンドポイントを設定してください"
  2997    },
  2998    {
  2999      "id": "No app files found in '{{.Path}}'",
  3000      "translation": "アプリ・ファイルが '{{.Path}}' で見つかりませんでした"
  3001    },
  3002    {
  3003      "id": "No apps found",
  3004      "translation": "アプリが見つかりませんでした"
  3005    },
  3006    {
  3007      "id": "No argument required",
  3008      "translation": "引数は必要ありません"
  3009    },
  3010    {
  3011      "id": "No buildpacks found",
  3012      "translation": "ビルドパックが見つかりませんでした"
  3013    },
  3014    {
  3015      "id": "No changes were made",
  3016      "translation": "変更は行われませんでした"
  3017    },
  3018    {
  3019      "id": "No domains found",
  3020      "translation": "ドメインが見つかりませんでした"
  3021    },
  3022    {
  3023      "id": "No events for app {{.AppName}}",
  3024      "translation": "アプリ {{.AppName}} のイベントはありません"
  3025    },
  3026    {
  3027      "id": "No flags specified. No changes were made.",
  3028      "translation": "フラグが指定されていません。変更は行われませんでした。"
  3029    },
  3030    {
  3031      "id": "No org and space targeted, use '{{.Command}}' to target an org and space",
  3032      "translation": "組織もスペースもターゲットになっていません、'{{.Command}}' を使用して組織とスペースをターゲットにしてください"
  3033    },
  3034    {
  3035      "id": "No org or space targeted, use '{{.CFTargetCommand}}'",
  3036      "translation": "組織またはスペースがターゲットになっていません、'{{.CFTargetCommand}}' を使用してください"
  3037    },
  3038    {
  3039      "id": "No org targeted, use '{{.CFTargetCommand}}'",
  3040      "translation": "組織がターゲットになっていません、'{{.CFTargetCommand}}' を使用してください"
  3041    },
  3042    {
  3043      "id": "No org targeted, use '{{.Command}}' to target an org.",
  3044      "translation": "組織がターゲットになっていません、'{{.Command}}' を使用して組織をターゲットにしてください"
  3045    },
  3046    {
  3047      "id": "No orgs found",
  3048      "translation": "組織が見つかりませんでした"
  3049    },
  3050    {
  3051      "id": "No router groups found",
  3052      "translation": "ルーター・グループが見つかりませんでした"
  3053    },
  3054    {
  3055      "id": "No routes found",
  3056      "translation": "経路が見つかりませんでした"
  3057    },
  3058    {
  3059      "id": "No running env variables have been set",
  3060      "translation": "実行環境変数が設定されていません"
  3061    },
  3062    {
  3063      "id": "No running security groups set",
  3064      "translation": "実行セキュリティー・グループが設定されていません"
  3065    },
  3066    {
  3067      "id": "No security groups",
  3068      "translation": "セキュリティー・グループがありません"
  3069    },
  3070    {
  3071      "id": "No service brokers found",
  3072      "translation": "サービス・ブローカーが見つかりませんでした"
  3073    },
  3074    {
  3075      "id": "No service key for service instance {{.ServiceInstanceName}}",
  3076      "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キーがありません"
  3077    },
  3078    {
  3079      "id": "No service key {{.ServiceKeyName}} found for service instance {{.ServiceInstanceName}}",
  3080      "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} は見つかりませんでした"
  3081    },
  3082    {
  3083      "id": "No service offerings found",
  3084      "translation": "サービス・オファリングが見つかりませんでした"
  3085    },
  3086    {
  3087      "id": "No services found",
  3088      "translation": "サービスが見つかりませんでした"
  3089    },
  3090    {
  3091      "id": "No space targeted, use '{{.CFTargetCommand}}'",
  3092      "translation": "スペースがターゲットになっていません、'{{.CFTargetCommand}}' を使用してください"
  3093    },
  3094    {
  3095      "id": "No space targeted, use '{{.Command}}' to target a space",
  3096      "translation": "スペースがターゲットになっていません、'{{.Command}}' を使用してスペースをターゲットにしてください"
  3097    },
  3098    {
  3099      "id": "No spaces assigned",
  3100      "translation": "スペースが割り当てられていません"
  3101    },
  3102    {
  3103      "id": "No spaces found",
  3104      "translation": "スペースが見つかりませんでした"
  3105    },
  3106    {
  3107      "id": "No staging env variables have been set",
  3108      "translation": "ステージング中環境変数が設定されていません"
  3109    },
  3110    {
  3111      "id": "No staging security group set",
  3112      "translation": "ステージング・セキュリティー・グループが設定されていません"
  3113    },
  3114    {
  3115      "id": "No system-provided env variables have been set",
  3116      "translation": "システム提供の環境変数が設定されていません"
  3117    },
  3118    {
  3119      "id": "No user-defined env variables have been set",
  3120      "translation": "ユーザー定義の環境変数が設定されていません"
  3121    },
  3122    {
  3123      "id": "Not logged in. Use '{{.CFLoginCommand}}' to log in.",
  3124      "translation": "ログインしていません。'{{.CFLoginCommand}}' を使用してログインしてください。"
  3125    },
  3126    {
  3127      "id": "Note: this may take some time",
  3128      "translation": "注: これにはしばらく時間がかかることがあります"
  3129    },
  3130    {
  3131      "id": "Number of instances",
  3132      "translation": "インスタンスの数"
  3133    },
  3134    {
  3135      "id": "OK",
  3136      "translation": "OK"
  3137    },
  3138    {
  3139      "id": "OPTIONS:",
  3140      "translation": "オプション:"
  3141    },
  3142    {
  3143      "id": "ORG ADMIN",
  3144      "translation": "組織管理者"
  3145    },
  3146    {
  3147      "id": "ORG AUDITOR",
  3148      "translation": "組織監査員"
  3149    },
  3150    {
  3151      "id": "ORG MANAGER",
  3152      "translation": "組織マネージャー"
  3153    },
  3154    {
  3155      "id": "ORGS",
  3156      "translation": "組織"
  3157    },
  3158    {
  3159      "id": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute",
  3160      "translation": ""
  3161    },
  3162    {
  3163      "id": "Org",
  3164      "translation": "組織"
  3165    },
  3166    {
  3167      "id": "Org that contains the target application",
  3168      "translation": "このターゲット・アプリケーションを含む組織"
  3169    },
  3170    {
  3171      "id": "Org {{.OrgName}} already exists",
  3172      "translation": "組織 {{.OrgName}} は既に存在しています"
  3173    },
  3174    {
  3175      "id": "Org {{.OrgName}} does not exist or is not accessible",
  3176      "translation": "組織 {{.OrgName}} が存在していないか、またはこの組織にアクセスできません"
  3177    },
  3178    {
  3179      "id": "Org {{.OrgName}} does not exist.",
  3180      "translation": "組織 {{.OrgName}} は存在していません。"
  3181    },
  3182    {
  3183      "id": "Org:",
  3184      "translation": "組織:"
  3185    },
  3186    {
  3187      "id": "Organization",
  3188      "translation": "組織"
  3189    },
  3190    {
  3191      "id": "Override path to default config directory",
  3192      "translation": "デフォルトの構成ディレクトリーへのパスをオーバーライドします"
  3193    },
  3194    {
  3195      "id": "Override path to default plugin config directory",
  3196      "translation": "デフォルトのプラグイン構成ディレクトリーへのパスをオーバーライドします"
  3197    },
  3198    {
  3199      "id": "Override restart of the application in target environment after copy-source completes",
  3200      "translation": "copy-source が完了した後、ターゲット環境内でこのアプリケーションの再始動をオーバーライドします"
  3201    },
  3202    {
  3203      "id": "PATH",
  3204      "translation": "パス"
  3205    },
  3206    {
  3207      "id": "PORT",
  3208      "translation": "ポート"
  3209    },
  3210    {
  3211      "id": "Paid service plans",
  3212      "translation": "有料サービス・プラン"
  3213    },
  3214    {
  3215      "id": "Pass parameters as JSON to create a running environment variable group",
  3216      "translation": "パラメーターを JSON として渡して実行環境変数グループを作成します"
  3217    },
  3218    {
  3219      "id": "Pass parameters as JSON to create a staging environment variable group",
  3220      "translation": "パラメーターを JSON として渡してステージング環境変数グループを作成します"
  3221    },
  3222    {
  3223      "id": "Password",
  3224      "translation": "パスワード"
  3225    },
  3226    {
  3227      "id": "Password verification does not match",
  3228      "translation": "パスワードの確認が一致しません"
  3229    },
  3230    {
  3231      "id": "Path for HTTP route",
  3232      "translation": ""
  3233    },
  3234    {
  3235      "id": "Path for the HTTP route",
  3236      "translation": "HTTP 経路のパス"
  3237    },
  3238    {
  3239      "id": "Path for the route",
  3240      "translation": "経路のパス"
  3241    },
  3242    {
  3243      "id": "Path not allowed in TCP route {{.RouteName}}",
  3244      "translation": ""
  3245    },
  3246    {
  3247      "id": "Path to app directory or to a zip file of the contents of the app directory",
  3248      "translation": "アプリ・ディレクトリーまたはアプリ・ディレクトリーの内容の zip ファイルへのパス"
  3249    },
  3250    {
  3251      "id": "Path to directory or zip file",
  3252      "translation": "ディレクトリーまたは zip ファイルへのパス"
  3253    },
  3254    {
  3255      "id": "Path to manifest",
  3256      "translation": "マニフェストへのパス"
  3257    },
  3258    {
  3259      "id": "Path used to identify the HTTP route",
  3260      "translation": "HTTP 経路の識別に使用されるパス"
  3261    },
  3262    {
  3263      "id": "Perform a simple check to determine whether a route currently exists or not",
  3264      "translation": "経路が現在存在しているかどうかを調べる簡単なチェックを行います"
  3265    },
  3266    {
  3267      "id": "Plan does not exist for the {{.ServiceName}} service",
  3268      "translation": "{{.ServiceName}} サービスのプランは存在していません"
  3269    },
  3270    {
  3271      "id": "Plan {{.ServicePlanName}} cannot be found",
  3272      "translation": "プラン {{.ServicePlanName}} が見つかりません"
  3273    },
  3274    {
  3275      "id": "Plan {{.ServicePlanName}} has no service instances to migrate",
  3276      "translation": "プラン {{.ServicePlanName}} にはマイグレーションするサービス・インスタンスがありません"
  3277    },
  3278    {
  3279      "id": "Plan: {{.ServicePlanName}}",
  3280      "translation": "プラン: {{.ServicePlanName}}"
  3281    },
  3282    {
  3283      "id": "Plans accessible by a particular organization",
  3284      "translation": "特定の組織がアクセスできるプラン"
  3285    },
  3286    {
  3287      "id": "Please choose either allow or disallow. Both flags are not permitted to be passed in the same command.",
  3288      "translation": "allow または disallow のいずれかを選んでください。両方のフラグを同じコマンドで渡すことはできません。"
  3289    },
  3290    {
  3291      "id": "Please log in again",
  3292      "translation": "ログインし直してください"
  3293    },
  3294    {
  3295      "id": "Please provide the space within the organization containing the target application",
  3296      "translation": "このスペースをターゲット・アプリケーションが含まれている組織内に提供してください"
  3297    },
  3298    {
  3299      "id": "Plugin Name",
  3300      "translation": "プラグイン名"
  3301    },
  3302    {
  3303      "id": "Plugin installation cancelled",
  3304      "translation": "プラグインのインストールは取り消されました"
  3305    },
  3306    {
  3307      "id": "Plugin name {{.PluginName}} does not exist",
  3308      "translation": "プラグイン名 {{.PluginName}} が存在していません"
  3309    },
  3310    {
  3311      "id": "Plugin name {{.PluginName}} is already taken",
  3312      "translation": "プラグイン名 {{.PluginName}} は既に使用されています"
  3313    },
  3314    {
  3315      "id": "Plugin repo named \"{{.repoName}}\" already exists, please use another name.",
  3316      "translation": "\"{{.repoName}}\" という名前のプラグイン・リポジトリーは既に存在しています、別の名前を使用してください。"
  3317    },
  3318    {
  3319      "id": "Plugin requested has no binary available for your OS: ",
  3320      "translation": "要求されたプラグインはご使用の OS に対応するバイナリーがありません: "
  3321    },
  3322    {
  3323      "id": "Plugin {{.PluginName}} successfully uninstalled.",
  3324      "translation": "プラグイン {{.PluginName}} は正常にアンインストールされました。"
  3325    },
  3326    {
  3327      "id": "Plugin {{.PluginName}} v{{.Version}} successfully installed.",
  3328      "translation": "プラグイン {{.PluginName}} v{{.Version}} は正常にインストールされました。"
  3329    },
  3330    {
  3331      "id": "Port for the TCP route",
  3332      "translation": "TCP 経路用のポート"
  3333    },
  3334    {
  3335      "id": "Port not allowed in HTTP route {{.RouteName}}",
  3336      "translation": ""
  3337    },
  3338    {
  3339      "id": "Port used to identify the TCP route",
  3340      "translation": "TCP 経路を識別するために使用されるポート"
  3341    },
  3342    {
  3343      "id": "Print API request diagnostics to stdout",
  3344      "translation": "API 要求診断を stdout に出力します"
  3345    },
  3346    {
  3347      "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",
  3348      "translation": "ディレクトリー内のファイルのリスト、または DEA バックエンドで実行されているアプリの特定のファイルの内容を出力します"
  3349    },
  3350    {
  3351      "id": "Print the version",
  3352      "translation": "バージョンを出力します"
  3353    },
  3354    {
  3355      "id": "Problem removing downloaded binary in temp directory: ",
  3356      "translation": "一時ディレクトリー内のダウンロード済みバイナリーを削除しようとしたとき問題が発生しました: "
  3357    },
  3358    {
  3359      "id": "Process terminated by signal: %s. Exited with",
  3360      "translation": "このプロセスは次のシグナルによって終了しました: %s。次のもので終了しました:"
  3361    },
  3362    {
  3363      "id": "Property '{{.PropertyName}}' found in manifest. This feature is no longer supported. Please remove it and try again.",
  3364      "translation": "プロパティー '{{.PropertyName}}' がマニフェストで見つかりました。このフィーチャーはサポートされなくなりました。これを削除して、やり直してください。"
  3365    },
  3366    {
  3367      "id": "Provider",
  3368      "translation": "プロバイダー"
  3369    },
  3370    {
  3371      "id": "Purging service {{.InstanceName}}...",
  3372      "translation": "サービス {{.InstanceName}} をパージしています..."
  3373    },
  3374    {
  3375      "id": "Purging service {{.ServiceName}}...",
  3376      "translation": "サービス {{.ServiceName}} をパージしています..."
  3377    },
  3378    {
  3379      "id": "Push a new app or sync changes to an existing app",
  3380      "translation": "新しいアプリをプッシュしたり、既存のアプリに対して変更を同期します"
  3381    },
  3382    {
  3383      "id": "Push a single app (with or without a manifest)",
  3384      "translation": "単一のアプリをプッシュします (マニフェストを使用する場合も使用しない場合もあります)"
  3385    },
  3386    {
  3387      "id": "Push multiple apps with a manifest",
  3388      "translation": "マニフェストを使用して複数のアプリをプッシュします"
  3389    },
  3390    {
  3391      "id": "QUOTA",
  3392      "translation": "割り当て量"
  3393    },
  3394    {
  3395      "id": "Quota Definition {{.QuotaName}} already exists",
  3396      "translation": "割り当て量定義 {{.QuotaName}} は既に存在しています"
  3397    },
  3398    {
  3399      "id": "Quota to assign to the newly created org (excluding this option results in assignment of default quota)",
  3400      "translation": "新しく作成された組織に割り当てる割り当て量 (このオプションを除外するとデフォルトの割り当て量が割り当てられます)"
  3401    },
  3402    {
  3403      "id": "Quota to assign to the newly created space",
  3404      "translation": "新しく作成されたスペースに割り当てる割り当て量"
  3405    },
  3406    {
  3407      "id": "Quota {{.QuotaName}} does not exist",
  3408      "translation": "割り当て量 {{.QuotaName}} が存在していません"
  3409    },
  3410    {
  3411      "id": "REQUEST:",
  3412      "translation": "要求:"
  3413    },
  3414    {
  3415      "id": "RESERVED_ROUTE_PORTS",
  3416      "translation": "RESERVED_ROUTE_PORTS"
  3417    },
  3418    {
  3419      "id": "RESPONSE:",
  3420      "translation": "応答:"
  3421    },
  3422    {
  3423      "id": "ROLES:\n",
  3424      "translation": "役割:\n"
  3425    },
  3426    {
  3427      "id": "ROUTES",
  3428      "translation": "経路"
  3429    },
  3430    {
  3431      "id": "ROUTE_PATH",
  3432      "translation": "ROUTE_PATH"
  3433    },
  3434    {
  3435      "id": "Read-only access to org info and reports\n",
  3436      "translation": "組織の情報およびレポートに対する読み取り専用アクセス\n"
  3437    },
  3438    {
  3439      "id": "Really delete orphaned routes?{{.Prompt}}",
  3440      "translation": "孤立した経路を削除しますか?{{.Prompt}}"
  3441    },
  3442    {
  3443      "id": "Really delete the {{.ModelType}} {{.ModelName}} and everything associated with it?",
  3444      "translation": "{{.ModelType}} {{.ModelName}} とそれに関連付けられているすべてのものを削除しますか?"
  3445    },
  3446    {
  3447      "id": "Really delete the {{.ModelType}} {{.ModelName}}?",
  3448      "translation": "{{.ModelType}} {{.ModelName}} を削除しますか?"
  3449    },
  3450    {
  3451      "id": "Really migrate {{.ServiceInstanceDescription}} from plan {{.OldServicePlanName}} to {{.NewServicePlanName}}?\u003e",
  3452      "translation": "{{.ServiceInstanceDescription}} をプラン {{.OldServicePlanName}} から {{.NewServicePlanName}} にマイグレーションしますか?\u003e"
  3453    },
  3454    {
  3455      "id": "Really purge service instance {{.InstanceName}} from Cloud Foundry?",
  3456      "translation": "サービス・インスタンス {{.InstanceName}} を Cloud Foundry からパージしますか?"
  3457    },
  3458    {
  3459      "id": "Really purge service offering {{.ServiceName}} from Cloud Foundry?",
  3460      "translation": "サービス・オファリング {{.ServiceName}} を Cloud Foundry からパージしますか?"
  3461    },
  3462    {
  3463      "id": "Received invalid SSL certificate from ",
  3464      "translation": "次のものから無効な SSL 証明書を受け取りました: "
  3465    },
  3466    {
  3467      "id": "Recursively remove a service and child objects from Cloud Foundry database without making requests to a service broker",
  3468      "translation": "サービス・ブローカーに要請することなく Cloud Foundry データベースからサービスと子オブジェクトを再帰的に削除します"
  3469    },
  3470    {
  3471      "id": "Recursively remove a service instance and child objects from Cloud Foundry database without making requests to a service broker",
  3472      "translation": "サービス・ブローカーに要請することなく Cloud Foundry データベースからサービス・インスタンスと子オブジェクトを再帰的に削除します"
  3473    },
  3474    {
  3475      "id": "Remove a plugin repository",
  3476      "translation": "プラグイン・リポジトリーを削除します"
  3477    },
  3478    {
  3479      "id": "Remove a space role from a user",
  3480      "translation": "ユーザーからスペースの役割を削除します"
  3481    },
  3482    {
  3483      "id": "Remove a url route from an app",
  3484      "translation": "アプリから URL 経路を削除します"
  3485    },
  3486    {
  3487      "id": "Remove all api endpoint targeting",
  3488      "translation": "API エンドポイント・ターゲットをすべて削除します"
  3489    },
  3490    {
  3491      "id": "Remove an env variable",
  3492      "translation": "環境変数を削除します"
  3493    },
  3494    {
  3495      "id": "Remove an org role from a user",
  3496      "translation": "ユーザーから組織の役割を削除します"
  3497    },
  3498    {
  3499      "id": "Removing env variable {{.VarName}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3500      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} から環境変数 {{.VarName}} を削除しています..."
  3501    },
  3502    {
  3503      "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...",
  3504      "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} / スペース {{.TargetSpace}} 内のユーザー {{.TargetUser}} から役割 {{.Role}} を削除しています..."
  3505    },
  3506    {
  3507      "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
  3508      "translation": "{{.CurrentUser}} として組織 {{.TargetOrg}} 内のユーザー {{.TargetUser}} から役割 {{.Role}} を削除しています..."
  3509    },
  3510    {
  3511      "id": "Removing route {{.URL}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3512      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} から経路 {{.URL}} を削除しています..."
  3513    },
  3514    {
  3515      "id": "Removing route {{.URL}}...",
  3516      "translation": "経路 {{.URL}} を削除しています..."
  3517    },
  3518    {
  3519      "id": "Rename a buildpack",
  3520      "translation": "ビルドパックを名前変更します"
  3521    },
  3522    {
  3523      "id": "Rename a service broker",
  3524      "translation": "サービス・ブローカーを名前変更します"
  3525    },
  3526    {
  3527      "id": "Rename a service instance",
  3528      "translation": "サービス・インスタンスを名前変更します"
  3529    },
  3530    {
  3531      "id": "Rename a space",
  3532      "translation": "スペースを名前変更します"
  3533    },
  3534    {
  3535      "id": "Rename an app",
  3536      "translation": "アプリを名前変更します"
  3537    },
  3538    {
  3539      "id": "Rename an org",
  3540      "translation": "組織を名前変更します"
  3541    },
  3542    {
  3543      "id": "Renaming app {{.AppName}} to {{.NewName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3544      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を {{.NewName}} に名前変更しています..."
  3545    },
  3546    {
  3547      "id": "Renaming buildpack {{.OldBuildpackName}} to {{.NewBuildpackName}}...",
  3548      "translation": "ビルドパック {{.OldBuildpackName}} を {{.NewBuildpackName}} に名前変更しています..."
  3549    },
  3550    {
  3551      "id": "Renaming org {{.OrgName}} to {{.NewName}} as {{.Username}}...",
  3552      "translation": "{{.Username}} として組織 {{.OrgName}} を {{.NewName}} に名前変更しています..."
  3553    },
  3554    {
  3555      "id": "Renaming service broker {{.OldName}} to {{.NewName}} as {{.Username}}",
  3556      "translation": "{{.Username}} としてサービス・ブローカー {{.OldName}} を {{.NewName}} に名前変更しています"
  3557    },
  3558    {
  3559      "id": "Renaming service {{.ServiceName}} to {{.NewServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3560      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} を {{.NewServiceName}} に名前変更しています..."
  3561    },
  3562    {
  3563      "id": "Renaming space {{.OldSpaceName}} to {{.NewSpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  3564      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} 内のスペース {{.OldSpaceName}} を {{.NewSpaceName}} に名前変更しています..."
  3565    },
  3566    {
  3567      "id": "Repo Name",
  3568      "translation": "リポジトリー名"
  3569    },
  3570    {
  3571      "id": "Reports whether SSH is allowed in a space",
  3572      "translation": "スペース内で SSH が許可されているかどうかを報告します"
  3573    },
  3574    {
  3575      "id": "Reports whether SSH is enabled on an application container instance",
  3576      "translation": "アプリケーション・コンテナー・インスタンスで SSH に有効になっているかどうかを報告します"
  3577    },
  3578    {
  3579      "id": "Repository: ",
  3580      "translation": "リポジトリー: "
  3581    },
  3582    {
  3583      "id": "Request pseudo-tty allocation",
  3584      "translation": "pseudo-tty 割り振りを要求します"
  3585    },
  3586    {
  3587      "id": "Requires SOURCE-APP TARGET-APP as arguments",
  3588      "translation": "引数として SOURCE-APP TARGET-APP が必要です"
  3589    },
  3590    {
  3591      "id": "Requires app name as argument",
  3592      "translation": "引数としてアプリ名が必要です"
  3593    },
  3594    {
  3595      "id": "Reserved Route Ports",
  3596      "translation": "予約された経路ポート"
  3597    },
  3598    {
  3599      "id": "Restage an app",
  3600      "translation": "アプリを再ステージングします"
  3601    },
  3602    {
  3603      "id": "Restaging app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3604      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を再ステージングしています..."
  3605    },
  3606    {
  3607      "id": "Restart an app",
  3608      "translation": "アプリを再始動します"
  3609    },
  3610    {
  3611      "id": "Restarting instance {{.Instance}} of application {{.AppName}} as {{.Username}}",
  3612      "translation": "{{.Username}} としてアプリケーション {{.AppName}} のインスタンス {{.Instance}} を再始動しています"
  3613    },
  3614    {
  3615      "id": "Retrieve an individual feature flag with status",
  3616      "translation": "次の状況を持つ個別のフィーチャー・フラグを取得します:"
  3617    },
  3618    {
  3619      "id": "Retrieve and display the OAuth token for the current session",
  3620      "translation": "現行セッションの OAuth トークンを取得して表示します"
  3621    },
  3622    {
  3623      "id": "Retrieve and display the given app's guid.  All other health and status output for the app is suppressed.",
  3624      "translation": "指定されたアプリの GUID を取得して表示します。このアプリの他の正常性および状況出力はすべて抑制されます。"
  3625    },
  3626    {
  3627      "id": "Retrieve and display the given org's guid.  All other output for the org is suppressed.",
  3628      "translation": "指定された組織の GUID を取得して表示します。この組織の他の出力はすべて抑制されます。"
  3629    },
  3630    {
  3631      "id": "Retrieve and display the given service's guid.  All other output for the service is suppressed.",
  3632      "translation": "指定されたサービスの GUID を取得して表示します。このサービスの他の出力はすべて抑制されます。"
  3633    },
  3634    {
  3635      "id": "Retrieve and display the given service-key's guid.  All other output for the service is suppressed.",
  3636      "translation": "指定されたサービス・キーの GUID を取得して表示します。このサービスの他の出力はすべて抑制されます。"
  3637    },
  3638    {
  3639      "id": "Retrieve and display the given space's guid.  All other output for the space is suppressed.",
  3640      "translation": "指定されたスペースの GUID を取得して表示します。このスペースの他の出力はすべて抑制されます。"
  3641    },
  3642    {
  3643      "id": "Retrieve and display the given stack's guid. All other output for the stack is suppressed.",
  3644      "translation": "指定されたスタックの GUID を取得して表示します。このスタックの他の出力はすべて抑制されます。"
  3645    },
  3646    {
  3647      "id": "Retrieve list of feature flags with status of each flag-able feature",
  3648      "translation": "状況がそれぞれ flag-able フィーチャーであるフィーチャー・フラグのリストを取得します"
  3649    },
  3650    {
  3651      "id": "Retrieve the contents of the running environment variable group",
  3652      "translation": "実行環境変数グループの内容を取得します"
  3653    },
  3654    {
  3655      "id": "Retrieve the contents of the staging environment variable group",
  3656      "translation": "ステージング環境変数グループの内容を取得します"
  3657    },
  3658    {
  3659      "id": "Retrieve the rules for all the security groups associated with the space",
  3660      "translation": "このスペースに関連付けられているすべてのセキュリティー・グループのルールを取得します"
  3661    },
  3662    {
  3663      "id": "Retrieving status of all flagged features as {{.Username}}...",
  3664      "translation": "{{.Username}} としてすべてのフラグ付きフィーチャーの状況を取得しています..."
  3665    },
  3666    {
  3667      "id": "Retrieving status of {{.FeatureFlag}} as {{.Username}}...",
  3668      "translation": "{{.Username}} として {{.FeatureFlag}} の状況を取得しています..."
  3669    },
  3670    {
  3671      "id": "Retrieving the contents of the running environment variable group as {{.Username}}...",
  3672      "translation": "{{.Username}} として実行環境変数グループの内容を取得しています..."
  3673    },
  3674    {
  3675      "id": "Retrieving the contents of the staging environment variable group as {{.Username}}...",
  3676      "translation": "{{.Username}} としてステージング環境変数グループの内容を取得しています..."
  3677    },
  3678    {
  3679      "id": "Route {{.HostName}}.{{.DomainName}} {{.Existence}}",
  3680      "translation": "経路 {{.HostName}}.{{.DomainName}} {{.Existence}}"
  3681    },
  3682    {
  3683      "id": "Route {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}",
  3684      "translation": "経路 {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}"
  3685    },
  3686    {
  3687      "id": "Route {{.Route}} was not bound to service instance {{.ServiceInstance}}.",
  3688      "translation": "経路 {{.Route}} がサービス・インスタンス {{.ServiceInstance}} にバインドされていません"
  3689    },
  3690    {
  3691      "id": "Route {{.URL}} already exists",
  3692      "translation": "経路 {{.URL}} は既に存在しています"
  3693    },
  3694    {
  3695      "id": "Route {{.URL}} is already bound to service instance {{.ServiceInstanceName}}.",
  3696      "translation": "経路 {{.URL}} はすでにサービス・インスタンス {{.ServiceInstanceName}} にバインドされています"
  3697    },
  3698    {
  3699      "id": "Router group {{.RouterGroup}} not found",
  3700      "translation": "ルーター・グループ {{.RouterGroup}} が見つかりませんでした"
  3701    },
  3702    {
  3703      "id": "Routes",
  3704      "translation": "経路"
  3705    },
  3706    {
  3707      "id": "Routes for this domain will be configured only on the specified router group",
  3708      "translation": "このドメイン用の経路は指定されたルーター・グループ上でのみ構成されます"
  3709    },
  3710    {
  3711      "id": "Rules",
  3712      "translation": "ルール"
  3713    },
  3714    {
  3715      "id": "Running Environment Variable Groups:",
  3716      "translation": "実行環境変数グループ:"
  3717    },
  3718    {
  3719      "id": "SECURITY GROUP",
  3720      "translation": "セキュリティー・グループ"
  3721    },
  3722    {
  3723      "id": "SERVICE",
  3724      "translation": "サービス"
  3725    },
  3726    {
  3727      "id": "SERVICE ADMIN",
  3728      "translation": "サービス管理者"
  3729    },
  3730    {
  3731      "id": "SERVICES",
  3732      "translation": "サービス"
  3733    },
  3734    {
  3735      "id": "SERVICE_INSTANCES",
  3736      "translation": "SERVICE_INSTANCES"
  3737    },
  3738    {
  3739      "id": "SPACE",
  3740      "translation": "スペース"
  3741    },
  3742    {
  3743      "id": "SPACE ADMIN",
  3744      "translation": "スペース管理者"
  3745    },
  3746    {
  3747      "id": "SPACE AUDITOR",
  3748      "translation": "スペース監査員"
  3749    },
  3750    {
  3751      "id": "SPACE DEVELOPER",
  3752      "translation": "スペース開発者"
  3753    },
  3754    {
  3755      "id": "SPACE MANAGER",
  3756      "translation": "スペース・マネージャー"
  3757    },
  3758    {
  3759      "id": "SPACES",
  3760      "translation": "スペース"
  3761    },
  3762    {
  3763      "id": "SSH to an application container instance",
  3764      "translation": "SSH 経由でアプリケーション・コンテナー・インスタンスに接続します"
  3765    },
  3766    {
  3767      "id": "STACK",
  3768      "translation": "スタック"
  3769    },
  3770    {
  3771      "id": "Scaling app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3772      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} をスケーリングしています..."
  3773    },
  3774    {
  3775      "id": "Security Groups:",
  3776      "translation": "セキュリティー・グループ:"
  3777    },
  3778    {
  3779      "id": "Security group {{.security_group}} does not exist",
  3780      "translation": "セキュリティー・グループ {{.security_group}} が存在していません"
  3781    },
  3782    {
  3783      "id": "Security group {{.security_group}} {{.error_message}}",
  3784      "translation": "セキュリティー・グループ {{.security_group}} {{.error_message}}"
  3785    },
  3786    {
  3787      "id": "Select a space (or press enter to skip):",
  3788      "translation": "スペースを選択します (または Enter キーを押してスキップします):"
  3789    },
  3790    {
  3791      "id": "Select an org (or press enter to skip):",
  3792      "translation": "組織を選択します (または Enter キーを押してスキップします):"
  3793    },
  3794    {
  3795      "id": "Server error, error code: 1002, message: cannot set space role because user is not part of the org",
  3796      "translation": "サーバー・エラー、エラー・コード: 1002、メッセージ: ユーザーが組織の一部ではないため、スペースの役割を設定できません"
  3797    },
  3798    {
  3799      "id": "Server error, status code: 403, error code: 10003, message: You are not authorized to perform the requested action",
  3800      "translation": "サーバー・エラー、状況コード: 403、エラー・コード: 10003、メッセージ: 要求したアクションの実行は許可されていません"
  3801    },
  3802    {
  3803      "id": "Server error, status code: 403: Access is denied.  You do not have privileges to execute this command.",
  3804      "translation": "サーバー・エラー、状況コード: 403: アクセスは拒否されました。このコマンドを実行する特権がありません。"
  3805    },
  3806    {
  3807      "id": "Server error, status code: {{.ErrStatusCode}}, error code: {{.ErrAPIErrorCode}}, message: {{.ErrDescription}}",
  3808      "translation": "サーバー・エラー、状況コード: {{.ErrStatusCode}}、エラー・コード: {{.ErrAPIErrorCode}}、メッセージ: {{.ErrDescription}}"
  3809    },
  3810    {
  3811      "id": "Service Auth Token {{.Label}} {{.Provider}} does not exist.",
  3812      "translation": "サービス認証トークン {{.Label}} {{.Provider}} が存在していません。"
  3813    },
  3814    {
  3815      "id": "Service Broker {{.Name}} does not exist.",
  3816      "translation": "サービス・ブローカー {{.Name}} が存在していません。"
  3817    },
  3818    {
  3819      "id": "Service Instance is not user provided",
  3820      "translation": "このサービス・インスタンスはユーザー提供ではありません"
  3821    },
  3822    {
  3823      "id": "Service instance {{.InstanceName}} not found",
  3824      "translation": "サービス・インスタンス {{.InstanceName}} が見つかりませんでした"
  3825    },
  3826    {
  3827      "id": "Service instance {{.ServiceInstanceName}} does not exist.",
  3828      "translation": "サービス・インスタンス {{.ServiceInstanceName}} が存在していません。"
  3829    },
  3830    {
  3831      "id": "Service instance: {{.ServiceName}}",
  3832      "translation": "サービス・インスタンス: {{.ServiceName}}"
  3833    },
  3834    {
  3835      "id": "Service key {{.ServiceKeyName}} does not exist for service instance {{.ServiceInstanceName}}.",
  3836      "translation": "サービス・インスタンス {{.ServiceInstanceName}} のサービス・キー {{.ServiceKeyName}} が存在していません。"
  3837    },
  3838    {
  3839      "id": "Service offering does not exist\nTIP: If you are trying to purge a v1 service offering, you must set the -p flag.",
  3840      "translation": "サービス・オファリングが存在していません\nヒント: v1 サービス・オファリングをパージしようとしている場合は、-p フラグを設定する必要があります。"
  3841    },
  3842    {
  3843      "id": "Service offering not found",
  3844      "translation": "サービス・オファリングが見つかりませんでした"
  3845    },
  3846    {
  3847      "id": "Service {{.ServiceName}} does not exist.",
  3848      "translation": "サービス {{.ServiceName}} が存在していません。"
  3849    },
  3850    {
  3851      "id": "Service: {{.ServiceDescription}}",
  3852      "translation": "サービス: {{.ServiceDescription}}"
  3853    },
  3854    {
  3855      "id": "Services",
  3856      "translation": "サービス"
  3857    },
  3858    {
  3859      "id": "Services:",
  3860      "translation": "サービス:"
  3861    },
  3862    {
  3863      "id": "Set an env variable for an app",
  3864      "translation": "アプリの環境変数を設定します"
  3865    },
  3866    {
  3867      "id": "Set default locale. If LOCALE is 'CLEAR', previous locale is deleted.",
  3868      "translation": "デフォルト・ロケールを設定します。LOCALE が 'CLEAR' の場合は、前のロケールが削除されます。"
  3869    },
  3870    {
  3871      "id": "Set health_check_type flag to either 'port' or 'none'",
  3872      "translation": "health_check_type フラグを 'port' または 'none' のいずれかに設定します"
  3873    },
  3874    {
  3875      "id": "Set or view target api url",
  3876      "translation": "ターゲットの API URL を設定または表示します"
  3877    },
  3878    {
  3879      "id": "Set or view the targeted org or space",
  3880      "translation": "ターゲットにされた組織またはスペースを設定または表示します"
  3881    },
  3882    {
  3883      "id": "Setting api endpoint to {{.Endpoint}}...",
  3884      "translation": "API エンドポイントを {{.Endpoint}} に設定しています..."
  3885    },
  3886    {
  3887      "id": "Setting env variable '{{.VarName}}' to '{{.VarValue}}' for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3888      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の環境変数 '{{.VarName}}' を '{{.VarValue}}' に設定しています..."
  3889    },
  3890    {
  3891      "id": "Setting quota {{.QuotaName}} to org {{.OrgName}} as {{.Username}}...",
  3892      "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を組織 {{.OrgName}} に設定しています..."
  3893    },
  3894    {
  3895      "id": "Setting status of {{.FeatureFlag}} as {{.Username}}...",
  3896      "translation": "{{.Username}} として {{.FeatureFlag}} の状況を設定しています..."
  3897    },
  3898    {
  3899      "id": "Setting the contents of the running environment variable group as {{.Username}}...",
  3900      "translation": "{{.Username}} として実行環境変数グループの内容を設定しています..."
  3901    },
  3902    {
  3903      "id": "Setting the contents of the staging environment variable group as {{.Username}}...",
  3904      "translation": "{{.Username}} としてステージング環境変数グループの内容を設定しています..."
  3905    },
  3906    {
  3907      "id": "Share a private domain with an org",
  3908      "translation": "プライベート・ドメインを組織と共有します"
  3909    },
  3910    {
  3911      "id": "Sharing domain {{.DomainName}} with org {{.OrgName}} as {{.Username}}...",
  3912      "translation": "{{.Username}} としてドメイン {{.DomainName}} を組織 {{.OrgName}} と共有しています..."
  3913    },
  3914    {
  3915      "id": "Show a single security group",
  3916      "translation": "単一のセキュリティー・グループを表示します"
  3917    },
  3918    {
  3919      "id": "Show all env variables for an app",
  3920      "translation": "アプリの環境変数をすべて表示します"
  3921    },
  3922    {
  3923      "id": "Show help",
  3924      "translation": "ヘルプを表示します"
  3925    },
  3926    {
  3927      "id": "Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps)",
  3928      "translation": "スタックの情報を表示します (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)"
  3929    },
  3930    {
  3931      "id": "Show org info",
  3932      "translation": "組織の情報を表示します"
  3933    },
  3934    {
  3935      "id": "Show org users by role",
  3936      "translation": "組織のユーザーを役割別に表示します"
  3937    },
  3938    {
  3939      "id": "Show plan details for a particular service offering",
  3940      "translation": "特定のサービス・オファリングのプランの詳細を表示します"
  3941    },
  3942    {
  3943      "id": "Show quota info",
  3944      "translation": "割り当て量の情報を表示します"
  3945    },
  3946    {
  3947      "id": "Show recent app events",
  3948      "translation": "最近のアプリ・イベントを表示します"
  3949    },
  3950    {
  3951      "id": "Show service instance info",
  3952      "translation": "サービス・インスタンスの情報を表示します"
  3953    },
  3954    {
  3955      "id": "Show service key info",
  3956      "translation": "サービス・キーの情報を表示します"
  3957    },
  3958    {
  3959      "id": "Show space info",
  3960      "translation": "スペースの情報を表示します"
  3961    },
  3962    {
  3963      "id": "Show space quota info",
  3964      "translation": "スペース割り当て量の情報を表示します"
  3965    },
  3966    {
  3967      "id": "Show space users by role",
  3968      "translation": "スペースのユーザーを役割別に表示します"
  3969    },
  3970    {
  3971      "id": "Showing current scale of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3972      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の現在のスケールを表示しています..."
  3973    },
  3974    {
  3975      "id": "Showing health and status for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3976      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} の正常性と状況を表示しています..."
  3977    },
  3978    {
  3979      "id": "Skip assigning org role to user",
  3980      "translation": "ユーザーに組織の役割を割り当てるステップをスキップします"
  3981    },
  3982    {
  3983      "id": "Skip host key validation",
  3984      "translation": "ホスト・キーの検証をスキップします"
  3985    },
  3986    {
  3987      "id": "Skip verification of the API endpoint. Not recommended!",
  3988      "translation": "API エンドポイントの検証をスキップします。推奨されません。"
  3989    },
  3990    {
  3991      "id": "Space",
  3992      "translation": "スペース"
  3993    },
  3994    {
  3995      "id": "Space Quota Definition {{.QuotaName}} already exists",
  3996      "translation": "スペース割り当て量定義 {{.QuotaName}} は既に存在しています"
  3997    },
  3998    {
  3999      "id": "Space Quota:",
  4000      "translation": "スペース割り当て量:"
  4001    },
  4002    {
  4003      "id": "Space that contains the target application",
  4004      "translation": "このターゲット・アプリケーションを含むスペース"
  4005    },
  4006    {
  4007      "id": "Space {{.SpaceName}} already exists",
  4008      "translation": "スペース {{.SpaceName}} は既に存在しています"
  4009    },
  4010    {
  4011      "id": "Space:",
  4012      "translation": "スペース:"
  4013    },
  4014    {
  4015      "id": "Specify a path for file creation. If path not specified, manifest file is created in current working directory.",
  4016      "translation": "ファイル作成のパスを指定します。パスが指定されないと、マニフェスト・ファイルは現行作業ディレクトリーに作成されます。"
  4017    },
  4018    {
  4019      "id": "Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)",
  4020      "translation": "使用するスタック (スタックはオペレーティング・システムを含む事前ビルドされたファイル・システムであり、このファイル・システムはアプリを実行できます)"
  4021    },
  4022    {
  4023      "id": "Staging Environment Variable Groups:",
  4024      "translation": "ステージング環境変数グループ:"
  4025    },
  4026    {
  4027      "id": "Start an app",
  4028      "translation": "アプリを開始します"
  4029    },
  4030    {
  4031      "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.",
  4032      "translation": "アプリ開始タイムアウト\n\nヒント: アプリケーションは正しいポートで listen していなければなりません。このポートをハードコーディングしないで、$PORT 環境変数を使用してください。"
  4033    },
  4034    {
  4035      "id": "Start unsuccessful\n\nTIP: use '{{.Command}}' for more information",
  4036      "translation": "開始は失敗しました\n\nヒント: 詳しくは '{{.Command}}' を使用してください"
  4037    },
  4038    {
  4039      "id": "Started: {{.Started}}",
  4040      "translation": "開始されました: {{.Started}}"
  4041    },
  4042    {
  4043      "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4044      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を開始しています..."
  4045    },
  4046    {
  4047      "id": "Startup command, set to null to reset to default start command",
  4048      "translation": "始動コマンド、ヌルに設定するとデフォルトの開始コマンドにリセットされます"
  4049    },
  4050    {
  4051      "id": "State",
  4052      "translation": "状態"
  4053    },
  4054    {
  4055      "id": "Status: {{.State}}",
  4056      "translation": "状況: {{.State}}"
  4057    },
  4058    {
  4059      "id": "Stop an app",
  4060      "translation": "アプリを停止します"
  4061    },
  4062    {
  4063      "id": "Stopping app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4064      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を停止しています..."
  4065    },
  4066    {
  4067      "id": "System-Provided:",
  4068      "translation": "システム提供:"
  4069    },
  4070    {
  4071      "id": "TIMEOUT",
  4072      "translation": "TIMEOUT"
  4073    },
  4074    {
  4075      "id": "TIP:\n",
  4076      "translation": "ヒント:\n"
  4077    },
  4078    {
  4079      "id": "TIP:\n   Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps",
  4080      "translation": "ヒント:\n   ユーザー提供のサービスを CF アプリが使用できるようにするには、'CF_NAME create-user-provided-service' を使用します"
  4081    },
  4082    {
  4083      "id": "TIP: Changes will not apply to existing running applications until they are restarted.",
  4084      "translation": "ヒント: 変更は、これが適用される既存の実行アプリケーションが再始動されるまでは適用されません。"
  4085    },
  4086    {
  4087      "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.",
  4088      "translation": "ヒント: ファイアウォールで保護されていて、HTTP プロキシーが必要な場合は、https_proxy 環境変数が正しく設定されているかを確認してください。それ以外の場合は、ネットワーク接続を確認してください。"
  4089    },
  4090    {
  4091      "id": "TIP: No space targeted, use '{{.CfTargetCommand}}' to target a space",
  4092      "translation": "ヒント: スペースがターゲットになっていません、'{{.CfTargetCommand}}' を使用してスペースをターゲットにしてください"
  4093    },
  4094    {
  4095      "id": "TIP: Use '{{.APICommand}}' to continue with an insecure API endpoint",
  4096      "translation": "ヒント: 非セキュアな API エンドポイントから継続するには、'{{.APICommand}}' を使用します"
  4097    },
  4098    {
  4099      "id": "TIP: Use '{{.CFCommand}} {{.AppName}}' to ensure your env variable changes take effect",
  4100      "translation": "ヒント: 確実に環境変数の変更が有効になるようにするには、'{{.CFCommand}} {{.AppName}}' を使用します"
  4101    },
  4102    {
  4103      "id": "TIP: Use '{{.CFRestageCommand}}' for any bound apps to ensure your env variable changes take effect",
  4104      "translation": "ヒント: 環境変数の変更が有効になることをバインド済みアプリが保証するようにするには、'{{.CFRestageCommand}}' を使用します"
  4105    },
  4106    {
  4107      "id": "TIP: Use '{{.Command}}' to ensure your env variable changes take effect",
  4108      "translation": "ヒント: 確実に環境変数の変更が有効になるようにするには、'{{.Command}}' を使用します"
  4109    },
  4110    {
  4111      "id": "TIP: use '{{.CfUpdateBuildpackCommand}}' to update this buildpack",
  4112      "translation": "ヒント: このビルドパックを更新するには、'{{.CfUpdateBuildpackCommand}}' を使用します"
  4113    },
  4114    {
  4115      "id": "TOTAL_MEMORY",
  4116      "translation": "TOTAL_MEMORY"
  4117    },
  4118    {
  4119      "id": "Tags: {{.Tags}}",
  4120      "translation": "タグ: {{.Tags}}"
  4121    },
  4122    {
  4123      "id": "Tail or show recent logs for an app",
  4124      "translation": "アプリの最近のログを追尾または表示します"
  4125    },
  4126    {
  4127      "id": "Targeted org {{.OrgName}}\n",
  4128      "translation": "組織 {{.OrgName}} をターゲットにしました\n"
  4129    },
  4130    {
  4131      "id": "Targeted space {{.SpaceName}}\n",
  4132      "translation": "スペース {{.SpaceName}} をターゲットにしました\n"
  4133    },
  4134    {
  4135      "id": "Terminate the running application Instance at the given index and instantiate a new instance of the application with the same index",
  4136      "translation": "この実行アプリケーション・インスタンスを指定された索引で終了し、同じ索引でそのアプリケーションの新しいインスタンスをインスタンス化します"
  4137    },
  4138    {
  4139      "id": "The file {{.PluginExecutableName}} already exists under the plugin directory.\n",
  4140      "translation": "ファイル {{.PluginExecutableName}} は既にプラグイン・ディレクトリーの下に存在しています。\n"
  4141    },
  4142    {
  4143      "id": "The order in which the buildpacks are checked during buildpack auto-detection",
  4144      "translation": "ビルドパックの自動検出時におけるビルドパックの検査の順序"
  4145    },
  4146    {
  4147      "id": "The route {{.RouteName}} did not match any existing domains.",
  4148      "translation": ""
  4149    },
  4150    {
  4151      "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.",
  4152      "translation": "経路 {{.URL}} 既に使用されています。\nヒント: -n HOSTNAME を使用してホスト名を変更するか、または --random-route を使用して新しい経路を生成してから、再度プッシュします。"
  4153    },
  4154    {
  4155      "id": "The targeted API endpoint could not be reached.",
  4156      "translation": "ターゲットの API エンドポイントに到達できませんでした。"
  4157    },
  4158    {
  4159      "id": "There are no running instances of this app.",
  4160      "translation": "このアプリの実行インスタンスはありません。"
  4161    },
  4162    {
  4163      "id": "There are too many options to display, please type in the name.",
  4164      "translation": "表示するオプションが多すぎます。名前を入力してください。"
  4165    },
  4166    {
  4167      "id": "There is an error performing request on '{{.RepoURL}}': ",
  4168      "translation": "'{{.RepoURL}}' で要求を実行したときエラーが発生しました: "
  4169    },
  4170    {
  4171      "id": "There is an error performing request on '{{.RepoURL}}': {{.Error}}\n{{.Tip}}",
  4172      "translation": "'{{.RepoURL}}' で要求を実行したときエラーが発生しました: {{.Error}}\n{{.Tip}}"
  4173    },
  4174    {
  4175      "id": "This command",
  4176      "translation": "このコマンド"
  4177    },
  4178    {
  4179      "id": "This command requires the Routing API. Your targeted endpoint reports it is not enabled.",
  4180      "translation": "このコマンドには Routing API が必要です。ターゲットのエンドポイントから有効になっていないと報告がありました。"
  4181    },
  4182    {
  4183      "id": "This domain is shared across all orgs.\nDeleting it will remove all associated routes, and will make any app with this domain unreachable.\nAre you sure you want to delete the domain {{.DomainName}}? ",
  4184      "translation": "このドメインはすべての組織で共有されています。\nこれを削除すると、関連するすべての経路が除去されるので、このドメインを持つアプリには到達できなくなります。\nドメイン {{.DomainName}} を削除しますか? "
  4185    },
  4186    {
  4187      "id": "This service doesn't support creation of keys.",
  4188      "translation": "このサービスはキーの作成をサポートしません。"
  4189    },
  4190    {
  4191      "id": "This space already has an assigned space quota.",
  4192      "translation": "このスペースには既にスペース割り当て量が割り当てられています。"
  4193    },
  4194    {
  4195      "id": "This will cause the app to restart. Are you sure you want to scale {{.AppName}}?",
  4196      "translation": "このため、このアプリは再始動されます。{{.AppName}} をスケーリングしますか?"
  4197    },
  4198    {
  4199      "id": "Timeout for async HTTP requests",
  4200      "translation": "非同期 HTTP 要求のタイムアウト"
  4201    },
  4202    {
  4203      "id": "Tip: use 'add-plugin-repo' to register the repo",
  4204      "translation": "ヒント: このリポジトリーを登録するには 'add-plugin-repo' を使用します"
  4205    },
  4206    {
  4207      "id": "Total Memory",
  4208      "translation": "合計メモリー"
  4209    },
  4210    {
  4211      "id": "Total amount of memory (e.g. 1024M, 1G, 10G)",
  4212      "translation": "合計メモリー量 (例: 1024M、1G、10G)"
  4213    },
  4214    {
  4215      "id": "Total amount of memory a space can have (e.g. 1024M, 1G, 10G)",
  4216      "translation": "1 つのスペースが占有できる合計メモリー量 (例: 1024M、1G、10G)"
  4217    },
  4218    {
  4219      "id": "Total number of application instances. -1 represents an unlimited amount.",
  4220      "translation": "アプリケーション・インスタンスの合計数-1 は量に制限がないことを表します。"
  4221    },
  4222    {
  4223      "id": "Total number of application instances. -1 represents an unlimited amount. (Default: unlimited)",
  4224      "translation": "アプリケーション・インスタンスの合計数-1 は量に制限がないことを表します。(デフォルト: 制限なし)"
  4225    },
  4226    {
  4227      "id": "Total number of routes",
  4228      "translation": "経路の合計数"
  4229    },
  4230    {
  4231      "id": "Total number of service instances",
  4232      "translation": "サービス・インスタンスの合計数"
  4233    },
  4234    {
  4235      "id": "Trace HTTP requests",
  4236      "translation": "HTTP 要求をトレースします"
  4237    },
  4238    {
  4239      "id": "UAA endpoint missing from config file",
  4240      "translation": "UAA エンドポイントが構成ファイルにありません"
  4241    },
  4242    {
  4243      "id": "URL",
  4244      "translation": "URL"
  4245    },
  4246    {
  4247      "id": "URL to which logs for bound applications will be streamed",
  4248      "translation": "バインド済みアプリケーションのログのストリーム先 URL"
  4249    },
  4250    {
  4251      "id": "URL to which requests for bound routes will be forwarded. Scheme for this URL must be https",
  4252      "translation": "バインド済み経路の要求の転送先 URL。この URL のスキームは https でなければなりません"
  4253    },
  4254    {
  4255      "id": "USAGE:",
  4256      "translation": "使用法:"
  4257    },
  4258    {
  4259      "id": "USER ADMIN",
  4260      "translation": "ユーザー管理者"
  4261    },
  4262    {
  4263      "id": "USERS",
  4264      "translation": "ユーザー"
  4265    },
  4266    {
  4267      "id": "Unable to access space {{.SpaceName}}.\n{{.APIErr}}",
  4268      "translation": "スペース {{.SpaceName}} にアクセスできません。\n{{.APIErr}}"
  4269    },
  4270    {
  4271      "id": "Unable to acquire one time code from authorization response",
  4272      "translation": "許可応答からワンタイム・コードを獲得できません"
  4273    },
  4274    {
  4275      "id": "Unable to authenticate.",
  4276      "translation": "認証できません。"
  4277    },
  4278    {
  4279      "id": "Unable to delete, route '{{.URL}}' does not exist.",
  4280      "translation": "削除できません。経路 '{{.URL}}' が存在していません。"
  4281    },
  4282    {
  4283      "id": "Unable to determine CC API Version. Please log in again.",
  4284      "translation": "CC API のバージョンを判別できません。ログインし直してください"
  4285    },
  4286    {
  4287      "id": "Unable to obtain plugin name for executable {{.Executable}}",
  4288      "translation": "実行可能ファイル {{.Executable}} のプラグイン名を取得できません"
  4289    },
  4290    {
  4291      "id": "Unable to parse CC API Version '{{.APIVersion}}'",
  4292      "translation": "CC API バージョン '{{.APIVersion}}' は解析できません"
  4293    },
  4294    {
  4295      "id": "Unassign a quota from a space",
  4296      "translation": "スペースから割り当て量を割り当て解除します"
  4297    },
  4298    {
  4299      "id": "Unassigning space quota {{.QuotaName}} from space {{.SpaceName}} as {{.Username}}...",
  4300      "translation": "{{.Username}} としてスペース {{.SpaceName}} からスペース割り当て量 {{.QuotaName}} を割り当て解除しています..."
  4301    },
  4302    {
  4303      "id": "Unbind a security group from a space",
  4304      "translation": "スペースからセキュリティー・グループをアンバインドします"
  4305    },
  4306    {
  4307      "id": "Unbind a security group from the set of security groups for running applications",
  4308      "translation": "実行アプリケーションのセキュリティー・グループのセットからセキュリティー・グループをアンバインドします"
  4309    },
  4310    {
  4311      "id": "Unbind a security group from the set of security groups for staging applications",
  4312      "translation": "ステージング・アプリケーションのセキュリティー・グループのセットからセキュリティー・グループをアンバインドします"
  4313    },
  4314    {
  4315      "id": "Unbind a service instance from an HTTP route",
  4316      "translation": "HTTP 経路からサービス・インスタンスをアンバインドします"
  4317    },
  4318    {
  4319      "id": "Unbind a service instance from an app",
  4320      "translation": "アプリからサービス・インスタンスをアンバインドします"
  4321    },
  4322    {
  4323      "id": "Unbind cancelled",
  4324      "translation": "アンバインドがキャンセルされました"
  4325    },
  4326    {
  4327      "id": "Unbinding app {{.AppName}} from service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4328      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス {{.ServiceName}} からアプリ {{.AppName}} をアンバインドしています..."
  4329    },
  4330    {
  4331      "id": "Unbinding may leave apps mapped to route {{.URL}} vulnerable; e.g. if service instance {{.ServiceInstanceName}} provides authentication. Do you want to proceed?",
  4332      "translation": "アンバインディングにより、経路 {{.URL}} にマップされているアプリが脆弱なままになります (例えば、サービス・インスタンス {{.ServiceInstanceName}} が認証を提供している場合など)。続行しますか?"
  4333    },
  4334    {
  4335      "id": "Unbinding route {{.URL}} from service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4336      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のサービス・インスタンス {{.ServiceInstanceName}} から経路 {{.URL}} をアンバインドしています..."
  4337    },
  4338    {
  4339      "id": "Unbinding security group {{.security_group}} from defaults for running as {{.username}}",
  4340      "translation": "{{.username}} として実行用のデフォルトからセキュリティー・グループ {{.security_group}} をアンバインドしています"
  4341    },
  4342    {
  4343      "id": "Unbinding security group {{.security_group}} from defaults for staging as {{.username}}",
  4344      "translation": "{{.username}} としてステージング用のデフォルトからセキュリティー・グループ {{.security_group}} をアンバインドしています"
  4345    },
  4346    {
  4347      "id": "Unbinding security group {{.security_group}} from {{.organization}}/{{.space}} as {{.username}}",
  4348      "translation": "{{.username}} として {{.organization}}/{{.space}} からセキュリティー・グループ {{.security_group}} をアンバインドしています"
  4349    },
  4350    {
  4351      "id": "Unexpected error has occurred:\n{{.Error}}",
  4352      "translation": "予期しないエラーが発生しました:\n{{.Error}}"
  4353    },
  4354    {
  4355      "id": "Uninstall the plugin defined in command argument",
  4356      "translation": "コマンド引数で定義されたプラグインをアンインストールします"
  4357    },
  4358    {
  4359      "id": "Uninstalling plugin {{.PluginName}}...",
  4360      "translation": "プラグイン {{.PluginName}} をアンインストールしています..."
  4361    },
  4362    {
  4363      "id": "Unlock the buildpack to enable updates",
  4364      "translation": "このビルドパックをアンロックして更新を有効にします"
  4365    },
  4366    {
  4367      "id": "Unmap a TCP route",
  4368      "translation": "TCP 経路をマップ解除します"
  4369    },
  4370    {
  4371      "id": "Unmap an HTTP route",
  4372      "translation": "HTTP 経路をマップ解除します"
  4373    },
  4374    {
  4375      "id": "Unsetting api endpoint...",
  4376      "translation": "API エンドポイントを設定解除しています..."
  4377    },
  4378    {
  4379      "id": "Unshare a private domain with an org",
  4380      "translation": "プライベート・ドメインを組織と非共有にします"
  4381    },
  4382    {
  4383      "id": "Unsharing domain {{.DomainName}} from org {{.OrgName}} as {{.Username}}...",
  4384      "translation": "{{.Username}} として組織 {{.OrgName}} からドメイン {{.DomainName}} を共有解除しています..."
  4385    },
  4386    {
  4387      "id": "Update a buildpack",
  4388      "translation": "ビルドパックを更新します"
  4389    },
  4390    {
  4391      "id": "Update a security group",
  4392      "translation": "セキュリティーを更新します"
  4393    },
  4394    {
  4395      "id": "Update a service auth token",
  4396      "translation": "サービス認証トークンを更新します"
  4397    },
  4398    {
  4399      "id": "Update a service broker",
  4400      "translation": "サービス・ブローカーを更新します"
  4401    },
  4402    {
  4403      "id": "Update a service instance",
  4404      "translation": "サービス・インスタンスを更新します"
  4405    },
  4406    {
  4407      "id": "Update an existing resource quota",
  4408      "translation": "既存のリソース割り当て量を更新します"
  4409    },
  4410    {
  4411      "id": "Update an existing space quota",
  4412      "translation": "既存のスペース割り当て量を更新します"
  4413    },
  4414    {
  4415      "id": "Update user-provided service instance",
  4416      "translation": "ユーザー提供サービス・インスタンスを更新します"
  4417    },
  4418    {
  4419      "id": "Updated: {{.Updated}}",
  4420      "translation": "更新しました: {{.Updated}}"
  4421    },
  4422    {
  4423      "id": "Updating %s health_check_type to '%s'",
  4424      "translation": "%s health_check_type を '%s' に更新しています"
  4425    },
  4426    {
  4427      "id": "Updating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  4428      "translation": "{{.Username}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のアプリ {{.AppName}} を更新しています..."
  4429    },
  4430    {
  4431      "id": "Updating buildpack {{.BuildpackName}}...",
  4432      "translation": "ビルドパック {{.BuildpackName}} を更新しています..."
  4433    },
  4434    {
  4435      "id": "Updating quota {{.QuotaName}} as {{.Username}}...",
  4436      "translation": "{{.Username}} として割り当て量 {{.QuotaName}} を更新しています..."
  4437    },
  4438    {
  4439      "id": "Updating security group {{.security_group}} as {{.username}}",
  4440      "translation": "{{.username}} としてセキュリティー・グループ {{.security_group}} を更新しています"
  4441    },
  4442    {
  4443      "id": "Updating service auth token as {{.CurrentUser}}...",
  4444      "translation": "{{.CurrentUser}} としてサービス認証トークンを更新しています..."
  4445    },
  4446    {
  4447      "id": "Updating service broker {{.Name}} as {{.Username}}...",
  4448      "translation": "{{.Username}} としてサービス・ブローカー {{.Name}} を更新しています..."
  4449    },
  4450    {
  4451      "id": "Updating service instance {{.ServiceName}} as {{.UserName}}...",
  4452      "translation": "{{.UserName}} としてサービス・インスタンス {{.ServiceName}} を更新しています..."
  4453    },
  4454    {
  4455      "id": "Updating space quota {{.Quota}} as {{.Username}}...",
  4456      "translation": "{{.Username}} としてスペース割り当て量 {{.Quota}} を更新しています..."
  4457    },
  4458    {
  4459      "id": "Updating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4460      "translation": "{{.CurrentUser}} として組織 {{.OrgName}} / スペース {{.SpaceName}} 内のユーザー提供サービス {{.ServiceName}} を更新しています..."
  4461    },
  4462    {
  4463      "id": "Uploading app files from: {{.Path}}",
  4464      "translation": "次のパスからアプリ・ファイルをアップロードしています: {{.Path}}"
  4465    },
  4466    {
  4467      "id": "Uploading buildpack {{.BuildpackName}}...",
  4468      "translation": "ビルドパック {{.BuildpackName}} をアップロードしています..."
  4469    },
  4470    {
  4471      "id": "Uploading {{.AppName}}...",
  4472      "translation": "{{.AppName}} をアップロードしています..."
  4473    },
  4474    {
  4475      "id": "Uploading {{.ZipFileBytes}}, {{.FileCount}} files",
  4476      "translation": "{{.ZipFileBytes}}、{{.FileCount}} 個のファイルをアップロードしています"
  4477    },
  4478    {
  4479      "id": "Use '{{.Command}}' for more information",
  4480      "translation": "詳しくは '{{.Command}}' を使用してください"
  4481    },
  4482    {
  4483      "id": "Use '{{.Name}}' to view or set your target org and space",
  4484      "translation": "ターゲットの組織とスペースを表示または設定するには '{{.Name}}' を使用してください"
  4485    },
  4486    {
  4487      "id": "Use a one-time password to login",
  4488      "translation": "ワンタイム・パスワードを使用してログインします"
  4489    },
  4490    {
  4491      "id": "User provided tags",
  4492      "translation": "ユーザー提供のタグ"
  4493    },
  4494    {
  4495      "id": "User {{.TargetUser}} does not exist.",
  4496      "translation": "ユーザー {{.TargetUser}} は存在していません。"
  4497    },
  4498    {
  4499      "id": "User-Provided:",
  4500      "translation": "ユーザー提供:"
  4501    },
  4502    {
  4503      "id": "User:",
  4504      "translation": "ユーザー:"
  4505    },
  4506    {
  4507      "id": "Username",
  4508      "translation": "ユーザー名"
  4509    },
  4510    {
  4511      "id": "Using manifest file {{.Path}}\n",
  4512      "translation": "マニフェスト・ファイル {{.Path}} を使用しています\n"
  4513    },
  4514    {
  4515      "id": "Using route {{.RouteURL}}",
  4516      "translation": "経路 {{.RouteURL}} を使用しています"
  4517    },
  4518    {
  4519      "id": "Using stack {{.StackName}}...",
  4520      "translation": "スタック {{.StackName}} を使用しています..."
  4521    },
  4522    {
  4523      "id": "VERSION:",
  4524      "translation": "バージョン:"
  4525    },
  4526    {
  4527      "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.",
  4528      "translation": "インラインまたはファイルのいずれかで提供されるサービス固有の構成パラメーターを含む有効な JSON オブジェクト。サポートされている構成パラメーターのリストについては、当該サービス・オファリングの資料を参照してください。"
  4529    },
  4530    {
  4531      "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.",
  4532      "translation": "インラインまたはファイルのいずれかで提供されるサービス固有の構成パラメーターを含む有効な JSON オブジェクト。サポートされている構成パラメーターのリストについては、当該サービス・オファリングの資料を参照してください。"
  4533    },
  4534    {
  4535      "id": "Value for flag 'app-instance-index' cannot be negative",
  4536      "translation": "フラグ 'app-instance-index' の値は負でない値でなければなりません"
  4537    },
  4538    {
  4539      "id": "Variable Name",
  4540      "translation": "変数名"
  4541    },
  4542    {
  4543      "id": "Verify Password",
  4544      "translation": "確認パスワード"
  4545    },
  4546    {
  4547      "id": "Version",
  4548      "translation": "バージョン"
  4549    },
  4550    {
  4551      "id": "View logs, reports, and settings on this space\n",
  4552      "translation": "このスペースに関するログ、レポート、および設定を表示します\n"
  4553    },
  4554    {
  4555      "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",
  4556      "translation": "警告:\n   パスワードをコマンド・ライン・オプションとして提供しないことを強くお勧めします\n   パスワードを他人に見られたり、パスワードがシェル・ヒストリーに記録されたりする恐れがあります"
  4557    },
  4558    {
  4559      "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.",
  4560      "translation": "警告: この操作では、このサービス・インスタンスを担当しているサービス・ブローカーがもはや有効でないか、または 200 あるいは 410 で応答していないこと、そしてそのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。削除されたサービス・インスタンスに関する情報 (サービス・バインディングやサービス・キーなど) はすべて Cloud Foundry から除去されます。"
  4561    },
  4562    {
  4563      "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.",
  4564      "translation": "警告: この操作では、このサービス・オファリングを担当しているサービス・ブローカーがもはや有効でないこと、そしてすべてのサービス・インスタンスが削除された結果、孤立レコードが Cloud Foundry のデータベースに放置されていることを前提としています。削除されたサービスに関する情報 (サービス・インスタンスやサービス・バインディングなど) はすべて Cloud Foundry から除去されます。サービス・ブローカーへのアクセスは試みられないので、サービス・ブローカーを破棄しないでこのコマンドを実行すると孤立したサービス・インスタンスが発生します。そのため、このコマンドを実行した後、delete-service-auth-token または delete-service-broker のいずれかを実行してクリーンアップを完了することをお勧めします。"
  4565    },
  4566    {
  4567      "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.",
  4568      "translation": "警告: この操作は Cloud Foundry 内部で行われるものなので、サービス・ブローカーがこの操作に関与することはなく、サービス・インスタンスのリソースは変更されません。この操作の基本ユースケースは、サービス・インスタンスを v1 プランから v2 プランに再マップして、v1 Service Broker API を実装するサービス・ブローカーを、v2 API を実装するブローカーで置き換えることです。余分なインスタンスが作成されないようにするため、v1 プランをプライベートに設定するか、または v1 ブローカーをシャットダウンすることをお勧めします。サービス・インスタンスがマイグレーションされたならば、v1 サービスおよびプランを Cloud Foundry から削除することができます。"
  4569    },
  4570    {
  4571      "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended\n",
  4572      "translation": "警告: 非セキュアな HTTP API エンドポイントが検出されました: セキュアな HTTPS API エンドポイントが推奨されます\n"
  4573    },
  4574    {
  4575      "id": "Warning: accessing feature flag 'set_roles_by_username'",
  4576      "translation": "警告: フィーチャー・フラグ 'set_roles_by_username' にアクセスしています"
  4577    },
  4578    {
  4579      "id": "Warning: error tailing logs",
  4580      "translation": "警告: ログを追尾しているときにエラーが発生しました"
  4581    },
  4582    {
  4583      "id": "Windows Command Line",
  4584      "translation": "Windows コマンド・ライン"
  4585    },
  4586    {
  4587      "id": "Windows PowerShell",
  4588      "translation": "Windows PowerShell"
  4589    },
  4590    {
  4591      "id": "Write curl body to FILE instead of stdout",
  4592      "translation": "curl 本体を stdout ではなく FILE に書き込みます"
  4593    },
  4594    {
  4595      "id": "Write default values to the config",
  4596      "translation": "デフォルト値を構成に書き込みます"
  4597    },
  4598    {
  4599      "id": "Zip archive does not contain a buildpack",
  4600      "translation": "zip アーカイブにビルドパックが含まれていません"
  4601    },
  4602    {
  4603      "id": "[MULTIPART/FORM-DATA CONTENT HIDDEN]",
  4604      "translation": "[MULTIPART/FORM-DATA CONTENT HIDDEN]"
  4605    },
  4606    {
  4607      "id": "[PRIVATE DATA HIDDEN]",
  4608      "translation": "[PRIVATE DATA HIDDEN]"
  4609    },
  4610    {
  4611      "id": "[global options] command [arguments...] [command options]",
  4612      "translation": "[グローバル・オプション] コマンド [引数...] [コマンド・オプション]"
  4613    },
  4614    {
  4615      "id": "access",
  4616      "translation": "アクセス"
  4617    },
  4618    {
  4619      "id": "actor",
  4620      "translation": "アクター"
  4621    },
  4622    {
  4623      "id": "all",
  4624      "translation": "すべて"
  4625    },
  4626    {
  4627      "id": "allowed",
  4628      "translation": "許可されました"
  4629    },
  4630    {
  4631      "id": "already exists",
  4632      "translation": "既に存在しています"
  4633    },
  4634    {
  4635      "id": "app",
  4636      "translation": "アプリ"
  4637    },
  4638    {
  4639      "id": "app crashed",
  4640      "translation": "アプリが異常終了"
  4641    },
  4642    {
  4643      "id": "app instance limit",
  4644      "translation": "アプリのインスタンス制限"
  4645    },
  4646    {
  4647      "id": "app instances",
  4648      "translation": "アプリ・インスタンス"
  4649    },
  4650    {
  4651      "id": "apps",
  4652      "translation": "アプリ"
  4653    },
  4654    {
  4655      "id": "auth request failed",
  4656      "translation": "認証要求が失敗しました"
  4657    },
  4658    {
  4659      "id": "bound apps",
  4660      "translation": "バインド済みアプリ"
  4661    },
  4662    {
  4663      "id": "broker: {{.Name}}",
  4664      "translation": "ブローカー: {{.Name}}"
  4665    },
  4666    {
  4667      "id": "buildpack:",
  4668      "translation": "ビルドパック:"
  4669    },
  4670    {
  4671      "id": "bytes downloaded",
  4672      "translation": "ダウンロードされたバイト数"
  4673    },
  4674    {
  4675      "id": "cpu",
  4676      "translation": "CPU"
  4677    },
  4678    {
  4679      "id": "crashed",
  4680      "translation": "異常終了"
  4681    },
  4682    {
  4683      "id": "crashing",
  4684      "translation": "異常終了中"
  4685    },
  4686    {
  4687      "id": "description",
  4688      "translation": "説明"
  4689    },
  4690    {
  4691      "id": "details",
  4692      "translation": "詳細"
  4693    },
  4694    {
  4695      "id": "disallowed",
  4696      "translation": "不許可"
  4697    },
  4698    {
  4699      "id": "disk",
  4700      "translation": "ディスク"
  4701    },
  4702    {
  4703      "id": "disk:",
  4704      "translation": "ディスク:"
  4705    },
  4706    {
  4707      "id": "does not exist.",
  4708      "translation": "は存在していません。"
  4709    },
  4710    {
  4711      "id": "domain",
  4712      "translation": "ドメイン"
  4713    },
  4714    {
  4715      "id": "domain {{.DomainName}} is a shared domain, not an owned domain.",
  4716      "translation": "ドメイン {{.DomainName}} は共有ドメインであって、所有ドメインではありません。\n\nヒント:\n共有ドメインを削除するには、`cf delete-shared-domain` を使用します。"
  4717    },
  4718    {
  4719      "id": "domain {{.DomainName}} is an owned domain, not a shared domain.",
  4720      "translation": "ドメイン {{.DomainName}} は所有ドメインであって、共有ドメインではありません。\n\nヒント:\n所有ドメインを削除するには、`cf delete-domain` を使用します。"
  4721    },
  4722    {
  4723      "id": "domains:",
  4724      "translation": "ドメイン:"
  4725    },
  4726    {
  4727      "id": "down",
  4728      "translation": "ダウン"
  4729    },
  4730    {
  4731      "id": "each route in 'routes' must have a 'route' property",
  4732      "translation": ""
  4733    },
  4734    {
  4735      "id": "enabled",
  4736      "translation": "有効"
  4737    },
  4738    {
  4739      "id": "env var '{{.PropertyName}}' should not be null",
  4740      "translation": "環境変数 '{{.PropertyName}}' をヌルにすることはできません"
  4741    },
  4742    {
  4743      "id": "event",
  4744      "translation": "イベント"
  4745    },
  4746    {
  4747      "id": "failed turning off console echo for password entry:\n{{.ErrorDescription}}",
  4748      "translation": "パスワード入力のコンソール・エコーをオフにできませんでした:\n{{.ErrorDescription}}"
  4749    },
  4750    {
  4751      "id": "filename",
  4752      "translation": "ファイル名"
  4753    },
  4754    {
  4755      "id": "free or paid",
  4756      "translation": "無料または有料"
  4757    },
  4758    {
  4759      "id": "health_check_type is ",
  4760      "translation": "health_check_type は "
  4761    },
  4762    {
  4763      "id": "health_check_type is already set",
  4764      "translation": "health_check_type は既に設定されています"
  4765    },
  4766    {
  4767      "id": "health_check_type is not set to ",
  4768      "translation": "health_check_type は次のものに設定されていません: "
  4769    },
  4770    {
  4771      "id": "host",
  4772      "translation": "ホスト"
  4773    },
  4774    {
  4775      "id": "instance memory",
  4776      "translation": "インスタンス・メモリー"
  4777    },
  4778    {
  4779      "id": "instance memory limit",
  4780      "translation": "インスタンス・メモリー制限"
  4781    },
  4782    {
  4783      "id": "instance: {{.InstanceIndex}}, reason: {{.ExitDescription}}, exit_status: {{.ExitStatus}}",
  4784      "translation": "インスタンス: {{.InstanceIndex}}、理由: {{.ExitDescription}}、終了状況: {{.ExitStatus}}"
  4785    },
  4786    {
  4787      "id": "instances",
  4788      "translation": "インスタンス"
  4789    },
  4790    {
  4791      "id": "instances:",
  4792      "translation": "インスタンス:"
  4793    },
  4794    {
  4795      "id": "invalid inherit path in manifest",
  4796      "translation": "マニフェスト内に無効な継承パスがあります"
  4797    },
  4798    {
  4799      "id": "invalid value for env var CF_STAGING_TIMEOUT\n{{.Err}}",
  4800      "translation": "環境変数 CF_STAGING_TIMEOUT の値が無効です\n{{.Err}}"
  4801    },
  4802    {
  4803      "id": "invalid value for env var CF_STARTUP_TIMEOUT\n{{.Err}}",
  4804      "translation": "環境変数 CF_STARTUP_TIMEOUT の値が無効です\n{{.Err}}"
  4805    },
  4806    {
  4807      "id": "label",
  4808      "translation": "ラベル"
  4809    },
  4810    {
  4811      "id": "last operation",
  4812      "translation": "最後の操作"
  4813    },
  4814    {
  4815      "id": "last uploaded:",
  4816      "translation": "最終アップロード日時:"
  4817    },
  4818    {
  4819      "id": "limited",
  4820      "translation": "制限"
  4821    },
  4822    {
  4823      "id": "locked",
  4824      "translation": "ロック済み"
  4825    },
  4826    {
  4827      "id": "memory",
  4828      "translation": "メモリー"
  4829    },
  4830    {
  4831      "id": "memory:",
  4832      "translation": "メモリー:"
  4833    },
  4834    {
  4835      "id": "name",
  4836      "translation": "名前"
  4837    },
  4838    {
  4839      "id": "non basic services",
  4840      "translation": "非基本サービス"
  4841    },
  4842    {
  4843      "id": "none",
  4844      "translation": "なし"
  4845    },
  4846    {
  4847      "id": "not valid for the requested host",
  4848      "translation": "要求されたホストには無効です"
  4849    },
  4850    {
  4851      "id": "org",
  4852      "translation": "組織"
  4853    },
  4854    {
  4855      "id": "orgs",
  4856      "translation": "組織"
  4857    },
  4858    {
  4859      "id": "owned",
  4860      "translation": "所有"
  4861    },
  4862    {
  4863      "id": "paid plans",
  4864      "translation": "有料プラン"
  4865    },
  4866    {
  4867      "id": "paid services {{.NonBasicServicesAllowed}}",
  4868      "translation": "有料サービス {{.NonBasicServicesAllowed}}"
  4869    },
  4870    {
  4871      "id": "path",
  4872      "translation": "パス"
  4873    },
  4874    {
  4875      "id": "plan",
  4876      "translation": "プラン"
  4877    },
  4878    {
  4879      "id": "plans",
  4880      "translation": "プラン"
  4881    },
  4882    {
  4883      "id": "port",
  4884      "translation": "ポート"
  4885    },
  4886    {
  4887      "id": "position",
  4888      "translation": "位置"
  4889    },
  4890    {
  4891      "id": "provider",
  4892      "translation": "プロバイダー"
  4893    },
  4894    {
  4895      "id": "quota:",
  4896      "translation": "割り当て量:"
  4897    },
  4898    {
  4899      "id": "repo-plugins",
  4900      "translation": "repo-plugins"
  4901    },
  4902    {
  4903      "id": "requested state",
  4904      "translation": "要求された状態"
  4905    },
  4906    {
  4907      "id": "requested state:",
  4908      "translation": "要求された状態:"
  4909    },
  4910    {
  4911      "id": "required attribute 'disk_quota' missing",
  4912      "translation": "必須属性 'disk_quota' がありません"
  4913    },
  4914    {
  4915      "id": "required attribute 'instances' missing",
  4916      "translation": "必須属性 'instances' がありません"
  4917    },
  4918    {
  4919      "id": "required attribute 'memory' missing",
  4920      "translation": "必須属性 'memory' がありません"
  4921    },
  4922    {
  4923      "id": "required attribute 'stack' missing",
  4924      "translation": "必須属性 'stack' がありません"
  4925    },
  4926    {
  4927      "id": "reserved route ports",
  4928      "translation": "予約された経路ポート"
  4929    },
  4930    {
  4931      "id": "route ports",
  4932      "translation": "経路ポート"
  4933    },
  4934    {
  4935      "id": "routes",
  4936      "translation": "経路"
  4937    },
  4938    {
  4939      "id": "running",
  4940      "translation": "実行"
  4941    },
  4942    {
  4943      "id": "security group",
  4944      "translation": "セキュリティー・グループ"
  4945    },
  4946    {
  4947      "id": "service",
  4948      "translation": "サービス"
  4949    },
  4950    {
  4951      "id": "service auth token",
  4952      "translation": "サービス認証トークン"
  4953    },
  4954    {
  4955      "id": "service instance",
  4956      "translation": "サービス・インスタンス"
  4957    },
  4958    {
  4959      "id": "service instances",
  4960      "translation": "サービス・インスタンス"
  4961    },
  4962    {
  4963      "id": "service key",
  4964      "translation": "サービス・キー"
  4965    },
  4966    {
  4967      "id": "service plan",
  4968      "translation": "サービス・プラン"
  4969    },
  4970    {
  4971      "id": "service-broker",
  4972      "translation": "サービス・ブローカー"
  4973    },
  4974    {
  4975      "id": "services",
  4976      "translation": "サービス"
  4977    },
  4978    {
  4979      "id": "shared",
  4980      "translation": "共有"
  4981    },
  4982    {
  4983      "id": "since",
  4984      "translation": "開始日時"
  4985    },
  4986    {
  4987      "id": "space",
  4988      "translation": "スペース"
  4989    },
  4990    {
  4991      "id": "space quotas:",
  4992      "translation": "スペース割り当て量:"
  4993    },
  4994    {
  4995      "id": "spaces:",
  4996      "translation": "スペース:"
  4997    },
  4998    {
  4999      "id": "ssh support is already disabled",
  5000      "translation": "SSH サポートは既に無効になっています"
  5001    },
  5002    {
  5003      "id": "ssh support is already disabled in space ",
  5004      "translation": "次のスペース内で SSH サポートは既に無効になっています: "
  5005    },
  5006    {
  5007      "id": "ssh support is already enabled",
  5008      "translation": "SSH サポートは既に有効になっています"
  5009    },
  5010    {
  5011      "id": "ssh support is already enabled in space ",
  5012      "translation": "次のスペース内で SSH サポートは既に有効になっています: "
  5013    },
  5014    {
  5015      "id": "ssh support is disabled for",
  5016      "translation": "次のものに対して SSH サポートは無効になっています:"
  5017    },
  5018    {
  5019      "id": "ssh support is disabled in space ",
  5020      "translation": "次のスペース内で SSH サポートは無効になっています: "
  5021    },
  5022    {
  5023      "id": "ssh support is enabled for",
  5024      "translation": "次のものに対して SSH サポートは有効になっています:"
  5025    },
  5026    {
  5027      "id": "ssh support is enabled in space ",
  5028      "translation": "次のスペース内で SSH サポートは有効になっています: "
  5029    },
  5030    {
  5031      "id": "ssh support is not disabled for ",
  5032      "translation": "次のものに対して SSH サポートは無効になっていません:"
  5033    },
  5034    {
  5035      "id": "ssh support is not enabled for ",
  5036      "translation": "次のものに対して SSH サポートは有効になっていません:"
  5037    },
  5038    {
  5039      "id": "stack:",
  5040      "translation": "スタック:"
  5041    },
  5042    {
  5043      "id": "starting",
  5044      "translation": "開始中"
  5045    },
  5046    {
  5047      "id": "state",
  5048      "translation": "状態"
  5049    },
  5050    {
  5051      "id": "status",
  5052      "translation": "状況"
  5053    },
  5054    {
  5055      "id": "stopped",
  5056      "translation": "停止済み"
  5057    },
  5058    {
  5059      "id": "stopped after 1 redirect",
  5060      "translation": "1 リダイレクト後に停止されます"
  5061    },
  5062    {
  5063      "id": "time",
  5064      "translation": "時刻"
  5065    },
  5066    {
  5067      "id": "total memory",
  5068      "translation": "合計メモリー"
  5069    },
  5070    {
  5071      "id": "total memory limit",
  5072      "translation": "合計メモリー制限"
  5073    },
  5074    {
  5075      "id": "type",
  5076      "translation": "タイプ"
  5077    },
  5078    {
  5079      "id": "unknown authority",
  5080      "translation": "不明な認証機関"
  5081    },
  5082    {
  5083      "id": "unlimited",
  5084      "translation": "制限なし"
  5085    },
  5086    {
  5087      "id": "url",
  5088      "translation": "URL"
  5089    },
  5090    {
  5091      "id": "urls",
  5092      "translation": "URL"
  5093    },
  5094    {
  5095      "id": "urls:",
  5096      "translation": "URL:"
  5097    },
  5098    {
  5099      "id": "usage:",
  5100      "translation": "使用:"
  5101    },
  5102    {
  5103      "id": "user",
  5104      "translation": "ユーザー"
  5105    },
  5106    {
  5107      "id": "user-provided",
  5108      "translation": "ユーザー提供"
  5109    },
  5110    {
  5111      "id": "version",
  5112      "translation": "バージョン"
  5113    },
  5114    {
  5115      "id": "yes",
  5116      "translation": "はい"
  5117    },
  5118    {
  5119      "id": "{{.APIEndpoint}} (API version: {{.APIVersionString}})",
  5120      "translation": "{{.APIEndpoint}} (API バージョン: {{.APIVersionString}})"
  5121    },
  5122    {
  5123      "id": "{{.AppInstanceLimit}} app instance limit",
  5124      "translation": "{{.AppInstanceLimit}} アプリのインスタンス制限"
  5125    },
  5126    {
  5127      "id": "{{.CFName}} api",
  5128      "translation": "{{.CFName}} api"
  5129    },
  5130    {
  5131      "id": "{{.CFName}} login",
  5132      "translation": "{{.CFName}} login"
  5133    },
  5134    {
  5135      "id": "{{.CountOfServices}} migrated.",
  5136      "translation": "{{.CountOfServices}} がマイグレーションされました。"
  5137    },
  5138    {
  5139      "id": "{{.CrashedCount}} crashed",
  5140      "translation": "{{.CrashedCount}} が異常終了しました"
  5141    },
  5142    {
  5143      "id": "{{.DiskUsage}} of {{.DiskQuota}}",
  5144      "translation": "{{.DiskQuota}} の中の {{.DiskUsage}}"
  5145    },
  5146    {
  5147      "id": "{{.DownCount}} down",
  5148      "translation": "{{.DownCount}} ダウン"
  5149    },
  5150    {
  5151      "id": "{{.ErrorDescription}}\nTIP: Use '{{.CFServicesCommand}}' to view all services in this org and space.",
  5152      "translation": "{{.ErrorDescription}}\nヒント: この組織とスペース内にあるすべてのサービスを表示するには '{{.CFServicesCommand}}' を使用します。"
  5153    },
  5154    {
  5155      "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.",
  5156      "translation": "{{.Err}}\n\t\t\t\nヒント: アプリ・ソース・コードが入っているディレクトリー内から \"{{.PushCommand}}\" が実行されると、ビルドパックが検出されます。\n\nサポートされているビルドパックのリストを表示するには、'{{.BuildpackCommand}}' を使用します。\n\nより詳細なログ情報が必要な場合は '{{.Command}}' を使用してください。"
  5157    },
  5158    {
  5159      "id": "{{.Err}}\n\nTIP: use '{{.Command}}' for more information",
  5160      "translation": "{{.Err}}\n\nヒント: 詳しくは '{{.Command}}' を使用してください"
  5161    },
  5162    {
  5163      "id": "{{.Feature}} only works up to CF API version {{.MaximumVersion}}. Your target is {{.APIVersion}}.",
  5164      "translation": "{{.Feature}} が動作するのは、CF API バージョン {{.MaximumVersion}} までのみです。ターゲットは {{.APIVersion}} です。"
  5165    },
  5166    {
  5167      "id": "{{.Feature}} requires CF API version {{.RequiredVersion}}+. Your target is {{.APIVersion}}.",
  5168      "translation": "{{.Feature}} には CF API バージョン {{.RequiredVersion}}+ が必要です。ターゲットは {{.APIVersion}} です。"
  5169    },
  5170    {
  5171      "id": "{{.FlappingCount}} failing",
  5172      "translation": "{{.FlappingCount}} は失敗しました"
  5173    },
  5174    {
  5175      "id": "{{.InstanceMemoryLimit}} instance memory limit",
  5176      "translation": "{{.InstanceMemoryLimit}} インスタンス・メモリー制限"
  5177    },
  5178    {
  5179      "id": "{{.MemUsage}} of {{.MemQuota}}",
  5180      "translation": "{{.MemQuota}} の中の {{.MemUsage}}"
  5181    },
  5182    {
  5183      "id": "{{.MemoryLimit}} memory limit",
  5184      "translation": "{{.MemoryLimit}} メモリー制限"
  5185    },
  5186    {
  5187      "id": "{{.MemoryLimit}}M memory limit",
  5188      "translation": "{{.MemoryLimit}}M メモリー制限"
  5189    },
  5190    {
  5191      "id": "{{.ModelType}} {{.ModelName}} already exists",
  5192      "translation": "{{.ModelType}} {{.ModelName}} は既に存在しています"
  5193    },
  5194    {
  5195      "id": "{{.OperationType}} failed",
  5196      "translation": "{{.OperationType}} は失敗しました"
  5197    },
  5198    {
  5199      "id": "{{.OperationType}} in progress",
  5200      "translation": "{{.OperationType}} は進行中です"
  5201    },
  5202    {
  5203      "id": "{{.OperationType}} succeeded",
  5204      "translation": "{{.OperationType}} は成功しました"
  5205    },
  5206    {
  5207      "id": "{{.PropertyName}} must be a string or null value",
  5208      "translation": "{{.PropertyName}} はストリング値またはヌル値でなければなりません"
  5209    },
  5210    {
  5211      "id": "{{.PropertyName}} must be a string value",
  5212      "translation": "{{.PropertyName}} はストリング値でなければなりません"
  5213    },
  5214    {
  5215      "id": "{{.PropertyName}} should not be null",
  5216      "translation": "{{.PropertyName}} をヌルにすることはできません"
  5217    },
  5218    {
  5219      "id": "{{.ReservedRoutePorts}} route ports",
  5220      "translation": "{{.ReservedRoutePorts}} 経路ポート"
  5221    },
  5222    {
  5223      "id": "{{.RoutesLimit}} routes",
  5224      "translation": "{{.RoutesLimit}} 経路"
  5225    },
  5226    {
  5227      "id": "{{.RunningCount}} of {{.TotalCount}} instances running",
  5228      "translation": "{{.TotalCount}} 個の中の {{.RunningCount}} 個のインスタンスが実行中です"
  5229    },
  5230    {
  5231      "id": "{{.ServicesLimit}} services",
  5232      "translation": "{{.ServicesLimit}} サービス"
  5233    },
  5234    {
  5235      "id": "{{.StartingCount}} starting",
  5236      "translation": "{{.StartingCount}} 個が開始中です"
  5237    },
  5238    {
  5239      "id": "{{.StartingCount}} starting ({{.Details}})",
  5240      "translation": "{{.StartingCount}} 個が開始中です ({{.Details}})"
  5241    },
  5242    {
  5243      "id": "{{.State}} in progress. Use '{{.ServicesCommand}}' or '{{.ServiceCommand}}' to check operation status.",
  5244      "translation": "{{.State}} は進行中です。操作状況を確認するには '{{.ServicesCommand}}' または '{{.ServiceCommand}}' を使用します。"
  5245    },
  5246    {
  5247      "id": "{{.URL}} is not a valid url, please provide a url, e.g. https://your_repo.com",
  5248      "translation": "{{.URL}} は有効な URL ではないので、有効な URL (例: https://your_repo.com) を提供してください"
  5249    },
  5250    {
  5251      "id": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
  5252      "translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} インスタンス"
  5253    }
  5254  ]