mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-03 15:54:47 +01:00
i18n(en): a few source fixes (#7089)
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
* 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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue