Files
EasySoft-ZenTaoPMS/module/my/lang/zh-tw.php
T

43 lines
2.1 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
$lang->my->common = '我的地盤';
/* 方法列表。*/
$lang->my->index = '首頁';
$lang->my->todo = '我的待辦';
$lang->my->task = '我的任務';
$lang->my->bug = '我的缺陷';
$lang->my->testTask = '我的測試任務';
$lang->my->testCase = '我的測試用例';
$lang->my->story = '我的需求';
$lang->my->myProject = '我的項目';
$lang->my->team = '我的團隊';
$lang->my->profile = '我的檔案';
$lang->my->dynamic = '我的動態';
$lang->my->editProfile = '更新信息';
$lang->my->changePassword = '修改密碼';
$lang->my->taskMenu = new stdclass();
$lang->my->taskMenu->assignedToMe = '指派給我';
$lang->my->taskMenu->openedByMe = '由我創建';
$lang->my->taskMenu->finishedByMe = '由我完成';
$lang->my->taskMenu->closedByMe = '由我關閉';
$lang->my->taskMenu->canceledByMe = '由我取消';
$lang->my->storyMenu = new stdclass();
$lang->my->storyMenu->assignedToMe = '指派給我';
$lang->my->storyMenu->openedByMe = '由我創建';
$lang->my->storyMenu->reviewedByMe = '由我評審';
$lang->my->storyMenu->closedByMe = '由我關閉';
$lang->my->home = new stdclass();
$lang->my->home->latest = '最新動態';
$lang->my->home->action = "%s, %s <i>%s</i> %s <a href='%s'>%s</a>。";
$lang->my->home->projects = '項目';
$lang->my->home->products = '產品';
$lang->my->home->projectHome = '訪問項目主頁';
$lang->my->home->productHome = '訪問產品主頁';
$lang->my->home->noProjectsTip = "目前還沒有進行中的項目,<a class='button-add' href='%s'>創建一個項目&nbsp;&nbsp;&nbsp;</a>";
$lang->my->home->noProductsTip = "目前還沒有產品,<a class='button-add' href='%s'>創建一個產品&nbsp;&nbsp;&nbsp;</a>。";
$lang->my->home->help = "<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>幫助文檔</a>";
$lang->my->home->otherNoTip = "或者修改已有的項目,將其狀態改為“<span class='icon-doing'></span><i>進行中</i> ”。";