You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,7 @@ enterred_invalid_repo_name = The repository name you entered is incorrect.
319
319
enterred_invalid_owner_name = The new owner name is not valid.
320
320
enterred_invalid_password = The password you entered is incorrect.
321
321
user_not_exist = The user does not exist.
322
+
team_not_exist = The team does not exist.
322
323
last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner in any given team.
323
324
cannot_add_org_to_team = An organization cannot be added as a team member.
324
325
@@ -1214,6 +1215,11 @@ settings.collaborator_deletion_desc = Removing a collaborator will revoke their
1214
1215
settings.remove_collaborator_success = The collaborator has been removed.
1215
1216
settings.search_user_placeholder = Search user…
1216
1217
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
1218
+
settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
1219
+
settings.team_not_in_organization = The team is not in the same organization as the repository
1220
+
settings.add_team_duplicate = Team already has the repository
1221
+
settings.add_team_success = The team now have access to the repository.
1222
+
settings.remove_team_success = The team's access to the repository has been removed.
1217
1223
settings.add_webhook = Add Webhook
1218
1224
settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
1219
1225
settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
0 commit comments