diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:20:04 +0000 |
commit | 0fcc88424d264f99c7794d4d256a04ccdb1e0aa3 (patch) | |
tree | 01aa950f61bc62c9da21032c41d46348baaa99e8 /core/l10n/pt_BR.js | |
parent | 23177dae98e1f4d703968970d8bad3082c9078ba (diff) | |
download | nextcloud-server-0fcc88424d264f99c7794d4d256a04ccdb1e0aa3.tar.gz nextcloud-server-0fcc88424d264f99c7794d4d256a04ccdb1e0aa3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/pt_BR.js')
-rw-r--r-- | core/l10n/pt_BR.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index db837a81f7e..181a4b307dd 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -183,7 +183,27 @@ OC.L10N.register( "Install the Contacts app" : "Instalar o aplicativo Contatos", "Loading your contacts …" : "Carregando seus contatos...", "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", + "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}", + "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"], + "Forgot password?" : "Esqueceu a senha?", + "Back to login form" : "Voltar ao formulário de login", + "Back" : "Voltar", + "Login form is disabled." : "O formulário de login está desativado.", + "Edit Profile" : "Editar Perfil ", + "The headline and about sections will show up here" : "O título e as seções sobre serão exibidos aqui", + "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", "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", + "Search {types} …" : "Pesquisar {types}…", "Apps and Settings" : "Apps e Configurações", "Date" : "Data", "Today" : "Hoje", @@ -194,30 +214,11 @@ OC.L10N.register( "Search people" : "Procure pessoas", "Not found" : "Não encontrado", "People" : "Pessoas", - "Load more results" : "Carregar mais resultados", "Search in" : "Procurar em", "Searching …" : "Pesquisando...", "Start typing in search" : "Comece a digitar em 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()}", - "Forgot password?" : "Esqueceu a senha?", - "Back to login form" : "Voltar ao formulário de login", - "Back" : "Voltar", - "Login form is disabled." : "O formulário de login está desativado.", - "Edit Profile" : "Editar Perfil ", - "The headline and about sections will show up here" : "O título e as seções sobre serão exibidos aqui", - "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", - "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...", - "Search" : "Pesquisar", - "No results for {query}" : "Sem resultados para {query}", - "Press Enter to start searching" : "Pressione Enter para iniciar a pesquisa", - "An error occurred while searching for {type}" : "Ocorreu um erro ao pesquisar por {type}", - "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Digite {minSearchLength} caractere ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar","Digite {minSearchLength} caracteres ou mais para pesquisar"], "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", @@ -225,7 +226,6 @@ 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}…", "No" : "Não", "Yes" : "Sim", "Choose {file}" : "Escolher {file}", |