michael-s-molina commented on code in PR #30406: URL: https://github.com/apache/superset/pull/30406#discussion_r1778928795
########## superset/translations/pt_BR/LC_MESSAGES/messages.po: ########## @@ -160,15 +160,15 @@ msgstr "!= (diferente)" #, fuzzy, python-format msgid "% calculation" -msgstr "Tipo de cálculo" +msgstr "% calculo" #, fuzzy, python-format msgid "% of parent" -msgstr "Pai" +msgstr "% of pai" #, fuzzy, python-format msgid "% of total" -msgstr "Mostrar total" +msgstr "% of total" Review Comment: ```suggestion msgstr "% total" ``` ########## superset/translations/pt_BR/LC_MESSAGES/messages.po: ########## @@ -160,15 +160,15 @@ msgstr "!= (diferente)" #, fuzzy, python-format msgid "% calculation" -msgstr "Tipo de cálculo" +msgstr "% calculo" Review Comment: ```suggestion msgstr "cálculo %" ``` ########## superset/translations/pt_BR/LC_MESSAGES/messages.po: ########## @@ -160,15 +160,15 @@ msgstr "!= (diferente)" #, fuzzy, python-format msgid "% calculation" -msgstr "Tipo de cálculo" +msgstr "% calculo" #, fuzzy, python-format msgid "% of parent" -msgstr "Pai" +msgstr "% of pai" Review Comment: ```suggestion msgstr "% do pai" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
