i18n: translate frontend UI strings to English

This commit is contained in:
zhi
2026-03-11 21:19:54 +00:00
parent 34ab80e50d
commit 0ab1d2f380
14 changed files with 147 additions and 147 deletions

View File

@@ -50,14 +50,14 @@ export default function App() {
}
if (appState === 'checking') {
return <div className="loading">...</div>
return <div className="loading">Checking configuration status...</div>
}
if (appState === 'setup') {
return <SetupWizardPage wizardBase={WIZARD_BASE} onComplete={checkInitialized} />
}
if (loading) return <div className="loading">...</div>
if (loading) return <div className="loading">Loading...</div>
if (!user) {
return (