3.0 Beta 8

This commit is contained in:
2026-04-17 17:55:42 +02:00
parent a0a6fdaf55
commit 8afd4a81b0
30 changed files with 834 additions and 172 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "Chatenium Nexum 3.0 Beta 7 (April 15, 2026)",
"version": "Chatenium Nexum 3.0 Beta 8 (April 17, 2026)",
"ok": "Ok",
"back": "Back",
"aChatProgram": "A messaging platform that you can trust.",
@@ -103,12 +103,71 @@
"tab3": "Pictures",
"tab4": "Settings"
},
"network": {
"tabs": {
"channels": "Channels",
"members": "Members",
"settings": "Settings"
},
"settings": {
"options": {
"categories": {
"apps": "Apps",
"moderation": "Moderation",
"community": "Community"
},
"overview": "Overview",
"rank": "Ranks",
"emoji": "Emojis",
"embed": "Embed",
"invite": "Invites",
"webhook": "Webhooks",
"bots": "Bots",
"activityHistory": "Activity history",
"bans": "Bans",
"communityChannels": "Community channels",
"networkIntroducer": "Network introducer",
"members": "Members"
},
"overviewPage": {
"networkPicture": "Network picture",
"networkName": "Network name",
"networkVisibility": "Network visibility",
"uploadNewPicture": "Upload new picture",
"setNewName": "Set new name",
"changeToPrivate": "Change to private",
"changeToPrivateDialog": {
"label": "You are about to make your network private",
"warn": {
"1": "Your network will be delisted from Network Discovery.",
"2": "Users will no longer be able to freely join your network without an invite.",
"3": "Your broadcasts may be unavailable to users outside your network."
}
},
"changeToPublic": "Change to public",
"changeToPublicDialog": {
"label": "You are about to make your network public",
"warn": {
"1": "Your network will be listed in Network Discovery.",
"2": "Users will be able to freely join your network without an invite.",
"3": "Your broadcasts will be available to users outside your network."
}
},
"setNewNameDialog": {
"label": "New name"
}
}
}
},
"changeLogDialog": {
"label": "Chatenium has been updated",
"changeLog": {
"1": "Added progress bar to files when uploading attachments",
"2": "Bug fixes related to sending messages",
"3": "Fixed scrolling issues when switching chats. Also now the scroll position is now saved"
"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"
}
},
"chatnav": {