diff options
author | Danila Fominykh <d1nch8g@ion.lc> | 2023-10-26 21:16:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 00:16:12 +0000 |
commit | 0c21af3728b43aeff8695dbf95b29fbebb99b959 (patch) | |
tree | 34e6152c7ae759c9687e20e0369066a79e417d4d /options/locale/locale_ru-RU.ini | |
parent | 8d6577dabd821c58186dd83921c14cbb87f113fe (diff) | |
download | gitea-0c21af3728b43aeff8695dbf95b29fbebb99b959.tar.gz gitea-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_ru-RU.ini')
-rw-r--r-- | options/locale/locale_ru-RU.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/options/locale/locale_ru-RU.ini b/options/locale/locale_ru-RU.ini index 3a560eba1d..50062bab34 100644 --- a/options/locale/locale_ru-RU.ini +++ b/options/locale/locale_ru-RU.ini @@ -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=Загрузите образ из командной строки: |