Project

General

Profile

Patch #41249 » update-pt-br-translation-git.diff

Rodrigo Candido, 2024-09-12 17:41

View differences:

app/assets/javascripts/jstoolbar/lang/jstoolbar-pt-br.js
9 9
jsToolBar.strings['Heading 1'] = 'Cabeçalho 1';
10 10
jsToolBar.strings['Heading 2'] = 'Cabeçalho 2';
11 11
jsToolBar.strings['Heading 3'] = 'Cabeçalho 3';
12
jsToolBar.strings['Highlighted code'] = 'Highlighted code';
12
jsToolBar.strings['Highlighted code'] = 'Código destacado';
13 13
jsToolBar.strings['Unordered list'] = 'Lista não ordenada';
14 14
jsToolBar.strings['Ordered list'] = 'Lista ordenada';
15 15
jsToolBar.strings['Quote'] = 'Identar';
16 16
jsToolBar.strings['Unquote'] = 'Remover identação';
17
jsToolBar.strings['Table'] = 'Table';
17
jsToolBar.strings['Table'] = 'Tabela';
18 18
jsToolBar.strings['Preformatted text'] = 'Texto pré-formatado';
19 19
jsToolBar.strings['Wiki link'] = 'Link para uma página Wiki';
20 20
jsToolBar.strings['Image'] = 'Imagem';
config/locales/pt-BR.yml
1305 1305
  label_display_type_board: Quadro
1306 1306
  label_my_bookmarks: Meus marcaroes
1307 1307
  label_import_time_entries: Importar tempo gasto
1308
  field_toolbar_language_options: Code highlighting toolbar languages
1309
  label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
1310
    with a priority of <em>%{prio}</em> or higher
1311
  label_assign_to_me: Assign to me
1312
  notice_issue_not_closable_by_open_tasks: This issue cannot be closed because it has
1313
    at least one open subtask.
1314
  notice_issue_not_closable_by_blocking_issue: This issue cannot be closed because it
1315
    is blocked by at least one open issue.
1316
  notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened
1317
    because its parent issue is closed.
1318
  error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because
1319
    the total file size exceeds the maximum allowed size (%{max_size})
1320
  setting_bulk_download_max_size: Maximum total size for bulk download
1321
  label_download_all_attachments: Download all files
1322
  error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum
1323
    number of files that can be attached simultaneously (%{max_number_of_files})
1324
  setting_email_domains_allowed: Allowed email domains
1325
  setting_email_domains_denied: Disallowed email domains
1326
  field_passwd_changed_on: Password last changed
1327
  label_relations_mapping: Relations mapping
1328
  label_import_users: Import users
1329
  label_days_to_html: "%{days} days up to %{date}"
1330
  setting_twofa: Two-factor authentication
1331
  label_optional: optional
1332
  label_required_lower: required
1333
  button_disable: Disable
1334
  twofa__totp__name: Authenticator app
1335
  twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key
1336
    into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google
1308
  field_toolbar_language_options: Barra de idiomas para destaque de código
1309
  label_user_mail_notify_about_high_priority_issues_html: Também me notifique sobre problemas
1310
    com prioridade de <em>%{prio}</em> ou maior
1311
  label_assign_to_me: Atribuir para mim
1312
  notice_issue_not_closable_by_open_tasks: Este problema não pode ser fechado porque possui
1313
    pelo menos uma subtarefa aberta.
1314
  notice_issue_not_closable_by_blocking_issue: Este problema não pode ser fechado porque está
1315
    bloqueado por pelo menos um problema em aberto.
1316
  notice_issue_not_reopenable_by_closed_parent_issue: Este problema não pode ser reaberto
1317
    porque o problema pai está fechado.
1318
  error_bulk_download_size_too_big: Esses anexos não podem ser baixados em massa porque
1319
    o tamanho total dos arquivos excede o tamanho máximo permitido (%{max_size})
1320
  setting_bulk_download_max_size: Tamanho total máximo para download em massa
1321
  label_download_all_attachments: Baixar todos os arquivos
1322
  error_attachments_too_many: Este arquivo não pode ser carregado porque excede o número máximo
1323
    de arquivos que podem ser anexados simultaneamente (%{max_number_of_files})
1324
  setting_email_domains_allowed: Domínios de e-mail permitidos
1325
  setting_email_domains_denied: Domínios de e-mail não permitidos
