modify translations of admin module

This commit is contained in:
dajiao007
2018-01-17 16:01:59 +08:00
parent 577e5fbbbd
commit 2a8146f6fb
17 changed files with 65 additions and 48 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ $lang->action->hideAll = 'Hide All';
$lang->action->editComment = 'Edit';
$lang->action->comment = 'Comment';
$lang->action->trashTips = 'Note: Delete in ZenTao is logic.';
$lang->action->trashTips = 'Note: All Deletion in ZenTao are logical.';
$lang->action->textDiff = 'Text Format';
$lang->action->original = 'Original Format';
$lang->action->confirmHideAll = 'Do you want to hide all the records?';
+1 -1
View File
@@ -23,7 +23,7 @@
<?php $vars = "type=$type&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>
<thead>
<tr class='colhead'>
<th class='w-90px'><?php common::printOrderLink('objectType', $orderBy, $vars, $lang->action->objectType);?></th>
<th class='w-130px'><?php common::printOrderLink('objectType', $orderBy, $vars, $lang->action->objectType);?></th>
<th class='w-id'> <?php common::printOrderLink('objectID', $orderBy, $vars, $lang->idAB);?></th>
<th><?php echo $lang->action->objectName;?></th>
<th class='w-100px'><?php common::printOrderLink('actor', $orderBy, $vars, $lang->action->actor);?></th>
+9 -9
View File
@@ -54,20 +54,20 @@ $lang->admin->bind->success = "Account has been linked!";
$lang->admin->safe = new stdclass();
$lang->admin->safe->common = 'Security Policy';
$lang->admin->safe->set = 'Password Security Settings';
$lang->admin->safe->password = 'Password Security';
$lang->admin->safe->weak = 'Weak Password';
$lang->admin->safe->set = 'PasswordStrength';
$lang->admin->safe->password = 'Password Strength';
$lang->admin->safe->weak = 'Weak Passwords';
$lang->admin->safe->reason = 'Type';
$lang->admin->safe->checkWeak = 'Weak Password Check';
$lang->admin->safe->changeWeak = 'Change weak password';
$lang->admin->safe->checkWeak = 'WeakPasswords';
$lang->admin->safe->changeWeak = 'Weak password must be strengthen';
$lang->admin->safe->modifyPasswordFirstLogin = 'Change password when first login';
$lang->admin->safe->modeList[0] = 'N/A';
$lang->admin->safe->modeList[1] = 'Medium';
$lang->admin->safe->modeList[2] = 'Strong';
$lang->admin->safe->modeRuleList[1] = 'must contain letters and numbers, at least six characters.';
$lang->admin->safe->modeRuleList[2] = 'must contain letters, numbers and special characters, at least 10 characters.';
$lang->admin->safe->modeRuleList[1] = 'Contains upper and lower case, numbers. Length >= 6';
$lang->admin->safe->modeRuleList[2] = 'Contains upper and lower case, numbers and special characters. Length >= 10.';
$lang->admin->safe->reasonList['weak'] = 'Common Weak Password';
$lang->admin->safe->reasonList['account'] = 'Same as your account';
@@ -78,5 +78,5 @@ $lang->admin->safe->reasonList['birthday'] = 'Same as your DOB';
$lang->admin->safe->modifyPasswordList[1] = 'Yes';
$lang->admin->safe->modifyPasswordList[0] = 'No';
$lang->admin->safe->noticeMode = 'User password will be checked when login, add/edit user password.';
$lang->admin->safe->noticeStrong = 'The more uppercase letters and numbers a password has, the more secure it is!';
$lang->admin->safe->noticeMode = 'Password will be checked when login, add/edit user.';
$lang->admin->safe->noticeStrong = '';
+5 -5
View File
@@ -5,18 +5,18 @@ $lang->backup->history = 'History';
$lang->backup->delete = 'Delete';
$lang->backup->backup = 'Backup';
$lang->backup->restore = 'Restore';
$lang->backup->change = 'Save Interval';
$lang->backup->change = 'Modify days';
$lang->backup->changeAB = 'Modify';
$lang->backup->time = 'Time';
$lang->backup->time = 'Backup Time';
$lang->backup->files = 'Files';
$lang->backup->size = 'Size';
$lang->backup->waitting = '<span id="backupType"></span>In Progree. Please wait...';
$lang->backup->waitting = '<span id="backupType"></span> In Progress. Please wait...';
$lang->backup->confirmDelete = 'Do you want to delete the backup?';
$lang->backup->confirmRestore = 'Do you want to restore the backup?';
$lang->backup->holdDays = 'Backup the latest %s days.';
$lang->backup->restoreTip = 'Only files and databases will be restored when you click Restore. If you want to restore the code, restore it manually.';
$lang->backup->holdDays = 'Reserve latest %s days of backups';
$lang->backup->restoreTip = 'Only files and databases can be restored when you click Restore. Code can be restored manually.';
$lang->backup->success = new stdclass();
$lang->backup->success->backup = 'Done!';
+1 -1
View File
@@ -33,7 +33,7 @@
<th class='w-150px'><?php echo $lang->backup->time?></th>
<th><?php echo $lang->backup->files?></th>
<th class='w-150px'><?php echo $lang->backup->size?></th>
<th class='w-80px'><?php echo $lang->actions?></th>
<th class='w-110px'><?php echo $lang->actions?></th>
</tr>
</thead>
<tbody class='text-center'>
+11 -7
View File
@@ -102,10 +102,10 @@ $lang->bug->confirmStoryChange = 'Confirm Story Change';
$lang->bug->copy = 'Copy';
/* 查询条件列表。*/
$lang->bug->assignToMe = 'Assigned To Me';
$lang->bug->openedByMe = 'Created By Me';
$lang->bug->resolvedByMe = 'Resolved By Me';
$lang->bug->closedByMe = 'Closed By Me';
$lang->bug->assignToMe = 'AssignedToMe';
$lang->bug->openedByMe = 'CreatedByMe';
$lang->bug->resolvedByMe = 'ResolvedByMe';
$lang->bug->closedByMe = 'ClosedByMe';
$lang->bug->assignToNull = 'Unassigned';
$lang->bug->unResolved = 'Unresolved';
$lang->bug->toClosed = 'WaitForClose';
@@ -119,6 +119,10 @@ $lang->bug->needConfirm = 'StoryChanged';
$lang->bug->allProduct = 'All' . $lang->productCommon;
$lang->bug->my = 'My';
$lang->bug->assignToMeAB = 'Assigned To Me';
$lang->bug->openedByMeAB = 'Created By Me';
$lang->bug->resolvedByMeAB = 'Resolved By Me';
$lang->bug->ditto = 'Ditto';
$lang->bug->dittoNotice = 'This bug is not linked to the same product as the last one!';
@@ -364,9 +368,9 @@ $lang->bug->placeholder = new stdclass();
$lang->bug->placeholder->chooseBuilds = 'Choose Build...';
$lang->bug->placeholder->newBuildName = 'The name of new build';
$lang->bug->mySelects['assigntome'] = $lang->bug->assignToMe;
$lang->bug->mySelects['openedbyme'] = $lang->bug->openedByMe;
$lang->bug->mySelects['resolvedbyme'] = $lang->bug->resolvedByMe;
$lang->bug->mySelects['assigntome'] = $lang->bug->assignToMeAB;
$lang->bug->mySelects['openedbyme'] = $lang->bug->openedByMeAB;
$lang->bug->mySelects['resolvedbyme'] = $lang->bug->resolvedByMeAB;
$lang->bug->featureBar['browse']['unclosed'] = $lang->bug->unclosed;
$lang->bug->featureBar['browse']['all'] = $lang->bug->allBugs;
+4
View File
@@ -118,6 +118,10 @@ $lang->bug->byQuery = '搜索';
$lang->bug->needConfirm = '需求变动';
$lang->bug->allProduct = '所有' . $lang->productCommon;
$lang->bug->assignToMeAB = '指派给我';
$lang->bug->openedByMeAB = '由我创建';
$lang->bug->resolvedByMeAB = '由我解决';
$lang->bug->ditto = '同上';
$lang->bug->dittoNotice = '该bug与上一bug不属于同一产品!';
+4
View File
@@ -118,6 +118,10 @@ $lang->bug->byQuery = '搜索';
$lang->bug->needConfirm = '需求變動';
$lang->bug->allProduct = '所有' . $lang->productCommon;
$lang->bug->assignToMeAB = '指派給我';
$lang->bug->openedByMeAB = '由我創建';
$lang->bug->resolvedByMeAB = '由我解決';
$lang->bug->ditto = '同上';
$lang->bug->dittoNotice = '該bug與上一bug不屬於同一產品!';
+1 -1
View File
@@ -339,7 +339,7 @@ $lang->admin->menu = new stdclass();
$lang->admin->menu->index = array('link' => 'Home|admin|index', 'alias' => 'register,certifytemail,certifyztmobile,ztcompany');
$lang->admin->menu->custom = array('link' => 'Custom|custom|set', 'subModule' => 'custom');
$lang->admin->menu->message = array('link' => 'Mssage|message|index', 'subModule' => 'message,mail,webhook');
$lang->admin->menu->message = array('link' => 'Message|message|index', 'subModule' => 'message,mail,webhook');
$lang->admin->menu->backup = array('link' => 'Backup|backup|index', 'subModule' => 'backup');
$lang->admin->menu->safe = array('link' => 'Security|admin|safe', 'alias' => 'checkweak');
$lang->admin->menu->cron = array('link' => 'Cron|cron|index', 'subModule' => 'cron');
+6 -6
View File
@@ -1,5 +1,5 @@
<?php
$lang->cron->common = 'Cron';
$lang->cron->common = 'Scheduled Task';
$lang->cron->index = 'Home';
$lang->cron->list = 'Tasks';
$lang->cron->create = 'Add';
@@ -21,7 +21,7 @@ $lang->cron->remark = 'Remark';
$lang->cron->lastTime = 'Last Executed';
$lang->cron->turnonList['1'] = 'On';
$lang->cron->turnonList['0'] = 'Off';
$lang->cron->turnonList['0'] = 'Shutdown';
$lang->cron->statusList['normal'] = 'Normal';
$lang->cron->statusList['running'] = 'Running';
@@ -33,14 +33,14 @@ $lang->cron->typeList['system'] = 'System Command';
$lang->cron->toggleList['start'] = 'Activate';
$lang->cron->toggleList['stop'] = 'Deactivate';
$lang->cron->confirmDelete = 'Do you want to delete the Planned Task?';
$lang->cron->confirmDelete = 'Do you want to delete the Scheduled Task?';
$lang->cron->confirmTurnon = 'Do you want to truncoff the Cron?';
$lang->cron->introduction = <<<EOD
<p>Planned Task can do scheduled execution, such as update burndown chart, backup, etc.</p>
<p>Scheduled Task can do scheduled execution, such as update burndown chart, backup, etc.</p>
<p>This function need to be improved, so it is turned off by default.</p>
EOD;
$lang->cron->confirmOpen = <<<EOD
<p>Do you want to turn it on?<a href="%s" target='hiddenwin'><strong>Turn On Planned Task<strong></a></p>
<p>Do you want to turn it on?<a href="%s" target='hiddenwin'><strong>Turn On Scheduled Task<strong></a></p>
EOD;
$lang->cron->notice = new stdclass();
@@ -49,5 +49,5 @@ $lang->cron->notice->h = 'Range:0-23';
$lang->cron->notice->dom = 'Range:1-31';
$lang->cron->notice->mon = 'Range:1-12';
$lang->cron->notice->dow = 'Range:0-6';
$lang->cron->notice->help = 'Note:If the server is restarted, or Planned Task is not working, it means Planned Task has stopped working. You have to click 【Create】 or refresh the page to start the Planned Task. If the last execution time in Task List has changed, it means the Task is started.';
$lang->cron->notice->help = 'Note:If server restarted, or Scheduled Task is not working, it means Scheduled Task has stopped. You can restart it by clicking 【Restart】 or reload this page. If the last execution time in changed, it means the Task is running.';
$lang->cron->notice->errorRule = '"%s" is not valid';
+6 -6
View File
@@ -30,13 +30,13 @@
<table class='table table-condensed table-bordered active-disabled table-fixed'>
<thead>
<tr>
<th class='w-60px'><?php echo $lang->cron->m?></th>
<th class='w-60px'><?php echo $lang->cron->h?></th>
<th class='w-60px'><?php echo $lang->cron->dom?></th>
<th class='w-60px'><?php echo $lang->cron->mon?></th>
<th class='w-60px'><?php echo $lang->cron->dow?></th>
<th class='w-50px'><?php echo $lang->cron->m?></th>
<th class='w-50px'><?php echo $lang->cron->h?></th>
<th class='w-50px'><?php echo $lang->cron->dom?></th>
<th class='w-50px'><?php echo $lang->cron->mon?></th>
<th class='w-50px'><?php echo $lang->cron->dow?></th>
<th><?php echo $lang->cron->command?></th>
<th class='w-100px'><?php echo $lang->cron->remark?></th>
<th class='w-160px'><?php echo $lang->cron->remark?></th>
<th class='w-120px'><?php echo $lang->cron->lastTime?></th>
<th class='w-60px'><?php echo $lang->cron->status?></th>
<th class='w-100px'><?php echo $lang->actions;?></th>
+5 -5
View File
@@ -147,18 +147,18 @@ $lang->install->groupList['TOP']['desc'] = 'for Senior Manager';
$lang->install->groupList['OTHERS']['name'] = 'Other';
$lang->install->groupList['OTHERS']['desc'] = 'for Other';
$lang->install->groupList['LIMITED']['name'] = 'Limited User';
$lang->install->groupList['LIMITED']['desc'] = 'for Limited user (editing only content related to itself)';
$lang->install->groupList['LIMITED']['desc'] = 'Only edit contents related to themselves';
$lang->install->cronList[''] = 'Monitor cron';
$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';
$lang->install->cronList['moduleName=mail&methodName=asyncSend'] = 'Asynchronous sending';
$lang->install->cronList['moduleName=webhook&methodName=asyncSend'] = 'Asynchronous seding Webhook';
$lang->install->cronList['moduleName=backup&methodName=backup'] = 'Backup data&file';
$lang->install->cronList['moduleName=mail&methodName=asyncSend'] = 'Async sending Message';
$lang->install->cronList['moduleName=webhook&methodName=asyncSend'] = 'Async sending Webhook';
$lang->install->cronList['moduleName=admin&methodName=deleteLog'] = 'Delete overdue log';
$lang->install->cronList['moduleName=todo&methodName=createCycle'] = 'Create cycle todos.';
$lang->install->cronList['moduleName=todo&methodName=createCycle'] = 'Create periodic todos';
$lang->install->success = "Installed!";
$lang->install->login = 'Login ZenTao';
+5
View File
@@ -74,6 +74,11 @@ $lang->misc->feature = new stdclass();
$lang->misc->feature->lastest = 'Latest Version';
$lang->misc->feature->detailed = 'Details';
$lang->misc->feature->all['9.8.stable'][] = array('title'=>'Message centralized management', 'desc' => '<p>Centring Mail,SMS,webhook into Message</p>');
$lang->misc->feature->all['9.8.stable'][] = array('title'=>'Add Periodic Todo function', 'desc' => '');
$lang->misc->feature->all['9.8.stable'][] = array('title'=>"Add Block of 'Assigned to Me'", 'desc' => '');
$lang->misc->feature->all['9.8.stable'][] = array('title'=>'Support Generating TestStatements of TestBuilds', 'desc' => '');
$lang->misc->feature->all['9.7.stable'][] = array('title'=>'optimize International package,Added Demo data。', 'desc' => '');
$lang->misc->feature->all['9.6.stable'][] = array('title'=>'added Webhook Interface feature', 'desc' => 'support communication with BearyChat,dingding');
+3 -3
View File
@@ -71,9 +71,9 @@ $lang->product->whitelist = 'Whitelist';
$lang->product->branch = '%s';
$lang->product->searchStory = 'Search';
$lang->product->assignedToMe = 'AssignedToMe';
$lang->product->openedByMe = 'CreatedByMe';
$lang->product->reviewedByMe = 'ReviewedByMe';
$lang->product->assignedToMe = 'Assigned To Me';
$lang->product->openedByMe = 'Created By Me';
$lang->product->reviewedByMe = 'Reviewed By Me';
$lang->product->closedByMe = 'ClosedByMe';
$lang->product->draftStory = 'Draft';
$lang->product->activeStory = 'Activated';
+1 -1
View File
@@ -184,7 +184,7 @@ $lang->project->beginAndEnd = 'Duration';
$lang->project->lblStats = 'Man-Hour Summary(h) : ';
$lang->project->stats = '<strong>%s</strong> Available, <strong>%s</strong> Total Estimated, <strong>%s</strong> Cost, <strong>%s</strong> Left.';
$lang->project->taskSummary = "Tasks on this page : <strong>%s</strong> Total, <strong>%s</strong> Wait, <strong>%s</strong> Doing; &nbsp;&nbsp;&nbsp; Hours : <strong>%s</strong> Est., <strong>%s</strong> Cost, <strong>%s</strong> Left.";
$lang->project->checkedSummary = " <strong>%total%</strong> Checked, <strong>%wait%</strong> Wait, <strong>%doing%</strong> Doing, <strong>%estimate%</strong> Hour(s) Estimated, <strong>%consumed%</strong> Hour(s) Cost, <strong>%left%</strong> Hour(s) Left.";
$lang->project->checkedSummary = " <strong>%total%</strong> Checked, <strong>%wait%</strong> Wait, <strong>%doing%</strong> Doing; Hours: <strong>%estimate%</strong> Est., <strong>%consumed%</strong> Cost, <strong>%left%</strong> Left.";
$lang->project->memberHours = "%s has <strong>%s</strong> Hour(s) available ";
$lang->project->groupSummary = "<strong>%s</strong> Tasks in this group, Wait <strong>%s</strong>, Doing <strong>%s</strong>. <strong>%s</strong> Hour(s) Estimated , <strong>%s</strong> Hour(s) Cost, <strong>%s</strong> Hour(s) Left.";
$lang->project->groupSummaryAB = "Tasks:<strong>%s</strong> Total,<strong>%s</strong> Wait, <strong>%s</strong> Doing.<br />Hours: <strong>%s</strong> Est., <strong>%s</strong> Cost,<strong>%s</strong> Left.";
+1 -1
View File
@@ -74,7 +74,7 @@
<legend><?php echo $lang->project->basicInfo?></legend>
<table class='table table-data table-condensed table-borderless'>
<tr>
<th class='w-100px text-right strong'><?php echo $lang->project->name;?></th>
<th class='w-110px text-right strong'><?php echo $lang->project->name;?></th>
<td><?php echo $project->name;?></td>
</tr>
<tr>
+1 -1
View File
@@ -105,7 +105,7 @@
<table align='center' class='table table-form'>
<caption class='text-left text-muted'><?php echo $lang->user->verify;?></caption>
<tr>
<th class='w-120px'><?php echo $lang->user->verifyPassword;?></th>
<th class='w-130px'><?php echo $lang->user->verifyPassword;?></th>
<td>
<div class="required required-wrapper"></div>
<?php echo html::password('verifyPassword', '', "class='form-control disabled-ie-placeholder' autocomplete='off' placeholder='{$lang->user->placeholder->verify}'");?>