This commit is contained in:
84
application/language/chinese/calendar_lang.php
Normal file
84
application/language/chinese/calendar_lang.php
Normal 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'] = 'Su';
|
||||
$lang['cal_mo'] = 'Mo';
|
||||
$lang['cal_tu'] = 'Tu';
|
||||
$lang['cal_we'] = 'We';
|
||||
$lang['cal_th'] = 'Th';
|
||||
$lang['cal_fr'] = 'Fr';
|
||||
$lang['cal_sa'] = 'Sa';
|
||||
$lang['cal_sun'] = 'Sun';
|
||||
$lang['cal_mon'] = 'Mon';
|
||||
$lang['cal_tue'] = 'Tue';
|
||||
$lang['cal_wed'] = 'Wed';
|
||||
$lang['cal_thu'] = 'Thu';
|
||||
$lang['cal_fri'] = 'Fri';
|
||||
$lang['cal_sat'] = 'Sat';
|
||||
$lang['cal_sunday'] = 'Sunday';
|
||||
$lang['cal_monday'] = 'Monday';
|
||||
$lang['cal_tuesday'] = 'Tuesday';
|
||||
$lang['cal_wednesday'] = 'Wednesday';
|
||||
$lang['cal_thursday'] = 'Thursday';
|
||||
$lang['cal_friday'] = 'Friday';
|
||||
$lang['cal_saturday'] = 'Saturday';
|
||||
$lang['cal_jan'] = 'Jan';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mar';
|
||||
$lang['cal_apr'] = 'Apr';
|
||||
$lang['cal_may'] = 'May';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Aug';
|
||||
$lang['cal_sep'] = 'Sep';
|
||||
$lang['cal_oct'] = 'Oct';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Dec';
|
||||
$lang['cal_january'] = 'January';
|
||||
$lang['cal_february'] = 'February';
|
||||
$lang['cal_march'] = 'March';
|
||||
$lang['cal_april'] = 'April';
|
||||
$lang['cal_mayl'] = 'May';
|
||||
$lang['cal_june'] = 'June';
|
||||
$lang['cal_july'] = 'July';
|
||||
$lang['cal_august'] = 'August';
|
||||
$lang['cal_september'] = 'September';
|
||||
$lang['cal_october'] = 'October';
|
||||
$lang['cal_november'] = 'November';
|
||||
$lang['cal_december'] = 'December';
|
||||
94
application/language/chinese/date_lang.php
Normal file
94
application/language/chinese/date_lang.php
Normal 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'] = 'Year';
|
||||
$lang['date_years'] = 'Years';
|
||||
$lang['date_month'] = 'Month';
|
||||
$lang['date_months'] = 'Months';
|
||||
$lang['date_week'] = 'Week';
|
||||
$lang['date_weeks'] = 'Weeks';
|
||||
$lang['date_day'] = 'Day';
|
||||
$lang['date_days'] = 'Days';
|
||||
$lang['date_hour'] = 'Hour';
|
||||
$lang['date_hours'] = 'Hours';
|
||||
$lang['date_minute'] = 'Minute';
|
||||
$lang['date_minutes'] = 'Minutes';
|
||||
$lang['date_second'] = 'Second';
|
||||
$lang['date_seconds'] = 'Seconds';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
|
||||
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
|
||||
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
|
||||
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
|
||||
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Time';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
|
||||
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Islands';
|
||||
35
application/language/chinese/db_lang.php
Normal file
35
application/language/chinese/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?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['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'] = '数据库发生错误。';
|
||||
30
application/language/chinese/email_lang.php
Normal file
30
application/language/chinese/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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['email_must_be_array'] = 'E-mail 效验方法必须传入一个 Array';
|
||||
$lang['email_invalid_address'] = '无效的 E-mail 地址: %s';
|
||||
$lang['email_attachment_missing'] = '无法找到以下的 E-mail 附件: %s';
|
||||
$lang['email_attachment_unreadable'] = '无法读取以下的 E-mail 附件: %s';
|
||||
$lang['email_no_from'] = '无法发送没有 "From" 头的 E-mail';
|
||||
$lang['email_no_recipients'] = 'E-mail 必须包含收件人(To, Cc, or Bcc)';
|
||||
$lang['email_send_failure_phpmail'] = '无法使用 PHP 的 mail() 函数。 您的服务器设置禁止使用此函数发送 E-mail。';
|
||||
$lang['email_send_failure_sendmail'] = '无法使用 PHP sendmail。您的服务器设置禁止使用此方法发送 E-mail。';
|
||||
$lang['email_send_failure_smtp'] = '无法使用 PHP SMTP。您的服务器设置禁止使用此方法发送 E-mail。';
|
||||
$lang['email_sent'] = 'E-mail 成功发送: %s';
|
||||
$lang['email_no_socket'] = '无法打开 Socket 发送 E-mail,检查设置。';
|
||||
$lang['email_no_hostname'] = '没有指定 SMTP 服务器的主机名';
|
||||
$lang['email_smtp_error'] = '发生错误,SMTP 错误信息为: %s';
|
||||
$lang['email_no_smtp_unpw'] = '错误:必须指定 SMTP 的用户名及密码。';
|
||||
$lang['email_failed_smtp_login'] = '发送时 AUTH 命令失败,错误:%s';
|
||||
$lang['email_smtp_auth_un'] = '用户名认证失败,错误:%s';
|
||||
$lang['email_smtp_auth_pw'] = '密码认证失败,错误:%s';
|
||||
$lang['email_smtp_data_failure'] = '无法发送数据:%s';
|
||||
$lang['email_exit_status'] = '退出状态码:%s';
|
||||
69
application/language/chinese/form_validation_lang.php
Normal file
69
application/language/chinese/form_validation_lang.php
Normal 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'] = 'The {field} field is required.';
|
||||
$lang['form_validation_isset'] = 'The {field} field must have a value.';
|
||||
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
|
||||
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
|
||||
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
|
||||
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
|
||||
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
|
||||
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
|
||||
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
|
||||
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
|
||||
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
|
||||
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
|
||||
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
|
||||
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
|
||||
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
|
||||
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
|
||||
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
|
||||
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
|
||||
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
|
||||
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
|
||||
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
|
||||
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
|
||||
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
|
||||
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
|
||||
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
|
||||
51
application/language/chinese/ftp_lang.php
Normal file
51
application/language/chinese/ftp_lang.php
Normal 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'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/chinese/imglib_lang.php
Normal file
57
application/language/chinese/imglib_lang.php
Normal 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'] = 'You must specify a source image in your preferences.';
|
||||
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
|
||||
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
|
||||
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
|
||||
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
|
||||
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
|
||||
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
|
||||
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
|
||||
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
|
||||
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
|
||||
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
|
||||
10
application/language/chinese/index.html
Normal file
10
application/language/chinese/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/chinese/migration_lang.php
Normal file
19
application/language/chinese/migration_lang.php
Normal 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" 中的 " 方法。';
|
||||
$lang['migration_invalid_filename'] = '无效的迁移文件名:"%s"。';
|
||||
44
application/language/chinese/number_lang.php
Normal file
44
application/language/chinese/number_lang.php
Normal 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'] = 'Bytes';
|
||||
43
application/language/chinese/pagination_lang.php
Normal file
43
application/language/chinese/pagination_lang.php
Normal 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'] = '‹ First';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Last ›';
|
||||
60
application/language/chinese/profiler_lang.php
Normal file
60
application/language/chinese/profiler_lang.php
Normal 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'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
500
application/language/chinese/translations_lang.php
Normal file
500
application/language/chinese/translations_lang.php
Normal file
@@ -0,0 +1,500 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Chinese
|
||||
$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'] = '添加到您的谷歌日历';
|
||||
$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'] = '时长 (Minutes)';
|
||||
$lang['currency'] = '币种';
|
||||
$lang['category'] = '类别';
|
||||
$lang['no_category'] = '无类别';
|
||||
$lang['description'] = '描述';
|
||||
$lang['categories'] = '类别';
|
||||
$lang['admins'] = '管理员';
|
||||
$lang['providers'] = '服务人员';
|
||||
$lang['secretaries'] = '秘书';
|
||||
$lang['mobile_number'] = '手机号码';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = '省/州';
|
||||
$lang['username'] = '用户名';
|
||||
$lang['password'] = '密码';
|
||||
$lang['retype_password'] = '重新输入密码';
|
||||
$lang['receive_notifications'] = '接收提醒';
|
||||
$lang['passwords_mismatch'] = '密码不符合.';
|
||||
$lang['admin_saved'] = '管理员Admin成功保存.';
|
||||
$lang['provider_saved'] = '服务人员成功保存.';
|
||||
$lang['secretary_saved'] = '秘书成功保存.';
|
||||
$lang['admin_deleted'] = '管理员Admin成功删除';
|
||||
$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'] = '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'] = 'Booking';
|
||||
$lang['visible'] = '可见的';
|
||||
$lang['hidden'] = '隐';
|
||||
$lang['business_logic'] = '工作时间';
|
||||
$lang['current_user'] = '目前登录用户';
|
||||
$lang['about_app'] = '关于网上预约系统';
|
||||
$lang['edit_working_plan_hint'] = '标示下列贵公司的工作日以及工作时间。您可以修改预约到非工作时间,但是客户不可以从网上预定非工作时间的预约。这个工作时间计划将会成为每一位服务人员的默认时间,但是您可以通过修改服务人员的记录去更正每位服务人员的计划安排。.';
|
||||
$lang['edit_breaks_hint'] = '在工作日内添加休息时间段,这些休息时间段将会对所有新的服务人员生效.';
|
||||
$lang['book_advance_timeout'] = '预定高级超时设置';
|
||||
$lang['book_advance_timeout_hint'] = '定义超时 (in minutes) 在其他客户预定预约之前.';
|
||||
$lang['timeout_minutes'] = '超时 (Minutes)';
|
||||
$lang['about_app_info'] = '网上预约系统,可以通过网页形式高度定制满足您的需求.同样可以连接您的谷歌账户,同步日历功能.';
|
||||
$lang['current_version'] = '版本号';
|
||||
$lang['support'] = '技术支持';
|
||||
$lang['about_app_support'] = '如果您与盗任何问题,请联系我们.';
|
||||
$lang['official_website'] = '官方网站';
|
||||
$lang['google_plus_community'] = '谷歌社区';
|
||||
$lang['support_group'] = '技术支持团队';
|
||||
$lang['project_issues'] = '项目问题';
|
||||
$lang['license'] = '许可';
|
||||
$lang['about_app_license'] = '需要了解更多关于使用许可。请点击查看以下连接:';
|
||||
$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'] = '删除管理员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'] = '您所请求的页面不存在,请检查您的浏览器地址或返回.';
|
||||
$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'] = '预约系统已经成功更新.';
|
||||
$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 ID 以包含在预订页面中。';
|
||||
$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 安装的 URL,以便在预订页面上启用 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 允许您在响应各种应用程序事件时向外部 Web 应用程序发送 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 URL';
|
||||
$lang['future_booking_limit'] = '未来预约限制';
|
||||
$lang['limit_days'] = '限制(天数)';
|
||||
$lang['future_booking_limit_hint'] = '设置客户可以通过公共预订页面预约的未来天数限制。';
|
||||
$lang['export_csv'] = '导出为 CSV';
|
||||
$lang['print'] = '打印';
|
||||
$lang['print_hint'] = '打印日历以便更好地跟踪所有预约和未安排的时间。';
|
||||
$lang['import'] = '导入';
|
||||
$lang['import_hint'] = '导入日历数据,支持 CSV 和 ICS 格式。';
|
||||
$lang['data'] = '数据';
|
||||
$lang['location_hint'] = '为预约选择一个位置。';
|
||||
$lang['new_location'] = '新位置';
|
||||
$lang['location_save'] = '保存位置';
|
||||
$lang['location_delete'] = '删除位置';
|
||||
$lang['search'] = '搜索';
|
||||
$lang['search_hint'] = '输入关键字进行搜索。';
|
||||
$lang['filter'] = '筛选';
|
||||
$lang['filter_hint'] = '筛选结果以查找特定记录。';
|
||||
$lang['available'] = '可用';
|
||||
$lang['not_available'] = '不可用';
|
||||
$lang['all_events'] = '所有事件';
|
||||
$lang['future_events'] = '未来事件';
|
||||
$lang['past_events'] = '过去事件';
|
||||
$lang['change_date'] = '更改日期';
|
||||
$lang['change_date_hint'] = '选择新日期以查看预约。';
|
||||
$lang['change_time'] = '更改时间';
|
||||
$lang['change_time_hint'] = '选择新时间以查看预约。';
|
||||
$lang['message'] = '消息';
|
||||
$lang['message_hint'] = '输入您的消息并保存更改。';
|
||||
$lang['appointment_settings'] = '预约设置';
|
||||
$lang['display_settings'] = '显示设置';
|
||||
$lang['save_changes'] = '保存更改';
|
||||
$lang['cancel'] = '取消';
|
||||
$lang['confirm'] = '确认';
|
||||
$lang['update'] = '更新';
|
||||
$lang['update_hint'] = '更新现有设置。';
|
||||
$lang['system'] = '系统';
|
||||
$lang['back'] = '返回';
|
||||
$lang['confirm_deletion'] = '确认删除';
|
||||
$lang['confirm_deletion_hint'] = '确认删除此记录的操作。';
|
||||
$lang['deleted_successfully'] = '删除成功';
|
||||
$lang['saved_successfully'] = '保存成功';
|
||||
$lang['updated_successfully'] = '更新成功';
|
||||
$lang['error'] = '错误';
|
||||
$lang['error_occurred'] = '发生错误';
|
||||
$lang['api_key'] = 'API 密钥';
|
||||
$lang['api_key_hint'] = '输入您的 API 密钥以启用与 API 的集成。';
|
||||
$lang['enable'] = '启用';
|
||||
$lang['disable'] = '禁用';
|
||||
$lang['enable_hint'] = '启用此功能。';
|
||||
$lang['disable_hint'] = '禁用此功能。';
|
||||
$lang['add'] = '添加';
|
||||
$lang['edit'] = '编辑';
|
||||
$lang['delete'] = '删除';
|
||||
$lang['view'] = '查看';
|
||||
$lang['actions'] = '操作';
|
||||
$lang['view_details'] = '查看详细信息';
|
||||
$lang['edit_details'] = '编辑详细信息';
|
||||
$lang['save'] = '保存';
|
||||
$lang['delete_record'] = '删除记录';
|
||||
$lang['delete_record_hint'] = '删除选定的记录。';
|
||||
$lang['import_records'] = '导入记录';
|
||||
$lang['export_records'] = '导出记录';
|
||||
$lang['send'] = '发送';
|
||||
$lang['send_hint'] = '发送消息或通知。';
|
||||
$lang['receive'] = '接收';
|
||||
$lang['receive_hint'] = '接收消息或通知。';
|
||||
$lang['settings'] = '设置';
|
||||
$lang['general_settings'] = '常规设置';
|
||||
$lang['account_settings'] = '账户设置';
|
||||
$lang['notification_settings'] = '通知设置';
|
||||
$lang['privacy_settings'] = '隐私设置';
|
||||
$lang['security_settings'] = '安全设置';
|
||||
$lang['advanced_settings'] = '高级设置';
|
||||
$lang['feedback'] = '反馈';
|
||||
$lang['feedback_hint'] = '提供反馈或建议。';
|
||||
$lang['contact_support'] = '联系支持';
|
||||
$lang['contact_support_hint'] = '联系技术支持以获取帮助。';
|
||||
$lang['help'] = '帮助';
|
||||
$lang['documentation'] = '文档';
|
||||
$lang['documentation_hint'] = '查看文档以获取更多信息。';
|
||||
$lang['faq'] = '常见问题';
|
||||
$lang['faq_hint'] = '查看常见问题解答。';
|
||||
$lang['terms_of_service'] = '服务条款';
|
||||
$lang['privacy_policy'] = '隐私政策';
|
||||
$lang['copyright'] = '版权';
|
||||
$lang['all_rights_reserved'] = '版权所有';
|
||||
$lang['powered_by'] = '由 {$link}提供{/$link}';
|
||||
$lang['version'] = '版本';
|
||||
$lang['version_hint'] = '当前软件版本。';
|
||||
$lang['update_available'] = '有可用更新';
|
||||
$lang['update_now'] = '立即更新';
|
||||
$lang['update_later'] = '稍后更新';
|
||||
$lang['update_hint'] = '更新到最新版本以获得最新功能和修复。';
|
||||
$lang['contact'] = '联系';
|
||||
$lang['address'] = '地址';
|
||||
$lang['phone'] = '电话';
|
||||
$lang['email'] = '电子邮件';
|
||||
$lang['website'] = '网站';
|
||||
$lang['social_media'] = '社交媒体';
|
||||
$lang['follow_us'] = '关注我们';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/chinese/unit_test_lang.php
Normal file
58
application/language/chinese/unit_test_lang.php
Normal 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'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/chinese/upload_lang.php
Normal file
55
application/language/chinese/upload_lang.php
Normal 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'] = 'Unable to find a post variable called userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
|
||||
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
|
||||
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
|
||||
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
|
||||
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
|
||||
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
|
||||
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
|
||||
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
|
||||
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
|
||||
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
|
||||
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
|
||||
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
|
||||
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
|
||||
Reference in New Issue
Block a user