1326
  field_passwd_changed_on: Senha alterada pela última vez
1327
  label_relations_mapping: Mapeamento de relações
1328
  label_import_users: Importar usuários
1329
  label_days_to_html: "%{days} dias até %{date}"
1330
  setting_twofa: Autenticação de dois fatores
1331
  label_optional: Opcional
1332
  label_required_lower: Obrigatório
1333
  button_disable: Desativar
1334
  twofa__totp__name: Aplicativo autenticador
1335
  twofa__totp__text_pairing_info_html: Escaneie este código QR ou insira a chave em texto simples
1336
    em um aplicativo TOTP (por exemplo, <a href="https://support.google.com/accounts/answer/1066447">Google
1337 1337
    Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
1338
    Mobile</a>) and enter the code in the field below to activate two-factor authentication.
1339
  twofa__totp__label_plain_text_key: Plain text key
1340
  twofa__totp__label_activate: Enable authenticator app
1341
  twofa_currently_active: 'Currently active: %{twofa_scheme_name}'
1342
  twofa_not_active: Not activated
1343
  twofa_label_code: Code
1344
  twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair
1345
    two-factor authentication devices for all users.
1346
  twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users
1347
    to set up two-factor authentication at their next login.
1348
  twofa_label_setup: Enable two-factor authentication
1349
  twofa_label_deactivation_confirmation: Disable two-factor authentication
1350
  twofa_notice_select: 'Please select the two-factor scheme you would like to use:'
1351
  twofa_warning_require: The administrator requires you to enable two-factor authentication.
1352
  twofa_activated: Two-factor authentication successfully enabled. It is recommended
1353
    to <a data-method="post" href="%{bc_path}">generate backup codes</a> for your account.
1354
  twofa_deactivated: Two-factor authentication disabled.
1355
  twofa_mail_body_security_notification_paired: Two-factor authentication successfully
1356
    enabled using %{field}.
1357
  twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled
1358
    for your account.
1359
  twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes
1360
    generated.
1361
  twofa_mail_body_backup_code_used: A two-factor authentication backup code has been
1362
    used.
1363
  twofa_invalid_code: Code is invalid or outdated.
1364
  twofa_label_enter_otp: Please enter your two-factor authentication code.
1365
  twofa_too_many_tries: Too many tries.
1366
  twofa_resend_code: Resend code
1367
  twofa_code_sent: An authentication code has been sent to you.
1368
  twofa_generate_backup_codes: Generate backup codes
1369
  twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup
1370
    codes and generate new ones. Would you like to continue?
1371
  twofa_notice_backup_codes_generated: Your backup codes have been generated.
1372
  twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated.
1373
    Your existing codes from %{time} are now invalid.
1374
  twofa_label_backup_codes: Two-factor authentication backup codes
1375
  twofa_text_backup_codes_hint: Use these codes instead of a one-time password should
1376
    you not have access to your second factor. Each code can only be used once. It is
1377
    recommended to print and store them in a safe place.
1378
  twofa_text_backup_codes_created_at: Backup codes generated %{datetime}.
1379
  twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post"
1380
    href="%{bc_path}">generate new backup codes</a> if required.
1381
  error_can_not_execute_macro_html: Error executing the <strong>%{name}</strong> macro
1338
    Mobile</a>) e insira o código no campo abaixo para ativar a autenticação de dois fatores.
1339
  twofa__totp__label_plain_text_key: Chave em texto simples
1340
  twofa__totp__label_activate: Ativar aplicativo autenticador
1341
  twofa_currently_active: 'Atualmente ativo: %{twofa_scheme_name}'.
1342
  twofa_not_active: Não ativado
1343
  twofa_label_code: Código
1344
  twofa_hint_disabled_html: Configurar <strong>%{label}</strong> desativará e desvinculará dispositivos
1345
    de autenticação de dois fatores para todos os usuários.
1346
  twofa_hint_required_html: Configurar <strong>%{label}</strong> exigirá que todos os usuários
1347
    configurem a autenticação de dois fatores no próximo login.
1348
  twofa_label_setup: Ativar autenticação de dois fatores
1349
  twofa_label_deactivation_confirmation: Desativar autenticação de dois fatores
1350
  twofa_notice_select: 'Por favor, selecione o esquema de autenticação de dois fatores que você gostaria de usar:'
1351
  twofa_warning_require: O administrador exige que você ative a autenticação de dois fatores.
