Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
0c5c5a7f
Commit
0c5c5a7f
authored
May 17, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add internationlization for conflict description
parent
fd2e1290
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
app/views/projects/merge_requests/conflicts/_submit_form.html.haml
.../projects/merge_requests/conflicts/_submit_form.html.haml
+4
-4
locale/gitlab.pot
locale/gitlab.pot
+11
-2
No files found.
app/views/projects/merge_requests/conflicts/_submit_form.html.haml
View file @
0c5c5a7f
...
...
@@ -2,13 +2,13 @@
.form-horizontal.resolve-conflicts-form
.form-group
.col-md-4
%h4
Resolve conflicts on source branch
%h4
=
_
(
'Resolve conflicts on source branch'
)
.resolve-info
You can resolve the merge conflict using either the Interactive mode, by choosing
#{
_
(
'You can resolve the merge conflict using either the Interactive mode, by choosing'
)
}
%code
Use ours
or
#{
_
(
'or'
)
}
%code
Use theirs
buttons, or by editing the files directly. Commit these changes into
#{
_
(
'buttons, or by editing the files directly. Commit these changes into'
)
}
#{
link_to
@merge_request
.
source_branch
,
project_tree_path
(
@merge_request
.
project
,
@merge_request
.
source_branch
),
class:
"ref-name"
}
.
.col-md-8
%label
.label-light
{
"for"
=>
"commit-message"
}
...
...
locale/gitlab.pot
View file @
0c5c5a7f
...
...
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-1
6 18:52+02
00\n"
"PO-Revision-Date: 2018-05-1
6 18:52+02
00\n"
"POT-Creation-Date: 2018-05-1
7 09:05-07
00\n"
"PO-Revision-Date: 2018-05-1
7 09:05-07
00\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
...
...
@@ -3407,6 +3407,9 @@ msgstr ""
msgid "Reset runners registration token"
msgstr ""
msgid "Resolve conflicts on source branch"
msgstr ""
msgid "Resolve discussion"
msgstr ""
...
...
@@ -4599,6 +4602,9 @@ msgstr ""
msgid "You can only edit files when you are on a branch"
msgstr ""
msgid "You can resolve the merge conflict using either the Interactive mode, by choosing"
msgstr ""
msgid "You cannot write to this read-only GitLab instance."
msgstr ""
...
...
@@ -4686,6 +4692,9 @@ msgstr ""
msgid "branch name"
msgstr ""
msgid "buttons, or by editing the files directly. Commit these changes into"
msgstr ""
msgid "command line instructions"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment