Sort files for make update-pot
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-08-27 13:00:40 -04:00
parent cb310c56b5
commit d3d3358a79
2 changed files with 119 additions and 99 deletions

View File

@ -81,7 +81,7 @@ update-pot:
--keyword=i18n.G \ --keyword=i18n.G \
--sort-output \ --sort-output \
--add-comments-tag="translators" \ --add-comments-tag="translators" \
$$(find . -name "*.go" -not -path "*vendor*") $$(find . -name "*.go" -not -path "*vendor*" | sort)
.PHONY: update-pot-po-metadata .PHONY: update-pot-po-metadata
update-pot-po-metadata: update-pot-po-metadata:

View File

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "Project-Id-Version: \n" msgstr "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: EMAIL\n" "Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2025-08-27 12:43-0400\n" "POT-Creation-Date: 2025-08-27 12:59-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -54,12 +54,15 @@ msgid " # generate the man pages into /usr/local/share/man/man1\n"
" man abra-app-deploy" " man abra-app-deploy"
msgstr "" msgstr ""
#: ./cli/app/secret.go:158 #: ./cli/app/secret.go:161
msgid " # insert regular secret\n" msgid " # insert regular secret\n"
" abra app secret insert 1312.net my_secret v1 mySuperSecret\n" " abra app secret insert 1312.net my_secret v1 mySuperSecret\n"
"\n" "\n"
" # insert secret as file\n" " # insert secret as file\n"
" abra app secret insert 1312.net my_secret v1 secret.txt -f" " abra app secret insert 1312.net my_secret v1 secret.txt -f\n"
"\n"
" # insert secret from stdin\n"
" echo \"mmySuperSecret\" | abra app secret insert 1312.net my_secret v1"
msgstr "" msgstr ""
#: ./cli/app/list.go:50 #: ./cli/app/list.go:50
@ -125,7 +128,7 @@ msgstr ""
msgid " abra app remove 1312.net" msgid " abra app remove 1312.net"
msgstr "" msgstr ""
#: ./cli/app/secret.go:296 #: ./cli/app/secret.go:331
msgid " abra app secret rm 1312.net oauth_key" msgid " abra app secret rm 1312.net oauth_key"
msgstr "" msgstr ""
@ -208,7 +211,7 @@ msgstr ""
msgid "%s created (version: %s)" msgid "%s created (version: %s)"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:252 ./cli/recipe/release.go:147 ./cli/recipe/upgrade.go:331 #: ./cli/recipe/release.go:147 ./cli/recipe/sync.go:252 ./cli/recipe/upgrade.go:331
#, c-format #, c-format
msgid "%s currently has these unstaged changes 👇" msgid "%s currently has these unstaged changes 👇"
msgstr "" msgstr ""
@ -228,12 +231,12 @@ msgstr ""
msgid "%s does not exist locally, use /bin/sh as fallback" msgid "%s does not exist locally, use /bin/sh as fallback"
msgstr "" msgstr ""
#: ./cli/app/secret.go:78 #: ./cli/app/secret.go:81
#, c-format #, c-format
msgid "%s doesn't exist in the env config?" msgid "%s doesn't exist in the env config?"
msgstr "" msgstr ""
#: ./cli/app/secret.go:392 #: ./cli/app/secret.go:427
#, c-format #, c-format
msgid "%s doesn't exist on server?" msgid "%s doesn't exist on server?"
msgstr "" msgstr ""
@ -328,7 +331,7 @@ msgstr ""
msgid "%s is not an upgrade for %s?" msgid "%s is not an upgrade for %s?"
msgstr "" msgstr ""
#: ./cli/app/undeploy.go:60 ./cli/app/upgrade.go:422 ./cli/app/ps.go:57 ./cli/app/restart.go:94 ./cli/app/services.go:50 ./cli/app/logs.go:59 ./cli/updater/updater.go:249 #: ./cli/app/logs.go:59 ./cli/app/ps.go:57 ./cli/app/restart.go:94 ./cli/app/services.go:50 ./cli/app/undeploy.go:60 ./cli/app/upgrade.go:422 ./cli/updater/updater.go:249
#, c-format #, c-format
msgid "%s is not deployed?" msgid "%s is not deployed?"
msgstr "" msgstr ""
@ -338,7 +341,7 @@ msgstr ""
msgid "%s is now lost in time, like tears in rain" msgid "%s is now lost in time, like tears in rain"
msgstr "" msgstr ""
#: ./cli/app/volume.go:122 ./cli/app/remove.go:74 #: ./cli/app/remove.go:74 ./cli/app/volume.go:122
#, c-format #, c-format
msgid "%s is still deployed. Run \"abra app undeploy %s\"" msgid "%s is still deployed. Run \"abra app undeploy %s\""
msgstr "" msgstr ""
@ -393,7 +396,7 @@ msgstr ""
msgid "%s successfully added" msgid "%s successfully added"
msgstr "" msgstr ""
#: ./cli/app/secret.go:258 #: ./cli/app/secret.go:244
#, c-format #, c-format
msgid "%s successfully stored on server" msgid "%s successfully stored on server"
msgstr "" msgstr ""
@ -478,7 +481,7 @@ msgstr ""
msgid "'%s' is not a known version" msgid "'%s' is not a known version"
msgstr "" msgstr ""
#: ./cli/app/upgrade.go:391 ./cli/app/rollback.go:274 #: ./cli/app/rollback.go:274 ./cli/app/upgrade.go:391
#, c-format #, c-format
msgid "'%s' is not a known version for %s" msgid "'%s' is not a known version for %s"
msgstr "" msgstr ""
@ -548,7 +551,7 @@ msgstr ""
msgid "Both local recipe and live deployment labels are shown." msgid "Both local recipe and live deployment labels are shown."
msgstr "" msgstr ""
#: ./cli/app/backup.go:293 ./cli/app/backup.go:309 ./cli/app/check.go:89 ./cli/app/deploy.go:326 ./cli/app/cp.go:380 ./cli/app/labels.go:137 ./cli/app/cmd.go:275 ./cli/app/secret.go:509 ./cli/app/secret.go:549 ./cli/app/secret.go:573 ./cli/app/secret.go:581 ./cli/app/ps.go:208 ./cli/app/restart.go:156 ./cli/app/new.go:367 ./cli/app/restore.go:133 ./cli/catalogue/catalogue.go:306 ./cli/recipe/lint.go:130 ./cli/updater/updater.go:541 #: ./cli/app/backup.go:293 ./cli/app/backup.go:309 ./cli/app/check.go:89 ./cli/app/cmd.go:275 ./cli/app/cp.go:380 ./cli/app/deploy.go:326 ./cli/app/labels.go:137 ./cli/app/new.go:367 ./cli/app/ps.go:208 ./cli/app/restart.go:156 ./cli/app/restore.go:133 ./cli/app/secret.go:548 ./cli/app/secret.go:588 ./cli/app/secret.go:612 ./cli/app/secret.go:620 ./cli/catalogue/catalogue.go:306 ./cli/recipe/lint.go:130 ./cli/updater/updater.go:541
msgid "C" msgid "C"
msgstr "" msgstr ""
@ -579,7 +582,7 @@ msgstr ""
msgid "CONFIG" msgid "CONFIG"
msgstr "" msgstr ""
#: ./cli/app/secret.go:426 #: ./cli/app/secret.go:461
msgid "CREATED ON SERVER" msgid "CREATED ON SERVER"
msgstr "" msgstr ""
@ -683,7 +686,7 @@ msgid "Creates a new app from a default recipe.\n"
"on your $PATH." "on your $PATH."
msgstr "" msgstr ""
#: ./cli/app/deploy.go:342 ./cli/app/upgrade.go:442 ./cli/app/rollback.go:331 ./cli/app/new.go:343 #: ./cli/app/deploy.go:342 ./cli/app/new.go:343 ./cli/app/rollback.go:331 ./cli/app/upgrade.go:442
msgid "D" msgid "D"
msgstr "" msgstr ""
@ -755,7 +758,7 @@ msgstr ""
msgid "Error monitoring TTY size:" msgid "Error monitoring TTY size:"
msgstr "" msgstr ""
#: ./cli/app/secret.go:426 #: ./cli/app/secret.go:461
msgid "GENERATED NAME" msgid "GENERATED NAME"
msgstr "" msgstr ""
@ -813,7 +816,7 @@ msgstr ""
msgid "Generate manpage" msgid "Generate manpage"
msgstr "" msgstr ""
#: ./cli/app/secret.go:28 #: ./cli/app/secret.go:31
msgid "Generate secrets" msgid "Generate secrets"
msgstr "" msgstr ""
@ -841,7 +844,7 @@ msgstr ""
msgid "IMAGE" msgid "IMAGE"
msgstr "" msgstr ""
#: ./cli/app/secret.go:149 #: ./cli/app/secret.go:152
msgid "Insert secret" msgid "Insert secret"
msgstr "" msgstr ""
@ -861,7 +864,7 @@ msgstr ""
msgid "List all managed apps" msgid "List all managed apps"
msgstr "" msgstr ""
#: ./cli/app/secret.go:405 #: ./cli/app/secret.go:440
msgid "List all secrets" msgid "List all secrets"
msgstr "" msgstr ""
@ -893,7 +896,7 @@ msgstr ""
msgid "Manage app backups" msgid "Manage app backups"
msgstr "" msgstr ""
#: ./cli/app/secret.go:477 #: ./cli/app/secret.go:516
msgid "Manage app secrets" msgid "Manage app secrets"
msgstr "" msgstr ""
@ -921,7 +924,7 @@ msgstr ""
msgid "N" msgid "N"
msgstr "" msgstr ""
#: ./cli/app/volume.go:48 ./cli/app/secret.go:109 ./cli/app/secret.go:426 ./cli/recipe/version.go:104 ./cli/server/list.go:35 #: ./cli/app/secret.go:112 ./cli/app/secret.go:461 ./cli/app/volume.go:48 ./cli/recipe/version.go:104 ./cli/server/list.go:35
msgid "NAME" msgid "NAME"
msgstr "" msgstr ""
@ -933,11 +936,11 @@ msgstr ""
msgid "NEW DEPLOYMENT" msgid "NEW DEPLOYMENT"
msgstr "" msgstr ""
#: ./cli/app/secret.go:139 #: ./cli/app/secret.go:142
msgid "NOT" msgid "NOT"
msgstr "" msgstr ""
#: ./cli/app/secret.go:140 #: ./cli/app/secret.go:143
msgid "NOW" msgid "NOW"
msgstr "" msgstr ""
@ -996,7 +999,7 @@ msgid "Remove a managed server.\n"
"like tears in rain." "like tears in rain."
msgstr "" msgstr ""
#: ./cli/app/secret.go:291 #: ./cli/app/secret.go:326
msgid "Remove a secret" msgid "Remove a secret"
msgstr "" msgstr ""
@ -1180,7 +1183,7 @@ msgstr ""
msgid "The Co-op Cloud command-line utility belt 🎩🐇" msgid "The Co-op Cloud command-line utility belt 🎩🐇"
msgstr "" msgstr ""
#: ./cli/app/secret.go:150 #: ./cli/app/secret.go:153
msgid "This command inserts a secret into an app environment.\n" msgid "This command inserts a secret into an app environment.\n"
"\n" "\n"
"Arbitrary secret insertion is not supported. Secrets that are inserted must\n" "Arbitrary secret insertion is not supported. Secrets that are inserted must\n"
@ -1191,7 +1194,7 @@ msgid "This command inserts a secret into an app environment.\n"
"(see \"abra app new --secrets/-S\" for more)." "(see \"abra app new --secrets/-S\" for more)."
msgstr "" msgstr ""
#: ./cli/app/secret.go:292 #: ./cli/app/secret.go:327
msgid "This command removes a secret from an app environment.\n" msgid "This command removes a secret from an app environment.\n"
"\n" "\n"
"Arbitrary secret removal is not supported. Secrets that are removed must\n" "Arbitrary secret removal is not supported. Secrets that are removed must\n"
@ -1372,11 +1375,11 @@ msgstr ""
msgid "Using \"--force/-f\" Git syncs an existing recipe. It does not erase unstaged changes." msgid "Using \"--force/-f\" Git syncs an existing recipe. It does not erase unstaged changes."
msgstr "" msgstr ""
#: ./cli/app/secret.go:109 #: ./cli/app/secret.go:112
msgid "VALUE" msgid "VALUE"
msgstr "" msgstr ""
#: ./cli/app/list.go:222 ./cli/app/secret.go:426 ./cli/app/ps.go:183 ./cli/recipe/version.go:63 ./cli/recipe/version.go:104 #: ./cli/app/list.go:222 ./cli/app/ps.go:183 ./cli/app/secret.go:461 ./cli/recipe/version.go:63 ./cli/recipe/version.go:104
msgid "VERSION" msgid "VERSION"
msgstr "" msgstr ""
@ -1453,7 +1456,7 @@ msgstr ""
msgid "^%s" msgid "^%s"
msgstr "" msgstr ""
#: ./cli/app/app.go:11 ./cli/app/backup.go:245 ./cli/app/secret.go:517 ./cli/app/secret.go:557 ./cli/app/restart.go:163 ./cli/recipe/fetch.go:116 ./cli/recipe/upgrade.go:379 ./cli/server/add.go:23 ./cli/server/prune.go:92 ./cli/updater/updater.go:557 #: ./cli/app/app.go:11 ./cli/app/backup.go:245 ./cli/app/restart.go:163 ./cli/app/secret.go:556 ./cli/app/secret.go:596 ./cli/recipe/fetch.go:116 ./cli/recipe/upgrade.go:379 ./cli/server/add.go:23 ./cli/server/prune.go:92 ./cli/updater/updater.go:557
msgid "a" msgid "a"
msgstr "" msgstr ""
@ -1503,7 +1506,7 @@ msgstr ""
msgid "adding env vars to %s service config" msgid "adding env vars to %s service config"
msgstr "" msgstr ""
#: ./cli/app/backup.go:244 ./cli/app/secret.go:516 ./cli/app/secret.go:556 ./cli/recipe/fetch.go:115 ./cli/server/prune.go:91 ./cli/updater/updater.go:556 #: ./cli/app/backup.go:244 ./cli/app/secret.go:555 ./cli/app/secret.go:595 ./cli/recipe/fetch.go:115 ./cli/server/prune.go:91 ./cli/updater/updater.go:556
msgid "all" msgid "all"
msgstr "" msgstr ""
@ -1597,7 +1600,7 @@ msgstr ""
msgid "autocomplete [bash|zsh|fish|powershell]" msgid "autocomplete [bash|zsh|fish|powershell]"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:60 ./cli/app/upgrade.go:59 ./cli/app/secret.go:41 ./cli/app/secret.go:175 ./cli/app/secret.go:310 ./cli/app/rollback.go:59 ./cli/app/logs.go:33 ./pkg/autocomplete/autocomplete.go:18 ./pkg/autocomplete/autocomplete.go:33 ./pkg/autocomplete/autocomplete.go:44 ./pkg/autocomplete/autocomplete.go:50 ./pkg/autocomplete/autocomplete.go:70 ./pkg/autocomplete/autocomplete.go:88 ./pkg/autocomplete/autocomplete.go:104 ./pkg/autocomplete/autocomplete.go:110 ./pkg/autocomplete/autocomplete.go:125 #: ./cli/app/deploy.go:60 ./cli/app/logs.go:33 ./cli/app/rollback.go:59 ./cli/app/secret.go:44 ./cli/app/secret.go:181 ./cli/app/secret.go:345 ./cli/app/upgrade.go:59 ./pkg/autocomplete/autocomplete.go:18 ./pkg/autocomplete/autocomplete.go:33 ./pkg/autocomplete/autocomplete.go:44 ./pkg/autocomplete/autocomplete.go:50 ./pkg/autocomplete/autocomplete.go:70 ./pkg/autocomplete/autocomplete.go:88 ./pkg/autocomplete/autocomplete.go:104 ./pkg/autocomplete/autocomplete.go:110 ./pkg/autocomplete/autocomplete.go:125
#, c-format #, c-format
msgid "autocomplete failed: %s" msgid "autocomplete failed: %s"
msgstr "" msgstr ""
@ -1651,10 +1654,14 @@ msgstr ""
msgid "broken symlink in your abra config folders: %s" msgid "broken symlink in your abra config folders: %s"
msgstr "" msgstr ""
#: ./cli/app/backup.go:138 ./cli/app/deploy.go:350 ./cli/app/cp.go:31 ./cli/app/upgrade.go:450 ./cli/app/rollback.go:339 #: ./cli/app/backup.go:138 ./cli/app/cp.go:31 ./cli/app/deploy.go:350 ./cli/app/rollback.go:339 ./cli/app/upgrade.go:450
msgid "c" msgid "c"
msgstr "" msgstr ""
#: ./cli/app/secret.go:270
msgid "can not insert from file and read from stdin"
msgstr ""
#: ./pkg/recipe/git.go:52 #: ./pkg/recipe/git.go:52
#, c-format #, c-format
msgid "can not redeploy chaos version (%s) without --chaos" msgid "can not redeploy chaos version (%s) without --chaos"
@ -1708,7 +1715,7 @@ msgstr ""
msgid "cannot specify tag and bump type at the same time" msgid "cannot specify tag and bump type at the same time"
msgstr "" msgstr ""
#: ./cli/app/secret.go:60 #: ./cli/app/secret.go:63
msgid "cannot use '[secret] [version]' and '--all' together" msgid "cannot use '[secret] [version]' and '--all' together"
msgstr "" msgstr ""
@ -1720,7 +1727,7 @@ msgstr ""
msgid "cannot use [recipe] and --all/-a together" msgid "cannot use [recipe] and --all/-a together"
msgstr "" msgstr ""
#: ./cli/app/secret.go:337 #: ./cli/app/secret.go:372
msgid "cannot use [secret] and --all/-a together" msgid "cannot use [secret] and --all/-a together"
msgstr "" msgstr ""
@ -1761,7 +1768,7 @@ msgstr ""
msgid "cfg" msgid "cfg"
msgstr "" msgstr ""
#: ./cli/app/backup.go:292 ./cli/app/backup.go:308 ./cli/app/check.go:88 ./cli/app/deploy.go:325 ./cli/app/cp.go:379 ./cli/app/labels.go:136 ./cli/app/cmd.go:274 ./cli/app/secret.go:508 ./cli/app/secret.go:548 ./cli/app/secret.go:572 ./cli/app/secret.go:580 ./cli/app/ps.go:207 ./cli/app/restart.go:155 ./cli/app/new.go:366 ./cli/app/restore.go:132 ./cli/catalogue/catalogue.go:305 ./cli/recipe/lint.go:129 ./cli/updater/updater.go:540 #: ./cli/app/backup.go:292 ./cli/app/backup.go:308 ./cli/app/check.go:88 ./cli/app/cmd.go:274 ./cli/app/cp.go:379 ./cli/app/deploy.go:325 ./cli/app/labels.go:136 ./cli/app/new.go:366 ./cli/app/ps.go:207 ./cli/app/restart.go:155 ./cli/app/restore.go:132 ./cli/app/secret.go:547 ./cli/app/secret.go:587 ./cli/app/secret.go:611 ./cli/app/secret.go:619 ./cli/catalogue/catalogue.go:305 ./cli/recipe/lint.go:129 ./cli/updater/updater.go:540
msgid "chaos" msgid "chaos"
msgstr "" msgstr ""
@ -2055,12 +2062,12 @@ msgstr ""
msgid "debug" msgid "debug"
msgstr "" msgstr ""
#: ./cli/app/secret.go:281 #: ./cli/app/secret.go:316
#, c-format #, c-format
msgid "deleted %s successfully from local pass store" msgid "deleted %s successfully from local pass store"
msgstr "" msgstr ""
#: ./cli/app/secret.go:274 #: ./cli/app/secret.go:309
#, c-format #, c-format
msgid "deleted %s successfully from server" msgid "deleted %s successfully from server"
msgstr "" msgstr ""
@ -2155,11 +2162,11 @@ msgstr ""
msgid "dirty: %v, " msgid "dirty: %v, "
msgstr "" msgstr ""
#: ./cli/app/deploy.go:352 ./cli/app/upgrade.go:452 ./cli/app/rollback.go:341 #: ./cli/app/deploy.go:352 ./cli/app/rollback.go:341 ./cli/app/upgrade.go:452
msgid "disable converge logic checks" msgid "disable converge logic checks"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:344 ./cli/app/upgrade.go:444 ./cli/app/rollback.go:333 #: ./cli/app/deploy.go:344 ./cli/app/rollback.go:333 ./cli/app/upgrade.go:444
msgid "disable public DNS checks" msgid "disable public DNS checks"
msgstr "" msgstr ""
@ -2259,7 +2266,7 @@ msgstr ""
msgid "dry run: remote %s (%s) not created" msgid "dry run: remote %s (%s) not created"
msgstr "" msgstr ""
#: ./cli/catalogue/catalogue.go:289 ./cli/recipe/sync.go:263 ./cli/recipe/release.go:634 #: ./cli/catalogue/catalogue.go:289 ./cli/recipe/release.go:634 ./cli/recipe/sync.go:263
msgid "dry-run" msgid "dry-run"
msgstr "" msgstr ""
@ -2379,7 +2386,7 @@ msgstr ""
msgid "expected 1 service but found %v: %s" msgid "expected 1 service but found %v: %s"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:334 ./cli/app/volume.go:202 ./cli/app/upgrade.go:434 ./cli/app/secret.go:533 ./cli/app/rollback.go:323 ./cli/app/remove.go:157 ./cli/recipe/fetch.go:20 ./cli/recipe/fetch.go:132 #: ./cli/app/deploy.go:334 ./cli/app/remove.go:157 ./cli/app/rollback.go:323 ./cli/app/secret.go:572 ./cli/app/upgrade.go:434 ./cli/app/volume.go:202 ./cli/recipe/fetch.go:20 ./cli/recipe/fetch.go:132
msgid "f" msgid "f"
msgstr "" msgstr ""
@ -2548,7 +2555,7 @@ msgstr ""
msgid "fetching repo metadata from %s" msgid "fetching repo metadata from %s"
msgstr "" msgstr ""
#: ./cli/app/secret.go:532 #: ./cli/app/secret.go:571
msgid "file" msgid "file"
msgstr "" msgstr ""
@ -2570,7 +2577,7 @@ msgstr ""
msgid "for %s read env %s with value: %s from docker service" msgid "for %s read env %s with value: %s from docker service"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:333 ./cli/app/volume.go:201 ./cli/app/upgrade.go:433 ./cli/app/rollback.go:322 ./cli/app/remove.go:156 ./cli/recipe/fetch.go:131 #: ./cli/app/deploy.go:333 ./cli/app/remove.go:156 ./cli/app/rollback.go:322 ./cli/app/upgrade.go:433 ./cli/app/volume.go:201 ./cli/recipe/fetch.go:131
msgid "force" msgid "force"
msgstr "" msgstr ""
@ -2583,7 +2590,7 @@ msgstr ""
msgid "found versions file for %s" msgid "found versions file for %s"
msgstr "" msgstr ""
#: ./cli/app/secret.go:27 ./cli/catalogue/catalogue.go:27 ./cli/catalogue/catalogue.go:46 #: ./cli/app/secret.go:30 ./cli/catalogue/catalogue.go:27 ./cli/catalogue/catalogue.go:46
msgid "g" msgid "g"
msgstr "" msgstr ""
@ -2592,7 +2599,7 @@ msgid "generate"
msgstr "" msgstr ""
#. translators: `app secret generate` command #. translators: `app secret generate` command
#: ./cli/app/secret.go:26 #: ./cli/app/secret.go:29
msgid "generate <domain> [[secret] [version] | --all] [flags]" msgid "generate <domain> [[secret] [version] | --all] [flags]"
msgstr "" msgstr ""
@ -2601,7 +2608,7 @@ msgstr ""
msgid "generate [recipe] [flags]" msgid "generate [recipe] [flags]"
msgstr "" msgstr ""
#: ./cli/app/secret.go:519 #: ./cli/app/secret.go:558
msgid "generate all secrets" msgid "generate all secrets"
msgstr "" msgstr ""
@ -2620,7 +2627,7 @@ msgstr ""
msgid "generated recipe catalogue: %s" msgid "generated recipe catalogue: %s"
msgstr "" msgstr ""
#: ./cli/app/secret.go:137 #: ./cli/app/secret.go:140
#, c-format #, c-format
msgid "generated secrets %s shown again, please take note of them %s" msgid "generated secrets %s shown again, please take note of them %s"
msgstr "" msgstr ""
@ -2758,7 +2765,7 @@ msgstr ""
msgid "hooks" msgid "hooks"
msgstr "" msgstr ""
#: ./cli/app/secret.go:148 #: ./cli/app/secret.go:151
msgid "i" msgid "i"
msgstr "" msgstr ""
@ -2771,7 +2778,7 @@ msgstr ""
msgid "ignore .env version checkout" msgid "ignore .env version checkout"
msgstr "" msgstr ""
#: ./cli/app/backup.go:295 ./cli/app/backup.go:311 ./cli/app/check.go:91 ./cli/app/deploy.go:328 ./cli/app/cp.go:382 ./cli/app/labels.go:139 ./cli/app/cmd.go:277 ./cli/app/secret.go:511 ./cli/app/secret.go:551 ./cli/app/secret.go:575 ./cli/app/secret.go:583 ./cli/app/ps.go:210 ./cli/app/restart.go:158 ./cli/app/new.go:369 ./cli/app/restore.go:135 ./cli/catalogue/catalogue.go:308 ./cli/recipe/lint.go:132 ./cli/updater/updater.go:543 #: ./cli/app/backup.go:295 ./cli/app/backup.go:311 ./cli/app/check.go:91 ./cli/app/cmd.go:277 ./cli/app/cp.go:382 ./cli/app/deploy.go:328 ./cli/app/labels.go:139 ./cli/app/new.go:369 ./cli/app/ps.go:210 ./cli/app/restart.go:158 ./cli/app/restore.go:135 ./cli/app/secret.go:550 ./cli/app/secret.go:590 ./cli/app/secret.go:614 ./cli/app/secret.go:622 ./cli/catalogue/catalogue.go:308 ./cli/recipe/lint.go:132 ./cli/updater/updater.go:543
msgid "ignore uncommitted recipes changes" msgid "ignore uncommitted recipes changes"
msgstr "" msgstr ""
@ -2860,15 +2867,15 @@ msgstr ""
msgid "including VOLUMES=%v in backupbot exec invocation" msgid "including VOLUMES=%v in backupbot exec invocation"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:274 ./cli/recipe/release.go:645 ./cli/recipe/upgrade.go:349 #: ./cli/recipe/release.go:645 ./cli/recipe/sync.go:274 ./cli/recipe/upgrade.go:349
msgid "increase the major part of the version" msgid "increase the major part of the version"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:282 ./cli/recipe/release.go:653 ./cli/recipe/upgrade.go:357 #: ./cli/recipe/release.go:653 ./cli/recipe/sync.go:282 ./cli/recipe/upgrade.go:357
msgid "increase the minor part of the version" msgid "increase the minor part of the version"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:290 ./cli/recipe/release.go:661 ./cli/recipe/upgrade.go:365 #: ./cli/recipe/release.go:661 ./cli/recipe/sync.go:290 ./cli/recipe/upgrade.go:365
msgid "increase the patch part of the version" msgid "increase the patch part of the version"
msgstr "" msgstr ""
@ -2891,7 +2898,7 @@ msgid "initialising undeploy"
msgstr "" msgstr ""
#. translators: `app secret insert` command #. translators: `app secret insert` command
#: ./cli/app/secret.go:147 #: ./cli/app/secret.go:150
msgid "insert <domain> <secret> <version> [<data>] [flags]" msgid "insert <domain> <secret> <version> [<data>] [flags]"
msgstr "" msgstr ""
@ -3003,7 +3010,7 @@ msgid "list"
msgstr "" msgstr ""
#. translators: `app secret list` command #. translators: `app secret list` command
#: ./cli/app/secret.go:403 #: ./cli/app/secret.go:438
msgid "list <domain>" msgid "list <domain>"
msgstr "" msgstr ""
@ -3064,15 +3071,15 @@ msgstr ""
msgid "long secret names" msgid "long secret names"
msgstr "" msgstr ""
#: ./cli/app/backup.go:17 ./cli/app/cmd.go:199 ./cli/app/list.go:45 ./cli/app/volume.go:21 ./cli/app/secret.go:404 ./cli/recipe/list.go:21 ./cli/server/list.go:20 #: ./cli/app/backup.go:17 ./cli/app/cmd.go:199 ./cli/app/list.go:45 ./cli/app/secret.go:439 ./cli/app/volume.go:21 ./cli/recipe/list.go:21 ./cli/server/list.go:20
msgid "ls" msgid "ls"
msgstr "" msgstr ""
#: ./cli/app/list.go:313 ./cli/app/secret.go:493 ./cli/app/secret.go:589 ./cli/app/ps.go:200 ./cli/recipe/list.go:99 ./cli/recipe/upgrade.go:371 ./cli/recipe/version.go:133 ./cli/server/list.go:101 ./cli/updater/updater.go:549 #: ./cli/app/list.go:313 ./cli/app/ps.go:200 ./cli/app/secret.go:532 ./cli/app/secret.go:628 ./cli/recipe/list.go:99 ./cli/recipe/upgrade.go:371 ./cli/recipe/version.go:133 ./cli/server/list.go:101 ./cli/updater/updater.go:549
msgid "m" msgid "m"
msgstr "" msgstr ""
#: ./cli/app/list.go:312 ./cli/app/secret.go:492 ./cli/app/secret.go:588 ./cli/app/ps.go:199 ./cli/recipe/list.go:98 ./cli/recipe/upgrade.go:370 ./cli/recipe/version.go:132 ./cli/server/list.go:100 #: ./cli/app/list.go:312 ./cli/app/ps.go:199 ./cli/app/secret.go:531 ./cli/app/secret.go:627 ./cli/recipe/list.go:98 ./cli/recipe/upgrade.go:370 ./cli/recipe/version.go:132 ./cli/server/list.go:100
msgid "machine" msgid "machine"
msgstr "" msgstr ""
@ -3081,7 +3088,7 @@ msgstr ""
msgid "main app service version for %s is empty?" msgid "main app service version for %s is empty?"
msgstr "" msgstr ""
#: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:66 ./cli/internal/recipe.go:80 ./cli/recipe/sync.go:271 ./cli/recipe/release.go:642 ./cli/recipe/upgrade.go:346 ./cli/updater/updater.go:548 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:66 ./cli/internal/recipe.go:80 ./cli/recipe/release.go:642 ./cli/recipe/sync.go:271 ./cli/recipe/upgrade.go:346 ./cli/updater/updater.go:548
msgid "major" msgid "major"
msgstr "" msgstr ""
@ -3099,7 +3106,7 @@ msgstr ""
msgid "man [flags]" msgid "man [flags]"
msgstr "" msgstr ""
#: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:68 ./cli/internal/recipe.go:82 ./cli/recipe/sync.go:279 ./cli/recipe/release.go:650 ./cli/recipe/upgrade.go:354 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:68 ./cli/internal/recipe.go:82 ./cli/recipe/release.go:650 ./cli/recipe/sync.go:279 ./cli/recipe/upgrade.go:354
msgid "minor" msgid "minor"
msgstr "" msgstr ""
@ -3115,7 +3122,7 @@ msgstr ""
msgid "missing argument or --local/-l flag" msgid "missing argument or --local/-l flag"
msgstr "" msgstr ""
#: ./cli/app/secret.go:56 #: ./cli/app/secret.go:59
msgid "missing arguments [secret]/[version] or '--all'" msgid "missing arguments [secret]/[version] or '--all'"
msgstr "" msgstr ""
@ -3128,7 +3135,7 @@ msgstr ""
msgid "missing version for secret? (%s)" msgid "missing version for secret? (%s)"
msgstr "" msgstr ""
#: ./cli/app/secret.go:201 #: ./cli/app/secret.go:282
msgid "must provide <data> argument if --no-input is passed" msgid "must provide <data> argument if --no-input is passed"
msgstr "" msgstr ""
@ -3149,6 +3156,10 @@ msgstr ""
msgid "name: %s, " msgid "name: %s, "
msgstr "" msgstr ""
#: ./cli/app/secret.go:260
msgid "need 3 or 4 arguments"
msgstr ""
#: ./pkg/upstream/stack/stack.go:348 #: ./pkg/upstream/stack/stack.go:348
#, c-format #, c-format
msgid "network %q is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed, which you can do by running this on the server: docker network create -d overlay proxy" msgid "network %q is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed, which you can do by running this on the server: docker network create -d overlay proxy"
@ -3293,20 +3304,20 @@ msgstr ""
msgid "no recipe name provided" msgid "no recipe name provided"
msgstr "" msgstr ""
#: ./cli/app/secret.go:221 #: ./cli/app/secret.go:224
#, c-format #, c-format
msgid "no secret %s available for recipe %s?" msgid "no secret %s available for recipe %s?"
msgstr "" msgstr ""
#: ./cli/app/secret.go:341 #: ./cli/app/secret.go:376
msgid "no secret(s) specified?" msgid "no secret(s) specified?"
msgstr "" msgstr ""
#: ./cli/app/secret.go:105 #: ./cli/app/secret.go:108
msgid "no secrets generated" msgid "no secrets generated"
msgstr "" msgstr ""
#: ./cli/app/secret.go:469 #: ./cli/app/secret.go:508
#, c-format #, c-format
msgid "no secrets stored for %s" msgid "no secrets stored for %s"
msgstr "" msgstr ""
@ -3315,7 +3326,7 @@ msgstr ""
msgid "no secrets to remove" msgid "no secrets to remove"
msgstr "" msgstr ""
#: ./cli/app/secret.go:396 #: ./cli/app/secret.go:431
msgid "no secrets to remove?" msgid "no secrets to remove?"
msgstr "" msgstr ""
@ -3368,11 +3379,11 @@ msgstr ""
msgid "no volumes to remove" msgid "no volumes to remove"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:349 ./cli/app/upgrade.go:449 ./cli/app/rollback.go:338 #: ./cli/app/deploy.go:349 ./cli/app/rollback.go:338 ./cli/app/upgrade.go:449
msgid "no-converge-checks" msgid "no-converge-checks"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:341 ./cli/app/upgrade.go:441 ./cli/app/rollback.go:330 #: ./cli/app/deploy.go:341 ./cli/app/rollback.go:330 ./cli/app/upgrade.go:441
msgid "no-domain-checks" msgid "no-domain-checks"
msgstr "" msgstr ""
@ -3445,7 +3456,7 @@ msgstr ""
msgid "only tail stderr" msgid "only tail stderr"
msgstr "" msgstr ""
#: ./cli/app/backup.go:269 ./cli/app/undeploy.go:155 ./cli/app/secret.go:501 ./cli/app/secret.go:525 ./cli/app/secret.go:565 ./cli/app/ps.go:30 ./cli/app/new.go:351 ./cli/catalogue/catalogue.go:282 ./cli/recipe/list.go:107 ./cli/recipe/release.go:667 ./cli/server/prune.go:17 #: ./cli/app/backup.go:269 ./cli/app/new.go:351 ./cli/app/ps.go:30 ./cli/app/secret.go:540 ./cli/app/secret.go:564 ./cli/app/secret.go:604 ./cli/app/undeploy.go:155 ./cli/catalogue/catalogue.go:282 ./cli/recipe/list.go:107 ./cli/recipe/release.go:667 ./cli/server/prune.go:17
msgid "p" msgid "p"
msgstr "" msgstr ""
@ -3484,7 +3495,7 @@ msgstr ""
msgid "parsing recipe version failed: %s" msgid "parsing recipe version failed: %s"
msgstr "" msgstr ""
#: ./cli/app/secret.go:500 ./cli/app/secret.go:524 ./cli/app/secret.go:564 ./cli/app/new.go:350 #: ./cli/app/new.go:350 ./cli/app/secret.go:539 ./cli/app/secret.go:563 ./cli/app/secret.go:603
msgid "pass" msgid "pass"
msgstr "" msgstr ""
@ -3492,7 +3503,7 @@ msgstr ""
msgid "pass command not found on $PATH, is it installed?" msgid "pass command not found on $PATH, is it installed?"
msgstr "" msgstr ""
#: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:70 ./cli/internal/recipe.go:84 ./cli/recipe/sync.go:287 ./cli/recipe/release.go:658 ./cli/recipe/upgrade.go:362 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:70 ./cli/internal/recipe.go:84 ./cli/recipe/release.go:658 ./cli/recipe/sync.go:287 ./cli/recipe/upgrade.go:362
msgid "patch" msgid "patch"
msgstr "" msgstr ""
@ -3504,7 +3515,7 @@ msgstr ""
msgid "pattern" msgid "pattern"
msgstr "" msgstr ""
#: ./cli/app/deploy.go:336 ./cli/app/volume.go:204 ./cli/app/upgrade.go:436 ./cli/app/rollback.go:325 ./cli/app/remove.go:159 #: ./cli/app/deploy.go:336 ./cli/app/remove.go:159 ./cli/app/rollback.go:325 ./cli/app/upgrade.go:436 ./cli/app/volume.go:204
msgid "perform action without further prompt" msgid "perform action without further prompt"
msgstr "" msgstr ""
@ -3549,7 +3560,7 @@ msgstr ""
msgid "previous git tags detected, assuming new semver release" msgid "previous git tags detected, assuming new semver release"
msgstr "" msgstr ""
#: ./cli/app/list.go:315 ./cli/app/secret.go:495 ./cli/app/secret.go:591 ./cli/app/ps.go:202 ./cli/recipe/list.go:101 ./cli/recipe/upgrade.go:373 ./cli/recipe/version.go:135 ./cli/server/list.go:103 #: ./cli/app/list.go:315 ./cli/app/ps.go:202 ./cli/app/secret.go:534 ./cli/app/secret.go:630 ./cli/recipe/list.go:101 ./cli/recipe/upgrade.go:373 ./cli/recipe/version.go:135 ./cli/server/list.go:103
msgid "print machine-readable output" msgid "print machine-readable output"
msgstr "" msgstr ""
@ -3596,7 +3607,7 @@ msgstr ""
msgid "querying remote servers..." msgid "querying remote servers..."
msgstr "" msgstr ""
#: ./cli/app/backup.go:301 ./cli/app/list.go:298 ./cli/app/run.go:23 ./cli/app/upgrade.go:458 ./cli/catalogue/catalogue.go:290 ./cli/recipe/recipe.go:12 ./cli/recipe/sync.go:264 ./cli/recipe/release.go:635 #: ./cli/app/backup.go:301 ./cli/app/list.go:298 ./cli/app/run.go:23 ./cli/app/upgrade.go:458 ./cli/catalogue/catalogue.go:290 ./cli/recipe/recipe.go:12 ./cli/recipe/release.go:635 ./cli/recipe/sync.go:264
msgid "r" msgid "r"
msgstr "" msgstr ""
@ -3647,7 +3658,16 @@ msgstr ""
msgid "reader: %v, " msgid "reader: %v, "
msgstr "" msgstr ""
#: ./cli/app/secret.go:244 #: ./cli/app/secret.go:276
#, c-format
msgid "reading data from stdin: %s"
msgstr ""
#: ./cli/app/secret.go:273
msgid "reading secret data from stdin"
msgstr ""
#: ./cli/app/secret.go:230
#, c-format #, c-format
msgid "reading secret from file: %s" msgid "reading secret from file: %s"
msgstr "" msgstr ""
@ -3710,7 +3730,7 @@ msgid "remote: %s does not exist"
msgstr "" msgstr ""
#. translators: `app secret remove` command #. translators: `app secret remove` command
#: ./cli/app/secret.go:289 #: ./cli/app/secret.go:324
msgid "remove <domain> [[secret] | --all] [flags]" msgid "remove <domain> [[secret] | --all] [flags]"
msgstr "" msgstr ""
@ -3729,7 +3749,7 @@ msgstr ""
msgid "remove <server> [flags]" msgid "remove <server> [flags]"
msgstr "" msgstr ""
#: ./cli/app/secret.go:559 #: ./cli/app/secret.go:598
msgid "remove all secrets" msgid "remove all secrets"
msgstr "" msgstr ""
@ -3737,7 +3757,7 @@ msgstr ""
msgid "remove all unused images" msgid "remove all unused images"
msgstr "" msgstr ""
#: ./cli/app/secret.go:567 #: ./cli/app/secret.go:606
msgid "remove generated secrets from a local pass store" msgid "remove generated secrets from a local pass store"
msgstr "" msgstr ""
@ -3798,7 +3818,7 @@ msgstr ""
msgid "removing volume %s failed: %s" msgid "removing volume %s failed: %s"
msgstr "" msgstr ""
#: ./cli/app/volume.go:181 ./cli/app/remove.go:137 #: ./cli/app/remove.go:137 ./cli/app/volume.go:181
#, c-format #, c-format
msgid "removing volumes failed: %s" msgid "removing volumes failed: %s"
msgstr "" msgstr ""
@ -3821,7 +3841,7 @@ msgstr ""
msgid "repo set config: %s" msgid "repo set config: %s"
msgstr "" msgstr ""
#: ./cli/catalogue/catalogue.go:292 ./cli/recipe/sync.go:266 ./cli/recipe/release.go:637 #: ./cli/catalogue/catalogue.go:292 ./cli/recipe/release.go:637 ./cli/recipe/sync.go:266
msgid "report changes that would be made" msgid "report changes that would be made"
msgstr "" msgstr ""
@ -3929,7 +3949,7 @@ msgstr ""
msgid "rl" msgid "rl"
msgstr "" msgstr ""
#: ./cli/app/volume.go:95 ./cli/app/secret.go:290 ./cli/app/remove.go:21 ./cli/server/remove.go:19 #: ./cli/app/remove.go:21 ./cli/app/secret.go:325 ./cli/app/volume.go:95 ./cli/server/remove.go:19
msgid "rm" msgid "rm"
msgstr "" msgstr ""
@ -3998,7 +4018,7 @@ msgstr ""
msgid "running post-command '%s %s' in container %s" msgid "running post-command '%s %s' in container %s"
msgstr "" msgstr ""
#: ./cli/app/backup.go:183 ./cli/app/backup.go:237 ./cli/app/backup.go:261 ./cli/app/list.go:321 ./cli/app/secret.go:476 ./cli/app/logs.go:95 ./cli/app/new.go:328 ./cli/app/restore.go:109 ./cli/catalogue/catalogue.go:298 ./cli/recipe/fetch.go:124 ./cli/recipe/sync.go:24 ./cli/server/server.go:12 #: ./cli/app/backup.go:183 ./cli/app/backup.go:237 ./cli/app/backup.go:261 ./cli/app/list.go:321 ./cli/app/logs.go:95 ./cli/app/new.go:328 ./cli/app/restore.go:109 ./cli/app/secret.go:515 ./cli/catalogue/catalogue.go:298 ./cli/recipe/fetch.go:124 ./cli/recipe/sync.go:24 ./cli/server/server.go:12
msgid "s" msgid "s"
msgstr "" msgstr ""
@ -4022,12 +4042,12 @@ msgid "secret %s is longer than 12 characters"
msgstr "" msgstr ""
#. translators: `app secret` command group #. translators: `app secret` command group
#: ./cli/app/secret.go:475 #: ./cli/app/secret.go:514
msgid "secret [cmd] [args] [flags]" msgid "secret [cmd] [args] [flags]"
msgstr "" msgstr ""
#: ./cli/app/secret.go:225 #: ./cli/app/secret.go:285
msgid "secret data not provided on command-line, prompting" msgid "secret data not provided on command-line or stdin, prompting"
msgstr "" msgstr ""
#: ./pkg/upstream/convert/service.go:72 #: ./pkg/upstream/convert/service.go:72
@ -4170,7 +4190,7 @@ msgstr ""
msgid "show apps of a specific server" msgid "show apps of a specific server"
msgstr "" msgstr ""
#: ./cli/updater/updater.go:496 ./cli/run.go:119 #: ./cli/run.go:119 ./cli/updater/updater.go:496
msgid "show debug messages" msgid "show debug messages"
msgstr "" msgstr ""
@ -4245,11 +4265,11 @@ msgstr ""
msgid "snapshots <domain> [flags]" msgid "snapshots <domain> [flags]"
msgstr "" msgstr ""
#: ./cli/app/secret.go:233 #: ./cli/app/secret.go:293
msgid "specify secret file" msgid "specify secret file"
msgstr "" msgstr ""
#: ./cli/app/secret.go:229 #: ./cli/app/secret.go:289
msgid "specify secret value" msgid "specify secret value"
msgstr "" msgstr ""
@ -4305,7 +4325,7 @@ msgstr ""
msgid "stderr" msgid "stderr"
msgstr "" msgstr ""
#: ./cli/app/secret.go:503 ./cli/app/secret.go:527 #: ./cli/app/secret.go:542 ./cli/app/secret.go:566
msgid "store generated secrets in a local pass store" msgid "store generated secrets in a local pass store"
msgstr "" msgstr ""
@ -4361,7 +4381,7 @@ msgstr ""
msgid "synced label %s to service %s" msgid "synced label %s to service %s"
msgstr "" msgstr ""
#: ./cli/app/backup.go:253 ./cli/app/run.go:104 ./cli/app/secret.go:541 ./cli/app/restore.go:101 #: ./cli/app/backup.go:253 ./cli/app/restore.go:101 ./cli/app/run.go:104 ./cli/app/secret.go:580
msgid "t" msgid "t"
msgstr "" msgstr ""
@ -4444,7 +4464,7 @@ msgstr ""
msgid "tmpfs options are incompatible with type volume" msgid "tmpfs options are incompatible with type volume"
msgstr "" msgstr ""
#: ./cli/updater/updater.go:504 ./cli/run.go:127 #: ./cli/run.go:127 ./cli/updater/updater.go:504
msgid "toggle non-interactive mode" msgid "toggle non-interactive mode"
msgstr "" msgstr ""
@ -4452,15 +4472,15 @@ msgstr ""
msgid "traefik routing enabled" msgid "traefik routing enabled"
msgstr "" msgstr ""
#: ./cli/app/secret.go:535 #: ./cli/app/secret.go:574
msgid "treat input as a file" msgid "treat input as a file"
msgstr "" msgstr ""
#: ./cli/app/secret.go:540 #: ./cli/app/secret.go:579
msgid "trim" msgid "trim"
msgstr "" msgstr ""
#: ./cli/app/secret.go:543 #: ./cli/app/secret.go:582
msgid "trim input" msgid "trim input"
msgstr "" msgstr ""
@ -4644,7 +4664,7 @@ msgstr ""
msgid "unable to remove volume: no volume with name '%s'?" msgid "unable to remove volume: no volume with name '%s'?"
msgstr "" msgstr ""
#: ./cli/app/secret.go:127 ./cli/app/secret.go:456 ./cli/recipe/list.go:78 ./cli/recipe/version.go:107 ./cli/server/list.go:83 #: ./cli/app/secret.go:130 ./cli/app/secret.go:495 ./cli/recipe/list.go:78 ./cli/recipe/version.go:107 ./cli/server/list.go:83
#, c-format #, c-format
msgid "unable to render to JSON: %s" msgid "unable to render to JSON: %s"
msgstr "" msgstr ""
@ -5045,16 +5065,16 @@ msgstr ""
msgid "writer: %v, " msgid "writer: %v, "
msgstr "" msgstr ""
#: ./cli/app/deploy.go:235 ./cli/app/undeploy.go:106 ./cli/app/upgrade.go:273 ./cli/app/rollback.go:226 ./cli/app/new.go:211 #: ./cli/app/deploy.go:235 ./cli/app/new.go:211 ./cli/app/rollback.go:226 ./cli/app/undeploy.go:106 ./cli/app/upgrade.go:273
#, c-format #, c-format
msgid "writing recipe version failed: %s" msgid "writing recipe version failed: %s"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:272 ./cli/recipe/release.go:643 ./cli/recipe/upgrade.go:347 #: ./cli/recipe/release.go:643 ./cli/recipe/sync.go:272 ./cli/recipe/upgrade.go:347
msgid "x" msgid "x"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:280 ./cli/recipe/release.go:651 ./cli/recipe/upgrade.go:355 #: ./cli/recipe/release.go:651 ./cli/recipe/sync.go:280 ./cli/recipe/upgrade.go:355
msgid "y" msgid "y"
msgstr "" msgstr ""
@ -5070,7 +5090,7 @@ msgstr ""
msgid "you can only use one version flag: --major, --minor or --patch" msgid "you can only use one version flag: --major, --minor or --patch"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:288 ./cli/recipe/release.go:659 ./cli/recipe/upgrade.go:363 #: ./cli/recipe/release.go:659 ./cli/recipe/sync.go:288 ./cli/recipe/upgrade.go:363
msgid "z" msgid "z"
msgstr "" msgstr ""