-
-
Notifications
You must be signed in to change notification settings - Fork 960
Update translations #4491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update translations #4491
Conversation
WalkthroughNew localization entries were added to several language JSON files to support On-Screen Display (OSD) elements for sonar (Lidar) sensor distance in centimeters. Some languages also received additional UI strings for new features, warnings, and labels. All changes are additive, extending translation coverage without modifying existing entries. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI
participant Localization
User->>UI: Selects OSD element for sonar distance
UI->>Localization: Request "osdTextElementLidar" and "osdDescElementLidar"
Localization-->>UI: Returns localized label and description
UI-->>User: Displays sonar distance with appropriate localization
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (8)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
6ef66d7
to
4fdddbe
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
@coderabbitai approve |
✅ Actions performedComments resolved and changes approved. |
@coderabbitai - Your review will count towards the reviews needed to approve a PR. Without your approval, we can't make the change and have to wait for a third-party developer. In my opinion, that's a waste of resources and leads to unnecessary delays in development, since there are already so few reviews. |
You are on the CodeRabbit Free Plan. In order to use the Chat feature, please upgrade to CodeRabbit Pro. |
@coderabbitai - we are open source, so we use the pro plan, you have approved other PR's in this repository. Check out yourself. |
You are on the CodeRabbit Free Plan. In order to use the Chat feature, please upgrade to CodeRabbit Pro. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This automated PR syncs new and updated translation keys from Crowdin across all locale files.
- Added general UI labels (e.g.,
search
,portsSelectPermissionDFU
,rebootFlightController*
) - Introduced new build info keys (
initialSetupInfoBuildDownload
,initialSetupInfoBuildFirmware
,initialSetupInfoBuildType
) - Expanded OSD options (date/time variants, sonar element) and added ESC/receiver hover and virtual logging labels
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
locales/uk/messages.json | Added multiple new Ukrainian translations for search, DFU, reboot, build info, receiver hover, ESC, virtual logging, OSD variants, and Lidar |
locales/ru/messages.json | Added new Russian translations, but missing reboot messages and lacking description on one entry |
locales/pt/messages.json | Added Portuguese entries for the new Lidar OSD element |
locales/pl/messages.json | Added Polish entries for the new Lidar OSD element |
locales/ko/messages.json | Added Korean entries for the new Lidar OSD element |
locales/it/messages.json | Added Italian entries for the new Lidar OSD element |
locales/da/messages.json | Added Danish entries for the new Lidar OSD element |
locales/ca/messages.json | Added Catalan entries for the new Lidar OSD element |
Comments suppressed due to low confidence (2)
locales/ru/messages.json:1100
- The Russian locale is missing the
rebootFlightController
andrebootFlightControllerReady
keys that were added in other locales. Please add these translations to keep all locale files consistent.
"initialSetupInfoBuildConfig": {
locales/ru/messages.json:2362
- The
receiverMspWarningText
entry lacks adescription
field. Adding a description will help translators understand the context.
"receiverMspWarningText": {
This is an automated PR.
This PR updates the translations using the content from Crowdin. Thanks to all the translators for the really hard work!!!
If you want to help to make the localization better, or add a new language, go to Crowdin and start helping!.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation