Add Traditional Chinese(zh-TW) translation

This commit is contained in:
Peter Dave Hello 2024-08-23 01:17:25 +08:00
parent e45fcf30b5
commit b985eeda85
16 changed files with 1252 additions and 0 deletions

View File

@ -174,6 +174,7 @@ $config['available_languages'] = [
'spanish',
'swedish',
'thai',
'traditional-chinese',
'turkish',
];

View File

@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['cal_su'] = '日';
$lang['cal_mo'] = '一';
$lang['cal_tu'] = '二';
$lang['cal_we'] = '三';
$lang['cal_th'] = '四';
$lang['cal_fr'] = '五';
$lang['cal_sa'] = '六';
$lang['cal_sun'] = '週日';
$lang['cal_mon'] = '週一';
$lang['cal_tue'] = '週二';
$lang['cal_wed'] = '週三';
$lang['cal_thu'] = '週四';
$lang['cal_fri'] = '週五';
$lang['cal_sat'] = '週六';
$lang['cal_sunday'] = '星期日';
$lang['cal_monday'] = '星期一';
$lang['cal_tuesday'] = '星期二';
$lang['cal_wednesday'] = '星期三';
$lang['cal_thursday'] = '星期四';
$lang['cal_friday'] = '星期五';
$lang['cal_saturday'] = '星期六';
$lang['cal_jan'] = '1月';
$lang['cal_feb'] = '2月';
$lang['cal_mar'] = '3月';
$lang['cal_apr'] = '4月';
$lang['cal_may'] = '5月';
$lang['cal_jun'] = '6月';
$lang['cal_jul'] = '7月';
$lang['cal_aug'] = '8月';
$lang['cal_sep'] = '9月';
$lang['cal_oct'] = '10月';
$lang['cal_nov'] = '11月';
$lang['cal_dec'] = '12月';
$lang['cal_january'] = '一月';
$lang['cal_february'] = '二月';
$lang['cal_march'] = '三月';
$lang['cal_april'] = '四月';
$lang['cal_mayl'] = '五月';
$lang['cal_june'] = '六月';
$lang['cal_july'] = '七月';
$lang['cal_august'] = '八月';
$lang['cal_september'] = '九月';
$lang['cal_october'] = '十月';
$lang['cal_november'] = '十一月';
$lang['cal_december'] = '十二月';

View File

@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['date_year'] = '年';
$lang['date_years'] = '年';
$lang['date_month'] = '月';
$lang['date_months'] = '個月';
$lang['date_week'] = '週';
$lang['date_weeks'] = '週';
$lang['date_day'] = '天';
$lang['date_days'] = '天';
$lang['date_hour'] = '小時';
$lang['date_hours'] = '小時';
$lang['date_minute'] = '分鐘';
$lang['date_minutes'] = '分鐘';
$lang['date_second'] = '秒';
$lang['date_seconds'] = '秒';
$lang['UM12'] = '(UTC -12:00) 貝克島/豪蘭島';
$lang['UM11'] = '(UTC -11:00) 紐埃';
$lang['UM10'] = '(UTC -10:00) 夏威夷-阿留申標準時間,庫克群島,大溪地';
$lang['UM95'] = '(UTC -9:30) 馬克薩斯群島';
$lang['UM9'] = '(UTC -9:00) 阿拉斯加標準時間,甘比爾群島';
$lang['UM8'] = '(UTC -8:00) 太平洋標準時間,克利珀頓島';
$lang['UM7'] = '(UTC -7:00) 山區標準時間';
$lang['UM6'] = '(UTC -6:00) 中部標準時間';
$lang['UM5'] = '(UTC -5:00) 東部標準時間,西加勒比海標準時間';
$lang['UM45'] = '(UTC -4:30) 委內瑞拉標準時間';
$lang['UM4'] = '(UTC -4:00) 大西洋標準時間,東加勒比海標準時間';
$lang['UM35'] = '(UTC -3:30) 紐芬蘭標準時間';
$lang['UM3'] = '(UTC -3:00) 阿根廷,巴西,法屬圭亞那,烏拉圭';
$lang['UM2'] = '(UTC -2:00) 南喬治亞島/南桑威奇群島';
$lang['UM1'] = '(UTC -1:00) 亞速爾群島,維德角群島';
$lang['UTC'] = '(UTC) 格林威治標準時間,西歐時間';
$lang['UP1'] = '(UTC +1:00) 中歐時間,西非時間';
$lang['UP2'] = '(UTC +2:00) 中非時間,東歐時間,加里寧格勒時間';
$lang['UP3'] = '(UTC +3:00) 莫斯科時間,東非時間,阿拉伯標準時間';
$lang['UP35'] = '(UTC +3:30) 伊朗標準時間';
$lang['UP4'] = '(UTC +4:00) 亞塞拜然標準時間,薩馬拉時間';
$lang['UP45'] = '(UTC +4:30) 阿富汗';
$lang['UP5'] = '(UTC +5:00) 巴基斯坦標準時間,葉卡捷琳堡時間';
$lang['UP55'] = '(UTC +5:30) 印度標準時間,斯里蘭卡時間';
$lang['UP575'] = '(UTC +5:45) 尼泊爾時間';
$lang['UP6'] = '(UTC +6:00) 孟加拉標準時間,不丹時間,鄂木斯克時間';
$lang['UP65'] = '(UTC +6:30) 科科斯群島,緬甸';
$lang['UP7'] = '(UTC +7:00) 克拉斯諾亞爾斯克時間,柬埔寨,寮國,泰國,越南';
$lang['UP8'] = '(UTC +8:00) 澳洲西部標準時間,北京時間,伊爾庫次克時間';
$lang['UP875'] = '(UTC +8:45) 澳洲中西部標準時間';
$lang['UP9'] = '(UTC +9:00) 日本標準時間,韓國標準時間,雅庫茨克時間';
$lang['UP95'] = '(UTC +9:30) 澳洲中部標準時間';
$lang['UP10'] = '(UTC +10:00) 澳洲東部標準時間,海參崴時間';
$lang['UP105'] = '(UTC +10:30) 豪勳爵島';
$lang['UP11'] = '(UTC +11:00) 中科雷姆斯克時間,所羅門群島,萬那杜';
$lang['UP115'] = '(UTC +11:30) 諾福克島';
$lang['UP12'] = '(UTC +12:00) 斐濟,吉爾伯特群島,堪察加時間,紐西蘭標準時間';
$lang['UP1275'] = '(UTC +12:45) 查塔姆群島標準時間';
$lang['UP13'] = '(UTC +13:00) 薩摩亞時區,鳳凰群島時間,東加';
$lang['UP14'] = '(UTC +14:00) 萊恩群島';

