translation error 12/5
This commit is contained in:
@@ -19,7 +19,7 @@ $lang->backup->holdDays = 'Backup the latest %s days.';
|
||||
$lang->backup->restoreTip = 'Only attachments and databases will be restored when you click restore button, if you need to restore the code, you can restore manually.';
|
||||
|
||||
$lang->backup->success = new stdclass();
|
||||
$lang->backup->success->backup = 'Backed up!';
|
||||
$lang->backup->success->backup = 'Done!';
|
||||
$lang->backup->success->restore = 'Restored!';
|
||||
|
||||
$lang->backup->error = new stdclass();
|
||||
|
||||
@@ -419,16 +419,16 @@ $lang->error->ge = "『%s』should be >=『%s』.";
|
||||
$lang->error->notempty = "『%s』should not be blank.";
|
||||
$lang->error->empty = "『%s』should be null.";
|
||||
$lang->error->equal = "『%s』has to be『%s』.";
|
||||
$lang->error->int = array("『%s』has to be numbers", "『%s』should be 『%s-%s』.");
|
||||
$lang->error->int = array("『%s』should be numbers", "『%s』should be 『%s-%s』.");
|
||||
$lang->error->float = "『%s』should be numbers, decimals included.";
|
||||
$lang->error->email = "『%s』should be valid EMAIL.";
|
||||
$lang->error->email = "『%s』should be valid Email.";
|
||||
$lang->error->date = "『%s』should be valid date.";
|
||||
$lang->error->code = "『%s』should be english or numbers.";
|
||||
$lang->error->account = "『%s』should be valid account.";
|
||||
$lang->error->passwordsame = "Two passwords should be consistent.";
|
||||
$lang->error->passwordrule = "Password should meet requirements. It should be 6 characters at least.";
|
||||
$lang->error->accessDenied = 'Access is denied.';
|
||||
$lang->error->pasteImg = 'Paste Image is not allowed in your browser!';
|
||||
$lang->error->pasteImg = 'Image is not allowed to be pasted in your browser!';
|
||||
$lang->error->noData = 'No Data';
|
||||
$lang->error->editedByOther = 'This record might have been changed. Please refresh and try to edit again!';
|
||||
$lang->error->tutorialData = 'No data can be imported in tutorial mode. Please exit tutorial first!';
|
||||
@@ -471,14 +471,14 @@ $lang->downNotify = "Download Desktop Notification";
|
||||
|
||||
$lang->suhosinInfo = "Warning! Data is reaching the limit. Please change <font color=red>sohusin.post.max_vars</font> and <font color=red>sohusin.request.max_vars</font> (set larger %s value) in php.ini, then save and restart Apache or php-fpm, or some data will not be saved.";
|
||||
$lang->maxVarsInfo = "Warning! Data is reaching the limit. Please change <font color=red>max_input_vars</font> (set larger %s value) in php.ini, then save and restart Apache or php-fpm, or some data will not be saved.";
|
||||
$lang->pasteTextInfo = "Paste text into text field. Each line will be a header of each data record. ";
|
||||
$lang->pasteTextInfo = "Paste text here. Each line will be a header of each data record. ";
|
||||
$lang->noticeImport = "<p style='font-size:14px'>Imported data contains data that has already existed in system. Please confirm you actions on the date </p><p><a href='javascript:submitForm(\"cover\")' class='btn btn-mini'>Override</a> <a href='javascript:submitForm(\"insert\")' class='btn btn-mini'>New Insertion</a></p>";
|
||||
|
||||
$lang->noResultsMatch = "No results match!";
|
||||
$lang->searchMore = "More results:";
|
||||
$lang->chooseUsersToMail = "Choose users you will send notifications to...";
|
||||
$lang->browserNotice = 'Your current browser might not show the best effect. Please use Chrome, Firefox, IE9+, Opera or Safari.';
|
||||
$lang->noticePasteImg = "Paste image to editor.";
|
||||
$lang->noticePasteImg = "Paste image here.";
|
||||
|
||||
/* 时间格式设置。*/
|
||||
if(!defined('DT_DATETIME1')) define('DT_DATETIME1', 'Y-m-d H:i:s');
|
||||
|
||||
@@ -81,7 +81,7 @@ $lang->extension->successInstallDB = 'Database installed!';
|
||||
$lang->extension->viewInstalled = 'Installed';
|
||||
$lang->extension->viewAvailable = 'Available';
|
||||
$lang->extension->viewDeactivated = 'Deactivated';
|
||||
$lang->extension->backDBFile = 'Extension related data has been backed up to %s!';
|
||||
$lang->extension->backDBFile = 'Extension data has been backed up to %s!';
|
||||
$lang->extension->noticeOkFile = '<h5>For security reasons, your Admin account has to be confirmed.</h5>
|
||||
<h5>Plese Login your ZenTao server and create %s.</h5>
|
||||
<p>Note</p>
|
||||
|
||||
+12
-12
@@ -127,32 +127,32 @@ $lang->install->password = 'Admin Password';
|
||||
$lang->install->errorEmptyPassword = 'Password should not be blank.';
|
||||
|
||||
$lang->install->groupList['ADMIN']['name'] = 'Admin';
|
||||
$lang->install->groupList['ADMIN']['desc'] = 'System Admin';
|
||||
$lang->install->groupList['ADMIN']['desc'] = 'System Administrator';
|
||||
$lang->install->groupList['DEV']['name'] = 'Dev';
|
||||
$lang->install->groupList['DEV']['desc'] = 'Dev Team';
|
||||
$lang->install->groupList['QA']['name'] = 'QA';
|
||||
$lang->install->groupList['QA']['desc'] = 'QA Team';
|
||||
$lang->install->groupList['PM']['name'] = 'Project Manager';
|
||||
$lang->install->groupList['PM']['name'] = 'PM';
|
||||
$lang->install->groupList['PM']['desc'] = 'for Project Manager';
|
||||
$lang->install->groupList['PO']['name'] = 'Product Owner';
|
||||
$lang->install->groupList['PO']['name'] = 'PO';
|
||||
$lang->install->groupList['PO']['desc'] = 'for Product Owner';
|
||||
$lang->install->groupList['TD']['name'] = 'Dev Supervisor';
|
||||
$lang->install->groupList['TD']['desc'] = 'for Dev Supervisor';
|
||||
$lang->install->groupList['PD']['name'] = 'Product Supervisor';
|
||||
$lang->install->groupList['PD']['desc'] = 'for Product Supervisor';
|
||||
$lang->install->groupList['QD']['name'] = 'QA Supervisor';
|
||||
$lang->install->groupList['QD']['desc'] = 'for QA Supervisor';
|
||||
$lang->install->groupList['TOP']['name'] = 'Senior Manager';
|
||||
$lang->install->groupList['TD']['name'] = 'Dev Manager';
|
||||
$lang->install->groupList['TD']['desc'] = 'for Dev Manager';
|
||||
$lang->install->groupList['PD']['name'] = 'PD';
|
||||
$lang->install->groupList['PD']['desc'] = 'for Product Director';
|
||||
$lang->install->groupList['QD']['name'] = 'QD';
|
||||
$lang->install->groupList['QD']['desc'] = 'for QA Director';
|
||||
$lang->install->groupList['TOP']['name'] = 'Senior';
|
||||
$lang->install->groupList['TOP']['desc'] = 'for Senior Manager';
|
||||
$lang->install->groupList['OTHERS']['name'] = 'Other';
|
||||
$lang->install->groupList['OTHERS']['desc'] = 'for Other';
|
||||
|
||||
$lang->install->cronList[''] = 'Monitor cron';
|
||||
$lang->install->cronList['moduleName=project&methodName=computeburn'] = 'Compute burn';
|
||||
$lang->install->cronList['moduleName=project&methodName=computeburn'] = 'Update Burndown Chart';
|
||||
$lang->install->cronList['moduleName=report&methodName=remind'] = 'Daily task reminder';
|
||||
$lang->install->cronList['moduleName=svn&methodName=run'] = 'Synchronize SVN';
|
||||
$lang->install->cronList['moduleName=git&methodName=run'] = 'Synchronize GIT';
|
||||
$lang->install->cronList['moduleName=backup&methodName=backup'] = 'Backup data and attachment';
|
||||
$lang->install->cronList['moduleName=backup&methodName=backup'] = 'Backup';
|
||||
$lang->install->cronList['moduleName=mail&methodName=asyncSend'] = 'Asynchronous sending';
|
||||
|
||||
$lang->install->success = "Installed!";
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
$lang->story->create = "Create";
|
||||
$lang->story->create = "Story";
|
||||
$lang->story->batchCreate = "Batch Create";
|
||||
$lang->story->change = "Change";
|
||||
$lang->story->changed = 'Change';
|
||||
@@ -28,7 +28,7 @@ $lang->story->bugs = "Linked Bug";
|
||||
$lang->story->cases = "Linked Case";
|
||||
$lang->story->taskCount = 'Tasks';
|
||||
$lang->story->bugCount = 'Bugs';
|
||||
$lang->story->caseCount = 'Test Cases';
|
||||
$lang->story->caseCount = 'Cases';
|
||||
$lang->story->taskCountAB = 'T';
|
||||
$lang->story->bugCountAB = 'B';
|
||||
$lang->story->caseCountAB = 'C';
|
||||
@@ -180,7 +180,7 @@ $lang->story->affectedProjects = 'Affected' . $lang->projectCommon;
|
||||
$lang->story->affectedBugs = 'Affected Bug';
|
||||
$lang->story->affectedCases = 'Affected Case';
|
||||
|
||||
$lang->story->specTemplate = "Please refer to the Template to write the description. As a < type of user >, I want < some goal > so that < some reason >.";
|
||||
$lang->story->specTemplate = "As a < type of user >, I want < some goal > so that < some reason >.";
|
||||
$lang->story->needNotReview = 'No Review';
|
||||
$lang->story->successSaved = "Story saved!";
|
||||
$lang->story->confirmDelete = "Do you want to delete this Story?";
|
||||
@@ -189,10 +189,10 @@ $lang->story->mustChooseResult = 'Please select a result.';
|
||||
$lang->story->mustChoosePreVersion = 'Please select a Version to revert.';
|
||||
|
||||
$lang->story->form = new stdclass();
|
||||
$lang->story->form->area = 'Story Affiliation';
|
||||
$lang->story->form->desc = 'Description and criteria. What Story is it? How to accept it?';
|
||||
$lang->story->form->resource = 'Resource allocation. How finished it? How long does it take?';
|
||||
$lang->story->form->file = 'Files. If there are Story linked files, please click Here to upload.';
|
||||
$lang->story->form->area = 'Story Scope';
|
||||
$lang->story->form->desc = 'What Story is it? How to verify it?';
|
||||
$lang->story->form->resource = 'How to finish it? How long does it take?';
|
||||
$lang->story->form->file = 'If there are Story linked files, please click Here to upload it.';
|
||||
|
||||
$lang->story->action = new stdclass();
|
||||
$lang->story->action->reviewed = array('main' => '$date, recorded by <strong>$actor</strong>. The result is <strong>$extra</strong>.', 'extra' => 'reviewResultList');
|
||||
|
||||
@@ -71,11 +71,11 @@ $lang->task->desc = 'Description';
|
||||
$lang->task->assign = 'Assign';
|
||||
$lang->task->assignTo = $lang->task->assign;
|
||||
$lang->task->batchAssignTo = 'Batch Assign';
|
||||
$lang->task->assignedTo = 'Assigned To';
|
||||
$lang->task->assignedToAB = 'Assigned To';
|
||||
$lang->task->assignedDate = 'Assigned Date';
|
||||
$lang->task->assignedTo = 'Assignee';
|
||||
$lang->task->assignedToAB = 'Assignee';
|
||||
$lang->task->assignedDate = 'Assign on';
|
||||
$lang->task->openedBy = 'Created By';
|
||||
$lang->task->openedDate = 'Created Date';
|
||||
$lang->task->openedDate = 'Created on';
|
||||
$lang->task->openedDateAB = 'Add';
|
||||
$lang->task->finishedBy = 'Finished By';
|
||||
$lang->task->finishedByAB = 'Finish';
|
||||
@@ -85,7 +85,7 @@ $lang->task->canceledBy = 'Cancelled By';
|
||||
$lang->task->canceledDate = 'Cancelled on';
|
||||
$lang->task->closedBy = 'Closed By';
|
||||
$lang->task->closedDate = 'Close Date';
|
||||
$lang->task->closedReason = 'Cancelled Reason';
|
||||
$lang->task->closedReason = 'Cancel Reason';
|
||||
$lang->task->lastEditedBy = 'Last Edited By';
|
||||
$lang->task->lastEditedDate = 'Last Edited on';
|
||||
$lang->task->lastEdited = 'Last Edited';
|
||||
|
||||
@@ -128,19 +128,19 @@ $lang->user->tpl->content = 'Content';
|
||||
$lang->user->tpl->public = 'Public';
|
||||
|
||||
$lang->user->placeholder = new stdclass();
|
||||
$lang->user->placeholder->account = 'must be contain letters, underline, and numbers,at lease three characters';
|
||||
$lang->user->placeholder->password1 = 'must be at lease six characters';
|
||||
$lang->user->placeholder->role = "Role affects content and user's order.";
|
||||
$lang->user->placeholder->group = "Group decides user's privilege.";
|
||||
$lang->user->placeholder->account = 'letters, underline, and numbers,at lease three characters';
|
||||
$lang->user->placeholder->password1 = 'six characters at lease ';
|
||||
$lang->user->placeholder->role = "Role affects content and user order.";
|
||||
$lang->user->placeholder->group = "Group decides user privilege.";
|
||||
$lang->user->placeholder->commiter = 'Subversion Account';
|
||||
$lang->user->placeholder->verify = 'Password is required to verify.';
|
||||
$lang->user->placeholder->verify = 'Password is required.';
|
||||
|
||||
$lang->user->placeholder->passwordStrength[1] = 'must be contain letters and numbers,at lease six characters';
|
||||
$lang->user->placeholder->passwordStrength[2] = 'must be contain letters, numbers and special characters ,at lease 10 characters';
|
||||
$lang->user->placeholder->passwordStrength[1] = 'letters and numbers, at lease six characters';
|
||||
$lang->user->placeholder->passwordStrength[2] = 'letters, numbers and special characters, at lease 10 characters';
|
||||
|
||||
$lang->user->error = new stdclass();
|
||||
$lang->user->error->account = "ID %s,must be contain letters, underline, and numbers,at lease three characters";
|
||||
$lang->user->error->accountDupl = "ID %s,account has been used";
|
||||
$lang->user->error->accountDupl = "ID %s,account has been used.";
|
||||
$lang->user->error->realname = "ID %s,must be real name";
|
||||
$lang->user->error->password = "ID %s,password must be 6 characters at least.";
|
||||
$lang->user->error->mail = "ID %s,please enter valid Email address";
|
||||
|
||||
Reference in New Issue
Block a user