31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 14:10:47 +00:00

New translations com_patchtester.ini (Chinese Simplified)

This commit is contained in:
joomla-patchtester-bot 2020-04-14 12:32:16 +02:00
parent 41b0a402c1
commit 76bd1f2d75

View File

@ -4,7 +4,6 @@
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_40_WARNING="在 Joomla! 4.0 开发过程中, 一项突破性的改变,可能会考虑实验性的将补丁测试组件整合到 Joomla中, 包括补丁中包含的代码."
COM_PATCHTESTER_API_LIMIT_ACTION="已达到此资源 GitHub API 等级限制,不能连接到 GitHub 执行请求操作。等级限制重置为 %s"
COM_PATCHTESTER_API_LIMIT_LIST="已达到此资源 GitHub API 等级限制,不能连接到 GitHub 更新数据。等级限制重置为 %s"
COM_PATCHTESTER_APPLIED="已应用"
@ -28,6 +27,8 @@ COM_PATCHTESTER_ERROR_TRUNCATING_PULLS_TABLE="删除合并请求表时发生错
COM_PATCHTESTER_ERROR_TRUNCATING_TESTS_TABLE="删除测试表时发生错误: %s"
COM_PATCHTESTER_ERROR_UNSUPPORTED_ENCODING="该补丁文件的编码格式不支持。"
COM_PATCHTESTER_ERROR_VIEW_NOT_FOUND="未找到视图 [名称,格式]: %1$s%2$s"
COM_PATCHTESTER_FAILED_APPLYING_PATCH="Patch could not be applied due to exception with %1$s. %2$s"
COM_PATCHTESTER_FAILED_REVERT_PATCH="Patch could not be reverted due to exception with %1$s. %2$s"
COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED="从 GitHub 获取数据时发生错误。"
COM_PATCHTESTER_FETCH_COMPLETE_CLOSE_WINDOW="全部数据已检索。请关闭此模型窗口,刷新页面。"
COM_PATCHTESTER_FETCH_INITIALIZING="准备获取 GitHub 数据"
@ -57,10 +58,18 @@ COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_PATCHTESTER="Joomla! 补丁测试组件"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="扩展安装 - 从扩展目录安装扩展插件"
COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_WEBLINKS="Joomla! 友情链接应用包"
COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="自定义"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME="CI Server Address"
COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC="Server address for obtaining compiled patches."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH="Switch CI Integration"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_DESC="Turn CI integration on or off."
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="On"
COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_OFF="Off"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_DESC="GitHub 仓库的配置值"
COM_PATCHTESTER_FIELDSET_REPOSITORIES_LABEL="GitHub 仓库"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_DESC="GitHub 身份验证的配置值"
COM_PATCHTESTER_FIELDSET_AUTHENTICATION_LABEL="GitHub 身份验证"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS="CI Server Settings"
COM_PATCHTESTER_FIELDSET_CI_SETTINGS_DESC="Configuration Values for CI Server Patching"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="标记为删除的文件不存在︰ %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="标记为修改的文件不存在︰ %s"
COM_PATCHTESTER_FILTER_APPLIED_PATCHES="筛选应用的补丁"
@ -76,6 +85,7 @@ COM_PATCHTESTER_NO_FILES_TO_PATCH="此合并请求的补丁没有文件,安装
COM_PATCHTESTER_NO_ITEMS="没有从 GitHUB 获取到数据,点击工具栏中的 “获取数据” 按钮获取开放的 合并请求。"
COM_PATCHTESTER_NOT_APPLIED="未应用"
COM_PATCHTESTER_NOT_RTC="非 RTC"
COM_PATCHTESTER_PATCH_BREAKS_SITE="The patch could not be applied because it would break the site. Check the pull request to see if it is up-to-date."
COM_PATCHTESTER_PULL_ID="Pull ID"
COM_PATCHTESTER_PULL_ID_ASC="Pull ID ascending"
COM_PATCHTESTER_PULL_ID_DESC="Pull ID descending"
@ -91,10 +101,13 @@ COM_PATCHTESTER_RESET_OK="重置过程已完成。"
COM_PATCHTESTER_REVERT_OK="补丁还原成功"
COM_PATCHTESTER_REVERT_PATCH="还原补丁"
COM_PATCHTESTER_RTC="RTC"
COM_PATCHTESTER_SERVER_RESPONDED_NOT_200="The patch could not be applied either due to missing connection to the server or missing patch on the server."
COM_PATCHTESTER_TEST_THIS_PATCH="测试此补丁"
COM_PATCHTESTER_TOOLBAR_FETCH_DATA="获取数据"
COM_PATCHTESTER_TOOLBAR_RESET="重置"
COM_PATCHTESTER_VIEW_ON_GITHUB="View on GitHub"
COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="View on Joomla! Issue Tracker"
COM_PATCHTESTER_XML_DESCRIPTION="此组件用于给管理测试推送请求"
COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied because it couldn't be retrieved from server."
COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied because it couldn't be extracted."