rusackas commented on code in PR #40860:
URL: https://github.com/apache/superset/pull/40860#discussion_r3393213737


##########
superset/translations/pt_BR/LC_MESSAGES/messages.po:
##########
@@ -4790,6 +4790,9 @@ msgstr "Configurações do banco de dados atualizadas"
 msgid "Database type does not support file uploads."
 msgstr "O banco de dados não é compatível com subconsultas"
 
+msgid "Database upload file exceeds the maximum allowed size."
+msgstr ""

Review Comment:
   This string is brand new, so the empty `msgstr` is expected here. 
Translators fill these in through the i18n workflow, not in the PR that adds 
the source string.



##########
superset/translations/lv/LC_MESSAGES/messages.po:
##########
@@ -4572,6 +4572,9 @@ msgstr "Datubāzes iestatījumi atjaunināti"
 msgid "Database type does not support file uploads."
 msgstr "Datubāzes tips neatbalsta failu augšupielādi."
 
+msgid "Database upload file exceeds the maximum allowed size."
+msgstr ""

Review Comment:
   Same as the other locales here - the string is new, so an empty `msgstr` is 
the expected state. The Latvian translation gets added later through the i18n 
workflow.



##########
superset/translations/sk/LC_MESSAGES/messages.po:
##########
@@ -4633,6 +4633,9 @@ msgstr "Nastavenie databáza aktualizované"
 msgid "Database type does not support file uploads."
 msgstr "Typ databáza nepodporuje nahrávanie súborov."
 
+msgid "Database upload file exceeds the maximum allowed size."
+msgstr ""

Review Comment:
   New string, so the empty `msgstr` is expected - the Slovak translation comes 
through the i18n workflow rather than this PR.



-- 
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]

Reply via email to