From 0a4dc87f0fc1f2104fee75a3cad3e2e9d26f9df1 Mon Sep 17 00:00:00 2001 From: Ciro Mota <57502603+ciro-mota@users.noreply.github.com> Date: Wed, 7 Jan 2026 05:01:19 -0300 Subject: feat(i18n): Added missing translations and fix others (#8411) * feat(i18n): Added missing translations and fix others * feat(i18n): Fix #8401 proposed * IGNORE * make fix-all * feat(i18n): Fix missing TODO * make fix-all --------- Co-authored-by: Alexandre Alapetite --- app/i18n/pt-BR/api.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/i18n/pt-BR/api.php') diff --git a/app/i18n/pt-BR/api.php b/app/i18n/pt-BR/api.php index 0021dfa98..da54e4152 100644 --- a/app/i18n/pt-BR/api.php +++ b/app/i18n/pt-BR/api.php @@ -12,22 +12,22 @@ return array( 'information' => array( - 'address' => 'Your API address:', // TODO + 'address' => 'Seu endereço de API:', 'output' => array( - 'encoding-support' => '⚠️ WARN: no %2F support, some clients might not work!', // TODO - 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO - 'pass' => '✔️ PASS', // TODO - 'unknown-error' => '❌ ', // TODO + 'encoding-support' => '⚠️ WARN: Sem suporte para %2F, alguns clientes podem não funcionar!', + 'invalid-configuration' => '⚠️ WARN: URL base provavelmente inválida em ./data/config.php', + 'pass' => '✔️ Sucesso', + 'unknown-error' => '❌ ', // IGNORE ), 'test' => array( - 'fever' => 'Fever API configuration test:', // TODO - 'greader' => 'Google Reader API configuration test:', // TODO + 'fever' => 'Teste de configuração da API Fever:', + 'greader' => 'Teste de configuração da API do Google Reader:', ), 'title' => array( - '_' => 'FreshRSS API endpoints', // TODO - 'extension' => 'API for extensions', // TODO - 'fever' => 'Fever compatible API', // TODO - 'greader' => 'Google Reader compatible API', // TODO + '_' => 'Endpoints da API do FreshRSS', + 'extension' => 'API para extensões', + 'fever' => 'API compatível com Fever', + 'greader' => 'API compatível com Google Reader', ), ), ); -- cgit v1.2.3