Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
[#143540893]
  • Loading branch information
XenoPhex committed Jun 8, 2017
1 parent d3b0da9 commit a5b87f4
Show file tree
Hide file tree
Showing 21 changed files with 383 additions and 41 deletions.
2 changes: 1 addition & 1 deletion cf/commands/application/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (cmd *Push) MetaData() commandregistry.CommandMetadata {
fs["s"] = &flags.StringFlag{ShortName: "s", Usage: T("Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)")}
fs["t"] = &flags.StringFlag{ShortName: "t", Usage: T("Time (in seconds) allowed to elapse between starting up an app and the first healthy response from the app")}
fs["docker-image"] = &flags.StringFlag{Name: "docker-image", ShortName: "o", Usage: T("Docker-image to be used (e.g. user/docker-image-name)")}
fs["docker-username"] = &flags.StringFlag{Name: "docker-username", Usage: T("Username used for Docker registry authentication. A 'CF_DOCKER_PASSWORD' environment variable is required to be set in order to use this flag.")}
fs["docker-username"] = &flags.StringFlag{Name: "docker-username", Usage: T("")}
fs["health-check-type"] = &flags.StringFlag{Name: "health-check-type", ShortName: "u", Usage: T("Application health check type (Default: 'port', 'none' accepted for 'process', 'http' implies endpoint '/')")}
fs["no-hostname"] = &flags.BoolFlag{Name: "no-hostname", Usage: T("Map the root domain to this app")}
fs["no-manifest"] = &flags.BoolFlag{Name: "no-manifest", Usage: T("Ignore manifest file")}
Expand Down
24 changes: 20 additions & 4 deletions cf/i18n/resources/de-de.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,10 @@
"id": "Env variable {{.VarName}} was not set.",
"translation": "Umgebungsvariable {{.VarName}} wurde nicht festgelegt."
},
{
"id": "Environment variable CF_DOCKER_PASSWORD not set.",
"translation": ""
},
{
"id": "Error accessing org {{.OrgName}} for GUID': ",
"translation": "Fehler beim Zugriff auf Organisation {{.OrgName}} für GUID': "
Expand Down Expand Up @@ -4335,6 +4339,10 @@
"id": "Password",
"translation": "Kennwort"
},
{
"id": "Password used for private docker repository",
"translation": ""
},
{
"id": "Password verification does not match",
"translation": "Kennwortüberprüfung stellt keine Übereinstimmung fest"
Expand Down Expand Up @@ -4591,10 +4599,6 @@
"id": "Push a single app (with or without a manifest)",
"translation": "Eine einzelne App mit einer Push-Operation übertragen (mit oder ohne Manifest):"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf push [-f MANIFEST_PATH]",
"translation": "Für eine einzelne App eine Push-Operation durchführen (mit oder ohne Manifest):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Mehrere Apps mit einem Manifest mithilfe einer Push-Operation übertragen:\\n cf push [-f MANIFEST_PATH]"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf v2-push [-f MANIFEST_PATH]",
"translation": ""
Expand Down Expand Up @@ -4827,6 +4831,10 @@
"id": "Reports whether SSH is enabled on an application container instance",
"translation": "Berichtet, ob SSH für eine Anwendungscontainerinstanz aktiviert ist"
},
{
"id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
"translation": ""
},
{
"id": "Repository: ",
"translation": "Repository: "
Expand Down Expand Up @@ -6391,6 +6399,10 @@
"id": "Username",
"translation": "Benutzername"
},
{
"id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
"translation": ""
},
{
"id": "Using manifest file {{.Path}}\n",
"translation": "Verwenden von Manifestdatei {{.Path}}\n"
Expand Down Expand Up @@ -6615,6 +6627,10 @@
"id": "cf -v",
"translation": "cf -v"
},
{
"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 [--no-start]",
"translation": ""
},
{
"id": "cf services",
"translation": "cf services"
Expand Down
20 changes: 20 additions & 0 deletions cf/i18n/resources/de-de.untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@
"id": "Entitle an organization to an isolation segment",
"translation": ""
},
{
"id": "Environment variable CF_DOCKER_PASSWORD not set.",
"translation": ""
},
{
"id": "Error creating user {{.User}}.",
"translation": ""
Expand Down Expand Up @@ -511,6 +515,10 @@
"id": "POSITION",
"translation": ""
},
{
"id": "Password used for private docker repository",
"translation": ""
},
{
"id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind",
"translation": ""
Expand Down Expand Up @@ -639,6 +647,10 @@
"id": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}...",
"translation": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}..."
},
{
"id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
"translation": ""
},
{
"id": "Reset the isolation segment assignment of a space to the org's default",
"translation": ""
Expand Down Expand Up @@ -975,6 +987,10 @@
"id": "Use '{{.BinaryName}} repo-plugins' to list plugins in registered repos available to install.",
"translation": ""
},
{
"id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
"translation": ""
},
{
"id": "VERSION:",
"translation": ""
Expand Down Expand Up @@ -1027,6 +1043,10 @@
"id": "buildpacks:",
"translation": ""
},
{
"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 [--no-start]",
"translation": ""
},
{
"id": "command help",
"translation": ""
Expand Down
24 changes: 20 additions & 4 deletions cf/i18n/resources/en-us.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,10 @@
"id": "Env variable {{.VarName}} was not set.",
"translation": "Env variable {{.VarName}} was not set."
},
{
"id": "Environment variable CF_DOCKER_PASSWORD not set.",
"translation": ""
},
{
"id": "Error accessing org {{.OrgName}} for GUID': ",
"translation": "Error accessing org {{.OrgName}} for GUID': "
Expand Down Expand Up @@ -4335,6 +4339,10 @@
"id": "Password",
"translation": "Password"
},
{
"id": "Password used for private docker repository",
"translation": ""
},
{
"id": "Password verification does not match",
"translation": "Password verification does not match"
Expand Down Expand Up @@ -4591,10 +4599,6 @@
"id": "Push a single app (with or without a manifest)",
"translation": "Push a single app (with or without a manifest)"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf push [-f MANIFEST_PATH]",
"translation": "Push a single app (with or without a manifest):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf push [-f MANIFEST_PATH]"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf v2-push [-f MANIFEST_PATH]",
"translation": ""
Expand Down Expand Up @@ -4827,6 +4831,10 @@
"id": "Reports whether SSH is enabled on an application container instance",
"translation": "Reports whether SSH is enabled on an application container instance"
},
{
"id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
"translation": ""
},
{
"id": "Repository: ",
"translation": "Repository: "
Expand Down Expand Up @@ -6391,6 +6399,10 @@
"id": "Username",
"translation": "Username"
},
{
"id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
"translation": ""
},
{
"id": "Using manifest file {{.Path}}\n",
"translation": "Using manifest file {{.Path}}\n"
Expand Down Expand Up @@ -6615,6 +6627,10 @@
"id": "cf -v",
"translation": "cf -v"
},
{
"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 [--no-start]",
"translation": ""
},
{
"id": "cf services",
"translation": "cf services"
Expand Down
24 changes: 20 additions & 4 deletions cf/i18n/resources/es-es.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,10 @@
"id": "Env variable {{.VarName}} was not set.",
"translation": "La variable de entorno {{.VarName}} no se ha establecido."
},
{
"id": "Environment variable CF_DOCKER_PASSWORD not set.",
"translation": ""
},
{
"id": "Error accessing org {{.OrgName}} for GUID': ",
"translation": "Error al acceder a la organización {{.OrgName}} para el GUID': "
Expand Down Expand Up @@ -4335,6 +4339,10 @@
"id": "Password",
"translation": "Contraseña"
},
{
"id": "Password used for private docker repository",
"translation": ""
},
{
"id": "Password verification does not match",
"translation": "La comprobación de la contraseña no coincide"
Expand Down Expand Up @@ -4591,10 +4599,6 @@
"id": "Push a single app (with or without a manifest)",
"translation": "Enviar por push una app única (con o sin un manifiesto)"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf push [-f MANIFEST_PATH]",
"translation": "Enviar por push una app única (con o sin un manifiesto):\\n CF_NAME push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Enviar por push varias apps con un manifiesto:\\n cf push [-f MANIFEST_PATH]"
},
{
"id": "Push a single app (with or without a manifest):\\n CF_NAME v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH] [--docker-image DOCKER_IMAGE]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [--hostname HOST] [-p PATH] [-s STACK] [-t TIMEOUT] [-u (process | port | http)] [--route-path ROUTE_PATH]\\n [--no-hostname] [--no-manifest] [--no-route] [--no-start] [--random-route]\\n\\n Push multiple apps with a manifest:\\n cf v2-push [-f MANIFEST_PATH]",
"translation": ""
Expand Down Expand Up @@ -4827,6 +4831,10 @@
"id": "Reports whether SSH is enabled on an application container instance",
"translation": "Notifica si está habilitado SSH en una instancia de contenedor de aplicaciones"
},
{
"id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
"translation": ""
},
{
"id": "Repository: ",
"translation": "Repositorio: "
Expand Down Expand Up @@ -6391,6 +6399,10 @@
"id": "Username",
"translation": "Nombre de usuario"
},
{
"id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
"translation": ""
},
{
"id": "Using manifest file {{.Path}}\n",
"translation": "Utilización del archivo de manifiesto {{.Path}}\n"
Expand Down Expand Up @@ -6615,6 +6627,10 @@
"id": "cf -v",
"translation": "cf -v"
},
{
"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 [--no-start]",
"translation": ""
},
{
"id": "cf services",
"translation": "cf services"
Expand Down
20 changes: 20 additions & 0 deletions cf/i18n/resources/es-es.untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@
"id": "Entitle an organization to an isolation segment",
"translation": ""
},
{
"id": "Environment variable CF_DOCKER_PASSWORD not set.",
"translation": ""
},
{
"id": "Error creating user {{.User}}.",
"translation": ""
Expand Down Expand Up @@ -511,6 +515,10 @@
"id": "POSITION",
"translation": ""
},
{
"id": "Password used for private docker repository",
"translation": ""
},
{
"id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind",
"translation": ""
Expand Down Expand Up @@ -639,6 +647,10 @@
"id": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}...",
"translation": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}..."
},
{
"id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD",
"translation": ""
},
{
"id": "Reset the isolation segment assignment of a space to the org's default",
"translation": ""
Expand Down Expand Up @@ -975,6 +987,10 @@
"id": "Use '{{.BinaryName}} repo-plugins' to list plugins in registered repos available to install.",
"translation": ""
},
{
"id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.",
"translation": ""
},
{
"id": "VERSION:",
"translation": ""
Expand Down Expand Up @@ -1027,6 +1043,10 @@
"id": "buildpacks:",
"translation": ""
},
{
"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 [--no-start]",
"translation": ""
},
{
"id": "command help",
"translation": ""
Expand Down
Loading

0 comments on commit a5b87f4

Please sign in to comment.