Typing indicator

This commit is contained in:
2025-06-08 01:16:48 +08:00
parent b2a118bbd0
commit 20e6cc4283
7 changed files with 223 additions and 69 deletions

View File

@ -353,5 +353,9 @@
"authDeviceLabelTitle": "Edit Device Label",
"authDeviceLabelHint": "Enter a name for this device",
"authDeviceSwipeEditHint": "Swipe left to edit label",
"authDeviceSwipeLogoutHint": "Swipe right to logout device"
"authDeviceSwipeLogoutHint": "Swipe right to logout device",
"typingHint": {
"one": "{} is typing...",
"other": "{} are typing..."
}
}