| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?php
- return [
- 'system'=>[
- 'success'=>'Operation successful',
- 'fail'=>'Operation failed',
- 'error'=>'System error',
- 'forbidden'=>"Access forbidden",
- 'exist'=>"Record does not exist",
- 'sendOK'=>"Sent successfully",
- 'sendFail'=>"Failed to send",
- 'delOk'=>"Deleted successfully",
- 'settingOk'=>"Settings saved successfully",
- 'notNull'=>"Cannot be empty",
- 'editOk'=>'Modified successfully',
- 'editFail'=>'Modification failed',
- 'addOk'=>'Added successfully',
- 'addFail'=>'Add failed',
- 'joinOk'=>'Joined successfully',
- 'notAuth'=>"You do not have permission to perform this operation!",
- 'demoMode'=>"Modifications are not supported in demo mode",
- 'parameterError'=>"Parameter error",
- 'longTime'=>'Request timed out',
- 'apiClose'=>"API has been closed",
- 'appIdError'=>'Invalid appId',
- 'signError'=>'Signature error',
- 'toofast'=>"You are accessing too frequently!",
- 'notice'=>"System Notification",
- 'favor'=>"My Collections",
- 'message'=>"System Message",
- 'announce'=>"{:num} Announcements",
- 'transFile'=>"Transfer your files",
- 'ipError'=>'IP blocked',
- ],
- 'messageType'=>[
- 'other'=>"[Unsupported message type]",
- 'image'=>'[Image]',
- 'voice'=>'[Voice]',
- 'emoji'=>'[Custom Emoji]',
- 'video'=>'[Video]',
- 'file'=>'[File]',
- 'webrtcAudio'=>'[Requesting voice call with you]',
- 'webrtcVideo'=>'[Requesting video call with you]',
- ],
- 'friend'=>[
- 'notAddOwn'=>"You cannot add yourself as a friend",
- 'already'=>"You are already friends",
- 'repeatApply'=>"You have already sent a request, please wait for the other party to approve",
- 'new'=>"New Friends",
- "apply"=>"Sent you a friend request",
- 'notApply'=>"Request does not exist",
- 'not'=>"Friend does not exist",
- 'newChat'=>"You have successfully added each other as friends, start chatting now!",
- 'limit'=>"Your friend list has reached the maximum limit!",
- 'refuse'=>"The other party refused your friend request!",
- ],
- 'group'=>[
- 'name'=>"Group Chat",
- 'notAuth'=>'You do not have permission to perform this operation! Only the group owner and administrators can make modifications.',
- 'userLimit'=>'Number of members cannot exceed {:userMax}!',
- 'inviteLimit'=>'Number of people invited at one time cannot exceed {:limit}!',
- 'invite'=>"{:username} invited you to join the group chat",
- 'removeUser'=>"You have been removed from the group chat!",
- 'notCustom'=>"You are not a member of this group, so you cannot send messages!",
- 'add'=>"{:username} created a group chat",
- 'join'=>"{:username} joined the group chat",
- 'atLeast'=>"Please select at least two people!",
- 'alreadyJoin'=>'You have already joined this group!',
- 'exist'=>"Group chat does not exist",
- 'notice'=>"Group Announcement",
- 'all'=>"Everyone",
- 'noSpeak'=>"You have been muted, recovery time: {:time}",
- 'notSpeak'=>"This group chat is muted!",
- 'limit'=>"You are restricted from creating group chats!",
- ],
- 'user'=>[
- 'exist'=>"User does not exist",
- 'codeErr'=>'Invalid verification code!',
- 'newCodeErr'=>'Invalid new verification code!',
- 'passErr'=>"Incorrect original password!",
- 'already'=>"Account already exists",
- 'registerOk'=>"Registration successful",
- 'loginOk'=>"Login successful",
- 'tokenFailure'=>"TOKEN has expired!",
- 'forbid'=>'Your account has been disabled',
- 'passError'=>'Incorrect password',
- 'logoutOk'=>'Logout successful!',
- 'closeRegister'=>'Registration function is currently disabled!',
- 'inviteCode'=>'Invitation code has expired!',
- 'accountVerify'=>'Account must be a mobile phone number or email address',
- 'waitMinute'=>"Please try again in one minute!",
- "loginAccount"=>"Login Account",
- "registerAccount"=>"Register Account",
- "editPass"=>"Change Password",
- "editAccount"=>"Modify Account",
- 'loginError' => 'Incorrect login information, please log in again',
- 'mustToken' => 'Please log in to the system first',
- 'blacklist' => 'Login has expired, please log in again',
- 'expired' => 'Login has expired, please log in again',
- 'notOwn' =>"A customer service agent cannot be assigned to themselves",
- 'loginLimit' =>"You have entered the wrong password too many times, please try again later!",
- 'registerLimit'=>"Please register again after {:time} minutes!",
- ],
- 'im'=>[
- 'forbidChat'=>"Private chat between users is currently prohibited!",
- 'notFriend'=>"You are not in their friend list, cannot send messages!",
- 'friendNot'=>"They are not yet your friend, cannot send messages!",
- 'forwardLimit'=>"Please select users to forward to, or the number cannot exceed {:count}!",
- 'exist'=>"Message does not exist",
- 'forwardRule'=>"Due to rule restrictions, {:count} messages failed to forward!",
- 'forwardOk'=>'Forwarded successfully',
- 'you'=>'You',
- 'other'=>'The other party',
- 'redoLimitTime'=>"Messages cannot be recalled after {:time} minutes!",
- 'redo'=>"Recalled a message",
- 'manageRedo'=>'A message was recalled by the administrator',
- 'msgContentLimit'=>'The message you sent is too long!',
- 'sendTimeLimit'=>'Message sending interval is {:time} seconds!',
- 'forbidMsg'=>'[This message has been blocked due to potential violations]',
- ],
- 'webRtc'=>[
- 'cancel'=>'Call cancelled',
- 'refuse'=>'Call rejected',
- 'notConnected'=>'Not connected',
- 'duration'=>'Call duration: {:time}',
- 'busy'=>'Line busy',
- 'other'=>'Operation performed on another device',
- 'video'=>'Video Call',
- 'audio'=>'Voice Call',
- 'answer'=>'Answer call request',
- 'exchange'=>'Exchanging data',
- 'fail'=>'Call failed',
- ],
- 'email'=>[
- 'input'=>'Please enter a valid email address',
- 'testTitle'=>"Test Email",
- 'testContent'=>'This is a test email. Receiving this email indicates that all your configurations are correct!',
- ],
- 'task'=>[
- 'schedule' => 'Scheduled Tasks',
- 'queue' => 'Message Queue',
- 'worker' => 'Message Push',
- 'clearStd' => 'Clear Logs',
- 'null'=>"Unknown Task",
- 'winRun'=>"To start on Windows, run the file in the root directory: start_for_win.bat",
- 'alreadyRun'=>"Process already running",
- 'startOk'=>"Started successfully",
- 'startFail'=>"Failed to start",
- 'notRun'=>"Process not running",
- 'logExist'=>"Log does not exist",
- ],
- 'file'=>[
- 'preview'=>"Preview File",
- 'browserDown'=>"Please download using a browser",
- 'exist'=>"File does not exist",
- 'uploadLimit'=>"File size cannot exceed {:size}MB",
- 'typeNotSupport'=>"File format not supported",
- 'uploadOk'=>"Upload successful"
- ],
- 'scan'=>[
- 'failure'=>'QR code has expired'
- ],
- "" => "",
- "ok" => 'Success',
- "OK" => "Success",
- "请求错误" => "Request error",
- "用户名重复" => "Username already exists",
- "路由不存在" => "Route does not exist",
- "用户不存在" => "User does not exist",
- "密码错误" => "Incorrect password",
- "请登录" => "Please log in3",
- "请选择国家" => "Please select a country",
- "没有找到" => "Not found",
- "保存失败" => "Save failed",
- "文件上传错误" => "File upload error",
- "用户名已存在" => "Username already exists",
- "添加失败" => "Add failed",
- "删除失败" => "Delete failed",
- "已取消" => "Cancelled",
- "参数错误" => "Parameter error",
- "分类不存在" => "Category does not exist",
- "二级分类不可设置" => "Secondary categories cannot be set",
- "登录失败" => "Login failed",
- "操作失败" => "Operation failed",
- "未知文件格式" => "Unknown file format",
- "取消成功" => "Cancelled successfully",
- "账号已存在" => "Account already exists",
- "登录成功" => "Login successful",
- "保存成功" => "Save successful",
- "加入成功" => "Join successful",
- "删除成功" => "Delete successful",
- "取消成功" => "Cancelled successfully",
- "申请成功" => "Application successful",
- "修改成功" => "Modification successful",
- "设置成功" => "Settings saved successfully",
- "提交成功" => "Submission successful",
- "添加成功" => "Add successful",
- "操作成功" => "Operation successful",
- "该角色下有管理员,不能删除" => "This role has administrators and cannot be deleted",
- "角色名称不可重复" => "Role names cannot be duplicated",
- "角色ID不能为空" => "Role ID cannot be empty",
- "角色不存在" => "Role does not exist",
- "您暂无权限" => "You do not have permission",
- "邮箱格式错误" => "Invalid email format",
- "只有超级管理员才能操作" => "Only super administrators can perform this operation",
- "超级管理员不能删除" => "Super administrators cannot be deleted",
- "平台客服" => "Platform Customer Service",
- "中文简体" => "Simplified Chinese",
- "中文繁体" => "Traditional Chinese",
- "英语" => "English",
- "日语" => "Japanese",
- "韩语" => "Korean",
- "印度尼西亚语" => "Indonesian",
- "越南语" => "Vietnamese",
- "阿拉伯语" => "Arabic",
- "法语" => "French",
- "德语" => "German",
- "西班牙语" => "Spanish",
- "意大利语" => "Italian",
- "泰语" => "Thai",
- "土耳其语" => "Turkish",
- '配置不存在' => 'Configuration does not exist',
- '部门不存在' => 'Department does not exist',
- '问题不存在' => 'Question does not exist',
- '分类不存在' => 'Category does not exist',
- '分类名称已存在' => 'Category name already exists',
- '关键词已存在' => 'Keyword already exists',
- '关键词不存在' => 'Keyword does not exist',
- '该部门下有用户,不能删除' => 'This department has users and cannot be deleted',
- '部门名称已存在' => 'Department name already exists',
- '角色ID不能为空' => 'Role ID cannot be empty',
- '部门ID不能为空' => 'Department ID cannot be empty',
- '密码不能为空' => 'Password cannot be empty',
- '资金密码错误' => 'Incorrect fund password',
- '通用问题' => 'Common Questions',
- '常用语不存在' => 'Common phrase does not exist',
- '猜你想问不存在' => 'Recommended question does not exist',
- '猜你想问已存在' => 'Recommended question already exists',
- '投诉项不存在' => 'Complaint item does not exist',
- '投诉项已存在' => 'Complaint item already exists',
- '专线不存在' => 'Dedicated line does not exist',
- '专线已存在' => 'Dedicated line already exists',
- '部门不存在' => 'Department does not exist',
- '账号不存在' => 'Account does not exist',
- '登录密码修改成功' => 'Login password changed successfully',
- 'IP已存在' => 'IP already exists',
- 'IP不存在' => 'IP does not exist',
- '问题' => 'Question',
- '顺序分配' => 'Sequential Assignment',
- '一级' => 'Level 1',
- '二级' => 'Level 2',
- '三级' => 'Level 3',
- '签到成功' => 'Check-in successful',
- '退出成功' => 'Logout successful',
- '用户不存在' => 'User does not exist',
- '系统管理员无法转人工' => 'System administrators cannot be transferred to manual service',
- '请选择投诉项' => 'Please select a complaint item',
- '您已投诉过该客服,无需重复投诉' => 'You have already filed a complaint against this agent, no need to repeat',
- '投诉项不存在' => 'Complaint item does not exist',
- '已处理' => 'Processed',
- '已评价' => 'Rated',
- '请打分' => 'Please rate',
- '参数有误' => 'Invalid parameters',
- '请输入类别名称' => 'Please enter a category name',
- '类别已存在' => 'Category already exists',
- '类别不存在' => 'Category does not exist',
- '用户已接线' => 'User connected',
- '菜单不存在' => 'Menu does not exist',
- '你已被禁止加入该群' => 'You are prohibited from joining this group',
- ];
|