Skip to content

Draft: Replace "Duo" to "CodeRider"

用户描述

What does this MR do and why?

Issue: https://jihulab.com/gitlab-cn/gitlab/-/issues/4943+

  1. 🚀 升级 jh:gettext:regenerate 命令:
    • 现在它可以将字符串中的 Duo 自动翻译成 CodeRider,并写入 jh/*/gitlab.po 文件
    • 在之前,如果上游移除了某些字符串,但 jh/*/gitlab.po 依然存在,执行此命令就会报错。现在不再报错,直接自动移除它们。
  2. 更新 jh/*/gitlab.po 文件,以覆盖页面中的 Duo 文案
  3. 机器人 @GitlabDuo 更名为 @CodeRider

References

Screenshots or screen recordings

image

image

How to set up and validate locally

jh:gettext:regenerate
bin/rake gettext:compile && bin/rake assets:precompile
gdk restart

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.


合并请求描述

  • Added Chinese translations for GitLab Duo (Coderider) AI features
  • Localized all AI-related terminology and interface elements
  • Translated new AI functionality descriptions and settings
  • Added localized error messages and tooltips for AI features

变更概览

相关文件
功能增强
gitlab.po
Traditional Chinese translations for GitLab Duo                   

jh/locale/zh_TW/gitlab.po

Added Traditional Chinese translations for GitLab Duo (Coderider)
Translated all AI-related interface elements and messages
Localized AI feature descriptions and settings
+821/-4 
gitlab.po
Simplified Chinese translations for GitLab Duo                     

jh/locale/zh_CN/gitlab.po

Added Simplified Chinese translations for GitLab Duo (Coderider)
Translated all AI-related interface elements and messages
Localized AI feature descriptions and settings
+821/-4 
Additional files
gitlab.po +819/-5 
路志远 编辑于

合并请求报告

加载中