Skip to content

Commit

Permalink
Fixes to the Telegram strings
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 3, 2022
1 parent e6a9ef2 commit 22031a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ru/src/main/java/org/luwrain/i18n/ru/SpeakableText.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private String processNatural(String text)
{
NullCheck.notNull(text, "text");
synchronized(inlandes) {
return concat(inlandes.process(text));
return concatText(inlandes.process(text));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ strings.telegram = org.luwrain.app.telegram.Strings
command.telegram = Телеграм
telegram.AppName = Телеграм

telegram.ActionSetChatPhoto = Установить изображение
telegram.ActionChatMembers = Показать участников группы или канала
telegram.ActionEditMessageText = Редактировать текст

telegram.ActionChats = Чаты
telegram.ChatsAreaName = Чаты Телеграм

Expand Down Expand Up @@ -696,6 +700,9 @@ telegram.ChatStatAreaName = Статистика

telegram.ActionPrivacySettings = Настройки безопастноси

telegram.ActionSendPhoto = Отправить изображение
telegram.ActionSendAudio = Отправить аудио

term.AppName = Терминал
term.AreaName = Терминал

Expand Down

0 comments on commit 22031a1

Please sign in to comment.