From 51ca269043264d21fec30239feff6445826fbf28 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 29 Oct 2020 10:52:07 +0000 Subject: [PATCH] chore: bump FurryChat version to 0.1.2 --- lib/l10n/intl_ru.arb | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) 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"