#599 ability to register to a resource calendar (#631)

Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
lethemanh
2026-03-17 15:33:15 +07:00
committed by GitHub
parent a9e7b1ac82
commit 0dd7f1b2fd
20 changed files with 1647 additions and 75 deletions
+13 -2
View File
@@ -26,7 +26,8 @@
"personalWarning": "You will lose all events in this calendar.",
"sharedWarning": "You will lose access to its events. You will still be able to add it back later."
},
"resources": "Resources"
"resources": "Resources",
"browseResources": "Browse resources"
},
"actions": {
"modify": "Modify",
@@ -54,7 +55,8 @@
"you": "You",
"select_timezone": "Select Timezone",
"moreOptions": "More options",
"search": "Search"
"search": "Search",
"resource": "Resource"
},
"search": {
"searchIn": "Search in",
@@ -347,5 +349,14 @@
"subtitle": "Please open Twake Calendar on a desktop to enjoy all features. A fully optimized mobile version is coming soon.",
"title": "Mobile version coming soon"
}
},
"resourceSearch": {
"label": "Search for resources",
"placeholder": "Search by name",
"availabilityPlaceholder": "Check availability",
"invalidEmail": "%{email} is not a valid email address",
"searchError": "Unable to fetch resources right now. Please try again.",
"noResults": "No results",
"loading": "Loading..."
}
}