增加换肤功能

This commit is contained in:
启星
2025-08-14 10:07:49 +08:00
parent f6964c1e89
commit 4f9318d98e
8789 changed files with 978530 additions and 2 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";