16 lines
448 B
TypeScript
16 lines
448 B
TypeScript
|
|
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' },
|
||
|
|
},
|
||
|
|
};
|