1352
  twofa_activated: Autenticação de dois fatores ativada com sucesso. 
1353
    Recomenda-se <a data-method="post" href="%{bc_path}"> gerar códigos de backup</a> para sua conta.
1354
  twofa_deactivated: Autenticação de dois fatores desativada.
1355
  twofa_mail_body_security_notification_paired: Autenticação de dois fatores ativada com
1356
    sucesso usando %{field}.
1357
  twofa_mail_body_security_notification_unpaired: Autenticação de dois fatores desativada
1358
    para sua conta.
1359
  twofa_mail_body_backup_codes_generated: Novos códigos de backup para autenticação de dois
1360
    fatores gerados.
1361
  twofa_mail_body_backup_code_used: Um código de backup de autenticação de dois fatores foi
1362
    utilizado.
1363
  twofa_invalid_code: O código é inválido ou está desatualizado.
1364
  twofa_label_enter_otp: Por favor, insira seu código de autenticação de dois fatores.
1365
  twofa_too_many_tries: Muitas tentativas.
1366
  twofa_resend_code: Reenviar código
1367
  twofa_code_sent: Um código de autenticação foi enviado para você.
1368
  twofa_generate_backup_codes: Gerar códigos de backup
1369
  twofa_text_generate_backup_codes_confirmation: Isso invalidará todos os códigos de backup existentes
1370
    e gerará novos. Gostaria de continuar?
1371
  twofa_notice_backup_codes_generated: Seus códigos de backup foram gerados.
1372
  twofa_warning_backup_codes_generated_invalidated: Novos códigos de backup foram gerados.
1373
    Seus códigos existentes de %{time} agora são inválidos.
1374
  twofa_label_backup_codes: Códigos de backup de autenticação de dois fatores
1375
  twofa_text_backup_codes_hint: Use esses códigos em vez de uma senha única caso
1376
    você não tenha acesso ao seu segundo fator. Cada código só pode ser usado uma vez. 
1377
    Recomenda-se imprimir e armazená-los em um lugar seguro.
1378
  twofa_text_backup_codes_created_at: Códigos de backup gerados em %{datetime}.
1379
  twofa_backup_codes_already_shown: Os códigos de backup não podem ser exibidos novamente, por favor, <a data-method="post"
1380
    href="%{bc_path}">gere novos códigos de backup</a> se necessário.
1381
  error_can_not_execute_macro_html: Erro ao executar o macro <strong>%{name}</strong>
1382 1382
    (%{error})
1383
  error_macro_does_not_accept_block: This macro does not accept a block of text
1384
  error_childpages_macro_no_argument: With no argument, this macro can be called from
1385
    wiki pages only
1386
  error_circular_inclusion: Circular inclusion detected
1387
  error_page_not_found: Page not found
1388
  error_filename_required: Filename required
1389
  error_invalid_size_parameter: Invalid size parameter
1390
  error_attachment_not_found: Attachment %{name} not found
1391
  permission_delete_project: Delete the project
1392
  field_twofa_scheme: Two-factor authentication scheme
1393
  text_user_destroy_confirmation: Are you sure you want to delete this user and remove
1394
    all references to them? This cannot be undone. Often, locking a user instead of
1395
    deleting them is the better solution. To confirm, please enter their login (%{login})
1396
    below.
1397
  text_project_destroy_enter_identifier: To confirm, please enter the project's identifier
1398
    (%{identifier}) below.
1399
  button_add_subtask: Add subtask
1400
  notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications
1401
    because they do not have access to view this object.'
1402
  button_fetch_changesets: Fetch commits
1403
  permission_view_message_watchers: View message watchers list
1404
  permission_add_message_watchers: Add message watchers
1405
  permission_delete_message_watchers: Delete message watchers
1406
  label_message_watchers: Watchers
1407
  button_copy_link: Copy link
1408
  error_invalid_authenticity_token: Invalid form authenticity token.
1409
  error_query_statement_invalid: An error occurred while executing the query and has
1410
    been logged. Please report this error to your Redmine administrator.
1411
  permission_view_wiki_page_watchers: View wiki page watchers list
1412
  permission_add_wiki_page_watchers: Add wiki page watchers
1413
  permission_delete_wiki_page_watchers: Delete wiki page watchers
1414
  label_wiki_page_watchers: Watchers
1415
  label_attachment_description: File description
1416
  error_no_data_in_file: The file does not contain any data
