@@ -1,1094 +1,1092 | |||||
1 | en-GB: |
|
1 | en-GB: | |
2 | direction: ltr |
|
2 | direction: ltr | |
3 | jquery: |
|
|||
4 | locale: "en-GB" |
|
|||
5 | date: |
|
3 | date: | |
6 | formats: |
|
4 | formats: | |
7 | # Use the strftime parameters for formats. |
|
5 | # Use the strftime parameters for formats. | |
8 | # When no format has been given, it uses default. |
|
6 | # When no format has been given, it uses default. | |
9 | # You can provide other formats here if you like! |
|
7 | # You can provide other formats here if you like! | |
10 | default: "%d/%m/%Y" |
|
8 | default: "%d/%m/%Y" | |
11 | short: "%d %b" |
|
9 | short: "%d %b" | |
12 | long: "%d %B, %Y" |
|
10 | long: "%d %B, %Y" | |
13 |
|
11 | |||
14 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] | |
15 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
13 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | |
16 |
|
14 | |||
17 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
18 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
19 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
17 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
20 | # Used in date_select and datime_select. |
|
18 | # Used in date_select and datime_select. | |
21 | order: |
|
19 | order: | |
22 | - :year |
|
20 | - :year | |
23 | - :month |
|
21 | - :month | |
24 | - :day |
|
22 | - :day | |
25 |
|
23 | |||
26 | time: |
|
24 | time: | |
27 | formats: |
|
25 | formats: | |
28 | default: "%d/%m/%Y %I:%M %p" |
|
26 | default: "%d/%m/%Y %I:%M %p" | |
29 | time: "%I:%M %p" |
|
27 | time: "%I:%M %p" | |
30 | short: "%d %b %H:%M" |
|
28 | short: "%d %b %H:%M" | |
31 | long: "%d %B, %Y %H:%M" |
|
29 | long: "%d %B, %Y %H:%M" | |
32 | am: "am" |
|
30 | am: "am" | |
33 | pm: "pm" |
|
31 | pm: "pm" | |
34 |
|
32 | |||
35 | datetime: |
|
33 | datetime: | |
36 | distance_in_words: |
|
34 | distance_in_words: | |
37 | half_a_minute: "half a minute" |
|
35 | half_a_minute: "half a minute" | |
38 | less_than_x_seconds: |
|
36 | less_than_x_seconds: | |
39 | one: "less than 1 second" |
|
37 | one: "less than 1 second" | |
40 | other: "less than %{count} seconds" |
|
38 | other: "less than %{count} seconds" | |
41 | x_seconds: |
|
39 | x_seconds: | |
42 | one: "1 second" |
|
40 | one: "1 second" | |
43 | other: "%{count} seconds" |
|
41 | other: "%{count} seconds" | |
44 | less_than_x_minutes: |
|
42 | less_than_x_minutes: | |
45 | one: "less than a minute" |
|
43 | one: "less than a minute" | |
46 | other: "less than %{count} minutes" |
|
44 | other: "less than %{count} minutes" | |
47 | x_minutes: |
|
45 | x_minutes: | |
48 | one: "1 minute" |
|
46 | one: "1 minute" | |
49 | other: "%{count} minutes" |
|
47 | other: "%{count} minutes" | |
50 | about_x_hours: |
|
48 | about_x_hours: | |
51 | one: "about 1 hour" |
|
49 | one: "about 1 hour" | |
52 | other: "about %{count} hours" |
|
50 | other: "about %{count} hours" | |
53 | x_hours: |
|
51 | x_hours: | |
54 | one: "1 hour" |
|
52 | one: "1 hour" | |
55 | other: "%{count} hours" |
|
53 | other: "%{count} hours" | |
56 | x_days: |
|
54 | x_days: | |
57 | one: "1 day" |
|
55 | one: "1 day" | |
58 | other: "%{count} days" |
|
56 | other: "%{count} days" | |
59 | about_x_months: |
|
57 | about_x_months: | |
60 | one: "about 1 month" |
|
58 | one: "about 1 month" | |
61 | other: "about %{count} months" |
|
59 | other: "about %{count} months" | |
62 | x_months: |
|
60 | x_months: | |
63 | one: "1 month" |
|
61 | one: "1 month" | |
64 | other: "%{count} months" |
|
62 | other: "%{count} months" | |
65 | about_x_years: |
|
63 | about_x_years: | |
66 | one: "about 1 year" |
|
64 | one: "about 1 year" | |
67 | other: "about %{count} years" |
|
65 | other: "about %{count} years" | |
68 | over_x_years: |
|
66 | over_x_years: | |
69 | one: "over 1 year" |
|
67 | one: "over 1 year" | |
70 | other: "over %{count} years" |
|
68 | other: "over %{count} years" | |
71 | almost_x_years: |
|
69 | almost_x_years: | |
72 | one: "almost 1 year" |
|
70 | one: "almost 1 year" | |
73 | other: "almost %{count} years" |
|
71 | other: "almost %{count} years" | |
74 |
|
72 | |||
75 | number: |
|
73 | number: | |
76 | format: |
|
74 | format: | |
77 | separator: "." |
|
75 | separator: "." | |
78 | delimiter: " " |
|
76 | delimiter: " " | |
79 | precision: 3 |
|
77 | precision: 3 | |
80 |
|
78 | |||
81 | currency: |
|
79 | currency: | |
82 | format: |
|
80 | format: | |
83 | format: "%u%n" |
|
81 | format: "%u%n" | |
84 | unit: "£" |
|
82 | unit: "£" | |
85 |
|
83 | |||
86 | human: |
|
84 | human: | |
87 | format: |
|
85 | format: | |
88 | delimiter: "" |
|
86 | delimiter: "" | |
89 | precision: 3 |
|
87 | precision: 3 | |
90 | storage_units: |
|
88 | storage_units: | |
91 | format: "%n %u" |
|
89 | format: "%n %u" | |
92 | units: |
|
90 | units: | |
93 | byte: |
|
91 | byte: | |
94 | one: "Byte" |
|
92 | one: "Byte" | |
95 | other: "Bytes" |
|
93 | other: "Bytes" | |
96 | kb: "KB" |
|
94 | kb: "KB" | |
97 | mb: "MB" |
|
95 | mb: "MB" | |
98 | gb: "GB" |
|
96 | gb: "GB" | |
99 | tb: "TB" |
|
97 | tb: "TB" | |
100 |
|
98 | |||
101 | # Used in array.to_sentence. |
|
99 | # Used in array.to_sentence. | |
102 | support: |
|
100 | support: | |
103 | array: |
|
101 | array: | |
104 | sentence_connector: "and" |
|
102 | sentence_connector: "and" | |
105 | skip_last_comma: false |
|
103 | skip_last_comma: false | |
106 |
|
104 | |||
107 | activerecord: |
|
105 | activerecord: | |
108 | errors: |
|
106 | errors: | |
109 | template: |
|
107 | template: | |
110 | header: |
|
108 | header: | |
111 | one: "1 error prohibited this %{model} from being saved" |
|
109 | one: "1 error prohibited this %{model} from being saved" | |
112 | other: "%{count} errors prohibited this %{model} from being saved" |
|
110 | other: "%{count} errors prohibited this %{model} from being saved" | |
113 | messages: |
|
111 | messages: | |
114 | inclusion: "is not included in the list" |
|
112 | inclusion: "is not included in the list" | |
115 | exclusion: "is reserved" |
|
113 | exclusion: "is reserved" | |
116 | invalid: "is invalid" |
|
114 | invalid: "is invalid" | |
117 | confirmation: "doesn't match confirmation" |
|
115 | confirmation: "doesn't match confirmation" | |
118 | accepted: "must be accepted" |
|
116 | accepted: "must be accepted" | |
119 | empty: "can't be empty" |
|
117 | empty: "can't be empty" | |
120 | blank: "can't be blank" |
|
118 | blank: "can't be blank" | |
121 | too_long: "is too long (maximum is %{count} characters)" |
|
119 | too_long: "is too long (maximum is %{count} characters)" | |
122 | too_short: "is too short (minimum is %{count} characters)" |
|
120 | too_short: "is too short (minimum is %{count} characters)" | |
123 | wrong_length: "is the wrong length (should be %{count} characters)" |
|
121 | wrong_length: "is the wrong length (should be %{count} characters)" | |
124 | taken: "has already been taken" |
|
122 | taken: "has already been taken" | |
125 | not_a_number: "is not a number" |
|
123 | not_a_number: "is not a number" | |
126 | not_a_date: "is not a valid date" |
|
124 | not_a_date: "is not a valid date" | |
127 | greater_than: "must be greater than %{count}" |
|
125 | greater_than: "must be greater than %{count}" | |
128 | greater_than_or_equal_to: "must be greater than or equal to %{count}" |
|
126 | greater_than_or_equal_to: "must be greater than or equal to %{count}" | |
129 | equal_to: "must be equal to %{count}" |
|
127 | equal_to: "must be equal to %{count}" | |
130 | less_than: "must be less than %{count}" |
|
128 | less_than: "must be less than %{count}" | |
131 | less_than_or_equal_to: "must be less than or equal to %{count}" |
|
129 | less_than_or_equal_to: "must be less than or equal to %{count}" | |
132 | odd: "must be odd" |
|
130 | odd: "must be odd" | |
133 | even: "must be even" |
|
131 | even: "must be even" | |
134 | greater_than_start_date: "must be greater than start date" |
|
132 | greater_than_start_date: "must be greater than start date" | |
135 | not_same_project: "doesn't belong to the same project" |
|
133 | not_same_project: "doesn't belong to the same project" | |
136 | circular_dependency: "This relation would create a circular dependency" |
|
134 | circular_dependency: "This relation would create a circular dependency" | |
137 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" |
|
135 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" | |
138 |
|
136 | |||
139 | actionview_instancetag_blank_option: Please select |
|
137 | actionview_instancetag_blank_option: Please select | |
140 |
|
138 | |||
141 | general_text_No: 'No' |
|
139 | general_text_No: 'No' | |
142 | general_text_Yes: 'Yes' |
|
140 | general_text_Yes: 'Yes' | |
143 | general_text_no: 'no' |
|
141 | general_text_no: 'no' | |
144 | general_text_yes: 'yes' |
|
142 | general_text_yes: 'yes' | |
145 | general_lang_name: 'English (British)' |
|
143 | general_lang_name: 'English (British)' | |
146 | general_csv_separator: ',' |
|
144 | general_csv_separator: ',' | |
147 | general_csv_decimal_separator: '.' |
|
145 | general_csv_decimal_separator: '.' | |
148 | general_csv_encoding: ISO-8859-1 |
|
146 | general_csv_encoding: ISO-8859-1 | |
149 | general_pdf_encoding: UTF-8 |
|
147 | general_pdf_encoding: UTF-8 | |
150 | general_first_day_of_week: '1' |
|
148 | general_first_day_of_week: '1' | |
151 |
|
149 | |||
152 | notice_account_updated: Account was successfully updated. |
|
150 | notice_account_updated: Account was successfully updated. | |
153 | notice_account_invalid_creditentials: Invalid user or password |
|
151 | notice_account_invalid_creditentials: Invalid user or password | |
154 | notice_account_password_updated: Password was successfully updated. |
|
152 | notice_account_password_updated: Password was successfully updated. | |
155 | notice_account_wrong_password: Wrong password |
|
153 | notice_account_wrong_password: Wrong password | |
156 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. |
|
154 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. | |
157 | notice_account_unknown_email: Unknown user. |
|
155 | notice_account_unknown_email: Unknown user. | |
158 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. |
|
156 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |
159 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. |
|
157 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. | |
160 | notice_account_activated: Your account has been activated. You can now log in. |
|
158 | notice_account_activated: Your account has been activated. You can now log in. | |
161 | notice_successful_create: Successful creation. |
|
159 | notice_successful_create: Successful creation. | |
162 | notice_successful_update: Successful update. |
|
160 | notice_successful_update: Successful update. | |
163 | notice_successful_delete: Successful deletion. |
|
161 | notice_successful_delete: Successful deletion. | |
164 | notice_successful_connection: Successful connection. |
|
162 | notice_successful_connection: Successful connection. | |
165 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. |
|
163 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. | |
166 | notice_locking_conflict: Data has been updated by another user. |
|
164 | notice_locking_conflict: Data has been updated by another user. | |
167 | notice_not_authorized: You are not authorised to access this page. |
|
165 | notice_not_authorized: You are not authorised to access this page. | |
168 | notice_not_authorized_archived_project: The project you're trying to access has been archived. |
|
166 | notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
169 | notice_email_sent: "An email was sent to %{value}" |
|
167 | notice_email_sent: "An email was sent to %{value}" | |
170 | notice_email_error: "An error occurred while sending mail (%{value})" |
|
168 | notice_email_error: "An error occurred while sending mail (%{value})" | |
171 | notice_feeds_access_key_reseted: Your Atom access key was reset. |
|
169 | notice_feeds_access_key_reseted: Your Atom access key was reset. | |
172 | notice_api_access_key_reseted: Your API access key was reset. |
|
170 | notice_api_access_key_reseted: Your API access key was reset. | |
173 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." |
|
171 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." | |
174 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." |
|
172 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
175 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
173 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
176 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
174 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
177 | notice_default_data_loaded: Default configuration successfully loaded. |
|
175 | notice_default_data_loaded: Default configuration successfully loaded. | |
178 | notice_unable_delete_version: Unable to delete version. |
|
176 | notice_unable_delete_version: Unable to delete version. | |
179 | notice_unable_delete_time_entry: Unable to delete time log entry. |
|
177 | notice_unable_delete_time_entry: Unable to delete time log entry. | |
180 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
178 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
181 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" |
|
179 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" | |
182 |
|
180 | |||
183 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" |
|
181 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" | |
184 | error_scm_not_found: "The entry or revision was not found in the repository." |
|
182 | error_scm_not_found: "The entry or revision was not found in the repository." | |
185 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" |
|
183 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" | |
186 | error_scm_annotate: "The entry does not exist or cannot be annotated." |
|
184 | error_scm_annotate: "The entry does not exist or cannot be annotated." | |
187 | error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." |
|
185 | error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." | |
188 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
186 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
189 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' |
|
187 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |
190 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' |
|
188 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
191 | error_can_not_delete_custom_field: Unable to delete custom field |
|
189 | error_can_not_delete_custom_field: Unable to delete custom field | |
192 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." |
|
190 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." | |
193 | error_can_not_remove_role: "This role is in use and cannot be deleted." |
|
191 | error_can_not_remove_role: "This role is in use and cannot be deleted." | |
194 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' |
|
192 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' | |
195 | error_can_not_archive_project: This project cannot be archived |
|
193 | error_can_not_archive_project: This project cannot be archived | |
196 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." |
|
194 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." | |
197 | error_workflow_copy_source: 'Please select a source tracker or role' |
|
195 | error_workflow_copy_source: 'Please select a source tracker or role' | |
198 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' |
|
196 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' | |
199 | error_unable_delete_issue_status: 'Unable to delete issue status' |
|
197 | error_unable_delete_issue_status: 'Unable to delete issue status' | |
200 | error_unable_to_connect: "Unable to connect (%{value})" |
|
198 | error_unable_to_connect: "Unable to connect (%{value})" | |
201 | warning_attachments_not_saved: "%{count} file(s) could not be saved." |
|
199 | warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
202 |
|
200 | |||
203 | mail_subject_lost_password: "Your %{value} password" |
|
201 | mail_subject_lost_password: "Your %{value} password" | |
204 | mail_body_lost_password: 'To change your password, click on the following link:' |
|
202 | mail_body_lost_password: 'To change your password, click on the following link:' | |
205 | mail_subject_register: "Your %{value} account activation" |
|
203 | mail_subject_register: "Your %{value} account activation" | |
206 | mail_body_register: 'To activate your account, click on the following link:' |
|
204 | mail_body_register: 'To activate your account, click on the following link:' | |
207 | mail_body_account_information_external: "You can use your %{value} account to log in." |
|
205 | mail_body_account_information_external: "You can use your %{value} account to log in." | |
208 | mail_body_account_information: Your account information |
|
206 | mail_body_account_information: Your account information | |
209 | mail_subject_account_activation_request: "%{value} account activation request" |
|
207 | mail_subject_account_activation_request: "%{value} account activation request" | |
210 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" |
|
208 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" | |
211 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" |
|
209 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" | |
212 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" |
|
210 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" | |
213 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" |
|
211 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
214 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." |
|
212 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." | |
215 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" |
|
213 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
216 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." |
|
214 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." | |
217 |
|
215 | |||
218 |
|
216 | |||
219 | field_name: Name |
|
217 | field_name: Name | |
220 | field_description: Description |
|
218 | field_description: Description | |
221 | field_summary: Summary |
|
219 | field_summary: Summary | |
222 | field_is_required: Required |
|
220 | field_is_required: Required | |
223 | field_firstname: First name |
|
221 | field_firstname: First name | |
224 | field_lastname: Last name |
|
222 | field_lastname: Last name | |
225 | field_mail: Email |
|
223 | field_mail: Email | |
226 | field_filename: File |
|
224 | field_filename: File | |
227 | field_filesize: Size |
|
225 | field_filesize: Size | |
228 | field_downloads: Downloads |
|
226 | field_downloads: Downloads | |
229 | field_author: Author |
|
227 | field_author: Author | |
230 | field_created_on: Created |
|
228 | field_created_on: Created | |
231 | field_updated_on: Updated |
|
229 | field_updated_on: Updated | |
232 | field_field_format: Format |
|
230 | field_field_format: Format | |
233 | field_is_for_all: For all projects |
|
231 | field_is_for_all: For all projects | |
234 | field_possible_values: Possible values |
|
232 | field_possible_values: Possible values | |
235 | field_regexp: Regular expression |
|
233 | field_regexp: Regular expression | |
236 | field_min_length: Minimum length |
|
234 | field_min_length: Minimum length | |
237 | field_max_length: Maximum length |
|
235 | field_max_length: Maximum length | |
238 | field_value: Value |
|
236 | field_value: Value | |
239 | field_category: Category |
|
237 | field_category: Category | |
240 | field_title: Title |
|
238 | field_title: Title | |
241 | field_project: Project |
|
239 | field_project: Project | |
242 | field_issue: Issue |
|
240 | field_issue: Issue | |
243 | field_status: Status |
|
241 | field_status: Status | |
244 | field_notes: Notes |
|
242 | field_notes: Notes | |
245 | field_is_closed: Issue closed |
|
243 | field_is_closed: Issue closed | |
246 | field_is_default: Default value |
|
244 | field_is_default: Default value | |
247 | field_tracker: Tracker |
|
245 | field_tracker: Tracker | |
248 | field_subject: Subject |
|
246 | field_subject: Subject | |
249 | field_due_date: Due date |
|
247 | field_due_date: Due date | |
250 | field_assigned_to: Assignee |
|
248 | field_assigned_to: Assignee | |
251 | field_priority: Priority |
|
249 | field_priority: Priority | |
252 | field_fixed_version: Target version |
|
250 | field_fixed_version: Target version | |
253 | field_user: User |
|
251 | field_user: User | |
254 | field_principal: Principal |
|
252 | field_principal: Principal | |
255 | field_role: Role |
|
253 | field_role: Role | |
256 | field_homepage: Homepage |
|
254 | field_homepage: Homepage | |
257 | field_is_public: Public |
|
255 | field_is_public: Public | |
258 | field_parent: Subproject of |
|
256 | field_parent: Subproject of | |
259 | field_is_in_roadmap: Issues displayed in roadmap |
|
257 | field_is_in_roadmap: Issues displayed in roadmap | |
260 | field_login: Login |
|
258 | field_login: Login | |
261 | field_mail_notification: Email notifications |
|
259 | field_mail_notification: Email notifications | |
262 | field_admin: Administrator |
|
260 | field_admin: Administrator | |
263 | field_last_login_on: Last connection |
|
261 | field_last_login_on: Last connection | |
264 | field_language: Language |
|
262 | field_language: Language | |
265 | field_effective_date: Date |
|
263 | field_effective_date: Date | |
266 | field_password: Password |
|
264 | field_password: Password | |
267 | field_new_password: New password |
|
265 | field_new_password: New password | |
268 | field_password_confirmation: Confirmation |
|
266 | field_password_confirmation: Confirmation | |
269 | field_version: Version |
|
267 | field_version: Version | |
270 | field_type: Type |
|
268 | field_type: Type | |
271 | field_host: Host |
|
269 | field_host: Host | |
272 | field_port: Port |
|
270 | field_port: Port | |
273 | field_account: Account |
|
271 | field_account: Account | |
274 | field_base_dn: Base DN |
|
272 | field_base_dn: Base DN | |
275 | field_attr_login: Login attribute |
|
273 | field_attr_login: Login attribute | |
276 | field_attr_firstname: Firstname attribute |
|
274 | field_attr_firstname: Firstname attribute | |
277 | field_attr_lastname: Lastname attribute |
|
275 | field_attr_lastname: Lastname attribute | |
278 | field_attr_mail: Email attribute |
|
276 | field_attr_mail: Email attribute | |
279 | field_onthefly: On-the-fly user creation |
|
277 | field_onthefly: On-the-fly user creation | |
280 | field_start_date: Start date |
|
278 | field_start_date: Start date | |
281 | field_done_ratio: "% Done" |
|
279 | field_done_ratio: "% Done" | |
282 | field_auth_source: Authentication mode |
|
280 | field_auth_source: Authentication mode | |
283 | field_hide_mail: Hide my email address |
|
281 | field_hide_mail: Hide my email address | |
284 | field_comments: Comment |
|
282 | field_comments: Comment | |
285 | field_url: URL |
|
283 | field_url: URL | |
286 | field_start_page: Start page |
|
284 | field_start_page: Start page | |
287 | field_subproject: Subproject |
|
285 | field_subproject: Subproject | |
288 | field_hours: Hours |
|
286 | field_hours: Hours | |
289 | field_activity: Activity |
|
287 | field_activity: Activity | |
290 | field_spent_on: Date |
|
288 | field_spent_on: Date | |
291 | field_identifier: Identifier |
|
289 | field_identifier: Identifier | |
292 | field_is_filter: Used as a filter |
|
290 | field_is_filter: Used as a filter | |
293 | field_issue_to: Related issue |
|
291 | field_issue_to: Related issue | |
294 | field_delay: Delay |
|
292 | field_delay: Delay | |
295 | field_assignable: Issues can be assigned to this role |
|
293 | field_assignable: Issues can be assigned to this role | |
296 | field_redirect_existing_links: Redirect existing links |
|
294 | field_redirect_existing_links: Redirect existing links | |
297 | field_estimated_hours: Estimated time |
|
295 | field_estimated_hours: Estimated time | |
298 | field_column_names: Columns |
|
296 | field_column_names: Columns | |
299 | field_time_entries: Log time |
|
297 | field_time_entries: Log time | |
300 | field_time_zone: Time zone |
|
298 | field_time_zone: Time zone | |
301 | field_searchable: Searchable |
|
299 | field_searchable: Searchable | |
302 | field_default_value: Default value |
|
300 | field_default_value: Default value | |
303 | field_comments_sorting: Display comments |
|
301 | field_comments_sorting: Display comments | |
304 | field_parent_title: Parent page |
|
302 | field_parent_title: Parent page | |
305 | field_editable: Editable |
|
303 | field_editable: Editable | |
306 | field_watcher: Watcher |
|
304 | field_watcher: Watcher | |
307 | field_identity_url: OpenID URL |
|
305 | field_identity_url: OpenID URL | |
308 | field_content: Content |
|
306 | field_content: Content | |
309 | field_group_by: Group results by |
|
307 | field_group_by: Group results by | |
310 | field_sharing: Sharing |
|
308 | field_sharing: Sharing | |
311 | field_parent_issue: Parent task |
|
309 | field_parent_issue: Parent task | |
312 | field_member_of_group: "Assignee's group" |
|
310 | field_member_of_group: "Assignee's group" | |
313 | field_assigned_to_role: "Assignee's role" |
|
311 | field_assigned_to_role: "Assignee's role" | |
314 | field_text: Text field |
|
312 | field_text: Text field | |
315 | field_visible: Visible |
|
313 | field_visible: Visible | |
316 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" |
|
314 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" | |
317 |
|
315 | |||
318 | setting_app_title: Application title |
|
316 | setting_app_title: Application title | |
319 | setting_app_subtitle: Application subtitle |
|
317 | setting_app_subtitle: Application subtitle | |
320 | setting_welcome_text: Welcome text |
|
318 | setting_welcome_text: Welcome text | |
321 | setting_default_language: Default language |
|
319 | setting_default_language: Default language | |
322 | setting_login_required: Authentication required |
|
320 | setting_login_required: Authentication required | |
323 | setting_self_registration: Self-registration |
|
321 | setting_self_registration: Self-registration | |
324 | setting_attachment_max_size: Attachment max. size |
|
322 | setting_attachment_max_size: Attachment max. size | |
325 | setting_issues_export_limit: Issues export limit |
|
323 | setting_issues_export_limit: Issues export limit | |
326 | setting_mail_from: Emission email address |
|
324 | setting_mail_from: Emission email address | |
327 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
325 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
328 | setting_plain_text_mail: Plain text mail (no HTML) |
|
326 | setting_plain_text_mail: Plain text mail (no HTML) | |
329 | setting_host_name: Host name and path |
|
327 | setting_host_name: Host name and path | |
330 | setting_text_formatting: Text formatting |
|
328 | setting_text_formatting: Text formatting | |
331 | setting_wiki_compression: Wiki history compression |
|
329 | setting_wiki_compression: Wiki history compression | |
332 | setting_feeds_limit: Feed content limit |
|
330 | setting_feeds_limit: Feed content limit | |
333 | setting_default_projects_public: New projects are public by default |
|
331 | setting_default_projects_public: New projects are public by default | |
334 | setting_autofetch_changesets: Autofetch commits |
|
332 | setting_autofetch_changesets: Autofetch commits | |
335 | setting_sys_api_enabled: Enable WS for repository management |
|
333 | setting_sys_api_enabled: Enable WS for repository management | |
336 | setting_commit_ref_keywords: Referencing keywords |
|
334 | setting_commit_ref_keywords: Referencing keywords | |
337 | setting_commit_fix_keywords: Fixing keywords |
|
335 | setting_commit_fix_keywords: Fixing keywords | |
338 | setting_autologin: Autologin |
|
336 | setting_autologin: Autologin | |
339 | setting_date_format: Date format |
|
337 | setting_date_format: Date format | |
340 | setting_time_format: Time format |
|
338 | setting_time_format: Time format | |
341 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
339 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
342 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
340 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
343 | setting_emails_header: Email header |
|
341 | setting_emails_header: Email header | |
344 | setting_emails_footer: Email footer |
|
342 | setting_emails_footer: Email footer | |
345 | setting_protocol: Protocol |
|
343 | setting_protocol: Protocol | |
346 | setting_per_page_options: Objects per page options |
|
344 | setting_per_page_options: Objects per page options | |
347 | setting_user_format: Users display format |
|
345 | setting_user_format: Users display format | |
348 | setting_activity_days_default: Days displayed on project activity |
|
346 | setting_activity_days_default: Days displayed on project activity | |
349 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
347 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
350 | setting_enabled_scm: Enabled SCM |
|
348 | setting_enabled_scm: Enabled SCM | |
351 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" |
|
349 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" | |
352 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
350 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
353 | setting_mail_handler_api_key: API key |
|
351 | setting_mail_handler_api_key: API key | |
354 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
352 | setting_sequential_project_identifiers: Generate sequential project identifiers | |
355 | setting_gravatar_enabled: Use Gravatar user icons |
|
353 | setting_gravatar_enabled: Use Gravatar user icons | |
356 | setting_gravatar_default: Default Gravatar image |
|
354 | setting_gravatar_default: Default Gravatar image | |
357 | setting_diff_max_lines_displayed: Max number of diff lines displayed |
|
355 | setting_diff_max_lines_displayed: Max number of diff lines displayed | |
358 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
356 | setting_file_max_size_displayed: Max size of text files displayed inline | |
359 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
357 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
360 | setting_openid: Allow OpenID login and registration |
|
358 | setting_openid: Allow OpenID login and registration | |
361 | setting_password_min_length: Minimum password length |
|
359 | setting_password_min_length: Minimum password length | |
362 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
|
360 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
363 | setting_default_projects_modules: Default enabled modules for new projects |
|
361 | setting_default_projects_modules: Default enabled modules for new projects | |
364 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
362 | setting_issue_done_ratio: Calculate the issue done ratio with | |
365 | setting_issue_done_ratio_issue_field: Use the issue field |
|
363 | setting_issue_done_ratio_issue_field: Use the issue field | |
366 | setting_issue_done_ratio_issue_status: Use the issue status |
|
364 | setting_issue_done_ratio_issue_status: Use the issue status | |
367 | setting_start_of_week: Start calendars on |
|
365 | setting_start_of_week: Start calendars on | |
368 | setting_rest_api_enabled: Enable REST web service |
|
366 | setting_rest_api_enabled: Enable REST web service | |
369 | setting_cache_formatted_text: Cache formatted text |
|
367 | setting_cache_formatted_text: Cache formatted text | |
370 | setting_default_notification_option: Default notification option |
|
368 | setting_default_notification_option: Default notification option | |
371 | setting_commit_logtime_enabled: Enable time logging |
|
369 | setting_commit_logtime_enabled: Enable time logging | |
372 | setting_commit_logtime_activity_id: Activity for logged time |
|
370 | setting_commit_logtime_activity_id: Activity for logged time | |
373 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
371 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
374 | setting_issue_group_assignment: Allow issue assignment to groups |
|
372 | setting_issue_group_assignment: Allow issue assignment to groups | |
375 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues |
|
373 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
376 |
|
374 | |||
377 | permission_add_project: Create project |
|
375 | permission_add_project: Create project | |
378 | permission_add_subprojects: Create subprojects |
|
376 | permission_add_subprojects: Create subprojects | |
379 | permission_edit_project: Edit project |
|
377 | permission_edit_project: Edit project | |
380 | permission_select_project_modules: Select project modules |
|
378 | permission_select_project_modules: Select project modules | |
381 | permission_manage_members: Manage members |
|
379 | permission_manage_members: Manage members | |
382 | permission_manage_project_activities: Manage project activities |
|
380 | permission_manage_project_activities: Manage project activities | |
383 | permission_manage_versions: Manage versions |
|
381 | permission_manage_versions: Manage versions | |
384 | permission_manage_categories: Manage issue categories |
|
382 | permission_manage_categories: Manage issue categories | |
385 | permission_view_issues: View Issues |
|
383 | permission_view_issues: View Issues | |
386 | permission_add_issues: Add issues |
|
384 | permission_add_issues: Add issues | |
387 | permission_edit_issues: Edit issues |
|
385 | permission_edit_issues: Edit issues | |
388 | permission_manage_issue_relations: Manage issue relations |
|
386 | permission_manage_issue_relations: Manage issue relations | |
389 | permission_add_issue_notes: Add notes |
|
387 | permission_add_issue_notes: Add notes | |
390 | permission_edit_issue_notes: Edit notes |
|
388 | permission_edit_issue_notes: Edit notes | |
391 | permission_edit_own_issue_notes: Edit own notes |
|
389 | permission_edit_own_issue_notes: Edit own notes | |
392 | permission_move_issues: Move issues |
|
390 | permission_move_issues: Move issues | |
393 | permission_delete_issues: Delete issues |
|
391 | permission_delete_issues: Delete issues | |
394 | permission_manage_public_queries: Manage public queries |
|
392 | permission_manage_public_queries: Manage public queries | |
395 | permission_save_queries: Save queries |
|
393 | permission_save_queries: Save queries | |
396 | permission_view_gantt: View gantt chart |
|
394 | permission_view_gantt: View gantt chart | |
397 | permission_view_calendar: View calendar |
|
395 | permission_view_calendar: View calendar | |
398 | permission_view_issue_watchers: View watchers list |
|
396 | permission_view_issue_watchers: View watchers list | |
399 | permission_add_issue_watchers: Add watchers |
|
397 | permission_add_issue_watchers: Add watchers | |
400 | permission_delete_issue_watchers: Delete watchers |
|
398 | permission_delete_issue_watchers: Delete watchers | |
401 | permission_log_time: Log spent time |
|
399 | permission_log_time: Log spent time | |
402 | permission_view_time_entries: View spent time |
|
400 | permission_view_time_entries: View spent time | |
403 | permission_edit_time_entries: Edit time logs |
|
401 | permission_edit_time_entries: Edit time logs | |
404 | permission_edit_own_time_entries: Edit own time logs |
|
402 | permission_edit_own_time_entries: Edit own time logs | |
405 | permission_manage_news: Manage news |
|
403 | permission_manage_news: Manage news | |
406 | permission_comment_news: Comment news |
|
404 | permission_comment_news: Comment news | |
407 | permission_view_documents: View documents |
|
405 | permission_view_documents: View documents | |
408 | permission_manage_files: Manage files |
|
406 | permission_manage_files: Manage files | |
409 | permission_view_files: View files |
|
407 | permission_view_files: View files | |
410 | permission_manage_wiki: Manage wiki |
|
408 | permission_manage_wiki: Manage wiki | |
411 | permission_rename_wiki_pages: Rename wiki pages |
|
409 | permission_rename_wiki_pages: Rename wiki pages | |
412 | permission_delete_wiki_pages: Delete wiki pages |
|
410 | permission_delete_wiki_pages: Delete wiki pages | |
413 | permission_view_wiki_pages: View wiki |
|
411 | permission_view_wiki_pages: View wiki | |
414 | permission_view_wiki_edits: View wiki history |
|
412 | permission_view_wiki_edits: View wiki history | |
415 | permission_edit_wiki_pages: Edit wiki pages |
|
413 | permission_edit_wiki_pages: Edit wiki pages | |
416 | permission_delete_wiki_pages_attachments: Delete attachments |
|
414 | permission_delete_wiki_pages_attachments: Delete attachments | |
417 | permission_protect_wiki_pages: Protect wiki pages |
|
415 | permission_protect_wiki_pages: Protect wiki pages | |
418 | permission_manage_repository: Manage repository |
|
416 | permission_manage_repository: Manage repository | |
419 | permission_browse_repository: Browse repository |
|
417 | permission_browse_repository: Browse repository | |
420 | permission_view_changesets: View changesets |
|
418 | permission_view_changesets: View changesets | |
421 | permission_commit_access: Commit access |
|
419 | permission_commit_access: Commit access | |
422 | permission_manage_boards: Manage forums |
|
420 | permission_manage_boards: Manage forums | |
423 | permission_view_messages: View messages |
|
421 | permission_view_messages: View messages | |
424 | permission_add_messages: Post messages |
|
422 | permission_add_messages: Post messages | |
425 | permission_edit_messages: Edit messages |
|
423 | permission_edit_messages: Edit messages | |
426 | permission_edit_own_messages: Edit own messages |
|
424 | permission_edit_own_messages: Edit own messages | |
427 | permission_delete_messages: Delete messages |
|
425 | permission_delete_messages: Delete messages | |
428 | permission_delete_own_messages: Delete own messages |
|
426 | permission_delete_own_messages: Delete own messages | |
429 | permission_export_wiki_pages: Export wiki pages |
|
427 | permission_export_wiki_pages: Export wiki pages | |
430 | permission_manage_subtasks: Manage subtasks |
|
428 | permission_manage_subtasks: Manage subtasks | |
431 |
|
429 | |||
432 | project_module_issue_tracking: Issue tracking |
|
430 | project_module_issue_tracking: Issue tracking | |
433 | project_module_time_tracking: Time tracking |
|
431 | project_module_time_tracking: Time tracking | |
434 | project_module_news: News |
|
432 | project_module_news: News | |
435 | project_module_documents: Documents |
|
433 | project_module_documents: Documents | |
436 | project_module_files: Files |
|
434 | project_module_files: Files | |
437 | project_module_wiki: Wiki |
|
435 | project_module_wiki: Wiki | |
438 | project_module_repository: Repository |
|
436 | project_module_repository: Repository | |
439 | project_module_boards: Forums |
|
437 | project_module_boards: Forums | |
440 | project_module_calendar: Calendar |
|
438 | project_module_calendar: Calendar | |
441 | project_module_gantt: Gantt |
|
439 | project_module_gantt: Gantt | |
442 |
|
440 | |||
443 | label_user: User |
|
441 | label_user: User | |
444 | label_user_plural: Users |
|
442 | label_user_plural: Users | |
445 | label_user_new: New user |
|
443 | label_user_new: New user | |
446 | label_user_anonymous: Anonymous |
|
444 | label_user_anonymous: Anonymous | |
447 | label_project: Project |
|
445 | label_project: Project | |
448 | label_project_new: New project |
|
446 | label_project_new: New project | |
449 | label_project_plural: Projects |
|
447 | label_project_plural: Projects | |
450 | label_x_projects: |
|
448 | label_x_projects: | |
451 | zero: no projects |
|
449 | zero: no projects | |
452 | one: 1 project |
|
450 | one: 1 project | |
453 | other: "%{count} projects" |
|
451 | other: "%{count} projects" | |
454 | label_project_all: All Projects |
|
452 | label_project_all: All Projects | |
455 | label_project_latest: Latest projects |
|
453 | label_project_latest: Latest projects | |
456 | label_issue: Issue |
|
454 | label_issue: Issue | |
457 | label_issue_new: New issue |
|
455 | label_issue_new: New issue | |
458 | label_issue_plural: Issues |
|
456 | label_issue_plural: Issues | |
459 | label_issue_view_all: View all issues |
|
457 | label_issue_view_all: View all issues | |
460 | label_issues_by: "Issues by %{value}" |
|
458 | label_issues_by: "Issues by %{value}" | |
461 | label_issue_added: Issue added |
|
459 | label_issue_added: Issue added | |
462 | label_issue_updated: Issue updated |
|
460 | label_issue_updated: Issue updated | |
463 | label_document: Document |
|
461 | label_document: Document | |
464 | label_document_new: New document |
|
462 | label_document_new: New document | |
465 | label_document_plural: Documents |
|
463 | label_document_plural: Documents | |
466 | label_document_added: Document added |
|
464 | label_document_added: Document added | |
467 | label_role: Role |
|
465 | label_role: Role | |
468 | label_role_plural: Roles |
|
466 | label_role_plural: Roles | |
469 | label_role_new: New role |
|
467 | label_role_new: New role | |
470 | label_role_and_permissions: Roles and permissions |
|
468 | label_role_and_permissions: Roles and permissions | |
471 | label_role_anonymous: Anonymous |
|
469 | label_role_anonymous: Anonymous | |
472 | label_role_non_member: Non member |
|
470 | label_role_non_member: Non member | |
473 | label_member: Member |
|
471 | label_member: Member | |
474 | label_member_new: New member |
|
472 | label_member_new: New member | |
475 | label_member_plural: Members |
|
473 | label_member_plural: Members | |
476 | label_tracker: Tracker |
|
474 | label_tracker: Tracker | |
477 | label_tracker_plural: Trackers |
|
475 | label_tracker_plural: Trackers | |
478 | label_tracker_new: New tracker |
|
476 | label_tracker_new: New tracker | |
479 | label_workflow: Workflow |
|
477 | label_workflow: Workflow | |
480 | label_issue_status: Issue status |
|
478 | label_issue_status: Issue status | |
481 | label_issue_status_plural: Issue statuses |
|
479 | label_issue_status_plural: Issue statuses | |
482 | label_issue_status_new: New status |
|
480 | label_issue_status_new: New status | |
483 | label_issue_category: Issue category |
|
481 | label_issue_category: Issue category | |
484 | label_issue_category_plural: Issue categories |
|
482 | label_issue_category_plural: Issue categories | |
485 | label_issue_category_new: New category |
|
483 | label_issue_category_new: New category | |
486 | label_custom_field: Custom field |
|
484 | label_custom_field: Custom field | |
487 | label_custom_field_plural: Custom fields |
|
485 | label_custom_field_plural: Custom fields | |
488 | label_custom_field_new: New custom field |
|
486 | label_custom_field_new: New custom field | |
489 | label_enumerations: Enumerations |
|
487 | label_enumerations: Enumerations | |
490 | label_enumeration_new: New value |
|
488 | label_enumeration_new: New value | |
491 | label_information: Information |
|
489 | label_information: Information | |
492 | label_information_plural: Information |
|
490 | label_information_plural: Information | |
493 | label_please_login: Please log in |
|
491 | label_please_login: Please log in | |
494 | label_register: Register |
|
492 | label_register: Register | |
495 | label_login_with_open_id_option: or login with OpenID |
|
493 | label_login_with_open_id_option: or login with OpenID | |
496 | label_password_lost: Lost password |
|
494 | label_password_lost: Lost password | |
497 | label_home: Home |
|
495 | label_home: Home | |
498 | label_my_page: My page |
|
496 | label_my_page: My page | |
499 | label_my_account: My account |
|
497 | label_my_account: My account | |
500 | label_my_projects: My projects |
|
498 | label_my_projects: My projects | |
501 | label_my_page_block: My page block |
|
499 | label_my_page_block: My page block | |
502 | label_administration: Administration |
|
500 | label_administration: Administration | |
503 | label_login: Sign in |
|
501 | label_login: Sign in | |
504 | label_logout: Sign out |
|
502 | label_logout: Sign out | |
505 | label_help: Help |
|
503 | label_help: Help | |
506 | label_reported_issues: Reported issues |
|
504 | label_reported_issues: Reported issues | |
507 | label_assigned_to_me_issues: Issues assigned to me |
|
505 | label_assigned_to_me_issues: Issues assigned to me | |
508 | label_last_login: Last connection |
|
506 | label_last_login: Last connection | |
509 | label_registered_on: Registered on |
|
507 | label_registered_on: Registered on | |
510 | label_activity: Activity |
|
508 | label_activity: Activity | |
511 | label_overall_activity: Overall activity |
|
509 | label_overall_activity: Overall activity | |
512 | label_user_activity: "%{value}'s activity" |
|
510 | label_user_activity: "%{value}'s activity" | |
513 | label_new: New |
|
511 | label_new: New | |
514 | label_logged_as: Logged in as |
|
512 | label_logged_as: Logged in as | |
515 | label_environment: Environment |
|
513 | label_environment: Environment | |
516 | label_authentication: Authentication |
|
514 | label_authentication: Authentication | |
517 | label_auth_source: Authentication mode |
|
515 | label_auth_source: Authentication mode | |
518 | label_auth_source_new: New authentication mode |
|
516 | label_auth_source_new: New authentication mode | |
519 | label_auth_source_plural: Authentication modes |
|
517 | label_auth_source_plural: Authentication modes | |
520 | label_subproject_plural: Subprojects |
|
518 | label_subproject_plural: Subprojects | |
521 | label_subproject_new: New subproject |
|
519 | label_subproject_new: New subproject | |
522 | label_and_its_subprojects: "%{value} and its subprojects" |
|
520 | label_and_its_subprojects: "%{value} and its subprojects" | |
523 | label_min_max_length: Min - Max length |
|
521 | label_min_max_length: Min - Max length | |
524 | label_list: List |
|
522 | label_list: List | |
525 | label_date: Date |
|
523 | label_date: Date | |
526 | label_integer: Integer |
|
524 | label_integer: Integer | |
527 | label_float: Float |
|
525 | label_float: Float | |
528 | label_boolean: Boolean |
|
526 | label_boolean: Boolean | |
529 | label_string: Text |
|
527 | label_string: Text | |
530 | label_text: Long text |
|
528 | label_text: Long text | |
531 | label_attribute: Attribute |
|
529 | label_attribute: Attribute | |
532 | label_attribute_plural: Attributes |
|
530 | label_attribute_plural: Attributes | |
533 | label_no_data: No data to display |
|
531 | label_no_data: No data to display | |
534 | label_change_status: Change status |
|
532 | label_change_status: Change status | |
535 | label_history: History |
|
533 | label_history: History | |
536 | label_attachment: File |
|
534 | label_attachment: File | |
537 | label_attachment_new: New file |
|
535 | label_attachment_new: New file | |
538 | label_attachment_delete: Delete file |
|
536 | label_attachment_delete: Delete file | |
539 | label_attachment_plural: Files |
|
537 | label_attachment_plural: Files | |
540 | label_file_added: File added |
|
538 | label_file_added: File added | |
541 | label_report: Report |
|
539 | label_report: Report | |
542 | label_report_plural: Reports |
|
540 | label_report_plural: Reports | |
543 | label_news: News |
|
541 | label_news: News | |
544 | label_news_new: Add news |
|
542 | label_news_new: Add news | |
545 | label_news_plural: News |
|
543 | label_news_plural: News | |
546 | label_news_latest: Latest news |
|
544 | label_news_latest: Latest news | |
547 | label_news_view_all: View all news |
|
545 | label_news_view_all: View all news | |
548 | label_news_added: News added |
|
546 | label_news_added: News added | |
549 | label_news_comment_added: Comment added to a news |
|
547 | label_news_comment_added: Comment added to a news | |
550 | label_settings: Settings |
|
548 | label_settings: Settings | |
551 | label_overview: Overview |
|
549 | label_overview: Overview | |
552 | label_version: Version |
|
550 | label_version: Version | |
553 | label_version_new: New version |
|
551 | label_version_new: New version | |
554 | label_version_plural: Versions |
|
552 | label_version_plural: Versions | |
555 | label_close_versions: Close completed versions |
|
553 | label_close_versions: Close completed versions | |
556 | label_confirmation: Confirmation |
|
554 | label_confirmation: Confirmation | |
557 | label_export_to: 'Also available in:' |
|
555 | label_export_to: 'Also available in:' | |
558 | label_read: Read... |
|
556 | label_read: Read... | |
559 | label_public_projects: Public projects |
|
557 | label_public_projects: Public projects | |
560 | label_open_issues: open |
|
558 | label_open_issues: open | |
561 | label_open_issues_plural: open |
|
559 | label_open_issues_plural: open | |
562 | label_closed_issues: closed |
|
560 | label_closed_issues: closed | |
563 | label_closed_issues_plural: closed |
|
561 | label_closed_issues_plural: closed | |
564 | label_x_open_issues_abbr_on_total: |
|
562 | label_x_open_issues_abbr_on_total: | |
565 | zero: 0 open / %{total} |
|
563 | zero: 0 open / %{total} | |
566 | one: 1 open / %{total} |
|
564 | one: 1 open / %{total} | |
567 | other: "%{count} open / %{total}" |
|
565 | other: "%{count} open / %{total}" | |
568 | label_x_open_issues_abbr: |
|
566 | label_x_open_issues_abbr: | |
569 | zero: 0 open |
|
567 | zero: 0 open | |
570 | one: 1 open |
|
568 | one: 1 open | |
571 | other: "%{count} open" |
|
569 | other: "%{count} open" | |
572 | label_x_closed_issues_abbr: |
|
570 | label_x_closed_issues_abbr: | |
573 | zero: 0 closed |
|
571 | zero: 0 closed | |
574 | one: 1 closed |
|
572 | one: 1 closed | |
575 | other: "%{count} closed" |
|
573 | other: "%{count} closed" | |
576 | label_total: Total |
|
574 | label_total: Total | |
577 | label_permissions: Permissions |
|
575 | label_permissions: Permissions | |
578 | label_current_status: Current status |
|
576 | label_current_status: Current status | |
579 | label_new_statuses_allowed: New statuses allowed |
|
577 | label_new_statuses_allowed: New statuses allowed | |
580 | label_all: all |
|
578 | label_all: all | |
581 | label_none: none |
|
579 | label_none: none | |
582 | label_nobody: nobody |
|
580 | label_nobody: nobody | |
583 | label_next: Next |
|
581 | label_next: Next | |
584 | label_previous: Previous |
|
582 | label_previous: Previous | |
585 | label_used_by: Used by |
|
583 | label_used_by: Used by | |
586 | label_details: Details |
|
584 | label_details: Details | |
587 | label_add_note: Add a note |
|
585 | label_add_note: Add a note | |
588 | label_per_page: Per page |
|
586 | label_per_page: Per page | |
589 | label_calendar: Calendar |
|
587 | label_calendar: Calendar | |
590 | label_months_from: months from |
|
588 | label_months_from: months from | |
591 | label_gantt: Gantt |
|
589 | label_gantt: Gantt | |
592 | label_internal: Internal |
|
590 | label_internal: Internal | |
593 | label_last_changes: "last %{count} changes" |
|
591 | label_last_changes: "last %{count} changes" | |
594 | label_change_view_all: View all changes |
|
592 | label_change_view_all: View all changes | |
595 | label_personalize_page: Personalise this page |
|
593 | label_personalize_page: Personalise this page | |
596 | label_comment: Comment |
|
594 | label_comment: Comment | |
597 | label_comment_plural: Comments |
|
595 | label_comment_plural: Comments | |
598 | label_x_comments: |
|
596 | label_x_comments: | |
599 | zero: no comments |
|
597 | zero: no comments | |
600 | one: 1 comment |
|
598 | one: 1 comment | |
601 | other: "%{count} comments" |
|
599 | other: "%{count} comments" | |
602 | label_comment_add: Add a comment |
|
600 | label_comment_add: Add a comment | |
603 | label_comment_added: Comment added |
|
601 | label_comment_added: Comment added | |
604 | label_comment_delete: Delete comments |
|
602 | label_comment_delete: Delete comments | |
605 | label_query: Custom query |
|
603 | label_query: Custom query | |
606 | label_query_plural: Custom queries |
|
604 | label_query_plural: Custom queries | |
607 | label_query_new: New query |
|
605 | label_query_new: New query | |
608 | label_my_queries: My custom queries |
|
606 | label_my_queries: My custom queries | |
609 | label_filter_add: Add filter |
|
607 | label_filter_add: Add filter | |
610 | label_filter_plural: Filters |
|
608 | label_filter_plural: Filters | |
611 | label_equals: is |
|
609 | label_equals: is | |
612 | label_not_equals: is not |
|
610 | label_not_equals: is not | |
613 | label_in_less_than: in less than |
|
611 | label_in_less_than: in less than | |
614 | label_in_more_than: in more than |
|
612 | label_in_more_than: in more than | |
615 | label_greater_or_equal: '>=' |
|
613 | label_greater_or_equal: '>=' | |
616 | label_less_or_equal: '<=' |
|
614 | label_less_or_equal: '<=' | |
617 | label_in: in |
|
615 | label_in: in | |
618 | label_today: today |
|
616 | label_today: today | |
619 | label_all_time: all time |
|
617 | label_all_time: all time | |
620 | label_yesterday: yesterday |
|
618 | label_yesterday: yesterday | |
621 | label_this_week: this week |
|
619 | label_this_week: this week | |
622 | label_last_week: last week |
|
620 | label_last_week: last week | |
623 | label_last_n_days: "last %{count} days" |
|
621 | label_last_n_days: "last %{count} days" | |
624 | label_this_month: this month |
|
622 | label_this_month: this month | |
625 | label_last_month: last month |
|
623 | label_last_month: last month | |
626 | label_this_year: this year |
|
624 | label_this_year: this year | |
627 | label_date_range: Date range |
|
625 | label_date_range: Date range | |
628 | label_less_than_ago: less than days ago |
|
626 | label_less_than_ago: less than days ago | |
629 | label_more_than_ago: more than days ago |
|
627 | label_more_than_ago: more than days ago | |
630 | label_ago: days ago |
|
628 | label_ago: days ago | |
631 | label_contains: contains |
|
629 | label_contains: contains | |
632 | label_not_contains: doesn't contain |
|
630 | label_not_contains: doesn't contain | |
633 | label_day_plural: days |
|
631 | label_day_plural: days | |
634 | label_repository: Repository |
|
632 | label_repository: Repository | |
635 | label_repository_plural: Repositories |
|
633 | label_repository_plural: Repositories | |
636 | label_browse: Browse |
|
634 | label_browse: Browse | |
637 | label_branch: Branch |
|
635 | label_branch: Branch | |
638 | label_tag: Tag |
|
636 | label_tag: Tag | |
639 | label_revision: Revision |
|
637 | label_revision: Revision | |
640 | label_revision_plural: Revisions |
|
638 | label_revision_plural: Revisions | |
641 | label_revision_id: "Revision %{value}" |
|
639 | label_revision_id: "Revision %{value}" | |
642 | label_associated_revisions: Associated revisions |
|
640 | label_associated_revisions: Associated revisions | |
643 | label_added: added |
|
641 | label_added: added | |
644 | label_modified: modified |
|
642 | label_modified: modified | |
645 | label_copied: copied |
|
643 | label_copied: copied | |
646 | label_renamed: renamed |
|
644 | label_renamed: renamed | |
647 | label_deleted: deleted |
|
645 | label_deleted: deleted | |
648 | label_latest_revision: Latest revision |
|
646 | label_latest_revision: Latest revision | |
649 | label_latest_revision_plural: Latest revisions |
|
647 | label_latest_revision_plural: Latest revisions | |
650 | label_view_revisions: View revisions |
|
648 | label_view_revisions: View revisions | |
651 | label_view_all_revisions: View all revisions |
|
649 | label_view_all_revisions: View all revisions | |
652 | label_max_size: Maximum size |
|
650 | label_max_size: Maximum size | |
653 | label_sort_highest: Move to top |
|
651 | label_sort_highest: Move to top | |
654 | label_sort_higher: Move up |
|
652 | label_sort_higher: Move up | |
655 | label_sort_lower: Move down |
|
653 | label_sort_lower: Move down | |
656 | label_sort_lowest: Move to bottom |
|
654 | label_sort_lowest: Move to bottom | |
657 | label_roadmap: Roadmap |
|
655 | label_roadmap: Roadmap | |
658 | label_roadmap_due_in: "Due in %{value}" |
|
656 | label_roadmap_due_in: "Due in %{value}" | |
659 | label_roadmap_overdue: "%{value} late" |
|
657 | label_roadmap_overdue: "%{value} late" | |
660 | label_roadmap_no_issues: No issues for this version |
|
658 | label_roadmap_no_issues: No issues for this version | |
661 | label_search: Search |
|
659 | label_search: Search | |
662 | label_result_plural: Results |
|
660 | label_result_plural: Results | |
663 | label_all_words: All words |
|
661 | label_all_words: All words | |
664 | label_wiki: Wiki |
|
662 | label_wiki: Wiki | |
665 | label_wiki_edit: Wiki edit |
|
663 | label_wiki_edit: Wiki edit | |
666 | label_wiki_edit_plural: Wiki edits |
|
664 | label_wiki_edit_plural: Wiki edits | |
667 | label_wiki_page: Wiki page |
|
665 | label_wiki_page: Wiki page | |
668 | label_wiki_page_plural: Wiki pages |
|
666 | label_wiki_page_plural: Wiki pages | |
669 | label_index_by_title: Index by title |
|
667 | label_index_by_title: Index by title | |
670 | label_index_by_date: Index by date |
|
668 | label_index_by_date: Index by date | |
671 | label_current_version: Current version |
|
669 | label_current_version: Current version | |
672 | label_preview: Preview |
|
670 | label_preview: Preview | |
673 | label_feed_plural: Feeds |
|
671 | label_feed_plural: Feeds | |
674 | label_changes_details: Details of all changes |
|
672 | label_changes_details: Details of all changes | |
675 | label_issue_tracking: Issue tracking |
|
673 | label_issue_tracking: Issue tracking | |
676 | label_spent_time: Spent time |
|
674 | label_spent_time: Spent time | |
677 | label_overall_spent_time: Overall spent time |
|
675 | label_overall_spent_time: Overall spent time | |
678 | label_f_hour: "%{value} hour" |
|
676 | label_f_hour: "%{value} hour" | |
679 | label_f_hour_plural: "%{value} hours" |
|
677 | label_f_hour_plural: "%{value} hours" | |
680 | label_time_tracking: Time tracking |
|
678 | label_time_tracking: Time tracking | |
681 | label_change_plural: Changes |
|
679 | label_change_plural: Changes | |
682 | label_statistics: Statistics |
|
680 | label_statistics: Statistics | |
683 | label_commits_per_month: Commits per month |
|
681 | label_commits_per_month: Commits per month | |
684 | label_commits_per_author: Commits per author |
|
682 | label_commits_per_author: Commits per author | |
685 | label_view_diff: View differences |
|
683 | label_view_diff: View differences | |
686 | label_diff_inline: inline |
|
684 | label_diff_inline: inline | |
687 | label_diff_side_by_side: side by side |
|
685 | label_diff_side_by_side: side by side | |
688 | label_options: Options |
|
686 | label_options: Options | |
689 | label_copy_workflow_from: Copy workflow from |
|
687 | label_copy_workflow_from: Copy workflow from | |
690 | label_permissions_report: Permissions report |
|
688 | label_permissions_report: Permissions report | |
691 | label_watched_issues: Watched issues |
|
689 | label_watched_issues: Watched issues | |
692 | label_related_issues: Related issues |
|
690 | label_related_issues: Related issues | |
693 | label_applied_status: Applied status |
|
691 | label_applied_status: Applied status | |
694 | label_loading: Loading... |
|
692 | label_loading: Loading... | |
695 | label_relation_new: New relation |
|
693 | label_relation_new: New relation | |
696 | label_relation_delete: Delete relation |
|
694 | label_relation_delete: Delete relation | |
697 | label_relates_to: related to |
|
695 | label_relates_to: related to | |
698 | label_duplicates: duplicates |
|
696 | label_duplicates: duplicates | |
699 | label_duplicated_by: duplicated by |
|
697 | label_duplicated_by: duplicated by | |
700 | label_blocks: blocks |
|
698 | label_blocks: blocks | |
701 | label_blocked_by: blocked by |
|
699 | label_blocked_by: blocked by | |
702 | label_precedes: precedes |
|
700 | label_precedes: precedes | |
703 | label_follows: follows |
|
701 | label_follows: follows | |
704 | label_end_to_start: end to start |
|
702 | label_end_to_start: end to start | |
705 | label_end_to_end: end to end |
|
703 | label_end_to_end: end to end | |
706 | label_start_to_start: start to start |
|
704 | label_start_to_start: start to start | |
707 | label_start_to_end: start to end |
|
705 | label_start_to_end: start to end | |
708 | label_stay_logged_in: Stay logged in |
|
706 | label_stay_logged_in: Stay logged in | |
709 | label_disabled: disabled |
|
707 | label_disabled: disabled | |
710 | label_show_completed_versions: Show completed versions |
|
708 | label_show_completed_versions: Show completed versions | |
711 | label_me: me |
|
709 | label_me: me | |
712 | label_board: Forum |
|
710 | label_board: Forum | |
713 | label_board_new: New forum |
|
711 | label_board_new: New forum | |
714 | label_board_plural: Forums |
|
712 | label_board_plural: Forums | |
715 | label_board_locked: Locked |
|
713 | label_board_locked: Locked | |
716 | label_board_sticky: Sticky |
|
714 | label_board_sticky: Sticky | |
717 | label_topic_plural: Topics |
|
715 | label_topic_plural: Topics | |
718 | label_message_plural: Messages |
|
716 | label_message_plural: Messages | |
719 | label_message_last: Last message |
|
717 | label_message_last: Last message | |
720 | label_message_new: New message |
|
718 | label_message_new: New message | |
721 | label_message_posted: Message added |
|
719 | label_message_posted: Message added | |
722 | label_reply_plural: Replies |
|
720 | label_reply_plural: Replies | |
723 | label_send_information: Send account information to the user |
|
721 | label_send_information: Send account information to the user | |
724 | label_year: Year |
|
722 | label_year: Year | |
725 | label_month: Month |
|
723 | label_month: Month | |
726 | label_week: Week |
|
724 | label_week: Week | |
727 | label_date_from: From |
|
725 | label_date_from: From | |
728 | label_date_to: To |
|
726 | label_date_to: To | |
729 | label_language_based: Based on user's language |
|
727 | label_language_based: Based on user's language | |
730 | label_sort_by: "Sort by %{value}" |
|
728 | label_sort_by: "Sort by %{value}" | |
731 | label_send_test_email: Send a test email |
|
729 | label_send_test_email: Send a test email | |
732 | label_feeds_access_key: Atom access key |
|
730 | label_feeds_access_key: Atom access key | |
733 | label_missing_feeds_access_key: Missing a Atom access key |
|
731 | label_missing_feeds_access_key: Missing a Atom access key | |
734 | label_feeds_access_key_created_on: "Atom access key created %{value} ago" |
|
732 | label_feeds_access_key_created_on: "Atom access key created %{value} ago" | |
735 | label_module_plural: Modules |
|
733 | label_module_plural: Modules | |
736 | label_added_time_by: "Added by %{author} %{age} ago" |
|
734 | label_added_time_by: "Added by %{author} %{age} ago" | |
737 | label_updated_time_by: "Updated by %{author} %{age} ago" |
|
735 | label_updated_time_by: "Updated by %{author} %{age} ago" | |
738 | label_updated_time: "Updated %{value} ago" |
|
736 | label_updated_time: "Updated %{value} ago" | |
739 | label_jump_to_a_project: Jump to a project... |
|
737 | label_jump_to_a_project: Jump to a project... | |
740 | label_file_plural: Files |
|
738 | label_file_plural: Files | |
741 | label_changeset_plural: Changesets |
|
739 | label_changeset_plural: Changesets | |
742 | label_default_columns: Default columns |
|
740 | label_default_columns: Default columns | |
743 | label_no_change_option: (No change) |
|
741 | label_no_change_option: (No change) | |
744 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
742 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
745 | label_theme: Theme |
|
743 | label_theme: Theme | |
746 | label_default: Default |
|
744 | label_default: Default | |
747 | label_search_titles_only: Search titles only |
|
745 | label_search_titles_only: Search titles only | |
748 | label_user_mail_option_all: "For any event on all my projects" |
|
746 | label_user_mail_option_all: "For any event on all my projects" | |
749 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
747 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
750 | label_user_mail_option_none: "No events" |
|
748 | label_user_mail_option_none: "No events" | |
751 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" |
|
749 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" | |
752 | label_user_mail_option_only_assigned: "Only for things I am assigned to" |
|
750 | label_user_mail_option_only_assigned: "Only for things I am assigned to" | |
753 | label_user_mail_option_only_owner: "Only for things I am the owner of" |
|
751 | label_user_mail_option_only_owner: "Only for things I am the owner of" | |
754 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
752 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
755 | label_registration_activation_by_email: account activation by email |
|
753 | label_registration_activation_by_email: account activation by email | |
756 | label_registration_manual_activation: manual account activation |
|
754 | label_registration_manual_activation: manual account activation | |
757 | label_registration_automatic_activation: automatic account activation |
|
755 | label_registration_automatic_activation: automatic account activation | |
758 | label_display_per_page: "Per page: %{value}" |
|
756 | label_display_per_page: "Per page: %{value}" | |
759 | label_age: Age |
|
757 | label_age: Age | |
760 | label_change_properties: Change properties |
|
758 | label_change_properties: Change properties | |
761 | label_general: General |
|
759 | label_general: General | |
762 | label_more: More |
|
760 | label_more: More | |
763 | label_scm: SCM |
|
761 | label_scm: SCM | |
764 | label_plugins: Plugins |
|
762 | label_plugins: Plugins | |
765 | label_ldap_authentication: LDAP authentication |
|
763 | label_ldap_authentication: LDAP authentication | |
766 | label_downloads_abbr: D/L |
|
764 | label_downloads_abbr: D/L | |
767 | label_optional_description: Optional description |
|
765 | label_optional_description: Optional description | |
768 | label_add_another_file: Add another file |
|
766 | label_add_another_file: Add another file | |
769 | label_preferences: Preferences |
|
767 | label_preferences: Preferences | |
770 | label_chronological_order: In chronological order |
|
768 | label_chronological_order: In chronological order | |
771 | label_reverse_chronological_order: In reverse chronological order |
|
769 | label_reverse_chronological_order: In reverse chronological order | |
772 | label_planning: Planning |
|
770 | label_planning: Planning | |
773 | label_incoming_emails: Incoming emails |
|
771 | label_incoming_emails: Incoming emails | |
774 | label_generate_key: Generate a key |
|
772 | label_generate_key: Generate a key | |
775 | label_issue_watchers: Watchers |
|
773 | label_issue_watchers: Watchers | |
776 | label_example: Example |
|
774 | label_example: Example | |
777 | label_display: Display |
|
775 | label_display: Display | |
778 | label_sort: Sort |
|
776 | label_sort: Sort | |
779 | label_ascending: Ascending |
|
777 | label_ascending: Ascending | |
780 | label_descending: Descending |
|
778 | label_descending: Descending | |
781 | label_date_from_to: From %{start} to %{end} |
|
779 | label_date_from_to: From %{start} to %{end} | |
782 | label_wiki_content_added: Wiki page added |
|
780 | label_wiki_content_added: Wiki page added | |
783 | label_wiki_content_updated: Wiki page updated |
|
781 | label_wiki_content_updated: Wiki page updated | |
784 | label_group: Group |
|
782 | label_group: Group | |
785 | label_group_plural: Groups |
|
783 | label_group_plural: Groups | |
786 | label_group_new: New group |
|
784 | label_group_new: New group | |
787 | label_time_entry_plural: Spent time |
|
785 | label_time_entry_plural: Spent time | |
788 | label_version_sharing_none: Not shared |
|
786 | label_version_sharing_none: Not shared | |
789 | label_version_sharing_descendants: With subprojects |
|
787 | label_version_sharing_descendants: With subprojects | |
790 | label_version_sharing_hierarchy: With project hierarchy |
|
788 | label_version_sharing_hierarchy: With project hierarchy | |
791 | label_version_sharing_tree: With project tree |
|
789 | label_version_sharing_tree: With project tree | |
792 | label_version_sharing_system: With all projects |
|
790 | label_version_sharing_system: With all projects | |
793 | label_update_issue_done_ratios: Update issue done ratios |
|
791 | label_update_issue_done_ratios: Update issue done ratios | |
794 | label_copy_source: Source |
|
792 | label_copy_source: Source | |
795 | label_copy_target: Target |
|
793 | label_copy_target: Target | |
796 | label_copy_same_as_target: Same as target |
|
794 | label_copy_same_as_target: Same as target | |
797 | label_display_used_statuses_only: Only display statuses that are used by this tracker |
|
795 | label_display_used_statuses_only: Only display statuses that are used by this tracker | |
798 | label_api_access_key: API access key |
|
796 | label_api_access_key: API access key | |
799 | label_missing_api_access_key: Missing an API access key |
|
797 | label_missing_api_access_key: Missing an API access key | |
800 | label_api_access_key_created_on: "API access key created %{value} ago" |
|
798 | label_api_access_key_created_on: "API access key created %{value} ago" | |
801 | label_profile: Profile |
|
799 | label_profile: Profile | |
802 | label_subtask_plural: Subtasks |
|
800 | label_subtask_plural: Subtasks | |
803 | label_project_copy_notifications: Send email notifications during the project copy |
|
801 | label_project_copy_notifications: Send email notifications during the project copy | |
804 | label_principal_search: "Search for user or group:" |
|
802 | label_principal_search: "Search for user or group:" | |
805 | label_user_search: "Search for user:" |
|
803 | label_user_search: "Search for user:" | |
806 |
|
804 | |||
807 | button_login: Login |
|
805 | button_login: Login | |
808 | button_submit: Submit |
|
806 | button_submit: Submit | |
809 | button_save: Save |
|
807 | button_save: Save | |
810 | button_check_all: Check all |
|
808 | button_check_all: Check all | |
811 | button_uncheck_all: Uncheck all |
|
809 | button_uncheck_all: Uncheck all | |
812 | button_collapse_all: Collapse all |
|
810 | button_collapse_all: Collapse all | |
813 | button_expand_all: Expand all |
|
811 | button_expand_all: Expand all | |
814 | button_delete: Delete |
|
812 | button_delete: Delete | |
815 | button_create: Create |
|
813 | button_create: Create | |
816 | button_create_and_continue: Create and continue |
|
814 | button_create_and_continue: Create and continue | |
817 | button_test: Test |
|
815 | button_test: Test | |
818 | button_edit: Edit |
|
816 | button_edit: Edit | |
819 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
|
817 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
820 | button_add: Add |
|
818 | button_add: Add | |
821 | button_change: Change |
|
819 | button_change: Change | |
822 | button_apply: Apply |
|
820 | button_apply: Apply | |
823 | button_clear: Clear |
|
821 | button_clear: Clear | |
824 | button_lock: Lock |
|
822 | button_lock: Lock | |
825 | button_unlock: Unlock |
|
823 | button_unlock: Unlock | |
826 | button_download: Download |
|
824 | button_download: Download | |
827 | button_list: List |
|
825 | button_list: List | |
828 | button_view: View |
|
826 | button_view: View | |
829 | button_move: Move |
|
827 | button_move: Move | |
830 | button_move_and_follow: Move and follow |
|
828 | button_move_and_follow: Move and follow | |
831 | button_back: Back |
|
829 | button_back: Back | |
832 | button_cancel: Cancel |
|
830 | button_cancel: Cancel | |
833 | button_activate: Activate |
|
831 | button_activate: Activate | |
834 | button_sort: Sort |
|
832 | button_sort: Sort | |
835 | button_log_time: Log time |
|
833 | button_log_time: Log time | |
836 | button_rollback: Rollback to this version |
|
834 | button_rollback: Rollback to this version | |
837 | button_watch: Watch |
|
835 | button_watch: Watch | |
838 | button_unwatch: Unwatch |
|
836 | button_unwatch: Unwatch | |
839 | button_reply: Reply |
|
837 | button_reply: Reply | |
840 | button_archive: Archive |
|
838 | button_archive: Archive | |
841 | button_unarchive: Unarchive |
|
839 | button_unarchive: Unarchive | |
842 | button_reset: Reset |
|
840 | button_reset: Reset | |
843 | button_rename: Rename |
|
841 | button_rename: Rename | |
844 | button_change_password: Change password |
|
842 | button_change_password: Change password | |
845 | button_copy: Copy |
|
843 | button_copy: Copy | |
846 | button_copy_and_follow: Copy and follow |
|
844 | button_copy_and_follow: Copy and follow | |
847 | button_annotate: Annotate |
|
845 | button_annotate: Annotate | |
848 | button_update: Update |
|
846 | button_update: Update | |
849 | button_configure: Configure |
|
847 | button_configure: Configure | |
850 | button_quote: Quote |
|
848 | button_quote: Quote | |
851 | button_duplicate: Duplicate |
|
849 | button_duplicate: Duplicate | |
852 | button_show: Show |
|
850 | button_show: Show | |
853 |
|
851 | |||
854 | status_active: active |
|
852 | status_active: active | |
855 | status_registered: registered |
|
853 | status_registered: registered | |
856 | status_locked: locked |
|
854 | status_locked: locked | |
857 |
|
855 | |||
858 | version_status_open: open |
|
856 | version_status_open: open | |
859 | version_status_locked: locked |
|
857 | version_status_locked: locked | |
860 | version_status_closed: closed |
|
858 | version_status_closed: closed | |
861 |
|
859 | |||
862 | field_active: Active |
|
860 | field_active: Active | |
863 |
|
861 | |||
864 | text_select_mail_notifications: Select actions for which email notifications should be sent. |
|
862 | text_select_mail_notifications: Select actions for which email notifications should be sent. | |
865 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
863 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
866 | text_min_max_length_info: 0 means no restriction |
|
864 | text_min_max_length_info: 0 means no restriction | |
867 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? |
|
865 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? | |
868 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." |
|
866 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." | |
869 | text_workflow_edit: Select a role and a tracker to edit the workflow |
|
867 | text_workflow_edit: Select a role and a tracker to edit the workflow | |
870 | text_are_you_sure: Are you sure? |
|
868 | text_are_you_sure: Are you sure? | |
871 | text_journal_changed: "%{label} changed from %{old} to %{new}" |
|
869 | text_journal_changed: "%{label} changed from %{old} to %{new}" | |
872 | text_journal_changed_no_detail: "%{label} updated" |
|
870 | text_journal_changed_no_detail: "%{label} updated" | |
873 | text_journal_set_to: "%{label} set to %{value}" |
|
871 | text_journal_set_to: "%{label} set to %{value}" | |
874 | text_journal_deleted: "%{label} deleted (%{old})" |
|
872 | text_journal_deleted: "%{label} deleted (%{old})" | |
875 | text_journal_added: "%{label} %{value} added" |
|
873 | text_journal_added: "%{label} %{value} added" | |
876 | text_tip_issue_begin_day: task beginning this day |
|
874 | text_tip_issue_begin_day: task beginning this day | |
877 | text_tip_issue_end_day: task ending this day |
|
875 | text_tip_issue_end_day: task ending this day | |
878 | text_tip_issue_begin_end_day: task beginning and ending this day |
|
876 | text_tip_issue_begin_end_day: task beginning and ending this day | |
879 | text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.' |
|
877 | text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.' | |
880 | text_caracters_maximum: "%{count} characters maximum." |
|
878 | text_caracters_maximum: "%{count} characters maximum." | |
881 | text_caracters_minimum: "Must be at least %{count} characters long." |
|
879 | text_caracters_minimum: "Must be at least %{count} characters long." | |
882 | text_length_between: "Length between %{min} and %{max} characters." |
|
880 | text_length_between: "Length between %{min} and %{max} characters." | |
883 | text_tracker_no_workflow: No workflow defined for this tracker |
|
881 | text_tracker_no_workflow: No workflow defined for this tracker | |
884 | text_unallowed_characters: Unallowed characters |
|
882 | text_unallowed_characters: Unallowed characters | |
885 | text_comma_separated: Multiple values allowed (comma separated). |
|
883 | text_comma_separated: Multiple values allowed (comma separated). | |
886 | text_line_separated: Multiple values allowed (one line for each value). |
|
884 | text_line_separated: Multiple values allowed (one line for each value). | |
887 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
885 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
888 | text_issue_added: "Issue %{id} has been reported by %{author}." |
|
886 | text_issue_added: "Issue %{id} has been reported by %{author}." | |
889 | text_issue_updated: "Issue %{id} has been updated by %{author}." |
|
887 | text_issue_updated: "Issue %{id} has been updated by %{author}." | |
890 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? |
|
888 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? | |
891 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" |
|
889 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" | |
892 | text_issue_category_destroy_assignments: Remove category assignments |
|
890 | text_issue_category_destroy_assignments: Remove category assignments | |
893 | text_issue_category_reassign_to: Reassign issues to this category |
|
891 | text_issue_category_reassign_to: Reassign issues to this category | |
894 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
892 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
895 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
893 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
896 | text_load_default_configuration: Load the default configuration |
|
894 | text_load_default_configuration: Load the default configuration | |
897 | text_status_changed_by_changeset: "Applied in changeset %{value}." |
|
895 | text_status_changed_by_changeset: "Applied in changeset %{value}." | |
898 | text_time_logged_by_changeset: "Applied in changeset %{value}." |
|
896 | text_time_logged_by_changeset: "Applied in changeset %{value}." | |
899 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' |
|
897 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' | |
900 | text_select_project_modules: 'Select modules to enable for this project:' |
|
898 | text_select_project_modules: 'Select modules to enable for this project:' | |
901 | text_default_administrator_account_changed: Default administrator account changed |
|
899 | text_default_administrator_account_changed: Default administrator account changed | |
902 | text_file_repository_writable: Attachments directory writable |
|
900 | text_file_repository_writable: Attachments directory writable | |
903 | text_plugin_assets_writable: Plugin assets directory writable |
|
901 | text_plugin_assets_writable: Plugin assets directory writable | |
904 | text_rmagick_available: RMagick available (optional) |
|
902 | text_rmagick_available: RMagick available (optional) | |
905 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" |
|
903 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" | |
906 | text_destroy_time_entries: Delete reported hours |
|
904 | text_destroy_time_entries: Delete reported hours | |
907 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
905 | text_assign_time_entries_to_project: Assign reported hours to the project | |
908 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
906 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
909 | text_user_wrote: "%{value} wrote:" |
|
907 | text_user_wrote: "%{value} wrote:" | |
910 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." |
|
908 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." | |
911 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
909 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
912 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." |
|
910 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." | |
913 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." |
|
911 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." | |
914 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
912 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
915 | text_custom_field_possible_values_info: 'One line for each value' |
|
913 | text_custom_field_possible_values_info: 'One line for each value' | |
916 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" |
|
914 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" | |
917 | text_wiki_page_nullify_children: "Keep child pages as root pages" |
|
915 | text_wiki_page_nullify_children: "Keep child pages as root pages" | |
918 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" |
|
916 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" | |
919 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" |
|
917 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" | |
920 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" |
|
918 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" | |
921 | text_zoom_in: Zoom in |
|
919 | text_zoom_in: Zoom in | |
922 | text_zoom_out: Zoom out |
|
920 | text_zoom_out: Zoom out | |
923 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." |
|
921 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." | |
924 |
|
922 | |||
925 | default_role_manager: Manager |
|
923 | default_role_manager: Manager | |
926 | default_role_developer: Developer |
|
924 | default_role_developer: Developer | |
927 | default_role_reporter: Reporter |
|
925 | default_role_reporter: Reporter | |
928 | default_tracker_bug: Bug |
|
926 | default_tracker_bug: Bug | |
929 | default_tracker_feature: Feature |
|
927 | default_tracker_feature: Feature | |
930 | default_tracker_support: Support |
|
928 | default_tracker_support: Support | |
931 | default_issue_status_new: New |
|
929 | default_issue_status_new: New | |
932 | default_issue_status_in_progress: In Progress |
|
930 | default_issue_status_in_progress: In Progress | |
933 | default_issue_status_resolved: Resolved |
|
931 | default_issue_status_resolved: Resolved | |
934 | default_issue_status_feedback: Feedback |
|
932 | default_issue_status_feedback: Feedback | |
935 | default_issue_status_closed: Closed |
|
933 | default_issue_status_closed: Closed | |
936 | default_issue_status_rejected: Rejected |
|
934 | default_issue_status_rejected: Rejected | |
937 | default_doc_category_user: User documentation |
|
935 | default_doc_category_user: User documentation | |
938 | default_doc_category_tech: Technical documentation |
|
936 | default_doc_category_tech: Technical documentation | |
939 | default_priority_low: Low |
|
937 | default_priority_low: Low | |
940 | default_priority_normal: Normal |
|
938 | default_priority_normal: Normal | |
941 | default_priority_high: High |
|
939 | default_priority_high: High | |
942 | default_priority_urgent: Urgent |
|
940 | default_priority_urgent: Urgent | |
943 | default_priority_immediate: Immediate |
|
941 | default_priority_immediate: Immediate | |
944 | default_activity_design: Design |
|
942 | default_activity_design: Design | |
945 | default_activity_development: Development |
|
943 | default_activity_development: Development | |
946 |
|
944 | |||
947 | enumeration_issue_priorities: Issue priorities |
|
945 | enumeration_issue_priorities: Issue priorities | |
948 | enumeration_doc_categories: Document categories |
|
946 | enumeration_doc_categories: Document categories | |
949 | enumeration_activities: Activities (time tracking) |
|
947 | enumeration_activities: Activities (time tracking) | |
950 | enumeration_system_activity: System Activity |
|
948 | enumeration_system_activity: System Activity | |
951 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
949 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
952 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
|
950 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
953 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
951 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
954 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? |
|
952 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | |
955 | label_issue_note_added: Note added |
|
953 | label_issue_note_added: Note added | |
956 | label_issue_status_updated: Status updated |
|
954 | label_issue_status_updated: Status updated | |
957 | label_issue_priority_updated: Priority updated |
|
955 | label_issue_priority_updated: Priority updated | |
958 | label_issues_visibility_own: Issues created by or assigned to the user |
|
956 | label_issues_visibility_own: Issues created by or assigned to the user | |
959 | field_issues_visibility: Issues visibility |
|
957 | field_issues_visibility: Issues visibility | |
960 | label_issues_visibility_all: All issues |
|
958 | label_issues_visibility_all: All issues | |
961 | permission_set_own_issues_private: Set own issues public or private |
|
959 | permission_set_own_issues_private: Set own issues public or private | |
962 | field_is_private: Private |
|
960 | field_is_private: Private | |
963 | permission_set_issues_private: Set issues public or private |
|
961 | permission_set_issues_private: Set issues public or private | |
964 | label_issues_visibility_public: All non private issues |
|
962 | label_issues_visibility_public: All non private issues | |
965 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). |
|
963 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | |
966 | field_commit_logs_encoding: Commit messages encoding |
|
964 | field_commit_logs_encoding: Commit messages encoding | |
967 | field_scm_path_encoding: Path encoding |
|
965 | field_scm_path_encoding: Path encoding | |
968 | text_scm_path_encoding_note: "Default: UTF-8" |
|
966 | text_scm_path_encoding_note: "Default: UTF-8" | |
969 | field_path_to_repository: Path to repository |
|
967 | field_path_to_repository: Path to repository | |
970 | field_root_directory: Root directory |
|
968 | field_root_directory: Root directory | |
971 | field_cvs_module: Module |
|
969 | field_cvs_module: Module | |
972 | field_cvsroot: CVSROOT |
|
970 | field_cvsroot: CVSROOT | |
973 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) |
|
971 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
974 | text_scm_command: Command |
|
972 | text_scm_command: Command | |
975 | text_scm_command_version: Version |
|
973 | text_scm_command_version: Version | |
976 | label_git_report_last_commit: Report last commit for files and directories |
|
974 | label_git_report_last_commit: Report last commit for files and directories | |
977 | text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. |
|
975 | text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. | |
978 | text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. |
|
976 | text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. | |
979 | notice_issue_successful_create: Issue %{id} created. |
|
977 | notice_issue_successful_create: Issue %{id} created. | |
980 | label_between: between |
|
978 | label_between: between | |
981 | label_diff: diff |
|
979 | label_diff: diff | |
982 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) |
|
980 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
983 | description_query_sort_criteria_direction: Sort direction |
|
981 | description_query_sort_criteria_direction: Sort direction | |
984 | description_project_scope: Search scope |
|
982 | description_project_scope: Search scope | |
985 | description_filter: Filter |
|
983 | description_filter: Filter | |
986 | description_user_mail_notification: Mail notification settings |
|
984 | description_user_mail_notification: Mail notification settings | |
987 | description_date_from: Enter start date |
|
985 | description_date_from: Enter start date | |
988 | description_message_content: Message content |
|
986 | description_message_content: Message content | |
989 | description_available_columns: Available Columns |
|
987 | description_available_columns: Available Columns | |
990 | description_date_range_interval: Choose range by selecting start and end date |
|
988 | description_date_range_interval: Choose range by selecting start and end date | |
991 | description_issue_category_reassign: Choose issue category |
|
989 | description_issue_category_reassign: Choose issue category | |
992 | description_search: Searchfield |
|
990 | description_search: Searchfield | |
993 | description_notes: Notes |
|
991 | description_notes: Notes | |
994 | description_date_range_list: Choose range from list |
|
992 | description_date_range_list: Choose range from list | |
995 | description_choose_project: Projects |
|
993 | description_choose_project: Projects | |
996 | description_date_to: Enter end date |
|
994 | description_date_to: Enter end date | |
997 | description_query_sort_criteria_attribute: Sort attribute |
|
995 | description_query_sort_criteria_attribute: Sort attribute | |
998 | description_wiki_subpages_reassign: Choose new parent page |
|
996 | description_wiki_subpages_reassign: Choose new parent page | |
999 | description_selected_columns: Selected Columns |
|
997 | description_selected_columns: Selected Columns | |
1000 | label_parent_revision: Parent |
|
998 | label_parent_revision: Parent | |
1001 | label_child_revision: Child |
|
999 | label_child_revision: Child | |
1002 | button_edit_section: Edit this section |
|
1000 | button_edit_section: Edit this section | |
1003 | setting_repositories_encodings: Attachments and repositories encodings |
|
1001 | setting_repositories_encodings: Attachments and repositories encodings | |
1004 | description_all_columns: All Columns |
|
1002 | description_all_columns: All Columns | |
1005 | button_export: Export |
|
1003 | button_export: Export | |
1006 | label_export_options: "%{export_format} export options" |
|
1004 | label_export_options: "%{export_format} export options" | |
1007 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) |
|
1005 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | |
1008 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |
|
1006 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
1009 | label_x_issues: |
|
1007 | label_x_issues: | |
1010 | zero: 0 issue |
|
1008 | zero: 0 issue | |
1011 | one: 1 issue |
|
1009 | one: 1 issue | |
1012 | other: "%{count} issues" |
|
1010 | other: "%{count} issues" | |
1013 | label_repository_new: New repository |
|
1011 | label_repository_new: New repository | |
1014 | field_repository_is_default: Main repository |
|
1012 | field_repository_is_default: Main repository | |
1015 | label_copy_attachments: Copy attachments |
|
1013 | label_copy_attachments: Copy attachments | |
1016 | label_item_position: "%{position} of %{count}" |
|
1014 | label_item_position: "%{position} of %{count}" | |
1017 | label_completed_versions: Completed versions |
|
1015 | label_completed_versions: Completed versions | |
1018 | field_multiple: Multiple values |
|
1016 | field_multiple: Multiple values | |
1019 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed |
|
1017 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
1020 | text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes |
|
1018 | text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | |
1021 | text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) |
|
1019 | text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | |
1022 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1020 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1023 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1021 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1024 | permission_manage_related_issues: Manage related issues |
|
1022 | permission_manage_related_issues: Manage related issues | |
1025 | field_auth_source_ldap_filter: LDAP filter |
|
1023 | field_auth_source_ldap_filter: LDAP filter | |
1026 | label_search_for_watchers: Search for watchers to add |
|
1024 | label_search_for_watchers: Search for watchers to add | |
1027 | notice_account_deleted: Your account has been permanently deleted. |
|
1025 | notice_account_deleted: Your account has been permanently deleted. | |
1028 | setting_unsubscribe: Allow users to delete their own account |
|
1026 | setting_unsubscribe: Allow users to delete their own account | |
1029 | button_delete_my_account: Delete my account |
|
1027 | button_delete_my_account: Delete my account | |
1030 | text_account_destroy_confirmation: |- |
|
1028 | text_account_destroy_confirmation: |- | |
1031 | Are you sure you want to proceed? |
|
1029 | Are you sure you want to proceed? | |
1032 | Your account will be permanently deleted, with no way to reactivate it. |
|
1030 | Your account will be permanently deleted, with no way to reactivate it. | |
1033 | error_session_expired: Your session has expired. Please login again. |
|
1031 | error_session_expired: Your session has expired. Please login again. | |
1034 | text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." |
|
1032 | text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1035 | setting_session_lifetime: Session maximum lifetime |
|
1033 | setting_session_lifetime: Session maximum lifetime | |
1036 | setting_session_timeout: Session inactivity timeout |
|
1034 | setting_session_timeout: Session inactivity timeout | |
1037 | label_session_expiration: Session expiration |
|
1035 | label_session_expiration: Session expiration | |
1038 | permission_close_project: Close / reopen the project |
|
1036 | permission_close_project: Close / reopen the project | |
1039 | label_show_closed_projects: View closed projects |
|
1037 | label_show_closed_projects: View closed projects | |
1040 | button_close: Close |
|
1038 | button_close: Close | |
1041 | button_reopen: Reopen |
|
1039 | button_reopen: Reopen | |
1042 | project_status_active: active |
|
1040 | project_status_active: active | |
1043 | project_status_closed: closed |
|
1041 | project_status_closed: closed | |
1044 | project_status_archived: archived |
|
1042 | project_status_archived: archived | |
1045 | text_project_closed: This project is closed and read-only. |
|
1043 | text_project_closed: This project is closed and read-only. | |
1046 | notice_user_successful_create: User %{id} created. |
|
1044 | notice_user_successful_create: User %{id} created. | |
1047 | field_core_fields: Standard fields |
|
1045 | field_core_fields: Standard fields | |
1048 | field_timeout: Timeout (in seconds) |
|
1046 | field_timeout: Timeout (in seconds) | |
1049 | setting_thumbnails_enabled: Display attachment thumbnails |
|
1047 | setting_thumbnails_enabled: Display attachment thumbnails | |
1050 | setting_thumbnails_size: Thumbnails size (in pixels) |
|
1048 | setting_thumbnails_size: Thumbnails size (in pixels) | |
1051 | label_status_transitions: Status transitions |
|
1049 | label_status_transitions: Status transitions | |
1052 | label_fields_permissions: Fields permissions |
|
1050 | label_fields_permissions: Fields permissions | |
1053 | label_readonly: Read-only |
|
1051 | label_readonly: Read-only | |
1054 | label_required: Required |
|
1052 | label_required: Required | |
1055 | text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' |
|
1053 | text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' | |
1056 | field_board_parent: Parent forum |
|
1054 | field_board_parent: Parent forum | |
1057 | label_attribute_of_project: Project's %{name} |
|
1055 | label_attribute_of_project: Project's %{name} | |
1058 | label_attribute_of_author: Author's %{name} |
|
1056 | label_attribute_of_author: Author's %{name} | |
1059 | label_attribute_of_assigned_to: Assignee's %{name} |
|
1057 | label_attribute_of_assigned_to: Assignee's %{name} | |
1060 | label_attribute_of_fixed_version: Target version's %{name} |
|
1058 | label_attribute_of_fixed_version: Target version's %{name} | |
1061 | label_copy_subtasks: Copy subtasks |
|
1059 | label_copy_subtasks: Copy subtasks | |
1062 | label_copied_to: copied to |
|
1060 | label_copied_to: copied to | |
1063 | label_copied_from: copied from |
|
1061 | label_copied_from: copied from | |
1064 | label_any_issues_in_project: any issues in project |
|
1062 | label_any_issues_in_project: any issues in project | |
1065 | label_any_issues_not_in_project: any issues not in project |
|
1063 | label_any_issues_not_in_project: any issues not in project | |
1066 | field_private_notes: Private notes |
|
1064 | field_private_notes: Private notes | |
1067 | permission_view_private_notes: View private notes |
|
1065 | permission_view_private_notes: View private notes | |
1068 | permission_set_notes_private: Set notes as private |
|
1066 | permission_set_notes_private: Set notes as private | |
1069 | label_no_issues_in_project: no issues in project |
|
1067 | label_no_issues_in_project: no issues in project | |
1070 | label_any: all |
|
1068 | label_any: all | |
1071 | label_last_n_weeks: last %{count} weeks |
|
1069 | label_last_n_weeks: last %{count} weeks | |
1072 | setting_cross_project_subtasks: Allow cross-project subtasks |
|
1070 | setting_cross_project_subtasks: Allow cross-project subtasks | |
1073 | label_cross_project_descendants: With subprojects |
|
1071 | label_cross_project_descendants: With subprojects | |
1074 | label_cross_project_tree: With project tree |
|
1072 | label_cross_project_tree: With project tree | |
1075 | label_cross_project_hierarchy: With project hierarchy |
|
1073 | label_cross_project_hierarchy: With project hierarchy | |
1076 | label_cross_project_system: With all projects |
|
1074 | label_cross_project_system: With all projects | |
1077 | button_hide: Hide |
|
1075 | button_hide: Hide | |
1078 | setting_non_working_week_days: Non-working days |
|
1076 | setting_non_working_week_days: Non-working days | |
1079 | label_in_the_next_days: in the next |
|
1077 | label_in_the_next_days: in the next | |
1080 | label_in_the_past_days: in the past |
|
1078 | label_in_the_past_days: in the past | |
1081 | label_attribute_of_user: User's %{name} |
|
1079 | label_attribute_of_user: User's %{name} | |
1082 | text_turning_multiple_off: If you disable multiple values, multiple values will be |
|
1080 | text_turning_multiple_off: If you disable multiple values, multiple values will be | |
1083 | removed in order to preserve only one value per item. |
|
1081 | removed in order to preserve only one value per item. | |
1084 | label_attribute_of_issue: Issue's %{name} |
|
1082 | label_attribute_of_issue: Issue's %{name} | |
1085 | permission_add_documents: Add documents |
|
1083 | permission_add_documents: Add documents | |
1086 | permission_edit_documents: Edit documents |
|
1084 | permission_edit_documents: Edit documents | |
1087 | permission_delete_documents: Delete documents |
|
1085 | permission_delete_documents: Delete documents | |
1088 | label_gantt_progress_line: Progress line |
|
1086 | label_gantt_progress_line: Progress line | |
1089 | setting_jsonp_enabled: Enable JSONP support |
|
1087 | setting_jsonp_enabled: Enable JSONP support | |
1090 | field_inherit_members: Inherit members |
|
1088 | field_inherit_members: Inherit members | |
1091 | field_closed_on: Closed |
|
1089 | field_closed_on: Closed | |
1092 | field_generate_password: Generate password |
|
1090 | field_generate_password: Generate password | |
1093 | setting_default_projects_tracker_ids: Default trackers for new projects |
|
1091 | setting_default_projects_tracker_ids: Default trackers for new projects | |
1094 | label_total_time: Total |
|
1092 | label_total_time: Total |
@@ -1,1087 +1,1085 | |||||
1 | en: |
|
1 | en: | |
2 | # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) |
|
2 | # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) | |
3 | direction: ltr |
|
3 | direction: ltr | |
4 | jquery: |
|
|||
5 | locale: "en" |
|
|||
6 | date: |
|
4 | date: | |
7 | formats: |
|
5 | formats: | |
8 | # Use the strftime parameters for formats. |
|
6 | # Use the strftime parameters for formats. | |
9 | # When no format has been given, it uses default. |
|
7 | # When no format has been given, it uses default. | |
10 | # You can provide other formats here if you like! |
|
8 | # You can provide other formats here if you like! | |
11 | default: "%m/%d/%Y" |
|
9 | default: "%m/%d/%Y" | |
12 | short: "%b %d" |
|
10 | short: "%b %d" | |
13 | long: "%B %d, %Y" |
|
11 | long: "%B %d, %Y" | |
14 |
|
12 | |||
15 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
13 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] | |
16 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] |
|
14 | abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | |
17 |
|
15 | |||
18 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
16 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
19 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
20 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] |
|
18 | abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
21 | # Used in date_select and datime_select. |
|
19 | # Used in date_select and datime_select. | |
22 | order: |
|
20 | order: | |
23 | - :year |
|
21 | - :year | |
24 | - :month |
|
22 | - :month | |
25 | - :day |
|
23 | - :day | |
26 |
|
24 | |||
27 | time: |
|
25 | time: | |
28 | formats: |
|
26 | formats: | |
29 | default: "%m/%d/%Y %I:%M %p" |
|
27 | default: "%m/%d/%Y %I:%M %p" | |
30 | time: "%I:%M %p" |
|
28 | time: "%I:%M %p" | |
31 | short: "%d %b %H:%M" |
|
29 | short: "%d %b %H:%M" | |
32 | long: "%B %d, %Y %H:%M" |
|
30 | long: "%B %d, %Y %H:%M" | |
33 | am: "am" |
|
31 | am: "am" | |
34 | pm: "pm" |
|
32 | pm: "pm" | |
35 |
|
33 | |||
36 | datetime: |
|
34 | datetime: | |
37 | distance_in_words: |
|
35 | distance_in_words: | |
38 | half_a_minute: "half a minute" |
|
36 | half_a_minute: "half a minute" | |
39 | less_than_x_seconds: |
|
37 | less_than_x_seconds: | |
40 | one: "less than 1 second" |
|
38 | one: "less than 1 second" | |
41 | other: "less than %{count} seconds" |
|
39 | other: "less than %{count} seconds" | |
42 | x_seconds: |
|
40 | x_seconds: | |
43 | one: "1 second" |
|
41 | one: "1 second" | |
44 | other: "%{count} seconds" |
|
42 | other: "%{count} seconds" | |
45 | less_than_x_minutes: |
|
43 | less_than_x_minutes: | |
46 | one: "less than a minute" |
|
44 | one: "less than a minute" | |
47 | other: "less than %{count} minutes" |
|
45 | other: "less than %{count} minutes" | |
48 | x_minutes: |
|
46 | x_minutes: | |
49 | one: "1 minute" |
|
47 | one: "1 minute" | |
50 | other: "%{count} minutes" |
|
48 | other: "%{count} minutes" | |
51 | about_x_hours: |
|
49 | about_x_hours: | |
52 | one: "about 1 hour" |
|
50 | one: "about 1 hour" | |
53 | other: "about %{count} hours" |
|
51 | other: "about %{count} hours" | |
54 | x_hours: |
|
52 | x_hours: | |
55 | one: "1 hour" |
|
53 | one: "1 hour" | |
56 | other: "%{count} hours" |
|
54 | other: "%{count} hours" | |
57 | x_days: |
|
55 | x_days: | |
58 | one: "1 day" |
|
56 | one: "1 day" | |
59 | other: "%{count} days" |
|
57 | other: "%{count} days" | |
60 | about_x_months: |
|
58 | about_x_months: | |
61 | one: "about 1 month" |
|
59 | one: "about 1 month" | |
62 | other: "about %{count} months" |
|
60 | other: "about %{count} months" | |
63 | x_months: |
|
61 | x_months: | |
64 | one: "1 month" |
|
62 | one: "1 month" | |
65 | other: "%{count} months" |
|
63 | other: "%{count} months" | |
66 | about_x_years: |
|
64 | about_x_years: | |
67 | one: "about 1 year" |
|
65 | one: "about 1 year" | |
68 | other: "about %{count} years" |
|
66 | other: "about %{count} years" | |
69 | over_x_years: |
|
67 | over_x_years: | |
70 | one: "over 1 year" |
|
68 | one: "over 1 year" | |
71 | other: "over %{count} years" |
|
69 | other: "over %{count} years" | |
72 | almost_x_years: |
|
70 | almost_x_years: | |
73 | one: "almost 1 year" |
|
71 | one: "almost 1 year" | |
74 | other: "almost %{count} years" |
|
72 | other: "almost %{count} years" | |
75 |
|
73 | |||
76 | number: |
|
74 | number: | |
77 | format: |
|
75 | format: | |
78 | separator: "." |
|
76 | separator: "." | |
79 | delimiter: "" |
|
77 | delimiter: "" | |
80 | precision: 3 |
|
78 | precision: 3 | |
81 |
|
79 | |||
82 | human: |
|
80 | human: | |
83 | format: |
|
81 | format: | |
84 | delimiter: "" |
|
82 | delimiter: "" | |
85 | precision: 3 |
|
83 | precision: 3 | |
86 | storage_units: |
|
84 | storage_units: | |
87 | format: "%n %u" |
|
85 | format: "%n %u" | |
88 | units: |
|
86 | units: | |
89 | byte: |
|
87 | byte: | |
90 | one: "Byte" |
|
88 | one: "Byte" | |
91 | other: "Bytes" |
|
89 | other: "Bytes" | |
92 | kb: "KB" |
|
90 | kb: "KB" | |
93 | mb: "MB" |
|
91 | mb: "MB" | |
94 | gb: "GB" |
|
92 | gb: "GB" | |
95 | tb: "TB" |
|
93 | tb: "TB" | |
96 |
|
94 | |||
97 | # Used in array.to_sentence. |
|
95 | # Used in array.to_sentence. | |
98 | support: |
|
96 | support: | |
99 | array: |
|
97 | array: | |
100 | sentence_connector: "and" |
|
98 | sentence_connector: "and" | |
101 | skip_last_comma: false |
|
99 | skip_last_comma: false | |
102 |
|
100 | |||
103 | activerecord: |
|
101 | activerecord: | |
104 | errors: |
|
102 | errors: | |
105 | template: |
|
103 | template: | |
106 | header: |
|
104 | header: | |
107 | one: "1 error prohibited this %{model} from being saved" |
|
105 | one: "1 error prohibited this %{model} from being saved" | |
108 | other: "%{count} errors prohibited this %{model} from being saved" |
|
106 | other: "%{count} errors prohibited this %{model} from being saved" | |
109 | messages: |
|
107 | messages: | |
110 | inclusion: "is not included in the list" |
|
108 | inclusion: "is not included in the list" | |
111 | exclusion: "is reserved" |
|
109 | exclusion: "is reserved" | |
112 | invalid: "is invalid" |
|
110 | invalid: "is invalid" | |
113 | confirmation: "doesn't match confirmation" |
|
111 | confirmation: "doesn't match confirmation" | |
114 | accepted: "must be accepted" |
|
112 | accepted: "must be accepted" | |
115 | empty: "can't be empty" |
|
113 | empty: "can't be empty" | |
116 | blank: "can't be blank" |
|
114 | blank: "can't be blank" | |
117 | too_long: "is too long (maximum is %{count} characters)" |
|
115 | too_long: "is too long (maximum is %{count} characters)" | |
118 | too_short: "is too short (minimum is %{count} characters)" |
|
116 | too_short: "is too short (minimum is %{count} characters)" | |
119 | wrong_length: "is the wrong length (should be %{count} characters)" |
|
117 | wrong_length: "is the wrong length (should be %{count} characters)" | |
120 | taken: "has already been taken" |
|
118 | taken: "has already been taken" | |
121 | not_a_number: "is not a number" |
|
119 | not_a_number: "is not a number" | |
122 | not_a_date: "is not a valid date" |
|
120 | not_a_date: "is not a valid date" | |
123 | greater_than: "must be greater than %{count}" |
|
121 | greater_than: "must be greater than %{count}" | |
124 | greater_than_or_equal_to: "must be greater than or equal to %{count}" |
|
122 | greater_than_or_equal_to: "must be greater than or equal to %{count}" | |
125 | equal_to: "must be equal to %{count}" |
|
123 | equal_to: "must be equal to %{count}" | |
126 | less_than: "must be less than %{count}" |
|
124 | less_than: "must be less than %{count}" | |
127 | less_than_or_equal_to: "must be less than or equal to %{count}" |
|
125 | less_than_or_equal_to: "must be less than or equal to %{count}" | |
128 | odd: "must be odd" |
|
126 | odd: "must be odd" | |
129 | even: "must be even" |
|
127 | even: "must be even" | |
130 | greater_than_start_date: "must be greater than start date" |
|
128 | greater_than_start_date: "must be greater than start date" | |
131 | not_same_project: "doesn't belong to the same project" |
|
129 | not_same_project: "doesn't belong to the same project" | |
132 | circular_dependency: "This relation would create a circular dependency" |
|
130 | circular_dependency: "This relation would create a circular dependency" | |
133 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" |
|
131 | cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks" | |
134 |
|
132 | |||
135 | actionview_instancetag_blank_option: Please select |
|
133 | actionview_instancetag_blank_option: Please select | |
136 |
|
134 | |||
137 | general_text_No: 'No' |
|
135 | general_text_No: 'No' | |
138 | general_text_Yes: 'Yes' |
|
136 | general_text_Yes: 'Yes' | |
139 | general_text_no: 'no' |
|
137 | general_text_no: 'no' | |
140 | general_text_yes: 'yes' |
|
138 | general_text_yes: 'yes' | |
141 | general_lang_name: 'English' |
|
139 | general_lang_name: 'English' | |
142 | general_csv_separator: ',' |
|
140 | general_csv_separator: ',' | |
143 | general_csv_decimal_separator: '.' |
|
141 | general_csv_decimal_separator: '.' | |
144 | general_csv_encoding: ISO-8859-1 |
|
142 | general_csv_encoding: ISO-8859-1 | |
145 | general_pdf_encoding: UTF-8 |
|
143 | general_pdf_encoding: UTF-8 | |
146 | general_first_day_of_week: '7' |
|
144 | general_first_day_of_week: '7' | |
147 |
|
145 | |||
148 | notice_account_updated: Account was successfully updated. |
|
146 | notice_account_updated: Account was successfully updated. | |
149 | notice_account_invalid_creditentials: Invalid user or password |
|
147 | notice_account_invalid_creditentials: Invalid user or password | |
150 | notice_account_password_updated: Password was successfully updated. |
|
148 | notice_account_password_updated: Password was successfully updated. | |
151 | notice_account_wrong_password: Wrong password |
|
149 | notice_account_wrong_password: Wrong password | |
152 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. |
|
150 | notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you. | |
153 | notice_account_unknown_email: Unknown user. |
|
151 | notice_account_unknown_email: Unknown user. | |
154 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. |
|
152 | notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. | |
155 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. |
|
153 | notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. | |
156 | notice_account_activated: Your account has been activated. You can now log in. |
|
154 | notice_account_activated: Your account has been activated. You can now log in. | |
157 | notice_successful_create: Successful creation. |
|
155 | notice_successful_create: Successful creation. | |
158 | notice_successful_update: Successful update. |
|
156 | notice_successful_update: Successful update. | |
159 | notice_successful_delete: Successful deletion. |
|
157 | notice_successful_delete: Successful deletion. | |
160 | notice_successful_connection: Successful connection. |
|
158 | notice_successful_connection: Successful connection. | |
161 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. |
|
159 | notice_file_not_found: The page you were trying to access doesn't exist or has been removed. | |
162 | notice_locking_conflict: Data has been updated by another user. |
|
160 | notice_locking_conflict: Data has been updated by another user. | |
163 | notice_not_authorized: You are not authorized to access this page. |
|
161 | notice_not_authorized: You are not authorized to access this page. | |
164 | notice_not_authorized_archived_project: The project you're trying to access has been archived. |
|
162 | notice_not_authorized_archived_project: The project you're trying to access has been archived. | |
165 | notice_email_sent: "An email was sent to %{value}" |
|
163 | notice_email_sent: "An email was sent to %{value}" | |
166 | notice_email_error: "An error occurred while sending mail (%{value})" |
|
164 | notice_email_error: "An error occurred while sending mail (%{value})" | |
167 | notice_feeds_access_key_reseted: Your Atom access key was reset. |
|
165 | notice_feeds_access_key_reseted: Your Atom access key was reset. | |
168 | notice_api_access_key_reseted: Your API access key was reset. |
|
166 | notice_api_access_key_reseted: Your API access key was reset. | |
169 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." |
|
167 | notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}." | |
170 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |
|
168 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | |
171 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." |
|
169 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." | |
172 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
170 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." | |
173 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
171 | notice_account_pending: "Your account was created and is now pending administrator approval." | |
174 | notice_default_data_loaded: Default configuration successfully loaded. |
|
172 | notice_default_data_loaded: Default configuration successfully loaded. | |
175 | notice_unable_delete_version: Unable to delete version. |
|
173 | notice_unable_delete_version: Unable to delete version. | |
176 | notice_unable_delete_time_entry: Unable to delete time log entry. |
|
174 | notice_unable_delete_time_entry: Unable to delete time log entry. | |
177 | notice_issue_done_ratios_updated: Issue done ratios updated. |
|
175 | notice_issue_done_ratios_updated: Issue done ratios updated. | |
178 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" |
|
176 | notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})" | |
179 | notice_issue_successful_create: "Issue %{id} created." |
|
177 | notice_issue_successful_create: "Issue %{id} created." | |
180 | notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it." |
|
178 | notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it." | |
181 | notice_account_deleted: "Your account has been permanently deleted." |
|
179 | notice_account_deleted: "Your account has been permanently deleted." | |
182 | notice_user_successful_create: "User %{id} created." |
|
180 | notice_user_successful_create: "User %{id} created." | |
183 |
|
181 | |||
184 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" |
|
182 | error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" | |
185 | error_scm_not_found: "The entry or revision was not found in the repository." |
|
183 | error_scm_not_found: "The entry or revision was not found in the repository." | |
186 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" |
|
184 | error_scm_command_failed: "An error occurred when trying to access the repository: %{value}" | |
187 | error_scm_annotate: "The entry does not exist or cannot be annotated." |
|
185 | error_scm_annotate: "The entry does not exist or cannot be annotated." | |
188 | error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." |
|
186 | error_scm_annotate_big_text_file: "The entry cannot be annotated, as it exceeds the maximum text file size." | |
189 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
187 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
190 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' |
|
188 | error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.' | |
191 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' |
|
189 | error_no_default_issue_status: 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' | |
192 | error_can_not_delete_custom_field: Unable to delete custom field |
|
190 | error_can_not_delete_custom_field: Unable to delete custom field | |
193 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." |
|
191 | error_can_not_delete_tracker: "This tracker contains issues and cannot be deleted." | |
194 | error_can_not_remove_role: "This role is in use and cannot be deleted." |
|
192 | error_can_not_remove_role: "This role is in use and cannot be deleted." | |
195 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' |
|
193 | error_can_not_reopen_issue_on_closed_version: 'An issue assigned to a closed version cannot be reopened' | |
196 | error_can_not_archive_project: This project cannot be archived |
|
194 | error_can_not_archive_project: This project cannot be archived | |
197 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." |
|
195 | error_issue_done_ratios_not_updated: "Issue done ratios not updated." | |
198 | error_workflow_copy_source: 'Please select a source tracker or role' |
|
196 | error_workflow_copy_source: 'Please select a source tracker or role' | |
199 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' |
|
197 | error_workflow_copy_target: 'Please select target tracker(s) and role(s)' | |
200 | error_unable_delete_issue_status: 'Unable to delete issue status' |
|
198 | error_unable_delete_issue_status: 'Unable to delete issue status' | |
201 | error_unable_to_connect: "Unable to connect (%{value})" |
|
199 | error_unable_to_connect: "Unable to connect (%{value})" | |
202 | error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})" |
|
200 | error_attachment_too_big: "This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})" | |
203 | error_session_expired: "Your session has expired. Please login again." |
|
201 | error_session_expired: "Your session has expired. Please login again." | |
204 | warning_attachments_not_saved: "%{count} file(s) could not be saved." |
|
202 | warning_attachments_not_saved: "%{count} file(s) could not be saved." | |
205 |
|
203 | |||
206 | mail_subject_lost_password: "Your %{value} password" |
|
204 | mail_subject_lost_password: "Your %{value} password" | |
207 | mail_body_lost_password: 'To change your password, click on the following link:' |
|
205 | mail_body_lost_password: 'To change your password, click on the following link:' | |
208 | mail_subject_register: "Your %{value} account activation" |
|
206 | mail_subject_register: "Your %{value} account activation" | |
209 | mail_body_register: 'To activate your account, click on the following link:' |
|
207 | mail_body_register: 'To activate your account, click on the following link:' | |
210 | mail_body_account_information_external: "You can use your %{value} account to log in." |
|
208 | mail_body_account_information_external: "You can use your %{value} account to log in." | |
211 | mail_body_account_information: Your account information |
|
209 | mail_body_account_information: Your account information | |
212 | mail_subject_account_activation_request: "%{value} account activation request" |
|
210 | mail_subject_account_activation_request: "%{value} account activation request" | |
213 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" |
|
211 | mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:" | |
214 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" |
|
212 | mail_subject_reminder: "%{count} issue(s) due in the next %{days} days" | |
215 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" |
|
213 | mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" | |
216 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" |
|
214 | mail_subject_wiki_content_added: "'%{id}' wiki page has been added" | |
217 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." |
|
215 | mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}." | |
218 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" |
|
216 | mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated" | |
219 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." |
|
217 | mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}." | |
220 |
|
218 | |||
221 | field_name: Name |
|
219 | field_name: Name | |
222 | field_description: Description |
|
220 | field_description: Description | |
223 | field_summary: Summary |
|
221 | field_summary: Summary | |
224 | field_is_required: Required |
|
222 | field_is_required: Required | |
225 | field_firstname: First name |
|
223 | field_firstname: First name | |
226 | field_lastname: Last name |
|
224 | field_lastname: Last name | |
227 | field_mail: Email |
|
225 | field_mail: Email | |
228 | field_filename: File |
|
226 | field_filename: File | |
229 | field_filesize: Size |
|
227 | field_filesize: Size | |
230 | field_downloads: Downloads |
|
228 | field_downloads: Downloads | |
231 | field_author: Author |
|
229 | field_author: Author | |
232 | field_created_on: Created |
|
230 | field_created_on: Created | |
233 | field_updated_on: Updated |
|
231 | field_updated_on: Updated | |
234 | field_closed_on: Closed |
|
232 | field_closed_on: Closed | |
235 | field_field_format: Format |
|
233 | field_field_format: Format | |
236 | field_is_for_all: For all projects |
|
234 | field_is_for_all: For all projects | |
237 | field_possible_values: Possible values |
|
235 | field_possible_values: Possible values | |
238 | field_regexp: Regular expression |
|
236 | field_regexp: Regular expression | |
239 | field_min_length: Minimum length |
|
237 | field_min_length: Minimum length | |
240 | field_max_length: Maximum length |
|
238 | field_max_length: Maximum length | |
241 | field_value: Value |
|
239 | field_value: Value | |
242 | field_category: Category |
|
240 | field_category: Category | |
243 | field_title: Title |
|
241 | field_title: Title | |
244 | field_project: Project |
|
242 | field_project: Project | |
245 | field_issue: Issue |
|
243 | field_issue: Issue | |
246 | field_status: Status |
|
244 | field_status: Status | |
247 | field_notes: Notes |
|
245 | field_notes: Notes | |
248 | field_is_closed: Issue closed |
|
246 | field_is_closed: Issue closed | |
249 | field_is_default: Default value |
|
247 | field_is_default: Default value | |
250 | field_tracker: Tracker |
|
248 | field_tracker: Tracker | |
251 | field_subject: Subject |
|
249 | field_subject: Subject | |
252 | field_due_date: Due date |
|
250 | field_due_date: Due date | |
253 | field_assigned_to: Assignee |
|
251 | field_assigned_to: Assignee | |
254 | field_priority: Priority |
|
252 | field_priority: Priority | |
255 | field_fixed_version: Target version |
|
253 | field_fixed_version: Target version | |
256 | field_user: User |
|
254 | field_user: User | |
257 | field_principal: Principal |
|
255 | field_principal: Principal | |
258 | field_role: Role |
|
256 | field_role: Role | |
259 | field_homepage: Homepage |
|
257 | field_homepage: Homepage | |
260 | field_is_public: Public |
|
258 | field_is_public: Public | |
261 | field_parent: Subproject of |
|
259 | field_parent: Subproject of | |
262 | field_is_in_roadmap: Issues displayed in roadmap |
|
260 | field_is_in_roadmap: Issues displayed in roadmap | |
263 | field_login: Login |
|
261 | field_login: Login | |
264 | field_mail_notification: Email notifications |
|
262 | field_mail_notification: Email notifications | |
265 | field_admin: Administrator |
|
263 | field_admin: Administrator | |
266 | field_last_login_on: Last connection |
|
264 | field_last_login_on: Last connection | |
267 | field_language: Language |
|
265 | field_language: Language | |
268 | field_effective_date: Date |
|
266 | field_effective_date: Date | |
269 | field_password: Password |
|
267 | field_password: Password | |
270 | field_new_password: New password |
|
268 | field_new_password: New password | |
271 | field_password_confirmation: Confirmation |
|
269 | field_password_confirmation: Confirmation | |
272 | field_version: Version |
|
270 | field_version: Version | |
273 | field_type: Type |
|
271 | field_type: Type | |
274 | field_host: Host |
|
272 | field_host: Host | |
275 | field_port: Port |
|
273 | field_port: Port | |
276 | field_account: Account |
|
274 | field_account: Account | |
277 | field_base_dn: Base DN |
|
275 | field_base_dn: Base DN | |
278 | field_attr_login: Login attribute |
|
276 | field_attr_login: Login attribute | |
279 | field_attr_firstname: Firstname attribute |
|
277 | field_attr_firstname: Firstname attribute | |
280 | field_attr_lastname: Lastname attribute |
|
278 | field_attr_lastname: Lastname attribute | |
281 | field_attr_mail: Email attribute |
|
279 | field_attr_mail: Email attribute | |
282 | field_onthefly: On-the-fly user creation |
|
280 | field_onthefly: On-the-fly user creation | |
283 | field_start_date: Start date |
|
281 | field_start_date: Start date | |
284 | field_done_ratio: "% Done" |
|
282 | field_done_ratio: "% Done" | |
285 | field_auth_source: Authentication mode |
|
283 | field_auth_source: Authentication mode | |
286 | field_hide_mail: Hide my email address |
|
284 | field_hide_mail: Hide my email address | |
287 | field_comments: Comment |
|
285 | field_comments: Comment | |
288 | field_url: URL |
|
286 | field_url: URL | |
289 | field_start_page: Start page |
|
287 | field_start_page: Start page | |
290 | field_subproject: Subproject |
|
288 | field_subproject: Subproject | |
291 | field_hours: Hours |
|
289 | field_hours: Hours | |
292 | field_activity: Activity |
|
290 | field_activity: Activity | |
293 | field_spent_on: Date |
|
291 | field_spent_on: Date | |
294 | field_identifier: Identifier |
|
292 | field_identifier: Identifier | |
295 | field_is_filter: Used as a filter |
|
293 | field_is_filter: Used as a filter | |
296 | field_issue_to: Related issue |
|
294 | field_issue_to: Related issue | |
297 | field_delay: Delay |
|
295 | field_delay: Delay | |
298 | field_assignable: Issues can be assigned to this role |
|
296 | field_assignable: Issues can be assigned to this role | |
299 | field_redirect_existing_links: Redirect existing links |
|
297 | field_redirect_existing_links: Redirect existing links | |
300 | field_estimated_hours: Estimated time |
|
298 | field_estimated_hours: Estimated time | |
301 | field_column_names: Columns |
|
299 | field_column_names: Columns | |
302 | field_time_entries: Log time |
|
300 | field_time_entries: Log time | |
303 | field_time_zone: Time zone |
|
301 | field_time_zone: Time zone | |
304 | field_searchable: Searchable |
|
302 | field_searchable: Searchable | |
305 | field_default_value: Default value |
|
303 | field_default_value: Default value | |
306 | field_comments_sorting: Display comments |
|
304 | field_comments_sorting: Display comments | |
307 | field_parent_title: Parent page |
|
305 | field_parent_title: Parent page | |
308 | field_editable: Editable |
|
306 | field_editable: Editable | |
309 | field_watcher: Watcher |
|
307 | field_watcher: Watcher | |
310 | field_identity_url: OpenID URL |
|
308 | field_identity_url: OpenID URL | |
311 | field_content: Content |
|
309 | field_content: Content | |
312 | field_group_by: Group results by |
|
310 | field_group_by: Group results by | |
313 | field_sharing: Sharing |
|
311 | field_sharing: Sharing | |
314 | field_parent_issue: Parent task |
|
312 | field_parent_issue: Parent task | |
315 | field_member_of_group: "Assignee's group" |
|
313 | field_member_of_group: "Assignee's group" | |
316 | field_assigned_to_role: "Assignee's role" |
|
314 | field_assigned_to_role: "Assignee's role" | |
317 | field_text: Text field |
|
315 | field_text: Text field | |
318 | field_visible: Visible |
|
316 | field_visible: Visible | |
319 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" |
|
317 | field_warn_on_leaving_unsaved: "Warn me when leaving a page with unsaved text" | |
320 | field_issues_visibility: Issues visibility |
|
318 | field_issues_visibility: Issues visibility | |
321 | field_is_private: Private |
|
319 | field_is_private: Private | |
322 | field_commit_logs_encoding: Commit messages encoding |
|
320 | field_commit_logs_encoding: Commit messages encoding | |
323 | field_scm_path_encoding: Path encoding |
|
321 | field_scm_path_encoding: Path encoding | |
324 | field_path_to_repository: Path to repository |
|
322 | field_path_to_repository: Path to repository | |
325 | field_root_directory: Root directory |
|
323 | field_root_directory: Root directory | |
326 | field_cvsroot: CVSROOT |
|
324 | field_cvsroot: CVSROOT | |
327 | field_cvs_module: Module |
|
325 | field_cvs_module: Module | |
328 | field_repository_is_default: Main repository |
|
326 | field_repository_is_default: Main repository | |
329 | field_multiple: Multiple values |
|
327 | field_multiple: Multiple values | |
330 | field_auth_source_ldap_filter: LDAP filter |
|
328 | field_auth_source_ldap_filter: LDAP filter | |
331 | field_core_fields: Standard fields |
|
329 | field_core_fields: Standard fields | |
332 | field_timeout: "Timeout (in seconds)" |
|
330 | field_timeout: "Timeout (in seconds)" | |
333 | field_board_parent: Parent forum |
|
331 | field_board_parent: Parent forum | |
334 | field_private_notes: Private notes |
|
332 | field_private_notes: Private notes | |
335 | field_inherit_members: Inherit members |
|
333 | field_inherit_members: Inherit members | |
336 | field_generate_password: Generate password |
|
334 | field_generate_password: Generate password | |
337 |
|
335 | |||
338 | setting_app_title: Application title |
|
336 | setting_app_title: Application title | |
339 | setting_app_subtitle: Application subtitle |
|
337 | setting_app_subtitle: Application subtitle | |
340 | setting_welcome_text: Welcome text |
|
338 | setting_welcome_text: Welcome text | |
341 | setting_default_language: Default language |
|
339 | setting_default_language: Default language | |
342 | setting_login_required: Authentication required |
|
340 | setting_login_required: Authentication required | |
343 | setting_self_registration: Self-registration |
|
341 | setting_self_registration: Self-registration | |
344 | setting_attachment_max_size: Maximum attachment size |
|
342 | setting_attachment_max_size: Maximum attachment size | |
345 | setting_issues_export_limit: Issues export limit |
|
343 | setting_issues_export_limit: Issues export limit | |
346 | setting_mail_from: Emission email address |
|
344 | setting_mail_from: Emission email address | |
347 | setting_bcc_recipients: Blind carbon copy recipients (bcc) |
|
345 | setting_bcc_recipients: Blind carbon copy recipients (bcc) | |
348 | setting_plain_text_mail: Plain text mail (no HTML) |
|
346 | setting_plain_text_mail: Plain text mail (no HTML) | |
349 | setting_host_name: Host name and path |
|
347 | setting_host_name: Host name and path | |
350 | setting_text_formatting: Text formatting |
|
348 | setting_text_formatting: Text formatting | |
351 | setting_wiki_compression: Wiki history compression |
|
349 | setting_wiki_compression: Wiki history compression | |
352 | setting_feeds_limit: Maximum number of items in Atom feeds |
|
350 | setting_feeds_limit: Maximum number of items in Atom feeds | |
353 | setting_default_projects_public: New projects are public by default |
|
351 | setting_default_projects_public: New projects are public by default | |
354 | setting_autofetch_changesets: Fetch commits automatically |
|
352 | setting_autofetch_changesets: Fetch commits automatically | |
355 | setting_sys_api_enabled: Enable WS for repository management |
|
353 | setting_sys_api_enabled: Enable WS for repository management | |
356 | setting_commit_ref_keywords: Referencing keywords |
|
354 | setting_commit_ref_keywords: Referencing keywords | |
357 | setting_commit_fix_keywords: Fixing keywords |
|
355 | setting_commit_fix_keywords: Fixing keywords | |
358 | setting_autologin: Autologin |
|
356 | setting_autologin: Autologin | |
359 | setting_date_format: Date format |
|
357 | setting_date_format: Date format | |
360 | setting_time_format: Time format |
|
358 | setting_time_format: Time format | |
361 | setting_cross_project_issue_relations: Allow cross-project issue relations |
|
359 | setting_cross_project_issue_relations: Allow cross-project issue relations | |
362 | setting_cross_project_subtasks: Allow cross-project subtasks |
|
360 | setting_cross_project_subtasks: Allow cross-project subtasks | |
363 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
361 | setting_issue_list_default_columns: Default columns displayed on the issue list | |
364 | setting_repositories_encodings: Attachments and repositories encodings |
|
362 | setting_repositories_encodings: Attachments and repositories encodings | |
365 | setting_emails_header: Email header |
|
363 | setting_emails_header: Email header | |
366 | setting_emails_footer: Email footer |
|
364 | setting_emails_footer: Email footer | |
367 | setting_protocol: Protocol |
|
365 | setting_protocol: Protocol | |
368 | setting_per_page_options: Objects per page options |
|
366 | setting_per_page_options: Objects per page options | |
369 | setting_user_format: Users display format |
|
367 | setting_user_format: Users display format | |
370 | setting_activity_days_default: Days displayed on project activity |
|
368 | setting_activity_days_default: Days displayed on project activity | |
371 | setting_display_subprojects_issues: Display subprojects issues on main projects by default |
|
369 | setting_display_subprojects_issues: Display subprojects issues on main projects by default | |
372 | setting_enabled_scm: Enabled SCM |
|
370 | setting_enabled_scm: Enabled SCM | |
373 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" |
|
371 | setting_mail_handler_body_delimiters: "Truncate emails after one of these lines" | |
374 | setting_mail_handler_api_enabled: Enable WS for incoming emails |
|
372 | setting_mail_handler_api_enabled: Enable WS for incoming emails | |
375 | setting_mail_handler_api_key: API key |
|
373 | setting_mail_handler_api_key: API key | |
376 | setting_sequential_project_identifiers: Generate sequential project identifiers |
|
374 | setting_sequential_project_identifiers: Generate sequential project identifiers | |
377 | setting_gravatar_enabled: Use Gravatar user icons |
|
375 | setting_gravatar_enabled: Use Gravatar user icons | |
378 | setting_gravatar_default: Default Gravatar image |
|
376 | setting_gravatar_default: Default Gravatar image | |
379 | setting_diff_max_lines_displayed: Maximum number of diff lines displayed |
|
377 | setting_diff_max_lines_displayed: Maximum number of diff lines displayed | |
380 | setting_file_max_size_displayed: Maximum size of text files displayed inline |
|
378 | setting_file_max_size_displayed: Maximum size of text files displayed inline | |
381 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log |
|
379 | setting_repository_log_display_limit: Maximum number of revisions displayed on file log | |
382 | setting_openid: Allow OpenID login and registration |
|
380 | setting_openid: Allow OpenID login and registration | |
383 | setting_password_min_length: Minimum password length |
|
381 | setting_password_min_length: Minimum password length | |
384 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project |
|
382 | setting_new_project_user_role_id: Role given to a non-admin user who creates a project | |
385 | setting_default_projects_modules: Default enabled modules for new projects |
|
383 | setting_default_projects_modules: Default enabled modules for new projects | |
386 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
384 | setting_issue_done_ratio: Calculate the issue done ratio with | |
387 | setting_issue_done_ratio_issue_field: Use the issue field |
|
385 | setting_issue_done_ratio_issue_field: Use the issue field | |
388 | setting_issue_done_ratio_issue_status: Use the issue status |
|
386 | setting_issue_done_ratio_issue_status: Use the issue status | |
389 | setting_start_of_week: Start calendars on |
|
387 | setting_start_of_week: Start calendars on | |
390 | setting_rest_api_enabled: Enable REST web service |
|
388 | setting_rest_api_enabled: Enable REST web service | |
391 | setting_cache_formatted_text: Cache formatted text |
|
389 | setting_cache_formatted_text: Cache formatted text | |
392 | setting_default_notification_option: Default notification option |
|
390 | setting_default_notification_option: Default notification option | |
393 | setting_commit_logtime_enabled: Enable time logging |
|
391 | setting_commit_logtime_enabled: Enable time logging | |
394 | setting_commit_logtime_activity_id: Activity for logged time |
|
392 | setting_commit_logtime_activity_id: Activity for logged time | |
395 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
393 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | |
396 | setting_issue_group_assignment: Allow issue assignment to groups |
|
394 | setting_issue_group_assignment: Allow issue assignment to groups | |
397 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues |
|
395 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | |
398 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed |
|
396 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | |
399 | setting_unsubscribe: Allow users to delete their own account |
|
397 | setting_unsubscribe: Allow users to delete their own account | |
400 | setting_session_lifetime: Session maximum lifetime |
|
398 | setting_session_lifetime: Session maximum lifetime | |
401 | setting_session_timeout: Session inactivity timeout |
|
399 | setting_session_timeout: Session inactivity timeout | |
402 | setting_thumbnails_enabled: Display attachment thumbnails |
|
400 | setting_thumbnails_enabled: Display attachment thumbnails | |
403 | setting_thumbnails_size: Thumbnails size (in pixels) |
|
401 | setting_thumbnails_size: Thumbnails size (in pixels) | |
404 | setting_non_working_week_days: Non-working days |
|
402 | setting_non_working_week_days: Non-working days | |
405 | setting_jsonp_enabled: Enable JSONP support |
|
403 | setting_jsonp_enabled: Enable JSONP support | |
406 | setting_default_projects_tracker_ids: Default trackers for new projects |
|
404 | setting_default_projects_tracker_ids: Default trackers for new projects | |
407 |
|
405 | |||
408 | permission_add_project: Create project |
|
406 | permission_add_project: Create project | |
409 | permission_add_subprojects: Create subprojects |
|
407 | permission_add_subprojects: Create subprojects | |
410 | permission_edit_project: Edit project |
|
408 | permission_edit_project: Edit project | |
411 | permission_close_project: Close / reopen the project |
|
409 | permission_close_project: Close / reopen the project | |
412 | permission_select_project_modules: Select project modules |
|
410 | permission_select_project_modules: Select project modules | |
413 | permission_manage_members: Manage members |
|
411 | permission_manage_members: Manage members | |
414 | permission_manage_project_activities: Manage project activities |
|
412 | permission_manage_project_activities: Manage project activities | |
415 | permission_manage_versions: Manage versions |
|
413 | permission_manage_versions: Manage versions | |
416 | permission_manage_categories: Manage issue categories |
|
414 | permission_manage_categories: Manage issue categories | |
417 | permission_view_issues: View Issues |
|
415 | permission_view_issues: View Issues | |
418 | permission_add_issues: Add issues |
|
416 | permission_add_issues: Add issues | |
419 | permission_edit_issues: Edit issues |
|
417 | permission_edit_issues: Edit issues | |
420 | permission_manage_issue_relations: Manage issue relations |
|
418 | permission_manage_issue_relations: Manage issue relations | |
421 | permission_set_issues_private: Set issues public or private |
|
419 | permission_set_issues_private: Set issues public or private | |
422 | permission_set_own_issues_private: Set own issues public or private |
|
420 | permission_set_own_issues_private: Set own issues public or private | |
423 | permission_add_issue_notes: Add notes |
|
421 | permission_add_issue_notes: Add notes | |
424 | permission_edit_issue_notes: Edit notes |
|
422 | permission_edit_issue_notes: Edit notes | |
425 | permission_edit_own_issue_notes: Edit own notes |
|
423 | permission_edit_own_issue_notes: Edit own notes | |
426 | permission_view_private_notes: View private notes |
|
424 | permission_view_private_notes: View private notes | |
427 | permission_set_notes_private: Set notes as private |
|
425 | permission_set_notes_private: Set notes as private | |
428 | permission_move_issues: Move issues |
|
426 | permission_move_issues: Move issues | |
429 | permission_delete_issues: Delete issues |
|
427 | permission_delete_issues: Delete issues | |
430 | permission_manage_public_queries: Manage public queries |
|
428 | permission_manage_public_queries: Manage public queries | |
431 | permission_save_queries: Save queries |
|
429 | permission_save_queries: Save queries | |
432 | permission_view_gantt: View gantt chart |
|
430 | permission_view_gantt: View gantt chart | |
433 | permission_view_calendar: View calendar |
|
431 | permission_view_calendar: View calendar | |
434 | permission_view_issue_watchers: View watchers list |
|
432 | permission_view_issue_watchers: View watchers list | |
435 | permission_add_issue_watchers: Add watchers |
|
433 | permission_add_issue_watchers: Add watchers | |
436 | permission_delete_issue_watchers: Delete watchers |
|
434 | permission_delete_issue_watchers: Delete watchers | |
437 | permission_log_time: Log spent time |
|
435 | permission_log_time: Log spent time | |
438 | permission_view_time_entries: View spent time |
|
436 | permission_view_time_entries: View spent time | |
439 | permission_edit_time_entries: Edit time logs |
|
437 | permission_edit_time_entries: Edit time logs | |
440 | permission_edit_own_time_entries: Edit own time logs |
|
438 | permission_edit_own_time_entries: Edit own time logs | |
441 | permission_manage_news: Manage news |
|
439 | permission_manage_news: Manage news | |
442 | permission_comment_news: Comment news |
|
440 | permission_comment_news: Comment news | |
443 | permission_view_documents: View documents |
|
441 | permission_view_documents: View documents | |
444 | permission_add_documents: Add documents |
|
442 | permission_add_documents: Add documents | |
445 | permission_edit_documents: Edit documents |
|
443 | permission_edit_documents: Edit documents | |
446 | permission_delete_documents: Delete documents |
|
444 | permission_delete_documents: Delete documents | |
447 | permission_manage_files: Manage files |
|
445 | permission_manage_files: Manage files | |
448 | permission_view_files: View files |
|
446 | permission_view_files: View files | |
449 | permission_manage_wiki: Manage wiki |
|
447 | permission_manage_wiki: Manage wiki | |
450 | permission_rename_wiki_pages: Rename wiki pages |
|
448 | permission_rename_wiki_pages: Rename wiki pages | |
451 | permission_delete_wiki_pages: Delete wiki pages |
|
449 | permission_delete_wiki_pages: Delete wiki pages | |
452 | permission_view_wiki_pages: View wiki |
|
450 | permission_view_wiki_pages: View wiki | |
453 | permission_view_wiki_edits: View wiki history |
|
451 | permission_view_wiki_edits: View wiki history | |
454 | permission_edit_wiki_pages: Edit wiki pages |
|
452 | permission_edit_wiki_pages: Edit wiki pages | |
455 | permission_delete_wiki_pages_attachments: Delete attachments |
|
453 | permission_delete_wiki_pages_attachments: Delete attachments | |
456 | permission_protect_wiki_pages: Protect wiki pages |
|
454 | permission_protect_wiki_pages: Protect wiki pages | |
457 | permission_manage_repository: Manage repository |
|
455 | permission_manage_repository: Manage repository | |
458 | permission_browse_repository: Browse repository |
|
456 | permission_browse_repository: Browse repository | |
459 | permission_view_changesets: View changesets |
|
457 | permission_view_changesets: View changesets | |
460 | permission_commit_access: Commit access |
|
458 | permission_commit_access: Commit access | |
461 | permission_manage_boards: Manage forums |
|
459 | permission_manage_boards: Manage forums | |
462 | permission_view_messages: View messages |
|
460 | permission_view_messages: View messages | |
463 | permission_add_messages: Post messages |
|
461 | permission_add_messages: Post messages | |
464 | permission_edit_messages: Edit messages |
|
462 | permission_edit_messages: Edit messages | |
465 | permission_edit_own_messages: Edit own messages |
|
463 | permission_edit_own_messages: Edit own messages | |
466 | permission_delete_messages: Delete messages |
|
464 | permission_delete_messages: Delete messages | |
467 | permission_delete_own_messages: Delete own messages |
|
465 | permission_delete_own_messages: Delete own messages | |
468 | permission_export_wiki_pages: Export wiki pages |
|
466 | permission_export_wiki_pages: Export wiki pages | |
469 | permission_manage_subtasks: Manage subtasks |
|
467 | permission_manage_subtasks: Manage subtasks | |
470 | permission_manage_related_issues: Manage related issues |
|
468 | permission_manage_related_issues: Manage related issues | |
471 |
|
469 | |||
472 | project_module_issue_tracking: Issue tracking |
|
470 | project_module_issue_tracking: Issue tracking | |
473 | project_module_time_tracking: Time tracking |
|
471 | project_module_time_tracking: Time tracking | |
474 | project_module_news: News |
|
472 | project_module_news: News | |
475 | project_module_documents: Documents |
|
473 | project_module_documents: Documents | |
476 | project_module_files: Files |
|
474 | project_module_files: Files | |
477 | project_module_wiki: Wiki |
|
475 | project_module_wiki: Wiki | |
478 | project_module_repository: Repository |
|
476 | project_module_repository: Repository | |
479 | project_module_boards: Forums |
|
477 | project_module_boards: Forums | |
480 | project_module_calendar: Calendar |
|
478 | project_module_calendar: Calendar | |
481 | project_module_gantt: Gantt |
|
479 | project_module_gantt: Gantt | |
482 |
|
480 | |||
483 | label_user: User |
|
481 | label_user: User | |
484 | label_user_plural: Users |
|
482 | label_user_plural: Users | |
485 | label_user_new: New user |
|
483 | label_user_new: New user | |
486 | label_user_anonymous: Anonymous |
|
484 | label_user_anonymous: Anonymous | |
487 | label_project: Project |
|
485 | label_project: Project | |
488 | label_project_new: New project |
|
486 | label_project_new: New project | |
489 | label_project_plural: Projects |
|
487 | label_project_plural: Projects | |
490 | label_x_projects: |
|
488 | label_x_projects: | |
491 | zero: no projects |
|
489 | zero: no projects | |
492 | one: 1 project |
|
490 | one: 1 project | |
493 | other: "%{count} projects" |
|
491 | other: "%{count} projects" | |
494 | label_project_all: All Projects |
|
492 | label_project_all: All Projects | |
495 | label_project_latest: Latest projects |
|
493 | label_project_latest: Latest projects | |
496 | label_issue: Issue |
|
494 | label_issue: Issue | |
497 | label_issue_new: New issue |
|
495 | label_issue_new: New issue | |
498 | label_issue_plural: Issues |
|
496 | label_issue_plural: Issues | |
499 | label_issue_view_all: View all issues |
|
497 | label_issue_view_all: View all issues | |
500 | label_issues_by: "Issues by %{value}" |
|
498 | label_issues_by: "Issues by %{value}" | |
501 | label_issue_added: Issue added |
|
499 | label_issue_added: Issue added | |
502 | label_issue_updated: Issue updated |
|
500 | label_issue_updated: Issue updated | |
503 | label_issue_note_added: Note added |
|
501 | label_issue_note_added: Note added | |
504 | label_issue_status_updated: Status updated |
|
502 | label_issue_status_updated: Status updated | |
505 | label_issue_priority_updated: Priority updated |
|
503 | label_issue_priority_updated: Priority updated | |
506 | label_document: Document |
|
504 | label_document: Document | |
507 | label_document_new: New document |
|
505 | label_document_new: New document | |
508 | label_document_plural: Documents |
|
506 | label_document_plural: Documents | |
509 | label_document_added: Document added |
|
507 | label_document_added: Document added | |
510 | label_role: Role |
|
508 | label_role: Role | |
511 | label_role_plural: Roles |
|
509 | label_role_plural: Roles | |
512 | label_role_new: New role |
|
510 | label_role_new: New role | |
513 | label_role_and_permissions: Roles and permissions |
|
511 | label_role_and_permissions: Roles and permissions | |
514 | label_role_anonymous: Anonymous |
|
512 | label_role_anonymous: Anonymous | |
515 | label_role_non_member: Non member |
|
513 | label_role_non_member: Non member | |
516 | label_member: Member |
|
514 | label_member: Member | |
517 | label_member_new: New member |
|
515 | label_member_new: New member | |
518 | label_member_plural: Members |
|
516 | label_member_plural: Members | |
519 | label_tracker: Tracker |
|
517 | label_tracker: Tracker | |
520 | label_tracker_plural: Trackers |
|
518 | label_tracker_plural: Trackers | |
521 | label_tracker_new: New tracker |
|
519 | label_tracker_new: New tracker | |
522 | label_workflow: Workflow |
|
520 | label_workflow: Workflow | |
523 | label_issue_status: Issue status |
|
521 | label_issue_status: Issue status | |
524 | label_issue_status_plural: Issue statuses |
|
522 | label_issue_status_plural: Issue statuses | |
525 | label_issue_status_new: New status |
|
523 | label_issue_status_new: New status | |
526 | label_issue_category: Issue category |
|
524 | label_issue_category: Issue category | |
527 | label_issue_category_plural: Issue categories |
|
525 | label_issue_category_plural: Issue categories | |
528 | label_issue_category_new: New category |
|
526 | label_issue_category_new: New category | |
529 | label_custom_field: Custom field |
|
527 | label_custom_field: Custom field | |
530 | label_custom_field_plural: Custom fields |
|
528 | label_custom_field_plural: Custom fields | |
531 | label_custom_field_new: New custom field |
|
529 | label_custom_field_new: New custom field | |
532 | label_enumerations: Enumerations |
|
530 | label_enumerations: Enumerations | |
533 | label_enumeration_new: New value |
|
531 | label_enumeration_new: New value | |
534 | label_information: Information |
|
532 | label_information: Information | |
535 | label_information_plural: Information |
|
533 | label_information_plural: Information | |
536 | label_please_login: Please log in |
|
534 | label_please_login: Please log in | |
537 | label_register: Register |
|
535 | label_register: Register | |
538 | label_login_with_open_id_option: or login with OpenID |
|
536 | label_login_with_open_id_option: or login with OpenID | |
539 | label_password_lost: Lost password |
|
537 | label_password_lost: Lost password | |
540 | label_home: Home |
|
538 | label_home: Home | |
541 | label_my_page: My page |
|
539 | label_my_page: My page | |
542 | label_my_account: My account |
|
540 | label_my_account: My account | |
543 | label_my_projects: My projects |
|
541 | label_my_projects: My projects | |
544 | label_my_page_block: My page block |
|
542 | label_my_page_block: My page block | |
545 | label_administration: Administration |
|
543 | label_administration: Administration | |
546 | label_login: Sign in |
|
544 | label_login: Sign in | |
547 | label_logout: Sign out |
|
545 | label_logout: Sign out | |
548 | label_help: Help |
|
546 | label_help: Help | |
549 | label_reported_issues: Reported issues |
|
547 | label_reported_issues: Reported issues | |
550 | label_assigned_to_me_issues: Issues assigned to me |
|
548 | label_assigned_to_me_issues: Issues assigned to me | |
551 | label_last_login: Last connection |
|
549 | label_last_login: Last connection | |
552 | label_registered_on: Registered on |
|
550 | label_registered_on: Registered on | |
553 | label_activity: Activity |
|
551 | label_activity: Activity | |
554 | label_overall_activity: Overall activity |
|
552 | label_overall_activity: Overall activity | |
555 | label_user_activity: "%{value}'s activity" |
|
553 | label_user_activity: "%{value}'s activity" | |
556 | label_new: New |
|
554 | label_new: New | |
557 | label_logged_as: Logged in as |
|
555 | label_logged_as: Logged in as | |
558 | label_environment: Environment |
|
556 | label_environment: Environment | |
559 | label_authentication: Authentication |
|
557 | label_authentication: Authentication | |
560 | label_auth_source: Authentication mode |
|
558 | label_auth_source: Authentication mode | |
561 | label_auth_source_new: New authentication mode |
|
559 | label_auth_source_new: New authentication mode | |
562 | label_auth_source_plural: Authentication modes |
|
560 | label_auth_source_plural: Authentication modes | |
563 | label_subproject_plural: Subprojects |
|
561 | label_subproject_plural: Subprojects | |
564 | label_subproject_new: New subproject |
|
562 | label_subproject_new: New subproject | |
565 | label_and_its_subprojects: "%{value} and its subprojects" |
|
563 | label_and_its_subprojects: "%{value} and its subprojects" | |
566 | label_min_max_length: Min - Max length |
|
564 | label_min_max_length: Min - Max length | |
567 | label_list: List |
|
565 | label_list: List | |
568 | label_date: Date |
|
566 | label_date: Date | |
569 | label_integer: Integer |
|
567 | label_integer: Integer | |
570 | label_float: Float |
|
568 | label_float: Float | |
571 | label_boolean: Boolean |
|
569 | label_boolean: Boolean | |
572 | label_string: Text |
|
570 | label_string: Text | |
573 | label_text: Long text |
|
571 | label_text: Long text | |
574 | label_attribute: Attribute |
|
572 | label_attribute: Attribute | |
575 | label_attribute_plural: Attributes |
|
573 | label_attribute_plural: Attributes | |
576 | label_no_data: No data to display |
|
574 | label_no_data: No data to display | |
577 | label_change_status: Change status |
|
575 | label_change_status: Change status | |
578 | label_history: History |
|
576 | label_history: History | |
579 | label_attachment: File |
|
577 | label_attachment: File | |
580 | label_attachment_new: New file |
|
578 | label_attachment_new: New file | |
581 | label_attachment_delete: Delete file |
|
579 | label_attachment_delete: Delete file | |
582 | label_attachment_plural: Files |
|
580 | label_attachment_plural: Files | |
583 | label_file_added: File added |
|
581 | label_file_added: File added | |
584 | label_report: Report |
|
582 | label_report: Report | |
585 | label_report_plural: Reports |
|
583 | label_report_plural: Reports | |
586 | label_news: News |
|
584 | label_news: News | |
587 | label_news_new: Add news |
|
585 | label_news_new: Add news | |
588 | label_news_plural: News |
|
586 | label_news_plural: News | |
589 | label_news_latest: Latest news |
|
587 | label_news_latest: Latest news | |
590 | label_news_view_all: View all news |
|
588 | label_news_view_all: View all news | |
591 | label_news_added: News added |
|
589 | label_news_added: News added | |
592 | label_news_comment_added: Comment added to a news |
|
590 | label_news_comment_added: Comment added to a news | |
593 | label_settings: Settings |
|
591 | label_settings: Settings | |
594 | label_overview: Overview |
|
592 | label_overview: Overview | |
595 | label_version: Version |
|
593 | label_version: Version | |
596 | label_version_new: New version |
|
594 | label_version_new: New version | |
597 | label_version_plural: Versions |
|
595 | label_version_plural: Versions | |
598 | label_close_versions: Close completed versions |
|
596 | label_close_versions: Close completed versions | |
599 | label_confirmation: Confirmation |
|
597 | label_confirmation: Confirmation | |
600 | label_export_to: 'Also available in:' |
|
598 | label_export_to: 'Also available in:' | |
601 | label_read: Read... |
|
599 | label_read: Read... | |
602 | label_public_projects: Public projects |
|
600 | label_public_projects: Public projects | |
603 | label_open_issues: open |
|
601 | label_open_issues: open | |
604 | label_open_issues_plural: open |
|
602 | label_open_issues_plural: open | |
605 | label_closed_issues: closed |
|
603 | label_closed_issues: closed | |
606 | label_closed_issues_plural: closed |
|
604 | label_closed_issues_plural: closed | |
607 | label_x_open_issues_abbr_on_total: |
|
605 | label_x_open_issues_abbr_on_total: | |
608 | zero: 0 open / %{total} |
|
606 | zero: 0 open / %{total} | |
609 | one: 1 open / %{total} |
|
607 | one: 1 open / %{total} | |
610 | other: "%{count} open / %{total}" |
|
608 | other: "%{count} open / %{total}" | |
611 | label_x_open_issues_abbr: |
|
609 | label_x_open_issues_abbr: | |
612 | zero: 0 open |
|
610 | zero: 0 open | |
613 | one: 1 open |
|
611 | one: 1 open | |
614 | other: "%{count} open" |
|
612 | other: "%{count} open" | |
615 | label_x_closed_issues_abbr: |
|
613 | label_x_closed_issues_abbr: | |
616 | zero: 0 closed |
|
614 | zero: 0 closed | |
617 | one: 1 closed |
|
615 | one: 1 closed | |
618 | other: "%{count} closed" |
|
616 | other: "%{count} closed" | |
619 | label_x_issues: |
|
617 | label_x_issues: | |
620 | zero: 0 issues |
|
618 | zero: 0 issues | |
621 | one: 1 issue |
|
619 | one: 1 issue | |
622 | other: "%{count} issues" |
|
620 | other: "%{count} issues" | |
623 | label_total: Total |
|
621 | label_total: Total | |
624 | label_total_time: Total time |
|
622 | label_total_time: Total time | |
625 | label_permissions: Permissions |
|
623 | label_permissions: Permissions | |
626 | label_current_status: Current status |
|
624 | label_current_status: Current status | |
627 | label_new_statuses_allowed: New statuses allowed |
|
625 | label_new_statuses_allowed: New statuses allowed | |
628 | label_all: all |
|
626 | label_all: all | |
629 | label_any: any |
|
627 | label_any: any | |
630 | label_none: none |
|
628 | label_none: none | |
631 | label_nobody: nobody |
|
629 | label_nobody: nobody | |
632 | label_next: Next |
|
630 | label_next: Next | |
633 | label_previous: Previous |
|
631 | label_previous: Previous | |
634 | label_used_by: Used by |
|
632 | label_used_by: Used by | |
635 | label_details: Details |
|
633 | label_details: Details | |
636 | label_add_note: Add a note |
|
634 | label_add_note: Add a note | |
637 | label_per_page: Per page |
|
635 | label_per_page: Per page | |
638 | label_calendar: Calendar |
|
636 | label_calendar: Calendar | |
639 | label_months_from: months from |
|
637 | label_months_from: months from | |
640 | label_gantt: Gantt |
|
638 | label_gantt: Gantt | |
641 | label_internal: Internal |
|
639 | label_internal: Internal | |
642 | label_last_changes: "last %{count} changes" |
|
640 | label_last_changes: "last %{count} changes" | |
643 | label_change_view_all: View all changes |
|
641 | label_change_view_all: View all changes | |
644 | label_personalize_page: Personalize this page |
|
642 | label_personalize_page: Personalize this page | |
645 | label_comment: Comment |
|
643 | label_comment: Comment | |
646 | label_comment_plural: Comments |
|
644 | label_comment_plural: Comments | |
647 | label_x_comments: |
|
645 | label_x_comments: | |
648 | zero: no comments |
|
646 | zero: no comments | |
649 | one: 1 comment |
|
647 | one: 1 comment | |
650 | other: "%{count} comments" |
|
648 | other: "%{count} comments" | |
651 | label_comment_add: Add a comment |
|
649 | label_comment_add: Add a comment | |
652 | label_comment_added: Comment added |
|
650 | label_comment_added: Comment added | |
653 | label_comment_delete: Delete comments |
|
651 | label_comment_delete: Delete comments | |
654 | label_query: Custom query |
|
652 | label_query: Custom query | |
655 | label_query_plural: Custom queries |
|
653 | label_query_plural: Custom queries | |
656 | label_query_new: New query |
|
654 | label_query_new: New query | |
657 | label_my_queries: My custom queries |
|
655 | label_my_queries: My custom queries | |
658 | label_filter_add: Add filter |
|
656 | label_filter_add: Add filter | |
659 | label_filter_plural: Filters |
|
657 | label_filter_plural: Filters | |
660 | label_equals: is |
|
658 | label_equals: is | |
661 | label_not_equals: is not |
|
659 | label_not_equals: is not | |
662 | label_in_less_than: in less than |
|
660 | label_in_less_than: in less than | |
663 | label_in_more_than: in more than |
|
661 | label_in_more_than: in more than | |
664 | label_in_the_next_days: in the next |
|
662 | label_in_the_next_days: in the next | |
665 | label_in_the_past_days: in the past |
|
663 | label_in_the_past_days: in the past | |
666 | label_greater_or_equal: '>=' |
|
664 | label_greater_or_equal: '>=' | |
667 | label_less_or_equal: '<=' |
|
665 | label_less_or_equal: '<=' | |
668 | label_between: between |
|
666 | label_between: between | |
669 | label_in: in |
|
667 | label_in: in | |
670 | label_today: today |
|
668 | label_today: today | |
671 | label_all_time: all time |
|
669 | label_all_time: all time | |
672 | label_yesterday: yesterday |
|
670 | label_yesterday: yesterday | |
673 | label_this_week: this week |
|
671 | label_this_week: this week | |
674 | label_last_week: last week |
|
672 | label_last_week: last week | |
675 | label_last_n_weeks: "last %{count} weeks" |
|
673 | label_last_n_weeks: "last %{count} weeks" | |
676 | label_last_n_days: "last %{count} days" |
|
674 | label_last_n_days: "last %{count} days" | |
677 | label_this_month: this month |
|
675 | label_this_month: this month | |
678 | label_last_month: last month |
|
676 | label_last_month: last month | |
679 | label_this_year: this year |
|
677 | label_this_year: this year | |
680 | label_date_range: Date range |
|
678 | label_date_range: Date range | |
681 | label_less_than_ago: less than days ago |
|
679 | label_less_than_ago: less than days ago | |
682 | label_more_than_ago: more than days ago |
|
680 | label_more_than_ago: more than days ago | |
683 | label_ago: days ago |
|
681 | label_ago: days ago | |
684 | label_contains: contains |
|
682 | label_contains: contains | |
685 | label_not_contains: doesn't contain |
|
683 | label_not_contains: doesn't contain | |
686 | label_any_issues_in_project: any issues in project |
|
684 | label_any_issues_in_project: any issues in project | |
687 | label_any_issues_not_in_project: any issues not in project |
|
685 | label_any_issues_not_in_project: any issues not in project | |
688 | label_no_issues_in_project: no issues in project |
|
686 | label_no_issues_in_project: no issues in project | |
689 | label_day_plural: days |
|
687 | label_day_plural: days | |
690 | label_repository: Repository |
|
688 | label_repository: Repository | |
691 | label_repository_new: New repository |
|
689 | label_repository_new: New repository | |
692 | label_repository_plural: Repositories |
|
690 | label_repository_plural: Repositories | |
693 | label_browse: Browse |
|
691 | label_browse: Browse | |
694 | label_branch: Branch |
|
692 | label_branch: Branch | |
695 | label_tag: Tag |
|
693 | label_tag: Tag | |
696 | label_revision: Revision |
|
694 | label_revision: Revision | |
697 | label_revision_plural: Revisions |
|
695 | label_revision_plural: Revisions | |
698 | label_revision_id: "Revision %{value}" |
|
696 | label_revision_id: "Revision %{value}" | |
699 | label_associated_revisions: Associated revisions |
|
697 | label_associated_revisions: Associated revisions | |
700 | label_added: added |
|
698 | label_added: added | |
701 | label_modified: modified |
|
699 | label_modified: modified | |
702 | label_copied: copied |
|
700 | label_copied: copied | |
703 | label_renamed: renamed |
|
701 | label_renamed: renamed | |
704 | label_deleted: deleted |
|
702 | label_deleted: deleted | |
705 | label_latest_revision: Latest revision |
|
703 | label_latest_revision: Latest revision | |
706 | label_latest_revision_plural: Latest revisions |
|
704 | label_latest_revision_plural: Latest revisions | |
707 | label_view_revisions: View revisions |
|
705 | label_view_revisions: View revisions | |
708 | label_view_all_revisions: View all revisions |
|
706 | label_view_all_revisions: View all revisions | |
709 | label_max_size: Maximum size |
|
707 | label_max_size: Maximum size | |
710 | label_sort_highest: Move to top |
|
708 | label_sort_highest: Move to top | |
711 | label_sort_higher: Move up |
|
709 | label_sort_higher: Move up | |
712 | label_sort_lower: Move down |
|
710 | label_sort_lower: Move down | |
713 | label_sort_lowest: Move to bottom |
|
711 | label_sort_lowest: Move to bottom | |
714 | label_roadmap: Roadmap |
|
712 | label_roadmap: Roadmap | |
715 | label_roadmap_due_in: "Due in %{value}" |
|
713 | label_roadmap_due_in: "Due in %{value}" | |
716 | label_roadmap_overdue: "%{value} late" |
|
714 | label_roadmap_overdue: "%{value} late" | |
717 | label_roadmap_no_issues: No issues for this version |
|
715 | label_roadmap_no_issues: No issues for this version | |
718 | label_search: Search |
|
716 | label_search: Search | |
719 | label_result_plural: Results |
|
717 | label_result_plural: Results | |
720 | label_all_words: All words |
|
718 | label_all_words: All words | |
721 | label_wiki: Wiki |
|
719 | label_wiki: Wiki | |
722 | label_wiki_edit: Wiki edit |
|
720 | label_wiki_edit: Wiki edit | |
723 | label_wiki_edit_plural: Wiki edits |
|
721 | label_wiki_edit_plural: Wiki edits | |
724 | label_wiki_page: Wiki page |
|
722 | label_wiki_page: Wiki page | |
725 | label_wiki_page_plural: Wiki pages |
|
723 | label_wiki_page_plural: Wiki pages | |
726 | label_index_by_title: Index by title |
|
724 | label_index_by_title: Index by title | |
727 | label_index_by_date: Index by date |
|
725 | label_index_by_date: Index by date | |
728 | label_current_version: Current version |
|
726 | label_current_version: Current version | |
729 | label_preview: Preview |
|
727 | label_preview: Preview | |
730 | label_feed_plural: Feeds |
|
728 | label_feed_plural: Feeds | |
731 | label_changes_details: Details of all changes |
|
729 | label_changes_details: Details of all changes | |
732 | label_issue_tracking: Issue tracking |
|
730 | label_issue_tracking: Issue tracking | |
733 | label_spent_time: Spent time |
|
731 | label_spent_time: Spent time | |
734 | label_overall_spent_time: Overall spent time |
|
732 | label_overall_spent_time: Overall spent time | |
735 | label_f_hour: "%{value} hour" |
|
733 | label_f_hour: "%{value} hour" | |
736 | label_f_hour_plural: "%{value} hours" |
|
734 | label_f_hour_plural: "%{value} hours" | |
737 | label_time_tracking: Time tracking |
|
735 | label_time_tracking: Time tracking | |
738 | label_change_plural: Changes |
|
736 | label_change_plural: Changes | |
739 | label_statistics: Statistics |
|
737 | label_statistics: Statistics | |
740 | label_commits_per_month: Commits per month |
|
738 | label_commits_per_month: Commits per month | |
741 | label_commits_per_author: Commits per author |
|
739 | label_commits_per_author: Commits per author | |
742 | label_diff: diff |
|
740 | label_diff: diff | |
743 | label_view_diff: View differences |
|
741 | label_view_diff: View differences | |
744 | label_diff_inline: inline |
|
742 | label_diff_inline: inline | |
745 | label_diff_side_by_side: side by side |
|
743 | label_diff_side_by_side: side by side | |
746 | label_options: Options |
|
744 | label_options: Options | |
747 | label_copy_workflow_from: Copy workflow from |
|
745 | label_copy_workflow_from: Copy workflow from | |
748 | label_permissions_report: Permissions report |
|
746 | label_permissions_report: Permissions report | |
749 | label_watched_issues: Watched issues |
|
747 | label_watched_issues: Watched issues | |
750 | label_related_issues: Related issues |
|
748 | label_related_issues: Related issues | |
751 | label_applied_status: Applied status |
|
749 | label_applied_status: Applied status | |
752 | label_loading: Loading... |
|
750 | label_loading: Loading... | |
753 | label_relation_new: New relation |
|
751 | label_relation_new: New relation | |
754 | label_relation_delete: Delete relation |
|
752 | label_relation_delete: Delete relation | |
755 | label_relates_to: Related to |
|
753 | label_relates_to: Related to | |
756 | label_duplicates: Duplicates |
|
754 | label_duplicates: Duplicates | |
757 | label_duplicated_by: Duplicated by |
|
755 | label_duplicated_by: Duplicated by | |
758 | label_blocks: Blocks |
|
756 | label_blocks: Blocks | |
759 | label_blocked_by: Blocked by |
|
757 | label_blocked_by: Blocked by | |
760 | label_precedes: Precedes |
|
758 | label_precedes: Precedes | |
761 | label_follows: Follows |
|
759 | label_follows: Follows | |
762 | label_copied_to: Copied to |
|
760 | label_copied_to: Copied to | |
763 | label_copied_from: Copied from |
|
761 | label_copied_from: Copied from | |
764 | label_end_to_start: end to start |
|
762 | label_end_to_start: end to start | |
765 | label_end_to_end: end to end |
|
763 | label_end_to_end: end to end | |
766 | label_start_to_start: start to start |
|
764 | label_start_to_start: start to start | |
767 | label_start_to_end: start to end |
|
765 | label_start_to_end: start to end | |
768 | label_stay_logged_in: Stay logged in |
|
766 | label_stay_logged_in: Stay logged in | |
769 | label_disabled: disabled |
|
767 | label_disabled: disabled | |
770 | label_show_completed_versions: Show completed versions |
|
768 | label_show_completed_versions: Show completed versions | |
771 | label_me: me |
|
769 | label_me: me | |
772 | label_board: Forum |
|
770 | label_board: Forum | |
773 | label_board_new: New forum |
|
771 | label_board_new: New forum | |
774 | label_board_plural: Forums |
|
772 | label_board_plural: Forums | |
775 | label_board_locked: Locked |
|
773 | label_board_locked: Locked | |
776 | label_board_sticky: Sticky |
|
774 | label_board_sticky: Sticky | |
777 | label_topic_plural: Topics |
|
775 | label_topic_plural: Topics | |
778 | label_message_plural: Messages |
|
776 | label_message_plural: Messages | |
779 | label_message_last: Last message |
|
777 | label_message_last: Last message | |
780 | label_message_new: New message |
|
778 | label_message_new: New message | |
781 | label_message_posted: Message added |
|
779 | label_message_posted: Message added | |
782 | label_reply_plural: Replies |
|
780 | label_reply_plural: Replies | |
783 | label_send_information: Send account information to the user |
|
781 | label_send_information: Send account information to the user | |
784 | label_year: Year |
|
782 | label_year: Year | |
785 | label_month: Month |
|
783 | label_month: Month | |
786 | label_week: Week |
|
784 | label_week: Week | |
787 | label_date_from: From |
|
785 | label_date_from: From | |
788 | label_date_to: To |
|
786 | label_date_to: To | |
789 | label_language_based: Based on user's language |
|
787 | label_language_based: Based on user's language | |
790 | label_sort_by: "Sort by %{value}" |
|
788 | label_sort_by: "Sort by %{value}" | |
791 | label_send_test_email: Send a test email |
|
789 | label_send_test_email: Send a test email | |
792 | label_feeds_access_key: Atom access key |
|
790 | label_feeds_access_key: Atom access key | |
793 | label_missing_feeds_access_key: Missing a Atom access key |
|
791 | label_missing_feeds_access_key: Missing a Atom access key | |
794 | label_feeds_access_key_created_on: "Atom access key created %{value} ago" |
|
792 | label_feeds_access_key_created_on: "Atom access key created %{value} ago" | |
795 | label_module_plural: Modules |
|
793 | label_module_plural: Modules | |
796 | label_added_time_by: "Added by %{author} %{age} ago" |
|
794 | label_added_time_by: "Added by %{author} %{age} ago" | |
797 | label_updated_time_by: "Updated by %{author} %{age} ago" |
|
795 | label_updated_time_by: "Updated by %{author} %{age} ago" | |
798 | label_updated_time: "Updated %{value} ago" |
|
796 | label_updated_time: "Updated %{value} ago" | |
799 | label_jump_to_a_project: Jump to a project... |
|
797 | label_jump_to_a_project: Jump to a project... | |
800 | label_file_plural: Files |
|
798 | label_file_plural: Files | |
801 | label_changeset_plural: Changesets |
|
799 | label_changeset_plural: Changesets | |
802 | label_default_columns: Default columns |
|
800 | label_default_columns: Default columns | |
803 | label_no_change_option: (No change) |
|
801 | label_no_change_option: (No change) | |
804 | label_bulk_edit_selected_issues: Bulk edit selected issues |
|
802 | label_bulk_edit_selected_issues: Bulk edit selected issues | |
805 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
803 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | |
806 | label_theme: Theme |
|
804 | label_theme: Theme | |
807 | label_default: Default |
|
805 | label_default: Default | |
808 | label_search_titles_only: Search titles only |
|
806 | label_search_titles_only: Search titles only | |
809 | label_user_mail_option_all: "For any event on all my projects" |
|
807 | label_user_mail_option_all: "For any event on all my projects" | |
810 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
808 | label_user_mail_option_selected: "For any event on the selected projects only..." | |
811 | label_user_mail_option_none: "No events" |
|
809 | label_user_mail_option_none: "No events" | |
812 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" |
|
810 | label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" | |
813 | label_user_mail_option_only_assigned: "Only for things I am assigned to" |
|
811 | label_user_mail_option_only_assigned: "Only for things I am assigned to" | |
814 | label_user_mail_option_only_owner: "Only for things I am the owner of" |
|
812 | label_user_mail_option_only_owner: "Only for things I am the owner of" | |
815 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
813 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
816 | label_registration_activation_by_email: account activation by email |
|
814 | label_registration_activation_by_email: account activation by email | |
817 | label_registration_manual_activation: manual account activation |
|
815 | label_registration_manual_activation: manual account activation | |
818 | label_registration_automatic_activation: automatic account activation |
|
816 | label_registration_automatic_activation: automatic account activation | |
819 | label_display_per_page: "Per page: %{value}" |
|
817 | label_display_per_page: "Per page: %{value}" | |
820 | label_age: Age |
|
818 | label_age: Age | |
821 | label_change_properties: Change properties |
|
819 | label_change_properties: Change properties | |
822 | label_general: General |
|
820 | label_general: General | |
823 | label_more: More |
|
821 | label_more: More | |
824 | label_scm: SCM |
|
822 | label_scm: SCM | |
825 | label_plugins: Plugins |
|
823 | label_plugins: Plugins | |
826 | label_ldap_authentication: LDAP authentication |
|
824 | label_ldap_authentication: LDAP authentication | |
827 | label_downloads_abbr: D/L |
|
825 | label_downloads_abbr: D/L | |
828 | label_optional_description: Optional description |
|
826 | label_optional_description: Optional description | |
829 | label_add_another_file: Add another file |
|
827 | label_add_another_file: Add another file | |
830 | label_preferences: Preferences |
|
828 | label_preferences: Preferences | |
831 | label_chronological_order: In chronological order |
|
829 | label_chronological_order: In chronological order | |
832 | label_reverse_chronological_order: In reverse chronological order |
|
830 | label_reverse_chronological_order: In reverse chronological order | |
833 | label_planning: Planning |
|
831 | label_planning: Planning | |
834 | label_incoming_emails: Incoming emails |
|
832 | label_incoming_emails: Incoming emails | |
835 | label_generate_key: Generate a key |
|
833 | label_generate_key: Generate a key | |
836 | label_issue_watchers: Watchers |
|
834 | label_issue_watchers: Watchers | |
837 | label_example: Example |
|
835 | label_example: Example | |
838 | label_display: Display |
|
836 | label_display: Display | |
839 | label_sort: Sort |
|
837 | label_sort: Sort | |
840 | label_ascending: Ascending |
|
838 | label_ascending: Ascending | |
841 | label_descending: Descending |
|
839 | label_descending: Descending | |
842 | label_date_from_to: From %{start} to %{end} |
|
840 | label_date_from_to: From %{start} to %{end} | |
843 | label_wiki_content_added: Wiki page added |
|
841 | label_wiki_content_added: Wiki page added | |
844 | label_wiki_content_updated: Wiki page updated |
|
842 | label_wiki_content_updated: Wiki page updated | |
845 | label_group: Group |
|
843 | label_group: Group | |
846 | label_group_plural: Groups |
|
844 | label_group_plural: Groups | |
847 | label_group_new: New group |
|
845 | label_group_new: New group | |
848 | label_time_entry_plural: Spent time |
|
846 | label_time_entry_plural: Spent time | |
849 | label_version_sharing_none: Not shared |
|
847 | label_version_sharing_none: Not shared | |
850 | label_version_sharing_descendants: With subprojects |
|
848 | label_version_sharing_descendants: With subprojects | |
851 | label_version_sharing_hierarchy: With project hierarchy |
|
849 | label_version_sharing_hierarchy: With project hierarchy | |
852 | label_version_sharing_tree: With project tree |
|
850 | label_version_sharing_tree: With project tree | |
853 | label_version_sharing_system: With all projects |
|
851 | label_version_sharing_system: With all projects | |
854 | label_update_issue_done_ratios: Update issue done ratios |
|
852 | label_update_issue_done_ratios: Update issue done ratios | |
855 | label_copy_source: Source |
|
853 | label_copy_source: Source | |
856 | label_copy_target: Target |
|
854 | label_copy_target: Target | |
857 | label_copy_same_as_target: Same as target |
|
855 | label_copy_same_as_target: Same as target | |
858 | label_display_used_statuses_only: Only display statuses that are used by this tracker |
|
856 | label_display_used_statuses_only: Only display statuses that are used by this tracker | |
859 | label_api_access_key: API access key |
|
857 | label_api_access_key: API access key | |
860 | label_missing_api_access_key: Missing an API access key |
|
858 | label_missing_api_access_key: Missing an API access key | |
861 | label_api_access_key_created_on: "API access key created %{value} ago" |
|
859 | label_api_access_key_created_on: "API access key created %{value} ago" | |
862 | label_profile: Profile |
|
860 | label_profile: Profile | |
863 | label_subtask_plural: Subtasks |
|
861 | label_subtask_plural: Subtasks | |
864 | label_project_copy_notifications: Send email notifications during the project copy |
|
862 | label_project_copy_notifications: Send email notifications during the project copy | |
865 | label_principal_search: "Search for user or group:" |
|
863 | label_principal_search: "Search for user or group:" | |
866 | label_user_search: "Search for user:" |
|
864 | label_user_search: "Search for user:" | |
867 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
|
865 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | |
868 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
866 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | |
869 | label_issues_visibility_all: All issues |
|
867 | label_issues_visibility_all: All issues | |
870 | label_issues_visibility_public: All non private issues |
|
868 | label_issues_visibility_public: All non private issues | |
871 | label_issues_visibility_own: Issues created by or assigned to the user |
|
869 | label_issues_visibility_own: Issues created by or assigned to the user | |
872 | label_git_report_last_commit: Report last commit for files and directories |
|
870 | label_git_report_last_commit: Report last commit for files and directories | |
873 | label_parent_revision: Parent |
|
871 | label_parent_revision: Parent | |
874 | label_child_revision: Child |
|
872 | label_child_revision: Child | |
875 | label_export_options: "%{export_format} export options" |
|
873 | label_export_options: "%{export_format} export options" | |
876 | label_copy_attachments: Copy attachments |
|
874 | label_copy_attachments: Copy attachments | |
877 | label_copy_subtasks: Copy subtasks |
|
875 | label_copy_subtasks: Copy subtasks | |
878 | label_item_position: "%{position} of %{count}" |
|
876 | label_item_position: "%{position} of %{count}" | |
879 | label_completed_versions: Completed versions |
|
877 | label_completed_versions: Completed versions | |
880 | label_search_for_watchers: Search for watchers to add |
|
878 | label_search_for_watchers: Search for watchers to add | |
881 | label_session_expiration: Session expiration |
|
879 | label_session_expiration: Session expiration | |
882 | label_show_closed_projects: View closed projects |
|
880 | label_show_closed_projects: View closed projects | |
883 | label_status_transitions: Status transitions |
|
881 | label_status_transitions: Status transitions | |
884 | label_fields_permissions: Fields permissions |
|
882 | label_fields_permissions: Fields permissions | |
885 | label_readonly: Read-only |
|
883 | label_readonly: Read-only | |
886 | label_required: Required |
|
884 | label_required: Required | |
887 | label_attribute_of_project: "Project's %{name}" |
|
885 | label_attribute_of_project: "Project's %{name}" | |
888 | label_attribute_of_issue: "Issue's %{name}" |
|
886 | label_attribute_of_issue: "Issue's %{name}" | |
889 | label_attribute_of_author: "Author's %{name}" |
|
887 | label_attribute_of_author: "Author's %{name}" | |
890 | label_attribute_of_assigned_to: "Assignee's %{name}" |
|
888 | label_attribute_of_assigned_to: "Assignee's %{name}" | |
891 | label_attribute_of_user: "User's %{name}" |
|
889 | label_attribute_of_user: "User's %{name}" | |
892 | label_attribute_of_fixed_version: "Target version's %{name}" |
|
890 | label_attribute_of_fixed_version: "Target version's %{name}" | |
893 | label_cross_project_descendants: With subprojects |
|
891 | label_cross_project_descendants: With subprojects | |
894 | label_cross_project_tree: With project tree |
|
892 | label_cross_project_tree: With project tree | |
895 | label_cross_project_hierarchy: With project hierarchy |
|
893 | label_cross_project_hierarchy: With project hierarchy | |
896 | label_cross_project_system: With all projects |
|
894 | label_cross_project_system: With all projects | |
897 | label_gantt_progress_line: Progress line |
|
895 | label_gantt_progress_line: Progress line | |
898 |
|
896 | |||
899 | button_login: Login |
|
897 | button_login: Login | |
900 | button_submit: Submit |
|
898 | button_submit: Submit | |
901 | button_save: Save |
|
899 | button_save: Save | |
902 | button_check_all: Check all |
|
900 | button_check_all: Check all | |
903 | button_uncheck_all: Uncheck all |
|
901 | button_uncheck_all: Uncheck all | |
904 | button_collapse_all: Collapse all |
|
902 | button_collapse_all: Collapse all | |
905 | button_expand_all: Expand all |
|
903 | button_expand_all: Expand all | |
906 | button_delete: Delete |
|
904 | button_delete: Delete | |
907 | button_create: Create |
|
905 | button_create: Create | |
908 | button_create_and_continue: Create and continue |
|
906 | button_create_and_continue: Create and continue | |
909 | button_test: Test |
|
907 | button_test: Test | |
910 | button_edit: Edit |
|
908 | button_edit: Edit | |
911 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
|
909 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | |
912 | button_add: Add |
|
910 | button_add: Add | |
913 | button_change: Change |
|
911 | button_change: Change | |
914 | button_apply: Apply |
|
912 | button_apply: Apply | |
915 | button_clear: Clear |
|
913 | button_clear: Clear | |
916 | button_lock: Lock |
|
914 | button_lock: Lock | |
917 | button_unlock: Unlock |
|
915 | button_unlock: Unlock | |
918 | button_download: Download |
|
916 | button_download: Download | |
919 | button_list: List |
|
917 | button_list: List | |
920 | button_view: View |
|
918 | button_view: View | |
921 | button_move: Move |
|
919 | button_move: Move | |
922 | button_move_and_follow: Move and follow |
|
920 | button_move_and_follow: Move and follow | |
923 | button_back: Back |
|
921 | button_back: Back | |
924 | button_cancel: Cancel |
|
922 | button_cancel: Cancel | |
925 | button_activate: Activate |
|
923 | button_activate: Activate | |
926 | button_sort: Sort |
|
924 | button_sort: Sort | |
927 | button_log_time: Log time |
|
925 | button_log_time: Log time | |
928 | button_rollback: Rollback to this version |
|
926 | button_rollback: Rollback to this version | |
929 | button_watch: Watch |
|
927 | button_watch: Watch | |
930 | button_unwatch: Unwatch |
|
928 | button_unwatch: Unwatch | |
931 | button_reply: Reply |
|
929 | button_reply: Reply | |
932 | button_archive: Archive |
|
930 | button_archive: Archive | |
933 | button_unarchive: Unarchive |
|
931 | button_unarchive: Unarchive | |
934 | button_reset: Reset |
|
932 | button_reset: Reset | |
935 | button_rename: Rename |
|
933 | button_rename: Rename | |
936 | button_change_password: Change password |
|
934 | button_change_password: Change password | |
937 | button_copy: Copy |
|
935 | button_copy: Copy | |
938 | button_copy_and_follow: Copy and follow |
|
936 | button_copy_and_follow: Copy and follow | |
939 | button_annotate: Annotate |
|
937 | button_annotate: Annotate | |
940 | button_update: Update |
|
938 | button_update: Update | |
941 | button_configure: Configure |
|
939 | button_configure: Configure | |
942 | button_quote: Quote |
|
940 | button_quote: Quote | |
943 | button_duplicate: Duplicate |
|
941 | button_duplicate: Duplicate | |
944 | button_show: Show |
|
942 | button_show: Show | |
945 | button_hide: Hide |
|
943 | button_hide: Hide | |
946 | button_edit_section: Edit this section |
|
944 | button_edit_section: Edit this section | |
947 | button_export: Export |
|
945 | button_export: Export | |
948 | button_delete_my_account: Delete my account |
|
946 | button_delete_my_account: Delete my account | |
949 | button_close: Close |
|
947 | button_close: Close | |
950 | button_reopen: Reopen |
|
948 | button_reopen: Reopen | |
951 |
|
949 | |||
952 | status_active: active |
|
950 | status_active: active | |
953 | status_registered: registered |
|
951 | status_registered: registered | |
954 | status_locked: locked |
|
952 | status_locked: locked | |
955 |
|
953 | |||
956 | project_status_active: active |
|
954 | project_status_active: active | |
957 | project_status_closed: closed |
|
955 | project_status_closed: closed | |
958 | project_status_archived: archived |
|
956 | project_status_archived: archived | |
959 |
|
957 | |||
960 | version_status_open: open |
|
958 | version_status_open: open | |
961 | version_status_locked: locked |
|
959 | version_status_locked: locked | |
962 | version_status_closed: closed |
|
960 | version_status_closed: closed | |
963 |
|
961 | |||
964 | field_active: Active |
|
962 | field_active: Active | |
965 |
|
963 | |||
966 | text_select_mail_notifications: Select actions for which email notifications should be sent. |
|
964 | text_select_mail_notifications: Select actions for which email notifications should be sent. | |
967 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
965 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
968 | text_min_max_length_info: 0 means no restriction |
|
966 | text_min_max_length_info: 0 means no restriction | |
969 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? |
|
967 | text_project_destroy_confirmation: Are you sure you want to delete this project and related data? | |
970 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." |
|
968 | text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." | |
971 | text_workflow_edit: Select a role and a tracker to edit the workflow |
|
969 | text_workflow_edit: Select a role and a tracker to edit the workflow | |
972 | text_are_you_sure: Are you sure? |
|
970 | text_are_you_sure: Are you sure? | |
973 | text_journal_changed: "%{label} changed from %{old} to %{new}" |
|
971 | text_journal_changed: "%{label} changed from %{old} to %{new}" | |
974 | text_journal_changed_no_detail: "%{label} updated" |
|
972 | text_journal_changed_no_detail: "%{label} updated" | |
975 | text_journal_set_to: "%{label} set to %{value}" |
|
973 | text_journal_set_to: "%{label} set to %{value}" | |
976 | text_journal_deleted: "%{label} deleted (%{old})" |
|
974 | text_journal_deleted: "%{label} deleted (%{old})" | |
977 | text_journal_added: "%{label} %{value} added" |
|
975 | text_journal_added: "%{label} %{value} added" | |
978 | text_tip_issue_begin_day: issue beginning this day |
|
976 | text_tip_issue_begin_day: issue beginning this day | |
979 | text_tip_issue_end_day: issue ending this day |
|
977 | text_tip_issue_end_day: issue ending this day | |
980 | text_tip_issue_begin_end_day: issue beginning and ending this day |
|
978 | text_tip_issue_begin_end_day: issue beginning and ending this day | |
981 | text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.' |
|
979 | text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter.<br />Once saved, the identifier cannot be changed.' | |
982 | text_caracters_maximum: "%{count} characters maximum." |
|
980 | text_caracters_maximum: "%{count} characters maximum." | |
983 | text_caracters_minimum: "Must be at least %{count} characters long." |
|
981 | text_caracters_minimum: "Must be at least %{count} characters long." | |
984 | text_length_between: "Length between %{min} and %{max} characters." |
|
982 | text_length_between: "Length between %{min} and %{max} characters." | |
985 | text_tracker_no_workflow: No workflow defined for this tracker |
|
983 | text_tracker_no_workflow: No workflow defined for this tracker | |
986 | text_unallowed_characters: Unallowed characters |
|
984 | text_unallowed_characters: Unallowed characters | |
987 | text_comma_separated: Multiple values allowed (comma separated). |
|
985 | text_comma_separated: Multiple values allowed (comma separated). | |
988 | text_line_separated: Multiple values allowed (one line for each value). |
|
986 | text_line_separated: Multiple values allowed (one line for each value). | |
989 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
987 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
990 | text_issue_added: "Issue %{id} has been reported by %{author}." |
|
988 | text_issue_added: "Issue %{id} has been reported by %{author}." | |
991 | text_issue_updated: "Issue %{id} has been updated by %{author}." |
|
989 | text_issue_updated: "Issue %{id} has been updated by %{author}." | |
992 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? |
|
990 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content? | |
993 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" |
|
991 | text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do?" | |
994 | text_issue_category_destroy_assignments: Remove category assignments |
|
992 | text_issue_category_destroy_assignments: Remove category assignments | |
995 | text_issue_category_reassign_to: Reassign issues to this category |
|
993 | text_issue_category_reassign_to: Reassign issues to this category | |
996 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." |
|
994 | text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)." | |
997 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." |
|
995 | text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded." | |
998 | text_load_default_configuration: Load the default configuration |
|
996 | text_load_default_configuration: Load the default configuration | |
999 | text_status_changed_by_changeset: "Applied in changeset %{value}." |
|
997 | text_status_changed_by_changeset: "Applied in changeset %{value}." | |
1000 | text_time_logged_by_changeset: "Applied in changeset %{value}." |
|
998 | text_time_logged_by_changeset: "Applied in changeset %{value}." | |
1001 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' |
|
999 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' | |
1002 | text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)." |
|
1000 | text_issues_destroy_descendants_confirmation: "This will also delete %{count} subtask(s)." | |
1003 | text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' |
|
1001 | text_time_entries_destroy_confirmation: 'Are you sure you want to delete the selected time entr(y/ies)?' | |
1004 | text_select_project_modules: 'Select modules to enable for this project:' |
|
1002 | text_select_project_modules: 'Select modules to enable for this project:' | |
1005 | text_default_administrator_account_changed: Default administrator account changed |
|
1003 | text_default_administrator_account_changed: Default administrator account changed | |
1006 | text_file_repository_writable: Attachments directory writable |
|
1004 | text_file_repository_writable: Attachments directory writable | |
1007 | text_plugin_assets_writable: Plugin assets directory writable |
|
1005 | text_plugin_assets_writable: Plugin assets directory writable | |
1008 | text_rmagick_available: RMagick available (optional) |
|
1006 | text_rmagick_available: RMagick available (optional) | |
1009 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" |
|
1007 | text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" | |
1010 | text_destroy_time_entries: Delete reported hours |
|
1008 | text_destroy_time_entries: Delete reported hours | |
1011 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
1009 | text_assign_time_entries_to_project: Assign reported hours to the project | |
1012 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
1010 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
1013 | text_user_wrote: "%{value} wrote:" |
|
1011 | text_user_wrote: "%{value} wrote:" | |
1014 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." |
|
1012 | text_enumeration_destroy_question: "%{count} objects are assigned to this value." | |
1015 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
1013 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
1016 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." |
|
1014 | text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." | |
1017 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." |
|
1015 | text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped." | |
1018 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' |
|
1016 | text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.' | |
1019 | text_custom_field_possible_values_info: 'One line for each value' |
|
1017 | text_custom_field_possible_values_info: 'One line for each value' | |
1020 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" |
|
1018 | text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?" | |
1021 | text_wiki_page_nullify_children: "Keep child pages as root pages" |
|
1019 | text_wiki_page_nullify_children: "Keep child pages as root pages" | |
1022 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" |
|
1020 | text_wiki_page_destroy_children: "Delete child pages and all their descendants" | |
1023 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" |
|
1021 | text_wiki_page_reassign_children: "Reassign child pages to this parent page" | |
1024 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" |
|
1022 | text_own_membership_delete_confirmation: "You are about to remove some or all of your permissions and may no longer be able to edit this project after that.\nAre you sure you want to continue?" | |
1025 | text_zoom_in: Zoom in |
|
1023 | text_zoom_in: Zoom in | |
1026 | text_zoom_out: Zoom out |
|
1024 | text_zoom_out: Zoom out | |
1027 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." |
|
1025 | text_warn_on_leaving_unsaved: "The current page contains unsaved text that will be lost if you leave this page." | |
1028 | text_scm_path_encoding_note: "Default: UTF-8" |
|
1026 | text_scm_path_encoding_note: "Default: UTF-8" | |
1029 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) |
|
1027 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
1030 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) |
|
1028 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | |
1031 | text_scm_command: Command |
|
1029 | text_scm_command: Command | |
1032 | text_scm_command_version: Version |
|
1030 | text_scm_command_version: Version | |
1033 | text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. |
|
1031 | text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it. | |
1034 | text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. |
|
1032 | text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel. | |
1035 | text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)" |
|
1033 | text_issue_conflict_resolution_overwrite: "Apply my changes anyway (previous notes will be kept but some changes may be overwritten)" | |
1036 | text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes" |
|
1034 | text_issue_conflict_resolution_add_notes: "Add my notes and discard my other changes" | |
1037 | text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" |
|
1035 | text_issue_conflict_resolution_cancel: "Discard all my changes and redisplay %{link}" | |
1038 | text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." |
|
1036 | text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it." | |
1039 | text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." |
|
1037 | text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | |
1040 | text_project_closed: This project is closed and read-only. |
|
1038 | text_project_closed: This project is closed and read-only. | |
1041 | text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." |
|
1039 | text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." | |
1042 |
|
1040 | |||
1043 | default_role_manager: Manager |
|
1041 | default_role_manager: Manager | |
1044 | default_role_developer: Developer |
|
1042 | default_role_developer: Developer | |
1045 | default_role_reporter: Reporter |
|
1043 | default_role_reporter: Reporter | |
1046 | default_tracker_bug: Bug |
|
1044 | default_tracker_bug: Bug | |
1047 | default_tracker_feature: Feature |
|
1045 | default_tracker_feature: Feature | |
1048 | default_tracker_support: Support |
|
1046 | default_tracker_support: Support | |
1049 | default_issue_status_new: New |
|
1047 | default_issue_status_new: New | |
1050 | default_issue_status_in_progress: In Progress |
|
1048 | default_issue_status_in_progress: In Progress | |
1051 | default_issue_status_resolved: Resolved |
|
1049 | default_issue_status_resolved: Resolved | |
1052 | default_issue_status_feedback: Feedback |
|
1050 | default_issue_status_feedback: Feedback | |
1053 | default_issue_status_closed: Closed |
|
1051 | default_issue_status_closed: Closed | |
1054 | default_issue_status_rejected: Rejected |
|
1052 | default_issue_status_rejected: Rejected | |
1055 | default_doc_category_user: User documentation |
|
1053 | default_doc_category_user: User documentation | |
1056 | default_doc_category_tech: Technical documentation |
|
1054 | default_doc_category_tech: Technical documentation | |
1057 | default_priority_low: Low |
|
1055 | default_priority_low: Low | |
1058 | default_priority_normal: Normal |
|
1056 | default_priority_normal: Normal | |
1059 | default_priority_high: High |
|
1057 | default_priority_high: High | |
1060 | default_priority_urgent: Urgent |
|
1058 | default_priority_urgent: Urgent | |
1061 | default_priority_immediate: Immediate |
|
1059 | default_priority_immediate: Immediate | |
1062 | default_activity_design: Design |
|
1060 | default_activity_design: Design | |
1063 | default_activity_development: Development |
|
1061 | default_activity_development: Development | |
1064 |
|
1062 | |||
1065 | enumeration_issue_priorities: Issue priorities |
|
1063 | enumeration_issue_priorities: Issue priorities | |
1066 | enumeration_doc_categories: Document categories |
|
1064 | enumeration_doc_categories: Document categories | |
1067 | enumeration_activities: Activities (time tracking) |
|
1065 | enumeration_activities: Activities (time tracking) | |
1068 | enumeration_system_activity: System Activity |
|
1066 | enumeration_system_activity: System Activity | |
1069 | description_filter: Filter |
|
1067 | description_filter: Filter | |
1070 | description_search: Searchfield |
|
1068 | description_search: Searchfield | |
1071 | description_choose_project: Projects |
|
1069 | description_choose_project: Projects | |
1072 | description_project_scope: Search scope |
|
1070 | description_project_scope: Search scope | |
1073 | description_notes: Notes |
|
1071 | description_notes: Notes | |
1074 | description_message_content: Message content |
|
1072 | description_message_content: Message content | |
1075 | description_query_sort_criteria_attribute: Sort attribute |
|
1073 | description_query_sort_criteria_attribute: Sort attribute | |
1076 | description_query_sort_criteria_direction: Sort direction |
|
1074 | description_query_sort_criteria_direction: Sort direction | |
1077 | description_user_mail_notification: Mail notification settings |
|
1075 | description_user_mail_notification: Mail notification settings | |
1078 | description_available_columns: Available Columns |
|
1076 | description_available_columns: Available Columns | |
1079 | description_selected_columns: Selected Columns |
|
1077 | description_selected_columns: Selected Columns | |
1080 | description_all_columns: All Columns |
|
1078 | description_all_columns: All Columns | |
1081 | description_issue_category_reassign: Choose issue category |
|
1079 | description_issue_category_reassign: Choose issue category | |
1082 | description_wiki_subpages_reassign: Choose new parent page |
|
1080 | description_wiki_subpages_reassign: Choose new parent page | |
1083 | description_date_range_list: Choose range from list |
|
1081 | description_date_range_list: Choose range from list | |
1084 | description_date_range_interval: Choose range by selecting start and end date |
|
1082 | description_date_range_interval: Choose range by selecting start and end date | |
1085 | description_date_from: Enter start date |
|
1083 | description_date_from: Enter start date | |
1086 | description_date_to: Enter end date |
|
1084 | description_date_to: Enter end date | |
1087 | text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' |
|
1085 | text_repository_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' |
@@ -1,1112 +1,1110 | |||||
1 | pt-BR: |
|
1 | pt-BR: | |
2 | direction: ltr |
|
2 | direction: ltr | |
3 | jquery: |
|
|||
4 | locale: "pt-BR" |
|
|||
5 | date: |
|
3 | date: | |
6 | formats: |
|
4 | formats: | |
7 | default: "%d/%m/%Y" |
|
5 | default: "%d/%m/%Y" | |
8 | short: "%d de %B" |
|
6 | short: "%d de %B" | |
9 | long: "%d de %B de %Y" |
|
7 | long: "%d de %B de %Y" | |
10 | only_day: "%d" |
|
8 | only_day: "%d" | |
11 |
|
9 | |||
12 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] |
|
10 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] | |
13 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
11 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] | |
14 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
12 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] | |
15 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
13 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] | |
16 | order: |
|
14 | order: | |
17 | - :day |
|
15 | - :day | |
18 | - :month |
|
16 | - :month | |
19 | - :year |
|
17 | - :year | |
20 |
|
18 | |||
21 | time: |
|
19 | time: | |
22 | formats: |
|
20 | formats: | |
23 | default: "%A, %d de %B de %Y, %H:%M h" |
|
21 | default: "%A, %d de %B de %Y, %H:%M h" | |
24 | time: "%H:%M h" |
|
22 | time: "%H:%M h" | |
25 | short: "%d/%m, %H:%M h" |
|
23 | short: "%d/%m, %H:%M h" | |
26 | long: "%A, %d de %B de %Y, %H:%M h" |
|
24 | long: "%A, %d de %B de %Y, %H:%M h" | |
27 | only_second: "%S" |
|
25 | only_second: "%S" | |
28 | datetime: |
|
26 | datetime: | |
29 | formats: |
|
27 | formats: | |
30 | default: "%Y-%m-%dT%H:%M:%S%Z" |
|
28 | default: "%Y-%m-%dT%H:%M:%S%Z" | |
31 | am: '' |
|
29 | am: '' | |
32 | pm: '' |
|
30 | pm: '' | |
33 |
|
31 | |||
34 | # date helper distancia em palavras |
|
32 | # date helper distancia em palavras | |
35 | datetime: |
|
33 | datetime: | |
36 | distance_in_words: |
|
34 | distance_in_words: | |
37 | half_a_minute: 'meio minuto' |
|
35 | half_a_minute: 'meio minuto' | |
38 | less_than_x_seconds: |
|
36 | less_than_x_seconds: | |
39 | one: 'menos de 1 segundo' |
|
37 | one: 'menos de 1 segundo' | |
40 | other: 'menos de %{count} segundos' |
|
38 | other: 'menos de %{count} segundos' | |
41 |
|
39 | |||
42 | x_seconds: |
|
40 | x_seconds: | |
43 | one: '1 segundo' |
|
41 | one: '1 segundo' | |
44 | other: '%{count} segundos' |
|
42 | other: '%{count} segundos' | |
45 |
|
43 | |||
46 | less_than_x_minutes: |
|
44 | less_than_x_minutes: | |
47 | one: 'menos de um minuto' |
|
45 | one: 'menos de um minuto' | |
48 | other: 'menos de %{count} minutos' |
|
46 | other: 'menos de %{count} minutos' | |
49 |
|
47 | |||
50 | x_minutes: |
|
48 | x_minutes: | |
51 | one: '1 minuto' |
|
49 | one: '1 minuto' | |
52 | other: '%{count} minutos' |
|
50 | other: '%{count} minutos' | |
53 |
|
51 | |||
54 | about_x_hours: |
|
52 | about_x_hours: | |
55 | one: 'aproximadamente 1 hora' |
|
53 | one: 'aproximadamente 1 hora' | |
56 | other: 'aproximadamente %{count} horas' |
|
54 | other: 'aproximadamente %{count} horas' | |
57 | x_hours: |
|
55 | x_hours: | |
58 | one: "1 hora" |
|
56 | one: "1 hora" | |
59 | other: "%{count} horas" |
|
57 | other: "%{count} horas" | |
60 |
|
58 | |||
61 | x_days: |
|
59 | x_days: | |
62 | one: '1 dia' |
|
60 | one: '1 dia' | |
63 | other: '%{count} dias' |
|
61 | other: '%{count} dias' | |
64 |
|
62 | |||
65 | about_x_months: |
|
63 | about_x_months: | |
66 | one: 'aproximadamente 1 mês' |
|
64 | one: 'aproximadamente 1 mês' | |
67 | other: 'aproximadamente %{count} meses' |
|
65 | other: 'aproximadamente %{count} meses' | |
68 |
|
66 | |||
69 | x_months: |
|
67 | x_months: | |
70 | one: '1 mês' |
|
68 | one: '1 mês' | |
71 | other: '%{count} meses' |
|
69 | other: '%{count} meses' | |
72 |
|
70 | |||
73 | about_x_years: |
|
71 | about_x_years: | |
74 | one: 'aproximadamente 1 ano' |
|
72 | one: 'aproximadamente 1 ano' | |
75 | other: 'aproximadamente %{count} anos' |
|
73 | other: 'aproximadamente %{count} anos' | |
76 |
|
74 | |||
77 | over_x_years: |
|
75 | over_x_years: | |
78 | one: 'mais de 1 ano' |
|
76 | one: 'mais de 1 ano' | |
79 | other: 'mais de %{count} anos' |
|
77 | other: 'mais de %{count} anos' | |
80 | almost_x_years: |
|
78 | almost_x_years: | |
81 | one: "quase 1 ano" |
|
79 | one: "quase 1 ano" | |
82 | other: "quase %{count} anos" |
|
80 | other: "quase %{count} anos" | |
83 |
|
81 | |||
84 | # numeros |
|
82 | # numeros | |
85 | number: |
|
83 | number: | |
86 | format: |
|
84 | format: | |
87 | precision: 3 |
|
85 | precision: 3 | |
88 | separator: ',' |
|
86 | separator: ',' | |
89 | delimiter: '.' |
|
87 | delimiter: '.' | |
90 | currency: |
|
88 | currency: | |
91 | format: |
|
89 | format: | |
92 | unit: 'R$' |
|
90 | unit: 'R$' | |
93 | precision: 2 |
|
91 | precision: 2 | |
94 | format: '%u %n' |
|
92 | format: '%u %n' | |
95 | separator: ',' |
|
93 | separator: ',' | |
96 | delimiter: '.' |
|
94 | delimiter: '.' | |
97 | percentage: |
|
95 | percentage: | |
98 | format: |
|
96 | format: | |
99 | delimiter: '.' |
|
97 | delimiter: '.' | |
100 | precision: |
|
98 | precision: | |
101 | format: |
|
99 | format: | |
102 | delimiter: '.' |
|
100 | delimiter: '.' | |
103 | human: |
|
101 | human: | |
104 | format: |
|
102 | format: | |
105 | precision: 3 |
|
103 | precision: 3 | |
106 | delimiter: '.' |
|
104 | delimiter: '.' | |
107 | storage_units: |
|
105 | storage_units: | |
108 | format: "%n %u" |
|
106 | format: "%n %u" | |
109 | units: |
|
107 | units: | |
110 | byte: |
|
108 | byte: | |
111 | one: "Byte" |
|
109 | one: "Byte" | |
112 | other: "Bytes" |
|
110 | other: "Bytes" | |
113 | kb: "KB" |
|
111 | kb: "KB" | |
114 | mb: "MB" |
|
112 | mb: "MB" | |
115 | gb: "GB" |
|
113 | gb: "GB" | |
116 | tb: "TB" |
|
114 | tb: "TB" | |
117 | support: |
|
115 | support: | |
118 | array: |
|
116 | array: | |
119 | sentence_connector: "e" |
|
117 | sentence_connector: "e" | |
120 | skip_last_comma: true |
|
118 | skip_last_comma: true | |
121 |
|
119 | |||
122 | # Active Record |
|
120 | # Active Record | |
123 | activerecord: |
|
121 | activerecord: | |
124 | errors: |
|
122 | errors: | |
125 | template: |
|
123 | template: | |
126 | header: |
|
124 | header: | |
127 | one: "modelo não pode ser salvo: 1 erro" |
|
125 | one: "modelo não pode ser salvo: 1 erro" | |
128 | other: "modelo não pode ser salvo: %{count} erros." |
|
126 | other: "modelo não pode ser salvo: %{count} erros." | |
129 | body: "Por favor, verifique os seguintes campos:" |
|
127 | body: "Por favor, verifique os seguintes campos:" | |
130 | messages: |
|
128 | messages: | |
131 | inclusion: "não está incluso na lista" |
|
129 | inclusion: "não está incluso na lista" | |
132 | exclusion: "não está disponível" |
|
130 | exclusion: "não está disponível" | |
133 | invalid: "não é válido" |
|
131 | invalid: "não é válido" | |
134 | confirmation: "não está de acordo com a confirmação" |
|
132 | confirmation: "não está de acordo com a confirmação" | |
135 | accepted: "precisa ser aceito" |
|
133 | accepted: "precisa ser aceito" | |
136 | empty: "não pode ficar vazio" |
|
134 | empty: "não pode ficar vazio" | |
137 | blank: "não pode ficar vazio" |
|
135 | blank: "não pode ficar vazio" | |
138 | too_long: "é muito longo (máximo: %{count} caracteres)" |
|
136 | too_long: "é muito longo (máximo: %{count} caracteres)" | |
139 | too_short: "é muito curto (mínimo: %{count} caracteres)" |
|
137 | too_short: "é muito curto (mínimo: %{count} caracteres)" | |
140 | wrong_length: "deve ter %{count} caracteres" |
|
138 | wrong_length: "deve ter %{count} caracteres" | |
141 | taken: "não está disponível" |
|
139 | taken: "não está disponível" | |
142 | not_a_number: "não é um número" |
|
140 | not_a_number: "não é um número" | |
143 | greater_than: "precisa ser maior do que %{count}" |
|
141 | greater_than: "precisa ser maior do que %{count}" | |
144 | greater_than_or_equal_to: "precisa ser maior ou igual a %{count}" |
|
142 | greater_than_or_equal_to: "precisa ser maior ou igual a %{count}" | |
145 | equal_to: "precisa ser igual a %{count}" |
|
143 | equal_to: "precisa ser igual a %{count}" | |
146 | less_than: "precisa ser menor do que %{count}" |
|
144 | less_than: "precisa ser menor do que %{count}" | |
147 | less_than_or_equal_to: "precisa ser menor ou igual a %{count}" |
|
145 | less_than_or_equal_to: "precisa ser menor ou igual a %{count}" | |
148 | odd: "precisa ser ímpar" |
|
146 | odd: "precisa ser ímpar" | |
149 | even: "precisa ser par" |
|
147 | even: "precisa ser par" | |
150 | greater_than_start_date: "deve ser maior que a data inicial" |
|
148 | greater_than_start_date: "deve ser maior que a data inicial" | |
151 | not_same_project: "não pertence ao mesmo projeto" |
|
149 | not_same_project: "não pertence ao mesmo projeto" | |
152 | circular_dependency: "Esta relação geraria uma dependência circular" |
|
150 | circular_dependency: "Esta relação geraria uma dependência circular" | |
153 | cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas" |
|
151 | cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas" | |
154 |
|
152 | |||
155 | actionview_instancetag_blank_option: Selecione |
|
153 | actionview_instancetag_blank_option: Selecione | |
156 |
|
154 | |||
157 | general_text_No: 'Não' |
|
155 | general_text_No: 'Não' | |
158 | general_text_Yes: 'Sim' |
|
156 | general_text_Yes: 'Sim' | |
159 | general_text_no: 'não' |
|
157 | general_text_no: 'não' | |
160 | general_text_yes: 'sim' |
|
158 | general_text_yes: 'sim' | |
161 | general_lang_name: 'Português(Brasil)' |
|
159 | general_lang_name: 'Português(Brasil)' | |
162 | general_csv_separator: ';' |
|
160 | general_csv_separator: ';' | |
163 | general_csv_decimal_separator: ',' |
|
161 | general_csv_decimal_separator: ',' | |
164 | general_csv_encoding: ISO-8859-1 |
|
162 | general_csv_encoding: ISO-8859-1 | |
165 | general_pdf_encoding: UTF-8 |
|
163 | general_pdf_encoding: UTF-8 | |
166 | general_first_day_of_week: '1' |
|
164 | general_first_day_of_week: '1' | |
167 |
|
165 | |||
168 | notice_account_updated: Conta atualizada com sucesso. |
|
166 | notice_account_updated: Conta atualizada com sucesso. | |
169 | notice_account_invalid_creditentials: Usuário ou senha inválido. |
|
167 | notice_account_invalid_creditentials: Usuário ou senha inválido. | |
170 | notice_account_password_updated: Senha alterada com sucesso. |
|
168 | notice_account_password_updated: Senha alterada com sucesso. | |
171 | notice_account_wrong_password: Senha inválida. |
|
169 | notice_account_wrong_password: Senha inválida. | |
172 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. |
|
170 | notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail. | |
173 | notice_account_unknown_email: Usuário desconhecido. |
|
171 | notice_account_unknown_email: Usuário desconhecido. | |
174 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. |
|
172 | notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha. | |
175 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. |
|
173 | notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você. | |
176 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. |
|
174 | notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora. | |
177 | notice_successful_create: Criado com sucesso. |
|
175 | notice_successful_create: Criado com sucesso. | |
178 | notice_successful_update: Alterado com sucesso. |
|
176 | notice_successful_update: Alterado com sucesso. | |
179 | notice_successful_delete: Excluído com sucesso. |
|
177 | notice_successful_delete: Excluído com sucesso. | |
180 | notice_successful_connection: Conectado com sucesso. |
|
178 | notice_successful_connection: Conectado com sucesso. | |
181 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. |
|
179 | notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída. | |
182 | notice_locking_conflict: Os dados foram atualizados por outro usuário. |
|
180 | notice_locking_conflict: Os dados foram atualizados por outro usuário. | |
183 | notice_not_authorized: Você não está autorizado a acessar esta página. |
|
181 | notice_not_authorized: Você não está autorizado a acessar esta página. | |
184 | notice_email_sent: "Um e-mail foi enviado para %{value}" |
|
182 | notice_email_sent: "Um e-mail foi enviado para %{value}" | |
185 | notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})" |
|
183 | notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})" | |
186 | notice_feeds_access_key_reseted: Sua chave Atom foi reconfigurada. |
|
184 | notice_feeds_access_key_reseted: Sua chave Atom foi reconfigurada. | |
187 | notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}." |
|
185 | notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}." | |
188 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." |
|
186 | notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar." | |
189 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." |
|
187 | notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador." | |
190 | notice_default_data_loaded: Configuração padrão carregada com sucesso. |
|
188 | notice_default_data_loaded: Configuração padrão carregada com sucesso. | |
191 |
|
189 | |||
192 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}" |
|
190 | error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}" | |
193 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." |
|
191 | error_scm_not_found: "A entrada e/ou a revisão não existe no repositório." | |
194 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}" |
|
192 | error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}" | |
195 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." |
|
193 | error_scm_annotate: "Esta entrada não existe ou não pode ser anotada." | |
196 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' |
|
194 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto' | |
197 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' |
|
195 | error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.' | |
198 | 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").' |
|
196 | 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").' | |
199 |
|
197 | |||
200 | mail_subject_lost_password: "Sua senha do %{value}." |
|
198 | mail_subject_lost_password: "Sua senha do %{value}." | |
201 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
199 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
202 | mail_subject_register: "Ativação de conta do %{value}." |
|
200 | mail_subject_register: "Ativação de conta do %{value}." | |
203 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' |
|
201 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
204 | mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar." |
|
202 | mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar." | |
205 | mail_body_account_information: Informações sobre sua conta |
|
203 | mail_body_account_information: Informações sobre sua conta | |
206 | mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta" |
|
204 | mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta" | |
207 | mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:" |
|
205 | mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:" | |
208 | mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias" |
|
206 | mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias" | |
209 | mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:" |
|
207 | mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:" | |
210 |
|
208 | |||
211 |
|
209 | |||
212 | field_name: Nome |
|
210 | field_name: Nome | |
213 | field_description: Descrição |
|
211 | field_description: Descrição | |
214 | field_summary: Resumo |
|
212 | field_summary: Resumo | |
215 | field_is_required: Obrigatório |
|
213 | field_is_required: Obrigatório | |
216 | field_firstname: Nome |
|
214 | field_firstname: Nome | |
217 | field_lastname: Sobrenome |
|
215 | field_lastname: Sobrenome | |
218 | field_mail: E-mail |
|
216 | field_mail: E-mail | |
219 | field_filename: Arquivo |
|
217 | field_filename: Arquivo | |
220 | field_filesize: Tamanho |
|
218 | field_filesize: Tamanho | |
221 | field_downloads: Downloads |
|
219 | field_downloads: Downloads | |
222 | field_author: Autor |
|
220 | field_author: Autor | |
223 | field_created_on: Criado em |
|
221 | field_created_on: Criado em | |
224 | field_updated_on: Alterado em |
|
222 | field_updated_on: Alterado em | |
225 | field_field_format: Formato |
|
223 | field_field_format: Formato | |
226 | field_is_for_all: Para todos os projetos |
|
224 | field_is_for_all: Para todos os projetos | |
227 | field_possible_values: Possíveis valores |
|
225 | field_possible_values: Possíveis valores | |
228 | field_regexp: Expressão regular |
|
226 | field_regexp: Expressão regular | |
229 | field_min_length: Tamanho mínimo |
|
227 | field_min_length: Tamanho mínimo | |
230 | field_max_length: Tamanho máximo |
|
228 | field_max_length: Tamanho máximo | |
231 | field_value: Valor |
|
229 | field_value: Valor | |
232 | field_category: Categoria |
|
230 | field_category: Categoria | |
233 | field_title: Título |
|
231 | field_title: Título | |
234 | field_project: Projeto |
|
232 | field_project: Projeto | |
235 | field_issue: Tarefa |
|
233 | field_issue: Tarefa | |
236 | field_status: Situação |
|
234 | field_status: Situação | |
237 | field_notes: Notas |
|
235 | field_notes: Notas | |
238 | field_is_closed: Tarefa fechada |
|
236 | field_is_closed: Tarefa fechada | |
239 | field_is_default: Situação padrão |
|
237 | field_is_default: Situação padrão | |
240 | field_tracker: Tipo |
|
238 | field_tracker: Tipo | |
241 | field_subject: Título |
|
239 | field_subject: Título | |
242 | field_due_date: Data prevista |
|
240 | field_due_date: Data prevista | |
243 | field_assigned_to: Atribuído para |
|
241 | field_assigned_to: Atribuído para | |
244 | field_priority: Prioridade |
|
242 | field_priority: Prioridade | |
245 | field_fixed_version: Versão |
|
243 | field_fixed_version: Versão | |
246 | field_user: Usuário |
|
244 | field_user: Usuário | |
247 | field_role: Cargo |
|
245 | field_role: Cargo | |
248 | field_homepage: Página do projeto |
|
246 | field_homepage: Página do projeto | |
249 | field_is_public: Público |
|
247 | field_is_public: Público | |
250 | field_parent: Sub-projeto de |
|
248 | field_parent: Sub-projeto de | |
251 | field_is_in_roadmap: Exibir no planejamento |
|
249 | field_is_in_roadmap: Exibir no planejamento | |
252 | field_login: Usuário |
|
250 | field_login: Usuário | |
253 | field_mail_notification: Notificações por e-mail |
|
251 | field_mail_notification: Notificações por e-mail | |
254 | field_admin: Administrador |
|
252 | field_admin: Administrador | |
255 | field_last_login_on: Última conexão |
|
253 | field_last_login_on: Última conexão | |
256 | field_language: Idioma |
|
254 | field_language: Idioma | |
257 | field_effective_date: Data |
|
255 | field_effective_date: Data | |
258 | field_password: Senha |
|
256 | field_password: Senha | |
259 | field_new_password: Nova senha |
|
257 | field_new_password: Nova senha | |
260 | field_password_confirmation: Confirmação |
|
258 | field_password_confirmation: Confirmação | |
261 | field_version: Versão |
|
259 | field_version: Versão | |
262 | field_type: Tipo |
|
260 | field_type: Tipo | |
263 | field_host: Servidor |
|
261 | field_host: Servidor | |
264 | field_port: Porta |
|
262 | field_port: Porta | |
265 | field_account: Conta |
|
263 | field_account: Conta | |
266 | field_base_dn: DN Base |
|
264 | field_base_dn: DN Base | |
267 | field_attr_login: Atributo para nome de usuário |
|
265 | field_attr_login: Atributo para nome de usuário | |
268 | field_attr_firstname: Atributo para nome |
|
266 | field_attr_firstname: Atributo para nome | |
269 | field_attr_lastname: Atributo para sobrenome |
|
267 | field_attr_lastname: Atributo para sobrenome | |
270 | field_attr_mail: Atributo para e-mail |
|
268 | field_attr_mail: Atributo para e-mail | |
271 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") |
|
269 | field_onthefly: Criar usuários dinamicamente ("on-the-fly") | |
272 | field_start_date: Início |
|
270 | field_start_date: Início | |
273 | field_done_ratio: "% Terminado" |
|
271 | field_done_ratio: "% Terminado" | |
274 | field_auth_source: Modo de autenticação |
|
272 | field_auth_source: Modo de autenticação | |
275 | field_hide_mail: Ocultar meu e-mail |
|
273 | field_hide_mail: Ocultar meu e-mail | |
276 | field_comments: Comentário |
|
274 | field_comments: Comentário | |
277 | field_url: URL |
|
275 | field_url: URL | |
278 | field_start_page: Página inicial |
|
276 | field_start_page: Página inicial | |
279 | field_subproject: Sub-projeto |
|
277 | field_subproject: Sub-projeto | |
280 | field_hours: Horas |
|
278 | field_hours: Horas | |
281 | field_activity: Atividade |
|
279 | field_activity: Atividade | |
282 | field_spent_on: Data |
|
280 | field_spent_on: Data | |
283 | field_identifier: Identificador |
|
281 | field_identifier: Identificador | |
284 | field_is_filter: É um filtro |
|
282 | field_is_filter: É um filtro | |
285 | field_issue_to: Tarefa relacionada |
|
283 | field_issue_to: Tarefa relacionada | |
286 | field_delay: Atraso |
|
284 | field_delay: Atraso | |
287 | field_assignable: Tarefas podem ser atribuídas a este papel |
|
285 | field_assignable: Tarefas podem ser atribuídas a este papel | |
288 | field_redirect_existing_links: Redirecionar links existentes |
|
286 | field_redirect_existing_links: Redirecionar links existentes | |
289 | field_estimated_hours: Tempo estimado |
|
287 | field_estimated_hours: Tempo estimado | |
290 | field_column_names: Colunas |
|
288 | field_column_names: Colunas | |
291 | field_time_zone: Fuso-horário |
|
289 | field_time_zone: Fuso-horário | |
292 | field_searchable: Pesquisável |
|
290 | field_searchable: Pesquisável | |
293 | field_default_value: Padrão |
|
291 | field_default_value: Padrão | |
294 | field_comments_sorting: Visualizar comentários |
|
292 | field_comments_sorting: Visualizar comentários | |
295 | field_parent_title: Página pai |
|
293 | field_parent_title: Página pai | |
296 |
|
294 | |||
297 | setting_app_title: Título da aplicação |
|
295 | setting_app_title: Título da aplicação | |
298 | setting_app_subtitle: Sub-título da aplicação |
|
296 | setting_app_subtitle: Sub-título da aplicação | |
299 | setting_welcome_text: Texto de boas-vindas |
|
297 | setting_welcome_text: Texto de boas-vindas | |
300 | setting_default_language: Idioma padrão |
|
298 | setting_default_language: Idioma padrão | |
301 | setting_login_required: Exigir autenticação |
|
299 | setting_login_required: Exigir autenticação | |
302 | setting_self_registration: Permitido Auto-registro |
|
300 | setting_self_registration: Permitido Auto-registro | |
303 | setting_attachment_max_size: Tamanho máximo do anexo |
|
301 | setting_attachment_max_size: Tamanho máximo do anexo | |
304 | setting_issues_export_limit: Limite de exportação das tarefas |
|
302 | setting_issues_export_limit: Limite de exportação das tarefas | |
305 | setting_mail_from: E-mail enviado de |
|
303 | setting_mail_from: E-mail enviado de | |
306 | setting_bcc_recipients: Enviar com cópia oculta (cco) |
|
304 | setting_bcc_recipients: Enviar com cópia oculta (cco) | |
307 | setting_host_name: Nome do Servidor e subdomínio |
|
305 | setting_host_name: Nome do Servidor e subdomínio | |
308 | setting_text_formatting: Formatação do texto |
|
306 | setting_text_formatting: Formatação do texto | |
309 | setting_wiki_compression: Compactação de histórico do Wiki |
|
307 | setting_wiki_compression: Compactação de histórico do Wiki | |
310 | setting_feeds_limit: Número de registros por Feed |
|
308 | setting_feeds_limit: Número de registros por Feed | |
311 | setting_default_projects_public: Novos projetos são públicos por padrão |
|
309 | setting_default_projects_public: Novos projetos são públicos por padrão | |
312 | setting_autofetch_changesets: Obter commits automaticamente |
|
310 | setting_autofetch_changesets: Obter commits automaticamente | |
313 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN) |
|
311 | setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN) | |
314 | setting_commit_ref_keywords: Palavras de referência |
|
312 | setting_commit_ref_keywords: Palavras de referência | |
315 | setting_commit_fix_keywords: Palavras de fechamento |
|
313 | setting_commit_fix_keywords: Palavras de fechamento | |
316 | setting_autologin: Auto-login |
|
314 | setting_autologin: Auto-login | |
317 | setting_date_format: Formato da data |
|
315 | setting_date_format: Formato da data | |
318 | setting_time_format: Formato de hora |
|
316 | setting_time_format: Formato de hora | |
319 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos |
|
317 | setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos | |
320 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas |
|
318 | setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas | |
321 | setting_emails_footer: Rodapé do e-mail |
|
319 | setting_emails_footer: Rodapé do e-mail | |
322 | setting_protocol: Protocolo |
|
320 | setting_protocol: Protocolo | |
323 | setting_per_page_options: Número de itens exibidos por página |
|
321 | setting_per_page_options: Número de itens exibidos por página | |
324 | setting_user_format: Formato de exibição de nome de usuário |
|
322 | setting_user_format: Formato de exibição de nome de usuário | |
325 | setting_activity_days_default: Dias visualizados na atividade do projeto |
|
323 | setting_activity_days_default: Dias visualizados na atividade do projeto | |
326 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão |
|
324 | setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão | |
327 | setting_enabled_scm: SCM habilitados |
|
325 | setting_enabled_scm: SCM habilitados | |
328 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada |
|
326 | setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada | |
329 | setting_mail_handler_api_key: Chave de API |
|
327 | setting_mail_handler_api_key: Chave de API | |
330 | setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto |
|
328 | setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto | |
331 |
|
329 | |||
332 | project_module_issue_tracking: Gerenciamento de Tarefas |
|
330 | project_module_issue_tracking: Gerenciamento de Tarefas | |
333 | project_module_time_tracking: Gerenciamento de tempo |
|
331 | project_module_time_tracking: Gerenciamento de tempo | |
334 | project_module_news: Notícias |
|
332 | project_module_news: Notícias | |
335 | project_module_documents: Documentos |
|
333 | project_module_documents: Documentos | |
336 | project_module_files: Arquivos |
|
334 | project_module_files: Arquivos | |
337 | project_module_wiki: Wiki |
|
335 | project_module_wiki: Wiki | |
338 | project_module_repository: Repositório |
|
336 | project_module_repository: Repositório | |
339 | project_module_boards: Fóruns |
|
337 | project_module_boards: Fóruns | |
340 |
|
338 | |||
341 | label_user: Usuário |
|
339 | label_user: Usuário | |
342 | label_user_plural: Usuários |
|
340 | label_user_plural: Usuários | |
343 | label_user_new: Novo usuário |
|
341 | label_user_new: Novo usuário | |
344 | label_project: Projeto |
|
342 | label_project: Projeto | |
345 | label_project_new: Novo projeto |
|
343 | label_project_new: Novo projeto | |
346 | label_project_plural: Projetos |
|
344 | label_project_plural: Projetos | |
347 | label_x_projects: |
|
345 | label_x_projects: | |
348 | zero: nenhum projeto |
|
346 | zero: nenhum projeto | |
349 | one: 1 projeto |
|
347 | one: 1 projeto | |
350 | other: "%{count} projetos" |
|
348 | other: "%{count} projetos" | |
351 | label_project_all: Todos os projetos |
|
349 | label_project_all: Todos os projetos | |
352 | label_project_latest: Últimos projetos |
|
350 | label_project_latest: Últimos projetos | |
353 | label_issue: Tarefa |
|
351 | label_issue: Tarefa | |
354 | label_issue_new: Nova tarefa |
|
352 | label_issue_new: Nova tarefa | |
355 | label_issue_plural: Tarefas |
|
353 | label_issue_plural: Tarefas | |
356 | label_issue_view_all: Ver todas as tarefas |
|
354 | label_issue_view_all: Ver todas as tarefas | |
357 | label_issues_by: "Tarefas por %{value}" |
|
355 | label_issues_by: "Tarefas por %{value}" | |
358 | label_issue_added: Tarefa adicionada |
|
356 | label_issue_added: Tarefa adicionada | |
359 | label_issue_updated: Tarefa atualizada |
|
357 | label_issue_updated: Tarefa atualizada | |
360 | label_issue_note_added: Nota adicionada |
|
358 | label_issue_note_added: Nota adicionada | |
361 | label_issue_status_updated: Situação atualizada |
|
359 | label_issue_status_updated: Situação atualizada | |
362 | label_issue_priority_updated: Prioridade atualizada |
|
360 | label_issue_priority_updated: Prioridade atualizada | |
363 | label_document: Documento |
|
361 | label_document: Documento | |
364 | label_document_new: Novo documento |
|
362 | label_document_new: Novo documento | |
365 | label_document_plural: Documentos |
|
363 | label_document_plural: Documentos | |
366 | label_document_added: Documento adicionado |
|
364 | label_document_added: Documento adicionado | |
367 | label_role: Papel |
|
365 | label_role: Papel | |
368 | label_role_plural: Papéis |
|
366 | label_role_plural: Papéis | |
369 | label_role_new: Novo papel |
|
367 | label_role_new: Novo papel | |
370 | label_role_and_permissions: Papéis e permissões |
|
368 | label_role_and_permissions: Papéis e permissões | |
371 | label_member: Membro |
|
369 | label_member: Membro | |
372 | label_member_new: Novo membro |
|
370 | label_member_new: Novo membro | |
373 | label_member_plural: Membros |
|
371 | label_member_plural: Membros | |
374 | label_tracker: Tipo de tarefa |
|
372 | label_tracker: Tipo de tarefa | |
375 | label_tracker_plural: Tipos de tarefas |
|
373 | label_tracker_plural: Tipos de tarefas | |
376 | label_tracker_new: Novo tipo |
|
374 | label_tracker_new: Novo tipo | |
377 | label_workflow: Fluxo de trabalho |
|
375 | label_workflow: Fluxo de trabalho | |
378 | label_issue_status: Situação da tarefa |
|
376 | label_issue_status: Situação da tarefa | |
379 | label_issue_status_plural: Situação das tarefas |
|
377 | label_issue_status_plural: Situação das tarefas | |
380 | label_issue_status_new: Nova situação |
|
378 | label_issue_status_new: Nova situação | |
381 | label_issue_category: Categoria da tarefa |
|
379 | label_issue_category: Categoria da tarefa | |
382 | label_issue_category_plural: Categorias das tarefas |
|
380 | label_issue_category_plural: Categorias das tarefas | |
383 | label_issue_category_new: Nova categoria |
|
381 | label_issue_category_new: Nova categoria | |
384 | label_custom_field: Campo personalizado |
|
382 | label_custom_field: Campo personalizado | |
385 | label_custom_field_plural: Campos personalizados |
|
383 | label_custom_field_plural: Campos personalizados | |
386 | label_custom_field_new: Novo campo personalizado |
|
384 | label_custom_field_new: Novo campo personalizado | |
387 | label_enumerations: 'Tipos & Categorias' |
|
385 | label_enumerations: 'Tipos & Categorias' | |
388 | label_enumeration_new: Novo |
|
386 | label_enumeration_new: Novo | |
389 | label_information: Informação |
|
387 | label_information: Informação | |
390 | label_information_plural: Informações |
|
388 | label_information_plural: Informações | |
391 | label_please_login: Efetue o login |
|
389 | label_please_login: Efetue o login | |
392 | label_register: Cadastre-se |
|
390 | label_register: Cadastre-se | |
393 | label_password_lost: Perdi minha senha |
|
391 | label_password_lost: Perdi minha senha | |
394 | label_home: Página inicial |
|
392 | label_home: Página inicial | |
395 | label_my_page: Minha página |
|
393 | label_my_page: Minha página | |
396 | label_my_account: Minha conta |
|
394 | label_my_account: Minha conta | |
397 | label_my_projects: Meus projetos |
|
395 | label_my_projects: Meus projetos | |
398 | label_administration: Administração |
|
396 | label_administration: Administração | |
399 | label_login: Entrar |
|
397 | label_login: Entrar | |
400 | label_logout: Sair |
|
398 | label_logout: Sair | |
401 | label_help: Ajuda |
|
399 | label_help: Ajuda | |
402 | label_reported_issues: Tarefas reportadas |
|
400 | label_reported_issues: Tarefas reportadas | |
403 | label_assigned_to_me_issues: Minhas tarefas |
|
401 | label_assigned_to_me_issues: Minhas tarefas | |
404 | label_last_login: Última conexão |
|
402 | label_last_login: Última conexão | |
405 | label_registered_on: Registrado em |
|
403 | label_registered_on: Registrado em | |
406 | label_activity: Atividade |
|
404 | label_activity: Atividade | |
407 | label_overall_activity: Atividades gerais |
|
405 | label_overall_activity: Atividades gerais | |
408 | label_new: Novo |
|
406 | label_new: Novo | |
409 | label_logged_as: "Acessando como:" |
|
407 | label_logged_as: "Acessando como:" | |
410 | label_environment: Ambiente |
|
408 | label_environment: Ambiente | |
411 | label_authentication: Autenticação |
|
409 | label_authentication: Autenticação | |
412 | label_auth_source: Modo de autenticação |
|
410 | label_auth_source: Modo de autenticação | |
413 | label_auth_source_new: Novo modo de autenticação |
|
411 | label_auth_source_new: Novo modo de autenticação | |
414 | label_auth_source_plural: Modos de autenticação |
|
412 | label_auth_source_plural: Modos de autenticação | |
415 | label_subproject_plural: Sub-projetos |
|
413 | label_subproject_plural: Sub-projetos | |
416 | label_and_its_subprojects: "%{value} e seus sub-projetos" |
|
414 | label_and_its_subprojects: "%{value} e seus sub-projetos" | |
417 | label_min_max_length: Tamanho mín-máx |
|
415 | label_min_max_length: Tamanho mín-máx | |
418 | label_list: Lista |
|
416 | label_list: Lista | |
419 | label_date: Data |
|
417 | label_date: Data | |
420 | label_integer: Inteiro |
|
418 | label_integer: Inteiro | |
421 | label_float: Decimal |
|
419 | label_float: Decimal | |
422 | label_boolean: Boleano |
|
420 | label_boolean: Boleano | |
423 | label_string: Texto |
|
421 | label_string: Texto | |
424 | label_text: Texto longo |
|
422 | label_text: Texto longo | |
425 | label_attribute: Atributo |
|
423 | label_attribute: Atributo | |
426 | label_attribute_plural: Atributos |
|
424 | label_attribute_plural: Atributos | |
427 | label_no_data: Nenhuma informação disponível |
|
425 | label_no_data: Nenhuma informação disponível | |
428 | label_change_status: Alterar situação |
|
426 | label_change_status: Alterar situação | |
429 | label_history: Histórico |
|
427 | label_history: Histórico | |
430 | label_attachment: Arquivo |
|
428 | label_attachment: Arquivo | |
431 | label_attachment_new: Novo arquivo |
|
429 | label_attachment_new: Novo arquivo | |
432 | label_attachment_delete: Excluir arquivo |
|
430 | label_attachment_delete: Excluir arquivo | |
433 | label_attachment_plural: Arquivos |
|
431 | label_attachment_plural: Arquivos | |
434 | label_file_added: Arquivo adicionado |
|
432 | label_file_added: Arquivo adicionado | |
435 | label_report: Relatório |
|
433 | label_report: Relatório | |
436 | label_report_plural: Relatório |
|
434 | label_report_plural: Relatório | |
437 | label_news: Notícia |
|
435 | label_news: Notícia | |
438 | label_news_new: Adicionar notícia |
|
436 | label_news_new: Adicionar notícia | |
439 | label_news_plural: Notícias |
|
437 | label_news_plural: Notícias | |
440 | label_news_latest: Últimas notícias |
|
438 | label_news_latest: Últimas notícias | |
441 | label_news_view_all: Ver todas as notícias |
|
439 | label_news_view_all: Ver todas as notícias | |
442 | label_news_added: Notícia adicionada |
|
440 | label_news_added: Notícia adicionada | |
443 | label_settings: Configurações |
|
441 | label_settings: Configurações | |
444 | label_overview: Visão geral |
|
442 | label_overview: Visão geral | |
445 | label_version: Versão |
|
443 | label_version: Versão | |
446 | label_version_new: Nova versão |
|
444 | label_version_new: Nova versão | |
447 | label_version_plural: Versões |
|
445 | label_version_plural: Versões | |
448 | label_confirmation: Confirmação |
|
446 | label_confirmation: Confirmação | |
449 | label_export_to: Exportar para |
|
447 | label_export_to: Exportar para | |
450 | label_read: Ler... |
|
448 | label_read: Ler... | |
451 | label_public_projects: Projetos públicos |
|
449 | label_public_projects: Projetos públicos | |
452 | label_open_issues: Aberta |
|
450 | label_open_issues: Aberta | |
453 | label_open_issues_plural: Abertas |
|
451 | label_open_issues_plural: Abertas | |
454 | label_closed_issues: Fechada |
|
452 | label_closed_issues: Fechada | |
455 | label_closed_issues_plural: Fechadas |
|
453 | label_closed_issues_plural: Fechadas | |
456 | label_x_open_issues_abbr_on_total: |
|
454 | label_x_open_issues_abbr_on_total: | |
457 | zero: 0 aberta / %{total} |
|
455 | zero: 0 aberta / %{total} | |
458 | one: 1 aberta / %{total} |
|
456 | one: 1 aberta / %{total} | |
459 | other: "%{count} abertas / %{total}" |
|
457 | other: "%{count} abertas / %{total}" | |
460 | label_x_open_issues_abbr: |
|
458 | label_x_open_issues_abbr: | |
461 | zero: 0 aberta |
|
459 | zero: 0 aberta | |
462 | one: 1 aberta |
|
460 | one: 1 aberta | |
463 | other: "%{count} abertas" |
|
461 | other: "%{count} abertas" | |
464 | label_x_closed_issues_abbr: |
|
462 | label_x_closed_issues_abbr: | |
465 | zero: 0 fechada |
|
463 | zero: 0 fechada | |
466 | one: 1 fechada |
|
464 | one: 1 fechada | |
467 | other: "%{count} fechadas" |
|
465 | other: "%{count} fechadas" | |
468 | label_total: Total |
|
466 | label_total: Total | |
469 | label_permissions: Permissões |
|
467 | label_permissions: Permissões | |
470 | label_current_status: Situação atual |
|
468 | label_current_status: Situação atual | |
471 | label_new_statuses_allowed: Nova situação permitida |
|
469 | label_new_statuses_allowed: Nova situação permitida | |
472 | label_all: todos |
|
470 | label_all: todos | |
473 | label_none: nenhum |
|
471 | label_none: nenhum | |
474 | label_nobody: ninguém |
|
472 | label_nobody: ninguém | |
475 | label_next: Próximo |
|
473 | label_next: Próximo | |
476 | label_previous: Anterior |
|
474 | label_previous: Anterior | |
477 | label_used_by: Usado por |
|
475 | label_used_by: Usado por | |
478 | label_details: Detalhes |
|
476 | label_details: Detalhes | |
479 | label_add_note: Adicionar nota |
|
477 | label_add_note: Adicionar nota | |
480 | label_per_page: Por página |
|
478 | label_per_page: Por página | |
481 | label_calendar: Calendário |
|
479 | label_calendar: Calendário | |
482 | label_months_from: meses a partir de |
|
480 | label_months_from: meses a partir de | |
483 | label_gantt: Gantt |
|
481 | label_gantt: Gantt | |
484 | label_internal: Interno |
|
482 | label_internal: Interno | |
485 | label_last_changes: "últimas %{count} alterações" |
|
483 | label_last_changes: "últimas %{count} alterações" | |
486 | label_change_view_all: Mostrar todas as alterações |
|
484 | label_change_view_all: Mostrar todas as alterações | |
487 | label_personalize_page: Personalizar esta página |
|
485 | label_personalize_page: Personalizar esta página | |
488 | label_comment: Comentário |
|
486 | label_comment: Comentário | |
489 | label_comment_plural: Comentários |
|
487 | label_comment_plural: Comentários | |
490 | label_x_comments: |
|
488 | label_x_comments: | |
491 | zero: nenhum comentário |
|
489 | zero: nenhum comentário | |
492 | one: 1 comentário |
|
490 | one: 1 comentário | |
493 | other: "%{count} comentários" |
|
491 | other: "%{count} comentários" | |
494 | label_comment_add: Adicionar comentário |
|
492 | label_comment_add: Adicionar comentário | |
495 | label_comment_added: Comentário adicionado |
|
493 | label_comment_added: Comentário adicionado | |
496 | label_comment_delete: Excluir comentário |
|
494 | label_comment_delete: Excluir comentário | |
497 | label_query: Consulta personalizada |
|
495 | label_query: Consulta personalizada | |
498 | label_query_plural: Consultas personalizadas |
|
496 | label_query_plural: Consultas personalizadas | |
499 | label_query_new: Nova consulta |
|
497 | label_query_new: Nova consulta | |
500 | label_filter_add: Adicionar filtro |
|
498 | label_filter_add: Adicionar filtro | |
501 | label_filter_plural: Filtros |
|
499 | label_filter_plural: Filtros | |
502 | label_equals: igual a |
|
500 | label_equals: igual a | |
503 | label_not_equals: diferente de |
|
501 | label_not_equals: diferente de | |
504 | label_in_less_than: maior que |
|
502 | label_in_less_than: maior que | |
505 | label_in_more_than: menor que |
|
503 | label_in_more_than: menor que | |
506 | label_in: em |
|
504 | label_in: em | |
507 | label_today: hoje |
|
505 | label_today: hoje | |
508 | label_all_time: tudo |
|
506 | label_all_time: tudo | |
509 | label_yesterday: ontem |
|
507 | label_yesterday: ontem | |
510 | label_this_week: esta semana |
|
508 | label_this_week: esta semana | |
511 | label_last_week: última semana |
|
509 | label_last_week: última semana | |
512 | label_last_n_days: "últimos %{count} dias" |
|
510 | label_last_n_days: "últimos %{count} dias" | |
513 | label_this_month: este mês |
|
511 | label_this_month: este mês | |
514 | label_last_month: último mês |
|
512 | label_last_month: último mês | |
515 | label_this_year: este ano |
|
513 | label_this_year: este ano | |
516 | label_date_range: Período |
|
514 | label_date_range: Período | |
517 | label_less_than_ago: menos de |
|
515 | label_less_than_ago: menos de | |
518 | label_more_than_ago: mais de |
|
516 | label_more_than_ago: mais de | |
519 | label_ago: dias atrás |
|
517 | label_ago: dias atrás | |
520 | label_contains: contém |
|
518 | label_contains: contém | |
521 | label_not_contains: não contém |
|
519 | label_not_contains: não contém | |
522 | label_day_plural: dias |
|
520 | label_day_plural: dias | |
523 | label_repository: Repositório |
|
521 | label_repository: Repositório | |
524 | label_repository_plural: Repositórios |
|
522 | label_repository_plural: Repositórios | |
525 | label_browse: Procurar |
|
523 | label_browse: Procurar | |
526 | label_revision: Revisão |
|
524 | label_revision: Revisão | |
527 | label_revision_plural: Revisões |
|
525 | label_revision_plural: Revisões | |
528 | label_associated_revisions: Revisões associadas |
|
526 | label_associated_revisions: Revisões associadas | |
529 | label_added: adicionada |
|
527 | label_added: adicionada | |
530 | label_modified: alterada |
|
528 | label_modified: alterada | |
531 | label_deleted: excluída |
|
529 | label_deleted: excluída | |
532 | label_latest_revision: Última revisão |
|
530 | label_latest_revision: Última revisão | |
533 | label_latest_revision_plural: Últimas revisões |
|
531 | label_latest_revision_plural: Últimas revisões | |
534 | label_view_revisions: Ver revisões |
|
532 | label_view_revisions: Ver revisões | |
535 | label_max_size: Tamanho máximo |
|
533 | label_max_size: Tamanho máximo | |
536 | label_sort_highest: Mover para o início |
|
534 | label_sort_highest: Mover para o início | |
537 | label_sort_higher: Mover para cima |
|
535 | label_sort_higher: Mover para cima | |
538 | label_sort_lower: Mover para baixo |
|
536 | label_sort_lower: Mover para baixo | |
539 | label_sort_lowest: Mover para o fim |
|
537 | label_sort_lowest: Mover para o fim | |
540 | label_roadmap: Planejamento |
|
538 | label_roadmap: Planejamento | |
541 | label_roadmap_due_in: "Previsto para %{value}" |
|
539 | label_roadmap_due_in: "Previsto para %{value}" | |
542 | label_roadmap_overdue: "%{value} atrasado" |
|
540 | label_roadmap_overdue: "%{value} atrasado" | |
543 | label_roadmap_no_issues: Sem tarefas para esta versão |
|
541 | label_roadmap_no_issues: Sem tarefas para esta versão | |
544 | label_search: Busca |
|
542 | label_search: Busca | |
545 | label_result_plural: Resultados |
|
543 | label_result_plural: Resultados | |
546 | label_all_words: Todas as palavras |
|
544 | label_all_words: Todas as palavras | |
547 | label_wiki: Wiki |
|
545 | label_wiki: Wiki | |
548 | label_wiki_edit: Editar Wiki |
|
546 | label_wiki_edit: Editar Wiki | |
549 | label_wiki_edit_plural: Edições Wiki |
|
547 | label_wiki_edit_plural: Edições Wiki | |
550 | label_wiki_page: Página Wiki |
|
548 | label_wiki_page: Página Wiki | |
551 | label_wiki_page_plural: páginas Wiki |
|
549 | label_wiki_page_plural: páginas Wiki | |
552 | label_index_by_title: Índice por título |
|
550 | label_index_by_title: Índice por título | |
553 | label_index_by_date: Índice por data |
|
551 | label_index_by_date: Índice por data | |
554 | label_current_version: Versão atual |
|
552 | label_current_version: Versão atual | |
555 | label_preview: Pré-visualizar |
|
553 | label_preview: Pré-visualizar | |
556 | label_feed_plural: Feeds |
|
554 | label_feed_plural: Feeds | |
557 | label_changes_details: Detalhes de todas as alterações |
|
555 | label_changes_details: Detalhes de todas as alterações | |
558 | label_issue_tracking: Tarefas |
|
556 | label_issue_tracking: Tarefas | |
559 | label_spent_time: Tempo gasto |
|
557 | label_spent_time: Tempo gasto | |
560 | label_f_hour: "%{value} hora" |
|
558 | label_f_hour: "%{value} hora" | |
561 | label_f_hour_plural: "%{value} horas" |
|
559 | label_f_hour_plural: "%{value} horas" | |
562 | label_time_tracking: Registro de horas |
|
560 | label_time_tracking: Registro de horas | |
563 | label_change_plural: Alterações |
|
561 | label_change_plural: Alterações | |
564 | label_statistics: Estatísticas |
|
562 | label_statistics: Estatísticas | |
565 | label_commits_per_month: Commits por mês |
|
563 | label_commits_per_month: Commits por mês | |
566 | label_commits_per_author: Commits por autor |
|
564 | label_commits_per_author: Commits por autor | |
567 | label_view_diff: Ver diferenças |
|
565 | label_view_diff: Ver diferenças | |
568 | label_diff_inline: inline |
|
566 | label_diff_inline: inline | |
569 | label_diff_side_by_side: lado a lado |
|
567 | label_diff_side_by_side: lado a lado | |
570 | label_options: Opções |
|
568 | label_options: Opções | |
571 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
569 | label_copy_workflow_from: Copiar fluxo de trabalho de | |
572 | label_permissions_report: Relatório de permissões |
|
570 | label_permissions_report: Relatório de permissões | |
573 | label_watched_issues: Tarefas observadas |
|
571 | label_watched_issues: Tarefas observadas | |
574 | label_related_issues: Tarefas relacionadas |
|
572 | label_related_issues: Tarefas relacionadas | |
575 | label_applied_status: Situação alterada |
|
573 | label_applied_status: Situação alterada | |
576 | label_loading: Carregando... |
|
574 | label_loading: Carregando... | |
577 | label_relation_new: Nova relação |
|
575 | label_relation_new: Nova relação | |
578 | label_relation_delete: Excluir relação |
|
576 | label_relation_delete: Excluir relação | |
579 | label_relates_to: relacionado a |
|
577 | label_relates_to: relacionado a | |
580 | label_duplicates: duplica |
|
578 | label_duplicates: duplica | |
581 | label_duplicated_by: duplicado por |
|
579 | label_duplicated_by: duplicado por | |
582 | label_blocks: bloqueia |
|
580 | label_blocks: bloqueia | |
583 | label_blocked_by: bloqueado por |
|
581 | label_blocked_by: bloqueado por | |
584 | label_precedes: precede |
|
582 | label_precedes: precede | |
585 | label_follows: segue |
|
583 | label_follows: segue | |
586 | label_end_to_start: fim para o início |
|
584 | label_end_to_start: fim para o início | |
587 | label_end_to_end: fim para fim |
|
585 | label_end_to_end: fim para fim | |
588 | label_start_to_start: início para início |
|
586 | label_start_to_start: início para início | |
589 | label_start_to_end: início para fim |
|
587 | label_start_to_end: início para fim | |
590 | label_stay_logged_in: Permanecer logado |
|
588 | label_stay_logged_in: Permanecer logado | |
591 | label_disabled: desabilitado |
|
589 | label_disabled: desabilitado | |
592 | label_show_completed_versions: Exibir versões completas |
|
590 | label_show_completed_versions: Exibir versões completas | |
593 | label_me: mim |
|
591 | label_me: mim | |
594 | label_board: Fórum |
|
592 | label_board: Fórum | |
595 | label_board_new: Novo fórum |
|
593 | label_board_new: Novo fórum | |
596 | label_board_plural: Fóruns |
|
594 | label_board_plural: Fóruns | |
597 | label_topic_plural: Tópicos |
|
595 | label_topic_plural: Tópicos | |
598 | label_message_plural: Mensagens |
|
596 | label_message_plural: Mensagens | |
599 | label_message_last: Última mensagem |
|
597 | label_message_last: Última mensagem | |
600 | label_message_new: Nova mensagem |
|
598 | label_message_new: Nova mensagem | |
601 | label_message_posted: Mensagem enviada |
|
599 | label_message_posted: Mensagem enviada | |
602 | label_reply_plural: Respostas |
|
600 | label_reply_plural: Respostas | |
603 | label_send_information: Enviar informação da nova conta para o usuário |
|
601 | label_send_information: Enviar informação da nova conta para o usuário | |
604 | label_year: Ano |
|
602 | label_year: Ano | |
605 | label_month: Mês |
|
603 | label_month: Mês | |
606 | label_week: Semana |
|
604 | label_week: Semana | |
607 | label_date_from: De |
|
605 | label_date_from: De | |
608 | label_date_to: Para |
|
606 | label_date_to: Para | |
609 | label_language_based: Com base no idioma do usuário |
|
607 | label_language_based: Com base no idioma do usuário | |
610 | label_sort_by: "Ordenar por %{value}" |
|
608 | label_sort_by: "Ordenar por %{value}" | |
611 | label_send_test_email: Enviar um e-mail de teste |
|
609 | label_send_test_email: Enviar um e-mail de teste | |
612 | label_feeds_access_key_created_on: "chave de acesso Atom criada %{value} atrás" |
|
610 | label_feeds_access_key_created_on: "chave de acesso Atom criada %{value} atrás" | |
613 | label_module_plural: Módulos |
|
611 | label_module_plural: Módulos | |
614 | label_added_time_by: "Adicionado por %{author} %{age} atrás" |
|
612 | label_added_time_by: "Adicionado por %{author} %{age} atrás" | |
615 | label_updated_time: "Atualizado %{value} atrás" |
|
613 | label_updated_time: "Atualizado %{value} atrás" | |
616 | label_jump_to_a_project: Ir para o projeto... |
|
614 | label_jump_to_a_project: Ir para o projeto... | |
617 | label_file_plural: Arquivos |
|
615 | label_file_plural: Arquivos | |
618 | label_changeset_plural: Changesets |
|
616 | label_changeset_plural: Changesets | |
619 | label_default_columns: Colunas padrão |
|
617 | label_default_columns: Colunas padrão | |
620 | label_no_change_option: (Sem alteração) |
|
618 | label_no_change_option: (Sem alteração) | |
621 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. |
|
619 | label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados. | |
622 | label_theme: Tema |
|
620 | label_theme: Tema | |
623 | label_default: Padrão |
|
621 | label_default: Padrão | |
624 | label_search_titles_only: Pesquisar somente títulos |
|
622 | label_search_titles_only: Pesquisar somente títulos | |
625 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" |
|
623 | label_user_mail_option_all: "Para qualquer evento em todos os meus projetos" | |
626 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." |
|
624 | label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..." | |
627 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" |
|
625 | label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações" | |
628 | label_registration_activation_by_email: ativação de conta por e-mail |
|
626 | label_registration_activation_by_email: ativação de conta por e-mail | |
629 | label_registration_manual_activation: ativação manual de conta |
|
627 | label_registration_manual_activation: ativação manual de conta | |
630 | label_registration_automatic_activation: ativação automática de conta |
|
628 | label_registration_automatic_activation: ativação automática de conta | |
631 | label_display_per_page: "Por página: %{value}" |
|
629 | label_display_per_page: "Por página: %{value}" | |
632 | label_age: Idade |
|
630 | label_age: Idade | |
633 | label_change_properties: Alterar propriedades |
|
631 | label_change_properties: Alterar propriedades | |
634 | label_general: Geral |
|
632 | label_general: Geral | |
635 | label_more: Mais |
|
633 | label_more: Mais | |
636 | label_scm: 'Controle de versão:' |
|
634 | label_scm: 'Controle de versão:' | |
637 | label_plugins: Plugins |
|
635 | label_plugins: Plugins | |
638 | label_ldap_authentication: Autenticação LDAP |
|
636 | label_ldap_authentication: Autenticação LDAP | |
639 | label_downloads_abbr: D/L |
|
637 | label_downloads_abbr: D/L | |
640 | label_optional_description: Descrição opcional |
|
638 | label_optional_description: Descrição opcional | |
641 | label_add_another_file: Adicionar outro arquivo |
|
639 | label_add_another_file: Adicionar outro arquivo | |
642 | label_preferences: Preferências |
|
640 | label_preferences: Preferências | |
643 | label_chronological_order: Em ordem cronológica |
|
641 | label_chronological_order: Em ordem cronológica | |
644 | label_reverse_chronological_order: Em ordem cronológica inversa |
|
642 | label_reverse_chronological_order: Em ordem cronológica inversa | |
645 | label_planning: Planejamento |
|
643 | label_planning: Planejamento | |
646 | label_incoming_emails: E-mails recebidos |
|
644 | label_incoming_emails: E-mails recebidos | |
647 | label_generate_key: Gerar uma chave |
|
645 | label_generate_key: Gerar uma chave | |
648 | label_issue_watchers: Observadores |
|
646 | label_issue_watchers: Observadores | |
649 |
|
647 | |||
650 | button_login: Entrar |
|
648 | button_login: Entrar | |
651 | button_submit: Enviar |
|
649 | button_submit: Enviar | |
652 | button_save: Salvar |
|
650 | button_save: Salvar | |
653 | button_check_all: Marcar todos |
|
651 | button_check_all: Marcar todos | |
654 | button_uncheck_all: Desmarcar todos |
|
652 | button_uncheck_all: Desmarcar todos | |
655 | button_delete: Excluir |
|
653 | button_delete: Excluir | |
656 | button_create: Criar |
|
654 | button_create: Criar | |
657 | button_test: Testar |
|
655 | button_test: Testar | |
658 | button_edit: Editar |
|
656 | button_edit: Editar | |
659 | button_add: Adicionar |
|
657 | button_add: Adicionar | |
660 | button_change: Alterar |
|
658 | button_change: Alterar | |
661 | button_apply: Aplicar |
|
659 | button_apply: Aplicar | |
662 | button_clear: Limpar |
|
660 | button_clear: Limpar | |
663 | button_lock: Bloquear |
|
661 | button_lock: Bloquear | |
664 | button_unlock: Desbloquear |
|
662 | button_unlock: Desbloquear | |
665 | button_download: Baixar |
|
663 | button_download: Baixar | |
666 | button_list: Listar |
|
664 | button_list: Listar | |
667 | button_view: Ver |
|
665 | button_view: Ver | |
668 | button_move: Mover |
|
666 | button_move: Mover | |
669 | button_back: Voltar |
|
667 | button_back: Voltar | |
670 | button_cancel: Cancelar |
|
668 | button_cancel: Cancelar | |
671 | button_activate: Ativar |
|
669 | button_activate: Ativar | |
672 | button_sort: Ordenar |
|
670 | button_sort: Ordenar | |
673 | button_log_time: Tempo de trabalho |
|
671 | button_log_time: Tempo de trabalho | |
674 | button_rollback: Voltar para esta versão |
|
672 | button_rollback: Voltar para esta versão | |
675 | button_watch: Observar |
|
673 | button_watch: Observar | |
676 | button_unwatch: Parar de observar |
|
674 | button_unwatch: Parar de observar | |
677 | button_reply: Responder |
|
675 | button_reply: Responder | |
678 | button_archive: Arquivar |
|
676 | button_archive: Arquivar | |
679 | button_unarchive: Desarquivar |
|
677 | button_unarchive: Desarquivar | |
680 | button_reset: Redefinir |
|
678 | button_reset: Redefinir | |
681 | button_rename: Renomear |
|
679 | button_rename: Renomear | |
682 | button_change_password: Alterar senha |
|
680 | button_change_password: Alterar senha | |
683 | button_copy: Copiar |
|
681 | button_copy: Copiar | |
684 | button_annotate: Anotar |
|
682 | button_annotate: Anotar | |
685 | button_update: Atualizar |
|
683 | button_update: Atualizar | |
686 | button_configure: Configurar |
|
684 | button_configure: Configurar | |
687 | button_quote: Responder |
|
685 | button_quote: Responder | |
688 |
|
686 | |||
689 | status_active: ativo |
|
687 | status_active: ativo | |
690 | status_registered: registrado |
|
688 | status_registered: registrado | |
691 | status_locked: bloqueado |
|
689 | status_locked: bloqueado | |
692 |
|
690 | |||
693 | text_select_mail_notifications: Ações a serem notificadas por e-mail |
|
691 | text_select_mail_notifications: Ações a serem notificadas por e-mail | |
694 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
692 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
695 | text_min_max_length_info: 0 = sem restrição |
|
693 | text_min_max_length_info: 0 = sem restrição | |
696 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? |
|
694 | text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados? | |
697 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos." |
|
695 | text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos." | |
698 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho |
|
696 | text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho | |
699 | text_are_you_sure: Você tem certeza? |
|
697 | text_are_you_sure: Você tem certeza? | |
700 | text_tip_issue_begin_day: tarefa inicia neste dia |
|
698 | text_tip_issue_begin_day: tarefa inicia neste dia | |
701 | text_tip_issue_end_day: tarefa termina neste dia |
|
699 | text_tip_issue_end_day: tarefa termina neste dia | |
702 | text_tip_issue_begin_end_day: tarefa inicia e termina neste dia |
|
700 | text_tip_issue_begin_end_day: tarefa inicia e termina neste dia | |
703 | text_caracters_maximum: "máximo %{count} caracteres" |
|
701 | text_caracters_maximum: "máximo %{count} caracteres" | |
704 | text_caracters_minimum: "deve ter ao menos %{count} caracteres." |
|
702 | text_caracters_minimum: "deve ter ao menos %{count} caracteres." | |
705 | text_length_between: "deve ter entre %{min} e %{max} caracteres." |
|
703 | text_length_between: "deve ter entre %{min} e %{max} caracteres." | |
706 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. |
|
704 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo. | |
707 | text_unallowed_characters: Caracteres não permitidos |
|
705 | text_unallowed_characters: Caracteres não permitidos | |
708 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). |
|
706 | text_comma_separated: Múltiplos valores são permitidos (separados por vírgula). | |
709 | text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit |
|
707 | text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit | |
710 | text_issue_added: "Tarefa %{id} incluída (por %{author})." |
|
708 | text_issue_added: "Tarefa %{id} incluída (por %{author})." | |
711 | text_issue_updated: "Tarefa %{id} alterada (por %{author})." |
|
709 | text_issue_updated: "Tarefa %{id} alterada (por %{author})." | |
712 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? |
|
710 | text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo? | |
713 | text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?" |
|
711 | text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?" | |
714 | text_issue_category_destroy_assignments: Remover atribuições da categoria |
|
712 | text_issue_category_destroy_assignments: Remover atribuições da categoria | |
715 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria |
|
713 | text_issue_category_reassign_to: Redefinir tarefas para esta categoria | |
716 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" |
|
714 | text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)" | |
717 | text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas." |
|
715 | text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas." | |
718 | text_load_default_configuration: Carregar a configuração padrão |
|
716 | text_load_default_configuration: Carregar a configuração padrão | |
719 | text_status_changed_by_changeset: "Aplicado no changeset %{value}." |
|
717 | text_status_changed_by_changeset: "Aplicado no changeset %{value}." | |
720 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' |
|
718 | text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?' | |
721 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' |
|
719 | text_select_project_modules: 'Selecione módulos para habilitar para este projeto:' | |
722 | text_default_administrator_account_changed: Conta padrão do administrador alterada |
|
720 | text_default_administrator_account_changed: Conta padrão do administrador alterada | |
723 | text_file_repository_writable: Repositório com permissão de escrita |
|
721 | text_file_repository_writable: Repositório com permissão de escrita | |
724 | text_rmagick_available: RMagick disponível (opcional) |
|
722 | text_rmagick_available: RMagick disponível (opcional) | |
725 | text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" |
|
723 | text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?" | |
726 | text_destroy_time_entries: Excluir horas de trabalho |
|
724 | text_destroy_time_entries: Excluir horas de trabalho | |
727 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto |
|
725 | text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto | |
728 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' |
|
726 | text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:' | |
729 | text_user_wrote: "%{value} escreveu:" |
|
727 | text_user_wrote: "%{value} escreveu:" | |
730 | text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor." |
|
728 | text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor." | |
731 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' |
|
729 | text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:' | |
732 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/configuration.yml e reinicie a aplicação para ativá-las." |
|
730 | text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/configuration.yml e reinicie a aplicação para ativá-las." | |
733 |
|
731 | |||
734 | default_role_manager: Gerente |
|
732 | default_role_manager: Gerente | |
735 | default_role_developer: Desenvolvedor |
|
733 | default_role_developer: Desenvolvedor | |
736 | default_role_reporter: Informante |
|
734 | default_role_reporter: Informante | |
737 | default_tracker_bug: Defeito |
|
735 | default_tracker_bug: Defeito | |
738 | default_tracker_feature: Funcionalidade |
|
736 | default_tracker_feature: Funcionalidade | |
739 | default_tracker_support: Suporte |
|
737 | default_tracker_support: Suporte | |
740 | default_issue_status_new: Nova |
|
738 | default_issue_status_new: Nova | |
741 | default_issue_status_in_progress: Em andamento |
|
739 | default_issue_status_in_progress: Em andamento | |
742 | default_issue_status_resolved: Resolvida |
|
740 | default_issue_status_resolved: Resolvida | |
743 | default_issue_status_feedback: Feedback |
|
741 | default_issue_status_feedback: Feedback | |
744 | default_issue_status_closed: Fechada |
|
742 | default_issue_status_closed: Fechada | |
745 | default_issue_status_rejected: Rejeitada |
|
743 | default_issue_status_rejected: Rejeitada | |
746 | default_doc_category_user: Documentação do usuário |
|
744 | default_doc_category_user: Documentação do usuário | |
747 | default_doc_category_tech: Documentação técnica |
|
745 | default_doc_category_tech: Documentação técnica | |
748 | default_priority_low: Baixa |
|
746 | default_priority_low: Baixa | |
749 | default_priority_normal: Normal |
|
747 | default_priority_normal: Normal | |
750 | default_priority_high: Alta |
|
748 | default_priority_high: Alta | |
751 | default_priority_urgent: Urgente |
|
749 | default_priority_urgent: Urgente | |
752 | default_priority_immediate: Imediata |
|
750 | default_priority_immediate: Imediata | |
753 | default_activity_design: Design |
|
751 | default_activity_design: Design | |
754 | default_activity_development: Desenvolvimento |
|
752 | default_activity_development: Desenvolvimento | |
755 |
|
753 | |||
756 | enumeration_issue_priorities: Prioridade das tarefas |
|
754 | enumeration_issue_priorities: Prioridade das tarefas | |
757 | enumeration_doc_categories: Categorias de documento |
|
755 | enumeration_doc_categories: Categorias de documento | |
758 | enumeration_activities: Atividades (registro de horas) |
|
756 | enumeration_activities: Atividades (registro de horas) | |
759 | notice_unable_delete_version: Não foi possível excluir a versão |
|
757 | notice_unable_delete_version: Não foi possível excluir a versão | |
760 | label_renamed: renomeado |
|
758 | label_renamed: renomeado | |
761 | label_copied: copiado |
|
759 | label_copied: copiado | |
762 | setting_plain_text_mail: Usar mensagem sem formatação HTML |
|
760 | setting_plain_text_mail: Usar mensagem sem formatação HTML | |
763 | permission_view_files: Ver arquivos |
|
761 | permission_view_files: Ver arquivos | |
764 | permission_edit_issues: Editar tarefas |
|
762 | permission_edit_issues: Editar tarefas | |
765 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho |
|
763 | permission_edit_own_time_entries: Editar o próprio tempo de trabalho | |
766 | permission_manage_public_queries: Gerenciar consultas publicas |
|
764 | permission_manage_public_queries: Gerenciar consultas publicas | |
767 | permission_add_issues: Adicionar tarefas |
|
765 | permission_add_issues: Adicionar tarefas | |
768 | permission_log_time: Adicionar tempo gasto |
|
766 | permission_log_time: Adicionar tempo gasto | |
769 | permission_view_changesets: Ver changesets |
|
767 | permission_view_changesets: Ver changesets | |
770 | permission_view_time_entries: Ver tempo gasto |
|
768 | permission_view_time_entries: Ver tempo gasto | |
771 | permission_manage_versions: Gerenciar versões |
|
769 | permission_manage_versions: Gerenciar versões | |
772 | permission_manage_wiki: Gerenciar wiki |
|
770 | permission_manage_wiki: Gerenciar wiki | |
773 | permission_manage_categories: Gerenciar categorias de tarefas |
|
771 | permission_manage_categories: Gerenciar categorias de tarefas | |
774 | permission_protect_wiki_pages: Proteger páginas wiki |
|
772 | permission_protect_wiki_pages: Proteger páginas wiki | |
775 | permission_comment_news: Comentar notícias |
|
773 | permission_comment_news: Comentar notícias | |
776 | permission_delete_messages: Excluir mensagens |
|
774 | permission_delete_messages: Excluir mensagens | |
777 | permission_select_project_modules: Selecionar módulos de projeto |
|
775 | permission_select_project_modules: Selecionar módulos de projeto | |
778 | permission_edit_wiki_pages: Editar páginas wiki |
|
776 | permission_edit_wiki_pages: Editar páginas wiki | |
779 | permission_add_issue_watchers: Adicionar observadores |
|
777 | permission_add_issue_watchers: Adicionar observadores | |
780 | permission_view_gantt: Ver gráfico gantt |
|
778 | permission_view_gantt: Ver gráfico gantt | |
781 | permission_move_issues: Mover tarefas |
|
779 | permission_move_issues: Mover tarefas | |
782 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas |
|
780 | permission_manage_issue_relations: Gerenciar relacionamentos de tarefas | |
783 | permission_delete_wiki_pages: Excluir páginas wiki |
|
781 | permission_delete_wiki_pages: Excluir páginas wiki | |
784 | permission_manage_boards: Gerenciar fóruns |
|
782 | permission_manage_boards: Gerenciar fóruns | |
785 | permission_delete_wiki_pages_attachments: Excluir anexos |
|
783 | permission_delete_wiki_pages_attachments: Excluir anexos | |
786 | permission_view_wiki_edits: Ver histórico do wiki |
|
784 | permission_view_wiki_edits: Ver histórico do wiki | |
787 | permission_add_messages: Postar mensagens |
|
785 | permission_add_messages: Postar mensagens | |
788 | permission_view_messages: Ver mensagens |
|
786 | permission_view_messages: Ver mensagens | |
789 | permission_manage_files: Gerenciar arquivos |
|
787 | permission_manage_files: Gerenciar arquivos | |
790 | permission_edit_issue_notes: Editar notas |
|
788 | permission_edit_issue_notes: Editar notas | |
791 | permission_manage_news: Gerenciar notícias |
|
789 | permission_manage_news: Gerenciar notícias | |
792 | permission_view_calendar: Ver calendário |
|
790 | permission_view_calendar: Ver calendário | |
793 | permission_manage_members: Gerenciar membros |
|
791 | permission_manage_members: Gerenciar membros | |
794 | permission_edit_messages: Editar mensagens |
|
792 | permission_edit_messages: Editar mensagens | |
795 | permission_delete_issues: Excluir tarefas |
|
793 | permission_delete_issues: Excluir tarefas | |
796 | permission_view_issue_watchers: Ver lista de observadores |
|
794 | permission_view_issue_watchers: Ver lista de observadores | |
797 | permission_manage_repository: Gerenciar repositório |
|
795 | permission_manage_repository: Gerenciar repositório | |
798 | permission_commit_access: Acesso de commit |
|
796 | permission_commit_access: Acesso de commit | |
799 | permission_browse_repository: Pesquisar repositório |
|
797 | permission_browse_repository: Pesquisar repositório | |
800 | permission_view_documents: Ver documentos |
|
798 | permission_view_documents: Ver documentos | |
801 | permission_edit_project: Editar projeto |
|
799 | permission_edit_project: Editar projeto | |
802 | permission_add_issue_notes: Adicionar notas |
|
800 | permission_add_issue_notes: Adicionar notas | |
803 | permission_save_queries: Salvar consultas |
|
801 | permission_save_queries: Salvar consultas | |
804 | permission_view_wiki_pages: Ver wiki |
|
802 | permission_view_wiki_pages: Ver wiki | |
805 | permission_rename_wiki_pages: Renomear páginas wiki |
|
803 | permission_rename_wiki_pages: Renomear páginas wiki | |
806 | permission_edit_time_entries: Editar tempo gasto |
|
804 | permission_edit_time_entries: Editar tempo gasto | |
807 | permission_edit_own_issue_notes: Editar suas próprias notas |
|
805 | permission_edit_own_issue_notes: Editar suas próprias notas | |
808 | setting_gravatar_enabled: Usar ícones do Gravatar |
|
806 | setting_gravatar_enabled: Usar ícones do Gravatar | |
809 | label_example: Exemplo |
|
807 | label_example: Exemplo | |
810 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." |
|
808 | text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente." | |
811 | permission_edit_own_messages: Editar próprias mensagens |
|
809 | permission_edit_own_messages: Editar próprias mensagens | |
812 | permission_delete_own_messages: Excluir próprias mensagens |
|
810 | permission_delete_own_messages: Excluir próprias mensagens | |
813 | label_user_activity: "Atividade de %{value}" |
|
811 | label_user_activity: "Atividade de %{value}" | |
814 | label_updated_time_by: "Atualizado por %{author} há %{age}" |
|
812 | label_updated_time_by: "Atualizado por %{author} há %{age}" | |
815 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' |
|
813 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.' | |
816 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff |
|
814 | setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff | |
817 | text_plugin_assets_writable: Diretório de plugins gravável |
|
815 | text_plugin_assets_writable: Diretório de plugins gravável | |
818 | warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)." |
|
816 | warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)." | |
819 | button_create_and_continue: Criar e continuar |
|
817 | button_create_and_continue: Criar e continuar | |
820 | text_custom_field_possible_values_info: 'Uma linha para cada valor' |
|
818 | text_custom_field_possible_values_info: 'Uma linha para cada valor' | |
821 | label_display: Exibição |
|
819 | label_display: Exibição | |
822 | field_editable: Editável |
|
820 | field_editable: Editável | |
823 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log |
|
821 | setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log | |
824 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline |
|
822 | setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline | |
825 | field_identity_urler: Observador |
|
823 | field_identity_urler: Observador | |
826 | setting_openid: Permitir Login e Registro via OpenID |
|
824 | setting_openid: Permitir Login e Registro via OpenID | |
827 | field_identity_url: OpenID URL |
|
825 | field_identity_url: OpenID URL | |
828 | label_login_with_open_id_option: ou use o OpenID |
|
826 | label_login_with_open_id_option: ou use o OpenID | |
829 | field_content: Conteúdo |
|
827 | field_content: Conteúdo | |
830 | label_descending: Descendente |
|
828 | label_descending: Descendente | |
831 | label_sort: Ordenar |
|
829 | label_sort: Ordenar | |
832 | label_ascending: Ascendente |
|
830 | label_ascending: Ascendente | |
833 | label_date_from_to: De %{start} até %{end} |
|
831 | label_date_from_to: De %{start} até %{end} | |
834 | label_greater_or_equal: ">=" |
|
832 | label_greater_or_equal: ">=" | |
835 | label_less_or_equal: <= |
|
833 | label_less_or_equal: <= | |
836 | text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer? |
|
834 | text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer? | |
837 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai |
|
835 | text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai | |
838 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes |
|
836 | text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes | |
839 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes |
|
837 | text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes | |
840 | setting_password_min_length: Comprimento mínimo para senhas |
|
838 | setting_password_min_length: Comprimento mínimo para senhas | |
841 | field_group_by: Agrupar por |
|
839 | field_group_by: Agrupar por | |
842 | mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada" |
|
840 | mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada" | |
843 | label_wiki_content_added: Página wiki adicionada |
|
841 | label_wiki_content_added: Página wiki adicionada | |
844 | mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada" |
|
842 | mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada" | |
845 | mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}. |
|
843 | mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}. | |
846 | label_wiki_content_updated: Página wiki atualizada |
|
844 | label_wiki_content_updated: Página wiki atualizada | |
847 | mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}. |
|
845 | mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}. | |
848 | permission_add_project: Criar projeto |
|
846 | permission_add_project: Criar projeto | |
849 | setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto |
|
847 | setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto | |
850 | label_view_all_revisions: Ver todas as revisões |
|
848 | label_view_all_revisions: Ver todas as revisões | |
851 | label_tag: Etiqueta |
|
849 | label_tag: Etiqueta | |
852 | label_branch: Ramo |
|
850 | label_branch: Ramo | |
853 | text_journal_changed: "%{label} alterado de %{old} para %{new}" |
|
851 | text_journal_changed: "%{label} alterado de %{old} para %{new}" | |
854 | text_journal_set_to: "%{label} ajustado para %{value}" |
|
852 | text_journal_set_to: "%{label} ajustado para %{value}" | |
855 | text_journal_deleted: "%{label} excluído (%{old})" |
|
853 | text_journal_deleted: "%{label} excluído (%{old})" | |
856 | label_group_plural: Grupos |
|
854 | label_group_plural: Grupos | |
857 | label_group: Grupo |
|
855 | label_group: Grupo | |
858 | label_group_new: Novo grupo |
|
856 | label_group_new: Novo grupo | |
859 | label_time_entry_plural: Tempos gastos |
|
857 | label_time_entry_plural: Tempos gastos | |
860 | text_journal_added: "%{label} %{value} adicionado" |
|
858 | text_journal_added: "%{label} %{value} adicionado" | |
861 | field_active: Ativo |
|
859 | field_active: Ativo | |
862 | enumeration_system_activity: Atividade do sistema |
|
860 | enumeration_system_activity: Atividade do sistema | |
863 | permission_delete_issue_watchers: Excluir observadores |
|
861 | permission_delete_issue_watchers: Excluir observadores | |
864 | version_status_closed: fechado |
|
862 | version_status_closed: fechado | |
865 | version_status_locked: travado |
|
863 | version_status_locked: travado | |
866 | version_status_open: aberto |
|
864 | version_status_open: aberto | |
867 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta |
|
865 | error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta | |
868 | label_user_anonymous: Anônimo |
|
866 | label_user_anonymous: Anônimo | |
869 | button_move_and_follow: Mover e seguir |
|
867 | button_move_and_follow: Mover e seguir | |
870 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos |
|
868 | setting_default_projects_modules: Módulos habilitados por padrão para novos projetos | |
871 | setting_gravatar_default: Imagem-padrão de Gravatar |
|
869 | setting_gravatar_default: Imagem-padrão de Gravatar | |
872 | field_sharing: Compartilhamento |
|
870 | field_sharing: Compartilhamento | |
873 | label_version_sharing_hierarchy: Com a hierarquia do projeto |
|
871 | label_version_sharing_hierarchy: Com a hierarquia do projeto | |
874 | label_version_sharing_system: Com todos os projetos |
|
872 | label_version_sharing_system: Com todos os projetos | |
875 | label_version_sharing_descendants: Com sub-projetos |
|
873 | label_version_sharing_descendants: Com sub-projetos | |
876 | label_version_sharing_tree: Com a árvore do projeto |
|
874 | label_version_sharing_tree: Com a árvore do projeto | |
877 | label_version_sharing_none: Sem compartilhamento |
|
875 | label_version_sharing_none: Sem compartilhamento | |
878 | error_can_not_archive_project: Este projeto não pode ser arquivado |
|
876 | error_can_not_archive_project: Este projeto não pode ser arquivado | |
879 | button_duplicate: Duplicar |
|
877 | button_duplicate: Duplicar | |
880 | button_copy_and_follow: Copiar e seguir |
|
878 | button_copy_and_follow: Copiar e seguir | |
881 | label_copy_source: Origem |
|
879 | label_copy_source: Origem | |
882 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa |
|
880 | setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa | |
883 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa |
|
881 | setting_issue_done_ratio_issue_status: Usar a situação da tarefa | |
884 | error_issue_done_ratios_not_updated: O percentual de conclusão das tarefas não foi atualizado. |
|
882 | error_issue_done_ratios_not_updated: O percentual de conclusão das tarefas não foi atualizado. | |
885 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo |
|
883 | error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo | |
886 | setting_issue_done_ratio_issue_field: Use o campo da tarefa |
|
884 | setting_issue_done_ratio_issue_field: Use o campo da tarefa | |
887 | label_copy_same_as_target: Mesmo alvo |
|
885 | label_copy_same_as_target: Mesmo alvo | |
888 | label_copy_target: Alvo |
|
886 | label_copy_target: Alvo | |
889 | notice_issue_done_ratios_updated: Percentual de conclusão atualizados. |
|
887 | notice_issue_done_ratios_updated: Percentual de conclusão atualizados. | |
890 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem |
|
888 | error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem | |
891 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas |
|
889 | label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas | |
892 | setting_start_of_week: Início da semana |
|
890 | setting_start_of_week: Início da semana | |
893 | field_watcher: Observador |
|
891 | field_watcher: Observador | |
894 | permission_view_issues: Ver tarefas |
|
892 | permission_view_issues: Ver tarefas | |
895 | label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa |
|
893 | label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa | |
896 | label_revision_id: Revisão %{value} |
|
894 | label_revision_id: Revisão %{value} | |
897 | label_api_access_key: Chave de acesso a API |
|
895 | label_api_access_key: Chave de acesso a API | |
898 | button_show: Exibir |
|
896 | button_show: Exibir | |
899 | label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás |
|
897 | label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás | |
900 | label_feeds_access_key: Chave de acesso ao Atom |
|
898 | label_feeds_access_key: Chave de acesso ao Atom | |
901 | notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida. |
|
899 | notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida. | |
902 | setting_rest_api_enabled: Habilitar a api REST |
|
900 | setting_rest_api_enabled: Habilitar a api REST | |
903 | label_missing_api_access_key: Chave de acesso a API faltando |
|
901 | label_missing_api_access_key: Chave de acesso a API faltando | |
904 | label_missing_feeds_access_key: Chave de acesso ao Atom faltando |
|
902 | label_missing_feeds_access_key: Chave de acesso ao Atom faltando | |
905 | text_line_separated: Múltiplos valores permitidos (uma linha para cada valor). |
|
903 | text_line_separated: Múltiplos valores permitidos (uma linha para cada valor). | |
906 | setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas |
|
904 | setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas | |
907 | permission_add_subprojects: Criar subprojetos |
|
905 | permission_add_subprojects: Criar subprojetos | |
908 | label_subproject_new: Novo subprojeto |
|
906 | label_subproject_new: Novo subprojeto | |
909 | text_own_membership_delete_confirmation: |- |
|
907 | text_own_membership_delete_confirmation: |- | |
910 | Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação. |
|
908 | Você está para excluir algumas de suas próprias permissões e pode não mais estar apto a editar este projeto após esta operação. | |
911 | Você tem certeza que deseja continuar? |
|
909 | Você tem certeza que deseja continuar? | |
912 | label_close_versions: Fechar versões concluídas |
|
910 | label_close_versions: Fechar versões concluídas | |
913 | label_board_sticky: Marcado |
|
911 | label_board_sticky: Marcado | |
914 | label_board_locked: Travado |
|
912 | label_board_locked: Travado | |
915 | permission_export_wiki_pages: Exportar páginas wiki |
|
913 | permission_export_wiki_pages: Exportar páginas wiki | |
916 | setting_cache_formatted_text: Realizar cache de texto formatado |
|
914 | setting_cache_formatted_text: Realizar cache de texto formatado | |
917 | permission_manage_project_activities: Gerenciar atividades do projeto |
|
915 | permission_manage_project_activities: Gerenciar atividades do projeto | |
918 | error_unable_delete_issue_status: Não foi possível excluir situação da tarefa |
|
916 | error_unable_delete_issue_status: Não foi possível excluir situação da tarefa | |
919 | label_profile: Perfil |
|
917 | label_profile: Perfil | |
920 | permission_manage_subtasks: Gerenciar sub-tarefas |
|
918 | permission_manage_subtasks: Gerenciar sub-tarefas | |
921 | field_parent_issue: Tarefa pai |
|
919 | field_parent_issue: Tarefa pai | |
922 | label_subtask_plural: Subtarefas |
|
920 | label_subtask_plural: Subtarefas | |
923 | label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto |
|
921 | label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto | |
924 | error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado |
|
922 | error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado | |
925 | error_unable_to_connect: Não foi possível conectar (%{value}) |
|
923 | error_unable_to_connect: Não foi possível conectar (%{value}) | |
926 | error_can_not_remove_role: Este papel está em uso e não pode ser excluído. |
|
924 | error_can_not_remove_role: Este papel está em uso e não pode ser excluído. | |
927 | error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído. |
|
925 | error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído. | |
928 | field_principal: Principal |
|
926 | field_principal: Principal | |
929 | label_my_page_block: Meu bloco de página |
|
927 | label_my_page_block: Meu bloco de página | |
930 | notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}." |
|
928 | notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}." | |
931 | text_zoom_out: Afastar zoom |
|
929 | text_zoom_out: Afastar zoom | |
932 | text_zoom_in: Aproximar zoom |
|
930 | text_zoom_in: Aproximar zoom | |
933 | notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas. |
|
931 | notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas. | |
934 | label_overall_spent_time: Tempo gasto geral |
|
932 | label_overall_spent_time: Tempo gasto geral | |
935 | field_time_entries: Registro de horas |
|
933 | field_time_entries: Registro de horas | |
936 | project_module_gantt: Gantt |
|
934 | project_module_gantt: Gantt | |
937 | project_module_calendar: Calendário |
|
935 | project_module_calendar: Calendário | |
938 | button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}" |
|
936 | button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}" | |
939 | field_text: Campo de texto |
|
937 | field_text: Campo de texto | |
940 | label_user_mail_option_only_owner: Somente para as coisas que eu criei |
|
938 | label_user_mail_option_only_owner: Somente para as coisas que eu criei | |
941 | setting_default_notification_option: Opção padrão de notificação |
|
939 | setting_default_notification_option: Opção padrão de notificação | |
942 | label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido |
|
940 | label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido | |
943 | label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim |
|
941 | label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim | |
944 | label_user_mail_option_none: Sem eventos |
|
942 | label_user_mail_option_none: Sem eventos | |
945 | field_member_of_group: Grupo do responsável |
|
943 | field_member_of_group: Grupo do responsável | |
946 | field_assigned_to_role: Papel do responsável |
|
944 | field_assigned_to_role: Papel do responsável | |
947 | notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado. |
|
945 | notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado. | |
948 | label_principal_search: "Pesquisar por usuários ou grupos:" |
|
946 | label_principal_search: "Pesquisar por usuários ou grupos:" | |
949 | label_user_search: "Pesquisar por usuário:" |
|
947 | label_user_search: "Pesquisar por usuário:" | |
950 | field_visible: Visível |
|
948 | field_visible: Visível | |
951 | setting_emails_header: Cabeçalho do e-mail |
|
949 | setting_emails_header: Cabeçalho do e-mail | |
952 | setting_commit_logtime_activity_id: Atividade para registrar horas |
|
950 | setting_commit_logtime_activity_id: Atividade para registrar horas | |
953 | text_time_logged_by_changeset: Aplicado no changeset %{value}. |
|
951 | text_time_logged_by_changeset: Aplicado no changeset %{value}. | |
954 | setting_commit_logtime_enabled: Habilitar registro de horas |
|
952 | setting_commit_logtime_enabled: Habilitar registro de horas | |
955 | notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max}) |
|
953 | notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max}) | |
956 | setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt |
|
954 | setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt | |
957 | field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto |
|
955 | field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto | |
958 | text_warn_on_leaving_unsaved: A página atual contem texto que não foi salvo e será perdido se você sair desta página. |
|
956 | text_warn_on_leaving_unsaved: A página atual contem texto que não foi salvo e será perdido se você sair desta página. | |
959 | label_my_queries: Minhas consultas personalizadas |
|
957 | label_my_queries: Minhas consultas personalizadas | |
960 | text_journal_changed_no_detail: "%{label} atualizado(a)" |
|
958 | text_journal_changed_no_detail: "%{label} atualizado(a)" | |
961 | label_news_comment_added: Notícia recebeu um comentário |
|
959 | label_news_comment_added: Notícia recebeu um comentário | |
962 | button_expand_all: Expandir tudo |
|
960 | button_expand_all: Expandir tudo | |
963 | button_collapse_all: Recolher tudo |
|
961 | button_collapse_all: Recolher tudo | |
964 | label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa |
|
962 | label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa | |
965 | label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor |
|
963 | label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor | |
966 |
|
964 | |||
967 | label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas |
|
965 | label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas | |
968 | text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)? |
|
966 | text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)? | |
969 | label_role_anonymous: Anônimo |
|
967 | label_role_anonymous: Anônimo | |
970 | label_role_non_member: Não Membro |
|
968 | label_role_non_member: Não Membro | |
971 | label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário |
|
969 | label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário | |
972 | field_issues_visibility: Visibilidade das tarefas |
|
970 | field_issues_visibility: Visibilidade das tarefas | |
973 | label_issues_visibility_all: Todas as tarefas |
|
971 | label_issues_visibility_all: Todas as tarefas | |
974 | permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas |
|
972 | permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas | |
975 | field_is_private: Privado |
|
973 | field_is_private: Privado | |
976 | permission_set_issues_private: Alterar tarefas para públicas ou privadas |
|
974 | permission_set_issues_private: Alterar tarefas para públicas ou privadas | |
977 | label_issues_visibility_public: Todas as tarefas não privadas |
|
975 | label_issues_visibility_public: Todas as tarefas não privadas | |
978 | text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s). |
|
976 | text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s). | |
979 | field_commit_logs_encoding: Codificação das mensagens de commit |
|
977 | field_commit_logs_encoding: Codificação das mensagens de commit | |
980 | field_scm_path_encoding: Codificação do caminho |
|
978 | field_scm_path_encoding: Codificação do caminho | |
981 | text_scm_path_encoding_note: "Padrão: UTF-8" |
|
979 | text_scm_path_encoding_note: "Padrão: UTF-8" | |
982 | field_path_to_repository: Caminho para o repositório |
|
980 | field_path_to_repository: Caminho para o repositório | |
983 | field_root_directory: Diretório raiz |
|
981 | field_root_directory: Diretório raiz | |
984 | field_cvs_module: Módulo |
|
982 | field_cvs_module: Módulo | |
985 | field_cvsroot: CVSROOT |
|
983 | field_cvsroot: CVSROOT | |
986 | text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)" |
|
984 | text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)" | |
987 | text_scm_command: Comando |
|
985 | text_scm_command: Comando | |
988 | text_scm_command_version: Versão |
|
986 | text_scm_command_version: Versão | |
989 | label_git_report_last_commit: Relatar última alteração para arquivos e diretórios |
|
987 | label_git_report_last_commit: Relatar última alteração para arquivos e diretórios | |
990 | text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo. |
|
988 | text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo. | |
991 | text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração. |
|
989 | text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração. | |
992 | notice_issue_successful_create: Tarefa %{id} criada. |
|
990 | notice_issue_successful_create: Tarefa %{id} criada. | |
993 | label_between: entre |
|
991 | label_between: entre | |
994 | setting_issue_group_assignment: Permitir atribuições de tarefas a grupos |
|
992 | setting_issue_group_assignment: Permitir atribuições de tarefas a grupos | |
995 | label_diff: diff |
|
993 | label_diff: diff | |
996 | text_git_repository_note: "Repositório esta vazio e é local (ex: /gitrepo, c:\\gitrepo)" |
|
994 | text_git_repository_note: "Repositório esta vazio e é local (ex: /gitrepo, c:\\gitrepo)" | |
997 |
|
995 | |||
998 | description_query_sort_criteria_direction: Direção da ordenação |
|
996 | description_query_sort_criteria_direction: Direção da ordenação | |
999 | description_project_scope: Escopo da pesquisa |
|
997 | description_project_scope: Escopo da pesquisa | |
1000 | description_filter: Filtro |
|
998 | description_filter: Filtro | |
1001 | description_user_mail_notification: Configuração de notificações por e-mail |
|
999 | description_user_mail_notification: Configuração de notificações por e-mail | |
1002 | description_date_from: Digita a data inicial |
|
1000 | description_date_from: Digita a data inicial | |
1003 | description_message_content: Conteúdo da mensagem |
|
1001 | description_message_content: Conteúdo da mensagem | |
1004 | description_available_columns: Colunas disponíveis |
|
1002 | description_available_columns: Colunas disponíveis | |
1005 | description_date_range_interval: Escolha um período selecionando a data de início e fim |
|
1003 | description_date_range_interval: Escolha um período selecionando a data de início e fim | |
1006 | description_issue_category_reassign: Escolha uma categoria de tarefas |
|
1004 | description_issue_category_reassign: Escolha uma categoria de tarefas | |
1007 | description_search: Searchfield |
|
1005 | description_search: Searchfield | |
1008 | description_notes: Notas |
|
1006 | description_notes: Notas | |
1009 | description_date_range_list: Escolha um período a partira da lista |
|
1007 | description_date_range_list: Escolha um período a partira da lista | |
1010 | description_choose_project: Projetos |
|
1008 | description_choose_project: Projetos | |
1011 | description_date_to: Digite a data final |
|
1009 | description_date_to: Digite a data final | |
1012 | description_query_sort_criteria_attribute: Atributo de ordenação |
|
1010 | description_query_sort_criteria_attribute: Atributo de ordenação | |
1013 | description_wiki_subpages_reassign: Escolha uma nova página pai |
|
1011 | description_wiki_subpages_reassign: Escolha uma nova página pai | |
1014 | description_selected_columns: Colunas selecionadas |
|
1012 | description_selected_columns: Colunas selecionadas | |
1015 |
|
1013 | |||
1016 | label_parent_revision: Pais |
|
1014 | label_parent_revision: Pais | |
1017 | label_child_revision: Filhos |
|
1015 | label_child_revision: Filhos | |
1018 | error_scm_annotate_big_text_file: A entrada não pode ser anotada, pois excede o tamanho máximo do arquivo de texto. |
|
1016 | error_scm_annotate_big_text_file: A entrada não pode ser anotada, pois excede o tamanho máximo do arquivo de texto. | |
1019 | setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas |
|
1017 | setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas | |
1020 | button_edit_section: Editar esta seção |
|
1018 | button_edit_section: Editar esta seção | |
1021 | setting_repositories_encodings: Encoding dos repositórios e anexos |
|
1019 | setting_repositories_encodings: Encoding dos repositórios e anexos | |
1022 | description_all_columns: Todas as colunas |
|
1020 | description_all_columns: Todas as colunas | |
1023 | button_export: Exportar |
|
1021 | button_export: Exportar | |
1024 | label_export_options: "Opções de exportação %{export_format}" |
|
1022 | label_export_options: "Opções de exportação %{export_format}" | |
1025 | error_attachment_too_big: Este arquivo não pode ser enviado porque excede o tamanho máximo permitido (%{max_size}) |
|
1023 | error_attachment_too_big: Este arquivo não pode ser enviado porque excede o tamanho máximo permitido (%{max_size}) | |
1026 | notice_failed_to_save_time_entries: "Falha ao salvar %{count} de %{total} horas trabalhadas: %{ids}." |
|
1024 | notice_failed_to_save_time_entries: "Falha ao salvar %{count} de %{total} horas trabalhadas: %{ids}." | |
1027 | label_x_issues: |
|
1025 | label_x_issues: | |
1028 | zero: 0 tarefa |
|
1026 | zero: 0 tarefa | |
1029 | one: 1 tarefa |
|
1027 | one: 1 tarefa | |
1030 | other: "%{count} tarefas" |
|
1028 | other: "%{count} tarefas" | |
1031 | label_repository_new: Novo repositório |
|
1029 | label_repository_new: Novo repositório | |
1032 | field_repository_is_default: Repositório principal |
|
1030 | field_repository_is_default: Repositório principal | |
1033 | label_copy_attachments: Copiar anexos |
|
1031 | label_copy_attachments: Copiar anexos | |
1034 | label_item_position: "%{position}/%{count}" |
|
1032 | label_item_position: "%{position}/%{count}" | |
1035 | label_completed_versions: Versões completadas |
|
1033 | label_completed_versions: Versões completadas | |
1036 | text_project_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos. <br /> Uma vez salvo, o identificador não pode ser alterado. |
|
1034 | text_project_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos. <br /> Uma vez salvo, o identificador não pode ser alterado. | |
1037 | field_multiple: Multiplos valores |
|
1035 | field_multiple: Multiplos valores | |
1038 | setting_commit_cross_project_ref: Permitir que tarefas de todos os outros projetos sejam refenciadas e resolvidas |
|
1036 | setting_commit_cross_project_ref: Permitir que tarefas de todos os outros projetos sejam refenciadas e resolvidas | |
1039 | text_issue_conflict_resolution_add_notes: Adicione minhas anotações e descartar minhas outras mudanças |
|
1037 | text_issue_conflict_resolution_add_notes: Adicione minhas anotações e descartar minhas outras mudanças | |
1040 | text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações de qualquer maneira (notas anteriores serão mantidos, mas algumas mudanças podem ser substituídos) |
|
1038 | text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações de qualquer maneira (notas anteriores serão mantidos, mas algumas mudanças podem ser substituídos) | |
1041 | notice_issue_update_conflict: A tarefa foi atualizada por um outro usuário, enquanto você estava editando. |
|
1039 | notice_issue_update_conflict: A tarefa foi atualizada por um outro usuário, enquanto você estava editando. | |
1042 | text_issue_conflict_resolution_cancel: Descartar todas as minhas mudanças e re-exibir %{link} |
|
1040 | text_issue_conflict_resolution_cancel: Descartar todas as minhas mudanças e re-exibir %{link} | |
1043 | permission_manage_related_issues: Gerenciar tarefas relacionadas |
|
1041 | permission_manage_related_issues: Gerenciar tarefas relacionadas | |
1044 | field_auth_source_ldap_filter: Filtro LDAP |
|
1042 | field_auth_source_ldap_filter: Filtro LDAP | |
1045 | label_search_for_watchers: Procurar por outros observadores para adiconar |
|
1043 | label_search_for_watchers: Procurar por outros observadores para adiconar | |
1046 | notice_account_deleted: Sua conta foi excluída permanentemente. |
|
1044 | notice_account_deleted: Sua conta foi excluída permanentemente. | |
1047 | setting_unsubscribe: Permitir aos usuários excluir sua conta própria |
|
1045 | setting_unsubscribe: Permitir aos usuários excluir sua conta própria | |
1048 | button_delete_my_account: Excluir minha conta |
|
1046 | button_delete_my_account: Excluir minha conta | |
1049 | text_account_destroy_confirmation: |- |
|
1047 | text_account_destroy_confirmation: |- | |
1050 | Tem certeza de que quer continuar? |
|
1048 | Tem certeza de que quer continuar? | |
1051 | Sua conta será excluída permanentemente, sem qualquer forma de reativá-lo. |
|
1049 | Sua conta será excluída permanentemente, sem qualquer forma de reativá-lo. | |
1052 | error_session_expired: A sua sessão expirou. Por favor, faça login novamente. |
|
1050 | error_session_expired: A sua sessão expirou. Por favor, faça login novamente. | |
1053 | text_session_expiration_settings: "Aviso: a alteração dessas configurações pode expirar as sessões atuais, incluindo a sua." |
|
1051 | text_session_expiration_settings: "Aviso: a alteração dessas configurações pode expirar as sessões atuais, incluindo a sua." | |
1054 | setting_session_lifetime: duração máxima da sessão |
|
1052 | setting_session_lifetime: duração máxima da sessão | |
1055 | setting_session_timeout: tempo limite de inatividade da sessão |
|
1053 | setting_session_timeout: tempo limite de inatividade da sessão | |
1056 | label_session_expiration: "Expiração da sessão" |
|
1054 | label_session_expiration: "Expiração da sessão" | |
1057 | permission_close_project: Fechar / reabrir o projeto |
|
1055 | permission_close_project: Fechar / reabrir o projeto | |
1058 | label_show_closed_projects: Visualização de projetos fechados |
|
1056 | label_show_closed_projects: Visualização de projetos fechados | |
1059 | button_close: Fechar |
|
1057 | button_close: Fechar | |
1060 | button_reopen: Reabrir |
|
1058 | button_reopen: Reabrir | |
1061 | project_status_active: ativo |
|
1059 | project_status_active: ativo | |
1062 | project_status_closed: fechado |
|
1060 | project_status_closed: fechado | |
1063 | project_status_archived: arquivado |
|
1061 | project_status_archived: arquivado | |
1064 | text_project_closed: Este projeto é fechado e somente leitura. |
|
1062 | text_project_closed: Este projeto é fechado e somente leitura. | |
1065 | notice_user_successful_create: Usuário %{id} criado. |
|
1063 | notice_user_successful_create: Usuário %{id} criado. | |
1066 | field_core_fields: campos padrão |
|
1064 | field_core_fields: campos padrão | |
1067 | field_timeout: Tempo de espera (em segundos) |
|
1065 | field_timeout: Tempo de espera (em segundos) | |
1068 | setting_thumbnails_enabled: Exibir miniaturas de anexos |
|
1066 | setting_thumbnails_enabled: Exibir miniaturas de anexos | |
1069 | setting_thumbnails_size: Tamanho das miniaturas (em pixels) |
|
1067 | setting_thumbnails_size: Tamanho das miniaturas (em pixels) | |
1070 | label_status_transitions: Estados das transições |
|
1068 | label_status_transitions: Estados das transições | |
1071 | label_fields_permissions: Permissões de campos |
|
1069 | label_fields_permissions: Permissões de campos | |
1072 | label_readonly: somente leitura |
|
1070 | label_readonly: somente leitura | |
1073 | label_required: Obrigatório |
|
1071 | label_required: Obrigatório | |
1074 | text_repository_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos <br/> Uma vez salvo, o identificador não pode ser alterado. |
|
1072 | text_repository_identifier_info: Somente letras minúsculas (az), números, traços e sublinhados são permitidos <br/> Uma vez salvo, o identificador não pode ser alterado. | |
1075 | field_board_parent: Fórum Pai |
|
1073 | field_board_parent: Fórum Pai | |
1076 | label_attribute_of_project: "Projeto %{name}" |
|
1074 | label_attribute_of_project: "Projeto %{name}" | |
1077 | label_attribute_of_author: "autor %{name}" |
|
1075 | label_attribute_of_author: "autor %{name}" | |
1078 | label_attribute_of_assigned_to: "atribuído %{name}" |
|
1076 | label_attribute_of_assigned_to: "atribuído %{name}" | |
1079 | label_attribute_of_fixed_version: "versão alvo %{name}" |
|
1077 | label_attribute_of_fixed_version: "versão alvo %{name}" | |
1080 | label_copy_subtasks: Copiar sub-tarefas |
|
1078 | label_copy_subtasks: Copiar sub-tarefas | |
1081 | label_copied_to: copiada |
|
1079 | label_copied_to: copiada | |
1082 | label_copied_from: copiado |
|
1080 | label_copied_from: copiado | |
1083 | label_any_issues_in_project: quaisquer problemas em projeto |
|
1081 | label_any_issues_in_project: quaisquer problemas em projeto | |
1084 | label_any_issues_not_in_project: todas as questões que não estão em projeto |
|
1082 | label_any_issues_not_in_project: todas as questões que não estão em projeto | |
1085 | field_private_notes: notas privadas |
|
1083 | field_private_notes: notas privadas | |
1086 | permission_view_private_notes: Ver notas privadas |
|
1084 | permission_view_private_notes: Ver notas privadas | |
1087 | permission_set_notes_private: Permitir alterar notas para privada |
|
1085 | permission_set_notes_private: Permitir alterar notas para privada | |
1088 | label_no_issues_in_project: sem problemas em projeto |
|
1086 | label_no_issues_in_project: sem problemas em projeto | |
1089 | label_any: todos |
|
1087 | label_any: todos | |
1090 | label_last_n_weeks: "últimas %{count} semanas" |
|
1088 | label_last_n_weeks: "últimas %{count} semanas" | |
1091 | setting_cross_project_subtasks: Permitir cruzamento de sub-tarefas entre projetos |
|
1089 | setting_cross_project_subtasks: Permitir cruzamento de sub-tarefas entre projetos | |
1092 | label_cross_project_descendants: com sub-Projetos |
|
1090 | label_cross_project_descendants: com sub-Projetos | |
1093 | label_cross_project_tree: Com uma Árvore fazer o Projeto |
|
1091 | label_cross_project_tree: Com uma Árvore fazer o Projeto | |
1094 | label_cross_project_hierarchy: Com uma hierarquia fazer o Projeto |
|
1092 | label_cross_project_hierarchy: Com uma hierarquia fazer o Projeto | |
1095 | label_cross_project_system: Com de Todos os Projetos |
|
1093 | label_cross_project_system: Com de Todos os Projetos | |
1096 | button_hide: Esconder |
|
1094 | button_hide: Esconder | |
1097 | setting_non_working_week_days: dias não úteis |
|
1095 | setting_non_working_week_days: dias não úteis | |
1098 | label_in_the_next_days: na próxima |
|
1096 | label_in_the_next_days: na próxima | |
1099 | label_in_the_past_days: no passado |
|
1097 | label_in_the_past_days: no passado | |
1100 | label_attribute_of_user: Usuário %{name} |
|
1098 | label_attribute_of_user: Usuário %{name} | |
1101 | text_turning_multiple_off: Se você desativar vários valores, vários valores serão removidas, a fim de preservar a somente um valor por item. |
|
1099 | text_turning_multiple_off: Se você desativar vários valores, vários valores serão removidas, a fim de preservar a somente um valor por item. | |
1102 | label_attribute_of_issue: Emissão de %{name} |
|
1100 | label_attribute_of_issue: Emissão de %{name} | |
1103 | permission_add_documents: Adicionar documentos |
|
1101 | permission_add_documents: Adicionar documentos | |
1104 | permission_edit_documents: Editar documentos |
|
1102 | permission_edit_documents: Editar documentos | |
1105 | permission_delete_documents: excluir documentos |
|
1103 | permission_delete_documents: excluir documentos | |
1106 | label_gantt_progress_line: Linha de progresso |
|
1104 | label_gantt_progress_line: Linha de progresso | |
1107 | setting_jsonp_enabled: Ativar suporte JSONP |
|
1105 | setting_jsonp_enabled: Ativar suporte JSONP | |
1108 | field_inherit_members: Herdar membros |
|
1106 | field_inherit_members: Herdar membros | |
1109 | field_closed_on: Fechado |
|
1107 | field_closed_on: Fechado | |
1110 | field_generate_password: Gerar senha |
|
1108 | field_generate_password: Gerar senha | |
1111 | setting_default_projects_tracker_ids: Default trackers for new projects |
|
1109 | setting_default_projects_tracker_ids: Default trackers for new projects | |
1112 | label_total_time: Total |
|
1110 | label_total_time: Total |
@@ -1,1098 +1,1096 | |||||
1 | # Portuguese localization for Ruby on Rails |
|
1 | # Portuguese localization for Ruby on Rails | |
2 | # by Ricardo Otero <oterosantos@gmail.com> |
|
2 | # by Ricardo Otero <oterosantos@gmail.com> | |
3 | # by Alberto Ferreira <toraxic@gmail.com> |
|
3 | # by Alberto Ferreira <toraxic@gmail.com> | |
4 | # by Rui Rebelo <rmrebelo@ua.pt> |
|
4 | # by Rui Rebelo <rmrebelo@ua.pt> | |
5 | pt: |
|
5 | pt: | |
6 | support: |
|
6 | support: | |
7 | array: |
|
7 | array: | |
8 | sentence_connector: "e" |
|
8 | sentence_connector: "e" | |
9 | skip_last_comma: true |
|
9 | skip_last_comma: true | |
10 |
|
10 | |||
11 | direction: ltr |
|
11 | direction: ltr | |
12 | jquery: |
|
|||
13 | locale: "pt" |
|
|||
14 | date: |
|
12 | date: | |
15 | formats: |
|
13 | formats: | |
16 | default: "%d/%m/%Y" |
|
14 | default: "%d/%m/%Y" | |
17 | short: "%d de %B" |
|
15 | short: "%d de %B" | |
18 | long: "%d de %B de %Y" |
|
16 | long: "%d de %B de %Y" | |
19 | only_day: "%d" |
|
17 | only_day: "%d" | |
20 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] |
|
18 | day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado] | |
21 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] |
|
19 | abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] | |
22 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] |
|
20 | month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] | |
23 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] |
|
21 | abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] | |
24 | order: |
|
22 | order: | |
25 | - :day |
|
23 | - :day | |
26 | - :month |
|
24 | - :month | |
27 | - :year |
|
25 | - :year | |
28 |
|
26 | |||
29 | time: |
|
27 | time: | |
30 | formats: |
|
28 | formats: | |
31 | default: "%A, %d de %B de %Y, %H:%Mh" |
|
29 | default: "%A, %d de %B de %Y, %H:%Mh" | |
32 | time: "%H:%M" |
|
30 | time: "%H:%M" | |
33 | short: "%d/%m, %H:%M hs" |
|
31 | short: "%d/%m, %H:%M hs" | |
34 | long: "%A, %d de %B de %Y, %H:%Mh" |
|
32 | long: "%A, %d de %B de %Y, %H:%Mh" | |
35 | am: '' |
|
33 | am: '' | |
36 | pm: '' |
|
34 | pm: '' | |
37 |
|
35 | |||
38 | datetime: |
|
36 | datetime: | |
39 | distance_in_words: |
|
37 | distance_in_words: | |
40 | half_a_minute: "meio minuto" |
|
38 | half_a_minute: "meio minuto" | |
41 | less_than_x_seconds: |
|
39 | less_than_x_seconds: | |
42 | one: "menos de 1 segundo" |
|
40 | one: "menos de 1 segundo" | |
43 | other: "menos de %{count} segundos" |
|
41 | other: "menos de %{count} segundos" | |
44 | x_seconds: |
|
42 | x_seconds: | |
45 | one: "1 segundo" |
|
43 | one: "1 segundo" | |
46 | other: "%{count} segundos" |
|
44 | other: "%{count} segundos" | |
47 | less_than_x_minutes: |
|
45 | less_than_x_minutes: | |
48 | one: "menos de um minuto" |
|
46 | one: "menos de um minuto" | |
49 | other: "menos de %{count} minutos" |
|
47 | other: "menos de %{count} minutos" | |
50 | x_minutes: |
|
48 | x_minutes: | |
51 | one: "1 minuto" |
|
49 | one: "1 minuto" | |
52 | other: "%{count} minutos" |
|
50 | other: "%{count} minutos" | |
53 | about_x_hours: |
|
51 | about_x_hours: | |
54 | one: "aproximadamente 1 hora" |
|
52 | one: "aproximadamente 1 hora" | |
55 | other: "aproximadamente %{count} horas" |
|
53 | other: "aproximadamente %{count} horas" | |
56 | x_hours: |
|
54 | x_hours: | |
57 | one: "1 hora" |
|
55 | one: "1 hora" | |
58 | other: "%{count} horas" |
|
56 | other: "%{count} horas" | |
59 | x_days: |
|
57 | x_days: | |
60 | one: "1 dia" |
|
58 | one: "1 dia" | |
61 | other: "%{count} dias" |
|
59 | other: "%{count} dias" | |
62 | about_x_months: |
|
60 | about_x_months: | |
63 | one: "aproximadamente 1 mês" |
|
61 | one: "aproximadamente 1 mês" | |
64 | other: "aproximadamente %{count} meses" |
|
62 | other: "aproximadamente %{count} meses" | |
65 | x_months: |
|
63 | x_months: | |
66 | one: "1 mês" |
|
64 | one: "1 mês" | |
67 | other: "%{count} meses" |
|
65 | other: "%{count} meses" | |
68 | about_x_years: |
|
66 | about_x_years: | |
69 | one: "aproximadamente 1 ano" |
|
67 | one: "aproximadamente 1 ano" | |
70 | other: "aproximadamente %{count} anos" |
|
68 | other: "aproximadamente %{count} anos" | |
71 | over_x_years: |
|
69 | over_x_years: | |
72 | one: "mais de 1 ano" |
|
70 | one: "mais de 1 ano" | |
73 | other: "mais de %{count} anos" |
|
71 | other: "mais de %{count} anos" | |
74 | almost_x_years: |
|
72 | almost_x_years: | |
75 | one: "quase 1 ano" |
|
73 | one: "quase 1 ano" | |
76 | other: "quase %{count} anos" |
|
74 | other: "quase %{count} anos" | |
77 |
|
75 | |||
78 | number: |
|
76 | number: | |
79 | format: |
|
77 | format: | |
80 | precision: 3 |
|
78 | precision: 3 | |
81 | separator: ',' |
|
79 | separator: ',' | |
82 | delimiter: '.' |
|
80 | delimiter: '.' | |
83 | currency: |
|
81 | currency: | |
84 | format: |
|
82 | format: | |
85 | unit: '€' |
|
83 | unit: '€' | |
86 | precision: 2 |
|
84 | precision: 2 | |
87 | format: "%u %n" |
|
85 | format: "%u %n" | |
88 | separator: ',' |
|
86 | separator: ',' | |
89 | delimiter: '.' |
|
87 | delimiter: '.' | |
90 | percentage: |
|
88 | percentage: | |
91 | format: |
|
89 | format: | |
92 | delimiter: '' |
|
90 | delimiter: '' | |
93 | precision: |
|
91 | precision: | |
94 | format: |
|
92 | format: | |
95 | delimiter: '' |
|
93 | delimiter: '' | |
96 | human: |
|
94 | human: | |
97 | format: |
|
95 | format: | |
98 | precision: 3 |
|
96 | precision: 3 | |
99 | delimiter: '' |
|
97 | delimiter: '' | |
100 | storage_units: |
|
98 | storage_units: | |
101 | format: "%n %u" |
|
99 | format: "%n %u" | |
102 | units: |
|
100 | units: | |
103 | byte: |
|
101 | byte: | |
104 | one: "Byte" |
|
102 | one: "Byte" | |
105 | other: "Bytes" |
|
103 | other: "Bytes" | |
106 | kb: "KB" |
|
104 | kb: "KB" | |
107 | mb: "MB" |
|
105 | mb: "MB" | |
108 | gb: "GB" |
|
106 | gb: "GB" | |
109 | tb: "TB" |
|
107 | tb: "TB" | |
110 |
|
108 | |||
111 | activerecord: |
|
109 | activerecord: | |
112 | errors: |
|
110 | errors: | |
113 | template: |
|
111 | template: | |
114 | header: |
|
112 | header: | |
115 | one: "Não foi possível guardar %{model}: 1 erro" |
|
113 | one: "Não foi possível guardar %{model}: 1 erro" | |
116 | other: "Não foi possível guardar %{model}: %{count} erros" |
|
114 | other: "Não foi possível guardar %{model}: %{count} erros" | |
117 | body: "Por favor, verifique os seguintes campos:" |
|
115 | body: "Por favor, verifique os seguintes campos:" | |
118 | messages: |
|
116 | messages: | |
119 | inclusion: "não está incluído na lista" |
|
117 | inclusion: "não está incluído na lista" | |
120 | exclusion: "não está disponível" |
|
118 | exclusion: "não está disponível" | |
121 | invalid: "não é válido" |
|
119 | invalid: "não é válido" | |
122 | confirmation: "não está de acordo com a confirmação" |
|
120 | confirmation: "não está de acordo com a confirmação" | |
123 | accepted: "precisa de ser aceite" |
|
121 | accepted: "precisa de ser aceite" | |
124 | empty: "não pode estar em branco" |
|
122 | empty: "não pode estar em branco" | |
125 | blank: "não pode estar em branco" |
|
123 | blank: "não pode estar em branco" | |
126 | too_long: "tem demasiados caracteres (máximo: %{count} caracteres)" |
|
124 | too_long: "tem demasiados caracteres (máximo: %{count} caracteres)" | |
127 | too_short: "tem poucos caracteres (mínimo: %{count} caracteres)" |
|
125 | too_short: "tem poucos caracteres (mínimo: %{count} caracteres)" | |
128 | wrong_length: "não é do tamanho correcto (necessita de ter %{count} caracteres)" |
|
126 | wrong_length: "não é do tamanho correcto (necessita de ter %{count} caracteres)" | |
129 | taken: "não está disponível" |
|
127 | taken: "não está disponível" | |
130 | not_a_number: "não é um número" |
|
128 | not_a_number: "não é um número" | |
131 | greater_than: "tem de ser maior do que %{count}" |
|
129 | greater_than: "tem de ser maior do que %{count}" | |
132 | greater_than_or_equal_to: "tem de ser maior ou igual a %{count}" |
|
130 | greater_than_or_equal_to: "tem de ser maior ou igual a %{count}" | |
133 | equal_to: "tem de ser igual a %{count}" |
|
131 | equal_to: "tem de ser igual a %{count}" | |
134 | less_than: "tem de ser menor do que %{count}" |
|
132 | less_than: "tem de ser menor do que %{count}" | |
135 | less_than_or_equal_to: "tem de ser menor ou igual a %{count}" |
|
133 | less_than_or_equal_to: "tem de ser menor ou igual a %{count}" | |
136 | odd: "tem de ser ímpar" |
|
134 | odd: "tem de ser ímpar" | |
137 | even: "tem de ser par" |
|
135 | even: "tem de ser par" | |
138 | greater_than_start_date: "deve ser maior que a data inicial" |
|
136 | greater_than_start_date: "deve ser maior que a data inicial" | |
139 | not_same_project: "não pertence ao mesmo projecto" |
|
137 | not_same_project: "não pertence ao mesmo projecto" | |
140 | circular_dependency: "Esta relação iria criar uma dependência circular" |
|
138 | circular_dependency: "Esta relação iria criar uma dependência circular" | |
141 | cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente" |
|
139 | cant_link_an_issue_with_a_descendant: "Não é possível ligar uma tarefa a uma sub-tarefa que lhe é pertencente" | |
142 |
|
140 | |||
143 | ## Translated by: Pedro Araújo <phcrva19@hotmail.com> |
|
141 | ## Translated by: Pedro Araújo <phcrva19@hotmail.com> | |
144 | actionview_instancetag_blank_option: Seleccione |
|
142 | actionview_instancetag_blank_option: Seleccione | |
145 |
|
143 | |||
146 | general_text_No: 'Não' |
|
144 | general_text_No: 'Não' | |
147 | general_text_Yes: 'Sim' |
|
145 | general_text_Yes: 'Sim' | |
148 | general_text_no: 'não' |
|
146 | general_text_no: 'não' | |
149 | general_text_yes: 'sim' |
|
147 | general_text_yes: 'sim' | |
150 | general_lang_name: 'Português' |
|
148 | general_lang_name: 'Português' | |
151 | general_csv_separator: ';' |
|
149 | general_csv_separator: ';' | |
152 | general_csv_decimal_separator: ',' |
|
150 | general_csv_decimal_separator: ',' | |
153 | general_csv_encoding: ISO-8859-15 |
|
151 | general_csv_encoding: ISO-8859-15 | |
154 | general_pdf_encoding: UTF-8 |
|
152 | general_pdf_encoding: UTF-8 | |
155 | general_first_day_of_week: '1' |
|
153 | general_first_day_of_week: '1' | |
156 |
|
154 | |||
157 | notice_account_updated: A conta foi actualizada com sucesso. |
|
155 | notice_account_updated: A conta foi actualizada com sucesso. | |
158 | notice_account_invalid_creditentials: Utilizador ou palavra-chave inválidos. |
|
156 | notice_account_invalid_creditentials: Utilizador ou palavra-chave inválidos. | |
159 | notice_account_password_updated: A palavra-chave foi alterada com sucesso. |
|
157 | notice_account_password_updated: A palavra-chave foi alterada com sucesso. | |
160 | notice_account_wrong_password: Palavra-chave errada. |
|
158 | notice_account_wrong_password: Palavra-chave errada. | |
161 | notice_account_register_done: A conta foi criada com sucesso. |
|
159 | notice_account_register_done: A conta foi criada com sucesso. | |
162 | notice_account_unknown_email: Utilizador desconhecido. |
|
160 | notice_account_unknown_email: Utilizador desconhecido. | |
163 | notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave. |
|
161 | notice_can_t_change_password: Esta conta utiliza uma fonte de autenticação externa. Não é possível alterar a palavra-chave. | |
164 | notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave. |
|
162 | notice_account_lost_email_sent: Foi-lhe enviado um e-mail com as instruções para escolher uma nova palavra-chave. | |
165 | notice_account_activated: A sua conta foi activada. É agora possível autenticar-se. |
|
163 | notice_account_activated: A sua conta foi activada. É agora possível autenticar-se. | |
166 | notice_successful_create: Criado com sucesso. |
|
164 | notice_successful_create: Criado com sucesso. | |
167 | notice_successful_update: Alterado com sucesso. |
|
165 | notice_successful_update: Alterado com sucesso. | |
168 | notice_successful_delete: Apagado com sucesso. |
|
166 | notice_successful_delete: Apagado com sucesso. | |
169 | notice_successful_connection: Ligado com sucesso. |
|
167 | notice_successful_connection: Ligado com sucesso. | |
170 | notice_file_not_found: A página que está a tentar aceder não existe ou foi removida. |
|
168 | notice_file_not_found: A página que está a tentar aceder não existe ou foi removida. | |
171 | notice_locking_conflict: Os dados foram actualizados por outro utilizador. |
|
169 | notice_locking_conflict: Os dados foram actualizados por outro utilizador. | |
172 | notice_not_authorized: Não está autorizado a visualizar esta página. |
|
170 | notice_not_authorized: Não está autorizado a visualizar esta página. | |
173 | notice_email_sent: "Foi enviado um e-mail para %{value}" |
|
171 | notice_email_sent: "Foi enviado um e-mail para %{value}" | |
174 | notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})" |
|
172 | notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})" | |
175 | notice_feeds_access_key_reseted: A sua chave de Atom foi inicializada. |
|
173 | notice_feeds_access_key_reseted: A sua chave de Atom foi inicializada. | |
176 | notice_failed_to_save_issues: "Não foi possível guardar %{count} tarefa(s) das %{total} seleccionadas: %{ids}." |
|
174 | notice_failed_to_save_issues: "Não foi possível guardar %{count} tarefa(s) das %{total} seleccionadas: %{ids}." | |
177 | notice_no_issue_selected: "Nenhuma tarefa seleccionada! Por favor, seleccione as tarefas que quer editar." |
|
175 | notice_no_issue_selected: "Nenhuma tarefa seleccionada! Por favor, seleccione as tarefas que quer editar." | |
178 | notice_account_pending: "A sua conta foi criada e está agora à espera de aprovação do administrador." |
|
176 | notice_account_pending: "A sua conta foi criada e está agora à espera de aprovação do administrador." | |
179 | notice_default_data_loaded: Configuração padrão carregada com sucesso. |
|
177 | notice_default_data_loaded: Configuração padrão carregada com sucesso. | |
180 | notice_unable_delete_version: Não foi possível apagar a versão. |
|
178 | notice_unable_delete_version: Não foi possível apagar a versão. | |
181 |
|
179 | |||
182 | error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: %{value}" |
|
180 | error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: %{value}" | |
183 | error_scm_not_found: "A entrada ou revisão não foi encontrada no repositório." |
|
181 | error_scm_not_found: "A entrada ou revisão não foi encontrada no repositório." | |
184 | error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: %{value}" |
|
182 | error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: %{value}" | |
185 | error_scm_annotate: "A entrada não existe ou não pode ser anotada." |
|
183 | error_scm_annotate: "A entrada não existe ou não pode ser anotada." | |
186 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projecto.' |
|
184 | error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projecto.' | |
187 |
|
185 | |||
188 | mail_subject_lost_password: "Palavra-chave de %{value}" |
|
186 | mail_subject_lost_password: "Palavra-chave de %{value}" | |
189 | mail_body_lost_password: 'Para mudar a sua palavra-chave, clique na ligação abaixo:' |
|
187 | mail_body_lost_password: 'Para mudar a sua palavra-chave, clique na ligação abaixo:' | |
190 | mail_subject_register: "Activação de conta de %{value}" |
|
188 | mail_subject_register: "Activação de conta de %{value}" | |
191 | mail_body_register: 'Para activar a sua conta, clique na ligação abaixo:' |
|
189 | mail_body_register: 'Para activar a sua conta, clique na ligação abaixo:' | |
192 | mail_body_account_information_external: "Pode utilizar a conta %{value} para autenticar-se." |
|
190 | mail_body_account_information_external: "Pode utilizar a conta %{value} para autenticar-se." | |
193 | mail_body_account_information: Informação da sua conta |
|
191 | mail_body_account_information: Informação da sua conta | |
194 | mail_subject_account_activation_request: "Pedido de activação da conta %{value}" |
|
192 | mail_subject_account_activation_request: "Pedido de activação da conta %{value}" | |
195 | mail_body_account_activation_request: "Um novo utilizador (%{value}) registou-se. A sua conta está à espera de aprovação:" |
|
193 | mail_body_account_activation_request: "Um novo utilizador (%{value}) registou-se. A sua conta está à espera de aprovação:" | |
196 | mail_subject_reminder: "%{count} tarefa(s) para entregar nos próximos %{days} dias" |
|
194 | mail_subject_reminder: "%{count} tarefa(s) para entregar nos próximos %{days} dias" | |
197 | mail_body_reminder: "%{count} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos %{days} dias:" |
|
195 | mail_body_reminder: "%{count} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos %{days} dias:" | |
198 |
|
196 | |||
199 |
|
197 | |||
200 | field_name: Nome |
|
198 | field_name: Nome | |
201 | field_description: Descrição |
|
199 | field_description: Descrição | |
202 | field_summary: Sumário |
|
200 | field_summary: Sumário | |
203 | field_is_required: Obrigatório |
|
201 | field_is_required: Obrigatório | |
204 | field_firstname: Nome |
|
202 | field_firstname: Nome | |
205 | field_lastname: Apelido |
|
203 | field_lastname: Apelido | |
206 | field_mail: E-mail |
|
204 | field_mail: E-mail | |
207 | field_filename: Ficheiro |
|
205 | field_filename: Ficheiro | |
208 | field_filesize: Tamanho |
|
206 | field_filesize: Tamanho | |
209 | field_downloads: Downloads |
|
207 | field_downloads: Downloads | |
210 | field_author: Autor |
|
208 | field_author: Autor | |
211 | field_created_on: Criado |
|
209 | field_created_on: Criado | |
212 | field_updated_on: Alterado |
|
210 | field_updated_on: Alterado | |
213 | field_field_format: Formato |
|
211 | field_field_format: Formato | |
214 | field_is_for_all: Para todos os projectos |
|
212 | field_is_for_all: Para todos os projectos | |
215 | field_possible_values: Valores possíveis |
|
213 | field_possible_values: Valores possíveis | |
216 | field_regexp: Expressão regular |
|
214 | field_regexp: Expressão regular | |
217 | field_min_length: Tamanho mínimo |
|
215 | field_min_length: Tamanho mínimo | |
218 | field_max_length: Tamanho máximo |
|
216 | field_max_length: Tamanho máximo | |
219 | field_value: Valor |
|
217 | field_value: Valor | |
220 | field_category: Categoria |
|
218 | field_category: Categoria | |
221 | field_title: Título |
|
219 | field_title: Título | |
222 | field_project: Projecto |
|
220 | field_project: Projecto | |
223 | field_issue: Tarefa |
|
221 | field_issue: Tarefa | |
224 | field_status: Estado |
|
222 | field_status: Estado | |
225 | field_notes: Notas |
|
223 | field_notes: Notas | |
226 | field_is_closed: Tarefa fechada |
|
224 | field_is_closed: Tarefa fechada | |
227 | field_is_default: Valor por omissão |
|
225 | field_is_default: Valor por omissão | |
228 | field_tracker: Tipo |
|
226 | field_tracker: Tipo | |
229 | field_subject: Assunto |
|
227 | field_subject: Assunto | |
230 | field_due_date: Data fim |
|
228 | field_due_date: Data fim | |
231 | field_assigned_to: Atribuído a |
|
229 | field_assigned_to: Atribuído a | |
232 | field_priority: Prioridade |
|
230 | field_priority: Prioridade | |
233 | field_fixed_version: Versão |
|
231 | field_fixed_version: Versão | |
234 | field_user: Utilizador |
|
232 | field_user: Utilizador | |
235 | field_role: Função |
|
233 | field_role: Função | |
236 | field_homepage: Página |
|
234 | field_homepage: Página | |
237 | field_is_public: Público |
|
235 | field_is_public: Público | |
238 | field_parent: Sub-projecto de |
|
236 | field_parent: Sub-projecto de | |
239 | field_is_in_roadmap: Tarefas mostradas no mapa de planificação |
|
237 | field_is_in_roadmap: Tarefas mostradas no mapa de planificação | |
240 | field_login: Nome de utilizador |
|
238 | field_login: Nome de utilizador | |
241 | field_mail_notification: Notificações por e-mail |
|
239 | field_mail_notification: Notificações por e-mail | |
242 | field_admin: Administrador |
|
240 | field_admin: Administrador | |
243 | field_last_login_on: Última visita |
|
241 | field_last_login_on: Última visita | |
244 | field_language: Língua |
|
242 | field_language: Língua | |
245 | field_effective_date: Data |
|
243 | field_effective_date: Data | |
246 | field_password: Palavra-chave |
|
244 | field_password: Palavra-chave | |
247 | field_new_password: Nova palavra-chave |
|
245 | field_new_password: Nova palavra-chave | |
248 | field_password_confirmation: Confirmação |
|
246 | field_password_confirmation: Confirmação | |
249 | field_version: Versão |
|
247 | field_version: Versão | |
250 | field_type: Tipo |
|
248 | field_type: Tipo | |
251 | field_host: Servidor |
|
249 | field_host: Servidor | |
252 | field_port: Porta |
|
250 | field_port: Porta | |
253 | field_account: Conta |
|
251 | field_account: Conta | |
254 | field_base_dn: Base DN |
|
252 | field_base_dn: Base DN | |
255 | field_attr_login: Atributo utilizador |
|
253 | field_attr_login: Atributo utilizador | |
256 | field_attr_firstname: Atributo nome próprio |
|
254 | field_attr_firstname: Atributo nome próprio | |
257 | field_attr_lastname: Atributo último nome |
|
255 | field_attr_lastname: Atributo último nome | |
258 | field_attr_mail: Atributo e-mail |
|
256 | field_attr_mail: Atributo e-mail | |
259 | field_onthefly: Criação imediata de utilizadores |
|
257 | field_onthefly: Criação imediata de utilizadores | |
260 | field_start_date: Data início |
|
258 | field_start_date: Data início | |
261 | field_done_ratio: "% Completo" |
|
259 | field_done_ratio: "% Completo" | |
262 | field_auth_source: Modo de autenticação |
|
260 | field_auth_source: Modo de autenticação | |
263 | field_hide_mail: Esconder endereço de e-mail |
|
261 | field_hide_mail: Esconder endereço de e-mail | |
264 | field_comments: Comentário |
|
262 | field_comments: Comentário | |
265 | field_url: URL |
|
263 | field_url: URL | |
266 | field_start_page: Página inicial |
|
264 | field_start_page: Página inicial | |
267 | field_subproject: Subprojecto |
|
265 | field_subproject: Subprojecto | |
268 | field_hours: Horas |
|
266 | field_hours: Horas | |
269 | field_activity: Actividade |
|
267 | field_activity: Actividade | |
270 | field_spent_on: Data |
|
268 | field_spent_on: Data | |
271 | field_identifier: Identificador |
|
269 | field_identifier: Identificador | |
272 | field_is_filter: Usado como filtro |
|
270 | field_is_filter: Usado como filtro | |
273 | field_issue_to: Tarefa relacionada |
|
271 | field_issue_to: Tarefa relacionada | |
274 | field_delay: Atraso |
|
272 | field_delay: Atraso | |
275 | field_assignable: As tarefas podem ser associadas a esta função |
|
273 | field_assignable: As tarefas podem ser associadas a esta função | |
276 | field_redirect_existing_links: Redireccionar ligações existentes |
|
274 | field_redirect_existing_links: Redireccionar ligações existentes | |
277 | field_estimated_hours: Tempo estimado |
|
275 | field_estimated_hours: Tempo estimado | |
278 | field_column_names: Colunas |
|
276 | field_column_names: Colunas | |
279 | field_time_zone: Fuso horário |
|
277 | field_time_zone: Fuso horário | |
280 | field_searchable: Procurável |
|
278 | field_searchable: Procurável | |
281 | field_default_value: Valor por omissão |
|
279 | field_default_value: Valor por omissão | |
282 | field_comments_sorting: Mostrar comentários |
|
280 | field_comments_sorting: Mostrar comentários | |
283 | field_parent_title: Página pai |
|
281 | field_parent_title: Página pai | |
284 |
|
282 | |||
285 | setting_app_title: Título da aplicação |
|
283 | setting_app_title: Título da aplicação | |
286 | setting_app_subtitle: Sub-título da aplicação |
|
284 | setting_app_subtitle: Sub-título da aplicação | |
287 | setting_welcome_text: Texto de boas vindas |
|
285 | setting_welcome_text: Texto de boas vindas | |
288 | setting_default_language: Língua por omissão |
|
286 | setting_default_language: Língua por omissão | |
289 | setting_login_required: Autenticação obrigatória |
|
287 | setting_login_required: Autenticação obrigatória | |
290 | setting_self_registration: Auto-registo |
|
288 | setting_self_registration: Auto-registo | |
291 | setting_attachment_max_size: Tamanho máximo do anexo |
|
289 | setting_attachment_max_size: Tamanho máximo do anexo | |
292 | setting_issues_export_limit: Limite de exportação das tarefas |
|
290 | setting_issues_export_limit: Limite de exportação das tarefas | |
293 | setting_mail_from: E-mail enviado de |
|
291 | setting_mail_from: E-mail enviado de | |
294 | setting_bcc_recipients: Recipientes de BCC |
|
292 | setting_bcc_recipients: Recipientes de BCC | |
295 | setting_host_name: Hostname |
|
293 | setting_host_name: Hostname | |
296 | setting_text_formatting: Formatação do texto |
|
294 | setting_text_formatting: Formatação do texto | |
297 | setting_wiki_compression: Compressão do histórico do Wiki |
|
295 | setting_wiki_compression: Compressão do histórico do Wiki | |
298 | setting_feeds_limit: Limite de conteúdo do feed |
|
296 | setting_feeds_limit: Limite de conteúdo do feed | |
299 | setting_default_projects_public: Projectos novos são públicos por omissão |
|
297 | setting_default_projects_public: Projectos novos são públicos por omissão | |
300 | setting_autofetch_changesets: Buscar automaticamente commits |
|
298 | setting_autofetch_changesets: Buscar automaticamente commits | |
301 | setting_sys_api_enabled: Activar Web Service para gestão do repositório |
|
299 | setting_sys_api_enabled: Activar Web Service para gestão do repositório | |
302 | setting_commit_ref_keywords: Palavras-chave de referência |
|
300 | setting_commit_ref_keywords: Palavras-chave de referência | |
303 | setting_commit_fix_keywords: Palavras-chave de fecho |
|
301 | setting_commit_fix_keywords: Palavras-chave de fecho | |
304 | setting_autologin: Login automático |
|
302 | setting_autologin: Login automático | |
305 | setting_date_format: Formato da data |
|
303 | setting_date_format: Formato da data | |
306 | setting_time_format: Formato do tempo |
|
304 | setting_time_format: Formato do tempo | |
307 | setting_cross_project_issue_relations: Permitir relações entre tarefas de projectos diferentes |
|
305 | setting_cross_project_issue_relations: Permitir relações entre tarefas de projectos diferentes | |
308 | setting_issue_list_default_columns: Colunas na lista de tarefas por omissão |
|
306 | setting_issue_list_default_columns: Colunas na lista de tarefas por omissão | |
309 | setting_emails_footer: Rodapé do e-mails |
|
307 | setting_emails_footer: Rodapé do e-mails | |
310 | setting_protocol: Protocolo |
|
308 | setting_protocol: Protocolo | |
311 | setting_per_page_options: Opções de objectos por página |
|
309 | setting_per_page_options: Opções de objectos por página | |
312 | setting_user_format: Formato de apresentaão de utilizadores |
|
310 | setting_user_format: Formato de apresentaão de utilizadores | |
313 | setting_activity_days_default: Dias mostrados na actividade do projecto |
|
311 | setting_activity_days_default: Dias mostrados na actividade do projecto | |
314 | setting_display_subprojects_issues: Mostrar as tarefas dos sub-projectos nos projectos principais |
|
312 | setting_display_subprojects_issues: Mostrar as tarefas dos sub-projectos nos projectos principais | |
315 | setting_enabled_scm: Activar SCM |
|
313 | setting_enabled_scm: Activar SCM | |
316 | setting_mail_handler_api_enabled: Activar Web Service para e-mails recebidos |
|
314 | setting_mail_handler_api_enabled: Activar Web Service para e-mails recebidos | |
317 | setting_mail_handler_api_key: Chave da API |
|
315 | setting_mail_handler_api_key: Chave da API | |
318 | setting_sequential_project_identifiers: Gerar identificadores de projecto sequênciais |
|
316 | setting_sequential_project_identifiers: Gerar identificadores de projecto sequênciais | |
319 |
|
317 | |||
320 | project_module_issue_tracking: Tarefas |
|
318 | project_module_issue_tracking: Tarefas | |
321 | project_module_time_tracking: Registo de tempo |
|
319 | project_module_time_tracking: Registo de tempo | |
322 | project_module_news: Notícias |
|
320 | project_module_news: Notícias | |
323 | project_module_documents: Documentos |
|
321 | project_module_documents: Documentos | |
324 | project_module_files: Ficheiros |
|
322 | project_module_files: Ficheiros | |
325 | project_module_wiki: Wiki |
|
323 | project_module_wiki: Wiki | |
326 | project_module_repository: Repositório |
|
324 | project_module_repository: Repositório | |
327 | project_module_boards: Forum |
|
325 | project_module_boards: Forum | |
328 |
|
326 | |||
329 | label_user: Utilizador |
|
327 | label_user: Utilizador | |
330 | label_user_plural: Utilizadores |
|
328 | label_user_plural: Utilizadores | |
331 | label_user_new: Novo utilizador |
|
329 | label_user_new: Novo utilizador | |
332 | label_project: Projecto |
|
330 | label_project: Projecto | |
333 | label_project_new: Novo projecto |
|
331 | label_project_new: Novo projecto | |
334 | label_project_plural: Projectos |
|
332 | label_project_plural: Projectos | |
335 | label_x_projects: |
|
333 | label_x_projects: | |
336 | zero: no projects |
|
334 | zero: no projects | |
337 | one: 1 project |
|
335 | one: 1 project | |
338 | other: "%{count} projects" |
|
336 | other: "%{count} projects" | |
339 | label_project_all: Todos os projectos |
|
337 | label_project_all: Todos os projectos | |
340 | label_project_latest: Últimos projectos |
|
338 | label_project_latest: Últimos projectos | |
341 | label_issue: Tarefa |
|
339 | label_issue: Tarefa | |
342 | label_issue_new: Nova tarefa |
|
340 | label_issue_new: Nova tarefa | |
343 | label_issue_plural: Tarefas |
|
341 | label_issue_plural: Tarefas | |
344 | label_issue_view_all: Ver todas as tarefas |
|
342 | label_issue_view_all: Ver todas as tarefas | |
345 | label_issues_by: "Tarefas por %{value}" |
|
343 | label_issues_by: "Tarefas por %{value}" | |
346 | label_issue_added: Tarefa adicionada |
|
344 | label_issue_added: Tarefa adicionada | |
347 | label_issue_updated: Tarefa actualizada |
|
345 | label_issue_updated: Tarefa actualizada | |
348 | label_document: Documento |
|
346 | label_document: Documento | |
349 | label_document_new: Novo documento |
|
347 | label_document_new: Novo documento | |
350 | label_document_plural: Documentos |
|
348 | label_document_plural: Documentos | |
351 | label_document_added: Documento adicionado |
|
349 | label_document_added: Documento adicionado | |
352 | label_role: Função |
|
350 | label_role: Função | |
353 | label_role_plural: Funções |
|
351 | label_role_plural: Funções | |
354 | label_role_new: Nova função |
|
352 | label_role_new: Nova função | |
355 | label_role_and_permissions: Funções e permissões |
|
353 | label_role_and_permissions: Funções e permissões | |
356 | label_member: Membro |
|
354 | label_member: Membro | |
357 | label_member_new: Novo membro |
|
355 | label_member_new: Novo membro | |
358 | label_member_plural: Membros |
|
356 | label_member_plural: Membros | |
359 | label_tracker: Tipo |
|
357 | label_tracker: Tipo | |
360 | label_tracker_plural: Tipos |
|
358 | label_tracker_plural: Tipos | |
361 | label_tracker_new: Novo tipo |
|
359 | label_tracker_new: Novo tipo | |
362 | label_workflow: Fluxo de trabalho |
|
360 | label_workflow: Fluxo de trabalho | |
363 | label_issue_status: Estado da tarefa |
|
361 | label_issue_status: Estado da tarefa | |
364 | label_issue_status_plural: Estados da tarefa |
|
362 | label_issue_status_plural: Estados da tarefa | |
365 | label_issue_status_new: Novo estado |
|
363 | label_issue_status_new: Novo estado | |
366 | label_issue_category: Categoria de tarefa |
|
364 | label_issue_category: Categoria de tarefa | |
367 | label_issue_category_plural: Categorias de tarefa |
|
365 | label_issue_category_plural: Categorias de tarefa | |
368 | label_issue_category_new: Nova categoria |
|
366 | label_issue_category_new: Nova categoria | |
369 | label_custom_field: Campo personalizado |
|
367 | label_custom_field: Campo personalizado | |
370 | label_custom_field_plural: Campos personalizados |
|
368 | label_custom_field_plural: Campos personalizados | |
371 | label_custom_field_new: Novo campo personalizado |
|
369 | label_custom_field_new: Novo campo personalizado | |
372 | label_enumerations: Enumerações |
|
370 | label_enumerations: Enumerações | |
373 | label_enumeration_new: Novo valor |
|
371 | label_enumeration_new: Novo valor | |
374 | label_information: Informação |
|
372 | label_information: Informação | |
375 | label_information_plural: Informações |
|
373 | label_information_plural: Informações | |
376 | label_please_login: Por favor autentique-se |
|
374 | label_please_login: Por favor autentique-se | |
377 | label_register: Registar |
|
375 | label_register: Registar | |
378 | label_password_lost: Perdi a palavra-chave |
|
376 | label_password_lost: Perdi a palavra-chave | |
379 | label_home: Página Inicial |
|
377 | label_home: Página Inicial | |
380 | label_my_page: Página Pessoal |
|
378 | label_my_page: Página Pessoal | |
381 | label_my_account: Minha conta |
|
379 | label_my_account: Minha conta | |
382 | label_my_projects: Meus projectos |
|
380 | label_my_projects: Meus projectos | |
383 | label_administration: Administração |
|
381 | label_administration: Administração | |
384 | label_login: Entrar |
|
382 | label_login: Entrar | |
385 | label_logout: Sair |
|
383 | label_logout: Sair | |
386 | label_help: Ajuda |
|
384 | label_help: Ajuda | |
387 | label_reported_issues: Tarefas criadas |
|
385 | label_reported_issues: Tarefas criadas | |
388 | label_assigned_to_me_issues: Tarefas atribuídas a mim |
|
386 | label_assigned_to_me_issues: Tarefas atribuídas a mim | |
389 | label_last_login: Último acesso |
|
387 | label_last_login: Último acesso | |
390 | label_registered_on: Registado em |
|
388 | label_registered_on: Registado em | |
391 | label_activity: Actividade |
|
389 | label_activity: Actividade | |
392 | label_overall_activity: Actividade geral |
|
390 | label_overall_activity: Actividade geral | |
393 | label_new: Novo |
|
391 | label_new: Novo | |
394 | label_logged_as: Ligado como |
|
392 | label_logged_as: Ligado como | |
395 | label_environment: Ambiente |
|
393 | label_environment: Ambiente | |
396 | label_authentication: Autenticação |
|
394 | label_authentication: Autenticação | |
397 | label_auth_source: Modo de autenticação |
|
395 | label_auth_source: Modo de autenticação | |
398 | label_auth_source_new: Novo modo de autenticação |
|
396 | label_auth_source_new: Novo modo de autenticação | |
399 | label_auth_source_plural: Modos de autenticação |
|
397 | label_auth_source_plural: Modos de autenticação | |
400 | label_subproject_plural: Sub-projectos |
|
398 | label_subproject_plural: Sub-projectos | |
401 | label_and_its_subprojects: "%{value} e sub-projectos" |
|
399 | label_and_its_subprojects: "%{value} e sub-projectos" | |
402 | label_min_max_length: Tamanho mínimo-máximo |
|
400 | label_min_max_length: Tamanho mínimo-máximo | |
403 | label_list: Lista |
|
401 | label_list: Lista | |
404 | label_date: Data |
|
402 | label_date: Data | |
405 | label_integer: Inteiro |
|
403 | label_integer: Inteiro | |
406 | label_float: Decimal |
|
404 | label_float: Decimal | |
407 | label_boolean: Booleano |
|
405 | label_boolean: Booleano | |
408 | label_string: Texto |
|
406 | label_string: Texto | |
409 | label_text: Texto longo |
|
407 | label_text: Texto longo | |
410 | label_attribute: Atributo |
|
408 | label_attribute: Atributo | |
411 | label_attribute_plural: Atributos |
|
409 | label_attribute_plural: Atributos | |
412 | label_no_data: Sem dados para mostrar |
|
410 | label_no_data: Sem dados para mostrar | |
413 | label_change_status: Mudar estado |
|
411 | label_change_status: Mudar estado | |
414 | label_history: Histórico |
|
412 | label_history: Histórico | |
415 | label_attachment: Ficheiro |
|
413 | label_attachment: Ficheiro | |
416 | label_attachment_new: Novo ficheiro |
|
414 | label_attachment_new: Novo ficheiro | |
417 | label_attachment_delete: Apagar ficheiro |
|
415 | label_attachment_delete: Apagar ficheiro | |
418 | label_attachment_plural: Ficheiros |
|
416 | label_attachment_plural: Ficheiros | |
419 | label_file_added: Ficheiro adicionado |
|
417 | label_file_added: Ficheiro adicionado | |
420 | label_report: Relatório |
|
418 | label_report: Relatório | |
421 | label_report_plural: Relatórios |
|
419 | label_report_plural: Relatórios | |
422 | label_news: Notícia |
|
420 | label_news: Notícia | |
423 | label_news_new: Nova notícia |
|
421 | label_news_new: Nova notícia | |
424 | label_news_plural: Notícias |
|
422 | label_news_plural: Notícias | |
425 | label_news_latest: Últimas notícias |
|
423 | label_news_latest: Últimas notícias | |
426 | label_news_view_all: Ver todas as notícias |
|
424 | label_news_view_all: Ver todas as notícias | |
427 | label_news_added: Notícia adicionada |
|
425 | label_news_added: Notícia adicionada | |
428 | label_settings: Configurações |
|
426 | label_settings: Configurações | |
429 | label_overview: Visão geral |
|
427 | label_overview: Visão geral | |
430 | label_version: Versão |
|
428 | label_version: Versão | |
431 | label_version_new: Nova versão |
|
429 | label_version_new: Nova versão | |
432 | label_version_plural: Versões |
|
430 | label_version_plural: Versões | |
433 | label_confirmation: Confirmação |
|
431 | label_confirmation: Confirmação | |
434 | label_export_to: 'Também disponível em:' |
|
432 | label_export_to: 'Também disponível em:' | |
435 | label_read: Ler... |
|
433 | label_read: Ler... | |
436 | label_public_projects: Projectos públicos |
|
434 | label_public_projects: Projectos públicos | |
437 | label_open_issues: aberto |
|
435 | label_open_issues: aberto | |
438 | label_open_issues_plural: abertos |
|
436 | label_open_issues_plural: abertos | |
439 | label_closed_issues: fechado |
|
437 | label_closed_issues: fechado | |
440 | label_closed_issues_plural: fechados |
|
438 | label_closed_issues_plural: fechados | |
441 | label_x_open_issues_abbr_on_total: |
|
439 | label_x_open_issues_abbr_on_total: | |
442 | zero: 0 abertas / %{total} |
|
440 | zero: 0 abertas / %{total} | |
443 | one: 1 aberta / %{total} |
|
441 | one: 1 aberta / %{total} | |
444 | other: "%{count} abertas / %{total}" |
|
442 | other: "%{count} abertas / %{total}" | |
445 | label_x_open_issues_abbr: |
|
443 | label_x_open_issues_abbr: | |
446 | zero: 0 abertas |
|
444 | zero: 0 abertas | |
447 | one: 1 aberta |
|
445 | one: 1 aberta | |
448 | other: "%{count} abertas" |
|
446 | other: "%{count} abertas" | |
449 | label_x_closed_issues_abbr: |
|
447 | label_x_closed_issues_abbr: | |
450 | zero: 0 fechadas |
|
448 | zero: 0 fechadas | |
451 | one: 1 fechada |
|
449 | one: 1 fechada | |
452 | other: "%{count} fechadas" |
|
450 | other: "%{count} fechadas" | |
453 | label_total: Total |
|
451 | label_total: Total | |
454 | label_permissions: Permissões |
|
452 | label_permissions: Permissões | |
455 | label_current_status: Estado actual |
|
453 | label_current_status: Estado actual | |
456 | label_new_statuses_allowed: Novos estados permitidos |
|
454 | label_new_statuses_allowed: Novos estados permitidos | |
457 | label_all: todos |
|
455 | label_all: todos | |
458 | label_none: nenhum |
|
456 | label_none: nenhum | |
459 | label_nobody: ninguém |
|
457 | label_nobody: ninguém | |
460 | label_next: Próximo |
|
458 | label_next: Próximo | |
461 | label_previous: Anterior |
|
459 | label_previous: Anterior | |
462 | label_used_by: Usado por |
|
460 | label_used_by: Usado por | |
463 | label_details: Detalhes |
|
461 | label_details: Detalhes | |
464 | label_add_note: Adicionar nota |
|
462 | label_add_note: Adicionar nota | |
465 | label_per_page: Por página |
|
463 | label_per_page: Por página | |
466 | label_calendar: Calendário |
|
464 | label_calendar: Calendário | |
467 | label_months_from: meses de |
|
465 | label_months_from: meses de | |
468 | label_gantt: Gantt |
|
466 | label_gantt: Gantt | |
469 | label_internal: Interno |
|
467 | label_internal: Interno | |
470 | label_last_changes: "últimas %{count} alterações" |
|
468 | label_last_changes: "últimas %{count} alterações" | |
471 | label_change_view_all: Ver todas as alterações |
|
469 | label_change_view_all: Ver todas as alterações | |
472 | label_personalize_page: Personalizar esta página |
|
470 | label_personalize_page: Personalizar esta página | |
473 | label_comment: Comentário |
|
471 | label_comment: Comentário | |
474 | label_comment_plural: Comentários |
|
472 | label_comment_plural: Comentários | |
475 | label_x_comments: |
|
473 | label_x_comments: | |
476 | zero: sem comentários |
|
474 | zero: sem comentários | |
477 | one: 1 comentário |
|
475 | one: 1 comentário | |
478 | other: "%{count} comentários" |
|
476 | other: "%{count} comentários" | |
479 | label_comment_add: Adicionar comentário |
|
477 | label_comment_add: Adicionar comentário | |
480 | label_comment_added: Comentário adicionado |
|
478 | label_comment_added: Comentário adicionado | |
481 | label_comment_delete: Apagar comentários |
|
479 | label_comment_delete: Apagar comentários | |
482 | label_query: Consulta personalizada |
|
480 | label_query: Consulta personalizada | |
483 | label_query_plural: Consultas personalizadas |
|
481 | label_query_plural: Consultas personalizadas | |
484 | label_query_new: Nova consulta |
|
482 | label_query_new: Nova consulta | |
485 | label_filter_add: Adicionar filtro |
|
483 | label_filter_add: Adicionar filtro | |
486 | label_filter_plural: Filtros |
|
484 | label_filter_plural: Filtros | |
487 | label_equals: é |
|
485 | label_equals: é | |
488 | label_not_equals: não é |
|
486 | label_not_equals: não é | |
489 | label_in_less_than: em menos de |
|
487 | label_in_less_than: em menos de | |
490 | label_in_more_than: em mais de |
|
488 | label_in_more_than: em mais de | |
491 | label_in: em |
|
489 | label_in: em | |
492 | label_today: hoje |
|
490 | label_today: hoje | |
493 | label_all_time: sempre |
|
491 | label_all_time: sempre | |
494 | label_yesterday: ontem |
|
492 | label_yesterday: ontem | |
495 | label_this_week: esta semana |
|
493 | label_this_week: esta semana | |
496 | label_last_week: semana passada |
|
494 | label_last_week: semana passada | |
497 | label_last_n_days: "últimos %{count} dias" |
|
495 | label_last_n_days: "últimos %{count} dias" | |
498 | label_this_month: este mês |
|
496 | label_this_month: este mês | |
499 | label_last_month: mês passado |
|
497 | label_last_month: mês passado | |
500 | label_this_year: este ano |
|
498 | label_this_year: este ano | |
501 | label_date_range: Date range |
|
499 | label_date_range: Date range | |
502 | label_less_than_ago: menos de dias atrás |
|
500 | label_less_than_ago: menos de dias atrás | |
503 | label_more_than_ago: mais de dias atrás |
|
501 | label_more_than_ago: mais de dias atrás | |
504 | label_ago: dias atrás |
|
502 | label_ago: dias atrás | |
505 | label_contains: contém |
|
503 | label_contains: contém | |
506 | label_not_contains: não contém |
|
504 | label_not_contains: não contém | |
507 | label_day_plural: dias |
|
505 | label_day_plural: dias | |
508 | label_repository: Repositório |
|
506 | label_repository: Repositório | |
509 | label_repository_plural: Repositórios |
|
507 | label_repository_plural: Repositórios | |
510 | label_browse: Navegar |
|
508 | label_browse: Navegar | |
511 | label_revision: Revisão |
|
509 | label_revision: Revisão | |
512 | label_revision_plural: Revisões |
|
510 | label_revision_plural: Revisões | |
513 | label_associated_revisions: Revisões associadas |
|
511 | label_associated_revisions: Revisões associadas | |
514 | label_added: adicionado |
|
512 | label_added: adicionado | |
515 | label_modified: modificado |
|
513 | label_modified: modificado | |
516 | label_copied: copiado |
|
514 | label_copied: copiado | |
517 | label_renamed: renomeado |
|
515 | label_renamed: renomeado | |
518 | label_deleted: apagado |
|
516 | label_deleted: apagado | |
519 | label_latest_revision: Última revisão |
|
517 | label_latest_revision: Última revisão | |
520 | label_latest_revision_plural: Últimas revisões |
|
518 | label_latest_revision_plural: Últimas revisões | |
521 | label_view_revisions: Ver revisões |
|
519 | label_view_revisions: Ver revisões | |
522 | label_max_size: Tamanho máximo |
|
520 | label_max_size: Tamanho máximo | |
523 | label_sort_highest: Mover para o início |
|
521 | label_sort_highest: Mover para o início | |
524 | label_sort_higher: Mover para cima |
|
522 | label_sort_higher: Mover para cima | |
525 | label_sort_lower: Mover para baixo |
|
523 | label_sort_lower: Mover para baixo | |
526 | label_sort_lowest: Mover para o fim |
|
524 | label_sort_lowest: Mover para o fim | |
527 | label_roadmap: Planificação |
|
525 | label_roadmap: Planificação | |
528 | label_roadmap_due_in: "Termina em %{value}" |
|
526 | label_roadmap_due_in: "Termina em %{value}" | |
529 | label_roadmap_overdue: "Atrasado %{value}" |
|
527 | label_roadmap_overdue: "Atrasado %{value}" | |
530 | label_roadmap_no_issues: Sem tarefas para esta versão |
|
528 | label_roadmap_no_issues: Sem tarefas para esta versão | |
531 | label_search: Procurar |
|
529 | label_search: Procurar | |
532 | label_result_plural: Resultados |
|
530 | label_result_plural: Resultados | |
533 | label_all_words: Todas as palavras |
|
531 | label_all_words: Todas as palavras | |
534 | label_wiki: Wiki |
|
532 | label_wiki: Wiki | |
535 | label_wiki_edit: Edição da Wiki |
|
533 | label_wiki_edit: Edição da Wiki | |
536 | label_wiki_edit_plural: Edições da Wiki |
|
534 | label_wiki_edit_plural: Edições da Wiki | |
537 | label_wiki_page: Página da Wiki |
|
535 | label_wiki_page: Página da Wiki | |
538 | label_wiki_page_plural: Páginas da Wiki |
|
536 | label_wiki_page_plural: Páginas da Wiki | |
539 | label_index_by_title: Índice por título |
|
537 | label_index_by_title: Índice por título | |
540 | label_index_by_date: Índice por data |
|
538 | label_index_by_date: Índice por data | |
541 | label_current_version: Versão actual |
|
539 | label_current_version: Versão actual | |
542 | label_preview: Pré-visualizar |
|
540 | label_preview: Pré-visualizar | |
543 | label_feed_plural: Feeds |
|
541 | label_feed_plural: Feeds | |
544 | label_changes_details: Detalhes de todas as mudanças |
|
542 | label_changes_details: Detalhes de todas as mudanças | |
545 | label_issue_tracking: Tarefas |
|
543 | label_issue_tracking: Tarefas | |
546 | label_spent_time: Tempo gasto |
|
544 | label_spent_time: Tempo gasto | |
547 | label_f_hour: "%{value} hora" |
|
545 | label_f_hour: "%{value} hora" | |
548 | label_f_hour_plural: "%{value} horas" |
|
546 | label_f_hour_plural: "%{value} horas" | |
549 | label_time_tracking: Registo de tempo |
|
547 | label_time_tracking: Registo de tempo | |
550 | label_change_plural: Mudanças |
|
548 | label_change_plural: Mudanças | |
551 | label_statistics: Estatísticas |
|
549 | label_statistics: Estatísticas | |
552 | label_commits_per_month: Commits por mês |
|
550 | label_commits_per_month: Commits por mês | |
553 | label_commits_per_author: Commits por autor |
|
551 | label_commits_per_author: Commits por autor | |
554 | label_view_diff: Ver diferenças |
|
552 | label_view_diff: Ver diferenças | |
555 | label_diff_inline: inline |
|
553 | label_diff_inline: inline | |
556 | label_diff_side_by_side: lado a lado |
|
554 | label_diff_side_by_side: lado a lado | |
557 | label_options: Opções |
|
555 | label_options: Opções | |
558 | label_copy_workflow_from: Copiar fluxo de trabalho de |
|
556 | label_copy_workflow_from: Copiar fluxo de trabalho de | |
559 | label_permissions_report: Relatório de permissões |
|
557 | label_permissions_report: Relatório de permissões | |
560 | label_watched_issues: Tarefas observadas |
|
558 | label_watched_issues: Tarefas observadas | |
561 | label_related_issues: Tarefas relacionadas |
|
559 | label_related_issues: Tarefas relacionadas | |
562 | label_applied_status: Estado aplicado |
|
560 | label_applied_status: Estado aplicado | |
563 | label_loading: A carregar... |
|
561 | label_loading: A carregar... | |
564 | label_relation_new: Nova relação |
|
562 | label_relation_new: Nova relação | |
565 | label_relation_delete: Apagar relação |
|
563 | label_relation_delete: Apagar relação | |
566 | label_relates_to: relacionado a |
|
564 | label_relates_to: relacionado a | |
567 | label_duplicates: duplica |
|
565 | label_duplicates: duplica | |
568 | label_duplicated_by: duplicado por |
|
566 | label_duplicated_by: duplicado por | |
569 | label_blocks: bloqueia |
|
567 | label_blocks: bloqueia | |
570 | label_blocked_by: bloqueado por |
|
568 | label_blocked_by: bloqueado por | |
571 | label_precedes: precede |
|
569 | label_precedes: precede | |
572 | label_follows: segue |
|
570 | label_follows: segue | |
573 | label_end_to_start: fim a início |
|
571 | label_end_to_start: fim a início | |
574 | label_end_to_end: fim a fim |
|
572 | label_end_to_end: fim a fim | |
575 | label_start_to_start: início a início |
|
573 | label_start_to_start: início a início | |
576 | label_start_to_end: início a fim |
|
574 | label_start_to_end: início a fim | |
577 | label_stay_logged_in: Guardar sessão |
|
575 | label_stay_logged_in: Guardar sessão | |
578 | label_disabled: desactivado |
|
576 | label_disabled: desactivado | |
579 | label_show_completed_versions: Mostrar versões acabadas |
|
577 | label_show_completed_versions: Mostrar versões acabadas | |
580 | label_me: eu |
|
578 | label_me: eu | |
581 | label_board: Forum |
|
579 | label_board: Forum | |
582 | label_board_new: Novo forum |
|
580 | label_board_new: Novo forum | |
583 | label_board_plural: Forums |
|
581 | label_board_plural: Forums | |
584 | label_topic_plural: Tópicos |
|
582 | label_topic_plural: Tópicos | |
585 | label_message_plural: Mensagens |
|
583 | label_message_plural: Mensagens | |
586 | label_message_last: Última mensagem |
|
584 | label_message_last: Última mensagem | |
587 | label_message_new: Nova mensagem |
|
585 | label_message_new: Nova mensagem | |
588 | label_message_posted: Mensagem adicionada |
|
586 | label_message_posted: Mensagem adicionada | |
589 | label_reply_plural: Respostas |
|
587 | label_reply_plural: Respostas | |
590 | label_send_information: Enviar dados da conta para o utilizador |
|
588 | label_send_information: Enviar dados da conta para o utilizador | |
591 | label_year: Ano |
|
589 | label_year: Ano | |
592 | label_month: mês |
|
590 | label_month: mês | |
593 | label_week: Semana |
|
591 | label_week: Semana | |
594 | label_date_from: De |
|
592 | label_date_from: De | |
595 | label_date_to: Para |
|
593 | label_date_to: Para | |
596 | label_language_based: Baseado na língua do utilizador |
|
594 | label_language_based: Baseado na língua do utilizador | |
597 | label_sort_by: "Ordenar por %{value}" |
|
595 | label_sort_by: "Ordenar por %{value}" | |
598 | label_send_test_email: enviar um e-mail de teste |
|
596 | label_send_test_email: enviar um e-mail de teste | |
599 | label_feeds_access_key_created_on: "Chave Atom criada há %{value} atrás" |
|
597 | label_feeds_access_key_created_on: "Chave Atom criada há %{value} atrás" | |
600 | label_module_plural: Módulos |
|
598 | label_module_plural: Módulos | |
601 | label_added_time_by: "Adicionado por %{author} há %{age} atrás" |
|
599 | label_added_time_by: "Adicionado por %{author} há %{age} atrás" | |
602 | label_updated_time: "Alterado há %{value} atrás" |
|
600 | label_updated_time: "Alterado há %{value} atrás" | |
603 | label_jump_to_a_project: Ir para o projecto... |
|
601 | label_jump_to_a_project: Ir para o projecto... | |
604 | label_file_plural: Ficheiros |
|
602 | label_file_plural: Ficheiros | |
605 | label_changeset_plural: Changesets |
|
603 | label_changeset_plural: Changesets | |
606 | label_default_columns: Colunas por omissão |
|
604 | label_default_columns: Colunas por omissão | |
607 | label_no_change_option: (sem alteração) |
|
605 | label_no_change_option: (sem alteração) | |
608 | label_bulk_edit_selected_issues: Editar tarefas seleccionadas em conjunto |
|
606 | label_bulk_edit_selected_issues: Editar tarefas seleccionadas em conjunto | |
609 | label_theme: Tema |
|
607 | label_theme: Tema | |
610 | label_default: Padrão |
|
608 | label_default: Padrão | |
611 | label_search_titles_only: Procurar apenas em títulos |
|
609 | label_search_titles_only: Procurar apenas em títulos | |
612 | label_user_mail_option_all: "Para qualquer evento em todos os meus projectos" |
|
610 | label_user_mail_option_all: "Para qualquer evento em todos os meus projectos" | |
613 | label_user_mail_option_selected: "Para qualquer evento apenas nos projectos seleccionados..." |
|
611 | label_user_mail_option_selected: "Para qualquer evento apenas nos projectos seleccionados..." | |
614 | label_user_mail_no_self_notified: "Não quero ser notificado de alterações feitas por mim" |
|
612 | label_user_mail_no_self_notified: "Não quero ser notificado de alterações feitas por mim" | |
615 | label_registration_activation_by_email: Activação da conta por e-mail |
|
613 | label_registration_activation_by_email: Activação da conta por e-mail | |
616 | label_registration_manual_activation: Activação manual da conta |
|
614 | label_registration_manual_activation: Activação manual da conta | |
617 | label_registration_automatic_activation: Activação automática da conta |
|
615 | label_registration_automatic_activation: Activação automática da conta | |
618 | label_display_per_page: "Por página: %{value}" |
|
616 | label_display_per_page: "Por página: %{value}" | |
619 | label_age: Idade |
|
617 | label_age: Idade | |
620 | label_change_properties: Mudar propriedades |
|
618 | label_change_properties: Mudar propriedades | |
621 | label_general: Geral |
|
619 | label_general: Geral | |
622 | label_more: Mais |
|
620 | label_more: Mais | |
623 | label_scm: SCM |
|
621 | label_scm: SCM | |
624 | label_plugins: Extensões |
|
622 | label_plugins: Extensões | |
625 | label_ldap_authentication: Autenticação LDAP |
|
623 | label_ldap_authentication: Autenticação LDAP | |
626 | label_downloads_abbr: D/L |
|
624 | label_downloads_abbr: D/L | |
627 | label_optional_description: Descrição opcional |
|
625 | label_optional_description: Descrição opcional | |
628 | label_add_another_file: Adicionar outro ficheiro |
|
626 | label_add_another_file: Adicionar outro ficheiro | |
629 | label_preferences: Preferências |
|
627 | label_preferences: Preferências | |
630 | label_chronological_order: Em ordem cronológica |
|
628 | label_chronological_order: Em ordem cronológica | |
631 | label_reverse_chronological_order: Em ordem cronológica inversa |
|
629 | label_reverse_chronological_order: Em ordem cronológica inversa | |
632 | label_planning: Planeamento |
|
630 | label_planning: Planeamento | |
633 | label_incoming_emails: E-mails a chegar |
|
631 | label_incoming_emails: E-mails a chegar | |
634 | label_generate_key: Gerar uma chave |
|
632 | label_generate_key: Gerar uma chave | |
635 | label_issue_watchers: Observadores |
|
633 | label_issue_watchers: Observadores | |
636 |
|
634 | |||
637 | button_login: Entrar |
|
635 | button_login: Entrar | |
638 | button_submit: Submeter |
|
636 | button_submit: Submeter | |
639 | button_save: Guardar |
|
637 | button_save: Guardar | |
640 | button_check_all: Marcar tudo |
|
638 | button_check_all: Marcar tudo | |
641 | button_uncheck_all: Desmarcar tudo |
|
639 | button_uncheck_all: Desmarcar tudo | |
642 | button_delete: Apagar |
|
640 | button_delete: Apagar | |
643 | button_create: Criar |
|
641 | button_create: Criar | |
644 | button_test: Testar |
|
642 | button_test: Testar | |
645 | button_edit: Editar |
|
643 | button_edit: Editar | |
646 | button_add: Adicionar |
|
644 | button_add: Adicionar | |
647 | button_change: Alterar |
|
645 | button_change: Alterar | |
648 | button_apply: Aplicar |
|
646 | button_apply: Aplicar | |
649 | button_clear: Limpar |
|
647 | button_clear: Limpar | |
650 | button_lock: Bloquear |
|
648 | button_lock: Bloquear | |
651 | button_unlock: Desbloquear |
|
649 | button_unlock: Desbloquear | |
652 | button_download: Download |
|
650 | button_download: Download | |
653 | button_list: Listar |
|
651 | button_list: Listar | |
654 | button_view: Ver |
|
652 | button_view: Ver | |
655 | button_move: Mover |
|
653 | button_move: Mover | |
656 | button_back: Voltar |
|
654 | button_back: Voltar | |
657 | button_cancel: Cancelar |
|
655 | button_cancel: Cancelar | |
658 | button_activate: Activar |
|
656 | button_activate: Activar | |
659 | button_sort: Ordenar |
|
657 | button_sort: Ordenar | |
660 | button_log_time: Tempo de trabalho |
|
658 | button_log_time: Tempo de trabalho | |
661 | button_rollback: Voltar para esta versão |
|
659 | button_rollback: Voltar para esta versão | |
662 | button_watch: Observar |
|
660 | button_watch: Observar | |
663 | button_unwatch: Deixar de observar |
|
661 | button_unwatch: Deixar de observar | |
664 | button_reply: Responder |
|
662 | button_reply: Responder | |
665 | button_archive: Arquivar |
|
663 | button_archive: Arquivar | |
666 | button_unarchive: Desarquivar |
|
664 | button_unarchive: Desarquivar | |
667 | button_reset: Reinicializar |
|
665 | button_reset: Reinicializar | |
668 | button_rename: Renomear |
|
666 | button_rename: Renomear | |
669 | button_change_password: Mudar palavra-chave |
|
667 | button_change_password: Mudar palavra-chave | |
670 | button_copy: Copiar |
|
668 | button_copy: Copiar | |
671 | button_annotate: Anotar |
|
669 | button_annotate: Anotar | |
672 | button_update: Actualizar |
|
670 | button_update: Actualizar | |
673 | button_configure: Configurar |
|
671 | button_configure: Configurar | |
674 | button_quote: Citar |
|
672 | button_quote: Citar | |
675 |
|
673 | |||
676 | status_active: activo |
|
674 | status_active: activo | |
677 | status_registered: registado |
|
675 | status_registered: registado | |
678 | status_locked: bloqueado |
|
676 | status_locked: bloqueado | |
679 |
|
677 | |||
680 | text_select_mail_notifications: Seleccionar as acções que originam uma notificação por e-mail. |
|
678 | text_select_mail_notifications: Seleccionar as acções que originam uma notificação por e-mail. | |
681 | text_regexp_info: ex. ^[A-Z0-9]+$ |
|
679 | text_regexp_info: ex. ^[A-Z0-9]+$ | |
682 | text_min_max_length_info: 0 siginifica sem restrição |
|
680 | text_min_max_length_info: 0 siginifica sem restrição | |
683 | text_project_destroy_confirmation: Tem a certeza que deseja apagar o projecto e todos os dados relacionados? |
|
681 | text_project_destroy_confirmation: Tem a certeza que deseja apagar o projecto e todos os dados relacionados? | |
684 | text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): %{value} também será/serão apagado(s)." |
|
682 | text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): %{value} também será/serão apagado(s)." | |
685 | text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho |
|
683 | text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho | |
686 | text_are_you_sure: Tem a certeza? |
|
684 | text_are_you_sure: Tem a certeza? | |
687 | text_tip_issue_begin_day: tarefa a começar neste dia |
|
685 | text_tip_issue_begin_day: tarefa a começar neste dia | |
688 | text_tip_issue_end_day: tarefa a acabar neste dia |
|
686 | text_tip_issue_end_day: tarefa a acabar neste dia | |
689 | text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia |
|
687 | text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia | |
690 | text_caracters_maximum: "máximo %{count} caracteres." |
|
688 | text_caracters_maximum: "máximo %{count} caracteres." | |
691 | text_caracters_minimum: "Deve ter pelo menos %{count} caracteres." |
|
689 | text_caracters_minimum: "Deve ter pelo menos %{count} caracteres." | |
692 | text_length_between: "Deve ter entre %{min} e %{max} caracteres." |
|
690 | text_length_between: "Deve ter entre %{min} e %{max} caracteres." | |
693 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo de tarefa. |
|
691 | text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo de tarefa. | |
694 | text_unallowed_characters: Caracteres não permitidos |
|
692 | text_unallowed_characters: Caracteres não permitidos | |
695 | text_comma_separated: Permitidos múltiplos valores (separados por vírgula). |
|
693 | text_comma_separated: Permitidos múltiplos valores (separados por vírgula). | |
696 | text_issues_ref_in_commit_messages: Referenciando e fechando tarefas em mensagens de commit |
|
694 | text_issues_ref_in_commit_messages: Referenciando e fechando tarefas em mensagens de commit | |
697 | text_issue_added: "Tarefa %{id} foi criada por %{author}." |
|
695 | text_issue_added: "Tarefa %{id} foi criada por %{author}." | |
698 | text_issue_updated: "Tarefa %{id} foi actualizada por %{author}." |
|
696 | text_issue_updated: "Tarefa %{id} foi actualizada por %{author}." | |
699 | text_wiki_destroy_confirmation: Tem a certeza que deseja apagar este wiki e todo o seu conteúdo? |
|
697 | text_wiki_destroy_confirmation: Tem a certeza que deseja apagar este wiki e todo o seu conteúdo? | |
700 | text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que quer fazer?" |
|
698 | text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que quer fazer?" | |
701 | text_issue_category_destroy_assignments: Remover as atribuições à categoria |
|
699 | text_issue_category_destroy_assignments: Remover as atribuições à categoria | |
702 | text_issue_category_reassign_to: Re-atribuir as tarefas para esta categoria |
|
700 | text_issue_category_reassign_to: Re-atribuir as tarefas para esta categoria | |
703 | text_user_mail_option: "Para projectos não seleccionados, apenas receberá notificações acerca de coisas que está a observar ou está envolvido (ex. tarefas das quais foi o criador ou lhes foram atribuídas)." |
|
701 | text_user_mail_option: "Para projectos não seleccionados, apenas receberá notificações acerca de coisas que está a observar ou está envolvido (ex. tarefas das quais foi o criador ou lhes foram atribuídas)." | |
704 | text_no_configuration_data: "Perfis, tipos de tarefas, estados das tarefas e workflows ainda não foram configurados.\nÉ extremamente recomendado carregar as configurações padrão. Será capaz de as modificar depois de estarem carregadas." |
|
702 | text_no_configuration_data: "Perfis, tipos de tarefas, estados das tarefas e workflows ainda não foram configurados.\nÉ extremamente recomendado carregar as configurações padrão. Será capaz de as modificar depois de estarem carregadas." | |
705 | text_load_default_configuration: Carregar as configurações padrão |
|
703 | text_load_default_configuration: Carregar as configurações padrão | |
706 | text_status_changed_by_changeset: "Aplicado no changeset %{value}." |
|
704 | text_status_changed_by_changeset: "Aplicado no changeset %{value}." | |
707 | text_issues_destroy_confirmation: 'Tem a certeza que deseja apagar a(s) tarefa(s) seleccionada(s)?' |
|
705 | text_issues_destroy_confirmation: 'Tem a certeza que deseja apagar a(s) tarefa(s) seleccionada(s)?' | |
708 | text_select_project_modules: 'Seleccione os módulos a activar para este projecto:' |
|
706 | text_select_project_modules: 'Seleccione os módulos a activar para este projecto:' | |
709 | text_default_administrator_account_changed: Conta default de administrador alterada. |
|
707 | text_default_administrator_account_changed: Conta default de administrador alterada. | |
710 | text_file_repository_writable: Repositório de ficheiros com permissões de escrita |
|
708 | text_file_repository_writable: Repositório de ficheiros com permissões de escrita | |
711 | text_rmagick_available: RMagick disponível (opcional) |
|
709 | text_rmagick_available: RMagick disponível (opcional) | |
712 | text_destroy_time_entries_question: "%{hours} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?" |
|
710 | text_destroy_time_entries_question: "%{hours} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?" | |
713 | text_destroy_time_entries: Apagar as horas |
|
711 | text_destroy_time_entries: Apagar as horas | |
714 | text_assign_time_entries_to_project: Atribuir as horas ao projecto |
|
712 | text_assign_time_entries_to_project: Atribuir as horas ao projecto | |
715 | text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:' |
|
713 | text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:' | |
716 | text_user_wrote: "%{value} escreveu:" |
|
714 | text_user_wrote: "%{value} escreveu:" | |
717 | text_enumeration_destroy_question: "%{count} objectos estão atribuídos a este valor." |
|
715 | text_enumeration_destroy_question: "%{count} objectos estão atribuídos a este valor." | |
718 | text_enumeration_category_reassign_to: 'Re-atribuí-los para este valor:' |
|
716 | text_enumeration_category_reassign_to: 'Re-atribuí-los para este valor:' | |
719 | text_email_delivery_not_configured: "Entrega por e-mail não está configurada, e as notificação estão desactivadas.\nConfigure o seu servidor de SMTP em config/configuration.yml e reinicie a aplicação para activar estas funcionalidades." |
|
717 | text_email_delivery_not_configured: "Entrega por e-mail não está configurada, e as notificação estão desactivadas.\nConfigure o seu servidor de SMTP em config/configuration.yml e reinicie a aplicação para activar estas funcionalidades." | |
720 |
|
718 | |||
721 | default_role_manager: Gestor |
|
719 | default_role_manager: Gestor | |
722 | default_role_developer: Programador |
|
720 | default_role_developer: Programador | |
723 | default_role_reporter: Repórter |
|
721 | default_role_reporter: Repórter | |
724 | default_tracker_bug: Bug |
|
722 | default_tracker_bug: Bug | |
725 | default_tracker_feature: Funcionalidade |
|
723 | default_tracker_feature: Funcionalidade | |
726 | default_tracker_support: Suporte |
|
724 | default_tracker_support: Suporte | |
727 | default_issue_status_new: Novo |
|
725 | default_issue_status_new: Novo | |
728 | default_issue_status_in_progress: Em curso |
|
726 | default_issue_status_in_progress: Em curso | |
729 | default_issue_status_resolved: Resolvido |
|
727 | default_issue_status_resolved: Resolvido | |
730 | default_issue_status_feedback: Feedback |
|
728 | default_issue_status_feedback: Feedback | |
731 | default_issue_status_closed: Fechado |
|
729 | default_issue_status_closed: Fechado | |
732 | default_issue_status_rejected: Rejeitado |
|
730 | default_issue_status_rejected: Rejeitado | |
733 | default_doc_category_user: Documentação de utilizador |
|
731 | default_doc_category_user: Documentação de utilizador | |
734 | default_doc_category_tech: Documentação técnica |
|
732 | default_doc_category_tech: Documentação técnica | |
735 | default_priority_low: Baixa |
|
733 | default_priority_low: Baixa | |
736 | default_priority_normal: Normal |
|
734 | default_priority_normal: Normal | |
737 | default_priority_high: Alta |
|
735 | default_priority_high: Alta | |
738 | default_priority_urgent: Urgente |
|
736 | default_priority_urgent: Urgente | |
739 | default_priority_immediate: Imediata |
|
737 | default_priority_immediate: Imediata | |
740 | default_activity_design: Planeamento |
|
738 | default_activity_design: Planeamento | |
741 | default_activity_development: Desenvolvimento |
|
739 | default_activity_development: Desenvolvimento | |
742 |
|
740 | |||
743 | enumeration_issue_priorities: Prioridade de tarefas |
|
741 | enumeration_issue_priorities: Prioridade de tarefas | |
744 | enumeration_doc_categories: Categorias de documentos |
|
742 | enumeration_doc_categories: Categorias de documentos | |
745 | enumeration_activities: Actividades (Registo de tempo) |
|
743 | enumeration_activities: Actividades (Registo de tempo) | |
746 | setting_plain_text_mail: Apenas texto simples (sem HTML) |
|
744 | setting_plain_text_mail: Apenas texto simples (sem HTML) | |
747 | permission_view_files: Ver ficheiros |
|
745 | permission_view_files: Ver ficheiros | |
748 | permission_edit_issues: Editar tarefas |
|
746 | permission_edit_issues: Editar tarefas | |
749 | permission_edit_own_time_entries: Editar horas pessoais |
|
747 | permission_edit_own_time_entries: Editar horas pessoais | |
750 | permission_manage_public_queries: Gerir queries públicas |
|
748 | permission_manage_public_queries: Gerir queries públicas | |
751 | permission_add_issues: Adicionar tarefas |
|
749 | permission_add_issues: Adicionar tarefas | |
752 | permission_log_time: Registar tempo gasto |
|
750 | permission_log_time: Registar tempo gasto | |
753 | permission_view_changesets: Ver changesets |
|
751 | permission_view_changesets: Ver changesets | |
754 | permission_view_time_entries: Ver tempo gasto |
|
752 | permission_view_time_entries: Ver tempo gasto | |
755 | permission_manage_versions: Gerir versões |
|
753 | permission_manage_versions: Gerir versões | |
756 | permission_manage_wiki: Gerir wiki |
|
754 | permission_manage_wiki: Gerir wiki | |
757 | permission_manage_categories: Gerir categorias de tarefas |
|
755 | permission_manage_categories: Gerir categorias de tarefas | |
758 | permission_protect_wiki_pages: Proteger páginas de wiki |
|
756 | permission_protect_wiki_pages: Proteger páginas de wiki | |
759 | permission_comment_news: Comentar notícias |
|
757 | permission_comment_news: Comentar notícias | |
760 | permission_delete_messages: Apagar mensagens |
|
758 | permission_delete_messages: Apagar mensagens | |
761 | permission_select_project_modules: Seleccionar módulos do projecto |
|
759 | permission_select_project_modules: Seleccionar módulos do projecto | |
762 | permission_edit_wiki_pages: Editar páginas de wiki |
|
760 | permission_edit_wiki_pages: Editar páginas de wiki | |
763 | permission_add_issue_watchers: Adicionar observadores |
|
761 | permission_add_issue_watchers: Adicionar observadores | |
764 | permission_view_gantt: ver diagrama de Gantt |
|
762 | permission_view_gantt: ver diagrama de Gantt | |
765 | permission_move_issues: Mover tarefas |
|
763 | permission_move_issues: Mover tarefas | |
766 | permission_manage_issue_relations: Gerir relações de tarefas |
|
764 | permission_manage_issue_relations: Gerir relações de tarefas | |
767 | permission_delete_wiki_pages: Apagar páginas de wiki |
|
765 | permission_delete_wiki_pages: Apagar páginas de wiki | |
768 | permission_manage_boards: Gerir forums |
|
766 | permission_manage_boards: Gerir forums | |
769 | permission_delete_wiki_pages_attachments: Apagar anexos |
|
767 | permission_delete_wiki_pages_attachments: Apagar anexos | |
770 | permission_view_wiki_edits: Ver histórico da wiki |
|
768 | permission_view_wiki_edits: Ver histórico da wiki | |
771 | permission_add_messages: Submeter mensagens |
|
769 | permission_add_messages: Submeter mensagens | |
772 | permission_view_messages: Ver mensagens |
|
770 | permission_view_messages: Ver mensagens | |
773 | permission_manage_files: Gerir ficheiros |
|
771 | permission_manage_files: Gerir ficheiros | |
774 | permission_edit_issue_notes: Editar notas de tarefas |
|
772 | permission_edit_issue_notes: Editar notas de tarefas | |
775 | permission_manage_news: Gerir notícias |
|
773 | permission_manage_news: Gerir notícias | |
776 | permission_view_calendar: Ver calendário |
|
774 | permission_view_calendar: Ver calendário | |
777 | permission_manage_members: Gerir membros |
|
775 | permission_manage_members: Gerir membros | |
778 | permission_edit_messages: Editar mensagens |
|
776 | permission_edit_messages: Editar mensagens | |
779 | permission_delete_issues: Apagar tarefas |
|
777 | permission_delete_issues: Apagar tarefas | |
780 | permission_view_issue_watchers: Ver lista de observadores |
|
778 | permission_view_issue_watchers: Ver lista de observadores | |
781 | permission_manage_repository: Gerir repositório |
|
779 | permission_manage_repository: Gerir repositório | |
782 | permission_commit_access: Acesso a submissão |
|
780 | permission_commit_access: Acesso a submissão | |
783 | permission_browse_repository: Navegar em repositório |
|
781 | permission_browse_repository: Navegar em repositório | |
784 | permission_view_documents: Ver documentos |
|
782 | permission_view_documents: Ver documentos | |
785 | permission_edit_project: Editar projecto |
|
783 | permission_edit_project: Editar projecto | |
786 | permission_add_issue_notes: Adicionar notas a tarefas |
|
784 | permission_add_issue_notes: Adicionar notas a tarefas | |
787 | permission_save_queries: Guardar queries |
|
785 | permission_save_queries: Guardar queries | |
788 | permission_view_wiki_pages: Ver wiki |
|
786 | permission_view_wiki_pages: Ver wiki | |
789 | permission_rename_wiki_pages: Renomear páginas de wiki |
|
787 | permission_rename_wiki_pages: Renomear páginas de wiki | |
790 | permission_edit_time_entries: Editar entradas de tempo |
|
788 | permission_edit_time_entries: Editar entradas de tempo | |
791 | permission_edit_own_issue_notes: Editar as prórpias notas |
|
789 | permission_edit_own_issue_notes: Editar as prórpias notas | |
792 | setting_gravatar_enabled: Utilizar ícones Gravatar |
|
790 | setting_gravatar_enabled: Utilizar ícones Gravatar | |
793 | label_example: Exemplo |
|
791 | label_example: Exemplo | |
794 | text_repository_usernames_mapping: "Seleccionar ou actualizar o utilizador de Redmine mapeado a cada nome de utilizador encontrado no repositório.\nUtilizadores com o mesmo nome de utilizador ou email no Redmine e no repositório são mapeados automaticamente." |
|
792 | text_repository_usernames_mapping: "Seleccionar ou actualizar o utilizador de Redmine mapeado a cada nome de utilizador encontrado no repositório.\nUtilizadores com o mesmo nome de utilizador ou email no Redmine e no repositório são mapeados automaticamente." | |
795 | permission_edit_own_messages: Editar as próprias mensagens |
|
793 | permission_edit_own_messages: Editar as próprias mensagens | |
796 | permission_delete_own_messages: Apagar as próprias mensagens |
|
794 | permission_delete_own_messages: Apagar as próprias mensagens | |
797 | label_user_activity: "Actividade de %{value}" |
|
795 | label_user_activity: "Actividade de %{value}" | |
798 | label_updated_time_by: "Actualizado por %{author} há %{age}" |
|
796 | label_updated_time_by: "Actualizado por %{author} há %{age}" | |
799 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.' |
|
797 | text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.' | |
800 | setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas |
|
798 | setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas | |
801 | text_plugin_assets_writable: Escrita na pasta de activos dos módulos de extensão possível |
|
799 | text_plugin_assets_writable: Escrita na pasta de activos dos módulos de extensão possível | |
802 | warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ." |
|
800 | warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ." | |
803 | button_create_and_continue: Criar e continuar |
|
801 | button_create_and_continue: Criar e continuar | |
804 | text_custom_field_possible_values_info: 'Uma linha para cada valor' |
|
802 | text_custom_field_possible_values_info: 'Uma linha para cada valor' | |
805 | label_display: Mostrar |
|
803 | label_display: Mostrar | |
806 | field_editable: Editável |
|
804 | field_editable: Editável | |
807 | setting_repository_log_display_limit: Número máximo de revisões exibido no relatório de ficheiro |
|
805 | setting_repository_log_display_limit: Número máximo de revisões exibido no relatório de ficheiro | |
808 | setting_file_max_size_displayed: Tamanho máximo dos ficheiros de texto exibidos inline |
|
806 | setting_file_max_size_displayed: Tamanho máximo dos ficheiros de texto exibidos inline | |
809 | field_watcher: Observador |
|
807 | field_watcher: Observador | |
810 | setting_openid: Permitir início de sessão e registo com OpenID |
|
808 | setting_openid: Permitir início de sessão e registo com OpenID | |
811 | field_identity_url: URL do OpenID |
|
809 | field_identity_url: URL do OpenID | |
812 | label_login_with_open_id_option: ou início de sessão com OpenID |
|
810 | label_login_with_open_id_option: ou início de sessão com OpenID | |
813 | field_content: Conteúdo |
|
811 | field_content: Conteúdo | |
814 | label_descending: Descendente |
|
812 | label_descending: Descendente | |
815 | label_sort: Ordenar |
|
813 | label_sort: Ordenar | |
816 | label_ascending: Ascendente |
|
814 | label_ascending: Ascendente | |
817 | label_date_from_to: De %{start} a %{end} |
|
815 | label_date_from_to: De %{start} a %{end} | |
818 | label_greater_or_equal: ">=" |
|
816 | label_greater_or_equal: ">=" | |
819 | label_less_or_equal: <= |
|
817 | label_less_or_equal: <= | |
820 | text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) subordinada(s) e descendente(s). O que deseja fazer? |
|
818 | text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) subordinada(s) e descendente(s). O que deseja fazer? | |
821 | text_wiki_page_reassign_children: Reatribuir páginas subordinadas a esta página principal |
|
819 | text_wiki_page_reassign_children: Reatribuir páginas subordinadas a esta página principal | |
822 | text_wiki_page_nullify_children: Manter páginas subordinadas como páginas raíz |
|
820 | text_wiki_page_nullify_children: Manter páginas subordinadas como páginas raíz | |
823 | text_wiki_page_destroy_children: Apagar as páginas subordinadas e todos os seus descendentes |
|
821 | text_wiki_page_destroy_children: Apagar as páginas subordinadas e todos os seus descendentes | |
824 | setting_password_min_length: Tamanho mínimo de palavra-chave |
|
822 | setting_password_min_length: Tamanho mínimo de palavra-chave | |
825 | field_group_by: Agrupar resultados por |
|
823 | field_group_by: Agrupar resultados por | |
826 | mail_subject_wiki_content_updated: "A página Wiki '%{id}' foi actualizada" |
|
824 | mail_subject_wiki_content_updated: "A página Wiki '%{id}' foi actualizada" | |
827 | label_wiki_content_added: Página Wiki adicionada |
|
825 | label_wiki_content_added: Página Wiki adicionada | |
828 | mail_subject_wiki_content_added: "A página Wiki '%{id}' foi adicionada" |
|
826 | mail_subject_wiki_content_added: "A página Wiki '%{id}' foi adicionada" | |
829 | mail_body_wiki_content_added: A página Wiki '%{id}' foi adicionada por %{author}. |
|
827 | mail_body_wiki_content_added: A página Wiki '%{id}' foi adicionada por %{author}. | |
830 | label_wiki_content_updated: Página Wiki actualizada |
|
828 | label_wiki_content_updated: Página Wiki actualizada | |
831 | mail_body_wiki_content_updated: A página Wiki '%{id}' foi actualizada por %{author}. |
|
829 | mail_body_wiki_content_updated: A página Wiki '%{id}' foi actualizada por %{author}. | |
832 | permission_add_project: Criar projecto |
|
830 | permission_add_project: Criar projecto | |
833 | setting_new_project_user_role_id: Função atribuída a um utilizador não-administrador que cria um projecto |
|
831 | setting_new_project_user_role_id: Função atribuída a um utilizador não-administrador que cria um projecto | |
834 | label_view_all_revisions: Ver todas as revisões |
|
832 | label_view_all_revisions: Ver todas as revisões | |
835 | label_tag: Etiqueta |
|
833 | label_tag: Etiqueta | |
836 | label_branch: Ramo |
|
834 | label_branch: Ramo | |
837 | error_no_tracker_in_project: Este projecto não tem associado nenhum tipo de tarefas. Verifique as definições do projecto. |
|
835 | error_no_tracker_in_project: Este projecto não tem associado nenhum tipo de tarefas. Verifique as definições do projecto. | |
838 | error_no_default_issue_status: Não está definido um estado padrão para as tarefas. Verifique a sua configuração (dirija-se a "Administração -> Estados da tarefa"). |
|
836 | error_no_default_issue_status: Não está definido um estado padrão para as tarefas. Verifique a sua configuração (dirija-se a "Administração -> Estados da tarefa"). | |
839 | label_group_plural: Grupos |
|
837 | label_group_plural: Grupos | |
840 | label_group: Grupo |
|
838 | label_group: Grupo | |
841 | label_group_new: Novo grupo |
|
839 | label_group_new: Novo grupo | |
842 | label_time_entry_plural: Tempo registado |
|
840 | label_time_entry_plural: Tempo registado | |
843 | text_journal_changed: "%{label} alterado de %{old} para %{new}" |
|
841 | text_journal_changed: "%{label} alterado de %{old} para %{new}" | |
844 | text_journal_set_to: "%{label} configurado como %{value}" |
|
842 | text_journal_set_to: "%{label} configurado como %{value}" | |
845 | text_journal_deleted: "%{label} apagou (%{old})" |
|
843 | text_journal_deleted: "%{label} apagou (%{old})" | |
846 | text_journal_added: "%{label} %{value} adicionado" |
|
844 | text_journal_added: "%{label} %{value} adicionado" | |
847 | field_active: Activo |
|
845 | field_active: Activo | |
848 | enumeration_system_activity: Actividade de sistema |
|
846 | enumeration_system_activity: Actividade de sistema | |
849 | permission_delete_issue_watchers: Apagar observadores |
|
847 | permission_delete_issue_watchers: Apagar observadores | |
850 | version_status_closed: fechado |
|
848 | version_status_closed: fechado | |
851 | version_status_locked: protegido |
|
849 | version_status_locked: protegido | |
852 | version_status_open: aberto |
|
850 | version_status_open: aberto | |
853 | error_can_not_reopen_issue_on_closed_version: Não é possível voltar a abrir uma tarefa atribuída a uma versão fechada |
|
851 | error_can_not_reopen_issue_on_closed_version: Não é possível voltar a abrir uma tarefa atribuída a uma versão fechada | |
854 | label_user_anonymous: Anónimo |
|
852 | label_user_anonymous: Anónimo | |
855 | button_move_and_follow: Mover e seguir |
|
853 | button_move_and_follow: Mover e seguir | |
856 | setting_default_projects_modules: Módulos activos por predefinição para novos projectos |
|
854 | setting_default_projects_modules: Módulos activos por predefinição para novos projectos | |
857 | setting_gravatar_default: Imagem Gravatar predefinida |
|
855 | setting_gravatar_default: Imagem Gravatar predefinida | |
858 | field_sharing: Partilha |
|
856 | field_sharing: Partilha | |
859 | label_version_sharing_hierarchy: Com hierarquia do projecto |
|
857 | label_version_sharing_hierarchy: Com hierarquia do projecto | |
860 | label_version_sharing_system: Com todos os projectos |
|
858 | label_version_sharing_system: Com todos os projectos | |
861 | label_version_sharing_descendants: Com os sub-projectos |
|
859 | label_version_sharing_descendants: Com os sub-projectos | |
862 | label_version_sharing_tree: Com árvore do projecto |
|
860 | label_version_sharing_tree: Com árvore do projecto | |
863 | label_version_sharing_none: Não partilhado |
|
861 | label_version_sharing_none: Não partilhado | |
864 | error_can_not_archive_project: Não é possível arquivar este projecto |
|
862 | error_can_not_archive_project: Não é possível arquivar este projecto | |
865 | button_duplicate: Duplicar |
|
863 | button_duplicate: Duplicar | |
866 | button_copy_and_follow: Copiar e seguir |
|
864 | button_copy_and_follow: Copiar e seguir | |
867 | label_copy_source: Origem |
|
865 | label_copy_source: Origem | |
868 | setting_issue_done_ratio: Calcular a percentagem de progresso da tarefa |
|
866 | setting_issue_done_ratio: Calcular a percentagem de progresso da tarefa | |
869 | setting_issue_done_ratio_issue_status: Através do estado da tarefa |
|
867 | setting_issue_done_ratio_issue_status: Através do estado da tarefa | |
870 | error_issue_done_ratios_not_updated: Percentagens de progresso da tarefa não foram actualizadas. |
|
868 | error_issue_done_ratios_not_updated: Percentagens de progresso da tarefa não foram actualizadas. | |
871 | error_workflow_copy_target: Seleccione os tipos de tarefas e funções desejadas |
|
869 | error_workflow_copy_target: Seleccione os tipos de tarefas e funções desejadas | |
872 | setting_issue_done_ratio_issue_field: Através do campo da tarefa |
|
870 | setting_issue_done_ratio_issue_field: Através do campo da tarefa | |
873 | label_copy_same_as_target: Mesmo que o alvo |
|
871 | label_copy_same_as_target: Mesmo que o alvo | |
874 | label_copy_target: Alvo |
|
872 | label_copy_target: Alvo | |
875 | notice_issue_done_ratios_updated: Percentagens de progresso da tarefa actualizadas. |
|
873 | notice_issue_done_ratios_updated: Percentagens de progresso da tarefa actualizadas. | |
876 | error_workflow_copy_source: Seleccione um tipo de tarefa ou função de origem |
|
874 | error_workflow_copy_source: Seleccione um tipo de tarefa ou função de origem | |
877 | label_update_issue_done_ratios: Actualizar percentagens de progresso da tarefa |
|
875 | label_update_issue_done_ratios: Actualizar percentagens de progresso da tarefa | |
878 | setting_start_of_week: Iniciar calendários a |
|
876 | setting_start_of_week: Iniciar calendários a | |
879 | permission_view_issues: Ver tarefas |
|
877 | permission_view_issues: Ver tarefas | |
880 | label_display_used_statuses_only: Só exibir estados empregues por este tipo de tarefa |
|
878 | label_display_used_statuses_only: Só exibir estados empregues por este tipo de tarefa | |
881 | label_revision_id: Revisão %{value} |
|
879 | label_revision_id: Revisão %{value} | |
882 | label_api_access_key: Chave de acesso API |
|
880 | label_api_access_key: Chave de acesso API | |
883 | label_api_access_key_created_on: Chave de acesso API criada há %{value} |
|
881 | label_api_access_key_created_on: Chave de acesso API criada há %{value} | |
884 | label_feeds_access_key: Chave de acesso Atom |
|
882 | label_feeds_access_key: Chave de acesso Atom | |
885 | notice_api_access_key_reseted: A sua chave de acesso API foi reinicializada. |
|
883 | notice_api_access_key_reseted: A sua chave de acesso API foi reinicializada. | |
886 | setting_rest_api_enabled: Activar serviço Web REST |
|
884 | setting_rest_api_enabled: Activar serviço Web REST | |
887 | label_missing_api_access_key: Chave de acesso API em falta |
|
885 | label_missing_api_access_key: Chave de acesso API em falta | |
888 | label_missing_feeds_access_key: Chave de acesso Atom em falta |
|
886 | label_missing_feeds_access_key: Chave de acesso Atom em falta | |
889 | button_show: Mostrar |
|
887 | button_show: Mostrar | |
890 | text_line_separated: Vários valores permitidos (uma linha para cada valor). |
|
888 | text_line_separated: Vários valores permitidos (uma linha para cada valor). | |
891 | setting_mail_handler_body_delimiters: Truncar mensagens de correio electrónico após uma destas linhas |
|
889 | setting_mail_handler_body_delimiters: Truncar mensagens de correio electrónico após uma destas linhas | |
892 | permission_add_subprojects: Criar sub-projectos |
|
890 | permission_add_subprojects: Criar sub-projectos | |
893 | label_subproject_new: Novo sub-projecto |
|
891 | label_subproject_new: Novo sub-projecto | |
894 | text_own_membership_delete_confirmation: |- |
|
892 | text_own_membership_delete_confirmation: |- | |
895 | Está prestes a eliminar parcial ou totalmente as suas permissões. É possível que não possa editar o projecto após esta acção. |
|
893 | Está prestes a eliminar parcial ou totalmente as suas permissões. É possível que não possa editar o projecto após esta acção. | |
896 | Tem a certeza de que deseja continuar? |
|
894 | Tem a certeza de que deseja continuar? | |
897 | label_close_versions: Fechar versões completas |
|
895 | label_close_versions: Fechar versões completas | |
898 | label_board_sticky: Fixar mensagem |
|
896 | label_board_sticky: Fixar mensagem | |
899 | label_board_locked: Proteger |
|
897 | label_board_locked: Proteger | |
900 | permission_export_wiki_pages: Exportar páginas Wiki |
|
898 | permission_export_wiki_pages: Exportar páginas Wiki | |
901 | setting_cache_formatted_text: Colocar formatação do texto na memória cache |
|
899 | setting_cache_formatted_text: Colocar formatação do texto na memória cache | |
902 | permission_manage_project_activities: Gerir actividades do projecto |
|
900 | permission_manage_project_activities: Gerir actividades do projecto | |
903 | error_unable_delete_issue_status: Não foi possível apagar o estado da tarefa |
|
901 | error_unable_delete_issue_status: Não foi possível apagar o estado da tarefa | |
904 | label_profile: Perfil |
|
902 | label_profile: Perfil | |
905 | permission_manage_subtasks: Gerir sub-tarefas |
|
903 | permission_manage_subtasks: Gerir sub-tarefas | |
906 | field_parent_issue: Tarefa principal |
|
904 | field_parent_issue: Tarefa principal | |
907 | label_subtask_plural: Sub-tarefa |
|
905 | label_subtask_plural: Sub-tarefa | |
908 | label_project_copy_notifications: Enviar notificações por e-mail durante a cópia do projecto |
|
906 | label_project_copy_notifications: Enviar notificações por e-mail durante a cópia do projecto | |
909 | error_can_not_delete_custom_field: Não foi possível apagar o campo personalizado |
|
907 | error_can_not_delete_custom_field: Não foi possível apagar o campo personalizado | |
910 | error_unable_to_connect: Não foi possível ligar (%{value}) |
|
908 | error_unable_to_connect: Não foi possível ligar (%{value}) | |
911 | error_can_not_remove_role: Esta função está actualmente em uso e não pode ser apagada. |
|
909 | error_can_not_remove_role: Esta função está actualmente em uso e não pode ser apagada. | |
912 | error_can_not_delete_tracker: Existem ainda tarefas nesta categoria. Não é possível apagar este tipo de tarefa. |
|
910 | error_can_not_delete_tracker: Existem ainda tarefas nesta categoria. Não é possível apagar este tipo de tarefa. | |
913 | field_principal: Principal |
|
911 | field_principal: Principal | |
914 | label_my_page_block: Bloco da minha página |
|
912 | label_my_page_block: Bloco da minha página | |
915 | notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): %{errors}." |
|
913 | notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): %{errors}." | |
916 | text_zoom_out: Ampliar |
|
914 | text_zoom_out: Ampliar | |
917 | text_zoom_in: Reduzir |
|
915 | text_zoom_in: Reduzir | |
918 | notice_unable_delete_time_entry: Não foi possível apagar a entrada de tempo registado. |
|
916 | notice_unable_delete_time_entry: Não foi possível apagar a entrada de tempo registado. | |
919 | label_overall_spent_time: Total de tempo registado |
|
917 | label_overall_spent_time: Total de tempo registado | |
920 | field_time_entries: Tempo registado |
|
918 | field_time_entries: Tempo registado | |
921 | project_module_gantt: Gantt |
|
919 | project_module_gantt: Gantt | |
922 | project_module_calendar: Calendário |
|
920 | project_module_calendar: Calendário | |
923 | button_edit_associated_wikipage: "Editar página Wiki associada: %{page_title}" |
|
921 | button_edit_associated_wikipage: "Editar página Wiki associada: %{page_title}" | |
924 | field_text: Campo de texto |
|
922 | field_text: Campo de texto | |
925 | label_user_mail_option_only_owner: Apenas para tarefas das quais sou proprietário |
|
923 | label_user_mail_option_only_owner: Apenas para tarefas das quais sou proprietário | |
926 | setting_default_notification_option: Opção predefinida de notificação |
|
924 | setting_default_notification_option: Opção predefinida de notificação | |
927 | label_user_mail_option_only_my_events: Apenas para tarefas que observo ou em que estou envolvido |
|
925 | label_user_mail_option_only_my_events: Apenas para tarefas que observo ou em que estou envolvido | |
928 | label_user_mail_option_only_assigned: Apenas para tarefas que me foram atribuídas |
|
926 | label_user_mail_option_only_assigned: Apenas para tarefas que me foram atribuídas | |
929 | label_user_mail_option_none: Sem eventos |
|
927 | label_user_mail_option_none: Sem eventos | |
930 | field_member_of_group: Grupo do detentor de atribuição |
|
928 | field_member_of_group: Grupo do detentor de atribuição | |
931 | field_assigned_to_role: Papel do detentor de atribuição |
|
929 | field_assigned_to_role: Papel do detentor de atribuição | |
932 | notice_not_authorized_archived_project: O projecto a que tentou aceder foi arquivado. |
|
930 | notice_not_authorized_archived_project: O projecto a que tentou aceder foi arquivado. | |
933 | label_principal_search: "Procurar utilizador ou grupo:" |
|
931 | label_principal_search: "Procurar utilizador ou grupo:" | |
934 | label_user_search: "Procurar utilizador:" |
|
932 | label_user_search: "Procurar utilizador:" | |
935 | field_visible: Visível |
|
933 | field_visible: Visível | |
936 | setting_emails_header: Cabeçalho dos e-mails |
|
934 | setting_emails_header: Cabeçalho dos e-mails | |
937 | setting_commit_logtime_activity_id: Actividade para tempo registado |
|
935 | setting_commit_logtime_activity_id: Actividade para tempo registado | |
938 | text_time_logged_by_changeset: Aplicado no conjunto de alterações %{value}. |
|
936 | text_time_logged_by_changeset: Aplicado no conjunto de alterações %{value}. | |
939 | setting_commit_logtime_enabled: Activar registo de tempo |
|
937 | setting_commit_logtime_enabled: Activar registo de tempo | |
940 | notice_gantt_chart_truncated: O gráfico foi truncado porque excede o número máximo de itens visíveis (%{max.}) |
|
938 | notice_gantt_chart_truncated: O gráfico foi truncado porque excede o número máximo de itens visíveis (%{max.}) | |
941 | setting_gantt_items_limit: Número máximo de itens exibidos no gráfico Gantt |
|
939 | setting_gantt_items_limit: Número máximo de itens exibidos no gráfico Gantt | |
942 | field_warn_on_leaving_unsaved: Avisar-me quando deixar uma página com texto por salvar |
|
940 | field_warn_on_leaving_unsaved: Avisar-me quando deixar uma página com texto por salvar | |
943 | text_warn_on_leaving_unsaved: A página actual contém texto por salvar que será perdido caso saia desta página. |
|
941 | text_warn_on_leaving_unsaved: A página actual contém texto por salvar que será perdido caso saia desta página. | |
944 | label_my_queries: As minhas consultas |
|
942 | label_my_queries: As minhas consultas | |
945 | text_journal_changed_no_detail: "%{label} actualizada" |
|
943 | text_journal_changed_no_detail: "%{label} actualizada" | |
946 | label_news_comment_added: Comentário adicionado a uma notícia |
|
944 | label_news_comment_added: Comentário adicionado a uma notícia | |
947 | button_expand_all: Expandir todos |
|
945 | button_expand_all: Expandir todos | |
948 | button_collapse_all: Minimizar todos |
|
946 | button_collapse_all: Minimizar todos | |
949 | label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando a tarefa está atribuida ao utilizador |
|
947 | label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando a tarefa está atribuida ao utilizador | |
950 | label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o utilizador é o autor da tarefa |
|
948 | label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o utilizador é o autor da tarefa | |
951 | label_bulk_edit_selected_time_entries: Edição em massa de registos de tempo |
|
949 | label_bulk_edit_selected_time_entries: Edição em massa de registos de tempo | |
952 | text_time_entries_destroy_confirmation: Têm a certeza que pretende apagar o(s) registo(s) de tempo selecionado(s)? |
|
950 | text_time_entries_destroy_confirmation: Têm a certeza que pretende apagar o(s) registo(s) de tempo selecionado(s)? | |
953 | label_role_anonymous: Anónimo |
|
951 | label_role_anonymous: Anónimo | |
954 | label_role_non_member: Não membro |
|
952 | label_role_non_member: Não membro | |
955 | label_issue_note_added: Nota adicionada |
|
953 | label_issue_note_added: Nota adicionada | |
956 | label_issue_status_updated: Estado actualizado |
|
954 | label_issue_status_updated: Estado actualizado | |
957 | label_issue_priority_updated: Prioridade adicionada |
|
955 | label_issue_priority_updated: Prioridade adicionada | |
958 | label_issues_visibility_own: Tarefas criadas ou atribuídas ao utilizador |
|
956 | label_issues_visibility_own: Tarefas criadas ou atribuídas ao utilizador | |
959 | field_issues_visibility: Visibilidade das tarefas |
|
957 | field_issues_visibility: Visibilidade das tarefas | |
960 | label_issues_visibility_all: Todas as tarefas |
|
958 | label_issues_visibility_all: Todas as tarefas | |
961 | permission_set_own_issues_private: Configurar as suas tarefas como públicas ou privadas |
|
959 | permission_set_own_issues_private: Configurar as suas tarefas como públicas ou privadas | |
962 | field_is_private: Privado |
|
960 | field_is_private: Privado | |
963 | permission_set_issues_private: Configurar tarefas como públicas ou privadas |
|
961 | permission_set_issues_private: Configurar tarefas como públicas ou privadas | |
964 | label_issues_visibility_public: Todas as tarefas públicas |
|
962 | label_issues_visibility_public: Todas as tarefas públicas | |
965 | text_issues_destroy_descendants_confirmation: Irá apagar também %{count} subtarefa(s). |
|
963 | text_issues_destroy_descendants_confirmation: Irá apagar também %{count} subtarefa(s). | |
966 | field_commit_logs_encoding: Codificação das mensagens de commit |
|
964 | field_commit_logs_encoding: Codificação das mensagens de commit | |
967 | field_scm_path_encoding: Codificação do caminho |
|
965 | field_scm_path_encoding: Codificação do caminho | |
968 | text_scm_path_encoding_note: "Por omissão: UTF-8" |
|
966 | text_scm_path_encoding_note: "Por omissão: UTF-8" | |
969 | field_path_to_repository: Caminho para o repositório |
|
967 | field_path_to_repository: Caminho para o repositório | |
970 | field_root_directory: Raíz do directório |
|
968 | field_root_directory: Raíz do directório | |
971 | field_cvs_module: Módulo |
|
969 | field_cvs_module: Módulo | |
972 | field_cvsroot: CVSROOT |
|
970 | field_cvsroot: CVSROOT | |
973 | text_mercurial_repository_note: "Repositório local (ex: /hgrepo, c:\\hgrepo)" |
|
971 | text_mercurial_repository_note: "Repositório local (ex: /hgrepo, c:\\hgrepo)" | |
974 | text_scm_command: Comando |
|
972 | text_scm_command: Comando | |
975 | text_scm_command_version: Versão |
|
973 | text_scm_command_version: Versão | |
976 | label_git_report_last_commit: Analisar último commit por ficheiros e pastas |
|
974 | label_git_report_last_commit: Analisar último commit por ficheiros e pastas | |
977 | text_scm_config: Pode configurar os comando SCM em config/configuration.yml. Por favor reinicie a aplicação depois de alterar o ficheiro. |
|
975 | text_scm_config: Pode configurar os comando SCM em config/configuration.yml. Por favor reinicie a aplicação depois de alterar o ficheiro. | |
978 | text_scm_command_not_available: O comando SCM não está disponível. Por favor verifique as configurações no painel de administração. |
|
976 | text_scm_command_not_available: O comando SCM não está disponível. Por favor verifique as configurações no painel de administração. | |
979 | notice_issue_successful_create: Tarefa %{id} criada. |
|
977 | notice_issue_successful_create: Tarefa %{id} criada. | |
980 | label_between: entre |
|
978 | label_between: entre | |
981 | setting_issue_group_assignment: Permitir atribuir tarefas a grupos |
|
979 | setting_issue_group_assignment: Permitir atribuir tarefas a grupos | |
982 | label_diff: diferença |
|
980 | label_diff: diferença | |
983 | text_git_repository_note: O repositório é local (e.g. /gitrepo, c:\gitrepo) |
|
981 | text_git_repository_note: O repositório é local (e.g. /gitrepo, c:\gitrepo) | |
984 | description_query_sort_criteria_direction: Direcção da ordenação |
|
982 | description_query_sort_criteria_direction: Direcção da ordenação | |
985 | description_project_scope: Âmbito da pesquisa |
|
983 | description_project_scope: Âmbito da pesquisa | |
986 | description_filter: Filtro |
|
984 | description_filter: Filtro | |
987 | description_user_mail_notification: Configurações das notificações por email |
|
985 | description_user_mail_notification: Configurações das notificações por email | |
988 | description_date_from: Introduza data de início |
|
986 | description_date_from: Introduza data de início | |
989 | description_message_content: Conteúdo da mensagem |
|
987 | description_message_content: Conteúdo da mensagem | |
990 | description_available_columns: Colunas disponíveis |
|
988 | description_available_columns: Colunas disponíveis | |
991 | description_date_range_interval: Escolha o intervalo seleccionando a data de início e de fim |
|
989 | description_date_range_interval: Escolha o intervalo seleccionando a data de início e de fim | |
992 | description_issue_category_reassign: Escolha a categoria da tarefa |
|
990 | description_issue_category_reassign: Escolha a categoria da tarefa | |
993 | description_search: Campo de pesquisa |
|
991 | description_search: Campo de pesquisa | |
994 | description_notes: Notas |
|
992 | description_notes: Notas | |
995 | description_date_range_list: Escolha o intervalo da lista |
|
993 | description_date_range_list: Escolha o intervalo da lista | |
996 | description_choose_project: Projecto |
|
994 | description_choose_project: Projecto | |
997 | description_date_to: Introduza data de fim |
|
995 | description_date_to: Introduza data de fim | |
998 | description_query_sort_criteria_attribute: Ordenar atributos |
|
996 | description_query_sort_criteria_attribute: Ordenar atributos | |
999 | description_wiki_subpages_reassign: Escolha nova página pai |
|
997 | description_wiki_subpages_reassign: Escolha nova página pai | |
1000 | description_selected_columns: Colunas seleccionadas |
|
998 | description_selected_columns: Colunas seleccionadas | |
1001 | label_parent_revision: Pai |
|
999 | label_parent_revision: Pai | |
1002 | label_child_revision: Filha |
|
1000 | label_child_revision: Filha | |
1003 | error_scm_annotate_big_text_file: Esta entrada não pode ser anotada, excede o tamanha máximo. |
|
1001 | error_scm_annotate_big_text_file: Esta entrada não pode ser anotada, excede o tamanha máximo. | |
1004 | setting_default_issue_start_date_to_creation_date: Utilizar a data actual como data de início para novas tarefas |
|
1002 | setting_default_issue_start_date_to_creation_date: Utilizar a data actual como data de início para novas tarefas | |
1005 | button_edit_section: Editar esta secção |
|
1003 | button_edit_section: Editar esta secção | |
1006 | setting_repositories_encodings: Codificação dos anexos e repositórios |
|
1004 | setting_repositories_encodings: Codificação dos anexos e repositórios | |
1007 | description_all_columns: Todas as colunas |
|
1005 | description_all_columns: Todas as colunas | |
1008 | button_export: Exportar |
|
1006 | button_export: Exportar | |
1009 | label_export_options: "%{export_format} opções de exportação" |
|
1007 | label_export_options: "%{export_format} opções de exportação" | |
1010 | error_attachment_too_big: Este ficheiro não pode ser carregado pois excede o tamanho máximo permitido por ficheiro (%{max_size}) |
|
1008 | error_attachment_too_big: Este ficheiro não pode ser carregado pois excede o tamanho máximo permitido por ficheiro (%{max_size}) | |
1011 | notice_failed_to_save_time_entries: "Falha ao guardar %{count} registo(s) de tempo dos %{total} seleccionados: %{ids}." |
|
1009 | notice_failed_to_save_time_entries: "Falha ao guardar %{count} registo(s) de tempo dos %{total} seleccionados: %{ids}." | |
1012 | label_x_issues: |
|
1010 | label_x_issues: | |
1013 | zero: 0 tarefas |
|
1011 | zero: 0 tarefas | |
1014 | one: 1 tarefa |
|
1012 | one: 1 tarefa | |
1015 | other: "%{count} tarefas" |
|
1013 | other: "%{count} tarefas" | |
1016 | label_repository_new: Novo repositório |
|
1014 | label_repository_new: Novo repositório | |
1017 | field_repository_is_default: Repositório principal |
|
1015 | field_repository_is_default: Repositório principal | |
1018 | label_copy_attachments: Copiar anexos |
|
1016 | label_copy_attachments: Copiar anexos | |
1019 | label_item_position: "%{position}/%{count}" |
|
1017 | label_item_position: "%{position}/%{count}" | |
1020 | label_completed_versions: Versões completas |
|
1018 | label_completed_versions: Versões completas | |
1021 | text_project_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar. |
|
1019 | text_project_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar. | |
1022 | field_multiple: Múltiplos valores |
|
1020 | field_multiple: Múltiplos valores | |
1023 | setting_commit_cross_project_ref: Permitir que tarefas dos restantes projectos sejam referenciadas e resolvidas |
|
1021 | setting_commit_cross_project_ref: Permitir que tarefas dos restantes projectos sejam referenciadas e resolvidas | |
1024 | text_issue_conflict_resolution_add_notes: Adicionar as minhas notas e descartar as minhas restantes alterações |
|
1022 | text_issue_conflict_resolution_add_notes: Adicionar as minhas notas e descartar as minhas restantes alterações | |
1025 | text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações (notas antigas serão mantidas mas algumas alterações podem se perder) |
|
1023 | text_issue_conflict_resolution_overwrite: Aplicar as minhas alterações (notas antigas serão mantidas mas algumas alterações podem se perder) | |
1026 | notice_issue_update_conflict: Esta tarefa foi actualizada por outro utilizador enquanto estava a edita-la. |
|
1024 | notice_issue_update_conflict: Esta tarefa foi actualizada por outro utilizador enquanto estava a edita-la. | |
1027 | text_issue_conflict_resolution_cancel: Descartar todas as minhas alterações e actualizar %{link} |
|
1025 | text_issue_conflict_resolution_cancel: Descartar todas as minhas alterações e actualizar %{link} | |
1028 | permission_manage_related_issues: Gerir tarefas relacionadas |
|
1026 | permission_manage_related_issues: Gerir tarefas relacionadas | |
1029 | field_auth_source_ldap_filter: Filtro LDAP |
|
1027 | field_auth_source_ldap_filter: Filtro LDAP | |
1030 | label_search_for_watchers: Pesquisar por observadores para adicionar |
|
1028 | label_search_for_watchers: Pesquisar por observadores para adicionar | |
1031 | notice_account_deleted: A sua conta foi apagada permanentemente. |
|
1029 | notice_account_deleted: A sua conta foi apagada permanentemente. | |
1032 | setting_unsubscribe: Permitir aos utilizadores apagarem a sua própria conta |
|
1030 | setting_unsubscribe: Permitir aos utilizadores apagarem a sua própria conta | |
1033 | button_delete_my_account: Apagar a minha conta |
|
1031 | button_delete_my_account: Apagar a minha conta | |
1034 | text_account_destroy_confirmation: |- |
|
1032 | text_account_destroy_confirmation: |- | |
1035 | Têm a certeza que pretende avançar? |
|
1033 | Têm a certeza que pretende avançar? | |
1036 | A sua conta vai ser permanentemente apagada, não será possível recupera-la. |
|
1034 | A sua conta vai ser permanentemente apagada, não será possível recupera-la. | |
1037 | error_session_expired: A sua sessão expirou. Por-favor autentique-se novamente. |
|
1035 | error_session_expired: A sua sessão expirou. Por-favor autentique-se novamente. | |
1038 | text_session_expiration_settings: "Atenção: alterar estas configurações pode fazer expirar as sessões em curso, incluíndo a sua." |
|
1036 | text_session_expiration_settings: "Atenção: alterar estas configurações pode fazer expirar as sessões em curso, incluíndo a sua." | |
1039 | setting_session_lifetime: Duração máxima da sessão |
|
1037 | setting_session_lifetime: Duração máxima da sessão | |
1040 | setting_session_timeout: Tempo limite de inactividade da sessão |
|
1038 | setting_session_timeout: Tempo limite de inactividade da sessão | |
1041 | label_session_expiration: Expiração da sessão |
|
1039 | label_session_expiration: Expiração da sessão | |
1042 | permission_close_project: Fechar / re-abrir o projecto |
|
1040 | permission_close_project: Fechar / re-abrir o projecto | |
1043 | label_show_closed_projects: Ver os projectos fechados |
|
1041 | label_show_closed_projects: Ver os projectos fechados | |
1044 | button_close: Fechar |
|
1042 | button_close: Fechar | |
1045 | button_reopen: Re-abrir |
|
1043 | button_reopen: Re-abrir | |
1046 | project_status_active: activo |
|
1044 | project_status_active: activo | |
1047 | project_status_closed: fechado |
|
1045 | project_status_closed: fechado | |
1048 | project_status_archived: arquivado |
|
1046 | project_status_archived: arquivado | |
1049 | text_project_closed: Este projecto está fechado e é apenas de leitura. |
|
1047 | text_project_closed: Este projecto está fechado e é apenas de leitura. | |
1050 | notice_user_successful_create: Utilizador %{id} criado. |
|
1048 | notice_user_successful_create: Utilizador %{id} criado. | |
1051 | field_core_fields: Campos padrão |
|
1049 | field_core_fields: Campos padrão | |
1052 | field_timeout: Tempo limite (em segundos) |
|
1050 | field_timeout: Tempo limite (em segundos) | |
1053 | setting_thumbnails_enabled: Apresentar miniaturas dos anexos |
|
1051 | setting_thumbnails_enabled: Apresentar miniaturas dos anexos | |
1054 | setting_thumbnails_size: Tamanho das miniaturas (em pixeis) |
|
1052 | setting_thumbnails_size: Tamanho das miniaturas (em pixeis) | |
1055 | label_status_transitions: Estado das transições |
|
1053 | label_status_transitions: Estado das transições | |
1056 | label_fields_permissions: Permissões do campo |
|
1054 | label_fields_permissions: Permissões do campo | |
1057 | label_readonly: Apenas de leitura |
|
1055 | label_readonly: Apenas de leitura | |
1058 | label_required: Obrigatório |
|
1056 | label_required: Obrigatório | |
1059 | text_repository_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar. |
|
1057 | text_repository_identifier_info: Apenas letras minúsculas (a-z), números, traços e sublinhados são permitidos.<br />Depois de guardar não é possível alterar. | |
1060 | field_board_parent: Fórum pai |
|
1058 | field_board_parent: Fórum pai | |
1061 | label_attribute_of_project: "%{name} do Projecto" |
|
1059 | label_attribute_of_project: "%{name} do Projecto" | |
1062 | label_attribute_of_author: "%{name} do Autor" |
|
1060 | label_attribute_of_author: "%{name} do Autor" | |
1063 | label_attribute_of_assigned_to: "%{name} do atribuído" |
|
1061 | label_attribute_of_assigned_to: "%{name} do atribuído" | |
1064 | label_attribute_of_fixed_version: "%{name} da Versão" |
|
1062 | label_attribute_of_fixed_version: "%{name} da Versão" | |
1065 | label_copy_subtasks: Copiar sub-tarefas |
|
1063 | label_copy_subtasks: Copiar sub-tarefas | |
1066 | label_copied_to: copiado para |
|
1064 | label_copied_to: copiado para | |
1067 | label_copied_from: copiado de |
|
1065 | label_copied_from: copiado de | |
1068 | label_any_issues_in_project: tarefas do projecto |
|
1066 | label_any_issues_in_project: tarefas do projecto | |
1069 | label_any_issues_not_in_project: tarefas sem projecto |
|
1067 | label_any_issues_not_in_project: tarefas sem projecto | |
1070 | field_private_notes: Notas privadas |
|
1068 | field_private_notes: Notas privadas | |
1071 | permission_view_private_notes: Ver notas privadas |
|
1069 | permission_view_private_notes: Ver notas privadas | |
1072 | permission_set_notes_private: Configurar notas como privadas |
|
1070 | permission_set_notes_private: Configurar notas como privadas | |
1073 | label_no_issues_in_project: sem tarefas no projecto |
|
1071 | label_no_issues_in_project: sem tarefas no projecto | |
1074 | label_any: todos |
|
1072 | label_any: todos | |
1075 | label_last_n_weeks: últimas %{count} semanas |
|
1073 | label_last_n_weeks: últimas %{count} semanas | |
1076 | setting_cross_project_subtasks: Permitir sub-tarefas entre projectos |
|
1074 | setting_cross_project_subtasks: Permitir sub-tarefas entre projectos | |
1077 | label_cross_project_descendants: Com os sub-projectos |
|
1075 | label_cross_project_descendants: Com os sub-projectos | |
1078 | label_cross_project_tree: Com árvore do projecto |
|
1076 | label_cross_project_tree: Com árvore do projecto | |
1079 | label_cross_project_hierarchy: Com hierarquia do projecto |
|
1077 | label_cross_project_hierarchy: Com hierarquia do projecto | |
1080 | label_cross_project_system: Com todos os projectos |
|
1078 | label_cross_project_system: Com todos os projectos | |
1081 | button_hide: Esconder |
|
1079 | button_hide: Esconder | |
1082 | setting_non_working_week_days: Dias não úteis |
|
1080 | setting_non_working_week_days: Dias não úteis | |
1083 | label_in_the_next_days: no futuro |
|
1081 | label_in_the_next_days: no futuro | |
1084 | label_in_the_past_days: no passado |
|
1082 | label_in_the_past_days: no passado | |
1085 | label_attribute_of_user: Do utilizador %{name} |
|
1083 | label_attribute_of_user: Do utilizador %{name} | |
1086 | text_turning_multiple_off: Se desactivar a escolha múltipla, |
|
1084 | text_turning_multiple_off: Se desactivar a escolha múltipla, | |
1087 | a escolha múltipla será apagada de modo a manter apenas um valor por item. |
|
1085 | a escolha múltipla será apagada de modo a manter apenas um valor por item. | |
1088 | label_attribute_of_issue: Tarefa de %{name} |
|
1086 | label_attribute_of_issue: Tarefa de %{name} | |
1089 | permission_add_documents: Adicionar documentos |
|
1087 | permission_add_documents: Adicionar documentos | |
1090 | permission_edit_documents: Editar documentos |
|
1088 | permission_edit_documents: Editar documentos | |
1091 | permission_delete_documents: Apagar documentos |
|
1089 | permission_delete_documents: Apagar documentos | |
1092 | label_gantt_progress_line: Barra de progresso |
|
1090 | label_gantt_progress_line: Barra de progresso | |
1093 | setting_jsonp_enabled: Activar suporte JSONP |
|
1091 | setting_jsonp_enabled: Activar suporte JSONP | |
1094 | field_inherit_members: Herdar membros |
|
1092 | field_inherit_members: Herdar membros | |
1095 | field_closed_on: Fechado |
|
1093 | field_closed_on: Fechado | |
1096 | field_generate_password: Generate password |
|
1094 | field_generate_password: Generate password | |
1097 | setting_default_projects_tracker_ids: Default trackers for new projects |
|
1095 | setting_default_projects_tracker_ids: Default trackers for new projects | |
1098 | label_total_time: Total |
|
1096 | label_total_time: Total |
General Comments 0
You need to be logged in to leave comments.
Login now