56 lines
2.7 KiB
PHP
56 lines
2.7 KiB
PHP
<?php
|
|
/**
|
|
* The testsuite module en file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Yidong Wang <yidong@cnezsoft.com>
|
|
* @package testsuite
|
|
* @version $Id: zh-cn.php 4490 2013-02-27 03:27:05Z wyd621@gmail.com $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->testsuite->index = "Suite Home";
|
|
$lang->testsuite->create = "Tạo Suite";
|
|
$lang->testsuite->delete = "Xóa Suite";
|
|
$lang->testsuite->view = "Suite Detail";
|
|
$lang->testsuite->edit = "Sửa Suite";
|
|
$lang->testsuite->browse = "Danh sách Suite";
|
|
$lang->testsuite->linkCase = "Liên kết tình huống";
|
|
$lang->testsuite->linkVersion = "Phiên bản";
|
|
$lang->testsuite->unlinkCase = "Hủy liên kết";
|
|
$lang->testsuite->unlinkCaseAction = "Hủy liên kết tình huống";
|
|
$lang->testsuite->batchUnlinkCases = "Hủy liên kết tình huống hàng loạt";
|
|
$lang->testsuite->deleted = 'Đã xóa';
|
|
$lang->testsuite->successSaved = 'Đã lưu';
|
|
|
|
$lang->testsuite->id = 'ID';
|
|
$lang->testsuite->common = 'Test Suite';
|
|
$lang->testsuite->product = $lang->productCommon;
|
|
$lang->testsuite->name = 'Tên';
|
|
$lang->testsuite->type = 'Loại';
|
|
$lang->testsuite->desc = 'Mô tả';
|
|
$lang->testsuite->author = 'Quyền truy cập';
|
|
$lang->testsuite->addedBy = 'Người tạo';
|
|
$lang->testsuite->addedDate = 'Ngày tạo';
|
|
$lang->testsuite->lastEditedBy = 'Người sửa cuối';
|
|
$lang->testsuite->lastEditedDate = 'Ngày sửa cuối';
|
|
|
|
$lang->testsuite->legendDesc = 'Mô tả';
|
|
$lang->testsuite->legendBasicInfo = 'Thông tin cơ bản';
|
|
|
|
$lang->testsuite->unlinkedCases = 'Tình huống đã hủy liên kết';
|
|
|
|
$lang->testsuite->confirmDelete = 'Bạn có muốn xóa this test suite?';
|
|
$lang->testsuite->confirmUnlinkCase = 'Bạn có muốn hủy liên kết tình huống này?';
|
|
$lang->testsuite->noticeNone = 'Bạn chưa tạo suite nào';
|
|
$lang->testsuite->noModule = '<div>Chưa có Module.</div><div>Quản lý ngay.</div>';
|
|
$lang->testsuite->noTestsuite = 'Không có suites nào';
|
|
$lang->testsuite->summary = "Tổng <strong>%total%</strong> suites nào, Công khai: <strong>%public%</strong>, Riêng tư: <strong>%private%</strong>.";
|
|
|
|
$lang->testsuite->lblCases = 'Tình huống';
|
|
$lang->testsuite->lblUnlinkCase = 'Hủy liên kết tình huống';
|
|
|
|
$lang->testsuite->authorList['private'] = 'Riêng tư';
|
|
$lang->testsuite->authorList['public'] = 'Công khai';
|
|
|
|
$lang->testsuite->featureBar['browse']['all'] = 'Suite List'; |