View File

@ -0,0 +1,63 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @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
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = '無法根據您提交的連線字串判斷資料庫設定。';
$lang['db_unable_to_connect'] = '無法使用提供的設定連線至您的資料庫伺服器。';
$lang['db_unable_to_select'] = '無法選擇指定的資料庫:%s';
$lang['db_unable_to_create'] = '無法建立指定的資料庫:%s';
$lang['db_invalid_query'] = '您提交的查詢無效。';
$lang['db_must_set_table'] = '您必須設定要在查詢中使用的資料表。';
$lang['db_must_use_set'] = '您必須使用 "set" 方法來更新項目。';
$lang['db_must_use_index'] = '您必須指定一個索引來進行批次更新。';
$lang['db_batch_missing_index'] = '批次更新中的一個或多個列缺少指定的索引。';
$lang['db_must_use_where'] = '除非包含 "where" 子句,否則不允許進行更新。';
$lang['db_del_must_use_where'] = '除非包含 "where" 或 "like" 子句,否則不允許進行刪除。';
$lang['db_field_param_missing'] = '取得欄位需要表格名稱作為參數。';
$lang['db_unsupported_function'] = '您使用的資料庫不支援此功能。';
$lang['db_transaction_failure'] = '交易失敗:已執行回復。';
$lang['db_unable_to_drop'] = '無法刪除指定的資料庫。';
$lang['db_unsupported_feature'] = '您使用的資料庫平台不支援此功能。';
$lang['db_unsupported_compression'] = '您的伺服器不支援您選擇的檔案壓縮格式。';
$lang['db_filepath_error'] = '無法將資料寫入您提交的檔案路徑。';
$lang['db_invalid_cache_path'] = '您提交的快取路徑無效或無法寫入。';
$lang['db_table_name_required'] = '此操作需要表格名稱。';
$lang['db_column_name_required'] = '此操作需要欄位名稱。';
$lang['db_column_definition_required'] = '此操作需要欄位定義。';
$lang['db_unable_to_set_charset'] = '無法設定用戶端連線字元集:%s';
$lang['db_error_heading'] = '發生資料庫錯誤';

View File

@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @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
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['email_must_be_array'] = '電子郵件驗證方法必須傳入一個陣列。';
$lang['email_invalid_address'] = '無效的電子郵件地址:%s';
$lang['email_attachment_missing'] = '無法找到以下電子郵件附件:%s';
$lang['email_attachment_unreadable'] = '無法開啟此附件:%s';
$lang['email_no_from'] = '無法傳送沒有「寄件人」標頭的郵件。';
$lang['email_no_recipients'] = '您必須包含收件人:收件人、副本或密件副本';
$lang['email_send_failure_phpmail'] = '無法使用 PHP mail() 傳送電子郵件。您的伺服器可能未設定為使用此方法傳送電子郵件。';
$lang['email_send_failure_sendmail'] = '無法使用 PHP Sendmail 傳送電子郵件。您的伺服器可能未設定為使用此方法傳送電子郵件。';
$lang['email_send_failure_smtp'] = '無法使用 PHP SMTP 傳送電子郵件。您的伺服器可能未設定為使用此方法傳送電子郵件。';
$lang['email_sent'] = '您的訊息已成功使用以下協定傳送:%s';
$lang['email_no_socket'] = '無法開啟 Sendmail 的通訊端。請檢查設定。';
$lang['email_no_hostname'] = '您未指定 SMTP 主機名稱。';
$lang['email_smtp_error'] = '遇到以下 SMTP 錯誤:%s';
$lang['email_no_smtp_unpw'] = '錯誤:您必須指定 SMTP 使用者名稱和密碼。';
$lang['email_failed_smtp_login'] = '無法傳送 AUTH LOGIN 指令。錯誤:%s';
$lang['email_smtp_auth_un'] = '無法驗證使用者名稱。錯誤:%s';
$lang['email_smtp_auth_pw'] = '無法驗證密碼。錯誤:%s';
$lang['email_smtp_data_failure'] = '無法傳送資料:%s';
$lang['email_exit_status'] = '結束狀態碼:%s';

View File

@ -0,0 +1,69 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['form_validation_required'] = '{field} 欄位為必填';
$lang['form_validation_isset'] = '{field} 欄位必須有值';
$lang['form_validation_valid_email'] = '{field} 欄位必須是有效的電子郵件地址';
$lang['form_validation_valid_emails'] = '{field} 欄位必須包含所有有效的電子郵件地址';
$lang['form_validation_valid_url'] = '{field} 欄位必須是有效的網址';
$lang['form_validation_valid_ip'] = '{field} 欄位必須是有效的 IP 位址';
$lang['form_validation_valid_base64'] = '{field} 欄位必須是有效的 Base64 字串';
$lang['form_validation_min_length'] = '{field} 欄位長度至少需要 {param} 個字元';
$lang['form_validation_max_length'] = '{field} 欄位長度不能超過 {param} 個字元';
$lang['form_validation_exact_length'] = '{field} 欄位長度必須剛好是 {param} 個字元';
$lang['form_validation_alpha'] = '{field} 欄位僅能包含英文字母';
$lang['form_validation_alpha_numeric'] = '{field} 欄位僅能包含英文字母與數字';
$lang['form_validation_alpha_numeric_spaces'] = '{field} 欄位僅能包含英文字母、數字和空格';
$lang['form_validation_alpha_dash'] = '{field} 欄位僅能包含英文字母、數字、底線和破折號';
$lang['form_validation_numeric'] = '{field} 欄位僅能包含數字';
$lang['form_validation_is_numeric'] = '{field} 欄位僅能包含數字字元';
$lang['form_validation_integer'] = '{field} 欄位必須是整數';
$lang['form_validation_regex_match'] = '{field} 欄位格式不正確';
$lang['form_validation_matches'] = '{field} 欄位與 {param} 欄位不相符';
$lang['form_validation_differs'] = '{field} 欄位必須與 {param} 欄位不同';
$lang['form_validation_is_unique'] = '{field} 欄位必須是唯一值';
$lang['form_validation_is_natural'] = '{field} 欄位僅能包含數字';
$lang['form_validation_is_natural_no_zero'] = '{field} 欄位僅能包含數字且必須大於零';
$lang['form_validation_decimal'] = '{field} 欄位必須是十進位數字';
$lang['form_validation_less_than'] = '{field} 欄位必須小於 {param}';
$lang['form_validation_less_than_equal_to'] = '{field} 欄位必須小於或等於 {param}';
$lang['form_validation_greater_than'] = '{field} 欄位必須大於 {param}';
$lang['form_validation_greater_than_equal_to'] = '{field} 欄位必須大於或等於 {param}';
$lang['form_validation_error_message_not_set'] = '無法存取與您的欄位名稱 {field} 相對應的錯誤訊息';
$lang['form_validation_in_list'] = '{field} 欄位必須是下列其中之一:{param}';

