You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repo_gitignore_helper_desc = Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default.
1051
1053
issue_labels = Issue Labels
@@ -1944,6 +1946,10 @@ pulls.delete.title = Delete this pull request?
1944
1946
pulls.delete.text = Do you really want to delete this pull request? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)
1945
1947
1946
1948
pulls.recently_pushed_new_branches = You pushed on branch <strong>%[1]s</strong> %[2]s
1949
+
pulls.upstream_diverging_prompt_behind_1 = This branch is %d commit behind %s
1950
+
pulls.upstream_diverging_prompt_behind_n = This branch is %d commits behind %s
1951
+
pulls.upstream_diverging_prompt_base_newer = The base branch %s has new changes
1952
+
pulls.upstream_diverging_merge = Sync fork
1947
1953
1948
1954
pull.deleted_branch = (deleted):%s
1949
1955
pull.agit_documentation = Review documentation about AGit
0 commit comments