mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 20:22:08 +00:00
feat: update user-facing 'Simple Mode' terminology to 'App Mode' (#8590)
## Summary Updates all user-facing instances of 'Simple Mode' / 'Linear Mode' to 'App Mode' as discussed in PR #8562. ## Changes - Updated command label in `useCoreCommands.ts` - Updated `src/locales/en/commands.json` - Updated all 12 locale `main.json` files with: - `linearMode.linearMode` → "App Mode" (translated) - `linearMode.beta` → "App Mode in Beta - Feedback" (translated) - `Toggle Simple Mode` command → `Toggle App Mode` (translated) ## Languages Updated en, zh, zh-TW, ja, ko, fr, es, pt-BR, ru, tr, ar, fa ## Notes Internal variable names (`linearMode`, `canvasStore.linearMode`) remain unchanged to avoid breaking changes. Fixes #8577 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Renamed application terminology from "Simple Mode" to "App Mode" in user interface labels, mode descriptions, and mode toggle command. Updates applied consistently across all 12 supported language translations to ensure consistent terminology throughout the application. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8590-feat-update-user-facing-Simple-Mode-terminology-to-App-Mode-2fc6d73d36508160a19af70b228b0a7e) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -1152,11 +1152,11 @@
|
||||
"helpFix": "Bunu Düzeltmeye Yardım Et"
|
||||
},
|
||||
"linearMode": {
|
||||
"beta": "Beta - Geri Bildirim Verin",
|
||||
"beta": "Uygulama Modu Beta - Geri Bildirim Verin",
|
||||
"downloadAll": "Tümünü İndir",
|
||||
"dragAndDropImage": "Bir görseli sürükleyip bırakın",
|
||||
"graphMode": "Grafik Modu",
|
||||
"linearMode": "Basit Mod",
|
||||
"linearMode": "Uygulama Modu",
|
||||
"rerun": "Tekrar Çalıştır",
|
||||
"reuseParameters": "Parametreleri Yeniden Kullan",
|
||||
"runCount": "Çalıştırma sayısı:"
|
||||
@@ -1648,7 +1648,7 @@
|
||||
"Toggle Logs Bottom Panel": "Kayıtlar Alt Panelini Aç/Kapat",
|
||||
"Toggle Queue Panel V2": "Kuyruk Paneli V2'yi Aç/Kapat",
|
||||
"Toggle Search Box": "Arama Kutusunu Aç/Kapat",
|
||||
"Toggle Simple Mode": "Basit Modu Aç/Kapat",
|
||||
"Toggle App Mode": "Uygulama Modunu Aç/Kapat",
|
||||
"Toggle Terminal Bottom Panel": "Terminal Alt Panelini Aç/Kapat",
|
||||
"Toggle Theme (Dark/Light)": "Temayı Değiştir (Karanlık/Açık)",
|
||||
"Toggle View Controls Bottom Panel": "Görünüm Kontrolleri Alt Panelini Aç/Kapat",
|
||||
|
||||
Reference in New Issue
Block a user