Skip to content

Commit

Permalink
fix inconsistencies with main after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
orndorffgrant committed Jan 9, 2024
1 parent 29cac6d commit 649ae56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
18 changes: 7 additions & 11 deletions debian/po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -1669,9 +1669,8 @@ msgid "tarball where the logs will be stored. (Defaults to ./ua_logs.tar.gz)"
msgstr "tarball onde os logs serão guardados. (Valor padrão ./ua_logs.tar.gz)"

#: ../../uaclient/messages/__init__.py:901
#, fuzzy
msgid "Show customizable configuration settings"
msgstr "Mostre as opções personalizáveis da configuração"
msgstr "Mostra opções personalizáveis da configuração"

#: ../../uaclient/messages/__init__.py:903
msgid "Optional key or key(s) to show configuration settings."
Expand Down Expand Up @@ -1821,7 +1820,6 @@ msgid "List and present information about esm-apps packages"
msgstr "Lista e mostra informações sobre pacotes esm-apps"

#: ../../uaclient/messages/__init__.py:988
#, fuzzy
msgid ""
"Refresh three distinct Ubuntu Pro related artifacts in the system:\n"
"\n"
Expand All @@ -1833,16 +1831,14 @@ msgid ""
"by passing the target name to the command. If no `target`\n"
"is specified, all targets are refreshed.\n"
msgstr ""
"Atualize três artefatos distintos no seu sistema relacionados ao Ubuntu "
"Atualiza três artefatos distintos no seu sistema relacionados ao Ubuntu "
"Pro:\n"
"\n"
"* contract: Atualize detalhes do contratos através do servidor.\n"
"* config: Recarregue as configurações encontradas no arquivo de "
"configuração.\n"
"* messages: Atualized as mensagens APT e MOTD relacionados ao Ubuntu Pro.\n"
"* contract: Atualiza detalhes do contrato a partir do servidor.\n"
"* config: Recarrega o arquivo de configuração.\n"
"* messages: Atualiza as mensagens do APT e MOTD relacionados ao Ubuntu Pro.\n"
"\n"
"Você pode individualmente executar o comando para qualquer ums das três "
"opções,\n"
"Você pode executar individualmente qualquer uma das três opções,\n"
"ao fornecer o nome da opção para o comando. Se nenhuma `opção` for "
"especificada,\n"
"todas as opções serão atualizadas.\n"
Expand Down Expand Up @@ -2887,7 +2883,7 @@ msgstr ""

#: ../../uaclient/messages/__init__.py:1883
msgid "unattended-upgrades package is not installed"
msgstr ""
msgstr "O pacote unattended-upgrades não está instalado"

#: ../../uaclient/messages/__init__.py:1889
msgid ""
Expand Down
6 changes: 3 additions & 3 deletions features/attached_commands.feature
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ Feature: Command behaviour when attached to an Ubuntu Pro subscription
And I run `pro disable esm-apps --purge` `with sudo` and stdin `y`
Then stdout matches regexp:
"""
\(The --purge flag is still experimental - use at your own discretion\)
\(The --purge flag is still experimental - use with caution\)
The following package\(s\) will be reinstalled from the archive:
.*ansible.*
Expand Down Expand Up @@ -835,7 +835,7 @@ Feature: Command behaviour when attached to an Ubuntu Pro subscription
When I run `pro disable <fips-service> --purge` `with sudo` and stdin `y\ny`
Then stdout matches regexp:
"""
\(The --purge flag is still experimental - use at your own discretion\)
\(The --purge flag is still experimental - use with caution\)
Purging the <fips-name> packages would uninstall the following kernel\(s\):
.*
Expand Down Expand Up @@ -896,7 +896,7 @@ Feature: Command behaviour when attached to an Ubuntu Pro subscription
And I verify that running `pro disable fips --purge` `with sudo` exits `1`
Then stdout matches regexp:
"""
\(The --purge flag is still experimental - use at your own discretion\)
\(The --purge flag is still experimental - use with caution\)
Purging the FIPS packages would uninstall the following kernel\(s\):
.*
Expand Down

0 comments on commit 649ae56

Please sign in to comment.