feat: Add i18n support for command palette
- Add commandPalette translation section with 22 keys to all 4 languages - Update CommandPalette component to use i18n for all UI text - Translate search placeholder, group headings, menu items, and shortcut hints - Support multilingual command palette interface
This commit is contained in:
@@ -1689,5 +1689,28 @@
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"notAvailable": "N/A"
|
||||
},
|
||||
"commandPalette": {
|
||||
"searchPlaceholder": "Search for hosts or quick actions...",
|
||||
"recentActivity": "Recent Activity",
|
||||
"navigation": "Navigation",
|
||||
"addHost": "Add Host",
|
||||
"addCredential": "Add Credential",
|
||||
"adminSettings": "Admin Settings",
|
||||
"userProfile": "User Profile",
|
||||
"updateLog": "Update Log",
|
||||
"hosts": "Hosts",
|
||||
"openServerDetails": "Open Server Details",
|
||||
"openFileManager": "Open File Manager",
|
||||
"edit": "Edit",
|
||||
"links": "Links",
|
||||
"github": "GitHub",
|
||||
"support": "Support",
|
||||
"discord": "Discord",
|
||||
"donate": "Donate",
|
||||
"press": "Press",
|
||||
"toToggle": "to toggle",
|
||||
"close": "Close",
|
||||
"hostManager": "Host Manager"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user