loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Fix naming consistency and remove unused strings in teams' (#5052) from 0ko/forgejo:i18n-admin into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5052
Reviewed-by: Otto <otto@codeberg.org>

Gusted a054201e f0fa959c

+1 -4
+1 -4
options/locale/locale_en-US.ini
··· 2882 2882 teams.delete_team_success = The team has been deleted. 2883 2883 teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories. 2884 2884 teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories. 2885 - teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories. 2885 + teams.admin_permission_desc = This team grants <strong>Administrator</strong> access: members can read from, push to and add collaborators to team repositories. 2886 2886 teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization. 2887 2887 teams.repositories = Team repositories 2888 2888 teams.remove_all_repos_title = Remove all team repositories ··· 2897 2897 teams.specific_repositories_helper = Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>. 2898 2898 teams.all_repositories = All repositories 2899 2899 teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team. 2900 - teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories. 2901 - teams.all_repositories_write_permission_desc = This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories. 2902 - teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories. 2903 2900 teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>. 2904 2901 teams.invite.by = Invited by %s 2905 2902 teams.invite.description = Please click the button below to join the team.