rusackas commented on code in PR #40860: URL: https://github.com/apache/superset/pull/40860#discussion_r3376486045
########## superset/translations/uk/LC_MESSAGES/messages.po: ########## @@ -4543,6 +4543,9 @@ msgstr "Параметри бази даних оновлено" msgid "Database type does not support file uploads." msgstr "База даних не підтримує підвантаження файлів." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" + Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. ########## superset/translations/de/LC_MESSAGES/messages.po: ########## @@ -4723,6 +4723,9 @@ msgstr "Datenbankeinstellungen aktualisiert" msgid "Database type does not support file uploads." msgstr "Der Datenbanktyp unterstützt keine Datei-Uploads." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. ########## superset/translations/mi/LC_MESSAGES/messages.po: ########## @@ -4584,6 +4584,9 @@ msgstr "Kua whakahouhia ngā tautuhinga pātengi raraunga" msgid "Database type does not support file uploads." msgstr "Karekau e tautoko te momo pātengi raraunga i ngā tukuake kōnae." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. ########## superset/translations/es/LC_MESSAGES/messages.po: ########## @@ -4818,6 +4818,9 @@ msgstr "Configuración de la base de datos actualizada" msgid "Database type does not support file uploads." msgstr "El tipo de base de datos no admite subidas de archivos." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. ########## superset/translations/pt/LC_MESSAGES/messages.po: ########## @@ -4628,6 +4628,9 @@ msgstr "Não foi possível gravar a sua query" msgid "Database type does not support file uploads." msgstr "Origem de dados %(name)s já existe" +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. ########## superset/translations/sl/LC_MESSAGES/messages.po: ########## @@ -4654,6 +4654,9 @@ msgstr "Nastavitve podatkovne baze posodobljene" msgid "Database type does not support file uploads." msgstr "Tip podatkovne baze ne podpira nalaganje datotek." +msgid "Database upload file exceeds the maximum allowed size." +msgstr "" Review Comment: This is expected and correct for Superset's i18n workflow. PRs add new user-facing strings with `_()` and regenerate the `.po` catalogs, which intentionally land with empty `msgstr ""`. Translations are supplied separately by the translator community (via Crowdin), not hand-written in the source PR — committing a machine-generated translation here would bypass that review process. Leaving `msgstr ""` is the standard, intended state for a new string. -- 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]
