mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
fix(i18n): rename "Write Common Config" checkbox to "Apply Common Config" (#4829)
* fix(i18n): rename "Write Common Config" checkbox to "Apply Common Config" The original label "Write Common Config" (写入通用配置) was ambiguous about data flow direction — it read as "write current config INTO the common config" when the actual behavior is the reverse: merge the saved common config snippet INTO this provider's config. Rename to "Apply Common Config" across zh/zh-TW/en/ja, including all hint/guide/notice references and component defaultValue fallbacks, to make the action unambiguous. Also aligns the Gemini hint wording with the claude/codex "when checked" phrasing. * docs(ja): sync Japanese docs with renamed 'Apply Common Config' label Codex review on #4829 pointed out the Japanese user manual and README still referenced the old checkbox label after the rename. - docs/user-manual/ja/2-providers/2.1-add.md: 共通設定を書き込み → 共通設定を適用 - README_JA.md: 共有設定を書き込む → 共有設定を適用
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ CC Switch は **Claude Code**、**Claude Desktop**、**Codex**、**Gemini CLI**
|
||||
<details>
|
||||
<summary><strong>プロバイダを切り替えた後、プラグイン設定が消えてしまいました。どうすればよいですか?</strong></summary>
|
||||
|
||||
CC Switch には「共有設定スニペット」機能があり、APIキーやエンドポイント以外の共通データをプロバイダ間で引き継ぐことができます。「プロバイダ編集」→「共有設定パネル」→「現在のプロバイダから抽出」をクリックして、すべての共通データを保存してください。新しいプロバイダを作成する際に「共有設定を書き込む」にチェック(デフォルトで有効)を入れれば、プラグインなどのデータが新しいプロバイダ設定に含まれます。すべての設定項目は、アプリ初回起動時にインポートされたデフォルトプロバイダに保存されており、失われることはありません。
|
||||
CC Switch には「共有設定スニペット」機能があり、APIキーやエンドポイント以外の共通データをプロバイダ間で引き継ぐことができます。「プロバイダ編集」→「共有設定パネル」→「現在のプロバイダから抽出」をクリックして、すべての共通データを保存してください。新しいプロバイダを作成する際に「共有設定を適用」にチェック(デフォルトで有効)を入れれば、プラグインなどのデータが新しいプロバイダ設定に含まれます。すべての設定項目は、アプリ初回起動時にインポートされたデフォルトプロバイダに保存されており、失われることはありません。
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user