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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/l10n/pt_BR.js6
-rw-r--r--core/l10n/pt_BR.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 2f064a47377..c5a900b0f19 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -165,6 +165,12 @@ OC.L10N.register(
"Forgot password?" : "Esqueceu a senha?",
"Log in with a device" : "Logar-se com um dispositivo",
"Back" : "Voltar",
+ "No results for {query}" : "Sem resultados para {query}",
+ "Start typing to search" : "Comece a digitar para pesquisar",
+ "Loading more results …" : "Carregando mais resultados...",
+ "Load more results" : "Carregar mais resultados",
+ "_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"],
+ "Search {types} …" : "Pesquisar {types}…",
"Settings" : "Configurações",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Search contacts …" : "Procurar contatos...",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 5a540fb572f..d665140eafe 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -163,6 +163,12 @@
"Forgot password?" : "Esqueceu a senha?",
"Log in with a device" : "Logar-se com um dispositivo",
"Back" : "Voltar",
+ "No results for {query}" : "Sem resultados para {query}",
+ "Start typing to search" : "Comece a digitar para pesquisar",
+ "Loading more results …" : "Carregando mais resultados...",
+ "Load more results" : "Carregar mais resultados",
+ "_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"],
+ "Search {types} …" : "Pesquisar {types}…",
"Settings" : "Configurações",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Search contacts …" : "Procurar contatos...",