feat(app): i18n (#48)
This commit is contained in:
committed by
GitHub
Unverified
parent
505a64438e
commit
6e09a69f4f
28
src/i18n/locales/en/dashboard.json
Normal file
28
src/i18n/locales/en/dashboard.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"gateway": "Gateway",
|
||||
"channels": "Channels",
|
||||
"skills": "Skills",
|
||||
"uptime": "Uptime",
|
||||
"port": "Port: {{port}}",
|
||||
"pid": "PID: {{pid}}",
|
||||
"connectedOf": "{{connected}} of {{total}} connected",
|
||||
"enabledOf": "{{enabled}} of {{total}} enabled",
|
||||
"sinceRestart": "Since last restart",
|
||||
"gatewayNotRunning": "Gateway not running",
|
||||
"quickActions": {
|
||||
"title": "Quick Actions",
|
||||
"description": "Common tasks and shortcuts",
|
||||
"addChannel": "Add Channel",
|
||||
"browseSkills": "Browse Skills",
|
||||
"openChat": "Open Chat",
|
||||
"settings": "Settings",
|
||||
"devConsole": "Dev Console"
|
||||
},
|
||||
"connectedChannels": "Connected Channels",
|
||||
"noChannels": "No channels configured",
|
||||
"addFirst": "Add your first channel",
|
||||
"activeSkills": "Active Skills",
|
||||
"noSkills": "No skills enabled",
|
||||
"enableSome": "Enable some skills",
|
||||
"more": "+{{count}} more"
|
||||
}
|
||||
Reference in New Issue
Block a user