diff options
author | 0ko <0ko@noreply.codeberg.org> | 2025-01-01 11:16:27 +0100 |
---|---|---|
committer | 0ko <0ko@noreply.codeberg.org> | 2025-01-01 11:16:27 +0100 |
commit | b9ed4c3325b7e4728dc2f56a5d6d5e69ef0f53a7 (patch) | |
tree | 074a223a2c9109a7085915bbb8ab89f3d572a366 | |
parent | Update dependency @vitest/eslint-plugin to v1.1.22 (forgejo) (#6436) (diff) | |
download | forgejo-b9ed4c3325b7e4728dc2f56a5d6d5e69ef0f53a7.tar.xz forgejo-b9ed4c3325b7e4728dc2f56a5d6d5e69ef0f53a7.zip |
i18n(en): consistency improvements
-rw-r--r-- | options/locale/locale_en-US.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ca247ff6a2..f9cb88eaf4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1185,10 +1185,10 @@ template.issue_labels = Issue labels template.one_item = Must select at least one template item 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.issue.nocomment = This repo is archived. You cannot comment on issues. -archive.pull.nocomment = This repo is archived. You cannot comment on pull requests. +archive.issue.nocomment = This repository is archived. You cannot comment on issues. +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_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.info = Choose $distribution and $component from the list below. debian.install = To install the package, run the following command: -debian.repository = Repository Info +debian.repository = Repository info debian.repository.distributions = Distributions debian.repository.components = Components 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.suse = on SUSE based distributions rpm.install = To install the package, run the following command: -rpm.repository = Repository Info +rpm.repository = Repository info rpm.repository.architectures = Architectures rpm.repository.multiple_groups = This package is available in multiple groups. rubygems.install = To install the package using gem, run the following command: |