@@ -131,7 +131,7 class IssuesController < ApplicationController | |||
|
131 | 131 | # Tracker must be set before custom field values |
|
132 | 132 | @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue][:tracker_id]) || params[:tracker_id] || :first) |
|
133 | 133 | if @issue.tracker.nil? |
|
134 | render_error 'No tracker is associated to this project. Please check the Project settings.' | |
|
134 | render_error l(:error_no_tracker_in_project) | |
|
135 | 135 | return |
|
136 | 136 | end |
|
137 | 137 | if params[:issue].is_a?(Hash) |
@@ -142,7 +142,7 class IssuesController < ApplicationController | |||
|
142 | 142 | |
|
143 | 143 | default_status = IssueStatus.default |
|
144 | 144 | unless default_status |
|
145 | render_error 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
|
145 | render_error l(:error_no_default_issue_status) | |
|
146 | 146 | return |
|
147 | 147 | end |
|
148 | 148 | @issue.status = default_status |
@@ -801,3 +801,5 bg: | |||
|
801 | 801 | label_view_all_revisions: View all revisions |
|
802 | 802 | label_tag: Tag |
|
803 | 803 | label_branch: Branch |
|
804 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
805 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -834,3 +834,5 bs: | |||
|
834 | 834 | label_view_all_revisions: View all revisions |
|
835 | 835 | label_tag: Tag |
|
836 | 836 | label_branch: Branch |
|
837 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
838 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 ca: | |||
|
804 | 804 | label_view_all_revisions: View all revisions |
|
805 | 805 | label_tag: Tag |
|
806 | 806 | label_branch: Branch |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -807,3 +807,5 cs: | |||
|
807 | 807 | label_view_all_revisions: View all revisions |
|
808 | 808 | label_tag: Tag |
|
809 | 809 | label_branch: Branch |
|
810 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
811 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -834,3 +834,5 da: | |||
|
834 | 834 | label_view_all_revisions: View all revisions |
|
835 | 835 | label_tag: Tag |
|
836 | 836 | label_branch: Branch |
|
837 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
838 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -833,3 +833,5 de: | |||
|
833 | 833 | label_view_all_revisions: View all revisions |
|
834 | 834 | label_tag: Tag |
|
835 | 835 | label_branch: Branch |
|
836 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
837 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -136,6 +136,8 en: | |||
|
136 | 136 | error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}" |
|
137 | 137 | error_scm_annotate: "The entry does not exist or can not be annotated." |
|
138 | 138 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
139 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |
|
140 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
|
139 | 141 | |
|
140 | 142 | warning_attachments_not_saved: "{{count}} file(s) could not be saved." |
|
141 | 143 |
@@ -854,3 +854,5 es: | |||
|
854 | 854 | label_view_all_revisions: View all revisions |
|
855 | 855 | label_tag: Tag |
|
856 | 856 | label_branch: Branch |
|
857 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
858 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -844,3 +844,5 fi: | |||
|
844 | 844 | label_view_all_revisions: View all revisions |
|
845 | 845 | label_tag: Tag |
|
846 | 846 | label_branch: Branch |
|
847 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
848 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -836,3 +836,5 fr: | |||
|
836 | 836 | label_view_all_revisions: View all revisions |
|
837 | 837 | label_tag: Tag |
|
838 | 838 | label_branch: Branch |
|
839 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
840 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -833,3 +833,5 gl: | |||
|
833 | 833 | label_view_all_revisions: View all revisions |
|
834 | 834 | label_tag: Tag |
|
835 | 835 | label_branch: Branch |
|
836 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
837 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -816,3 +816,5 he: | |||
|
816 | 816 | label_view_all_revisions: View all revisions |
|
817 | 817 | label_tag: Tag |
|
818 | 818 | label_branch: Branch |
|
819 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
820 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -839,3 +839,5 | |||
|
839 | 839 | label_view_all_revisions: View all revisions |
|
840 | 840 | label_tag: Tag |
|
841 | 841 | label_branch: Branch |
|
842 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
843 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -819,3 +819,5 it: | |||
|
819 | 819 | label_view_all_revisions: View all revisions |
|
820 | 820 | label_tag: Tag |
|
821 | 821 | label_branch: Branch |
|
822 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
823 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -841,3 +841,5 ja: | |||
|
841 | 841 | label_view_all_revisions: View all revisions |
|
842 | 842 | label_tag: Tag |
|
843 | 843 | label_branch: Branch |
|
844 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
845 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -872,3 +872,5 ko: | |||
|
872 | 872 | label_view_all_revisions: View all revisions |
|
873 | 873 | label_tag: Tag |
|
874 | 874 | label_branch: Branch |
|
875 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
876 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -844,3 +844,5 lt: | |||
|
844 | 844 | label_view_all_revisions: View all revisions |
|
845 | 845 | label_tag: Tag |
|
846 | 846 | label_branch: Branch |
|
847 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
848 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -789,3 +789,5 nl: | |||
|
789 | 789 | label_view_all_revisions: View all revisions |
|
790 | 790 | label_tag: Tag |
|
791 | 791 | label_branch: Branch |
|
792 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
793 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -806,3 +806,5 | |||
|
806 | 806 | label_view_all_revisions: View all revisions |
|
807 | 807 | label_tag: Tag |
|
808 | 808 | label_branch: Branch |
|
809 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
810 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -837,3 +837,5 pl: | |||
|
837 | 837 | label_view_all_revisions: View all revisions |
|
838 | 838 | label_tag: Tag |
|
839 | 839 | label_branch: Branch |
|
840 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
841 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -172,6 +172,8 pt-BR: | |||
|
172 | 172 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}" |
|
173 | 173 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
174 | 174 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
175 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. favor verificar as configurações do projeto.' | |
|
176 | error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").' | |
|
175 | 177 | |
|
176 | 178 | mail_subject_lost_password: "Sua senha do {{value}}." |
|
177 | 179 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
@@ -825,3 +825,5 pt: | |||
|
825 | 825 | label_view_all_revisions: View all revisions |
|
826 | 826 | label_tag: Tag |
|
827 | 827 | label_branch: Branch |
|
828 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
829 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 ro: | |||
|
804 | 804 | label_view_all_revisions: View all revisions |
|
805 | 805 | label_tag: Tag |
|
806 | 806 | label_branch: Branch |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -931,3 +931,5 ru: | |||
|
931 | 931 | label_view_all_revisions: Показать все ревизии |
|
932 | 932 | label_tag: Метка |
|
933 | 933 | label_branch: Ветвь |
|
934 | error_no_tracker_in_project: С этим проектом не ассоциирован ни один трекер. Проверьте настройки проекта. | |
|
935 | error_no_default_issue_status: Не определен статус задача по умолчанию. Проверьте настройки (см. "Администрирование -> Статусы задачи"). |
@@ -806,3 +806,5 sk: | |||
|
806 | 806 | label_view_all_revisions: View all revisions |
|
807 | 807 | label_tag: Tag |
|
808 | 808 | label_branch: Branch |
|
809 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
810 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -803,3 +803,5 sl: | |||
|
803 | 803 | label_view_all_revisions: View all revisions |
|
804 | 804 | label_tag: Tag |
|
805 | 805 | label_branch: Branch |
|
806 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
807 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -827,3 +827,5 | |||
|
827 | 827 | label_view_all_revisions: View all revisions |
|
828 | 828 | label_tag: Tag |
|
829 | 829 | label_branch: Branch |
|
830 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
831 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -861,3 +861,5 sv: | |||
|
861 | 861 | label_view_all_revisions: View all revisions |
|
862 | 862 | label_tag: Tag |
|
863 | 863 | label_branch: Branch |
|
864 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
865 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -804,3 +804,5 th: | |||
|
804 | 804 | label_view_all_revisions: View all revisions |
|
805 | 805 | label_tag: Tag |
|
806 | 806 | label_branch: Branch |
|
807 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
808 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -840,3 +840,5 tr: | |||
|
840 | 840 | label_view_all_revisions: View all revisions |
|
841 | 841 | label_tag: Tag |
|
842 | 842 | label_branch: Branch |
|
843 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
844 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -803,3 +803,5 uk: | |||
|
803 | 803 | label_view_all_revisions: View all revisions |
|
804 | 804 | label_tag: Tag |
|
805 | 805 | label_branch: Branch |
|
806 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
807 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -873,3 +873,5 vi: | |||
|
873 | 873 | label_view_all_revisions: View all revisions |
|
874 | 874 | label_tag: Tag |
|
875 | 875 | label_branch: Branch |
|
876 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
877 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -913,3 +913,5 | |||
|
913 | 913 | label_view_all_revisions: View all revisions |
|
914 | 914 | label_tag: Tag |
|
915 | 915 | label_branch: Branch |
|
916 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
917 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
@@ -836,3 +836,5 zh: | |||
|
836 | 836 | label_view_all_revisions: View all revisions |
|
837 | 837 | label_tag: Tag |
|
838 | 838 | label_branch: Branch |
|
839 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. | |
|
840 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
General Comments 0
You need to be logged in to leave comments.
Login now