forked from forgejo/forgejo
Package repository/documentation link unification (#27804)
Some translations are duplicated for the same package fields; it should be possible to use the same approach. Checked packages to use the same forms in templates. 1. Removed repeated translations for the same fields 2. Linked template files to the same translation fields 3. Added repository site link for nuget packages
This commit is contained in:
parent
8d6577dabd
commit
0c21af3728
20 changed files with 8 additions and 63 deletions
|
@ -3340,8 +3340,6 @@ alpine.repository.repositories = Repositories
|
|||
alpine.repository.architectures = Architectures
|
||||
cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>):
|
||||
cargo.install = To install the package using Cargo, run the following command:
|
||||
cargo.details.repository_site = Repository Site
|
||||
cargo.details.documentation_site = Documentation Site
|
||||
chef.registry = Setup this registry in your <code>~/.chef/config.rb</code> file:
|
||||
chef.install = To install the package, run the following command:
|
||||
composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
|
||||
|
@ -3353,8 +3351,6 @@ conan.registry = Setup this registry from the command line:
|
|||
conan.install = To install the package using Conan, run the following command:
|
||||
conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file:
|
||||
conda.install = To install the package using Conda, run the following command:
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue