This commit is contained in:
启星
2025-08-08 10:49:36 +08:00
parent 6400cf78bb
commit b5ce3d580a
8780 changed files with 978183 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
/*
Localizable.strings
English
Created by harvy on 2020/10/9.
*/
"TUIChatCallDurationFormat" = "Duration";
"TUIChatCallCancelInCaller" = "Canceled";
"TUIChatCallCancelInCallee" = "Call canceled by caller";
"TUIChatCallRejectInCaller" = "Call declined by user";
"TUIChatCallRejectInCallee" = "Declined";
"TUIChatCallTimeoutInCaller" = "Call wasn't answered";
"TUIChatCallTimeoutInCallee" = "Call timeout";
"TUIChatCallLinebusyInCaller" = "Line busy";
"TUIChatCallLinebusyInCallee" = "Line busy";
"TUIChatCallSend" = "Start call";
"TUIChatCallAccept" = "Answered";
"TUIChatCallSwitchToAudio" = "Switch to audio call";
"TUIChatCallConfirmSwitchToAudio" = "Confirm to audio call";
"TUIChatCallUnrecognized" = "Others call instruction";
"TUIChatGroupCallSendFormat" = "%@ initiated a group call";
"TUIChatGroupCallEnd" = "End group call";
"TUIChatGroupCallNoAnswer" = "no answer";
"TUIChatGroupCallRejectFormat" = "Call declined by %@";
"TUIChatGroupCallAcceptFormat" = "Answered by %@";
"TUIChatGroupCallSwitchToAudioFormat" = "Switch to audio call by %@";
"TUIChatGroupCallConfirmSwitchToAudioFormat" = "Confirm to audio call by %@";
"TUIChatVideoCall" = "Video call";
"TUIChatAudioCall" = "Audio call";
"TUIChatUnknownCall" = "Unknown call";