diff options
| author | 2026-01-07 05:01:19 -0300 | |
|---|---|---|
| committer | 2026-01-07 09:01:19 +0100 | |
| commit | 0a4dc87f0fc1f2104fee75a3cad3e2e9d26f9df1 (patch) | |
| tree | e091fba1c728a253e4ddc5a5e38f13546798e4e0 /app/i18n/pt-BR/api.php | |
| parent | ff3d1e8009a81189092eb012c4861dce106ed553 (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/pt-BR/api.php')
| -rw-r--r-- | app/i18n/pt-BR/api.php | 22 |
1 files changed, 11 insertions, 11 deletions
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 <code>%2F</code> 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 <code>%2F</code>, 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', ), ), ); |
