{
  "post": {
    "Write": "Write",
    "Preview": "Preview"
  },
  "error": {
    "POSTNotAllowed": "POST not allowed on public site",
    "MissingData": "missing data",
    "MissingId": "missing id",
    "MissingName": "missing name",
    "UnknownAction": "Unknown action %{action}",
    "403Forbidden": "403 Forbidden",
    "404NotFound": "404 Not Found",
    "DirectoryNotListable": "Directory not listable",
    "RepoNotFound": "Repo not found",
    "RepoIdNotFound": "Repo %{id} was not found",
    "BlobNotFound": "Blob not found",
    "BlobNotFoundInRepo": "Blob in repo %{repo} was not found",
    "MissingBlob": "Missing blob %{key}"
  },
  "Redirect": "Redirect",
  "Continue": "Continue",
  "git ssb": "git ssb",
  "Next": "Next",
  "Previous": "Previous",
  "Forked": "%{name} forked %{upstream} to %{repo}",
  "CreatedRepo": "%{name} created repo %{repo}",
  "Pushed": "%{name} pushed to %{repo}",
  "OpenedIssue": "%{name} opened %{type} %{title} on %{project}",
  "ReopenedIssue": "%{name} reopened %{type} %{title}",
  "ClosedIssue": "%{name} closed %{type} %{title}",
  "Named": "%{author} named %{target} %{name}",
  "CommentedOn": "%{name} commented on %{type} %{title}",
  "Activity": "Activity",
  "Repos": "Repos",
  "ReposDug": "Repos dug",
  "UsersRepos": "%{name}'s repos",
  "UsersReposDug": "Repos dug by %{name}",
  "UpdatedOnDate": "Updated %{date}",
  "CreatedOnDate": "Created %{date}",
  "DugOnDate": "Dug %{date}",
  "Dig": "Dig",
  "Undig": "Undig",
  "Fork": "Fork",
  "Forks": "Forks",
  "Rename": "Rename",
  "repo": {
    "Rename": "Rename the repo",
    "Private": "Private",
    "RepoIsPrivate": "This repo is private",
    "Recipients": "Recipients:"
  },
  "ForkedFrom": "forked from %{repo}",
  "Code": "Code",
  "Commits": "Commits",
  "Issues": "Issues",
  "IssuesN": "Issues (%{count})",
  "PullRequests": "Pull Requests",
  "PullRequestsN": "Pull Requests (%{count})",
  "initRepo": {
    "GettingStarted": "Getting started",
    "CreateNew": "Create a new repository",
    "README": "README",
    "InitialCommit": "Initial commit",
    "PushExisting": "Push an existing repository"
  },
  "EmptyRepo": "Empty repository",
  "Tree": "Tree",
  "Branch": "Branch",
  "Search": "Search",
  "PushedObjects": "Pushed %{smart_count} object |||| Pushed %{smart_count} objects",
  "AuthoredOn": "%{name} authored on %{date}",
  "CommittedOn": "%{name} committed on %{date}",
  "AuthorReleasedCommit": "%{name} authored %{commitName}",
  "CommitterReleasedCommit": "%{name} committed %{commitName}",
  "TaggedOn": "%{name} tagged on %{date}",
  "Branches": "Branches",
  "Tags": "Tags",
  "Go": "Go",
  "Latest": "Latest",
  "LatestOn": "Latest: %{commitId} on %{date}",
  "Files": "Files",
  "gitCommitLink": "git commit link",
  "NoReadme": "No readme",
  "CommitRev": "Commit %{rev}",
  "BrowseFiles": "Browse Files",
  "Parent": "Parent",
  "FilesChanged": "Files changed",
  "action": {
    "added": "added",
    "deleted": "deleted",
    "changedMode": "changed mode from %{old} to %{new}",
    "changed": "changed"
  },
  "TagName": "Tag %{tag}",
  "View": "View",
  "Info": "Info",
  "Update": "Update",
  "Data": "Data",
  "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes",
  "Pack": "Pack",
  "Packs": "Packs",
  "Index": "Index",
  "Raw": "Raw",
  "Digs": "Digs",
  "Total": "Total",
  "NoForks": "No forks",
  "ForkRepoPrompt": "Fork this repo?",
  "Cancel": "Cancel",
  "issues": {
    "Open": "Open",
    "Closed": "Closed",
    "All": "All"
  },
  "pull request": "pull request",
  "NoIssues": "No Issues",
  "NoPullRequests": "No pull requests",
  "Create": "Create",
  "Title": "Title",
  "issue": {
    "": "issue",
    "state": {
      "Open": "Open",
      "Closed": "Closed"
    },
    "New": "New Issue",
    "Opened": "%{name} opened this issue on %{datetime}",
    "Reopened": "%{name} reopened this %{type}",
    "Closed": "%{name} closed this %{type}",
    "Mentioned": "%{name} mentioned this %{type}",
    "MentionedIn": "%{name} mentioned this %{type} in %{post}",
    "Renamed": "%{author} renamed this %{type} to %{name}",
    "Comment": "Comment",
    "Close": "Close %{type}",
    "CommentAndClose": "Comment and Close",
    "Reopen": "Reopen %{type}",
    "CommentAndReopen": "Comment and Reopen"
  },
  "pullRequest": {
    "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}",
    "Discussion": "Discussion",
    "New": "New Pull Request",
    "NoCommits": "No commits",
    "NoChanges": "No changes"
  },
  "NameDeletedBranch": "%{name} deleted the %{branch} branch",
  "NameUpdatedBranch": "%{name} updated the branch to %{rev}",
  "CompareChanges": "Compare changes",
  "BaseBranch": "Base branch",
  "ComparisonRepoBranch": "Comparison repo/branch",
  "NoBranches": "No branches to compare!",
  "Compare": "Compare",
  "OpenPullRequest": "Open a pull request",
  "CreatePullRequest": "Create pull request",
  "ComparingChanges": "Comparing changes",
  "Base": "Base",
  "Head": "Head",
  "Back": "Back",
  "mergeInstructions": {
    "MergeViaCmdLine": "Merge via command line…",
    "CheckOut": "Check out the branch and test the changes:",
    "MergeAndPush": "Merge the changes and push to update the base branch:"
  },
  "diff": {
    "TooLarge": "The diff is too large to show. Use a local git client to view these changes.",
    "OldFileSize": "Old file size: %{bytes} bytes",
    "NewFileSize": "New file size: %{bytes} bytes"
  },
  "missingBlobsWarning": "Missing blobs for latest %{smart_count} update. Showing old state |||| Missing blobs for latest %{smart_count} updates. Showing old state"
}