1417
  field_twofa_required: Require two factor authentication
1418
  twofa_hint_optional_html: Setting <strong>%{label}</strong> will let users set up
1419
    two-factor authentication at will, unless it is required by one of their groups.
1420
  twofa_text_group_required: This setting is only effective when the global two factor
1421
    authentication setting is set to 'optional'. Currently, two factor authentication
1422
    is required for all users.
1423
  twofa_text_group_disabled: This setting is only effective when the global two factor
1424
    authentication setting is set to 'optional'. Currently, two factor authentication
1425
    is disabled.
1426
  field_default_issue_query: Default issue query
1383
  error_macro_does_not_accept_block: Este macro não aceita um bloco de texto
1384
  error_childpages_macro_no_argument: Sem argumento, este macro só pode ser chamado a partir
1385
    de páginas wiki
1386
  error_circular_inclusion: Inclusão circular detectada
1387
  error_page_not_found: Página não encontrada
1388
  error_filename_required: Nome do arquivo é necessário
1389
  error_invalid_size_parameter: Parâmetro de tamanho inválido
1390
  error_attachment_not_found: Anexo %{name} não encontrado
1391
  permission_delete_project: Excluir o projeto
1392
  field_twofa_scheme: Esquema de autenticação de dois fatores.
1393
  text_user_destroy_confirmation: Tem certeza de que deseja excluir este usuário e remover
1394
    todas as referências a ele? Isso não pode ser desfeito. Muitas vezes, bloquear um
1395
    usuário em vez de excluí-lo é a melhor solução. Para confirmar, por favor, insira o login dele
1396
    (%{login}) abaixo.
1397
  text_project_destroy_enter_identifier: Para confirmar, insira o identificador do projeto
1398
    (%{identifier}) abaixo.
1399
  button_add_subtask: Adicionar subtarefa
1400
  notice_invalid_watcher: 'Observador inválido: O usuário não receberá nenhuma notificação
1401
    porque não tem acesso para visualizar este objeto.'
1402
  button_fetch_changesets: Buscar commits
1403
  permission_view_message_watchers: Ver lista de observadores de mensagens
1404
  permission_add_message_watchers: Adicionar observadores de mensagens
1405
  permission_delete_message_watchers: Excluir observadores de mensagens
1406
  label_message_watchers: Observadores
1407
  button_copy_link: Copiar link
1408
  error_invalid_authenticity_token: Token de autenticidade de formulário inválido.
1409
  error_query_statement_invalid: Ocorreu um erro ao executar a consulta e ele
1410
    foi registrado. Por favor, reporte este erro ao administrador do Redmine.
1411
  permission_view_wiki_page_watchers: Ver lista de observadores da página wiki
1412
  permission_add_wiki_page_watchers: Adicionar observadores da página wiki
1413
  permission_delete_wiki_page_watchers: Excluir observadores da página wiki
1414
  label_wiki_page_watchers: Observadores
1415
  label_attachment_description: Descrição do arquivo
1416
  error_no_data_in_file: O arquivo não contém dados
1417
  field_twofa_required: Exigir autenticação de dois fatores
1418
  twofa_hint_optional_html: Configurar <strong>%{label}</strong> permitirá que os usuários configurem a
1419
    autenticação de dois fatores por conta própria, a menos que seja exigida por um dos grupos deles.
1420
  twofa_text_group_required: Esta configuração só é eficaz quando a configuração global de autenticação
1421
    de dois fatores está definida como 'opcional'. Atualmente, a autenticação de dois fatores 
1422
    é obrigatória para todos os usuários.
1423
  twofa_text_group_disabled: Esta configuração só é eficaz quando a configuração global de autenticação
1424
    de dois fatores está definida como 'opcional'. Atualmente, a autenticação de dois fatore
1425
    está desativada.
1426
  field_default_issue_query: Consulta padrão de problemas
1427 1427
  label_default_queries:
1428
    for_all_projects: For all projects
1429
    for_current_project: For current project
1430
    for_all_users: For all users
1431
    for_this_user: For this user
1432
  text_allowed_queries_to_select: Public (to any users) queries only selectable
1433
  text_all_migrations_have_been_run: All database migrations have been run
1434
  button_save_object: Save %{object_name}
1435
  button_edit_object: Edit %{object_name}
1436
  button_delete_object: Delete %{object_name}
1437
  text_setting_config_change: You can configure the behaviour in config/configuration.yml.
