You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loc.input.label.configFile": "config.toml file to authenticate",
7
7
"loc.input.help.configFile": "Path to the config.toml file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/.cargo/config.toml\".",
8
+
"loc.input.label.cargoServiceConnections": "Credentials for registries outside this organization/collection",
9
+
"loc.input.help.cargoServiceConnections": "Credentials to use for external registries located in the project's config.toml. For registries in this organization/collection, leave this blank; the build’s credentials are used automatically.",
8
10
"loc.messages.FailedToAddAuthentication": "Failed to add authentication.",
9
11
"loc.messages.ConfigTomlNotToml": "The file you selected to authenticate (%s) is not a valid .toml file.",
10
12
"loc.messages.ConfigTomlDoesNotExist": "The config.toml file you selected at %s does not currently exist.",
11
13
"loc.messages.ConfigTomlMissingRegistry": "The config.toml file you selected must contain registries table",
12
14
"loc.messages.AuthenticatingThisConfigToml": "Adding authentication for registry listed in this config.toml file at %s",
13
-
"loc.messages.AddingAuthRegistry": "Adding auth for registry: %s with token name: %s"
15
+
"loc.messages.AddingAuthRegistry": "Adding auth for registry: %s with token name: %s",
16
+
"loc.messages.AddingAuthExternalRegistry": "Adding auth for external registry: %s with token name: %s"
0 commit comments