github-i18n-plugin-locales-zh-CN

github-i18n-plugin zh-CN locales

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/407481/830277/github-i18n-plugin-locales-zh-CN.js

  1. const locales = {
  2. // css selector
  3. // css选择器
  4. // 对于部分不方便直接替换的词条,需要通过jquery css选择器替换
  5. css: [
  6. {
  7. // if key === "!html" replace target by: $(selector).html(replacement)
  8. // else: $(selector).attr(key, replacement)
  9. key: "!html",
  10. selector: "a[aria-label='Pull requests you created']",
  11. replacement: "请求拉取",
  12. }
  13. ],
  14.  
  15. // 词条
  16. dict: {
  17. // date
  18. "jan": "1月",
  19. "january": "1月",
  20. "feb": "2月",
  21. "february": "2月",
  22. "mar": "3月",
  23. "march": "3月",
  24. "apr": "4月",
  25. "april": "4月",
  26. "may": "5月",
  27. "jun": "6月",
  28. "june": "6月",
  29. "jul": "7月",
  30. "july": "7月",
  31. "aug": "8月",
  32. "august": "8月",
  33. "sep": "9月",
  34. "september": "9月",
  35. "oct": "10月",
  36. "october": "10月",
  37. "nov": "11月",
  38. "november": "11月",
  39. "dec": "12月",
  40. "december": "12月",
  41. // HomePage
  42. "sign in": "登录",
  43. "sign up": "注册",
  44. "team": "团队",
  45. "enterprise": "企业",
  46. "pricing": "价格",
  47. "search github": "搜索GitHub",
  48. "why github?": "为何选择GitHub",
  49. "built for developers": "专为开发者打造",
  50. "refresh": "刷新",
  51. "developers": "开发者",
  52. "spoken language:": "自然语言",
  53. "any": "所有",
  54. "date range:": "时间范围",
  55. "today": "今天",
  56. "this week": "本周",
  57. "this month": "本月",
  58.  
  59. // explore
  60. "collections": "集合",
  61. "trending": "趋势",
  62. "events": "事件",
  63. "github sponsors": "GitHub赞助",
  64.  
  65. // Bottom
  66. "terms": "服务条款",
  67. "contact github": "联系 GitHub",
  68. "privacy": "隐私",
  69. "blog": "博客",
  70. "help": "帮助",
  71. "shop": "商店",
  72. "status": "状态",
  73. "training": "培训",
  74.  
  75. // Login & Register
  76. "username": "用户名",
  77. "email": "电子邮箱",
  78. "password": "密码",
  79. "sign up for github": "注册 GitHub",
  80. "sign in to gitHub": "登录 GitHub",
  81. "username or email address": "用户名或邮箱",
  82. "forgot password?": "忘记密码?",
  83. "new to github?": "初次接触 GitHub?",
  84. "create an account": "新建账号",
  85. "make sure it's ": "确保",
  86. "at least 15 characters": "至少15个字符",
  87. "or": " 或者 ",
  88. "at least 8 characters": "至少8个字符",
  89. "including a number": "包括数字",
  90. "and a lowercase letter": "和小写字母",
  91. "learn more": "了解更多",
  92. "confirm password to continue": "确认密码以继续",
  93. "confirm password": "确认密码",
  94. "tip:": "提示:",
  95.  
  96. // User home
  97. "pull requests": "拉取请求",
  98. "marketplace": "应用商城",
  99. "explore": "探索",
  100. "issues": "问题",
  101. "overview": "概况",
  102. "repositories": "仓库",
  103. "projects": "项目",
  104. "recent activity": "最近动态",
  105. "all activity": "所有动态",
  106. "loading activity...": "加载动态中...",
  107. "more": "更多",
  108. "create an organization": "创建一个组织",
  109. "explore more →": "探索更多",
  110. "show more": "展示更多",
  111. "working with a team?": "与团队合作?",
  112. "github is built for collaboration. set up an organization to improve the way your team works together, and get access to more features.": "GitHub是为协作而创建的。 建立组织以改善团队合作的方式,并获得更多功能。",
  113.  
  114. // Search
  115. "language:": " 编程语言:",
  116. "type:": "类型:",
  117. "all": "所有",
  118. "select type": "选择类型",
  119. "select language": "选择语言",
  120. "find a repository…": "搜索项目…",
  121. "search or jump to…": "搜索或跳转到…",
  122.  
  123. // User & Organization
  124. "pinned": "置顶",
  125. "followers": "粉丝",
  126. "following": "正在关注",
  127. "edit profile": "编辑个人资料",
  128. "follow": "关注",
  129. "unfollow": "取消关注",
  130. "highlights": "高光时刻",
  131. "popular repositories": "热门仓库",
  132. "contribution activity": "贡献动态",
  133. "show more activity": "加载更多动态",
  134. "people": "成员",
  135. "members": "成员",
  136. "top languages": "主要编程语言",
  137. "most used topics": "最常用的话题",
  138. "verified": "已认证",
  139. "report abuse": "举报滥用",
  140. "organizations": "组织",
  141.  
  142. // Repository
  143. "new": "新建",
  144. "languages": "语言",
  145. "about": "关于",
  146. "code": "代码",
  147. "explore repositories": "探索仓库",
  148. "create a new repository": "新建仓库",
  149. "owner": "拥有者",
  150. "repository name": "仓库名称",
  151. "description": "描述",
  152. "(optional)": "(可选)",
  153. "public": "公共",
  154. "private": "私有",
  155. "packages": "包",
  156. "secrets": "密钥",
  157. "security": "安全",
  158. "notifications": "通知",
  159. "discussions": "讨论",
  160. "sponsor": "赞助",
  161. "sponsor this project": "赞助该项目",
  162. "learn more about": "了解更多关于",
  163. "insights": "统计",
  164. "actions": "操作",
  165. "releases": "发行版",
  166. "add file": "添加文件",
  167. "readme": "自述文件",
  168. "commits": "次提交",
  169. "merge pull request": "合并拉取请求",
  170. "switch branches/tags": "切换分支/标签",
  171. "default": "默认",
  172. "go to file": "文件查找",
  173. "used by": "使用者",
  174. "contributors": "贡献者",
  175. "view license": "查看License",
  176. "no releases published": "无发行版",
  177. "create a new release": "创建发行版",
  178. "no packages published": "未发布包",
  179. "publish your first package": "发布你的第一个包",
  180. "edit repository details": "编辑仓库详情",
  181. "website": "网站",
  182. "topics": "话题",
  183. "(separate with spaces)": "(空格分隔)",
  184. "include in the home page": "包含在主页中",
  185. "clone with https": "HTTPS方式克隆",
  186. "clone with ssh": "使用SSH方式克隆",
  187. "use git or checkout with svn using the web url.": "使用Git或SVN通过该网址检出。",
  188. "use a password protected ssh key.": "使用受密码保护的SSH密钥。",
  189. "use ssh": "使用SSH",
  190. "use https": "使用HTTPS",
  191. "open with github desktop": "用GitHub桌面客户端打开",
  192. "download zip": "下载Zip压缩包",
  193.  
  194. // Repository settings
  195. "danger zone": "危险区",
  196. "change repository visibility": "更改仓库可见性",
  197. "change visibility": "更改可见性",
  198. "this repository is currently public.": "该仓库当前是公有的",
  199. "transfer ownership": "转让所有权",
  200. "transfer": "转让",
  201. "transfer this repository to another user or to an organization where you have the ability to create repositories.": "将此仓库转移到另一个用户或您可以创建仓库的组织。",
  202. "mark this repository as archived and read-only.": "将此仓库标记为已存档和只读。",
  203. "archive this repository": "归档该仓库",
  204. "delete this repository": "删除该仓库",
  205. "manage access": "访问管理",
  206. "who has access": "谁有权访问",
  207. "public repository": "公共仓库",
  208. "this repository is public and visible to anyone.": "该仓库是公开的,对任何人都可见。",
  209. "private repository": "私有仓库",
  210. "only those with access to this repository can view it.": "只有拥有该仓库访问权的用户才能查看。",
  211. "manage": "管理",
  212. "direct access": "直接访问",
  213. "collaborators have access to this repository. only you can contribute to this repository.": "个协作者有权访问此仓库。 只有您可以对此仓库做出贡献。",
  214. "you haven't invited any collaborators yet": "您尚未邀请任何协作者",
  215. "invite a collaborator": "邀请协作者",
  216. "integrations": "集成",
  217. "installed github apps": "安装GitHub应用",
  218.  
  219. // Settings
  220. "settings": "设置",
  221. "personal settings": "个人设置",
  222. "profile": "个人资料",
  223. "account": "账号",
  224. "account security": "账号安全",
  225. "security log": "安全日志",
  226. "security & analysis": "安全 & 分析",
  227. "emails": "电子邮箱",
  228. "billing": "账单",
  229. "ssh and gpg keys": "SSH与GPG公钥",
  230. "blocked users": "黑名单",
  231. "saved replies": "保存的回复",
  232. "applications": "应用",
  233. "developer settings": "开发者设置",
  234. "rename": "重命名",
  235. "options": "选项",
  236. "branch": "分支",
  237. "branches": "分支",
  238. "tags": "标签",
  239.  
  240. // Create a Repository
  241. "a repository contains all project files, including the revision history. already have a project repository elsewhere?": "仓库包含项目中的所有文件,包括修订历史记录。在其他地方已有仓库?",
  242. "import a repository.": "导入仓库",
  243. "import your project to github": "将你的仓库导入到GitHub",
  244. "import all the files, including the revision history, from another version control system.": "从其他版本控制系统导入所有文件,包括修订历史记录。",
  245. "your old repository’s clone url": "您的旧仓库的克隆地址",
  246. "learn more about the types of": "了解更多关于",
  247. "supported vcs.": "支持的版本系统",
  248. "cancel": "取消",
  249. "begin import": "开始导入",
  250. "your new repository details": "你的新仓库详情",
  251. "great repository names are short and memorable. need inspiration? how about": "好的仓库名称应该简单且容易记忆。需要灵感吗?这个怎么样:",
  252. "anyone on the internet can see this repository. you choose who can commit.": "任何人都可以看到这个仓库,您可以选择谁能提交。",
  253. "you choose who can see and commit to this repository.": "您可以选择谁可以看和提交到该仓库。",
  254. }
  255. };