Test label translation - #104
Closed
kadeshar wants to merge 2 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the playerbot SQL translation entries related to the /p autogear bis command texts.
Changes:
- Adds an additional
ai_playerbot_textsrow forbis_applying_msg(new id 1779). - Adds a second
INSERT INTO ai_playerbot_textsblock re-insertingbis_autogear_unavailable_error(id 1767).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+160
to
169
|
|
||
| (1779, 'bis_applying_msg', 'Applying BiS gear', 0, 0, | ||
| 'BiS 장비를 적용합니다.', | ||
| 'Application de l''équipement BiS.', | ||
| 'Wende BiS-Ausrüstung an.', | ||
| '正在装备BiS装备。', | ||
| '正在裝備BiS裝備。', | ||
| 'Aplicando equipo BiS.', | ||
| 'Aplicando equipo BiS.', | ||
| 'Применяю BiS-снаряжение.'), |
Comment on lines
+181
to
+195
| INSERT INTO `ai_playerbot_texts` | ||
| (`id`, `name`, `text`, `say_type`, `reply_type`, | ||
| `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, | ||
| `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) | ||
| VALUES | ||
| (1767, 'bis_autogear_unavailable_error', | ||
| 'autogear command is not allowed, please check the configuration.', 0, 0, | ||
| '자동 장비 명령이 허용되지 않습니다. 설정을 확인하세요.', | ||
| 'La commande autogear n''est pas autorisée, veuillez vérifier la configuration.', | ||
| 'Der autogear-Befehl ist nicht erlaubt, bitte überprüfe die Konfiguration.', | ||
| '自动装备命令未启用,请检查配置。', | ||
| '自動裝備指令未啟用,請檢查設定。', | ||
| 'El comando autogear no está permitido, por favor revisa la configuración.', | ||
| 'El comando autogear no está permitido, por favor revisa la configuración.', | ||
| 'Команда autogear не разрешена, проверьте конфигурацию.'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Feature Evaluation
How to Test the Changes
Impact Assessment
Does this change increase per-bot/per-tick processing or risk scaling poorly with thousands of bots?
Does this change modify default bot behavior?
Does this change add new decision branches or increase maintenance complexity?
AI Assistance
Was AI assistance used while working on this change?
Code Provenance / Attribution
Was any code in this PR copied or adapted from a sister / upstream project (e.g. CMaNGOS playerbots,
MaNGOS, another module)?
Final Checklist
Co-authored-by:trailer + in-file note).Notes for Reviewers