Finished implementing user settings -> security
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "Chatenium Nexum 3.0 Beta 8 (April 17, 2026)",
|
||||
"version": "Chatenium Nexum 3.0 Beta 9 (April 19, 2026)",
|
||||
"ok": "Ok",
|
||||
"back": "Back",
|
||||
"aChatProgram": "A messaging platform that you can trust.",
|
||||
@@ -111,6 +111,7 @@
|
||||
"label": "Change password",
|
||||
"labelSet": "Set password",
|
||||
"labelRemove": "Remove password",
|
||||
"warn": "After you change your password, you will be logged out of all your sessions.",
|
||||
"currentPassword": "Current password",
|
||||
"newPassword": "New password",
|
||||
"newPasswordRepeat": "Repeat new password"
|
||||
@@ -119,11 +120,22 @@
|
||||
"label": "Change e-mail address",
|
||||
"labelSet": "Set e-mail address",
|
||||
"labelRemove": "Remove e-mail address",
|
||||
"warn": "After you change your e-mail address, you will be logged out of all your sessions.",
|
||||
"newMail": "New e-mail address",
|
||||
"currentPassword": "Current password",
|
||||
"oldCode": "Code sent to the old e-mail address",
|
||||
"newCode": "Code sent to the new e-mail address"
|
||||
},
|
||||
"changePhoneDialog": {
|
||||
"label": "Change phone number",
|
||||
"labelSet": "Set phone number",
|
||||
"labelRemove": "Remove phone number",
|
||||
"warn": "After you change your phone number, you will be logged out of all your sessions.",
|
||||
"newPhone": "New phone number",
|
||||
"currentPassword": "Current password",
|
||||
"oldCode": "Code sent to the old phone number",
|
||||
"newCode": "Code sent to the new phone number"
|
||||
},
|
||||
"label": "Keep your account safe by using as much sign in methods as possible. Also check your credentials regularly to keep them up to date.",
|
||||
"password": "Password",
|
||||
"set": "Set",
|
||||
@@ -206,12 +218,8 @@
|
||||
"changeLogDialog": {
|
||||
"label": "Chatenium has been updated",
|
||||
"changeLog": {
|
||||
"1": "Optimized the loading of chats and networks",
|
||||
"2": "Added skeleton loaders for messages inside DMs and channels",
|
||||
"3": "Added tabs in networks",
|
||||
"4": "Added option to edit network name",
|
||||
"5": "Added option to change network visibility",
|
||||
"6": "Fixed overflow issues in the mobile UI"
|
||||
"1": "Started implementing user settings, Privacy & Security is now available.",
|
||||
"2": "Enabled Chatenium Pictures on mobile devices."
|
||||
}
|
||||
},
|
||||
"chatnav": {
|
||||
|
||||
Reference in New Issue
Block a user