dashboard-nanobot/frontend/src/i18n/app.en.ts

16 lines
448 B
TypeScript
Raw Normal View History

2026-03-01 16:26:03 +00:00
export const appEn = {
title: 'Nanobot Control Plane',
theme: 'Theme',
language: 'Language',
dark: 'Dark',
light: 'Light',
zh: 'Chinese',
en: 'English',
close: 'Close',
nav: {
images: { title: 'Image Factory', subtitle: 'Manage registered images' },
onboarding: { title: 'Creation Wizard', subtitle: 'Create bot step-by-step' },
dashboard: { title: 'Ops Dashboard', subtitle: 'Chat, status, logs, controls' },
},
};