From a0fdf915cf4729b66a14ac1890651f2cf0cdbe44 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 28 Jun 2024 16:26:33 +0800 Subject: [PATCH] :globe_with_meridians: Fix translation mistakes --- lib/translations.dart | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/translations.dart b/lib/translations.dart index d7f313b..e219d61 100644 --- a/lib/translations.dart +++ b/lib/translations.dart @@ -163,7 +163,8 @@ class SolianMessages extends Translations { 'channelNotifyLevelAll': 'All', 'channelNotifyLevelMentioned': 'Only mentioned', 'channelNotifyLevelNone': 'Ignore all', - 'channelNotifyLevelApplied': 'Your notification settings has been applied.', + 'channelNotifyLevelApplied': + 'Your notification settings has been applied.', 'messageUnsync': 'Messages Un-synced', 'messageUnsyncCaption': '@count message(s) still in un-synced.', 'messageEditDesc': 'Edited message @id', @@ -224,7 +225,8 @@ class SolianMessages extends Translations { 'accountStatusSilent': 'Do not Disturb', 'accountStatusSilentDesc': 'The notification will stop popping up', 'accountStatusInvisible': 'Invisible', - 'accountStatusInvisibleDesc': 'Will show as offline, but all features still remain normal', + 'accountStatusInvisibleDesc': + 'Will show as offline, but all features still remain normal', 'accountStatusOffline': 'Offline', 'accountLastSeenAt': '@date ago online', 'accountStatusLabel': 'Status Text', @@ -387,7 +389,7 @@ class SolianMessages extends Translations { 'messageDecoding': '解码信息中…', 'messageEditDesc': '修改了消息 @id', 'messageDeleteDesc': '删除了消息 @id', - 'messageCallStartDesc': '@user 发起了一次童话', + 'messageCallStartDesc': '@user 发起了一次通话', 'messageCallEndDesc': '通话持续了 @duration', 'messageTypeUnsupported': '不支持的消息类型 @type', 'messageActionList': '消息的操作',