RSS Git Download  Clone
Raw Blame History
{
  "nav.language": "Language",
  "nav.github": "GitHub",
  "nav.github.repo": "Repo",
  "nav.github.changelog": "Changelog",
  "nav.github.todo": "To do",
  "nav.github.releases": "Releases",
  "nav.themes": "Themes",
  "nav.modal.changelog.title": "Change log",
  "nav.modal.changelog.loading": "Loading change log ...",
  "nav.modal.todo.title": "To do ...",
  "nav.modal.todo.loading": "Loading todo ...",

  "menu.files": "Files",
  "menu.commits": "Commits",
  "menu.log": "Log",
  "menu.graph": "Graph",
  "menu.stats": "Stats",

  "index.search.placeholder": "Search repositories",
  "index.sort.by_name": "Sort by name",
  "index.sort.by_last_commit": "Sort by last commit",
  "index.repo.by": "by",
  "index.repo.on": "on",
  "index.repo.empty": "This repo is empty. Please, create a GIT commit push to make it to be usable.",
  "index.repo.no_description": "There is no repository description file. Please, create one to remove this message.",

  "tree.new_file_button": "New file or directory",
  "tree.new_file.body_title": "Are you sure to add a new file or directory?",
  "tree.new_file.body_detail": "If you add a slash to the end of the \"filename\", you create a directory, otherwise you create a file. Please, make sure you use a relative path.",
  "tree.new_file.body_note": "The filename is not created on the current tree browser you are, but that actual root of the repo.",
  "tree.new_file.placeholder": "New filename or directory",
  "tree.upload_button": "Upload file and/or override/binary",
  "tree.upload.body_title": "Are you sure to add a new binary file?",
  "tree.upload.placeholder": "New binary filename",
  "tree.upload.allow_override": "Allow override existing",
  "tree.empty": "This repository is empty.",

  "file.toggle_svg": "Toggle SVG",
  "file.delete": "Delete",
  "file.delete.confirm": "Are you sure to delete this file?",
  "file.edit": "Edit",
  "file.cancel": "Cancel",
  "file.save": "Save",
  "file.commit.confirm": "Are you sure to commit this change?",
  "file.editor": "Editor",
  "file.download": "Download",
  "file.raw": "Raw",
  "file.blame": "Blame",
  "file.history": "History",
  "file.scroll_mode": "Scroll mode",
  "file.full_height": "Full height",
  "file.markdown_rendered": "Markdown rendered",
  "file.markdown_code": "Markdown code",
  "file.markdown_code.tooltip": "Click this button and you can edit/save this code.",
  "file.html_rendered": "HTML rendered",
  "file.html_code": "HTML code",

  "commit.loading": "Loading a big commit ...",
  "commit.files_changed": "File changed:",
  "commit.browse_code": "Browse code",
  "commit.authored": "authored",
  "commit.on": "on",
  "commit.committed_on": "committed on",
  "commit.diff_loading_ajax": "Hang on, loading the diffs via AJAX",
  "commit.diff_loading_webworker": "Hang on, rendering the diffs with web worker",

  "commit.list.browse": "Browse",
  "commit.list.browse.tooltip": "Browse code at this point in history",
  "commit.list.changes": "Changes",
  "commit.list.no_more": "No more commits.",
  "commit.list.older_next": "Older / Next",

  "error.oops": "Oops!",
  "error.go_back": "You may go back to previous page.",

  "search.file": "File:",
  "search.loading": "Hang on, we are loading a big search...",
  "search.no_result": "No result.",

  "searchcommits.title": "Commits search results for:",

  "breadcrumb.rss": "RSS",
  "breadcrumb.git": "Git",
  "breadcrumb.git.fetch_origin": "Fetch origin",
  "breadcrumb.git.fetch_origin.tooltip": "If this repo is already on origin, this action will throw an error otherwise it will fetch from the origin commits.",
  "breadcrumb.download": "Download",
  "breadcrumb.download.zip": "ZIP",
  "breadcrumb.download.tar": "TAR",
  "breadcrumb.clone": "Clone",
  "breadcrumb.clone.tooltip": "Show remotes to clone this repository.",
  "breadcrumb.clone.ssh": "SSH",
  "breadcrumb.clone.https": "HTTPS",

  "browser.browsing": "browsing:",
  "browser.search.placeholder": "Search",
  "browser.branches": "Branches",
  "browser.tags": "Tags",

  "stats.title": "Statistics",
  "stats.file_extensions": "File extensions",
  "stats.authors_with_commits": "Authors with commits",
  "stats.stats": "Stats",
  "stats.total_files": "Total files",

  "network.title": "Network Graph",

  "treegraph.title": "Log graph",
  "treegraph.hover_hint": "Hover over the log to see the full commit message.",

  "blame.blames_found": "Blames found:",
  "blame.mode": "Mode:",
  "blame.binary": "Binary:",
  "blame.loading": "Hang on, we reloading big blames...",
  "blame.no_blames": "No blames.",

  "modal.placeholder.name": "Name",
  "modal.placeholder.email": "E-mail",
  "modal.placeholder.comment": "Comment",
  "modal.cancel": "Cancel",

  "common.close": "Close",
  "common.download": "Download",
  "common.raw": "Raw",
  "common.view": "View",
  "common.history": "History",
  "common.blame": "Blame",

  "layout.search_commits.placeholder": "Search commits...",
  "layout.search_tree.placeholder": "Search tree...",

  "js.copied": "Copied!",
  "js.error_copy": "Error copy code! See the console...",
  "js.invalid_commit_form": "The commit form data is invalid..",
  "js.new_push_snack": "The new push is executed. You are switched to the page where you can see the last commit.",
  "js.branch_not_changeable": "This commit {{ branch }} is not changeable.",
  "js.only_branches_changeable": "Only the {{ branches }} branch(es) is/are changeable.",
  "js.clipboard_url": "This URL is in your clipboard:",
  "js.no_more_commits": "No more commits.",
  "js.theme_diffs_hidden": "We hid the shown diffs, to make the theme switching faster.",
  "js.theme_loading": "Hang on, we are not reloading the server ...",
  "js.code_not_changed": "The code has not changed. No saving.",
  "js.changes_reverted": "The changes are reverted.",
  "js.file_saved": "The file is saved."
}