diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index 305877d..87bbdfe 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -918,6 +918,11 @@ "type": "text", "placeholders": {} }, + "mention": "Упомянуть", + "@mention" : { + "type": "text", + "placeholders": {} + }, "messageWillBeRemovedWarning": "Сообщение будет удалено для всех участников", "@messageWillBeRemovedWarning": { "type": "text", @@ -1015,6 +1020,21 @@ "type": "text", "placeholders": {} }, + "online": "В сети", + "@online": { + "type": "text", + "placeholders": {} + }, + "offline": "Не в сети", + "@offline": { + "type": "text", + "placeholders": {} + }, + "unavailable": "Недоступен", + "@unavailable": { + "type": "text", + "placeholders": {} + }, "onlineKeyBackupDisabled": "Резервное копирование ключей на сервере отключено", "@onlineKeyBackupDisabled": { "type": "text", diff --git a/pubspec.yaml b/pubspec.yaml index 6e9abec..ea07a31 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.1.1 +version: 0.1.2 environment: sdk: ">=2.6.0 <3.0.0"