This commit is contained in:
@ -7,7 +7,7 @@
|
||||
msgid ""
|
||||
msgstr "Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: EMAIL\n"
|
||||
"POT-Creation-Date: 2025-08-30 12:43+0200\n"
|
||||
"POT-Creation-Date: 2025-09-01 11:17+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -76,6 +76,11 @@ msgid " # list apps of all servers without live status\n"
|
||||
" abra app ls -r gitea"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:60
|
||||
msgid " # move an app\n"
|
||||
" abra app move nextcloud.1312.net myserver.com"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/cmd.go:41
|
||||
msgid " # pass <cmd> args/flags without \"--\"\n"
|
||||
" abra app cmd 1312.net app my_cmd_arg foo --user bar\n"
|
||||
@ -221,7 +226,7 @@ msgstr ""
|
||||
msgid "%s does not exist for %s, use /bin/sh as fallback"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/cmd.go:114 ./cli/internal/deploy.go:151
|
||||
#: ./cli/app/cmd.go:114 ./cli/internal/deploy.go:214
|
||||
#, c-format
|
||||
msgid "%s does not exist for %s?"
|
||||
msgstr ""
|
||||
@ -246,6 +251,16 @@ msgstr ""
|
||||
msgid "%s doesn't have a %s function"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:158 ./cli/app/move.go:318
|
||||
#, c-format
|
||||
msgid "%s failed on %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:178
|
||||
#, c-format
|
||||
msgid "%s failed to extract %s on %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/upstream/stack/stack.go:169
|
||||
#, c-format
|
||||
msgid "%s has been detected as deployed: %v"
|
||||
@ -351,6 +366,11 @@ msgstr ""
|
||||
msgid "%s missing from %s.env"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:100
|
||||
#, c-format
|
||||
msgid "%s must first be deployed on %s before moving"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/upgrade.go:151
|
||||
#, c-format
|
||||
msgid "%s not considered semver-like"
|
||||
@ -406,6 +426,11 @@ msgstr ""
|
||||
msgid "%s successfully stored on server"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:211
|
||||
#, c-format
|
||||
msgid "%s was successfully moved from %s to %s 🎉"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/new.go:60
|
||||
#, c-format
|
||||
msgid "%s/example.git"
|
||||
@ -711,7 +736,7 @@ msgstr ""
|
||||
msgid "DEPLOYED LABELS"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/list.go:222 ./cli/internal/deploy.go:75
|
||||
#: ./cli/app/list.go:222 ./cli/internal/deploy.go:75 ./cli/internal/deploy.go:173
|
||||
msgid "DOMAIN"
|
||||
msgstr ""
|
||||
|
||||
@ -925,6 +950,10 @@ msgstr ""
|
||||
msgid "List volumes associated with an app"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:181
|
||||
msgid "MOVE OVERVIEW"
|
||||
msgstr ""
|
||||
|
||||
#. translators: Short description for `app backup` command group
|
||||
#: ./cli/app/backup.go:246
|
||||
msgid "Manage app backups"
|
||||
@ -959,6 +988,32 @@ msgstr ""
|
||||
msgid "Manage the recipe catalogue"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:42
|
||||
msgid "Move an app to a differnt server.\n"
|
||||
"\n"
|
||||
"This command will migrate an app config and copy secrets and volumes from the\n"
|
||||
"old server to the new one. The app MUST be deployed on the old server before\n"
|
||||
"doing the move. The app will be undeployed from the current server but not\n"
|
||||
"deployed on the new server.\n"
|
||||
"\n"
|
||||
"This command requires the \"cat\" command to be present on the app containers\n"
|
||||
"when retrieving secrets. Some \"distroless\" images will not support this. Not\n"
|
||||
"all apps are therefore moveable. Rsync is required on your local machine for\n"
|
||||
"transferring volumes.\n"
|
||||
"\n"
|
||||
"Do not forget to update your DNS records. Don't panic, it might take a while\n"
|
||||
"for the dust to settle after you move an app. If anything goes wrong, you can\n"
|
||||
"always move the app config file to the original server and deploy it there\n"
|
||||
"again. No data is removed from the old server.\n"
|
||||
"\n"
|
||||
"Use \"--dry-run/-r\" to see which secrets and volumes will be moved."
|
||||
msgstr ""
|
||||
|
||||
#. translators: Short description for `app move` command
|
||||
#: ./cli/app/move.go:41
|
||||
msgid "Moves an app to a different server"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/new.go:123
|
||||
msgid "N"
|
||||
msgstr ""
|
||||
@ -975,6 +1030,10 @@ msgstr ""
|
||||
msgid "NEW DEPLOYMENT"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:176
|
||||
msgid "NEW SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/secret.go:147
|
||||
msgid "NOT"
|
||||
msgstr ""
|
||||
@ -991,6 +1050,10 @@ msgid "Notify on new versions for deployed apps.\n"
|
||||
"Use \"--major/-m\" to include new major versions."
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:175
|
||||
msgid "OLD SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/volume.go:54
|
||||
msgid "ON SERVER"
|
||||
msgstr ""
|
||||
@ -1015,7 +1078,7 @@ msgstr ""
|
||||
msgid "README.md metadata filled in"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/list.go:222 ./cli/internal/deploy.go:76
|
||||
#: ./cli/app/list.go:222 ./cli/internal/deploy.go:76 ./cli/internal/deploy.go:174
|
||||
msgid "RECIPE"
|
||||
msgstr ""
|
||||
|
||||
@ -1135,6 +1198,10 @@ msgstr ""
|
||||
msgid "S"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:177
|
||||
msgid "SECRETS"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/new.go:204
|
||||
msgid "SECRETS OVERVIEW"
|
||||
msgstr ""
|
||||
@ -1481,6 +1548,10 @@ msgstr ""
|
||||
msgid "VERSION"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:178
|
||||
msgid "VOLUMES"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/reset.go:24
|
||||
msgid "WARNING: this will delete your changes. Be Careful."
|
||||
msgstr ""
|
||||
@ -1756,6 +1827,11 @@ msgstr ""
|
||||
msgid "bad status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:110
|
||||
#, c-format
|
||||
msgid "bailing out: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/upstream/convert/volume.go:113
|
||||
msgid "bind options are incompatible with type tmpfs"
|
||||
msgstr ""
|
||||
@ -1810,6 +1886,10 @@ msgstr ""
|
||||
msgid "can't separate key from value: %s (this variable is probably unset)"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:202
|
||||
msgid "cancelled"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/catalogue/catalogue.go:59 ./pkg/recipe/git.go:245
|
||||
#, c-format
|
||||
msgid "cannot ensure %s is up-to-date, no git remotes configured"
|
||||
@ -2139,11 +2219,16 @@ msgstr ""
|
||||
msgid "create remote directory: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/client/client.go:88
|
||||
#: ./pkg/client/client.go:95
|
||||
#, c-format
|
||||
msgid "created client for %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:134
|
||||
#, c-format
|
||||
msgid "created secret on %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/release.go:428
|
||||
#, c-format
|
||||
msgid "created tag %s at %s"
|
||||
@ -2159,6 +2244,11 @@ msgstr ""
|
||||
msgid "creating %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:154
|
||||
#, c-format
|
||||
msgid "creating %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/server/add.go:175
|
||||
#, c-format
|
||||
msgid "creating context with domain %s"
|
||||
@ -2174,6 +2264,11 @@ msgstr ""
|
||||
msgid "creating secret %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:144
|
||||
#, c-format
|
||||
msgid "creating volume %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/lint/recipe.go:22
|
||||
msgid "critical"
|
||||
msgstr ""
|
||||
@ -2373,6 +2468,10 @@ msgstr ""
|
||||
msgid "download <domain> [flags]"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:192
|
||||
msgid "dry run"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/git/add.go:22
|
||||
#, c-format
|
||||
msgid "dry run: adding %s"
|
||||
@ -2415,7 +2514,7 @@ msgstr ""
|
||||
msgid "dry run: remote %s (%s) not created"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/catalogue/catalogue.go:301 ./cli/recipe/release.go:639 ./cli/recipe/sync.go:269
|
||||
#: ./cli/app/move.go:347 ./cli/catalogue/catalogue.go:301 ./cli/recipe/release.go:639 ./cli/recipe/sync.go:269
|
||||
msgid "dry-run"
|
||||
msgstr ""
|
||||
|
||||
@ -2537,6 +2636,16 @@ msgstr ""
|
||||
msgid "expected 1 service but found %v: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:174
|
||||
#, c-format
|
||||
msgid "extracting %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:313
|
||||
#, c-format
|
||||
msgid "extracting secret %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: `abra recipe fetch` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: ./cli/app/deploy.go:347 ./cli/app/remove.go:163 ./cli/app/rollback.go:329 ./cli/app/secret.go:593 ./cli/app/upgrade.go:439 ./cli/app/volume.go:217 ./cli/recipe/fetch.go:20 ./cli/recipe/fetch.go:138
|
||||
@ -2563,6 +2672,16 @@ msgstr ""
|
||||
msgid "failed to commit changes: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:164
|
||||
#, c-format
|
||||
msgid "failed to copy %s from %s to local machine: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:171
|
||||
#, c-format
|
||||
msgid "failed to copy %s from local machine to %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/upstream/stack/stack.go:531
|
||||
#, c-format
|
||||
msgid "failed to create %s"
|
||||
@ -2583,6 +2702,11 @@ msgstr ""
|
||||
msgid "failed to create secret %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:150
|
||||
#, c-format
|
||||
msgid "failed to create volume %s on %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/updater/updater.go:263
|
||||
#, c-format
|
||||
msgid "failed to determine deployed version of %s"
|
||||
@ -2611,6 +2735,11 @@ msgstr ""
|
||||
msgid "failed to match chosen service"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:204
|
||||
#, c-format
|
||||
msgid "failed to migrate app config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/client/registry.go:20
|
||||
#, c-format
|
||||
msgid "failed to parse image %s, saw: %s"
|
||||
@ -2621,6 +2750,21 @@ msgstr ""
|
||||
msgid "failed to publish new release: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:185 ./cli/app/move.go:191
|
||||
#, c-format
|
||||
msgid "failed to remove %s from %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:197
|
||||
#, c-format
|
||||
msgid "failed to remove %s on local machine: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:119
|
||||
#, c-format
|
||||
msgid "failed to remove app from %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/upstream/stack/remove.go:183
|
||||
#, c-format
|
||||
msgid "failed to remove config %s: %s"
|
||||
@ -2665,6 +2809,11 @@ msgstr ""
|
||||
msgid "failed to select default branch in %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:132
|
||||
#, c-format
|
||||
msgid "failed to store secret on %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/release.go:269 ./cli/recipe/release.go:554
|
||||
#, c-format
|
||||
msgid "failed to tag release: %s"
|
||||
@ -3259,9 +3408,11 @@ msgstr ""
|
||||
msgid "ls"
|
||||
msgstr ""
|
||||
|
||||
#. translators: `abra app move` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#. translators: `abra man` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: ./cli/app/list.go:318 ./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:128 ./cli/server/list.go:106 ./cli/updater/updater.go:560
|
||||
#: ./cli/app/list.go:318 ./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:128 ./cli/server/list.go:106 ./cli/updater/updater.go:560
|
||||
msgid "m"
|
||||
msgstr ""
|
||||
|
||||
@ -3293,6 +3444,11 @@ msgstr ""
|
||||
msgid "man [flags]"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:202
|
||||
#, c-format
|
||||
msgid "migrating app config from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/recipe.go:48 ./cli/internal/recipe.go:68 ./cli/internal/recipe.go:82 ./cli/recipe/release.go:655 ./cli/recipe/sync.go:285 ./cli/recipe/upgrade.go:359
|
||||
msgid "minor"
|
||||
msgstr ""
|
||||
@ -3322,6 +3478,16 @@ msgstr ""
|
||||
msgid "missing version for secret? (%s)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: `app move` command
|
||||
#: ./cli/app/move.go:38
|
||||
msgid "move <domain> <server> [flags]"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:138
|
||||
#, c-format
|
||||
msgid "moving volume %s from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/secret.go:292
|
||||
msgid "must provide <data> argument if --no-input is passed"
|
||||
msgstr ""
|
||||
@ -3527,6 +3693,10 @@ msgstr ""
|
||||
msgid "no server provided"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:81
|
||||
msgid "no server provided?"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/cmd.go:174
|
||||
#, c-format
|
||||
msgid "no service %s for %s?"
|
||||
@ -3588,7 +3758,7 @@ msgstr ""
|
||||
msgid "no-tty"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:159
|
||||
#: ./cli/internal/deploy.go:222
|
||||
#, c-format
|
||||
msgid "not enough arguments: %s"
|
||||
msgstr ""
|
||||
@ -3761,6 +3931,10 @@ msgstr ""
|
||||
msgid "print machine-readable output"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:196
|
||||
msgid "proceed?"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/recipe/git.go:398
|
||||
#, c-format
|
||||
msgid "processing %s for %s"
|
||||
@ -3808,7 +3982,7 @@ msgstr ""
|
||||
#. with no spaces in between
|
||||
#. translators: `abra recipe` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: ./cli/app/backup.go:327 ./cli/app/list.go:303 ./cli/app/run.go:23 ./cli/app/upgrade.go:463 ./cli/catalogue/catalogue.go:302 ./cli/recipe/recipe.go:12 ./cli/recipe/release.go:640 ./cli/recipe/sync.go:270
|
||||
#: ./cli/app/backup.go:327 ./cli/app/list.go:303 ./cli/app/move.go:348 ./cli/app/run.go:23 ./cli/app/upgrade.go:463 ./cli/catalogue/catalogue.go:302 ./cli/recipe/recipe.go:12 ./cli/recipe/release.go:640 ./cli/recipe/sync.go:270
|
||||
msgid "r"
|
||||
msgstr ""
|
||||
|
||||
@ -3988,6 +4162,16 @@ msgstr ""
|
||||
msgid "removed freshly created tag %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:182 ./cli/app/move.go:188
|
||||
#, c-format
|
||||
msgid "removing %s from %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:194
|
||||
#, c-format
|
||||
msgid "removing %s from local machine"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/server/prune.go:64
|
||||
msgid "removing all images, not only dangling ones"
|
||||
msgstr ""
|
||||
@ -4045,7 +4229,7 @@ msgstr ""
|
||||
msgid "repo set config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/catalogue/catalogue.go:304 ./cli/recipe/release.go:642 ./cli/recipe/sync.go:272
|
||||
#: ./cli/app/move.go:350 ./cli/catalogue/catalogue.go:304 ./cli/recipe/release.go:642 ./cli/recipe/sync.go:272
|
||||
msgid "report changes that would be made"
|
||||
msgstr ""
|
||||
|
||||
@ -4186,6 +4370,16 @@ msgstr ""
|
||||
msgid "rs"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:168
|
||||
#, c-format
|
||||
msgid "rsyncing %s (renaming to %s) to %s from local machine"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:161
|
||||
#, c-format
|
||||
msgid "rsyncing %s from %s to local machine"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/lint.go:41
|
||||
msgid "rule"
|
||||
msgstr ""
|
||||
@ -4213,7 +4407,7 @@ msgstr ""
|
||||
msgid "running backup %s on %s with exec config %v"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:189
|
||||
#: ./cli/internal/deploy.go:252
|
||||
#, c-format
|
||||
msgid "running command %s %s within the context of %s_%s"
|
||||
msgstr ""
|
||||
@ -4233,7 +4427,7 @@ msgstr ""
|
||||
msgid "running command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/internal/deploy.go:167
|
||||
#: ./cli/internal/deploy.go:230
|
||||
#, c-format
|
||||
msgid "running post-command '%s %s' in container %s"
|
||||
msgstr ""
|
||||
@ -4444,6 +4638,11 @@ msgstr ""
|
||||
msgid "skipped"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:280
|
||||
#, c-format
|
||||
msgid "skipping %s as it does not match %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/lint/recipe.go:55
|
||||
#, c-format
|
||||
msgid "skipping %s based on skip condition"
|
||||
@ -4588,12 +4787,12 @@ msgstr ""
|
||||
msgid "successfully created %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/client/client.go:97
|
||||
#: ./pkg/client/client.go:104
|
||||
#, c-format
|
||||
msgid "swarm mode not enabled on %s?"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/client/client.go:100
|
||||
#: ./pkg/client/client.go:107
|
||||
msgid "swarm mode not enabled on local server?"
|
||||
msgstr ""
|
||||
|
||||
@ -4814,6 +5013,11 @@ msgstr ""
|
||||
msgid "unable to fetch tags in %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:299
|
||||
#, c-format
|
||||
msgid "unable to get container matching %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/recipe/git.go:274
|
||||
#, c-format
|
||||
msgid "unable to git pull in %s: %s"
|
||||
@ -4893,6 +5097,11 @@ msgstr ""
|
||||
msgid "unable to read version for %s from synced label. Did you try running \"abra recipe sync %s\" already?"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:208
|
||||
#, c-format
|
||||
msgid "unable to remove %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/recipe/fetch.go:81
|
||||
#, c-format
|
||||
msgid "unable to remove default remote in %s: %s"
|
||||
@ -4918,6 +5127,11 @@ msgstr ""
|
||||
msgid "unable to resolve IPv4 for %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:105
|
||||
#, c-format
|
||||
msgid "unable to retrieve %s resources on %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/list.go:159
|
||||
#, c-format
|
||||
msgid "unable to retrieve tags for %s: %s"
|
||||
@ -4977,6 +5191,11 @@ msgstr ""
|
||||
msgid "undeploy succeeded 🟢"
|
||||
msgstr ""
|
||||
|
||||
#: ./cli/app/move.go:113
|
||||
#, c-format
|
||||
msgid "undeploying %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: ./pkg/upstream/stack/loader.go:108
|
||||
#, c-format
|
||||
msgid "unexpected environment %q"
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: EMAIL\n"
|
||||
"POT-Creation-Date: 2025-08-30 12:43+0200\n"
|
||||
"POT-Creation-Date: 2025-09-01 11:17+0200\n"
|
||||
"PO-Revision-Date: 2025-08-29 21:45+0000\n"
|
||||
"Last-Translator: chasqui <chasqui@cryptolab.net>\n"
|
||||
"Language-Team: Spanish <https://translate.coopcloud.tech/projects/co-op-"
|
||||
@ -80,6 +80,12 @@ msgid ""
|
||||
" abra app ls -r gitea"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:60
|
||||
msgid ""
|
||||
" # move an app\n"
|
||||
" abra app move nextcloud.1312.net myserver.com"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/cmd.go:41
|
||||
msgid ""
|
||||
" # pass <cmd> args/flags without \"--\"\n"
|
||||
@ -231,7 +237,7 @@ msgstr ""
|
||||
msgid "%s does not exist for %s, use /bin/sh as fallback"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/cmd.go:114 cli/internal/deploy.go:151
|
||||
#: cli/app/cmd.go:114 cli/internal/deploy.go:214
|
||||
#, c-format
|
||||
msgid "%s does not exist for %s?"
|
||||
msgstr ""
|
||||
@ -256,6 +262,16 @@ msgstr ""
|
||||
msgid "%s doesn't have a %s function"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:158 cli/app/move.go:318
|
||||
#, c-format
|
||||
msgid "%s failed on %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:178
|
||||
#, c-format
|
||||
msgid "%s failed to extract %s on %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/stack/stack.go:169
|
||||
#, c-format
|
||||
msgid "%s has been detected as deployed: %v"
|
||||
@ -365,6 +381,11 @@ msgstr ""
|
||||
msgid "%s missing from %s.env"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:100
|
||||
#, c-format
|
||||
msgid "%s must first be deployed on %s before moving"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/upgrade.go:151
|
||||
#, c-format
|
||||
msgid "%s not considered semver-like"
|
||||
@ -422,6 +443,11 @@ msgstr ""
|
||||
msgid "%s successfully stored on server"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:211
|
||||
#, c-format
|
||||
msgid "%s was successfully moved from %s to %s 🎉"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/new.go:60
|
||||
#, c-format
|
||||
msgid "%s/example.git"
|
||||
@ -764,7 +790,7 @@ msgstr ""
|
||||
msgid "DEPLOYED LABELS"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/list.go:222 cli/internal/deploy.go:75
|
||||
#: cli/app/list.go:222 cli/internal/deploy.go:75 cli/internal/deploy.go:173
|
||||
msgid "DOMAIN"
|
||||
msgstr ""
|
||||
|
||||
@ -993,6 +1019,10 @@ msgstr "📋 Listar los contenidos de una captura o instantánea 📸"
|
||||
msgid "List volumes associated with an app"
|
||||
msgstr "📋 Listar volúmenes 📦 asociados a una plataforma 🚀"
|
||||
|
||||
#: cli/internal/deploy.go:181
|
||||
msgid "MOVE OVERVIEW"
|
||||
msgstr ""
|
||||
|
||||
#. translators: Short description for `app backup` command group
|
||||
#: cli/app/backup.go:246
|
||||
msgid "Manage app backups"
|
||||
@ -1027,6 +1057,40 @@ msgstr "⚙️ Administrar servidores (huertas digitales) 🕋"
|
||||
msgid "Manage the recipe catalogue"
|
||||
msgstr "⚙️ Administrar catálogo 📋 de recetas 🧑🍳"
|
||||
|
||||
#: cli/app/move.go:42
|
||||
msgid ""
|
||||
"Move an app to a differnt server.\n"
|
||||
"\n"
|
||||
"This command will migrate an app config and copy secrets and volumes from "
|
||||
"the\n"
|
||||
"old server to the new one. The app MUST be deployed on the old server "
|
||||
"before\n"
|
||||
"doing the move. The app will be undeployed from the current server but not\n"
|
||||
"deployed on the new server.\n"
|
||||
"\n"
|
||||
"This command requires the \"cat\" command to be present on the app "
|
||||
"containers\n"
|
||||
"when retrieving secrets. Some \"distroless\" images will not support this. "
|
||||
"Not\n"
|
||||
"all apps are therefore moveable. Rsync is required on your local machine "
|
||||
"for\n"
|
||||
"transferring volumes.\n"
|
||||
"\n"
|
||||
"Do not forget to update your DNS records. Don't panic, it might take a "
|
||||
"while\n"
|
||||
"for the dust to settle after you move an app. If anything goes wrong, you "
|
||||
"can\n"
|
||||
"always move the app config file to the original server and deploy it there\n"
|
||||
"again. No data is removed from the old server.\n"
|
||||
"\n"
|
||||
"Use \"--dry-run/-r\" to see which secrets and volumes will be moved."
|
||||
msgstr ""
|
||||
|
||||
#. translators: Short description for `app move` command
|
||||
#: cli/app/move.go:41
|
||||
msgid "Moves an app to a different server"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/new.go:123
|
||||
msgid "N"
|
||||
msgstr ""
|
||||
@ -1044,6 +1108,10 @@ msgstr ""
|
||||
msgid "NEW DEPLOYMENT"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:176
|
||||
msgid "NEW SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/secret.go:147
|
||||
msgid "NOT"
|
||||
msgstr ""
|
||||
@ -1061,6 +1129,10 @@ msgid ""
|
||||
"Use \"--major/-m\" to include new major versions."
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:175
|
||||
msgid "OLD SERVER"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/volume.go:54
|
||||
msgid "ON SERVER"
|
||||
msgstr ""
|
||||
@ -1087,7 +1159,7 @@ msgstr ""
|
||||
msgid "README.md metadata filled in"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/list.go:222 cli/internal/deploy.go:76
|
||||
#: cli/app/list.go:222 cli/internal/deploy.go:76 cli/internal/deploy.go:174
|
||||
msgid "RECIPE"
|
||||
msgstr ""
|
||||
|
||||
@ -1227,6 +1299,10 @@ msgstr "💻 Ejecutar comandos en una plataforma 🚀"
|
||||
msgid "S"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:177
|
||||
msgid "SECRETS"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/new.go:204
|
||||
msgid "SECRETS OVERVIEW"
|
||||
msgstr ""
|
||||
@ -1618,6 +1694,10 @@ msgstr ""
|
||||
msgid "VERSION"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:178
|
||||
msgid "VOLUMES"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/reset.go:24
|
||||
msgid "WARNING: this will delete your changes. Be Careful."
|
||||
msgstr ""
|
||||
@ -1919,6 +1999,11 @@ msgstr ""
|
||||
msgid "bad status: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:110
|
||||
#, c-format
|
||||
msgid "bailing out: %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/convert/volume.go:113
|
||||
msgid "bind options are incompatible with type tmpfs"
|
||||
msgstr ""
|
||||
@ -1974,6 +2059,10 @@ msgstr ""
|
||||
msgid "can't separate key from value: %s (this variable is probably unset)"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:202
|
||||
msgid "cancelled"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/catalogue/catalogue.go:59 pkg/recipe/git.go:245
|
||||
#, c-format
|
||||
msgid "cannot ensure %s is up-to-date, no git remotes configured"
|
||||
@ -2315,11 +2404,16 @@ msgstr ""
|
||||
msgid "create remote directory: %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/client/client.go:88
|
||||
#: pkg/client/client.go:95
|
||||
#, c-format
|
||||
msgid "created client for %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:134
|
||||
#, fuzzy, c-format
|
||||
msgid "created secret on %s: %s"
|
||||
msgstr "🥷 Genera secretos (contraseñas) automáticamente 🤖"
|
||||
|
||||
#: cli/recipe/release.go:428
|
||||
#, c-format
|
||||
msgid "created tag %s at %s"
|
||||
@ -2335,6 +2429,11 @@ msgstr ""
|
||||
msgid "creating %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:154
|
||||
#, c-format
|
||||
msgid "creating %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/server/add.go:175
|
||||
#, c-format
|
||||
msgid "creating context with domain %s"
|
||||
@ -2350,6 +2449,11 @@ msgstr ""
|
||||
msgid "creating secret %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:144
|
||||
#, c-format
|
||||
msgid "creating volume %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/lint/recipe.go:22
|
||||
msgid "critical"
|
||||
msgstr ""
|
||||
@ -2553,6 +2657,10 @@ msgstr ""
|
||||
msgid "download <domain> [flags]"
|
||||
msgstr "descargar <domain> [flags]"
|
||||
|
||||
#: cli/internal/deploy.go:192
|
||||
msgid "dry run"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/git/add.go:22
|
||||
#, c-format
|
||||
msgid "dry run: adding %s"
|
||||
@ -2595,7 +2703,7 @@ msgstr ""
|
||||
msgid "dry run: remote %s (%s) not created"
|
||||
msgstr ""
|
||||
|
||||
#: cli/catalogue/catalogue.go:301 cli/recipe/release.go:639
|
||||
#: cli/app/move.go:347 cli/catalogue/catalogue.go:301 cli/recipe/release.go:639
|
||||
#: cli/recipe/sync.go:269
|
||||
msgid "dry-run"
|
||||
msgstr ""
|
||||
@ -2722,6 +2830,16 @@ msgstr ""
|
||||
msgid "expected 1 service but found %v: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:174
|
||||
#, c-format
|
||||
msgid "extracting %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:313
|
||||
#, c-format
|
||||
msgid "extracting secret %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#. translators: `abra recipe fetch` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: cli/app/deploy.go:347 cli/app/remove.go:163 cli/app/rollback.go:329
|
||||
@ -2750,6 +2868,16 @@ msgstr ""
|
||||
msgid "failed to commit changes: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:164
|
||||
#, c-format
|
||||
msgid "failed to copy %s from %s to local machine: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:171
|
||||
#, c-format
|
||||
msgid "failed to copy %s from local machine to %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/stack/stack.go:531
|
||||
#, c-format
|
||||
msgid "failed to create %s"
|
||||
@ -2770,6 +2898,11 @@ msgstr ""
|
||||
msgid "failed to create secret %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:150
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to create volume %s on %s: %s"
|
||||
msgstr "🥷 Genera secretos (contraseñas) automáticamente 🤖"
|
||||
|
||||
#: cli/updater/updater.go:263
|
||||
#, c-format
|
||||
msgid "failed to determine deployed version of %s"
|
||||
@ -2798,6 +2931,11 @@ msgstr ""
|
||||
msgid "failed to match chosen service"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:204
|
||||
#, c-format
|
||||
msgid "failed to migrate app config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/client/registry.go:20
|
||||
#, c-format
|
||||
msgid "failed to parse image %s, saw: %s"
|
||||
@ -2808,6 +2946,21 @@ msgstr ""
|
||||
msgid "failed to publish new release: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:185 cli/app/move.go:191
|
||||
#, c-format
|
||||
msgid "failed to remove %s from %s: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:197
|
||||
#, c-format
|
||||
msgid "failed to remove %s on local machine: output:%s err:%s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:119
|
||||
#, c-format
|
||||
msgid "failed to remove app from %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/stack/remove.go:183
|
||||
#, c-format
|
||||
msgid "failed to remove config %s: %s"
|
||||
@ -2852,6 +3005,11 @@ msgstr ""
|
||||
msgid "failed to select default branch in %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:132
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to store secret on %s: %s"
|
||||
msgstr "🥷 Genera secretos (contraseñas) automáticamente 🤖"
|
||||
|
||||
#: cli/recipe/release.go:269 cli/recipe/release.go:554
|
||||
#, c-format
|
||||
msgid "failed to tag release: %s"
|
||||
@ -3458,12 +3616,14 @@ msgstr ""
|
||||
msgid "ls"
|
||||
msgstr "plataformas"
|
||||
|
||||
#. translators: `abra app move` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#. translators: `abra man` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: cli/app/list.go:318 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:128 cli/server/list.go:106
|
||||
#: cli/updater/updater.go:560
|
||||
#: cli/app/list.go:318 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:128
|
||||
#: cli/server/list.go:106 cli/updater/updater.go:560
|
||||
msgid "m"
|
||||
msgstr ""
|
||||
|
||||
@ -3499,6 +3659,11 @@ msgstr ""
|
||||
msgid "man [flags]"
|
||||
msgstr "manual [flags]"
|
||||
|
||||
#: cli/app/move.go:202
|
||||
#, c-format
|
||||
msgid "migrating app config from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/recipe.go:48 cli/internal/recipe.go:68
|
||||
#: cli/internal/recipe.go:82 cli/recipe/release.go:655 cli/recipe/sync.go:285
|
||||
#: cli/recipe/upgrade.go:359
|
||||
@ -3530,6 +3695,17 @@ msgstr ""
|
||||
msgid "missing version for secret? (%s)"
|
||||
msgstr ""
|
||||
|
||||
#. translators: `app move` command
|
||||
#: cli/app/move.go:38
|
||||
#, fuzzy
|
||||
msgid "move <domain> <server> [flags]"
|
||||
msgstr "borrar <domain> [flags]"
|
||||
|
||||
#: cli/app/move.go:138
|
||||
#, c-format
|
||||
msgid "moving volume %s from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/secret.go:292
|
||||
msgid "must provide <data> argument if --no-input is passed"
|
||||
msgstr ""
|
||||
@ -3743,6 +3919,10 @@ msgstr ""
|
||||
msgid "no server provided"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:81
|
||||
msgid "no server provided?"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/cmd.go:174
|
||||
#, c-format
|
||||
msgid "no service %s for %s?"
|
||||
@ -3806,7 +3986,7 @@ msgstr ""
|
||||
msgid "no-tty"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:159
|
||||
#: cli/internal/deploy.go:222
|
||||
#, c-format
|
||||
msgid "not enough arguments: %s"
|
||||
msgstr ""
|
||||
@ -3973,8 +4153,9 @@ msgid "polling deployment status"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/stack/remove.go:87
|
||||
#, fuzzy
|
||||
msgid "polling undeploy status"
|
||||
msgstr ""
|
||||
msgstr "📋 Revisar el estado de una plataforma"
|
||||
|
||||
#: cli/run.go:185
|
||||
msgid "prefer offline & filesystem access"
|
||||
@ -3990,6 +4171,10 @@ msgstr ""
|
||||
msgid "print machine-readable output"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:196
|
||||
msgid "proceed?"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/recipe/git.go:398
|
||||
#, c-format
|
||||
msgid "processing %s for %s"
|
||||
@ -4037,8 +4222,8 @@ msgstr ""
|
||||
#. with no spaces in between
|
||||
#. translators: `abra recipe` aliases. use a comma separated list of aliases
|
||||
#. with no spaces in between
|
||||
#: cli/app/backup.go:327 cli/app/list.go:303 cli/app/run.go:23
|
||||
#: cli/app/upgrade.go:463 cli/catalogue/catalogue.go:302
|
||||
#: cli/app/backup.go:327 cli/app/list.go:303 cli/app/move.go:348
|
||||
#: cli/app/run.go:23 cli/app/upgrade.go:463 cli/catalogue/catalogue.go:302
|
||||
#: cli/recipe/recipe.go:12 cli/recipe/release.go:640 cli/recipe/sync.go:270
|
||||
msgid "r"
|
||||
msgstr ""
|
||||
@ -4221,6 +4406,16 @@ msgstr ""
|
||||
msgid "removed freshly created tag %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:182 cli/app/move.go:188
|
||||
#, c-format
|
||||
msgid "removing %s from %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:194
|
||||
#, c-format
|
||||
msgid "removing %s from local machine"
|
||||
msgstr ""
|
||||
|
||||
#: cli/server/prune.go:64
|
||||
msgid "removing all images, not only dangling ones"
|
||||
msgstr ""
|
||||
@ -4278,7 +4473,7 @@ msgstr ""
|
||||
msgid "repo set config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/catalogue/catalogue.go:304 cli/recipe/release.go:642
|
||||
#: cli/app/move.go:350 cli/catalogue/catalogue.go:304 cli/recipe/release.go:642
|
||||
#: cli/recipe/sync.go:272
|
||||
msgid "report changes that would be made"
|
||||
msgstr ""
|
||||
@ -4421,6 +4616,16 @@ msgstr ""
|
||||
msgid "rs"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:168
|
||||
#, c-format
|
||||
msgid "rsyncing %s (renaming to %s) to %s from local machine"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:161
|
||||
#, c-format
|
||||
msgid "rsyncing %s from %s to local machine"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/lint.go:41
|
||||
msgid "rule"
|
||||
msgstr ""
|
||||
@ -4448,7 +4653,7 @@ msgstr ""
|
||||
msgid "running backup %s on %s with exec config %v"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:189
|
||||
#: cli/internal/deploy.go:252
|
||||
#, c-format
|
||||
msgid "running command %s %s within the context of %s_%s"
|
||||
msgstr ""
|
||||
@ -4468,7 +4673,7 @@ msgstr ""
|
||||
msgid "running command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/internal/deploy.go:167
|
||||
#: cli/internal/deploy.go:230
|
||||
#, c-format
|
||||
msgid "running post-command '%s %s' in container %s"
|
||||
msgstr ""
|
||||
@ -4686,6 +4891,11 @@ msgstr ""
|
||||
msgid "skipped"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:280
|
||||
#, c-format
|
||||
msgid "skipping %s as it does not match %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/lint/recipe.go:55
|
||||
#, c-format
|
||||
msgid "skipping %s based on skip condition"
|
||||
@ -4832,12 +5042,12 @@ msgstr ""
|
||||
msgid "successfully created %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/client/client.go:97
|
||||
#: pkg/client/client.go:104
|
||||
#, c-format
|
||||
msgid "swarm mode not enabled on %s?"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/client/client.go:100
|
||||
#: pkg/client/client.go:107
|
||||
msgid "swarm mode not enabled on local server?"
|
||||
msgstr ""
|
||||
|
||||
@ -5060,6 +5270,11 @@ msgstr ""
|
||||
msgid "unable to fetch tags in %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:299
|
||||
#, c-format
|
||||
msgid "unable to get container matching %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/recipe/git.go:274
|
||||
#, c-format
|
||||
msgid "unable to git pull in %s: %s"
|
||||
@ -5142,6 +5357,11 @@ msgid ""
|
||||
"recipe sync %s\" already?"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:208
|
||||
#, c-format
|
||||
msgid "unable to remove %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/recipe/fetch.go:81
|
||||
#, c-format
|
||||
msgid "unable to remove default remote in %s: %s"
|
||||
@ -5168,6 +5388,11 @@ msgstr ""
|
||||
msgid "unable to resolve IPv4 for %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:105
|
||||
#, c-format
|
||||
msgid "unable to retrieve %s resources on %s: %s"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/list.go:159
|
||||
#, c-format
|
||||
msgid "unable to retrieve tags for %s: %s"
|
||||
@ -5227,6 +5452,11 @@ msgstr "desarmar <domain> [flags]"
|
||||
msgid "undeploy succeeded 🟢"
|
||||
msgstr ""
|
||||
|
||||
#: cli/app/move.go:113
|
||||
#, c-format
|
||||
msgid "undeploying %s on %s"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/upstream/stack/loader.go:108
|
||||
#, c-format
|
||||
msgid "unexpected environment %q"
|
||||
|
Reference in New Issue
Block a user