Files
EasySoft-ZenTaoPMS/module/user/lang/en.php
2022-04-26 01:06:30 +00:00

296 lines
16 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The user module English file of ZenTaoPMS.
*
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package user
* @version $Id: en.php 5053 2013-07-06 08:17:37Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->user->common = 'User';
$lang->user->id = 'ID';
$lang->user->inside = 'Internal';
$lang->user->outside = 'Outsiders';
$lang->user->company = 'Company';
$lang->user->dept = 'Department';
$lang->user->account = 'Account';
$lang->user->password = 'Password';
$lang->user->password2 = 'Repeat Password';
$lang->user->role = 'Role';
$lang->user->group = 'Privilege Group';
$lang->user->realname = 'Name';
$lang->user->nickname = 'Nickname';
$lang->user->commiter = 'SVN/GIT Account';
$lang->user->birthyear = 'DOB';
$lang->user->gender = 'Gender';
$lang->user->email = 'Email';
$lang->user->basicInfo = 'Basic Info.';
$lang->user->accountInfo = 'Account Info.';
$lang->user->verify = 'Verification';
$lang->user->contactInfo = 'Contact';
$lang->user->skype = 'Skype';
$lang->user->qq = 'QQ';
$lang->user->mobile = 'Mobile';
$lang->user->phone = 'Phone';
$lang->user->weixin = 'WeChat';
$lang->user->dingding = 'DingDing';
$lang->user->slack = 'Slack';
$lang->user->whatsapp = 'WhatsApp';
$lang->user->address = 'Address';
$lang->user->zipcode = 'ZipCode';
$lang->user->join = 'Joined';
$lang->user->visits = 'Visits';
$lang->user->visions = 'Version Type';
$lang->user->ip = 'Last IP';
$lang->user->last = 'Last Login';
$lang->user->ranzhi = 'Zdoo Account';
$lang->user->ditto = 'Ditto';
$lang->user->originalPassword = 'Old Password';
$lang->user->newPassword = 'New Password';
$lang->user->verifyPassword = 'Password';
$lang->user->resetPassword = 'Forgot Password?';
$lang->user->score = 'Score';
$lang->user->name = 'Name';
$lang->user->type = 'User Type';
$lang->user->cropAvatar = 'Crop Avatar';
$lang->user->cropAvatarTip = 'Drag and drop the box to crop the image.';
$lang->user->cropImageTip = 'The image is too small. The recommended image size is at least 48x48. The current image size is %s';
$lang->user->captcha = 'Captcha';
$lang->user->avatar = 'Avatar';
$lang->user->birthday = 'Birthday';
$lang->user->nature = 'Nature';
$lang->user->analysis = 'Analysis';
$lang->user->strategy = 'Strategy';
$lang->user->fails = 'number of failures';
$lang->user->locked = 'Lock Time';
$lang->user->scoreLevel = 'Score Level';
$lang->user->clientStatus = 'Client Status';
$lang->user->clientLang = 'Client Language';
$lang->user->programs = 'Program';
$lang->user->products = $lang->productCommon;
$lang->user->projects = 'Project';
$lang->user->sprints = $lang->execution->common;
$lang->user->identity = 'Identity';
$lang->user->switchVision = 'Switch to %s';
$lang->user->legendBasic = 'Basic Information';
$lang->user->legendContribution = 'Contribution';
$lang->user->index = "Home";
$lang->user->view = "User Detail";
$lang->user->create = "Add User";
$lang->user->batchCreate = "Batch Add";
$lang->user->edit = "Edit User";
$lang->user->batchEdit = "Batch Edit";
$lang->user->unlock = "Unlock User";
$lang->user->delete = "Delete User";
$lang->user->unbind = "Unbind from Zdoo";
$lang->user->login = "Login";
$lang->user->bind = "Bind User";
$lang->user->oauthRegister = "Register a new account";
$lang->user->mobileLogin = "Mobile";
$lang->user->editProfile = "Edit Profile";
$lang->user->deny = "Your access is denied.";
$lang->user->confirmDelete = "Do you want to delete this user?";
$lang->user->confirmUnlock = "Do you want to unlock this user?";
$lang->user->confirmUnbind = "Do you want to unbind this user from Zdoo?";
$lang->user->relogin = "Login Again";
$lang->user->asGuest = "Guest";
$lang->user->goback = "Back";
$lang->user->deleted = '(Deleted)';
$lang->user->search = 'Search';
$lang->user->else = 'Else';
$lang->user->saveTemplate = 'Save as Template';
$lang->user->setPublic = 'Set as Public Template';
$lang->user->deleteTemplate = 'Delete Template';
$lang->user->setTemplateTitle = 'Please enter the title of the template.';
$lang->user->applyTemplate = 'Templates';
$lang->user->confirmDeleteTemplate = 'Do you want to delete this template?';
$lang->user->setPublicTemplate = 'Set as Public Template';
$lang->user->tplContentNotEmpty = 'The template content cannot be empty!';
$lang->user->profile = 'Profile';
$lang->user->project = $lang->executionCommon . 's';
$lang->user->execution = $lang->execution->common;
$lang->user->task = 'Tasks';
$lang->user->bug = 'Bugs';
$lang->user->test = 'Test';
$lang->user->testTask = 'Requests';
$lang->user->testCase = 'Cases';
$lang->user->issue = 'Issue';
$lang->user->risk = 'Risk';
$lang->user->schedule = 'Schedule';
$lang->user->todo = 'Todos';
$lang->user->story = 'Stories';
$lang->user->dynamic = 'Dynamics';
$lang->user->openedBy = 'CreatedBy%s';
$lang->user->assignedTo = 'AssignedTo%s';
$lang->user->finishedBy = 'FinishedBy%s';
$lang->user->resolvedBy = 'ResolvedBy%s';
$lang->user->closedBy = 'ClosedBy%s';
$lang->user->reviewedBy = 'ReviewedBy%s';
$lang->user->canceledBy = 'CancelledBy%s';
$lang->user->testTask2Him = 'RequestsAssignedTo%s';
$lang->user->case2Him = 'CasesAssignedTo%s';
$lang->user->caseByHim = 'CasesCreatedBy%s';
$lang->user->errorDeny = "Sorry, your access to <b>%2\$s</b> of <b>%1\$s</b> is denied. Please contact your Admin to get privileges. Return to home page or login again.";
$lang->user->errorView = "Sorry, your access view <b>%s</b> is denied. Please contact your Admin to get privileges. Return to home page or login again.";
$lang->user->loginFailed = "Login failed. Please check your account and password.";
$lang->user->lockWarning = "You can try %s times.";
$lang->user->loginLocked = "Please contact the administrator to unlock your account or try %s minutes later.";
$lang->user->weakPassword = "Your password does not meet the requirements.";
$lang->user->errorWeak = "Passwords cannot use [%s] weak passwords.";
$lang->user->errorCaptcha = "Captcha Error";
$lang->user->roleList[''] = '';
$lang->user->roleList['dev'] = 'Developer';
$lang->user->roleList['qa'] = 'Tester';
$lang->user->roleList['pm'] = 'Scrum Master';
$lang->user->roleList['po'] = 'Product Owner';
$lang->user->roleList['td'] = 'Technical Manager';
$lang->user->roleList['pd'] = 'Product Manager';
$lang->user->roleList['qd'] = 'QA Manager';
$lang->user->roleList['top'] = 'Senior Manager';
$lang->user->roleList['others'] = 'Others';
$lang->user->genderList['m'] = 'Male';
$lang->user->genderList['f'] = 'Female';
$lang->user->thirdPerson['m'] = 'Him';
$lang->user->thirdPerson['f'] = 'Her';
$lang->user->typeList['inside'] = $lang->user->inside;
$lang->user->typeList['outside'] = $lang->user->outside;
$lang->user->passwordStrengthList[0] = "<span style='color:red'>Weak</span>";
$lang->user->passwordStrengthList[1] = "<span style='color:#000'>Good</span>";
$lang->user->passwordStrengthList[2] = "<span style='color:green'>Strong</span>";
$lang->user->statusList['active'] = 'Active';
$lang->user->statusList['delete'] = 'Deleted';
$lang->user->personalData['createdTodos'] = 'Todos Created';
$lang->user->personalData['createdRequirements'] = "Requirements Created";
$lang->user->personalData['createdStories'] = "Stories Created";
$lang->user->personalData['finishedTasks'] = 'Tasks Finished';
$lang->user->personalData['createdBugs'] = 'Bugs Created';
$lang->user->personalData['resolvedBugs'] = 'Bugs Resolved';
$lang->user->personalData['createdCases'] = 'Cases Created';
$lang->user->personalData['createdRisks'] = 'Risks Created';
$lang->user->personalData['resolvedRisks'] = 'Risks Resolved';
$lang->user->personalData['createdIssues'] = 'Issues Created';
$lang->user->personalData['resolvedIssues'] = 'Issues Resolved';
$lang->user->personalData['createdDocs'] = 'Docs Created';
$lang->user->keepLogin['on'] = 'Keep Login';
$lang->user->loginWithDemoUser = 'Login as Demo User:';
$lang->user->scanToLogin = 'Scan QR Code';
$lang->user->tpl = new stdclass();
$lang->user->tpl->type = 'Type';
$lang->user->tpl->title = 'TPL Title';
$lang->user->tpl->content = 'Content';
$lang->user->tpl->public = 'Public';
$lang->usertpl = new stdclass();
$lang->usertpl->title = 'Template Name';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '>= 3 letters, underline and numbers';
$lang->user->placeholder->password1 = '>= 6 characters';
$lang->user->placeholder->role = "Role is related to content and user listing order.";
$lang->user->placeholder->group = "Group is related to user privileges.";
$lang->user->placeholder->commiter = 'SVN/Git account';
$lang->user->placeholder->verify = 'Please enter your ZenTao login password to verify..';
$lang->user->placeholder->loginPassword = 'Enter your password';
$lang->user->placeholder->loginAccount = 'Enter your account';
$lang->user->placeholder->loginUrl = 'Enter your ZenTao address';
$lang->user->placeholder->passwordStrength[1] = '>= 6 letters and numbers';
$lang->user->placeholder->passwordStrength[2] = '>= 10 letters, numbers and special characters';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %saccount must be >= 3 letters, underline or numbers";
$lang->user->error->accountDupl = "ID %saccount is used.";
$lang->user->error->realname = "ID %smust be real name";
$lang->user->error->visions = "ID %smust be version type";
$lang->user->error->password = "ID %spassword must be >= 6 characters.";
$lang->user->error->mail = "ID %senter valid Email address";
$lang->user->error->reserved = "ID %saccount is reserved.";
$lang->user->error->weakPassword = "ID %sthe password strength is less than the system setting.";
$lang->user->error->dangerPassword = "ID %spasswords cannot be used with [%s] these commonly used if-passwords.";
$lang->user->error->url = "Invalid address. Please contact your ZenTao Admin.";
$lang->user->error->verify = "Wrong account or password.";
$lang->user->error->verifyPassword = "Verification failed. Please enter your Login Password.";
$lang->user->error->originalPassword = "Old password is incorrect.";
$lang->user->error->companyEmpty = "Company name must be not empty.";
$lang->user->error->noAccess = "This user is not from your department. You have no access to this user information.";
$lang->user->contactFieldList['phone'] = $lang->user->phone;
$lang->user->contactFieldList['mobile'] = $lang->user->mobile;
$lang->user->contactFieldList['qq'] = $lang->user->qq;
$lang->user->contactFieldList['dingding'] = $lang->user->dingding;
$lang->user->contactFieldList['weixin'] = $lang->user->weixin;
$lang->user->contactFieldList['skype'] = $lang->user->skype;
$lang->user->contactFieldList['slack'] = $lang->user->slack;
$lang->user->contactFieldList['whatsapp'] = $lang->user->whatsapp;
$lang->user->executionTypeList['stage'] = 'Stage';
$lang->user->executionTypeList['sprint'] = $lang->iterationCommon;
$lang->user->contacts = new stdclass();
$lang->user->contacts->common = 'Contacts';
$lang->user->contacts->listName = 'List Name';
$lang->user->contacts->userList = 'User List';
$lang->usercontact = new stdclass;
$lang->usercontact->listName = 'List Name';
$lang->user->contacts->manage = 'Manage List';
$lang->user->contacts->contactsList = 'Contact List';
$lang->user->contacts->selectedUsers = 'Users';
$lang->user->contacts->selectList = 'List';
$lang->user->contacts->createList = 'Create List';
$lang->user->contacts->noListYet = 'No contact list exists. Please create one first.';
$lang->user->contacts->confirmDelete = 'Do you want to delete this list?';
$lang->user->contacts->or = ' or ';
$lang->user->resetFail = "Failed. Please check the account.";
$lang->user->resetSuccess = "Reset! Please use your new password to login.";
$lang->user->noticeDelete = 'Do you want to delete "%s" from ZenTao?';
$lang->user->noticeHasDeleted = "This user has been deleted. If you want to view it, please go to the Admin-System-Data-Recycle to restore it.";
$lang->user->noticeResetFile = "<h5>Contact the Administrator to reset your password.</h5>
<h5>If you are, please login your Zentao host and create a file named <span> '%s' </span>.</h5>
<p>Note:</p>
<ol>
<li>Keep the file empty.</li>
<li>If the file exists, remove it and create it again.</li>
</ol>";
$lang->user->notice4Safe = "Warning: Weak password of one click package detected";
$lang->user->process4DIR = "It is detected that you might use the one-click installation package environment. Other sites in the environment are still using weak passwords. For security reasons, if you do not use other sites, please handle them in time. Delete or rename the %s directory. Visit: <a href='https://www.zentao.pm/book/zentaomanual/fix-weak-password-564.html' target='_blank'>https://www.zentao.pm/book/zentaomanual/fix-weak-password-564.html</a>";
$lang->user->process4DB = "It is detected that you might use the one-click installation package environment. Other sites in the environment are still using simple passwords. For security reasons, if you do not use other sites, please handle them in time. Please login database and modify password field of zt_user table of %s database. Visit: <a href='https://www.zentao.pm/book/zentaomanual/fix-weak-password-564.html' target='_blank'>https://www.zentao.pm/book/zentaomanual/fix-weak-password-564.html</a>";
$lang->user->mkdirWin = <<<EOT
<html><head><meta charset='utf-8'></head>
<body><table align='center' style='width:700px; margin-top:100px; border:1px solid gray; font-size:14px;'><tr><td style='padding:8px'>
<div style='margin-bottom:8px;'>不能创建临时目录,请确认目录<strong style='color:#ed980f'>%s</strong>是否存在并有操作权限。</div>
<div>A tmp directory cannot be created. Make sure the directory <strong style='color:#ed980f'>%s</strong> exists and you have the right permission.</div>
</td></tr></table></body></html>
EOT;
$lang->user->mkdirLinux = <<<EOT
<html><head><meta charset='utf-8'></head>
<body><table align='center' style='width:700px; margin-top:100px; border:1px solid gray; font-size:14px;'><tr><td style='padding:8px'>
<div style='margin-bottom:8px;'>不能创建临时目录,请确认目录<strong style='color:#ed980f'>%s</strong>是否存在并有操作权限。</div>
<div style='margin-bottom:8px;'>命令为:<strong style='color:#ed980f'>chmod 777 -R %s</strong>。</div>
<div>A tmp directory cannot be created. Make sure the directory <strong style='color:#ed980f'>%s</strong> exists and you have the right permission.</div>
<div style='margin-bottom:8px;'>Commond: <strong style='color:#ed980f'>chmod 777 -R %s</strong>.</div>
</td></tr></table></body></html>
EOT;