From f3833b7ce4dc78095194808c6e07d8ae133e7ab5 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sun, 15 Oct 2017 22:59:24 +0300 Subject: Create new branch from branch selection dropdown (#2130) * Create new branch from branch selection dropdown and rewrite it to VueJS * Make updateLocalCopyToCommit as not exported * Move branch name validation to model * Fix possible race condition --- options/locale/locale_en-US.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options') diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 63dc5cf13b..fede39484c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1061,6 +1061,12 @@ branch.delete_notices_2 = - This operation will permanently delete everything in branch.deletion_success = %s has been deleted. branch.deletion_failed = Failed to delete branch %s. branch.delete_branch_has_new_commits = %s cannot be deleted because new commits have been added after merging. +branch.create_branch = Create branch %s +branch.create_from = from '%s' +branch.create_success = Branch '%s' has been created successfully! +branch.branch_already_exists = Branch '%s' already exists in this repository. +branch.branch_name_conflict = Branch name '%s' conflicts with already existing branch '%s'. +branch.tag_collision = Branch '%s' can not be created as tag with same name already exists in this repository. [org] org_name_holder = Organization Name -- cgit v1.2.3