|
- home = Home
- index = Home
- dashboard = Dashboard
- explore = Explore
- datasets = Datasets
- help = Help
- sign_in = Sign In
- sign_in_with = Sign In With
- sign_out = Sign Out
- sign_up = Register
- link_account = Link Account
- register = Register
- website = Website
- version = Version
- powered_by = Powered by %s
- page = Page
- template = Template
- language = Language
- notifications = Notifications
- create_new = Create…
- user_profile_and_more = Profile and Settings…
- signed_in_as = Signed in as
- enable_javascript = This website works better with JavaScript.
- toc = Table of Contents
- return=Back OpenI
- calculation_points = Calculation Points
- notice_announcement = Notice Announcement
-
- username = Username
- email = Email Address
- password = Password
- re_type = Re-Type Password
- captcha = CAPTCHA
- twofa = Two-Factor Authentication
- twofa_scratch = Two-Factor Scratch Code
- passcode = Passcode
- use_and_privacy_agree = I have read and agree to the <a target="_blank" href="%s">use agreement</a> and <a target="_blank" href="%s">privacy agreement</a>
- sign_up_agree_tips = should agree to the use agreement and privacy agreement!
-
- u2f_insert_key = Insert your security key
- u2f_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
- u2f_press_button = Please press the button on your security key…
- u2f_use_twofa = Use a two-factor code from your phone
- u2f_error = Could not read your security key.
- u2f_unsupported_browser = Your browser does not support U2F security keys.
- u2f_error_1 = An unknown error occurred. Please retry.
- u2f_error_2 = Please make sure to use the correct, encrypted (https://) URL.
- u2f_error_3 = The server could not process your request.
- u2f_error_4 = The security key is not permitted for this request. Please make sure that the key is not already registered.
- u2f_error_5 = Timeout reached before your key could be read. Please reload this page and retry.
- u2f_reload = Reload
-
- repository = Repository
- organization = Organization
- mirror = Mirror
- new_repo = New Repository
- new_course=Publish Course
- course_desc = Course Description
- new_migrate = New Migration
- new_dataset = New Dataset
- edit_dataset = Edit Dataset
- update_dataset = update Dataset
- new_mirror = New Mirror
- new_fork = New Repository Fork
- new_org = New Organization
- manage_org = Manage Organizations
- admin_panel = Site Administration
- account_settings = Account Settings
- settings = Settings
- your_dashboard = Dashboard
- your_profile = Profile
- your_starred = Starred
- your_settings = Settings
- invite_friends = Invite Friends
- your_friend=Your friend
- invite_you_to_join_the_OpenI_AI_Collaboration_Platform_and_enjoy_abundant_free_computing_resources=invite you to join the OpenI AI Collaboration Platform and enjoy abundant free computing resources!
- recommender=Recommender
-
- all = All
- sources = Sources
- mirrors = Mirrors
- collaborative = Collaborative
- forks = Forks
-
- activities = Activities
- pull_requests = Pull Requests
- issues = Issues
- milestones = Milestones
-
- cancel = Cancel
- add = Add
- add_all = Add All
- remove = Remove
- remove_all = Remove All
-
- write = Write
- preview = Preview
- loading = Loading…
-
- error404_index = Request forbidden by administrative rules
- error500_index = Internal Server Error
- error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
- error500= Sorry, the site has encountered some problems, we are trying to <strong>fix the page</strong>, please try again later.
- [error]
- occurred = An error has occurred
- report_message = An error has occurred
- no_right=You have no right to do the operation.
-
- [install]
- install = Installation
- title = Initial Configuration
- docker_helper = If you run openi inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
- requite_db_desc = openi requires MySQL, PostgreSQL, MSSQL or SQLite3.
- db_title = Database Settings
- db_type = Database Type
- host = Host
- user = Username
- password = Password
- db_name = Database Name
- db_helper = Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 .
- db_schema = Schema
- db_schema_helper = Leave blank for database default ("public").
- ssl_mode = SSL
- charset = Charset
- path = Path
- sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run openi as a service.
- err_empty_db_path = The SQLite3 database path cannot be empty.
- no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
- err_empty_admin_password = The administrator password cannot be empty.
- err_empty_admin_email = The administrator email cannot be empty.
- err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
- err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern
- err_admin_name_is_invalid = Administrator Username is invalid
-
- general_title = General Settings
- app_name = Site Title
- app_name_helper = You can enter your company name here.
- repo_path = Repository Root Path
- repo_path_helper = Remote Git repositories will be saved to this directory.
- lfs_path = Git LFS Root Path
- lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
- run_user = Run As Username
- run_user_helper = Enter the operating system username that openi runs as. Note that this user must have access to the repository root path.
- domain = SSH Server Domain
- domain_helper = Domain or host address for SSH clone URLs.
- ssh_port = SSH Server Port
- ssh_port_helper = Port number your SSH server listens on. Leave empty to disable.
- http_port = openi HTTP Listen Port
- http_port_helper = Port number the openis web server will listen on.
- app_url = openi Base URL
- app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
- log_root_path = Log Path
- log_root_path_helper = Log files will be written to this directory.
-
- optional_title = Optional Settings
- email_title = Email Settings
- smtp_host = SMTP Host
- smtp_from = Send Email As
- smtp_from_helper = Email address openi will use. Enter a plain email address or use the "Name" <email@example.com> format.
- mailer_user = SMTP Username
- mailer_password = SMTP Password
- register_confirm = Require Email Confirmation to Register
- mail_notify = Enable Email Notifications
- server_service_title = Server and Third-Party Service Settings
- offline_mode = Enable Local Mode
- offline_mode_popup = Disable third-party content delivery networks and serve all resources locally.
- disable_gravatar = Disable Gravatar
- disable_gravatar_popup = Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.
- federated_avatar_lookup = Enable Federated Avatars
- federated_avatar_lookup_popup = Enable federated avatar lookup using Libravatar.
- disable_registration = Disable Self-Registration
- disable_registration_popup = Disable user self-registration. Only administrators will be able to create new user accounts.
- allow_only_external_registration_popup = Allow Registration Only Through External Services
- openid_signin = Enable OpenID Sign-In
- openid_signin_popup = Enable user sign-in via OpenID.
- openid_signup = Enable OpenID Self-Registration
- openid_signup_popup = Enable OpenID-based user self-registration.
- enable_captcha = Enable CAPTCHA
- enable_captcha_popup = Require a CAPTCHA for user self-registration.
- require_sign_in_view = Require Sign-In to View Pages
- require_sign_in_view_popup = Limit page access to signed-in users. Visitors will only see the 'sign in' and registration pages.
- admin_setting_desc = Creating an administrator account is optional. The first registered user will automatically become an administrator.
- admin_title = Administrator Account Settings
- admin_name = Administrator Username
- admin_password = Password
- confirm_password = Confirm Password
- admin_email = Email Address
- install_btn_confirm = Install openi
- test_git_failed = Could not test 'git' command: %v
- sqlite3_not_available = This openi version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).
- invalid_db_setting = The database settings are invalid: %v
- invalid_repo_path = The repository root path is invalid: %v
- run_user_not_match = The 'run as' username is not the current username: %s -> %s
- save_config_failed = Failed to save configuration: %v
- invalid_admin_setting = Administrator account setting is invalid: %v
- install_success = Welcome! Thank you for choosing openi. Have fun and take care!
- invalid_log_root_path = The log path is invalid: %v
- default_keep_email_private = Hide Email Addresses by Default
- default_keep_email_private_popup = Hide email addresses of new user accounts by default.
- default_allow_create_organization = Allow Creation of Organizations by Default
- default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
- default_enable_timetracking = Enable Time Tracking by Default
- default_enable_timetracking_popup = Enable time tracking for new repositories by default.
- no_reply_address = Hidden Email Domain
- no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
-
- [home]
- uname_holder = Username or Email Address
- login_uname_holder=Username/Email/Phone number
- uname_holder_cloud_brain = cloudbrain username
- password_holder = Password
- switch_dashboard_context = Switch Dashboard Context
- my_repos = Repositories
- show_more_repos = Show more repositories…
- collaborative_repos = Collaborative Repositories
- my_orgs = My Organizations
- my_mirrors = My Mirrors
- view_home = View %s
- search_repos = Find a repository…
- filter = Other Filters
-
- show_archived = Archived
- show_both_archived_unarchived = Showing both archived and unarchived
- show_only_archived = Showing only archived
- show_only_unarchived = Showing only unarchived
-
- show_private = Private
- show_both_private_public = Showing both public and private
- show_only_private = Showing only private
- show_only_public = Showing only public
-
- issues.in_your_repos = In your repositories
- contributors = Contributors
- contributor = Contributor
-
- page_title=Explore Better AI
- page_small_title=OpenI AI Development Cooperation Platform
- page_description=The one-stop collaborative development environment for AI field provides AI development pipeline integrating code development, data management, model debugging, reasoning and evaluation
- page_use=Use Now
- page_only_dynamic=The dynamics of open source projects
- page_recommend_org=Recommended Organizations
- page_recommend_org_desc=These excellent organizations are using the OpenI AI Collaboration Platform for collaborative development of projects. To show your organization here,
- page_recommend_org_commit=Click here to submit.
- page_recommend_org_more=More Organizations
- page_recommend_repo=Recommended Projects
- page_recommend_repo_desc=Excellent AI projects recommendation. To show your project here,
- page_recommend_repo_commit=Click here to submit.
- page_recommend_repo_go=Click here to
- page_recommend_repo_more=explore more projects.
- page_recommend_activity=Community Activities
- page_recommend_activity_desc=The community has prepared a wealth of activities, waiting for you to participate!
- page_dev_env=Collaborative Development Environment
- page_dev_env_desc=Provide a collaborative development environment for AI development, which is the biggest highlight that distinguishes the OpenI AI Collaboration Platform from other traditional Git platforms.
- page_dev_env_desc_title=Unified Management of Development Elements
- page_dev_env_desc_desc=The platform provides four elements of AI development: unified management of model code, data set, model and execution environment.
- page_dev_env_desc1_title=Data Collaboration and Sharing
- page_dev_env_desc1_desc=By uploading data sets in the project, many project members cooperate to complete data preprocessing. You can also establish a better model with community developers by setting the data as a public dataset.
- page_dev_env_desc2_title=Model Management and Sharing
- page_dev_env_desc2_desc=Associate the model with the code version, you can adjust the model in different ways based on the historical version of the code and save the results. The trained model can be open and shared, so that more people can use the model to test and give feedback.
- page_dev_env_desc3_title=Once Configuration, Multiple Reuse
- page_dev_env_desc3_desc=Provide execution environment sharing, Once Configuration, Multiple Reuse. Lower the threshold of model development, and avoid spending repetitive time configuring complex environments.
- page_dev_yunlao=OpenI AI Collaboration Platform
- page_dev_yunlao_desc1=OpenI AI collaboration platform has cooperated with Pengcheng cloud brain and China computing power network (C²NET) can be used to complete AI development tasks by using the rich computing resources of Pengcheng cloud brain and China computing network.
- page_dev_yunlao_desc2=Pengcheng CloudBrain is existing AI computing power is 100p FLOPS@FP16 (billions of half precision floating-point calculations per second), the main hardware infrastructure consists of GPU servers equipped with NVIDIA Tesla V100 and A100, and Atlas 900 AI clusters equipped with Kunpeng and shengteng processors.
- page_dev_yunlao_desc3=China computing power network (C²NET) phase I can realize high-speed network interconnection between different artificial intelligence computing centers, and realize reasonable scheduling of computing power and flexible allocation of resources. At present, 11 intelligent computing centers have been connected, and the total scale of computing power is 1924p OPS@FP16. OpenI AI collaboration platform has been connected to Pengcheng Cloud Computing Institute, Chengdu Intelligent Computing Center, Zhongyuan Intelligent Computing Center, Hefei brain and other nodes.
- page_dev_yunlao_desc4=Developers can freely select the corresponding computing resources according to the use needs, and can test the adaptability, performance, stability, etc. of the model in different hardware environments.
- page_dev_yunlao_desc5=If your model requires more computing resources, you can also apply for it separately.
- page_dev_yunlao_apply=Apply Separately
- c2net_title=China Computing NET(C²NET)
- c2net_desc=Extensive access to intelligent computing centers, supercomputing centers and big data centers across the country to provide users with free computing resources.
- c2net_center=Center
- search=Search
- search_repo=Repository
- search_dataset=DataSet
- search_issue=Issue
- search_pr=Pull Request
- search_user=User
- search_org=Organization
- search_finded=Find
- search_related=related
- search_maybe=maybe
- search_ge=
-
- wecome_AI_plt = Welcome to OpenI AI Collaboration Platform!
- explore_AI = Explore better AI, come here to find more interesting
- datasets = Datasets
- datasets_descr = Open source dataset base, seamlessly integrated with your project. View all
- repositories = Repositories
- use_plt__fuction = To use the AI collaboration functions provided by this platform, such as: hosting code, sharing data, debugging algorithms or training models, start with
- provide_resoure = Computing resources of CPU/GPU/NPU are provided freely for various types of AI tasks.
- activity = Activity
- no_events = There are no events related
- or_t = or
- powerdby=Powered_by Pengcheng CloudBrain、China Computing NET(C²NET)、
- experience_officer=Experience Officer
- openi_experience_officer_plan=OpenI AI experience officer growth plan
- more_benefits=, More benefits
- org_see=See
- more_notice=More notices
- vedio_detail=Video details
-
- [explore]
- repos = Repositories
- select_repos = Select the project
- users = Users
- organizations = Organizations
- images = Cloudbrain Mirror
- search = Search
- search_pro=Search projects
- code = Code
- data_analysis=Digital Bulletin Board (test)
- repo_no_results = No matching repositories found.
- dataset_no_results = No matching datasets found.
- user_no_results = No matching users found.
- org_no_results = No matching organizations found.
- code_no_results = No source code matching your search term found.
- code_search_results = Search results for '%s'
- code_last_indexed_at = Last indexed %s
- save=Save
- cancel=Cancel
- hot_repo=Hot Repositories
- active_repo=Active Repositories
- all_fields = All fields
- large_model = Large model
- ai_development_tools = AI tools
- computer_version = Computer version
- natural_language_processing = NLP
- machine_learning = Machine learning
- neural_networks = Neural networks
- autopilot = Autopilot
- robot = Robot
- federated_learning = Federated learning
- data_mining = Data mining
- RISC-V_development = RISC-V development
-
- [auth]
- create_new_account = Register Account
- register_helper_msg = Already have an account? Sign in now!
- social_register_helper_msg = Already have an account? Link it now!
- disable_register_prompt = Registration is disabled. Please contact your site administrator.
- disable_register_mail = Email confirmation for registration is disabled.
- remember_me = Remember Me
- forgot_password_title= Forgot Password
- forgot_password = Forgot password?
- sign_up_now = Need an account? Register now.
- sign_up_successful = Account was successfully created.
- confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
- must_change_password = Update your password
- allow_password_change = Require user to change password (recommended)
- reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
- active_your_account = Activate Your Account
- account_activated = Account has been activated
- prohibit_login = Sign In Prohibited
- prohibit_login_desc = Your account is prohibited to sign in, please contact your site administrator.
- resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
- has_unconfirmed_mail = Hi %s, you have an unconfirmed email address (<b>%s</b>).
- has_unconfirmed_mail_resend = If you did not receive the activation email, or need to resend it, please click the "Resend your activation email" button below.
- has_unconfirmed_mail_change =If you need to change your email address before sending an activation email, please click the "Change email" button below.
- resend_mail = Resend your activation email
- email_not_associate = The email address is not associated with any account.
- email_not_main=The email address is wrong, please input your primary email address.
- email_not_right=The email address is not associated with any account, please input the right email address.
- send_reset_mail = Send Account Recovery Email
- please_enter_main_email=Please enter your primary email
- please_enter_main_email_tips=Tips: Only the primary email can receive the recovery email.
- reset_password = Account Recovery
- invalid_code = Your confirmation code is invalid or has expired.
- reset_password_helper = Recover Account
- reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
- reset_password_wrong_user_phone=You are signed in, but the phone number is used by other user.
- password_too_short = Password length cannot be less than %d characters.
- non_local_account = Non-local users can not update their password through the openi web interface.
- verify = Verify
- scratch_code = Scratch code
- use_scratch_code = Use a scratch code
- twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
- twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
- twofa_scratch_token_incorrect = Your scratch code is incorrect.
- login_userpass = Sign In
- login_openid = OpenID
- login_cloudbrain = cloudbrain login
- oauth_signup_tab = Register New Account
- oauth_signup_title = Add Email and Password (for Account Recovery)
- oauth_signup_submit = Complete Account
- oauth_signin_tab = Link to Existing Account
- oauth_signin_title = Sign In to Authorize Linked Account
- oauth_signin_submit = Link Account
- openid_connect_submit = Connect
- openid_connect_title = Connect to an existing account
- openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
- openid_register_title = Create new account
- openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
- openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
- disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator.
- email_domain_blacklisted = You cannot register with this kind of email address.
- email_domain_blacklisted_change = This type of email address is not currently supported.
- authorize_application = Authorize Application
- authorize_redirect_notice = You will be redirected to %s if you authorize this application.
- authorize_application_created_by = This application was created by %s.
- authorize_application_description = If you grant the access, it will be able to access and write to all your account information, including private repos and organisations.
- authorize_title = Authorize "%s" to access your account?
- authorization_failed = Authorization failed
- authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
- disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator.
- sspi_auth_failed = SSPI authentication failed
- change_email = Change email
- change_email_address = Change email address
- new_email_address = New email address
- openi_community_really_awesome = OpenI, Really Awesome!
-
- [phone]
- format_err=The format of phone number is wrong.
- query_err=Fail to query phone number, please try again later.
- already_register=The phone number is already used.
- not_register=The phone number is wrong.
- not_modify=The phone number is not updated.
- max_times=One phone number can not send verification code more than %s times a day.
- too_fast=Send too frequently, please try again later.
- manual_first=Please slide to finish the jigsaw first.
- verify_code_fail=Please input right verification code.
- bind_phone=Please Bind Your Phone.
- bind_phone_fail=Fail to bind phone number, please try again later.
- phone_number=Phone number
- drag_the_slider_to_fill_the_puzzle=Drag the slider to the right to fill the puzzle
- mobile_phone_verification_code=Phone verification code
- please_enter_SMS_verification_code=Please enter SMS verification code
- get_verification_code=Get verification code
- new_login_password=New login password
- please_enter_new_password=Please enter new password
- second_resend=S resend
- please_bind_your_mobile_number=Please Bind Your Phone Number
- submit=Submit
- please_enter_the_correct_mobile_number=Please enter the correct phone number
- please_enter_the_correct_mobile_phone_verification_code=Please enter the correct phone verification code
- email_retrieve_password=Email retrieve password
- mobile_number_retrieve_password=Phone number retrieve password
- mobile_login=Mobile login
- account_password_login=Account password login
- cloud_brain_user_login=Cloud brain user login
- modify_phone_number=Modify phone number
-
-
- [mail]
- activate_account = Please activate your account
- activate_email = Verify your email address
- reset_password = Recover your account
- register_success = Registration successful
- register_notify = Welcome to openi
-
- [modal]
- yes = Yes
- no = No
- modify = Update
-
- [form]
- UserName = Username
- Alias = Repository name
- courseAlias = Course Name
- courseAdress = Course Path
- RepoPath = Repository path
- RepoAdress = Repository Adress
- course_Adress = Course Address
- Email = Email address
- Password = Password
- Retype = Re-Type Password
- SSHTitle = SSH key name
- HttpsUrl = HTTPS URL
- PayloadUrl = Payload URL
- TeamName = Team name
- AuthName = Authorization name
- AdminEmail = Admin email
-
- NewBranchName = New branch name
- CommitSummary = Commit summary
- CommitMessage = Commit message
- CommitChoice = Commit choice
- TreeName = File path
- Content = Content
-
- SSPISeparatorReplacement = Separator
- SSPIDefaultLanguage = Default Language
-
- require_error = ` cannot be empty.`
- alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
- alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
- reponame_dash_dot_error=` Please enter Chinese, alphanumeric, dash ('-') ,underscore ('_') and dot ('.')characters, up to 100 characters. `
- repoadd_dash_dot_error=` Path only allows input alphanumeric, dash ('-') ,underscore ('_') and dot ('.')characters, up to 100 characters. `
- git_ref_name_error = ` must be a well-formed Git reference name.`
- alpha_dash_dot_chinese_error= ` should contain only alphanumeric, chinese, dash ('-') and underscore ('_') characters.`
- size_error = ` must be size %s.`
- min_size_error = ` must contain at least %s characters.`
- max_size_error = ` must contain at most %s characters.`
- email_error = ` is not a valid email address.`
- url_error = ` is not a valid URL.`
- include_error = ` must contain substring '%s'.`
- glob_pattern_error = ` glob pattern is invalid: %s.`
- unknown_error = Unknown error:
- captcha_incorrect = The CAPTCHA code is incorrect.
- password_not_match = The passwords do not match.
- lang_select_error = Select a language from the list.
-
- username_been_taken = The username is already taken.
- repo_name_been_taken = The repository name or path is already used.
- course_name_been_taken=The course name or path is already used.
- visit_rate_limit = Remote visit addressed rate limitation.
- 2fa_auth_required = Remote visit required two factors authentication.
- org_name_been_taken = The organization name is already taken.
- team_name_been_taken = The team name is already taken.
- team_no_units_error = Allow access to at least one repository section.
- email_been_used = The email address is already used.
- openid_been_used = The OpenID address '%s' is already used.
- username_password_incorrect = Username or password is incorrect.
- password_complexity = Password does not pass complexity requirements:
- password_lowercase_one = At least one lowercase character
- password_uppercase_one = At least one uppercase character
- password_digit_one = At least one digit
- password_special_one = At least one special character (punctuation, brackets, quotes, etc.)
- enterred_invalid_repo_name = The repository name you entered is incorrect.
- enterred_invalid_owner_name = The new owner name is not valid.
- enterred_invalid_password = The password you entered is incorrect.
- user_not_exist = The user does not exist.
- team_not_exist = The team does not exist.
- last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner in any given team.
- cannot_add_org_to_team = An organization cannot be added as a team member.
-
- invalid_ssh_key = Can not verify your SSH key: %s
- invalid_gpg_key = Can not verify your GPG key: %s
- unable_verify_ssh_key = "Can not verify the SSH key; double-check it for mistakes."
- auth_failed = Authentication failed: %v
-
- still_own_repo = "Your account owns one or more repositories; delete or transfer them first."
- still_has_org = "Your account is a member of one or more organizations; leave them first."
- org_still_own_repo = "This organization still owns one or more repositories; delete or transfer them first."
-
- target_branch_not_exist = Target branch does not exist.
-
- [user]
- change_avatar = Change your avatar…
- join_on = Joined on
- repositories = Repositories
- datasets = Datasets
- activity = Public Activity
- followers = Followers
- starred = Starred Repositories
- badge = Achievement Badge
- following = Following
- follow = Follow
- unfollow = Unfollow
- heatmap.loading = Loading Heatmap…
- user_bio = Biography
- own = Own
- all = All
- form.name_reserved = The username '%s' is reserved.
- form.name_pattern_not_allowed = The pattern '%s' is not allowed in a username.
- form.name_chars_not_allowed = User name '%s' contains invalid characters.
-
- static.invitationdetailsheetname=User Invitation Detail
- static.invitationNum=User Invitation Count
- static.invitationsheetname=User Invitation
- static.srcUserId=Recommended User ID
- static.sheetname=User Analysis
- static.id=ID
- static.name=User Name
- static.codemergecount=PR Count
- static.commitcount=Commit Count
- static.issuecount=Issue Count
- static.commentcount=Comment Count
- static.focusrepocount=Focus Repo Count
- static.starrepocount=Repo Star Count
- static.logincount=Login Count
- static.watchedcount=Watched Count
- static.commitcodesize=Commit Code Line
- static.solveissuecount=Solve Issue Count
- static.encyclopediascount=Encyclopedias Count
- static.createrepocount=Create Repo Count
- static.openiindex=OpenI Index
- static.registdate=Regist Date
- static.CloudBrainTaskNum=CloudBrain Task Count
- static.CloudBrainRunTime=CloudBrain Run Time
- static.CommitDatasetNum=Commit Dataset Count
- static.CommitModelCount=Commit Model Count
- static.ModelConvertCount=Model Convert Count
- static.UserIndex=Normalized user index
- static.UserIndexPrimitive=User Index
- static.countdate=Count Date
- static.FocusOtherUser=Focus Other User Count
- static.CollectDataset=Collect Dataset Count
- static.CollectedDataset=Collected Dataset Count
- static.RecommendDataset=Recommended Dataset Count
- static.CollectImage=Collect Image Count
- static.CollectedImage=Collected Image Count
- static.RecommendImage=Recommended Image Count
- static.email=Email
- static.phone=Phone
- static.location=Location
- static.all=All
- static.public.user_business_analysis_current_month=Current_Month
- static.public.user_business_analysis_current_week=Current_Week
- static.public.user_business_analysis_last_week=Last_Week
- static.public.user_business_analysis_current_year=Current_Year
- static.public.user_business_analysis_last30_day=Last_30_day
- static.public.user_business_analysis_last_month=Last_Month
- static.public.user_business_analysis_yesterday=Yesterday
- static.public.user_business_analysis_all=All
- static.downloadinfo=Due to the large amount of data generated in the customized time period and long calculation time, please download and export the data from the following address and export the data download address:
- metrics.sheetname=User Trend Analysis
- metrics.date=Count Date
- metrics.newregistuser=New registered user
- metrics.newregistandactiveuser=New activated
- metrics.hasactivateuser=New contributing activities
- metrics.newregistnotactiveuser=New inactive
- metrics.averageuser=Average new users
- metrics.newuseractiveindex=Activation rate of new users
- metrics.currentdayactivity=Current day contributing activities
- metrics.totalregistuser=Cumulative registered users
- metrics.totalactiveduser=Cumulative activated users
- metrics.totalhasactivityuser=Cumulative active users
-
- [settings]
- profile = Profile
- account = Account
- password = Password
- security = Security
- avatar = Avatar
- ssh_gpg_keys = SSH / GPG Keys
- social = Social Accounts
- applications = Applications
- orgs = Manage Organizations
- repos = Repositories
- delete = Delete Account
- twofa = Two-Factor Authentication
- account_link = Linked Accounts
- organization = Organizations
- uid = Uid
- u2f = Security Keys
- bind_wechat = Bind WeChat
- no_wechat_bind = Can not do the operation, please bind WeChat first.
- wechat_bind = WeChat Binding
- bind_account_information = Bind account information
- bind_time = Bind Time
- wechat = Wechat
- unbind_wc = Unbind
- unbind_wechat = Are you sure you want to unbind WeChat?
- unbind_computing = After unbundling, the qizhi computing power environment will not be available
-
- public_profile = Public Profile
- profile_desc = Your email address will be used for notifications and other operations.
- password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
- full_name = Full Name
- website = Website
- location = Location
- update_theme = Update Theme
- update_profile = Update Profile
- update_profile_success = Your profile has been updated.
- change_username = Your username has been changed.
- change_username_prompt = Note: username changes also change your account URL.
- continue = Continue
- cancel = Cancel
- language = Language
- ui = Theme
-
- lookup_avatar_by_mail = Look Up Avatar by Email Address
- federated_avatar_lookup = Federated Avatar Lookup
- enable_custom_avatar = Use Custom Avatar
- choose_new_avatar = Choose new avatar
- update_avatar = Update Avatar
- delete_current_avatar = Delete Current Avatar
- uploaded_avatar_not_a_image = The uploaded file is not an image.
- uploaded_avatar_is_too_big = The uploaded file has exceeded the maximum size.
- update_avatar_success = Your avatar has been updated.
-
- change_password = Update Password
- old_password = Current Password
- new_password = New Password
- retype_new_password = Re-Type New Password
- password_incorrect = The current password is incorrect.
- change_password_success = Your password has been updated. Sign in using your new password from now on.
- password_change_disabled = Non-local users can not update their password through the openi web interface.
-
- emails = Email Addresses
- manage_emails = Manage Email Addresses
- manage_themes = Select default theme
- manage_openid = Manage OpenID Addresses
- email_desc = Your primary email address will be used for notifications and other operations.
- theme_desc = This will be your default theme across the site.
- primary = Primary
- activated = Activated
- requires_activation = Requires activation
- primary_email = Make Primary
- activate_email = Send Activation
- activations_pending = Activations Pending
- delete_email = Remove
- email_deletion = Remove Email Address
- email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
- email_deletion_success = The email address has been removed.
- theme_update_success = Your theme was updated.
- theme_update_error = The selected theme does not exist.
- openid_deletion = Remove OpenID Address
- openid_deletion_desc = Removing this OpenID address from your account will prevent you from signing in with it. Continue?
- openid_deletion_success = The OpenID address has been removed.
- add_new_email = Add New Email Address
- add_new_openid = Add New OpenID URI
- add_email = Add Email Address
- add_openid = Add OpenID URI
- add_email_confirmation_sent = A confirmation email has been sent to '%s'. Please check your inbox within the next %s to confirm your email address.
- add_email_success = The new email address has been added.
- email_preference_set_success = Email preference has been set successfully.
- add_openid_success = The new OpenID address has been added.
- keep_email_private = Hide Email Address
- keep_email_private_popup = Your email address will be hidden from other users.
- openid_desc = OpenID lets you delegate authentication to an external provider.
-
- manage_ssh_keys = Manage SSH Keys
- manage_gpg_keys = Manage GPG Keys
- add_key = Add Key
- ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.
- gpg_desc = These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.
- ssh_helper = <strong>Need help?</strong> Have a look at GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH.
- gpg_helper = <strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>.
- add_new_key = Add SSH Key
- add_new_gpg_key = Add GPG Key
- ssh_key_been_used = This SSH key has already been added to the server.
- ssh_key_name_used = An SSH key with same name is already added to your account.
- gpg_key_id_used = A public GPG key with same ID already exists.
- gpg_no_key_email_found = This GPG key is not usable with any email address associated with your account.
- subkeys = Subkeys
- key_id = Key ID
- key_name = Key Name
- key_content = Content
- add_key_success = The SSH key '%s' has been added.
- add_gpg_key_success = The GPG key '%s' has been added.
- delete_key = Remove
- ssh_key_deletion = Remove SSH Key
- gpg_key_deletion = Remove GPG Key
- ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue?
- gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue?
- ssh_key_deletion_success = The SSH key has been removed.
- gpg_key_deletion_success = The GPG key has been removed.
- add_on = Added on
- valid_until = Valid until
- valid_forever = Valid forever
- last_used = Last used on
- no_activity = No recent activity
- can_read_info = Read
- can_write_info = Write
- key_state_desc = This key has been used in the last 7 days
- token_state_desc = This token has been used in the last 7 days
- show_openid = Show on profile
- hide_openid = Hide from profile
- ssh_disabled = SSH Disabled
-
- manage_social = Manage Associated Social Accounts
- social_desc = These social accounts are linked to your openi account. Make sure you recognize all of them as they can be used to sign in to your openi account.
- unbind = Unlink
- unbind_success = The social account has been unlinked from your openi account.
-
- manage_access_token = Manage Access Tokens
- generate_new_token = Generate New Token
- tokens_desc = These tokens grant access to your account using the openi API.
- new_token_desc = Applications using a token have full access to your account.
- token_name = Token Name
- generate_token = Generate Token
- generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
- generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
- delete_token = Delete
- access_token_deletion = Delete Access Token
- access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. Continue?
- delete_token_success = The token has been deleted. Applications using it no longer have access to your account.
-
- manage_oauth2_applications = Manage OAuth2 Applications
- edit_oauth2_application = Edit OAuth2 Application
- oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this openi instance.
- remove_oauth2_application = Remove OAuth2 Application
- remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue?
- remove_oauth2_application_success = The application has been deleted.
- create_oauth2_application = Create a new OAuth2 Application
- create_oauth2_application_button = Create Application
- create_oauth2_application_success = You've successfully created a new OAuth2 application.
- update_oauth2_application_success = You've successfully updated the OAuth2 application.
- oauth2_application_name = Application Name
- oauth2_select_type = Which application type fits?
- oauth2_type_web = Web (e.g. Node.JS, Tomcat, Go)
- oauth2_type_native = Native (e.g. Mobile, Desktop, Browser)
- oauth2_redirect_uri = Redirect URI
- save_application = Save
- oauth2_client_id = Client ID
- oauth2_client_secret = Client Secret
- oauth2_regenerate_secret = Regenerate Secret
- oauth2_regenerate_secret_hint = Lost your secret?
- oauth2_client_secret_hint = The secret won't be visible if you revisit this page. Please save your secret.
- oauth2_application_edit = Edit
- oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
- oauth2_application_remove_description = Removing an OAuth2 application will prevent it to access authorized user accounts on this instance. Continue?
-
- authorized_oauth2_applications = Authorized OAuth2 Applications
- authorized_oauth2_applications_description = You have granted access to your personal openi account to these third party applications. Please revoke access for applications no longer needed.
- revoke_key = Revoke
- revoke_oauth2_grant = Revoke Access
- revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
- revoke_oauth2_grant_success = You have revoked access successfully.
-
- twofa_desc = Two-factor authentication enhances the security of your account.
- twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication.
- twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication.
- twofa_disable = Disable Two-Factor Authentication
- twofa_scratch_token_regenerate = Regenerate Scratch Token
- twofa_scratch_token_regenerated = Your scratch token is now %s. Store it in a safe place.
- twofa_enroll = Enroll into Two-Factor Authentication
- twofa_disable_note = You can disable two-factor authentication if needed.
- twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue?
- regenerate_scratch_token_desc = If you misplaced your scratch token or have already used it to sign in you can reset it here.
- twofa_disabled = Two-factor authentication has been disabled.
- scan_this_image = Scan this image with your authentication application:
- or_enter_secret = Or enter the secret: %s
- then_enter_passcode = And enter the passcode shown in the application:
- passcode_invalid = The passcode is incorrect. Try again.
- twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once!
-
- u2f_desc = Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel="noreferrer" href="https://fidoalliance.org/">FIDO U2F</a> standard.
- u2f_require_twofa = Your account must be enrolled in two-factor authentication to use security keys.
- u2f_register_key = Add Security Key
- u2f_nickname = Nickname
- u2f_press_button = Press the button on your security key to register it.
- u2f_delete_key = Remove Security Key
- u2f_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
-
- manage_account_links = Manage Linked Accounts
- manage_account_links_desc = These external accounts are linked to your openi account.
- account_links_not_available = There are currently no external accounts linked to your openi account.
- remove_account_link = Remove Linked Account
- remove_account_link_desc = Removing a linked account will revoke its access to your openi account. Continue?
- remove_account_link_success = The linked account has been removed.
-
- 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 = This operation will permanently delete your user account. It <strong>CAN NOT</strong> be undone.
- confirm_delete_account = Confirm Deletion
- delete_account_title = Delete User Account
- delete_account_desc = Are you sure you want to permanently delete this user account?
-
- email_notifications.enable = Enable Email Notifications
- email_notifications.onmention = Only Email on Mention
- email_notifications.disable = Disable Email Notifications
- email_notifications.submit = Set Email Preference
-
- [dataset]
- alert = To initiate a cloud brain task, please upload the dataset in zip format.
- dataset = Dataset
- dataset_setting= Dataset Setting
- title = Name
- title_format_err=Name can only contain number,letter,'-','_' or '.', and can be up to 100 characters long.
- description = Description
- description_format_err=Description's length can be up to %s characters long.
- create_dataset = Create Dataset
- download_url=Download Url
- download_model_url=Download Url
- download_oper=Operation
- download_copy=Copy URL
- create_dataset_fail=Failed to create dataset.
- query_dataset_fail=Failed to query dataset.
- edit_attachment_fail=Failed to update description.
- show_dataset= Dataset
- edit_dataset= Edit Dataset
- update_dataset= Update Dataset
- category = Category
- no_category = No Category
- task = Task
- no_task = No Task
- reference_dataset_fail=Failed to reference dataset, please try again later.
- cancel_reference_dataset_fail=Failed to cancel reference dataset, please try again later.
- license = License
- no_license = No License
- file = Dataset File
- download = download
- download_count = download count
- edit = edit
- how_to_public=current project is private, When you project is public then you can public your dataset
- private = private
- public = public
- dir = directory
- back = back
- copy_url=Copy Download Url
- copy_md5 = Copy MD5
- directory=preview of the datasets
- create_label_task=create label task
- visibility = visibility
- visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
- visibility_helper = Make Dataset Private
- visibility_helper_forced = Your site administrator forces new datasets to be private.
- visibility_fork_helper = (Changing this will affect all forks.)
- settings.delete= Dataset Delete
- settings.delete_desc= Deleting a repository is permanent and cannot be undone.
- settings.delete_notices_1= - This operation <strong>CANNOT</strong> be undone.
- settings.delete_notices_2= - This operation will permanently delete the <strong>%s</strong> dataset.
- settings.delete_notices_fork_1= - Forks of this dataset will become independent after deletion.
- settings.deletion_success= The dataset has been deleted.
- settings.deletion_notice_cloudbrain = you need to stop the cloudbrain task under the project before remove the project!
- task.machine_translation= machine translation
- task.question_answering_system= question answering system
- task.information_retrieval= information retrieval
- task.knowledge_graph= knowledge graph
- task.text_annotation= text annotation
- task.text_categorization= text categorization
- task.emotion_analysis= emotion analysis
- task.language_modeling= language modeling
- task.speech_recognition= speech recognition
- task.automatic_digest= automatic digest
- task.information_extraction= information extraction
- task.description_generation= description generation
- task.image_classification= image classification
- task.face_recognition= face recognition
- task.image_search= image search
- task.target_detection= target detection
- task.image_description_generation= image description generation
- task.vehicle_license_plate_recognition= vehicle license plate recognition
- task.medical_image_analysis= medical image analysis
- task.unmanned= unmanned
- task.unmanned_security= unmanned security
- task.drone= drone
- task.vr_ar= VR/AR
- task.2_d_vision= 2.D vision
- task.2.5_d_vision= 2.5D vision
- task.3_d_reconstruction= 3Dreconstruction
- task.image_processing= image processing
- task.video_processing= video processing
- task.visual_input_system= visual input system
- task.speech_coding= speech coding
- task.speech_enhancement= speech enhancement
- task.speech_recognition= speech recognition
- task.speech_synthesis= speech synthesis
- category.computer_vision= computer vision
- category.natural_language_processing= natural language processing
- category.speech_processing= speech processing
- category.computer_vision_natural_language_processing= computer vision and natural language processing
- attachment.delete= Delete this version of dataset
- attachment.delete_desc= Are you sure you will delete this version of dataset, once deleted can not be recovery
- public= public
- private= private
- delete= Delete
- select_dataset=Select Dataset
- current_project=Current Project
- owner_dataset=Owner Dataset
- public_dataset=Public Dataset
- I_liked = I Liked
- use = Use
- create_new_dataset = Create New Dataset
- dataset_name = Dataset Name
- dataset_description = Dataset Description
- select_category = Select Category
- select_task = Select Research Direction/Application Area
- dataset_name_tooltips = Please enter letters, numbers, _ and - up to 100 characters.
- dataset_no_create = No dataset has been created yet
- dataset_explain = Dataset: CloudBrain I provides CPU/GPU resources, Cloudbrain II provides Ascend NPU resources, and the data set used for debugging also needs to be uploaded to the corresponding environment;
- dataset_instructions_for_use = Instructions for use: You can refer to Openi AI Collaboration Platform
- dataset_camp_course = OpenI_Learning;
- dataset_upload = Upload
- dataset_upload_status= Upload Status
- dataset_file_name = File Name
- dataset_available_clusters = Available Clusters
- dataset_upload_time = Upload Time
- download = Download
- modify_description = Modify Description
- set_public = Set Public
- set_private = Set Private
- annotation = Annotation
- upload_dataset_file = Upload Dataset File
- file_description = File Description
- data_upload = Dataset Upload
- illustrate = Illustrate
- illustrate.only = Only Datasets In
- illustrate.zip = zip/tar.gz Format
- illustrate.fisrt_end = Can Initiate Cloudbrain Tasks
- modify_dataset = Modify Dataset
- modify_dataset_description = Modify Dataset Description
- search_dataset = Search Dataset Files
- unzip_tooltips = If it has not been decompressed for a long time, please check whether the compressed package has encrypted files or file errors
- zip_failed = Decompression failed, please check whether the compressed package is encrypted or contact technical support
- dataset_desc = The description should not exceed 1024 characters
- unzip_successed=Unzip Successed
- unzip_failed=Unzip Failed
- unzip_stared=Unzipping
- unzip_status=Unzip Status
- collection_num=Collection Nums
- current_dataset=Current Dataset
- linked_dataset=Linked Dataset
- unfavorite=Unlike
- favorite=Like
- disassociate=Disassociate
- benchmark_dataset_tip=Note: first use the dataset function to upload the model, and then select the model from the dataset list.
- file_deleted=The file has been deleted
-
- [repo]
- owner = Owner
- repo_name = Repository Name
- repo_name_helper = Good repository names use short, memorable and unique keywords.
- repo_owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
- repo_size = Repository Size
- template = Template
- template_select = Select a template.
- template_helper = Make repository a template
- template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
- visibility = Visibility
- visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
- visibility_helper = Make Repository Private
- visibility_helper_forced = Your site administrator forces new repositories to be private.
- visibility_fork_helper = (Changing this will affect all forks.)
- clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>.
- fork_repo = Fork Repository
- fork_from = Fork From
- fork_visibility_helper = The visibility of a forked repository cannot be changed.
- use_template = Use this template
- generate_repo = Generate Repository
- generate_from = Generate From
- repo_desc = Description
- repo_lang = Language
- repo_gitignore_helper = Select .gitignore templates.
- repo_label_helpe = Press Enter to complete
- issue_labels = Issue Labels
- issue_labels_helper = Select an issue label set.
- license = License
- license_helper = Select a license file
- readme = README
- readme_helper = Select a README file template.
- auto_init = Initialize Repository (Adds .gitignore, License and README)
- create_repo = Create Repository
- failed_to_create_repo=Failed to create repository, please try again later.
- failed_to_create_notebook_repo=Failed to create %s repository, please check whether you have the same name project, if yes please update or delete it first.
- create_course = Publish Course
- failed_to_create_course=Failed to publish course, please try again later.
- default_branch = Default Branch
- mirror_prune = Prune
- mirror_prune_desc = Remove obsolete remote-tracking references
- mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable automatic sync.
- mirror_interval_invalid = The mirror interval is not valid.
- mirror_address = Clone From URL
- mirror_address_desc = Put any required credentials in the Clone Authorization section.
- mirror_address_url_invalid = The provided url is invalid. You must escape all components of the url correctly.
- mirror_address_protocol_invalid = The provided url is invalid. Only http(s):// or git:// locations can be mirrored from.
- mirror_last_synced = Last Synchronized
- watchers = Watchers
- stargazers = Stargazers
- forks = Forks
- pick_reaction = Pick your reaction
- reactions_more = and %d more
- unit_disabled = The site administrator has disabled this repository section.
- language_other = Other
- datasets = Datasets
- datasets.desc = Enable Dataset
- cloudbrain_helper=Use GPU/NPU resources to open notebooks, model training tasks, etc.
- cloudbrain.exitinfo=Exit Information
- cloudbrain.platform=Platform
- cloudbrain.endtime=End Time
- cloudbrain.runinfo=Task Runtime Information
- cloudbrain.time.starttime=Start run time
- cloudbrain.time.endtime=End run time
- cloudbrain.datasetdownload=Dataset download url
- model_manager = Model
- model_experience = Model Experience
- model_noright=You have no right to do the operation.
- model_rename=Duplicate model name, please modify model name.
-
- notebook_file_not_exist=Notebook file does not exist.
- notebook_select_wrong=Please select a Notebook(.ipynb) file first.
- notebook_path_too_long=The total length of selected file or files path exceed 255 characters, please select a shorter path file or change the file path.
- notebook_branch_name_too_long=The total length of branch or branches name exceed 255 characters, please select a file in other branch.
- notebook_file_no_right=You have no right to access the Notebook(.ipynb) file.
- notebook_repo_conflict=The files in different branches of the same repository can not run together.
- debug_again_fail=Fail to restart debug task, please try again later.
- debug_again_fail_forever=The task was scheduled failed last time, can not restart.
-
- date=Date
- repo_add=Project Increment
- repo_total=Project Total
- repo_public_add=Public Project Increment
- repo_private_add=Private Project Increment
- repo_fork_add=Fork Project Increment
- repo_mirror_add=Mirror Project Increment
- repo_self_add=Custom Project Increment
-
- debug=Debug
- debug_again=Restart
- stop=Stop
- delete=Delete
- more=More
- gpu_type_all=All
- model_download=Model Download
- all_result_download=All result download
- submit_image=Submit Image
- modify_image=Modify Image
- image_exist=Image name has been used, please use a new one.
- image_committing=Image is submitting, please try again later.
- image_commit_fail=Failed to submit image, please try again later.
- image_over_20g=Failed to submit image, the size of image can not be over 20GB.
- image_not_exist=Image does not exits.
- image_edit_fail=Failed to edit image, please try again later.
- image_delete_fail=Failed to delete image, please try again later.
- image_overwrite=You had submitted the same name image before, are you sure to overwrite the original image?
- download=Download
- score=Score
- wait_count_start = Your current queue position is
- wait_count_end =
- file_limit_100 = Display up to 100 files or folders in a single directory
- images.name = Image Tag
- images.name_placerholder = Please enter the image name
- image.label_tooltips = Example Python 3.7, Tensorflow 2.0, cuda 10, pytorch 1.6
- images.public_tooltips = After the image is set to public, it can be seen by other users.
- images.name_rule = Please enter letters, numbers, _ and - up to 64 characters and cannot end with a dash (-).
- images.delete_task = Delete image
- images.task_delete_confirm = Are you sure you want to delete this image? Once this image is deleted, it cannot be recovered.
-
- cloudbrain=Cloudbrain
- cloudbrain.task = Cloudbrain Task
- cloudbrain.search = Seach Task Name
- cloudbrain.new=New cloudbrain
- cloudbrain.desc=Cloudbrain
- cloudbrain.cancel=Cancel
- cloudbrain.commit_image = Submit
- clone_cnt=Download
- balance = Balance
- balance.total_view = Total Balance
- balance.available = Available Balance:
- cloudbrain1 = cloudbrain1
- cloudbrain2 = cloudbrain2
- cdCenter = cd_ai_center
- cloudbrain_selection = select cloudbrain
- cloudbrain_platform_selection = Select the cloudbrain platform you want to use:
- confirm_choice = Confirm
- cloudbran1_tips = Only data in zip format can create cloudbrain tasks
- cloudbrain_creator=Creator
- cloudbrain_task = Task Name
- cloudbrain_task_type = Task Type
- cloudbrain_task_name=Cloud Brain Task Name
- cloudbrain_operate = Operate
- cloudbrain_status_createtime = Status/Createtime
- cloudbrain_status_runtime = Running Time
- cloudbrain_jobname_err=Name must start with a lowercase letter or number,can include lowercase letter,number,_ and -,can not end with _, and can be up to 36 characters long.
- cloudbrain_samejob_err=A task with the same name has been created, the system is processing it, please wait a minute.
- cloudbrain_bootfile_err=The bootfile does not exist in the repository
- cloudbrain_query_fail=Failed to query cloudbrain information.
- cloudbrain.mirror_tag = Mirror Tag
- cloudbrain.mirror_description = Mirror Description
-
- record_begintime_get_err=Can not get the record begin time.
- parameter_is_wrong=The input parameter is wrong.
- total_count_get_error=Can not get the total page.
- last_update_time_error=Can not get the last updated time.
- get_repo_stat_error=Can not get the statistics of the repository.
- get_repo_info_error=Can not get the information of the repository.
- generate_statistic_file_error=Failed to generate file.
- repo_stat_inspect=ProjectAnalysis
- repo_stat_develop=ProjectTrendAnalysis
- all=All
- current_year=Current_Year
-
- computing.all = All
- computing.Introduction=Introduction
- computing.success=Join Success
-
- modelarts.status=Status
- modelarts.createtime=CreateTime
- modelarts.version_nums = Version Nums
- modelarts.version = Version
- modelarts.computing_resources=Compute Resources
- modelarts.cluster.computing_resources=Cluster/Compute Resources
- modelarts.ai_center=Ai Center
- modelarts.card_type=Card Type
- modelarts.cluster=Cluster
- modelarts.notebook=Debug Task
- modelarts.train_job=Train Task
- modelarts.train_job.new_debug= New Debug Task
- modelarts.train_job.new_train=New Train Task
- modelarts.train_job.new_infer=New Inference Task
- modelarts.train_job.config=Configuration information
- modelarts.train_job.new=New train Task
- modelarts.train_job.new_place=The description should not exceed 256 characters
- modelarts.model_name=Model Name
- modelarts.model_size=Model Size
- modelarts.import_model=Import Model
-
- modelarts.modify=Modify
- modelarts.current_version=Current version
- modelarts.parent_version=Parent Version
- modelarts.run_version=Run Version
- modelarts.train_job.compute_node=Compute Node
- modelarts.create_model = Create Model
- modelarts.model_label=Model Label
- modelarts.infer_dataset = Inference Dataset
- modelarts.train_job.label_place=Input labels, multiple labels are separated by spaces
-
- modelarts.train_job.basic_info=Basic Info
- modelarts.train_job.job_status=Job Status
- modelarts.train_job.job_name=Job Name
- modelarts.train_job.version=Job Version
- modelarts.train_job.start_time=Start Time
- modelarts.train_job.dura_time=Running Time
- modelarts.train_job.description=Description
- modelarts.train_job.parameter_setting=Parameter setting
- modelarts.train_job.parameter_setting_info=Parameter Info
- modelarts.train_job.fast_parameter_setting=fast_parameter_setting
- modelarts.train_job.fast_parameter_setting_config=fast_parameter_setting_config
- modelarts.train_job.fast_parameter_setting_config_link=fast_parameter_setting_config_link
- modelarts.train_job.frames=frames
- modelarts.train_job.algorithm_origin=Algorithm Origin
- modelarts.train_job.AI_driver=AI Engine
- modelarts.train_job.AI_Engine=AI Engine
- modelarts.train_job.start_file=Start File
- modelarts.train_job.boot_file_helper=The startup file is the entry file that your program executes, and it must be a file ending in .py
- modelarts.train_job.dataset=Dataset
- modelarts.code_version = Code Version
- modelarts.parents_version = Parents Version
- modelarts.train_job.run_parameter=Run Parameter
- modelarts.train_job.add_run_parameter=Add Run Parameter
- modelarts.train_job.parameter_name=Parameter Name
- modelarts.train_job.parameter_value=Parameter Value
- modelarts.train_job.resource_setting=resource_setting
- modelarts.train_job.resource_setting_info=resource_setting_info
- modelarts.train_job.resource_pool=resource_pool
- modelarts.train_job.resource_type=Resource Type
- modelarts.train_job.train_dataset=Train Dataset
- modelarts.train_job.standard=Standard
- modelarts.train_job.NAS_address=NAS Address
- modelarts.train_job.NAS_mount_path=NAS Mount Path
- modelarts.train_job.query_whether_save_parameter=query_whether_save_parameter
- modelarts.train_job.save_helper=save_helper
- modelarts.train_job.common_frame=common_frame
- modelarts.train_job.amount_of_compute_node=Amount of Compute Node
- modelarts.train_job.job_parameter_name=job_parameter_name
- modelarts.train_job.parameter_description=parameter_description
- modelarts.log=Log
- modelarts.version_manage=Version Manage
- modelarts.back=Back
- modelarts.train_job_para_admin=train_job_para_admin
- modelarts.train_job_para.edit=train_job_para.edit
- modelarts.train_job_para.connfirm=train_job_para.connfirm
-
-
- modelarts.evaluate_job=Model Evaluation
- modelarts.evaluate_job.new_job=New Model Evaluation
-
- cloudbrain.benchmark.evaluate_type=Evaluation Type
- cloudbrain.benchmark.evaluate_scenes = Evaluation Scenes
- cloudbrain.benchmark.algorithm=Algorithm Evaluation
- cloudbrain.benchmark.model=Model Evaluation
- cloudbrain.benchmark.evaluate_child_type=Child Type
- cloudbrain.benchmark.evaluate_mirror=Mirror
- cloudbrain.benchmark.evaluate_train=Train Script
- cloudbrain.benchmark.evaluate_test=Test Script
- cloudbrain.benchmark.types={"type":[{"id":1,"rank_link":"https://openi.pcl.ac.cn/benchmark/?username=admin&algType=detection","first":"Target detection","second":[{"id":1,"value":"None","attachment":"84cf39c4-d8bc-41aa-aaa3-182ce289b105","owner":"yangzhx","repo_name":"detection_benchmark_script"}]},{"id":2,"rank_link":"https://openi.pcl.ac.cn/benchmark/?username=admin&algType=reid","first":"Target re-identification","second":[{"id":1,"value":"Vehicle re-identification","attachment":"84cf39c4-d8bc-41aa-aaa3-182ce289b105","owner":"JiahongXu","repo_name":"benchmark_reID_script"},{"id":2,"value":"Image-based person re-identification","attachment":"84cf39c4-d8bc-41aa-aaa3-182ce289b105","owner":"JiahongXu","repo_name":"benchmark_reID_script"}]},{"id":3,"rank_link":"https://openi.pcl.ac.cn/benchmark/?username=admin&algType=tracking","first":"Multi-target tracking","second":[{"id":1,"value":"None","attachment":"84cf39c4-d8bc-41aa-aaa3-182ce289b105","owner":"lix07","repo_name":"MOT_benchmark_script"}]}]}
- cloudbrain.morethanonejob=You already have a running or waiting task, create it after that task is over.
- cloudbrain.morethanonejob1=You have created an <span style="color:rgba(242, 113, 28, 1);"> equivalent task </span> that is waiting or running, please wait for the task to finish before creating it.
- cloudbrain.morethanonejob2=You can view all your Cloud Brain tasks in <a href="/cloudbrains" target="_blank"> Home > Cloudbrain Task </a>.
-
- modelarts.infer_job_model = Model
- modelarts.infer_job_model_file = Model File
- modelarts.infer_job = Inference Job
- modelarts.infer_job.model_version = Model/Version
- modelarts.infer_job.select_model = Select Model
- modelarts.infer_job.boot_file_helper=The startup file is the entry file for your program execution and must end in.py.Such as inference.py, main.py, example/inference.py, case/main.py.
- modelarts.infer_job.tooltip = The model has been deleted and cannot be viewed.
- modelarts.download_log=Download log file
- modelarts.log_file = Log file
- modelarts.fullscreen_log_file = View in full screen
- modelarts.exit_full_screen = Exit fullscreen
- modelarts.no_node_right = The value of 'Amount of Compute Node' is wrong, you have no right to use the current value of 'Amount of Compute Node'.
-
- scrolled_logs_top = You have scrolled to the top of the log
- scrolled_logs_top_pls_retry = You have scrolled to the top of the log, please try again later!
- scrolled_logs_bottom = You have scrolled to the bottom of the log
- scrolled_logs_bottom_pls_retry = You have scrolled to the bottom of the log, please try again later!
-
- canceled_operation = You have canceled the operation
- successfully_deleted = Successfully deleted
-
- debug_task_not_created = Debug task has not been created
- train_task_not_created = Train task has not been created
- inference_job_not_created = Inference job has not been created
- model_Evaluation_not_created = Model evaluation has not been created
- repo_not_initialized = Code version: You have not initialized the code repository, please <a href="%s"> initialized </a> first ;
- debug_task_running_limit =Running time: no more than 4 hours, it will automatically stop if it exceeds 4 hours;
- dataset_desc = Dataset: Cloud Brain 1 provides CPU/GPU,Cloud Brain 2 provides Ascend NPU.And dataset also needs to be uploaded to the corresponding environment;
- platform_instructions = Instructions for use: You can refer to the <a href="https://openi.pcl.ac.cn/zeizei/OpenI_Learning"> OpenI_Learning </a> course of Qizhi AI collaboration platform.
- platform_instructions1 = Instructions for use: You can refer to the
- platform_instructions2 = OpenI_Learning
- platform_instructions3 = course of Openi AI collaboration platform.
- model_not_exist = Model file: You do not have a model file yet, please generate and <a href="%s/modelmanage/show_model">export the model</a> through the <a href="%s/modelarts/train-job">training task</a> first ;
- benchmark_leaderboards = Benchmark leaderboards
-
- model.manage.import_new_model=Import New Model
- model.manage.create_error=Equal Name and Version has existed.
- model.manage.model_name = Model Name
- model.manage.version = Version
- model.manage.label = Label
- model.manage.size = Size
- model.manage.create_time = Create Time
- model.manage.description = Description
- model.manage.Accuracy = Accuracy
- model.manage.F1 = F1
- model.manage.Precision = Precision
- model.manage.Recall = Recall
- model.manage.sava_model = Sava Model
- model.manage.model_manage = ModelManage
- model.manage.model_accuracy = Model Accuracy
- model.convert=Model Transformation
- model.list=Model List
- model.manage.create_new_convert_task=Create Model Transformation Task
- model.manage.import_local_model=Import Local Model
- model.manage.import_online_model=Import Online Model
- model.manage.notcreatemodel=No model has been created
- model.manage.init1=Code version: You have not initialized the code repository, please
- model.manage.init2=initialized first ;
- model.manage.createtrainjob_tip=Training task: you haven't created a training task, please create it first
- model.manage.createmodel_tip=You can import local model or online model. Import online model should
- model.manage.createtrainjob=Create training task.
- model.manage.delete=Delete Model
- model.manage.delete_confirm=Are you sure to delete this model? Once this model is deleted, it cannot be restored.
- model.manage.select.trainjob=Select train task
- model.manage.select.version=Select version
- model.manage.engine=Model engine
- model.manage.select.engine=Select model engine
- model.manage.modelfile=Model file
- model.manage.modellabel=Model label
- model.manage.modeldesc=Model description
- model.manage.modelaccess=Model Access
- model.manage.modelaccess.public=Public
- model.manage.modelaccess.private=Private
- model.manage.modelaccess.setpublic=Set Public
- model.manage.modelaccess.setprivate=Set Private
- model.manage.baseinfo=Base Information
- modelconvert.notcreate=No model conversion task has been created.
- modelconvert.importfirst1=Please import the
- modelconvert.importfirst2=model
- modelconvert.importfirst3=first, then converts it.
- modelconvert.download=Download
- modelconvert.taskname=Task name
- modelconvert.modelname=Model name
- modelconvert.selectmodel=Select model
- modelconvert.modelversion=Model version
- modelconvert.selectversion=Select version
- modelconvert.selectmodelfile=Select model file
- modelconvert.taskstatus=Status
- modelconvert.srcengine=Source model engine
- modelconvert.outputformat=Output format
- modelconvert.createtime=Created time
- modelconvert.inputdataformat=Input data format
- modelconvert.inputshape=Input tensor shape
- modelconvert.inputshapetip=For example: 1,1,32,32, corresponding to the input data format.
- modelconvert.netoutputdata=Network output data type
- modelconvert.taskdesc=Task description
- modelconvert.newtask=New
- modelconvert.createtask=Create model transformation task
- modelconvert.taskurlname=Model transformation task
- log_scroll_start=Scroll to top
- log_scroll_end=Scroll to bottom
- modelconvert.tasknameempty=Please enter a task name.
- modelconvert.modelfileempty=Please choose a model file.
- modelconvert.inputshapeerror=Format input error, please input such as: 1,1,32,32, corresponding to the input data format.
-
- modelconvert.manage.create_error1=A model transformation task with the same name already exists.
- modelconvert.manage.create_error2=Only one running model transformation task can be created.
- modelconvert.manage.model_not_exist=The model in the task does not exist or has been deleted.
- modelconvert.manage.model_file_not_exist=The model file in the task does not exist or has been deleted.
- modelconvert.manage.no_operate_right=You have no right to do the operation.
-
- debug.manage.model_not_exist=The model in the task does not exist or has been deleted, please create a new debug job.
- debug.manage.dataset_not_exist=The part of datasets in the task does not exist or has been deleted, please create a new debug job.
-
- grampus.train_job.ai_center = AI Center
- grampus.dataset_path_rule = The code is storaged in /cache/code;the dataset is storaged in /cache/dataset;and please put your model into /cache/output, then you can download it online。
- grampus.gpu_dataset_path_rule = The code is storaged in /tmp/code;the dataset is storaged in /tmp/dataset;and please put your model into /tmp/output, then you can download it online。
- grampus.no_operate_right = You have no right to do this operation.
-
- template.items = Template Items
- template.git_content = Git Content (Default Branch)
- template.git_hooks = Git Hooks
- template.git_hooks_tooltip = You are currently unable to modify or remove git hooks once added. Select this only if you trust the template repository.
- template.webhooks = Webhooks
- template.topics = Topics
- template.avatar = Avatar
- template.issue_labels = Issue Labels
- template.one_item = Must select at least one template item
- template.one_promise = Must agree to use the agreement!
- template.invalid = Must select a template repository
- template.repo_adress=Adress
- template.repo_path=path
- template.repo_name=Name
-
- archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
- archive.issue.nocomment = This repo is archived. You cannot comment on issues.
- archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
-
- form.reach_limit_of_creation = You have already reached your limit of %d repositories.
- form.reach_limit_of_course_creation=You have already reached your limit of %d courses or repositories.
- form.name_reserved = The repository name '%s' is reserved.
- form.course_name_reserved=The course name '%s' is reserved.
- form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository name.
- form.course_name_pattern_not_allowed=The pattern '%s' is not allowed in a course name.
- add_course_org_fail=Failed to add organization, please try again later.
-
- need_auth = Clone Authorization
- migrate_type = Migration Type
- migrate_type_helper = This repository will be a <span class="text blue">mirror</span>
- migrate_items = Migration Items
- migrate_items_wiki = Wiki
- migrate_items_milestones = Milestones
- migrate_items_labels = Labels
- migrate_items_issues = Issues
- migrate_items_pullrequests = Pull Requests
- migrate_items_releases = Releases
- migrate_repo = Migrate Repository
- migrate.clone_address = Migrate / Clone From URL
- migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository
- migrate.clone_local_path = or a local server path
- migrate.permission_denied = You are not allowed to import local repositories.
- migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
- migrate.failed = Migration failed: %v
- migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'git lfs fetch --all' and 'git lfs push --all' instead.
- migrate.migrate_items_options = When migrating from github, input a username and migration options will be displayed.
- migrated_from = Migrated from <a href="%[1]s">%[2]s</a>
- migrated_from_fake = Migrated From %[1]s
- migrate.migrating = Migrating from <b>%s</b> ...
- migrate.migrating_failed = Migrating from <b>%s</b> failed.
-
- mirror_from = mirror of
- forked_from = forked from
- generated_from = generated from
- fork_from_self = You cannot fork a repository you own.
- fork_guest_user = Sign in to fork this repository.
- copy_link = Copy
- copy_link_success = Link has been copied
- copy_link_error = Use ⌘C or Ctrl-C to copy
- copy = Copy
- copied = Copied OK
- copied_error = Copied error
- unwatch = Unwatch
- watch = Watch
- unstar = Unstar
- star = Star
- fork = Fork
- download_archive = Download Repository
- star_fail=Failed to %s the dataset.
- watched=Watched
- notWatched=Not watched
- un_watch=Unwatch
- watch_all=Watch all
- watch_no_notify=Watch but not notify
-
- no_desc = No Description
- no_label = No labels
- quick_guide = Quick Guide
- clone_this_repo = Clone this repository
- create_new_repo_command = Creating a new repository on the command line
- push_exist_repo = Pushing an existing repository from the command line
- empty_message = This repository does not contain any content.
-
- code = Code
- code.desc = Access source code, files, commits and branches.
- branch = Branch
- tree = Tree
- filter_branch_and_tag = Filter branch or tag
- branches = Branches
- tags = Tags
- issues = Issues
- issues_detail = Detail
- pulls = Pull Requests
- labels = Labels
- org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
- org_labels_desc_manage = manage
-
- milestones = Milestones
- commits = Commits
- commit = Commit
- releases = Releases
- file_raw = Raw
- file_history = History
- file_view_raw = View Raw
- file_permalink = Permalink
- file_too_large = The file is too large to be shown.
- video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
- audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
- stored_lfs = Stored with Git LFS
- symbolic_link = Symbolic link
- commit_graph = Commit Graph
- blame = Blame
- normal_view = Normal View
- line = line
- lines = lines
- notebook_open = Run Online
-
- editor.new_file = New File
- editor.upload_file = Upload File
- editor.edit_file = Edit File
- editor.preview_changes = Preview Changes
- editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface.
- editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface.
- editor.edit_this_file = Edit File
- editor.this_file_locked = File is locked
- editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
- editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
- editor.delete_this_file = Delete File
- editor.must_have_write_access = You must have write access to make or propose changes to this file.
- editor.file_delete_success = File '%s' has been deleted.
- editor.name_your_file = Name your file…
- editor.filename_help = Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
- editor.or = or
- editor.cancel_lower = Cancel
- editor.commit_signed_changes = Commit Signed Changes
- editor.commit_changes = Commit Changes
- editor.add_tmpl = Add '<filename>'
- editor.add = Add '%s'
- editor.update = Update '%s'
- editor.delete = Delete '%s'
- editor.commit_message_desc = Add an optional extended description…
- editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
- editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
- editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
- editor.propose_file_change = Propose file change
- editor.new_branch_name_desc = New branch name…
- editor.cancel = Cancel
- editor.filename_cannot_be_empty = The filename cannot be empty.
- editor.filename_is_invalid = The filename is invalid: '%s'.
- editor.branch_does_not_exist = Branch '%s' does not exist in this repository.
- editor.branch_already_exists = Branch '%s' already exists in this repository.
- editor.directory_is_a_file = Directory name '%s' is already used as a filename in this repository.
- editor.file_is_a_symlink = '%s' is a symbolic link. Symbolic links cannot be edited in the web editor
- editor.filename_is_a_directory = Filename '%s' is already used as a directory name in this repository.
- editor.file_editing_no_longer_exists = The file being edited, '%s', no longer exists in this repository.
- editor.file_or_directory_editing_no_longer_exists = The file or directory being edited, '%s', no longer exists in this repository.
- editor.file_deleting_no_longer_exists = The file being deleted, '%s', no longer exists in this repository.
- editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
- editor.file_already_exists = A file named '%s' already exists in this repository.
- editor.commit_empty_file_header = Commit an empty file
- editor.commit_empty_file_text = The file you're about commit is empty. Proceed?
- editor.no_changes_to_show = There are no changes to show.
- editor.fail_to_update_file = Failed to update/create file '%s' with error: %v
- editor.push_rejected_no_message = The change was rejected by the server without a message. Please check githooks.
- editor.push_rejected = The change was rejected by the server with the following message:<br>%s<br> Please check githooks.
- editor.add_subdir = Add a directory…
- editor.unable_to_upload_files = Failed to upload files to '%s' with error: %v
- editor.upload_file_is_locked = File '%s' is locked by %s.
- editor.upload_files_to_dir = Upload files to '%s'
- editor.cannot_commit_to_protected_branch = Cannot commit to protected branch '%s'.
- editor.no_commit_to_branch = Unable to commit directly to branch because:
- editor.user_no_push_to_branch = User cannot push to branch
- editor.require_signed_commit = Branch requires a signed commit
- editor.repo_too_large = Repository can not exceed %d MB
- editor.repo_file_invalid = Upload files are invalid
- editor.upload_file_too_much = Can not upload more than %d files at a time
- editor.rename = rename "%s" to %s"
- editor.file_changed_while_renaming=The version of the file or folder to be renamed has changed. Please refresh the page and try again
-
-
- commits.desc = Browse source code change history.
- commits.commits = Commits
- commits.no_commits = No commits in common. '%s' and '%s' have entirely different histories.
- commits.search = Search commits…
- commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-04-01".
- commits.find = Search
- commits.search_all = All Branches
- commits.author = Author
- commits.message = Message
- commits.date = Date
- commits.older = Older
- commits.newer = Newer
- commits.signed_by = Signed by
- commits.signed_by_untrusted_user = Signed by untrusted user
- commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
- commits.gpg_key_id = GPG Key ID
-
- ext_issues = Ext. Issues
- ext_issues.desc = Link to an external issue tracker.
-
- issues.desc = Organize bug reports, tasks and milestones.
- issues.filter_assignees = Filter Assignee
- issues.filter_milestones = Filter Milestone
- issues.filter_labels = Filter Label
- issues.filter_reviewers = Filter Reviewer
- issues.new = New Issue
- issues.new.title_empty = Title cannot be empty
- issues.new.labels = Labels
- issues.new.add_labels_title = Apply labels
- issues.new.no_label = No Label
- issues.new.clear_labels = Clear labels
- issues.new.clear_branch_tag = Clear branch or tag
- issues.new.no_items = No items
- issues.new.milestone = Milestone
- issues.new.add_milestone_title = Set milestone
- issues.new.no_milestone = No Milestone
- issues.new.clear_milestone = Clear milestone
- issues.new.open_milestone = Open Milestones
- issues.new.closed_milestone = Closed Milestones
- issues.new.assignees = Assignees
- issues.new.add_assignees_title = Assign users
- issues.new.clear_assignees = Clear assignees
- issues.new.no_assignees = No Assignees
- issues.new.no_reviewers = No reviewers
- issues.new.add_reviewer_title = Request review
- issues.no_ref = No Branch/Tag Specified
- issues.create = Create Issue
- issues.new_label = New Label
- issues.new_label_placeholder = Label name
- issues.new_label_desc_placeholder = Description
- issues.create_label = Create Label
- issues.label_templates.title = Load a predefined set of labels
- issues.label_templates.info = No labels exist yet. Create a label with 'New Label' or use a predefined label set:
- issues.label_templates.helper = Select a label set
- issues.label_templates.use = Use Label Set
- issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v
- issues.add_label_at = added the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s
- issues.remove_label_at = removed the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s
- issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
- issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
- issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`
-
- issues.add_branch_at=`added this to the <b>%s</b> branch %s`
- issues.add_tag_at =`added this to the <b>%s</b> tag %s`
- issues.change_branch_tag_at= `modified the branch/tag from <b>%s</b> to <b>%s</b> %s`
- issues.remove_branch_at=`removed this from the <b>%s</b> branch %s`
- issues.remove_tag_at=`removed this from the <b>%s</b> tag %s`
-
- issues.deleted_milestone = `(deleted)`
- issues.self_assign_at = `self-assigned this %s`
- issues.add_assignee_at = `was assigned by <b>%s</b> %s`
- issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
- issues.remove_self_assignment = `removed their assignment %s`
- issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
- issues.delete_branch_at = `deleted branch <b>%s</b> %s`
- issues.open_tab = %d Open
- issues.close_tab = %d Closed
- issues.filter_label = Label
- issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels`
- issues.filter_label_no_select = All labels
- issues.filter_milestone = Milestone
- issues.filter_milestone_no_select = All milestones
- issues.filter_milestone_no_add = Not add milestones
- issues.filter_assignee = Assignee
- issues.filter_assginee_no_select = All assignees
- issues.filter_type = Type
- issues.filter_type.all_issues = All issues
- issues.filter_type.assigned_to_you = Assigned to you
- issues.filter_type.created_by_you = Created by you
- issues.filter_type.mentioning_you = Mentioning you
- issues.filter_sort = Sort
- issues.filter_sort.default = Default
- issues.filter_sort.latest = Newest
- issues.filter_sort.oldest = Oldest
- issues.filter_sort.recentupdate = Recently updated
- issues.filter_sort.leastupdate = Least recently updated
- issues.filter_sort.mostcomment = Most commented
- issues.filter_sort.leastcomment = Least commented
- issues.filter_sort.nearduedate = Nearest due date
- issues.filter_sort.farduedate = Farthest due date
- issues.filter_sort.moststars = Most stars
- issues.filter_sort.feweststars = Fewest stars
- issues.filter_sort.mostforks = Most forks
- issues.filter_sort.fewestforks = Fewest forks
- issues.filter_sort.downloadtimes = Most downloaded
- issues.filter_sort.citations=Citations
- issues.filter_sort.mostusecount = Most Quote
- issues.filter_sort.fewestusecount=Fewest Quote
- issues.action_open = Open
- issues.action_close = Close
- issues.action_label = Label
- issues.action_milestone = Milestone
- issues.action_milestone_no_select = No milestone
- issues.action_assignee = Assignee
- issues.action_assignee_no_select = No assignee
- issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
- issues.action_assignee_no_select = Not assigned
- issues.opened_by= created %[1]s by <a href="%[2]s">%[3]s</a>
- pulls.merged_by = merged %[1]s by <a href="%[2]s">%[3]s</a>
- pulls.merged_by_fake = merged %[1]s by %[2]s
- issues.closed_by = by <a href="%[2]s">%[3]s</a> closed %[1]s
- issues.opened_by_fake = opened %[1]s by %[2]s
- issues.closed_by_fake = by %[2]s closed %[1]s
- issues.previous = Previous
- issues.next = Next
- issues.open_title = Open
- issues.closed_title = Closed
- issues.num_comments = %d comments
- issues.commented_at = `commented <a href="#%s">%s</a>`
- issues.delete_comment_confirm = Are you sure you want to delete this comment?
- issues.context.copy_link = Copy Link
- issues.context.quote_reply = Quote Reply
- issues.context.edit = Edit
- issues.context.delete = Delete
- issues.no_content = There is no content yet.
- issues.close_issue = Close
- issues.pull_merged_at = `merged commit <a href="%[1]s">%[2]s</a> into <b>%[3]s</b> %[4]s`
- issues.close_comment_issue = Comment and Close
- issues.reopen_issue = Reopen
- issues.reopen_comment_issue = Comment and Reopen
- issues.create_comment = Comment
- issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_pull_from = `<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_closing_from = `<a href="%[3]s">referenced a pull request %[4]s that will close this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_reopening_from = `<a href="%[3]s">referenced a pull request %[4]s that will reopen this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- issues.ref_from = `from %[1]s`
- issues.poster = Poster
- issues.collaborator = Collaborator
- issues.owner = Owner
- issues.re_request_review=Re-request review
- issues.remove_request_review=Remove review request
- issues.remove_request_review_block=Can't remove review request
- issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
- issues.edit = Edit
- issues.cancel = Cancel
- issues.save = Save
- issues.label_title = Label name
- issues.label_description = Label description
- issues.label_color = Label color
- issues.label_count = %d labels
- issues.label_open_issues = %d open issues
- issues.label_edit = Edit
- issues.label_delete = Delete
- issues.label_modify = Edit Label
- issues.label_deletion = Delete Label
- issues.label_deletion_desc = Deleting a label removes it from all issues. Continue?
- issues.label_deletion_success = The label has been deleted.
- issues.label.filter_sort.alphabetically = Alphabetically
- issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
- issues.label.filter_sort.by_size = Smallest size
- issues.label.filter_sort.reverse_by_size = Largest size
- issues.num_participants = %d Participants
- issues.attachment.open_tab = `Click to see "%s" in a new tab`
- issues.attachment.download = `Click to download "%s"`
- issues.subscribe = Subscribe
- issues.unsubscribe = Unsubscribe
- issues.lock = Lock conversation
- issues.unlock = Unlock conversation
- issues.lock.unknown_reason = Cannot lock an issue with an unknown reason.
- issues.lock_duplicate = An issue cannot be locked twice.
- issues.unlock_error = Cannot unlock an issue that is not locked.
- issues.lock_with_reason = "locked as <strong>%s</strong> and limited conversation to collaborators %s"
- issues.lock_no_reason = "locked and limited conversation to collaborators %s"
- issues.unlock_comment = "unlocked this conversation %s"
- issues.lock_confirm = Lock
- issues.unlock_confirm = Unlock
- issues.lock.notice_1 = - Other users can’t add new comments to this issue.
- issues.lock.notice_2 = - You and other collaborators with access to this repository can still leave comments that others can see.
- issues.lock.notice_3 = - You can always unlock this issue again in the future.
- issues.unlock.notice_1 = - Everyone would be able to comment on this issue once more.
- issues.unlock.notice_2 = - You can always lock this issue again in the future.
- issues.lock.reason = Reason for locking
- issues.lock.title = Lock conversation on this issue.
- issues.unlock.title = Unlock conversation on this issue.
- issues.comment_on_locked = You cannot comment on a locked issue.
- issues.tracker = Time Tracker
- issues.start_tracking_short = Start
- issues.start_tracking = Start Time Tracking
- issues.start_tracking_history = `started working %s`
- issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
- issues.tracking_already_started = `You have already started time tracking on this <a href="%s">issue</a>!`
- issues.stop_tracking = Stop
- issues.stop_tracking_history = `stopped working %s`
- issues.add_time = Manually Add Time
- issues.add_time_short = Add Time
- issues.add_time_cancel = Cancel
- issues.add_time_history = `added spent time %s`
- issues.del_time_history= `deleted spent time %s`
- issues.add_time_hours = Hours
- issues.add_time_minutes = Minutes
- issues.add_time_sum_to_small = No time was entered.
- issues.cancel_tracking = Cancel
- issues.cancel_tracking_history = `cancelled time tracking %s`
- issues.time_spent_total = Total Time Spent
- issues.time_spent_from_all_authors = `Total Time Spent: %s`
- issues.due_date = Due Date
- issues.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
- issues.error_modifying_due_date = "Failed to modify the due date."
- issues.error_removing_due_date = "Failed to remove the due date."
- issues.due_date_form = "yyyy-mm-dd"
- issues.due_date_form_add = "Add due date"
- issues.due_date_form_edit = "Edit"
- issues.due_date_form_remove = "Remove"
- issues.due_date_not_writer = "You need repository write access to update an issue's due date."
- issues.due_date_not_set = "No due date set."
- issues.due_date_added = "added the due date %s %s"
- issues.due_date_modified = "modified the due date to %s from %s %s"
- issues.due_date_remove = "removed the due date %s %s"
- issues.due_date_overdue = "Overdue"
- issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
- issues.dependency.title = Dependencies
- issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies.
- issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies.
- issues.dependency.add = Add dependency…
- issues.dependency.cancel = Cancel
- issues.dependency.remove = Remove
- issues.dependency.remove_info = Remove this dependency
- issues.dependency.added_dependency = `added a new dependency %s`
- issues.dependency.removed_dependency = `removed a dependency %s`
- issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues
- issues.dependency.pr_closing_blockedby = Closing this issue is blocked by the following issues
- issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
- issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
- issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
- issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
- issues.dependency.blocks_short = Blocks
- issues.dependency.blocked_by_short = Depends on
- issues.dependency.remove_header = Remove Dependency
- issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
- issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
- issues.dependency.setting = Enable Dependencies For Issues and Pull Requests
- issues.dependency.add_error_same_issue = You cannot make an issue depend on itself.
- issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist.
- issues.dependency.add_error_dep_not_exist = Dependency does not exist.
- issues.dependency.add_error_dep_exists = Dependency already exists.
- issues.dependency.add_error_cannot_create_circular = You cannot create a dependency with two issues blocking each other.
- issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
- issues.review.self.approval = You cannot approve your own pull request.
- issues.review.self.rejection = You cannot request changes on your own pull request.
- issues.review.approve = "approved these changes %s"
- issues.review.comment = "reviewed %s"
- issues.review.left_comment = left a comment
- issues.review.content.empty = You need to leave a comment indicating the requested change(s).
- issues.review.reject = "requested changes %s"
- issues.review.wait = "was requested for review %s"
- issues.review.add_review_request = "requested review from %s %s"
- issues.review.remove_review_request = "removed review request for %s %s"
- issues.review.remove_review_request_self = "refused to review %s"
- issues.review.pending = Pending
- issues.review.review = Review
- issues.review.reviewers = Reviewers
- issues.review.show_outdated = Show outdated
- issues.review.hide_outdated = Hide outdated
- issues.review.show_resolved = Show resolved
- issues.review.hide_resolved = Hide resolved
- issues.review.resolve_conversation = Resolve conversation
- issues.review.un_resolve_conversation = Unresolve conversation
- issues.review.resolved_by = marked this conversation as resolved
- issues.assignee.error = Not all assignees was added due to an unexpected error.
-
- pulls.desc = Enable pull requests and code reviews.
- pulls.new = New Pull Request
- pulls.compare_changes = New Pull Request
- pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from.
- pulls.compare_base = merge into
- pulls.compare_compare = pull from
- pulls.filter_branch = Filter branch
- pulls.no_results = No results found.
- pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
- pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s/pulls/%[3]d">%[2]s#%[3]d</a>`
- pulls.create = Create Pull Request
- pulls.title_desc = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
- pulls.merged_title_desc = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
- pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s`
- pulls.tab_conversation = Conversation
- pulls.tab_commits = Commits
- pulls.tab_files = Files Changed
- pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
- pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
- pulls.merged = Merged
- pulls.merged_as = The pull request has been merged as <a rel="nofollow" class="ui sha" href="%[1]s"><code>%[2]s</code></a>.
- pulls.is_closed = The pull request has been closed.
- pulls.has_merged = The pull request has been merged.
- pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
- pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress. Remove the <strong>%s</strong> prefix from the title when it's ready
- pulls.data_broken = This pull request is broken due to missing fork information.
- pulls.files_conflicted = This pull request has changes conflicting with the target branch.
- pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments."
- pulls.required_status_check_failed = Some required checks were not successful.
- pulls.required_status_check_missing = Some required checks are missing.
- pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
- pulls.blocked_by_approvals = "This Pull Request doesn't have enough approvals yet. %d of %d approvals granted."
- pulls.blocked_by_rejection = "This Pull Request has changes requested by an official reviewer."
- pulls.blocked_by_outdated_branch = "This Pull Request is blocked because it's outdated."
- pulls.can_auto_merge_desc = This pull request can be merged automatically.
- pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts.
- pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts.
- pulls.num_conflicting_files_1 = "%d conflicting file"
- pulls.num_conflicting_files_n = "%d conflicting files"
- pulls.approve_count_1 = "%d approval"
- pulls.approve_count_n = "%d approvals"
- pulls.reject_count_1 = "%d change request"
- pulls.reject_count_n = "%d change requests"
- pulls.waiting_count_1 = "%d waiting review"
- pulls.waiting_count_n = "%d waiting reviews"
- pulls.commits_count_1=This branch is %d commit behind the upstream.
- pulls.commits_count_n=This branch is %d commit behind the upstream.
- pulls.fetch_upstream=Fetch upstream
- pulls.upstream_up_to_date=No new commits to fetch
- pulls.upstream_error=Cannot get upstream info
-
- pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
- pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
- pulls.no_merge_wip = This pull request can not be merged because it is marked as being a work in progress.
- pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
- pulls.no_merge_access = You are not authorized to merge this pull request.
- pulls.merge_pull_request = Merge Pull Request
- pulls.rebase_merge_pull_request = Rebase and Merge
- pulls.rebase_merge_commit_pull_request = Rebase and Merge (--no-ff)
- pulls.squash_merge_pull_request = Squash and Merge
- pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed
- pulls.invalid_merge_option = You cannot use this merge option for this pull request.
- pulls.merge_conflict = Merge Failed: There was a conflict whilst merging: %[1]s<br>%[2]s<br>Hint: Try a different strategy
- pulls.rebase_conflict = Merge Failed: There was a conflict whilst rebasing commit: %[1]s<br>%[2]s<br>%[3]s<br>Hint:Try a different strategy
- pulls.unrelated_histories = Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
- pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
- pulls.push_rejected = Merge Failed: The push was rejected with the following message:<br>%s<br>Review the githooks for this repository
- pulls.push_rejected_no_message = Merge Failed: The push was rejected but there was no remote message.<br>Review the githooks for this repository
- pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
- pulls.status_checking = Some checks are pending
- pulls.status_checks_success = All checks were successful
- pulls.status_checks_warning = Some checks reported warnings
- pulls.status_checks_failure = Some checks failed
- pulls.status_checks_error = Some checks reported errors
- pulls.update_branch = Update branch
- pulls.update_branch_success = Branch update was successful
- pulls.update_not_allowed = You are not allowed to update branch
- pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
- pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
- pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
-
- milestones.new = New Milestone
- milestones.open_tab = %d Open
- milestones.close_tab = %d Closed
- milestones.closed = Closed %s
- milestones.no_due_date = No due date
- milestones.open = Open
- milestones.close = Close
- milestones.new_subheader = Milestones organize issues and track progress.
- milestones.completeness = %d%% Completed
- milestones.create = Create Milestone
- milestones.title = Title
- milestones.desc = Description
- milestones.due_date = Due Date (optional)
- milestones.clear = Clear
- milestones.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
- milestones.create_success = The milestone '%s' has been created.
- milestones.edit = Edit Milestone
- milestones.edit_subheader = Milestones organize issues and track progress.
- milestones.cancel = Cancel
- milestones.modify = Update Milestone
- milestones.edit_success = Milestone '%s' has been updated.
- milestones.deletion = Delete Milestone
- milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue?
- milestones.deletion_success = The milestone has been deleted.
- milestones.filter_sort.closest_due_date = Closest due date
- milestones.filter_sort.furthest_due_date = Furthest due date
- milestones.filter_sort.least_complete = Least complete
- milestones.filter_sort.most_complete = Most complete
- milestones.filter_sort.most_issues = Most issues
- milestones.filter_sort.least_issues = Least issues
-
- signing.will_sign = This commit will be signed with key '%s'
- signing.wont_sign.error = There was an error whilst checking if the commit could be signed
- signing.wont_sign.nokey = There is no key available to sign this commit
- signing.wont_sign.never = Commits are never signed
- signing.wont_sign.always = Commits are always signed
- signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account
- signing.wont_sign.twofa = You must have two factor authentication enabled to have commits signed
- signing.wont_sign.parentsigned = The commit will not be signed as the parent commit is not signed
- signing.wont_sign.basesigned = The merge will not be signed as the base commit is not signed
- signing.wont_sign.headsigned = The merge will not be signed as the head commit is not signed
- signing.wont_sign.commitssigned = The merge will not be signed as all the associated commits are not signed
- signing.wont_sign.approved = The merge will not be signed as the PR is not approved
-
- ext_wiki = Ext. Wiki
- ext_wiki.desc = Link to an external wiki.
-
- wiki = Wiki
- wiki.welcome = Welcome to the Wiki.
- wiki.welcome_desc = The wiki lets you write and share documentation with collaborators.
- wiki.desc = Write and share documentation with collaborators.
- wiki.create_first_page = Create the First Page
- wiki.page = Page
- wiki.filter_page = Filter page
- wiki.new_page = Page
- wiki.default_commit_message = Write a note about this page update (optional).
- wiki.save_page = Save Page
- wiki.last_commit_info = %s edited this page %s
- wiki.edit_page_button = Edit
- wiki.new_page_button = New Page
- wiki.file_revision = Page Revision
- wiki.wiki_page_revisions = Wiki Page Revisions
- wiki.back_to_wiki = Back to wiki page
- wiki.delete_page_button = Delete Page
- wiki.delete_page_notice_1 = Deleting the wiki page '%s' cannot be undone. Continue?
- wiki.page_already_exists = A wiki page with the same name already exists.
- wiki.reserved_page = The wiki page name '%s' is reserved.
- wiki.pages = Pages
- wiki.last_updated = Last updated %s
-
- activity = Activity
- activity.period.filter_label = Period:
- activity.period.daily = 1 day
- activity.period.halfweekly = 3 days
- activity.period.weekly = 1 week
- activity.period.monthly = 1 month
- activity.period.quarterly = 3 months
- activity.period.semiyearly = 6 months
- activity.period.yearly = 1 year
- activity.overview = Overview
- activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request
- activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests
- activity.merged_prs_count_1 = Merged Pull Request
- activity.merged_prs_count_n = Merged Pull Requests
- activity.opened_prs_count_1 = Proposed Pull Request
- activity.opened_prs_count_n = Proposed Pull Requests
- activity.title.user_1 = %d user
- activity.title.user_n = %d users
- activity.title.prs_1 = %d Pull request
- activity.title.prs_n = %d Pull requests
- activity.title.prs_merged_by = %s merged by %s
- activity.title.prs_opened_by = %s proposed by %s
- activity.merged_prs_label = Merged
- activity.opened_prs_label = Proposed
- activity.active_issues_count_1 = <strong>%d</strong> Active Issue
- activity.active_issues_count_n = <strong>%d</strong> Active Issues
- activity.closed_issues_count_1 = Closed Issue
- activity.closed_issues_count_n = Closed Issues
- activity.title.issues_1 = %d Issue
- activity.title.issues_n = %d Issues
- activity.title.issues_closed_by = %s closed by %s
- activity.title.issues_created_by = %s created by %s
- activity.closed_issue_label = Closed
- activity.new_issues_count_1 = New Issue
- activity.new_issues_count_n = New Issues
- activity.new_issue_label = Opened
- activity.title.unresolved_conv_1 = %d Unresolved Conversation
- activity.title.unresolved_conv_n = %d Unresolved Conversations
- activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet.
- activity.unresolved_conv_label = Open
- activity.title.releases_1 = %d Release
- activity.title.releases_n = %d Releases
- activity.title.releases_published_by = %s published by %s
- activity.published_release_label = Published
- activity.no_git_activity = There has not been any commit activity in this period.
- activity.git_stats_exclude_merges = Excluding merges,
- activity.git_stats_author_1 = %d author
- activity.git_stats_author_n = %d authors
- activity.git_stats_pushed_1 = has pushed
- activity.git_stats_pushed_n = have pushed
- activity.git_stats_commit_1 = %d commit
- activity.git_stats_commit_n = %d commits
- activity.git_stats_push_to_branch = to %s and
- activity.git_stats_push_to_all_branches = to all branches.
- activity.git_stats_on_default_branch = On %s,
- activity.git_stats_file_1 = %d file
- activity.git_stats_file_n = %d files
- activity.git_stats_files_changed_1 = has changed
- activity.git_stats_files_changed_n = have changed
- activity.git_stats_additions = and there have been
- activity.git_stats_addition_1 = %d addition
- activity.git_stats_addition_n = %d additions
- activity.git_stats_and_deletions = and
- activity.git_stats_deletion_1 = %d deletion
- activity.git_stats_deletion_n = %d deletions
-
- search = Search
- search.search_repo = Search repository
- search.results = Search results for "%s" in <a href="%s">%s</a>
-
- settings = Settings
- settings.desc = Settings is where you can manage the settings for the repository
- settings.options = Repository
- settings.collaboration = Collaborators
- settings.collaboration.admin = Administrator
- settings.collaboration.write = Write
- settings.collaboration.read = Read
- settings.collaboration.owner = Owner
- settings.collaboration.undefined = Undefined
- settings.hooks = Webhooks
- settings.githooks = Git Hooks
- settings.basic_settings = Basic Settings
- settings.mirror_settings = Mirror Settings
- settings.sync_mirror = Synchronize Now
- settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute.
- settings.email_notifications.enable = Enable Email Notifications
- settings.email_notifications.onmention = Only Email on Mention
- settings.email_notifications.disable = Disable Email Notifications
- settings.email_notifications.submit = Set Email Preference
- settings.site = Website
- settings.update_settings = Update Settings
- settings.advanced_settings = Advanced Settings
- settings.wiki_desc = Enable Repository Wiki
- settings.use_internal_wiki = Use Built-In Wiki
- settings.use_external_wiki = Use External Wiki
- settings.external_wiki_url = External Wiki URL
- settings.external_wiki_url_error = The external wiki URL is not a valid URL.
- settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab.
- settings.dataset_desc = Enable Repository Dataset
- settings.cloudbrain_desc = Enable Cloudbarin
- settings.model_desc = Enable Model Manage
- settings.issues_desc = Enable Repository Issue Tracker
- settings.use_internal_issue_tracker = Use Built-In Issue Tracker
- settings.use_external_issue_tracker = Use External Issue Tracker
- settings.external_tracker_url = External Issue Tracker URL
- settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
- settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
- settings.tracker_url_format = External Issue Tracker URL Format
- settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
- settings.tracker_issue_style = External Issue Tracker Number Format
- settings.tracker_issue_style.numeric = Numeric
- settings.tracker_issue_style.alphanumeric = Alphanumeric
- settings.tracker_url_format_desc = Use the placeholders <code>{user}</code>, <code>{repo}</code> and <code>{index}</code> for the username, repository name and issue index.
- settings.enable_timetracker = Enable Time Tracking
- settings.allow_only_contributors_to_track_time = Let Only Contributors Track Time
- settings.pulls_desc = Enable Repository Pull Requests
- settings.pulls.ignore_whitespace = Ignore Whitespace for Conflicts
- settings.pulls.allow_merge_commits = Enable Commit Merging
- settings.pulls.allow_rebase_merge = Enable Rebasing to Merge Commits
- settings.pulls.allow_rebase_merge_commit = Enable Rebasing with explicit merge commits (--no-ff)
- settings.pulls.allow_squash_commits = Enable Squashing to Merge Commits
- settings.admin_settings = Administrator Settings
- settings.admin_enable_health_check = Enable Repository Health Checks (git fsck)
- settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch
- settings.danger_zone = Danger Zone
- settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
- settings.convert = Convert to Regular Repository
- settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone.
- settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone.
- settings.convert_confirm = Convert Repository
- settings.convert_succeed = The mirror has been converted into a regular repository.
- settings.transfer = Transfer Ownership
- settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
- settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
- settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
- settings.transfer_form_title = Enter the repository name as confirmation:
- settings.wiki_delete = Delete Wiki Data
- settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
- settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.
- settings.confirm_wiki_delete = Delete Wiki Data
- settings.wiki_deletion_success = The repository wiki data has been deleted.
- settings.delete = Delete This Repository
- settings.delete_desc = Deleting a repository is permanent and cannot be undone.
- settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
- settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
- settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
- settings.deletion_success = The repository has been deleted.
- settings.update_settings_success = The repository settings have been updated.
- settings.transfer_owner = New Owner
- settings.make_transfer = Perform Transfer
- settings.transfer_succeed = The repository has been transferred.
- settings.confirm_delete = Delete Repository
- settings.add_collaborator = Add Collaborator
- settings.add_collaborator_success = The collaborator has been added.
- settings.add_collaborator_inactive_user = Can not add an inactive user as a collaborator.
- settings.add_collaborator_duplicate = The collaborator is already added to this repository.
- settings.delete_collaborator = Remove
- settings.collaborator_deletion = Remove Collaborator
- settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
- settings.remove_collaborator_success = The collaborator has been removed.
- settings.search_user_placeholder = Search user…
- settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
- settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
- settings.team_not_in_organization = The team is not in the same organization as the repository
- settings.teams = Teams
- settings.add_team = Add Team
- settings.add_team_duplicate = Team already has the repository
- settings.add_team_success = The team now have access to the repository.
- settings.search_team = Search Team…
- settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
- settings.delete_team_tip = This team has access to all repositories and can't be removed
- settings.remove_team_success = The team's access to the repository has been removed.
- settings.add_webhook = Add Webhook
- settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
- settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain openi events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
- settings.webhook_deletion = Remove Webhook
- settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
- settings.webhook_deletion_success = The webhook has been removed.
- settings.webhook.test_delivery = Test Delivery
- settings.webhook.test_delivery_desc = Test this webhook with a fake event.
- settings.webhook.test_delivery_success = A fake event has been added to the delivery queue. It may take few seconds before it shows up in the delivery history.
- settings.webhook.request = Request
- settings.webhook.response = Response
- settings.webhook.headers = Headers
- settings.webhook.payload = Content
- settings.webhook.body = Body
- settings.githooks_desc = "Git hooks are powered by Git itself. You can edit hook files below to set up custom operations."
- settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
- settings.githook_name = Hook Name
- settings.githook_content = Hook Content
- settings.update_githook = Update Hook
- settings.add_webhook_desc = openi will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
- settings.payload_url = Target URL
- settings.http_method = HTTP Method
- settings.content_type = POST Content Type
- settings.secret = Secret
- settings.slack_username = Username
- settings.slack_icon_url = Icon URL
- settings.discord_username = Username
- settings.discord_icon_url = Icon URL
- settings.slack_color = Color
- settings.event_desc = Trigger On:
- settings.event_push_only = Push Events
- settings.event_send_everything = All Events
- settings.event_choose = Custom Events…
- settings.event_header_repository = Repository Events
- settings.event_create = Create
- settings.event_create_desc = Branch or tag created.
- settings.event_delete = Delete
- settings.event_delete_desc = Branch or tag deleted.
- settings.event_fork = Fork
- settings.event_fork_desc = Repository forked.
- settings.event_release = Release
- settings.event_release_desc = Release published, updated or deleted in a repository.
- settings.event_push = Push
- settings.event_push_desc = Git push to a repository.
- settings.event_repository = Repository
- settings.event_repository_desc = Repository created or deleted.
- settings.event_header_issue = Issue Events
- settings.event_issues = Issues
- settings.event_issues_desc = Issue opened, closed, reopened, or edited.
- settings.event_issue_assign = Issue Assigned
- settings.event_issue_assign_desc = Issue assigned or unassigned.
- settings.event_issue_label = Issue Labeled
- settings.event_issue_label_desc = Issue labels updated or cleared.
- settings.event_issue_milestone = Issue Milestoned
- settings.event_issue_milestone_desc = Issue milestoned or demilestoned.
- settings.event_issue_comment = Issue Comment
- settings.event_issue_comment_desc = Issue comment created, edited, or deleted.
- settings.event_header_pull_request = Pull Request Events
- settings.event_pull_request = Pull Request
- settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited.
- settings.event_pull_request_assign = Pull Request Assigned
- settings.event_pull_request_assign_desc = Pull request assigned or unassigned.
- settings.event_pull_request_label = Pull Request Labeled
- settings.event_pull_request_label_desc = Pull request labels updated or cleared.
- settings.event_pull_request_milestone = Pull Request Milestoned
- settings.event_pull_request_milestone_desc = Pull request milestoned or demilestoned.
- settings.event_pull_request_comment = Pull Request Comment
- settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted.
- settings.event_pull_request_review = Pull Request Reviewed
- settings.event_pull_request_review_desc = Pull request approved, rejected, or review comment.
- settings.event_pull_request_sync = Pull Request Synchronized
- settings.event_pull_request_sync_desc = Pull request synchronized.
- settings.branch_filter = Branch filter
- settings.branch_filter_desc = Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
- settings.active = Active
- settings.active_helper = Information about triggered events will be sent to this webhook URL.
- settings.add_hook_success = The webhook has been added.
- settings.update_webhook = Update Webhook
- settings.update_hook_success = The webhook has been updated.
- settings.delete_webhook = Remove Webhook
- settings.recent_deliveries = Recent Deliveries
- settings.hook_type = Hook Type
- settings.add_slack_hook_desc = Integrate <a href="%s">Slack</a> into your repository.
- settings.slack_token = Token
- settings.slack_domain = Domain
- settings.slack_channel = Channel
- settings.add_discord_hook_desc = Integrate <a href="%s">Discord</a> into your repository.
- settings.add_dingtalk_hook_desc = Integrate <a href="%s">Dingtalk</a> into your repository.
- settings.add_telegram_hook_desc = Integrate <a href="%s">Telegram</a> into your repository.
- settings.add_matrix_hook_desc = Integrate <a href="%s">Matrix</a> into your repository.
- settings.add_msteams_hook_desc = Integrate <a href="%s">Microsoft Teams</a> into your repository.
- settings.add_feishu_hook_desc = Integrate <a href="%s">Feishu</a> into your repository.
- settings.deploy_keys = Deploy Keys
- settings.add_deploy_key = Add Deploy Key
- settings.deploy_key_desc = Deploy keys have read-only pull access to the repository.
- settings.is_writable = Enable Write Access
- settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
- settings.no_deploy_keys = There are no deploy keys yet.
- settings.title = Title
- settings.deploy_key_content = Content
- settings.key_been_used = A deploy key with identical content is already in use.
- settings.key_name_used = A deploy key with the same name already exists.
- settings.add_key_success = The deploy key '%s' has been added.
- settings.deploy_key_deletion = Remove Deploy Key
- settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue?
- settings.deploy_key_deletion_success = The deploy key has been removed.
- settings.branches = Branches
- settings.protected_branch = Branch Protection
- settings.protected_branch_can_push = Allow push?
- settings.protected_branch_can_push_yes = You can push
- settings.protected_branch_can_push_no = You can not push
- settings.branch_protection = Branch Protection for Branch '<b>%s</b>'
- settings.protect_this_branch = Enable Branch Protection
- settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
- settings.protect_disable_push = Disable Push
- settings.protect_disable_push_desc = No pushing will be allowed to this branch.
- settings.protect_enable_push = Enable Push
- settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push).
- settings.protect_whitelist_committers = Whitelist Restricted Push
- settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
- settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push
- settings.protect_whitelist_users = Whitelisted users for pushing:
- settings.protect_whitelist_search_users = Search users…
- settings.protect_whitelist_teams = Whitelisted teams for pushing:
- settings.protect_whitelist_search_teams = Search teams…
- settings.protect_merge_whitelist_committers = Enable Merge Whitelist
- settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
- settings.protect_merge_whitelist_users = Whitelisted users for merging:
- settings.protect_merge_whitelist_teams = Whitelisted teams for merging:
- settings.protect_check_status_contexts = Enable Status Check
- settings.protect_check_status_contexts_desc = Require status checks to pass before merging Choose which status checks must pass before branches can be merged into a branch that matches this rule. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a branch that matches this rule after status checks have passed. If no contexts are selected, the last commit must be successful regardless of context.
- settings.protect_check_status_contexts_list = Status checks found in the last week for this repository
- settings.protect_required_approvals = Required approvals:
- settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
- settings.protect_approvals_whitelist_enabled = Restrict approvals to whitelisted users or teams
- settings.protect_approvals_whitelist_enabled_desc = Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
- settings.protect_approvals_whitelist_users = Whitelisted reviewers:
- settings.protect_approvals_whitelist_teams = Whitelisted teams for reviews:
- settings.dismiss_stale_approvals = Dismiss stale approvals
- settings.dismiss_stale_approvals_desc = When new commits that change the content of the pull request are pushed to the branch, old approvals will be dismissed.
- settings.require_signed_commits = Require Signed Commits
- settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable
- settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon '\;'):
- settings.protect_protected_file_patterns_desc = Protected files that are not allowed to be changed directly even if user has rights to add, edit or delete files in this branch. Multiple patterns can be separated using semicolon ('\;'). See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.
- settings.add_protected_branch = Enable protection
- settings.delete_protected_branch = Disable protection
- settings.update_protect_branch_success = Branch protection for branch '%s' has been updated.
- settings.remove_protected_branch_success = Branch protection for branch '%s' has been disabled.
- settings.protected_branch_deletion = Disable Branch Protection
- settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
- settings.block_rejected_reviews = Block merge on rejected reviews
- settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
- settings.block_outdated_branch = Block merge if pull request is outdated
- settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
- settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
- settings.choose_branch = Choose a branch…
- settings.no_protected_branch = There are no protected branches.
- settings.edit_protected_branch = Edit
- settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
- settings.bot_token = Bot Token
- settings.chat_id = Chat ID
- settings.matrix.homeserver_url = Homeserver URL
- settings.matrix.room_id = Room ID
- settings.matrix.access_token = Access Token
- settings.matrix.message_type = Message Type
- settings.archive.button = Archive Repo
- settings.archive.header = Archive This Repo
- settings.archive.text = Archiving the repo will make it entirely read-only. It is hidden from the dashboard, cannot be committed to and no issues or pull-requests can be created.
- settings.archive.success = The repo was successfully archived.
- settings.archive.error = An error occurred while trying to archive the repo. See the log for more details.
- settings.archive.error_ismirror = You cannot archive a mirrored repo.
- settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived.
- settings.unarchive.button = Un-Archive Repo
- settings.unarchive.header = Un-Archive This Repo
- settings.unarchive.text = Un-Archiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
- settings.unarchive.success = The repo was successfully un-archived.
- settings.unarchive.error = An error occurred while trying to un-archive the repo. See the log for more details.
- settings.update_avatar_success = The repository avatar has been updated.
- settings.lfs=LFS
- settings.lfs_filelist=LFS files stored in this repository
- settings.lfs_no_lfs_files=No LFS files stored in this repository
- settings.lfs_findcommits=Find commits
- settings.lfs_lfs_file_no_commits=No Commits found for this LFS file
- settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
- settings.lfs_delete=Delete LFS file with OID %s
- settings.lfs_delete_warning=Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?
- settings.lfs_findpointerfiles=Find pointer files
- settings.lfs_locks=Locks
- settings.lfs_invalid_locking_path=Invalid path: %s
- settings.lfs_invalid_lock_directory=Cannot lock directory: %s
- settings.lfs_lock_already_exists=Lock already exists: %s
- settings.lfs_lock=Lock
- settings.lfs_lock_path=Filepath to lock...
- settings.lfs_locks_no_locks=No Locks
- settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
- settings.lfs_force_unlock=Force Unlock
- settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
- settings.lfs_pointers.sha=Blob SHA
- settings.lfs_pointers.oid=OID
- settings.lfs_pointers.inRepo=In Repo
- settings.lfs_pointers.exists=Exists in store
- settings.lfs_pointers.accessible=Accessible to User
- settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs
-
- diff.browse_source = Browse Source
- diff.parent = parent
- diff.commit = commit
- diff.git-notes = Notes
- diff.data_not_available = Diff Content Not Available
- diff.options_button = Diff Options
- diff.show_diff_stats = Show Stats
- diff.download_patch = Download Patch File
- diff.download_diff = Download Diff File
- diff.show_split_view = Split View
- diff.show_unified_view = Unified View
- diff.whitespace_button = Whitespace
- diff.whitespace_show_everything = Show all changes
- diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines
- diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace
- diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL
- diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong>
- diff.bin = BIN
- diff.view_file = View File
- diff.file_before = Before
- diff.file_after = After
- diff.file_image_width = Width
- diff.file_image_height = Height
- diff.file_byte_size = Size
- diff.file_suppressed = File diff suppressed because it is too large
- diff.too_many_files = Some files were not shown because too many files changed in this diff
- diff.comment.placeholder = Leave a comment
- diff.comment.markdown_info = Styling with markdown is supported.
- diff.comment.add_single_comment = Add single comment
- diff.comment.add_review_comment = Add comment
- diff.comment.start_review = Start review
- diff.comment.reply = Reply
- diff.review = Review
- diff.review.header = Submit review
- diff.review.placeholder = Review comment
- diff.review.comment = Comment
- diff.review.approve = Approve
- diff.review.reject = Request changes
-
- releases.desc = Track project versions and downloads.
- release.releases = Releases
- release.new_release = New Release
- release.draft = Draft
- release.prerelease = Pre-Release
- release.stable = Stable
- release.edit = edit
- release.ahead = <strong>%d</strong> commits to %s since this release
- release.source_code = Source Code
- release.new_subheader = Releases organize project versions.
- release.edit_subheader = Releases organize project versions.
- release.tag_name = Tag name
- release.target = Target
- release.tag_helper = Choose an existing tag or create a new tag.
- release.title = Title
- release.content = Content
- release.prerelease_desc = Mark as Pre-Release
- release.prerelease_helper = Mark this release unsuitable for production use.
- release.cancel = Cancel
- release.publish = Publish Release
- release.save_draft = Save Draft
- release.edit_release = Update Release
- release.delete_release = Delete Release
- release.deletion = Delete Release
- release.deletion_desc = Deleting a release removes its Git tag from the repository. Repository contents and history remain unchanged. Continue?
- release.deletion_success = The release has been deleted.
- release.tag_name_already_exist = A release with this tag name already exists.
- release.tag_name_invalid = The tag name is not valid.
- release.downloads = Downloads
- release.download_count = Downloads: %s
-
- branch.name = Branch Name
- branch.search = Search branches
- branch.already_exists = A branch named '%s' already exists.
- branch.delete_head = Delete
- branch.delete = Delete Branch '%s'
- branch.delete_html = Delete Branch
- branch.delete_desc = Deleting a branch is permanent. It <strong>CANNOT</strong> be undone. Continue?
- branch.deletion_success = Branch '%s' has been deleted.
- branch.deletion_failed = Failed to delete branch '%s'.
- branch.delete_branch_has_new_commits = Branch '%s' cannot be deleted because new commits have been added after merging.
- branch.create_branch = Create branch <strong>%s</strong>
- branch.create_from = from '%s'
- branch.create_success = Branch '%s' has been created.
- branch.branch_already_exists = Branch '%s' already exists in this repository.
- branch.branch_name_conflict = Branch name '%s' conflicts with the already existing branch '%s'.
- branch.tag_collision = Branch '%s' cannot be created as a tag with same name already exists in the repository.
- branch.deleted_by = Deleted by %s
- branch.restore_success = Branch '%s' has been restored.
- branch.restore_failed = Failed to restore branch '%s'.
- branch.protected_deletion_failed = Branch '%s' is protected. It cannot be deleted.
- branch.default_deletion_failed = Branch '%s' is the default branch. It cannot be deleted.
- branch.restore = Restore Branch '%s'
- branch.download = Download Branch '%s'
- branch.included_desc = This branch is part of the default branch
- branch.included = Included
-
- topic.manage_topics = Manage Topics
- topic.done = Done
- topic.count_prompt = You can not select more than 25 topics
- topic.format_prompt = Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
- imagetopic.format_prompt = Topics can be up to 35 characters long.
- use_repo_agreement=I promise that the content of this warehouse does not violate any national laws and regulations. During the use of the warehouse, I will abide by the OpenI community management regulations and platform usage rules, and will not conduct malicious attacks, mining, or any other illegal or disruptive platform order. Information release and related behaviors. For more information please refer to
- openi_use_agreement=OpenI Openi Community Platform Use Agreement.
- [org]
- org_name_holder = Organization Name
- org_full_name_holder = Organization Full Name
- org_name_helper = Organization names should be short and memorable.
- create_org = Create Organization
- repo_updated = Updated
- repo_released = Post
- home = Home
- people = People
- teams = Teams
- lower_members = members
- lower_repositories = repositories
- lower_member=member
- lower_repository = repository
-
- create_new_team = New Team
- create_team = Create Team
- org_desc = Description
- team_name = Team Name
- team_desc = Description
- team_name_helper = Team names should be short and memorable.
- team_desc_helper = Describe the purpose or role of the team.
- team_access_desc = Repository access
- team_permission_desc = Permission
- team_unit_desc = Allow Access to Repository Sections
- team_unit_disabled = (Disabled)
- selected_couse=Selected Courses
- release_course = Publish Course
- all_keywords=All keywords
- all_org_topics=All
- max_selectedPro= Select up to 9 public projects
- custom_select_courses = Customize selected courses
- recommend_remain_pro = Remain
- save_fail_tips = The upper limit is exceeded
- select_again = Select more than 9, please select again!
- custom_select_projects = Customize selected projects
- customize = Customize
- selected_project=Selected Projects
- fold = Fold
- unfold = Unfold
- org_member = Member
- org_members = Members
- org_team = Team
- org_teams = Teams
- org_repository = Repository
- org_repositories = Repositories
-
- star = Star Top10
- member = Members Top10
- active = Active Top10
-
- form.name_reserved = The organization name '%s' is reserved.
- form.name_pattern_not_allowed = The pattern '%s' is not allowed in an organization name.
- form.create_org_not_allowed = You are not allowed to create an organization.
-
- settings = Settings
- settings.options = Organization
- settings.full_name = Full Name
- settings.website = Website
- settings.location = Location
- settings.permission = Permissions
- settings.repoadminchangeteam = Repository admin can add and remove access for teams
- settings.visibility = Visibility
- settings.visibility.public = Public
- settings.visibility.limited = Limited (Visible to logged in users only)
- settings.visibility.private = Private (Visible only to organization members)
-
- settings.update_settings = Update Settings
- settings.update_setting_success = Organization settings have been updated.
- settings.change_orgname_prompt = Note: changing the organization name also changes the organization's URL.
- settings.update_avatar_success = The organization's avatar has been updated.
- settings.delete = Delete Organization
- settings.delete_account = Delete This Organization
- settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone!
- settings.confirm_delete_account = Confirm Deletion
- settings.delete_org_title = Delete Organization
- settings.delete_org_desc = This organization will be deleted permanently. Continue?
- settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization.
-
- settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization.
-
- members.membership_visibility = Membership Visibility:
- members.public = Visible
- members.public_helper = make hidden
- members.private = Hidden
- members.private_helper = make visible
- members.member_role = Member Role:
- members.owner = Owner
- members.member = Member
- members.remove = Remove
- members.leave = Leave
- members.invite_desc = Add a new member to %s:
- members.invite_now = Invite Now
- course_members.remove = Remove
- course_members.leave = Leave
-
- teams.join = Join
- teams.leave = Leave
- teams.can_create_org_repo = Create repositories
- teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
- teams.read_access = Read Access
- teams.read_access_helper = Members can view and clone team repositories.
- teams.write_access = Write Access
- teams.write_access_helper = Members can read and push to team repositories.
- teams.admin_access = Administrator Access
- teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them.
- teams.no_desc = This team has no description
- teams.settings = Settings
- teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.
- teams.members = Team Members
- teams.update_settings = Update Settings
- teams.delete_team = Delete Team
- teams.add_team_member = Add Team Member
- teams.delete_team_title = Delete Team
- teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue?
- teams.delete_team_success = The team has been deleted.
- teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
- teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
- teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
- teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
- teams.repositories = Team Repositories
- teams.search_repo_placeholder = Search repository…
- teams.remove_all_repos_title = Remove all team repositories
- teams.remove_all_repos_desc = This will remove all repositories from the team.
- teams.add_all_repos_title = Add all repositories
- teams.add_all_repos_desc = This will add all the organization's repositories to the team.
- teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first."
- teams.add_duplicate_users = User is already a team member.
- teams.repos.none = No repositories could be accessed by this team.
- teams.members.none = No members on this team.
- teams.specific_repositories = Specific repositories
- 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>.
- teams.all_repositories = All repositories
- teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
- teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
- 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.
- 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.
- teams.join_teams=Join in
-
- [admin]
- dashboard = Dashboard
- users = User Accounts
- organizations = Organizations
- datasets= Dataset
- repositories = Repositories
- hooks = Default Webhooks
- systemhooks = System Webhooks
- authentication = Authentication Sources
- emails = User Emails
- config = Configuration
- notices = System Notices
- monitor = Monitoring
- first_page = First
- last_page = Last
- total = Total: %d
-
- dashboard.statistic = Summary
- dashboard.operations = Maintenance Operations
- dashboard.system_status = System Status
- dashboard.statistic_info = The openi database holds <b>%d</b> users, <b>%d</b> organizations, <b>%d</b> public keys, <b>%d</b> repositories, <b>%d</b> watches, <b>%d</b> stars, <b>%d</b> actions, <b>%d</b> accesses, <b>%d</b> issues, <b>%d</b> comments, <b>%d</b> social accounts, <b>%d</b> follows, <b>%d</b> mirrors, <b>%d</b> releases, <b>%d</b> authentication sources, <b>%d</b> webhooks, <b>%d</b> milestones, <b>%d</b> labels, <b>%d</b> hook tasks, <b>%d</b> teams, <b>%d</b> update tasks, <b>%d</b> attachments.
- dashboard.operation_name = Operation Name
- dashboard.operation_switch = Switch
- dashboard.operation_run = Run
- dashboard.clean_unbind_oauth = Clean unbound OAuth connections
- dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
- dashboard.task.started=Started Task: %s
- dashboard.task.process=Task: %s
- dashboard.task.cancelled=Task: %s cancelled: %[3]s
- dashboard.task.error=Error in Task: %s: %[3]s
- dashboard.task.finished=Task: %s started by %s has finished
- dashboard.task.unknown=Unknown task: %s
- dashboard.cron.started=Started Cron: %[1]s
- dashboard.cron.process=Cron: %[1]s
- dashboard.cron.cancelled=Cron: %s cancelled: %[3]s
- dashboard.cron.error=Error in Cron: %s: %[3]s
- dashboard.cron.finished=Cron: %[1]s has finished
- dashboard.delete_inactive_accounts = Delete all unactivated accounts
- dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started.
- dashboard.delete_repo_archives = Delete all repository archives
- dashboard.start_cron_job = Start to run cron jobs
- dashboard.start_cron_job_failed = Start to run cron jobs failed
- dashboard.delete_repo_archives.started = Delete all repository archives task started.
- dashboard.delete_missing_repos = Delete all repositories missing their Git files
- dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started.
- dashboard.delete_generated_repository_avatars = Delete generated repository avatars
- dashboard.update_mirrors = Update Mirrors
- dashboard.repo_health_check = Health check all repositories
- dashboard.check_repo_stats = Check all repository statistics
- dashboard.archive_cleanup = Delete old repository archives
- dashboard.deleted_branches_cleanup = Clean-up deleted branches
- dashboard.update_migration_poster_id = Update migration poster IDs
- dashboard.git_gc_repos = Garbage collect all repositories
- dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with openi SSH keys.
- dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.)
- dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
- dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
- dashboard.sync_external_users = Synchronize external user data
- dashboard.server_uptime = Server Uptime
- dashboard.current_goroutine = Current Goroutines
- dashboard.current_memory_usage = Current Memory Usage
- dashboard.total_memory_allocated = Total Memory Allocated
- dashboard.memory_obtained = Memory Obtained
- dashboard.pointer_lookup_times = Pointer Lookup Times
- dashboard.memory_allocate_times = Memory Allocations
- dashboard.memory_free_times = Memory Frees
- dashboard.current_heap_usage = Current Heap Usage
- dashboard.heap_memory_obtained = Heap Memory Obtained
- dashboard.heap_memory_idle = Heap Memory Idle
- dashboard.heap_memory_in_use = Heap Memory In Use
- dashboard.heap_memory_released = Heap Memory Released
- dashboard.heap_objects = Heap Objects
- dashboard.bootstrap_stack_usage = Bootstrap Stack Usage
- dashboard.stack_memory_obtained = Stack Memory Obtained
- dashboard.mspan_structures_usage = MSpan Structures Usage
- dashboard.mspan_structures_obtained = MSpan Structures Obtained
- dashboard.mcache_structures_usage = MCache Structures Usage
- dashboard.mcache_structures_obtained = MCache Structures Obtained
- dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained
- dashboard.gc_metadata_obtained = GC Metadata Obtained
- dashboard.other_system_allocation_obtained = Other System Allocation Obtained
- dashboard.next_gc_recycle = Next GC Recycle
- dashboard.last_gc_time = Since Last GC Time
- dashboard.total_gc_time = Total GC Pause
- dashboard.total_gc_pause = Total GC Pause
- dashboard.last_gc_pause = Last GC Pause
- dashboard.gc_times = GC Times
-
- users.user_manage_panel = User Account Management
- users.new_account = Create User Account
- users.name = Username
- users.full_name = Full Name
- users.activated = Activated
- users.bind_phone = Bind Phone
- users.admin = Admin
- users.restricted = Restricted
- users.repos = Repos
- users.created = Created
- users.last_login = Last Sign-In
- users.never_login = Never Signed-In
- users.send_register_notify = Send User Registration Notification
- users.new_success = The user account '%s' has been created.
- users.edit = Edit
- users.auth_source = Authentication Source
- users.local = Local
- users.auth_login_name = Authentication Sign-In Name
- users.password_helper = Leave the password empty to keep it unchanged.
- users.update_profile_success = The user account has been updated.
- users.edit_account = Edit User Account
- users.max_repo_creation = Maximum Number of Repositories
- users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
- users.is_activated = User Account Is Activated
- users.prohibit_login = Disable Sign-In
- users.is_admin = Is Administrator
- users.is_restricted = Is Restricted
- users.allow_git_hook = May Create Git Hooks
- users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running openi and will have the same level of host access
- users.allow_import_local = May Import Local Repositories
- users.allow_create_organization = May Create Organizations
- users.update_profile = Update User Account
- users.delete_account = Delete User Account
- users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
- users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
- users.deletion_success = The user account has been deleted.
-
- emails.email_manage_panel = User Email Management
- emails.primary = Primary
- emails.activated = Activated
- emails.filter_sort.email = Email
- emails.filter_sort.email_reverse = Email (reverse)
- emails.filter_sort.name = User Name
- emails.filter_sort.name_reverse = User Name (reverse)
- emails.updated = Email updated
- emails.not_updated = Failed to update the requested email address: %v
- emails.duplicate_active = This email address is already active for a different user.
- emails.change_email_header = Update Email Properties
- emails.change_email_text = Are your sure you want to update this email address?
-
- orgs.org_manage_panel = Organization Management
- orgs.name = Name
- orgs.teams = Teams
- orgs.members = Members
- orgs.new_orga = New Organization
-
- repos.repo_manage_panel = Repository Management
- repos.owner = Owner
- repos.name = Name
- repos.private = Private
- repos.watches = Watches
- repos.stars = Stars
- repos.forks = Forks
- repos.issues = Issues
- repos.size = Size
- repos.id=ID
- repos.projectName=Project Name
- repos.isPrivate=Private
- repos.create=Project Create Time
- repos.isFork=Fork
- repos.isMirror=Mirror
- repos.openi=OpenI
- repos.visit=Visit
- repos.download=Code Download
- repos.pr=PR
- repos.commit=Commit
- repos.closedIssues=Closed Issue
- repos.contributor=Contributor
- repos.numDataset=Dataset File
- repos.numCloudbrain=Cloudbrain Task
- repos.numModel=Model
- repos.numModelConvert=Model Convert Task
- repos.yes=Yes
- repos.no=No
-
- images.recommend = Recommend
- images.unrecommend = Unrecommend
-
- datasets.dataset_manage_panel= Dataset Manage
- datasets.owner=Owner
- datasets.name=name
- datasets.private=Private
- datasets.recommend=Set recommend
- datasets.unrecommend=Set unrecommend
- datasets.only_recommend = Only show platform recommendations
-
- cloudbrain.all_task_types=All Task Types
- cloudbrain.all_computing_resources=All Computing Resources
- cloudbrain.all_status=All Status
- cloudbrain.download_report=Download Report
- cloudbrain.cloudbrain_name=Cloudbrain Name
- cloudbrain.search = Seach Task Name/Creter
-
- hooks.desc = Webhooks automatically make HTTP POST requests to a server when certain openi events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="https://docs.openi.io/en-us/webhooks/">webhooks guide</a>.
- hooks.add_webhook = Add Default Webhook
- hooks.update_webhook = Update Default Webhook
-
- systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain openi events trigger. Webhooks defined will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank" rel="noopener" href="https://docs.openi.io/en-us/webhooks/">webhooks guide</a>.
- systemhooks.add_webhook = Add System Webhook
- systemhooks.update_webhook = Update System Webhook
-
- auths.auth_manage_panel = Authentication Source Management
- auths.new = Add Authentication Source
- auths.name = Name
- auths.type = Type
- auths.enabled = Enabled
- auths.syncenabled = Enable User Synchronization
- auths.updated = Updated
- auths.auth_type = Authentication Type
- auths.auth_name = Authentication Name
- auths.security_protocol = Security Protocol
- auths.domain = Domain
- auths.host = Host
- auths.port = Port
- auths.bind_dn = Bind DN
- auths.bind_password = Bind Password
- auths.bind_password_helper = Warning: This password is stored in plain text. Use a read-only account if possible.
- auths.user_base = User Search Base
- auths.user_dn = User DN
- auths.attribute_username = Username Attribute
- auths.attribute_username_placeholder = Leave empty to use the username entered in openi.
- auths.attribute_name = First Name Attribute
- auths.attribute_surname = Surname Attribute
- auths.attribute_mail = Email Attribute
- auths.attribute_ssh_public_key = Public SSH Key Attribute
- auths.attributes_in_bind = Fetch Attributes in Bind DN Context
- auths.allow_deactivate_all = Allow an empty search result to deactivate all users
- auths.use_paged_search = Use Paged Search
- auths.search_page_size = Page Size
- auths.filter = User Filter
- auths.admin_filter = Admin Filter
- auths.restricted_filter = Restricted Filter
- auths.restricted_filter_helper = Leave empty to not set any users as restricted. Use an asterisk ('*') to set all users that do not match Admin Filter as restricted.
- auths.ms_ad_sa = MS AD Search Attributes
- auths.smtp_auth = SMTP Authentication Type
- auths.smtphost = SMTP Host
- auths.smtpport = SMTP Port
- auths.allowed_domains = Allowed Domains
- auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (',').
- auths.enable_tls = Enable TLS Encryption
- auths.skip_tls_verify = Skip TLS Verify
- auths.pam_service_name = PAM Service Name
- auths.oauth2_provider = OAuth2 Provider
- auths.oauth2_clientID = Client ID (Key)
- auths.oauth2_clientSecret = Client Secret
- auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL
- auths.oauth2_use_custom_url = Use Custom URLs Instead of Default URLs
- auths.oauth2_tokenURL = Token URL
- auths.oauth2_authURL = Authorize URL
- auths.oauth2_profileURL = Profile URL
- auths.oauth2_emailURL = Email URL
- auths.enable_auto_register = Enable Auto Registration
- auths.sspi_auto_create_users = Automatically create users
- auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
- auths.sspi_auto_activate_users = Automatically activate users
- auths.sspi_auto_activate_users_helper = Allow SSPI auth method to automatically activate new users
- auths.sspi_strip_domain_names = Remove domain names from usernames
- auths.sspi_strip_domain_names_helper = If checked, domain names will be removed from logon names (eg. "DOMAIN\user" and "user@example.org" both will become just "user").
- auths.sspi_separator_replacement = Separator to use instead of \, / and @
- auths.sspi_separator_replacement_helper = The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "user@example.org").
- auths.sspi_default_language = Default user language
- auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
- auths.tips = Tips
- auths.tips.oauth2.general = OAuth2 Authentication
- auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback
- auths.tip.oauth2_provider = OAuth2 Provider
- 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'
- auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
- auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
- auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
- auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
- auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications
- auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
- auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
- auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
- auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
- auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.io/en-us/oauth2-provider/
- auths.tip.yandex = Create a new application at https://oauth.yandex.com/client/new. Select following permissions from the "Yandex.Passport API" section: "Access to email address", "Access to user avatar" and "Access to username, first name and surname, gender"
- auths.edit = Edit Authentication Source
- auths.activated = This Authentication Source is Activated
- auths.new_success = The authentication '%s' has been added.
- auths.update_success = The authentication source has been updated.
- auths.update = Update Authentication Source
- auths.delete = Delete Authentication Source
- auths.delete_auth_title = Delete Authentication Source
- auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue?
- auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first.
- auths.deletion_success = The authentication source has been deleted.
- auths.login_source_exist = The authentication source '%s' already exists.
- auths.login_source_of_type_exist = An authentication source of this type already exists.
-
- config.server_config = Server Configuration
- config.app_name = Site Title
- config.app_ver = openi Version
- config.app_url = openi Base URL
- config.custom_conf = Configuration File Path
- config.custom_file_root_path = "Custom File Root Path"
- config.domain = SSH Server Domain
- config.offline_mode = Local Mode
- config.disable_router_log = Disable Router Log
- config.run_user = Run As Username
- config.run_mode = Run Mode
- config.git_version = Git Version
- config.repo_root_path = Repository Root Path
- config.lfs_root_path = LFS Root Path
- config.static_file_root_path = Static File Root Path
- config.log_file_root_path = Log Path
- config.script_type = Script Type
- config.reverse_auth_user = Reverse Authentication User
-
- config.ssh_config = SSH Configuration
- config.ssh_enabled = Enabled
- config.ssh_start_builtin_server = Use Built-In Server
- config.ssh_domain = Server Domain
- config.ssh_port = Port
- config.ssh_listen_port = Listen Port
- config.ssh_root_path = Root Path
- config.ssh_key_test_path = Key Test Path
- config.ssh_keygen_path = Keygen ('ssh-keygen') Path
- config.ssh_minimum_key_size_check = Minimum Key Size Check
- config.ssh_minimum_key_sizes = Minimum Key Sizes
-
- config.lfs_config = LFS Configuration
- config.lfs_enabled = Enabled
- config.lfs_content_path = LFS Content Path
- config.lfs_http_auth_expiry = LFS HTTP Auth Expiry
-
- config.db_config = Database Configuration
- config.db_type = Type
- config.db_host = Host
- config.db_name = Name
- config.db_user = Username
- config.db_schema = Schema
- config.db_ssl_mode = SSL
- config.db_path = Path
-
- config.service_config = Service Configuration
- config.register_email_confirm = Require Email Confirmation to Register
- config.disable_register = Disable Self-Registration
- config.allow_only_external_registration = Allow Registration Only Through External Services
- config.enable_openid_signup = Enable OpenID Self-Registration
- config.enable_openid_signin = Enable OpenID Sign-In
- config.show_registration_button = Show Register Button
- config.require_sign_in_view = Require Sign-In to View Pages
- config.mail_notify = Enable Email Notifications
- config.disable_key_size_check = Disable Minimum Key Size Check
- config.enable_captcha = Enable CAPTCHA
- config.active_code_lives = Active Code Lives
- config.reset_password_code_lives = Recover Account Code Expiry Time
- config.default_keep_email_private = Hide Email Addresses by Default
- config.default_allow_create_organization = Allow Creation of Organizations by Default
- config.enable_timetracking = Enable Time Tracking
- config.default_enable_timetracking = Enable Time Tracking by Default
- config.default_allow_only_contributors_to_track_time = Let Only Contributors Track Time
- config.no_reply_address = Hidden Email Domain
- config.default_visibility_organization = Default visibility for new Organizations
- config.default_enable_dependencies = Enable Issue Dependencies by Default
-
- config.webhook_config = Webhook Configuration
- config.queue_length = Queue Length
- config.deliver_timeout = Deliver Timeout
- config.skip_tls_verify = Skip TLS Verification
-
- config.mailer_config = SMTP Mailer Configuration
- config.mailer_enabled = Enabled
- config.mailer_disable_helo = Disable HELO
- config.mailer_name = Name
- config.mailer_host = Host
- config.mailer_user = User
- config.mailer_use_sendmail = Use Sendmail
- config.mailer_sendmail_path = Sendmail Path
- config.mailer_sendmail_args = Extra Arguments to Sendmail
- config.mailer_sendmail_timeout = Sendmail Timeout
- config.send_test_mail = Send Testing Email
- config.test_mail_failed = Failed to send a testing email to '%s': %v
- config.test_mail_sent = A testing email has been sent to '%s'.
-
- config.oauth_config = OAuth Configuration
- config.oauth_enabled = Enabled
-
- config.cache_config = Cache Configuration
- config.cache_adapter = Cache Adapter
- config.cache_interval = Cache Interval
- config.cache_conn = Cache Connection
- config.cache_item_ttl = Cache Item TTL
-
- config.session_config = Session Configuration
- config.session_provider = Session Provider
- config.provider_config = Provider Config
- config.cookie_name = Cookie Name
- config.enable_set_cookie = Enable Set Cookie
- config.gc_interval_time = GC Interval Time
- config.session_life_time = Session Life Time
- config.https_only = HTTPS Only
- config.cookie_life_time = Cookie Life Time
-
- config.picture_config = Picture and Avatar Configuration
- config.picture_service = Picture Service
- config.disable_gravatar = Disable Gravatar
- config.enable_federated_avatar = Enable Federated Avatars
-
- config.git_config = Git Configuration
- config.git_disable_diff_highlight = Disable Diff Syntax Highlight
- config.git_max_diff_lines = Max Diff Lines (for a single file)
- config.git_max_diff_line_characters = Max Diff Characters (for a single line)
- config.git_max_diff_files = Max Diff Files (to be shown)
- config.git_gc_args = GC Arguments
- config.git_migrate_timeout = Migration Timeout
- config.git_mirror_timeout = Mirror Update Timeout
- config.git_clone_timeout = Clone Operation Timeout
- config.git_pull_timeout = Pull Operation Timeout
- config.git_gc_timeout = GC Operation Timeout
-
- config.log_config = Log Configuration
- config.log_mode = Log Mode
- config.macaron_log_mode = Macaron Log Mode
- config.own_named_logger = Named Logger
- config.routes_to_default_logger = Routes To Default Logger
- config.go_log = Uses Go Log (redirected to default)
- config.router_log_mode = Router Log Mode
- config.disabled_logger = Disabled
- config.access_log_mode = Access Log Mode
- config.access_log_template = Template
- config.xorm_log_mode = XORM Log Mode
- config.xorm_log_sql = Log SQL
-
- monitor.cron = Cron Tasks
- monitor.name = Name
- monitor.schedule = Schedule
- monitor.next = Next Time
- monitor.previous = Previous Time
- monitor.execute_times = Executions
- monitor.process = Running Processes
- monitor.desc = Description
- monitor.start = Start Time
- monitor.execute_time = Execution Time
- monitor.process.cancel = Cancel process
- monitor.process.cancel_desc = Cancelling a process may cause data loss
- monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
- monitor.queues = Queues
- monitor.queue = Queue: %s
- monitor.queue.name = Name
- monitor.queue.type = Type
- monitor.queue.exemplar = Exemplar Type
- monitor.queue.numberworkers = Number of Workers
- monitor.queue.maxnumberworkers = Max Number of Workers
- monitor.queue.review = Review Config
- monitor.queue.review_add = Review/Add Workers
- monitor.queue.configuration = Initial Configuration
- monitor.queue.nopool.title = No Worker Pool
- monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
- monitor.queue.wrapped.desc = A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
- monitor.queue.persistable-channel.desc = A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
- monitor.queue.pool.timeout = Timeout
- monitor.queue.pool.addworkers.title = Add Workers
- monitor.queue.pool.addworkers.submit = Add Workers
- monitor.queue.pool.addworkers.desc = Add Workers to this pool with or without a timeout. If you set a timeout these workers will be removed from the pool after the timeout has lapsed.
- monitor.queue.pool.addworkers.numberworkers.placeholder = Number of Workers
- monitor.queue.pool.addworkers.timeout.placeholder = Set to 0 for no timeout
- monitor.queue.pool.addworkers.mustnumbergreaterzero = Number of Workers to add must be greater than zero
- monitor.queue.pool.addworkers.musttimeoutduration = Timeout must be a golang duration eg. 5m or be 0
- monitor.queue.pool.flush.title = Flush Queue
- monitor.queue.pool.flush.desc = Flush will add a worker that will terminate once the queue is empty, or it times out.
- monitor.queue.pool.flush.submit = Add Flush Worker
- monitor.queue.pool.flush.added = Flush Worker added for %[1]s
-
- monitor.queue.settings.title = Pool Settings
- monitor.queue.settings.desc = Pools dynamically grow with a boost in response to their worker queue blocking. These changes will not affect current worker groups.
- monitor.queue.settings.timeout = Boost Timeout
- monitor.queue.settings.timeout.placeholder = Currently %[1]v
- monitor.queue.settings.timeout.error = Timeout must be a golang duration eg. 5m or be 0
- monitor.queue.settings.numberworkers = Boost Number of Workers
- monitor.queue.settings.numberworkers.placeholder = Currently %[1]d
- monitor.queue.settings.numberworkers.error = Number of Workers to add must be greater than or equal to zero
- monitor.queue.settings.maxnumberworkers = Max Number of workers
- monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d
- monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number
- monitor.queue.settings.submit = Update Settings
- monitor.queue.settings.changed = Settings Updated
- monitor.queue.settings.blocktimeout = Current Block Timeout
- monitor.queue.settings.blocktimeout.value = %[1]v
-
- monitor.queue.pool.none = This queue does not have a Pool
- monitor.queue.pool.added = Worker Group Added
- monitor.queue.pool.max_changed = Maximum number of workers changed
- monitor.queue.pool.workers.title = Active Worker Groups
- monitor.queue.pool.workers.none = No worker groups.
- monitor.queue.pool.cancel = Shutdown Worker Group
- monitor.queue.pool.cancelling = Worker Group shutting down
- monitor.queue.pool.cancel_notices = Shutdown this group of %s workers?
- monitor.queue.pool.cancel_desc = Leaving a queue without any worker groups may cause requests to block indefinitely.
-
- notices.system_notice_list = System Notices
- notices.view_detail_header = View Notice Details
- notices.actions = Actions
- notices.select_all = Select All
- notices.deselect_all = Deselect All
- notices.inverse_selection = Inverse Selection
- notices.delete_selected = Delete Selected
- notices.delete_all = Delete All Notices
- notices.type = Type
- notices.type_1 = Repository
- notices.type_2 = Task
- notices.desc = Description
- notices.op = Op.
- notices.delete_success = The system notices have been deleted.
-
- user_management = User Management
- resource_management = Resource Management
- resource_pool = Resource Pool(queue)
- resource_price = Resource Price
- application_scenario = Application Scenario
- system_configuration = System Configuration
-
- [action]
- create_repo = created repository <a href="%s">%s</a>
- rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
- commit_repo = pushed to <a href="%[1]s/src/branch/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
- create_issue = `opened issue <a href="%s/issues/%s">%s#%[2]s</a>`
- close_issue = `closed issue <a href="%s/issues/%s">%s#%[2]s</a>`
- reopen_issue = `reopened issue <a href="%s/issues/%s">%s#%[2]s</a>`
- create_pull_request = `created pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- close_pull_request = `closed pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- reopen_pull_request = `reopened pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- comment_issue = `commented on issue <a href="%s/issues/%s">%s#%[2]s</a>`
- comment_pull = `commented on pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- merge_pull_request = `merged pull request <a href="%s/pulls/%s">%s#%[2]s</a>`
- transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a>
- push_tag = pushed tag <a href="%s/src/tag/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a>
- delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
- delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
- compare_branch = Compare
- compare_commits = Compare %d commits
- compare_commits_general = Compare commits
- mirror_sync_push = synced commits to <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
- mirror_sync_create = synced new reference <a href="%s/src/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> from mirror
- mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
- approve_pull_request = `approved <a href="%s/pulls/%s">%s#%[2]s</a>`
- reject_pull_request = `suggested changes for <a href="%s/pulls/%s">%s#%[2]s</a>`
- upload_dataset=`upload dataset <a href="%s/datasets">%s</a>`
- task_gpudebugjob=`created CPU/GPU type debugging task <a href="%s/cloudbrain/%s">%s</a>`
- task_npudebugjob=`created NPU type debugging task <a href="%s/modelarts/notebook/%s">%s</a>`
- task_c2net_gpudebugjob=`created CPU/GPU type debugging task <a href="%s/grampus/notebook/%s">%s</a>`
- task_c2net_npudebugjob=`created NPU type debugging task <a href="%s/grampus/notebook/%s">%s</a>`
- task_c2ent_gcudebugjob=`created GCU type debugging task <a href="%s/grampus/notebook/%s">%s</a>`
- task_nputrainjob=`created NPU training task <a href="%s/modelarts/train-job/%s">%s</a>`
- task_inferencejob=`created reasoning task <a href="%s/modelarts/inference-job/%s">%s</a>`
- task_benchmark=`created profiling task <a href="%s/cloudbrain/benchmark/%s">%s</a>`
- task_createmodel=`created new model <a href="%s/modelmanage/show_model_info?name=%s">%s</a>`
- task_gputrainjob=`created CPU/GPU training task <a href="%s/cloudbrain/train-job/%s">%s</a>`
- task_c2netnputrainjob=`created NPU training task <a href="%s/grampus/train-job/%s">%s</a>`
- task_c2netgputrainjob=`created CPU/GPU training task <a href="%s/grampus/train-job/%s">%s</a>`
- binded_wechat=binded WeChat
- dataset_recommended=`created dataset <a href="%s/datasets">%s</a> was set as recommended dataset`
- create_image=`committed image <span style="font-weight:bold;">%s</span>`
- image_recommended=`committed image <span style="font-weight:bold;">%s</span> was set as recommended image`
- update_user_avatar=updated avatar
-
- [tool]
- ago = %s ago
- from_now = %s from now
- now = now
- future = future
- 1s = 1 second
- 1m = 1 minute
- 1h = 1 hour
- 1d = 1 day
- 1w = 1 week
- 1mon = 1 month
- 1y = 1 year
- seconds = %d seconds
- minutes = %d minutes
- hours = %d hours
- days = %d days
- weeks = %d weeks
- months = %d months
- years = %d years
- raw_seconds = seconds
- raw_minutes = minutes
-
- [dropzone]
- default_message = Drop files or click here to upload.
- default_dataset_message = Click to add files or directly drag and drop files here
- invalid_input_type = You can not upload files of this type.
- file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
- remove_file = Remove file
- file_status = Upload status:
- file_init_status = Drop files or click here to upload.
- waitting_uploading = Please wait for the first file transfer to complete
- md5_computing = MD5 computing
- obs-connecting=obs connecting
- loading_file = Loading
- uploading = Uploading
- upload_complete = Uploading complete
- failed = Upload Failed
- enable_minio_support = Enable minio support to use the dataset service
- max_file_tooltips= Upload a maximum of ? files at a time, each file does not exceed ? MB.
- max_size_tooltips= You can only upload a maximum of ? files at a time. The upload limit has been reached, please do not add more files.
-
- [notification]
- notifications = Notifications
- unread = Unread
- read = Read
- no_unread = No unread notifications.
- no_read = No read notifications.
- pin = Pin notification
- mark_as_read = Mark as read
- mark_as_unread = Mark as unread
- mark_all_as_read = Mark all as read
-
- [gpg]
- default_key=Signed with default key
- error.extract_sign = Failed to extract signature
- error.generate_hash = Failed to generate hash of commit
- error.no_committer_account = No account linked to committer's email address
- error.no_gpg_keys_found = "No known key found for this signature in database"
- error.not_signed_commit = "Not a signed commit"
- error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer's account"
- error.probable_bad_signature = "WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS."
- error.probable_bad_default_signature = "WARNING! Although the default key has this ID it does not verify this commit! This commit is SUSPICIOUS."
-
- [units]
- error.no_unit_allowed_repo = You are not allowed to access any section of this repository.
- error.unit_not_allowed = You are not allowed to access this repository section.
-
- [custom]
- head.community = Community
- head.project = Repositories
- head.openi = OpenI
- head.openi.repo = OpenI Projects
- head.dataset = Datasets
- foot.council = Council
- foot.technical_committee = Technical Committee
- foot.join = Join OpenI
- foot.agreement=Use agreement
- foot.news = News
- foot.community_news = Community News
- foot.member_news = Member news
- foot.industry_advisory = Industry Advisory
- foot.help = help
- foot.copyright= Copyright: New Generation Artificial Intelligence Open Source Open Platform (OpenI)
- Platform_Tutorial = Tutorial
- foot.advice_feedback = Feedback
- resource_description = Resource Note
- foot.openi_subscription_number = OpenI subscription number
- foot.user_communication_group = User communication group
-
- [cloudbrain]
- all_resource_cluster=All Cluster
- all_ai_center=All Computing NET
- resource_cluster = Resource Cluster
- resource_cluster_openi = OpenI Resource Cluster
- resource_cluster_c2net = China Computing NET
- resource_cluster_openi_simple = OpenI
- resource_cluster_c2net_simple = C²NET
- compute_resource = Computing resources
- task_name = Task name
- task_type = Task type
- gpu_type = GPU type
- mirror = Mirror
- dataset = Dataset
- resource_specification = Resource specification
- dataset_storage_path = Dataset storage path
- model_storage_path = Model storage path
- output_storage_path = Output storage path
- code_storage_path = Code storage path
- benchmark_path = Benchmark script path
- snn4imagenet_path = Snn4imagenet script path
- brainscore_path = Brainscore script path
- start_command = Start command
- choose_mirror = select mirror or enter mirror path
- input_mirror = Please enter image path
- select_dataset = select dataset
- specification = specification
- select_specification = select specification
- description = description
- wrong_specification=You cannot use this specification, please choose another item.
- result_cleared=The files of the task have been cleared, can not restart any more, please create a new debug task instead.
- resource_use=Resource Occupancy
-
- job_name_rule = Please enter letters, numbers, _ and - up to 64 characters and cannot end with a dash (-).
- train_dataset_path_rule = The dataset location is stored in the run parameter <strong style="color:#010101">data_url</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">ckpt_url</strong>, and the output path is stored in the run parameter <strong style="color:#010101">train_url</strong>.
- infer_dataset_path_rule = The dataset location is stored in the run parameter <strong style="color:#010101">data_url</strong>, and the output path is stored in the run parameter <strong style="color:#010101">result_url</strong>.
- view_sample = View sample
- inference_output_path_rule = The inference output path is stored in the run parameter result_url.
- model_file_path_rule=The model file location is stored in the run parameter ckpt_url
- model_file_postfix_rule = The supported format of the model file is [ckpt, pb, h5, json, pkl, pth, t7, pdparams, onnx, pbtxt, keras, mlmodel, cfg, pt]
- model_convert_postfix_rule = The supported format of the model file is [.pth, .pkl, .onnx, .mindir, .ckpt, .pb, .pdmodel, .pdiparams, .params, .json]
- delete_task = Delete task
- task_delete_confirm = Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
- operate_confirm = confirm
- operate_cancel = cancel
-
- gpu_num = GPU
- cpu_num = CPU
- memory = Memory
- shared_memory = Shared Memory
- gpu_memory = GPU Memory
- free = Free
- point_hr = Point/hr
-
-
- DEBUG = DEBUG
- SNN4IMAGENET = BENCHMARK
- BRAINSCORE = BENCHMARK
- SNN4ECOSET = BENCHMARK
- MODELSAFETY = BENCHMARK
- TRAIN = TRAIN
- INFERENCE = INFERENCE
- BENCHMARK = BENCHMARK
- brain_area = Brain Area
-
- Delete_failed=Fail to delete the job, please try again later.
- Not_Stopped=The job is not stopped, can not be deleted.
- Already_stopped=The job is already stopped.
- Stopped_failed=Fail to stop the job, please try again later.
- Stopped_success_update_status_fail=Succeed in stopping th job, but failed to update the job status and duration time.
- load_code_failed=Fail to load code, please check if the right branch is selected.
-
- error.debug_datasetsize = The size of dataset exceeds limitation (%dGB)
- error.dataset_select = dataset select error:the count exceed the limit or has same name
- error.partial_datasets_not_available = There are non-existent or deleted files in the selected dataset file, please select again
- new_train_gpu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the dataset is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online
- new_debug_gpu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the dataset is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online
- new_debug_gpu_tooltips1 = The code is storaged in <strong style="color:#010101">%s</strong>, the dataset is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the <strong style="color:#010101">%s</strong>.
- new_train_npu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online
- new_infer_gpu_tooltips = The dataset is stored in <strong style="color:#010101">%s</strong>, the model file is stored in <strong style="color:#010101">%s</strong>, please store the inference output in <strong style="color:#010101">%s</strong> for subsequent downloads.
- code_obs_address = Code OBS address
-
- [points]
- points = points
- free = Free
- points_hour = Points/hour
- balance_of_points = Balance of Points:
- hours = Hours
- expected_time = , expected to be available for
- points_acquisition_instructions = Points Acquisition Instructions
- insufficient_points_balance = Insufficient points balance
-
- [modelsafety]
- model_security_evaluation = Model Security Evaluation
- base_data_set = Base Data Set
- combat_data_set = Combat Data Set
- evaluation_indicators = Evaluation Indicators
- evaluation_result = Evaluation Result
- no_data = No Data
- untargetted = Untargetted
- targetted = targetted
- new_model_security_evaluation_tips = Model Security Evaluation just used for image classification
-
- [model_app]
- get_file_fail= Can not get the image content, please try again later.
- content_type_unsupported=Allowed image type is jpg, jpeg or png.
- process_image_fail=Fail to process image, please try again later.
-
- [tech]
- get_file_fail= Can not get the file content, please try again later.
- content_type_unsupported=The format of the file or file content is wrong.
- sql_err=Fail to process data, please try again later.
|