##// END OF EJS Templates
German translation for configurable session lifetime and timeout updated by Hannes Meier (#11406, #11404)...
German translation for configurable session lifetime and timeout updated by Hannes Meier (#11406, #11404) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10005 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9797:7c6582009aa1
r9822:185175c78edd
Show More
pt-BR.yml
1080 lines | 47.1 KiB | text/x-yaml | YamlLexer
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 pt-BR:
Azamat Hackimov
Real RTL-theme support in locales (#6012)...
r3891 direction: ltr
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 date:
formats:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default: "%d/%m/%Y"
short: "%d de %B"
long: "%d de %B de %Y"
only_day: "%d"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 day_names: [Domingo, Segunda, Terça, Quarta, Quinta, Sexta, Sábado]
abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb]
month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro]
abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez]
Toshi MARUYAMA
change i18n files to use valid yaml syntax that may be parsed by psych (#8209)....
r5388 order:
- :day
- :month
- :year
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
time:
formats:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default: "%A, %d de %B de %Y, %H:%M hs"
time: "%H:%M hs"
short: "%d/%m, %H:%M hs"
long: "%A, %d de %B de %Y, %H:%M hs"
only_second: "%S"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 datetime:
formats:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default: "%Y-%m-%dT%H:%M:%S%Z"
am: ''
pm: ''
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Azamat Hackimov
Translation updates and fixes...
r3496 # date helper distancia em palavras
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 datetime:
distance_in_words:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 half_a_minute: 'meio minuto'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 less_than_x_seconds:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'menos de 1 segundo'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'menos de %{count} segundos'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
x_seconds:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: '1 segundo'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: '%{count} segundos'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
less_than_x_minutes:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'menos de um minuto'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'menos de %{count} minutos'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
x_minutes:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: '1 minuto'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: '%{count} minutos'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
about_x_hours:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'aproximadamente 1 hora'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'aproximadamente %{count} horas'
Jean-Philippe Lang
Configurable session lifetime and timeout (#6597)....
r9614 x_hours:
one: "1 hour"
other: "%{count} hours"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
x_days:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: '1 dia'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: '%{count} dias'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
about_x_months:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'aproximadamente 1 mês'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'aproximadamente %{count} meses'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
x_months:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: '1 mês'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: '%{count} meses'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
about_x_years:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'aproximadamente 1 ano'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'aproximadamente %{count} anos'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
over_x_years:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 one: 'mais de 1 ano'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: 'mais de %{count} anos'
Jean-Philippe Lang
Adds new Rails strings....
r3171 almost_x_years:
one: "almost 1 year"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "almost %{count} years"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 # numeros
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 number:
format:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 precision: 3
separator: ','
delimiter: '.'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 currency:
format:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 unit: 'R$'
precision: 2
format: '%u %n'
separator: ','
delimiter: '.'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 percentage:
format:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 delimiter: '.'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 precision:
format:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 delimiter: '.'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 human:
format:
Jean-Philippe Lang
Set human size precision to Rails' default which is now 3 (#11118)....
r9611 precision: 3
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 delimiter: '.'
Eric Davis
Upgraded to Rails 2.3.4 (#3597)...
r2773 storage_units:
format: "%n %u"
units:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 support:
array:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 sentence_connector: "e"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 skip_last_comma: true
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 # Active Record
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 activerecord:
errors:
template:
header:
Jean-Philippe Lang
pt-BR update....
r2515 one: "model não pode ser salvo: 1 erro"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "model não pode ser salvo: %{count} erros."
Jean-Philippe Lang
pt-BR update....
r2515 body: "Por favor, verifique os seguintes campos:"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 messages:
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 inclusion: "não está incluso na lista"
exclusion: "não está disponível"
invalid: "não é válido"
Jean-Philippe Lang
pt-BR update....
r2515 confirmation: "não está de acordo com a confirmação"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 accepted: "precisa ser aceito"
Jean-Philippe Lang
pt-BR update....
r2515 empty: "não pode ficar vazio"
blank: "não pode ficar vazio"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 too_long: muito longo (máximo: %{count} caracteres)"
too_short: muito curto (mínimon: %{count} caracteres)"
wrong_length: "deve ter %{count} caracteres"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 taken: "não está disponível"
not_a_number: "não é um número"
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 greater_than: "precisa ser maior do que %{count}"
greater_than_or_equal_to: "precisa ser maior ou igual a %{count}"
equal_to: "precisa ser igual a %{count}"
less_than: "precisa ser menor do que %{count}"
less_than_or_equal_to: "precisa ser menor ou igual a %{count}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 odd: "precisa ser ímpar"
even: "precisa ser par"
greater_than_start_date: "deve ser maior que a data inicial"
not_same_project: "não pertence ao mesmo projeto"
circular_dependency: "Esta relação geraria uma dependência circular"
Azamat Hackimov
Translations update...
r3967 cant_link_an_issue_with_a_descendant: "Uma tarefa não pode ser relaciona a uma de suas subtarefas"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430
actionview_instancetag_blank_option: Selecione
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 general_text_No: 'Não'
general_text_Yes: 'Sim'
general_text_no: 'não'
general_text_yes: 'sim'
general_lang_name: 'Português(Brasil)'
general_csv_separator: ';'
general_csv_decimal_separator: ','
general_csv_encoding: ISO-8859-1
Toshi MARUYAMA
PDF: set general_pdf_encoding UTF-8 on non CJK and Thailand locales (#61)....
r5262 general_pdf_encoding: UTF-8
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 general_first_day_of_week: '1'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_account_updated: Conta atualizada com sucesso.
notice_account_invalid_creditentials: Usuário ou senha inválido.
notice_account_password_updated: Senha alterada com sucesso.
notice_account_wrong_password: Senha inválida.
notice_account_register_done: Conta criada com sucesso. Para ativar sua conta, clique no link que lhe foi enviado por e-mail.
notice_account_unknown_email: Usuário desconhecido.
notice_can_t_change_password: Esta conta utiliza autenticação externa. Não é possível alterar a senha.
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 notice_account_lost_email_sent: Um e-mail com instruções para escolher uma nova senha foi enviado para você.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_account_activated: Sua conta foi ativada. Você pode acessá-la agora.
notice_successful_create: Criado com sucesso.
notice_successful_update: Alterado com sucesso.
notice_successful_delete: Excluído com sucesso.
notice_successful_connection: Conectado com sucesso.
notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
notice_locking_conflict: Os dados foram atualizados por outro usuário.
notice_not_authorized: Você não está autorizado a acessar esta página.
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 notice_email_sent: "Um e-mail foi enviado para %{value}"
notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada.
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}."
Azamat Hackimov
localization updates...
r2471 notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
notice_default_data_loaded: Configuração padrão carregada com sucesso.
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
Azamat Hackimov
localization updates...
r2471 error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
Azamat Hackimov
Translation updates...
r3058 error_no_tracker_in_project: 'Não um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
Azamat Hackimov
New strings for translation (fixes #2872), thanks for Enderson Maia for pointing and translation...
r2742 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").'
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_lost_password: "Sua senha do %{value}."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_register: "Ativação de conta do %{value}."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 mail_body_account_information: Informações sobre sua conta
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta"
mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:"
mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias"
mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 gui_validation_error: 1 erro
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 gui_validation_error_plural: "%{count} erros"
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_name: Nome
field_description: Descrição
field_summary: Resumo
field_is_required: Obrigatório
field_firstname: Nome
field_lastname: Sobrenome
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_mail: E-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_filename: Arquivo
field_filesize: Tamanho
field_downloads: Downloads
field_author: Autor
field_created_on: Criado em
field_updated_on: Alterado em
field_field_format: Formato
field_is_for_all: Para todos os projetos
field_possible_values: Possíveis valores
field_regexp: Expressão regular
field_min_length: Tamanho mínimo
field_max_length: Tamanho máximo
field_value: Valor
field_category: Categoria
field_title: Título
field_project: Projeto
Azamat Hackimov
localization updates...
r2471 field_issue: Tarefa
field_status: Situação
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_notes: Notas
Azamat Hackimov
localization updates...
r2471 field_is_closed: Tarefa fechada
field_is_default: Situação padrão
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_tracker: Tipo
field_subject: Título
field_due_date: Data prevista
field_assigned_to: Atribuído para
field_priority: Prioridade
field_fixed_version: Versão
field_user: Usuário
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_role: Cargo
Azamat Hackimov
Translation updates and fixes...
r3496 field_homepage: Página do projeto
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_is_public: Público
field_parent: Sub-projeto de
field_is_in_roadmap: Exibir no planejamento
field_login: Usuário
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_mail_notification: Notificações por e-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_admin: Administrador
field_last_login_on: Última conexão
field_language: Idioma
field_effective_date: Data
field_password: Senha
field_new_password: Nova senha
field_password_confirmation: Confirmação
field_version: Versão
field_type: Tipo
field_host: Servidor
field_port: Porta
field_account: Conta
field_base_dn: DN Base
field_attr_login: Atributo para nome de usuário
field_attr_firstname: Atributo para nome
field_attr_lastname: Atributo para sobrenome
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_attr_mail: Atributo para e-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_onthefly: Criar usuários dinamicamente ("on-the-fly")
Jean-Philippe Lang
Restores non english field_start_date translations (#6629, #7016)....
r4440 field_start_date: Início
Toshi MARUYAMA
fix erroneous string starting with '%' in locale yamls (#8209)....
r5389 field_done_ratio: "% Terminado"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_auth_source: Modo de autenticação
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_hide_mail: Ocultar meu e-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_comments: Comentário
field_url: URL
field_start_page: Página inicial
field_subproject: Sub-projeto
field_hours: Horas
field_activity: Atividade
field_spent_on: Data
field_identifier: Identificador
field_is_filter: É um filtro
Eric Davis
Fixed missing translation for 'field_issue_to', the translation files ended in _id....
r2730 field_issue_to: Tarefa relacionada
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_delay: Atraso
Azamat Hackimov
Translation updates...
r3058 field_assignable: Tarefas podem ser atribuídas a este papel
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 field_redirect_existing_links: Redirecionar links existentes
field_estimated_hours: Tempo estimado
field_column_names: Colunas
field_time_zone: Fuso-horário
field_searchable: Pesquisável
field_default_value: Padrão
field_comments_sorting: Visualizar comentários
field_parent_title: Página pai
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_app_title: Título da aplicação
setting_app_subtitle: Sub-título da aplicação
setting_welcome_text: Texto de boas-vindas
setting_default_language: Idioma padrão
setting_login_required: Exigir autenticação
setting_self_registration: Permitido Auto-registro
setting_attachment_max_size: Tamanho máximo do anexo
setting_issues_export_limit: Limite de exportação das tarefas
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 setting_mail_from: E-mail enviado de
Azamat Hackimov
Translation updates and fixes...
r3496 setting_bcc_recipients: Enviar com cópia oculta (cco)
setting_host_name: Nome do Servidor e subdomínio
setting_text_formatting: Formatação do texto
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_wiki_compression: Compactação de histórico do Wiki
Azamat Hackimov
Translation updates and fixes...
r3496 setting_feeds_limit: Número de registros por Feed
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_default_projects_public: Novos projetos são públicos por padrão
Azamat Hackimov
Translation updates and fixes...
r3496 setting_autofetch_changesets: Obter commits automaticamente
setting_sys_api_enabled: Ativa WS para gerenciamento do repositório (SVN)
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_commit_ref_keywords: Palavras de referência
setting_commit_fix_keywords: Palavras de fechamento
setting_autologin: Auto-login
setting_date_format: Formato da data
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 setting_time_format: Formato de hora
Azamat Hackimov
localization updates...
r2471 setting_cross_project_issue_relations: Permitir relacionar tarefas entre projetos
setting_issue_list_default_columns: Colunas padrão visíveis na lista de tarefas
Jean-Philippe Lang
Translations updates....
r4896 setting_emails_footer: Rodapé do e-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_protocol: Protocolo
Azamat Hackimov
Translation updates and fixes...
r3496 setting_per_page_options: Número de itens exibidos por página
setting_user_format: Formato de exibição de nome de usuário
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_activity_days_default: Dias visualizados na atividade do projeto
Azamat Hackimov
localization updates...
r2471 setting_display_subprojects_issues: Visualizar tarefas dos subprojetos nos projetos principais por padrão
Azamat Hackimov
Translation updates and fixes...
r3496 setting_enabled_scm: SCM habilitados
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 setting_mail_handler_api_enabled: Habilitar WS para e-mails de entrada
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_mail_handler_api_key: Chave de API
Azamat Hackimov
Translation updates and fixes...
r3496 setting_sequential_project_identifiers: Gerar identificadores sequenciais de projeto
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Azamat Hackimov
localization updates...
r2471 project_module_issue_tracking: Gerenciamento de Tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 project_module_time_tracking: Gerenciamento de tempo
project_module_news: Notícias
project_module_documents: Documentos
project_module_files: Arquivos
project_module_wiki: Wiki
project_module_repository: Repositório
project_module_boards: Fóruns
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_user: Usuário
label_user_plural: Usuários
label_user_new: Novo usuário
label_project: Projeto
label_project_new: Novo projeto
label_project_plural: Projetos
label_x_projects:
Azamat Hackimov
localization updates...
r2471 zero: nenhum projeto
one: 1 projeto
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} projetos"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_project_all: Todos os projetos
label_project_latest: Últimos projetos
Azamat Hackimov
localization updates...
r2471 label_issue: Tarefa
label_issue_new: Nova tarefa
label_issue_plural: Tarefas
label_issue_view_all: Ver todas as tarefas
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_issues_by: "Tarefas por %{value}"
Azamat Hackimov
localization updates...
r2471 label_issue_added: Tarefa adicionada
label_issue_updated: Tarefa atualizada
Jean-Philippe Lang
Translations updates....
r4896 label_issue_note_added: Nota adicionada
label_issue_status_updated: Situação atualizada
label_issue_priority_updated: Prioridade atualizada
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_document: Documento
label_document_new: Novo documento
label_document_plural: Documentos
label_document_added: Documento adicionado
Azamat Hackimov
Translation updates...
r3058 label_role: Papel
label_role_plural: Papéis
label_role_new: Novo papel
label_role_and_permissions: Papéis e permissões
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_member: Membro
label_member_new: Novo membro
label_member_plural: Membros
Azamat Hackimov
localization updates...
r2471 label_tracker: Tipo de tarefa
label_tracker_plural: Tipos de tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_tracker_new: Novo tipo
Jean-Philippe Lang
pt-BR update....
r2515 label_workflow: Fluxo de trabalho
Azamat Hackimov
localization updates...
r2471 label_issue_status: Situação da tarefa
label_issue_status_plural: Situação das tarefas
label_issue_status_new: Nova situação
label_issue_category: Categoria da tarefa
label_issue_category_plural: Categorias das tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_issue_category_new: Nova categoria
label_custom_field: Campo personalizado
label_custom_field_plural: Campos personalizados
label_custom_field_new: Novo campo personalizado
label_enumerations: 'Tipos & Categorias'
label_enumeration_new: Novo
label_information: Informação
label_information_plural: Informações
label_please_login: Efetue o login
label_register: Cadastre-se
label_password_lost: Perdi minha senha
label_home: Página inicial
label_my_page: Minha página
label_my_account: Minha conta
label_my_projects: Meus projetos
label_administration: Administração
label_login: Entrar
label_logout: Sair
label_help: Ajuda
Azamat Hackimov
localization updates...
r2471 label_reported_issues: Tarefas reportadas
label_assigned_to_me_issues: Minhas tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_last_login: Última conexão
label_registered_on: Registrado em
label_activity: Atividade
label_overall_activity: Atividades gerais
label_new: Novo
label_logged_as: "Acessando como:"
label_environment: Ambiente
label_authentication: Autenticação
label_auth_source: Modo de autenticação
label_auth_source_new: Novo modo de autenticação
label_auth_source_plural: Modos de autenticação
label_subproject_plural: Sub-projetos
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_and_its_subprojects: "%{value} e seus sub-projetos"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_min_max_length: Tamanho mín-máx
label_list: Lista
label_date: Data
label_integer: Inteiro
label_float: Decimal
label_boolean: Boleano
label_string: Texto
label_text: Texto longo
label_attribute: Atributo
label_attribute_plural: Atributos
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_download: "%{count} Download"
label_download_plural: "%{count} Downloads"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_no_data: Nenhuma informação disponível
Azamat Hackimov
localization updates...
r2471 label_change_status: Alterar situação
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_history: Histórico
label_attachment: Arquivo
label_attachment_new: Novo arquivo
label_attachment_delete: Excluir arquivo
label_attachment_plural: Arquivos
label_file_added: Arquivo adicionado
label_report: Relatório
label_report_plural: Relatório
label_news: Notícia
label_news_new: Adicionar notícia
label_news_plural: Notícias
label_news_latest: Últimas notícias
label_news_view_all: Ver todas as notícias
label_news_added: Notícia adicionada
label_settings: Configurações
label_overview: Visão geral
label_version: Versão
label_version_new: Nova versão
label_version_plural: Versões
label_confirmation: Confirmação
label_export_to: Exportar para
label_read: Ler...
label_public_projects: Projetos públicos
Azamat Hackimov
localization updates...
r2471 label_open_issues: Aberta
label_open_issues_plural: Abertas
label_closed_issues: Fechada
label_closed_issues_plural: Fechadas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_x_open_issues_abbr_on_total:
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 zero: 0 aberta / %{total}
one: 1 aberta / %{total}
other: "%{count} abertas / %{total}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_x_open_issues_abbr:
Azamat Hackimov
localization updates...
r2471 zero: 0 aberta
one: 1 aberta
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} abertas"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_x_closed_issues_abbr:
Azamat Hackimov
localization updates...
r2471 zero: 0 fechada
one: 1 fechada
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} fechadas"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_total: Total
label_permissions: Permissões
Azamat Hackimov
localization updates...
r2471 label_current_status: Situação atual
label_new_statuses_allowed: Nova situação permitida
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_all: todos
label_none: nenhum
label_nobody: ninguém
label_next: Próximo
label_previous: Anterior
label_used_by: Usado por
label_details: Detalhes
label_add_note: Adicionar nota
label_per_page: Por página
label_calendar: Calendário
label_months_from: meses a partir de
label_gantt: Gantt
label_internal: Interno
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_last_changes: "últimas %{count} alterações"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_change_view_all: Mostrar todas as alterações
label_personalize_page: Personalizar esta página
label_comment: Comentário
label_comment_plural: Comentários
label_x_comments:
Jean-Philippe Lang
pt-BR update....
r2515 zero: nenhum comentário
one: 1 comentário
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 other: "%{count} comentários"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_comment_add: Adicionar comentário
label_comment_added: Comentário adicionado
label_comment_delete: Excluir comentário
label_query: Consulta personalizada
label_query_plural: Consultas personalizadas
label_query_new: Nova consulta
label_filter_add: Adicionar filtro
label_filter_plural: Filtros
label_equals: igual a
label_not_equals: diferente de
label_in_less_than: maior que
label_in_more_than: menor que
label_in: em
label_today: hoje
label_all_time: tudo
label_yesterday: ontem
label_this_week: esta semana
label_last_week: última semana
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_last_n_days: "últimos %{count} dias"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_this_month: este mês
label_last_month: último mês
label_this_year: este ano
label_date_range: Período
label_less_than_ago: menos de
label_more_than_ago: mais de
label_ago: dias atrás
label_contains: contém
label_not_contains: não contém
label_day_plural: dias
label_repository: Repositório
label_repository_plural: Repositórios
label_browse: Procurar
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_modification: "%{count} alteração"
label_modification_plural: "%{count} alterações"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_revision: Revisão
label_revision_plural: Revisões
label_associated_revisions: Revisões associadas
label_added: adicionada
label_modified: alterada
label_deleted: excluída
label_latest_revision: Última revisão
label_latest_revision_plural: Últimas revisões
label_view_revisions: Ver revisões
label_max_size: Tamanho máximo
label_sort_highest: Mover para o início
label_sort_higher: Mover para cima
label_sort_lower: Mover para baixo
label_sort_lowest: Mover para o fim
label_roadmap: Planejamento
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_roadmap_due_in: "Previsto para %{value}"
label_roadmap_overdue: "%{value} atrasado"
Azamat Hackimov
localization updates...
r2471 label_roadmap_no_issues: Sem tarefas para esta versão
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_search: Busca
label_result_plural: Resultados
label_all_words: Todas as palavras
label_wiki: Wiki
label_wiki_edit: Editar Wiki
label_wiki_edit_plural: Edições Wiki
label_wiki_page: Página Wiki
label_wiki_page_plural: páginas Wiki
label_index_by_title: Índice por título
label_index_by_date: Índice por data
label_current_version: Versão atual
label_preview: Pré-visualizar
label_feed_plural: Feeds
label_changes_details: Detalhes de todas as alterações
Azamat Hackimov
localization updates...
r2471 label_issue_tracking: Tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_spent_time: Tempo gasto
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_f_hour: "%{value} hora"
label_f_hour_plural: "%{value} horas"
Jean-Philippe Lang
Translations updates....
r4896 label_time_tracking: Registro de horas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_change_plural: Alterações
label_statistics: Estatísticas
label_commits_per_month: Commits por mês
label_commits_per_author: Commits por autor
label_view_diff: Ver diferenças
label_diff_inline: inline
label_diff_side_by_side: lado a lado
label_options: Opções
Jean-Philippe Lang
pt-BR update....
r2515 label_copy_workflow_from: Copiar fluxo de trabalho de
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_permissions_report: Relatório de permissões
Azamat Hackimov
Translation updates...
r3058 label_watched_issues: Tarefas observadas
Azamat Hackimov
localization updates...
r2471 label_related_issues: Tarefas relacionadas
label_applied_status: Situação alterada
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_loading: Carregando...
label_relation_new: Nova relação
label_relation_delete: Excluir relação
label_relates_to: relacionado a
label_duplicates: duplica
label_duplicated_by: duplicado por
label_blocks: bloqueia
label_blocked_by: bloqueado por
label_precedes: precede
label_follows: segue
label_end_to_start: fim para o início
label_end_to_end: fim para fim
label_start_to_start: início para início
label_start_to_end: início para fim
label_stay_logged_in: Permanecer logado
label_disabled: desabilitado
label_show_completed_versions: Exibir versões completas
label_me: mim
label_board: Fórum
label_board_new: Novo fórum
label_board_plural: Fóruns
label_topic_plural: Tópicos
label_message_plural: Mensagens
label_message_last: Última mensagem
label_message_new: Nova mensagem
label_message_posted: Mensagem enviada
label_reply_plural: Respostas
label_send_information: Enviar informação da nova conta para o usuário
label_year: Ano
label_month: Mês
label_week: Semana
label_date_from: De
label_date_to: Para
label_language_based: Com base no idioma do usuário
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_sort_by: "Ordenar por %{value}"
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 label_send_test_email: Enviar um e-mail de teste
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_feeds_access_key_created_on: "chave de acesso RSS criada %{value} atrás"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_module_plural: Módulos
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_added_time_by: "Adicionado por %{author} %{age} atrás"
label_updated_time: "Atualizado %{value} atrás"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_jump_to_a_project: Ir para o projeto...
label_file_plural: Arquivos
label_changeset_plural: Changesets
label_default_columns: Colunas padrão
label_no_change_option: (Sem alteração)
Azamat Hackimov
localization updates...
r2471 label_bulk_edit_selected_issues: Edição em massa das tarefas selecionados.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_theme: Tema
label_default: Padrão
label_search_titles_only: Pesquisar somente títulos
label_user_mail_option_all: "Para qualquer evento em todos os meus projetos"
label_user_mail_option_selected: "Para qualquer evento somente no(s) projeto(s) selecionado(s)..."
label_user_mail_no_self_notified: "Eu não quero ser notificado de minhas próprias modificações"
label_registration_activation_by_email: ativação de conta por e-mail
label_registration_manual_activation: ativação manual de conta
label_registration_automatic_activation: ativação automática de conta
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_display_per_page: "Por página: %{value}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_age: Idade
label_change_properties: Alterar propriedades
label_general: Geral
label_more: Mais
label_scm: 'Controle de versão:'
label_plugins: Plugins
label_ldap_authentication: Autenticação LDAP
label_downloads_abbr: D/L
label_optional_description: Descrição opcional
label_add_another_file: Adicionar outro arquivo
label_preferences: Preferências
label_chronological_order: Em ordem cronológica
label_reverse_chronological_order: Em ordem cronológica inversa
label_planning: Planejamento
Azamat Hackimov
Translation updates and fixes...
r3496 label_incoming_emails: E-mails recebidos
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 label_generate_key: Gerar uma chave
Azamat Hackimov
Translation updates...
r3058 label_issue_watchers: Observadores
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_login: Entrar
button_submit: Enviar
button_save: Salvar
button_check_all: Marcar todos
button_uncheck_all: Desmarcar todos
button_delete: Excluir
button_create: Criar
button_test: Testar
button_edit: Editar
button_add: Adicionar
button_change: Alterar
button_apply: Aplicar
button_clear: Limpar
button_lock: Bloquear
button_unlock: Desbloquear
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 button_download: Baixar
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_list: Listar
button_view: Ver
button_move: Mover
button_back: Voltar
button_cancel: Cancelar
button_activate: Ativar
button_sort: Ordenar
button_log_time: Tempo de trabalho
button_rollback: Voltar para esta versão
Azamat Hackimov
Translation updates...
r3058 button_watch: Observar
button_unwatch: Parar de observar
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_reply: Responder
button_archive: Arquivar
button_unarchive: Desarquivar
button_reset: Redefinir
button_rename: Renomear
button_change_password: Alterar senha
button_copy: Copiar
button_annotate: Anotar
button_update: Atualizar
button_configure: Configurar
button_quote: Responder
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 status_active: ativo
status_registered: registrado
status_locked: bloqueado
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Azamat Hackimov
Translation updates and fixes...
r3496 text_select_mail_notifications: Ações a serem notificadas por e-mail
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_regexp_info: ex. ^[A-Z0-9]+$
text_min_max_length_info: 0 = sem restrição
text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos."
Azamat Hackimov
Translation updates...
r3058 text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_are_you_sure: Você tem certeza?
Azamat Hackimov
Rename task to issue in calendar (#6563)...
r4124 text_tip_issue_begin_day: tarefa inicia neste dia
text_tip_issue_end_day: tarefa termina neste dia
text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_caracters_maximum: "máximo %{count} caracteres"
text_caracters_minimum: "deve ter ao menos %{count} caracteres."
text_length_between: "deve ter entre %{min} e %{max} caracteres."
Jean-Philippe Lang
pt-BR update....
r2515 text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_unallowed_characters: Caracteres não permitidos
text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
Azamat Hackimov
Translation updates and fixes...
r3496 text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_issue_added: "Tarefa %{id} incluída (por %{author})."
text_issue_updated: "Tarefa %{id} alterada (por %{author})."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_issue_category_destroy_assignments: Remover atribuições da categoria
Azamat Hackimov
localization updates...
r2471 text_issue_category_reassign_to: Redefinir tarefas para esta categoria
Azamat Hackimov
Translation updates...
r3058 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ê)"
Jean-Philippe Lang
pt-BR update....
r2515 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."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_load_default_configuration: Carregar a configuração padrão
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_status_changed_by_changeset: "Aplicado no changeset %{value}."
Azamat Hackimov
localization updates...
r2471 text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
text_default_administrator_account_changed: Conta padrão do administrador alterada
text_file_repository_writable: Repositório com permissão de escrita
text_rmagick_available: RMagick disponível (opcional)
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_destroy_time_entries: Excluir horas de trabalho
text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
Azamat Hackimov
localization updates...
r2471 text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_user_wrote: "%{value} escreveu:"
text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
Jean-Philippe Lang
Adds an application configuration file: config/configuration.yml (#7408)....
r4632 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."
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_role_manager: Gerente
Eric Davis
Rename code and locale typo: Developper. #5751...
r3706 default_role_developer: Desenvolvedor
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_role_reporter: Informante
Azamat Hackimov
Translation updates and fixes...
r3496 default_tracker_bug: Defeito
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_tracker_feature: Funcionalidade
default_tracker_support: Suporte
Azamat Hackimov
localization updates...
r2471 default_issue_status_new: Nova
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 default_issue_status_in_progress: Em andamento
Azamat Hackimov
localization updates...
r2471 default_issue_status_resolved: Resolvida
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_issue_status_feedback: Feedback
Azamat Hackimov
localization updates...
r2471 default_issue_status_closed: Fechada
default_issue_status_rejected: Rejeitada
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_doc_category_user: Documentação do usuário
default_doc_category_tech: Documentação técnica
Azamat Hackimov
localization updates...
r2471 default_priority_low: Baixa
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_priority_normal: Normal
Azamat Hackimov
localization updates...
r2471 default_priority_high: Alta
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_priority_urgent: Urgente
Azamat Hackimov
localization updates...
r2471 default_priority_immediate: Imediata
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 default_activity_design: Design
default_activity_development: Desenvolvimento
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 enumeration_issue_priorities: Prioridade das tarefas
enumeration_doc_categories: Categorias de documento
Jean-Philippe Lang
Translations updates....
r4896 enumeration_activities: Atividades (registro de horas)
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 notice_unable_delete_version: Não foi possível excluir a versão
label_renamed: renomeado
label_copied: copiado
Azamat Hackimov
Translation updates and fixes...
r3496 setting_plain_text_mail: Usar mensagem sem formatação HTML
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 permission_view_files: Ver arquivos
Azamat Hackimov
localization updates...
r2471 permission_edit_issues: Editar tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_edit_own_time_entries: Editar o próprio tempo de trabalho
permission_manage_public_queries: Gerenciar consultas publicas
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 permission_add_issues: Adicionar tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_log_time: Adicionar tempo gasto
permission_view_changesets: Ver changesets
permission_view_time_entries: Ver tempo gasto
permission_manage_versions: Gerenciar versões
permission_manage_wiki: Gerenciar wiki
Azamat Hackimov
localization updates...
r2471 permission_manage_categories: Gerenciar categorias de tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_protect_wiki_pages: Proteger páginas wiki
permission_comment_news: Comentar notícias
permission_delete_messages: Excluir mensagens
permission_select_project_modules: Selecionar módulos de projeto
permission_manage_documents: Gerenciar documentos
permission_edit_wiki_pages: Editar páginas wiki
Azamat Hackimov
Translation updates...
r3058 permission_add_issue_watchers: Adicionar observadores
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_view_gantt: Ver gráfico gantt
Azamat Hackimov
localization updates...
r2471 permission_move_issues: Mover tarefas
permission_manage_issue_relations: Gerenciar relacionamentos de tarefas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_delete_wiki_pages: Excluir páginas wiki
permission_manage_boards: Gerenciar fóruns
permission_delete_wiki_pages_attachments: Excluir anexos
permission_view_wiki_edits: Ver histórico do wiki
permission_add_messages: Postar mensagens
permission_view_messages: Ver mensagens
permission_manage_files: Gerenciar arquivos
permission_edit_issue_notes: Editar notas
permission_manage_news: Gerenciar notícias
Jean-Philippe Lang
pt-BR update....
r2515 permission_view_calendar: Ver calendário
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_manage_members: Gerenciar membros
permission_edit_messages: Editar mensagens
Azamat Hackimov
localization updates...
r2471 permission_delete_issues: Excluir tarefas
Azamat Hackimov
Translation updates...
r3058 permission_view_issue_watchers: Ver lista de observadores
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_manage_repository: Gerenciar repositório
permission_commit_access: Acesso de commit
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 permission_browse_repository: Pesquisar repositório
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_view_documents: Ver documentos
permission_edit_project: Editar projeto
permission_add_issue_notes: Adicionar notas
permission_save_queries: Salvar consultas
permission_view_wiki_pages: Ver wiki
permission_rename_wiki_pages: Renomear páginas wiki
permission_edit_time_entries: Editar tempo gasto
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 permission_edit_own_issue_notes: Editar suas próprias notas
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 setting_gravatar_enabled: Usar ícones do Gravatar
label_example: Exemplo
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 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."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 permission_edit_own_messages: Editar próprias mensagens
permission_delete_own_messages: Excluir próprias mensagens
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_user_activity: "Atividade de %{value}"
label_updated_time_by: "Atualizado por %{author} %{age}"
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
text_plugin_assets_writable: Diretório de plugins gravável
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 button_create_and_continue: Criar e continuar
text_custom_field_possible_values_info: 'Uma linha para cada valor'
label_display: Exibição
field_editable: Editável
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
setting_file_max_size_displayed: Tamanho máximo dos arquivos textos exibidos inline
Azamat Hackimov
Translation updates...
r3058 field_identity_urler: Observador
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 setting_openid: Permitir Login e Registro via OpenID
Jean-Philippe Lang
Adding more missing strings....
r2445 field_identity_url: OpenID URL
Azamat Hackimov
New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802)...
r2448 label_login_with_open_id_option: ou use o OpenID
Azamat Hackimov
fast translation update (#2969, #2978, #2989, #2994, #2999, #3006)...
r2537 field_content: Conteúdo
label_descending: Descendente
label_sort: Ordenar
label_ascending: Ascendente
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_date_from_to: De %{start} até %{end}
Azamat Hackimov
Fixing bug #3009, trivial updates of locales...
r2538 label_greater_or_equal: ">="
label_less_or_equal: <=
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer?
Jean-Philippe Lang
Translations updates....
r2653 text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
setting_password_min_length: Comprimento mínimo para senhas
field_group_by: Agrupar por
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada"
Jean-Philippe Lang
Translations updates....
r2656 label_wiki_content_added: Página wiki adicionada
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada"
mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}.
Jean-Philippe Lang
Translations updates....
r2656 label_wiki_content_updated: Página wiki atualizada
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}.
Jean-Philippe Lang
Translations updates....
r2656 permission_add_project: Criar projeto
Azamat Hackimov
Translation updates and fixes...
r3496 setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
Azamat Hackimov
Translations updates:...
r2741 label_view_all_revisions: Ver todas as revisões
label_tag: Etiqueta
label_branch: Ramo
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_journal_changed: "%{label} alterado de %{old} para %{new}"
text_journal_set_to: "%{label} ajustado para %{value}"
text_journal_deleted: "%{label} excluído (%{old})"
Azamat Hackimov
Translation updates...
r2787 label_group_plural: Grupos
label_group: Grupo
label_group_new: Novo grupo
label_time_entry_plural: Tempos gastos
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 text_journal_added: "%{label} %{value} adicionado"
Jean-Philippe Lang
Translation updates (closes #4102, #4108, #4118)....
r2879 field_active: Ativo
enumeration_system_activity: Atividade do sistema
Azamat Hackimov
Locales update...
r2928 permission_delete_issue_watchers: Excluir observadores
version_status_closed: fechado
version_status_locked: travado
version_status_open: aberto
error_can_not_reopen_issue_on_closed_version: Uma tarefa atribuída a uma versão fechada não pode ser reaberta
label_user_anonymous: Anônimo
Azamat Hackimov
Translation updates:...
r2956 button_move_and_follow: Mover e seguir
setting_default_projects_modules: Módulos habilitados por padrão para novos projetos
Azamat Hackimov
Translation updates and fixes...
r3496 setting_gravatar_default: Imagem-padrão de Gravatar
Azamat Hackimov
Translation updates...
r3058 field_sharing: Compartilhamento
label_version_sharing_hierarchy: Com a hierarquia do projeto
label_version_sharing_system: Com todos os projetos
label_version_sharing_descendants: Com sub-projetos
label_version_sharing_tree: Com a árvore do projeto
label_version_sharing_none: Sem compartilhamento
error_can_not_archive_project: Este projeto não pode ser arquivado
Azamat Hackimov
Translation updates and fixes...
r3496 button_duplicate: Duplicar
Azamat Hackimov
Translation updates...
r3058 button_copy_and_follow: Copiar e seguir
label_copy_source: Origem
setting_issue_done_ratio: Calcular o percentual de conclusão da tarefa
setting_issue_done_ratio_issue_status: Usar a situação da tarefa
error_issue_done_ratios_not_updated: O pecentual de conclusão das tarefas não foi atualizado.
error_workflow_copy_target: Por favor, selecione os tipos de tarefa e os papéis alvo
Jean-Philippe Lang
Locales update....
r3041 setting_issue_done_ratio_issue_field: Use the issue field
Azamat Hackimov
Translation updates...
r3058 label_copy_same_as_target: Mesmo alvo
label_copy_target: Alvo
notice_issue_done_ratios_updated: Percentual de conslusão atualizados.
error_workflow_copy_source: Por favor, selecione um tipo de tarefa e papel de origem
label_update_issue_done_ratios: Atualizar percentual de conclusão das tarefas
setting_start_of_week: Início da semana
Azamat Hackimov
One missing string (#4380)...
r3059 field_watcher: Observador
Jean-Philippe Lang
Translation updates....
r3114 permission_view_issues: Ver tarefas
label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_revision_id: Revisão %{value}
Jean-Philippe Lang
Translation updates....
r3114 label_api_access_key: Chave de acesso a API
button_show: Exibir
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás
Jean-Philippe Lang
Translation updates....
r3114 label_feeds_access_key: Chave de acesso ao RSS
notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
Azamat Hackimov
Translation updates and fixes...
r3496 setting_rest_api_enabled: Habilitar REST web service
Jean-Philippe Lang
Translation updates....
r3114 label_missing_api_access_key: Chave de acesso a API faltando
label_missing_feeds_access_key: Chave de acesso ao RSS faltando
Azamat Hackimov
Translation updates...
r3239 text_line_separated: Múltiplos valores permitidos (uma linha para cada valor).
setting_mail_handler_body_delimiters: Truncar e-mails após uma destas linhas
permission_add_subprojects: Criar subprojetos
label_subproject_new: Novo subprojeto
Jean-Philippe Lang
Ask for confirmation when a non-admin users tries to remove himself from a project (#4402)....
r3135 text_own_membership_delete_confirmation: |-
Azamat Hackimov
Translation updates and new Mongolian language (#5237)...
r3512 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.
Azamat Hackimov
Translation updates...
r3239 Você tem certeza que deseja continuar?
label_close_versions: Fechar versões concluídas
label_board_sticky: Marcado
label_board_locked: Travado
label_change_log: Registro de alterações
Azamat Hackimov
Translation updates...
r3285 permission_export_wiki_pages: Exportar páginas wiki
setting_cache_formatted_text: Realizar cache de texto formatado
permission_manage_project_activities: Gerenciar atividades do projeto
Azamat Hackimov
Translation updates...
r4066 error_unable_delete_issue_status: Não foi possível excluir situação da tarefa
Jean-Philippe Lang
Translations updates....
r3461 label_profile: Perfil
Azamat Hackimov
Translation updates and new Mongolian language (#5237)...
r3512 permission_manage_subtasks: Gerenciar subtarefas
field_parent_issue: Tarefa pai
label_subtask_plural: Subtarefas
label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
Azamat Hackimov
Translation updates:...
r3515 error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 error_unable_to_connect: Não foi possível conectar (%{value})
Azamat Hackimov
Translation updates:...
r3515 error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
Azamat Hackimov
Translation sync...
r3637 field_principal: Principal
Azamat Hackimov
Locales update...
r3648 label_my_page_block: Meu bloco de página
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}."
Azamat Hackimov
Locales update...
r3648 text_zoom_out: Afastar zoom
text_zoom_in: Aproximar zoom
Azamat Hackimov
Translation updates...
r3733 notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
label_overall_spent_time: Tempo gasto geral
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8594)....
r5948 field_time_entries: Registro de horas
Azamat Hackimov
Adding missed new strings for #6153:...
r3922 project_module_gantt: Gantt
Azamat Hackimov
Translation updates...
r4066 project_module_calendar: Calendário
Jean-Philippe Lang
Converts translations to the new i18n interpolation format (#6495)....
r4404 button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}"
Azamat Hackimov
Translation updates...
r4066 text_are_you_sure_with_children: Excluir a tarefa e suas subtarefas?
field_text: Campo de texto
Azamat Hackimov
Translation updates...
r4123 label_user_mail_option_only_owner: Somente para as coisas que eu criei
setting_default_notification_option: Opção padrão de notificação
label_user_mail_option_only_my_events: Somente para as coisas que eu esteja observando ou esteja envolvido
label_user_mail_option_only_assigned: Somente para as coisas que estejam atribuídas a mim
Jean-Philippe Lang
Translations updates....
r4896 label_user_mail_option_none: Sem eventos
field_member_of_group: Grupo do responsável
field_assigned_to_role: Papel do responsável
notice_not_authorized_archived_project: O projeto que você está tentando acessar foi arquivado.
label_principal_search: "Pesquisar por usuários ou grupos:"
label_user_search: "Pesquisar por usuário:"
field_visible: Visível
setting_emails_header: Cabeçalho do e-mail
setting_commit_logtime_activity_id: Atividade para registrar horas
text_time_logged_by_changeset: Aplicado no changeset %{value}.
setting_commit_logtime_enabled: Habilitar registro de horas
notice_gantt_chart_truncated: O gráfico foi cortado por exceder o tamanho máximo de linhas que podem ser exibidas (%{max})
setting_gantt_items_limit: Número máximo de itens exibidos no gráfico gatt
Toshi MARUYAMA
fix grammatical error of field_warn_on_leaving_unsaved in pt-BR.yml (#9161)....
r6795 field_warn_on_leaving_unsaved: Alertar-me ao sair de uma página sem salvar o texto
Jean-Philippe Lang
Translations updates....
r4896 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.
label_my_queries: Minhas consultas personalizadas
text_journal_changed_no_detail: "%{label} atualizado(a)"
label_news_comment_added: Notícia recebeu um comentário
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8591)....
r5943 button_expand_all: Expandir tudo
button_collapse_all: Recolher tudo
Toshi MARUYAMA
pt-BR translation update by Enderson Maia (#8591, #8594)....
r5976 label_additional_workflow_transitions_for_assignee: Transições adicionais permitidas quando o usuário é o responsável pela tarefa
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8591)....
r5943 label_additional_workflow_transitions_for_author: Transições adicionais permitidas quando o usuário é o autor
Toshi MARUYAMA
pt-BR translation update by Enderson Maia (#8591)....
r5942
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8594)....
r5948 label_bulk_edit_selected_time_entries: Alteração em massa do registro de horas
text_time_entries_destroy_confirmation: Tem certeza que quer excluir o(s) registro(s) de horas selecionado(s)?
label_role_anonymous: Anônimo
label_role_non_member: Não Membro
label_issues_visibility_own: Tarefas criadas ou atribuídas ao usuário
field_issues_visibility: Visibilidade das tarefas
label_issues_visibility_all: Todas as tarefas
permission_set_own_issues_private: Alterar as próprias tarefas para públicas ou privadas
field_is_private: Privado
permission_set_issues_private: Alterar tarefas para públicas ou privadas
label_issues_visibility_public: Todas as tarefas não privadas
text_issues_destroy_descendants_confirmation: Isto também irá excluir %{count} subtarefa(s).
Toshi MARUYAMA
scm: change locale key name "setting_commit_logs_encoding" to "field_commit_logs_encoding" (#1735)....
r5397 field_commit_logs_encoding: Codificação das mensagens de commit
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8591)....
r5943 field_scm_path_encoding: Codificação do caminho
text_scm_path_encoding_note: "Padrão: UTF-8"
Toshi MARUYAMA
translate field_path_to_repository in pt-BR.yml (#8591)....
r5944 field_path_to_repository: Caminho para o repositório
Toshi MARUYAMA
pt-BR translation update by Enderson Maia (#8591)....
r5942 field_root_directory: Diretório raiz
field_cvs_module: Módulo
Toshi MARUYAMA
scm: cvs: update locales for 'CVSROOT' and 'Module' setting....
r5417 field_cvsroot: CVSROOT
Toshi MARUYAMA
Ruby 1.9: fix parsing error of pt-BR.yml with psych yaml library (#8847)....
r6530 text_mercurial_repository_note: "Repositório local (ex.: /hgrepo, c:\\hgrepo)"
Toshi MARUYAMA
pt-BR translation update by Rodrigo Rosenfeld Rosas (#8594)....
r5948 text_scm_command: Comando
text_scm_command_version: Versão
label_git_report_last_commit: Relatar última alteração para arquivos e diretórios
text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo.
text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração.
Jean-Philippe Lang
Adds issue id link in the issue creation flash message (#3033)....
r6090 notice_issue_successful_create: Issue %{id} created.
Jean-Philippe Lang
Adds "between" operator for numeric filters (#6180)....
r6097 label_between: between
Jean-Philippe Lang
Ability to assign issues to groups (#2964)....
r6186 setting_issue_group_assignment: Allow issue assignment to groups
Toshi MARUYAMA
update i18n text "label_diff" (#9043)....
r6303 label_diff: diff
Toshi MARUYAMA
regenerate i18n text "text_git_repository_note" (#9129)....
r6520 text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
Toshi MARUYAMA
pt-BR translation updated by Enderson Maia (#9874)...
r8271
Toshi MARUYAMA
[#9489] update i18n yamls...
r7577 description_query_sort_criteria_direction: Sort direction
Toshi MARUYAMA
pt-BR translation updated by Enderson Maia (#9874)...
r8271 description_project_scope: Escopo da pesquisa
description_filter: Filtro
description_user_mail_notification: Configuração de notificações por e-mail
description_date_from: Digita a data inicial
description_message_content: Conteúdo da mensagem
description_available_columns: Colunas disponíveis
description_date_range_interval: Escolha um período selecionando a data de início e fim
description_issue_category_reassign: Escolha uma categoria de tarefas
Toshi MARUYAMA
[#9489] update i18n yamls...
r7577 description_search: Searchfield
Toshi MARUYAMA
pt-BR translation updated by Enderson Maia (#9874)...
r8271 description_notes: Notas
description_date_range_list: Escolha um período a partira da lista
description_choose_project: Projetos
description_date_to: Digite a data final
Toshi MARUYAMA
[#9489] update i18n yamls...
r7577 description_query_sort_criteria_attribute: Sort attribute
Toshi MARUYAMA
pt-BR translation updated by Enderson Maia (#9874)...
r8271 description_wiki_subpages_reassign: Escolha uma nova página pai
description_selected_columns: Colunas selecionadas
Toshi MARUYAMA
scm: update translations of parent and child revision (#5501)...
r7603 label_parent_revision: Parent
label_child_revision: Child
Toshi MARUYAMA
update i18n locale yamls (#9484)...
r7609 error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
Etienne Massip
Added pt-BR translation for #2269....
r7774 setting_default_issue_start_date_to_creation_date: Usar data corrente como data inicial para novas tarefas
Jean-Philippe Lang
Wiki: allows single section edit (#2222)....
r7709 button_edit_section: Edit this section
Toshi MARUYAMA
attachment: move repositories encodings setting to the general tab and update the label (#2371)...
r7749 setting_repositories_encodings: Attachments and repositories encodings
Jean-Philippe Lang
Adds a dialog box for CSV export options (#4742)....
r7754 description_all_columns: All Columns
button_export: Export
label_export_options: "%{export_format} export options"
Jean-Philippe Lang
Check attachment size when the user selects a file (#9667)....
r7806 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
Jean-Philippe Lang
Additional tests for TimelogController and added missing i18n string....
r8143 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
Jean-Philippe Lang
Adds total number of issues for each version on the roadmap....
r8509 label_x_issues:
zero: 0 tarefa
one: 1 tarefa
other: "%{count} tarefas"
Jean-Philippe Lang
Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779)....
r8528 label_repository_new: New repository
Toshi MARUYAMA
generate i18n "field_repository_is_default" key (#779)...
r8551 field_repository_is_default: Main repository
Jean-Philippe Lang
Adds an option of the copy form to enable/disable attachments copy (#3055)....
r8557 label_copy_attachments: Copy attachments
Jean-Philippe Lang
Localized string for issue position in results....
r8560 label_item_position: "%{position}/%{count}"
Jean-Philippe Lang
Provide a direct access to completed versions form the roadmap....
r8579 label_completed_versions: Completed versions
Toshi MARUYAMA
replace i18n "text_project_identifier_info" (#1363)...
r8590 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
Jean-Philippe Lang
Locales update....
r8607 field_multiple: Multiple values
Jean-Philippe Lang
Adds a setting that allows to reference/fix issues of all projects (#3087)....
r8630 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
Jean-Philippe Lang
Better handling of issue update conflicts (#8691)....
r8654 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
Jean-Philippe Lang
Adds a "Manage related isses" permission to add/remove commits/issues relations manually from the changeset view (#2009)....
r8657 permission_manage_related_issues: Manage related issues
Jean-Philippe Lang
Adds an optional LDAP filter (#1060)....
r8924 field_ldap_filter: LDAP filter
Toshi MARUYAMA
generate i18n "label_search_for_watchers" key (#5159)...
r9173 label_search_for_watchers: Search for watchers to add
Jean-Philippe Lang
Adds new strings to locales....
r9287 notice_account_deleted: Your account has been permanently deleted.
Jean-Philippe Lang
Replaced "Allow users to unsubscribe" with "Allow users to delete their own account" (#10787)....
r9471 setting_unsubscribe: Allow users to delete their own account
Jean-Philippe Lang
Adds new strings to locales....
r9287 button_delete_my_account: Delete my account
text_account_destroy_confirmation: |-
Are you sure you want to proceed?
Your account will be permanently deleted, with no way to reactivate it.
Jean-Philippe Lang
Configurable session lifetime and timeout (#6597)....
r9614 error_session_expired: Your session has expired. Please login again.
text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
setting_session_lifetime: Session maximum lifetime
setting_session_timeout: Session inactivity timeout
label_session_expiration: Session expiration
Jean-Philippe Lang
Fills locales (#3640)....
r9701 permission_close_project: Close / reopen the project
label_show_closed_projects: View closed projects
button_close: Close
button_reopen: Reopen
project_status_active: active
project_status_closed: closed
project_status_archived: archived
text_project_closed: This project is closed and read-only.
Jean-Philippe Lang
More specific flash message when creating a user account....
r9715 notice_user_successful_create: User %{id} created.
Toshi MARUYAMA
generate translation files (#1091)...
r9731 field_core_fields: Standard fields
Jean-Philippe Lang
Fills locales (#8978)....
r9749 field_timeout: Timeout (in seconds)
Jean-Philippe Lang
Fills locales (#1006)....
r9751 setting_thumbnails_enabled: Display attachment thumbnails
setting_thumbnails_size: Thumbnails size (in pixels)
Jean-Philippe Lang
Fills locales (#703, #3521)....
r9797 label_status_transitions: Status transitions
label_fields_permissions: Fields permissions
label_readonly: Read-only
label_required: Required