Update translation for Chinese simplified

pull/1914/head
Yuluoxk 2023-01-10 12:54:49 +08:00 zatwierdzone przez GitHub
rodzic 601b03cd4c
commit fb2e49fdca
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 20 dodań i 16 usunięć

Wyświetl plik

@ -9,7 +9,7 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = '无法根据提交的连接字符串确定数据库设置。 ';
$lang['db_invalid_connection_str'] = '无法根据提交的连接字符串确定数据库设置。';
$lang['db_unable_to_connect'] = '无法使用提供的设置连接到数据库服务器。';
$lang['db_unable_to_select'] = '无法选择指定的数据库: %s';
$lang['db_unable_to_create'] = '无法创建指定的数据库:%s';
@ -24,12 +24,12 @@ $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_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_table_name_required'] = '操作需要指定表名。';
$lang['db_column_name_required'] = '操作需要指定列名。 ';
$lang['db_column_definition_required'] = '操作需要指定列定义。';
$lang['db_unable_to_set_charset'] = '无法设置字符集: %s';
$lang['db_error_heading'] = '数据库发生错误。';

Wyświetl plik

@ -15,6 +15,8 @@ $lang['form_validation_valid_email'] = '{field} 字段必须是一个有效的 E
$lang['form_validation_valid_emails'] = '{field} 字段包含的 E-mail 地址必须全部有效。';
$lang['form_validation_valid_url'] = '{field} 字段必须是一个有效的 URL。';
$lang['form_validation_valid_ip'] = '{field} 字段必须包含一个有效的 IP 地址。';
$lang['form_validation_valid_mac'] = ' {field} 字段必须包含一个有效的 MAC 地址。';
$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} 字的长度。';

Wyświetl plik

@ -16,6 +16,7 @@ $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_webp_not_supported'] = 'WEBP 格式不被支持。';
$lang['imglib_jpg_or_png_required'] = '设置中指定的图像缩放方法只能用于 JPG 格式或 PNG 格式。';
$lang['imglib_copy_error'] = '替换文件时发生错误。你的文件目录必须是可写的。';
$lang['imglib_rotate_unsupported'] = '服务器不支持图像旋转。';
@ -23,6 +24,7 @@ $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'] = '图像无法保存,请确定图像或目录可写。';

Wyświetl plik

@ -9,7 +9,7 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = '不需迁移。 ';
$lang['migration_none_found'] = '不需迁移。';
$lang['migration_not_found'] = '无法根据版本号找到迁移方法: %s。';
$lang['migration_sequence_gap'] = '版本迁移存在鸿沟:%s。';
$lang['migration_multiple_version'] = '多个迁移对应同一版本号:%s。';

Wyświetl plik

@ -20,8 +20,8 @@ $lang['profiler_memory_usage'] = '内存使用';
$lang['profiler_config'] = '设置值';
$lang['profiler_session_data'] = 'SESSION 数据';
$lang['profiler_headers'] = 'HTTP 头';
$lang['profiler_no_db'] = '当前没有已经载入的数据库驱动。 ';
$lang['profiler_no_queries'] = '运行,无查询。 ';
$lang['profiler_no_db'] = '当前没有已经载入的数据库驱动。';
$lang['profiler_no_queries'] = '运行,无查询。';
$lang['profiler_no_post'] = 'POST 数据不存在。';
$lang['profiler_no_get'] = 'GET 数据不存在。';
$lang['profiler_no_uri'] = 'URI 数据不存在。';

Wyświetl plik

@ -9,18 +9,18 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = '无法找到用户文件。 ';
$lang['upload_userfile_not_set'] = '无法找到用户文件。';
$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'] = '无法写入文件。 Yeesssssss.';
$lang['upload_stopped_by_extension'] = '文件上传被扩展停止。 ';
$lang['upload_no_file_selected'] = '没有选择要上传的文件。 ';
$lang['upload_invalid_filetype'] = '禁止上传的文件类型. ';
$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_destination_error'] = '移动上传的文件至最终保存路径时发生错误。';
$lang['upload_no_filepath'] = '上传路径无效。';
$lang['upload_no_file_types'] = '指定允许的文件类型。';
$lang['upload_bad_filename'] = '提交的文件名已经存在。';