1438
    Please restart the application after editing it.
1439
  label_bulk_edit: Bulk edit
1440
  button_create_and_follow: Create and follow
1441
  label_subtask: Subtask
1442
  label_default_query: Default query
1443
  field_default_project_query: Default project query
1444
  label_required_administrators: required for administrators
1445
  twofa_hint_required_administrators_html: Setting <strong>%{label}</strong> behaves
1446
    like optional, but will require all users with administration rights to set up two-factor
1447
    authentication at their next login.
1448
  label_auto_watch_on: Auto watch
1449
  label_auto_watch_on_issue_contributed_to: Issues I contributed to
1450
  text_project_close_confirmation: Are you sure you want to close the '%{value}' project
1451
    to make it read-only?
1452
  text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project?
1453
  text_project_archive_confirmation: Are you sure you want to archive the '%{value}'
1454
    project?
1455
  mail_destroy_project_failed: Project %{value} could not be deleted.
1456
  mail_destroy_project_successful: Project %{value} was deleted successfully.
1457
  mail_destroy_project_with_subprojects_successful: Project %{value} and its subprojects
1458
    were deleted successfully.
1459
  project_status_scheduled_for_deletion: scheduled for deletion
1460
  text_projects_bulk_destroy_confirmation: Are you sure you want to delete the selected
1461
    projects and related data?
1428
    for_all_projects: Para todos os projetos
1429
    for_current_project: Para o projeto atual
1430
    for_all_users: Para todos os usuários
1431
    for_this_user: Para este usuário
1432
  text_allowed_queries_to_select: Consultas públicas (visíveis para qualquer usuário) apenas selecionáveis
1433
  text_all_migrations_have_been_run: Todas as migrações de banco de dados foram executadas
1434
  button_save_object: Salvar %{object_name}
1435
  button_edit_object: Editar %{object_name}
1436
  button_delete_object: Excluir %{object_name}
1437
  text_setting_config_change: Você pode configurar o comportamento em config/configuration.yml.
1438
    Por favor, reinicie a aplicação após editá-lo.
1439
  label_bulk_edit: Edição em massa
1440
  button_create_and_follow: Criar e seguir
1441
  label_subtask: Subtarefa
1442
  label_default_query: Consulta padrão
1443
  field_default_project_query: Consulta padrão do projeto
1444
  label_required_administrators: Necessária para administradores
1445
  twofa_hint_required_administrators_html: Configurar <strong>%{label}</strong> se comporta
1446
    como opcional, mas exigirá que todos os usuários com direitos de administração configurem
1447
    a autenticação de dois fatores no próximo login.
1448
  label_auto_watch_on: Assistir automaticamente
1449
  label_auto_watch_on_issue_contributed_to: Problemas aos quais contribui
1450
  text_project_close_confirmation: Tem certeza de que deseja fechar o projeto '%{value}'
1451
    para torná-lo somente leitura?
1452
  text_project_reopen_confirmation: Tem certeza de que deseja reabrir o projeto '%{value}'?
1453
  text_project_archive_confirmation: Tem certeza de que deseja arquivar o projeto '%{value}'?
1454
  mail_destroy_project_failed: O projeto %{value} não pôde ser excluído.
1455
  mail_destroy_project_successful: O projeto %{value} foi excluído com sucesso.
1456
  mail_destroy_project_with_subprojects_successful: O projeto %{value} e seus subprojetos
1457
    foram excluídos com sucesso
1458
  project_status_scheduled_for_deletion: agendado para exclusão
1459
  text_projects_bulk_destroy_confirmation: Tem certeza de que deseja excluir os projetos selecionados
1460
    e os dados relacionados?
1462 1461
  text_projects_bulk_destroy_head: |
1463
    You are about to permanently delete the following projects, including possible subprojects and any related data.
1464
    Please review the information below and confirm that this is indeed what you want to do.
1465
    This action cannot be undone.
1466
  text_projects_bulk_destroy_confirm: To confirm, please enter "%{yes}" in the box below.
1467
  text_subprojects_bulk_destroy: 'including its subproject(s): %{value}'
1468
  field_current_password: Current password
1469
  sudo_mode_new_info_html: "<strong>What's happening?</strong> You need to reconfirm
1470
    your password before taking any administrative actions, this ensures your account
1471
    stays protected."
1472
  label_edited: Edited
