You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/i18n.ts
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,11 @@ const translations = {
49
49
welcomeTitle: 'Welcome to the Forum Template',
50
50
welcomeMessage: 'This is a modern forum application built with React, TypeScript, and Tailwind CSS. You can use this as a template to create your own forum.',
51
51
featuresTitle: 'Features',
52
-
featuresList: 'User authentication, Markdown support, Dark mode, Mobile responsive, Multi-language support'
52
+
featuresList: 'User authentication, Markdown support, Dark mode, Mobile responsive, Multi-language support',
53
+
maintenanceMessage: 'The site is currently under maintenance. Please try again later.',
54
+
signupsDisabled: 'Registration is temporarily disabled. Please sign in to an existing account.',
maintenanceBanner: 'Site is in maintenance mode. Some features may be limited.'
53
57
},
54
58
ru: {
55
59
login: 'Войти',
@@ -98,7 +102,11 @@ const translations = {
98
102
welcomeTitle: 'Добро пожаловать в шаблон форума',
99
103
welcomeMessage: 'Это современное форумное приложение, созданное с помощью React, TypeScript и Tailwind CSS. Вы можете использовать это как шаблон для создания своего собственного форума.',
100
104
featuresTitle: 'Возможности',
101
-
featuresList: 'Аутентификация пользователей, Поддержка Markdown, Темная тема, Адаптивность для мобильных, Поддержка нескольких языков'
105
+
featuresList: 'Аутентификация пользователей, Поддержка Markdown, Темная тема, Адаптивность для мобильных, Поддержка нескольких языков',
106
+
maintenanceMessage: 'Сайт находится в режиме обслуживания. Повторите попытку позже.',
107
+
signupsDisabled: 'Регистрация временно отключена. Пожалуйста, войдите в существующий аккаунт.',
0 commit comments