i18n(en): a few source fixes (#7089)
* use en-US quotes: _there are no quotes in the part of the text it refers to_ * small reword to fix `a issue` Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7089 Reviewed-by: floss4good <floss4good@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
parent
735b536c04
commit
ed5af44c06
|
@ -1877,7 +1877,7 @@ issues.content_history.delete_from_history = Delete from history
|
|||
issues.content_history.delete_from_history_confirm = Delete from history?
|
||||
issues.content_history.options = Options
|
||||
issues.reference_link = Reference: %s
|
||||
issues.blocked_by_user = You cannot create a issue on this repository because you are blocked by the repository owner.
|
||||
issues.blocked_by_user = You cannot create issues in this repository because you are blocked by the repository owner.
|
||||
issues.comment.blocked_by_user = You cannot comment on this issue because you are blocked by the repository owner or the poster of the issue.
|
||||
issues.reopen.blocked_by_user = You cannot reopen this issue because you are blocked by the repository owner or the poster of this issue.
|
||||
issues.summary_card_alt = Summary card of an issue titled "%s" in repository %s
|
||||
|
@ -3765,7 +3765,7 @@ rpm.repository.multiple_groups = This package is available in multiple groups.
|
|||
alt.registry = Setup this registry from the command line:
|
||||
alt.registry.install = To install the package, run the following command:
|
||||
alt.install = Install package
|
||||
alt.setup = Add a repository to the list of connected repositories (choose the necessary architecture instead of '_arch_'):
|
||||
alt.setup = Add a repository to the list of connected repositories (choose the necessary architecture instead of "_arch_"):
|
||||
alt.repository = Repository info
|
||||
alt.repository.architectures = Architectures
|
||||
alt.repository.multiple_groups = This package is available in multiple groups.
|
||||
|
|
Loading…
Reference in New Issue