diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index ee55e946a..a0901451a 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -3232,6 +3232,7 @@ desc = Manage repository packages.
empty = There are no packages yet.
empty.documentation = For more information on the package registry, see the documentation.
empty.repo = Did you upload a package, but it's not shown here? Go to package settings and link it to this repo.
+registry.documentation = For more information on the %s registry, see the documentation.
filter.type = Type
filter.type.all = All
filter.no_result = Your filter produced no results.
@@ -3259,38 +3260,31 @@ alpine.registry = Setup this registry by adding the url in your /etc/apk/r
alpine.registry.key = Download the registry public RSA key into the /etc/apk/keys/ folder to verify the index signature:
alpine.registry.info = Choose $branch and $repository from the list below.
alpine.install = To install the package, run the following command:
-alpine.documentation = For more information on the Alpine registry, see the documentation.
alpine.repository = Repository Info
alpine.repository.branches = Branches
alpine.repository.repositories = Repositories
alpine.repository.architectures = Architectures
cargo.registry = Setup this registry in the Cargo configuration file (for example ~/.cargo/config.toml):
cargo.install = To install the package using Cargo, run the following command:
-cargo.documentation = For more information on the Cargo registry, see the documentation.
cargo.details.repository_site = Repository Site
cargo.details.documentation_site = Documentation Site
chef.registry = Setup this registry in your ~/.chef/config.rb file:
chef.install = To install the package, run the following command:
-chef.documentation = For more information on the Chef registry, see the documentation.
composer.registry = Setup this registry in your ~/.composer/config.json file:
composer.install = To install the package using Composer, run the following command:
-composer.documentation = For more information on the Composer registry, see the documentation.
composer.dependencies = Dependencies
composer.dependencies.development = Development Dependencies
conan.details.repository = Repository
conan.registry = Setup this registry from the command line:
conan.install = To install the package using Conan, run the following command:
-conan.documentation = For more information on the Conan registry, see the documentation.
conda.registry = Setup this registry as a Conda repository in your .condarc file:
conda.install = To install the package using Conda, run the following command:
-conda.documentation = For more information on the Conda registry, see the documentation.
conda.details.repository_site = Repository Site
conda.details.documentation_site = Documentation Site
container.details.type = Image Type
container.details.platform = Platform
container.pull = Pull the image from the command line:
container.digest = Digest:
-container.documentation = For more information on the Container registry, see the documentation.
container.multi_arch = OS / Arch
container.layers = Image Layers
container.labels = Labels
@@ -3298,61 +3292,47 @@ container.labels.key = Key
container.labels.value = Value
cran.registry = Setup this registry in your Rprofile.site file:
cran.install = To install the package, run the following command:
-cran.documentation = For more information on the CRAN registry, see the documentation.
debian.registry = Setup this registry from the command line:
debian.registry.info = Choose $distribution and $component from the list below.
debian.install = To install the package, run the following command:
-debian.documentation = For more information on the Debian registry, see the documentation.
debian.repository = Repository Info
debian.repository.distributions = Distributions
debian.repository.components = Components
debian.repository.architectures = Architectures
generic.download = Download package from the command line:
-generic.documentation = For more information on the generic registry, see the documentation.
go.install = Install the package from the command line:
-go.documentation = For more information on the Go registry, see the documentation.
helm.registry = Setup this registry from the command line:
helm.install = To install the package, run the following command:
-helm.documentation = For more information on the Helm registry, see the documentation.
maven.registry = Setup this registry in your project pom.xml file:
maven.install = To use the package include the following in the dependencies block in the pom.xml file:
maven.install2 = Run via command line:
maven.download = To download the dependency, run via command line:
-maven.documentation = For more information on the Maven registry, see the documentation.
nuget.registry = Setup this registry from the command line:
nuget.install = To install the package using NuGet, run the following command:
-nuget.documentation = For more information on the NuGet registry, see the documentation.
nuget.dependency.framework = Target Framework
npm.registry = Setup this registry in your project .npmrc file:
npm.install = To install the package using npm, run the following command:
npm.install2 = or add it to the package.json file:
-npm.documentation = For more information on the npm registry, see the documentation.
npm.dependencies = Dependencies
npm.dependencies.development = Development Dependencies
npm.dependencies.peer = Peer Dependencies
npm.dependencies.optional = Optional Dependencies
npm.details.tag = Tag
pub.install = To install the package using Dart, run the following command:
-pub.documentation = For more information on the Pub registry, see the documentation.
pypi.requires = Requires Python
pypi.install = To install the package using pip, run the following command:
-pypi.documentation = For more information on the PyPI registry, see the documentation.
rpm.registry = Setup this registry from the command line:
rpm.install = To install the package, run the following command:
-rpm.documentation = For more information on the RPM registry, see the documentation.
rubygems.install = To install the package using gem, run the following command:
rubygems.install2 = or add it to the Gemfile:
rubygems.dependencies.runtime = Runtime Dependencies
rubygems.dependencies.development = Development Dependencies
rubygems.required.ruby = Requires Ruby version
rubygems.required.rubygems = Requires RubyGem version
-rubygems.documentation = For more information on the RubyGems registry, see the documentation.
swift.registry = Setup this registry from the command line:
swift.install = Add the package in your Package.swift file:
swift.install2 = and run the following command:
-swift.documentation = For more information on the Swift registry, see the documentation.
vagrant.install = To add a Vagrant box, run the following command:
-vagrant.documentation = For more information on the Vagrant registry, see the documentation.
settings.link = Link this package to a repository
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
settings.link.select = Select Repository
diff --git a/templates/package/content/alpine.tmpl b/templates/package/content/alpine.tmpl
index 97e2289ad..262211833 100644
--- a/templates/package/content/alpine.tmpl
+++ b/templates/package/content/alpine.tmpl
@@ -18,7 +18,7 @@