Notification screen

This commit is contained in:
2024-11-23 16:55:23 +08:00
parent 63499df99f
commit 85a1dd3053
9 changed files with 792 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"screenRealm": "Realm",
"screenRealmManage": "Edit Realm",
"screenRealmNew": "New Realm",
"screenNotification": "Notification",
"dialogOkay": "Okay",
"dialogCancel": "Cancel",
"dialogConfirm": "Confirm",
@@ -174,5 +175,15 @@
},
"addAttachmentFromAlbum": "Add from album",
"addAttachmentFromClipboard": "Paste file",
"attachmentPastedImage": "Pasted Image"
"attachmentPastedImage": "Pasted Image",
"notificationUnread": "未读",
"notificationRead": "已读",
"notificationMarkAllRead": "Mark all notifications as read",
"notificationMarkAllReadDescription": "Are you sure you want to mark all notifications as read? This operation is irreversible.",
"notificationMarkAllReadPrompt": {
"zero": "Marked 0 notification as read.",
"one": "Marked {} notification as read.",
"other": "Marked {} notifications as read."
},
"notificationMarkOneReadPrompt": "Marked notification {} as read."
}