-
Notifications
You must be signed in to change notification settings - Fork 465
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
base: main
Are you sure you want to change the base?
Conversation
#: django_celery_beat/admin.py:97 | ||
#, python-format | ||
msgid "Unable to parse JSON: %s" | ||
msgstr "Não foi possível analisar JASON: %s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Não foi possível analisar JASON: %s" | |
msgstr "Não foi possível analisar JSON: %s" |
#, fuzzy, python-brace-format | ||
#| msgid "task \"{0}\" not found" | ||
msgid "task \"{not_found_task_name}\" not found" | ||
msgstr "tarefa \"{0}\" não encontrada" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#, 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Tarefas Periódicas usando este Programado" | |
msgstr "Tarefas Periódicas usando este Agendamento" |
#, fuzzy | ||
#| msgid "" | ||
#| "Cron Days Of The Week to Run. Use \"*\" for \"all\". (Example: \"0,5\")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#, fuzzy | |
#| msgid "" | |
#| "Cron Days Of The Week to Run. Use \"*\" for \"all\". (Example: \"0,5\")" |
#, fuzzy | ||
#| msgid "" | ||
#| "Cron Months Of The Year to Run. Use \"*\" for \"all\". (Example: \"0,6\")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#, 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." |
There was a problem hiding this comment.
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.
"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\"])" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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\"})" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Argumentos de palavra-chave codificados em JASON (Exemplo: {\"argument\": \"valor\"})" | |
"Argumentos de palavra-chave codificados em JSON (Exemplo: {\"argument\": \"valor\"})" |
No description provided.