capping opened a new pull request, #26424: URL: https://github.com/apache/superset/pull/26424
fix(translations): Clear all ### BEFORE ` #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "清楚所有" #: superset-frontend/src/components/Table/index.tsx:210 #, fuzzy msgid "Clear all data" msgstr "清楚所有" #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 #, fuzzy msgid "overall" msgstr "清楚所有" ` ### AFTER ` #: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:152 msgid "Clear all" msgstr "清除所有" #: superset-frontend/src/components/Table/index.tsx:210 #, fuzzy msgid "Clear all data" msgstr "清除所有" #: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:86 #, fuzzy msgid "overall" msgstr "清除所有" ` -- 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]
