|
207 | 207 | "id": "Error staging application: {{.Message}}\n\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks.", |
208 | 208 | "translation": "Error staging application: {{.Message}}\n\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks." |
209 | 209 | }, |
| 210 | + { |
| 211 | + "id": "File not a valid cf CLI plugin binary.", |
| 212 | + "translation": "" |
| 213 | + }, |
210 | 214 | { |
211 | 215 | "id": "File not found locally, make sure the file exists at given path {{.FilePath}}", |
212 | 216 | "translation": "" |
|
344 | 348 | "translation": "" |
345 | 349 | }, |
346 | 350 | { |
347 | | - "id": "Plugin {{.Name}} {{.Version}} could not be installed. A plugin with that name is already installed.\nTIP: Use '{{.Command}}' to force a reinstall.", |
348 | | - "translation": "" |
| 351 | + "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.", |
| 352 | + "translation": "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." |
349 | 353 | }, |
350 | 354 | { |
351 | 355 | "id": "Plugin {{.Name}} {{.Version}} is already installed. Uninstalling existing plugin...", |
|
491 | 495 | "id": "Start unsuccessful\n\nTIP: use '{{.BinaryName}} logs {{.AppName}} --recent' for more information", |
492 | 496 | "translation": "" |
493 | 497 | }, |
| 498 | + { |
| 499 | + "id": "Starting download of plugin binary from URL...", |
| 500 | + "translation": "" |
| 501 | + }, |
494 | 502 | { |
495 | 503 | "id": "Stop all instances of the app, then start them again. This may cause downtime.", |
496 | 504 | "translation": "" |
|
547 | 555 | "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}}? ", |
548 | 556 | "translation": "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}}? " |
549 | 557 | }, |
| 558 | + { |
| 559 | + "id": "This command does not support the URL scheme in {{.UnsupportedURL}}.", |
| 560 | + "translation": "" |
| 561 | + }, |
550 | 562 | { |
551 | 563 | "id": "This command is in EXPERIMENTAL stage and may change without notice", |
552 | 564 | "translation": "" |
|
783 | 795 | "id": "{{.BinaryName}} version {{.VersionString}}", |
784 | 796 | "translation": "" |
785 | 797 | }, |
| 798 | + { |
| 799 | + "id": "{{.Bytes}} bytes downloaded...", |
| 800 | + "translation": "" |
| 801 | + }, |
786 | 802 | { |
787 | 803 | "id": "{{.MemorySize}} x {{.NumInstances}} instances", |
788 | 804 | "translation": "" |
|
0 commit comments