From 0bfc0bd61b4f0b0e13598b3479162360f42ad213 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 7 Aug 2024 00:08:29 +0800 Subject: [PATCH] :globe_with_meridians: Update en translation --- lib/translations/en_us.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/translations/en_us.dart b/lib/translations/en_us.dart index 79380b7..70c5ba4 100644 --- a/lib/translations/en_us.dart +++ b/lib/translations/en_us.dart @@ -366,4 +366,8 @@ const i18nEnglish = { 'attachmentUnload': 'Not Loaded', 'attachmentUnloadCaption': 'In order to save traffic, this attachment is not loaded automatically. Click it to start loading.', + 'callStatusConnected': 'Connected', + 'callStatusDisconnected': 'Disconnected', + 'callStatusConnecting': 'Connecting', + 'callStatusReconnected': 'Reconnecting', };