php-censor / php-censor

PHP Censor is an open source self-hosted continuous integration server for PHP projects.

Home Page:http://php-censor.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Localization] Improve Chinese localization (lang.zh.php)

corpsee opened this issue · comments

See lang.zh.php:

Not present strings: 'per_page', 'default', 'login', 'remember_me', 'environment_x', 'project_groups', 'build_now_debug', 'delete_old_builds', 'delete_all_builds', 'projects_with_build_errors', 'no_build_errors', 'failed_allowed', 'error', 'skipped', 'trace', 'default_branch_only', 'overwrite_build_config', 'environments_label', 'all', 'environment', 'build_source', 'source_unknown', 'source_manual_web', 'source_manual_console', 'source_periodical', 'source_webhook_push', 'source_webhook_pull_request_created', 'source_webhook_pull_request_updated', 'source_webhook_pull_request_approved', 'source_webhook_pull_request_merged', 'group_projects', 'project_group', 'group_count', 'group_edit', 'group_delete', 'group_add', 'group_add_edit', 'group_title', 'group_save', 'is_new', 'new', 'rebuild_now_debug', 'all_errors', 'only_new', 'only_old', 'new_errors', 'total_errors', 'classes', 'methods', 'coverage', 'phan_warnings', 'php_cs_fixer_warnings', 'php_cpd_warnings', 'php_tal_lint_warnings', 'php_tal_lint_errors', 'behat_warnings', 'sensiolabs_insight_warnings', 'technical_debt_warnings', 'merged_branches', 'suite', 'test', 'github_app_linked', 'seconds', 'stage_deploy', 'severity', 'all_plugins', 'all_severities', 'filters', 'errors_selected', 'build_details', 'commit_details', 'committer', 'commit_message', 'timing', 'created', 'started', 'finished', 'add_to_queue_failed', 'confirm_message', 'confirm_title', 'confirm_ok', 'confirm_cancel', 'confirm_success', 'confirm_failed', 'public_status_title', 'public_status_image', 'public_status_page'.

Strings same than English: 'manual_build', 'local', 'all_branches', 'builds', 'webhooks', 'errors', 'information', 'build_n', 'build', 'lines', 'comment_lines', 'noncomment_lines', 'lines_of_code', 'build_log', 'quality_trend', 'codeception_errors', 'php_mess_detector_warnings', 'php_code_sniffer_warnings', 'php_code_sniffer_errors', 'php_parallel_lint_errors', 'php_unit_errors', 'php_docblock_checker_warnings', 'issues', 'codeception_feature', 'codeception_suite', 'codeception_time', 'file', 'line', 'class', 'method', 'message', 'start', 'end', 'from', 'to', 'result', 'ok', 'took_n_seconds', 'build_started', 'build_finished', 'test_message', 'test_no_message', 'test_success', 'test_fail', 'test_skipped', 'test_error', 'test_todo', 'test_total', 'github_application', 'application_id', 'application_secret', 'smtp_server', 'smtp_port', 'smtp_username', 'smtp_password', 'none', 'build-summary', 'stage', 'duration', 'plugin', 'stage_setup', 'stage_test', 'stage_complete', 'stage_success', 'stage_failure', 'stage_broken', 'stage_fixed', 'update_app', 'updating_app', 'not_installed', 'install_instead', 'passing_build', 'failing_build', 'log_output', 'critical', 'high', 'normal', 'low'.

Not relevant now.