Status creation & update & clear

This commit is contained in:
2025-05-10 12:38:34 +08:00
parent d678cc571a
commit fb6e65a0fb
9 changed files with 868 additions and 51 deletions

View File

@ -36,6 +36,7 @@
"editPublisher": "Edit Publisher",
"syncPublisher": "Use Account Data",
"create": "Create",
"update": "Update",
"edit": "Edit",
"delete": "Delete",
"deletePublisher": "Delete Publisher {}",
@ -117,5 +118,25 @@
"checkInResultLevel4": "Best Luck",
"checkInActivityTitle": "{} checked in on {} and got a {}",
"eventCalander": "Event Calander",
"eventCalanderEmpty": "No events on that day."
"eventCalanderEmpty": "No events on that day.",
"creatorHub": "Creator Hub",
"creatorHubDescription": "Manage posts, analytics, and more.",
"developerPortal": "Developer Portal",
"developerPortalDescription": "Build with Solar Network™.",
"statusCreateHint": "What's on your mind? Add a status.",
"statusCreate": "Add a Status",
"statusUpdate": "Update Status",
"statusLabel": "Status",
"statusAttitude": "Attitude",
"attitudePositive": "Positive",
"attitudeNeutral": "Neutral",
"attitudeNegative": "Negative",
"statusInvisible": "Invisible",
"statusInvisibleDescription": "Your will be showing as offline to others.",
"statusNotDisturb": "Do Not Disturb",
"statusNotDisturbDescription": "Push notification will be disabled.",
"statusClearTime": "Cleared At",
"statusNoAutoClear": "Do not auto clear",
"online": "Online",
"offline": "Offline"
}