diff options
author | Danila Fominykh <d1nch8g@ion.lc> | 2023-10-27 02:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 02:16:12 +0200 |
commit | 0c21af3728b43aeff8695dbf95b29fbebb99b959 (patch) | |
tree | 34e6152c7ae759c9687e20e0369066a79e417d4d /options/locale/locale_zh-CN.ini | |
parent | Chroma v2.10.0 (#27803) (diff) | |
download | forgejo-0c21af3728b43aeff8695dbf95b29fbebb99b959.tar.xz forgejo-0c21af3728b43aeff8695dbf95b29fbebb99b959.zip |
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
Diffstat (limited to 'options/locale/locale_zh-CN.ini')
-rw-r--r-- | options/locale/locale_zh-CN.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 8ebf6c509c..72df88f5e0 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -3341,8 +3341,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> 文件中设置此注册中心: @@ -3354,8 +3352,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=从命令行拉取镜像: |