diff --git a/assets/locales/zh_cn.json b/assets/locales/zh_cn.json index b1e23e6..237b145 100644 --- a/assets/locales/zh_cn.json +++ b/assets/locales/zh_cn.json @@ -269,6 +269,7 @@ "messageCallStartDesc": "@user 发起了一次通话", "messageCallEndDesc": "通话持续了 @duration", "messageTypeUnsupported": "不支持的消息类型 @type", + "messageInputPlaceholder": "发消息于 @channel", "messageActionList": "消息的操作", "messageDeletionConfirm": "确认删除消息", "messageDeletionConfirmCaption": "你确定要删除消息 @id 吗?该操作不可撤销。", diff --git a/pubspec.yaml b/pubspec.yaml index c69d4e0..39ebf63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: solian description: "The Solar Network App" publish_to: "none" -version: 1.2.1+34 +version: 1.2.1+35 environment: sdk: ">=3.3.4 <4.0.0"