You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+9-9
Original file line number
Diff line number
Diff line change
@@ -3032,54 +3032,54 @@ dependency.id = ID
3032
3032
dependency.version = Version
3033
3033
composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
3034
3034
composer.install = To install the package using Composer, run the following command:
3035
-
composer.documentation = For more information on the Composer registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/composer/">the documentation</a>.
3035
+
composer.documentation = For more information on the Composer registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/composer/">the documentation</a>.
3036
3036
composer.dependencies = Dependencies
3037
3037
composer.dependencies.development = Development Dependencies
3038
3038
conan.details.repository = Repository
3039
3039
conan.registry = Setup this registry from the command line:
3040
3040
conan.install = To install the package using Conan, run the following command:
3041
-
conan.documentation = For more information on the Conan registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/conan/">the documentation</a>.
3041
+
conan.documentation = For more information on the Conan registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/conan/">the documentation</a>.
3042
3042
container.details.type = Image Type
3043
3043
container.details.platform = Platform
3044
3044
container.details.repository_site = Repository Site
3045
3045
container.details.documentation_site = Documentation Site
3046
3046
container.pull = Pull the image from the command line:
3047
-
container.documentation = For more information on the Container registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/container/">the documentation</a>.
3047
+
container.documentation = For more information on the Container registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/container/">the documentation</a>.
3048
3048
container.multi_arch = OS / Arch
3049
3049
container.layers = Image Layers
3050
3050
container.labels = Labels
3051
3051
container.labels.key = Key
3052
3052
container.labels.value = Value
3053
3053
generic.download = Download package from the command line:
3054
-
generic.documentation = For more information on the generic registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/generic">the documentation</a>.
3054
+
generic.documentation = For more information on the generic registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/generic">the documentation</a>.
3055
3055
maven.registry = Setup this registry in your project <code>pom.xml</code> file:
3056
3056
maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
3057
3057
maven.install2 = Run via command line:
3058
3058
maven.download = To download the dependency, run via command line:
3059
-
maven.documentation = For more information on the Maven registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/maven/">the documentation</a>.
3059
+
maven.documentation = For more information on the Maven registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/maven/">the documentation</a>.
3060
3060
nuget.registry = Setup this registry from the command line:
3061
3061
nuget.install = To install the package using NuGet, run the following command:
3062
-
nuget.documentation = For more information on the NuGet registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/nuget/">the documentation</a>.
3062
+
nuget.documentation = For more information on the NuGet registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/nuget/">the documentation</a>.
3063
3063
nuget.dependency.framework = Target Framework
3064
3064
npm.registry = Setup this registry in your project <code>.npmrc</code> file:
3065
3065
npm.install = To install the package using npm, run the following command:
3066
3066
npm.install2 = or add it to the package.json file:
3067
-
npm.documentation = For more information on the npm registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/npm/">the documentation</a>.
3067
+
npm.documentation = For more information on the npm registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/npm/">the documentation</a>.
3068
3068
npm.dependencies = Dependencies
3069
3069
npm.dependencies.development = Development Dependencies
3070
3070
npm.dependencies.peer = Peer Dependencies
3071
3071
npm.dependencies.optional = Optional Dependencies
3072
3072
npm.details.tag = Tag
3073
3073
pypi.requires = Requires Python
3074
3074
pypi.install = To install the package using pip, run the following command:
3075
-
pypi.documentation = For more information on the PyPI registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/pypi/">the documentation</a>.
3075
+
pypi.documentation = For more information on the PyPI registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pypi/">the documentation</a>.
3076
3076
rubygems.install = To install the package using gem, run the following command:
rubygems.dependencies.development = Development Dependencies
3080
3080
rubygems.required.ruby = Requires Ruby version
3081
3081
rubygems.required.rubygems = Requires RubyGem version
3082
-
rubygems.documentation = For more information on the RubyGems registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/rubygems/">the documentation</a>.
3082
+
rubygems.documentation = For more information on the RubyGems registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/rubygems/">the documentation</a>.
3083
3083
settings.link = Link this package to a repository
3084
3084
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
0 commit comments