32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
/*
|
|
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";
|