Skip to content

Traduccion logginghandlers #2137

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

Merged
merged 23 commits into from
Oct 31, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
powrap
  • Loading branch information
cmaureir committed Oct 31, 2022
commit 6f4a6319c23e4ca0fe54eba6e6890f100691cc2c
5 changes: 3 additions & 2 deletions library/logging.handlers.po
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,9 @@ msgstr ""
#, python-format
msgid ""
"The system will save old log files by appending extensions to the filename. "
"The extensions are date-and-time based, using the strftime format ``%Y-%m-%d_"
"%H-%M-%S`` or a leading portion thereof, depending on the rollover interval."
"The extensions are date-and-time based, using the strftime format ``%Y-%m-"
"%d_%H-%M-%S`` or a leading portion thereof, depending on the rollover "
"interval."
msgstr ""
"El sistema guardará los archivos de log anteriores agregándoles extensiones "
"al nombre de archivo. Las extensiones están basadas en día-hora usando el "
Expand Down