ok
Direktori : /home2/selectio/public_html/bharath/system/language/traditional-chinese/ |
Current File : /home2/selectio/public_html/bharath/system/language/traditional-chinese/unit_test_lang.php |
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['ut_test_name'] = '測試名稱'; $lang['ut_test_datatype'] = '測試的資料類型'; $lang['ut_res_datatype'] = '期望的資料類型'; $lang['ut_result'] = '結果'; $lang['ut_undefined'] = '未定義的測試名稱'; $lang['ut_file'] = '檔案名稱'; $lang['ut_line'] = '行數'; $lang['ut_passed'] = '通過'; $lang['ut_failed'] = '未通過'; $lang['ut_boolean'] = '布林值'; $lang['ut_integer'] = '整數'; $lang['ut_float'] = '浮點數'; $lang['ut_double'] = '倍精度浮點數'; $lang['ut_string'] = '字串'; $lang['ut_array'] = '陣列'; $lang['ut_object'] = '物件'; $lang['ut_resource'] = '資源'; $lang['ut_null'] = '無'; $lang['ut_notes'] = '備註';