-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from kutovoys/main
Add Russian translations and update locales.json
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,9 @@ | |
{ | ||
"code": "de", | ||
"name": "Deutsch" | ||
}, | ||
{ | ||
"code": "ru", | ||
"name": "Русский" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"14 Days": "14 Дней", | ||
"30 Days": "30 Дней", | ||
"60 Days": "60 Дней", | ||
"7 Days": "7 Дней", | ||
"90 Days": "90 Дней", | ||
"Availability per Component": "Доступность по компонентам", | ||
"Back": "Назад", | ||
"Badge": "Значок", | ||
"Badge Copied": "Значок скопирован", | ||
"Code Copied": "Код скопирован", | ||
"Copy Code": "Копировать код", | ||
"Copy Link": "Копировать ссылку", | ||
"Dark": "Темная", | ||
"Days": "Дней", | ||
"DEGRADED": "УХУДШЕНО", | ||
"DOWN": "НЕДОСТУПНО", | ||
"Embed": "Встроить", | ||
"Embed this monitor using <script> or <iframe> in your app.": "Встройте этот монитор используя <script> или <iframe> в ваше приложение.", | ||
"Get SVG badge for this monitor": "Получить SVG значок для этого монитора", | ||
"Get a LIVE Status for this monitor": "Получить ЖИВОЙ статус для этого монитора", | ||
"IDENTIFIED": "ВЫЯВЛЕНО", | ||
"Incident Updates": "Обновления инцидента", | ||
"INVESTIGATING": "ИССЛЕДУЕТСЯ", | ||
"Lasted for about %lastedFor": "Длилось около %lastedFor", | ||
"Light": "Светлая", | ||
"Link Copied": "Ссылка скопирована", | ||
"LIVE Status": "ЖИВОЙ статус", | ||
"Mode": "Режим", | ||
"MONITORING": "МОНИТОРИНГ", | ||
"No Data": "Нет данных", | ||
"No Incidents": "Нет инцидентов", | ||
"No Incident On %date": "Нет инцидентов на %date", | ||
"No Monitor Found": "Монитор не найден", | ||
"No Updates Yet": "Пока нет обновлений", | ||
"Ongoing Incidents": "Текущие инциденты", | ||
"Pinging": "Пингуется", | ||
"Recent Incidents": "Недавние инциденты", | ||
"RESOLVED": "РЕШЕНО", | ||
"Share": "Поделиться", | ||
"Share this monitor using a link with others": "Поделитесь этим монитором с другими по ссылке", | ||
"Standard": "Стандартная", | ||
"Started about %startedAt ago, lasted for about %lastedFor": "Началось около %startedAt назад, длилось около %lastedFor", | ||
"Started about %startedAt ago, still ongoing": "Началось около %startedAt назад, все еще продолжается", | ||
"Starts in %startedAt": "Начнется через %startedAt", | ||
"Starts in %startedAt, will last for about %lastedFor": "Начнется через %startedAt, продлится около %lastedFor", | ||
"Status": "Статус", | ||
"Status OK": "Статус ОК", | ||
"Theme": "Тема", | ||
"Today": "Сегодня", | ||
"UP": "РАБОТАЕТ", | ||
"Updates": "Обновления", | ||
"Uptime": "Время работы", | ||
"%status for %duration": "%status в течение %duration" | ||
} |