Skip to content
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

Added translation for pt_BR #1587

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions resources/locales/pt_BR/cake.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: CakePHP 4.4.17\n"
"POT-Creation-Date: 2023-10-09 09:40+0200\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ./src/Template/Error/error400.php:36
#: ./src/Template/Error/error500.php:40
#: ./src/Template/Errors/error400.php:18
#: ./src/Template/Errors/error500.php:18
msgid "Error"
msgstr "Erro"

#: ./src/Template/Error/error400.php:37
#: ./src/Template/Errors/error400.php:20
msgid "The requested address {0} was not found on this server."
msgstr "O endereço requisitado {0} não foi encontrado nesse servidor."

#: ./src/Template/Error/error500.php:38
msgid "An Internal Error Has Occurred"
msgstr "Ocorreu um erro interno."

#: ./src/Template/Errors/error500.php:19
msgid "An Internal Error Has Occurred."
msgstr "Ocorreu um erro interno."

20 changes: 20 additions & 0 deletions resources/locales/pt_BR/cake_dev.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2022-10-04 09:53+0200\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ./src/itnovum/openITCOCKPIT/Core/Security/CSRF.php:176
msgid "The request has been black-holed"
msgstr "Sua requisição foi para o buraco negro"

Loading