Merge pull request 'forgejo-federated-star: UI to define following repos' (#3886) from meissa/forgejo:forgejo-federated-pr5 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3886 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
f887972348
20 changed files with 357 additions and 10 deletions
|
@ -1145,6 +1145,8 @@ form.reach_limit_of_creation_1 = The owner has already reached the limit of %d r
|
|||
form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
|
||||
form.name_reserved = The repository name "%s" is reserved.
|
||||
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a repository name.
|
||||
form.string_too_long=The given string is longer than %d characters.
|
||||
|
||||
|
||||
need_auth = Authorization
|
||||
migrate_options = Migration options
|
||||
|
@ -2108,6 +2110,10 @@ settings.collaboration.undefined = Undefined
|
|||
settings.hooks = Webhooks
|
||||
settings.githooks = Git hooks
|
||||
settings.basic_settings = Basic settings
|
||||
settings.federation_settings=Federation Settings
|
||||
settings.federation_apapiurl=Federation URL of this repository. Copy and paste this into Federation Settings of another repository as an URL of a Following Repository.
|
||||
settings.federation_following_repos=URLs of Following Repositories. Separated by ";", no whitespace.
|
||||
settings.federation_not_enabled=Federation is not enabled on your instance.
|
||||
settings.mirror_settings = Mirror settings
|
||||
settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository.
|
||||
settings.mirror_settings.docs.disabled_pull_mirror.instructions = Set up your project to automatically push commits, tags and branches to another repository. Pull mirrors have been disabled by your site administrator.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue