diff options
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index aad86960745..ca1fe76ddb7 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -106,6 +106,25 @@ OC.L10N.register( "Pick start date" : "Escolha uma data de início", "Pick end date" : "Escolha uma data de fim", "Search in date range" : "Pesquise em um intervalo de data", + "Unified search" : "Pesquisa unificada", + "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", + "Places" : "Lugares", + "Date" : "Data", + "Today" : "Hoje", + "Last 7 days" : "Últimos 7 dias", + "Last 30 days" : "Últimos 30 dias", + "This year" : "Este ano", + "Last year" : "Último ano", + "Search people" : "Procure pessoas", + "People" : "Pessoas", + "Filter in current view" : "Filtrar na visualização atual", + "Results" : "Resultados", + "Load more results" : "Carregar mais resultados", + "Search in" : "Procurar em", + "Searching …" : "Pesquisando...", + "Start typing to search" : "Comece a digitar para pesquisar", + "No matching results" : "Nenhum resultado encontrado", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Entrar", "Logging in …" : "Entrando...", "Server side authentication failed!" : "Autenticação do servidor falhou!", @@ -163,9 +182,7 @@ OC.L10N.register( "Looking for {term} …" : "Procurando por {term}…", "Search starts once you start typing and results may be reached with the arrow keys" : "A pesquisa iniciará assim que você começar a digitar e os resultados você pode navegar com as setas do teclado", "Search for {name} only" : "Pesquisar somente por {nome}", - "Start typing to search" : "Comece a digitar para pesquisar", "Loading more results …" : "Carregando mais resultados...", - "Load more results" : "Carregar mais resultados", "Search" : "Pesquisar", "No results for {query}" : "Sem resultados para {query}", "Press Enter to start searching" : "Pressione Enter para iniciar a pesquisa", @@ -181,23 +198,6 @@ OC.L10N.register( "You have not added any info yet" : "Você ainda não adicionou nenhuma informação", "{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação", "Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página", - "Unified search" : "Pesquisa unificada", - "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", - "Search {types} …" : "Pesquisar {types}…", - "Places" : "Lugares", - "Date" : "Data", - "Today" : "Hoje", - "Last 7 days" : "Últimos 7 dias", - "Last 30 days" : "Últimos 30 dias", - "This year" : "Este ano", - "Last year" : "Último ano", - "Search people" : "Procure pessoas", - "People" : "Pessoas", - "Filter in current view" : "Filtrar na visualização atual", - "Search in" : "Procurar em", - "Searching …" : "Pesquisando...", - "No matching results" : "Nenhum resultado encontrado", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Entre ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Este navegador não é compatível", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Seu navegador não é suportado. Atualize para uma versão mais recente ou compatível.", "Continue with this unsupported browser" : "Continuar com este navegador não compatível", @@ -205,6 +205,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versão {version} e superior", "Settings menu" : "Menu de configurações", "Avatar of {displayName}" : "Avatar de {displayName}", + "Search {types} …" : "Pesquisar {types}…", "Choose {file}" : "Escolher {file}", "Choose" : "Escolher", "Copy to {target}" : "Copiar para {target}", |