-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pt-br] update Portuguese translations #422
Conversation
Added Errors.php and Language.php
You must GPG-sign your work, certifying that you either wrote the work or otherwise have the right to pass it on to an open-source project. See Developer's Certificate of Origin. This is not just a "signed-off-by" commit, but instead, a digitally signed one. See Contribution signing for details. |
Added Errors.php and Language.php files with respective translations and also completed all the missing fields listed in the translation status.
There are still missing translation items.
https://github.com/codeigniter4/translations/actions/runs/7196029115/job/19621489927?pr=422 |
And coding style error. 1) Language/pt-BR/Language.php (single_blank_line_at_eof)
---------- begin diff ----------
--- /home/runner/work/translations/translations/Language/pt-BR/Language.php
+++ /home/runner/work/translations/translations/Language/pt-BR/Language.php
@@ -12,4 +12,4 @@
// "Language" language settings
return [
'invalidMessageFormat' => 'Formato de mensagem inválido: "{0}", Argumente: "{1}"',
-];
\ No newline at end of file
+];
----------- end diff -----------
2) Language/pt-BR/HTTP.php (binary_operator_spaces)
---------- begin diff ----------
--- /home/runner/work/translations/translations/Language/pt-BR/HTTP.php
+++ /home/runner/work/translations/translations/Language/pt-BR/HTTP.php
@@ -58,9 +58,9 @@
'disallowedAction' => 'A ação que você solicitou não é permitida.',
// Uploaded file moving
- 'alreadyMoved' => 'O arquivo enviado já foi movido.',
- 'invalidFile' => 'O arquivo original não é um arquivo válido.',
- 'moveFailed' => 'Não foi possível mover o arquivo {0} para {1} ({2})',
+ 'alreadyMoved' => 'O arquivo enviado já foi movido.',
+ 'invalidFile' => 'O arquivo original não é um arquivo válido.',
+ 'moveFailed' => 'Não foi possível mover o arquivo {0} para {1} ({2})',
'uploadErrOk' => 'O upload do arquivo foi realizado com sucesso.',
'uploadErrIniSize' => 'O arquivo "%s" excede a diretiva ini upload_max_filesize.',
'uploadErrFormSize' => 'O arquivo "%s" excede o limite de upload definido em seu formulário.',
----------- end diff ----------- https://github.com/codeigniter4/translations/actions/runs/7196029120/job/19621585051?pr=422 |
Run the following command to check and fix the coding style:
|
@xmacaba are you still willing to finish this PR? |
yes, I'm working on it right now.. First timer.. hehe |
Added HTTP.invalidJSON and HTTP.unsupportedJSONFormat
Added Errors.php and Language.php files with respective translations and also completed all the missing fields listed in the translation status.
Description
Explain what you have changed, and why.
Checklist: