Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairmeeting
Commits
ce588d65
Unverified
Commit
ce588d65
authored
4 years ago
by
KovalevArtem
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Russian localization
parent
ca1eb702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/i18n/index.js
+2
-1
2 additions, 1 deletion
app/i18n/index.js
app/i18n/lang/ru.json
+38
-0
38 additions, 0 deletions
app/i18n/lang/ru.json
with
40 additions
and
1 deletion
app/i18n/index.js
+
2
−
1
View file @
ce588d65
...
...
@@ -6,7 +6,8 @@ const languages = {
de
:
{
translation
:
require
(
'
./lang/de.json
'
)
},
en
:
{
translation
:
require
(
'
./lang/en.json
'
)
},
fr
:
{
translation
:
require
(
'
./lang/fr.json
'
)
},
it
:
{
translation
:
require
(
'
./lang/it.json
'
)
}
it
:
{
translation
:
require
(
'
./lang/it.json
'
)
},
ru
:
{
translation
:
require
(
'
./lang/ru.json
'
)
}
};
const
detectedLocale
=
window
.
jitsiNodeAPI
.
getLocale
();
...
...
This diff is collapsed.
Click to expand it.
app/i18n/lang/ru.json
0 → 100644
+
38
−
0
View file @
ce588d65
{
"enterConferenceNameOrUrl"
:
"Введите название для вашей конференции или URL-адрес приглашения Jitsi"
,
"go"
:
"Вперёд"
,
"help"
:
"Помощь"
,
"termsLink"
:
"Условия"
,
"privacyLink"
:
"Конфиденциальность"
,
"sendFeedbackLink"
:
"Отправить отзыв"
,
"aboutLink"
:
"О приложении"
,
"sourceLink"
:
"Исходный код"
,
"versionLabel"
:
"Версия: {{version}}"
,
"onboarding"
:
{
"startTour"
:
"Начать ознакомительный тур"
,
"skip"
:
"Пропустить"
,
"welcome"
:
"Добро пожаловать в {{appName}}"
,
"letUsShowYouAround"
:
"Мы покажем вам, как все работает!"
,
"next"
:
"Далее"
,
"conferenceUrl"
:
"Введите название (или полный URL-адрес) комнаты, к которой вы хотите присоединиться."
,
"settingsDrawerButton"
:
"Нажмите здесь, чтобы перейти к настройкам."
,
"nameSetting"
:
"Это ваше имя, которое будут видеть другие."
,
"emailSetting"
:
"Эл. адрес, который вы введете здесь, будет частью вашего профиля пользователя."
,
"startMutedToggles"
:
"Здесь вы можете настроить, присоединяться ли вы ко всем конференциям без включенного аудио/видео."
,
"serverSetting"
:
"Это сервер, на котором будут проходить все ваши конференции. Вы можете использовать свой собственный, но вам это не нужно!"
,
"serverTimeout"
:
"Timeout to join a meeting, if the meeting hasn't been joined before the timeout hits, it's cancelled."
,
"alwaysOnTop"
:
"Здесь вы можете включить небольшое окно, которое показывает участников, даже если вы только что свернули основное приложение."
},
"settings"
:
{
"back"
:
"Назад"
,
"name"
:
"Имя"
,
"email"
:
"Эл. адрес"
,
"advancedSettings"
:
"Расширенные настройки"
,
"alwaysOnTopWindow"
:
"Поверх всех окон"
,
"startWithAudioMuted"
:
"Начать без звука"
,
"startWithVideoMuted"
:
"Начать без видео"
,
"invalidServer"
:
"Неверный URL-адрес сервера или внешний API не включен"
,
"serverUrl"
:
"URL-адрес сервера"
,
"serverTimeout"
:
"Тайм-аут сервера (в секундах)"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment