Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 217f449

Browse files
ara4ndbkr
authored andcommitted
fix broken vars
1 parent 8f19400 commit 217f449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/i18n/strings/ru.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"Friday": "Пятница",
356356
"Saturday": "Суббота",
357357
"Sunday": "Воскресенье",
358-
"%(weekDayName)s %(time)s": "%(weekDayName) %(time)",
358+
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
359359
"Upload an avatar:": "Загрузите аватар:",
360360
"You need to be logged in.": "Вы должны быть авторизованы.",
361361
"You need to be able to invite users to do that.": "Вам необходимо пригласить пользователей чтобы сделать это.",
@@ -946,8 +946,8 @@
946946
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Хотели бы вы <acceptText>подтвердить</acceptText> это приглашение или <declineText>отклонить</declineText>?",
947947
"(~%(count)s results).one": "(~%(count)s Результат)",
948948
"Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "Не удается подключиться к домашнему серверу - проверьте подключение, убедитесь, что ваш сертификат SSL <a>homeserver's SSL certificate</a> действителен, и расширение браузера не блокирует запросы.",
949-
"You have been banned from %(roomName)s by %(userName)s.": "%(userName) забанил Вас в % (roomName).",
950-
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName) выгнал Вас из %(roomName).",
949+
"You have been banned from %(roomName)s by %(userName)s.": "%(userName)s забанил Вас в %(roomName)s.",
950+
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s выгнал Вас из %(roomName)s.",
951951
"You may wish to login with a different account, or add this email to this account.": "Вы можете войти в систему с другой учетной записью или добавить этот адрес email в эту учетную запись.",
952952
"Your home server does not support device management.": "Ваш домашний сервер не поддерживает управление устройствами.",
953953
"(could not connect media)": "(не удается подключиться к медиа)",

0 commit comments

Comments
 (0)