View File

@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] = '無法找到有效的連線 ID。請確保您已連線後再執行任何檔案作業。';
$lang['ftp_unable_to_connect'] = '無法使用提供的主機名稱連線到您的 FTP 伺服器。';
$lang['ftp_unable_to_login'] = '無法登入您的 FTP 伺服器。請檢查您的使用者名稱和密碼。';
$lang['ftp_unable_to_mkdir'] = '無法建立您指定的目錄。';
$lang['ftp_unable_to_changedir'] = '無法切換目錄。';
$lang['ftp_unable_to_chmod'] = '無法設定檔案權限。請檢查您的路徑。';
$lang['ftp_unable_to_upload'] = '無法上傳指定的檔案。請檢查您的路徑。';
$lang['ftp_unable_to_download'] = '無法下載指定的檔案。請檢查您的路徑。';
$lang['ftp_no_source_file'] = '無法找到來源檔案。請檢查您的路徑。';
$lang['ftp_unable_to_rename'] = '無法重新命名檔案。';
$lang['ftp_unable_to_delete'] = '無法刪除檔案。';
$lang['ftp_unable_to_move'] = '無法移動檔案。請確保目的地目錄存在。';

View File

@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = '您必須在偏好設定中指定來源圖片。';
$lang['imglib_gd_required'] = '此功能需要 GD 影像函式庫。';
$lang['imglib_gd_required_for_props'] = '您的伺服器必須支援 GD 影像函式庫才能確定圖片屬性。';
$lang['imglib_unsupported_imagecreate'] = '您的伺服器不支援處理此類圖片所需的 GD 函式。';
$lang['imglib_gif_not_supported'] = '由於授權限制GIF 圖片通常不被支援。您可能需要改用 JPG 或 PNG 圖片。';
$lang['imglib_jpg_not_supported'] = 'JPG 圖片不被支援。';
$lang['imglib_png_not_supported'] = 'PNG 圖片不被支援。';
$lang['imglib_jpg_or_png_required'] = '您在偏好設定中指定的圖片調整協定˙僅適用於 JPEG 或 PNG 圖片類型。';
$lang['imglib_copy_error'] = '嘗試替換檔案時發生錯誤。請確保您的檔案目錄可寫入。';
$lang['imglib_rotate_unsupported'] = '您的伺服器似乎不支援圖片旋轉功能。';
$lang['imglib_libpath_invalid'] = '影像函式庫的路徑不正確。請在圖片偏好設定中設定正確的路徑。';
$lang['imglib_image_process_failed'] = '圖片處理失敗。請確認您的伺服器支援所選協定,並且影像函式庫的路徑正確。';
$lang['imglib_rotation_angle_required'] = '旋轉圖片需要指定旋轉角度。';
$lang['imglib_invalid_path'] = '圖片的路徑不正確。';
$lang['imglib_invalid_image'] = '提供的圖片無效。';
$lang['imglib_copy_failed'] = '圖片複製程序失敗。';
$lang['imglib_missing_font'] = '無法找到可用的字型。';
$lang['imglib_save_failed'] = '無法儲存圖片。請確保圖片和檔案目錄可寫入。';

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, 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['migration_none_found'] = '找不到任何遷移。';
$lang['migration_not_found'] = '找不到版本號為 %s 的遷移。';
$lang['migration_sequence_gap'] = '在版本號 %s 附近的遷移序列中存在落差。';
$lang['migration_multiple_version'] = '存在多個具有相同版本號的遷移:%s。';
$lang['migration_class_doesnt_exist'] = '遷移類別 "%s" 無法找到。';
$lang['migration_missing_up_method'] = '遷移類別 "%s" 缺少 "up" 方法。';
$lang['migration_missing_down_method'] = '遷移類別 "%s" 缺少 "down" 方法。';
$lang['migration_invalid_filename'] = '遷移 "%s" 的檔案名稱無效。';

View File

@ -0,0 +1,44 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = '位元組';

View File

@ -0,0 +1,43 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; 第一頁';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = '最後一頁 &rsaquo;';

View File

@ -0,0 +1,60 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = '資料庫';
$lang['profiler_controller_info'] = '類別/方法';
$lang['profiler_benchmarks'] = '效能評測';
$lang['profiler_queries'] = '查詢';
$lang['profiler_get_data'] = 'GET 資料';
$lang['profiler_post_data'] = 'POST 資料';
$lang['profiler_uri_string'] = 'URI 字串';
$lang['profiler_memory_usage'] = '記憶體使用量';
$lang['profiler_config'] = '設定變數';
$lang['profiler_session_data'] = '工作階段資料';
$lang['profiler_headers'] = 'HTTP 標頭';
$lang['profiler_no_db'] = '目前尚未載入資料庫驅動程式';
$lang['profiler_no_queries'] = '尚未執行任何查詢';
$lang['profiler_no_post'] = '沒有 POST 資料';
$lang['profiler_no_get'] = '沒有 GET 資料';
$lang['profiler_no_uri'] = '沒有 URI 資料';
$lang['profiler_no_memory'] = '無法取得記憶體使用量';
$lang['profiler_no_profiles'] = '沒有效能分析資料 - 所有效能分析器區段已停用。';
$lang['profiler_section_hide'] = '隱藏';
$lang['profiler_section_show'] = '顯示';
$lang['profiler_seconds'] = '秒';

