mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
generate API token in frontend page
This commit is contained in:
+16
-3
@@ -107,6 +107,10 @@
|
||||
"EndYY": "FY {EndYY}"
|
||||
},
|
||||
"misc": {
|
||||
"nHour": "{n} Hour",
|
||||
"nHours": "{n} Hours",
|
||||
"nDay": "{n} Day",
|
||||
"nDays": "{n} Days",
|
||||
"multiTextJoinSeparator": ", ",
|
||||
"loginWithCustomProvider": "Log in with {name}",
|
||||
"hoursBehindDefaultTimezone": "{hours} giờ sau múi giờ mặc định",
|
||||
@@ -1105,6 +1109,7 @@
|
||||
"token is empty": "Mã thông báo trống",
|
||||
"email verify token is invalid or expired": "Mã thông báo xác minh email không hợp lệ hoặc đã hết hạn",
|
||||
"password reset token is invalid or expired": "Mã thông báo đặt lại mật khẩu không hợp lệ hoặc đã hết hạn",
|
||||
"not allowed to generate api token": "Not allowed to generate API token",
|
||||
"passcode is invalid": "Mã số không hợp lệ",
|
||||
"two-factor backup code is invalid": "Mã sao lưu hai yếu tố không hợp lệ",
|
||||
"two-factor is not enabled": "Xác thực hai yếu tố chưa được bật",
|
||||
@@ -1307,7 +1312,8 @@
|
||||
"page": "Chỉ số trang",
|
||||
"count": "Số lượng",
|
||||
"templateType": "Loại mẫu",
|
||||
"comment": "Mô tả"
|
||||
"comment": "Mô tả",
|
||||
"expiredInSeconds": "Expiration Time (Seconds)"
|
||||
},
|
||||
"parameterizedError": {
|
||||
"parameter invalid": "{parameter} không hợp lệ",
|
||||
@@ -2261,8 +2267,15 @@
|
||||
"Show Hidden Transaction Templates": "Hiển thị mẫu giao dịch ẩn",
|
||||
"Hide Hidden Transaction Templates": "Ẩn mẫu giao dịch ẩn",
|
||||
"Template name cannot be blank": "Tên mẫu không được để trống",
|
||||
"Generate MCP token": "Generate MCP token",
|
||||
"Your MCP token does not expire, please keep it secure. When connecting to third-party apps, be aware that they and any large language models they use can access your private data.": "Your MCP token does not expire, please keep it secure. When connecting to third-party apps, be aware that they and any large language models they use can access your private data.",
|
||||
"Generate Token": "Generate Token",
|
||||
"Token Type": "Token Type",
|
||||
"Expiration Time (Seconds)": "Expiration Time (Seconds)",
|
||||
"Custom Expiration Time (Seconds)": "Custom Expiration Time (Seconds)",
|
||||
"No Expiration": "No Expiration",
|
||||
"API Token": "API Token",
|
||||
"MCP Token": "MCP Token",
|
||||
"Your token does not expire, please keep it secure.": "Your token does not expire, please keep it secure.",
|
||||
"When connecting to third-party apps, be aware that they and any large language models they use can access your private data.": "When connecting to third-party apps, be aware that they and any large language models they use can access your private data.",
|
||||
"Unable to generate token": "Unable to generate token",
|
||||
"Are you sure you want to logout from this session?": "Bạn có chắc chắn muốn đăng xuất khỏi phiên này không?",
|
||||
"Unable to logout from this session": "Không thể đăng xuất khỏi phiên này",
|
||||
|
||||
Reference in New Issue
Block a user