mirror of
https://gitee.com/gitea/gitea
synced 2025-11-02 23:50:26 +08:00
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:
@@ -3233,8 +3233,6 @@ alpine.repository.repositories=Репозитории
|
||||
alpine.repository.architectures=Архитектуры
|
||||
cargo.registry=Настройте этот реестр в файле конфигурации Cargo (например, <code>~/.cargo/config.toml</code>):
|
||||
cargo.install=Чтобы установить пакет с помощью Cargo, выполните следующую команду:
|
||||
cargo.details.repository_site=Сайт репозитория
|
||||
cargo.details.documentation_site=Сайт документации
|
||||
chef.registry=Настройте этот реестр в своём файле <code>~/.chef/config.rb</code>:
|
||||
chef.install=Чтобы установить пакет, выполните следующую команду:
|
||||
composer.registry=Настройте этот реестр в файле <code>~/.composer/config.json</code>:
|
||||
@@ -3246,8 +3244,6 @@ conan.registry=Настроить реестр из командной стро
|
||||
conan.install=Чтобы установить пакет с помощью Conan, выполните следующую команду:
|
||||
conda.registry=Пропишите этот реестр в качестве репозитория Conda в своём файле <code>.condarc</code>:
|
||||
conda.install=Чтобы установить пакет с помощью Conda, выполните следующую команду:
|
||||
conda.details.repository_site=Сайт репозитория
|
||||
conda.details.documentation_site=Сайт документации
|
||||
container.details.type=Тип образа
|
||||
container.details.platform=Платформа
|
||||
container.pull=Загрузите образ из командной строки:
|
||||
|
||||
Reference in New Issue
Block a user