mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-25 21:57:01 +01:00
i18n(en): consistency improvements
This commit is contained in:
parent
d5bd212d00
commit
b9ed4c3325
1 changed files with 5 additions and 5 deletions
|
@ -1185,10 +1185,10 @@ template.issue_labels = Issue labels
|
||||||
template.one_item = Must select at least one template item
|
template.one_item = Must select at least one template item
|
||||||
template.invalid = Must select a template repository
|
template.invalid = Must select a template repository
|
||||||
|
|
||||||
archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
|
archive.title = This repository is archived. You can view files and clone it, but cannot push or open issues or pull requests.
|
||||||
archive.title_date = This repository has been archived on %s. You can view files and clone it, but cannot push or open issues or pull requests.
|
archive.title_date = This repository has been archived on %s. You can view files and clone it, but cannot push or open issues or pull requests.
|
||||||
archive.issue.nocomment = This repo is archived. You cannot comment on issues.
|
archive.issue.nocomment = This repository is archived. You cannot comment on issues.
|
||||||
archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
|
archive.pull.nocomment = This repository is archived. You cannot comment on pull requests.
|
||||||
|
|
||||||
form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
|
form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
|
||||||
form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
|
form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
|
||||||
|
@ -3692,7 +3692,7 @@ cran.install = To install the package, run the following command:
|
||||||
debian.registry = Setup this registry from the command line:
|
debian.registry = Setup this registry from the command line:
|
||||||
debian.registry.info = Choose $distribution and $component from the list below.
|
debian.registry.info = Choose $distribution and $component from the list below.
|
||||||
debian.install = To install the package, run the following command:
|
debian.install = To install the package, run the following command:
|
||||||
debian.repository = Repository Info
|
debian.repository = Repository info
|
||||||
debian.repository.distributions = Distributions
|
debian.repository.distributions = Distributions
|
||||||
debian.repository.components = Components
|
debian.repository.components = Components
|
||||||
debian.repository.architectures = Architectures
|
debian.repository.architectures = Architectures
|
||||||
|
@ -3723,7 +3723,7 @@ rpm.registry = Setup this registry from the command line:
|
||||||
rpm.distros.redhat = on RedHat based distributions
|
rpm.distros.redhat = on RedHat based distributions
|
||||||
rpm.distros.suse = on SUSE based distributions
|
rpm.distros.suse = on SUSE based distributions
|
||||||
rpm.install = To install the package, run the following command:
|
rpm.install = To install the package, run the following command:
|
||||||
rpm.repository = Repository Info
|
rpm.repository = Repository info
|
||||||
rpm.repository.architectures = Architectures
|
rpm.repository.architectures = Architectures
|
||||||
rpm.repository.multiple_groups = This package is available in multiple groups.
|
rpm.repository.multiple_groups = This package is available in multiple groups.
|
||||||
rubygems.install = To install the package using gem, run the following command:
|
rubygems.install = To install the package using gem, run the following command:
|
||||||
|
|
Loading…
Reference in a new issue