Errors found on line #{'number'.pluralize(@results[:errors].size)}: #{@results[:errors].join(', ')}.
Errors found on line #{'number'.pluralize(@results[:error_lines].size)}: #{@results[:error_lines].join(', ')}. Please check if these lines have an issue title.
-unless@results[:valid_file]
-if@results[:parse_error]
%p{style: text_style}
%p{style: text_style}
Error parsing CSV file.
Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.
Errors found on line <%='number'.pluralize(@results[:errors].size)%>: <%=@results[:errors].join(', ')%>.
Errors found on line <%='number'.pluralize(@results[:error_lines].size)%>: <%=@results[:error_lines].join(', ')%>. Please check if these lines have an issue title.
<%end%>
<%end%>
<%unless@results[:valid_file]%>
<%if@results[:parse_error]%>
Error parsing CSV file.
Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.
=_('It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected.')
=_('It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected.')
%p.text-secondary
=_('The maximum file size allowed is %{size}.')%{size: number_to_human_size(Gitlab::CurrentSettings.max_attachment_size.megabytes)}
=_('The maximum file size allowed is %{size}.')%{size: number_to_human_size(Gitlab::CurrentSettings.max_attachment_size.megabytes)}
msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
msgstr ""
msgstr ""
msgid "The maximum file size allowed is %{max_attachment_size}mb"