i18n: translate frontend UI strings to English
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user