Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7841d786cbcbd4559fb55a5939740da3df004a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "a procura encontrou {total} resultados em {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "a pesquisa em {title} por \"{search}\" retornou {total} resultados em {time} ms ",
    "Search" : "Pesquisar",
    "Index not found" : "Índice não encontrado",
    "Process timed out" : "Tempo esgotado",
    "Full Text Search" : "Pesquisa por Texto Completo",
    "Full text search" : "Pesquisa por texto completo",
    "Core of the full-text search framework for Nextcloud" : "Núcleo da estrutura de pesquisa de texto completo para Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Aplicativo principal da estrutura de pesquisa de texto completo para Nextcloud.",
    "Search on %s" : "Pesquisar em %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Verifique o wiki para documentação relacionada com a instalação e configuração da pesquisa de texto completo dentro do seu Nextcloud.",
    "General" : "Geral",
    "Search Platform" : "Plataforma de Pesquisa",
    "Select the app to index content and answer search queries." : "Selecione o aplicativo para indexar conteúdo e responder a consultas de pesquisa.",
    "Navigation Icon" : "Ícone de Navegação",
    "Enable global search within all your content." : "Ativar a pesquisa global em todo o seu conteúdo.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "a procura em {title} por '{search}' encontrou {total} resultados em {time} ms"
},
"nplurals=2; plural=(n > 1);");