Skip to content

Add Portuguese Brazil Language #914

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thalesbarbosab
Copy link
Contributor

No description provided.

#: django_celery_beat/admin.py:97
#, python-format
msgid "Unable to parse JSON: %s"
msgstr "Não foi possível analisar JASON: %s"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "Não foi possível analisar JASON: %s"
msgstr "Não foi possível analisar JSON: %s"

Comment on lines +76 to +79
#, fuzzy, python-brace-format
#| msgid "task \"{0}\" not found"
msgid "task \"{not_found_task_name}\" not found"
msgstr "tarefa \"{0}\" não encontrada"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#, fuzzy, python-brace-format
#| msgid "task \"{0}\" not found"
msgid "task \"{not_found_task_name}\" not found"
msgstr "tarefa \"{0}\" não encontrada"
#, python-brace-format
msgid "task \"{not_found_task_name}\" not found"
msgstr "tarefa \"{not_found_task_name}\" não encontrada"


#: django_celery_beat/admin.py:284
msgid "Periodic Tasks Using This Schedule"
msgstr "Tarefas Periódicas usando este Programado"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "Tarefas Periódicas usando este Programado"
msgstr "Tarefas Periódicas usando este Agendamento"

Comment on lines +276 to +278
#, fuzzy
#| msgid ""
#| "Cron Days Of The Week to Run. Use \"*\" for \"all\". (Example: \"0,5\")"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#, fuzzy
#| msgid ""
#| "Cron Days Of The Week to Run. Use \"*\" for \"all\". (Example: \"0,5\")"

Comment on lines +302 to +304
#, fuzzy
#| msgid ""
#| "Cron Months Of The Year to Run. Use \"*\" for \"all\". (Example: \"0,6\")"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#, fuzzy
#| msgid ""
#| "Cron Months Of The Year to Run. Use \"*\" for \"all\". (Example: \"0,6\")"

#: django_celery_beat/models.py:306
msgid "Timezone to Run the Cron Schedule on. Default is UTC."
msgstr ""
"Fuso horário para executar o Agendamento Cron. Padrão é TUC."
Copy link

@araggohnxd araggohnxd Jul 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand that the direct translation of UTC would be "Tempo Universal Coordenado", which technically can be abbreviated with TUC. However, UTC feels more commonplace, and is expected to cause the least astonishment when read by the final user.

Suggested change
"Fuso horário para executar o Agendamento Cron. Padrão é TUC."
"Fuso horário para executar o Agendamento Cron. Padrão é UTC."


#: django_celery_beat/models.py:445
msgid "JSON encoded positional arguments (Example: [\"arg1\", \"arg2\"])"
msgstr "Argumentos posicionais codificados em JASON (Exemplo: [\"arg1\", \"arg2\"])"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "Argumentos posicionais codificados em JASON (Exemplo: [\"arg1\", \"arg2\"])"
msgstr "Argumentos posicionais codificados em JSON (Exemplo: [\"arg1\", \"arg2\"])"

#: django_celery_beat/models.py:452
msgid "JSON encoded keyword arguments (Example: {\"argument\": \"value\"})"
msgstr ""
"Argumentos de palavra-chave codificados em JASON (Exemplo: {\"argument\": \"valor\"})"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Argumentos de palavra-chave codificados em JASON (Exemplo: {\"argument\": \"valor\"})"
"Argumentos de palavra-chave codificados em JSON (Exemplo: {\"argument\": \"valor\"})"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants