RSS Git Download  Clone
Raw Blame History
{
  "nav.language": "语言",
  "nav.github": "GitHub",
  "nav.github.repo": "仓库",
  "nav.github.changelog": "更新日志",
  "nav.github.todo": "待办事项",
  "nav.github.releases": "发行版",
  "nav.themes": "主题",
  "nav.modal.changelog.title": "更新日志",
  "nav.modal.changelog.loading": "正在加载更新日志 ...",
  "nav.modal.todo.title": "待办事项 ...",
  "nav.modal.todo.loading": "正在加载待办事项 ...",

  "menu.files": "文件",
  "menu.commits": "提交",
  "menu.log": "日志",
  "menu.graph": "图表",
  "menu.stats": "统计",

  "index.search.placeholder": "搜索仓库",
  "index.sort.by_name": "按名称排序",
  "index.sort.by_last_commit": "按最近提交排序",
  "index.repo.by": "作者",
  "index.repo.on": "于",
  "index.repo.empty": "此仓库为空。请创建一个 GIT 提交并推送,以使其可用。",
  "index.repo.no_description": "没有仓库描述文件。请创建一个以移除此消息。",

  "tree.new_file_button": "新建文件或目录",
  "tree.new_file.body_title": "确定要添加新文件或目录吗?",
  "tree.new_file.body_detail": "如果在「文件名」末尾添加斜杠,则创建目录,否则创建文件。请确保使用相对路径。",
  "tree.new_file.body_note": "文件名不是在当前浏览的目录下创建的,而是在仓库根目录下创建的。",
  "tree.new_file.placeholder": "新文件名或目录",
  "tree.upload_button": "上传文件和/或覆盖/二进制文件",
  "tree.upload.body_title": "确定要添加新的二进制文件吗?",
  "tree.upload.placeholder": "新二进制文件名",
  "tree.upload.allow_override": "允许覆盖现有文件",
  "tree.empty": "此仓库为空。",

  "file.toggle_svg": "切换 SVG",
  "file.delete": "删除",
  "file.delete.confirm": "确定要删除此文件吗?",
  "file.edit": "编辑",
  "file.cancel": "取消",
  "file.save": "保存",
  "file.commit.confirm": "确定要提交此更改吗?",
  "file.editor": "编辑器",
  "file.download": "下载",
  "file.raw": "原始内容",
  "file.blame": "Blame",
  "file.history": "历史",
  "file.scroll_mode": "滚动模式",
  "file.full_height": "完整高度",
  "file.markdown_rendered": "Markdown 渲染",
  "file.markdown_code": "Markdown 源码",
  "file.markdown_code.tooltip": "点击此按钮可编辑/保存代码。",
  "file.html_rendered": "HTML 渲染",
  "file.html_code": "HTML 源码",

  "commit.loading": "正在加载大型提交 ...",
  "commit.files_changed": "已更改的文件:",
  "commit.browse_code": "浏览代码",
  "commit.authored": "编写",
  "commit.on": "于",
  "commit.committed_on": "提交于",
  "commit.diff_loading_ajax": "请稍候,正在通过 AJAX 加载差异",
  "commit.diff_loading_webworker": "请稍候,正在使用 Web Worker 渲染差异",

  "commit.list.browse": "浏览",
  "commit.list.browse.tooltip": "浏览此历史节点的代码",
  "commit.list.changes": "更改",
  "commit.list.no_more": "没有更多提交了。",
  "commit.list.older_next": "更早 / 下一页",

  "error.oops": "出错了!",
  "error.go_back": "您可以返回上一页。",

  "search.file": "文件:",
  "search.loading": "请稍候,正在加载大型搜索...",
  "search.no_result": "无结果。",

  "searchcommits.title": "提交搜索结果:",

  "breadcrumb.rss": "RSS",
  "breadcrumb.git": "Git",
  "breadcrumb.git.fetch_origin": "获取 origin",
  "breadcrumb.git.fetch_origin.tooltip": "如果此仓库已在 origin 上,此操作将抛出错误,否则将从 origin 获取提交。",
  "breadcrumb.download": "下载",
  "breadcrumb.download.zip": "ZIP",
  "breadcrumb.download.tar": "TAR",
  "breadcrumb.clone": "克隆",
  "breadcrumb.clone.tooltip": "显示远程地址以克隆此仓库。",
  "breadcrumb.clone.ssh": "SSH",
  "breadcrumb.clone.https": "HTTPS",

  "browser.browsing": "正在浏览:",
  "browser.search.placeholder": "搜索",
  "browser.branches": "分支",
  "browser.tags": "标签",

  "stats.title": "统计",
  "stats.file_extensions": "文件扩展名",
  "stats.authors_with_commits": "作者及提交数",
  "stats.stats": "统计",
  "stats.total_files": "文件总数",

  "network.title": "网络图",

  "treegraph.title": "日志图",
  "treegraph.hover_hint": "将鼠标悬停在日志上以查看完整的提交信息。",

  "blame.blames_found": "找到的 Blame:",
  "blame.mode": "模式:",
  "blame.binary": "二进制:",
  "blame.loading": "请稍候,正在重新加载大型 Blame...",
  "blame.no_blames": "没有 Blame。",

  "modal.placeholder.name": "姓名",
  "modal.placeholder.email": "电子邮件",
  "modal.placeholder.comment": "备注",
  "modal.cancel": "取消",

  "common.close": "关闭",
  "common.download": "下载",
  "common.raw": "原始内容",
  "common.view": "查看",
  "common.history": "历史",
  "common.blame": "Blame",

  "layout.search_commits.placeholder": "搜索提交...",
  "layout.search_tree.placeholder": "搜索目录树...",

  "js.copied": "已复制!",
  "js.error_copy": "复制出错!请查看控制台...",
  "js.invalid_commit_form": "提交表单数据无效。",
  "js.new_push_snack": "新的推送已执行。您已被跳转到可以查看最新提交的页面。",
  "js.branch_not_changeable": "此提交 {{ branch }} 不可修改。",
  "js.only_branches_changeable": "仅 {{ branches }} 分支可修改。",
  "js.clipboard_url": "此 URL 已复制到剪贴板:",
  "js.no_more_commits": "没有更多提交了。",
  "js.theme_diffs_hidden": "为了加快主题切换速度,我们隐藏了已显示的差异。",
  "js.theme_loading": "请稍候,我们没有重新加载服务器 ...",
  "js.code_not_changed": "代码未更改,无需保存。",
  "js.changes_reverted": "更改已还原。",
  "js.file_saved": "文件已保存。"
}