Chat context menu (w.i.p)

This commit is contained in:
2024-11-18 22:52:22 +08:00
parent 5032cccf38
commit ce414d92a2
6 changed files with 139 additions and 86 deletions

View File

@@ -47,6 +47,7 @@
"compress": "Compress",
"report": "Report",
"repost": "Repost",
"replyPost": "Reply",
"reply": "Reply",
"unset": "Unset",
"untitled": "Untitled",
@@ -158,5 +159,6 @@
"realmDeleted": "Realm {} has been deleted.",
"realmDelete": "Delete realm {}",
"realmDeleteDescription": "Are you sure you want to delete this realm? This operation is irreversible, all resources (posts, chat channels, publishers, etc) belonging to this realm will be permanently deleted. Be careful and think twice!",
"fieldChatMessage": "Message in {}"
"fieldChatMessage": "Message in {}",
"eventResourceTag": "Event {}"
}