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