forked from rolling-scopes/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget-communication.data.ts
41 lines (41 loc) · 2.8 KB
/
widget-communication.data.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
export const communicationText = {
en: {
title: 'Communication',
subTitle: 'Discord is the main communication channel in RS School',
subTitleJs: 'RS School uses two main communication channels:',
firstParagraphFirstHalf: 'Here is link for the ',
discordParagraphTextJs: ': Join the Discord server to see the latest news and chat with students.',
discordLink: 'course Discord server',
discordLinkJs: 'Discord',
firstParagraphSecondHalf: ', where you can see latest news and chat with students.',
telegramParagraphTextJs: ': You can also join the official Telegram channel for updates and discussions.',
discordNote: 'Attention! In some countries, access to Discord requires the use of a VPN. If you are having trouble connecting, please try using a reliable VPN service.',
secondParagraphFirstHalf: 'There are channels in ',
telegramLink: 'Telegram',
secondParagraphSecondHalf:
' for discussing events related to your location. For example, offline lectures or just informal chats among students from the same location.',
thirdParagraphFirstHalf: 'Please read the information about communication in RS School in the ',
rsDocsLink: 'RS Docs',
thirdParagraphSecondHalf: ', where you can find rules, descriptions of channels, FAQ.',
},
ru: {
title: 'Общение',
subTitle: 'Дискорд — основной способ общения в RS School',
subTitleJs: '',
firstParagraphFirstHalf: 'Вот ссылка на ',
discordParagraphTextJs: '',
discordLink: 'Дискорд сервер курса',
discordLinkJs: '',
firstParagraphSecondHalf:
', где вы можете посмотреть последние новости, задать вопросы и общаться со студентами.',
telegramParagraphTextJs: '',
discordNote: 'Внимание! В некоторых странах для доступа к Discord требуется использование VPN. Если у вас возникают трудности с подключением, попробуйте использовать надёжный VPN-сервис.',
secondParagraphFirstHalf: 'Также есть каналы в ',
telegramLink: 'Телеграм',
secondParagraphSecondHalf:
' для обсуждения мероприятий, относящихся к вашему городу. Например, офлайн лекции или просто для общения студентов из одной локации.',
thirdParagraphFirstHalf: 'Обязательно прочитайте информацию об общении в RS School в ',
rsDocsLink: 'RS Docs',
thirdParagraphSecondHalf: ', где вы можете найти правила, описание каналов, FAQ.',
},
};