* Fix Comma Splices
Replace comma splices with more fitting punctuation—usually semicolons.
Signed-off-by: Omar Assadi <omar@assadi.ru>
* Turn Some Conjunctions into Sentences
Turn conjunctions—which are capable of standing on their own—into their standalone sentences.
Signed-off-by: Omar Assadi <omar@assadi.ru>
* Reword Sections and Fix Issues in Docs
Reword sections of the contributing docs and readme file to be more
natural and clear. Additionally, fix the majority of the grammar
mistakes.
Signed-off-by: Omar Assadi <omar@assadi.co.il>
federated_avatar_lookup_popup=Enable federated avatar lookup using Libravatar.
disable_registration=Disable Self-registration
disable_registration_popup=Disable user self-registration, only admin can create accounts.
disable_registration_popup="Disable self-registration; only admins will be able to create accounts."
openid_signin=Enable OpenID Sign-In
openid_signin_popup=Enable user login via OpenID
openid_signup=Enable OpenID Self-registration
@ -124,7 +124,7 @@ openid_signup_popup = Enable OpenID based Self-registration
enable_captcha=Enable Captcha
enable_captcha_popup=Require a CAPTCHA for user self-registration.
require_sign_in_view=Enable Require Sign In to View Pages
require_sign_in_view_popup=Only signed in users can view pages, visitors will only be able to see sign in/up pages.
require_sign_in_view_popup="Only signed in users can view pages; visitors will only be able to see the sign in and up pages."
admin_setting_desc=You do not need to create an admin account right now. The first user who registers on the site will gain admin access automatically.
run_user_not_match=Run user is not the current user: %s -> %s
save_config_failed=Failed to save configuration: %v
invalid_admin_setting=Admin account setting is invalid: %v
install_success=Welcome! Thank you for choosing Gitea, have fun and take care.
install_success=Welcome! Thank you for choosing Gitea. Have fun. And, take care!
invalid_log_root_path=Log root path is invalid: %v
default_keep_email_private=Default Value for Keep Email Private
default_keep_email_private_popup=This is the default value for the visibility of the user's email address. If set to true the email address of all new users will be hidden until the user changes his setting.
@ -277,12 +277,12 @@ cannot_add_org_to_team = Organization cannot be added as a team member.
invalid_ssh_key=Sorry, we were not able to verify your SSH key: %s
invalid_gpg_key=Sorry, we were not able to verify your GPG key: %s
unable_verify_ssh_key=The ssh key could not be verified, please double-check it for any mistakes.
unable_verify_ssh_key="The ssh key could not be verified; please double-check it for any mistakes."
auth_failed=Authentication failed: %v
still_own_repo=Your account still has ownership of at least one repository, you need to delete or transfer them first.
still_has_org=Your account still is still a member of least one organization, you need to leave them first.
org_still_own_repo=This organization still owns repositories, you need to delete or transfer them first.
still_own_repo="Your account still has ownership of at least one repository; you need to delete or transfer them first."
still_has_org="Your account still is still a member of least one organization; you need to leave them first."
org_still_own_repo="This organization still owns repositories; you need to delete or transfer them first."
target_branch_not_exist=Target branch does not exist.
@ -451,7 +451,7 @@ orgs_none = You are not a member of any organizations.
repos_none=You do not own any repositories
delete_account=Delete Your Account
delete_prompt=The operation will delete your account permanently, and <strong>CANNOT</strong> be undone!
delete_prompt=The operation will delete your account permanently. And, this <strong>CANNOT</strong> be undone!
confirm_delete_account=Confirm Deletion
delete_account_title=Account Deletion
delete_account_desc=Are you sure you want to permanently delete this account?