rusackas commented on code in PR #42151: URL: https://github.com/apache/superset/pull/42151#discussion_r3607222400
########## superset/translations/zh/LC_MESSAGES/messages.po: ########## @@ -17529,9 +17529,8 @@ msgstr "总计 (%(aggregatorName)s)" msgid "" "Total angle covered by the chart, in degrees. 360° draws a full circle " -"and 180° draws a half donut. When the sweep is 180° or less and the start" -" angle is a multiple of 90°, the chart is automatically re-centered to " -"make use of the empty space." +"and 180° draws a half donut. Partial arcs are automatically re-centered " +"and scaled to make use of the available space." msgstr "" Review Comment: Empty `msgstr` here is expected, pybabel drops the old translation when the source string changes and leaves it blank for a translator to fill in later. Not something to hand-translate in the PR. ########## superset/translations/sl/LC_MESSAGES/messages.po: ########## @@ -16954,9 +16954,8 @@ msgstr "Skupaj (%(aggregatorName)s)" msgid "" "Total angle covered by the chart, in degrees. 360° draws a full circle " -"and 180° draws a half donut. When the sweep is 180° or less and the start" -" angle is a multiple of 90°, the chart is automatically re-centered to " -"make use of the empty space." +"and 180° draws a half donut. Partial arcs are automatically re-centered " +"and scaled to make use of the available space." msgstr "" Review Comment: Same as the other translation threads on this PR, empty `msgstr` is expected when a source string changes, pybabel just clears it for a translator to fill in later. ########## superset/translations/ja/LC_MESSAGES/messages.po: ########## @@ -14398,9 +14398,8 @@ msgstr "合計 (%(aggregatorName)s)" msgid "" "Total angle covered by the chart, in degrees. 360° draws a full circle " -"and 180° draws a half donut. When the sweep is 180° or less and the start" -" angle is a multiple of 90°, the chart is automatically re-centered to " -"make use of the empty space." +"and 180° draws a half donut. Partial arcs are automatically re-centered " +"and scaled to make use of the available space." msgstr "" Review Comment: Same as the other language threads here, empty `msgstr` is expected for a reworded source string, not a bug to fix in the PR. ########## superset/translations/sr_Latn/LC_MESSAGES/messages.po: ########## @@ -19574,9 +19574,8 @@ msgstr "Ukupno (%(aggregatorName)s)" msgid "" "Total angle covered by the chart, in degrees. 360° draws a full circle " -"and 180° draws a half donut. When the sweep is 180° or less and the start" -" angle is a multiple of 90°, the chart is automatically re-centered to " -"make use of the empty space." +"and 180° draws a half donut. Partial arcs are automatically re-centered " +"and scaled to make use of the available space." msgstr "" Review Comment: Same story as the other translation threads, empty `msgstr` is expected here since the source string changed. Not going to hand-translate it. -- 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]
