mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-11 02:41:12 -05:00
29 lines
875 B
JSON
29 lines
875 B
JSON
{
|
|
"accountSettings": {
|
|
"accountSettings": "Account Settings",
|
|
"loginPassword": "Login Password",
|
|
"newPassword": "New Password",
|
|
"passwordMismatch": "Passwords do not match",
|
|
"repeatNewPassword": "Repeat New Password",
|
|
"updatePassword": "Update Password",
|
|
"updateSuccess": "Update Successful"
|
|
},
|
|
"notify": {
|
|
"bind": "Bind",
|
|
"emailNotification": "Email Notification",
|
|
"notificationSettings": "Notification Settings",
|
|
"telegramId": "Telegram ID",
|
|
"telegramIdPlaceholder": "Enter Telegram ID",
|
|
"telegramNotification": "Telegram Notification",
|
|
"updateSuccess": "Update Successful"
|
|
},
|
|
"notifyEvent": {
|
|
"balanceChange": "Balance Change",
|
|
"finance": "Finance",
|
|
"login": "Login",
|
|
"notificationEvents": "Notification Events",
|
|
"subscribe": "Subscribe",
|
|
"updateSuccess": "Update Successful"
|
|
}
|
|
}
|