1473
  label_time_by_author: "%{time} by %{author}"
1474
  field_default_time_entry_activity: Default spent time activity
1475
  field_is_member_of_group: Member of group
1476
  text_users_bulk_destroy_head: You are about to delete the following users and remove
1477
    all references to them. This cannot be undone. Often, locking users instead of deleting
1478
    them is the better solution.
1479
  text_users_bulk_destroy_confirm: To confirm, please enter "%{yes}" below.
1480
  permission_select_project_publicity: Set project public or private
1481
  label_auto_watch_on_issue_created: Issues I created
1482
  field_any_searchable: Any searchable text
1483
  label_contains_any_of: contains any of
1484
  button_apply_issues_filter: Apply issues filter
1485
  label_view_previous_annotation: View annotation prior to this change
1486
  label_has_been: has been
1487
  label_has_never_been: has never been
1488
  label_changed_from: changed from
1489
  label_issue_statuses_description: Issue statuses description
1490
  label_open_issue_statuses_description: View all issue statuses description
1491
  text_select_apply_issue_status: Select issue status
1492
  field_name_or_email_or_login: Name, email or login
1493
  text_default_active_job_queue_changed: Default queue adapter which is well suited
1494
    only for dev/test changed
1495
  label_option_auto_lang: auto
1496
  label_issue_attachment_added: Attachment added
1497
  field_estimated_remaining_hours: Estimated remaining time
1498
  setting_issue_done_ratio_interval: Done ratio options interval
1499
  setting_copy_attachments_on_issue_copy: Copy attachments on copy
1500
  field_thousands_delimiter: Thousands delimiter
1462
    Você está prestes a excluir permanentemente os seguintes projetos, 
1463
    incluindo possíveis subprojetos e quaisquer dados relacionados.
1464
    Por favor, reveja as informações abaixo e confirme se é isso que você deseja fazer. 
1465
    Esta ação não pode ser desfeita.
1466
  text_projects_bulk_destroy_confirm: Para confirmar, por favor insira "%{yes}" na caixa abaixo.
1467
  text_subprojects_bulk_destroy: 'incluindo seu(s) subprojeto(s): %{value}'
1468
  field_current_password: Senha atual
1469
  sudo_mode_new_info_html: "<strong>O que está acontecendo?</strong> Você precisa reconfirmar
1470
    sua senha antes de realizar quaisquer ações administrativas, isso garante que sua conta
1471
    permaneça protegida."
1472
  label_edited: Editado
1473
  label_time_by_author: "%{time} por %{author}"
1474
  field_default_time_entry_activity: Atividade padrão de tempo gasto
1475
  field_is_member_of_group: Membro do grupo
1476
  text_users_bulk_destroy_head: Você está prestes a excluir os seguintes usuários e remover
1477
    todas as referências a eles. Isso não pode ser desfeito. Muitas vezes, bloquear usuários em vez de 
1478
    excluí-los é a melhor solução.
1479
  text_users_bulk_destroy_confirm: Para confirmar, por favor, insira "%{yes}" abaixo.
1480
  permission_select_project_publicity: Definir projeto como público ou privado
1481
  label_auto_watch_on_issue_created: Problemas que criei
1482
  field_any_searchable: Qualquer texto pesquisável
1483
  label_contains_any_of: contém qualquer um de
1484
  button_apply_issues_filter: Aplicar filtro de problemas
1485
  label_view_previous_annotation: Ver anotação antes desta alteração
1486
  label_has_been: foi
1487
  label_has_never_been: nunca foi
1488
  label_changed_from: alterado de
1489
  label_issue_statuses_description: Descrição dos status de problemas
1490
  label_open_issue_statuses_description: Ver toda a descrição dos status de problemas
1491
  text_select_apply_issue_status: Selecionar status do problema
1492
  field_name_or_email_or_login: Nome, e-mail ou login
1493
  text_default_active_job_queue_changed: Adaptador de fila padrão que é bem adequado
1494
    apenas para dev/test foi alterado
1495
  label_option_auto_lang: automático
1496
  label_issue_attachment_added: Anexo adicionado
1497
  field_estimated_remaining_hours: Tempo restante estimado
1498
  setting_issue_done_ratio_interval: Intervalo de opções da taxa de conclusão
1499
  setting_copy_attachments_on_issue_copy: Copiar anexos ao copiar
1500
  field_thousands_delimiter: Separador de milhares
    (1-1/1)