View File

@ -0,0 +1,486 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// English
$lang['page_title'] = '預約';
$lang['service_and_provider'] = '服務與提供者';
$lang['select_service'] = '選擇服務';
$lang['select_provider'] = '選擇提供者';
$lang['duration'] = '時長';
$lang['minutes'] = '分鐘';
$lang['price'] = '價格';
$lang['back'] = '返回';
$lang['appointment_date_and_time'] = '預約日期與時間';
$lang['no_available_hours'] = '所選日期沒有可用的預約時間。請選擇其他日期。';
$lang['appointment_hour_missing'] = '請選擇預約時間後再繼續。';
$lang['customer_information'] = '顧客資訊';
$lang['first_name'] = '名字';
$lang['last_name'] = '姓氏';
$lang['email'] = '電子郵件';
$lang['phone_number'] = '電話號碼';
$lang['phone'] = '電話';
$lang['address'] = '地址';
$lang['city'] = '城市';
$lang['zip_code'] = '郵遞區號';
$lang['notes'] = '備註';
$lang['language'] = '語言';
$lang['no_language'] = '無語言';
$lang['fields_are_required'] = '標有 * 的欄位為必填。';
$lang['appointment_confirmation'] = '預約確認';
$lang['confirm'] = '確認';
$lang['update'] = '更新';
$lang['cancel_appointment_hint'] = '按下「取消」按鈕將預約從公司行程中移除。';
$lang['cancel'] = '取消';
$lang['appointment_registered'] = '您的預約已成功登記!';
$lang['cancel_appointment_title'] = '取消預約';
$lang['appointment_cancelled'] = '您的預約已成功取消。';
$lang['appointment_cancelled_title'] = '預約已取消';
$lang['reason'] = '原因';
$lang['appointment_removed_from_schedule'] = '以下預約已從公司行程中移除。';
$lang['appointment_details_was_sent_to_you'] = '預約詳細資訊已透過電子郵件傳送給您。';
$lang['add_to_google_calendar'] = '新增至 Google 日曆';
$lang['appointment_booked'] = '您的預約已成功預訂!';
$lang['thank_you_for_appointment'] = '感謝您與我們安排預約。您可以在下方檢視預約詳細資訊。如需更改,請點選預約連結。';
$lang['appointment_details_title'] = '預約詳細資訊';
$lang['customer_details_title'] = '顧客詳細資訊';
$lang['service'] = '服務';
$lang['provider'] = '提供者';
$lang['customer'] = '顧客';
$lang['start'] = '開始';
$lang['end'] = '結束';
$lang['name'] = '姓名';
$lang['appointment_link_title'] = '預約連結';
$lang['success'] = '成功';
$lang['appointment_added_to_your_plan'] = '新預約已新增至您的行程。';
$lang['appointment_link_description'] = '您可以點選下方的預約連結進行更改。';
$lang['appointment_locked'] = '無法修改!';
$lang['appointment_locked_message'] = '預約無法在少於 {$limit} 小時前更改。';
$lang['appointment_not_found'] = '找不到預約';
$lang['appointment_does_not_exist_in_db'] = '您請求的預約已不存在於系統資料庫中。';
$lang['display_calendar'] = '顯示日曆';
$lang['calendar'] = '日曆';
$lang['users'] = '使用者';
$lang['settings'] = '設定';
$lang['log_out'] = '登出';
$lang['synchronize'] = '同步';
$lang['enable_sync'] = '啟用同步';
$lang['disable_sync'] = '停用同步';
$lang['disable_sync_prompt'] = '您確定要停用日曆同步嗎?';
$lang['reload'] = '重新載入';
$lang['appointment'] = '預約';
$lang['unavailability'] = '不可用時段';
$lang['week'] = '週';
$lang['month'] = '月';
$lang['today'] = '今天';
$lang['not_working'] = '不工作';
$lang['break'] = '休息';
$lang['add'] = '新增';
$lang['edit'] = '編輯';
$lang['hello'] = '您好';
$lang['all_day'] = '全天';
$lang['manage_appointment_record_hint'] = '管理所有可用提供者和服務的預約記錄。';
$lang['select_filter_item_hint'] = '選擇提供者或服務並在日曆上檢視預約。';
$lang['enable_appointment_sync_hint'] = '啟用與外部日曆的預約同步。';
$lang['manage_customers_hint'] = '管理已註冊的顧客並檢視他們的預約歷史。';
$lang['manage_services_hint'] = '管理系統中的可用服務和類別。';
$lang['manage_users_hint'] = '管理後臺使用者(管理員、提供者、秘書)。';
$lang['settings_hint'] = '設定系統和使用者設定。';
$lang['log_out_hint'] = '登出系統。';
$lang['unavailability_periods_hint'] = '在不可用時段內,提供者將不接受新預約。';
$lang['new_appointment_hint'] = '建立新預約並儲存至資料庫。';
$lang['reload_appointments_hint'] = '重新載入日曆預約。';
$lang['trigger_sync_hint'] = '觸發日曆同步程序。';
$lang['appointment_updated'] = '預約已成功更新。';
$lang['undo'] = '復原';
$lang['appointment_details_changed'] = '預約詳細資訊已更改。';
$lang['appointment_changes_saved'] = '預約更改已成功儲存。';
$lang['save'] = '儲存';
$lang['new'] = '新增';
$lang['select'] = '選擇';
$lang['hide'] = '隱藏';
$lang['type_to_filter_customers'] = '輸入以篩選顧客。';
$lang['clear_fields_add_existing_customer_hint'] = '清除欄位並輸入新顧客。';
$lang['pick_existing_customer_hint'] = '選擇現有顧客。';
$lang['new_appointment_title'] = '新增預約';
$lang['edit_appointment_title'] = '編輯預約';
$lang['delete_appointment_title'] = '刪除預約';
$lang['write_appointment_removal_reason'] = '請花一分鐘寫下您刪除預約的原因:';
$lang['appointment_saved'] = '預約已成功儲存。';
$lang['new_unavailability_title'] = '新增不可用時段';
$lang['edit_unavailability_title'] = '編輯不可用時段';
$lang['unavailability_saved'] = '不可用時段已成功儲存。';
$lang['start_date_before_end_error'] = '開始日期晚於結束日期。';
$lang['invalid_duration'] = '無效的時長。';
$lang['invalid_email'] = '無效的電子郵件地址。';
$lang['customers'] = '顧客';
$lang['details'] = '詳細資訊';
$lang['no_records_found'] = '找不到記錄...';
$lang['services'] = '服務';
$lang['duration_minutes'] = '時長(分鐘)';
$lang['currency'] = '貨幣';
$lang['category'] = '類別';
$lang['no_category'] = '無類別';
$lang['description'] = '描述';
$lang['categories'] = '類別';
$lang['admins'] = '管理員';
$lang['providers'] = '提供者';
$lang['secretaries'] = '秘書';
$lang['mobile_number'] = '手機號碼';
$lang['mobile'] = '手機';
$lang['state'] = '州/省';
$lang['username'] = '使用者名稱';
$lang['password'] = '密碼';
$lang['retype_password'] = '重新輸入密碼';
$lang['receive_notifications'] = '接收通知';
$lang['passwords_mismatch'] = '密碼不符。';
$lang['admin_saved'] = '管理員已成功儲存。';
$lang['provider_saved'] = '提供者已成功儲存。';
$lang['secretary_saved'] = '秘書已成功儲存。';
$lang['admin_deleted'] = '管理員已成功刪除。';
$lang['provider_deleted'] = '提供者已成功刪除。';
$lang['secretary_deleted'] = '秘書已成功刪除。';
$lang['service_saved'] = '服務已成功儲存。';
$lang['service_category_saved'] = '服務類別已成功儲存。';
$lang['service_deleted'] = '服務已成功刪除。';
$lang['service_category_deleted'] = '服務類別已成功刪除。';
$lang['customer_saved'] = '顧客已成功儲存。';
$lang['customer_deleted'] = '顧客已成功刪除。';
$lang['current_view'] = '目前檢視';
$lang['working_plan'] = '工作計劃';
$lang['reset_plan'] = '重置計劃';
$lang['monday'] = '星期一';
$lang['tuesday'] = '星期二';
$lang['wednesday'] = '星期三';
$lang['thursday'] = '星期四';
$lang['friday'] = '星期五';
$lang['saturday'] = '星期六';
$lang['sunday'] = '星期日';
$lang['breaks'] = '休息時間';
$lang['add_breaks_during_each_day'] = '在每天新增工作休息時間。在休息期間,提供者將不接受任何預約。';
$lang['day'] = '日';
$lang['days'] = '天數';
$lang['actions'] = '操作';
$lang['reset_working_plan_hint'] = '將工作計劃重置為預設值。';
$lang['company_name'] = '公司名稱';
$lang['company_name_hint'] = '公司名稱將顯示在系統的各個地方(必填)。';
$lang['company_email'] = '公司電子郵件';
$lang['company_email_hint'] = '這將是公司的電子郵件地址。它將用作系統電子郵件的發件人和回覆地址(必填)。';
$lang['company_link'] = '公司網站';
$lang['company_link_hint'] = '公司網站應指向公司的官方網站(必填)。';
$lang['go_to_booking_page'] = '前往預約頁面';
$lang['settings_saved'] = '設定已成功儲存。';
$lang['general'] = '一般';
$lang['booking'] = '預約';
$lang['visible'] = '可見';
$lang['hidden'] = '隱藏';
$lang['business_logic'] = '業務邏輯';
$lang['current_user'] = '目前使用者';
$lang['about_app'] = '關於 Easy!Appointments';
$lang['edit_working_plan_hint'] = '在下方標記您的公司將接受預約的日子和時間。您將能夠在非工作時間調整預約,但顧客將無法在非工作時段自行預約。此工作計劃將是每個新提供者記錄的預設值,但您可以透過編輯其記錄來個別更改每個提供者的計劃。之後您可以新增休息時段。';
$lang['edit_breaks_hint'] = '在每天新增工作休息時間。這些休息時間將適用於所有新提供者。';
$lang['book_advance_timeout'] = '預約提前超時';
$lang['book_advance_timeout_hint'] = '定義顧客可以在公司預約或重新安排預約前的超時時間(以分鐘為單位)。';
$lang['timeout_minutes'] = '超時(分鐘)';
$lang['about_app_info'] = 'Easy!Appointments 是一個高度可客製化的網頁應用程式,允許您的顧客透過網路與您預約。此外,它還提供與 Google 日曆同步的功能,讓您可以與其他服務一起使用。';
$lang['current_version'] = '目前版本';
$lang['support'] = '支援';
$lang['about_app_support'] = '如果您在使用 Easy!Appointments 時遇到任何問題,您可以在官方 Google 群組中搜尋答案。您可能還需要在 Google Code 頁面上建立一個新問題,以幫助開發進展。';
$lang['official_website'] = '官方網站';
$lang['google_plus_community'] = 'Google+ 社群';
$lang['support_group'] = '支援群組';
$lang['project_issues'] = '專案問題';
$lang['license'] = '授權';
$lang['about_app_license'] = 'Easy!Appointments 授權於 GPLv3 許可證下。以任何方式使用 Easy!Appointments 的程式碼,即表示您同意以下網址中描述的條款:';
$lang['logout_success'] = '您已成功登出!點選以下按鈕之一以導航到不同的頁面。';
$lang['book_appointment_title'] = '預約';
$lang['backend_section'] = '後臺區域';
$lang['you_need_to_login'] = '歡迎!您需要登入才能檢視後臺頁面。';
$lang['enter_username_here'] = '在此輸入您的使用者名稱...';
$lang['enter_password_here'] = '在此輸入您的密碼...';
$lang['login'] = '登入';
$lang['forgot_your_password'] = '忘記密碼?';
$lang['login_failed'] = '登入失敗,請輸入正確的憑證並重試。';
$lang['type_username_and_email_for_new_password'] = '輸入您的使用者名稱和電子郵件地址以取得新密碼。';
$lang['enter_email_here'] = '在此輸入您的電子郵件...';
$lang['regenerate_password'] = '重新產生密碼';
$lang['go_to_login'] = '返回登入頁面';
$lang['new_password_sent_with_email'] = '您的新密碼已透過電子郵件傳送給您。';
$lang['new_account_password'] = '新帳戶密碼';
$lang['new_password_is'] = '您的新帳戶密碼是 $password。請儲存此電子郵件以便在必要時檢索您的密碼。您也可以在設定頁面中更改此密碼。';
$lang['delete_record_prompt'] = '您確定要刪除此記錄嗎?此操作無法復原。';
$lang['delete_admin'] = '刪除管理員';
$lang['delete_customer'] = '刪除顧客';
$lang['delete_service'] = '刪除服務';
$lang['delete_service_category'] = '刪除服務類別';
$lang['delete_provider'] = '刪除提供者';
$lang['delete_secretary'] = '刪除秘書';
$lang['delete_appointment'] = '刪除預約';
$lang['delete_unavailability'] = '刪除不可用時段';
$lang['delete'] = '刪除';
$lang['unexpected_issues'] = '意外問題';
$lang['unexpected_issues_message'] = '由於意外問題,操作無法完成。';
$lang['close'] = '關閉';
$lang['page_not_found'] = '找不到頁面';
$lang['page_not_found_message'] = '很抱歉,您請求的頁面不存在。請檢查您的瀏覽器 URL 或使用下方按鈕前往其他位置。';
$lang['error'] = '錯誤';
$lang['no_privileges'] = '無權限';
$lang['no_privileges_message'] = '您沒有檢視此頁面的必要權限。請導航到不同的區域。';
$lang['backend_calendar'] = '後臺日曆';
$lang['start_date_time'] = '開始日期 / 時間';
$lang['end_date_time'] = '結束日期 / 時間';
$lang['licensed_under'] = '授權於';
$lang['unexpected_issues_occurred'] = '發生意外問題。';
$lang['service_communication_error'] = '發生伺服器通訊錯誤,請重試。';
$lang['no_privileges_edit_appointments'] = '您沒有編輯預約的必要權限。';
$lang['unavailability_updated'] = '不可用時段已成功更新。';
$lang['appointments'] = '預約';
$lang['unexpected_warnings'] = '意外警告';
$lang['unexpected_warnings_message'] = '操作已完成,但出現了一些警告。';
$lang['filter'] = '篩選';
$lang['clear'] = '清除';
$lang['uncategorized'] = '未分類';
$lang['username_already_exists'] = '使用者名稱已存在。';
$lang['password_length_notice'] = '密碼必須至少 $number 個字元長。';
$lang['general_settings'] = '一般設定';
$lang['personal_information'] = '個人資訊';
$lang['system_login'] = '系統登入';
$lang['user_settings_are_invalid'] = '使用者設定無效!請檢查您的設定並重試。';
$lang['add_break'] = '新增休息';
$lang['january'] = '一月';
$lang['february'] = '二月';
$lang['march'] = '三月';
$lang['april'] = '四月';
$lang['may'] = '五月';
$lang['june'] = '六月';
$lang['july'] = '七月';
$lang['august'] = '八月';
$lang['september'] = '九月';
$lang['october'] = '十月';
$lang['november'] = '十一月';
$lang['december'] = '十二月';
$lang['previous'] = '上一頁';
$lang['next'] = '下一頁';
$lang['now'] = '現在';
$lang['select_time'] = '選擇時間';
$lang['time'] = '時間';
$lang['hour'] = '小時';
$lang['minute'] = '分鐘';
$lang['calendar_sync_completed'] = '日曆同步已成功完成。';
$lang['calendar_sync_failed'] = '日曆同步失敗:無法建立伺服器連線。';
$lang['select_sync_calendar'] = '選擇同步日曆';
$lang['select_sync_calendar_prompt'] = '選擇您要同步預約的日曆。';
$lang['sync_calendar_selected'] = '同步日曆已成功選擇。';
$lang['oops_something_went_wrong'] = '哎呀!出了點問題。';
$lang['ea_update_success'] = 'Easy!Appointments 已成功更新。';
$lang['require_captcha'] = '需要驗證碼';
$lang['require_captcha_hint'] = '啟用後,顧客在預約/更新預約前需要輸入隨機產生的驗證碼字串。';
$lang['captcha_is_wrong'] = '驗證碼驗證失敗,請重試。';
$lang['any_provider'] = '任何提供者';
$lang['requested_hour_is_unavailable'] = '很抱歉,所請求的預約時間不可用。請選擇其他時間進行預約。';
$lang['customer_notifications'] = '顧客通知';
$lang['customer_notifications_hint'] = '定義顧客在其預約有行程變更時是否會收到電子郵件通知。';
$lang['date_format'] = '日期格式';
$lang['date_format_hint'] = '更改日期顯示格式D - 日期M - 月份Y - 年份)。';
$lang['time_format'] = '時間格式';
$lang['time_format_hint'] = '更改時間顯示格式H - 小時M - 分鐘)。';
$lang['first_weekday'] = '一週的第一天';
$lang['first_weekday_hint'] = '設定日曆週的第一天。';
$lang['google_analytics_code_hint'] = '新增您的 Google Analytics 代碼以啟用預約頁面的 Google Analytics 追蹤。';
$lang['availabilities_type'] = '可用性類型';
$lang['flexible'] = '彈性';
$lang['fixed'] = '固定';
$lang['attendants_number'] = '參加人數';
$lang['reset_working_plan'] = '將工作計劃重置為預設值。';
$lang['legal_contents'] = '法律內容';
$lang['cookie_notice'] = 'Cookie 通知';
$lang['display_cookie_notice'] = '顯示 Cookie 通知';
$lang['cookie_notice_content'] = 'Cookie 通知內容';
$lang['terms_and_conditions'] = '條款與條件';
$lang['display_terms_and_conditions'] = '顯示條款與條件';
$lang['terms_and_conditions_content'] = '條款與條件內容';
$lang['privacy_policy'] = '隱私政策';
$lang['display_privacy_policy'] = '顯示隱私政策';
$lang['privacy_policy_content'] = '隱私政策內容';
$lang['website_using_cookies_to_ensure_best_experience'] = '本網站使用 Cookie 以確保您在我們的網站上獲得最佳體驗。';
$lang['read_and_agree_to_terms_and_conditions'] = '我已閱讀並同意 {$link}條款與條件{/$link}。';
$lang['read_and_agree_to_privacy_policy'] = '我已閱讀並同意 {$link}隱私政策{/$link}。';
$lang['delete_personal_information_hint'] = '從系統中移除您的所有預約和個人資訊。';
$lang['delete_personal_information'] = '刪除個人資訊';
$lang['delete_personal_information_prompt'] = '您確定要刪除您的個人資訊嗎?此操作無法復原。';
$lang['location'] = '地點';
$lang['working_plan_exception'] = '工作計劃例外';
$lang['working_plan_exceptions'] = '工作計劃例外';
$lang['working_plan_exceptions_hint'] = '新增工作計劃例外日,超出工作計劃。';
$lang['new_working_plan_exception_title'] = '新增工作計劃例外';
$lang['working_plan_exception_saved'] = '工作計劃例外已成功儲存。';
$lang['working_plan_exception_deleted'] = '工作計劃例外已成功刪除。';
$lang['add_working_plan_exceptions_during_each_day'] = '新增工作計劃例外,超出工作計劃。';
$lang['add_working_plan_exception'] = '新增工作計劃例外';
$lang['require_phone_number'] = '需要電話號碼';
$lang['require_phone_number_hint'] = '啟用後,顧客和使用者在預約時需要輸入顧客的電話號碼';
$lang['check_spam_folder'] = '如果電子郵件在幾分鐘內未送達,請檢查您的垃圾郵件夾。';
$lang['api_token_hint'] = '設定一個金鑰以啟用 Easy!Appointments API 的權杖式驗證。';
$lang['timezone'] = '時區';
$lang['overwrite_existing_working_plans'] = '這將覆蓋現有的提供者工作計劃,您確定要繼續嗎?';
$lang['working_plans_got_updated'] = '所有工作計劃已更新。';
$lang['apply_to_all_providers'] = '套用至所有提供者';
$lang['display_any_provider'] = '顯示任何提供者選項';
$lang['display_any_provider_hint'] = '預約頁面將獲得一個額外選項,允許顧客在不指定提供者的情況下進行預約。';
$lang['load_more'] = '載入更多';
$lang['list'] = '列表';
$lang['default'] = '預設';
$lang['table'] = '表格';
$lang['date'] = '日期';
$lang['about'] = '關於';
$lang['booking_settings'] = '預約設定';
$lang['display'] = '顯示';
$lang['require'] = '需要';
$lang['color'] = '顏色';
$lang['matomo_analytics_url_hint'] = '新增您的 Matomo 安裝網址以啟用預約頁面的 Matomo 追蹤。';
$lang['invalid_phone'] = '無效的電話號碼。';
$lang['legal'] = '法律';
$lang['business'] = '業務';
$lang['account'] = '帳戶';
$lang['disable_booking'] = '停用預約';
$lang['disable_booking_hint'] = '預約頁面將在此設定啟用期間停用,顧客將無法註冊新預約。';
$lang['display_message'] = '顯示訊息';
$lang['booking_is_disabled'] = '預約功能已停用!';
$lang['appearance'] = '外觀';
$lang['company_logo'] = '公司標誌';
$lang['company_logo_hint'] = '公司標誌將顯示在應用程式的多個地方,包括預約頁面和通知電子郵件(圖片檔案,最大 2MB。';
$lang['company_color'] = '公司顏色';
$lang['company_color_hint'] = '公司顏色將套用於整個應用程式,以便應用程式使用您的品牌形象。';
$lang['localization'] = '在地化';
$lang['integrations'] = '整合';
$lang['company'] = '公司';
$lang['remove'] = '移除';
$lang['login_button'] = '登入按鈕';
$lang['display_login_button_hint'] = '定義是否在預約頁面顯示登入按鈕。';
$lang['private'] = '私人';
$lang['private_hint'] = '私人記錄將不會顯示或處理於公開頁面,如預約頁面。';
$lang['reset'] = '重設';
$lang['all'] = '全部';
$lang['booking_link'] = '預約連結';
$lang['add_new_event'] = '新增事件';
$lang['what_kind_of_event'] = '您想新增什麼類型的事件?';
$lang['theme'] = '主題';
$lang['limit_customer_access'] = '限制顧客存取';
$lang['limit_customer_access_hint'] = '如果啟用,提供者和秘書將只能存取與他們有預約的顧客。';
$lang['url'] = '網址';
$lang['secret_token'] = '金鑰';
$lang['verify_ssl'] = '驗證 SSL';
$lang['appointment_save'] = '預約儲存';
$lang['appointment_delete'] = '預約刪除';
$lang['unavailability_save'] = '不可用時段儲存';
$lang['unavailability_delete'] = '不可用時段刪除';
$lang['customer_save'] = '顧客儲存';
$lang['customer_delete'] = '顧客刪除';
$lang['service_save'] = '服務儲存';
$lang['service_delete'] = '服務刪除';
$lang['service_category_save'] = '服務類別儲存';
$lang['service_category_delete'] = '服務類別刪除';
$lang['provider_save'] = '提供者儲存';
$lang['provider_delete'] = '提供者刪除';
$lang['secretary_save'] = '秘書儲存';
$lang['secretary_delete'] = '秘書刪除';
$lang['admin_save'] = '管理員儲存';
$lang['admin_delete'] = '管理員刪除';
$lang['options'] = '選項';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks 允許您在各種應用程式事件(如預約建立或顧客刪除)發生時,向外部網頁應用程式傳送 HTTP 通知。';
$lang['integrations_info'] = '整合允許您與外部應用程式和 API 建立第三方連線。';
$lang['configure'] = '設定';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics 允許您自動將追蹤程式碼和 HTML 標記新增到公開頁面,並追蹤所有公開預約工作階段。';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics 允許您自動將追蹤程式碼和 HTML 標記新增到公開頁面,並追蹤所有公開預約工作階段。';
$lang['api'] = 'API';
$lang['api_info'] = 'API 允許您透過 HTTP 協議和可用的 API 端點與所有 Easy!Appointments 資料進行互動,並建立您自己的整合。';
$lang['google_analytics_code'] = 'Google Analytics 程式碼';
$lang['matomo_analytics_url'] = 'Matomo Analytics 網址';
$lang['future_booking_limit'] = '未來預約限制';
$lang['limit_days'] = '限制(天數)';
$lang['future_booking_limit_hint'] = '設定顧客可以透過公開預約頁面進行預約的未來限制天數。';
$lang['api_token'] = 'API 權杖';
$lang['allow_rescheduling_cancellation_before'] = '允許重新安排/取消前';
$lang['at_least_one_field'] = '預約頁面上必須顯示至少一個欄位。';
$lang['status'] = '狀態';
$lang['appointment_status_options'] = '預約狀態選項';
$lang['appointment_status_options_info'] = '定義可在日曆頁面中使用的可用預約狀態選項列表(第一個將自動成為預設值)。';
$lang['sunday_short'] = '週日';
$lang['monday_short'] = '週一';
$lang['tuesday_short'] = '週二';
$lang['wednesday_short'] = '週三';
$lang['thursday_short'] = '週四';
$lang['friday_short'] = '週五';
$lang['saturday_short'] = '週六';
$lang['january_short'] = '一月';
$lang['february_short'] = '二月';
$lang['march_short'] = '三月';
$lang['april_short'] = '四月';
$lang['may_short'] = '五月';
$lang['june_short'] = '六月';
$lang['july_short'] = '七月';
$lang['august_short'] = '八月';
$lang['september_short'] = '九月';
$lang['october_short'] = '十月';
$lang['november_short'] = '十一月';
$lang['december_short'] = '十二月';
$lang['am'] = '上午';
$lang['pm'] = '下午';
$lang['to'] = '至';
$lang['click_to_toggle'] = '點選切換';
$lang['week_short'] = '週';
$lang['scroll_to_increment'] = '捲動以增加';
$lang['year'] = '年';
$lang['make_non_working_day'] = '此提供者在選定日期將無法工作。';
$lang['no_breaks'] = '無休息';
$lang['service_categories'] = '服務類別';
$lang['service_category'] = '服務類別';
$lang['blocked_period_saved'] = '保留時段已成功儲存。';
$lang['blocked_period_deleted'] = '保留時段已成功刪除。';
$lang['delete_blocked_period'] = '刪除保留時段';
$lang['blocked_period'] = '保留時段';
$lang['blocked_periods'] = '保留時段';
$lang['blocked_period_save'] = '保留時段儲存';
$lang['blocked_period_delete'] = '保留時段刪除';
$lang['blocked_periods_hint'] = '定義所有提供者的公開預約將被停用的時段(例如,關閉日期、假期等)。';
$lang['custom_field'] = '自訂欄位';
$lang['custom_fields'] = '自訂欄位';
$lang['label'] = '標籤';
$lang['webhook_saved'] = 'Webhook 已成功儲存。';
$lang['webhook_deleted'] = 'Webhook 已成功刪除。';
$lang['delete_webhook'] = '刪除 Webhook';
$lang['contact_info'] = '聯絡資訊';
$lang['hide_from_public'] = '從公開頁面隱藏';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics 網站 ID';
$lang['matomo_analytics_site_id_hint'] = '設定將由 Matomo 追蹤的網站 ID預設網站的 ID 為 "1")。';
$lang['default_timezone'] = '預設時區';
$lang['default_timezone_hint'] = '設定將用於新記錄的預設時區。';
$lang['default_language'] = '預設語言';
$lang['default_language_hint'] = '設定將用於新記錄的預設語言。';
$lang['sync_method_prompt'] = '您想使用哪種同步方法?';
$lang['caldav_server'] = 'CalDAV 伺服器';
$lang['caldav_connection_info_prompt'] = '請輸入目標 CalDAV 日曆的連線資訊。';
$lang['connect'] = '連線';
$lang['ldap'] = 'LDAP';
$lang['ldap_info'] = '此整合允許您連線到現有的 LDAP 伺服器,並自動將使用者匯入 Easy!Appointments並讓他們使用目錄密碼進行單一登入使用者名稱必須相符。';
$lang['host'] = '主機';
$lang['port'] = '連接埠';
$lang['user_dn'] = '使用者 DN';
$lang['base_dn'] = '基礎 DN';
$lang['keyword'] = '關鍵字';
$lang['ldap_search_hint'] = '提供一個關鍵字以透過 LDAP 目錄搜尋符合篩選條件的使用者。';
$lang['ldap_extension_not_loaded'] = '未載入 LDAP PHP 擴充功能,但此整合需要它才能運作。';
$lang['field_mapping'] = '欄位對映';
$lang['content'] = '內容';
$lang['active'] = '啟用';
$lang['user_imported'] = '使用者記錄已成功匯入。';
$lang['import'] = '匯入';
$lang['ldap_dn'] = 'LDAP DN';
$lang['role'] = '角色';
$lang['at_least_one_field_required'] = '預約頁面上必須至少有一個欄位設為必填。';
$lang['customer_is_already_booked'] = '此顧客在請求的預約時段內已經有預約。';
$lang['fields'] = '欄位';
$lang['invalid_credentials_provided'] = '提供的憑證無效,請重試。';
$lang['calendar_url'] = '日曆網址';
$lang['please_select'] = '請選擇';
// End

