chore: i18n
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-21 16:39:02 +01:00
parent 42f9e6d458
commit b721adbf9c
4 changed files with 378 additions and 236 deletions

View File

@ -21,7 +21,7 @@ import (
) )
// Errors // Errors
var emptyVersionsInCatalogue = errors.New("Catalogue versions list is empty (unexpectedly!)") var emptyVersionsInCatalogue = errors.New(i18n.G("catalogue versions list is unexpectedly empty"))
// translators: `abra recipe reset` aliases. use a comma separated list of // translators: `abra recipe reset` aliases. use a comma separated list of
// aliases with no spaces in between // aliases with no spaces in between

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-11-04 15:34+0100\n" "POT-Creation-Date: 2025-12-21 16:38+0100\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"
@ -219,7 +219,7 @@ msgstr ""
msgid "%s created (version: %s)" msgid "%s created (version: %s)"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:161 ./cli/recipe/sync.go:260 ./cli/recipe/upgrade.go:336 #: ./cli/recipe/release.go:161 ./cli/recipe/sync.go:262 ./cli/recipe/upgrade.go:334
#, c-format #, c-format
msgid "%s currently has these unstaged changes 👇" msgid "%s currently has these unstaged changes 👇"
msgstr "" msgstr ""
@ -379,7 +379,7 @@ msgstr ""
msgid "%s must first be deployed on %s before moving" msgid "%s must first be deployed on %s before moving"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:151 #: ./cli/recipe/upgrade.go:149
#, c-format #, c-format
msgid "%s not considered semver-like" msgid "%s not considered semver-like"
msgstr "" msgstr ""
@ -882,7 +882,7 @@ msgstr ""
msgid "Generate autocompletion script" msgid "Generate autocompletion script"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:32 #: ./cli/recipe/sync.go:36
msgid "Generate labels for the main recipe service.\n" msgid "Generate labels for the main recipe service.\n"
"\n" "\n"
"By convention, the service named \"app\" using the following format:\n" "By convention, the service named \"app\" using the following format:\n"
@ -1111,7 +1111,7 @@ msgstr ""
msgid "ON SERVER" msgid "ON SERVER"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:135 #: ./cli/recipe/sync.go:138
msgid "PROPOSED CHANGES" msgid "PROPOSED CHANGES"
msgstr "" msgstr ""
@ -1275,7 +1275,7 @@ msgstr ""
msgid "SERVER" msgid "SERVER"
msgstr "" msgstr ""
#: ./cli/app/ps.go:185 ./cli/recipe/sync.go:135 ./cli/recipe/version.go:69 ./cli/recipe/version.go:110 #: ./cli/app/ps.go:185 ./cli/recipe/sync.go:138 ./cli/recipe/version.go:69 ./cli/recipe/version.go:110
msgid "SERVICE" msgid "SERVICE"
msgstr "" msgstr ""
@ -1342,7 +1342,7 @@ msgid "Sync recipe catalogue for latest changes"
msgstr "" msgstr ""
#. translators: Short description for `recipe sync` command #. translators: Short description for `recipe sync` command
#: ./cli/recipe/sync.go:31 #: ./cli/recipe/sync.go:35
msgid "Sync recipe version label" msgid "Sync recipe version label"
msgstr "" msgstr ""
@ -1601,7 +1601,7 @@ msgstr ""
msgid "[hijack] end of stdout" msgid "[hijack] end of stdout"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:85 #: ./cli/recipe/sync.go:89
#, c-format #, c-format
msgid "\n" msgid "\n"
"The following options are two types of initial semantic version that you can\n" "The following options are two types of initial semantic version that you can\n"
@ -1694,7 +1694,7 @@ msgctxt "recipe fetch"
msgid "a" msgid "a"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:384 #: ./cli/recipe/upgrade.go:382
msgctxt "recipe upgrade" msgctxt "recipe upgrade"
msgid "a" msgid "a"
msgstr "" msgstr ""
@ -1787,7 +1787,7 @@ msgstr ""
msgid "all-services" msgid "all-services"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:383 #: ./cli/recipe/upgrade.go:381
msgid "all-tags" msgid "all-tags"
msgstr "" msgstr ""
@ -1930,7 +1930,7 @@ msgstr ""
msgid "can not insert from file and read from stdin" msgid "can not insert from file and read from stdin"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:324 #: ./cli/recipe/upgrade.go:322
#, c-format #, c-format
msgid "can upgrade service: %s, image: %s, tag: %s ::" msgid "can upgrade service: %s, image: %s, tag: %s ::"
msgstr "" msgstr ""
@ -2047,6 +2047,10 @@ msgstr ""
msgid "catalogue successfully synced" msgid "catalogue successfully synced"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:24
msgid "catalogue versions list is unexpectedly empty"
msgstr ""
#: ./cli/recipe/list.go:44 #: ./cli/recipe/list.go:44
msgid "category" msgid "category"
msgstr "" msgstr ""
@ -2082,7 +2086,7 @@ msgstr ""
msgid "choosing %s as latest version of %s" msgid "choosing %s as latest version of %s"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:237 #: ./cli/recipe/sync.go:239
#, c-format #, c-format
msgid "choosing %s as new version for %s" msgid "choosing %s as new version for %s"
msgstr "" msgstr ""
@ -2235,7 +2239,7 @@ msgstr ""
msgid "context lacks Docker endpoint" msgid "context lacks Docker endpoint"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:246 ./pkg/recipe/compose.go:229 #: ./cli/recipe/sync.go:248 ./pkg/recipe/compose.go:229
#, c-format #, c-format
msgid "coop-cloud.${STACK_NAME}.version=%s" msgid "coop-cloud.${STACK_NAME}.version=%s"
msgstr "" msgstr ""
@ -2443,12 +2447,12 @@ msgstr ""
msgid "detected ABRA_CI=1" msgid "detected ABRA_CI=1"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:205 #: ./cli/recipe/upgrade.go:203
#, c-format #, c-format
msgid "detected compatible upgradable tags %s for %s" msgid "detected compatible upgradable tags %s for %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:178 #: ./cli/recipe/upgrade.go:176
#, c-format #, c-format
msgid "detected potential upgradable tags %s for %s" msgid "detected potential upgradable tags %s for %s"
msgstr "" msgstr ""
@ -2462,7 +2466,7 @@ msgstr ""
msgid "did not detect any command arguments" msgid "did not detect any command arguments"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:125 #: ./cli/recipe/upgrade.go:123
#, c-format #, c-format
msgid "did not find versions file for %s" msgid "did not find versions file for %s"
msgstr "" msgstr ""
@ -2580,7 +2584,7 @@ msgstr ""
msgid "dry run: no git tag created (%s)" msgid "dry run: no git tag created (%s)"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:252 #: ./cli/recipe/sync.go:254
#, c-format #, c-format
msgid "dry run: not syncing label %s for recipe %s" msgid "dry run: not syncing label %s for recipe %s"
msgstr "" msgstr ""
@ -2590,7 +2594,7 @@ msgstr ""
msgid "dry run: remote %s (%s) not created" msgid "dry run: remote %s (%s) not created"
msgstr "" msgstr ""
#: ./cli/app/move.go:349 ./cli/catalogue/catalogue.go:301 ./cli/recipe/release.go:648 ./cli/recipe/sync.go:271 #: ./cli/app/move.go:349 ./cli/catalogue/catalogue.go:301 ./cli/recipe/release.go:648 ./cli/recipe/sync.go:273
msgid "dry-run" msgid "dry-run"
msgstr "" msgstr ""
@ -2641,7 +2645,7 @@ msgstr ""
msgid "ensuring env version %s" msgid "ensuring env version %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:286 #: ./cli/recipe/upgrade.go:284
msgid "enter / return to confirm, choose 'skip' to not upgrade this tag, vim mode is enabled" msgid "enter / return to confirm, choose 'skip' to not upgrade this tag, vim mode is enabled"
msgstr "" msgstr ""
@ -2963,7 +2967,7 @@ msgstr ""
msgid "force re-fetch" msgid "force re-fetch"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:97 #: ./cli/recipe/upgrade.go:95
#, c-format #, c-format
msgid "found versions file for %s" msgid "found versions file for %s"
msgstr "" msgstr ""
@ -3258,15 +3262,15 @@ msgstr ""
msgid "including VOLUMES=%v in backupbot exec invocation" msgid "including VOLUMES=%v in backupbot exec invocation"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:659 ./cli/recipe/sync.go:282 ./cli/recipe/upgrade.go:354 #: ./cli/recipe/release.go:659 ./cli/recipe/sync.go:284 ./cli/recipe/upgrade.go:352
msgid "increase the major part of the version" msgid "increase the major part of the version"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:667 ./cli/recipe/sync.go:290 ./cli/recipe/upgrade.go:362 #: ./cli/recipe/release.go:667 ./cli/recipe/sync.go:292 ./cli/recipe/upgrade.go:360
msgid "increase the minor part of the version" msgid "increase the minor part of the version"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:675 ./cli/recipe/sync.go:298 ./cli/recipe/upgrade.go:370 #: ./cli/recipe/release.go:675 ./cli/recipe/sync.go:300 ./cli/recipe/upgrade.go:368
msgid "increase the patch part of the version" msgid "increase the patch part of the version"
msgstr "" msgstr ""
@ -3358,7 +3362,7 @@ msgstr ""
msgid "invalid tmpfs source, source must be empty" msgid "invalid tmpfs source, source must be empty"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:242 #: ./cli/recipe/sync.go:244
#, c-format #, c-format
msgid "invalid version %s specified" msgid "invalid version %s specified"
msgstr "" msgstr ""
@ -3436,7 +3440,7 @@ msgstr ""
msgid "list [flags]" msgid "list [flags]"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:386 #: ./cli/recipe/upgrade.go:384
msgid "list all tags, not just upgrades" msgid "list all tags, not just upgrades"
msgstr "" msgstr ""
@ -3506,11 +3510,11 @@ msgstr ""
#. with no spaces in between #. with no spaces in between
#. translators: `abra man` aliases. use a comma separated list of aliases #. translators: `abra man` aliases. use a comma separated list of aliases
#. with no spaces in between #. with no spaces in between
#: ./cli/app/list.go:315 ./cli/app/move.go:34 ./cli/app/ps.go:205 ./cli/app/secret.go:553 ./cli/app/secret.go:649 ./cli/recipe/list.go:104 ./cli/recipe/upgrade.go:376 ./cli/recipe/version.go:139 ./cli/run.go:152 ./cli/server/list.go:106 #: ./cli/app/list.go:315 ./cli/app/move.go:34 ./cli/app/ps.go:205 ./cli/app/secret.go:553 ./cli/app/secret.go:649 ./cli/recipe/list.go:104 ./cli/recipe/upgrade.go:374 ./cli/recipe/version.go:139 ./cli/run.go:152 ./cli/server/list.go:106
msgid "m" msgid "m"
msgstr "" msgstr ""
#: ./cli/app/list.go:314 ./cli/app/ps.go:204 ./cli/app/secret.go:552 ./cli/app/secret.go:648 ./cli/recipe/list.go:103 ./cli/recipe/upgrade.go:375 ./cli/recipe/version.go:138 ./cli/server/list.go:105 #: ./cli/app/list.go:314 ./cli/app/ps.go:204 ./cli/app/secret.go:552 ./cli/app/secret.go:648 ./cli/recipe/list.go:103 ./cli/recipe/upgrade.go:373 ./cli/recipe/version.go:138 ./cli/server/list.go:105
msgid "machine" msgid "machine"
msgstr "" msgstr ""
@ -3519,11 +3523,11 @@ 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/release.go:656 ./cli/recipe/sync.go:279 ./cli/recipe/upgrade.go:351 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:66 ./cli/internal/recipe.go:80 ./cli/recipe/release.go:656 ./cli/recipe/sync.go:281 ./cli/recipe/upgrade.go:349
msgid "major" msgid "major"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:107 #: ./cli/recipe/upgrade.go:105
#, c-format #, c-format
msgid "malformed version pin specification: %s" msgid "malformed version pin specification: %s"
msgstr "" msgstr ""
@ -3548,7 +3552,7 @@ msgstr ""
msgid "migrating app config from %s to %s" msgid "migrating app config from %s to %s"
msgstr "" msgstr ""
#: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:68 ./cli/internal/recipe.go:82 ./cli/recipe/release.go:664 ./cli/recipe/sync.go:287 ./cli/recipe/upgrade.go:359 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:68 ./cli/internal/recipe.go:82 ./cli/recipe/release.go:664 ./cli/recipe/sync.go:289 ./cli/recipe/upgrade.go:357
msgid "minor" msgid "minor"
msgstr "" msgstr ""
@ -3732,12 +3736,12 @@ msgstr ""
msgid "no existing label found, automagic insertion not supported yet" msgid "no existing label found, automagic insertion not supported yet"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:81 #: ./cli/recipe/sync.go:85
#, c-format #, c-format
msgid "no git tags found for %s" msgid "no git tags found for %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:183 #: ./cli/recipe/upgrade.go:181
#, c-format #, c-format
msgid "no new versions available for %s, assuming %s is the latest (use -a/--all-tags to see all anyway)" msgid "no new versions available for %s, assuming %s is the latest (use -a/--all-tags to see all anyway)"
msgstr "" msgstr ""
@ -3865,12 +3869,12 @@ msgstr ""
msgid "not requesting a remote TTY" msgid "not requesting a remote TTY"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:306 #: ./cli/recipe/upgrade.go:304
#, c-format #, c-format
msgid "not upgrading %s, skipping as requested" msgid "not upgrading %s, skipping as requested"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:245 #: ./cli/recipe/upgrade.go:243
#, c-format #, c-format
msgid "not upgrading from %s to %s for %s, because the upgrade type is more serious than what user wants" msgid "not upgrading from %s to %s for %s, because the upgrade type is more serious than what user wants"
msgstr "" msgstr ""
@ -3916,7 +3920,7 @@ msgstr ""
msgid "p" msgid "p"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:164 #: ./cli/recipe/upgrade.go:162
#, c-format #, c-format
msgid "parsed %s for %s" msgid "parsed %s for %s"
msgstr "" msgstr ""
@ -3959,7 +3963,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/release.go:672 ./cli/recipe/sync.go:295 ./cli/recipe/upgrade.go:367 #: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:70 ./cli/internal/recipe.go:84 ./cli/recipe/release.go:672 ./cli/recipe/sync.go:297 ./cli/recipe/upgrade.go:365
msgid "patch" msgid "patch"
msgstr "" msgstr ""
@ -4022,7 +4026,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:317 ./cli/app/ps.go:207 ./cli/app/secret.go:555 ./cli/app/secret.go:651 ./cli/recipe/list.go:106 ./cli/recipe/upgrade.go:378 ./cli/recipe/version.go:141 ./cli/server/list.go:108 #: ./cli/app/list.go:317 ./cli/app/ps.go:207 ./cli/app/secret.go:555 ./cli/app/secret.go:651 ./cli/recipe/list.go:106 ./cli/recipe/upgrade.go:376 ./cli/recipe/version.go:141 ./cli/server/list.go:108
msgid "print machine-readable output" msgid "print machine-readable output"
msgstr "" msgstr ""
@ -4092,7 +4096,7 @@ msgstr ""
#. with no spaces in between #. with no spaces in between
#. translators: `abra recipe` aliases. use a comma separated list of aliases #. translators: `abra recipe` aliases. use a comma separated list of aliases
#. with no spaces in between #. with no spaces in between
#: ./cli/app/backup.go:327 ./cli/app/list.go:300 ./cli/app/move.go:350 ./cli/app/run.go:23 ./cli/app/upgrade.go:486 ./cli/catalogue/catalogue.go:302 ./cli/recipe/recipe.go:12 ./cli/recipe/release.go:649 ./cli/recipe/sync.go:272 #: ./cli/app/backup.go:327 ./cli/app/list.go:300 ./cli/app/move.go:350 ./cli/app/run.go:23 ./cli/app/upgrade.go:486 ./cli/catalogue/catalogue.go:302 ./cli/recipe/recipe.go:12 ./cli/recipe/release.go:649 ./cli/recipe/sync.go:274
msgid "r" msgid "r"
msgstr "" msgstr ""
@ -4344,7 +4348,7 @@ msgstr ""
msgid "repo set config: %s" msgid "repo set config: %s"
msgstr "" msgstr ""
#: ./cli/app/move.go:352 ./cli/catalogue/catalogue.go:304 ./cli/recipe/release.go:651 ./cli/recipe/sync.go:274 #: ./cli/app/move.go:352 ./cli/catalogue/catalogue.go:304 ./cli/recipe/release.go:651 ./cli/recipe/sync.go:276
msgid "report changes that would be made" msgid "report changes that would be made"
msgstr "" msgstr ""
@ -4415,7 +4419,7 @@ msgstr ""
msgid "retrieved %s for %s" msgid "retrieved %s for %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:145 #: ./cli/recipe/upgrade.go:143
#, c-format #, c-format
msgid "retrieved %s from remote registry for %s" msgid "retrieved %s from remote registry for %s"
msgstr "" msgstr ""
@ -4555,7 +4559,7 @@ msgstr ""
#. aliases with no spaces in between #. aliases with no spaces in between
#. translators: `abra server` aliases. use a comma separated list of aliases #. translators: `abra server` aliases. use a comma separated list of aliases
#. with no spaces in between #. with no spaces in between
#: ./cli/app/backup.go:198 ./cli/app/backup.go:263 ./cli/app/backup.go:287 ./cli/app/env.go:333 ./cli/app/list.go:323 ./cli/app/logs.go:101 ./cli/app/new.go:358 ./cli/app/restore.go:114 ./cli/app/secret.go:535 ./cli/catalogue/catalogue.go:27 ./cli/catalogue/catalogue.go:310 ./cli/recipe/fetch.go:130 ./cli/recipe/sync.go:24 ./cli/server/server.go:12 #: ./cli/app/backup.go:198 ./cli/app/backup.go:263 ./cli/app/backup.go:287 ./cli/app/env.go:333 ./cli/app/list.go:323 ./cli/app/logs.go:101 ./cli/app/new.go:358 ./cli/app/restore.go:114 ./cli/app/secret.go:535 ./cli/catalogue/catalogue.go:27 ./cli/catalogue/catalogue.go:310 ./cli/recipe/fetch.go:130 ./cli/recipe/sync.go:28 ./cli/server/server.go:12
msgid "s" msgid "s"
msgstr "" msgstr ""
@ -4684,12 +4688,12 @@ msgstr ""
msgid "serverAdd: cleanUp: unable to list files in %s: %s" msgid "serverAdd: cleanUp: unable to list files in %s: %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:228 #: ./cli/recipe/upgrade.go:226
#, c-format #, c-format
msgid "service %s is at version %s, but pinned to %s, please correct your compose.yml file manually!" msgid "service %s is at version %s, but pinned to %s, please correct your compose.yml file manually!"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:224 #: ./cli/recipe/upgrade.go:222
#, c-format #, c-format
msgid "service %s, image %s pinned to %s, no compatible upgrade found" msgid "service %s, image %s pinned to %s, no compatible upgrade found"
msgstr "" msgstr ""
@ -4949,7 +4953,7 @@ msgid "swarm mode not enabled on local server?"
msgstr "" msgstr ""
#. translators: `recipe sync` command #. translators: `recipe sync` command
#: ./cli/recipe/sync.go:28 #: ./cli/recipe/sync.go:32
msgid "sync <recipe> [version] [flags]" msgid "sync <recipe> [version] [flags]"
msgstr "" msgstr ""
@ -4971,12 +4975,12 @@ msgstr ""
msgid "tag all images with stable tags" msgid "tag all images with stable tags"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:178 #: ./cli/recipe/sync.go:180
#, c-format #, c-format
msgid "tag at commit %s is unannotated or otherwise broken" msgid "tag at commit %s is unannotated or otherwise broken"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:302 #: ./cli/recipe/upgrade.go:300
#, c-format #, c-format
msgid "tag upgraded from %s to %s for %s" msgid "tag upgraded from %s to %s for %s"
msgstr "" msgstr ""
@ -5114,7 +5118,7 @@ msgstr ""
msgid "unable to connect to %s, please check your SSH config" msgid "unable to connect to %s, please check your SSH config"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:83 #: ./cli/recipe/sync.go:87
msgid "unable to continue, input required for initial version" msgid "unable to continue, input required for initial version"
msgstr "" msgstr ""
@ -5153,7 +5157,7 @@ msgstr ""
msgid "unable to determine server of app %s, please pass --server/-s" msgid "unable to determine server of app %s, please pass --server/-s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:253 #: ./cli/recipe/upgrade.go:251
#, c-format #, c-format
msgid "unable to determine versioning semantics of %s, listing all tags" msgid "unable to determine versioning semantics of %s, listing all tags"
msgstr "" msgstr ""
@ -5227,7 +5231,7 @@ msgstr ""
msgid "unable to open worktree of %s: %s" msgid "unable to open worktree of %s: %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:160 #: ./cli/recipe/upgrade.go:158
#, c-format #, c-format
msgid "unable to parse %s, error was: %s, skipping upgrade for %s" msgid "unable to parse %s, error was: %s, skipping upgrade for %s"
msgstr "" msgstr ""
@ -5267,7 +5271,7 @@ msgstr ""
msgid "unable to read remotes in %s: %s" msgid "unable to read remotes in %s: %s"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:154 #: ./cli/recipe/upgrade.go:152
#, c-format #, c-format
msgid "unable to read tag for image %s, is it missing? skipping upgrade for %s" msgid "unable to read tag for image %s, is it missing? skipping upgrade for %s"
msgstr "" msgstr ""
@ -5484,17 +5488,17 @@ msgstr ""
msgid "upgrade [flags]" msgid "upgrade [flags]"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:249 #: ./cli/recipe/upgrade.go:247
#, c-format #, c-format
msgid "upgrade to which tag? (service: %s, image: %s, tag: %s)" msgid "upgrade to which tag? (service: %s, image: %s, tag: %s)"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:255 #: ./cli/recipe/upgrade.go:253
#, c-format #, c-format
msgid "upgrade to which tag? (service: %s, tag: %s)" msgid "upgrade to which tag? (service: %s, tag: %s)"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:222 #: ./cli/recipe/upgrade.go:220
#, c-format #, c-format
msgid "upgrading service %s from %s to %s (pinned tag: %s)" msgid "upgrading service %s from %s to %s (pinned tag: %s)"
msgstr "" msgstr ""
@ -5725,7 +5729,7 @@ msgstr ""
msgid "which service are you looking for?" msgid "which service are you looking for?"
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:105 #: ./cli/recipe/sync.go:109
msgid "which version do you want to begin with?" msgid "which version do you want to begin with?"
msgstr "" msgstr ""
@ -5747,11 +5751,11 @@ msgstr ""
msgid "writing recipe version failed: %s" msgid "writing recipe version failed: %s"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:657 ./cli/recipe/sync.go:280 ./cli/recipe/upgrade.go:352 #: ./cli/recipe/release.go:657 ./cli/recipe/sync.go:282 ./cli/recipe/upgrade.go:350
msgid "x" msgid "x"
msgstr "" msgstr ""
#: ./cli/recipe/release.go:665 ./cli/recipe/sync.go:288 ./cli/recipe/upgrade.go:360 #: ./cli/recipe/release.go:665 ./cli/recipe/sync.go:290 ./cli/recipe/upgrade.go:358
msgid "y" msgid "y"
msgstr "" msgstr ""
@ -5759,15 +5763,15 @@ msgstr ""
msgid "you can only use one of: --major, --minor, --patch" msgid "you can only use one of: --major, --minor, --patch"
msgstr "" msgstr ""
#: ./cli/recipe/upgrade.go:81 #: ./cli/recipe/upgrade.go:79
msgid "you can only use one of: --major, --minor, --patch." msgid "you can only use one of: --major, --minor, --patch."
msgstr "" msgstr ""
#: ./cli/recipe/sync.go:203 #: ./cli/recipe/sync.go:205
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/release.go:673 ./cli/recipe/sync.go:296 ./cli/recipe/upgrade.go:368 #: ./cli/recipe/release.go:673 ./cli/recipe/sync.go:298 ./cli/recipe/upgrade.go:366
msgid "z" msgid "z"
msgstr "" msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff