{"id":15346375,"url":"https://github.com/superskyyy/cn-localization-guide","last_synced_at":"2026-01-25T07:03:37.389Z","repository":{"id":114872641,"uuid":"376079581","full_name":"Superskyyy/CN-localization-guide","owner":"Superskyyy","description":"从 i8n 到 L10n，如何做好技术文档汉化和本地化。","archived":false,"fork":false,"pushed_at":"2021-06-19T03:42:18.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T01:09:09.905Z","etag":null,"topics":["documentation","localization"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Superskyyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-11T16:13:23.000Z","updated_at":"2021-10-01T16:18:52.000Z","dependencies_parsed_at":"2023-05-29T04:30:49.955Z","dependency_job_id":null,"html_url":"https://github.com/Superskyyy/CN-localization-guide","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"3b97272a278d1a578e920ff3619f50bbf928da65"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Superskyyy/CN-localization-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superskyyy%2FCN-localization-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superskyyy%2FCN-localization-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superskyyy%2FCN-localization-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superskyyy%2FCN-localization-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Superskyyy","download_url":"https://codeload.github.com/Superskyyy/CN-localization-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Superskyyy%2FCN-localization-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","localization"],"created_at":"2024-10-01T11:21:45.360Z","updated_at":"2026-01-25T07:03:37.359Z","avatar_url":"https://github.com/Superskyyy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 技术文档汉化与本地化的技巧\n\n## 英译中文本翻译\n\n### 视觉效果\n为了良好的视觉效果，我们需要考虑下列几点：\n\n- 全角标点 - 英译中时，中文文本默认采用全角标点，例外情况如下\n    - 小括号 - 全角小括号 `（GitHub）` 对比半角小括号 `(GitHub)` 观感较差，推荐使用半角。\n    - 破折号及省略号 - 英语中没有破折号和中文省略号的概念，具体情况具体解决。\n\n- 字间距(Kerning) - 中英文混排时需利用空格来分割中英字符，标蓝超链接文本最好也添加间距，以提升可读性。\n    - 例子(1)：介绍 Apache 基金会\n    - 例子(2)：请移步 [Red Hat - 什么是蓝绿部署](https://www.redhat.com/zh/topics/devops/what-is-blue-green-deployment) 以了解其定义和用途。\n  \n- 标点转换 \n    - 全角引号似乎在 Markdown 中自动解析为半角 \" - “，所以需要增加空格。\n    - 逗号 \n        - 英语中无顿号概念，并列短语考虑改为顿号。\n        - 英语中逗号可以用来起始引用句，而中文无此用法，所以考虑改为冒号。\n    - 分号 - 英语中的分号既可表并列亦可表递进，然而中文的分号仅表达并列关系。这里推荐将表递进关系的分号转为逗号。\n\n### 表意\n\n翻译的第一原则是保留原语义，切忌二次加工、抖机灵、夹带私货，这不但是对原作者的不尊重，还是对读者的不负责。然而，译者也应该根据中文的习惯适当调整原文语序和一些因文化差异而显得突兀的说法，否则会造成读者的困惑和反感。\n\n#### 对于技术文档中常见的错误如何修正\n\n- 语义错误\n    - 推荐对上游提交修改，经上游确认后再修改译文，即暂时保持错误说法的翻译。\n- 语法，用词错误\n    - 直接在译文中纠正，考虑对上游提交修正。\n \n......\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperskyyy%2Fcn-localization-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperskyyy%2Fcn-localization-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperskyyy%2Fcn-localization-guide/lists"}