View File

@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
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'] = '備註';

View File

@ -0,0 +1,55 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = '無法找到名為 userfile 的 POST 變數。';
$lang['upload_file_exceeds_limit'] = '上傳的檔案超過了 PHP 設定檔中允許的最大大小。';
$lang['upload_file_exceeds_form_limit'] = '上傳的檔案超過了提交表單允許的最大大小。';
$lang['upload_file_partial'] = '檔案僅部分上傳。';
$lang['upload_no_temp_directory'] = '找不到暫存資料夾。';
$lang['upload_unable_to_write_file'] = '無法將檔案寫入磁碟。';
$lang['upload_stopped_by_extension'] = '檔案上傳被擴充功能阻止。';
$lang['upload_no_file_selected'] = '您尚未選擇要上傳的檔案。';
$lang['upload_invalid_filetype'] = '您嘗試上傳的檔案類型不被允許。';
$lang['upload_invalid_filesize'] = '您嘗試上傳的檔案大小超過允許範圍。';
$lang['upload_invalid_dimensions'] = '您嘗試上傳的圖片尺寸不符合允許的範圍。';
$lang['upload_destination_error'] = '嘗試將上傳的檔案移動到最終目的地時發生問題。';
$lang['upload_no_filepath'] = '上傳路徑似乎無效。';
$lang['upload_no_file_types'] = '您尚未指定任何允許的檔案類型。';
$lang['upload_bad_filename'] = '您提交的檔案名稱已存在於伺服器上。';
$lang['upload_not_writable'] = '上傳目的地資料夾似乎無法寫入。';