Skip to content

Add Portuguese Brazil Language#914

Open
thalesbarbosab wants to merge 1 commit into
celery:mainfrom
thalesbarbosab:main
Open

Add Portuguese Brazil Language#914
thalesbarbosab wants to merge 1 commit into
celery:mainfrom
thalesbarbosab:main

Conversation

@thalesbarbosab

Copy link
Copy Markdown
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"

Copy link
Copy Markdown

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"

Copy link
Copy Markdown

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"

Copy link
Copy Markdown

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\")"

Copy link
Copy Markdown

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\")"

Copy link
Copy Markdown

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."

@araggohnxd araggohnxd Jul 11, 2025

Copy link
Copy Markdown

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\"])"

Copy link
Copy Markdown

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\"})"

Copy link
Copy Markdown

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