- Replaced `LIST_PUBLIC_CATEGORIES` with `LIST_ADMIN_CATEGORIES_FLAT` in `ArticleFormModal.tsx`. - Removed the "Add Event" button from the dashboard page. - Simplified the `EventsPage` by removing the button and adjusting the layout. - Cleaned up the `AdminEventEditPage` by removing unnecessary props. - Deleted unused layout and page files related to event creation. - Updated `AdminAuthContent` to use `useAdminCitiesQuery` instead of `useDiscoveryCitiesQuery`. - Refactored `EventGuestListAccessPanel` to remove the `accessMode` prop and adjust API calls accordingly. - Removed several unused components and tests related to event creation, enhancing project maintainability.
9 lines
446 B
TypeScript
9 lines
446 B
TypeScript
export const reviews = {
|
|
loadMore: 'نمایش نظرات بیشتر',
|
|
hostReply: 'پاسخ میزبان',
|
|
ratingOnly: 'فقط امتیاز ثبت شده است.',
|
|
loading: 'در حال بارگذاری نظرات…',
|
|
hostEmptyDescription: 'وقتی مهمانان بعد از اتمام رویداد نظر بدهند، اینجا نمایش داده میشود.',
|
|
hostEmptyTitle: 'هنوز نظری ثبت نشده',
|
|
} as const
|