diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:41 +0000 |
commit | 6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364 (patch) | |
tree | ddbb6225fa992498b3ebce7133751277fbbe833e /core/l10n/pt_BR.js | |
parent | 7407afb469fab55fa4cb917c983de0b6a21aa250 (diff) | |
download | nextcloud-server-6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364.tar.gz nextcloud-server-6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364.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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 2287e68e4fb..e857f42e1b5 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -189,7 +189,7 @@ OC.L10N.register( "Global search" : "Pesquisa global", "Search apps, files, tags, messages" : "Procure por apps, arquivos, etiquetas, mensagens", "Apps and Settings" : "Apps e Configurações", - "Modified" : "Modificado", + "Date" : "Data", "Today" : "Hoje", "Last 7 days" : "Últimos 7 dias", "Last 30 days" : "Últimos 30 dias", @@ -200,6 +200,7 @@ OC.L10N.register( "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()}", @@ -433,6 +434,7 @@ OC.L10N.register( "No more subfolders in here" : "Não há mais subpastas aqui", "Name" : "Nome", "Size" : "Tamanho", + "Modified" : "Modificado", "\"{name}\" is an invalid file name." : "\"{name}\" é um nome de arquivo inválido.", "File name cannot be empty." : "O nome do arquivo não pode estar em branco.", "\"/\" is not allowed inside a file name." : "\"/\" não é permitido no nome do arquivo.", |