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
dashboard.resync_all_sshkeys_success = All public keys have been rewritten.
1182
+
dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (for Gitea SSH keys). There is no need to do this if you are using the built-in SSH server.
1183
+
dashboard.resync_all_sshkeys_success = All public keys controlled by Gitea have been rewritten.
1184
1184
dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories.
1185
1185
dashboard.resync_all_hooks_success = All repositories' pre-receive, update and post-receive hooks have been resynced.
1186
1186
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
@@ -1237,17 +1237,17 @@ users.update_profile_success = Account profile has been updated.
1237
1237
users.edit_account = Edit Account
1238
1238
users.max_repo_creation = Maximum Repository Creation Limit
1239
1239
users.max_repo_creation_desc = (Set -1 to use global default limit)
1240
-
users.is_activated = This account has completed activation
1241
-
users.prohibit_login = This account is blocked from logging in
1242
-
users.is_admin = This account has administrator permissions
1243
-
users.allow_git_hook = This account has permission to create Git hooks
1244
-
users.allow_import_local = This account has permissions to import local repositories
1245
-
users.allow_create_organization = This account has permissions to create organizations
1240
+
users.is_activated = Account activated
1241
+
users.prohibit_login = Login disabled
1242
+
users.is_admin = Administrator permissions
1243
+
users.allow_git_hook = Allowed to create git hooks
1244
+
users.allow_import_local = Allowed to import local repositories
1245
+
users.allow_create_organization = Allowed to create organizations
1246
1246
users.update_profile = Update Account Profile
1247
-
users.delete_account = Delete This Account
1248
-
users.still_own_repo = This account still owns one or more repositories, you need to delete or transfer them first.
1249
-
users.still_has_org = This account still is a member of one or more organizations, you need to leave or delete the organizations first.
1250
-
users.deletion_success = Account has been deleted successfully.
1247
+
users.delete_account = Delete Account
1248
+
users.still_own_repo = This user still owns one or more repositories. These repositories need to be deleted or transferred first.
1249
+
users.still_has_org = This user is still is a member of one or more organizations. This user needs to leave or delete them first.
auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback
1315
1315
auths.tip.oauth2_provider = OAuth2 Provider
1316
1316
auths.tip.bitbucket = Register a new OAuth consumer on https://bitbucket.org/account/user/<your username>/oauth-consumers/new and add the permission "Account"-"Read"
1317
-
auths.tip.dropbox = Create a new App on https://www.dropbox.com/developers/apps
1318
-
auths.tip.facebook = Register a new App on https://developers.facebook.com/apps and add the product "Facebook Login"
1317
+
auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
1318
+
auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
1319
1319
auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
1320
1320
auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications
1321
1321
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console (https://console.developers.google.com/)
@@ -1328,9 +1328,9 @@ auths.update_success = The authentication settings have been updated.
0 commit comments