github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/cf/i18n/resources/it-it.all.json (about)

     1  [
     2    {
     3      "id": "\n\nTIP:\n",
     4      "translation": "\n\nSUGGERIMENTO:\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\nLa sintassi della stringa JSON non è valida.  La sintassi corretta è la seguente:  cf set-running-environment-variable-group '{\"nome\":\"valore\",\"nome\":\"valore\"}'"
     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\nLa sintassi della stringa JSON non è valida.  La sintassi corretta è la seguente:  cf set-staging-environment-variable-group '{\"nome\":\"valore\",\"nome\":\"valore\"}'"
    13    },
    14    {
    15      "id": "\n* These service plans have an associated cost. Creating a service instance will incur this cost.",
    16      "translation": "\n* Questi piani di servizio hanno un costo associato. La creazione di un'istanza del servizio comporterà questo costo."
    17    },
    18    {
    19      "id": "\nApp started\n",
    20      "translation": "\nApplicazione avviata\n"
    21    },
    22    {
    23      "id": "\nApp state changed to started, but note that it has 0 instances.\n",
    24      "translation": "\nStato dell'applicazione modificato in avviato, ma tieni presente che ha 0 istanze.\n"
    25    },
    26    {
    27      "id": "\nApp {{.AppName}} was started using this command `{{.Command}}`\n",
    28      "translation": "\nL'applicazione {{.AppName}} è stata avviata utilizzando il comando `{{.Command}}`\n"
    29    },
    30    {
    31      "id": "\nNo api endpoint set.",
    32      "translation": "\nNessun endpoint api impostato."
    33    },
    34    {
    35      "id": "\nRoute to be unmapped is not currently mapped to the application.",
    36      "translation": "\nLa rotta di cui annullare l'associazione non è attualmente associata all'applicazione."
    37    },
    38    {
    39      "id": "\nTIP:  Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service.",
    40      "translation": "\nSUGGERIMENTO:  utilizza 'cf marketplace -s SERVIZIO' per visualizzare le descrizioni dei singoli piani di un determinato servizio."
    41    },
    42    {
    43      "id": "\nTIP: Assign roles with '{{.CurrentUser}} set-org-role' and '{{.CurrentUser}} set-space-role'",
    44      "translation": "\nSUGGERIMENTO: assegna i ruoli con '{{.CurrentUser}} set-org-role' e '{{.CurrentUser}} set-space-role'"
    45    },
    46    {
    47      "id": "\nTIP: Use '{{.CFTargetCommand}}' to target new space",
    48      "translation": "\nSUGGERIMENTO: utilizza '{{.CFTargetCommand}}' per specificare il nuovo spazio"
    49    },
    50    {
    51      "id": "\nTIP: Use '{{.Command}}' to target new org",
    52      "translation": "\nSUGGERIMENTO: utilizza '{{.Command}}' per specificare la nuova organizzazione"
    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": "\nSUGGERIMENTO: utilizza 'cf login -a API --skip-ssl-validation' o 'cf api API --skip-ssl-validation' per eliminare questo errore"
    57    },
    58    {
    59      "id": "\nTip: use `add-plugin-repo` command to add repos.",
    60      "translation": "\nSuggerimento: utilizza il comando `add-plugin-repo` per aggiungere repository."
    61    },
    62    {
    63      "id": "   CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n",
    64      "translation": "   CF_NAME copy-source APPLICAZIONE-DI-ORIGINE APPLICAZIONE-DI-DESTINAZIONE [-s SPAZIO-DI-DESTINAZIONE [-o ORGANIZZAZIONE-DI-DESTINAZIONE]] [--no-restart]\n"
    65    },
    66    {
    67      "id": "   Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.",
    68      "translation": "   Fornisci facoltativamente un elenco di tag delimitate da virgole che verrà scritto nella variabile di ambiente VCAP_SERVICES per tutte le applicazioni associate."
    69    },
    70    {
    71      "id": "   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n   CF_NAME update-service -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n   The path to the parameters file can be an absolute or relative path to a file.\n   CF_NAME update-service -c PATH_TO_FILE\n\n   Example of valid JSON object:\n   {\n      \"cluster_nodes\": {\n         \"count\": 5,\n         \"memory_mb\": 1024\n      }\n   }",
    72      "translation": "   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato.\n   CF_NAME update-service -c '{\"nome\":\"valore\",\"nome\":\"valore\"}'\n\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. \n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\n   CF_NAME update-service -c PERCORSO_AL_FILE\n\n   Esempio di oggetto JSON valido:\n   {\n      \"cluster_nodes\": {\n         \"count\": 5,\n         \"memory_mb\": 1024\n      }\n   }"
    73    },
    74    {
    75      "id": "   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n   The path to the parameters file can be an absolute or relative path to a file.\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\n\n   Example of valid JSON object:\n   {\n      \"permissions\": \"read-only\"\n   }",
    76      "translation": "   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato:\n\n   CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_DEL_SERVIZIO -c '{\"nome\":\"valore\",\"nome\":\"valore\"}'\n\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. \n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\n   CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_DEL_SERVIZIO -c PERCORSO_AL_FILE\n\n   Esempio di oggetto JSON valido:\n   {\n      \"permissions\": \"read-only\"\n   }"
    77    },
    78    {
    79      "id": "   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\n   The path to the parameters file can be an absolute or relative path to a file:\n\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\n\n   Example of valid JSON object:\n   {\n      \"cluster_nodes\": {\n         \"count\": 5,\n         \"memory_mb\": 1024\n      }\n   }",
    80      "translation": "   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato:\n\n   CF_NAME create-service SERVIZIO PIANO ISTANZA_DEL_SERVIZIO -c '{\"nome\":\"valore\",\"nome\":\"valore\"}'\n\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido.\n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file:\n\n   CF_NAME create-service SERVIZIO PIANO ISTANZA_DEL_SERVIZIO -c PERCORSO_AL_FILE\n\n   Esempio di oggetto JSON valido:\n   {\n      \"cluster_nodes\": {\n         \"count\": 5,\n         \"memory_mb\": 1024\n      }\n   }"
    81    },
    82    {
    83      "id": "   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.",
    84      "translation": "   Il percorso deve essere un file zip, un URL a un file zip o una directory locale. La posizione è un numero intero positivo, imposta la priorità ed è ordinata dalla più bassa alla più alta."
    85    },
    86    {
    87      "id": "   The provided path can be an absolute or relative path to a file.\n   It should have a single array with JSON objects inside describing the rules.",
    88      "translation": "   Il percorso fornito può essere un percorso assoluto o relativo a un file.\n   Deve avere un singolo array di oggetti JSON all'interno che descrivono le regole."
    89    },
    90    {
    91      "id": "   The provided path can be an absolute or relative path to a file.  The file should have\n   a single array with JSON objects inside describing the rules.  The JSON Base Object is \n   omitted and only the square brackets and associated child object are required in the file.  \n\n   Valid json file example:\n   [\n     {\n       \"protocol\": \"tcp\",\n       \"destination\": \"10.244.1.18\",\n       \"ports\": \"3306\"\n     }\n   ]",
    92      "translation": "   Il percorso fornito può essere un percorso assoluto o relativo a un file.  Il file deve avere\n   un singolo array di oggetti JSON all'interno che descrivono le regole.  L'oggetto di base JSON viene \n   omesso e nel file devono essere presenti solo le parentesi quadre e l'oggetto figlio associato.  \n\n   Esempio di file json valido:\n   [\n     {\n       \"protocol\": \"tcp\",\n       \"destination\": \"10.244.1.18\",\n       \"ports\": \"3306\"\n     }\n   ]"
    93    },
    94    {
    95      "id": "   View allowable quotas with 'CF_NAME quotas'",
    96      "translation": "   Visualizza quote ammesse con 'CF_NAME quotas'"
    97    },
    98    {
    99      "id": " (Default: {{.DefaultValue}})",
   100      "translation": ""
   101    },
   102    {
   103      "id": " added as '",
   104      "translation": " aggiunto come '"
   105    },
   106    {
   107      "id": " does not exist as a repo",
   108      "translation": " non esiste come repository"
   109    },
   110    {
   111      "id": " does not exist as an available plugin repo.",
   112      "translation": " non esiste come un repository di plugin disponibile. "
   113    },
   114    {
   115      "id": " for ",
   116      "translation": " per "
   117    },
   118    {
   119      "id": " is already started",
   120      "translation": " è già avviato"
   121    },
   122    {
   123      "id": " is already stopped",
   124      "translation": " è già arrestato"
   125    },
   126    {
   127      "id": " is empty",
   128      "translation": " è vuoto"
   129    },
   130    {
   131      "id": " is not available in repo '",
   132      "translation": " non è disponibile nel repository '"
   133    },
   134    {
   135      "id": " is not responding. Please make sure it is a valid plugin repo.",
   136      "translation": " non risponde. Assicurati che sia un repository di plug-in valido."
   137    },
   138    {
   139      "id": " not found",
   140      "translation": " non trovato"
   141    },
   142    {
   143      "id": " removed from list of repositories",
   144      "translation": " rimosso dall'elenco di repository"
   145    },
   146    {
   147      "id": "\"Plugins\" object not found in the responded data.",
   148      "translation": "Oggetto \"Plugins\" non trovato nei dati restituiti."
   149    },
   150    {
   151      "id": "' is not a registered command. See 'cf help -a'",
   152      "translation": "' non è un comando registrato. Vedi 'cf help'"
   153    },
   154    {
   155      "id": "'--docker-username' requires '--docker-image' to be specified",
   156      "translation": ""
   157    },
   158    {
   159      "id": "'routes' should be a list",
   160      "translation": "'routes' non deve essere un elenco"
   161    },
   162    {
   163      "id": "'{{.VersionShort}}' and '{{.VersionLong}}' are also accepted.",
   164      "translation": "Sono accettate anche '{{.VersionShort}}' e '{{.VersionLong}}'."
   165    },
   166    {
   167      "id": ") already exists.",
   168      "translation": ") esiste già."
   169    },
   170    {
   171      "id": "**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.**\n\nDo you want to install the plugin {{.Plugin}}?",
   172      "translation": "**Attenzione: i plug-in sono binari scritti da autori potenzialmente non attendibili. L'installazione e l'utilizzo dei plug-in è a tuo proprio rischio.**\n\nVuoi installare il plug-in {{.Plugin}}?"
   173    },
   174    {
   175      "id": "**EXPERIMENTAL** Create a V3 App",
   176      "translation": ""
   177    },
   178    {
   179      "id": "**EXPERIMENTAL** Create a new droplet for an app",
   180      "translation": ""
   181    },
   182    {
   183      "id": "**EXPERIMENTAL** Uploads a V3 Package",
   184      "translation": ""
   185    },
   186    {
   187      "id": "2006-01-02 15:04:05 PM",
   188      "translation": ""
   189    },
   190    {
   191      "id": "\u003call\u003e",
   192      "translation": ""
   193    },
   194    {
   195      "id": "A command line tool to interact with Cloud Foundry",
   196      "translation": "Uno strumento riga di comando per interagire con Cloud Foundry"
   197    },
   198    {
   199      "id": "ADD/REMOVE PLUGIN",
   200      "translation": "AGGIUNGI/RIMUOVI PLUGIN"
   201    },
   202    {
   203      "id": "ADD/REMOVE PLUGIN REPOSITORY",
   204      "translation": "AGGIUNGI/RIMUOVI REPOSITORY PLUGIN"
   205    },
   206    {
   207      "id": "ADD/REMOVE PLUGIN REPOSITORY:",
   208      "translation": ""
   209    },
   210    {
   211      "id": "ADD/REMOVE PLUGIN:",
   212      "translation": ""
   213    },
   214    {
   215      "id": "ADVANCED",
   216      "translation": "AVANZATE"
   217    },
   218    {
   219      "id": "ADVANCED:",
   220      "translation": ""
   221    },
   222    {
   223      "id": "ALIAS:",
   224      "translation": "ALIAS:"
   225    },
   226    {
   227      "id": "API URL to target",
   228      "translation": "URL API di destinazione "
   229    },
   230    {
   231      "id": "API endpoint",
   232      "translation": "Endpoint API"
   233    },
   234    {
   235      "id": "API endpoint (e.g. https://api.example.com)",
   236      "translation": "Endpoint API (ad esempio, https://api.example.com)"
   237    },
   238    {
   239      "id": "API endpoint not found at '{{.URL}}'",
   240      "translation": ""
   241    },
   242    {
   243      "id": "API endpoint:",
   244      "translation": "Endpoint API:"
   245    },
   246    {
   247      "id": "API endpoint: {{.APIEndpoint}}",
   248      "translation": "Endpoint API: {{.APIEndpoint}}"
   249    },
   250    {
   251      "id": "API endpoint: {{.APIEndpoint}} (API version: {{.APIVersion}})",
   252      "translation": "Endpoint API: {{.APIEndpoint}} (versione API: {{.APIVersion}})"
   253    },
   254    {
   255      "id": "API endpoint: {{.Endpoint}}",
   256      "translation": "Endpoint API: {{.Endpoint}}"
   257    },
   258    {
   259      "id": "APPS",
   260      "translation": "APPLICAZIONI"
   261    },
   262    {
   263      "id": "APPS:",
   264      "translation": ""
   265    },
   266    {
   267      "id": "APP_INSTANCES",
   268      "translation": "ISTANZE_APPLICAZIONE"
   269    },
   270    {
   271      "id": "APP_NAME",
   272      "translation": "NOME_APPLICAZIONE"
   273    },
   274    {
   275      "id": "Access for plans of a particular broker",
   276      "translation": "Accesso ai piani di uno specifico broker"
   277    },
   278    {
   279      "id": "Access for service name of a particular service offering",
   280      "translation": "Accesso al nome del servizio di una specifica offerta di servizi"
   281    },
   282    {
   283      "id": "Acquiring running security groups as '{{.username}}'",
   284      "translation": "Acquisizione dei gruppi di sicurezza in esecuzione come '{{.username}}'"
   285    },
   286    {
   287      "id": "Acquiring staging security group as {{.username}}",
   288      "translation": "Acquisizione del gruppo di sicurezza in fase di preparazione come {{.username}}"
   289    },
   290    {
   291      "id": "Add a new plugin repository",
   292      "translation": "Aggiungi un nuovo repository di plug-in"
   293    },
   294    {
   295      "id": "Add a url route to an app",
   296      "translation": "Aggiungi una rotta URL a un'applicazione"
   297    },
   298    {
   299      "id": "Adding route {{.URL}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
   300      "translation": "Aggiunta della rotta {{.URL}} all'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
   301    },
   302    {
   303      "id": "Alias `{{.Command}}` in the plugin being installed is a native CF command/alias.  Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.",
   304      "translation": "L'alias `{{.Command}}` nel plug-in che viene installato è un comando/alias CF nativo.  Ridenomina il comando `{{.Command}}` nel plug-in da installare in modo da consentirne l'installazione e l'utilizzo."
   305    },
   306    {
   307      "id": "Alias `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'.  You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command.  However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.",
   308      "translation": "L'alias `{{.Command}}` è un comando/alias nel plug-in '{{.PluginName}}'.  Puoi provare a disinstallare il plug-in '{{.PluginName}}' e quindi a installare questo plug-in per richiamare il comando `{{.Command}}`.  Tuttavia, devi prima comprendere appieno l'impatto della disinstallazione del plug-in '{{.PluginName}}' esistente."
   309    },
   310    {
   311      "id": "All available CLI commands",
   312      "translation": ""
   313    },
   314    {
   315      "id": "Allow SSH access for the space",
   316      "translation": "Consenti accesso SSH per lo spazio"
   317    },
   318    {
   319      "id": "Also delete any mapped routes",
   320      "translation": "Elimina anche tutte le rotte associate"
   321    },
   322    {
   323      "id": "An org must be targeted before targeting a space",
   324      "translation": "È necessario specificare un'organizzazione di destinazione prima di specificare uno spazio"
   325    },
   326    {
   327      "id": "App",
   328      "translation": "Applicazione"
   329    },
   330    {
   331      "id": "App ",
   332      "translation": "Applicazione "
   333    },
   334    {
   335      "id": "App instance limit",
   336      "translation": "Limite istanze applicazione"
   337    },
   338    {
   339      "id": "App is not staged.",
   340      "translation": ""
   341    },
   342    {
   343      "id": "App name is a required field",
   344      "translation": "Nome applicazione è un campo obbligatorio"
   345    },
   346    {
   347      "id": "App {{.AppName}} already exists.",
   348      "translation": ""
   349    },
   350    {
   351      "id": "App {{.AppName}} does not exist.",
   352      "translation": "L'applicazione {{.AppName}} non esiste."
   353    },
   354    {
   355      "id": "App {{.AppName}} is a worker, skipping route creation",
   356      "translation": "L'applicazione {{.AppName}} è un lavoro, la creazione della rotta verrà ignorata"
   357    },
   358    {
   359      "id": "App {{.AppName}} is already bound to {{.ServiceName}}.",
   360      "translation": "L'applicazione {{.AppName}} è già associata a {{.ServiceName}}."
   361    },
   362    {
   363      "id": "App {{.AppName}} is already started",
   364      "translation": ""
   365    },
   366    {
   367      "id": "App {{.AppName}} not found",
   368      "translation": ""
   369    },
   370    {
   371      "id": "Append API request diagnostics to a log file",
   372      "translation": ""
   373    },
   374    {
   375      "id": "Application health check type (Default: 'port', 'none' accepted for 'process', 'http' implies endpoint '/')",
   376      "translation": "Tipo di controllo di integrità dell'applicazione (Valore predefinito: 'port', 'none' accettato per 'process', 'http' implica un endpoint '/')"
   377    },
   378    {
   379      "id": "Application instance index",
   380      "translation": "Indice istanza applicazione"
   381    },
   382    {
   383      "id": "Application instance index (Default: 0)",
   384      "translation": ""
   385    },
   386    {
   387      "id": "Application lifecycle:",
   388      "translation": ""
   389    },
   390    {
   391      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'domain'/'domains'",
   392      "translation": "L'applicazione {{.AppName}} non deve essere configurata con 'routes' e 'domain'/'domains'"
   393    },
   394    {
   395      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'host'/'hosts'",
   396      "translation": "L'applicazione {{.AppName}} non deve essere configurata con 'routes' e 'host'/'hosts'"
   397    },
   398    {
   399      "id": "Application {{.AppName}} must not be configured with both 'routes' and 'no-hostname'",
   400      "translation": "L'applicazione {{.AppName}} non deve essere configurata con 'routes' e 'no-hostname'"
   401    },
   402    {
   403      "id": "Applications in this space will be placed in isolation segment {{.orgIsolationSegment}}.",
   404      "translation": ""
   405    },
   406    {
   407      "id": "Applications in this space will be placed in the platform default isolation segment.",
   408      "translation": ""
   409    },
   410    {
   411      "id": "Apps:",
   412      "translation": "Applicazioni:"
   413    },
   414    {
   415      "id": "Assign a quota to an org",
   416      "translation": "Assegna una quota a un'organizzazione"
   417    },
   418    {
   419      "id": "Assign a space quota definition to a space",
   420      "translation": "Assegna una definizione di quota dello spazio a uno spazio"
   421    },
   422    {
   423      "id": "Assign a space role to a user",
   424      "translation": "Assegna un ruolo spazio a un utente"
   425    },
   426    {
   427      "id": "Assign an org role to a user",
   428      "translation": "Assegna un ruolo organizzazione a un utente"
   429    },
   430    {
   431      "id": "Assign the isolation segment that apps in a space are started in",
   432      "translation": ""
   433    },
   434    {
   435      "id": "Assigned Value",
   436      "translation": "Valore assegnato"
   437    },
   438    {
   439      "id": "Assigning role {{.Role}} to user {{.CurrentUser}} in org {{.TargetOrg}} ...",
   440      "translation": "Assegnazione del ruolo {{.Role}} all'utente {{.CurrentUser}} nell'organizzazione {{.TargetOrg}}  in corso..."
   441    },
   442    {
   443      "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...",
   444      "translation": "Assegnazione del ruolo {{.Role}} all'utente {{.TargetUser}} nell'organizzazione {{.TargetOrg}} / spazio {{.TargetSpace}} come {{.CurrentUser}} in corso..."
   445    },
   446    {
   447      "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
   448      "translation": "Assegnazione del ruolo {{.Role}} all'utente {{.TargetUser}} nell'organizzazione {{.TargetOrg}} come {{.CurrentUser}} in corso..."
   449    },
   450    {
   451      "id": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...",
   452      "translation": "Assegnazione del gruppo di sicurezza {{.security_group}} allo spazio {{.space}} nell'organizzazione {{.organization}} come {{.username}} in corso..."
   453    },
   454    {
   455      "id": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...",
   456      "translation": "Assegnazione della quota di spazio {{.QuotaName}} allo spazio {{.SpaceName}} come {{.Username}} in corso..."
   457    },
   458    {
   459      "id": "Attempting to download binary file from internet address...",
   460      "translation": "Tentativo di scaricare il file binario dall'indirizzo Internet in corso..."
   461    },
   462    {
   463      "id": "Attempting to migrate {{.ServiceInstanceDescription}}...",
   464      "translation": "Tentativo di migrare {{.ServiceInstanceDescription}} in corso..."
   465    },
   466    {
   467      "id": "Attention: Plugins are binaries written by potentially untrusted authors.",
   468      "translation": ""
   469    },
   470    {
   471      "id": "Attention: The plan `{{.PlanName}}` of service `{{.ServiceName}}` is not free.  The instance `{{.ServiceInstanceName}}` will incur a cost.  Contact your administrator if you think this is in error.",
   472      "translation": "Attenzione: il piano `{{.PlanName}}` del servizio `{{.ServiceName}}` non è gratuito.  L'istanza `{{.ServiceInstanceName}}` comporterà un costo.  Contatta l'amministratore se pensi che questo sia un errore."
   473    },
   474    {
   475      "id": "Authenticate user non-interactively",
   476      "translation": "Autentica utente in modalità non interattiva"
   477    },
   478    {
   479      "id": "Authenticating...",
   480      "translation": "Autenticazione in corso..."
   481    },
   482    {
   483      "id": "Authentication has expired.  Please log back in to re-authenticate.\n\nTIP: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` to log back in and re-authenticate.",
   484      "translation": "L'autenticazione è scaduta.  Accedi di nuovo per rieseguire l'autenticazione.\n\nSUGGERIMENTO: utilizza `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` per riaccedere ed eseguire di nuovo l'autenticazione."
   485    },
   486    {
   487      "id": "Authorization server did not redirect with one time code",
   488      "translation": "Il server di autorizzazione non è stato reindirizzato con un codice monouso"
   489    },
   490    {
   491      "id": "BILLING MANAGER",
   492      "translation": "GESTORE FATTURAZIONE"
   493    },
   494    {
   495      "id": "BUILDPACKS",
   496      "translation": "PACCHETTI DI BUILD"
   497    },
   498    {
   499      "id": "BUILDPACKS:",
   500      "translation": ""
   501    },
   502    {
   503      "id": "Basic ",
   504      "translation": "Di base "
   505    },
   506    {
   507      "id": "Before getting started:",
   508      "translation": ""
   509    },
   510    {
   511      "id": "Bind a security group to a particular space, or all existing spaces of an org",
   512      "translation": "Esegui il bind di un gruppo di sicurezza a uno spazio particolare o a tutti gli spazi di un'organizzazione"
   513    },
   514    {
   515      "id": "Bind a security group to the list of security groups to be used for running applications",
   516      "translation": "Esegui il bind di un gruppo di sicurezza all'elenco di gruppi di sicurezza da utilizzare per le applicazioni in esecuzione"
   517    },
   518    {
   519      "id": "Bind a security group to the list of security groups to be used for staging applications",
   520      "translation": "Esegui il bind di un gruppo di sicurezza all'elenco di gruppi di sicurezza da utilizzare per le applicazioni in fase di preparazione"
   521    },
   522    {
   523      "id": "Bind a service instance to an HTTP route",
   524      "translation": "Associa un'istanza del servizio a una rotta HTTP"
   525    },
   526    {
   527      "id": "Bind a service instance to an app",
   528      "translation": "Esegui il bind di un'istanza del servizio a un'applicazione"
   529    },
   530    {
   531      "id": "Binding between {{.InstanceName}} and {{.AppName}} did not exist",
   532      "translation": "Il bind tra {{.InstanceName}} e {{.AppName}} non esiste"
   533    },
   534    {
   535      "id": "Binding route {{.URL}} to service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
   536      "translation": "Associazione della rotta {{.URL}} all'istanza del servizio {{.ServiceInstanceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
   537    },
   538    {
   539      "id": "Binding security group {{.security_group}} to defaults for running as {{.username}}",
   540      "translation": "Esecuzione del bind del gruppo di sicurezza {{.security_group}} alle impostazioni predefinite per l'esecuzione come {{.username}}"
   541    },
   542    {
   543      "id": "Binding security group {{.security_group}} to staging as {{.username}}",
   544      "translation": "Esecuzione del bind del gruppo di sicurezza {{.security_group}} alla fase di preparazione come {{.username}}"
   545    },
   546    {
   547      "id": "Binding service {{.ServiceInstanceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
   548      "translation": "Esecuzione del bind del servizio {{.ServiceInstanceName}} all'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
   549    },
   550    {
   551      "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
   552      "translation": ""
   553    },
   554    {
   555      "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
   556      "translation": "Esecuzione del bind del servizio {{.ServiceName}} all'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
   557    },
   558    {
   559      "id": "Binding {{.URL}} to {{.AppName}}...",
   560      "translation": "Esecuzione del bind di {{.URL}} a {{.AppName}} in corso..."
   561    },
   562    {
   563      "id": "Bound apps: {{.BoundApplications}}",
   564      "translation": "Applicazioni associate: {{.BoundApplications}}"
   565    },
   566    {
   567      "id": "Buildpack {{.BuildpackName}} already exists",
   568      "translation": "Il pacchetto di build {{.BuildpackName}} esiste già"
   569    },
   570    {
   571      "id": "Buildpack {{.BuildpackName}} does not exist.",
   572      "translation": "Il pacchetto di build {{.BuildpackName}} non esiste."
   573    },
   574    {
   575      "id": "Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB",
   576      "translation": "La quantità di byte deve essere un numero intero con un'unità di misura come M, MB, G o GB"
   577    },
   578    {
   579      "id": "CANCELING",
   580      "translation": ""
   581    },
   582    {
   583      "id": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/",
   584      "translation": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/"
   585    },
   586    {
   587      "id": "CF_NAME add-plugin-repo REPO_NAME URL",
   588      "translation": "CF_NAME add-plugin-repo NOME_REPOSITORY URL"
   589    },
   590    {
   591      "id": "CF_NAME add-plugin-repo REPO_NAME URL\\n\\nEXAMPLES:\\n   CF_NAME add-plugin-repo ExampleRepo https://example.com/repo",
   592      "translation": ""
   593    },
   594    {
   595      "id": "CF_NAME allow-space-ssh SPACE_NAME",
   596      "translation": "CF_NAME allow-space-ssh NOME_SPAZIO"
   597    },
   598    {
   599      "id": "CF_NAME api [URL]",
   600      "translation": "CF_NAME api [URL]"
   601    },
   602    {
   603      "id": "CF_NAME app APP_NAME",
   604      "translation": "CF_NAME app NOME_APPLICAZIONE"
   605    },
   606    {
   607      "id": "CF_NAME apps",
   608      "translation": "CF_NAME apps"
   609    },
   610    {
   611      "id": "CF_NAME auth USERNAME PASSWORD\n\n",
   612      "translation": "CF_NAME auth NOMEUTENTE PASSWORD\n\n"
   613    },
   614    {
   615      "id": "CF_NAME auth USERNAME PASSWORD\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME auth name@example.com \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)",
   616      "translation": "CF_NAME auth NOME UTENTE PASSWORD\\n\\nAVVERTENZA:\\n   fornire la propria password come un'opzione della riga di comando è altamente sconsigliato \\n   La tua password potrebbe essere visibile agli altri ed essere registrata nella tua cronologia della shell\\n\\nESEMPI:\\n   CF_NAME auth name@example.com \\\"my password\\\" (utilizza le virgolette per le password con uno spazio)\\n   CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (eseguire l'escape delle virgolette se utilizzate nella password)"
   617    },
   618    {
   619      "id": "CF_NAME auth name@example.com \"\\\"password\\\"\" (escape quotes if used in password)",
   620      "translation": "CF_NAME auth name@example.com \"\\\"password\\\"\" (virgolette di escape se utilizzato nella password)"
   621    },
   622    {
   623      "id": "CF_NAME auth name@example.com \"my password\" (use quotes for passwords with a space)",
   624      "translation": "CF_NAME auth name@example.com \"my password\" (utilizza le virgolette per le password con uno spazio)"
   625    },
   626    {
   627      "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]",
   628      "translation": "CF_NAME bind-route-service DOMINIO ISTANZA_DEL_SERVIZIO [--hostname NOMEHOST] [--path PERCORSO] [-c PARAMETRI_COME_JSON]"
   629    },
   630    {
   631      "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXAMPLES:\\n   CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n   CF_NAME bind-route-service example.com myratelimiter -c file.json\\n   CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n   In Windows PowerShell use double-quoted, escaped JSON: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n   In Windows Command Line use single-quoted, escaped JSON: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'",
   632      "translation": "CF_NAME bind-route-service DOMINIO ISTANZA_SERVIZIO [--hostname NOME_HOST] [--path PERCORSO] [-c PARAMETRI_COME_JSON]\\n\\nESEMPI:\\n   CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n   CF_NAME bind-route-service example.com myratelimiter -c file.json\\n   CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n   In Windows PowerShell utilizza JSON con virgolette doppie e con escape: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n   Nella riga di comando Windows, utilizza JSON con una singola virgoletta e con escape: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'"
   633    },
   634    {
   635      "id": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo",
   636      "translation": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo"
   637    },
   638    {
   639      "id": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'",
   640      "translation": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'"
   641    },
   642    {
   643      "id": "CF_NAME bind-route-service example.com myratelimiter -c file.json",
   644      "translation": "CF_NAME bind-route-service example.com myratelimiter -c file.json"
   645    },
   646    {
   647      "id": "CF_NAME bind-running-security-group SECURITY_GROUP",
   648      "translation": "CF_NAME bind-running-security-group GRUPPO_SICUREZZA"
   649    },
   650    {
   651      "id": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
   652      "translation": "CF_NAME bind-running-security-group GRUPPO_SICUREZZA\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
   653    },
   654    {
   655      "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]",
   656      "translation": "CF_NAME bind-security-group GRUPPO_SICUREZZA ORG [SPAZIO]"
   657    },
   658    {
   659      "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE] [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.",
   660      "translation": "CF_NAME bind-security-group GRUPPO_SICUREZZA ORG [SPAZIO]\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
   661    },
   662    {
   663      "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]",
   664      "translation": "CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_DEL_SERVIZIO [-c PARAMETRI_COME_JSON]"
   665    },
   666    {
   667      "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n   CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json",
   668      "translation": "CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_SERVIZIO [-c PARAMETRI_COME_JSON]\\n\\n   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato:\\n\\n   CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_SERVIZIO -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. \\n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\\n   CF_NAME bind-service NOME_APPLICAZIONE ISTANZA_SERVIZIO -c PERCORSO_AL_FILE\\n\\n   Esempio di oggetto JSON valido:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nESEMPI:\\n   Linux/Mac:\\n      CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n   Riga di comando Windows:\\n      CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n   CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json"
   669    },
   670    {
   671      "id": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json",
   672      "translation": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json"
   673    },
   674    {
   675      "id": "CF_NAME bind-staging-security-group SECURITY_GROUP",
   676      "translation": "CF_NAME bind-staging-security-group GRUPPO_SICUREZZA"
   677    },
   678    {
   679      "id": "CF_NAME buildpacks",
   680      "translation": "CF_NAME buildpacks"
   681    },
   682    {
   683      "id": "CF_NAME check-route HOST DOMAIN [--path PATH]",
   684      "translation": "CF_NAME check-route HOST DOMINIO [--path PERCORSO]"
   685    },
   686    {
   687      "id": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXAMPLES:\\n   CF_NAME check-route myhost example.com            # example.com\\n   CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo",
   688      "translation": "CF_NAME check-route HOST DOMINIO [--path PERCORSO]\\n\\nESEMPI:\\n   CF_NAME check-route myhost example.com            # example.com\\n   CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo"
   689    },
   690    {
   691      "id": "CF_NAME check-route myhost example.com            # example.com",
   692      "translation": "CF_NAME check-route myhost example.com            # example.com"
   693    },
   694    {
   695      "id": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo",
   696      "translation": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo"
   697    },
   698    {
   699      "id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]",
   700      "translation": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTI] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]"
   701    },
   702    {
   703      "id": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]",
   704      "translation": "CF_NAME copy-source APPLICAZIONE_ORIGINE APPLICAZIONE_DESTINAZIONE [-s SPAZIO_DESTINAZIONE [-o ORGANIZZAZIONE_DESTINAZIONE]] [--no-restart]"
   705    },
   706    {
   707      "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]",
   708      "translation": "CF_NAME create-app-manifest NOME_APPLICAZIONE [-p /path/to/\u003capp-name\u003e-manifest.yml ]"
   709    },
   710    {
   711      "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]",
   712      "translation": "CF_NAME create-app-manifest NOME_APPLICAZIONE [-p /path/to/\u003capp-name\u003e-manifest.yml ]"
   713    },
   714    {
   715      "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]",
   716      "translation": "CF_NAME create-buildpack PACCHETTODIBUILD PERCORSO POSIZIONE [--enable|--disable]"
   717    },
   718    {
   719      "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.",
   720      "translation": "CF_NAME create-buildpack PACCHETTODIBUILD PERCORSO UBICAZIONE [--enable|--disable]\\n\\nSUGGERIMENTO:\\n   Il percorso deve essere un file zip, un URL a un file zip o una directory locale. La posizione è un numero intero positivo, imposta la priorità ed è ordinata dalla più bassa alla più alta."
   721    },
   722    {
   723      "id": "CF_NAME create-domain ORG DOMAIN",
   724      "translation": "CF_NAME create-domain ORG DOMINIO"
   725    },
   726    {
   727      "id": "CF_NAME create-isolation-segment SEGMENT_NAME\\n\\nNOTES:\\n   The isolation segment name must match the placement tag applied to the Diego cell.",
   728      "translation": ""
   729    },
   730    {
   731      "id": "CF_NAME create-org ORG",
   732      "translation": "CF_NAME create-org ORG"
   733    },
   734    {
   735      "id": "CF_NAME create-quota ",
   736      "translation": "CF_NAME create-quota "
   737    },
   738    {
   739      "id": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
   740      "translation": "CF_NAME create-quota QUOTA [-m MEMORIA_TOTALE] [-i MEMORIA_ISTANZA] [-r ROTTE] [-s ISTANZA_SERVIZIO] [-a ISTANZE_APPLICAZIONE] [--allow-paid-service-plans] [--reserved-route-ports PORTE_ROTTA_RISERVATE]"
   741    },
   742    {
   743      "id": "CF_NAME create-route my-space example.com                             # example.com",
   744      "translation": "CF_NAME create-route my-space example.com                             # example.com"
   745    },
   746    {
   747      "id": "CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com",
   748      "translation": "CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com"
   749    },
   750    {
   751      "id": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo",
   752      "translation": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo"
   753    },
   754    {
   755      "id": "CF_NAME create-route my-space example.com --port 50000                # example.com:50000",
   756      "translation": "CF_NAME create-route my-space example.com --port 50000                # example.com:50000"
   757    },
   758    {
   759      "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
   760      "translation": "CF_NAME create-security-group GRUPPO_SICUREZZA PERCORSO_A_FILE_DI_REGOLE_JSON"
   761    },
   762    {
   763      "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.  The file should have\\n   a single array with JSON objects inside describing the rules.  The JSON Base Object is\\n   omitted and only the square brackets and associated child object are required in the file.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]",
   764      "translation": "CF_NAME create-security-group GRUPPO_SICUREZZA PERCORSO_A_FILE_REGOLE_JSON\\n\\n   Il percorso fornito può essere un percorso assoluto o relativo a un file.  Il file deve avere\\n   un singolo array di oggetti JSON all'interno che descrivono le regole.  L'oggetto di base JSON viene\\n   omesso e nel file devono essere presenti solo le parentesi quadre e l'oggetto figlio associato.\\n\\n   Esempio di file json valido:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]"
   765    },
   766    {
   767      "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]",
   768      "translation": "CF_NAME create-service SERVIZIO PIANO ISTANZA_DEL_SERVIZIO [-c PARAMETRI_COME_JSON] [-t TAG]"
   769    },
   770    {
   771      "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\\n   The path to the parameters file can be an absolute or relative path to a file:\\n\\n   CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\nTIP:\\n   Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps\\n\\nEXAMPLES:\\n   Linux/Mac:\\n      CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n   Windows Command Line:\\n      CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n   CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n   CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"",
   772      "translation": "CF_NAME create-service SERVIZIO PIANO ISTANZA_SERVIZIO [-c PARAMETRI_COME_JSON] [-t TAG]\\n\\n   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato:\\n\\n   CF_NAME create-service SERVIZIO PIANO ISTANZA_SERVIZIO -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido.\\n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file:\\n\\n   CF_NAME create-service SERVIZIO PIANO ISTANZA_SERVIZIO -c PERCORSO_AL_FILE\\n\\n   Esempio di oggetto JSON valido:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\nSUGGERIMENTO:\\n   Utilizza 'CF_NAME create-user-provided-service' per rendere disponibili i servizi forniti dall'utente alle applicazioni CF\\n\\nESEMPI:\\n   Linux/Mac:\\n      CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n   Riga di comando Windows:\\n      CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n   CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n   CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\""
   773    },
   774    {
   775      "id": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json",
   776      "translation": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json"
   777    },
   778    {
   779      "id": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"",
   780      "translation": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\""
   781    },
   782    {
   783      "id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN",
   784      "translation": "CF_NAME create-service-auth-token ETICHETTA PROVIDER TOKEN"
   785    },
   786    {
   787      "id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]",
   788      "translation": "CF_NAME create-service-broker BROKER_SERVIZI NOMEUTENTE PASSWORD URL [--space-scoped]"
   789    },
   790    {
   791      "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\n\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\n\n   Example of valid JSON object:\n   {\n     \"permissions\": \"read-only\"\n   }",
   792      "translation": "CF_NAME create-service-key ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO [-c PARAMETRI_COME_JSON]\n\n   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato.\n  CF_NAME create-service-key ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO -c '{\"nome\":\"valore\",\"nome\":\"valore\"}'\n\n  Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\n   CF_NAME create-service-key ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO -c PERCORSO_AL_FILE\n\n   Esempio di un oggetto JSON valido:\n   {\n     \"permissions\": \"read-only\"\n   }"
   793    },
   794    {
   795      "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nEXAMPLES:\\n   CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n   CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json",
   796      "translation": "CF_NAME create-service-key ISTANZA_SERVIZIO CHIAVE_SERVIZIO [-c PARAMETRI_COME_JSON]\\n\\n   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato.\\n   CF_NAME create-service-key ISTANZA_SERVIZIO CHIAVE_SERVIZIO -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\\n   CF_NAME create-service-key ISTANZA_SERVIZIO CHIAVE_SERVIZIO -c PERCORSO_AL_FILE\\n\\n   Esempio di oggetto JSON valido:\\n   {\\n      \\\"permissions\\\": \\\"read-only\\\"\\n   }\\n\\nESEMPI:\\n   CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n   CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json"
   797    },
   798    {
   799      "id": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'",
   800      "translation": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'"
   801    },
   802    {
   803      "id": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json",
   804      "translation": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json"
   805    },
   806    {
   807      "id": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]",
   808      "translation": "CF_NAME create-shared-domain DOMINIO [--router-group GRUPPO_ROUTER]"
   809    },
   810    {
   811      "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]",
   812      "translation": "CF_NAME create-space SPAZIO [-o ORG] [-q QUOTA-SPAZIO]"
   813    },
   814    {
   815      "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]",
   816      "translation": "CF_NAME create-space SPAZIO [-o ORG] [-q QUOTA_SPAZIO]"
   817    },
   818    {
   819      "id": "CF_NAME create-space-quota ",
   820      "translation": "CF_NAME create-space-quota "
   821    },
   822    {
   823      "id": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
   824      "translation": "CF_NAME create-space-quota QUOTA [-i MEMORIA_ISTANZA] [-m MEMORIA] [-r ROTTE] [-s ISTANZA_SERVIZIO] [-a ISTANZE_APPLICAZIONE] [--allow-paid-service-plans] [--reserved-route-ports PORTE_ROTTA_RISERVATE]"
   825    },
   826    {
   827      "id": "CF_NAME create-user USERNAME PASSWORD",
   828      "translation": "CF_NAME create-user NOMEUTENTE PASSWORD"
   829    },
   830    {
   831      "id": "CF_NAME create-user USERNAME PASSWORD\\n   CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXAMPLES:\\n   cf create-user j.smith@example.com S3cr3t                  # internal user\\n   cf create-user j.smith@example.com --origin ldap           # LDAP user\\n   cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user",
   832      "translation": "CF_NAME create-user NOME UTENTE PASSWORD\\n   CF_NAME create-user NOME UTENTE --origin ORIGINE\\n\\nESEMPI:\\n   cf create-user j.smith@example.com S3cr3t                  # internal user\\n   cf create-user j.smith@example.com --origin ldap           # LDAP user\\n   cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user"
   833    },
   834    {
   835      "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n   Pass comma separated credential parameter names to enable interactive mode:\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n   Pass credential parameters as JSON to create a service non-interactively:\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n   Specify a path to a file containing JSON:\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE",
   836      "translation": "CF_NAME create-user-provided-service ISTANZA_DEL_SERVIZIO [-p CREDENZIALI] [-l URL_DI_SCARICO_SYSLOG] [-r URL_SERVIZIO_ROTTA]\n\n   Passa i nomi di parametro credenziali separati da virgole per abilitare la modalità interattiva:\n   CF_NAME create-user-provided-service ISTANZA_SERVIZIO -p \"nomi, parametro, separati, da, virgole\"\n\n   Passa i parametri credenziali come JSON per creare un servizio in modo non interattivo:\n   CF_NAME create-user-provided-service ISTANZA_DEL_SERVIZIO -p '{\"chiave1\":\"valore1\",\"chiave2\":\"valore2\"}'\n\n   Specifica un percorso a un file che contiene JSON:\n   CF_NAME create-user-provided-service ISTANZA_DEL_SERVIZIO -p PERCORSO_AL_FILE"
   837    },
   838    {
   839      "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n   CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n   Linux/Mac:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n   Windows Command Line:\\n      CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'",
   840      "translation": "CF_NAME create-user-provided-service ISTANZA_SERVIZIO [-p CREDENZIALI] [-l URL_DI_SCARICO_SYSLOG] [-r URL_SERVIZIO_ROTTA]\\n\\n   Passa i nomi di parametro credenziali separati da virgole per abilitare la modalità interattiva:\\n   CF_NAME create-user-provided-service ISTANZA_SERVIZIO -p \\\"comma, separated, parameter, names\\\"\\n\\n   Passa i parametri credenziali come JSON per creare un servizio in modo non interattivo:\\n   CF_NAME create-user-provided-service ISTANZA_SERVIZIO -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specifica un percorso a un file che contiene JSON:\\n   CF_NAME create-user-provided-service ISTANZA_SERVIZIO -p PERCORSO_AL_FILE\\n\\nESEMPI:\\n   CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n   CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n   Linux/Mac:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n   Riga di comando Windows:\\n      CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n   Windows PowerShell:\\n      CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'"
   841    },
   842    {
   843      "id": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"",
   844      "translation": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\""
   845    },
   846    {
   847      "id": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json",
   848      "translation": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json"
   849    },
   850    {
   851      "id": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com",
   852      "translation": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com"
   853    },
   854    {
   855      "id": "CF_NAME create-user-provided-service my-route-service -r https://example.com",
   856      "translation": "CF_NAME create-user-provided-service my-route-service -r https://example.com"
   857    },
   858    {
   859      "id": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'",
   860      "translation": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'"
   861    },
   862    {
   863      "id": "CF_NAME curl \"/v2/apps\" -d @/path/to/file",
   864      "translation": "CF_NAME curl \"/v2/apps\" -d @/path/to/file"
   865    },
   866    {
   867      "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\n\n   By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\n   is provided via -d, a POST will be performed instead, and the Content-Type\n   will be set to application/json. You may override headers with -H and the\n   request method with -X.\n\n   For API documentation, please visit http://apidocs.cloudfoundry.org.",
   868      "translation": "CF_NAME curl PERCORSO [-iv] [-X METODO] [-H INTESTAZIONE] [-d DATI] [--output FILE]\n\n   Per impostazione predefinita, 'CF_NAME curl' eseguirà un GET al PERCORSO specificato. Se i dati\n   vengono forniti tramite -d, verrà invece eseguito un POST e il Content-Type\n   sarà impostato su application/json. Puoi sostituire le intestazioni con -H e\n   il metodo di richiesta con -X.\n\n   Per la documentazione API, visita http://apidocs.cloudfoundry.org."
   869    },
   870    {
   871      "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n   By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\\n   is provided via -d, a POST will be performed instead, and the Content-Type\\n   will be set to application/json. You may override headers with -H and the\\n   request method with -X.\\n\\n   For API documentation, please visit http://apidocs.cloudfoundry.org.\\n\\nEXAMPLES:\\n   CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n   CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file",
   872      "translation": "CF_NAME curl PERCORSO [-iv] [-X METODO] [-H INTESTAZIONE] [-d DATI] [--output FILE]\\n\\n   Per impostazione predefinita, 'CF_NAME curl' eseguirà un GET al PERCORSO specificato. Se i dati\\n   vengono forniti tramite -d, verrà invece eseguito un POST e il Content-Type\\n   sarà impostato su application/json. Puoi sostituire le intestazioni con -H e\\n   il metodo di richiesta con -X.\\n\\n   Per la documentazione API, visita http://apidocs.cloudfoundry.org.\\n\\nESEMPI:\\n   CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n   CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file"
   873    },
   874    {
   875      "id": "CF_NAME delete APP_NAME [-f -r]",
   876      "translation": "CF_NAME delete NOME_APPLICAZIONE [-f -r]"
   877    },
   878    {
   879      "id": "CF_NAME delete APP_NAME [-r] [-f]",
   880      "translation": "CF_NAME delete NOME_APPLICAZIONE [-r] [-f]"
   881    },
   882    {
   883      "id": "CF_NAME delete-buildpack BUILDPACK [-f]",
   884      "translation": "CF_NAME delete-buildpack PACCHETTODIBUILD [-f]"
   885    },
   886    {
   887      "id": "CF_NAME delete-domain DOMAIN [-f]",
   888      "translation": "CF_NAME delete-domain DOMINIO [-f]"
   889    },
   890    {
   891      "id": "CF_NAME delete-isolation-segment SEGMENT_NAME",
   892      "translation": ""
   893    },
   894    {
   895      "id": "CF_NAME delete-org ORG [-f]",
   896      "translation": "CF_NAME delete-org ORG [-f]"
   897    },
   898    {
   899      "id": "CF_NAME delete-orphaned-routes [-f]",
   900      "translation": "CF_NAME delete-orphaned-routes [-f]"
   901    },
   902    {
   903      "id": "CF_NAME delete-quota QUOTA [-f]",
   904      "translation": "CF_NAME delete-quota QUOTA [-f]"
   905    },
   906    {
   907      "id": "CF_NAME delete-route example.com                              # example.com",
   908      "translation": "CF_NAME delete-route example.com                              # example.com"
   909    },
   910    {
   911      "id": "CF_NAME delete-route example.com --hostname myhost            # myhost.example.com",
   912      "translation": "CF_NAME delete-route example.com --hostname myhost            # myhost.example.com"
   913    },
   914    {
   915      "id": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo",
   916      "translation": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo"
   917    },
   918    {
   919      "id": "CF_NAME delete-route example.com --port 50000                 # example.com:50000",
   920      "translation": "CF_NAME delete-route example.com --port 50000                 # example.com:50000"
   921    },
   922    {
   923      "id": "CF_NAME delete-security-group SECURITY_GROUP [-f]",
   924      "translation": "CF_NAME delete-security-group GRUPPO_SICUREZZA [-f]"
   925    },
   926    {
   927      "id": "CF_NAME delete-service SERVICE_INSTANCE [-f]",
   928      "translation": "CF_NAME delete-service ISTANZA_DEL_SERVIZIO [-f]"
   929    },
   930    {
   931      "id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]",
   932      "translation": "CF_NAME delete-service-auth-token ETICHETTA PROVIDER [-f]"
   933    },
   934    {
   935      "id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]",
   936      "translation": "CF_NAME delete-service-broker BROKER_SERVIZI [-f]"
   937    },
   938    {
   939      "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]",
   940      "translation": "CF_NAME delete-service-key ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO [-f]"
   941    },
   942    {
   943      "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-service-key mydb mykey",
   944      "translation": "CF_NAME delete-service-key ISTANZA_SERVIZIO CHIAVE_SERVIZIO [-f]\\n\\nESEMPI:\\n   CF_NAME delete-service-key mydb mykey"
   945    },
   946    {
   947      "id": "CF_NAME delete-service-key mydb mykey",
   948      "translation": "CF_NAME delete-service-key mydb mykey"
   949    },
   950    {
   951      "id": "CF_NAME delete-shared-domain DOMAIN [-f]",
   952      "translation": "CF_NAME delete-shared-domain DOMINIO [-f]"
   953    },
   954    {
   955      "id": "CF_NAME delete-space SPACE [-o ORG] [-f]",
   956      "translation": "CF_NAME delete-space SPAZIO [-o ORG] [-f]"
   957    },
   958    {
   959      "id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]",
   960      "translation": "CF_NAME delete-space-quota NOME-QUOTA-SPAZIO [-f]"
   961    },
   962    {
   963      "id": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]",
   964      "translation": "CF_NAME delete-space-quota NOME_QUOTA_SPAZIO [-f]"
   965    },
   966    {
   967      "id": "CF_NAME delete-user USERNAME [-f]",
   968      "translation": "CF_NAME delete-user NOMEUTENTE [-f]"
   969    },
   970    {
   971      "id": "CF_NAME disable-feature-flag FEATURE_NAME",
   972      "translation": "CF_NAME disable-feature-flag NOME_FUNZIONE"
   973    },
   974    {
   975      "id": "CF_NAME disable-org-isolation ORG_NAME SEGMENT_NAME",
   976      "translation": ""
   977    },
   978    {
   979      "id": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]",
   980      "translation": "CF_NAME disable-service-access SERVIZIO [-p PIANO] [-o ORG]"
   981    },
   982    {
   983      "id": "CF_NAME disable-ssh APP_NAME",
   984      "translation": "CF_NAME disable-ssh NOME_APPLICAZIONE"
   985    },
   986    {
   987      "id": "CF_NAME disallow-space-ssh SPACE_NAME",
   988      "translation": "CF_NAME disallow-space-ssh NOME_SPAZIO"
   989    },
   990    {
   991      "id": "CF_NAME domains",
   992      "translation": "CF_NAME domains"
   993    },
   994    {
   995      "id": "CF_NAME enable-feature-flag FEATURE_NAME",
   996      "translation": "CF_NAME enable-feature-flag NOME_FUNZIONE"
   997    },
   998    {
   999      "id": "CF_NAME enable-org-isolation ORG_NAME SEGMENT_NAME",
  1000      "translation": "CF_NAME enable-org-isolation NOME_ORGANIZZAZIONE NOME_SEGMENTO"
  1001    },
  1002    {
  1003      "id": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]",
  1004      "translation": "CF_NAME enable-service-access SERVIZIO [-p PIANO] [-o ORG]"
  1005    },
  1006    {
  1007      "id": "CF_NAME enable-ssh APP_NAME",
  1008      "translation": "CF_NAME enable-ssh NOME_APPLICAZIONE"
  1009    },
  1010    {
  1011      "id": "CF_NAME env APP_NAME",
  1012      "translation": "CF_NAME env NOME_APPLICAZIONE"
  1013    },
  1014    {
  1015      "id": "CF_NAME events ",
  1016      "translation": "CF_NAME events "
  1017    },
  1018    {
  1019      "id": "CF_NAME events APP_NAME",
  1020      "translation": "CF_NAME events NOME_APPLICAZIONE"
  1021    },
  1022    {
  1023      "id": "CF_NAME feature-flag FEATURE_NAME",
  1024      "translation": "CF_NAME feature-flag NOME_FUNZIONE"
  1025    },
  1026    {
  1027      "id": "CF_NAME feature-flags",
  1028      "translation": "CF_NAME feature-flags"
  1029    },
  1030    {
  1031      "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nTIP:\n  To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'",
  1032      "translation": "CF_NAME files NOME_APPLICAZIONE [PERCORSO] [-i ISTANZA]\n\t\t\t\nSUGGERIMENTO:\n  per elencare e ispezionare i file di un'applicazione in esecuzione sul backend Diego, utilizza 'CF_NAME ssh'"
  1033    },
  1034    {
  1035      "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nTIP:\\n   To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'",
  1036      "translation": "CF_NAME files NOME_APPLICAZIONE [PERCORSO] [-i ISTANZA]\\n\\nSUGGERIMENTO:\\n   per elencare e ispezionare i file di un'applicazione in esecuzione sul backend Diego, utilizza 'CF_NAME ssh'"
  1037    },
  1038    {
  1039      "id": "CF_NAME get-health-check APP_NAME",
  1040      "translation": "CF_NAME get-health-check NOME_APPLICAZIONE"
  1041    },
  1042    {
  1043      "id": "CF_NAME help [COMMAND]",
  1044      "translation": "CF_NAME help [COMANDO]"
  1045    },
  1046    {
  1047      "id": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n   Prompts for confirmation unless '-f' is provided.",
  1048      "translation": "CF_NAME install-plugin (PERCORSO-LOCALE/A/PLUGIN | URL | -r NOME_REPOSITORY NOME_PLUGIN) [-f]\n\n   Richiede una conferma a meno che non sia fornito '-f'."
  1049    },
  1050    {
  1051      "id": "CF_NAME install-plugin -r My-Repo plugin-echo",
  1052      "translation": "CF_NAME install-plugin -r My-Repo plugin-echo"
  1053    },
  1054    {
  1055      "id": "CF_NAME install-plugin PLUGIN_NAME [-r REPO_NAME] [-f]\\n   CF_NAME install-plugin LOCAL-PATH/TO/PLUGIN | URL [-f]\\n\\nEXAMPLES:\\n   CF_NAME install-plugin ~/Downloads/plugin-foobar\\n   CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64\\n   CF_NAME install-plugin -r My-Repo plugin-echo",
  1056      "translation": ""
  1057    },
  1058    {
  1059      "id": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64",
  1060      "translation": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64"
  1061    },
  1062    {
  1063      "id": "CF_NAME install-plugin ~/Downloads/plugin-foobar",
  1064      "translation": "CF_NAME install-plugin ~/Downloads/plugin-foobar"
  1065    },
  1066    {
  1067      "id": "CF_NAME isolation-segments",
  1068      "translation": ""
  1069    },
  1070    {
  1071      "id": "CF_NAME list-plugin-repos",
  1072      "translation": "CF_NAME list-plugin-repos"
  1073    },
  1074    {
  1075      "id": "CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)",
  1076      "translation": "CF_NAME login (ometti nome utente e password per eseguire il login interattivamente -- CF_NAME richiederà entrambi)"
  1077    },
  1078    {
  1079      "id": "CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)",
  1080      "translation": "CF_NAME login --sso (CF_NAME fornirà un url per ottenere una passcode monouso per effettuare l'accesso)"
  1081    },
  1082    {
  1083      "id": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escape quotes if used in password)",
  1084      "translation": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (virgolette di escape se utilizzato nella password)"
  1085    },
  1086    {
  1087      "id": "CF_NAME login -u name@example.com -p \"my password\" (use quotes for passwords with a space)",
  1088      "translation": "CF_NAME login -u name@example.com -p \"my password\" (utilizza virgolette per le password con uno spazio"
  1089    },
  1090    {
  1091      "id": "CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)",
  1092      "translation": "CF_NAME login -u name@example.com -p pa55woRD (specifica nome utente e password come argomenti)"
  1093    },
  1094    {
  1095      "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\n\n",
  1096      "translation": "CF_NAME login [-a URL_API] [-u NOME UTENTE] [-p PASSWORD] [-o ORG] [-s SPAZIO] [--sso | --sso-passcode PASSCODE]\n\n"
  1097    },
  1098    {
  1099      "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\\n\\nWARNING:\\n   Providing your password as a command line option is highly discouraged\\n   Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n   CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\\n   CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\\n   CF_NAME login -u name@example.com -p \\\"my password\\\" (use quotes for passwords with a space)\\n   CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)\\n   CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)",
  1100      "translation": "CF_NAME login [-a URL_API] [-u NOME UTENTE] [-p PASSWORD] [-o ORG] [-s SPAZIO] [--sso | --sso-passcode PASSCODE]\\n\\nAVVERTENZA:\\n   fornire la tua password come un'opzione della riga di comando è fortemente sconsigliato\\n   La password potrebbe essere visibile agli altri ed essere registrata nella tua cronologia della shell\\n\\nESEMPI:\\n   CF_NAME login (ometti nome utente e password per eseguire il login interattivamente -- CF_NAME richiederà entrambi)\\n   CF_NAME login -u name@example.com -p pa55woRD (specifica nome utente e password come argomenti)\\n   CF_NAME login -u name@example.com -p \\\"my password\\\" (utilizza le virgolette per le password con uno spazio)\\n   CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (eseguire l'escape delle virgolette se utilizzate nella password)\\n   CF_NAME login --sso (CF_NAME fornirà un url per ottenere un passcode monouso per effettuare l'accesso)"
  1101    },
  1102    {
  1103      "id": "CF_NAME logout",
  1104      "translation": "CF_NAME logout"
  1105    },
  1106    {
  1107      "id": "CF_NAME logs APP_NAME",
  1108      "translation": "CF_NAME logs NOME_APPLICAZIONE"
  1109    },
  1110    {
  1111      "id": "CF_NAME map-route my-app example.com                              # example.com",
  1112      "translation": "CF_NAME map-route my-app example.com                              # example.com"
  1113    },
  1114    {
  1115      "id": "CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com",
  1116      "translation": "CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com"
  1117    },
  1118    {
  1119      "id": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo",
  1120      "translation": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo"
  1121    },
  1122    {
  1123      "id": "CF_NAME map-route my-app example.com --port 50000                 # example.com:50000",
  1124      "translation": "CF_NAME map-route my-app example.com --port 50000                 # example.com:50000"
  1125    },
  1126    {
  1127      "id": "CF_NAME marketplace ",
  1128      "translation": "CF_NAME marketplace "
  1129    },
  1130    {
  1131      "id": "CF_NAME marketplace [-s SERVICE]",
  1132      "translation": "CF_NAME marketplace [-s SERVIZIO]"
  1133    },
  1134    {
  1135      "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n",
  1136      "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n"
  1137    },
  1138    {
  1139      "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nWARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans.  We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.",
  1140      "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nAVVERTENZA: questa è un'operazione interna di Cloud Foundry; i broker dei servizi non verranno contattati e le risorse delle istanze del servizio non verranno modificate. Il caso di utilizzo primario per questa operazione è quello di sostituire un broker dei servizi che implementa l'API Broker dei servizi v1 con un broker che implementa l'API v2 mediante la riassociazione delle istanze del servizio dai piani della v1 ai piani della v2.  Si consiglia di rendere privato il piano v1 o di arrestare il broker v1 per impedire la creazione di istanze aggiuntive. Una volta che le istanze del servizio sono state migrate, i servizi e i piani della v1 possono essere rimossi da Cloud Foundry."
  1141    },
  1142    {
  1143      "id": "CF_NAME oauth-token",
  1144      "translation": "CF_NAME oauth-token"
  1145    },
  1146    {
  1147      "id": "CF_NAME org ORG",
  1148      "translation": "CF_NAME org ORG"
  1149    },
  1150    {
  1151      "id": "CF_NAME org ORG [--guid]",
  1152      "translation": ""
  1153    },
  1154    {
  1155      "id": "CF_NAME org-users ORG",
  1156      "translation": "CF_NAME org-users ORG"
  1157    },
  1158    {
  1159      "id": "CF_NAME orgs",
  1160      "translation": "CF_NAME orgs"
  1161    },
  1162    {
  1163      "id": "CF_NAME passwd",
  1164      "translation": "CF_NAME passwd"
  1165    },
  1166    {
  1167      "id": "CF_NAME plugins",
  1168      "translation": "CF_NAME plugins"
  1169    },
  1170    {
  1171      "id": "CF_NAME plugins [--checksum | --outdated]",
  1172      "translation": ""
  1173    },
  1174    {
  1175      "id": "CF_NAME purge-service-instance SERVICE_INSTANCE",
  1176      "translation": "CF_NAME purge-service-instance ISTANZA_DEL_SERVIZIO"
  1177    },
  1178    {
  1179      "id": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nWARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.",
  1180      "translation": "CF_NAME purge-service-instance ISTANZA_SERVIZIO\\n\\nAVVERTENZA: questa operazione presuppone che il broker dei servizi responsabile di questa istanza del servizio non è più disponibile o non risponde con un codice 200 o 410 e che l'istanza del servizio è stata eliminata, lasciando dei record orfani nel database Cloud Foundry. Tutte le informazioni relative all'istanza del servizio verranno rimosse da Cloud Foundry, incluso i bind e le chiavi del servizio."
  1181    },
  1182    {
  1183      "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]",
  1184      "translation": "CF_NAME purge-service-offering SERVIZIO [-p PROVIDER]"
  1185    },
  1186    {
  1187      "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nWARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.",
  1188      "translation": "CF_NAME purge-service-offering SERVIZIO [-p PROVIDER] [-f]\\n\\nAVVERTENZA: questa operazione presuppone che il broker dei servizi responsabile di questa offerta di servizi non è più disponibile e che tutte le istanze di servizio sono state eliminate, lasciando dei record orfani nel database Cloud Foundry. Tutte le informazioni relative al servizio verranno rimosse da Cloud Foundry, incluso le istanze e i bind del servizio. Non verrà effettuato alcun tentativo di contattare il broker dei servizi; l'esecuzione di questo comando senza eliminare il broker dei servizi comporterà delle istanze di servizio orfane. Dopo aver eseguito questo comando, puoi anche eseguire delete-service-auth-token o delete-service-broker per completare il cleanup."
  1189    },
  1190    {
  1191      "id": "CF_NAME quota QUOTA",
  1192      "translation": "CF_NAME quota QUOTA"
  1193    },
  1194    {
  1195      "id": "CF_NAME quotas",
  1196      "translation": "CF_NAME quotas"
  1197    },
  1198    {
  1199      "id": "CF_NAME remove-plugin-repo PrivateRepo",
  1200      "translation": "CF_NAME remove-plugin-repo PrivateRepo"
  1201    },
  1202    {
  1203      "id": "CF_NAME remove-plugin-repo REPO_NAME",
  1204      "translation": "CF_NAME remove-plugin-repo NOME_REPOSITORY"
  1205    },
  1206    {
  1207      "id": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXAMPLES:\\n   CF_NAME remove-plugin-repo PrivateRepo",
  1208      "translation": "CF_NAME remove-plugin-repo NOME_REPOSITORY\\n\\nESEMPI:\\n   CF_NAME remove-plugin-repo PrivateRepo"
  1209    },
  1210    {
  1211      "id": "CF_NAME rename APP_NAME NEW_APP_NAME",
  1212      "translation": "CF_NAME rename NOME_APPLICAZIONE NUOVO_NOME_APPLICAZIONE"
  1213    },
  1214    {
  1215      "id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME",
  1216      "translation": "CF_NAME rename-buildpack NOME_PACCHETTO_DI_BUILD NUOVO_NOME_PACCHETTO_DI_BUILD"
  1217    },
  1218    {
  1219      "id": "CF_NAME rename-org ORG NEW_ORG",
  1220      "translation": "CF_NAME rename-org ORG NUOVA_ORGANIZZAZIONE"
  1221    },
  1222    {
  1223      "id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE",
  1224      "translation": "CF_NAME rename-service ISTANZA_DEL_SERVIZIO NUOVA_ISTANZA_DEL_SERVIZIO"
  1225    },
  1226    {
  1227      "id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER",
  1228      "translation": "CF_NAME rename-service-broker BROKER_SERVIZI NUOVO_BROKER_SERVIZI"
  1229    },
  1230    {
  1231      "id": "CF_NAME rename-space SPACE NEW_SPACE",
  1232      "translation": "CF_NAME rename-space SPAZIO NUOVO_SPAZIO"
  1233    },
  1234    {
  1235      "id": "CF_NAME repo-plugins -r PrivateRepo",
  1236      "translation": "CF_NAME repo-plugins -r PrivateRepo"
  1237    },
  1238    {
  1239      "id": "CF_NAME repo-plugins [-r REPO_NAME]",
  1240      "translation": "CF_NAME repo-plugins [-r NOME_REPOSITORY]"
  1241    },
  1242    {
  1243      "id": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXAMPLES:\\n   CF_NAME repo-plugins -r PrivateRepo",
  1244      "translation": "CF_NAME repo-plugins [-r NOME_REPOSITORY]\\n\\nESEMPI:\\n   CF_NAME repo-plugins -r PrivateRepo"
  1245    },
  1246    {
  1247      "id": "CF_NAME reset-space-isolation-segment SPACE_NAME",
  1248      "translation": ""
  1249    },
  1250    {
  1251      "id": "CF_NAME restage APP_NAME",
  1252      "translation": "CF_NAME restage NOME_APPLICAZIONE"
  1253    },
  1254    {
  1255      "id": "CF_NAME restart APP_NAME",
  1256      "translation": "CF_NAME restart NOME_APPLICAZIONE"
  1257    },
  1258    {
  1259      "id": "CF_NAME restart-app-instance APP_NAME INDEX",
  1260      "translation": "CF_NAME restart-app-instance NOME_APPLICAZIONE INDICE"
  1261    },
  1262    {
  1263      "id": "CF_NAME router-groups",
  1264      "translation": "CF_NAME router-groups"
  1265    },
  1266    {
  1267      "id": "CF_NAME routes [--orglevel]",
  1268      "translation": "CF_NAME routes [--orglevel]"
  1269    },
  1270    {
  1271      "id": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nTIP:\\n   Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.\\n\\nEXAMPLES:\\n   CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate",
  1272      "translation": "CF_NAME run-task NOME_APPLICAZIONE COMANDO [-k DISCO] [-m MEMORIA] [--name NOME_ATTIVITÀ]\\n\\nSUGGERIMENTO:\\n   Utilizza 'cf logs' per visualizzare i log dell'applicazione e tutte le relative attività. Se la tua attività è univoca, utilizza questo output del comando per il nome attività per visualizzare i log specifici dell'attività.\\n\\nESEMPI:\\n   CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate"
  1273    },
  1274    {
  1275      "id": "CF_NAME running-environment-variable-group",
  1276      "translation": "CF_NAME running-environment-variable-group"
  1277    },
  1278    {
  1279      "id": "CF_NAME running-security-groups",
  1280      "translation": "CF_NAME running-security-groups"
  1281    },
  1282    {
  1283      "id": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]",
  1284      "translation": "CF_NAME scale NOME_APPLICAZIONE [-i ISTANZE] [-k DISCO] [-m MEMORIA] [-f]"
  1285    },
  1286    {
  1287      "id": "CF_NAME security-group SECURITY_GROUP",
  1288      "translation": "CF_NAME security-group GRUPPO_SICUREZZA"
  1289    },
  1290    {
  1291      "id": "CF_NAME security-groups",
  1292      "translation": "CF_NAME security-groups"
  1293    },
  1294    {
  1295      "id": "CF_NAME service SERVICE_INSTANCE",
  1296      "translation": "CF_NAME service ISTANZA_DEL_SERVIZIO"
  1297    },
  1298    {
  1299      "id": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]",
  1300      "translation": "CF_NAME service-access [-b BROKER] [-e SERVIZIO] [-o ORG]"
  1301    },
  1302    {
  1303      "id": "CF_NAME service-auth-tokens",
  1304      "translation": "CF_NAME service-auth-tokens"
  1305    },
  1306    {
  1307      "id": "CF_NAME service-brokers",
  1308      "translation": "CF_NAME service-brokers"
  1309    },
  1310    {
  1311      "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY",
  1312      "translation": "CF_NAME service-key ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO"
  1313    },
  1314    {
  1315      "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXAMPLES:\\n   CF_NAME service-key mydb mykey",
  1316      "translation": "CF_NAME service-key ISTANZA_SERVIZIO CHIAVE_SERVIZIO\\n\\nESEMPI:\\n   CF_NAME service-key mydb mykey"
  1317    },
  1318    {
  1319      "id": "CF_NAME service-key mydb mykey",
  1320      "translation": "CF_NAME service-key mydb mykey"
  1321    },
  1322    {
  1323      "id": "CF_NAME service-keys SERVICE_INSTANCE",
  1324      "translation": "CF_NAME service-keys ISTANZA_DEL_SERVIZIO"
  1325    },
  1326    {
  1327      "id": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXAMPLES:\\n   CF_NAME service-keys mydb",
  1328      "translation": "CF_NAME service-keys ISTANZA_SERVIZIO\\n\\nESEMPI:\\n   CF_NAME service-keys mydb"
  1329    },
  1330    {
  1331      "id": "CF_NAME service-keys mydb",
  1332      "translation": "CF_NAME service-keys mydb"
  1333    },
  1334    {
  1335      "id": "CF_NAME services",
  1336      "translation": "CF_NAME services"
  1337    },
  1338    {
  1339      "id": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE",
  1340      "translation": "CF_NAME set-env NOME_APPLICAZIONE NOME_VARIABILE_DI_AMBIENTE VALORE_VARIABILE_DI_AMBIENTE"
  1341    },
  1342    {
  1343      "id": "CF_NAME set-health-check APP_NAME 'port'|'none'",
  1344      "translation": "CF_NAME set-health-check NOME_APPLICAZIONE 'port'|'none'"
  1345    },
  1346    {
  1347      "id": "CF_NAME set-health-check APP_NAME (process | port | http [--endpoint PATH])\\n\\nTIP: 'none' has been deprecated but is accepted for 'process'.\\n\\nEXAMPLES:\\n   cf set-health-check worker-app process\\n   cf set-health-check my-web-app http --endpoint /foo",
  1348      "translation": "CF_NAME set-health-check NOME_APPLICAZIONE (process | port | http [--endpoint PERCORSO])\\n\\nSUGGERIMENTO: 'none' è obsoleto ma viene accettato per 'process'.\\n\\nESEMPI:\\n   cf set-health-check worker-app process\\n   cf set-health-check my-web-app http --endpoint /foo"
  1349    },
  1350    {
  1351      "id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n",
  1352      "translation": "CF_NAME set-org-role NOMEUTENTE ORG RUOLO\n\n"
  1353    },
  1354    {
  1355      "id": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports",
  1356      "translation": "CF_NAME set-org-role NOME UTENTE ORG RUOLO\\n\\nRUOLI:\\n   'OrgManager' - Invita e gestisci utenti, seleziona e modifica piani e imposta i limiti di spesa\\n   'BillingManager' - Crea e gestisci l'account di fatturazione e le informazioni di pagamento\\n   'OrgAuditor' - Accesso in sola lettura a informazioni e report dell'organizzazione"
  1357    },
  1358    {
  1359      "id": "CF_NAME set-quota ORG QUOTA\n\n",
  1360      "translation": "CF_NAME set-quota ORG QUOTA\n\n"
  1361    },
  1362    {
  1363      "id": "CF_NAME set-quota ORG QUOTA\\n\\nTIP:\\n   View allowable quotas with 'CF_NAME quotas'",
  1364      "translation": "CF_NAME set-quota ORG QUOTA\\n\\nSUGGERIMENTO:\\n   Visualizza quote ammesse con 'CF_NAME quotas'"
  1365    },
  1366    {
  1367      "id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
  1368      "translation": "CF_NAME set-running-environment-variable-group '{\"nome\":\"valore\",\"nome\":\"valore\"}'"
  1369    },
  1370    {
  1371      "id": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'",
  1372      "translation": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'"
  1373    },
  1374    {
  1375      "id": "CF_NAME set-space-isolation-segment SPACE_NAME SEGMENT_NAME",
  1376      "translation": ""
  1377    },
  1378    {
  1379      "id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME",
  1380      "translation": "CF_NAME set-space-quota NOME-SPAZIO NOME-QUOTA-SPAZIO"
  1381    },
  1382    {
  1383      "id": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME",
  1384      "translation": "CF_NAME set-space-quota NOME_SPAZIO NOME_QUOTA_SPAZIO"
  1385    },
  1386    {
  1387      "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n",
  1388      "translation": "CF_NAME set-space-role NOMEUTENTE ORG SPAZIO RUOLO\n\n"
  1389    },
  1390    {
  1391      "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space",
  1392      "translation": "CF_NAME set-space-role NOME UTENTE ORG SPAZIO RUOLO\\n\\nRUOLI:\\n   'SpaceManager' - Invita e gestisci utenti e abilita le funzioni per uno specifico spazio\\n   'SpaceDeveloper' - Crea e gestisci applicazioni e servizi e visualizza log e report\\n   'SpaceAuditor' - Visualizza i log, i report e le impostazioni in questo spazio"
  1393    },
  1394    {
  1395      "id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
  1396      "translation": "CF_NAME set-staging-environment-variable-group '{\"nome\":\"valore\",\"nome\":\"valore\"}'"
  1397    },
  1398    {
  1399      "id": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'",
  1400      "translation": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'"
  1401    },
  1402    {
  1403      "id": "CF_NAME share-private-domain ORG DOMAIN",
  1404      "translation": "CF_NAME share-private-domain ORG DOMINIO"
  1405    },
  1406    {
  1407      "id": "CF_NAME space SPACE",
  1408      "translation": "CF_NAME space SPAZIO"
  1409    },
  1410    {
  1411      "id": "CF_NAME space SPACE [--guid] [--security-group-rules]",
  1412      "translation": ""
  1413    },
  1414    {
  1415      "id": "CF_NAME space-quota SPACE_QUOTA_NAME",
  1416      "translation": "CF_NAME space-quota NOME_QUOTA_SPAZIO"
  1417    },
  1418    {
  1419      "id": "CF_NAME space-quotas",
  1420      "translation": "CF_NAME space-quotas"
  1421    },
  1422    {
  1423      "id": "CF_NAME space-ssh-allowed SPACE_NAME",
  1424      "translation": "CF_NAME space-ssh-allowed NOME_SPAZIO"
  1425    },
  1426    {
  1427      "id": "CF_NAME space-users ORG SPACE",
  1428      "translation": "CF_NAME space-users ORG SPAZIO"
  1429    },
  1430    {
  1431      "id": "CF_NAME spaces",
  1432      "translation": "CF_NAME spaces"
  1433    },
  1434    {
  1435      "id": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]",
  1436      "translation": "CF_NAME ssh NOME_APPLICAZIONE [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]"
  1437    },
  1438    {
  1439      "id": "CF_NAME ssh-code",
  1440      "translation": "CF_NAME ssh-code"
  1441    },
  1442    {
  1443      "id": "CF_NAME ssh-enabled APP_NAME",
  1444      "translation": "CF_NAME ssh-enabled NOME_APPLICAZIONE"
  1445    },
  1446    {
  1447      "id": "CF_NAME stack STACK_NAME",
  1448      "translation": "CF_NAME stack NOME_STACK"
  1449    },
  1450    {
  1451      "id": "CF_NAME stacks",
  1452      "translation": "CF_NAME stacks"
  1453    },
  1454    {
  1455      "id": "CF_NAME staging-environment-variable-group",
  1456      "translation": "CF_NAME staging-environment-variable-group"
  1457    },
  1458    {
  1459      "id": "CF_NAME staging-security-groups",
  1460      "translation": "CF_NAME staging-security-groups"
  1461    },
  1462    {
  1463      "id": "CF_NAME start APP_NAME",
  1464      "translation": "CF_NAME start NOME_APPLICAZIONE"
  1465    },
  1466    {
  1467      "id": "CF_NAME stop APP_NAME",
  1468      "translation": "CF_NAME stop NOME_APPLICAZIONE"
  1469    },
  1470    {
  1471      "id": "CF_NAME target [-o ORG] [-s SPACE]",
  1472      "translation": "CF_NAME target [-o ORG] [-s SPAZIO]"
  1473    },
  1474    {
  1475      "id": "CF_NAME tasks APP_NAME",
  1476      "translation": ""
  1477    },
  1478    {
  1479      "id": "CF_NAME terminate-task APP_NAME TASK_ID\\n\\nEXAMPLES:\\n   CF_NAME terminate-task my-app 3",
  1480      "translation": ""
  1481    },
  1482    {
  1483      "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]",
  1484      "translation": "CF_NAME unbind-route-service DOMINIO ISTANZA_DEL_SERVIZIO [--hostname NOMEHOST] [--path PERCORSO] [-f]"
  1485    },
  1486    {
  1487      "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXAMPLES:\\n   CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo",
  1488      "translation": "CF_NAME unbind-route-service DOMINIO ISTANZA_SERVIZIO [--hostname NOME_HOST] [--path PERCORSO] [-f]\\n\\nESEMPI:\\n   CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo"
  1489    },
  1490    {
  1491      "id": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo",
  1492      "translation": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo"
  1493    },
  1494    {
  1495      "id": "CF_NAME unbind-running-security-group SECURITY_GROUP",
  1496      "translation": "CF_NAME unbind-running-security-group GRUPPO_SICUREZZA"
  1497    },
  1498    {
  1499      "id": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
  1500      "translation": "CF_NAME unbind-running-security-group GRUPPO_SICUREZZA\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
  1501    },
  1502    {
  1503      "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE",
  1504      "translation": "CF_NAME unbind-security-group GRUPPO_SICUREZZA ORG SPAZIO"
  1505    },
  1506    {
  1507      "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.",
  1508      "translation": "CF_NAME unbind-security-group GRUPPO_SICUREZZA ORG SPAZIO\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
  1509    },
  1510    {
  1511      "id": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE",
  1512      "translation": "CF_NAME unbind-service NOME_APPLICAZIONE ISTANZA_DEL_SERVIZIO"
  1513    },
  1514    {
  1515      "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP",
  1516      "translation": "CF_NAME unbind-staging-security-group GRUPPO_SICUREZZA"
  1517    },
  1518    {
  1519      "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
  1520      "translation": "CF_NAME unbind-staging-security-group GRUPPO_SICUREZZA\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
  1521    },
  1522    {
  1523      "id": "CF_NAME uninstall-plugin PLUGIN-NAME",
  1524      "translation": "CF_NAME uninstall-plugin NOME-PLUGIN"
  1525    },
  1526    {
  1527      "id": "CF_NAME unmap-route my-app example.com                              # example.com",
  1528      "translation": "CF_NAME unmap-route my-app example.com                              # example.com"
  1529    },
  1530    {
  1531      "id": "CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com",
  1532      "translation": "CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com"
  1533    },
  1534    {
  1535      "id": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo",
  1536      "translation": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo"
  1537    },
  1538    {
  1539      "id": "CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000",
  1540      "translation": "CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000"
  1541    },
  1542    {
  1543      "id": "CF_NAME unset-env APP_NAME ENV_VAR_NAME",
  1544      "translation": "CF_NAME unset-env NOME_APPLICAZIONE NOME_VARIABILE_DI_AMBIENTE"
  1545    },
  1546    {
  1547      "id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n",
  1548      "translation": "CF_NAME unset-org-role NOMEUTENTE ORG RUOLO\n\n"
  1549    },
  1550    {
  1551      "id": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLES:\\n   'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n   'BillingManager' - Create and manage the billing account and payment info\\n   'OrgAuditor' - Read-only access to org info and reports",
  1552      "translation": "CF_NAME unset-org-role NOME UTENTE ORG RUOLO\\n\\nRUOLI:\\n   'OrgManager' - Invita e gestisci utenti, seleziona e modifica piani e imposta i limiti di spesa\\n   'BillingManager' - Crea e gestisci l'account di fatturazione e le informazioni di pagamento\\n   'OrgAuditor' - Accesso in sola lettura a informazioni e report dell'organizzazione"
  1553    },
  1554    {
  1555      "id": "CF_NAME unset-space-quota SPACE QUOTA\n\n",
  1556      "translation": "CF_NAME unset-space-quota SPAZIO QUOTA\n\n"
  1557    },
  1558    {
  1559      "id": "CF_NAME unset-space-quota SPACE SPACE_QUOTA",
  1560      "translation": "CF_NAME unset-space-quota SPAZIO QUOTA_SPAZIO"
  1561    },
  1562    {
  1563      "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n",
  1564      "translation": "CF_NAME unset-space-role NOMEUTENTE ORG SPAZIO RUOLO\n\n"
  1565    },
  1566    {
  1567      "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n   'SpaceManager' - Invite and manage users, and enable features for a given space\\n   'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n   'SpaceAuditor' - View logs, reports, and settings on this space",
  1568      "translation": "CF_NAME unset-space-role NOME UTENTE ORG SPAZIO RUOLO\\n\\nRUOLI:\\n   'SpaceManager' - Invita e gestisci utenti e abilita le funzioni per uno specifico spazio\\n   'SpaceDeveloper' - Crea e gestisci applicazioni e servizi e visualizza log e report\\n   'SpaceAuditor' - Visualizza i log, i report e le impostazioni in questo spazio"
  1569    },
  1570    {
  1571      "id": "CF_NAME unshare-private-domain ORG DOMAIN",
  1572      "translation": "CF_NAME unshare-private-domain ORG DOMINIO"
  1573    },
  1574    {
  1575      "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]",
  1576      "translation": "CF_NAME update-buildpack PACCHETTODIBUILD [-p PERCORSO] [-i POSIZIONE] [--enable|--disable] [--lock|--unlock]"
  1577    },
  1578    {
  1579      "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nTIP:\\n   Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.",
  1580      "translation": "CF_NAME update-buildpack PACCHETTODIBUILD [-p PERCORSO] [-i UBICAZIONE] [--enable|--disable] [--lock|--unlock]\\n\\nSUGGERIMENTO:\\n   Il percorso deve essere un file zip, un URL a un file zip o una directory locale. La posizione è un numero intero positivo, imposta la priorità ed è ordinata dalla più bassa alla più alta."
  1581    },
  1582    {
  1583      "id": "CF_NAME update-quota ",
  1584      "translation": "CF_NAME update-quota "
  1585    },
  1586    {
  1587      "id": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
  1588      "translation": "CF_NAME update-quota QUOTA [-m MEMORIA_TOTALE] [-i MEMORIA_ISTANZA] [-n NUOVO_NOME] [-r ROTTE] [-s ISTANZA_SERVIZIO] [-a ISTANZE_APPLICAZIONE] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports PORTE_ROTTA_RISERVATE]"
  1589    },
  1590    {
  1591      "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
  1592      "translation": "CF_NAME update-security-group GRUPPO_SICUREZZA PERCORSO_A_FILE_DI_REGOLE_JSON"
  1593    },
  1594    {
  1595      "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n   The provided path can be an absolute or relative path to a file.\\n   It should have a single array with JSON objects inside describing the rules.\\n\\n   Valid json file example:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.",
  1596      "translation": "CF_NAME update-security-group GRUPPO_SICUREZZA PERCORSO_A_FILE_REGOLE_JSON\\n\\n   Il percorso fornito può essere un percorso assoluto o relativo a un file.\\n   Deve avere un singolo array di oggetti JSON all'interno che descrivono le regole.\\n\\n   Esempio di file json valido:\\n   [\\n     {\\n       \\\"protocol\\\": \\\"tcp\\\",\\n       \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n       \\\"ports\\\": \\\"80,443\\\",\\n       \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n     }\\n   ]\\n\\nSUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
  1597    },
  1598    {
  1599      "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]",
  1600      "translation": "CF_NAME update-service ISTANZA_DEL_SERVIZIO [-p NUOVO_PIANO] [-c PARAMETRI_COME_JSON] [-t TAG]"
  1601    },
  1602    {
  1603      "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n   Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n   CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n   The path to the parameters file can be an absolute or relative path to a file.\\n   CF_NAME update-service -c PATH_TO_FILE\\n\\n   Example of valid JSON object:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\n   Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.\\n\\nEXAMPLES:\\n   CF_NAME update-service mydb -p gold\\n   CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n   CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n   CF_NAME update-service mydb -t \\\"list, of, tags\\\"",
  1604      "translation": "CF_NAME update-service ISTANZA_SERVIZIO [-p NUOVO_PIANO] [-c PARAMETRI_COME_JSON] [-t TAG]\\n\\n   Fornisci facoltativamente i parametri di configurazione specifici del servizio in un oggetto JSON valido incorporato.\\n   CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n   Facoltativamente, fornisci un file contenente i parametri di configurazione specifici del servizio in un oggetto JSON valido. \\n   Il percorso del file dei parametri può essere un percorso assoluto o relativo a un file.\\n   CF_NAME update-service -c PERCORSO_AL_FILE\\n\\n   Esempio di oggetto JSON valido:\\n   {\\n      \\\"cluster_nodes\\\": {\\n         \\\"count\\\": 5,\\n         \\\"memory_mb\\\": 1024\\n      }\\n   }\\n\\n   Fornisci facoltativamente un elenco di tag delimitate da virgole che verrà scritto nella variabile di ambiente VCAP_SERVICES per tutte le applicazioni associate.\\n\\nESEMPI:\\n   CF_NAME update-service mydb -p gold\\n   CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n   CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n   CF_NAME update-service mydb -t \\\"list, of, tags\\\""
  1605    },
  1606    {
  1607      "id": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'",
  1608      "translation": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'"
  1609    },
  1610    {
  1611      "id": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json",
  1612      "translation": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json"
  1613    },
  1614    {
  1615      "id": "CF_NAME update-service mydb -p gold",
  1616      "translation": "CF_NAME update-service mydb -p gold"
  1617    },
  1618    {
  1619      "id": "CF_NAME update-service mydb -t \"list,of, tags\"",
  1620      "translation": "CF_NAME update-service mydb -t \"list,of, tags\""
  1621    },
  1622    {
  1623      "id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN",
  1624      "translation": "CF_NAME update-service-auth-token ETICHETTA PROVIDER TOKEN"
  1625    },
  1626    {
  1627      "id": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL",
  1628      "translation": "CF_NAME update-service-broker BROKER_SERVIZI NOMEUTENTE PASSWORD URL"
  1629    },
  1630    {
  1631      "id": "CF_NAME update-space-quota ",
  1632      "translation": "CF_NAME update-space-quota "
  1633    },
  1634    {
  1635      "id": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]",
  1636      "translation": "CF_NAME update-space-quota QUOTA_SPAZIO [-i MEMORIA_ISTANZA] [-m MEMORIA] [-n NAME] [-r ROTTE] [-s ISTANZA_SERVIZIO] [-a ISTANZE_APPLICAZIONE] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports PORTE_ROTTA_RISERVATE]"
  1637    },
  1638    {
  1639      "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n   Pass comma separated credential parameter names to enable interactive mode:\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n   Pass credential parameters as JSON to create a service non-interactively:\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n   Specify a path to a file containing JSON:\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE",
  1640      "translation": "CF_NAME update-user-provided-service ISTANZA_DEL_SERVIZIO [-p CREDENZIALI] [-l URL_DI_SCARICO_SYSLOG] [-r URL_SERVIZIO_ROTTA]\n\n   Passa i nomi di parametro credenziali separati da virgole per abilitare la modalità interattiva:\n   CF_NAME update-user-provided-service ISTANZA_SERVIZIO -p \"nomi, parametro, separati, da, virgole\"\n\n   Passa i parametri credenziali come JSON per creare un servizio in modo non interattivo:\n   CF_NAME update-user-provided-service ISTANZA_DEL_SERVIZIO -p '{\"chiave1\":\"valore1\",\"chiave2\":\"valore2\"}'\n\n   Specifica un percorso a un file che contiene JSON:\n   CF_NAME update-user-provided-service ISTANZA_DEL_SERVIZIO -p PERCORSO_AL_FILE"
  1641    },
  1642    {
  1643      "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n   Pass comma separated credential parameter names to enable interactive mode:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n   Pass credential parameters as JSON to create a service non-interactively:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specify a path to a file containing JSON:\\n   CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n   CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n   CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME update-user-provided-service my-route-service -r https://example.com",
  1644      "translation": "CF_NAME update-user-provided-service ISTANZA_SERVIZIO [-p CREDENZIALI] [-l URL_DI_SCARICO_SYSLOG] [-r URL_SERVIZIO_ROTTA]\\n\\n   Passa i nomi di parametro credenziali separati da virgole per abilitare la modalità interattiva:\\n   CF_NAME update-user-provided-service ISTANZA_SERVIZIO -p \\\"nomi, parametro, separati, da, virgole\\\"\\n\\n   Passa i parametri credenziali come JSON per creare un servizio in modo non interattivo:\\n   CF_NAME update-user-provided-service ISTANZA_SERVIZIO -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n   Specifica un percorso a un file che contiene JSON:\\n   CF_NAME update-user-provided-service ISTANZA_SERVIZIO -p PERCORSO_AL_FILE\\n\\nESEMPI:\\n   CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n   CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n   CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n   CF_NAME update-user-provided-service my-route-service -r https://example.com"
  1645    },
  1646    {
  1647      "id": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'",
  1648      "translation": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'"
  1649    },
  1650    {
  1651      "id": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json",
  1652      "translation": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json"
  1653    },
  1654    {
  1655      "id": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com",
  1656      "translation": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com"
  1657    },
  1658    {
  1659      "id": "CF_NAME update-user-provided-service my-route-service -r https://example.com",
  1660      "translation": "CF_NAME update-user-provided-service my-route-service -r https://example.com"
  1661    },
  1662    {
  1663      "id": "CF_NAME v3-app APP_NAME",
  1664      "translation": ""
  1665    },
  1666    {
  1667      "id": "CF_NAME v3-create-app APP_NAME",
  1668      "translation": ""
  1669    },
  1670    {
  1671      "id": "CF_NAME v3-create-package APP_NAME",
  1672      "translation": ""
  1673    },
  1674    {
  1675      "id": "CF_NAME v3-set-droplet APP_NAME -d DROPLET_GUID",
  1676      "translation": ""
  1677    },
  1678    {
  1679      "id": "CF_NAME v3-stage APP_NAME --package-guid GUID",
  1680      "translation": ""
  1681    },
  1682    {
  1683      "id": "CF_NAME v3-start APP_NAME",
  1684      "translation": ""
  1685    },
  1686    {
  1687      "id": "CF_NAME version",
  1688      "translation": "CF_NAME version"
  1689    },
  1690    {
  1691      "id": "CF_NAME version\\n\\n   'cf -v' and 'cf --version' are also accepted.",
  1692      "translation": ""
  1693    },
  1694    {
  1695      "id": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}",
  1696      "translation": "CF_TRACE ERRORE DI CREAZIONE DEL FILE DI LOG {{.Path}}:\n{{.Err}}"
  1697    },
  1698    {
  1699      "id": "CLI plugin management:",
  1700      "translation": ""
  1701    },
  1702    {
  1703      "id": "COLOR must be \"true\" or \"false\"",
  1704      "translation": ""
  1705    },
  1706    {
  1707      "id": "Can not provision instances of paid service plans",
  1708      "translation": "Impossibile eseguire il provisioning delle istanze dei piani di servizio a pagamento"
  1709    },
  1710    {
  1711      "id": "Can provision instances of paid service plans",
  1712      "translation": "È possibile eseguire il provisioning delle istanze dei piani di servizio a pagamento"
  1713    },
  1714    {
  1715      "id": "Can provision instances of paid service plans (Default: disallowed)",
  1716      "translation": "È possibile eseguire il provisioning delle istanze dei piani di servizio a pagamento (Impostazione predefinita: non consentito)"
  1717    },
  1718    {
  1719      "id": "Cannot delete service instance, service keys and bindings must first be deleted",
  1720      "translation": "Impossibile eliminare l'istanza del servizio; è necessario eliminare prima le chiavi e i bind del servizio"
  1721    },
  1722    {
  1723      "id": "Cannot list marketplace services without a targeted space",
  1724      "translation": "Impossibile elencare i servizi del marketplace senza uno spazio di destinazione"
  1725    },
  1726    {
  1727      "id": "Cannot list plan information for {{.ServiceName}} without a targeted space",
  1728      "translation": "Impossibile elencare le informazioni sul piano per {{.ServiceName}} senza uno spazio di destinazione"
  1729    },
  1730    {
  1731      "id": "Cannot provision instances of paid service plans",
  1732      "translation": "Impossibile eseguire il provisioning delle istanze dei piani di servizio a pagamento"
  1733    },
  1734    {
  1735      "id": "Cannot specify both lock and unlock options.",
  1736      "translation": "Impossibile specificare entrambe le opzioni di blocco e di sblocco."
  1737    },
  1738    {
  1739      "id": "Cannot specify both {{.Enabled}} and {{.Disabled}}.",
  1740      "translation": "Impossibile specificare sia {{.Enabled}} che {{.Disabled}}."
  1741    },
  1742    {
  1743      "id": "Cannot specify buildpack bits and lock/unlock.",
  1744      "translation": "Impossibile specificare i bit di pacchetto di build e le opzioni blocca/sblocca."
  1745    },
  1746    {
  1747      "id": "Cannot specify port together with hostname and/or path.",
  1748      "translation": "Impossibile specificare la porta insieme a nome host e/o percorso."
  1749    },
  1750    {
  1751      "id": "Cannot specify random-port together with port, hostname and/or path.",
  1752      "translation": "Impossibile specificare la porta casuale insieme a porta, nome host e/o percorso."
  1753    },
  1754    {
  1755      "id": "Change or view the instance count, disk space limit, and memory limit for an app",
  1756      "translation": "Modifica o visualizza il numero di istanze, il limite di spazio su disco e il limite di memoria per un'applicazione"
  1757    },
  1758    {
  1759      "id": "Change service plan for a service instance",
  1760      "translation": "Modifica piano di servizio per un'istanza del servizio"
  1761    },
  1762    {
  1763      "id": "Change type of health check performed on an app",
  1764      "translation": ""
  1765    },
  1766    {
  1767      "id": "Change user password",
  1768      "translation": "Modifica password utente"
  1769    },
  1770    {
  1771      "id": "Changing password...",
  1772      "translation": "Modifica della password in corso..."
  1773    },
  1774    {
  1775      "id": "Checking for route...",
  1776      "translation": "Controllo della rotta in corso..."
  1777    },
  1778    {
  1779      "id": "Cloud Foundry API version {{.APIVersion}} requires CLI version {{.MinCLIVersion}}. You are currently on version {{.BinaryVersion}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads",
  1780      "translation": ""
  1781    },
  1782    {
  1783      "id": "Cloud Foundry API version {{.APIVer}} requires CLI version {{.CLIMin}}.  You are currently on version {{.CLIVer}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads",
  1784      "translation": "La versione API Cloud Foundry {{.APIVer}} richiede la versione CLI {{.CLIMin}}.  Stai utilizzando la versione {{.CLIVer}}. Per aggiornare la tua CLI, visita: https://github.com/cloudfoundry/cli#downloads"
  1785    },
  1786    {
  1787      "id": "Cloud Foundry command line tool",
  1788      "translation": ""
  1789    },
  1790    {
  1791      "id": "Comma delimited list of ports the application may listen on",
  1792      "translation": "Elenco delimitato da virgole di porte su cui l'applicazione può essere in ascolto"
  1793    },
  1794    {
  1795      "id": "Command Help",
  1796      "translation": "Guida comandi"
  1797    },
  1798    {
  1799      "id": "Command Name",
  1800      "translation": "Nome comando"
  1801    },
  1802    {
  1803      "id": "Command `{{.Command}}` in the plugin being installed is a native CF command/alias.  Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.",
  1804      "translation": "Il comando `{{.Command}}` nel plug-in che viene installato è un comando/alias CF nativo.  Ridenomina il comando `{{.Command}}` nel plug-in da installare in modo da consentirne l'installazione e l'utilizzo."
  1805    },
  1806    {
  1807      "id": "Command `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'.  You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command.  However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.",
  1808      "translation": "Il comando `{{.Command}}` è un comando/alias nel plug-in '{{.PluginName}}'.  Puoi provare a disinstallare il plug-in '{{.PluginName}}' e quindi a installare questo plug-in per richiamare il comando `{{.Command}}`.  Tuttavia, devi prima comprendere appieno l'impatto della disinstallazione del plug-in '{{.PluginName}}' esistente."
  1809    },
  1810    {
  1811      "id": "Command to run. This flag can be defined more than once.",
  1812      "translation": "Comando da eseguire. Questo indicatore può essere definito più di una volta."
  1813    },
  1814    {
  1815      "id": "Commands offered by installed plugins:",
  1816      "translation": ""
  1817    },
  1818    {
  1819      "id": "Compute and show the sha1 value of the plugin binary file",
  1820      "translation": "Calcola e mostra il valore sha1 del file binario del plug-in"
  1821    },
  1822    {
  1823      "id": "Computing sha1 for installed plugins, this may take a while ...",
  1824      "translation": "Calcolo di sha1 per i plug-in installati, questa operazione potrebbe richiedere alcuni minuti in corso..."
  1825    },
  1826    {
  1827      "id": "Computing sha1 for installed plugins, this may take a while...",
  1828      "translation": ""
  1829    },
  1830    {
  1831      "id": "Connected, dumping recent logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  1832      "translation": "Connesso, dump dei log recenti per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso...\n"
  1833    },
  1834    {
  1835      "id": "Connected, tailing logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  1836      "translation": "Connesso, accodamento dei log per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso...\n"
  1837    },
  1838    {
  1839      "id": "Copies the source code of an application to another existing application (and restarts that application)",
  1840      "translation": "Copia il codice di origine di un'applicazione in un'altra applicazione esistente (e riavvia tale applicazione)"
  1841    },
  1842    {
  1843      "id": "Copying source from app {{.SourceApp}} to target app {{.TargetApp}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  1844      "translation": "Copia dell'origine dall'applicazione {{.SourceApp}} all'applicazione di destinazione {{.TargetApp}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  1845    },
  1846    {
  1847      "id": "Could not add repository '{{.RepositoryName}}' from {{.RepositoryURL}}: {{.Message}}",
  1848      "translation": ""
  1849    },
  1850    {
  1851      "id": "Could not bind to service {{.ServiceName}}\nError: {{.Err}}",
  1852      "translation": "Non è stato possibile eseguire il bind al servizio {{.ServiceName}}\nErrore: {{.Err}}"
  1853    },
  1854    {
  1855      "id": "Could not copy plugin binary: \n{{.Error}}",
  1856      "translation": "Non è stato possibile copiare il binario del plug-in: \n{{.Error}}"
  1857    },
  1858    {
  1859      "id": "Could not determine the current working directory!",
  1860      "translation": "Non è stato possibile determinare la directory di lavoro corrente."
  1861    },
  1862    {
  1863      "id": "Could not find a default domain",
  1864      "translation": "Non è stato possibile trovare il dominio predefinito"
  1865    },
  1866    {
  1867      "id": "Could not find app named '{{.AppName}}' in manifest",
  1868      "translation": "Non è stato possibile trovare l'applicazione denominata '{{.AppName}}' nel manifest"
  1869    },
  1870    {
  1871      "id": "Could not find locale '{{.UnsupportedLocale}}'. The known locales are:\n",
  1872      "translation": "Impossibile trovare la locale '{{.UnsupportedLocale}}'. Le locale conosciute sono:\n"
  1873    },
  1874    {
  1875      "id": "Could not find plan with name {{.ServicePlanName}}",
  1876      "translation": "Non è stato possibile trovare il piano con nome {{.ServicePlanName}}"
  1877    },
  1878    {
  1879      "id": "Could not find service",
  1880      "translation": "Impossibile trovare il servizio"
  1881    },
  1882    {
  1883      "id": "Could not find service {{.ServiceName}} to bind to {{.AppName}}",
  1884      "translation": "Non è stato possibile trovare il servizio {{.ServiceName}} di cui eseguire il bind a {{.AppName}}"
  1885    },
  1886    {
  1887      "id": "Could not find space {{.Space}} in organization {{.Org}}",
  1888      "translation": "Non è stato possibile trovare lo spazio {{.Space}} nell'organizzazione {{.Org}}"
  1889    },
  1890    {
  1891      "id": "Could not get plugin repository '{{.RepositoryName}}'\n{{.ErrorMessage}}",
  1892      "translation": ""
  1893    },
  1894    {
  1895      "id": "Could not serialize information",
  1896      "translation": "Non è stato possibile serializzare le informazioni"
  1897    },
  1898    {
  1899      "id": "Could not serialize updates.",
  1900      "translation": "Non è stato possibile trovare gli aggiornamenti."
  1901    },
  1902    {
  1903      "id": "Could not target org.\n{{.APIErr}}",
  1904      "translation": "Non è stato possibile specificare l'organizzazione di destinazione.\n{{.APIErr}}"
  1905    },
  1906    {
  1907      "id": "Couldn't create temp file for upload",
  1908      "translation": "Non è stato possibile creare il file temporaneo per il caricamento"
  1909    },
  1910    {
  1911      "id": "Couldn't open buildpack file",
  1912      "translation": "Non è stato possibile aprire il file del pacchetto di build"
  1913    },
  1914    {
  1915      "id": "Couldn't write zip file",
  1916      "translation": "Non è stato possibile scrivere il file zip"
  1917    },
  1918    {
  1919      "id": "Create a TCP route",
  1920      "translation": "Crea una rotta TCP"
  1921    },
  1922    {
  1923      "id": "Create a buildpack",
  1924      "translation": "Crea un pacchetto di build"
  1925    },
  1926    {
  1927      "id": "Create a domain in an org for later use",
  1928      "translation": "Crea un dominio in un'organizzazione per un utilizzo successivo"
  1929    },
  1930    {
  1931      "id": "Create a domain that can be used by all orgs (admin-only)",
  1932      "translation": "Crea un dominio che può essere utilizzato da tutte le organizzazioni (solo amministratore)"
  1933    },
  1934    {
  1935      "id": "Create a new user",
  1936      "translation": "Crea un nuovo utente"
  1937    },
  1938    {
  1939      "id": "Create a random port for the TCP route",
  1940      "translation": "Crea una porta casuale per la rotta TCP"
  1941    },
  1942    {
  1943      "id": "Create a random route for this app",
  1944      "translation": "Crea una rotta casuale per questa applicazione"
  1945    },
  1946    {
  1947      "id": "Create a security group",
  1948      "translation": "Crea un gruppo di sicurezza"
  1949    },
  1950    {
  1951      "id": "Create a service auth token",
  1952      "translation": "Crea un token di autenticazione del servizio"
  1953    },
  1954    {
  1955      "id": "Create a service broker",
  1956      "translation": "Crea un broker dei servizi"
  1957    },
  1958    {
  1959      "id": "Create a service instance",
  1960      "translation": "Crea un'istanza del servizio"
  1961    },
  1962    {
  1963      "id": "Create a space",
  1964      "translation": "Crea uno spazio"
  1965    },
  1966    {
  1967      "id": "Create a url route in a space for later use",
  1968      "translation": "Crea una rotta URL in uno spazio per un utilizzo successivo"
  1969    },
  1970    {
  1971      "id": "Create an HTTP route",
  1972      "translation": "Crea una rotta HTTP"
  1973    },
  1974    {
  1975      "id": "Create an HTTP route:\\n      CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Create a TCP route:\\n      CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME create-route my-space example.com                             # example.com\\n   CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com\\n   CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n   CF_NAME create-route my-space example.com --port 5000                 # example.com:5000",
  1976      "translation": "Crea una rotta HTTP:\\n      CF_NAME create-route SPAZIO DOMINIO [--hostname NOME_HOST] [--path PERCORSO]\\n\\n   Crea una rotta TCP:\\n      CF_NAME create-route SPAZIO DOMINIO (--port PORTA | --random-port)\\n\\nESEMPI:\\n   CF_NAME create-route my-space example.com                             # example.com\\n   CF_NAME create-route my-space example.com --hostname myapp            # myapp.example.com\\n   CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n   CF_NAME create-route my-space example.com --port 5000                 # example.com:5000"
  1977    },
  1978    {
  1979      "id": "Create an app manifest for an app that has been pushed successfully",
  1980      "translation": "Crea un manifest di applicazione per un'applicazione distribuita correttamente"
  1981    },
  1982    {
  1983      "id": "Create an isolation segment",
  1984      "translation": ""
  1985    },
  1986    {
  1987      "id": "Create an org",
  1988      "translation": "Crea un'organizzazione"
  1989    },
  1990    {
  1991      "id": "Create and manage apps and services, and see logs and reports\n",
  1992      "translation": "Crea e gestisci applicazioni e servizi e visualizza log e report\n"
  1993    },
  1994    {
  1995      "id": "Create and manage the billing account and payment info\n",
  1996      "translation": "Crea e gestisci l'account di fatturazione e le informazioni di pagamento\n"
  1997    },
  1998    {
  1999      "id": "Create key for a service instance",
  2000      "translation": "Crea chiave per un'istanza del servizio"
  2001    },
  2002    {
  2003      "id": "Creating V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  2004      "translation": ""
  2005    },
  2006    {
  2007      "id": "Creating an app manifest from current settings of app ",
  2008      "translation": "Creazione di un manifest di applicazione dalle impostazioni correnti dell'applicazione "
  2009    },
  2010    {
  2011      "id": "Creating app with these attributes...",
  2012      "translation": ""
  2013    },
  2014    {
  2015      "id": "Creating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  2016      "translation": ""
  2017    },
  2018    {
  2019      "id": "Creating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2020      "translation": "Creazione dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  2021    },
  2022    {
  2023      "id": "Creating buildpack {{.BuildpackName}}...",
  2024      "translation": "Creazione del pacchetto di build {{.BuildpackName}} in corso..."
  2025    },
  2026    {
  2027      "id": "Creating domain {{.DomainName}} for org {{.OrgName}} as {{.Username}}...",
  2028      "translation": "Creazione del dominio {{.DomainName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2029    },
  2030    {
  2031      "id": "Creating isolation segment {{.SegmentName}} as {{.CurrentUser}}...",
  2032      "translation": ""
  2033    },
  2034    {
  2035      "id": "Creating org {{.OrgName}} as {{.Username}}...",
  2036      "translation": "Creazione dell'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2037    },
  2038    {
  2039      "id": "Creating quota {{.QuotaName}} as {{.Username}}...",
  2040      "translation": "Creazione della quota {{.QuotaName}} come {{.Username}} in corso..."
  2041    },
  2042    {
  2043      "id": "Creating random route for {{.Domain}}",
  2044      "translation": "Creazione di una rotta casuale per {{.Domain}}"
  2045    },
  2046    {
  2047      "id": "Creating route {{.Hostname}}...",
  2048      "translation": "Creazione della rotta {{.Hostname}} in corso..."
  2049    },
  2050    {
  2051      "id": "Creating route {{.URL}} for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2052      "translation": "Creazione della rotta {{.URL}} per l'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  2053    },
  2054    {
  2055      "id": "Creating security group {{.security_group}} as {{.username}}",
  2056      "translation": "Creazione del gruppo di sicurezza {{.security_group}} come {{.username}}"
  2057    },
  2058    {
  2059      "id": "Creating service auth token as {{.CurrentUser}}...",
  2060      "translation": "Creazione del token di autenticazione del servizio come {{.CurrentUser}} in corso..."
  2061    },
  2062    {
  2063      "id": "Creating service broker {{.Name}} as {{.Username}}...",
  2064      "translation": "Creazione del broker dei servizi {{.Name}} come {{.Username}} in corso..."
  2065    },
  2066    {
  2067      "id": "Creating service broker {{.Name}} in org {{.Org}} / space {{.Space}} as {{.Username}}...",
  2068      "translation": "Creazione del broker di servizi {{.Name}} nell'organizzazione {{.Org}} / spazio {{.Space}} come {{.Username}} in corso..."
  2069    },
  2070    {
  2071      "id": "Creating service instance {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2072      "translation": "Creazione dell'istanza del servizio {{.ServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  2073    },
  2074    {
  2075      "id": "Creating service key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  2076      "translation": "Creazione della chiave del servizio {{.ServiceKeyName}} per l'istanza del servizio {{.ServiceInstanceName}} come {{.CurrentUser}} in corso..."
  2077    },
  2078    {
  2079      "id": "Creating shared domain {{.DomainName}} as {{.Username}}...",
  2080      "translation": "Creazione del servizio condiviso {{.DomainName}} come {{.Username}} in corso..."
  2081    },
  2082    {
  2083      "id": "Creating space quota {{.QuotaName}} for org {{.OrgName}} as {{.Username}}...",
  2084      "translation": "Creazione della quota di spazio {{.QuotaName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2085    },
  2086    {
  2087      "id": "Creating space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  2088      "translation": "Creazione dello spazio {{.SpaceName}} nell'organizzazione {{.OrgName}} come {{.CurrentUser}} in corso..."
  2089    },
  2090    {
  2091      "id": "Creating task for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2092      "translation": ""
  2093    },
  2094    {
  2095      "id": "Creating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2096      "translation": "Creazione del servizio fornito dall'utente {{.ServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  2097    },
  2098    {
  2099      "id": "Creating user {{.TargetUser}}...",
  2100      "translation": "Creazione dell'utente {{.TargetUser}} in corso..."
  2101    },
  2102    {
  2103      "id": "Credentials were rejected, please try again.",
  2104      "translation": "Le credenziali sono state rifiutate. Riprova."
  2105    },
  2106    {
  2107      "id": "Credentials, provided inline or in a file, to be exposed in the VCAP_SERVICES environment variable for bound applications",
  2108      "translation": "Credenziali, fornite incorporate o in un file, da esporre nella variabile di ambiente VCAP_SERVICES per le applicazioni associate"
  2109    },
  2110    {
  2111      "id": "Current Password",
  2112      "translation": "Password corrente"
  2113    },
  2114    {
  2115      "id": "Current password did not match",
  2116      "translation": "La password corrente non corrisponde"
  2117    },
  2118    {
  2119      "id": "Custom buildpack by name (e.g. my-buildpack) or Git URL (e.g. 'https://github.com/cloudfoundry/java-buildpack.git') or Git URL with a branch or tag (e.g. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' for 'v3.3.0' tag). To use built-in buildpacks only, specify 'default' or 'null'",
  2120      "translation": "Pacchetto di build personalizzato in base al nome (ad es. my-buildpack) o all'URL Git (ad es. 'https://github.com/cloudfoundry/java-buildpack.git') o all'URL Git con un ramo o una tag (ad es. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' per la tag 'v3.3.0'). Per utilizzare solo i pacchetti di build integrati, specifica 'default' o 'null'"
  2121    },
  2122    {
  2123      "id": "Custom headers to include in the request, flag can be specified multiple times",
  2124      "translation": "Intestazioni personalizzate da includere nella richiesta, l'indicatore può essere specificato più volte"
  2125    },
  2126    {
  2127      "id": "DOMAIN",
  2128      "translation": "DOMINIO"
  2129    },
  2130    {
  2131      "id": "DOMAINS",
  2132      "translation": "DOMINI"
  2133    },
  2134    {
  2135      "id": "DOMAINS:",
  2136      "translation": ""
  2137    },
  2138    {
  2139      "id": "Dashboard: {{.URL}}",
  2140      "translation": "Dashboard: {{.URL}}"
  2141    },
  2142    {
  2143      "id": "Define a new resource quota",
  2144      "translation": "Definisci una nuova quota di risorse"
  2145    },
  2146    {
  2147      "id": "Define a new space resource quota",
  2148      "translation": "Definisci una nuova quota di risorse dello spazio"
  2149    },
  2150    {
  2151      "id": "Delete a TCP route",
  2152      "translation": "Elimina una rotta TCP"
  2153    },
  2154    {
  2155      "id": "Delete a buildpack",
  2156      "translation": "Elimina un pacchetto di build"
  2157    },
  2158    {
  2159      "id": "Delete a domain",
  2160      "translation": "Elimina un dominio"
  2161    },
  2162    {
  2163      "id": "Delete a quota",
  2164      "translation": "Elimina una quota"
  2165    },
  2166    {
  2167      "id": "Delete a route",
  2168      "translation": "Elimina una rotta"
  2169    },
  2170    {
  2171      "id": "Delete a service auth token",
  2172      "translation": "Elimina un token di autenticazione del servizio"
  2173    },
  2174    {
  2175      "id": "Delete a service broker",
  2176      "translation": "Elimina un broker dei servizi"
  2177    },
  2178    {
  2179      "id": "Delete a service instance",
  2180      "translation": "Elimina un'istanza del servizio"
  2181    },
  2182    {
  2183      "id": "Delete a service key",
  2184      "translation": "Elimina una chiave del servizio"
  2185    },
  2186    {
  2187      "id": "Delete a shared domain",
  2188      "translation": "Elimina un dominio condiviso"
  2189    },
  2190    {
  2191      "id": "Delete a space",
  2192      "translation": "Elimina uno spazio"
  2193    },
  2194    {
  2195      "id": "Delete a space quota definition and unassign the space quota from all spaces",
  2196      "translation": "Elimina una definizione di quota dello spazio e annulla l'assegnazione della quota di spazio da tutti gli spazi"
  2197    },
  2198    {
  2199      "id": "Delete a user",
  2200      "translation": "Elimina un utente"
  2201    },
  2202    {
  2203      "id": "Delete all orphaned routes (i.e. those that are not mapped to an app)",
  2204      "translation": "Elimina tutte le rotte orfane (ossia quelle non associate a un'applicazione)"
  2205    },
  2206    {
  2207      "id": "Delete an HTTP route",
  2208      "translation": "Elimina una rotta HTTP"
  2209    },
  2210    {
  2211      "id": "Delete an HTTP route:\\n      CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n   Delete a TCP route:\\n      CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXAMPLES:\\n   CF_NAME delete-route example.com                              # example.com\\n   CF_NAME delete-route example.com --hostname myhost            # myhost.example.com\\n   CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME delete-route example.com --port 5000                  # example.com:5000",
  2212      "translation": "Elimina una rotta HTTP:\\n      CF_NAME delete-route DOMINIO [--hostname NOME_HOST] [--path PERCORSO] [-f]\\n\\n   Elimina una rotta TCP:\\n      CF_NAME delete-route DOMINIO --port PORTA [-f]\\n\\nESEMPI:\\n   CF_NAME delete-route example.com                              # example.com\\n   CF_NAME delete-route example.com --hostname myhost            # myhost.example.com\\n   CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME delete-route example.com --port 5000                  # example.com:5000"
  2213    },
  2214    {
  2215      "id": "Delete an app",
  2216      "translation": "Elimina un'applicazione"
  2217    },
  2218    {
  2219      "id": "Delete an isolation segment",
  2220      "translation": ""
  2221    },
  2222    {
  2223      "id": "Delete an org",
  2224      "translation": "Elimina un'organizzazione"
  2225    },
  2226    {
  2227      "id": "Delete cancelled",
  2228      "translation": "Elimina annullamenti"
  2229    },
  2230    {
  2231      "id": "Delete space within specified org",
  2232      "translation": ""
  2233    },
  2234    {
  2235      "id": "Deletes a security group",
  2236      "translation": "Elimina un gruppo di sicurezza"
  2237    },
  2238    {
  2239      "id": "Deleting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  2240      "translation": "Eliminazione dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  2241    },
  2242    {
  2243      "id": "Deleting buildpack {{.BuildpackName}}...",
  2244      "translation": "Eliminazione del pacchetto di build {{.BuildpackName}} in corso..."
  2245    },
  2246    {
  2247      "id": "Deleting domain {{.DomainName}} as {{.Username}}...",
  2248      "translation": "Eliminazione del dominio {{.DomainName}} come {{.Username}} in corso..."
  2249    },
  2250    {
  2251      "id": "Deleting isolation segment {{.SegmentName}} as {{.CurrentUser}}...",
  2252      "translation": ""
  2253    },
  2254    {
  2255      "id": "Deleting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  2256      "translation": "Eliminazione della chiave {{.ServiceKeyName}} per l'istanza del servizio {{.ServiceInstanceName}} come {{.CurrentUser}} in corso..."
  2257    },
  2258    {
  2259      "id": "Deleting org {{.OrgName}} as {{.Username}}...",
  2260      "translation": "Eliminazione dell'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2261    },
  2262    {
  2263      "id": "Deleting quota {{.QuotaName}} as {{.Username}}...",
  2264      "translation": "Eliminazione della quota {{.QuotaName}} come {{.Username}} in corso..."
  2265    },
  2266    {
  2267      "id": "Deleting route {{.Route}} ...",
  2268      "translation": ""
  2269    },
  2270    {
  2271      "id": "Deleting route {{.Route}}...",
  2272      "translation": "Eliminazione della rotta {{.Route}} in corso..."
  2273    },
  2274    {
  2275      "id": "Deleting route {{.URL}}...",
  2276      "translation": "Eliminazione della rotta {{.URL}} in corso..."
  2277    },
  2278    {
  2279      "id": "Deleting security group {{.security_group}} as {{.username}}",
  2280      "translation": "Eliminazione del gruppo di sicurezza {{.security_group}} come {{.username}}"
  2281    },
  2282    {
  2283      "id": "Deleting service auth token as {{.CurrentUser}}",
  2284      "translation": "Eliminazione del token di autenticazione del servizio come {{.CurrentUser}}"
  2285    },
  2286    {
  2287      "id": "Deleting service broker {{.Name}} as {{.Username}}...",
  2288      "translation": "Eliminazione del broker dei servizi {{.Name}} come {{.Username}} in corso..."
  2289    },
  2290    {
  2291      "id": "Deleting service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2292      "translation": "Eliminazione del servizio {{.ServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  2293    },
  2294    {
  2295      "id": "Deleting space quota {{.QuotaName}} as {{.Username}}...",
  2296      "translation": "Eliminazione della quota di spazio {{.QuotaName}} come {{.Username}} in corso..."
  2297    },
  2298    {
  2299      "id": "Deleting space {{.TargetSpace}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
  2300      "translation": "Eliminazione dello spazio {{.TargetSpace}} nell'organizzazione {{.TargetOrg}} come {{.CurrentUser}} in corso..."
  2301    },
  2302    {
  2303      "id": "Deleting user {{.TargetUser}} as {{.CurrentUser}}...",
  2304      "translation": "Eliminazione dell'utente {{.TargetUser}} come {{.CurrentUser}} in corso..."
  2305    },
  2306    {
  2307      "id": "Description: {{.ServiceDescription}}",
  2308      "translation": "Descrizione: {{.ServiceDescription}}"
  2309    },
  2310    {
  2311      "id": "Did you mean?",
  2312      "translation": "Intendevi questo?"
  2313    },
  2314    {
  2315      "id": "Disable access for a specified organization",
  2316      "translation": "Disabilita l'accesso per un'organizzazione specificata"
  2317    },
  2318    {
  2319      "id": "Disable access to a service or service plan for one or all orgs",
  2320      "translation": "Disabilita l'accesso a un servizio o piano di servizio per una o tutte le organizzazioni"
  2321    },
  2322    {
  2323      "id": "Disable access to a specified service plan",
  2324      "translation": "Disabilita l'accesso a un piano di servizio specificato"
  2325    },
  2326    {
  2327      "id": "Disable pseudo-tty allocation",
  2328      "translation": "Disabilita assegnazione pseudo-tty"
  2329    },
  2330    {
  2331      "id": "Disable ssh for the application",
  2332      "translation": "Disabilita ssh per l'applicazione"
  2333    },
  2334    {
  2335      "id": "Disable the buildpack from being used for staging",
  2336      "translation": "Disabilita l'utilizzo del pacchetto di build per la preparazione"
  2337    },
  2338    {
  2339      "id": "Disable the use of a feature so that users have access to and can use the feature",
  2340      "translation": "Disabilita l'uso di una funzione in modo che gli utenti possano accedere alla funzione e utilizzarla"
  2341    },
  2342    {
  2343      "id": "Disabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...",
  2344      "translation": "Disabilitazione dell'accesso del piano {{.PlanName}} per il servizio {{.ServiceName}} come {{.Username}} in corso..."
  2345    },
  2346    {
  2347      "id": "Disabling access to all plans of service {{.ServiceName}} for all orgs as {{.UserName}}...",
  2348      "translation": "Disabilitazione dell'accesso a tutti i piani di servizio {{.ServiceName}} per tutte le organizzazioni come {{.UserName}} in corso..."
  2349    },
  2350    {
  2351      "id": "Disabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...",
  2352      "translation": "Disabilitazione dell'accesso a tutti i piani di servizio {{.ServiceName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2353    },
  2354    {
  2355      "id": "Disabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...",
  2356      "translation": "Disabilitazione dell'accesso al piano {{.PlanName}} del servizio {{.ServiceName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2357    },
  2358    {
  2359      "id": "Disabling ssh support for '{{.AppName}}'...",
  2360      "translation": "Disabilitazione del supporto ssh per '{{.AppName}}' in corso..."
  2361    },
  2362    {
  2363      "id": "Disabling ssh support for space '{{.SpaceName}}'...",
  2364      "translation": "Disabilitazione del supporto ssh per lo spazio '{{.SpaceName}}' in corso..."
  2365    },
  2366    {
  2367      "id": "Disallow SSH access for the space",
  2368      "translation": "Non consentire accesso SSH per lo spazio"
  2369    },
  2370    {
  2371      "id": "Disk limit (e.g. 256M, 1024M, 1G)",
  2372      "translation": "Limite del disco (ad esempio, 256M, 1024M, 1G)"
  2373    },
  2374    {
  2375      "id": "Display an app",
  2376      "translation": ""
  2377    },
  2378    {
  2379      "id": "Display health and status for app",
  2380      "translation": "Visualizza integrità e stato dell'applicazione"
  2381    },
  2382    {
  2383      "id": "Do not colorize output",
  2384      "translation": ""
  2385    },
  2386    {
  2387      "id": "Do not execute a remote command",
  2388      "translation": "Non eseguire un comando remoto"
  2389    },
  2390    {
  2391      "id": "Do not map a route to this app",
  2392      "translation": ""
  2393    },
  2394    {
  2395      "id": "Do not map a route to this app and remove routes from previous pushes of this app",
  2396      "translation": "Non associare una rotta a questa applicazione e rimuovi le rotte dalle distribuzioni precedenti di questa applicazione"
  2397    },
  2398    {
  2399      "id": "Do not start an app after pushing",
  2400      "translation": "Non avviare un'applicazione dopo la distribuzione"
  2401    },
  2402    {
  2403      "id": "Do you want to install the plugin {{.Path}}?",
  2404      "translation": ""
  2405    },
  2406    {
  2407      "id": "Do you want to uninstall the existing plugin and install {{.Path}} {{.PluginVersion}}?",
  2408      "translation": ""
  2409    },
  2410    {
  2411      "id": "Docker password",
  2412      "translation": ""
  2413    },
  2414    {
  2415      "id": "Docker-image to be used (e.g. user/docker-image-name)",
  2416      "translation": "Immagine docker da utilizzare (ad esempio, user/docker-image-name)"
  2417    },
  2418    {
  2419      "id": "Documentation url: {{.URL}}",
  2420      "translation": "URL documentazione: {{.URL}}"
  2421    },
  2422    {
  2423      "id": "Domain (e.g. example.com)",
  2424      "translation": "Dominio (ad esempio. example.com)"
  2425    },
  2426    {
  2427      "id": "Domains:",
  2428      "translation": "Domini:"
  2429    },
  2430    {
  2431      "id": "Download attempt failed: {{.Error}}\n\nUnable to install, plugin is not available from the given url.",
  2432      "translation": "Tentativo di download non riuscito: {{.Error}}\n\nImpossibile eseguire l'installazione, il plug-in non è disponibile all'URL specificato."
  2433    },
  2434    {
  2435      "id": "Download attempt failed; server returned {{.ErrorMessage}}\nUnable to install; plugin is not available from the given URL.",
  2436      "translation": ""
  2437    },
  2438    {
  2439      "id": "Downloaded plugin binary's checksum does not match repo metadata",
  2440      "translation": "Il checksum del binario del plug-in scaricato non corrisponde ai metadati del repository"
  2441    },
  2442    {
  2443      "id": "Downloaded plugin binary's checksum does not match repo metadata.\nPlease try again or contact the plugin author.",
  2444      "translation": ""
  2445    },
  2446    {
  2447      "id": "Dump recent logs instead of tailing",
  2448      "translation": "Esegui dump dei log recenti invece dell'accodamento"
  2449    },
  2450    {
  2451      "id": "ENVIRONMENT VARIABLE GROUPS",
  2452      "translation": "GRUPPI DI VARIABILI DI AMBIENTE"
  2453    },
  2454    {
  2455      "id": "ENVIRONMENT VARIABLE GROUPS:",
  2456      "translation": ""
  2457    },
  2458    {
  2459      "id": "ENVIRONMENT VARIABLES:",
  2460      "translation": ""
  2461    },
  2462    {
  2463      "id": "ENVIRONMENT:",
  2464      "translation": ""
  2465    },
  2466    {
  2467      "id": "EXAMPLES",
  2468      "translation": "ESEMPI"
  2469    },
  2470    {
  2471      "id": "Empty file or folder",
  2472      "translation": "Cartella o file vuoti"
  2473    },
  2474    {
  2475      "id": "Enable HTTP proxying for API requests",
  2476      "translation": ""
  2477    },
  2478    {
  2479      "id": "Enable access for a specified organization",
  2480      "translation": "Abilita l'accesso per un'organizzazione specificata"
  2481    },
  2482    {
  2483      "id": "Enable access to a service or service plan for one or all orgs",
  2484      "translation": "Abilita l'accesso a un servizio o piano di servizio per una o tutte le organizzazioni"
  2485    },
  2486    {
  2487      "id": "Enable access to a specified service plan",
  2488      "translation": "Abilita l'accesso a un piano di servizio specificato"
  2489    },
  2490    {
  2491      "id": "Enable or disable color",
  2492      "translation": "Abilita o disabilita il colore"
  2493    },
  2494    {
  2495      "id": "Enable ssh for the application",
  2496      "translation": "Abilita ssh per l'applicazione"
  2497    },
  2498    {
  2499      "id": "Enable the buildpack to be used for staging",
  2500      "translation": "Abilita l'utilizzo del pacchetto di build per la preparazione"
  2501    },
  2502    {
  2503      "id": "Enable the use of a feature so that users have access to and can use the feature",
  2504      "translation": "Abilita l'uso di una funzione in modo che gli utenti possano accedere alla funzione e utilizzarla"
  2505    },
  2506    {
  2507      "id": "Enabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...",
  2508      "translation": "Abilitazione dell'accesso del piano {{.PlanName}} per il servizio {{.ServiceName}} come {{.Username}} in corso..."
  2509    },
  2510    {
  2511      "id": "Enabling access to all plans of service {{.ServiceName}} for all orgs as {{.Username}}...",
  2512      "translation": "Abilitazione dell'accesso a tutti i piani di servizio {{.ServiceName}} per tutte le organizzazioni come {{.Username}} in corso..."
  2513    },
  2514    {
  2515      "id": "Enabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...",
  2516      "translation": "Abilitazione dell'accesso a tutti i piani di servizio {{.ServiceName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2517    },
  2518    {
  2519      "id": "Enabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...",
  2520      "translation": "Abilitazione dell'accesso al piano {{.PlanName}} del servizio {{.ServiceName}} per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  2521    },
  2522    {
  2523      "id": "Enabling isolation segment {{.SegmentName}} for org {{.OrgName}} as {{.CurrentUser}}...",
  2524      "translation": ""
  2525    },
  2526    {
  2527      "id": "Enabling ssh support for '{{.AppName}}'...",
  2528      "translation": "Abilitazione del supporto ssh per '{{.AppName}}' in corso..."
  2529    },
  2530    {
  2531      "id": "Enabling ssh support for space '{{.SpaceName}}'...",
  2532      "translation": "Abilitazione del supporto ssh per lo spazio '{{.SpaceName}}' in corso..."
  2533    },
  2534    {
  2535      "id": "Endpoint deprecated",
  2536      "translation": "Endpoint obsoleto"
  2537    },
  2538    {
  2539      "id": "Entitle an organization to an isolation segment",
  2540      "translation": ""
  2541    },
  2542    {
  2543      "id": "Env variable {{.VarName}} was not set.",
  2544      "translation": "La variabile di ambiente {{.VarName}} non è stata impostata."
  2545    },
  2546    {
  2547      "id": "Environment variable CF_DOCKER_PASSWORD not set.",
  2548      "translation": ""
  2549    },
  2550    {
  2551      "id": "Error accessing org {{.OrgName}} for GUID': ",
  2552      "translation": "Errore di accesso all'organizzazione {{.OrgName}} per il GUID': "
  2553    },
  2554    {
  2555      "id": "Error building request",
  2556      "translation": "Errore durante la creazione della richiesta"
  2557    },
  2558    {
  2559      "id": "Error creating manifest file: ",
  2560      "translation": "Errore durante la creazione del file manifest: "
  2561    },
  2562    {
  2563      "id": "Error creating request:\n{{.Err}}",
  2564      "translation": "Errore durante la creazione della richiesta:\n{{.Err}}"
  2565    },
  2566    {
  2567      "id": "Error creating tmp file: {{.Err}}",
  2568      "translation": "Errore durante la creazione del file tmp: {{.Err}}"
  2569    },
  2570    {
  2571      "id": "Error creating upload",
  2572      "translation": "Errore durante la creazione del caricamento"
  2573    },
  2574    {
  2575      "id": "Error creating user {{.TargetUser}}.\n{{.Error}}",
  2576      "translation": "Errore durante la creazione dell'utente {{.TargetUser}}.\n{{.Error}}"
  2577    },
  2578    {
  2579      "id": "Error creating user {{.User}}.",
  2580      "translation": ""
  2581    },
  2582    {
  2583      "id": "Error deleting buildpack {{.Name}}\n{{.Error}}",
  2584      "translation": "Errore durante l'eliminazione del pacchetto di build {{.Name}}\n{{.Error}}"
  2585    },
  2586    {
  2587      "id": "Error deleting domain {{.DomainName}}\n{{.APIErr}}",
  2588      "translation": "Errore durante l'eliminazione del dominio {{.DomainName}}\n{{.APIErr}}"
  2589    },
  2590    {
  2591      "id": "Error deleting domain {{.DomainName}}\n{{.Err}}",
  2592      "translation": "Errore durante l'eliminazione del dominio {{.DomainName}}\n{{.Err}}"
  2593    },
  2594    {
  2595      "id": "Error deleting user {{.Username}} \nMultiple users with that username found. Please use 'cf curl' to delete the user by guid instead.",
  2596      "translation": ""
  2597    },
  2598    {
  2599      "id": "Error disabling ssh support for ",
  2600      "translation": "Errore durante la disabilitazione del supporto ssh per "
  2601    },
  2602    {
  2603      "id": "Error disabling ssh support for space ",
  2604      "translation": "Errore durante la disabilitazione del supporto ssh per lo spazio "
  2605    },
  2606    {
  2607      "id": "Error dumping request\n{{.Err}}\n",
  2608      "translation": "Errore durante il dump della richiesta\n{{.Err}}\n"
  2609    },
  2610    {
  2611      "id": "Error dumping response\n{{.Err}}\n",
  2612      "translation": "Errore durante il dump della risposta\n{{.Err}}\n"
  2613    },
  2614    {
  2615      "id": "Error enabling ssh support for ",
  2616      "translation": "Errore durante l'abilitazione del supporto ssh per "
  2617    },
  2618    {
  2619      "id": "Error enabling ssh support for space ",
  2620      "translation": "Errore durante l'abilitazione del supporto ssh per lo spazio "
  2621    },
  2622    {
  2623      "id": "Error finding available orgs\n{{.APIErr}}",
  2624      "translation": "Errore durante la ricerca di organizzazioni disponibili\n{{.APIErr}}"
  2625    },
  2626    {
  2627      "id": "Error finding available spaces\n{{.Err}}",
  2628      "translation": "Errore durante la ricerca di spazi disponibili\n{{.Err}}"
  2629    },
  2630    {
  2631      "id": "Error finding domain {{.DomainName}}\n{{.APIErr}}",
  2632      "translation": "Errore durante la ricerca del dominio {{.DomainName}}\n{{.APIErr}}"
  2633    },
  2634    {
  2635      "id": "Error finding domain {{.DomainName}}\n{{.Err}}",
  2636      "translation": "Errore durante la ricerca del dominio {{.DomainName}}\n{{.Err}}"
  2637    },
  2638    {
  2639      "id": "Error finding manifest",
  2640      "translation": "Errore durante la ricerca del manifest"
  2641    },
  2642    {
  2643      "id": "Error finding org {{.OrgName}}\n{{.ErrorDescription}}",
  2644      "translation": "Errore durante la ricerca dell'organizzazione {{.OrgName}}\n{{.ErrorDescription}}"
  2645    },
  2646    {
  2647      "id": "Error finding org {{.OrgName}}\n{{.Err}}",
  2648      "translation": "Errore durante la ricerca dell'organizzazione {{.OrgName}}\n{{.Err}}"
  2649    },
  2650    {
  2651      "id": "Error finding space {{.SpaceName}}\n{{.Err}}",
  2652      "translation": "Errore durante la ricerca dello spazio {{.SpaceName}}\n{{.Err}}"
  2653    },
  2654    {
  2655      "id": "Error forwarding port: ",
  2656      "translation": "Errore di inoltro porta: "
  2657    },
  2658    {
  2659      "id": "Error getting SSH code: ",
  2660      "translation": "Errore durante l'acquisizione del codice SSH: "
  2661    },
  2662    {
  2663      "id": "Error getting SSH info:",
  2664      "translation": "Errore durante il richiamo delle informazioni SSH:"
  2665    },
  2666    {
  2667      "id": "Error getting application summary: ",
  2668      "translation": "Errore durante il richiamo del riepilogo applicazioni: "
  2669    },
  2670    {
  2671      "id": "Error getting command list from plugin {{.FilePath}}",
  2672      "translation": "Errore durante il richiamo dell'elenco di comandi dal plug-in {{.FilePath}}"
  2673    },
  2674    {
  2675      "id": "Error getting file info",
  2676      "translation": "Errore durante il richiamo delle informazioni sul file"
  2677    },
  2678    {
  2679      "id": "Error getting one time auth code: ",
  2680      "translation": "Errore durante il richiamo del codice di autorizzazione monouso: "
  2681    },
  2682    {
  2683      "id": "Error getting plugin metadata from repo: ",
  2684      "translation": "Errore durante il richiamo dei metadati del plug-in dal repository: "
  2685    },
  2686    {
  2687      "id": "Error getting the redirected location: {{.Error}}",
  2688      "translation": "Errore durante l'acquisizione dell'ubicazione reindirizzata: {{.Error}}"
  2689    },
  2690    {
  2691      "id": "Error initializing RPC service: ",
  2692      "translation": "Errore durante l'inizializzazione del servizio RPC: "
  2693    },
  2694    {
  2695      "id": "Error marshaling JSON",
  2696      "translation": "Errore di marshalling JSON"
  2697    },
  2698    {
  2699      "id": "Error opening SSH connection: ",
  2700      "translation": "Errore durante l'apertura della connessione SSH: "
  2701    },
  2702    {
  2703      "id": "Error opening buildpack file",
  2704      "translation": "Errore durante l'apertura del file del pacchetto di build"
  2705    },
  2706    {
  2707      "id": "Error parsing JSON",
  2708      "translation": "Errore di analisi JSON"
  2709    },
  2710    {
  2711      "id": "Error parsing headers",
  2712      "translation": "Errore di analisi delle intestazioni"
  2713    },
  2714    {
  2715      "id": "Error parsing response",
  2716      "translation": "Errore durante l'analisi della risposta "
  2717    },
  2718    {
  2719      "id": "Error performing request",
  2720      "translation": "Errore durante l'esecuzione della richiesta"
  2721    },
  2722    {
  2723      "id": "Error processing app files in '{{.Path}}': {{.Error}}",
  2724      "translation": "Errore di elaborazione dei file dell'applicazione in '{{.Path}}': {{.Error}}"
  2725    },
  2726    {
  2727      "id": "Error processing app files: {{.Error}}",
  2728      "translation": "Errore di elaborazione dei file dell'applicazione: {{.Error}}"
  2729    },
  2730    {
  2731      "id": "Error processing data from server: ",
  2732      "translation": "Errore durante l'elaborazione dei dati dal server: "
  2733    },
  2734    {
  2735      "id": "Error read/writing config: ",
  2736      "translation": "Errore di lettura/scrittura della configurazione: "
  2737    },
  2738    {
  2739      "id": "Error reading manifest file:\n{{.Err}}",
  2740      "translation": "Errore durante la lettura del file manifest:\n{{.Err}}"
  2741    },
  2742    {
  2743      "id": "Error reading response",
  2744      "translation": "Errore durante la lettura della risposta"
  2745    },
  2746    {
  2747      "id": "Error reading response from",
  2748      "translation": "Errore durante la lettura della risposta da"
  2749    },
  2750    {
  2751      "id": "Error reading response from server: ",
  2752      "translation": "Errore durante la lettura della risposta dal server: "
  2753    },
  2754    {
  2755      "id": "Error refreshing config: ",
  2756      "translation": "Errore durante l'aggiornamento della configurazione: "
  2757    },
  2758    {
  2759      "id": "Error refreshing oauth token: ",
  2760      "translation": "Errore durante l'aggiornamento del token oauth: "
  2761    },
  2762    {
  2763      "id": "Error removing plugin binary: ",
  2764      "translation": "Errore durante la rimozione del binario del plugin: "
  2765    },
  2766    {
  2767      "id": "Error renaming buildpack {{.Name}}\n{{.Error}}",
  2768      "translation": "Errore durante la ridenominazione del pacchetto di build {{.Name}}\n{{.Error}}"
  2769    },
  2770    {
  2771      "id": "Error requesting from",
  2772      "translation": "Errore durante la richiesta da"
  2773    },
  2774    {
  2775      "id": "Error requesting one time code from server: {{.Error}}",
  2776      "translation": "Errore di richiesta di un codice monouso dal server: {{.Error}}"
  2777    },
  2778    {
  2779      "id": "Error resolving route:\n{{.Err}}",
  2780      "translation": "Errore durante la risoluzione della rotta:\n{{.Err}}"
  2781    },
  2782    {
  2783      "id": "Error restarting application: {{.Error}}",
  2784      "translation": "Errore durante il riavvio dell'applicazione: {{.Error}}"
  2785    },
  2786    {
  2787      "id": "Error retrieving stack: ",
  2788      "translation": "Errore di recupero dello stack: "
  2789    },
  2790    {
  2791      "id": "Error retrieving stacks: {{.Error}}",
  2792      "translation": "Errore di recupero degli stack: {{.Error}}"
  2793    },
  2794    {
  2795      "id": "Error running task: {{.CloudControllerMessage}}",
  2796      "translation": ""
  2797    },
  2798    {
  2799      "id": "Error saving manifest: {{.Error}}",
  2800      "translation": "Errore di salvataggio del manifest: {{.Error}}"
  2801    },
  2802    {
  2803      "id": "Error staging application: {{.Message}}",
  2804      "translation": ""
  2805    },
  2806    {
  2807      "id": "Error staging application: {{.Message}}\n\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks.",
  2808      "translation": ""
  2809    },
  2810    {
  2811      "id": "Error updating buildpack {{.Name}}\n{{.Error}}",
  2812      "translation": "Errore durante l'aggiornamento del pacchetto di build {{.Name}}\n{{.Error}}"
  2813    },
  2814    {
  2815      "id": "Error updating health_check_type for ",
  2816      "translation": "Errore durante l'aggiornamento di health_check_type per "
  2817    },
  2818    {
  2819      "id": "Error uploading application.\n{{.APIErr}}",
  2820      "translation": "Errore durante il caricamento dell'applicazione.\n{{.APIErr}}"
  2821    },
  2822    {
  2823      "id": "Error uploading buildpack {{.Name}}\n{{.Error}}",
  2824      "translation": "Errore durante il caricamento del pacchetto di build {{.Name}}\n{{.Error}}"
  2825    },
  2826    {
  2827      "id": "Error writing to tmp file: {{.Err}}",
  2828      "translation": "Errore durante la scrittura nel file tmp: {{.Err}}"
  2829    },
  2830    {
  2831      "id": "Error zipping application",
  2832      "translation": "Errore durante la compressione dell'applicazione"
  2833    },
  2834    {
  2835      "id": "Error {{.ErrorDescription}} is being passed in as the argument for 'Position' but 'Position' requires an integer.  For more syntax help, see `cf create-buildpack -h`.",
  2836      "translation": "L'errore {{.ErrorDescription}} viene trasmesso come argomento per 'Posizione', ma 'Posizione' richiede un numero intero.  Per ulteriore assistenza sulla sintassi, vedi `cf create-buildpack -h`."
  2837    },
  2838    {
  2839      "id": "Error: ",
  2840      "translation": "Errore: "
  2841    },
  2842    {
  2843      "id": "Error: No name found for app",
  2844      "translation": "Errore: nessun nome trovato per l'applicazione"
  2845    },
  2846    {
  2847      "id": "Error: timed out waiting for async job '{{.ErrURL}}' to finish",
  2848      "translation": "Errore: timeout durante l'attesa del completamento del lavoro asincrono '{{.ErrURL}}'"
  2849    },
  2850    {
  2851      "id": "Error: {{.Err}}",
  2852      "translation": "Errore: {{.Err}}"
  2853    },
  2854    {
  2855      "id": "Executes a request to the targeted API endpoint",
  2856      "translation": "Esegue una richiesta all'endpoint API di destinazione"
  2857    },
  2858    {
  2859      "id": "Expected application to be a list of key/value pairs\nError occurred in manifest near:\n'{{.YmlSnippet}}'",
  2860      "translation": "L'applicazione deve essere un elenco di coppie chiave/valore\nErrore nel manifest presso:\n'{{.YmlSnippet}}'"
  2861    },
  2862    {
  2863      "id": "Expected applications to be a list",
  2864      "translation": "Le applicazioni devono essere un elenco"
  2865    },
  2866    {
  2867      "id": "Expected {{.Name}} to be a set of key =\u003e value, but it was a {{.Type}}.",
  2868      "translation": "{{.Name}} deve essere una serie di chiave =\u003e valore, ma era {{.Type}}."
  2869    },
  2870    {
  2871      "id": "Expected {{.PropertyName}} to be a boolean.",
  2872      "translation": "{{.PropertyName}} deve essere un valore booleano."
  2873    },
  2874    {
  2875      "id": "Expected {{.PropertyName}} to be a list of integers.",
  2876      "translation": "Si prevede che {{.PropertyName}} sia un elenco di numeri interi."
  2877    },
  2878    {
  2879      "id": "Expected {{.PropertyName}} to be a list of strings.",
  2880      "translation": "{{.PropertyName}} deve essere un elenco di stringhe."
  2881    },
  2882    {
  2883      "id": "Expected {{.PropertyName}} to be a number, but it was a {{.PropertyType}}.",
  2884      "translation": "{{.PropertyName}} deve essere un numero, ma era {{.PropertyType}}."
  2885    },
  2886    {
  2887      "id": "FAILED",
  2888      "translation": "NON RIUSCITO"
  2889    },
  2890    {
  2891      "id": "FEATURE FLAGS",
  2892      "translation": "INDICATORI FUNZIONE"
  2893    },
  2894    {
  2895      "id": "FEATURE FLAGS:",
  2896      "translation": ""
  2897    },
  2898    {
  2899      "id": "Failed assigning org role to user: ",
  2900      "translation": "Impossibile assegnare il ruolo organizzazione all'utente: "
  2901    },
  2902    {
  2903      "id": "Failed fetching buildpacks.\n{{.Error}}",
  2904      "translation": "Errore durante il recupero dei pacchetti di build.\n{{.Error}}"
  2905    },
  2906    {
  2907      "id": "Failed fetching domains for organization {{.OrgName}}.\n{{.Err}}",
  2908      "translation": "Errore durante il recupero dei domini per l'organizzazione {{.OrgName}}.\n{{.Err}}"
  2909    },
  2910    {
  2911      "id": "Failed fetching domains.\n{{.Error}}",
  2912      "translation": "Errore durante il recupero dei domini.\n{{.Error}}"
  2913    },
  2914    {
  2915      "id": "Failed fetching events.\n{{.APIErr}}",
  2916      "translation": "Errore durante il recupero degli eventi.\n{{.APIErr}}"
  2917    },
  2918    {
  2919      "id": "Failed fetching org-users for role {{.OrgRoleToDisplayName}}.\n{{.Error}}",
  2920      "translation": "Errore durante il recupero degli utenti dell'organizzazione per il ruolo {{.OrgRoleToDisplayName}}.\n{{.Error}}"
  2921    },
  2922    {
  2923      "id": "Failed fetching orgs.\n{{.APIErr}}",
  2924      "translation": "Errore durante il recupero delle organizzazioni.\n{{.APIErr}}"
  2925    },
  2926    {
  2927      "id": "Failed fetching router groups.\n{{.Err}}",
  2928      "translation": "Errore durante il recupero dei gruppi di router.\n{{.Err}}"
  2929    },
  2930    {
  2931      "id": "Failed fetching routes.\n{{.Err}}",
  2932      "translation": "Errore durante il recupero delle rotte.\n{{.Err}}"
  2933    },
  2934    {
  2935      "id": "Failed fetching space-users for role {{.SpaceRoleToDisplayName}}.\n{{.Error}}",
  2936      "translation": "Errore durante il recupero degli utenti dello spazio per il ruolo {{.SpaceRoleToDisplayName}}.\n{{.Error}}"
  2937    },
  2938    {
  2939      "id": "Failed fetching spaces.\n{{.ErrorDescription}}",
  2940      "translation": "Errore durante il recupero degli spazi.\n{{.ErrorDescription}}"
  2941    },
  2942    {
  2943      "id": "Failed to create a local temporary zip file for the buildpack",
  2944      "translation": "Impossibile creare un file zip temporaneo locale per il pacchetto di build "
  2945    },
  2946    {
  2947      "id": "Failed to create json for resource_match request",
  2948      "translation": "Impossibile creare il json per la richiesta resource_match"
  2949    },
  2950    {
  2951      "id": "Failed to create manifest, unable to parse environment variable: ",
  2952      "translation": "Creazione del manifest non riuscita, impossibile analizzare la variabile di ambiente: "
  2953    },
  2954    {
  2955      "id": "Failed to make plugin executable: {{.Error}}",
  2956      "translation": "Impossibile rendere eseguibile il plug-in: {{.Error}}"
  2957    },
  2958    {
  2959      "id": "Failed to marshal JSON",
  2960      "translation": "Impossibile eseguire il marshalling del JSON"
  2961    },
  2962    {
  2963      "id": "Failed to start oauth request",
  2964      "translation": "Impossibile avviare la richiesta oauth"
  2965    },
  2966    {
  2967      "id": "Failed to watch staging of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  2968      "translation": "Impossibile visualizzare la preparazione dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}}..."
  2969    },
  2970    {
  2971      "id": "Feature {{.FeatureFlag}} Disabled.",
  2972      "translation": "Funzione {{.FeatureFlag}} disabilitata"
  2973    },
  2974    {
  2975      "id": "Feature {{.FeatureFlag}} Enabled.",
  2976      "translation": "Funzione {{.FeatureFlag}} abilitata"
  2977    },
  2978    {
  2979      "id": "Features",
  2980      "translation": "Funzioni"
  2981    },
  2982    {
  2983      "id": "File is not a valid cf CLI plugin binary.",
  2984      "translation": ""
  2985    },
  2986    {
  2987      "id": "File not found locally, make sure the file exists at given path {{.FilePath}}",
  2988      "translation": ""
  2989    },
  2990    {
  2991      "id": "File not found locally, make sure the file exists at given path {{.filepath}}",
  2992      "translation": "File non trovato localmente, assicurati che il file esista nel percorso specificato {{.filepath}}"
  2993    },
  2994    {
  2995      "id": "Force delete (do not prompt for confirmation)",
  2996      "translation": "Forza eliminazione (non richiede conferma)"
  2997    },
  2998    {
  2999      "id": "Force deletion without confirmation",
  3000      "translation": "Forza eliminazione senza conferma"
  3001    },
  3002    {
  3003      "id": "Force install of plugin without confirmation",
  3004      "translation": "Forza l'installazione del plug-in senza conferma"
  3005    },
  3006    {
  3007      "id": "Force migration without confirmation",
  3008      "translation": "Forza migrazione senza conferma"
  3009    },
  3010    {
  3011      "id": "Force pseudo-tty allocation",
  3012      "translation": "Forza assegnazione pseudo-tty"
  3013    },
  3014    {
  3015      "id": "Force restart of app without prompt",
  3016      "translation": "Forza riavvio dell'applicazione senza chiedere conferma"
  3017    },
  3018    {
  3019      "id": "Force unbinding without confirmation",
  3020      "translation": "Forza l'annullamento dell'associazione senza conferma"
  3021    },
  3022    {
  3023      "id": "GETTING STARTED",
  3024      "translation": "INTRODUZIONE"
  3025    },
  3026    {
  3027      "id": "GETTING STARTED:",
  3028      "translation": ""
  3029    },
  3030    {
  3031      "id": "GLOBAL OPTIONS:",
  3032      "translation": ""
  3033    },
  3034    {
  3035      "id": "Get a one time password for ssh clients",
  3036      "translation": "Ottieni una password monouso per i client ssh"
  3037    },
  3038    {
  3039      "id": "Get the health_check_type value of an app",
  3040      "translation": "Ottieni il valore health_check_type di un'applicazione"
  3041    },
  3042    {
  3043      "id": "Getting all services from marketplace...",
  3044      "translation": "Richiamo di tutti i servizi dal marketplace in corso..."
  3045    },
  3046    {
  3047      "id": "Getting app info...",
  3048      "translation": ""
  3049    },
  3050    {
  3051      "id": "Getting apps in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3052      "translation": "Richiamo delle applicazioni nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  3053    },
  3054    {
  3055      "id": "Getting buildpacks...\n",
  3056      "translation": "Richiamo dei pacchetti di build in corso...\n"
  3057    },
  3058    {
  3059      "id": "Getting domains in org {{.OrgName}} as {{.Username}}...",
  3060      "translation": "Richiamo dei domini nell'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  3061    },
  3062    {
  3063      "id": "Getting env variables for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3064      "translation": "Richiamo delle variabili di ambiente per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  3065    },
  3066    {
  3067      "id": "Getting events for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n",
  3068      "translation": "Richiamo degli eventi per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso...\n"
  3069    },
  3070    {
  3071      "id": "Getting files for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3072      "translation": "Richiamo dei file per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}}in corso ..."
  3073    },
  3074    {
  3075      "id": "Getting health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  3076      "translation": "Richiamo del tipo di controllo di integrità per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso ... "
  3077    },
  3078    {
  3079      "id": "Getting health_check_type value for ",
  3080      "translation": "Richiamo del valore health_check_type per "
  3081    },
  3082    {
  3083      "id": "Getting info for org {{.OrgName}} as {{.Username}}...",
  3084      "translation": "Richiamo delle informazioni per l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  3085    },
  3086    {
  3087      "id": "Getting info for security group {{.security_group}} as {{.username}}",
  3088      "translation": "Richiamo delle informazioni per il gruppo di sicurezza {{.security_group}} come {{.username}}"
  3089    },
  3090    {
  3091      "id": "Getting info for space {{.TargetSpace}} in org {{.OrgName}} as {{.CurrentUser}}...",
  3092      "translation": "Richiamo delle informazioni per lo spazio {{.TargetSpace}} nell'organizzazione {{.OrgName}} come {{.CurrentUser}} in corso..."
  3093    },
  3094    {
  3095      "id": "Getting isolation segments as {{.CurrentUser}}...",
  3096      "translation": ""
  3097    },
  3098    {
  3099      "id": "Getting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  3100      "translation": "Richiamo della chiave {{.ServiceKeyName}} per l'istanza del servizio {{.ServiceInstanceName}} come {{.CurrentUser}} in corso..."
  3101    },
  3102    {
  3103      "id": "Getting keys for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...",
  3104      "translation": "Richiamo delle chiavi per l'istanza del servizio {{.ServiceInstanceName}} come {{.CurrentUser}} in corso..."
  3105    },
  3106    {
  3107      "id": "Getting orgs as {{.Username}}...\n",
  3108      "translation": "Richiamo delle organizzazioni come {{.Username}} in corso...\n"
  3109    },
  3110    {
  3111      "id": "Getting plugins from all repositories ... ",
  3112      "translation": "Richiamo dei plug-in da tutti i repository in corso... "
  3113    },
  3114    {
  3115      "id": "Getting plugins from repository '",
  3116      "translation": "Richiamo dei plug-in dal repository '"
  3117    },
  3118    {
  3119      "id": "Getting quota {{.QuotaName}} info as {{.Username}}...",
  3120      "translation": "Richiamo delle informazioni sulla quota {{.QuotaName}} come {{.Username}} in corso..."
  3121    },
  3122    {
  3123      "id": "Getting quotas as {{.Username}}...",
  3124      "translation": "Richiamo delle quote come {{.Username}} in corso..."
  3125    },
  3126    {
  3127      "id": "Getting router groups as {{.Username}} ...\n",
  3128      "translation": "Richiamo dei gruppi di router come {{.Username}} in corso...\n"
  3129    },
  3130    {
  3131      "id": "Getting routes as {{.CurrentUser}} ...",
  3132      "translation": ""
  3133    },
  3134    {
  3135      "id": "Getting routes as {{.Username}} ...\n",
  3136      "translation": "Richiamo delle rotte come {{.Username}} in corso...\n"
  3137    },
  3138    {
  3139      "id": "Getting routes for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}} ...\n",
  3140      "translation": "Richiamo delle rotte per l'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso...\n"
  3141    },
  3142    {
  3143      "id": "Getting routes for org {{.OrgName}} as {{.Username}} ...\n",
  3144      "translation": "Richiamo delle rotte per l'organizzazione {{.OrgName}} come {{.Username}} in corso...\n"
  3145    },
  3146    {
  3147      "id": "Getting rules for the security group  : {{.SecurityGroupName}}...",
  3148      "translation": "Richiamo delle regole per il gruppo di sicurezza: {{.SecurityGroupName}} in corso..."
  3149    },
  3150    {
  3151      "id": "Getting security groups as {{.UserName}}...",
  3152      "translation": ""
  3153    },
  3154    {
  3155      "id": "Getting security groups as {{.username}}",
  3156      "translation": "Richiamo dei gruppi di sicurezza come {{.username}}"
  3157    },
  3158    {
  3159      "id": "Getting service access as {{.Username}}...",
  3160      "translation": "Richiamo dell'accesso al servizio come {{.Username}} in corso..."
  3161    },
  3162    {
  3163      "id": "Getting service access for broker {{.Broker}} and organization {{.Organization}} as {{.Username}}...",
  3164      "translation": "Richiamo dell'accesso al servizio per il broker {{.Broker}} e l'organizzazione {{.Organization}} come {{.Username}} in corso..."
  3165    },
  3166    {
  3167      "id": "Getting service access for broker {{.Broker}} and service {{.Service}} and organization {{.Organization}} as {{.Username}}...",
  3168      "translation": "Richiamo dell'accesso al servizio per il broker {{.Broker}}, il servizio {{.Service}} e l'organizzazione {{.Organization}} come {{.Username}} in corso..."
  3169    },
  3170    {
  3171      "id": "Getting service access for broker {{.Broker}} and service {{.Service}} as {{.Username}}...",
  3172      "translation": "Richiamo dell'accesso al servizio per il broker {{.Broker}} e il servizio {{.Service}} come {{.Username}} in corso..."
  3173    },
  3174    {
  3175      "id": "Getting service access for broker {{.Broker}} as {{.Username}}...",
  3176      "translation": "Richiamo dell'accesso al servizio per il broker {{.Broker}} come {{.Username}} in corso..."
  3177    },
  3178    {
  3179      "id": "Getting service access for organization {{.Organization}} as {{.Username}}...",
  3180      "translation": "Richiamo dell'accesso al servizio per l'organizzazione {{.Organization}} come {{.Username}} in corso..."
  3181    },
  3182    {
  3183      "id": "Getting service access for service {{.Service}} and organization {{.Organization}} as {{.Username}}...",
  3184      "translation": "Richiamo dell'accesso al servizio per il servizio {{.Service}} e l'organizzazione {{.Organization}} come {{.Username}} in corso..."
  3185    },
  3186    {
  3187      "id": "Getting service access for service {{.Service}} as {{.Username}}...",
  3188      "translation": "Richiamo dell'accesso al servizio per il servizio {{.Service}} come {{.Username}} in corso..."
  3189    },
  3190    {
  3191      "id": "Getting service auth tokens as {{.CurrentUser}}...",
  3192      "translation": "Richiamo dei token di autenticazione del servizio come {{.CurrentUser}} in corso..."
  3193    },
  3194    {
  3195      "id": "Getting service brokers as {{.Username}}...\n",
  3196      "translation": "Richiamo dei broker dei servizi come {{.Username}} in corso...\n"
  3197    },
  3198    {
  3199      "id": "Getting service plan information for service {{.ServiceName}} as {{.CurrentUser}}...",
  3200      "translation": "Richiamo delle informazioni sul piano di servizio per il servizio {{.ServiceName}} come {{.CurrentUser}} in corso..."
  3201    },
  3202    {
  3203      "id": "Getting service plan information for service {{.ServiceName}}...",
  3204      "translation": "Richiamo delle informazioni sul piano di servizio per il servizio {{.ServiceName}} in corso..."
  3205    },
  3206    {
  3207      "id": "Getting services from marketplace in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3208      "translation": "Richiamo dei servizi dal marketplace nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  3209    },
  3210    {
  3211      "id": "Getting services in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3212      "translation": "Richiamo dei servizi nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  3213    },
  3214    {
  3215      "id": "Getting space quota {{.Quota}} info as {{.Username}}...",
  3216      "translation": "Richiamo delle informazioni sulla quota di spazio {{.Quota}} come {{.Username}} in corso..."
  3217    },
  3218    {
  3219      "id": "Getting space quotas as {{.Username}}...",
  3220      "translation": "Richiamo delle quote di spazio come {{.Username}} in corso..."
  3221    },
  3222    {
  3223      "id": "Getting spaces in org {{.TargetOrgName}} as {{.CurrentUser}}...\n",
  3224      "translation": "Richiamo degli spazi nell'organizzazione{{.TargetOrgName}} come {{.CurrentUser}} in corso...\n"
  3225    },
  3226    {
  3227      "id": "Getting stack '{{.Stack}}' in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...",
  3228      "translation": "Richiamo dello stack '{{.Stack}}' nell'organizzazione {{.OrganizationName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  3229    },
  3230    {
  3231      "id": "Getting stacks in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...",
  3232      "translation": "Richiamo degli stack nell'organizzazione {{.OrganizationName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  3233    },
  3234    {
  3235      "id": "Getting tasks for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  3236      "translation": ""
  3237    },
  3238    {
  3239      "id": "Getting users in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}",
  3240      "translation": "Ottenimento degli utenti nell'organizzazione {{.TargetOrg}} / spazio {{.TargetSpace}} come {{.CurrentUser}}"
  3241    },
  3242    {
  3243      "id": "Getting users in org {{.TargetOrg}} as {{.CurrentUser}}...",
  3244      "translation": "Ottenimento degli utenti nell'organizzazione {{.TargetOrg}} come {{.CurrentUser}} in corso..."
  3245    },
  3246    {
  3247      "id": "Global options:",
  3248      "translation": ""
  3249    },
  3250    {
  3251      "id": "HEALTH_CHECK_TYPE must be \"port\", \"process\", or \"http\"",
  3252      "translation": "TIPO_CONTROLLO_INTEGRITÀ deve essere \"port\", \"process\" o \"http\""
  3253    },
  3254    {
  3255      "id": "HOSTNAME",
  3256      "translation": "NOMEHOST"
  3257    },
  3258    {
  3259      "id": "HTTP data to include in the request body, or '@' followed by a file name to read the data from",
  3260      "translation": "Dati HTTP da includere nel corpo della richiesta oppure '@' seguito da un nome file da cui leggere i dati"
  3261    },
  3262    {
  3263      "id": "HTTP method (GET,POST,PUT,DELETE,etc)",
  3264      "translation": "Metodo HTTP (GET,POST,PUT,DELETE,ecc)"
  3265    },
  3266    {
  3267      "id": "Health check type must be 'http' to set a health check HTTP endpoint.",
  3268      "translation": "Il tipo di controllo di integrità deve essere 'http' per configurare un endpoint HTTP del controllo di integrità."
  3269    },
  3270    {
  3271      "id": "Hostname (e.g. my-subdomain)",
  3272      "translation": "Nome host (ad esempio, my-subdomain)"
  3273    },
  3274    {
  3275      "id": "Hostname for the HTTP route (required for shared domains)",
  3276      "translation": "Nome host per la rotta HTTP (richiesto per i domini condivisi)"
  3277    },
  3278    {
  3279      "id": "Hostname used in combination with DOMAIN to specify the route to bind",
  3280      "translation": "Nome host utilizzato in combinazione con DOMINIO per specificare la rotta da associare"
  3281    },
  3282    {
  3283      "id": "Hostname used in combination with DOMAIN to specify the route to unbind",
  3284      "translation": "Nome host utilizzato in combinazione con DOMINIO per specificare la rotta di cui annullare l'associazione"
  3285    },
  3286    {
  3287      "id": "Hostname used to identify the HTTP route",
  3288      "translation": "Nome host utilizzato per identificare la rotta HTTP"
  3289    },
  3290    {
  3291      "id": "INSTALLED PLUGIN COMMANDS",
  3292      "translation": "COMANDI PLUGIN INSTALLATO"
  3293    },
  3294    {
  3295      "id": "INSTALLED PLUGIN COMMANDS:",
  3296      "translation": ""
  3297    },
  3298    {
  3299      "id": "INSTANCE_MEMORY",
  3300      "translation": "MEMORIA_ISTANZA"
  3301    },
  3302    {
  3303      "id": "ISOLATION SEGMENTS:",
  3304      "translation": ""
  3305    },
  3306    {
  3307      "id": "Ignore manifest file",
  3308      "translation": "Ignora file manifest"
  3309    },
  3310    {
  3311      "id": "In Windows Command Line use single-quoted, escaped JSON: '{\\\"valid\\\":\\\"json\\\"}'",
  3312      "translation": "Nella riga di comando Windows, utilizza JSON con una singola virgoletta e con escape: '{\\\"valid\\\":\\\"json\\\"}'"
  3313    },
  3314    {
  3315      "id": "In Windows PowerShell use double-quoted, escaped JSON: \"{\\\"valid\\\":\\\"json\\\"}\"",
  3316      "translation": "In Windows PowerShell, utilizza JSON con virgolette doppie e con escape: \"{\\\"valid\\\":\\\"json\\\"}\""
  3317    },
  3318    {
  3319      "id": "In order to move running applications to this isolation segment, they must be restarted.",
  3320      "translation": ""
  3321    },
  3322    {
  3323      "id": "Include response headers in the output",
  3324      "translation": "Includi intestazioni di risposta nell'output"
  3325    },
  3326    {
  3327      "id": "Incorrect Usage",
  3328      "translation": "Utilizzo non corretto"
  3329    },
  3330    {
  3331      "id": "Incorrect Usage. An argument is missing or not correctly enclosed.\n\n",
  3332      "translation": "Utilizzo non corretto. Un argomento risulta mancante o non racchiuso correttamente.\n\n"
  3333    },
  3334    {
  3335      "id": "Incorrect Usage. Command line flags (except -f) cannot be applied when pushing multiple apps from a manifest file.",
  3336      "translation": "Utilizzo non corretto. Non è possibile applicare gli indicatori della riga di comando (eccetto -f) quando si distribuiscono più applicazioni da un file manifest."
  3337    },
  3338    {
  3339      "id": "Incorrect Usage. HEALTH_CHECK_TYPE must be \"port\" or \"none\"\\n\\n",
  3340      "translation": "Utilizzo non corretto. TIPO_VERIFICA_INTEGRITÀ deve essere \"port\" o \"none\"\\n\\n"
  3341    },
  3342    {
  3343      "id": "Incorrect Usage. Requires 'app-name env-name env-value' as arguments\n\n",
  3344      "translation": "Utilizzo non corretto. Richiede 'nome-applicazione nome-ambiente valore-ambiente' come argomenti\n\n"
  3345    },
  3346    {
  3347      "id": "Incorrect Usage. Requires 'app-name env-name' as arguments\n\n",
  3348      "translation": "Utilizzo non corretto. Richiede 'nome-applicazione nome-ambiente' come argomenti\n\n"
  3349    },
  3350    {
  3351      "id": "Incorrect Usage. Requires 'username password' as arguments\n\n",
  3352      "translation": "Utilizzo non corretto. Richiede 'nomeutente password' come argomenti\n\n"
  3353    },
  3354    {
  3355      "id": "Incorrect Usage. Requires APP SERVICE_INSTANCE as arguments\n\n",
  3356      "translation": "Utilizzo non corretto. Richiede APP ISTANZA_DEL_SERVIZIO come argomenti\n\n"
  3357    },
  3358    {
  3359      "id": "Incorrect Usage. Requires APP_NAME and DOMAIN as arguments\n\n",
  3360      "translation": "Utilizzo non corretto. Richiede NOME_APPLICAZIONE e DOMINIO come argomenti\n\n"
  3361    },
  3362    {
  3363      "id": "Incorrect Usage. Requires APP_NAME and HEALTH_CHECK_TYPE as arguments\n\n",
  3364      "translation": "Utilizzo non corretto. Richiede NOME_APPLICAZIONE e TIPO_VERIFICA_INTEGRITÀ come argomenti\n\n"
  3365    },
  3366    {
  3367      "id": "Incorrect Usage. Requires APP_NAME and SERVICE_INSTANCE as arguments\n\n",
  3368      "translation": "Utilizzo non corretto. Richiede NOME_APPLICAZIONE e ISTANZA_DEL_SERVIZIO come argomenti\n\n"
  3369    },
  3370    {
  3371      "id": "Incorrect Usage. Requires APP_NAME as argument",
  3372      "translation": "Utilizzo non corretto. Richiede NOME_APPLICAZIONE come argomento"
  3373    },
  3374    {
  3375      "id": "Incorrect Usage. Requires APP_NAME as argument\n\n",
  3376      "translation": "Utilizzo non corretto. Richiede NOME_APPLICAZIONE come argomento\n\n"
  3377    },
  3378    {
  3379      "id": "Incorrect Usage. Requires BUILDPACK_NAME, NEW_BUILDPACK_NAME as arguments\n\n",
  3380      "translation": "Utilizzo non corretto. Richiede NOME_PACCHETTO_DI_BUILD, NUOVO_NOME_PACCHETTO_DI_BUILD come argomenti\n\n"
  3381    },
  3382    {
  3383      "id": "Incorrect Usage. Requires DOMAIN and SERVICE_INSTANCE as arguments\n\n",
  3384      "translation": "Utilizzo non corretto. Richiede DOMINIO e ISTANZA_SERVIZIO come argomenti\n\n"
  3385    },
  3386    {
  3387      "id": "Incorrect Usage. Requires DOMAIN as an argument\n\n",
  3388      "translation": "Utilizzo non corretto. Richiede DOMINIO come un argomento\n\n"
  3389    },
  3390    {
  3391      "id": "Incorrect Usage. Requires LABEL, PROVIDER and TOKEN as arguments\n\n",
  3392      "translation": "Utilizzo non corretto. Richiede ETICHETTA, PROVIDER e TOKEN come argomenti\n\n"
  3393    },
  3394    {
  3395      "id": "Incorrect Usage. Requires LABEL, PROVIDER as arguments\n\n",
  3396      "translation": "Utilizzo non corretto. Richiede ETICHETTA, PROVIDER come argomenti\n\n"
  3397    },
  3398    {
  3399      "id": "Incorrect Usage. Requires ORG and DOMAIN arguments\n\n",
  3400      "translation": "Utilizzo non corretto. Richiede gli argomenti ORG e DOMINIO\n\n"
  3401    },
  3402    {
  3403      "id": "Incorrect Usage. Requires ORG and DOMAIN as arguments\n\n",
  3404      "translation": "Utilizzo non corretto. Richiede ORG e DOMINIO come argomenti\n\n"
  3405    },
  3406    {
  3407      "id": "Incorrect Usage. Requires ORG_NAME, QUOTA as arguments\n\n",
  3408      "translation": "Utilizzo non corretto. Richiede NOME_ORGANIZZAZIONE, QUOTA come argomenti\n\n"
  3409    },
  3410    {
  3411      "id": "Incorrect Usage. Requires REPO_NAME and URL as arguments\n\n",
  3412      "translation": "Utilizzo non corretto. Richiede NOME_REPOSITORY e URL come argomenti\n\n"
  3413    },
  3414    {
  3415      "id": "Incorrect Usage. Requires SECURITY_GROUP and ORG, optional SPACE as arguments\n\n",
  3416      "translation": "Utilizzo non corretto. Richiede GRUPPO_SICUREZZA e ORG, facoltativamente SPAZIO come argomenti\n\n"
  3417    },
  3418    {
  3419      "id": "Incorrect Usage. Requires SECURITY_GROUP and PATH_TO_JSON_RULES_FILE as arguments\n\n",
  3420      "translation": "Utilizzo non corretto. Richiede GRUPPO_SICUREZZA e PERCORSO_A_FILE_DI_REGOLE_JSON come argomenti\n\n"
  3421    },
  3422    {
  3423      "id": "Incorrect Usage. Requires SECURITY_GROUP, ORG and SPACE as arguments\n\n",
  3424      "translation": "Utilizzo non corretto. Richiede GRUPPO_SICUREZZA, ORG e SPAZIO come argomenti\n\n"
  3425    },
  3426    {
  3427      "id": "Incorrect Usage. Requires SERVICE_BROKER, NEW_SERVICE_BROKER as arguments\n\n",
  3428      "translation": "Utilizzo non corretto. Richiede BROKER_SERVIZI, NUOVO_BROKER_SERVIZI come argomenti\n\n"
  3429    },
  3430    {
  3431      "id": "Incorrect Usage. Requires SERVICE_BROKER, USERNAME, PASSWORD, URL as arguments\n\n",
  3432      "translation": "Utilizzo non corretto. Richiede BROKER_SERVIZI, NOMEUTENTE, PASSWORD, URL come argomenti\n\n"
  3433    },
  3434    {
  3435      "id": "Incorrect Usage. Requires SERVICE_INSTANCE SERVICE_KEY as arguments\n\n",
  3436      "translation": "Utilizzo non corretto. Richiede ISTANZA_DEL_SERVIZIO CHIAVE_SERVIZIO come argomenti\n\n"
  3437    },
  3438    {
  3439      "id": "Incorrect Usage. Requires SERVICE_INSTANCE and NEW_SERVICE_INSTANCE as arguments\n\n",
  3440      "translation": "Utilizzo non corretto. Richiede ISTANZA_DEL_SERVIZIO e NUOVA_ISTANZA_DEL_SERVIZIO come argomenti\n\n"
  3441    },
  3442    {
  3443      "id": "Incorrect Usage. Requires SERVICE_INSTANCE and SERVICE_KEY as arguments\n\n",
  3444      "translation": "Utilizzo non corretto. Richiede ISTANZA_DEL_SERVIZIO e CHIAVE_SERVIZIO come argomenti\n\n"
  3445    },
  3446    {
  3447      "id": "Incorrect Usage. Requires SPACE and DOMAIN as arguments\n\n",
  3448      "translation": "Utilizzo non corretto. Richiede SPAZIO e DOMINIO come argomenti\n\n"
  3449    },
  3450    {
  3451      "id": "Incorrect Usage. Requires SPACE and QUOTA as arguments\n\n",
  3452      "translation": "Utilizzo non corretto. Richiede SPAZIO e QUOTA come argomenti\n\n"
  3453    },
  3454    {
  3455      "id": "Incorrect Usage. Requires SPACE-NAME and SPACE-QUOTA-NAME as arguments\n\n",
  3456      "translation": "Utilizzo non corretto. Richiede NOME-SPAZIO e NOME-QUOTA-SPAZIO come argomenti\n\n"
  3457    },
  3458    {
  3459      "id": "Incorrect Usage. Requires SPACE_NAME NEW_SPACE_NAME as arguments\n\n",
  3460      "translation": "Utilizzo non corretto. Richiede NOME_SPAZIO NUOVO_NOME_SPAZIO come argomenti\n\n"
  3461    },
  3462    {
  3463      "id": "Incorrect Usage. Requires SPACE_NAME as argument\n\n",
  3464      "translation": "Utilizzo non corretto. Richiede NOME_SPAZIO come argomento\n\n"
  3465    },
  3466    {
  3467      "id": "Incorrect Usage. Requires USERNAME, ORG, ROLE as arguments\n\n",
  3468      "translation": "Utilizzo non corretto. Richiede NOMEUTENTE, ORG, RUOLO come argomenti\n\n"
  3469    },
  3470    {
  3471      "id": "Incorrect Usage. Requires USERNAME, ORG, SPACE, ROLE as arguments\n\n",
  3472      "translation": "Utilizzo non corretto. Richiede NOMEUTENTE, ORG, SPAZIO, RUOLO come argomenti\n\n"
  3473    },
  3474    {
  3475      "id": "Incorrect Usage. Requires an argument\n\n",
  3476      "translation": "Utilizzo non corretto. Richiede un argomento\n\n"
  3477    },
  3478    {
  3479      "id": "Incorrect Usage. Requires app_name, domain_name as arguments\n\n",
  3480      "translation": "Utilizzo non corretto. Richiede nome_applicazione, nome_dominio come argomenti\n\n"
  3481    },
  3482    {
  3483      "id": "Incorrect Usage. Requires arguments\n\n",
  3484      "translation": "Utilizzo non corretto. Richiede argomenti\n\n"
  3485    },
  3486    {
  3487      "id": "Incorrect Usage. Requires buildpack_name, path and position as arguments\n\n",
  3488      "translation": "Utilizzo non corretto. Richiede nome_pacchettodibuild, percorso e posizione come argomenti\n\n"
  3489    },
  3490    {
  3491      "id": "Incorrect Usage. Requires host and domain as arguments\n\n",
  3492      "translation": "Utilizzo non corretto. Richiede host e dominio come argomenti\n\n"
  3493    },
  3494    {
  3495      "id": "Incorrect Usage. Requires old app name and new app name as arguments\n\n",
  3496      "translation": "Utilizzo non corretto. Richiede il vecchio nome applicazione e il nuovo nome applicazione come argomenti\n\n"
  3497    },
  3498    {
  3499      "id": "Incorrect Usage. Requires old org name, new org name as arguments\n\n",
  3500      "translation": "Utilizzo non corretto. Richiede il vecchio nome organizzazione e il nuovo nome organizzazione come argomenti\n\n"
  3501    },
  3502    {
  3503      "id": "Incorrect Usage. Requires org_name, domain_name as arguments\n\n",
  3504      "translation": "Utilizzo non corretto. Richiede nome_organizzazione, nome_dominio come argomenti\n\n"
  3505    },
  3506    {
  3507      "id": "Incorrect Usage. Requires service, service plan, service instance as arguments\n\n",
  3508      "translation": "Utilizzo non corretto. Richiede servizio, piano di servizio, istanza del servizio come argomenti\n\n"
  3509    },
  3510    {
  3511      "id": "Incorrect Usage. Requires stack name as argument\n\n",
  3512      "translation": "Utilizzo non corretto. Richiede il nome stack come argomento\n\n"
  3513    },
  3514    {
  3515      "id": "Incorrect Usage. Requires v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN as arguments\n\n",
  3516      "translation": "Utilizzo non corretto. Richiede v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN come argomenti\n\n"
  3517    },
  3518    {
  3519      "id": "Incorrect Usage. Requires {{.Arguments}}",
  3520      "translation": "Utilizzo non corretto. Richiede {{.Arguments}}"
  3521    },
  3522    {
  3523      "id": "Incorrect Usage. The push command requires an app name. The app name can be supplied as an argument or with a manifest.yml file.",
  3524      "translation": "Utilizzo non corretto. Il comando push richiede un nome applicazione. Il nome applicazione può essere fornito come un argomento o con un file manifest.yml. "
  3525    },
  3526    {
  3527      "id": "Incorrect Usage:",
  3528      "translation": "Utilizzo non corretto:"
  3529    },
  3530    {
  3531      "id": "Incorrect Usage: '{{.Arg1}}' and '{{.Arg2}}' cannot be used together.",
  3532      "translation": ""
  3533    },
  3534    {
  3535      "id": "Incorrect Usage: the required argument `{{.ArgumentName}}` was not provided",
  3536      "translation": ""
  3537    },
  3538    {
  3539      "id": "Incorrect Usage: the required arguments `{{.ArgumentName1}}`, `{{.ArgumentName2}}`, and `{{.ArgumentName3}}` were not provided",
  3540      "translation": ""
  3541    },
  3542    {
  3543      "id": "Incorrect json format: file: {{.JSONFile}}\n\t\t\nValid json file example:\n[\n  {\n    \"protocol\": \"tcp\",\n    \"destination\": \"10.244.1.18\",\n    \"ports\": \"3306\"\n  }\n]",
  3544      "translation": "Formato json non corretto: file: {{.JSONFile}}\n\t\t\nEsempio di file json valido:\n[\n  {\n    \"protocol\": \"tcp\",\n    \"destination\": \"10.244.1.18\",\n    \"ports\": \"3306\"\n  }\n]"
  3545    },
  3546    {
  3547      "id": "Incorrect usage: --sso-passcode flag cannot be used with --sso",
  3548      "translation": ""
  3549    },
  3550    {
  3551      "id": "Incorrect usage: Value for {{.ArgumentName}} must be {{.ExpectedType}}",
  3552      "translation": ""
  3553    },
  3554    {
  3555      "id": "Incorrect usage: invalid healthcheck type",
  3556      "translation": "Utilizzo non corretto: tipo di controllo di integrità non valido"
  3557    },
  3558    {
  3559      "id": "Install CLI plugin",
  3560      "translation": "Installa plug-in CLI"
  3561    },
  3562    {
  3563      "id": "Install and use plugins at your own risk.",
  3564      "translation": ""
  3565    },
  3566    {
  3567      "id": "Installing plugin {{.Name}}...",
  3568      "translation": ""
  3569    },
  3570    {
  3571      "id": "Installing plugin {{.PluginPath}}...",
  3572      "translation": "Installazione del plug-in {{.PluginPath}} in corso..."
  3573    },
  3574    {
  3575      "id": "Instance",
  3576      "translation": "Istanza"
  3577    },
  3578    {
  3579      "id": "Instance Memory",
  3580      "translation": "Memoria istanza"
  3581    },
  3582    {
  3583      "id": "Instance must be a non-negative integer",
  3584      "translation": "L'istanza deve essere un numero intero non negativo"
  3585    },
  3586    {
  3587      "id": "Invalid JSON content from server: {{.Err}}",
  3588      "translation": ""
  3589    },
  3590    {
  3591      "id": "Invalid JSON response from server",
  3592      "translation": "Risposta JSON non valida dal server"
  3593    },
  3594    {
  3595      "id": "Invalid Role {{.Role}}",
  3596      "translation": "Ruolo non valido {{.Role}}"
  3597    },
  3598    {
  3599      "id": "Invalid SSL Cert for {{.API}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint",
  3600      "translation": "Certificato SSL non valido per {{.API}}\nSUGGERIMENTO: utilizza 'cf api --skip-ssl-validation' per continuare con un endpoint API non sicuro"
  3601    },
  3602    {
  3603      "id": "Invalid SSL Cert for {{.URL}}\n{{.TipMessage}}",
  3604      "translation": "Certificato SSL non valido per {{.URL}}\n{{.TipMessage}}"
  3605    },
  3606    {
  3607      "id": "Invalid app port: {{.AppPort}}\nApp port must be a number",
  3608      "translation": "Porta applicazione non valida: {{.AppPort}}\nLa porta applicazione deve essere un numero"
  3609    },
  3610    {
  3611      "id": "Invalid application configuration",
  3612      "translation": "Configurazione dell'applicazione non valida"
  3613    },
  3614    {
  3615      "id": "Invalid async response from server",
  3616      "translation": "Risposta asincrona non valida dal server"
  3617    },
  3618    {
  3619      "id": "Invalid auth token: ",
  3620      "translation": "Token di autenticazione non valido: "
  3621    },
  3622    {
  3623      "id": "Invalid configuration provided for -c flag. Please provide a valid JSON object or path to a file containing a valid JSON object.",
  3624      "translation": "Configurazione non valida fornita per l'indicatore -c. Fornisci un oggetto JSON valido o un percorso di file contenente un oggetto JSON valido."
  3625    },
  3626    {
  3627      "id": "Invalid data from '{{.repoName}}' - plugin data does not exist",
  3628      "translation": "Dati non validi da '{{.repoName}}' - i dati del plug-in non esistono"
  3629    },
  3630    {
  3631      "id": "Invalid disk quota: {{.DiskQuota}}\n{{.ErrorDescription}}",
  3632      "translation": "Quota di disco non valida: {{.DiskQuota}}\n{{.ErrorDescription}}"
  3633    },
  3634    {
  3635      "id": "Invalid disk quota: {{.DiskQuota}}\n{{.Err}}",
  3636      "translation": "Quota di disco non valida: {{.DiskQuota}}\n{{.Err}}"
  3637    },
  3638    {
  3639      "id": "Invalid flag: ",
  3640      "translation": "Indicatore non valido: "
  3641    },
  3642    {
  3643      "id": "Invalid health-check-type param: {{.healthCheckType}}",
  3644      "translation": "Parametro health-check-type non valido: {{.healthCheckType}}"
  3645    },
  3646    {
  3647      "id": "Invalid instance count: {{.InstancesCount}}\nInstance count must be a positive integer",
  3648      "translation": "Numero di istanze non valido: {{.InstancesCount}}\nIl numero di istanze deve essere un intero positivo"
  3649    },
  3650    {
  3651      "id": "Invalid instance memory limit: {{.MemoryLimit}}\n{{.Err}}",
  3652      "translation": "Limite di memoria istanza non valido: {{.MemoryLimit}}\n{{.Err}}"
  3653    },
  3654    {
  3655      "id": "Invalid instance: {{.Instance}}\nInstance must be a positive integer",
  3656      "translation": "Istanza non valida: {{.Instance}}\nL'istanza deve essere un numero intero positivo"
  3657    },
  3658    {
  3659      "id": "Invalid instance: {{.Instance}}\nInstance must be less than {{.InstanceCount}}",
  3660      "translation": "Istanza non valida: {{.Instance}}\nL'istanza deve essere inferiore a {{.InstanceCount}}"
  3661    },
  3662    {
  3663      "id": "Invalid json data from",
  3664      "translation": "Dati json non validi da"
  3665    },
  3666    {
  3667      "id": "Invalid manifest. Expected a map",
  3668      "translation": "Manifest non valido. Era prevista un'associazione"
  3669    },
  3670    {
  3671      "id": "Invalid memory limit: {{.MemLimit}}\n{{.Err}}",
  3672      "translation": "Limite di memoria non valido: {{.MemLimit}}\n{{.Err}}"
  3673    },
  3674    {
  3675      "id": "Invalid memory limit: {{.MemoryLimit}}\n{{.Err}}",
  3676      "translation": "Limite di memoria non valido: {{.MemoryLimit}}\n{{.Err}}"
  3677    },
  3678    {
  3679      "id": "Invalid memory limit: {{.Memory}}\n{{.ErrorDescription}}",
  3680      "translation": "Limite di memoria non valido: {{.Memory}}\n{{.ErrorDescription}}"
  3681    },
  3682    {
  3683      "id": "Invalid port for route {{.RouteName}}",
  3684      "translation": "Porta non valida per la rotta {{.RouteName}}"
  3685    },
  3686    {
  3687      "id": "Invalid timeout param: {{.Timeout}}\n{{.Err}}",
  3688      "translation": "Parametro timeout non valido: {{.Timeout}}\n{{.Err}}"
  3689    },
  3690    {
  3691      "id": "Invalid value for '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}",
  3692      "translation": "Valore non valido per '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}"
  3693    },
  3694    {
  3695      "id": "Invite and manage users, and enable features for a given space\n",
  3696      "translation": "Invita e gestisci gli utenti e abilita le funzioni per un determinato spazio\n"
  3697    },
  3698    {
  3699      "id": "Invite and manage users, select and change plans, and set spending limits\n",
  3700      "translation": "Invita e gestisci gli utenti, seleziona e modifica i piani e imposta i limiti di spesa\n"
  3701    },
  3702    {
  3703      "id": "Isolation segment '{{.Name}}' not found.",
  3704      "translation": ""
  3705    },
  3706    {
  3707      "id": "Isolation segment {{.IsolationSegmentName}} already exists.",
  3708      "translation": ""
  3709    },
  3710    {
  3711      "id": "Isolation segment {{.IsolationSegmentName}} does not exist.",
  3712      "translation": ""
  3713    },
  3714    {
  3715      "id": "Job ({{.JobGUID}}) failed: {{.Message}}",
  3716      "translation": ""
  3717    },
  3718    {
  3719      "id": "Job ({{.JobGUID}}) polling timeout has been reached. The operation may still be running on the CF instance. Your CF operator may have more information.",
  3720      "translation": "Il timeout di polling del lavoro ({{.JobGUID}}) è stato raggiunto. L'operazione potrebbe essere ancora in esecuzione sull'istanza CF. Il tuo operatore CF potrebbe disporre di ulteriori informazioni."
  3721    },
  3722    {
  3723      "id": "Last Operation",
  3724      "translation": "Ultima operazione"
  3725    },
  3726    {
  3727      "id": "Lifecycle phase the group applies to",
  3728      "translation": ""
  3729    },
  3730    {
  3731      "id": "Lifecycle value 'staging' requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.",
  3732      "translation": ""
  3733    },
  3734    {
  3735      "id": "List all apps in the target space",
  3736      "translation": "Elenca tutte le applicazioni nello spazio di destinazione"
  3737    },
  3738    {
  3739      "id": "List all available plugin commands",
  3740      "translation": "Elenca tutti i comandi di plug-in disponibili"
  3741    },
  3742    {
  3743      "id": "List all available plugins in specified repository or in all added repositories",
  3744      "translation": "Elenca tutti i plug-in disponibili nel repository specificato oppure in tutti i repository aggiunti"
  3745    },
  3746    {
  3747      "id": "List all buildpacks",
  3748      "translation": "Elenca tutti i pacchetti di build"
  3749    },
  3750    {
  3751      "id": "List all isolation segments",
  3752      "translation": ""
  3753    },
  3754    {
  3755      "id": "List all orgs",
  3756      "translation": "Elenca tutte le organizzazioni"
  3757    },
  3758    {
  3759      "id": "List all routes in the current space or the current organization",
  3760      "translation": "Elenca tutte le rotte nello spazio o nell'organizzazione corrente"
  3761    },
  3762    {
  3763      "id": "List all security groups",
  3764      "translation": "Elenca tutti i gruppi di sicurezza"
  3765    },
  3766    {
  3767      "id": "List all service instances in the target space",
  3768      "translation": "Elenca tutte le istanze del servizio nello spazio di destinazione"
  3769    },
  3770    {
  3771      "id": "List all spaces in an org",
  3772      "translation": "Elenca tutti gli spazi in un'organizzazione"
  3773    },
  3774    {
  3775      "id": "List all stacks (a stack is a pre-built file system, including an operating system, that can run apps)",
  3776      "translation": "Elenca tutti gli stack (uno stack è un file system precostruito, incluso un sistema operativo, che può eseguire le applicazioni)"
  3777    },
  3778    {
  3779      "id": "List all the added plugin repositories",
  3780      "translation": "Elenca tutti i repository di plug-in aggiunti"
  3781    },
  3782    {
  3783      "id": "List all the routes for all spaces of current organization",
  3784      "translation": "Elenca tutte le rotte per tutti gli spazi dell'organizzazione corrente"
  3785    },
  3786    {
  3787      "id": "List all users in the org",
  3788      "translation": "Elenca tutti gli utenti nell'organizzazione"
  3789    },
  3790    {
  3791      "id": "List available offerings in the marketplace",
  3792      "translation": "Elenca le offerte disponibili nel marketplace"
  3793    },
  3794    {
  3795      "id": "List available space resource quotas",
  3796      "translation": "Elenca le quote di risorse dello spazio disponibili"
  3797    },
  3798    {
  3799      "id": "List available usage quotas",
  3800      "translation": "Elenca le quote di utilizzo disponibili"
  3801    },
  3802    {
  3803      "id": "List commands of installed plugins",
  3804      "translation": ""
  3805    },
  3806    {
  3807      "id": "List domains in the target org",
  3808      "translation": "Elenca i domini nell'organizzazione di destinazione"
  3809    },
  3810    {
  3811      "id": "List keys for a service instance",
  3812      "translation": "Elenca le chiavi per un'istanza del servizio"
  3813    },
  3814    {
  3815      "id": "List router groups",
  3816      "translation": "Elenca gruppi di router"
  3817    },
  3818    {
  3819      "id": "List security groups in the set of security groups for running applications",
  3820      "translation": "Elenca i gruppi di sicurezza nella serie di gruppi di sicurezza per le applicazioni in esecuzione"
  3821    },
  3822    {
  3823      "id": "List security groups in the staging set for applications",
  3824      "translation": "Elenca i gruppi di sicurezza nella serie in fase di preparazione per le applicazioni"
  3825    },
  3826    {
  3827      "id": "List service access settings",
  3828      "translation": "Elenca le impostazioni di accesso al servizio"
  3829    },
  3830    {
  3831      "id": "List service auth tokens",
  3832      "translation": "Elenca i token di autenticazione del servizio"
  3833    },
  3834    {
  3835      "id": "List service brokers",
  3836      "translation": "Elenca i broker dei servizi"
  3837    },
  3838    {
  3839      "id": "List tasks of an app",
  3840      "translation": ""
  3841    },
  3842    {
  3843      "id": "Listing Installed Plugins...",
  3844      "translation": "Elenco dei plug-in installati in corso..."
  3845    },
  3846    {
  3847      "id": "Listing installed plugins...",
  3848      "translation": ""
  3849    },
  3850    {
  3851      "id": "Local port forward specification. This flag can be defined more than once.",
  3852      "translation": "Specifica dell'inoltro della porta locale. Questo indicatore può essere definito più di una volta."
  3853    },
  3854    {
  3855      "id": "Lock the buildpack to prevent updates",
  3856      "translation": "Blocca il pacchetto di build per impedire gli aggiornamenti"
  3857    },
  3858    {
  3859      "id": "Log user in",
  3860      "translation": "Collega utente"
  3861    },
  3862    {
  3863      "id": "Log user out",
  3864      "translation": "Scollega utente"
  3865    },
  3866    {
  3867      "id": "Logged errors:",
  3868      "translation": "Errori registrati:"
  3869    },
  3870    {
  3871      "id": "Logging out...",
  3872      "translation": "Disconnessione in corso..."
  3873    },
  3874    {
  3875      "id": "Looking up '{{.filePath}}' from repository '{{.repoName}}'",
  3876      "translation": "Ricerca di '{{.filePath}}' dal repository '{{.repoName}}'"
  3877    },
  3878    {
  3879      "id": "MEMORY",
  3880      "translation": "MEMORIA"
  3881    },
  3882    {
  3883      "id": "Make a user-provided service instance available to CF apps",
  3884      "translation": "Rendi un'istanza del servizio fornita dall'utente disponibile alle applicazioni CF"
  3885    },
  3886    {
  3887      "id": "Make the broker's service plans only visible within the targeted space",
  3888      "translation": "Rendi i piani di servizio del broker visibili solo nello spazio di destinazione"
  3889    },
  3890    {
  3891      "id": "Manifest file created successfully at ",
  3892      "translation": "File manifest creato correttamente in "
  3893    },
  3894    {
  3895      "id": "Map a TCP route",
  3896      "translation": "Associa una rotta TCP"
  3897    },
  3898    {
  3899      "id": "Map an HTTP route",
  3900      "translation": "Associa una rotta HTTP"
  3901    },
  3902    {
  3903      "id": "Map an HTTP route:\\n      CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Map a TCP route:\\n      CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n   CF_NAME map-route my-app example.com                              # example.com\\n   CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME map-route my-app example.com --port 5000                  # example.com:5000",
  3904      "translation": "Associa una rotta HTTP:\\n      CF_NAME map-route NOME_APPLICAZIONE DOMINIO [--hostname NOME_HOST] [--path PERCORSO]\\n\\n   Associa una rotta TCP:\\n      CF_NAME map-route NOME_APPLICAZIONE DOMINIO (--port PORTA | --random-port)\\n\\nESEMPI:\\n   CF_NAME map-route my-app example.com                              # example.com\\n   CF_NAME map-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME map-route my-app example.com --port 5000                  # example.com:5000"
  3905    },
  3906    {
  3907      "id": "Map the root domain to this app",
  3908      "translation": "Associa il dominio root a questa applicazione"
  3909    },
  3910    {
  3911      "id": "Mapping routes...",
  3912      "translation": ""
  3913    },
  3914    {
  3915      "id": "Max wait time for app instance startup, in minutes",
  3916      "translation": "Tempo massimo di attesa per l'avvio dell'istanza dell'applicazione, in minuti"
  3917    },
  3918    {
  3919      "id": "Max wait time for buildpack staging, in minutes",
  3920      "translation": "Tempo massimo di attesa per la preparazione del pacchetto di build, in minuti"
  3921    },
  3922    {
  3923      "id": "Max wait time to establish a connection, including name resolution, in seconds",
  3924      "translation": ""
  3925    },
  3926    {
  3927      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G)",
  3928      "translation": "Quantità massima di memoria che può avere un'istanza dell'applicazione (ad esempio, 1024M, 1G, 10G)"
  3929    },
  3930    {
  3931      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount.",
  3932      "translation": "Quantità massima di memoria che può avere un'istanza dell'applicazione (ad esempio, 1024M, 1G, 10G). -1 rappresenta una quantità illimitata."
  3933    },
  3934    {
  3935      "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount. (Default: unlimited)",
  3936      "translation": "Quantità massima di memoria che può avere un'istanza dell'applicazione (ad esempio, 1024M, 1G, 10G). -1 rappresenta una quantità illimitata. (Impostazione predefinita: illimitato)"
  3937    },
  3938    {
  3939      "id": "Maximum number of routes that may be created with reserved ports",
  3940      "translation": "Numero massimo di rotte che è possibile creare con porte riservate"
  3941    },
  3942    {
  3943      "id": "Maximum number of routes that may be created with reserved ports (Default: 0)",
  3944      "translation": "Numero massimo di rotte che è possibile creare con porte riservate (valore predefinito: 0)"
  3945    },
  3946    {
  3947      "id": "Memory limit (e.g. 256M, 1024M, 1G)",
  3948      "translation": "Limite di memoria (ad esempio, 256M, 1024M, 1G)"
  3949    },
  3950    {
  3951      "id": "Message: {{.Message}}",
  3952      "translation": "Messaggio: {{.Message}}"
  3953    },
  3954    {
  3955      "id": "Migrate service instances from one service plan to another",
  3956      "translation": "Migra le istanze del servizio da un piano di servizio a un altro"
  3957    },
  3958    {
  3959      "id": "NAME",
  3960      "translation": "NOME"
  3961    },
  3962    {
  3963      "id": "NAME:",
  3964      "translation": "NOME:"
  3965    },
  3966    {
  3967      "id": "NEW_NAME",
  3968      "translation": "NUOVO_NOME"
  3969    },
  3970    {
  3971      "id": "Name",
  3972      "translation": "Nome"
  3973    },
  3974    {
  3975      "id": "Name of a registered repository",
  3976      "translation": "Nome di un repository registrato"
  3977    },
  3978    {
  3979      "id": "Name of a registered repository where the specified plugin is located",
  3980      "translation": "Nome di un repository registrato dove si trova il plug-in specificato"
  3981    },
  3982    {
  3983      "id": "Name to give the task (generated if omitted)",
  3984      "translation": ""
  3985    },
  3986    {
  3987      "id": "New Password",
  3988      "translation": "Nuova password"
  3989    },
  3990    {
  3991      "id": "New name",
  3992      "translation": "Nuovo nome"
  3993    },
  3994    {
  3995      "id": "No API endpoint set. Use '{{.LoginTip}}' or '{{.APITip}}' to target an endpoint.",
  3996      "translation": "Nessun endpoint API impostato. Utilizza '{{.LoginTip}}' o '{{.APITip}}' per specificare un endpoint."
  3997    },
  3998    {
  3999      "id": "No api endpoint set. Use '{{.Name}}' to set an endpoint",
  4000      "translation": "Nessun endpoint api impostato. Utilizza '{{.Name}}' per impostare un endpoint"
  4001    },
  4002    {
  4003      "id": "No app files found in '{{.Path}}'",
  4004      "translation": "Non è stato trovato alcun file applicazione in '{{.Path}}'"
  4005    },
  4006    {
  4007      "id": "No apps found",
  4008      "translation": "Nessuna applicazione trovata"
  4009    },
  4010    {
  4011      "id": "No argument required",
  4012      "translation": "Non è richiesto alcun argomento"
  4013    },
  4014    {
  4015      "id": "No buildpacks found",
  4016      "translation": "Nessun pacchetto di build trovato"
  4017    },
  4018    {
  4019      "id": "No changes were made",
  4020      "translation": "Nessuna modifica effettuata"
  4021    },
  4022    {
  4023      "id": "No domains found",
  4024      "translation": "Nessun dominio trovato"
  4025    },
  4026    {
  4027      "id": "No doppler loggregator endpoint found. Cannot retrieve logs.",
  4028      "translation": "Nessun endpoint loggregator doppler trovato. Impossibile richiamare i log."
  4029    },
  4030    {
  4031      "id": "No events for app {{.AppName}}",
  4032      "translation": "Nessun evento per l'applicazione {{.AppName}}"
  4033    },
  4034    {
  4035      "id": "No flags specified. No changes were made.",
  4036      "translation": "Nessun indicatore specificato. Non sono state apportate modifiche."
  4037    },
  4038    {
  4039      "id": "No org and space targeted, use '{{.Command}}' to target an org and space",
  4040      "translation": "Non sono stati specificati organizzazioni e spazi, utilizza '{{.Command}}' per specificare un'organizzazione e uno spazio"
  4041    },
  4042    {
  4043      "id": "No org or space targeted, use '{{.CFTargetCommand}}'",
  4044      "translation": "Non sono stati specificati organizzazioni o spazi, utilizza '{{.CFTargetCommand}}'"
  4045    },
  4046    {
  4047      "id": "No org targeted, use '{{.CFTargetCommand}}'",
  4048      "translation": "Nessuna organizzazione specificata, utilizza '{{.CFTargetCommand}}'"
  4049    },
  4050    {
  4051      "id": "No org targeted, use '{{.Command}}' to target an org.",
  4052      "translation": "Nessuna organizzazione specificata, utilizza '{{.Command}}' per specificare un'organizzazione."
  4053    },
  4054    {
  4055      "id": "No orgs found",
  4056      "translation": "Nessuna organizzazione trovata"
  4057    },
  4058    {
  4059      "id": "No plugin repositories registered to search for plugin updates.",
  4060      "translation": ""
  4061    },
  4062    {
  4063      "id": "No private or shared domains found in this organization",
  4064      "translation": ""
  4065    },
  4066    {
  4067      "id": "No router groups found",
  4068      "translation": "Nessun gruppo di router trovato"
  4069    },
  4070    {
  4071      "id": "No routes found",
  4072      "translation": "Nessuna rotta trovata"
  4073    },
  4074    {
  4075      "id": "No running env variables have been set",
  4076      "translation": "Non sono state impostate variabili di ambiente in esecuzione"
  4077    },
  4078    {
  4079      "id": "No running security groups set",
  4080      "translation": "Non sono stati impostati gruppi di sicurezza in esecuzione"
  4081    },
  4082    {
  4083      "id": "No security groups",
  4084      "translation": "Nessun gruppo di sicurezza"
  4085    },
  4086    {
  4087      "id": "No service brokers found",
  4088      "translation": "Nessun broker dei servizi trovato"
  4089    },
  4090    {
  4091      "id": "No service key for service instance {{.ServiceInstanceName}}",
  4092      "translation": "Nessuna chiave di servizio per l'istanza del servizio {{.ServiceInstanceName}}"
  4093    },
  4094    {
  4095      "id": "No service key {{.ServiceKeyName}} found for service instance {{.ServiceInstanceName}}",
  4096      "translation": "Nessuna chiave di servizio {{.ServiceKeyName}} trovata per l'istanza del servizio {{.ServiceInstanceName}}"
  4097    },
  4098    {
  4099      "id": "No service offerings found",
  4100      "translation": "Nessuna offerta di servizi trovata"
  4101    },
  4102    {
  4103      "id": "No services found",
  4104      "translation": "Nessun servizio trovato"
  4105    },
  4106    {
  4107      "id": "No space targeted, use '{{.CFTargetCommand}}'",
  4108      "translation": "Nessuno spazio specificato, utilizza '{{.CFTargetCommand}}'"
  4109    },
  4110    {
  4111      "id": "No space targeted, use '{{.Command}}' to target a space.",
  4112      "translation": "Nessuno spazio specificato, utilizza '{{.Command}}' per specificare uno spazio. "
  4113    },
  4114    {
  4115      "id": "No spaces assigned",
  4116      "translation": "Nessuno spazio assegnato"
  4117    },
  4118    {
  4119      "id": "No spaces found",
  4120      "translation": "Nessuno spazio trovato"
  4121    },
  4122    {
  4123      "id": "No staging env variables have been set",
  4124      "translation": "Non sono state impostate variabili di ambiente in fase di preparazione"
  4125    },
  4126    {
  4127      "id": "No staging security group set",
  4128      "translation": "Non sono stati impostati gruppi di sicurezza in fase di preparazione"
  4129    },
  4130    {
  4131      "id": "No system-provided env variables have been set",
  4132      "translation": "Non sono state impostate variabili di ambiente fornite dal sistema"
  4133    },
  4134    {
  4135      "id": "No user-defined env variables have been set",
  4136      "translation": "Non sono state impostate variabili di ambiente definite dall'utente"
  4137    },
  4138    {
  4139      "id": "No value provided for flag: ",
  4140      "translation": "Nessun valore fornito per l'indicatore: "
  4141    },
  4142    {
  4143      "id": "No {{.Role}} found",
  4144      "translation": "Nessun {{.Role}} trovato"
  4145    },
  4146    {
  4147      "id": "Not logged in. Use '{{.CFLoginCommand}}' to log in.",
  4148      "translation": "Non collegato. Utilizza '{{.CFLoginCommand}}' per effettuare l'accesso."
  4149    },
  4150    {
  4151      "id": "Not supported on windows",
  4152      "translation": "Non supportato su Windows "
  4153    },
  4154    {
  4155      "id": "Note: this may take some time",
  4156      "translation": "Nota: questa operazione potrebbe richiedere qualche minuto"
  4157    },
  4158    {
  4159      "id": "Number of instances",
  4160      "translation": "Numero di istanze"
  4161    },
  4162    {
  4163      "id": "OK",
  4164      "translation": "OK"
  4165    },
  4166    {
  4167      "id": "OPTIONS:",
  4168      "translation": "OPZIONI:"
  4169    },
  4170    {
  4171      "id": "ORG",
  4172      "translation": ""
  4173    },
  4174    {
  4175      "id": "ORG ADMIN",
  4176      "translation": "AMMINISTRATORE ORGANIZZAZIONE"
  4177    },
  4178    {
  4179      "id": "ORG ADMIN:",
  4180      "translation": ""
  4181    },
  4182    {
  4183      "id": "ORG AUDITOR",
  4184      "translation": "REVISORE ORGANIZZAZIONE"
  4185    },
  4186    {
  4187      "id": "ORG MANAGER",
  4188      "translation": "GESTORE ORGANIZZAZIONE"
  4189    },
  4190    {
  4191      "id": "ORGS",
  4192      "translation": "ORGANIZZAZIONI"
  4193    },
  4194    {
  4195      "id": "ORGS:",
  4196      "translation": ""
  4197    },
  4198    {
  4199      "id": "One-time passcode",
  4200      "translation": ""
  4201    },
  4202    {
  4203      "id": "Option '--app-ports'",
  4204      "translation": "Opzione '--app-ports'"
  4205    },
  4206    {
  4207      "id": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute",
  4208      "translation": "Impossibile utilizzare l'opzione '--no-hostname' con un manifest dell'applicazione che contiene l'attributo 'routes'"
  4209    },
  4210    {
  4211      "id": "Option '--path'",
  4212      "translation": "Opzione '--path'"
  4213    },
  4214    {
  4215      "id": "Option '--port'",
  4216      "translation": "Opzione '--port'"
  4217    },
  4218    {
  4219      "id": "Option '--random-port'",
  4220      "translation": "Opzione '--random-port'"
  4221    },
  4222    {
  4223      "id": "Option '--reserved-route-ports'",
  4224      "translation": "Opzione '--reserved-route-ports'"
  4225    },
  4226    {
  4227      "id": "Option '--route-path'",
  4228      "translation": "Opzione '--route-path'"
  4229    },
  4230    {
  4231      "id": "Option '--router-group'",
  4232      "translation": "Opzione '--router-group'"
  4233    },
  4234    {
  4235      "id": "Option '-a'",
  4236      "translation": "Opzione '-a'"
  4237    },
  4238    {
  4239      "id": "Option '-p'",
  4240      "translation": "Opzione '-p'"
  4241    },
  4242    {
  4243      "id": "Option '-r'",
  4244      "translation": "Opzione '-r'"
  4245    },
  4246    {
  4247      "id": "Org",
  4248      "translation": "Organizzazione"
  4249    },
  4250    {
  4251      "id": "Org management:",
  4252      "translation": ""
  4253    },
  4254    {
  4255      "id": "Org that contains the target application",
  4256      "translation": "Organizzazione che contiene l'applicazione di destinazione"
  4257    },
  4258    {
  4259      "id": "Org {{.OrgName}} already exists",
  4260      "translation": "L'organizzazione {{.OrgName}} esiste già"
  4261    },
  4262    {
  4263      "id": "Org {{.OrgName}} does not exist or is not accessible",
  4264      "translation": "L'organizzazione {{.OrgName}} non esiste o non è accessibile"
  4265    },
  4266    {
  4267      "id": "Org {{.OrgName}} does not exist.",
  4268      "translation": "L'organizzazione {{.OrgName}} non esiste."
  4269    },
  4270    {
  4271      "id": "Org:",
  4272      "translation": "Organizzazione:"
  4273    },
  4274    {
  4275      "id": "Organization",
  4276      "translation": "Organizzazione"
  4277    },
  4278    {
  4279      "id": "Organization '{{.Name}}' not found.",
  4280      "translation": ""
  4281    },
  4282    {
  4283      "id": "Origin for mapping a user account to a user in an external identity provider",
  4284      "translation": ""
  4285    },
  4286    {
  4287      "id": "Override path to default config directory",
  4288      "translation": ""
  4289    },
  4290    {
  4291      "id": "Override path to default plugin config directory",
  4292      "translation": ""
  4293    },
  4294    {
  4295      "id": "Override restart of the application in target environment after copy-source completes",
  4296      "translation": "Sovrascrivi il riavvio dell'applicazione nell'ambiente di destinazione al completamento del comando copy-source"
  4297    },
  4298    {
  4299      "id": "PATH",
  4300      "translation": "PERCORSO"
  4301    },
  4302    {
  4303      "id": "PENDING",
  4304      "translation": ""
  4305    },
  4306    {
  4307      "id": "PORT",
  4308      "translation": "PORTA"
  4309    },
  4310    {
  4311      "id": "POSITION",
  4312      "translation": ""
  4313    },
  4314    {
  4315      "id": "Paid service plans",
  4316      "translation": "Piani di servizio a pagamento"
  4317    },
  4318    {
  4319      "id": "Parameters as JSON",
  4320      "translation": "Parametri come JSON"
  4321    },
  4322    {
  4323      "id": "Pass parameters as JSON to create a running environment variable group",
  4324      "translation": "Trasmetti i parametri come JSON per creare un gruppo di variabili di ambiente in esecuzione"
  4325    },
  4326    {
  4327      "id": "Pass parameters as JSON to create a staging environment variable group",
  4328      "translation": "Trasmetti i parametri come JSON per creare un gruppo di variabili di ambiente in fase di preparazione"
  4329    },
  4330    {
  4331      "id": "Password",
  4332      "translation": "Password"
  4333    },
  4334    {
  4335      "id": "Password used for private docker repository",
  4336      "translation": ""
  4337    },
  4338    {
  4339      "id": "Password verification does not match",
  4340      "translation": "La verifica password non corrisponde"
  4341    },
  4342    {
  4343      "id": "Path for HTTP route",
  4344      "translation": "Percorso per la rotta HTTP"
  4345    },
  4346    {
  4347      "id": "Path for the HTTP route",
  4348      "translation": "Percorso per la rotta HTTP"
  4349    },
  4350    {
  4351      "id": "Path for the route",
  4352      "translation": "Percorso per la rotta"
  4353    },
  4354    {
  4355      "id": "Path not allowed in TCP route {{.RouteName}}",
  4356      "translation": "Percorso non consentito nella rotta TCP {{.RouteName}}"
  4357    },
  4358    {
  4359      "id": "Path on the app",
  4360      "translation": "Percorso dell'applicazione "
  4361    },
  4362    {
  4363      "id": "Path to app directory or to a zip file of the contents of the app directory",
  4364      "translation": "Percorso di directory dell'applicazione o di un file zip dei contenuti della directory dell'applicazione"
  4365    },
  4366    {
  4367      "id": "Path to directory or zip file",
  4368      "translation": "Percorso di directory o file zip"
  4369    },
  4370    {
  4371      "id": "Path to file of JSON describing security group rules",
  4372      "translation": "Percorso al file di JSON che descrive le regole del gruppo di sicurezza "
  4373    },
  4374    {
  4375      "id": "Path to manifest",
  4376      "translation": "Percorso del manifest"
  4377    },
  4378    {
  4379      "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind",
  4380      "translation": ""
  4381    },
  4382    {
  4383      "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to unbind",
  4384      "translation": ""
  4385    },
  4386    {
  4387      "id": "Path used to identify the HTTP route",
  4388      "translation": "Percorso utilizzato per identificare la rotta HTTP"
  4389    },
  4390    {
  4391      "id": "Perform a simple check to determine whether a route currently exists or not",
  4392      "translation": "Esegui un semplice controllo per determinare se attualmente esiste una rotta o meno"
  4393    },
  4394    {
  4395      "id": "Plan does not exist for the {{.ServiceName}} service",
  4396      "translation": "Piano non esistente per il servizio {{.ServiceName}}"
  4397    },
  4398    {
  4399      "id": "Plan {{.ServicePlanName}} cannot be found",
  4400      "translation": "Impossibile trovare il piano {{.ServicePlanName}}"
  4401    },
  4402    {
  4403      "id": "Plan {{.ServicePlanName}} has no service instances to migrate",
  4404      "translation": "Il piano {{.ServicePlanName}} non ha istanze di servizio da migrare"
  4405    },
  4406    {
  4407      "id": "Plan: {{.ServicePlanName}}",
  4408      "translation": "Piano: {{.ServicePlanName}}"
  4409    },
  4410    {
  4411      "id": "Plans accessible by a particular organization",
  4412      "translation": "Piani accessibili a una specifica organizzazione"
  4413    },
  4414    {
  4415      "id": "Please choose either allow or disallow. Both flags are not permitted to be passed in the same command.",
  4416      "translation": "Scegli se consentire o non consentire. Non è possibile trasmettere entrambi gli indicatori nello stesso comando."
  4417    },
  4418    {
  4419      "id": "Please log in again",
  4420      "translation": "Accedi di nuovo"
  4421    },
  4422    {
  4423      "id": "Please provide a password.",
  4424      "translation": ""
  4425    },
  4426    {
  4427      "id": "Please provide the space within the organization containing the target application",
  4428      "translation": "Fornisci lo spazio all'interno dell'organizzazione contenente l'applicazione di destinazione"
  4429    },
  4430    {
  4431      "id": "Plugin Name",
  4432      "translation": "Nome plug-in"
  4433    },
  4434    {
  4435      "id": "Plugin installation cancelled",
  4436      "translation": "Installazione del plug-in annullata"
  4437    },
  4438    {
  4439      "id": "Plugin installation cancelled.",
  4440      "translation": ""
  4441    },
  4442    {
  4443      "id": "Plugin list download failed; repository {{.RepositoryName}} returned {{.ErrorMessage}}.",
  4444      "translation": ""
  4445    },
  4446    {
  4447      "id": "Plugin name {{.PluginName}} does not exist",
  4448      "translation": "Il nome del plug-in {{.PluginName}} non esiste"
  4449    },
  4450    {
  4451      "id": "Plugin name {{.PluginName}} is already taken",
  4452      "translation": "Il nome del plug-in {{.PluginName}} è già utilizzato"
  4453    },
  4454    {
  4455      "id": "Plugin repo named \"{{.repoName}}\" already exists, please use another name.",
  4456      "translation": "Il repository di plug-in denominato \"{{.repoName}}\" esiste già, utilizza un altro nome"
  4457    },
  4458    {
  4459      "id": "Plugin repo named '{{.RepositoryName}}' already exists, please use another name.",
  4460      "translation": ""
  4461    },
  4462    {
  4463      "id": "Plugin repository {{.Name}} not found.\nUse 'cf list-plugin-repos' to list registered repos.",
  4464      "translation": ""
  4465    },
  4466    {
  4467      "id": "Plugin requested has no binary available for your OS: ",
  4468      "translation": "Il plug-in richiesto non ha alcun binario disponibile per il tuo SO: "
  4469    },
  4470    {
  4471      "id": "Plugin requested has no binary available for your platform.",
  4472      "translation": ""
  4473    },
  4474    {
  4475      "id": "Plugin {{.Name}} successfully uninstalled.",
  4476      "translation": ""
  4477    },
  4478    {
  4479      "id": "Plugin {{.Name}} {{.Version}} could not be installed. A plugin with that name is already installed.\nTIP: Use '{{.BinaryName}} install-plugin -f' to force a reinstall.",
  4480      "translation": ""
  4481    },
  4482    {
  4483      "id": "Plugin {{.Name}} {{.Version}} is already installed. Uninstalling existing plugin...",
  4484      "translation": ""
  4485    },
  4486    {
  4487      "id": "Plugin {{.Name}} {{.Version}} successfully installed.",
  4488      "translation": ""
  4489    },
  4490    {
  4491      "id": "Plugin {{.PluginName}} does not exist.",
  4492      "translation": ""
  4493    },
  4494    {
  4495      "id": "Plugin {{.PluginName}} not found in repository {{.RepositoryName}}.\nUse '{{.BinaryName}} repo-plugins -r {{.RepositoryName}}' to list plugins available in the repo.",
  4496      "translation": ""
  4497    },
  4498    {
  4499      "id": "Plugin {{.PluginName}} not found on disk or in any registered repo.\nUse '{{.BinaryName}} repo-plugins' to list plugins available in the repos.",
  4500      "translation": ""
  4501    },
  4502    {
  4503      "id": "Plugin {{.PluginName}} successfully uninstalled.",
  4504      "translation": "Plug-in {{.PluginName}} disinstallato correttamente."
  4505    },
  4506    {
  4507      "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with aliases that are already used: {{.CommandAliases}}.",
  4508      "translation": ""
  4509    },
  4510    {
  4511      "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names and aliases that are already used: {{.CommandNamesAndAliases}}.",
  4512      "translation": ""
  4513    },
  4514    {
  4515      "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names or aliases that are already used.",
  4516      "translation": ""
  4517    },
  4518    {
  4519      "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names that are already used: {{.CommandNames}}.",
  4520      "translation": ""
  4521    },
  4522    {
  4523      "id": "Plugin {{.PluginName}} v{{.Version}} successfully installed.",
  4524      "translation": "Plug-in {{.PluginName}} v{{.Version}} installato correttamente."
  4525    },
  4526    {
  4527      "id": "Plugin {{.PluginName}} {{.PluginVersion}} found in: {{.RepositoryName}}",
  4528      "translation": ""
  4529    },
  4530    {
  4531      "id": "Plugin {{.PluginName}} {{.PluginVersion}} is already installed.",
  4532      "translation": ""
  4533    },
  4534    {
  4535      "id": "Plugin {{.PluginName}} {{.PluginVersion}} successfully uninstalled.",
  4536      "translation": ""
  4537    },
  4538    {
  4539      "id": "Port for the TCP route",
  4540      "translation": "Porta per la rotta TCP"
  4541    },
  4542    {
  4543      "id": "Port not allowed in HTTP route {{.RouteName}}",
  4544      "translation": "Porta non consentita nella rotta HTTP {{.RouteName}}"
  4545    },
  4546    {
  4547      "id": "Port used to identify the TCP route",
  4548      "translation": "Porta utilizzata per identificare la rotta TCP"
  4549    },
  4550    {
  4551      "id": "Print API request diagnostics to stdout",
  4552      "translation": ""
  4553    },
  4554    {
  4555      "id": "Print out a list of files in a directory or the contents of a specific file of an app running on the DEA backend",
  4556      "translation": "Stampa un elenco di file in una directory oppure il contenuto di uno specifico file di un'applicazione in esecuzione sul backend DEA"
  4557    },
  4558    {
  4559      "id": "Print the version",
  4560      "translation": "Stampa la versione"
  4561    },
  4562    {
  4563      "id": "Problem removing downloaded binary in temp directory: ",
  4564      "translation": "Problema durante la rimozione del binario scaricato nella directory temporanea: "
  4565    },
  4566    {
  4567      "id": "Process terminated by signal: {{.Signal}}. Exited with {{.ExitCode}}",
  4568      "translation": "Processo terminato dal segnale: {{.Signal}}. Terminato con {{.ExitCode}}"
  4569    },
  4570    {
  4571      "id": "Prompt for a one-time passcode to login",
  4572      "translation": ""
  4573    },
  4574    {
  4575      "id": "Property '{{.PropertyName}}' found in manifest. This feature is no longer supported. Please remove it and try again.",
  4576      "translation": "Proprietà '{{.PropertyName}}' trovata nel manifest. Questa funzione non è più supportata. Eliminarla e riprovare."
  4577    },
  4578    {
  4579      "id": "Provider",
  4580      "translation": "Provider"
  4581    },
  4582    {
  4583      "id": "Purging service {{.InstanceName}}...",
  4584      "translation": "Eliminazione del servizio {{.InstanceName}} in corso..."
  4585    },
  4586    {
  4587      "id": "Purging service {{.ServiceName}}...",
  4588      "translation": "Eliminazione del servizio {{.ServiceName}} in corso..."
  4589    },
  4590    {
  4591      "id": "Push a new app or sync changes to an existing app",
  4592      "translation": "Distribuisci una nuova applicazione o sincronizza le modifiche con un'applicazione esistente"
  4593    },
  4594    {
  4595      "id": "QUOTA",
  4596      "translation": "QUOTA"
  4597    },
  4598    {
  4599      "id": "Quota Definition {{.QuotaName}} already exists",
  4600      "translation": "La definizione della quota {{.QuotaName}} esiste già"
  4601    },
  4602    {
  4603      "id": "Quota to assign to the newly created org (excluding this option results in assignment of default quota)",
  4604      "translation": "Quota da assegnare all'organizzazione appena creata (se non si imposta questa opzione, viene assegnata la quota predefinita)"
  4605    },
  4606    {
  4607      "id": "Quota to assign to the newly created space",
  4608      "translation": "Quota da assegnare allo spazio di nuova creazione"
  4609    },
  4610    {
  4611      "id": "Quota {{.QuotaName}} does not exist",
  4612      "translation": "La quota {{.QuotaName}} non esiste"
  4613    },
  4614    {
  4615      "id": "REQUEST:",
  4616      "translation": "RICHIESTA:"
  4617    },
  4618    {
  4619      "id": "RESERVED_ROUTE_PORTS",
  4620      "translation": "PORTE_ROTTA_RISERVATE"
  4621    },
  4622    {
  4623      "id": "RESPONSE:",
  4624      "translation": "RISPOSTA:"
  4625    },
  4626    {
  4627      "id": "ROLE must be \"OrgManager\", \"BillingManager\" and \"OrgAuditor\"",
  4628      "translation": "RUOLO deve essere \"OrgManager\", \"BillingManager\" e \"OrgAuditor\""
  4629    },
  4630    {
  4631      "id": "ROLE must be \"SpaceManager\", \"SpaceDeveloper\" and \"SpaceAuditor\"",
  4632      "translation": ""
  4633    },
  4634    {
  4635      "id": "ROLES:\n",
  4636      "translation": "RUOLI:\n"
  4637    },
  4638    {
  4639      "id": "ROUTES",
  4640      "translation": "ROTTE"
  4641    },
  4642    {
  4643      "id": "ROUTES:",
  4644      "translation": ""
  4645    },
  4646    {
  4647      "id": "RUNNING",
  4648      "translation": ""
  4649    },
  4650    {
  4651      "id": "Read-only access to org info and reports\n",
  4652      "translation": "Accesso in sola lettura a informazioni e report dell'organizzazione\n"
  4653    },
  4654    {
  4655      "id": "Really delete orphaned routes?",
  4656      "translation": ""
  4657    },
  4658    {
  4659      "id": "Really delete orphaned routes?{{.Prompt}}",
  4660      "translation": "Si è sicuri di voler eliminare le rotte orfane?{{.Prompt}}"
  4661    },
  4662    {
  4663      "id": "Really delete the isolation segment {{.IsolationSegmentName}}?",
  4664      "translation": ""
  4665    },
  4666    {
  4667      "id": "Really delete the org {{.OrgName}}, including its spaces, apps, service instances, routes, private domains and space-scoped service brokers?",
  4668      "translation": ""
  4669    },
  4670    {
  4671      "id": "Really delete the space {{.SpaceName}}?",
  4672      "translation": ""
  4673    },
  4674    {
  4675      "id": "Really delete the {{.ModelType}} {{.ModelName}} and everything associated with it?",
  4676      "translation": "Si è sicuri di voler eliminare {{.ModelType}} {{.ModelName}} e tutti gli elementi associati?"
  4677    },
  4678    {
  4679      "id": "Really delete the {{.ModelType}} {{.ModelName}}?",
  4680      "translation": "Si è sicuri di voler eliminare {{.ModelType}} {{.ModelName}}?"
  4681    },
  4682    {
  4683      "id": "Really migrate {{.ServiceInstanceDescription}} from plan {{.OldServicePlanName}} to {{.NewServicePlanName}}?\u003e",
  4684      "translation": "Si è sicuri di voler migrare {{.ServiceInstanceDescription}} dal piano {{.OldServicePlanName}} a {{.NewServicePlanName}}?\u003e"
  4685    },
  4686    {
  4687      "id": "Really purge service instance {{.InstanceName}} from Cloud Foundry?",
  4688      "translation": "Si è sicuri di voler eliminare l'istanza del servizio {{.InstanceName}} da Cloud Foundry?"
  4689    },
  4690    {
  4691      "id": "Really purge service offering {{.ServiceName}} from Cloud Foundry?",
  4692      "translation": "Si è sicuri di voler eliminare l'offerta di servizi {{.ServiceName}} da Cloud Foundry?"
  4693    },
  4694    {
  4695      "id": "Received invalid SSL certificate from ",
  4696      "translation": "È stato ricevuto un certificato SSL non valido da "
  4697    },
  4698    {
  4699      "id": "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)",
  4700      "translation": ""
  4701    },
  4702    {
  4703      "id": "Recursively remove a service and child objects from Cloud Foundry database without making requests to a service broker",
  4704      "translation": "Rimuovi un servizio e gli oggetti figlio dal database Cloud Foundry in modo ricorsivo senza effettuare richieste a un broker dei servizi"
  4705    },
  4706    {
  4707      "id": "Recursively remove a service instance and child objects from Cloud Foundry database without making requests to a service broker",
  4708      "translation": "Rimuovi un'istanza del servizio e gli oggetti figlio dal database Cloud Foundry in modo ricorsivo senza effettuare richieste a un broker dei servizi"
  4709    },
  4710    {
  4711      "id": "Remove a plugin repository",
  4712      "translation": "Rimuovi un repository di plug-in"
  4713    },
  4714    {
  4715      "id": "Remove a space role from a user",
  4716      "translation": "Rimuovi un ruolo spazio da un utente"
  4717    },
  4718    {
  4719      "id": "Remove a url route from an app",
  4720      "translation": "Rimuovi una rotta URL da un'applicazione"
  4721    },
  4722    {
  4723      "id": "Remove all api endpoint targeting",
  4724      "translation": "Rimuovi tutte le specifiche di endpoint api"
  4725    },
  4726    {
  4727      "id": "Remove an env variable",
  4728      "translation": "Rimuovi una variabile di ambiente"
  4729    },
  4730    {
  4731      "id": "Remove an org role from a user",
  4732      "translation": "Rimuovi un ruolo organizzazione da un utente"
  4733    },
  4734    {
  4735      "id": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}...",
  4736      "translation": ""
  4737    },
  4738    {
  4739      "id": "Removing env variable {{.VarName}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4740      "translation": "Rimozione della variabile di ambiente {{.VarName}} dall'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  4741    },
  4742    {
  4743      "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...",
  4744      "translation": "Rimozione del ruolo {{.Role}} dall'utente {{.TargetUser}} nell'organizzazione {{.TargetOrg}} / spazio {{.TargetSpace}} come {{.CurrentUser}} in corso..."
  4745    },
  4746    {
  4747      "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
  4748      "translation": "Rimozione del ruolo {{.Role}} dall'utente {{.TargetUser}} nell'organizzazione {{.TargetOrg}} come {{.CurrentUser}} in corso..."
  4749    },
  4750    {
  4751      "id": "Removing route {{.URL}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  4752      "translation": "Rimozione della rotta {{.URL}} dall'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  4753    },
  4754    {
  4755      "id": "Removing route {{.URL}}...",
  4756      "translation": "Rimozione della rotta {{.URL}} in corso..."
  4757    },
  4758    {
  4759      "id": "Rename a buildpack",
  4760      "translation": "Ridenomina un pacchetto di build"
  4761    },
  4762    {
  4763      "id": "Rename a service broker",
  4764      "translation": "Ridenomina un broker dei servizi"
  4765    },
  4766    {
  4767      "id": "Rename a service instance",
  4768      "translation": "Rinomina un'istanza del servizio"
  4769    },
  4770    {
  4771      "id": "Rename a space",
  4772      "translation": "Ridenomina uno spazio"
  4773    },
  4774    {
  4775      "id": "Rename an app",
  4776      "translation": "Rinomina un'applicazione"
  4777    },
  4778    {
  4779      "id": "Rename an org",
  4780      "translation": "Ridenomina un'organizzazione"
  4781    },
  4782    {
  4783      "id": "Renaming app {{.AppName}} to {{.NewName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  4784      "translation": "Ridenominazione dell'applicazione {{.AppName}} in {{.NewName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  4785    },
  4786    {
  4787      "id": "Renaming buildpack {{.OldBuildpackName}} to {{.NewBuildpackName}}...",
  4788      "translation": "Ridenominazione del pacchetto di build {{.OldBuildpackName}} in {{.NewBuildpackName}} in corso..."
  4789    },
  4790    {
  4791      "id": "Renaming org {{.OrgName}} to {{.NewName}} as {{.Username}}...",
  4792      "translation": "Ridenominazione dell'organizzazione {{.OrgName}} in {{.NewName}} come {{.Username}} in corso..."
  4793    },
  4794    {
  4795      "id": "Renaming service broker {{.OldName}} to {{.NewName}} as {{.Username}}",
  4796      "translation": "Ridenominazione del broker dei servizi {{.OldName}} in {{.NewName}} come {{.Username}}"
  4797    },
  4798    {
  4799      "id": "Renaming service {{.ServiceName}} to {{.NewServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4800      "translation": "Ridenominazione del servizio {{.ServiceName}} in {{.NewServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  4801    },
  4802    {
  4803      "id": "Renaming space {{.OldSpaceName}} to {{.NewSpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  4804      "translation": "Ridenominazione dello spazio {{.OldSpaceName}} in {{.NewSpaceName}} nell'organizzazione {{.OrgName}} come {{.CurrentUser}} in corso..."
  4805    },
  4806    {
  4807      "id": "Repo Name",
  4808      "translation": "Nome repository"
  4809    },
  4810    {
  4811      "id": "Reports whether SSH is allowed in a space",
  4812      "translation": "Indica se SSH è consentito in uno spazio"
  4813    },
  4814    {
  4815      "id": "Reports whether SSH is enabled on an application container instance",
  4816      "translation": "Indica se SSH è abilitato su un'istanza del contenitore applicazioni"
  4817    },
  4818    {
  4819      "id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
  4820      "translation": ""
  4821    },
  4822    {
  4823      "id": "Repository: ",
  4824      "translation": "Repository: "
  4825    },
  4826    {
  4827      "id": "Request error: {{.Error}}\nTIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.",
  4828      "translation": "Errore richiesta: {{.Error}}\nSUGGERIMENTO: se ti trovi dietro un firewall e hai bisogno di un proxy HTTP, verifica che la variabile https_proxy sia impostata correttamente. Altrimenti, verifica la connessione di rete."
  4829    },
  4830    {
  4831      "id": "Request pseudo-tty allocation",
  4832      "translation": "Richiedi assegnazione pseudo-tty"
  4833    },
  4834    {
  4835      "id": "Requires SOURCE-APP TARGET-APP as arguments",
  4836      "translation": "Richiede APPLICAZIONE-DI-ORIGINE APPLICAZIONE-DI-DESTINAZIONE come argomenti"
  4837    },
  4838    {
  4839      "id": "Requires app name as argument",
  4840      "translation": "Richiede il nome applicazione come argomento"
  4841    },
  4842    {
  4843      "id": "Reserved Route Ports",
  4844      "translation": "Porte rotta riservate"
  4845    },
  4846    {
  4847      "id": "Reset the isolation segment assignment of a space to the org's default",
  4848      "translation": ""
  4849    },
  4850    {
  4851      "id": "Resetting isolation segment assignment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  4852      "translation": ""
  4853    },
  4854    {
  4855      "id": "Resource matching API timed out; pushing all app files.",
  4856      "translation": ""
  4857    },
  4858    {
  4859      "id": "Restage an app",
  4860      "translation": "Riprepara un'applicazione"
  4861    },
  4862    {
  4863      "id": "Restaging app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  4864      "translation": "Ripreparazione dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  4865    },
  4866    {
  4867      "id": "Restart an app",
  4868      "translation": "Riavvia un'applicazione"
  4869    },
  4870    {
  4871      "id": "Restarting instance {{.Instance}} of application {{.AppName}} as {{.Username}}",
  4872      "translation": "Riavvio dell'istanza {{.Instance}} dell'applicazione {{.AppName}} come {{.Username}}"
  4873    },
  4874    {
  4875      "id": "Restrict search for plugin to this registered repository",
  4876      "translation": ""
  4877    },
  4878    {
  4879      "id": "Retrieve an individual feature flag with status",
  4880      "translation": "Richiama un singolo indicatore di funzione con stato"
  4881    },
  4882    {
  4883      "id": "Retrieve and display the OAuth token for the current session",
  4884      "translation": "Richiama e visualizza il token OAuth per la sessione corrente"
  4885    },
  4886    {
  4887      "id": "Retrieve and display the given app's guid.  All other health and status output for the app is suppressed.",
  4888      "translation": "Richiama e visualizza il guid dell'applicazione specificata.  Tutti gli altri output di integrità e stato dell'applicazione vengono eliminati."
  4889    },
  4890    {
  4891      "id": "Retrieve and display the given org's guid.  All other output for the org is suppressed.",
  4892      "translation": "Richiama e visualizza il guid dell'organizzazione specificata.  Tutti gli altri output per l'organizzazione vengono eliminati."
  4893    },
  4894    {
  4895      "id": "Retrieve and display the given service's guid.  All other output for the service is suppressed.",
  4896      "translation": "Richiama e visualizza il guid del servizio specificato.  Tutti gli altri output per il servizio vengono eliminati."
  4897    },
  4898    {
  4899      "id": "Retrieve and display the given service-key's guid.  All other output for the service is suppressed.",
  4900      "translation": "Richiama e visualizza il guid della chiave di servizio specificata.  Tutti gli altri output per il servizio vengono eliminati."
  4901    },
  4902    {
  4903      "id": "Retrieve and display the given space's guid.  All other output for the space is suppressed.",
  4904      "translation": "Richiama e visualizza il guid dello spazio specificato.  Tutti gli altri output per lo spazio vengono eliminati."
  4905    },
  4906    {
  4907      "id": "Retrieve and display the given stack's guid. All other output for the stack is suppressed.",
  4908      "translation": "Richiama e visualizza il guid dello stack specificato. Tutti gli altri output per lo stack vengono eliminati."
  4909    },
  4910    {
  4911      "id": "Retrieve list of feature flags with status of each flag-able feature",
  4912      "translation": "Richiama elenco di indicatori di funzione con lo stato di ciascuna funzione contrassegnata"
  4913    },
  4914    {
  4915      "id": "Retrieve the contents of the running environment variable group",
  4916      "translation": "Richiama il contenuto del gruppo di variabili di ambiente in esecuzione"
  4917    },
  4918    {
  4919      "id": "Retrieve the contents of the staging environment variable group",
  4920      "translation": "Richiama il contenuto del gruppo di variabili di ambiente in fase di preparazione"
  4921    },
  4922    {
  4923      "id": "Retrieve the rules for all the security groups associated with the space",
  4924      "translation": "Richiama le regole per tutti i gruppi di sicurezza associati allo spazio"
  4925    },
  4926    {
  4927      "id": "Retrieve the rules for all the security groups associated with the space.",
  4928      "translation": ""
  4929    },
  4930    {
  4931      "id": "Retrieving logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  4932      "translation": ""
  4933    },
  4934    {
  4935      "id": "Retrieving status of all flagged features as {{.Username}}...",
  4936      "translation": "Richiamo dello stato di tutte le funzioni contrassegnate come {{.Username}} in corso..."
  4937    },
  4938    {
  4939      "id": "Retrieving status of {{.FeatureFlag}} as {{.Username}}...",
  4940      "translation": "Richiamo dello stato di {{.FeatureFlag}} come {{.Username}} in corso..."
  4941    },
  4942    {
  4943      "id": "Retrieving the contents of the running environment variable group as {{.Username}}...",
  4944      "translation": "Richiamo del contenuto del gruppo di variabili di ambiente in esecuzione come {{.Username}} in corso..."
  4945    },
  4946    {
  4947      "id": "Retrieving the contents of the staging environment variable group as {{.Username}}...",
  4948      "translation": "Richiamo del contenuto del gruppo di variabili di ambiente in fase di preparazione come {{.Username}} in corso..."
  4949    },
  4950    {
  4951      "id": "Retrying upload due to an error...",
  4952      "translation": ""
  4953    },
  4954    {
  4955      "id": "Revoke an organization's entitlement to an isolation segment",
  4956      "translation": ""
  4957    },
  4958    {
  4959      "id": "Route and domain management:",
  4960      "translation": ""
  4961    },
  4962    {
  4963      "id": "Route {{.HostName}}.{{.DomainName}} {{.Existence}}",
  4964      "translation": "Rotta {{.HostName}}.{{.DomainName}} {{.Existence}}"
  4965    },
  4966    {
  4967      "id": "Route {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}",
  4968      "translation": "Rotta {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}"
  4969    },
  4970    {
  4971      "id": "Route {{.Route}} has been registered to another space.",
  4972      "translation": ""
  4973    },
  4974    {
  4975      "id": "Route {{.Route}} was not bound to service instance {{.ServiceInstance}}.",
  4976      "translation": "La rotta {{.Route}} non era associata all'istanza del servizio {{.ServiceInstance}}."
  4977    },
  4978    {
  4979      "id": "Route {{.URL}} already exists",
  4980      "translation": "La rotta {{.URL}} esiste già"
  4981    },
  4982    {
  4983      "id": "Route {{.URL}} is already bound to service instance {{.ServiceInstanceName}}.",
  4984      "translation": "La rotta {{.URL}} è già associata all'istanza del servizio {{.ServiceInstanceName}}."
  4985    },
  4986    {
  4987      "id": "Router group {{.RouterGroup}} not found",
  4988      "translation": "Gruppo di router {{.RouterGroup}} non trovato"
  4989    },
  4990    {
  4991      "id": "Routes",
  4992      "translation": "Rotte"
  4993    },
  4994    {
  4995      "id": "Routes for this domain will be configured only on the specified router group",
  4996      "translation": "Le rotte per questo dominio saranno configurate solo sul gruppo di router specificato"
  4997    },
  4998    {
  4999      "id": "Rules",
  5000      "translation": "Regole"
  5001    },
  5002    {
  5003      "id": "Run a one-off task on an app",
  5004      "translation": ""
  5005    },
  5006    {
  5007      "id": "Running Environment Variable Groups:",
  5008      "translation": "Gruppi di variabili di ambiente in esecuzione:"
  5009    },
  5010    {
  5011      "id": "Running applications need a restart to be moved there.",
  5012      "translation": ""
  5013    },
  5014    {
  5015      "id": "SECURITY GROUP",
  5016      "translation": "GRUPPO DI SICUREZZA"
  5017    },
  5018    {
  5019      "id": "SECURITY GROUP:",
  5020      "translation": ""
  5021    },
  5022    {
  5023      "id": "SECURITY_GROUP",
  5024      "translation": ""
  5025    },
  5026    {
  5027      "id": "SEE ALSO:",
  5028      "translation": ""
  5029    },
  5030    {
  5031      "id": "SERVICE",
  5032      "translation": "SERVIZIO"
  5033    },
  5034    {
  5035      "id": "SERVICE ADMIN",
  5036      "translation": "AMMINISTRATORE SERVIZIO"
  5037    },
  5038    {
  5039      "id": "SERVICE ADMIN:",
  5040      "translation": ""
  5041    },
  5042    {
  5043      "id": "SERVICES",
  5044      "translation": "SERVIZI"
  5045    },
  5046    {
  5047      "id": "SERVICES:",
  5048      "translation": ""
  5049    },
  5050    {
  5051      "id": "SERVICE_INSTANCES",
  5052      "translation": "ISTANZA_DEL_SERVIZIO"
  5053    },
  5054    {
  5055      "id": "SPACE",
  5056      "translation": "SPAZIO"
  5057    },
  5058    {
  5059      "id": "SPACE ADMIN",
  5060      "translation": "AMMINISTRATORE SPAZIO"
  5061    },
  5062    {
  5063      "id": "SPACE ADMIN:",
  5064      "translation": ""
  5065    },
  5066    {
  5067      "id": "SPACE AUDITOR",
  5068      "translation": "REVISORE SPAZIO"
  5069    },
  5070    {
  5071      "id": "SPACE DEVELOPER",
  5072      "translation": "SVILUPPATORE SPAZIO"
  5073    },
  5074    {
  5075      "id": "SPACE MANAGER",
  5076      "translation": "GESTORE SPAZIO"
  5077    },
  5078    {
  5079      "id": "SPACES",
  5080      "translation": "SPAZI"
  5081    },
  5082    {
  5083      "id": "SPACES:",
  5084      "translation": ""
  5085    },
  5086    {
  5087      "id": "SSH to an application container instance",
  5088      "translation": "SSH per un'istanza del contenitore applicazioni"
  5089    },
  5090    {
  5091      "id": "SSL Certificate Error {{.Message}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint",
  5092      "translation": ""
  5093    },
  5094    {
  5095      "id": "SUCCEEDED",
  5096      "translation": ""
  5097    },
  5098    {
  5099      "id": "Scaling app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5100      "translation": "Ridimensionamento dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  5101    },
  5102    {
  5103      "id": "Search the plugin repositories for new versions of installed plugins",
  5104      "translation": ""
  5105    },
  5106    {
  5107      "id": "Searching {{.RepoNames}} for newer versions of installed plugins...",
  5108      "translation": ""
  5109    },
  5110    {
  5111      "id": "Searching {{.RepositoryName}} for plugin {{.PluginName}}...",
  5112      "translation": ""
  5113    },
  5114    {
  5115      "id": "Security Groups:",
  5116      "translation": "Gruppi di sicurezza:"
  5117    },
  5118    {
  5119      "id": "Security group '{{.Name}}' not found.",
  5120      "translation": ""
  5121    },
  5122    {
  5123      "id": "Security group {{.Name}} not bound to this space for lifecycle phase '{{.Lifecycle}}'.",
  5124      "translation": ""
  5125    },
  5126    {
  5127      "id": "Security group {{.security_group}} does not exist",
  5128      "translation": "Il gruppo di sicurezza {{.security_group}} non esiste"
  5129    },
  5130    {
  5131      "id": "Security group {{.security_group}} {{.error_message}}",
  5132      "translation": "Gruppo di sicurezza {{.security_group}} {{.error_message}}"
  5133    },
  5134    {
  5135      "id": "See 'cf help \u003ccommand\u003e' to read about a specific command.",
  5136      "translation": ""
  5137    },
  5138    {
  5139      "id": "Select a space (or press enter to skip):",
  5140      "translation": "Seleziona uno spazio (o premi Invio per ignorare):"
  5141    },
  5142    {
  5143      "id": "Select an org (or press enter to skip):",
  5144      "translation": "Seleziona un'organizzazione (o premi Invio per ignorare):"
  5145    },
  5146    {
  5147      "id": "Server error, error code: 1002, message: cannot set space role because user is not part of the org",
  5148      "translation": "Errore server, codice errore: 1002, messaggio: Impossibile impostare il ruolo spazio perché l'utente non fa parte dell'organizzazione"
  5149    },
  5150    {
  5151      "id": "Server error, status code: 403, error code: 10003, message: You are not authorized to perform the requested action",
  5152      "translation": "Errore server, codice di stato: 403, codice di errore: 10003, messaggio: Non sei autorizzato a effettuare l'azione richiesta"
  5153    },
  5154    {
  5155      "id": "Server error, status code: 403: Access is denied.  You do not have privileges to execute this command.",
  5156      "translation": "Errore server, codice di stato: 403: Accesso negato.  Non disponi dei privilegi per eseguire questo comando."
  5157    },
  5158    {
  5159      "id": "Server error, status code: {{.ErrStatusCode}}, error code: {{.ErrAPIErrorCode}}, message: {{.ErrDescription}}",
  5160      "translation": "Errore server, codice di stato: {{.ErrStatusCode}}, codice di errore: {{.ErrAPIErrorCode}}, messaggio: {{.ErrDescription}}"
  5161    },
  5162    {
  5163      "id": "Service Auth Token {{.Label}} {{.Provider}} does not exist.",
  5164      "translation": "Il token di autenticazione del servizio {{.Label}} {{.Provider}} non esiste."
  5165    },
  5166    {
  5167      "id": "Service Broker {{.Name}} does not exist.",
  5168      "translation": "Il broker dei servizi {{.Name}} non esiste."
  5169    },
  5170    {
  5171      "id": "Service Instance is not user provided",
  5172      "translation": "L'istanza del servizio non è fornita dall'utente"
  5173    },
  5174    {
  5175      "id": "Service instance",
  5176      "translation": "Istanza del servizio"
  5177    },
  5178    {
  5179      "id": "Service instance {{.InstanceName}} not found",
  5180      "translation": "Istanza del servizio {{.InstanceName}} non trovata"
  5181    },
  5182    {
  5183      "id": "Service instance {{.ServiceInstanceName}} does not exist.",
  5184      "translation": "L'istanza del servizio {{.ServiceInstanceName}} non esiste."
  5185    },
  5186    {
  5187      "id": "Service instance {{.ServiceInstance}} not found",
  5188      "translation": ""
  5189    },
  5190    {
  5191      "id": "Service instance: {{.ServiceName}}",
  5192      "translation": "Istanza del servizio: {{.ServiceName}}"
  5193    },
  5194    {
  5195      "id": "Service key {{.ServiceKeyName}} does not exist for service instance {{.ServiceInstanceName}}.",
  5196      "translation": "La chiave di servizio {{.ServiceKeyName}} non esiste per l'istanza del servizio {{.ServiceInstanceName}}."
  5197    },
  5198    {
  5199      "id": "Service offering",
  5200      "translation": "Offerta di servizi"
  5201    },
  5202    {
  5203      "id": "Service offering does not exist\nTIP: If you are trying to purge a v1 service offering, you must set the -p flag.",
  5204      "translation": "L'offerta di servizi non esiste\nSUGGERIMENTO: se stai tentando di eliminare un'offerta di servizi v1, devi impostare l'indicatore -p."
  5205    },
  5206    {
  5207      "id": "Service offering not found",
  5208      "translation": "Offerta di servizi non trovata"
  5209    },
  5210    {
  5211      "id": "Service {{.ServiceName}} does not exist.",
  5212      "translation": "Il servizio {{.ServiceName}} non esiste."
  5213    },
  5214    {
  5215      "id": "Service: {{.ServiceDescription}}",
  5216      "translation": "Servizio: {{.ServiceDescription}}"
  5217    },
  5218    {
  5219      "id": "Services",
  5220      "translation": "Servizi"
  5221    },
  5222    {
  5223      "id": "Services integration:",
  5224      "translation": ""
  5225    },
  5226    {
  5227      "id": "Services:",
  5228      "translation": "Servizi:"
  5229    },
  5230    {
  5231      "id": "Set an env variable for an app",
  5232      "translation": "Imposta una variabile di ambiente per un'applicazione"
  5233    },
  5234    {
  5235      "id": "Set default locale. If LOCALE is 'CLEAR', previous locale is deleted.",
  5236      "translation": "Imposta la locale predefinita. Se LOCALE è 'CLEAR', la locale precedente viene eliminata."
  5237    },
  5238    {
  5239      "id": "Set health_check_type flag to either 'port' or 'none'",
  5240      "translation": "Imposta l'indicatore health_check_type su 'port' o 'none'"
  5241    },
  5242    {
  5243      "id": "Set or view target api url",
  5244      "translation": "Imposta o visualizza URL API di destinazione"
  5245    },
  5246    {
  5247      "id": "Set or view the targeted org or space",
  5248      "translation": "Imposta o visualizza organizzazione o spazio di destinazione"
  5249    },
  5250    {
  5251      "id": "Set the droplet used to run an app",
  5252      "translation": ""
  5253    },
  5254    {
  5255      "id": "Set to 'port' or 'none'",
  5256      "translation": ""
  5257    },
  5258    {
  5259      "id": "Setting api endpoint to {{.Endpoint}}...",
  5260      "translation": "Impostazione dell'endpoint api su {{.Endpoint}} in corso..."
  5261    },
  5262    {
  5263      "id": "Setting app {{.AppName}} to droplet {{.DropletGUID}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  5264      "translation": ""
  5265    },
  5266    {
  5267      "id": "Setting env variable '{{.VarName}}' to '{{.VarValue}}' for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5268      "translation": "Impostazione della variabile di ambiente '{{.VarName}}' su '{{.VarValue}}' per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  5269    },
  5270    {
  5271      "id": "Setting quota {{.QuotaName}} to org {{.OrgName}} as {{.Username}}...",
  5272      "translation": "Impostazione della quota {{.QuotaName}} sull'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  5273    },
  5274    {
  5275      "id": "Setting status of {{.FeatureFlag}} as {{.Username}}...",
  5276      "translation": "Impostazione dello stato di {{.FeatureFlag}} come {{.Username}} in corso..."
  5277    },
  5278    {
  5279      "id": "Setting the contents of the running environment variable group as {{.Username}}...",
  5280      "translation": "Impostazione del contenuto del gruppo di variabili di ambiente in esecuzione come {{.Username}} in corso..."
  5281    },
  5282    {
  5283      "id": "Setting the contents of the staging environment variable group as {{.Username}}...",
  5284      "translation": "Impostazione del contenuto del gruppo di variabili di ambiente in fase di preparazione come {{.Username}} in corso..."
  5285    },
  5286    {
  5287      "id": "Share a private domain with an org",
  5288      "translation": "Condividi un dominio privato con un'organizzazione"
  5289    },
  5290    {
  5291      "id": "Sharing domain {{.DomainName}} with org {{.OrgName}} as {{.Username}}...",
  5292      "translation": "Condivisione del dominio {{.DomainName}} con l'organizzazione {{.OrgName}} come {{.Username}} in corso..."
  5293    },
  5294    {
  5295      "id": "Show a single security group",
  5296      "translation": "Mostra un singolo gruppo di sicurezza"
  5297    },
  5298    {
  5299      "id": "Show all env variables for an app",
  5300      "translation": "Mostra tutte le variabili di ambiente per un'applicazione"
  5301    },
  5302    {
  5303      "id": "Show help",
  5304      "translation": "Mostra Guida"
  5305    },
  5306    {
  5307      "id": "Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps)",
  5308      "translation": "Visualizza informazioni per uno stack (uno stack è un file system precostruito, incluso un sistema operativo, che può eseguire le applicazioni)"
  5309    },
  5310    {
  5311      "id": "Show org info",
  5312      "translation": "Visualizza informazioni organizzazione"
  5313    },
  5314    {
  5315      "id": "Show org users by role",
  5316      "translation": "Visualizza utenti dell'organizzazione in base al ruolo"
  5317    },
  5318    {
  5319      "id": "Show plan details for a particular service offering",
  5320      "translation": "Visualizza dettagli del piano per una determinata offerta di servizi"
  5321    },
  5322    {
  5323      "id": "Show quota info",
  5324      "translation": "Visualizza informazioni quota"
  5325    },
  5326    {
  5327      "id": "Show recent app events",
  5328      "translation": "Visualizza eventi applicazione recenti"
  5329    },
  5330    {
  5331      "id": "Show service instance info",
  5332      "translation": "Visualizza informazioni istanza del servizio"
  5333    },
  5334    {
  5335      "id": "Show service key info",
  5336      "translation": "Visualizza informazioni chiave di servizio"
  5337    },
  5338    {
  5339      "id": "Show space info",
  5340      "translation": "Visualizza informazioni spazio"
  5341    },
  5342    {
  5343      "id": "Show space quota info",
  5344      "translation": "Visualizza informazioni quota spazio"
  5345    },
  5346    {
  5347      "id": "Show space users by role",
  5348      "translation": "Visualizza utenti dello spazio in base al ruolo"
  5349    },
  5350    {
  5351      "id": "Show the type of health check performed on an app",
  5352      "translation": ""
  5353    },
  5354    {
  5355      "id": "Showing current scale of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5356      "translation": "Visualizzazione della scala corrente dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  5357    },
  5358    {
  5359      "id": "Showing health and status for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  5360      "translation": "Visualizzazione dell'integrità e dello stato per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  5361    },
  5362    {
  5363      "id": "Skip SSL certificate validation",
  5364      "translation": ""
  5365    },
  5366    {
  5367      "id": "Skip assigning org role to user",
  5368      "translation": "Ignora assegnazione del ruolo organizzazione all'utente"
  5369    },
  5370    {
  5371      "id": "Skip host key validation",
  5372      "translation": "Ignora convalida della chiave host"
  5373    },
  5374    {
  5375      "id": "Skip verification of the API endpoint. Not recommended!",
  5376      "translation": "Tralascia la verifica dell'endpoint API. Non consigliato."
  5377    },
  5378    {
  5379      "id": "Space",
  5380      "translation": "Spazio"
  5381    },
  5382    {
  5383      "id": "Space '{{.Name}}' not found.",
  5384      "translation": ""
  5385    },
  5386    {
  5387      "id": "Space Quota Definition {{.QuotaName}} already exists",
  5388      "translation": "La definizione di quota dello spazio {{.QuotaName}} esiste già"
  5389    },
  5390    {
  5391      "id": "Space Quota:",
  5392      "translation": "Quota di spazio:"
  5393    },
  5394    {
  5395      "id": "Space management:",
  5396      "translation": ""
  5397    },
  5398    {
  5399      "id": "Space that contains the target application",
  5400      "translation": "Spazio che contiene l'applicazione di destinazione"
  5401    },
  5402    {
  5403      "id": "Space {{.SpaceName}} already exists",
  5404      "translation": "Lo spazio {{.SpaceName}} esiste già"
  5405    },
  5406    {
  5407      "id": "Space:",
  5408      "translation": "Spazio:"
  5409    },
  5410    {
  5411      "id": "Specify a path for file creation. If path not specified, manifest file is created in current working directory.",
  5412      "translation": "Specifica un percorso per la creazione del file. Se non si specifica uno spazio, il file manifest viene creato nella directory di lavoro corrente."
  5413    },
  5414    {
  5415      "id": "Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)",
  5416      "translation": "Stack da utilizzare (uno stack è un file system precostruito, incluso un sistema operativo, che può eseguire le applicazioni)"
  5417    },
  5418    {
  5419      "id": "Staging Environment Variable Groups:",
  5420      "translation": "Gruppi di variabili di ambiente in fase di preparazione:"
  5421    },
  5422    {
  5423      "id": "Staging app and tracing logs...",
  5424      "translation": ""
  5425    },
  5426    {
  5427      "id": "Staging package for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  5428      "translation": ""
  5429    },
  5430    {
  5431      "id": "Staging package for {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  5432      "translation": ""
  5433    },
  5434    {
  5435      "id": "Start an app",
  5436      "translation": "Avvia un'applicazione"
  5437    },
  5438    {
  5439      "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.",
  5440      "translation": "Timeout avvio applicazione\n\nSUGGERIMENTO: l'applicazione deve essere in ascolto sulla porta corretta. Anziché impostare la porta come hardcoded, utilizza la variabile di ambiente $PORT."
  5441    },
  5442    {
  5443      "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.\n\nUse '{{.BinaryName}} logs {{.AppName}} --recent' for more information",
  5444      "translation": ""
  5445    },
  5446    {
  5447      "id": "Start unsuccessful\n\nTIP: use '{{.BinaryName}} logs {{.AppName}} --recent' for more information",
  5448      "translation": ""
  5449    },
  5450    {
  5451      "id": "Start unsuccessful\n\nTIP: use '{{.Command}}' for more information",
  5452      "translation": "Avvio non riuscito\n\nSUGGERIMENTO: utilizza '{{.Command}}' per ulteriori informazioni"
  5453    },
  5454    {
  5455      "id": "Started: {{.Started}}",
  5456      "translation": "Avviata: {{.Started}}"
  5457    },
  5458    {
  5459      "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5460      "translation": "Avvio dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  5461    },
  5462    {
  5463      "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  5464      "translation": ""
  5465    },
  5466    {
  5467      "id": "Starting download of plugin binary from URL...",
  5468      "translation": ""
  5469    },
  5470    {
  5471      "id": "Starting download of plugin binary from repository {{.RepositoryName}}...",
  5472      "translation": ""
  5473    },
  5474    {
  5475      "id": "Startup command, set to null to reset to default start command",
  5476      "translation": "Comando di avvio, imposta su null per ripristinare il comando di avvio predefinito"
  5477    },
  5478    {
  5479      "id": "State",
  5480      "translation": "Stato"
  5481    },
  5482    {
  5483      "id": "Status: {{.State}}",
  5484      "translation": "Stato: {{.State}}"
  5485    },
  5486    {
  5487      "id": "Stop all instances of the app, then start them again. This may cause downtime.",
  5488      "translation": ""
  5489    },
  5490    {
  5491      "id": "Stop an app",
  5492      "translation": "Arresta un'applicazione"
  5493    },
  5494    {
  5495      "id": "Stopping app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  5496      "translation": ""
  5497    },
  5498    {
  5499      "id": "Stopping app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5500      "translation": "Arresto dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  5501    },
  5502    {
  5503      "id": "Stopping app...",
  5504      "translation": ""
  5505    },
  5506    {
  5507      "id": "Stopping push: File {{.Filename}} has been modified since the start of push. Validate the correct state of the file and try again.",
  5508      "translation": ""
  5509    },
  5510    {
  5511      "id": "System-Provided:",
  5512      "translation": "Fornito dal sistema:"
  5513    },
  5514    {
  5515      "id": "TASK_ID",
  5516      "translation": ""
  5517    },
  5518    {
  5519      "id": "TIP:\n",
  5520      "translation": "SUGGERIMENTO:\n"
  5521    },
  5522    {
  5523      "id": "TIP:\n   Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps",
  5524      "translation": "SUGGERIMENTO:\n   utilizza 'CF_NAME create-user-provided-service' per rendere disponibili i servizi forniti dall'utente alle applicazioni CF"
  5525    },
  5526    {
  5527      "id": "TIP: An app restart is required for the change to take affect.",
  5528      "translation": "SUGGERIMENTO: in modo che la modifica abbia effetto, è necessario un riavvio dell'applicazione."
  5529    },
  5530    {
  5531      "id": "TIP: Assign roles with '{{.BinaryName}} set-org-role' and '{{.BinaryName}} set-space-role'.",
  5532      "translation": ""
  5533    },
  5534    {
  5535      "id": "TIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.",
  5536      "translation": ""
  5537    },
  5538    {
  5539      "id": "TIP: Changes will not apply to existing running applications until they are restarted.",
  5540      "translation": "SUGGERIMENTO: le modifiche non verranno applicate alle applicazioni in esecuzione esistenti finché non vengono riavviate."
  5541    },
  5542    {
  5543      "id": "TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.",
  5544      "translation": "SUGGERIMENTO: se ti trovi dietro un firewall e hai bisogno di un proxy HTTP, verifica che la variabile https_proxy sia impostata correttamente. Altrimenti, verifica la connessione di rete."
  5545    },
  5546    {
  5547      "id": "TIP: No space targeted, use '{{.CfTargetCommand}}' to target a space.",
  5548      "translation": "SUGGERIMENTO: nessuno spazio specificato, utilizza '{{.CfTargetCommand}}' per specificare uno spazio."
  5549    },
  5550    {
  5551      "id": "TIP: Use '{{.APICommand}}' to continue with an insecure API endpoint",
  5552      "translation": "SUGGERIMENTO: utilizza '{{.APICommand}}' per continuare con un endpoint API non sicuro"
  5553    },
  5554    {
  5555      "id": "TIP: Use '{{.CFCommand}} {{.AppName}}' to ensure your env variable changes take effect",
  5556      "translation": "SUGGERIMENTO: utilizza '{{.CFCommand}} {{.AppName}}' per garantire che le tue modifiche alle variabili di ambiente vengano applicate"
  5557    },
  5558    {
  5559      "id": "TIP: Use '{{.CFRestageCommand}}' for any bound apps to ensure your env variable changes take effect",
  5560      "translation": "SUGGERIMENTO: utilizza '{{.CFRestageCommand}}' per tutte le applicazioni associate per garantire che le tue modifiche alle variabili di ambiente vengano applicate"
  5561    },
  5562    {
  5563      "id": "TIP: Use '{{.Command}}' to ensure your env variable changes take effect",
  5564      "translation": "SUGGERIMENTO: utilizza '{{.Command}}' per garantire che le tue modifiche alle variabili di ambiente vengano applicate"
  5565    },
  5566    {
  5567      "id": "TIP: use '{{.CfUpdateBuildpackCommand}}' to update this buildpack",
  5568      "translation": "SUGGERIMENTO: utilizza '{{.CfUpdateBuildpackCommand}}' per aggiornare questo pacchetto di build"
  5569    },
  5570    {
  5571      "id": "TOTAL_MEMORY",
  5572      "translation": "MEMORIA_TOTALE"
  5573    },
  5574    {
  5575      "id": "Tags: {{.Tags}}",
  5576      "translation": "Tag: {{.Tags}}"
  5577    },
  5578    {
  5579      "id": "Tail or show recent logs for an app",
  5580      "translation": "Accoda o mostra i log recenti per un'applicazione"
  5581    },
  5582    {
  5583      "id": "Targeted org {{.OrgName}}\n",
  5584      "translation": "Organizzazione di destinazione {{.OrgName}}\n"
  5585    },
  5586    {
  5587      "id": "Targeted space {{.SpaceName}}\n",
  5588      "translation": "Spazio di destinazione {{.SpaceName}}\n"
  5589    },
  5590    {
  5591      "id": "Task has been submitted successfully for execution.",
  5592      "translation": ""
  5593    },
  5594    {
  5595      "id": "Task must have a droplet. Specify droplet or assign current droplet to app.",
  5596      "translation": ""
  5597    },
  5598    {
  5599      "id": "Task workers are unavailable.",
  5600      "translation": ""
  5601    },
  5602    {
  5603      "id": "Terminate a running task of an app",
  5604      "translation": ""
  5605    },
  5606    {
  5607      "id": "Terminate the running application Instance at the given index and instantiate a new instance of the application with the same index",
  5608      "translation": "Termina l'istanza dell'applicazione in esecuzione in corrispondenza dell'indice specificato e crea una nuova istanza dell'applicazione con lo stesso indice"
  5609    },
  5610    {
  5611      "id": "Terminating task {{.TaskSequenceID}} of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  5612      "translation": ""
  5613    },
  5614    {
  5615      "id": "The API endpoint",
  5616      "translation": "L'endpoint API"
  5617    },
  5618    {
  5619      "id": "The URL of the service broker",
  5620      "translation": "L'URL del broker dei servizi"
  5621    },
  5622    {
  5623      "id": "The URL to the plugin repo",
  5624      "translation": "L'URL del repository di plugin "
  5625    },
  5626    {
  5627      "id": "The app is running on the DEA backend, which does not support this command.",
  5628      "translation": "L'applicazione è in esecuzione sul backend DEA, che non supporta questo comando. "
  5629    },
  5630    {
  5631      "id": "The app is running on the Diego backend, which does not support this command.",
  5632      "translation": "L'applicazione è in esecuzione sul backend Diego, che non supporta questo comando. "
  5633    },
  5634    {
  5635      "id": "The application instance index cannot be negative",
  5636      "translation": ""
  5637    },
  5638    {
  5639      "id": "The application name",
  5640      "translation": "Il nome dell'applicazione"
  5641    },
  5642    {
  5643      "id": "The buildpack",
  5644      "translation": "Il pacchetto di build"
  5645    },
  5646    {
  5647      "id": "The command name",
  5648      "translation": "Il nome del comando "
  5649    },
  5650    {
  5651      "id": "The command to execute",
  5652      "translation": ""
  5653    },
  5654    {
  5655      "id": "The domain",
  5656      "translation": "Il dominio"
  5657    },
  5658    {
  5659      "id": "The domain of the route",
  5660      "translation": "Il dominio della rotta "
  5661    },
  5662    {
  5663      "id": "The environment variable name",
  5664      "translation": "Il nome della variabile di ambiente"
  5665    },
  5666    {
  5667      "id": "The environment variable value",
  5668      "translation": "Il valore della variabile di ambiente "
  5669    },
  5670    {
  5671      "id": "The feature flag name",
  5672      "translation": "Il nome dell'indicatore funzione "
  5673    },
  5674    {
  5675      "id": "The file path",
  5676      "translation": "Il percorso file"
  5677    },
  5678    {
  5679      "id": "The file {{.PluginExecutableName}} already exists under the plugin directory.\n",
  5680      "translation": "Il file {{.PluginExecutableName}} esiste già nella directory di plug-in.\n"
  5681    },
  5682    {
  5683      "id": "The guid of the droplet to use",
  5684      "translation": ""
  5685    },
  5686    {
  5687      "id": "The guid of the package to stage",
  5688      "translation": ""
  5689    },
  5690    {
  5691      "id": "The hostname",
  5692      "translation": "Il nome host"
  5693    },
  5694    {
  5695      "id": "The index of the application instance",
  5696      "translation": "L'indice dell'istanza dell'applicazione "
  5697    },
  5698    {
  5699      "id": "The isolation segment name",
  5700      "translation": ""
  5701    },
  5702    {
  5703      "id": "The local path to the plugin, if the plugin exists locally; the URL to the plugin, if the plugin exists online; or the plugin name, if a repo is specified",
  5704      "translation": "Il percorso locale del plugin, se il plugin è locale "
  5705    },
  5706    {
  5707      "id": "The new application name",
  5708      "translation": "Il nuovo nome dell'applicazione "
  5709    },
  5710    {
  5711      "id": "The new buildpack name",
  5712      "translation": "Il nuovo nome del pacchetto di build "
  5713    },
  5714    {
  5715      "id": "The new name of the service instance",
  5716      "translation": "Il nuovo nome dell'istanza del servizio "
  5717    },
  5718    {
  5719      "id": "The new organization name",
  5720      "translation": "Il nuovo nome dell'organizzazione "
  5721    },
  5722    {
  5723      "id": "The new service broker name",
  5724      "translation": "Il nuovo nome del broker dei servizi "
  5725    },
  5726    {
  5727      "id": "The new service offering",
  5728      "translation": "La nuova offerta di servizi"
  5729    },
  5730    {
  5731      "id": "The new service plan",
  5732      "translation": "Il nuovo piano dei servizi"
  5733    },
  5734    {
  5735      "id": "The new space name",
  5736      "translation": "Il nuovo nome dello spazio"
  5737    },
  5738    {
  5739      "id": "The old application name",
  5740      "translation": "Il vecchio nome dell'applicazione"
  5741    },
  5742    {
  5743      "id": "The old buildpack name",
  5744      "translation": "Il vecchio nome del pacchetto di build "
  5745    },
  5746    {
  5747      "id": "The old organization name",
  5748      "translation": "Il vecchio nome dell'organizzazione "
  5749    },
  5750    {
  5751      "id": "The old service broker name",
  5752      "translation": "Il vecchio nome del broker dei servizi  "
  5753    },
  5754    {
  5755      "id": "The old service offering",
  5756      "translation": "La vecchia offerta di servizi "
  5757    },
  5758    {
  5759      "id": "The old service plan",
  5760      "translation": "Il vecchio piano dei servizi "
  5761    },
  5762    {
  5763      "id": "The old service provider",
  5764      "translation": "Il vecchio provider dei servizi "
  5765    },
  5766    {
  5767      "id": "The old space name",
  5768      "translation": "Il vecchio nome dello spazio"
  5769    },
  5770    {
  5771      "id": "The order in which the buildpacks are checked during buildpack auto-detection",
  5772      "translation": "L'ordine in cui vengono controllati i pacchetti di build durante il rilevamento automatico di tali pacchetti"
  5773    },
  5774    {
  5775      "id": "The organization",
  5776      "translation": "L'organizzazione "
  5777    },
  5778    {
  5779      "id": "The organization group name",
  5780      "translation": "Il nome del gruppo dell'organizzazione "
  5781    },
  5782    {
  5783      "id": "The organization name",
  5784      "translation": ""
  5785    },
  5786    {
  5787      "id": "The organization quota",
  5788      "translation": "La quota dell'organizzazione "
  5789    },
  5790    {
  5791      "id": "The organization role",
  5792      "translation": "Il ruolo dell'organizzazione "
  5793    },
  5794    {
  5795      "id": "The password",
  5796      "translation": "La password"
  5797    },
  5798    {
  5799      "id": "The path to the buildpack file",
  5800      "translation": "Il percorso del file del pacchetto di build "
  5801    },
  5802    {
  5803      "id": "The plugin has been uninstalled but removing the plugin binary failed.\nRemove it manually or subsequent installations of the plugin may fail\n{{.Err}}",
  5804      "translation": ""
  5805    },
  5806    {
  5807      "id": "The plugin name",
  5808      "translation": "Il nome del plugin"
  5809    },
  5810    {
  5811      "id": "The plugin repo name",
  5812      "translation": "Il nome del repository del plugin "
  5813    },
  5814    {
  5815      "id": "The plugin's uninstall method returned an unexpected error.\nThe plugin uninstall will proceed. Contact the plugin author if you need help.\n{{.Err}}",
  5816      "translation": ""
  5817    },
  5818    {
  5819      "id": "The position that sets priority",
  5820      "translation": "La posizione che imposta la priorità "
  5821    },
  5822    {
  5823      "id": "The quota",
  5824      "translation": "La quota"
  5825    },
  5826    {
  5827      "id": "The route {{.RouteName}} did not match any existing domains.",
  5828      "translation": "La rotta {{.RouteName}} non corrisponde ad alcun dominio."
  5829    },
  5830    {
  5831      "id": "The route {{.URL}} is already in use.\nTIP: Change the hostname with -n HOSTNAME or use --random-route to generate a new route and then push again.",
  5832      "translation": "La rotta {{.URL}} è già in uso.\nSUGGERIMENTO: modifica il nome host con -n NOMEHOST o utilizza --random-route per generare una nuova rotta e distribuisci di nuovo."
  5833    },
  5834    {
  5835      "id": "The security group",
  5836      "translation": "Il gruppo di sicurezza "
  5837    },
  5838    {
  5839      "id": "The security group name",
  5840      "translation": "Il nome del gruppo di sicurezza "
  5841    },
  5842    {
  5843      "id": "The service broker",
  5844      "translation": "Il broker dei servizi "
  5845    },
  5846    {
  5847      "id": "The service broker name",
  5848      "translation": "Il nome del broker dei servizi"
  5849    },
  5850    {
  5851      "id": "The service instance",
  5852      "translation": "L'istanza del servizio "
  5853    },
  5854    {
  5855      "id": "The service instance name",
  5856      "translation": "Il nome dell'istanza dei servizi"
  5857    },
  5858    {
  5859      "id": "The service instance to rename",
  5860      "translation": "L'istanza del servizio da ridenominare "
  5861    },
  5862    {
  5863      "id": "The service key",
  5864      "translation": "La chiave del servizio"
  5865    },
  5866    {
  5867      "id": "The service offering",
  5868      "translation": "L'offerta di servizi "
  5869    },
  5870    {
  5871      "id": "The service offering name",
  5872      "translation": "Il nome dell'offerta di servizi "
  5873    },
  5874    {
  5875      "id": "The service plan that the service instance will use",
  5876      "translation": "Il piano dei servizi che l'istanza del servizio utilizzerà "
  5877    },
  5878    {
  5879      "id": "The space",
  5880      "translation": "Lo spazio "
  5881    },
  5882    {
  5883      "id": "The space name",
  5884      "translation": "Il nome dello spazio "
  5885    },
  5886    {
  5887      "id": "The space quota",
  5888      "translation": "La quota di spazio "
  5889    },
  5890    {
  5891      "id": "The space role",
  5892      "translation": "Il ruolo dello spazio "
  5893    },
  5894    {
  5895      "id": "The specified application instance does not exist",
  5896      "translation": ""
  5897    },
  5898    {
  5899      "id": "The stack name",
  5900      "translation": "Il nome dello stack "
  5901    },
  5902    {
  5903      "id": "The targeted API endpoint could not be reached.",
  5904      "translation": "Non è stato possibile raggiungere l'endpoint API di destinazione."
  5905    },
  5906    {
  5907      "id": "The task's unique sequence ID",
  5908      "translation": ""
  5909    },
  5910    {
  5911      "id": "The token",
  5912      "translation": "Il token"
  5913    },
  5914    {
  5915      "id": "The token expired, was revoked, or the token ID is incorrect. Please log back in to re-authenticate.",
  5916      "translation": "Il token è scaduto, è stato revocato, o l'ID del token non è corretto. Accedi di nuovo per rieseguire l'autenticazione."
  5917    },
  5918    {
  5919      "id": "The token label",
  5920      "translation": "L'etichetta del token "
  5921    },
  5922    {
  5923      "id": "The token provider",
  5924      "translation": "Il provider del token "
  5925    },
  5926    {
  5927      "id": "The user",
  5928      "translation": "L'utente "
  5929    },
  5930    {
  5931      "id": "The username",
  5932      "translation": "Il nome utente"
  5933    },
  5934    {
  5935      "id": "There are no running instances of this app.",
  5936      "translation": "Non ci sono istanze in esecuzione di questa applicazione."
  5937    },
  5938    {
  5939      "id": "There are too many options to display, please type in the name.",
  5940      "translation": "Ci sono troppe opzioni da visualizzare, immetti il nome."
  5941    },
  5942    {
  5943      "id": "There is an error performing request on '{{.RepoURL}}': ",
  5944      "translation": "Si è verificato un errore durante l'esecuzione della richiesta su '{{.RepoURL}}': "
  5945    },
  5946    {
  5947      "id": "There is an error performing request on '{{.RepoURL}}': {{.Error}}\n{{.Tip}}",
  5948      "translation": "Si è verificato un errore durante l'esecuzione della richiesta su '{{.RepoURL}}': {{.Error}}\n{{.Tip}}"
  5949    },
  5950    {
  5951      "id": "These are commonly used commands. Use 'cf help -a' to see all, with descriptions.",
  5952      "translation": ""
  5953    },
  5954    {
  5955      "id": "This action impacts all orgs using this domain.\nDeleting it will remove associated routes and could make any app with this domain, in any org, unreachable.\nAre you sure you want to delete the domain {{.DomainName}}? ",
  5956      "translation": ""
  5957    },
  5958    {
  5959      "id": "This command",
  5960      "translation": "Questo comando"
  5961    },
  5962    {
  5963      "id": "This command does not support the URL scheme in {{.UnsupportedURL}}.",
  5964      "translation": ""
  5965    },
  5966    {
  5967      "id": "This command is in EXPERIMENTAL stage and may change without notice",
  5968      "translation": ""
  5969    },
  5970    {
  5971      "id": "This command requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.",
  5972      "translation": ""
  5973    },
  5974    {
  5975      "id": "This command requires the Routing API. Your targeted endpoint reports it is not enabled.",
  5976      "translation": "Questo comando richiede l'API di instradamento. Il tuo endpoint di destinazione riporta che non è abilitata."
  5977    },
  5978    {
  5979      "id": "This is for backwards compatibility",
  5980      "translation": ""
  5981    },
  5982    {
  5983      "id": "This service doesn't support creation of keys.",
  5984      "translation": "Questo servizio non supporta la creazione di chiavi."
  5985    },
  5986    {
  5987      "id": "This space already has an assigned space quota.",
  5988      "translation": "Questo spazio ha già una quota di spazio assegnata."
  5989    },
  5990    {
  5991      "id": "This will cause the app to restart. Are you sure you want to scale {{.AppName}}?",
  5992      "translation": "Ciò comporterà il riavvio dell'applicazione. Sei sicuro di voler ridimensionare {{.AppName}}?"
  5993    },
  5994    {
  5995      "id": "Time (in seconds) allowed to elapse between starting up an app and the first healthy response from the app",
  5996      "translation": "Il tempo (in secondi) che può trascorrere tra l'avvio di un'applicazione e la prima risposta di integrità dall'applicazione."
  5997    },
  5998    {
  5999      "id": "Timed out waiting for application {{.AppName}} to start",
  6000      "translation": ""
  6001    },
  6002    {
  6003      "id": "Timeout for async HTTP requests",
  6004      "translation": "Timeout per le richieste HTTP asincrone"
  6005    },
  6006    {
  6007      "id": "Tip: use 'add-plugin-repo' to register the repo",
  6008      "translation": "Suggerimento: utilizza 'add-plugin-repo' per registrare il repository"
  6009    },
  6010    {
  6011      "id": "Total Memory",
  6012      "translation": "Memoria totale"
  6013    },
  6014    {
  6015      "id": "Total amount of memory (e.g. 1024M, 1G, 10G)",
  6016      "translation": "Quantità totale di memoria (ad esempio, 1024M, 1G, 10G)"
  6017    },
  6018    {
  6019      "id": "Total amount of memory a space can have (e.g. 1024M, 1G, 10G)",
  6020      "translation": "Quantità totale di memoria che può avere uno spazio (ad esempio, 1024M, 1G, 10G)"
  6021    },
  6022    {
  6023      "id": "Total number of application instances. -1 represents an unlimited amount.",
  6024      "translation": "Numero totale di istanze dell'applicazione. -1 rappresenta una quantità illimitata."
  6025    },
  6026    {
  6027      "id": "Total number of application instances. -1 represents an unlimited amount. (Default: unlimited)",
  6028      "translation": "Numero totale di istanze dell'applicazione. -1 rappresenta una quantità illimitata. (Impostazione predefinita: illimitato)"
  6029    },
  6030    {
  6031      "id": "Total number of routes",
  6032      "translation": "Numero totale di rotte"
  6033    },
  6034    {
  6035      "id": "Total number of service instances",
  6036      "translation": "Numero totale di istanze del servizio"
  6037    },
  6038    {
  6039      "id": "Trace HTTP requests",
  6040      "translation": "Traccia richieste HTTP"
  6041    },
  6042    {
  6043      "id": "UAA endpoint missing from config file",
  6044      "translation": "Endpoint UAA mancante nel file di configurazione"
  6045    },
  6046    {
  6047      "id": "URL",
  6048      "translation": "URL"
  6049    },
  6050    {
  6051      "id": "URL to which logs for bound applications will be streamed",
  6052      "translation": "URL verso cui verrà eseguito lo streaming dei log per le applicazioni associate"
  6053    },
  6054    {
  6055      "id": "URL to which requests for bound routes will be forwarded. Scheme for this URL must be https",
  6056      "translation": "URL a cui verranno inoltrate le richieste per le rotte associate. Lo schema per questo URL deve essere https"
  6057    },
  6058    {
  6059      "id": "USAGE:",
  6060      "translation": "UTILIZZO:"
  6061    },
  6062    {
  6063      "id": "USER ADMIN",
  6064      "translation": "AMMINISTRAZIONE UTENTI"
  6065    },
  6066    {
  6067      "id": "USER ADMIN:",
  6068      "translation": ""
  6069    },
  6070    {
  6071      "id": "USERS",
  6072      "translation": "UTENTI"
  6073    },
  6074    {
  6075      "id": "Unable to access space {{.SpaceName}}.\n{{.APIErr}}",
  6076      "translation": "Impossibile accedere allo spazio {{.SpaceName}}.\n{{.APIErr}}"
  6077    },
  6078    {
  6079      "id": "Unable to acquire one time code from authorization response",
  6080      "translation": "Impossibile acquisire un codice monouso dalla risposta di autorizzazione"
  6081    },
  6082    {
  6083      "id": "Unable to assign droplet. Ensure the droplet exists and belongs to this app.",
  6084      "translation": ""
  6085    },
  6086    {
  6087      "id": "Unable to authenticate.",
  6088      "translation": "Impossibile eseguire l'autenticazione."
  6089    },
  6090    {
  6091      "id": "Unable to delete, route '{{.URL}}' does not exist.",
  6092      "translation": "Impossibile eseguire l'eliminazione, la rotta '{{.URL}}' non esiste."
  6093    },
  6094    {
  6095      "id": "Unable to determine CC API Version. Please log in again.",
  6096      "translation": "Impossibile determinare la versione API CC. Esegui nuovamente l'accesso."
  6097    },
  6098    {
  6099      "id": "Unable to obtain plugin name for executable {{.Executable}}",
  6100      "translation": "Impossibile ottenere il nome del plug-in per l'eseguibile {{.Executable}}"
  6101    },
  6102    {
  6103      "id": "Unable to parse CC API Version '{{.APIVersion}}'",
  6104      "translation": "Impossibile analizzare la versione API CC '{{.APIVersion}}'"
  6105    },
  6106    {
  6107      "id": "Unable to retrieve information for bound application GUID ",
  6108      "translation": "Impossibile richiamare le informazioni per il GUID dell'applicazione associato "
  6109    },
  6110    {
  6111      "id": "Unassign a quota from a space",
  6112      "translation": "Annulla assegnazione di una quota da uno spazio"
  6113    },
  6114    {
  6115      "id": "Unassigning space quota {{.QuotaName}} from space {{.SpaceName}} as {{.Username}}...",
  6116      "translation": "Annullamento dell'assegnazione della quota di spazio {{.QuotaName}} dallo spazio {{.SpaceName}} come {{.Username}} in corso..."
  6117    },
  6118    {
  6119      "id": "Unbind a security group from a space",
  6120      "translation": "Annulla il bind di un gruppo di sicurezza da uno spazio"
  6121    },
  6122    {
  6123      "id": "Unbind a security group from the set of security groups for running applications",
  6124      "translation": "Annulla il bind di un gruppo di sicurezza dalla serie di gruppi di sicurezza per le applicazioni in esecuzione"
  6125    },
  6126    {
  6127      "id": "Unbind a security group from the set of security groups for staging applications",
  6128      "translation": "Annulla il bind di un gruppo di sicurezza dalla serie di gruppi di sicurezza per le applicazioni in fase di preparazione"
  6129    },
  6130    {
  6131      "id": "Unbind a service instance from an HTTP route",
  6132      "translation": "Annulla l'associazione di un'istanza del servizio a una rotta HTTP"
  6133    },
  6134    {
  6135      "id": "Unbind a service instance from an app",
  6136      "translation": "Annulla il bind di un'istanza del servizio da un'applicazione"
  6137    },
  6138    {
  6139      "id": "Unbind cancelled",
  6140      "translation": "Annullamento dell'associazione annullato"
  6141    },
  6142    {
  6143      "id": "Unbinding app {{.AppName}} from service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  6144      "translation": "Annullamento del bind dell'applicazione {{.AppName}} dal servizio {{.ServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  6145    },
  6146    {
  6147      "id": "Unbinding may leave apps mapped to route {{.URL}} vulnerable; e.g. if service instance {{.ServiceInstanceName}} provides authentication. Do you want to proceed?",
  6148      "translation": "L'annullamento dell'associazione può lasciare vulnerabili le applicazioni associate alla rotta {{.URL}}, ad es. se l'istanza del servizio {{.ServiceInstanceName}} fornisce l'autenticazione. Vuoi procedere?"
  6149    },
  6150    {
  6151      "id": "Unbinding route {{.URL}} from service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  6152      "translation": "Annullamento dell'associazione della rotta {{.URL}} all'istanza del servizio {{.ServiceInstanceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  6153    },
  6154    {
  6155      "id": "Unbinding security group {{.SecurityGroupName}} from org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  6156      "translation": ""
  6157    },
  6158    {
  6159      "id": "Unbinding security group {{.security_group}} from defaults for running as {{.username}}",
  6160      "translation": "Annullamento del bind del gruppo di sicurezza {{.security_group}} dalle impostazioni predefinite per l'esecuzione come {{.username}}"
  6161    },
  6162    {
  6163      "id": "Unbinding security group {{.security_group}} from defaults for staging as {{.username}}",
  6164      "translation": "Annullamento del bind del gruppo di sicurezza {{.security_group}} dalle impostazioni predefinite per la fase di preparazione come {{.username}}"
  6165    },
  6166    {
  6167      "id": "Unbinding security group {{.security_group}} from {{.organization}}/{{.space}} as {{.username}}",
  6168      "translation": "Annullamento del bind del gruppo di sicurezza {{.security_group}} da {{.organization}}/{{.space}} come {{.username}}"
  6169    },
  6170    {
  6171      "id": "Unexpected error has occurred:\n{{.Error}}",
  6172      "translation": "Si è verificato un errore imprevisto: \n{{.Error}}"
  6173    },
  6174    {
  6175      "id": "Uninstall CLI plugin",
  6176      "translation": ""
  6177    },
  6178    {
  6179      "id": "Uninstall the plugin defined in command argument",
  6180      "translation": "Disinstalla il plug-in definito nell'argomento del comando"
  6181    },
  6182    {
  6183      "id": "Uninstalling plugin {{.PluginName}}...",
  6184      "translation": "Disinstallazione del plug-in {{.PluginName}} in corso..."
  6185    },
  6186    {
  6187      "id": "Unlock the buildpack to enable updates",
  6188      "translation": "Sblocca il pacchetto di build per abilitare gli aggiornamenti"
  6189    },
  6190    {
  6191      "id": "Unmap a TCP route",
  6192      "translation": "Annullamento dell'associazione a una rotta TCP"
  6193    },
  6194    {
  6195      "id": "Unmap an HTTP route",
  6196      "translation": "Annullamento dell'associazione a una rotta HTTP"
  6197    },
  6198    {
  6199      "id": "Unmap an HTTP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n   Unmap a TCP route:\\n      CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXAMPLES:\\n   CF_NAME unmap-route my-app example.com                              # example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000",
  6200      "translation": "Annullamento dell'associazione a una rotta HTTP:\\n      CF_NAME unmap-route NOME_APPLICAZIONE DOMINIO [--hostname NOME_HOST] [--path PERCORSO]\\n\\n   Annullamento dell'associazione a una rotta TCP:\\n      CF_NAME unmap-route NOME_APPLICAZIONE DOMINIO --port PORT\\n\\nESEMPI:\\n   CF_NAME unmap-route my-app example.com                              # example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost            # myhost.example.com\\n   CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n   CF_NAME unmap-route my-app example.com --port 5000                  # example.com:5000"
  6201    },
  6202    {
  6203      "id": "Unsetting api endpoint...",
  6204      "translation": "Annullamento dell'impostazione dell'endpoint api in corso..."
  6205    },
  6206    {
  6207      "id": "Unshare a private domain with an org",
  6208      "translation": "Annulla condivisione di un dominio privato con un'organizzazione"
  6209    },
  6210    {
  6211      "id": "Unsharing domain {{.DomainName}} from org {{.OrgName}} as {{.Username}}...",
  6212      "translation": "Annullamento della condivisione del dominio {{.DomainName}} dall'organizzazione {{.OrgName}} con {{.Username}} in corso..."
  6213    },
  6214    {
  6215      "id": "Unsupported host key fingerprint format",
  6216      "translation": "Formato impronta digitale chiave host non supportato "
  6217    },
  6218    {
  6219      "id": "Update a buildpack",
  6220      "translation": "Aggiorna un pacchetto di build"
  6221    },
  6222    {
  6223      "id": "Update a security group",
  6224      "translation": "Aggiorna un gruppo di sicurezza"
  6225    },
  6226    {
  6227      "id": "Update a service auth token",
  6228      "translation": "Aggiorna un token di autenticazione del servizio"
  6229    },
  6230    {
  6231      "id": "Update a service broker",
  6232      "translation": "Aggiorna un broker dei servizi"
  6233    },
  6234    {
  6235      "id": "Update a service instance",
  6236      "translation": "Aggiorna un'istanza del servizio"
  6237    },
  6238    {
  6239      "id": "Update an existing resource quota",
  6240      "translation": "Aggiorna una quota di risorse esistente"
  6241    },
  6242    {
  6243      "id": "Update an existing space quota",
  6244      "translation": "Aggiorna una quota spazio esistente"
  6245    },
  6246    {
  6247      "id": "Update user-provided service instance",
  6248      "translation": "Aggiorna l'istanza del servizio fornita dall'utente"
  6249    },
  6250    {
  6251      "id": "Updated: {{.Updated}}",
  6252      "translation": "Aggiornato: {{.Updated}}"
  6253    },
  6254    {
  6255      "id": "Updating a plan",
  6256      "translation": "Aggiornamento di un piano "
  6257    },
  6258    {
  6259      "id": "Updating app with these attributes...",
  6260      "translation": ""
  6261    },
  6262    {
  6263      "id": "Updating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  6264      "translation": ""
  6265    },
  6266    {
  6267      "id": "Updating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  6268      "translation": "Aggiornamento dell'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}} in corso..."
  6269    },
  6270    {
  6271      "id": "Updating buildpack {{.BuildpackName}}...",
  6272      "translation": "Aggiornamento del pacchetto di build {{.BuildpackName}} in corso..."
  6273    },
  6274    {
  6275      "id": "Updating health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
  6276      "translation": "Aggiornamento del tipo di controllo di integrità per l'applicazione {{.AppName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.Username}}..."
  6277    },
  6278    {
  6279      "id": "Updating isolation segment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...",
  6280      "translation": ""
  6281    },
  6282    {
  6283      "id": "Updating quota {{.QuotaName}} as {{.Username}}...",
  6284      "translation": "Aggiornamento della quota {{.QuotaName}} come {{.Username}} in corso..."
  6285    },
  6286    {
  6287      "id": "Updating security group {{.security_group}} as {{.username}}",
  6288      "translation": "Aggiornamento del gruppo di sicurezza {{.security_group}} come {{.username}}"
  6289    },
  6290    {
  6291      "id": "Updating service auth token as {{.CurrentUser}}...",
  6292      "translation": "Aggiornamento del token di autenticazione del servizio come {{.CurrentUser}} in corso..."
  6293    },
  6294    {
  6295      "id": "Updating service broker {{.Name}} as {{.Username}}...",
  6296      "translation": "Aggiornamento del broker dei servizi {{.Name}} come {{.Username}} in corso..."
  6297    },
  6298    {
  6299      "id": "Updating service instance {{.ServiceName}} as {{.UserName}}...",
  6300      "translation": "Aggiornamento dell'istanza del servizio {{.ServiceName}} come {{.UserName}} in corso..."
  6301    },
  6302    {
  6303      "id": "Updating space quota {{.Quota}} as {{.Username}}...",
  6304      "translation": "Aggiornamento della quota di spazio {{.Quota}} come {{.Username}} in corso..."
  6305    },
  6306    {
  6307      "id": "Updating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
  6308      "translation": "Aggiornamento del servizio fornito dall'utente {{.ServiceName}} nell'organizzazione {{.OrgName}} / spazio {{.SpaceName}} come {{.CurrentUser}} in corso..."
  6309    },
  6310    {
  6311      "id": "Updating {{.AppName}} health_check_type to '{{.HealthCheckType}}'",
  6312      "translation": "Aggiornamento di health_check_type di {{.AppName}} in '{{.HealthCheckType}}'"
  6313    },
  6314    {
  6315      "id": "Uploading V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  6316      "translation": ""
  6317    },
  6318    {
  6319      "id": "Uploading app files from: {{.Path}}",
  6320      "translation": "Caricamento dei file di applicazione da: {{.Path}}"
  6321    },
  6322    {
  6323      "id": "Uploading app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...",
  6324      "translation": ""
  6325    },
  6326    {
  6327      "id": "Uploading buildpack {{.BuildpackName}}...",
  6328      "translation": "Caricamento del pacchetto di build {{.BuildpackName}} in corso..."
  6329    },
  6330    {
  6331      "id": "Uploading files have failed after a number of retriest due to: {{.Error}}",
  6332      "translation": ""
  6333    },
  6334    {
  6335      "id": "Uploading files...",
  6336      "translation": ""
  6337    },
  6338    {
  6339      "id": "Uploading {{.AppName}}...",
  6340      "translation": "Caricamento di {{.AppName}} in corso..."
  6341    },
  6342    {
  6343      "id": "Uploading {{.ZipFileBytes}}, {{.FileCount}} files",
  6344      "translation": "Caricamento dei file {{.ZipFileBytes}}, {{.FileCount}}"
  6345    },
  6346    {
  6347      "id": "Usage:",
  6348      "translation": ""
  6349    },
  6350    {
  6351      "id": "Use '{{.BinaryName}} install-plugin' to update a plugin to the latest version.",
  6352      "translation": ""
  6353    },
  6354    {
  6355      "id": "Use '{{.BinaryName}} repo-plugins' to list plugins in registered repos available to install.",
  6356      "translation": ""
  6357    },
  6358    {
  6359      "id": "Use '{{.Command}}' for more information",
  6360      "translation": "Utilizza '{{.Command}}' per ulteriori informazioni"
  6361    },
  6362    {
  6363      "id": "Use '{{.Command}}' to view or set your target org and space.",
  6364      "translation": "Utilizza '{{.Command}}' per visualizzare o impostare la tua organizzazione e il tuo spazio di destinazione."
  6365    },
  6366    {
  6367      "id": "Use '{{.Name}}' to view or set your target org and space",
  6368      "translation": "Utilizza '{{.Name}}' per visualizzare o impostare la tua organizzazione e il tuo spazio di destinazione"
  6369    },
  6370    {
  6371      "id": "User provided tags",
  6372      "translation": "Tag fornite dall'utente"
  6373    },
  6374    {
  6375      "id": "User {{.TargetUser}} does not exist.",
  6376      "translation": "L'utente {{.TargetUser}} non esiste."
  6377    },
  6378    {
  6379      "id": "User-Provided:",
  6380      "translation": "Fornito dall'utente:"
  6381    },
  6382    {
  6383      "id": "User:",
  6384      "translation": "Utente:"
  6385    },
  6386    {
  6387      "id": "Username",
  6388      "translation": "Nome utente"
  6389    },
  6390    {
  6391      "id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
  6392      "translation": ""
  6393    },
  6394    {
  6395      "id": "Using manifest file {{.Path}}\n",
  6396      "translation": "File manifest mancante {{.Path}}\n"
  6397    },
  6398    {
  6399      "id": "Using route {{.RouteURL}}",
  6400      "translation": "Utilizzo della rotta {{.RouteURL}}"
  6401    },
  6402    {
  6403      "id": "Using stack {{.StackName}}...",
  6404      "translation": "Utilizzo dello stack {{.StackName}} in corso..."
  6405    },
  6406    {
  6407      "id": "VERSION:",
  6408      "translation": ""
  6409    },
  6410    {
  6411      "id": "Valid JSON object containing service-specific configuration parameters, provided either in-line or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.",
  6412      "translation": "Oggetto JSON valido contenente i parametri di configurazione specifici del servizio, purché siano incorporati o in un file. Per un elenco dei parametri di configurazione supportati, consulta la documentazione relativa a una determinata offerta di servizi."
  6413    },
  6414    {
  6415      "id": "Valid JSON object containing service-specific configuration parameters, provided inline or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.",
  6416      "translation": "Oggetto JSON valido contenente parametri di configurazione specifici per il servizio, forniti incorporati o in un file. Per un elenco dei parametri di configurazione supportati, consulta la documentazione relativa a una determinata offerta di servizi."
  6417    },
  6418    {
  6419      "id": "Variable Name",
  6420      "translation": "Nome variabile"
  6421    },
  6422    {
  6423      "id": "Verify Password",
  6424      "translation": "Verifica password"
  6425    },
  6426    {
  6427      "id": "Version",
  6428      "translation": "Versione"
  6429    },
  6430    {
  6431      "id": "View logs, reports, and settings on this space\n",
  6432      "translation": "Visualizza i log, i report e le impostazioni in questo spazio\n"
  6433    },
  6434    {
  6435      "id": "WARNING:\n   Providing your password as a command line option is highly discouraged\n   Your password may be visible to others and may be recorded in your shell history",
  6436      "translation": "AVVERTENZA:\n   fornire la tua password come un'opzione della riga di comando è fortemente sconsigliato\n   La password potrebbe essere visibile agli altri ed essere registrata nella tua cronologia della shell"
  6437    },
  6438    {
  6439      "id": "WARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.",
  6440      "translation": "AVVERTENZA: questa operazione presuppone che il broker dei servizi responsabile di questa istanza del servizio non è più disponibile o non risponde con un codice 200 o 410 e che l'istanza del servizio è stata eliminata, lasciando dei record orfani nel database Cloud Foundry. Tutte le informazioni relative all'istanza del servizio verranno rimosse da Cloud Foundry, incluso i bind e le chiavi del servizio."
  6441    },
  6442    {
  6443      "id": "WARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.",
  6444      "translation": "AVVERTENZA: questa operazione presuppone che il broker dei servizi responsabile di questa offerta di servizi non è più disponibile e che tutte le istanze di servizio sono state eliminate, lasciando dei record orfani nel database Cloud Foundry. Tutte le informazioni relative al servizio verranno rimosse da Cloud Foundry, incluso le istanze e i bind del servizio. Non verrà effettuato alcun tentativo di contattare il broker dei servizi; l'esecuzione di questo comando senza eliminare il broker dei servizi comporterà delle istanze di servizio orfane. Dopo aver eseguito questo comando, puoi anche eseguire delete-service-auth-token o delete-service-broker per completare il cleanup."
  6445    },
  6446    {
  6447      "id": "WARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans.  We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.",
  6448      "translation": "AVVERTENZA: questa è un'operazione interna di Cloud Foundry; i broker dei servizi non verranno contattati e le risorse delle istanze del servizio non verranno modificate. Il caso di utilizzo primario per questa operazione è quello di sostituire un broker dei servizi che implementa l'API Broker dei servizi v1 con un broker che implementa l'API v2 mediante la riassociazione delle istanze del servizio dai piani della v1 ai piani della v2.  Si consiglia di rendere privato il piano v1 o di arrestare il broker v1 per impedire la creazione di istanze aggiuntive. Una volta che le istanze del servizio sono state migrate, i servizi e i piani della v1 possono essere rimossi da Cloud Foundry."
  6449    },
  6450    {
  6451      "id": "Waiting for API to complete processing files...",
  6452      "translation": ""
  6453    },
  6454    {
  6455      "id": "Waiting for app to start...",
  6456      "translation": ""
  6457    },
  6458    {
  6459      "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended",
  6460      "translation": ""
  6461    },
  6462    {
  6463      "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended\n",
  6464      "translation": "Avvertenza: è stato rilevato un endpoint API http non sicuro: si consiglia l'uso di endpoint API https sicuri\n"
  6465    },
  6466    {
  6467      "id": "Warning: accessing feature flag 'set_roles_by_username'",
  6468      "translation": "Avvertenza: accesso all'indicatore di funzione 'set_roles_by_username'"
  6469    },
  6470    {
  6471      "id": "Warning: error tailing logs",
  6472      "translation": "Avvertenza: errore di accodamento log"
  6473    },
  6474    {
  6475      "id": "Windows Command Line",
  6476      "translation": "Riga di comando Windows"
  6477    },
  6478    {
  6479      "id": "Windows PowerShell",
  6480      "translation": "Windows PowerShell"
  6481    },
  6482    {
  6483      "id": "Write curl body to FILE instead of stdout",
  6484      "translation": "Scrivi corpo curl nel FILE invece di stdout"
  6485    },
  6486    {
  6487      "id": "Write default values to the config",
  6488      "translation": "Scrivi i valori predefiniti nella configurazione"
  6489    },
  6490    {
  6491      "id": "Your target CF API version only supports health check type values {{.SupportedTypes}} and {{.LastSupportedType}}.",
  6492      "translation": ""
  6493    },
  6494    {
  6495      "id": "Zip archive does not contain a buildpack",
  6496      "translation": "L'archivio zip non contiene un pacchetto di build"
  6497    },
  6498    {
  6499      "id": "[--allow-paid-service-plans | --disallow-paid-service-plans] ",
  6500      "translation": "[--allow-paid-service-plans | --disallow-paid-service-plans] "
  6501    },
  6502    {
  6503      "id": "[--allow-paid-service-plans] ",
  6504      "translation": "[--allow-paid-service-plans] "
  6505    },
  6506    {
  6507      "id": "[MULTIPART/FORM-DATA CONTENT HIDDEN]",
  6508      "translation": "[CONTENUTO MULTIPART/FORM-DATA NASCOSTO]"
  6509    },
  6510    {
  6511      "id": "[PRIVATE DATA HIDDEN]",
  6512      "translation": "[DATI PRIVATI NASCOSTI]"
  6513    },
  6514    {
  6515      "id": "[global options] command [arguments...] [command options]",
  6516      "translation": ""
  6517    },
  6518    {
  6519      "id": "[hidden]",
  6520      "translation": ""
  6521    },
  6522    {
  6523      "id": "access",
  6524      "translation": "accesso"
  6525    },
  6526    {
  6527      "id": "actor",
  6528      "translation": "attore"
  6529    },
  6530    {
  6531      "id": "alias",
  6532      "translation": ""
  6533    },
  6534    {
  6535      "id": "all",
  6536      "translation": "tutto"
  6537    },
  6538    {
  6539      "id": "allowed",
  6540      "translation": "consentito"
  6541    },
  6542    {
  6543      "id": "already exists",
  6544      "translation": "esiste già"
  6545    },
  6546    {
  6547      "id": "api endpoint:",
  6548      "translation": ""
  6549    },
  6550    {
  6551      "id": "api version:",
  6552      "translation": ""
  6553    },
  6554    {
  6555      "id": "app",
  6556      "translation": "applicazione"
  6557    },
  6558    {
  6559      "id": "app crashed",
  6560      "translation": "applicazione arrestata in modo anomalo"
  6561    },
  6562    {
  6563      "id": "app instance limit",
  6564      "translation": "limite istanze applicazione"
  6565    },
  6566    {
  6567      "id": "app instances",
  6568      "translation": "istanze applicazione"
  6569    },
  6570    {
  6571      "id": "apps",
  6572      "translation": "applicazioni"
  6573    },
  6574    {
  6575      "id": "apps:",
  6576      "translation": ""
  6577    },
  6578    {
  6579      "id": "auth request failed",
  6580      "translation": "richiesta di autenticazione non riuscita"
  6581    },
  6582    {
  6583      "id": "billingmanager",
  6584      "translation": ""
  6585    },
  6586    {
  6587      "id": "bound apps",
  6588      "translation": "applicazioni associate"
  6589    },
  6590    {
  6591      "id": "broker: {{.Name}}",
  6592      "translation": "broker: {{.Name}}"
  6593    },
  6594    {
  6595      "id": "buildpack:",
  6596      "translation": "pacchetto di build:"
  6597    },
  6598    {
  6599      "id": "buildpacks:",
  6600      "translation": ""
  6601    },
  6602    {
  6603      "id": "bytes downloaded",
  6604      "translation": "byte scaricati"
  6605    },
  6606    {
  6607      "id": "cf --version",
  6608      "translation": "cf --version"
  6609    },
  6610    {
  6611      "id": "cf -v",
  6612      "translation": "cf -v"
  6613    },
  6614    {
  6615      "id": "cf push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n   [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n   cf push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n   [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n   [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n   cf push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]",
  6616      "translation": ""
  6617    },
  6618    {
  6619      "id": "cf services",
  6620      "translation": "cf services"
  6621    },
  6622    {
  6623      "id": "cf target -s",
  6624      "translation": "cf target -s"
  6625    },
  6626    {
  6627      "id": "cf v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n   [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n   cf v2-push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n   [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n   [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n   cf v2-push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]",
  6628      "translation": ""
  6629    },
  6630    {
  6631      "id": "cf v3-push APP_NAME",
  6632      "translation": ""
  6633    },
  6634    {
  6635      "id": "command help",
  6636      "translation": ""
  6637    },
  6638    {
  6639      "id": "command name",
  6640      "translation": ""
  6641    },
  6642    {
  6643      "id": "cpu",
  6644      "translation": "cpu"
  6645    },
  6646    {
  6647      "id": "crashed",
  6648      "translation": "arrestato in modo anomalo"
  6649    },
  6650    {
  6651      "id": "crashing",
  6652      "translation": "arresto anomalo"
  6653    },
  6654    {
  6655      "id": "create-isolation-segment",
  6656      "translation": ""
  6657    },
  6658    {
  6659      "id": "delete-isolation-segment",
  6660      "translation": ""
  6661    },
  6662    {
  6663      "id": "description",
  6664      "translation": "descrizione"
  6665    },
  6666    {
  6667      "id": "destination",
  6668      "translation": ""
  6669    },
  6670    {
  6671      "id": "details",
  6672      "translation": "dettagli"
  6673    },
  6674    {
  6675      "id": "disable-org-isolation",
  6676      "translation": ""
  6677    },
  6678    {
  6679      "id": "disallowed",
  6680      "translation": "non consentito"
  6681    },
  6682    {
  6683      "id": "disk",
  6684      "translation": "disco"
  6685    },
  6686    {
  6687      "id": "disk:",
  6688      "translation": "disco:"
  6689    },
  6690    {
  6691      "id": "docker image:",
  6692      "translation": ""
  6693    },
  6694    {
  6695      "id": "does exist",
  6696      "translation": "esiste"
  6697    },
  6698    {
  6699      "id": "does not exist",
  6700      "translation": "non esiste "
  6701    },
  6702    {
  6703      "id": "does not exist.",
  6704      "translation": "non esiste."
  6705    },
  6706    {
  6707      "id": "domain",
  6708      "translation": "dominio"
  6709    },
  6710    {
  6711      "id": "domain {{.DomainName}} is a shared domain, not an owned domain.",
  6712      "translation": "il dominio {{.DomainName}} è un dominio condiviso, non un dominio di proprietà.\n\nSUGGERIMENTO:\nutilizza `cf delete-shared-domain` per eliminare i domini condivisi."
  6713    },
  6714    {
  6715      "id": "domain {{.DomainName}} is an owned domain, not a shared domain.",
  6716      "translation": "il dominio {{.DomainName}} è un dominio di proprietà, non un dominio condiviso.\n\nSUGGERIMENTO:\nutilizza `cf delete-domain` per eliminare i domini di proprietà."
  6717    },
  6718    {
  6719      "id": "domains:",
  6720      "translation": "domini:"
  6721    },
  6722    {
  6723      "id": "down",
  6724      "translation": "non attivo"
  6725    },
  6726    {
  6727      "id": "droplet: {{.DropletGUID}}",
  6728      "translation": ""
  6729    },
  6730    {
  6731      "id": "each route in 'routes' must have a 'route' property",
  6732      "translation": "ogni rotta in 'routes' deve avere una proprietà 'route'"
  6733    },
  6734    {
  6735      "id": "enable-org-isolation",
  6736      "translation": ""
  6737    },
  6738    {
  6739      "id": "enabled",
  6740      "translation": "abilitato"
  6741    },
  6742    {
  6743      "id": "endpoint (for http type):",
  6744      "translation": ""
  6745    },
  6746    {
  6747      "id": "env var '{{.PropertyName}}' should not be null",
  6748      "translation": "la variabile di ambiente '{{.PropertyName}}' non deve essere null"
  6749    },
  6750    {
  6751      "id": "event",
  6752      "translation": "evento"
  6753    },
  6754    {
  6755      "id": "failed turning off console echo for password entry:\n{{.ErrorDescription}}",
  6756      "translation": "impossibile disattivare l'eco della console per l'immissione della password:\n{{.ErrorDescription}}"
  6757    },
  6758    {
  6759      "id": "filename",
  6760      "translation": "nome file"
  6761    },
  6762    {
  6763      "id": "free or paid",
  6764      "translation": "gratuito o a pagamento"
  6765    },
  6766    {
  6767      "id": "health check type:",
  6768      "translation": ""
  6769    },
  6770    {
  6771      "id": "health_check_type is ",
  6772      "translation": "health_check_type è "
  6773    },
  6774    {
  6775      "id": "health_check_type is already set",
  6776      "translation": "health_check_type è già impostato"
  6777    },
  6778    {
  6779      "id": "health_check_type is not set to ",
  6780      "translation": "health_check_type non è impostato su "
  6781    },
  6782    {
  6783      "id": "host",
  6784      "translation": "host"
  6785    },
  6786    {
  6787      "id": "instance memory",
  6788      "translation": "memoria istanza"
  6789    },
  6790    {
  6791      "id": "instance memory limit",
  6792      "translation": "limite di memoria istanza"
  6793    },
  6794    {
  6795      "id": "instance: {{.InstanceIndex}}, reason: {{.ExitDescription}}, exit_status: {{.ExitStatus}}",
  6796      "translation": "istanza: {{.InstanceIndex}}, motivo: {{.ExitDescription}}, stato_uscita: {{.ExitStatus}}"
  6797    },
  6798    {
  6799      "id": "instances",
  6800      "translation": "istanze"
  6801    },
  6802    {
  6803      "id": "instances:",
  6804      "translation": "istanze:"
  6805    },
  6806    {
  6807      "id": "integer",
  6808      "translation": ""
  6809    },
  6810    {
  6811      "id": "invalid inherit path in manifest",
  6812      "translation": "percorso ereditato non valido nel manifest"
  6813    },
  6814    {
  6815      "id": "invalid value for env var CF_STAGING_TIMEOUT\n{{.Err}}",
  6816      "translation": "valore non valido per la variabile di ambiente CF_STAGING_TIMEOUT\n{{.Err}}"
  6817    },
  6818    {
  6819      "id": "invalid value for env var CF_STARTUP_TIMEOUT\n{{.Err}}",
  6820      "translation": "valore non valido per la variabile di ambiente CF_STARTUP_TIMEOUT\n{{.Err}}"
  6821    },
  6822    {
  6823      "id": "isolation segment:",
  6824      "translation": ""
  6825    },
  6826    {
  6827      "id": "isolation segments:",
  6828      "translation": ""
  6829    },
  6830    {
  6831      "id": "isolation-segments",
  6832      "translation": ""
  6833    },
  6834    {
  6835      "id": "label",
  6836      "translation": "etichetta"
  6837    },
  6838    {
  6839      "id": "last operation",
  6840      "translation": "ultima operazione"
  6841    },
  6842    {
  6843      "id": "last uploaded:",
  6844      "translation": "ultimo caricamento:"
  6845    },
  6846    {
  6847      "id": "latest version",
  6848      "translation": ""
  6849    },
  6850    {
  6851      "id": "lifecycle",
  6852      "translation": ""
  6853    },
  6854    {
  6855      "id": "limited",
  6856      "translation": "limitato"
  6857    },
  6858    {
  6859      "id": "locked",
  6860      "translation": "bloccato"
  6861    },
  6862    {
  6863      "id": "memory",
  6864      "translation": "memoria"
  6865    },
  6866    {
  6867      "id": "memory usage:",
  6868      "translation": ""
  6869    },
  6870    {
  6871      "id": "memory:",
  6872      "translation": "memoria:"
  6873    },
  6874    {
  6875      "id": "name",
  6876      "translation": "nome"
  6877    },
  6878    {
  6879      "id": "name:",
  6880      "translation": "nome:"
  6881    },
  6882    {
  6883      "id": "non basic services",
  6884      "translation": "servizi non di base"
  6885    },
  6886    {
  6887      "id": "none",
  6888      "translation": "nessuno"
  6889    },
  6890    {
  6891      "id": "not valid for the requested host",
  6892      "translation": "non valido per l'host richiesto"
  6893    },
  6894    {
  6895      "id": "org",
  6896      "translation": "organizzazione"
  6897    },
  6898    {
  6899      "id": "org:",
  6900      "translation": ""
  6901    },
  6902    {
  6903      "id": "organization",
  6904      "translation": ""
  6905    },
  6906    {
  6907      "id": "orgs",
  6908      "translation": "organizzazioni"
  6909    },
  6910    {
  6911      "id": "owned",
  6912      "translation": "posseduto"
  6913    },
  6914    {
  6915      "id": "package guid: {{.PackageGuid}}",
  6916      "translation": ""
  6917    },
  6918    {
  6919      "id": "paid plans",
  6920      "translation": "piani pagati"
  6921    },
  6922    {
  6923      "id": "paid services {{.NonBasicServicesAllowed}}",
  6924      "translation": "servizi a pagamento {{.NonBasicServicesAllowed}}"
  6925    },
  6926    {
  6927      "id": "path",
  6928      "translation": "percorso"
  6929    },
  6930    {
  6931      "id": "path:",
  6932      "translation": ""
  6933    },
  6934    {
  6935      "id": "plan",
  6936      "translation": "piano"
  6937    },
  6938    {
  6939      "id": "plans",
  6940      "translation": "piani"
  6941    },
  6942    {
  6943      "id": "plugin",
  6944      "translation": ""
  6945    },
  6946    {
  6947      "id": "port",
  6948      "translation": "porta"
  6949    },
  6950    {
  6951      "id": "ports",
  6952      "translation": ""
  6953    },
  6954    {
  6955      "id": "position",
  6956      "translation": "posizione"
  6957    },
  6958    {
  6959      "id": "processes:",
  6960      "translation": ""
  6961    },
  6962    {
  6963      "id": "protocol",
  6964      "translation": ""
  6965    },
  6966    {
  6967      "id": "provider",
  6968      "translation": "provider"
  6969    },
  6970    {
  6971      "id": "quota:",
  6972      "translation": "quota:"
  6973    },
  6974    {
  6975      "id": "repo-plugins",
  6976      "translation": "repo-plugins"
  6977    },
  6978    {
  6979      "id": "requested state",
  6980      "translation": "stato richiesto"
  6981    },
  6982    {
  6983      "id": "requested state:",
  6984      "translation": "stato richiesto:"
  6985    },
  6986    {
  6987      "id": "required attribute 'disk_quota' missing",
  6988      "translation": "manca l'attributo obbligatorio 'disk_quota'"
  6989    },
  6990    {
  6991      "id": "required attribute 'instances' missing",
  6992      "translation": "manca l'attributo obbligatorio 'instances'"
  6993    },
  6994    {
  6995      "id": "required attribute 'memory' missing",
  6996      "translation": "manca l'attributo obbligatorio 'memory'"
  6997    },
  6998    {
  6999      "id": "required attribute 'stack' missing",
  7000      "translation": "manca l'attributo obbligatorio 'stack'"
  7001    },
  7002    {
  7003      "id": "reserved route ports",
  7004      "translation": "porte rotta riservate"
  7005    },
  7006    {
  7007      "id": "reset-space-isolation-segment",
  7008      "translation": ""
  7009    },
  7010    {
  7011      "id": "route ports",
  7012      "translation": "porte rotta"
  7013    },
  7014    {
  7015      "id": "routes",
  7016      "translation": "rotte"
  7017    },
  7018    {
  7019      "id": "routes:",
  7020      "translation": ""
  7021    },
  7022    {
  7023      "id": "run-task",
  7024      "translation": ""
  7025    },
  7026    {
  7027      "id": "running",
  7028      "translation": "in esecuzione"
  7029    },
  7030    {
  7031      "id": "running security groups:",
  7032      "translation": ""
  7033    },
  7034    {
  7035      "id": "security group",
  7036      "translation": "gruppo di sicurezza"
  7037    },
  7038    {
  7039      "id": "service",
  7040      "translation": "servizio"
  7041    },
  7042    {
  7043      "id": "service auth token",
  7044      "translation": "token di autenticazione del servizio"
  7045    },
  7046    {
  7047      "id": "service instance",
  7048      "translation": "istanza del servizio"
  7049    },
  7050    {
  7051      "id": "service instances",
  7052      "translation": "istanze del servizio"
  7053    },
  7054    {
  7055      "id": "service key",
  7056      "translation": "chiave di servizio"
  7057    },
  7058    {
  7059      "id": "service plan",
  7060      "translation": "piano di servizio"
  7061    },
  7062    {
  7063      "id": "service-broker",
  7064      "translation": "broker dei servizi"
  7065    },
  7066    {
  7067      "id": "service_broker_guid IN ",
  7068      "translation": "service_broker_guid IN "
  7069    },
  7070    {
  7071      "id": "service_guid IN ",
  7072      "translation": "service_guid IN "
  7073    },
  7074    {
  7075      "id": "services",
  7076      "translation": "servizi"
  7077    },
  7078    {
  7079      "id": "services:",
  7080      "translation": ""
  7081    },
  7082    {
  7083      "id": "set-space-isolation-segment",
  7084      "translation": ""
  7085    },
  7086    {
  7087      "id": "shared",
  7088      "translation": "condiviso"
  7089    },
  7090    {
  7091      "id": "since",
  7092      "translation": "da"
  7093    },
  7094    {
  7095      "id": "space",
  7096      "translation": "spazio"
  7097    },
  7098    {
  7099      "id": "space quota:",
  7100      "translation": ""
  7101    },
  7102    {
  7103      "id": "space quotas:",
  7104      "translation": "quote di spazio:"
  7105    },
  7106    {
  7107      "id": "space:",
  7108      "translation": ""
  7109    },
  7110    {
  7111      "id": "spaces:",
  7112      "translation": "spazi:"
  7113    },
  7114    {
  7115      "id": "ssh support is already disabled",
  7116      "translation": "il supporto ssh è già disabilitato"
  7117    },
  7118    {
  7119      "id": "ssh support is already disabled in space ",
  7120      "translation": "il supporto ssh è già disabilitato nello spazio "
  7121    },
  7122    {
  7123      "id": "ssh support is already enabled for '{{.AppName}}'",
  7124      "translation": "il supporto ssh è già abilitato per '{{.AppName}}'"
  7125    },
  7126    {
  7127      "id": "ssh support is already enabled in space '{{.SpaceName}}'",
  7128      "translation": "il supporto ssh è già abilitato nello spazio '{{.SpaceName}}'"
  7129    },
  7130    {
  7131      "id": "ssh support is disabled for",
  7132      "translation": "il supporto ssh è disabilitato per"
  7133    },
  7134    {
  7135      "id": "ssh support is disabled in space ",
  7136      "translation": "il supporto ssh è disabilitato nello spazio "
  7137    },
  7138    {
  7139      "id": "ssh support is enabled for",
  7140      "translation": "il supporto ssh è abilitato per"
  7141    },
  7142    {
  7143      "id": "ssh support is enabled in space ",
  7144      "translation": "il supporto ssh è abilitato nello spazio "
  7145    },
  7146    {
  7147      "id": "ssh support is not disabled for ",
  7148      "translation": "il supporto ssh non è disabilitato per "
  7149    },
  7150    {
  7151      "id": "ssh support is not enabled for ",
  7152      "translation": "il supporto ssh non è abilitato per "
  7153    },
  7154    {
  7155      "id": "sso-passcode",
  7156      "translation": ""
  7157    },
  7158    {
  7159      "id": "stack:",
  7160      "translation": "stack:"
  7161    },
  7162    {
  7163      "id": "staging security groups:",
  7164      "translation": ""
  7165    },
  7166    {
  7167      "id": "start command:",
  7168      "translation": ""
  7169    },
  7170    {
  7171      "id": "start time",
  7172      "translation": ""
  7173    },
  7174    {
  7175      "id": "starting",
  7176      "translation": "in avvio"
  7177    },
  7178    {
  7179      "id": "state",
  7180      "translation": "stato"
  7181    },
  7182    {
  7183      "id": "status",
  7184      "translation": "stato"
  7185    },
  7186    {
  7187      "id": "stopped",
  7188      "translation": "arrestato"
  7189    },
  7190    {
  7191      "id": "stopped after 1 redirect",
  7192      "translation": "arrestato dopo 1 reindirizzamento"
  7193    },
  7194    {
  7195      "id": "task id:",
  7196      "translation": ""
  7197    },
  7198    {
  7199      "id": "task name:",
  7200      "translation": ""
  7201    },
  7202    {
  7203      "id": "tasks",
  7204      "translation": ""
  7205    },
  7206    {
  7207      "id": "terminate-task",
  7208      "translation": ""
  7209    },
  7210    {
  7211      "id": "time",
  7212      "translation": "ora"
  7213    },
  7214    {
  7215      "id": "timeout connecting to log server, no log will be shown",
  7216      "translation": "timeout di connessione al server del log, non sarà visualizzato alcun log"
  7217    },
  7218    {
  7219      "id": "total memory",
  7220      "translation": "memoria totale"
  7221    },
  7222    {
  7223      "id": "total memory limit",
  7224      "translation": "limite di memoria totale"
  7225    },
  7226    {
  7227      "id": "type",
  7228      "translation": "tipo"
  7229    },
  7230    {
  7231      "id": "uaa",
  7232      "translation": ""
  7233    },
  7234    {
  7235      "id": "unknown authority",
  7236      "translation": "autorità sconosciuta"
  7237    },
  7238    {
  7239      "id": "unlimited",
  7240      "translation": "illimitato"
  7241    },
  7242    {
  7243      "id": "url",
  7244      "translation": "url"
  7245    },
  7246    {
  7247      "id": "urls",
  7248      "translation": "url"
  7249    },
  7250    {
  7251      "id": "urls:",
  7252      "translation": "url:"
  7253    },
  7254    {
  7255      "id": "usage:",
  7256      "translation": "utilizzo:"
  7257    },
  7258    {
  7259      "id": "user",
  7260      "translation": "utente"
  7261    },
  7262    {
  7263      "id": "user {{.User}} already exists",
  7264      "translation": ""
  7265    },
  7266    {
  7267      "id": "user-provided",
  7268      "translation": "fornito dall'utente"
  7269    },
  7270    {
  7271      "id": "user:",
  7272      "translation": ""
  7273    },
  7274    {
  7275      "id": "username",
  7276      "translation": "username"
  7277    },
  7278    {
  7279      "id": "verbose and version flag",
  7280      "translation": ""
  7281    },
  7282    {
  7283      "id": "version",
  7284      "translation": "versione"
  7285    },
  7286    {
  7287      "id": "yes",
  7288      "translation": "sì"
  7289    },
  7290    {
  7291      "id": "{{.APIEndpoint}} (API version: {{.APIVersionString}})",
  7292      "translation": "{{.APIEndpoint}} (versione API: {{.APIVersionString}})"
  7293    },
  7294    {
  7295      "id": "{{.AppInstanceLimit}} app instance limit",
  7296      "translation": "Limite istanze applicazione {{.AppInstanceLimit}}"
  7297    },
  7298    {
  7299      "id": "{{.AppName}} failed to stage within {{.Timeout}} minutes",
  7300      "translation": ""
  7301    },
  7302    {
  7303      "id": "{{.BinaryName}} version {{.VersionString}}",
  7304      "translation": ""
  7305    },
  7306    {
  7307      "id": "{{.CountOfServices}} migrated.",
  7308      "translation": "{{.CountOfServices}} migrati."
  7309    },
  7310    {
  7311      "id": "{{.CrashedCount}} crashed",
  7312      "translation": "{{.CrashedCount}} arrestati in modo anomalo"
  7313    },
  7314    {
  7315      "id": "{{.DiskUsage}} of {{.DiskQuota}}",
  7316      "translation": "{{.DiskUsage}} di {{.DiskQuota}}"
  7317    },
  7318    {
  7319      "id": "{{.DownCount}} down",
  7320      "translation": "{{.DownCount}} non attivi"
  7321    },
  7322    {
  7323      "id": "{{.ErrorDescription}}\nTIP: Use '{{.CFServicesCommand}}' to view all services in this org and space.",
  7324      "translation": "{{.ErrorDescription}}\nSUGGERIMENTO: utilizza '{{.CFServicesCommand}}' per visualizzare tutti i servizi in questa organizzazione e spazio."
  7325    },
  7326    {
  7327      "id": "{{.Err}}\n\t\t\t\nTIP: Buildpacks are detected when the \"{{.PushCommand}}\" is executed from within the directory that contains the app source code.\n\nUse '{{.BuildpackCommand}}' to see a list of supported buildpacks.\n\nUse '{{.Command}}' for more in depth log information.",
  7328      "translation": "{{.Err}}\n\t\t\t\nSUGGERIMENTO: sono stati rilevati dei pacchetti di build durante l'esecuzione di \"{{.PushCommand}}\" dall'interno della directory che contiene il codice sorgente dell'applicazione.\n\nUtilizza '{{.BuildpackCommand}}' per visualizzare un elenco di pacchetti di build supportati.\n\nUtilizza '{{.Command}}' per informazioni di log più approfondite."
  7329    },
  7330    {
  7331      "id": "{{.Err}}\n\nTIP: use '{{.Command}}' for more information",
  7332      "translation": "{{.Err}}\n\nSUGGERIMENTO: utilizza '{{.Command}}' per ulteriori informazioni"
  7333    },
  7334    {
  7335      "id": "{{.Feature}} only works up to CF API version {{.MaximumVersion}}. Your target is {{.APIVersion}}.",
  7336      "translation": "{{.Feature}} funziona solo fino alla versione API CF {{.MaximumVersion}}. La tua destinazione è {{.APIVersion}}."
  7337    },
  7338    {
  7339      "id": "{{.Feature}} requires CF API version {{.RequiredVersion}} or higher. Your target is {{.APIVersion}}.",
  7340      "translation": "{{.Feature}} richiede la versione API CF {{.RequiredVersion}}+. La tua destinazione è {{.APIVersion}}."
  7341    },
  7342    {
  7343      "id": "{{.FlappingCount}} failing",
  7344      "translation": "{{.FlappingCount}} non riusciti"
  7345    },
  7346    {
  7347      "id": "{{.InstanceMemoryLimit}} instance memory limit",
  7348      "translation": "Limite di memoria istanza {{.InstanceMemoryLimit}}"
  7349    },
  7350    {
  7351      "id": "{{.MemUsage}} of {{.MemQuota}}",
  7352      "translation": "{{.MemUsage}} di {{.MemQuota}}"
  7353    },
  7354    {
  7355      "id": "{{.MemoryLimit}} memory limit",
  7356      "translation": "Limite di memoria {{.MemoryLimit}}"
  7357    },
  7358    {
  7359      "id": "{{.MemoryLimit}}M memory limit",
  7360      "translation": "Limite di memoria M {{.MemoryLimit}}"
  7361    },
  7362    {
  7363      "id": "{{.MemorySize}} x {{.NumInstances}} instances",
  7364      "translation": ""
  7365    },
  7366    {
  7367      "id": "{{.Message}}\nNote that this command requires CF API version 3.0.0+.",
  7368      "translation": ""
  7369    },
  7370    {
  7371      "id": "{{.ModelType}} {{.ModelName}} already exists",
  7372      "translation": "{{.ModelType}} {{.ModelName}} esiste già"
  7373    },
  7374    {
  7375      "id": "{{.OperationType}} failed",
  7376      "translation": "{{.OperationType}} non riuscito"
  7377    },
  7378    {
  7379      "id": "{{.OperationType}} in progress",
  7380      "translation": "{{.OperationType}} in corso"
  7381    },
  7382    {
  7383      "id": "{{.OperationType}} succeeded",
  7384      "translation": "{{.OperationType}} riuscito"
  7385    },
  7386    {
  7387      "id": "{{.PropertyName}} must be a string or null value",
  7388      "translation": "{{.PropertyName}} deve essere un valore stringa o null"
  7389    },
  7390    {
  7391      "id": "{{.PropertyName}} must be a string value",
  7392      "translation": "{{.PropertyName}} deve essere un valore stringa"
  7393    },
  7394    {
  7395      "id": "{{.PropertyName}} should not be null",
  7396      "translation": "{{.PropertyName}} non deve essere null"
  7397    },
  7398    {
  7399      "id": "{{.RepositoryURL}} added as {{.RepositoryName}}",
  7400      "translation": ""
  7401    },
  7402    {
  7403      "id": "{{.RepositoryURL}} already registered as {{.RepositoryName}}",
  7404      "translation": ""
  7405    },
  7406    {
  7407      "id": "{{.ReservedRoutePorts}} route ports",
  7408      "translation": "{{.ReservedRoutePorts}} porte rotta"
  7409    },
  7410    {
  7411      "id": "{{.RoutesLimit}} routes",
  7412      "translation": "{{.RoutesLimit}} rotte"
  7413    },
  7414    {
  7415      "id": "{{.RunningCount}} of {{.TotalCount}} instances running",
  7416      "translation": "{{.RunningCount}} di {{.TotalCount}} istanze in esecuzione"
  7417    },
  7418    {
  7419      "id": "{{.ServicesLimit}} services",
  7420      "translation": "{{.ServicesLimit}} servizi"
  7421    },
  7422    {
  7423      "id": "{{.StartingCount}} starting",
  7424      "translation": "{{.StartingCount}} in avvio"
  7425    },
  7426    {
  7427      "id": "{{.StartingCount}} starting ({{.Details}})",
  7428      "translation": "{{.StartingCount}} in avvio ({{.Details}})"
  7429    },
  7430    {
  7431      "id": "{{.State}} in progress. Use '{{.ServicesCommand}}' or '{{.ServiceCommand}}' to check operation status.",
  7432      "translation": "{{.State}} in corso. Utilizza '{{.ServicesCommand}}' o '{{.ServiceCommand}}' per controllare lo stato dell'operazione."
  7433    },
  7434    {
  7435      "id": "{{.URL}} is not a valid url, please provide a url, e.g. https://your_repo.com",
  7436      "translation": "{{.URL}} non è un url valido; fornisci un url, ad esempio https://your_repo.com"
  7437    },
  7438    {
  7439      "id": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
  7440      "translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} istanze"
  7441    }
  7442  ]