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
invalid_log_root_path = The log path is invalid: %v
351
351
default_keep_email_private = Hide Email Addresses by Default
352
352
default_keep_email_private_popup = Hide email addresses of new user accounts by default.
353
-
default_allow_create_organization = Allow Creation of Organizations by Default.
353
+
default_allow_create_organization = Allow Creation of Organizations by Default
354
354
default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
355
355
default_enable_timetracking = Enable Time Tracking by Default
356
356
default_enable_timetracking_popup = Enable time tracking for new repositories by default.
@@ -1035,8 +1035,8 @@ new_repo_helper = A repository contains all project files, including revision hi
1035
1035
owner = Owner
1036
1036
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
1037
1037
repo_name = Repository Name
1038
-
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it is public and initialize it with a README in the profile directory to get started.
1039
-
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it is private and initialize it with a README in the profile directory to get started.
1038
+
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.
1039
+
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.
1040
1040
repo_name_helper = Good repository names use short, memorable and unique keywords. A repository named ".profile" or ".profile-private" could be used to add a README.md for the user/organization profile.
1041
1041
repo_size = Repository Size
1042
1042
template = Template
@@ -1102,7 +1102,7 @@ mirror_sync = synced
1102
1102
mirror_sync_on_commit = Sync when commits are pushed
1103
1103
mirror_address = Clone From URL
1104
1104
mirror_address_desc = Put any required credentials in the Authorization section.
1105
-
mirror_address_url_invalid = The provided URL is invalid. Ensure all components of the url are escaped correctly.
1105
+
mirror_address_url_invalid = The provided URL is invalid. Make sure all components of the URL are escaped correctly.
1106
1106
mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository
1195
-
migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of GitHub API rate limit. WARNING: Abusing this feature may violate the service provider's policy and lead to account blocking.
1195
+
migrate.github_token_desc = You can put one or more tokens here separated by commas to make migrating faster by circumventing the GitHub API rate limit. WARNING: Abusing this feature may violate the service provider's policy and may lead to getting your account(s) blocked.
1196
1196
migrate.clone_local_path = or a local server path
1197
1197
migrate.permission_denied = You are not allowed to import local repositories.
1198
1198
migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
0 commit comments