fix(auth): localize reset password confirmation (#4769)
* fix(auth): localize reset password confirmation Wrap reset confirmation page copy in frontend i18n calls and add matching locale entries so the page no longer mixes translated labels with hardcoded English copy. * fix(auth): use semantic reset i18n keys
This commit is contained in:
Vendored
+5
@@ -886,6 +886,8 @@
|
||||
"Confirm New Password": "Xác nhận mật khẩu mới",
|
||||
"Confirm password": "Xác nhận mật khẩu",
|
||||
"Confirm Payment": "Xác nhận Thanh toán",
|
||||
"auth.resetPasswordConfirm.confirm": "Xác nhận đặt lại mật khẩu",
|
||||
"auth.resetPasswordConfirm.description": "Xác nhận yêu cầu đặt lại để tạo mật khẩu mới.",
|
||||
"Confirm Selection": "Xác nhận lựa chọn",
|
||||
"Confirm settings and finish setup": "Xác nhận cài đặt và hoàn tất thiết lập",
|
||||
"confirm that I bear legal responsibility arising from deployment": "confirm that I bear legal responsibility arising from deployment",
|
||||
@@ -3349,6 +3351,7 @@
|
||||
"Retain last N files": "Giữ lại N tệp gần nhất",
|
||||
"Retention days": "Số ngày lưu giữ",
|
||||
"Retry": "Thử lại",
|
||||
"auth.resetPasswordConfirm.retry": "Thử lại ({{seconds}} giây)",
|
||||
"Retry Chain": "Chuỗi thử lại",
|
||||
"Retry Suggestion": "Gợi ý thử lại",
|
||||
"Retry Times": "Số lần thử lại",
|
||||
@@ -3358,6 +3361,7 @@
|
||||
"Return Error": "Trả về lỗi",
|
||||
"Return per-token log probabilities": "Trả về log probabilities cho từng token",
|
||||
"Return to dashboard": "Quay lại bảng điều khiển",
|
||||
"auth.resetPasswordConfirm.backToLogin": "Quay lại đăng nhập",
|
||||
"Return vector embeddings for inputs": "Trả về vector embedding cho đầu vào",
|
||||
"Reveal API key": "Hiển thị khóa API",
|
||||
"Reveal key": "Display key",
|
||||
@@ -4466,6 +4470,7 @@
|
||||
"Your GitHub OAuth Client ID": "Client ID OAuth GitHub của bạn",
|
||||
"Your GitHub OAuth Client Secret": "Bí mật ứng dụng OAuth của GitHub của bạn",
|
||||
"Your new backup codes are ready": "Mã dự phòng mới của bạn đã sẵn sàng",
|
||||
"auth.resetPasswordConfirm.success": "Mật khẩu của bạn đã được đặt lại thành công",
|
||||
"Your Referral Link": "Liên kết giới thiệu của bạn",
|
||||
"Your setup guide is collapsed so usage stays in focus.": "Hướng dẫn thiết lập đã thu gọn để giữ phần sử dụng ở vị trí nổi bật.",
|
||||
"Your system access token for API authentication. Keep it secure and don't share it with others.": "Mã truy cập hệ thống của bạn để xác thực API. Hãy giữ nó an toàn và đừng chia sẻ nó với người khác.",
|
||||
|
||||
Reference in New Issue
Block a user