fix(lang) updated Russian translations (#14213)

This commit is contained in:
Ilya Shevtsov
2024-01-17 19:38:55 +07:00
committed by GitHub
parent b8da93f64f
commit 60d4b626a5
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ongoing_notification_title">Текущая встреча</string>
<string name="ongoing_notification_text">Нажмите, чтобы вернуться к встрече.</string>
<string name="ongoing_notification_action_hang_up">Отключиться</string>
<string name="ongoing_notification_action_mute">Отключить звук</string>
<string name="ongoing_notification_action_unmute">Включить звук</string>
<string name="ongoing_notification_channel_name">Ongoing Conference Notifications</string>
</resources>