fix26: полный прод-фикс auth/jwt, import-export peer и frontend flow
This commit is contained in:
@@ -21,6 +21,19 @@ export default {
|
||||
password: "Password",
|
||||
login: "Login",
|
||||
},
|
||||
dashboard: {
|
||||
stale: "Dashboard data is stale. Retrying automatically...",
|
||||
topPeers24h: "Top peers (24h)",
|
||||
refreshFailed: "Failed to refresh dashboard data",
|
||||
},
|
||||
admin: {
|
||||
changePasswordTitle: "Change password",
|
||||
oldPassword: "Old password",
|
||||
newPassword: "New password",
|
||||
forcePasswordChangeNotice:
|
||||
"You must change your password before continuing.",
|
||||
changedSuccess: "Password updated",
|
||||
},
|
||||
// Локализация навигационной панели
|
||||
navbar: {
|
||||
logout: "Logout",
|
||||
@@ -57,7 +70,7 @@ export default {
|
||||
yes: "Yes",
|
||||
no: "No",
|
||||
securityRisk: "Security Risks",
|
||||
defaultPassTip: `Please change the default login password as soon as possible, It is recommended to set a strong password to protect your account security. <a href="/#/peers/list?focus=change-pass" style="color: #00BFFF">Click here</a> to change`,
|
||||
defaultPassTip: `Please change the default login password as soon as possible, It is recommended to set a strong password to protect your account security. <a href="/#/admin/change-password" style="color: #00BFFF">Click here</a> to change`,
|
||||
noHttpsTip: `Your website is not using HTTPS, making data transmission insecure, Please enable HTTPS as soon as possible to protect user information. <a href="/#/config/list?focus=huiHttps" style="color: #00BFFF">Click here</a> to enable`,
|
||||
required: "Required",
|
||||
warning: "Warning",
|
||||
|
||||
Reference in New Issue
Block a user