feat(mobile-next): 导入官方 openim-flutter-demo 固定基线 3.8.3-patch.3 并完成双构建
- 上游: github.com/OpenIMSDK/openim-flutter-demo tag 3.8.3-patch.3 commit b3dfdb1e8aaeaaf6f0793e10cadd20d5c184a31f - 并行目录 mobile-next/ 原样导入(含 LICENSE),不覆盖现网 mobile/ - 锁定 Flutter 3.24.5 / Dart 3.5.4 / JDK 17 / Gradle 7.6.3 / AGP 7.3.1 - 实测 Android debug 与 release 构建均成功(见 docs/mobile-next-baseline-import.md) - 本提交可单独回退:git revert 1db1229(重写前) Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -0,0 +1,620 @@
|
||||
const Map<String, String> en_US = {
|
||||
"welcome": "Welcome to OpenIM",
|
||||
"userID": "user id",
|
||||
"phoneNumber": "Phone Number",
|
||||
"plsEnterPhoneNumber": "Please enter your phone number",
|
||||
"plsEnterEmail": "Please enter your email",
|
||||
"password": "Password",
|
||||
"plsEnterPassword": "Please enter your password",
|
||||
"account": "Account",
|
||||
"plsEnterAccount": "Please enter your account",
|
||||
"forgetPassword": "Forgot Password",
|
||||
"verificationCodeLogin": "Verification Code Login",
|
||||
"login": "Login",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"loginNow": "Login now",
|
||||
"registerNow": "Register now",
|
||||
'lockPwdErrorHint': 'Error %s times',
|
||||
"newUserRegister": "New User Registration",
|
||||
"verificationCode": "Verification Code",
|
||||
"sendVerificationCode": "Send Verification Code",
|
||||
'resendVerificationCode': 'Resend Verification Code',
|
||||
'verificationCodeTimingReminder': 'Get Verification Code Again in %s seconds',
|
||||
"defaultVerificationCode": "(Default Verification Code: %s)",
|
||||
"plsEnterVerificationCode": "Please enter your verification code",
|
||||
"invitationCode": "Invitation Code",
|
||||
"plsEnterInvitationCode": "Please enter your invitation code %s",
|
||||
"optional": "Optional",
|
||||
"nextStep": "Next Step",
|
||||
"plsEnterRightPhone": "Please enter a valid phone number",
|
||||
'plsEnterRightEmail': "Please enter a valid email address",
|
||||
'plsEnterRightAccount': 'Please enter a valid account',
|
||||
'plsEnterRightPhoneOrEmail': 'Please enter a valid phone or email address',
|
||||
"enterVerificationCode": "Enter %s verification code",
|
||||
"setPassword": "Set Password",
|
||||
"plsConfirmPasswordAgain": "Please confirm your password again",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"wrongPasswordFormat": "Invalid password format",
|
||||
"plsCompleteInfo": "Please complete your personal information",
|
||||
"plsEnterYourNickname": "Please enter your nickname",
|
||||
"setInfo": "Set Information",
|
||||
"loginPwdFormat": "6 to 20 characters, at least including numbers and letters",
|
||||
"passwordLogin": "Password Login",
|
||||
'through': 'Through %s',
|
||||
"home": "OpenIM",
|
||||
"contacts": "Contacts",
|
||||
"workbench": "Discover",
|
||||
"mine": "Mine",
|
||||
"draftText": "Draft",
|
||||
'everyone': 'Everyone',
|
||||
"you": "You",
|
||||
'someoneMentionYou': 'Someone @ you',
|
||||
"groupAc": "GA",
|
||||
"createGroupNtf": "%s created a group",
|
||||
"editGroupInfoNtf": "%s modified group information",
|
||||
"quitGroupNtf": "%s quit the group",
|
||||
"invitedJoinGroupNtf": "%s invited %s to join the group",
|
||||
"kickedGroupNtf": "%s was removed from the group by %s",
|
||||
"joinGroupNtf": "%s joined the group",
|
||||
"dismissGroupNtf": "%s dismissed the group",
|
||||
"transferredGroupNtf": "%s transferred group management authority to %s",
|
||||
"muteMemberNtf": "%s was muted by %s for %s",
|
||||
"muteCancelMemberNtf": "%s had their mute canceled by %s",
|
||||
"muteGroupNtf": "%s enabled group mute",
|
||||
"muteCancelGroupNtf": "%s disabled group mute",
|
||||
"friendAddedNtf": "You are now friends and can start chatting",
|
||||
"openPrivateChatNtf": "Enable self-destructing messages",
|
||||
"closePrivateChatNtf": "Disable self-destructing messages",
|
||||
"memberInfoChangedNtf": "%s edited their group member profile",
|
||||
"unsupportedMessage": "Unsupported message type",
|
||||
"picture": "Picture",
|
||||
"video": "Video",
|
||||
"voice": "Voice",
|
||||
"location": "Location",
|
||||
"file": "File",
|
||||
"carte": "Card",
|
||||
"emoji": "Custom Emoji",
|
||||
"chatRecord": "Chat Records",
|
||||
"revokeMsg": "withdrew a message",
|
||||
"aRevokeBMsg": "%s withdrew %s's message",
|
||||
'blockedByFriendHint': 'The message has been sent but rejected by the recipient',
|
||||
'deletedByFriendHint': '%s enabled friend verification. You are not their friend yet.',
|
||||
'sendFriendVerification': 'Send Friend Verification',
|
||||
'removedFromGroupHint': 'You have been removed from the group',
|
||||
'groupDisbanded': 'The group has been disbanded',
|
||||
'search': 'Search',
|
||||
'synchronizing': 'Synchronizing',
|
||||
'syncFailed': 'Sync Failed',
|
||||
'connecting': 'Connecting',
|
||||
'connectionFailed': 'Connection Failed',
|
||||
'top': 'Top',
|
||||
'cancelTop': 'Cancel Top',
|
||||
'markHasRead': 'Mark as Read',
|
||||
'delete': 'Delete',
|
||||
'nPieces': '%s pieces',
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"phoneOnline": "Phone",
|
||||
"pcOnline": "Pc",
|
||||
"webOnline": "Web",
|
||||
"webMiniOnline": "Mini Program",
|
||||
"upgradeFind": "Discover New Version",
|
||||
"upgradeVersion": "A new version %s is available. Your current version is %s.",
|
||||
"upgradeDescription": "Update Description:",
|
||||
"upgradeIgnore": "Ignore",
|
||||
"upgradeLater": "Later",
|
||||
"upgradeNow": "Update Now",
|
||||
'upgradePermissionTips': 'Please allow notification permission',
|
||||
'inviteYouCall': '%s invited you to %s',
|
||||
'rejectCall': 'Reject',
|
||||
'acceptCall': 'Accept',
|
||||
"callVoice": "Voice Call",
|
||||
"callVideo": "Video Call",
|
||||
"sentSuccessfully": "Sent Successfully",
|
||||
"copySuccessfully": "Copied Successfully",
|
||||
"day": "day",
|
||||
"hour": "hour",
|
||||
"hours": "hours",
|
||||
"minute": "minute",
|
||||
"seconds": "seconds",
|
||||
"cancel": "Cancel",
|
||||
"determine": "OK",
|
||||
"toolboxAlbum": "Album",
|
||||
"toolboxCall": "Video Call",
|
||||
"toolboxCamera": "Camera",
|
||||
"toolboxCard": "Card",
|
||||
"toolboxFile": "File",
|
||||
"toolboxLocation": "Location",
|
||||
"toolboxDirectionalMessage": "Dire-Message",
|
||||
"send": "Send",
|
||||
"holdTalk": "Hold to Talk",
|
||||
"releaseToSend": "Release to Send",
|
||||
"releaseToSendSwipeUpToCancel": "Release to Send, Swipe Up to Cancel",
|
||||
"liftFingerToCancelSend": "Lift Finger to Cancel Send",
|
||||
"callDuration": "Call Duration: %s",
|
||||
"cancelled": "Cancelled",
|
||||
"cancelledByCaller": "Cancelled by Caller",
|
||||
"rejectedByCaller": "Rejected by Caller",
|
||||
"callTimeout": "Call Timeout",
|
||||
"rejected": "Rejected",
|
||||
"networkAnomaly": "Network Anomaly",
|
||||
'forwardMaxCountHint': 'you can only forward up to 20 messages.',
|
||||
"typing": "Typing...",
|
||||
"addSuccessfully": "Added Successfully",
|
||||
"addFailed": "Add Failed",
|
||||
"setSuccessfully": "Set Successfully",
|
||||
'callingBusy': 'You are already on a call or in a meeting and cannot perform this operation!',
|
||||
'groupCallHint': 'The group is currently in a call. Are you sure you want to join the ongoing call?',
|
||||
'joinIn': 'Join',
|
||||
'menuCopy': 'Copy',
|
||||
'menuDel': 'Delete',
|
||||
'menuForward': 'Forward',
|
||||
'menuReply': 'Reply',
|
||||
'menuMulti': 'Select Multiple',
|
||||
'menuRevoke': 'Revoke',
|
||||
'menuAdd': 'Add',
|
||||
'nMessage': '%s New Messages',
|
||||
'plsSelectLocation': 'Please select a location',
|
||||
'groupAudioCallHint': '%s people in a voice call',
|
||||
'groupVideoCallHint': '%s people in a video call',
|
||||
'reEdit': 'Re-edit',
|
||||
'playSpeed': 'Playback Speed',
|
||||
'download': 'Download',
|
||||
"googleMap": "Google Maps",
|
||||
"appleMap": "Apple Maps",
|
||||
"baiduMap": "Baidu Maps",
|
||||
"amapMap": "AMap",
|
||||
"tencentMap": "Tencent Maps",
|
||||
"offlineMeetingMessage": "You received a meeting invitation message",
|
||||
"offlineMessage": "You received a new message",
|
||||
"offlineCallMessage": "You received a call invitation message",
|
||||
"logoutHint": "Are you sure you want to log out?",
|
||||
"myInfo": "My Info",
|
||||
"workingCircle": "Work Circle",
|
||||
"accountSetup": "Account Setup",
|
||||
"aboutUs": "About Us",
|
||||
"logout": "Log Out",
|
||||
"qrcode": "QR Code",
|
||||
"qrcodeHint": "Scan the QR code below to add me as a friend",
|
||||
"favoriteFace": "Favorite Emojis",
|
||||
"favoriteManage": "Manage",
|
||||
"favoriteCount": "%s Favorites",
|
||||
"favoriteDel": "Delete (%s)",
|
||||
"hasRead": "Read",
|
||||
"unread": "Unread",
|
||||
"nPersonUnRead": "%s unread",
|
||||
"allRead": "All Read",
|
||||
"messageRecipientList": "Message Recipient List",
|
||||
"hasReadCount": "Read (%s)",
|
||||
"unreadCount": "Unread (%s)",
|
||||
"newFriend": "New Friend",
|
||||
"newGroup": "New Group",
|
||||
"newGroupRequest": "Group notification",
|
||||
"myFriend": "My Friends",
|
||||
"myGroup": "My Groups",
|
||||
"add": "Add",
|
||||
"scan": "Scan",
|
||||
"scanHint": "Scan business card QR code",
|
||||
"addFriend": "Add Friend",
|
||||
"addFriendHint": "Add by ID",
|
||||
"createGroup": "Create Group",
|
||||
"createGroupHint": "Create a group, fully utilize OpenIM",
|
||||
"addGroup": "Add Group",
|
||||
"addGroupHint": "Ask the admin or members for the ID",
|
||||
"searchIDAddFriend": "Search ID to Add Friend",
|
||||
"searchIDAddGroup": "Search ID to Add Group",
|
||||
"searchIDIs": "ID: %s",
|
||||
"searchPhoneIs": "Phone: %s",
|
||||
"searchEmailIs": "Email: %s",
|
||||
"searchNicknameIs": "Nickname: %s",
|
||||
"searchGroupNicknameIs": "Group Nickname: %s",
|
||||
"noFoundUser": "User not found",
|
||||
"noFoundGroup": "Group not found",
|
||||
'joinGroupDate': 'Join Group Date',
|
||||
'joinGroupMethod': 'Join Group Method',
|
||||
'byInviteJoinGroup': 'Joined by invitation from %s',
|
||||
'byIDJoinGroup': 'Joined by searching group ID',
|
||||
'byQrcodeJoinGroup': 'Joined via group QR code',
|
||||
'groupID': 'Group ID',
|
||||
'setAsAdmin': 'Set as Admin',
|
||||
'setMute': 'Set Mute',
|
||||
'organizationInfo': 'Organization Info',
|
||||
'organization': 'Organization',
|
||||
'department': 'Department',
|
||||
'position': 'Position',
|
||||
'personalInfo': 'Personal Info',
|
||||
'viewDynamics': 'View Dynamics',
|
||||
'audioAndVideoCall': 'Call',
|
||||
'sendMessage': 'Message',
|
||||
'avatar': 'Avatar',
|
||||
'name': 'Name',
|
||||
'nickname': 'Nickname',
|
||||
'gender': 'Gender',
|
||||
'englishName': 'English Name',
|
||||
'birthDay': 'Birthday',
|
||||
'tel': 'Tel',
|
||||
'mobile': 'Mobile',
|
||||
'email': 'Email',
|
||||
'man': 'Male',
|
||||
'woman': 'Female',
|
||||
'friendSetup': 'Friend Setup',
|
||||
'setupRemark': 'Set Remark',
|
||||
'recommendToFriend': 'Recommend to Friend',
|
||||
'addToBlacklist': 'Add to Blacklist',
|
||||
'unfriend': 'Unfriend',
|
||||
"areYouSureDelFriend": "Are you sure you want to delete this friend?",
|
||||
"areYouSureAddBlacklist": "Are you sure you want to add this friend to the blacklist?",
|
||||
"remark": "Remark",
|
||||
"save": "Save",
|
||||
"saveSuccessfully": "Saved Successfully",
|
||||
"saveFailed": "Save Failed",
|
||||
"groupVerification": "Group Verification",
|
||||
"friendVerification": "Friend Verification",
|
||||
"sendEnterGroupApplication": "Send Enter Group Application",
|
||||
"sendToBeFriendApplication": "Send Friend Request",
|
||||
"sendSuccessfully": "Sent Successfully",
|
||||
"sendFailed": "Send Failed",
|
||||
'canNotAddFriends': 'This user has set not to be added!',
|
||||
"mutedAll": "Mute All",
|
||||
"tenMinutes": "10 Minutes",
|
||||
"oneHour": "1 Hour",
|
||||
"twelveHours": "12 Hours",
|
||||
"oneDay": "1 Day",
|
||||
"custom": "Custom",
|
||||
'unmute': 'Unmute',
|
||||
"youMuted": 'You have been muted',
|
||||
"groupMuted": 'Group Muted',
|
||||
"notDisturbMode": 'Do Not Disturb Mode',
|
||||
"allowRing": 'New Message Sound',
|
||||
"allowVibrate": 'New Message Vibration',
|
||||
'forbidAddMeToFriend': 'Disallow Add Me as a Friend',
|
||||
"blacklist": 'Contacts Blacklist',
|
||||
"unlockSettings": 'Unlock Settings',
|
||||
"changePassword": 'Change Password',
|
||||
"clearChatHistory": 'Clear Chat History',
|
||||
"confirmClearChatHistory": "Confirm Clearing All Chat History?",
|
||||
"languageSetup": "Language Setup",
|
||||
"language": "Language",
|
||||
"english": "English",
|
||||
"chinese": "简体中文",
|
||||
"followSystem": "Follow System",
|
||||
"blacklistEmpty": "No Blacklisted Contacts",
|
||||
"remove": "Remove",
|
||||
'fingerprint': 'Fingerprint',
|
||||
'gesture': 'Gesture',
|
||||
'biometrics': 'Biometrics',
|
||||
'plsEnterPwd': 'Please Enter Password',
|
||||
'plsEnterOldPwd': 'Please Enter Old Password',
|
||||
'plsEnterNewPwd': 'Please Enter New Password',
|
||||
'plsConfirmNewPwd': 'Please Confirm New Password',
|
||||
'reset': 'Reset',
|
||||
'oldPwd': 'Old Password:',
|
||||
'newPwd': 'New Password:',
|
||||
'confirmNewPwd': 'Confirm Password:',
|
||||
'plsEnterConfirmPwd': 'Please Enter Confirmation Password',
|
||||
'twicePwdNoSame': 'The entered passwords do not match',
|
||||
'changedSuccessfully': 'Changed Successfully',
|
||||
'checkNewVersion': 'Check for New Version',
|
||||
'chatContent': 'Chat Content',
|
||||
'topContacts': 'Top Contacts',
|
||||
'messageNotDisturb': 'Message Do Not Disturb',
|
||||
'messageNotDisturbHint': 'Receive messages but no notification',
|
||||
"burnAfterReading": "Burn After Reading",
|
||||
"timeSet": "Time Settings",
|
||||
'setChatBackground': 'Set Chat Background',
|
||||
'setDefaultBackground': 'Set Default Background',
|
||||
'fontSize': 'Font Size',
|
||||
"little": "Small",
|
||||
"standard": "Standard",
|
||||
"big": "Large",
|
||||
'thirtySeconds': '30 Seconds',
|
||||
'fiveMinutes': '5 Minutes',
|
||||
"clearAll": "Clear All",
|
||||
"clearSuccessfully": "Cleared Successfully",
|
||||
"groupChatSetup": "Group Settings",
|
||||
"viewAllGroupMembers": "View All Group Members (%s)",
|
||||
"groupManage": "Management",
|
||||
"myGroupMemberNickname": "My Nickname",
|
||||
"topChat": "Pin Chat",
|
||||
"muteAllMember": "Mute All",
|
||||
"exitGroup": "Exit Group",
|
||||
"dismissGroup": "Dismiss Group",
|
||||
"dismissGroupHint": "Once the group is dismissed, you will lose contact with group members",
|
||||
"quitGroupHint": "After quitting the group, you will no longer receive messages from this group.",
|
||||
'joinGroupSet': 'Group Verification',
|
||||
'allowAnyoneJoinGroup': 'Allow Anyone',
|
||||
'inviteNotVerification': 'No Verification for Member Invitation',
|
||||
'needVerification': 'Verification Required',
|
||||
'addMember': 'Add',
|
||||
'delMember': 'Remove',
|
||||
'groupOwner': 'Group Owner',
|
||||
'groupAdmin': 'Group Admin',
|
||||
'notAllowSeeMemberProfile': "Disallow View Members' Profiles",
|
||||
'notAllAddMemberToBeFriend': 'Disallow Add Members as Friends',
|
||||
'transferGroupOwnerRight': 'Transfer Group Owner',
|
||||
'groupName': 'Group Name',
|
||||
'groupAcPermissionTips': 'Only owner and admin can edit',
|
||||
'plsEnterGroupAc': 'Please enter group announcement',
|
||||
'edit': 'Edit',
|
||||
'publish': 'Publish',
|
||||
'groupMember': 'Group Members',
|
||||
'selectedPeopleCount': 'Selected (%s)',
|
||||
'confirmSelectedPeople': 'Confirm (%s/%s)',
|
||||
'confirm': 'Confirm',
|
||||
"confirmTransferGroupToUser": "Are you sure you want to transfer group ownership to: %s?",
|
||||
"removeGroupMember": "Remove Group Member",
|
||||
"searchNotResult": "No results found",
|
||||
"groupQrcode": "Group QR Code",
|
||||
"groupQrcodeHint": "Scan the QR code below to join the group",
|
||||
"approved": "Approved",
|
||||
"accept": "Accept",
|
||||
"reject": "Reject",
|
||||
"waitingForVerification": "Waiting",
|
||||
"rejectSuccessfully": "Rejected successfully",
|
||||
"rejectFailed": "Rejection failed",
|
||||
"applyJoin": "Apply to join",
|
||||
"enterGroup": "Enter Group",
|
||||
"applyReason": "Reason: %s",
|
||||
'invite': 'Invite',
|
||||
'sourceFrom': 'Source: %s',
|
||||
'byMemberInvite': 'Invitation',
|
||||
'bySearch': 'By Search',
|
||||
'byScanQrcode': 'By QR Code',
|
||||
"iCreatedGroup": "I Created",
|
||||
"iJoinedGroup": "I Joined",
|
||||
"nPerson": "%s people",
|
||||
"searchNotFound": "No relevant results found",
|
||||
"organizationStructure": "Organization Structure",
|
||||
"recentConversations": "Recent Conversations",
|
||||
"selectAll": "Select All",
|
||||
"plsEnterGroupNameHint": "Choose a group name for easy search",
|
||||
"completeCreation": "Complete Creation",
|
||||
"sendCarteConfirmHint": "Are you sure you want to send this contact to the chat?",
|
||||
"sentSeparatelyTo": "Sent separately to:",
|
||||
"sentTo": "Sent to:",
|
||||
"leaveMessage": "Leave a message",
|
||||
"mergeForwardHint": "[Merge Forward] %s messages",
|
||||
"mergeForward": "Merge Forward",
|
||||
"quicklyFindChatHistory": "Quickly find chat history",
|
||||
"notFoundChatHistory": "No \"%s\" related content found",
|
||||
"globalSearchAll": "All",
|
||||
"globalSearchContacts": "Contacts",
|
||||
"globalSearchGroup": "Groups",
|
||||
"globalSearchChatHistory": "Chat History",
|
||||
"globalSearchChatFile": "Files",
|
||||
"relatedChatHistory": "%s related chat history",
|
||||
"seeMoreRelatedContacts": "See more related contacts",
|
||||
"seeMoreRelatedGroup": "See more related groups",
|
||||
"seeMoreRelatedChatHistory": "See more related chat history",
|
||||
"seeMoreRelatedFile": "See more related documents",
|
||||
"publishPicture": "Publish Picture",
|
||||
"publishVideo": "Publish Video",
|
||||
"mentioned": "Mentioned: %s",
|
||||
"comment": "Comment",
|
||||
"like": "Like",
|
||||
"reply": "Reply",
|
||||
"rollUp": "Roll Up",
|
||||
"fullText": "Full Text",
|
||||
"selectAssetsFromCamera": "Take Photo",
|
||||
"selectAssetsFromAlbum": "Choose from Album",
|
||||
'selectAssetsFirst': "Please select or take at least one picture.",
|
||||
"whoCanWatch": "Who can watch",
|
||||
"remindWhoToWatch": "Remind who to watch",
|
||||
"public": "Public",
|
||||
"everyoneCanSee": "Everyone can see",
|
||||
"partiallyVisible": "Partially visible",
|
||||
"visibleToTheSelected": "Visible to the selected",
|
||||
"partiallyInvisible": "Not visible to some",
|
||||
"invisibleToTheSelected": "Invisible to the selected",
|
||||
"private": "Private",
|
||||
"onlyVisibleToMe": "Only visible to me",
|
||||
"selectVideoLimit": "Duration cannot exceed %s",
|
||||
"selectContactsLimit": "Please select at least one contact",
|
||||
"message": "Message",
|
||||
"commentedYou": "Commented on your post: %s",
|
||||
"likedYou": "Liked your post",
|
||||
"mentionedYou": "Mentioned you",
|
||||
"replied": "Replied",
|
||||
"detail": "Detail",
|
||||
"totalNPicture": "Total %s pictures",
|
||||
"noDynamic": "No posts yet",
|
||||
"callRecords": "Call Records",
|
||||
"allCall": "All Calls",
|
||||
"missedCall": "Missed Calls",
|
||||
"incomingCall": "Incoming",
|
||||
"outgoingCall": "Outgoing",
|
||||
"microphone": "Microphone",
|
||||
"speaker": "Speaker",
|
||||
"hangUp": "Hang Up",
|
||||
"pickUp": "Pick Up",
|
||||
"waitingCallHint": "Calling...",
|
||||
"waitingVoiceCallHint": "Waiting for the other party to pick up...",
|
||||
"invitedVoiceCallHint": "Inviting you for a voice call...",
|
||||
"waitingVideoCallHint": "Waiting for the other party to accept the invitation",
|
||||
"invitedVideoCallHint": "Inviting you for a video call...",
|
||||
"waitingToAnswer": "Waiting to answer",
|
||||
"invitedYouToCall": "Invited you to a call",
|
||||
"calling": "Calling...",
|
||||
"nPeopleCalling": "%s people on the call",
|
||||
'busyVideoCallHint': 'A user is busy and cannot receive your invitation',
|
||||
'inviterBusyVideoCallHint': 'You are in another call and cannot send an invitation',
|
||||
"whoInvitedVoiceCallHint": "%s invited you for a voice call",
|
||||
"whoInvitedVideoCallHint": "%s invited you for a video call",
|
||||
'plsInputMeetingSubject': 'Please enter meeting subject',
|
||||
'meetingStartTime': 'Start Time',
|
||||
'meetingDuration': 'Meeting Duration',
|
||||
'enterMeeting': 'Enter Meeting',
|
||||
'meetingNo': 'Meeting Number',
|
||||
'yourMeetingName': 'Your Name',
|
||||
'plsInputMeetingNo': 'Please enter meeting number',
|
||||
'plsInputYouMeetingName': 'Please enter your name',
|
||||
'meetingSubjectIs': 'Subject: %s',
|
||||
'meetingStartTimeIs': 'Start: %s',
|
||||
'meetingDurationIs': 'Duration: %s',
|
||||
'meetingHostIs': 'Host: %s',
|
||||
'meetingNoIs': 'Number: %s',
|
||||
'meetingMessageClickHint': 'Click this message to join the meeting directly',
|
||||
'meetingMessage': 'Meeting Message',
|
||||
'openMeeting': 'Ongoing Meeting',
|
||||
'didNotStart': 'Did not start',
|
||||
'started': 'Started',
|
||||
'meetingInitiatorIs': 'Video meeting initiated by %s',
|
||||
'meetingDetail': 'Meeting Details',
|
||||
'meetingOrganizerIs': 'Organizer: %s',
|
||||
'updateMeetingInfo': 'Update Meeting Information',
|
||||
'cancelMeeting': 'Cancel Meeting',
|
||||
'videoMeeting': 'Video Meeting',
|
||||
"joinMeeting": "Join Meeting",
|
||||
'bookAMeeting': 'Book a Meeting',
|
||||
'quickMeeting': 'Quick Meeting',
|
||||
'confirmTheChanges': 'Confirm Changes',
|
||||
'invitesYouToVideoConference': '%s invites you to join a video conference',
|
||||
'over': 'End',
|
||||
'meetingMute': 'Mute',
|
||||
'meetingUnmute': 'Unmute',
|
||||
'meetingCloseVideo': 'Off',
|
||||
'meetingOpenVideo': 'On',
|
||||
'meetingEndSharing': 'End Sharing',
|
||||
'meetingShareScreen': 'Share Screen',
|
||||
'meetingMembers': 'Members (%s)',
|
||||
'settings': 'Settings',
|
||||
'leaveMeeting': 'Leave Meeting',
|
||||
'endMeeting': 'End Meeting',
|
||||
'leaveMeetingConfirmHint': 'Are you sure you want to leave the meeting?',
|
||||
'endMeetingConfirmHit': 'Are you sure you want to end the meeting?',
|
||||
'meetingSettings': 'Meeting Settings',
|
||||
'allowMembersOpenMic': 'Allow members to unmute themselves',
|
||||
'allowMembersOpenVideo': 'Allow members to turn on video',
|
||||
'onlyHostShareScreen': 'Only the host can share screen',
|
||||
'onlyHostInviteMember': 'Only the host can invite meeting members',
|
||||
'defaultMuteMembers': 'Mute members upon entry',
|
||||
'pinThisMember': 'Pin',
|
||||
'unpinThisMember': 'Unpin',
|
||||
'allSeeHim': 'See him',
|
||||
'cancelAllSeeHim': 'no see',
|
||||
'muteAll': 'Mute all',
|
||||
'unmuteAll': 'Unmute all',
|
||||
'members': 'Members',
|
||||
'screenShare': 'Screen Share',
|
||||
'screenShareHint': 'Sharing the screen...',
|
||||
'meetingClosedHint': 'The meeting has been closed or the connection has been lost. Are you sure you want to leave?',
|
||||
'meetingIsOver': 'The meeting has ended!',
|
||||
'networkError': 'Network error. Please try again later!',
|
||||
'shareSuccessfully': 'Shared successfully!',
|
||||
'notFoundMinP': 'No mini-programs published yet',
|
||||
'notSendMessageNotInGroup': 'Can\'t send messages in a group chat that\'s signed out',
|
||||
'whoModifyGroupName': '%s modified the group name %s',
|
||||
"accountWarn": "Warn!",
|
||||
"accountException": "Your account has been logged in to another device, please change your password in time.",
|
||||
"tagGroup": "TAG",
|
||||
"issueNotice": "Mass sending assistant",
|
||||
"createTagGroup": "Create tags",
|
||||
"plsEnterTagGroupName": "Please enter a tag name",
|
||||
"tagGroupMember": "Tag member",
|
||||
"completeEdit": "Complete Edit",
|
||||
"emptyTagGroup": "No tag group yet",
|
||||
"confirmDelTagGroupHint": "Are you sure to remove this tag group?",
|
||||
"editTagGroup": " Edit Tag",
|
||||
"newBuild": " New",
|
||||
"receiveMember": " Receive member",
|
||||
"emptyNotification": "No notice yet",
|
||||
"notificationReceiver": "%s recipients: %s",
|
||||
"sendAnother": "Send another",
|
||||
"confirmDelTagNotificationHint": "Are you sure to remove this notification record?",
|
||||
"contentNotBlank": "The content can not be blank",
|
||||
"plsEnterDescription": "Please enter a description",
|
||||
"gifNotSupported": "Gif images are not supported",
|
||||
"lookOver": "Look",
|
||||
"groupRequestHandled": "Has been processed",
|
||||
"burnAfterReadingDescription":
|
||||
"Messages sent after this time will be automatically deleted after the selected time after being read by friends",
|
||||
"periodicallyDeleteMessage": "Periodically delete message",
|
||||
"periodicallyDeleteMessageDescription":
|
||||
"Messages sent after this will be automatically deleted after the selected time",
|
||||
"nDay": "%s days",
|
||||
"nWeek": "%s weeks",
|
||||
"nMonth": "%s months",
|
||||
"talkTooShort": "Talk too short",
|
||||
'quoteContentBeRevoked': 'Quote content be revoked',
|
||||
'tapTooShort': 'Tap too short',
|
||||
'createGroupTips': 'The group name cannot exceed 16 characters',
|
||||
'likedWho': 'liked %s',
|
||||
"mentionedWho": "mentioned %s",
|
||||
"commentedWho": "commented%s:%s",
|
||||
'otherCallHandle': 'Already on other platforms %s call request',
|
||||
'uploadErrorLog': 'Upload all log',
|
||||
'uploaded': 'uploaded',
|
||||
'uploadLogWithLine': 'Set the number of rows to upload logs',
|
||||
'setLines': 'Set Lines',
|
||||
'sdkApiAddress': 'SDK API Address',
|
||||
'sdkWsAddress': 'SDK WS Address',
|
||||
'appAddress': 'Login/Register Address',
|
||||
'serverAddress': 'Server Address',
|
||||
'switchToIP': 'Switch to IP',
|
||||
'switchToDomain': 'Switch to Domain',
|
||||
'serverSettingTips': 'After modifying the configuration, you need to save and restart for the changes to take effect',
|
||||
'callFail': 'You cannot call this user',
|
||||
'search_by_phone_and_uid': 'search by phone and uid',
|
||||
'special_message': 'special message',
|
||||
'edit_group_name': 'Modify group chat name',
|
||||
'edit_group_tips': 'After modifying the group chat name, other members will be notified in the group.',
|
||||
'logLevel': 'Log Level',
|
||||
'tokenInvalid': 'Invalid token, please log in again.',
|
||||
'supportsTypeHint': 'Only png, jpg, jpeg, gif, bmp and webp formats are supported.',
|
||||
'permissionDeniedTitle': 'Permission denied',
|
||||
'permissionDeniedHint': 'Please allow %s permissions in settings.',
|
||||
'camera': 'Camera',
|
||||
'gallery': 'Gallery',
|
||||
'notification': 'Notification',
|
||||
'externalStorage': 'External Storage',
|
||||
'monday': 'Monday',
|
||||
'tuesday': 'Tuesday',
|
||||
'wednesday': 'Wednesday',
|
||||
'thursday': 'Thursday',
|
||||
'friday': 'Friday',
|
||||
'saturday': 'Saturday',
|
||||
'sunday': 'Sunday',
|
||||
'participantRemovedHit': 'You have been removed from the meeting.',
|
||||
'hasBeenSet': 'Has been set.',
|
||||
'lockMeeting': 'Lock Meeting',
|
||||
'lockMeetingHint': 'After the meeting is locked, new members cannot enter the meeting',
|
||||
'voiceMotivation': 'Voice Motivation',
|
||||
'voiceMotivationHint': 'When enabled, the participants who are speaking will be displayed first.',
|
||||
'meetingIsLocked': 'The meeting is locked.',
|
||||
'today': 'Today',
|
||||
'meetingIsEnded': 'The meeting has ended.',
|
||||
'oneXnViews': 'Primary and secondary',
|
||||
'twoXtwoViews': 'Quarter grid',
|
||||
'threeXthreeViews': 'Nine points',
|
||||
'appointNewHost': 'Appoint a new host',
|
||||
'appointNewHostHint': 'Are you sure you want to set it as host?',
|
||||
'gridView': 'Grid View',
|
||||
'gridViewHint': 'Use after opening the video, only effective for yourself',
|
||||
'requestXDoHint': 'Moderator requests you to %s',
|
||||
'keepClose': 'Keep Close',
|
||||
'cancelMeetingConfirmHit': 'Are you sure to cancel this meeting?',
|
||||
'iKnew': 'I know',
|
||||
'assignAndLeave': 'Assign and leave',
|
||||
'muteAllHint': 'All participants will be muted',
|
||||
'meetingEnableVideo': 'Enable Video',
|
||||
'inProgressByTerminalHint':
|
||||
'You were forced to leave the meeting due to an exception. Do you want to rejoin the meeting?',
|
||||
'restore': 'Restore',
|
||||
'done': 'Done',
|
||||
'networkNotStable': 'Network not stable',
|
||||
'otherNetworkNotStableHint': 'The other party\'s network is unstable',
|
||||
'callingInterruption': 'Calling interruption',
|
||||
'meeting': 'Meeting',
|
||||
'directedTo': 'Directed to',
|
||||
'100000': 'User not found',
|
||||
'100001': 'User has already registered',
|
||||
'100002': 'Incorrect account or password',
|
||||
'100003': 'Not found user account',
|
||||
'100004': 'Not found user token',
|
||||
'200001': 'One user joins more than one meeting',
|
||||
'200002': 'Password not match error',
|
||||
'200003': 'Meeting auth check permission error',
|
||||
'200004': 'The meeting has ended',
|
||||
'100010': 'The login status has expired and you need to log in again',
|
||||
'1004': '%s does not exist',
|
||||
};
|
||||
Reference in New Issue
Block a user