|
|
@@ -1,163 +1,163 @@
|
|
|
<?php
|
|
|
return [
|
|
|
- 'system' => [
|
|
|
- 'success' => 'Operation successful',
|
|
|
- 'fail' => 'Operation failed',
|
|
|
- 'error' => 'System error',
|
|
|
- 'forbidden' => 'Access forbidden',
|
|
|
- 'exist' => 'The record does not exist',
|
|
|
- 'sendOK' => 'Sent successfully',
|
|
|
- 'sendFail' => 'Sending failed',
|
|
|
- 'delOk' => 'Deletion successful',
|
|
|
- 'settingOk' => 'Settings updated successfully',
|
|
|
- 'notNull' => 'Cannot be empty',
|
|
|
- 'editOk' => 'Edit successful',
|
|
|
- 'editFail' => 'Edit failed',
|
|
|
- 'addOk' => 'Addition successful',
|
|
|
- // The original 'addFail' seems to be a typo, assuming it should be '添加失败' which translates to 'Addition failed'
|
|
|
- 'addFail' => 'Addition failed',
|
|
|
- 'joinOk' => 'Joining successful',
|
|
|
- 'notAuth' => 'You do not have the permission to perform this operation!',
|
|
|
- 'demoMode' => 'Modifications are not supported in demo mode',
|
|
|
- 'parameterError' => 'Parameter error',
|
|
|
- 'longTime' => 'Request timeout',
|
|
|
- 'apiClose' => 'API is closed',
|
|
|
- 'appIdError' => 'appId error',
|
|
|
- 'signError' => 'Signature error',
|
|
|
- 'tooFast'=>"You visited too fast!",
|
|
|
- 'notice'=>"System Notice",
|
|
|
- 'favor'=>"My Collection",
|
|
|
+ '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",
|
|
|
+ 'announce'=>"{:num} Announcements",
|
|
|
'transFile'=>"Transfer your files",
|
|
|
+ 'ipError'=>'IP blocked',
|
|
|
],
|
|
|
- 'messageType' => [
|
|
|
- 'other' => "[Unsupported message type]",
|
|
|
- 'image' => "[Image]",
|
|
|
- 'emoji' => "[DIYemoji]",
|
|
|
- 'voice' => "[Voice]",
|
|
|
- 'video' => "[Video]",
|
|
|
- 'file' => "[File]",
|
|
|
- 'webrtcAudio' => "[Audio call request with you]",
|
|
|
- 'webrtcVideo' => "[Video call request with you]",
|
|
|
+ '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 person to accept",
|
|
|
- 'new' => "New friend",
|
|
|
- 'apply' => "Has added you as a friend",
|
|
|
- 'notApply' => "The request does not exist",
|
|
|
- 'not' => "Friend does not exist",
|
|
|
- 'newChat' => "You have been successfully added as friends, let's start chatting now! ",
|
|
|
- 'limit' => "Your friends have reached the limit! ",
|
|
|
- 'refuse' => "The other party has refused to add you as a friend! ",
|
|
|
- ],
|
|
|
- 'group' => [
|
|
|
- 'name' => "Group chat",
|
|
|
- 'notAuth' => "You do not have permission to perform this action. Only the group owner and administrators can make changes!",
|
|
|
- 'userLimit' => "The number of members cannot exceed {:userMax} people!",
|
|
|
- 'inviteLimit'=>'The number of people invited at a single time cannot exceed {:limit}! ',
|
|
|
- 'invite' => "{:username} has invited you to join the group chat",
|
|
|
- 'removeUser'=>"You have been removed from Group chats! ",
|
|
|
- 'notCustom'=>"You are not a member of this group and have no right to send messages!",
|
|
|
- 'add' => "{:username} has created a group chat",
|
|
|
- 'join'=>"{:username} join the group chat",
|
|
|
- 'atLeast' => "Please select at least two people!",
|
|
|
- 'alreadyJoin' => "You are already in this group!",
|
|
|
- 'exist' => "The group chat does not exist",
|
|
|
- 'notice'=>"Announcement",
|
|
|
- 'all'=>"All",
|
|
|
- 'noSpeak'=>"You have been banned from speaking, recovery time is {:time}",
|
|
|
- 'notSpeak'=>"Group chat has been banned!",
|
|
|
- 'limit'=>"You have been restricted from creating Group chats! ",
|
|
|
+ '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!",
|
|
|
],
|
|
|
- 'user' => [
|
|
|
- 'exist' => "User does not exist",
|
|
|
- 'codeErr' => "Verification code is incorrect!",
|
|
|
- 'newCodeErr' => "New verification code is incorrect!",
|
|
|
- 'passErr' => "Original password is incorrect!",
|
|
|
- 'already' => "Account already exists",
|
|
|
- 'registerOk' => "Registration successful",
|
|
|
- 'loginOk' => "Login successful",
|
|
|
- 'tokenFailure' => "TOKEN has expired!",
|
|
|
- 'forbid' => "Your account has been disabled",
|
|
|
- 'passError' => "Password is incorrect",
|
|
|
- 'logoutOk' => "Logout successful!",
|
|
|
- 'closeRegister' => "The system has disabled registration!",
|
|
|
- 'inviteCode' => "Invite code has expired!",
|
|
|
- 'accountVerify' => "Account must be a phone number or email",
|
|
|
- 'waitMinute' => "Please try again after one minute!",
|
|
|
- "loginAccount" => "Login account",
|
|
|
- "registerAccount" => "Register account",
|
|
|
- "editPass" => "Change password",
|
|
|
- "editAccount" => "Edit account",
|
|
|
- 'loginError' => 'Login information is incorrect. 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' =>"Customer service can't be for him",
|
|
|
- 'loginLimit' =>"Your password has been wrong too many times. Please try again later! ",
|
|
|
- 'registerLimit'=>"Please register again in {:time} minutes"
|
|
|
- ],
|
|
|
- 'im' => [
|
|
|
- 'forbidChat' => "Private chatting is currently prohibited!",
|
|
|
- 'notFriend' => "You are not on their friend list, cannot send messages!",
|
|
|
- 'friendNot' => "They are not your friend, cannot send messages!",
|
|
|
- 'forwardLimit' => "Please select fewer than {:count} recipients for forwarding!",
|
|
|
- 'exist' => "Message does not exist",
|
|
|
- 'forwardRule' => "Forwarding failed for {:count} messages due to rule restrictions!",
|
|
|
- 'forwardOk' => 'Message forwarded successfully',
|
|
|
- 'you' => 'You',
|
|
|
- 'other' => 'Recipient',
|
|
|
- 'redoLimitTime' => "Cannot recall messages after {:time} minutes!",
|
|
|
- 'redo' => " A message has been recalled",
|
|
|
- 'manageRedo' => " A message has been recalled by (an admin)",
|
|
|
- 'msgContentLimit' => "Message content too long",
|
|
|
- 'sendTimeLimit'=>'The message sending interval is {:time} seconds!',
|
|
|
- 'forbidMsg'=>'[The message is suspected of violation and has been blocked]',
|
|
|
+ '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!",
|
|
|
],
|
|
|
- 'webRtc' => [
|
|
|
- 'cancel' => 'Call has been canceled',
|
|
|
- 'refuse' => 'Call has been rejected',
|
|
|
- 'notConnected' => 'Call not connected',
|
|
|
- 'duration' => 'Call duration: {:time}',
|
|
|
- 'busy' => 'Busy',
|
|
|
- 'other' => 'Operation performed on another device',
|
|
|
- 'video' => 'Video call',
|
|
|
- 'audio' => 'Audio call',
|
|
|
- 'answer' => 'Answer call request',
|
|
|
- 'exchange' => 'Data exchange in progress',
|
|
|
- 'fail' => 'Call failed',
|
|
|
- ],
|
|
|
- 'email' => [
|
|
|
- 'input' => 'Please enter a valid email address',
|
|
|
- 'testTitle' => "Test Email",
|
|
|
- 'testContent' => "This is a test email. If you receive it, it means all your configurations are correct!",
|
|
|
- ],
|
|
|
- 'task' => [
|
|
|
- 'schedule' => 'Scheduled Task',
|
|
|
- 'queue' => 'Message Queue',
|
|
|
- 'worker' => 'Message Push',
|
|
|
- 'clearStd' => 'Clear Logs',
|
|
|
- 'null' => "Unknown task",
|
|
|
- 'winRun' => "To start on Windows, please run the 'start_for_win.bat' file in the root directory",
|
|
|
- 'alreadyRun' => "Process is already running",
|
|
|
- 'startOk' => "Started successfully",
|
|
|
- 'startFail' => "Failed to start",
|
|
|
- 'notRun' => "Process is not running",
|
|
|
- 'logExist' => "Log does not exist",
|
|
|
- ],
|
|
|
- 'file' => [
|
|
|
- 'preview' => "Preview file",
|
|
|
- 'browserDown' => "Please use the browser to download",
|
|
|
- 'exist' => "The file does not exist", // Note: This might be a duplicate of 'preview' and could be replaced with a more specific message
|
|
|
- 'uploadLimit' => "File size cannot exceed {:size}MB",
|
|
|
- 'typeNotSupport' => "File format is not supported",
|
|
|
- 'uploadOk' => "Upload successful",
|
|
|
- ],
|
|
|
- 'scan' => [
|
|
|
- 'failure' => 'QR code has expired'
|
|
|
+ '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',
|
|
|
@@ -166,8 +166,8 @@ return [
|
|
|
"用户名重复" => "Username already exists",
|
|
|
"路由不存在" => "Route does not exist",
|
|
|
"用户不存在" => "User does not exist",
|
|
|
- "密码错误" => "Password error",
|
|
|
- "请登录" => "Please login",
|
|
|
+ "密码错误" => "Incorrect password",
|
|
|
+ "请登录" => "Please log in3",
|
|
|
"请选择国家" => "Please select a country",
|
|
|
"没有找到" => "Not found",
|
|
|
"保存失败" => "Save failed",
|
|
|
@@ -175,55 +175,49 @@ return [
|
|
|
"用户名已存在" => "Username already exists",
|
|
|
"添加失败" => "Add failed",
|
|
|
"删除失败" => "Delete failed",
|
|
|
- "已取消" => "Canceled",
|
|
|
+ "已取消" => "Cancelled",
|
|
|
"参数错误" => "Parameter error",
|
|
|
"分类不存在" => "Category does not exist",
|
|
|
- "二级分类不可设置" => "Secondary category cannot be set",
|
|
|
+ "二级分类不可设置" => "Secondary categories cannot be set",
|
|
|
"登录失败" => "Login failed",
|
|
|
"操作失败" => "Operation failed",
|
|
|
"未知文件格式" => "Unknown file format",
|
|
|
- "取消成功" => "Canceled successfully",
|
|
|
+ "取消成功" => "Cancelled successfully",
|
|
|
"账号已存在" => "Account already exists",
|
|
|
"登录成功" => "Login successful",
|
|
|
"保存成功" => "Save successful",
|
|
|
"加入成功" => "Join successful",
|
|
|
"删除成功" => "Delete successful",
|
|
|
+ "取消成功" => "Cancelled successfully",
|
|
|
"申请成功" => "Application successful",
|
|
|
"修改成功" => "Modification successful",
|
|
|
- "设置成功" => "Setting successful",
|
|
|
+ "设置成功" => "Settings saved successfully",
|
|
|
"提交成功" => "Submission successful",
|
|
|
"添加成功" => "Add successful",
|
|
|
"操作成功" => "Operation successful",
|
|
|
- "该角色下有管理员,不能删除" => "Cannot delete role with administrators",
|
|
|
- "角色名称不可重复" => "Role name already exists",
|
|
|
+ "该角色下有管理员,不能删除" => "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",
|
|
|
- "邮箱格式错误" => "Email format error",
|
|
|
+ "邮箱格式错误" => "Invalid email format",
|
|
|
"只有超级管理员才能操作" => "Only super administrators can perform this operation",
|
|
|
"超级管理员不能删除" => "Super administrators cannot be deleted",
|
|
|
- "平台客服" => "Platform customer service",
|
|
|
+ "平台客服" => "Platform Customer Service",
|
|
|
+ "中文简体" => "Simplified Chinese",
|
|
|
+ "中文繁体" => "Traditional Chinese",
|
|
|
"英语" => "English",
|
|
|
- "中文简体" => "Chinese (Simplified)",
|
|
|
- "中文繁体" => "Chinese (Traditional)",
|
|
|
"日语" => "Japanese",
|
|
|
- "德语" => "German",
|
|
|
+ "韩语" => "Korean",
|
|
|
+ "印度尼西亚语" => "Indonesian",
|
|
|
"越南语" => "Vietnamese",
|
|
|
- "印度语" => "Indian",
|
|
|
- "印度尼西亚" => "Indonesian",
|
|
|
- "菲律宾语" => "Filipino",
|
|
|
+ "阿拉伯语" => "Arabic",
|
|
|
"法语" => "French",
|
|
|
- "俄语" => "Russian",
|
|
|
+ "德语" => "German",
|
|
|
"西班牙语" => "Spanish",
|
|
|
- "葡萄牙语" => "Portuguese",
|
|
|
"意大利语" => "Italian",
|
|
|
- "马来西亚语" => "Malaysian",
|
|
|
- "南非荷兰语" => "South African Dutch",
|
|
|
- "希腊语" => "Greek",
|
|
|
- "土耳其语" => "Turkish",
|
|
|
- "韩语" => "Korean",
|
|
|
"泰语" => "Thai",
|
|
|
- "阿拉伯语" => "Arabic",
|
|
|
+ "土耳其语" => "Turkish",
|
|
|
'配置不存在' => 'Configuration does not exist',
|
|
|
'部门不存在' => 'Department does not exist',
|
|
|
'问题不存在' => 'Question does not exist',
|
|
|
@@ -231,26 +225,45 @@ return [
|
|
|
'分类名称已存在' => 'Category name already exists',
|
|
|
'关键词已存在' => 'Keyword already exists',
|
|
|
'关键词不存在' => 'Keyword does not exist',
|
|
|
- '该部门下有用户,不能删除' => 'Cannot delete department with users',
|
|
|
+ '该部门下有用户,不能删除' => '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',
|
|
|
- '资金密码错误' => 'Fund password error',
|
|
|
- '通用问题' => 'General question',
|
|
|
+ '资金密码错误' => 'Incorrect fund password',
|
|
|
+ '通用问题' => 'Common Questions',
|
|
|
'常用语不存在' => 'Common phrase does not exist',
|
|
|
- '猜你想问不存在' => 'Guess you want does not exist',
|
|
|
+ '猜你想问不存在' => 'Recommended question does not exist',
|
|
|
+ '猜你想问已存在' => 'Recommended question already exists',
|
|
|
'投诉项不存在' => 'Complaint item does not exist',
|
|
|
'投诉项已存在' => 'Complaint item already exists',
|
|
|
- '专线不存在' => 'Direct line does not exist',
|
|
|
- '专线已存在' => 'Direct line already exists',
|
|
|
+ '专线不存在' => 'Dedicated line does not exist',
|
|
|
+ '专线已存在' => 'Dedicated line already exists',
|
|
|
+ '部门不存在' => 'Department does not exist',
|
|
|
'账号不存在' => 'Account does not exist',
|
|
|
- '登录密码修改成功' => 'Login password modified successfully',
|
|
|
+ '登录密码修改成功' => 'Login password changed successfully',
|
|
|
'IP已存在' => 'IP already exists',
|
|
|
'IP不存在' => 'IP does not exist',
|
|
|
'问题' => 'Question',
|
|
|
- '顺序分配' => 'Sequential allocation',
|
|
|
+ '顺序分配' => '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',
|
|
|
];
|