生成AI系機能の名前をわかりやすくする: GoogleAI → Gemini, LLM → ChatGPT#381
Merged
Conversation
…-> ChatGPT Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
… LLM -> ChatGPT Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 生成AI系機能の名前をわかりやすくする
生成AI系機能の名前をわかりやすくする: GoogleAI → Gemini, LLM → ChatGPT
Jul 1, 2025
Owner
|
@copilot |
…LLM in all documentation Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Contributor
Author
Owner
|
@copilot |
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Contributor
Author
完了しました。各言語のResourcesファイルに不足していた翻訳エントリを追加しました。 修正内容:
対象言語: 英語、ドイツ語、韓国語、ベトナム語、中国語簡体字、中国語繁体字 (c5ac565) |
Freeesia
approved these changes
Jul 6, 2025
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.
ユーザーにとってより理解しやすい名前に変更しました。
変更内容
DisplayName属性の更新
対象ファイル
C#コード:
GoogleAIOcr.cs:[DisplayName("Google AI")]→[DisplayName("Gemini")]LLMTranslator.cs:[DisplayName("LLM")]→[DisplayName("ChatGPT")]LLMOcr.cs:[DisplayName("LLM")]→[DisplayName("ChatGPT")]エラーメッセージ・ログメッセージ:
ドキュメント (7言語対応):
docs/README.md(日本語)docs/README.en.md(英語)docs/README.zh-cn.md(簡体中文)docs/README.zh-tw.md(繁体中文)docs/README.de.md(ドイツ語)docs/README.kr.md(韓国語)docs/README.vi.md(ベトナム語)変更例
変更前:
変更後:
注意事項
Fixes #377.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.