feat: Move language option to profile setting (#387)

This commit is contained in:
CY
2026-02-26 22:51:12 +08:00
committed by GitHub
parent 3b059f1897
commit a065c1800f
22 changed files with 368 additions and 51 deletions

View File

@@ -101,6 +101,7 @@
"confirm_password": "パスワード(確認)",
"invalid_email": "無効なメールアドレスです",
"invalid_password": "パスワードは8文字以上である必要があります",
"invalid_locale": "無効な言語です",
"username_empty": "ユーザー名が入力されていません",
"password_empty": "パスワードが入力されていません",
"password_not_match": "パスワードが一致しません",
@@ -125,6 +126,9 @@
"confirm_new_password": "新しいパスワード(確認)",
"update_password": "パスワードを更新",
"password_updated": "パスワードが正常に更新されました",
"change_locale": "言語の変更",
"update_locale": "言語を更新",
"locale_updated": "言語が正常に更新されました",
"change_avatar": "アバターの変更",
"upload_avatar": "アバターをアップロード",
"remove_avatar": "アバターを削除",