mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-25 15:01:16 +02:00
Merge pull request #377 from carlos-teles/add_pt_br_translation
Changes for adding pt-BR.yaml translation
This commit is contained in:
@@ -13,7 +13,7 @@ class TranslationFactory
|
||||
{
|
||||
/** @const Available translation languages */
|
||||
protected const LANGUAGES = [
|
||||
'de', 'en', 'es', 'fr', 'id', 'it', 'kr', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW'
|
||||
'de', 'en', 'es', 'fr', 'id', 'it', 'kr', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW', 'pt-BR'
|
||||
];
|
||||
|
||||
/** @var Container The applicaiton container */
|
||||
|
19
app/translations/pt-BR.yaml
Normal file
19
app/translations/pt-BR.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
home: Início
|
||||
download: Baixar este Diretório
|
||||
search: Busca
|
||||
file:
|
||||
name: Nome do arquivo
|
||||
size: Tamanho
|
||||
date: Data
|
||||
info: Informação do arquivo
|
||||
powered_by: Desenvolvido por
|
||||
scroll_to_top: Voltar ao início
|
||||
|
||||
error:
|
||||
directory_not_found: Diretório não existe
|
||||
file_not_found: Arquivo não encontrado
|
||||
file_size_exceeded: Tamanho do arquivo muito grande
|
||||
no_results_found: Nenhum resultado encontrado
|
||||
unexpected: Ocorreu um erro inesperado
|
||||
|
||||
enable_debugging: Habilitar depuração para obter informações adicionais
|
Reference in New Issue
Block a user