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