#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..."
}
}
+13 -2
View File
@@ -26,7 +26,8 @@
"personalWarning": "Vous allez perdre tous les événements de ce calendrier.",
"sharedWarning": "Vous allez perdre laccès à ses événements. Vous pourrez toujours le rajouter plus tard."
},
"resources": "Ressources"
"resources": "Ressources",
"browseResources": "Parcourir les ressources"
},
"actions": {
"modify": "Modifier",
@@ -54,7 +55,8 @@
"you": "Vous",
"select_timezone": "Sélectionner le fuseau horaire",
"moreOptions": "Plus d'options",
"search": "Rechercher"
"search": "Rechercher",
"resource": "Ressources"
},
"search": {
"searchIn": "Rechercher dans",
@@ -348,5 +350,14 @@
"subtitle": "Veuillez ouvrir Twake Calendar sur un ordinateur pour profiter de toutes les fonctionnalités. Une version mobile optimisée arrive bientôt.",
"title": "Version mobile bientôt disponible"
}
},
"resourceSearch": {
"label": "Rechercher des ressources",
"placeholder": "Rechercher par nom",
"availabilityPlaceholder": "Vérifier la disponibilité",
"invalidEmail": "%{email} n'est pas une adresse e-mail valide",
"searchError": "Impossible de récupérer les ressources pour le moment. Veuillez réessayer.",
"noResults": "Aucun résultat",
"loading": "Chargement..."
}
}
+13 -2
View File
@@ -26,7 +26,8 @@
"personalWarning": "Вы потеряете все события в этом календаре.",
"sharedWarning": "Вы потеряете доступ. Позже можно добавить снова."
},
"resources": "Ресурсы"
"resources": "Ресурсы",
"browseResources": "Просмотреть ресурсы"
},
"actions": {
"modify": "Изменить",
@@ -54,7 +55,8 @@
"you": "Вы",
"select_timezone": "Выберите часовой пояс",
"moreOptions": "Больше параметров",
"search": "Поиск"
"search": "Поиск",
"resource": "Ресурсы"
},
"search": {
"searchIn": "Поиск в",
@@ -348,5 +350,14 @@
"subtitle": "Пожалуйста, откройте Twake Calendar на компьютере, чтобы воспользоваться всеми функциями. Полностью оптимизированная мобильная версия скоро появится.",
"title": "Мобильная версия скоро будет доступна"
}
},
"resourceSearch": {
"label": "Поиск ресурсов",
"placeholder": "Поиск по имени",
"availabilityPlaceholder": "Проверить доступность",
"invalidEmail": "%{email} не является действительным адресом электронной почты",
"searchError": "Не удалось получить ресурсы. Попробуйте снова.",
"noResults": "Нет результатов",
"loading": "Загрузка..."
}
}
+13 -2
View File
@@ -26,7 +26,8 @@
"personalWarning": "Bạn sẽ mất tất cả sự kiện trong lịch này.",
"sharedWarning": "Bạn sẽ mất quyền truy cập các sự kiện của lịch. Bạn vẫn có thể thêm lại sau."
},
"resources": "Tài nguyên"
"resources": "Tài nguyên",
"browseResources": "Tìm kiếm tài nguyên"
},
"actions": {
"modify": "Chỉnh sửa",
@@ -54,7 +55,8 @@
"you": "Bạn",
"select_timezone": "Chọn múi giờ",
"moreOptions": "Thêm tùy chọn",
"search": "Tìm kiếm"
"search": "Tìm kiếm",
"resource": "Tài nguyên"
},
"search": {
"searchIn": "Tìm kiếm trong",
@@ -346,5 +348,14 @@
"subtitle": "Vui lòng mở Twake Calendar trên máy tính để sử dụng đầy đủ tính năng. Phiên bản di động được tối ưu hóa hoàn toàn sẽ sớm ra mắt.",
"title": "Phiên bản di động sắp ra mắt"
}
},
"resourceSearch": {
"label": "Tìm kiếm tài nguyên",
"placeholder": "Tìm kiếm theo tên",
"availabilityPlaceholder": "Kiểm tra tình trạng",
"invalidEmail": "%{email} không phải là địa chỉ email hợp lệ",
"searchError": "Không thể lấy tài nguyên. Vui lòng thử lại.",
"noResults": "Không có kết quả",
"loading": "Đang tải..."
}
}