mirror of
https://github.com/go-gitea/gitea
synced 2025-12-06 12:58:26 +00: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:
@@ -3072,8 +3072,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> 檔設定此註冊中心:
|
||||
@@ -3085,8 +3083,6 @@ conan.registry=透過下列命令設定此註冊中心:
|
||||
conan.install=執行下列命令以使用 Conan 安裝此套件:
|
||||
conda.registry=在您的 <code>.condarc</code> 檔設定此註冊中心為 Conda 存儲庫:
|
||||
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