Added AI generated translations#1014
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the Chinese (simplified) GUI translation file for the ArduPilot Methodic Configurator. The changes include:
- Updating timestamp metadata for translation file generation
- Adding new translations for recently added UI features (motor test, parameter management)
- Updating line number references for existing translations
- Removing outdated prerequisite section from translation instructions
Reviewed Changes
Copilot reviewed 1 out of 12 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ardupilot_methodic_configurator/locale/zh_CN/LC_MESSAGES/ardupilot_methodic_configurator.po |
Updates Chinese translation strings, adds new motor test UI translations, updates line references, and refreshes metadata timestamps |
.github/instructions/gui_translation_instructions.md |
Removes prerequisites section from translation documentation |
| "Use acc and gyro batch logging on F4 processors or big props, gyro raw " | ||
| "logging on others" |
There was a problem hiding this comment.
Corrected spelling of 'acc' to 'accelerometer' or verify if 'acc' is intentional technical abbreviation. In line 2772, 'acc' appears to be used as an abbreviation, but it should be verified for consistency with other similar messages in the codebase.
| "Use pre and post filters acc and gyro batch logging on F4 processors or big " | ||
| "props, pre-post gyro raw logging on others" | ||
| msgstr "在 F4 处理器或大螺旋桨上使用预和后过滤器的 acc 和 gyro 批量日志记录,在其他情况下使用预-后 gyro raw 日志记录" |
There was a problem hiding this comment.
Corrected spelling of 'acc' to 'accelerometer' or verify if 'acc' is intentional technical abbreviation. In line 2785, 'acc' appears to be used as an abbreviation, but should match the usage pattern established in the codebase.
| "Use pre and post filters acc and gyro batch logging on F4 processors or big " | |
| "props, pre-post gyro raw logging on others" | |
| msgstr "在 F4 处理器或大螺旋桨上使用预和后过滤器的 acc 和 gyro 批量日志记录,在其他情况下使用预-后 gyro raw 日志记录" | |
| "Use pre and post filters accelerometer and gyro batch logging on F4 processors or big " | |
| "props, pre-post gyro raw logging on others" | |
| msgstr "在 F4 处理器或大螺旋桨上使用预和后过滤器的加速度计和陀螺仪批量日志记录,在其他情况下使用预-后陀螺仪原始日志记录" |
No description provided.