- 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.
35 lines
2.3 KiB
TypeScript
35 lines
2.3 KiB
TypeScript
export const auth = {
|
|
logoAlt: 'لوگوی قبیله',
|
|
preparingLogin: 'در حال آمادهسازی ورود',
|
|
otpTitle: 'کد ارسالشده را وارد کنید',
|
|
profileTitle: 'تکمیل اطلاعات پروفایل',
|
|
mobileLabel: 'شماره موبایل',
|
|
mobilePlaceholder: 'مثال ۰۹۱۲۳۴۵۶۷۸۹',
|
|
termsConfirmPrefix: 'تأیید میکنم',
|
|
termsLink: 'قوانین و مقررات قبیله',
|
|
termsConfirmSuffix: 'را خواندهام و میپذیرم.',
|
|
confirmAndContinueRegister: 'تأیید و ادامه ثبتنام',
|
|
resendTimerAria: 'تایمر ارسال مجدد کد',
|
|
didNotReceiveCode: 'کد را دریافت نکردید؟',
|
|
resendInSeconds: 'ارسال مجدد کد تا {seconds} ثانیه دیگر',
|
|
resendCode: 'ارسال مجدد کد',
|
|
changeMobile: 'تغییر شماره موبایل',
|
|
loadingCities: 'در حال دریافت شهرها...',
|
|
citiesLoadFailed: 'دریافت فهرست شهرها ناموفق بود.',
|
|
completeRegistration: 'تکمیل ثبتنام',
|
|
accountSuspended: 'حساب کاربری شما مسدود شده است. برای پیگیری با پشتیبانی تماس بگیرید.',
|
|
accountDeleted: 'این حساب کاربری حذف شده است و امکان ورود وجود ندارد.',
|
|
otpSent: 'کد تایید به شماره موبایل شما ارسال شد',
|
|
otpAlreadySent: 'پیامک قبلاً ارسال شده و میتوانید از همان کد استفاده کنید',
|
|
sendOtpFailed: 'ارسال کد با خطا مواجه شد. دوباره تلاش کنید.',
|
|
termsRequiredMessage: 'برای ادامه ثبتنام، پذیرش قوانین و مقررات الزامی است.',
|
|
termsRequiredTitle: 'پذیرش قوانین الزامی است',
|
|
welcome: 'خوش آمدید',
|
|
otpInvalidOrExpired: 'کد وارد شده نامعتبر یا منقضی شده است.',
|
|
otpVerifyFailed: 'تایید کد با خطا مواجه شد. دوباره تلاش کنید.',
|
|
profileCompleteFailed: 'تکمیل پروفایل با خطا مواجه شد. دوباره تلاش کنید.',
|
|
sendOtpFailedFallback: 'ارسال کد تایید ناموفق بود',
|
|
otpInvalidFallback: 'کد تایید نامعتبر است',
|
|
invalidLoginResponse: 'پاسخ ورود نامعتبر است',
|
|
} as const
|