{ "tab.title": { "translation": "Git" }, "panel.semantics": { "translation": "git panel" }, "filter.hint": { "translation": "Filter changes…" }, "status.loading": { "translation": "Loading…" }, "status.clean": { "translation": "Nothing to commit, working tree clean." }, "group.conflicts": { "translation": "Merge conflicts" }, "group.staged": { "translation": "Staged" }, "group.changes": { "translation": "Changes" }, "group.untracked": { "translation": "Untracked" }, "action.unstageAll": { "translation": "Unstage all" }, "action.stageAll": { "translation": "Stage all" }, "commit.message.semantics": { "translation": "commit message" }, "commit.button": { "translation": "Commit" }, "commit.button.semantics": { "translation": "commit staged changes" }, "branch.detached": { "translation": "(detached)" }, "action.pull": { "translation": "Pull" }, "action.pull.semantics": { "translation": "git pull" }, "action.push": { "translation": "Push" }, "action.push.semantics": { "translation": "git push" }, "state.added": { "translation": "added" }, "state.modified": { "translation": "modified" }, "state.deleted": { "translation": "deleted" }, "state.renamed": { "translation": "renamed" }, "state.copied": { "translation": "copied" }, "state.untracked": { "translation": "untracked" }, "row.stage.semantics": { "translation": "stage {name}" }, "row.unstage.semantics": { "translation": "unstage {name}" }, "row.discard.semantics": { "translation": "discard changes to {name}" }, "discard.title": { "translation": "Discard changes?" }, "discard.body": { "translation": "Unstaged changes to {name} will be permanently lost." }, "button.cancel": { "translation": "Cancel" }, "button.discard": { "translation": "Discard" }, "branch.switch.semantics": { "translation": "switch branch — {branch}" }, "branchPicker.title": { "translation": "Switch branch" }, "branchPicker.empty": { "translation": "No branches found." }, "branchPicker.loadFailed": { "translation": "failed to load branches" } }