Search post

This commit is contained in:
2024-11-23 19:06:09 +08:00
parent d64a24454d
commit dfd80021b9
6 changed files with 215 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
"screenRealmManage": "Edit Realm",
"screenRealmNew": "New Realm",
"screenNotification": "Notification",
"screenPostSearch": "Search Posts",
"dialogOkay": "Okay",
"dialogCancel": "Cancel",
"dialogConfirm": "Confirm",
@@ -195,5 +196,11 @@
"one": "Marked {} notification as read.",
"other": "Marked {} notifications as read."
},
"notificationMarkOneReadPrompt": "Marked notification {} as read."
"notificationMarkOneReadPrompt": "Marked notification {} as read.",
"postSearchResult": {
"zero": "No results",
"one": "{} result",
"other": "{} results"
},
"postSearchTook": "Took {}"
}