chore: update localization and navbar UI

- Adjust localization text spacing in English and Chinese translations
- Temporarily disable theme switcher in navbar
- Swap sign-up and sign-in labels in registration form
This commit is contained in:
javayhu 2025-03-05 22:23:31 +08:00
parent 3599884789
commit 71eaefefbf
3 changed files with 7 additions and 7 deletions

View File

@ -25,8 +25,8 @@
"signInWithGitHub": "Sign In with GitHub",
"termsOfService": "Terms of Service",
"privacyPolicy": "Privacy Policy",
"byClickingContinue": "By clicking continue, you agree to our",
"and": "and"
"byClickingContinue": "By clicking continue, you agree to our ",
"and": " and "
},
"register": {
"title": "Register",
@ -34,8 +34,8 @@
"name": "Name",
"email": "Email",
"password": "Password",
"signIn": "Sign In",
"signUp": "Already have an account? Sign in",
"signUp": "Sign Up",
"signIn": "Already have an account? Sign in",
"checkEmail": "Please check your email inbox"
},
"forgotPassword": {

View File

@ -25,8 +25,8 @@
"signInWithGitHub": "使用 GitHub 登录",
"termsOfService": "服务条款",
"privacyPolicy": "隐私政策",
"byClickingContinue": "点击继续即表示您同意我们的",
"and": "和"
"byClickingContinue": "继续即表示您同意我们的 ",
"and": " "
},
"register": {
"title": "注册",

View File

@ -180,7 +180,7 @@ export function Navbar({ scroll, config }: NavBarProps) {
</div>
)}
<ThemeSwitcher />
{/* <ThemeSwitcher /> */}
<LocaleSelector />
</div>
</nav>