superset
superset copied to clipboard
fix: fix-zh-translation-2
SUMMARY
This PR primarily corrects some inaccuracies in the Chinese translation. Hello, after #27794 we have updated some translations again.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
msgid "Centroid (Longitude and Latitude): " msgstr "无效的经度/纬度" (incorrect) -> "中心点(经度/纬度)" (correct)
msgid "Chart height" msgstr "图表标题" -> "图表高度"
msgid "Chart imported" msgstr "图表标题" -> "图表已导入"
etc.
ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Changes UI
- [ ] Includes DB Migration (follow approval process in SIP-59)
- [ ] Migration is atomic, supports rollback & is backwards-compatible
- [ ] Confirm DB migration upgrade and downgrade tested
- [ ] Runtime estimates and downtime expectations provided
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API