feat: Display all push rules and allow to enable disable them

This commit is contained in:
Krille 2025-02-05 08:54:55 +01:00
commit e4a2c13a6f
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 251 additions and 153 deletions

View file

@ -2841,5 +2841,57 @@
"open": "Open",
"waitingForServer": "Waiting for server...",
"appIntroduction": "FluffyChat lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*.",
"newChatRequest": "📩 New chat request"
"newChatRequest": "📩 New chat request",
"contentNotificationSettings": "Content notification settings",
"generalNotificationSettings": "General notification settings",
"roomNotificationSettings": "Room notification settings",
"userSpecificNotificationSettings": "User specific notification settings",
"otherNotificationSettings": "Other notification settings",
"notificationRuleContainsUserName": "Contains User Name",
"notificationRuleContainsUserNameDescription": "Notifies the user when a message contains their username.",
"notificationRuleMaster": "Mute all notifications",
"notificationRuleMasterDescription": "Overrides all other rules and disables all notifications.",
"notificationRuleSuppressNotices": "Suppress Automated Messages",
"notificationRuleSuppressNoticesDescription": "Suppresses notifications from automated clients like bots.",
"notificationRuleInviteForMe": "Invite for Me",
"notificationRuleInviteForMeDescription": "Notifies the user when they are invited to a room.",
"notificationRuleMemberEvent": "Member Event",
"notificationRuleMemberEventDescription": "Suppresses notifications for membership events.",
"notificationRuleIsUserMention": "User Mention",
"notificationRuleIsUserMentionDescription": "Notifies the user when they are directly mentioned in a message.",
"notificationRuleContainsDisplayName": "Contains Display Name",
"notificationRuleContainsDisplayNameDescription": "Notifies the user when a message contains their display name.",
"notificationRuleIsRoomMention": "Room Mention",
"notificationRuleIsRoomMentionDescription": "Notifies the user when there is a room mention.",
"notificationRuleRoomnotif": "Room Notification",
"notificationRuleRoomnotifDescription": "Notifies the user when a message contains '@room'.",
"notificationRuleTombstone": "Tombstone",
"notificationRuleTombstoneDescription": "Notifies the user about room deactivation messages.",
"notificationRuleReaction": "Reaction",
"notificationRuleReactionDescription": "Suppresses notifications for reactions.",
"notificationRuleRoomServerAcl": "Room Server ACL",
"notificationRuleRoomServerAclDescription": "Suppresses notifications for room server access control lists (ACL).",
"notificationRuleSuppressEdits": "Suppress Edits",
"notificationRuleSuppressEditsDescription": "Suppresses notifications for edited messages.",
"notificationRuleCall": "Call",
"notificationRuleCallDescription": "Notifies the user about calls.",
"notificationRuleEncryptedRoomOneToOne": "Encrypted Room One-to-One",
"notificationRuleEncryptedRoomOneToOneDescription": "Notifies the user about messages in encrypted one-to-one rooms.",
"notificationRuleRoomOneToOne": "Room One-to-One",
"notificationRuleRoomOneToOneDescription": "Notifies the user about messages in one-to-one rooms.",
"notificationRuleMessage": "Message",
"notificationRuleMessageDescription": "Notifies the user about general messages.",
"notificationRuleEncrypted": "Encrypted",
"notificationRuleEncryptedDescription": "Notifies the user about messages in encrypted rooms.",
"notificationRuleJitsi": "Jitsi",
"notificationRuleJitsiDescription": "Notifies the user about Jitsi widget events.",
"notificationRuleServerAcl": "Suppress Server ACL Events",
"notificationRuleServerAclDescription": "Suppresses notifications for Server ACL events.",
"unknownPushRule": "Unknown push rule '{rule}'",
"@unknownPushRule": {
"type": "text",
"placeholders": {
"rule": {}
}
}
}