Merge branch 'language'
This commit is contained in:
Binary file not shown.
@@ -284,7 +284,8 @@
|
||||
<groupId>nl.sdkall</groupId>
|
||||
<artifactId>language-all</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<!-- 移除 system 范围,使用默认的 compile 范围 -->
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/language-all.jar</systemPath>
|
||||
</dependency>
|
||||
<!-- quartz -->
|
||||
<dependency>
|
||||
|
||||
@@ -5,6 +5,7 @@ import cn.dev33.satoken.annotation.SaIgnore;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.nl.common.base.TableDataInfo;
|
||||
import org.nl.common.logging.annotation.Log;
|
||||
import org.nl.wms.bigscreen_manage.service.BigScreenService;
|
||||
@@ -18,6 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -41,10 +43,12 @@ public class BigScreenController {
|
||||
@Log("大屏数据")
|
||||
@SaIgnore
|
||||
public ResponseEntity<Object> getData(@RequestBody JSONObject stors) {
|
||||
List<String> list = new ArrayList<>();
|
||||
list.add("FJ");
|
||||
List<JSONObject> data = bigScreenService.getData(list);
|
||||
return new ResponseEntity<>(PdaResponse.requestParamOk(data.get(0)), HttpStatus.OK);
|
||||
String storStr = stors.getString("stors");
|
||||
List<JSONObject> data = new ArrayList<>();
|
||||
if (!StringUtils.isEmpty(storStr)){
|
||||
data = bigScreenService.getData(Arrays.asList(storStr.split(",")));
|
||||
}
|
||||
return new ResponseEntity<>(TableDataInfo.build(data), HttpStatus.OK);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ public class BigScreenServiceImpl implements BigScreenService {
|
||||
// 空余货位
|
||||
result.put("emp_qty", emp_qty);
|
||||
// 使用货位百分比
|
||||
double use_percentage = NumberUtil.mul(NumberUtil.div(use_qty, total_qty), 100);
|
||||
double use_percentage = NumberUtil.mul(NumberUtil.div(use_qty, total_qty==0?1:total_qty), 100);
|
||||
result.put("use_percentage", NumberUtil.round(use_percentage, 2));
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -9,10 +9,10 @@ spring:
|
||||
druid:
|
||||
db-type: com.alibaba.druid.pool.DruidDataSource
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:fujia}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
|
||||
url: jdbc:mysql://${DB_HOST:192.168.81.251}:${DB_PORT:3306}/${DB_NAME:fujia_lms}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
|
||||
# url: jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:wms_oulun}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&useOldAliasMetadataBehavior=true&allowPublicKeyRetrieval=true&useSSL=false
|
||||
username: ${DB_USER:root}
|
||||
password: ${DB_PWD:123456}
|
||||
password: ${DB_PWD:P@ssw0rd.}
|
||||
# 初始连接数
|
||||
initial-size: 15
|
||||
# 最小连接数
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
dept_has=部门存在绑定的人员,请先解绑人员对应部门
|
||||
device_check=设备编号不能为空
|
||||
device_orderRun=设备工单已在生产
|
||||
genrator_cfg=请先配置生成器
|
||||
material_cfg=物料{0}配置信息异常,请维护
|
||||
material_check=物料ID{0}不存在
|
||||
material_notEq=物料不一致
|
||||
menu_url=外链必须以http\://或者https\://开头
|
||||
per_auth=存在关联的数据权限,请解除关联后删除
|
||||
point_checkNull=点位不能为空
|
||||
point_checkNull_1=起点或终点不能同时为空
|
||||
quartz_check=子任务中不能添加当前任务ID
|
||||
role_Check_1=角色名字不能为空
|
||||
task_isNull=任务信息不存在{0}
|
||||
task_statusWrong=任务已完成或已取消
|
||||
vehicle_check=载具编码不能为空
|
||||
vehicle_check_1=载具{0}组盘信息不存在
|
||||
workorder_checkNull=工单不存在{0}
|
||||
workorder_checkRun=该设备{0}不在生产中的工单
|
||||
workorder_statusError=工单状态不正确
|
||||
@@ -1,20 +0,0 @@
|
||||
dept_has=Ada personal terikat di departments Tolong lepaskan departments yang sama dari personal persona
|
||||
device_check=Equipment number cannot be empty
|
||||
device_orderRun=The equipment work order is already in production
|
||||
genrator_cfg=Please configure the generator first
|
||||
material_cfg=Abnormal configuration information for material {0}, please maintain
|
||||
material_check=Item ID {0} does not exist
|
||||
material_notEq=Material inconsistency
|
||||
menu_url=External links must start with http\://or https\://
|
||||
per_auth=There is an associated data permission, please remove it after disassociation
|
||||
point_checkNull=The point cannot be empty
|
||||
point_checkNull_1=The starting or ending points cannot both be empty
|
||||
quartz_check=The current task ID cannot be added to a subtask
|
||||
role_Check_1=The character name cannot be empty
|
||||
task_isNull=Task information does not exist {0}
|
||||
task_statusWrong=Task completed or canceled
|
||||
vehicle_check=Vehicle code cannot be empty
|
||||
vehicle_check_1=The disk information of vehicle {0} does not exist
|
||||
workorder_checkNull=The work order does not exist {0}
|
||||
workorder_checkRun=The equipment {0} is not in production for a work order
|
||||
workorder_statusError=The work order status is incorrect
|
||||
@@ -1,20 +0,0 @@
|
||||
dept_has=Ada personil terikat di departemen. Tolong lepaskan departemen yang sama dari personil pertama
|
||||
device_check=Nomor peralatan tidak dapat kosong
|
||||
device_orderRun=Perintah kerja peralatan sudah dalam produksi
|
||||
genrator_cfg=Silakan konfigur generator pertama
|
||||
material_cfg=Informasi konfigurasi abnormal untuk material {0}, silakan tetap
|
||||
material_check=ID Item {0} tidak ada
|
||||
material_notEq=Tidak konsistens materi
|
||||
menu_url=Hubungan luar harus dimulai dengan http\://atau https\://
|
||||
per_auth=Ada izin data terkait, silakan hapuskan setelah pemisahan
|
||||
point_checkNull=Titik tidak dapat kosong
|
||||
point_checkNull_1=Titik awal atau akhir tidak dapat berdua kosong
|
||||
quartz_check=ID tugas saat ini tidak dapat ditambah ke subtask
|
||||
role_Check_1=Nama karakter tidak dapat kosong
|
||||
task_isNull=Informasi tugas tidak ada {0}
|
||||
task_statusWrong=Tugas selesai atau dibatalkan
|
||||
vehicle_check=Kode kendaraan tidak dapat kosong
|
||||
vehicle_check_1=Informasi disk dari kendaraan {0} tidak ada
|
||||
workorder_checkNull=Perintah kerja tidak ada {0}
|
||||
workorder_checkRun=Perangkat {0} tidak dalam produksi untuk perintah kerja
|
||||
workorder_statusError=Status perintah kerja tidak benar
|
||||
@@ -1,20 +0,0 @@
|
||||
dept_has=Ada personil terikat di departemen. Tolong lepaskan departemen yang sama dari personil pertama
|
||||
device_check=Nomor peralatan tidak dapat kosong
|
||||
device_orderRun=Perintah kerja peralatan sudah dalam produksi
|
||||
genrator_cfg=Silakan konfigur generator pertama
|
||||
material_cfg=Informasi konfigurasi abnormal untuk material {0}, silakan tetap
|
||||
material_check=ID Item {0} tidak ada
|
||||
material_notEq=Tidak konsistens materi
|
||||
menu_url=Hubungan luar harus dimulai dengan http\://atau https\://
|
||||
per_auth=Ada izin data terkait, silakan hapuskan setelah pemisahan
|
||||
point_checkNull=Titik tidak dapat kosong
|
||||
point_checkNull_1=Titik awal atau akhir tidak dapat berdua kosong
|
||||
quartz_check=ID tugas saat ini tidak dapat ditambah ke subtask
|
||||
role_Check_1=Nama karakter tidak dapat kosong
|
||||
task_isNull=Informasi tugas tidak ada {0}
|
||||
task_statusWrong=Tugas selesai atau dibatalkan
|
||||
vehicle_check=Kode kendaraan tidak dapat kosong
|
||||
vehicle_check_1=Informasi disk dari kendaraan {0} tidak ada
|
||||
workorder_checkNull=Perintah kerja tidak ada {0}
|
||||
workorder_checkRun=Perangkat {0} tidak dalam produksi untuk perintah kerja
|
||||
workorder_statusError=Status perintah kerja tidak benar
|
||||
@@ -1,20 +0,0 @@
|
||||
dept_has=部门存在绑定的人员,请先解绑人员对应部门
|
||||
device_check=设备编号不能为空
|
||||
device_orderRun=设备工单已在生产
|
||||
genrator_cfg=请先配置生成器
|
||||
material_cfg=物料{0}配置信息异常,请维护
|
||||
material_check=物料ID{0}不存在
|
||||
material_notEq=物料不一致
|
||||
menu_url=外链必须以http\://或者https\://开头
|
||||
per_auth=存在关联的数据权限,请解除关联后删除
|
||||
point_checkNull=点位不能为空
|
||||
point_checkNull_1=起点或终点不能同时为空
|
||||
quartz_check=子任务中不能添加当前任务ID
|
||||
role_Check_1=角色名字不能为空
|
||||
task_isNull=任务信息不存在{0}
|
||||
task_statusWrong=任务已完成或已取消
|
||||
vehicle_check=载具编码不能为空
|
||||
vehicle_check_1=载具{0}组盘信息不存在
|
||||
workorder_checkNull=工单不存在{0}
|
||||
workorder_checkRun=该设备{0}不在生产中的工单
|
||||
workorder_statusError=工单状态不正确
|
||||
@@ -1,21 +0,0 @@
|
||||
error_AccessLimit=访问次数限制\!
|
||||
error_CodeGenerator=此环境不允许生成代码,请选择预览或者下载查看
|
||||
error_Config=配置信息不正确
|
||||
error_Create=创建失败
|
||||
error_Delete=删除失败
|
||||
error_File_1=文件超出规定大小\!
|
||||
error_File_2=只能上传图片
|
||||
error_File_3=上传失败
|
||||
error_LockOut=操作锁被占用{0},等待结束
|
||||
error_NotEq=参数校验异常:信息不一致
|
||||
error_NullPoint=信息为空
|
||||
error_NumberError_1=长度不是偶数\!
|
||||
error_ParamError=参数不正确
|
||||
error_ParamExist=信息已经存在{0}
|
||||
error_Point=点位错误
|
||||
error_Send=消息发送失败
|
||||
error_StatusError={0}信息状态不正确
|
||||
error_SystemAuthError=权限不足,操作失败
|
||||
error_SystemError=系统繁忙,稍后在试
|
||||
error_Update=更新失败
|
||||
error_isNull={0}查询信息不存在
|
||||
@@ -1,21 +0,0 @@
|
||||
error_AccessLimit=Access limit\!
|
||||
error_CodeGenerator=This environment does not allow code generation. Please choose to preview or download to view
|
||||
error_Config=Incorrect configuration information
|
||||
error_Create=Creation failed
|
||||
error_Delete=Delete failed
|
||||
error_File_1=The file exceeds the specified size\!
|
||||
error_File_2=Only uploadable images
|
||||
error_File_3=Upload failed
|
||||
error_LockOut=Operation lock is occupied {0}, waiting for end
|
||||
error_NotEq=Parameter verification exception\: inconsistent information
|
||||
error_NullPoint=Only Empty Question
|
||||
error_NumberError_1=It's not even long\!
|
||||
error_ParamError=invalid parameter
|
||||
error_ParamExist=Parameter already exists {0}
|
||||
error_Point=point error
|
||||
error_Send=Message sending failed
|
||||
error_StatusError={0} information status is incorrect
|
||||
error_SystemAuthError=Insufficient permissions, operation failed
|
||||
error_SystemError=The system is busy, please try again later
|
||||
error_Update=Update failed
|
||||
error_isNull={0}query is null
|
||||
@@ -1,21 +0,0 @@
|
||||
error_AccessLimit=Batas akses\!
|
||||
error_CodeGenerator=lingkungan ini tidak memungkinkan generasi kode. Silakan pilih untuk melihat atau mengunduh untuk melihat
|
||||
error_Config=Informasi konfigurasi yang salah
|
||||
error_Create=Penciptaan gagal
|
||||
error_Delete=Hapus gagal
|
||||
error_File_1=Berkas melebihi ukuran yang ditentukan\!
|
||||
error_File_2=Hanya gambar yang dapat diunggah
|
||||
error_File_3=Upload gagal
|
||||
error_LockOut=Operasi kunci sedang sibuk {0}, menunggu akhir
|
||||
error_NotEq=Pengecualian verifikasi parameter\: informasi yang tidak konsisten
|
||||
error_NullPoint=Pertanyaan Hanya Kosong
|
||||
error_NumberError_1=Panjangnya bahkan tidak\!
|
||||
error_ParamError=parameter tidak benar
|
||||
error_ParamExist=Parameter sudah ada {0}
|
||||
error_Point=Kesalahan titik
|
||||
error_Send=Pengiriman pesan gagal
|
||||
error_StatusError=Status informasi {0} tidak benar
|
||||
error_SystemAuthError=Keizinan tidak cukup, operasi gagal
|
||||
error_SystemError=Sistemnya sibuk, tolong coba lagi nanti
|
||||
error_Update=Kemaskini gagal
|
||||
error_isNull={0}Pertanyaan Tidak ada
|
||||
@@ -1,21 +0,0 @@
|
||||
error_AccessLimit=Batas akses\!
|
||||
error_CodeGenerator=lingkungan ini tidak memungkinkan generasi kode. Silakan pilih untuk melihat atau mengunduh untuk melihat
|
||||
error_Config=Informasi konfigurasi yang salah
|
||||
error_Create=Penciptaan gagal
|
||||
error_Delete=Hapus gagal
|
||||
error_File_1=Berkas melebihi ukuran yang ditentukan\!
|
||||
error_File_2=Hanya gambar yang dapat diunggah
|
||||
error_File_3=Upload gagal
|
||||
error_LockOut=Operasi kunci sedang sibuk {0}, menunggu akhir
|
||||
error_NotEq=Pengecualian verifikasi parameter\: informasi yang tidak konsisten
|
||||
error_NullPoint=Pertanyaan Hanya Kosong
|
||||
error_NumberError_1=Panjangnya bahkan tidak\!
|
||||
error_ParamError=parameter tidak benar
|
||||
error_ParamExist=Parameter sudah ada {0}
|
||||
error_Point=Kesalahan titik
|
||||
error_Send=Pengiriman pesan gagal
|
||||
error_StatusError=Status informasi {0} tidak benar
|
||||
error_SystemAuthError=Keizinan tidak cukup, operasi gagal
|
||||
error_SystemError=Sistemnya sibuk, tolong coba lagi nanti
|
||||
error_Update=Kemaskini gagal
|
||||
error_isNull={0}Pertanyaan Tidak ada
|
||||
@@ -1,21 +0,0 @@
|
||||
error_AccessLimit=访问次数限制\!
|
||||
error_CodeGenerator=此环境不允许生成代码,请选择预览或者下载查看
|
||||
error_Config=配置信息不正确
|
||||
error_Create=创建失败
|
||||
error_Delete=删除失败
|
||||
error_File_1=文件超出规定大小\!
|
||||
error_File_2=只能上传图片
|
||||
error_File_3=上传失败
|
||||
error_LockOut=操作锁被占用{0},等待结束
|
||||
error_NotEq=参数校验异常:信息不一致
|
||||
error_NullPoint=信息为空
|
||||
error_NumberError_1=长度不是偶数\!
|
||||
error_ParamError=参数不正确
|
||||
error_ParamExist=信息已经存在{0}
|
||||
error_Point=点位错误
|
||||
error_Send=消息发送失败
|
||||
error_StatusError={0}信息状态不正确
|
||||
error_SystemAuthError=权限不足,操作失败
|
||||
error_SystemError=系统繁忙,稍后在试
|
||||
error_Update=更新失败
|
||||
error_isNull={0}查询信息不存在
|
||||
@@ -1,13 +1,771 @@
|
||||
var config = {
|
||||
"lang": "English222",
|
||||
"language": "English",
|
||||
"platform": {
|
||||
"title": "NOBLELIFT Platform",
|
||||
"tip1": "The user name cannot be empty",
|
||||
"tip2": "The password cannot be empty",
|
||||
"tip3": "当前语言,111111英语"
|
||||
"title": "NuoLi Platform"
|
||||
},
|
||||
"system": {
|
||||
"exception": "System exception, please contact administrator",
|
||||
"paramException": "Parameter exception, please check input parameters",
|
||||
"resultException": "Request result does not exist",
|
||||
"dataException": "Data exception, data does not exist",
|
||||
"dataExceptionArg": "Data exception, %s data does not exist",
|
||||
"dataDuplicationArg": "Data duplication, %s already exists in the system",
|
||||
"dataFormat": "Data exception, data is incorrect",
|
||||
"activatArg": "%s has not been activated in the system",
|
||||
"operation": "Operation failed",
|
||||
"error_param_undefined": "【%s】corresponding type 【%d】is undefined",
|
||||
"per_auth": "Permission already assigned, cannot delete",
|
||||
"error_isNull": "Data does not exist: %s",
|
||||
"dept_has": "Department has associated users, cannot delete",
|
||||
"user_not_exist": "User does not exist",
|
||||
"password_error": "Incorrect password",
|
||||
"account_not_activated": "Account not activated",
|
||||
"vehicle_already_in_storage": "Carrier code: %s already exists in storage, please verify the data!",
|
||||
"no_available_location": "No available storage location",
|
||||
"detail_already_allocated": "Current detail has already been allocated a storage location",
|
||||
"no_allocated_location": "This detail has not been allocated a storage location, please allocate first",
|
||||
"main_table_status_must_be_allocated": "Main table status must be allocated!",
|
||||
"no_task_allocation_detail": "No allocation detail found for the task",
|
||||
"no_inbound_bill_detail": "No inbound bill detail record found",
|
||||
"no_inbound_bill": "No inbound bill found",
|
||||
"no_location_in_warehouse": "No storage locations in this warehouse area",
|
||||
"no_vehicle_info": "No carrier number information",
|
||||
"no_suitable_location": "No suitable storage location found",
|
||||
"no_available_warehouse_area": "No available warehouse area found",
|
||||
"cannot_select_suitable_warehouse_area": "Cannot select suitable warehouse area",
|
||||
"captcha_config_error": "Verification code configuration error! Check LoginCodeEnum for correct configuration",
|
||||
"available_quantity_cannot_be_negative": "Available quantity cannot be negative, please check the change quantity! Current available quantity is 【%s】, current change quantity is 【%s】",
|
||||
"operation_failed": "Operation failed",
|
||||
"local_ip": "Local IP address:"
|
||||
},
|
||||
"business": {
|
||||
"InvReminder": "Current allocation strategy, %s has no available locations",
|
||||
"loginPassword": "Login failed, incorrect account or password",
|
||||
"accountUse": "Login failed, account not enabled"
|
||||
},
|
||||
"common": {
|
||||
"home": "Dashboard",
|
||||
"Layout_setting": "Layout Setting"
|
||||
'home': 'Dashboard',
|
||||
'Layout_setting': 'Layout Setting',
|
||||
'Personal_center': 'Personal Center',
|
||||
'Log_out': 'Log Out',
|
||||
'Personal_information': 'Personal Information',
|
||||
'username': 'UserName',
|
||||
'name': 'Name',
|
||||
'phone': 'Phone Number',
|
||||
'phone2': 'Phone',
|
||||
'sex': 'Sex',
|
||||
'sex_male': 'Male',
|
||||
'sex_female': 'Female',
|
||||
'email': 'E-mail',
|
||||
'Security_settings': 'Security Settings',
|
||||
'Save_settings': 'Save Settings',
|
||||
'Reset_settings': 'Reset Settings',
|
||||
'Change_password': 'Change Password',
|
||||
'New_password': 'New Password',
|
||||
'Old_password': 'Old Password',
|
||||
'Verify_password': 'Verify Password',
|
||||
'User_information': 'User Information',
|
||||
'Operation_log': 'Operation Log',
|
||||
'action': 'Action',
|
||||
'IP_source': 'IP Source',
|
||||
'Browser': 'Browser',
|
||||
'Request_time': 'Request Time',
|
||||
'Creation_date': 'Creation Date',
|
||||
'account': 'Account',
|
||||
'password': 'Password',
|
||||
'verification_code': 'Code',
|
||||
'login_rm': 'Remember Me',
|
||||
'login': 'Login',
|
||||
'login_ing': 'Logging in...',
|
||||
'Create': 'Create',
|
||||
'Update': 'Update',
|
||||
'Delete': 'Delete',
|
||||
'More': 'More',
|
||||
'Export': 'Export',
|
||||
'Editors': 'Editor',
|
||||
'SelectAll': 'SelectAll',
|
||||
'Query': 'Query',
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'Confirm',
|
||||
'Cancel': 'Cancel',
|
||||
'Yes': 'YES',
|
||||
'No': 'NO',
|
||||
'Success': 'success',
|
||||
'Fail': 'fail',
|
||||
'Please_select': 'Please Select',
|
||||
'Operation_success': 'Successful operation',
|
||||
'Upload_success': 'Upload Success',
|
||||
'Operate': 'Operate',
|
||||
'Refresh': 'Refresh',
|
||||
'Closes': 'Close',
|
||||
'Closes_l': 'Close Left',
|
||||
'Closes_r': 'Close Right',
|
||||
'Closes_o': 'Close Other',
|
||||
'Closes_a': 'Close All',
|
||||
'Theme_style_setting': 'Theme Style Setting',
|
||||
'Theme_color': 'Theme Color',
|
||||
'System_layout_configuration': 'System Layout Configuration',
|
||||
'Open': 'Open',
|
||||
'Fixation': 'Fixation',
|
||||
'Display': 'Display',
|
||||
'Dynamic_titles': 'Dynamic Titles',
|
||||
'crudTip': 'Are you sure to delete this data?',
|
||||
'startDate': 'StartDate',
|
||||
'endDate': 'EndDate',
|
||||
'moreMenu': 'MoreMenu',
|
||||
'browses': 'browse',
|
||||
'fz': 'Full screen zoom',
|
||||
'submit': 'Submit Success',
|
||||
'add': 'Add Success',
|
||||
'edit': 'Edit Success',
|
||||
'del': 'Delete Success',
|
||||
'close': 'Confirm Close',
|
||||
'save': 'Save Success',
|
||||
'datas': 'Data',
|
||||
'Tips': 'Tips',
|
||||
'Tip1': 'Confirm to delete the selected {count} pieces of data?',
|
||||
'Tip3': 'User name not used as login',
|
||||
'Tip4': 'Mobile phone number cannot be duplicate',
|
||||
'Tip5': 'Please enter a phone number',
|
||||
'Tip6': 'Please enter the correct 11 digit phone number',
|
||||
'Tip7': 'Drag and drop the excel file here or',
|
||||
'Tip8': 'The two passwords are different',
|
||||
'Tip9': 'Please enter your password again',
|
||||
'Tip10': 'Please enter your old password',
|
||||
'Tip11': 'Please enter your new password',
|
||||
'Tip12': '{min} to {max} characters in length',
|
||||
'Tip13': 'Are you sure to log out and exit the system?',
|
||||
'Tip14': 'WebSocket connection error',
|
||||
'Tip15': 'Please enter an icon name',
|
||||
'Tip16': 'NOT NULL',
|
||||
'Tip17': 'Please enter what you are searching for',
|
||||
'loading': 'loading...',
|
||||
'Tip18': 'select date time',
|
||||
'Tip19': 'Are you sure to delete the selected data?',
|
||||
'Tip20': 'The login has expired,please log in again!',
|
||||
"name": "Name",
|
||||
"import": "import",
|
||||
"export": "export",
|
||||
"create_name": "Created By",
|
||||
"create_time": "Creation Time",
|
||||
"update_name": "Modified By",
|
||||
"remark": "Remark",
|
||||
"is_used": "Activated",
|
||||
"is_delete": "Deleted",
|
||||
"create_mode": "Creation Method",
|
||||
"input_optname": "Prepared By",
|
||||
"input_time": "Preparation Time",
|
||||
"update_optname": "Modified By",
|
||||
"update_time": "Modification Time",
|
||||
"dis_optname": "Allocated By",
|
||||
"dis_time": "Allocation Time",
|
||||
"confirm_optname": "Confirmed By",
|
||||
"confirm_time": "Confirmation Time",
|
||||
"bill_code": "Document Number",
|
||||
"bill_type": "Document Type",
|
||||
"biz_date": "Business Date",
|
||||
"bill_status": "Document Status",
|
||||
"zh_name": "Chinese Name",
|
||||
"in_name": "Indonesian Name",
|
||||
"en_name": "English Name",
|
||||
"ext_id": "External ID",
|
||||
"request_param_cannot_be_empty": "Request parameters cannot be empty",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"user_info_get_fail": "Failed to get user information",
|
||||
"operation_success": "Operation successful",
|
||||
"inputCodeOrName": "input code or name"
|
||||
},
|
||||
"upload": {
|
||||
"load_text1": "Drag file here or",
|
||||
"load_text2": "click to upload",
|
||||
"load_text3": "Only Excel files can be uploaded, and no larger than 10MB",
|
||||
"load_text4": "File is too large, please upload files smaller than 10MB~",
|
||||
"load_text5": "Only one Excel file can be uploaded!"
|
||||
},
|
||||
"gateway": {
|
||||
"picking_point_not_exist": "The picking point you entered does not exist, please enter 1207 or 1210 picking point!",
|
||||
"create_task_fail_empty": "Failed to create task: returned task information is empty, application parameters are",
|
||||
"apply_task_fail": "Task application failed, application parameters are",
|
||||
"check_error_log": "Please check the error log"
|
||||
},
|
||||
"md_me_materialbase": {
|
||||
"material_code": "Material Code",
|
||||
"material_name": "Material Name",
|
||||
"product_series_name": "Product Series",
|
||||
"material_spec": "Material Specification",
|
||||
"material_model": "Material Model"
|
||||
},
|
||||
"md_pb_classstandard": {
|
||||
"class_code": "Class Code",
|
||||
"class_name": "Class Name",
|
||||
"class_desc": "Class Description",
|
||||
"parent_class_id": "Parent Class ID"
|
||||
},
|
||||
"md_pb_measureunit": {
|
||||
"unit_code": "Code",
|
||||
"unit_name": "Name",
|
||||
"qty_precision": "Data Precision",
|
||||
"qty_unit_id": "Base Measurement Unit",
|
||||
"qty_unit_name": "Unit Name"
|
||||
},
|
||||
"md_pb_storagevehicleinfo": {
|
||||
"storagevehicle_code": "Carrier Code",
|
||||
"storagevehicle_name": "Carrier Name",
|
||||
"one_code": "Barcode",
|
||||
"two_code": "QR Code",
|
||||
"storagevehicle_type": "Carrier Type",
|
||||
"vehicle_width": "Carrier Width",
|
||||
"vehicle_long": "Carrier Length",
|
||||
"vehicle_height": "Carrier Height",
|
||||
"weigth": "Pallet Weight",
|
||||
"overstruct_type": "Does Carrier Exceed Location",
|
||||
"occupystruct_qty": "Number of Occupied Locations",
|
||||
"ext_id": "External ID"
|
||||
},
|
||||
"sch_base_point": {
|
||||
"point_code": "Point Code",
|
||||
"point_name": "Point Name",
|
||||
"region_code": "Region Code",
|
||||
"region_name": "Region Name",
|
||||
"point_type": "Point Type",
|
||||
"point_status": "Point Status",
|
||||
"vehicle_type": "Carrier Type",
|
||||
"vehicle_code": "Carrier Code",
|
||||
"vehicle_qty": "Carrier Quantity",
|
||||
"in_order_seq": "Inbound Sequence",
|
||||
"out_order_seq": "Outbound Sequence",
|
||||
"in_empty_seq": "Empty Carrier Inbound Sequence",
|
||||
"out_empty_seq": "Empty Carrier Outbound Sequence",
|
||||
"parent_point_code": "Parent Point Code",
|
||||
"ext_point_code": "External Point Code",
|
||||
"ing_task_code": "Task Code Being Executed",
|
||||
"is_has_workder": "Generate Order",
|
||||
"workshop_code": "Workshop Code",
|
||||
"is_auto": "Auto"
|
||||
},
|
||||
"sch_base_region": {
|
||||
"region_code": "Region Code",
|
||||
"region_name": "Region Name",
|
||||
"point_type_explain": "Point Type Description",
|
||||
"point_status_explain": "Point Status Description",
|
||||
"is_has_workder": "Generate Order",
|
||||
"order_seq": "Sequence",
|
||||
"workshop_code": "Workshop Code"
|
||||
},
|
||||
"sch_base_task": {
|
||||
"task_code": "Task Code",
|
||||
"task_status": "Task Status",
|
||||
"config_code": "Configuration Code",
|
||||
"point_code1": "Point 1",
|
||||
"point_code2": "Point 2",
|
||||
"point_code3": "Point 3",
|
||||
"point_code4": "Point 4",
|
||||
"group_id": "Group ID",
|
||||
"vehicle_type": "Carrier Type",
|
||||
"vehicle_qty": "Carrier Quantity",
|
||||
"vehicle_code": "Carrier Code",
|
||||
"vehicle_code2": "Carrier Code 2",
|
||||
"handle_status": "Processing Status",
|
||||
"car_no": "License Plate Number",
|
||||
"task_group_id": "Task Group ID",
|
||||
"task_group_seq": "Task Group Sequence",
|
||||
"finished_type": "Task Completion Type",
|
||||
"create_mode": "Creation Method",
|
||||
"request_param": "Create Task Request Parameters",
|
||||
"response_param": "Issue Task Request Parameters",
|
||||
"workshop_code": "Workshop Code",
|
||||
"ext_group_data": "Additional Group Information",
|
||||
"priority": "ACS Priority"
|
||||
},
|
||||
"sch_base_taskconfig": {
|
||||
"config_code": "Configuration Code",
|
||||
"config_name": "Configuration Name",
|
||||
"route_plan_code": "Route Planning Code",
|
||||
"task_qf_type": "Task Pick/Drop Type",
|
||||
"acs_task_type": "ACS Task Type",
|
||||
"task_name": "Task Name",
|
||||
"task_type": "Task Type",
|
||||
"task_direction": "Task Direction",
|
||||
"priority": "Priority",
|
||||
"task_create_max_num": "Maximum Number of Tasks Allowed to Create",
|
||||
"task_issue_max_num": "Maximum Number of Tasks Allowed to Issue",
|
||||
"is_auto_issue": "Auto Issue",
|
||||
"start_region_str": "Start Region Configuration",
|
||||
"next_region_str": "End Region Configuration",
|
||||
"start_point_pre": "Start Point Prefix",
|
||||
"next_region_pre": "End Region Prefix",
|
||||
"is_check_workorder": "Check Work Order",
|
||||
"is_check_start_lock": "Evaluate Start Point Lock",
|
||||
"is_immediate_create": "Create Immediately",
|
||||
"is_check_next_lock": "Evaluate End Point Lock",
|
||||
"is_start_auto": "Start Point Auto",
|
||||
"is_next_auto": "End Point Auto",
|
||||
"is_lock_start": "Lock Start Point",
|
||||
"is_lock_next": "Lock End Point",
|
||||
"request_param": "Create Task Request Parameters",
|
||||
"response_param": "Issue Task Request Parameters",
|
||||
"is_group_congrol_issue_seq": "Control Issue Sequence by Group",
|
||||
"unfinish_notify_time": "Task Unfinished Notification Time",
|
||||
"sql_param": "SQL Configuration",
|
||||
"workshop_code": "Workshop Code"
|
||||
},
|
||||
"st_ivt_bsrealstorattr": {
|
||||
"stor_code": "Warehouse Code",
|
||||
"stor_name": "Warehouse Name",
|
||||
"simple_name": "Warehouse Abbreviation",
|
||||
"stor_capacity": "Warehouse Capacity",
|
||||
"total_area": "Total Area",
|
||||
"stor_type_scode": "Warehouse Nature",
|
||||
"is_virtualstore": "Is Virtual Warehouse",
|
||||
"is_semi_finished": "Is Semi-finished Product Warehouse",
|
||||
"is_materialstore": "Is Raw Material Warehouse",
|
||||
"is_productstore": "Is Finished Product Warehouse",
|
||||
"is_attachment": "Is Accessory Warehouse",
|
||||
"is_reversed": "Allow Returns",
|
||||
"is_mvout_auto_cfm": "Auto Confirm Transfer Out Business",
|
||||
"is_mvin_auto_cfm": "Auto Confirm Transfer In Business",
|
||||
"area": "Area",
|
||||
"storea_ddress": "Warehouse Address",
|
||||
"principal": "Person in Charge",
|
||||
"office_phone": "Office Phone",
|
||||
"mobile_no": "Mobile Number",
|
||||
"order_index": "Display Order",
|
||||
"whstate_scode": "Status",
|
||||
"base_class_id": "Material Basic Classification",
|
||||
"sysownerid": "Owner ID",
|
||||
"sysdeptid": "Department ID",
|
||||
"syscompanyid": "Company ID",
|
||||
"ext_id": "External ID",
|
||||
"depart_name": "Department Name",
|
||||
"company_name": "Company Name"
|
||||
},
|
||||
"st_ivt_checkdtl": {
|
||||
"seq_no": "Detail Sequence",
|
||||
"sect_code": "Inventory Area",
|
||||
"struct_code": "Inventory Location",
|
||||
"checkpoint_code": "Inventory Station",
|
||||
"storagevehicle_code": "Storage Carrier Code",
|
||||
"material_id": "Material ID",
|
||||
"pcsn": "Batch",
|
||||
"base_qty": "Inventory Quantity",
|
||||
"status": "Status",
|
||||
"is_down": "Issued",
|
||||
"fac_qty": "Inventory Count Quantity",
|
||||
"check_result": "Inventory Result",
|
||||
"check_optname": "Inventory Person",
|
||||
"check_time": "Inventory Time",
|
||||
"remark": "Detail Remark",
|
||||
"check_code": "Inventory Document Number",
|
||||
"check_type": "Inventory Document Type",
|
||||
"stor_name": "Warehouse Name",
|
||||
"dtl_num": "Detail Quantity",
|
||||
"create_mode": "Creation Method"
|
||||
},
|
||||
"st_ivt_iostor": {
|
||||
"stor_code": "Warehouse Code",
|
||||
"sect_date": "Date",
|
||||
"quality_scode": "Quality Type",
|
||||
"start_num": "Opening Quantity",
|
||||
"in_num": "Inbound Quantity",
|
||||
"out_num": "Outbound Quantity",
|
||||
"total_qty": "Total Quantity",
|
||||
"total_weight": "Total Weight",
|
||||
"io_type": "In/Out Type",
|
||||
"detail_count": "Detail Quantity",
|
||||
"seq_no": "Detail Sequence",
|
||||
"work_status": "Execution Status",
|
||||
"task_id": "Task ID",
|
||||
"storagevehicle_code": "Storage Carrier Code",
|
||||
"is_issued": "Issued",
|
||||
"plan_qty": "Planned Quantity",
|
||||
"real_qty": "Actual Quantity",
|
||||
"point_code": "In/Out Point ID",
|
||||
"assign_qty": "Allocated Quantity",
|
||||
"unassign_qty": "Unallocated Quantity",
|
||||
"mol_code": "Loss Document Number",
|
||||
"mol_inv_type": "Loss Document Type",
|
||||
"mol_type": "Loss Type",
|
||||
"turnout_sect_code": "Transfer Out Area Code",
|
||||
"turnout_struct_code": "Transfer Out Location Code",
|
||||
"turnin_sect_code": "Transfer In Area Code",
|
||||
"turnin_struct_code": "Transfer In Location Code"
|
||||
},
|
||||
"structWarning": {
|
||||
"safe_qty_lower_limit": "Safety Stock Lower Limit",
|
||||
"safe_qty_upper_limit": "Safety Stock Upper Limit",
|
||||
"cron": "Expression",
|
||||
"notify_type": "Notification Type",
|
||||
"overdue_days": "Overdue Days",
|
||||
"safe_days": "Safety Days",
|
||||
"is_read": "Read",
|
||||
"current_qty": "Current Quantity"
|
||||
},
|
||||
"strategy": {
|
||||
"sect_code": "Warehouse Area",
|
||||
"strategy": "Rule",
|
||||
"strategy_type": "1 Inbound Strategy 2 Outbound Strategy",
|
||||
"description": "Description",
|
||||
"strategy_code": "Strategy Code",
|
||||
"strategy_name": "Strategy Name",
|
||||
"class_type": "Processing Type",
|
||||
"param": "Processing Class",
|
||||
"ban": "Prohibit Operation",
|
||||
"form_data": "Restriction Parameters"
|
||||
},
|
||||
"code_rule": {
|
||||
"current_value": "Current Value"
|
||||
},
|
||||
"dept": {
|
||||
"dept_id": "ID",
|
||||
"pid": "Parent Department",
|
||||
"sub_count": "Sub-department Count",
|
||||
"name": "Name",
|
||||
"zh_name": "Chinese Name",
|
||||
"in_name": "Indonesian Name",
|
||||
"en_name": "English Name",
|
||||
"dept_sort": "Sort",
|
||||
"is_used": "Status",
|
||||
"create_name": "Created By",
|
||||
"update_name": "Updated By",
|
||||
"create_time": "Creation Date",
|
||||
"update_time": "Update Time",
|
||||
"code": "Department Code",
|
||||
"ext_id": "External ID"
|
||||
},
|
||||
"dict": {
|
||||
"dict_type": "Dictionary Type",
|
||||
"dict_sort": "Sequence",
|
||||
"label": "Dictionary Label",
|
||||
"value": "Dictionary Value",
|
||||
"para1": "Parameter 1",
|
||||
"para2": "Parameter 2",
|
||||
"para3": "Parameter 3"
|
||||
},
|
||||
"menu": {
|
||||
"home": "home",
|
||||
"menu_id": "Menu ID",
|
||||
"pid": "Parent Menu ID",
|
||||
"sub_count": "Sub-menu Count",
|
||||
"type": "Menu Type",
|
||||
"system_type": "Belonging System",
|
||||
"category": "Menu Category",
|
||||
"title": "Menu Title",
|
||||
"en_title": "English Title",
|
||||
"in_title": "Indonesian Title",
|
||||
"zh_title": "Chinese Title",
|
||||
"component_name": "Component Name",
|
||||
"component": "Component",
|
||||
"menu_sort": "Sort",
|
||||
"icon": "Icon",
|
||||
"path": "Path",
|
||||
"iframe": "Is External Link",
|
||||
"cache": "Is Cached",
|
||||
"hidden": "Is Hidden",
|
||||
"permission": "Permission",
|
||||
"is_pc": "Is PC Menu"
|
||||
},
|
||||
"param": {
|
||||
"code": "Code",
|
||||
"name": "Name",
|
||||
"zh_name": "Name",
|
||||
"en_name": "English Name",
|
||||
"in_name": "Indonesian Name",
|
||||
"value": "Value"
|
||||
},
|
||||
"user": {
|
||||
"user_id": "User ID",
|
||||
"username": "Login Account",
|
||||
"password": "Password",
|
||||
"is_admin": "Is Administrator Account",
|
||||
"person_name": "Full Name",
|
||||
"zh_person_name": "Chinese Full Name",
|
||||
"en_person_name": "English Full Name",
|
||||
"in_person_name": "Indonesian Full Name",
|
||||
"gender": "Gender",
|
||||
"zh_gender": "Chinese Gender",
|
||||
"en_gender": "English Gender",
|
||||
"phone": "Phone",
|
||||
"email": "Email",
|
||||
"avatar_name": "Avatar Path",
|
||||
"avatar_path": "Actual Avatar Path",
|
||||
"extperson_id": "External Person ID",
|
||||
"extuser_id": "External User ID",
|
||||
"pwd_reset_user_id": "Password Reset By",
|
||||
"pwd_reset_time": "Password Reset Time"
|
||||
},
|
||||
"basedata_manage": {
|
||||
"same_warehouse_numbers": "Duplicate warehouse numbers exist",
|
||||
"deleted_or_without_permission_operation_failed": "Deleted or no permission, operation failed!",
|
||||
"same_supplier_code": "Duplicate supplier codes exist",
|
||||
"current_device_code_already_exists": "Current device code already exists 【%s】",
|
||||
"current_supplier_code_already_exists": "Current supplier code already exists 【%s】",
|
||||
"current_cust_code_already_exists": "Current customer code already exists 【%s】",
|
||||
"current_material_code_already_exists": "Current material code already exists 【%s】",
|
||||
"current_sorting_code_already_exists": "Current classification code already exists 【%s】",
|
||||
"current_unit_code_already_exists": "Current measurement unit code already exists 【%s】",
|
||||
"unit_code_not_exists": "Measurement unit code 【%s】 does not exist!",
|
||||
"current_vehicle_group_plate_info_exists": "Current carrier group plate information already exists",
|
||||
"parents_cannot_be_oneself": "Parent cannot be itself",
|
||||
"material_information_not_exists": "Material information 【%s】 does not exist!",
|
||||
"storage_vehicle_code_already_exists": "Current carrier code already exists 【%s】",
|
||||
"vehicle_type_no_dict_config": "This carrier type %s has no dictionary value configured",
|
||||
"storage_vehicle_not_exist": "Carrier with code 【%s】 does not exist!",
|
||||
"parent_class_code_invalid": "Please enter correct parent node code!",
|
||||
"sect_code_already_exists": "Duplicate area codes in the same warehouse",
|
||||
"struct_code_not_exist": "Structure code 【%s】 does not exist",
|
||||
"sect_no_io_rule": "Area 【%s】 has no inbound/outbound strategy configured",
|
||||
"strategy_no_available_struct": "Strategy 【%s】 has no available storage locations, total of %d locations queried",
|
||||
"sect_no_in_rule": "Area 【%s】 has no inbound strategy configured",
|
||||
},
|
||||
"sch_manage": {
|
||||
"task_already_completed": "This task is already completed!",
|
||||
"task_already_cancelled": "This task is already cancelled!",
|
||||
"task_not_exists": "This task does not exist",
|
||||
"only_cancel_generating_tasks": "Can only cancel generating tasks!",
|
||||
"task_status_must_be_create_to_cancel": "Task status must be 'created' to cancel task",
|
||||
"same_point_code_exists": "Duplicate point codes exist",
|
||||
"data_empty": "Data is empty!",
|
||||
"task_config_already_exists": "Task configuration 【%s】 already exists!",
|
||||
"start_and_end_region_cannot_be_empty": "Start region and end region cannot both be empty!",
|
||||
"tray_cannot_be_empty": "Tray cannot be empty"
|
||||
},
|
||||
"decision_manage": {
|
||||
"location_list_empty": "Storage location list is empty",
|
||||
"strategy_type_error": "Strategy type error",
|
||||
"no_available_location": "Current allocation strategy has no available storage locations",
|
||||
"no_available_location_same_block_num": "Current allocation strategy sameBlockNum has no available storage locations",
|
||||
"no_available_aisle": "No available aisle found",
|
||||
"strategy_name_already_exists": "Strategy with same name already exists 【%s】",
|
||||
"strategy_no_instance": "Start failed, current strategy 【%s】 has no corresponding instance information",
|
||||
"alley_ave_no_available_location": "Balancing strategy result: Carrier code: 【%s】 current allocation strategy has no available storage locations",
|
||||
"fifo_rule_inventory_shortage": "Current outbound strategy: FIFO, inventory allocation failed, reason: insufficient inventory!",
|
||||
"depth_priority_location_not_found": " Depth priority strategy: Get deep location with stock and shallow location without stock: Carrier code: 【%s】 failed to get location, number of locations for this strategy is 0!",
|
||||
"limit_storage_vehicle_not_exist": "Limit strategy: Current carrier information does not exist: 【%s】 does not exist",
|
||||
"limit_storage_location_not_found": "Limit strategy: Carrier code: 【%s】 failed to get location, number of locations for this height level is 0!"
|
||||
},
|
||||
"task": {
|
||||
"status": {
|
||||
"created": "Created",
|
||||
"applied": "Applied",
|
||||
"created_completed": "Creation Completed",
|
||||
"issued": "Issued",
|
||||
"executing": "Executing",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled",
|
||||
"unfinished": "Unfinished"
|
||||
}
|
||||
,
|
||||
"created_desc": "Create Task",
|
||||
"applied_desc": "Apply Task",
|
||||
"create_completed_desc": "Create Completed Task",
|
||||
"issued_desc": "Issue Task",
|
||||
"executing_desc": "Executing Task",
|
||||
"completed_desc": "Complete Task",
|
||||
"cancelled_desc": "Cancelled Task",
|
||||
"unfinished_desc": "Unfinished Task"
|
||||
},
|
||||
"bind": {
|
||||
"type": {
|
||||
"unbind": "Unbind",
|
||||
"bind": "Bind",
|
||||
"no_operation": "No Operation"
|
||||
}
|
||||
},
|
||||
"vehicle": {
|
||||
"type": {
|
||||
"empty_pallet": "Empty Pallet",
|
||||
"empty_container": "Empty Container"
|
||||
}
|
||||
},
|
||||
"base_data": {
|
||||
"type_not_defined": "Corresponding type 【%s】 is undefined"
|
||||
},
|
||||
"pm_manage": {
|
||||
"no_such_unit_info": "No such measurement unit information",
|
||||
"no_such_warehouse_info": "No such warehouse information",
|
||||
"form_type_param_cannot_be_empty": "Form type parameter cannot be empty",
|
||||
"current_bill_already_merged": "Current document has been merged, resubmission not allowed:【%s】",
|
||||
"current_bill_is_new_merged_bill": "Current document is a new merged document, resubmission not allowed:【%s】",
|
||||
"current_bill_is_not_new_merged_bill": "Current document is not a new merged document, submission not allowed:【%s】"
|
||||
},
|
||||
"warehouse_manage": {
|
||||
"main_table_status_must_be_generate": "Main table status must be generated!",
|
||||
"no_cancel_outbound_alloc_dtl": "No cancellable outbound allocation details exist",
|
||||
"no_selected_outbound_point": "No outbound point selected",
|
||||
"no_selected_floor": "No floor selected",
|
||||
"no_related_outbound_bill": "No related outbound bill found",
|
||||
"no_alloc_dtl_to_set": "Currently no allocation details to set",
|
||||
"main_table_status_must_be_allocated": "Main table status must be allocated!",
|
||||
"cannot_force_confirm_with_unfinished_tasks": "Cannot force confirm with unfinished tasks!",
|
||||
"no_alloc_dtl_for_task": "No allocation detail found for the task",
|
||||
"no_dtl_found": "No detail found",
|
||||
"vehicle_already_in_storage": "Carrier code: 【%s】 already exists in storage, please verify the data!",
|
||||
"detail_already_allocated_location": "Current detail has already been allocated a storage location",
|
||||
"no_available_location": "No available storage location",
|
||||
"detail_not_allocated_location": "This detail has not been allocated a storage location, please allocate first",
|
||||
"cannot_find_allocation_detail_for_task": "No allocation detail found for the task",
|
||||
"cannot_find_inbound_detail_record": "No inbound bill detail record found",
|
||||
"cannot_find_inbound_order": "No inbound order found",
|
||||
"no_location_in_sector": "No storage locations in this warehouse area",
|
||||
"no_carrier_info": "No carrier number information",
|
||||
"cannot_find_suitable_location": "No suitable storage location found",
|
||||
"cannot_find_available_sector": "No available warehouse area found",
|
||||
"cannot_select_suitable_sector": "Cannot select suitable warehouse area",
|
||||
"outbill_qty_zero": "Quantity cannot be zero",
|
||||
"outbill_sect_empty": "Allocation warehouse area cannot be empty",
|
||||
"outbill_not_found": "Cannot find outbound bill information",
|
||||
"outbill_no_details": "Current order has no allocatable outbound details",
|
||||
"outbill_no_cancelable_details": "No cancellable outbound allocation details exist",
|
||||
"outbill_allocated": "Fully allocated, unallocated quantity is 0",
|
||||
"storagevehicle_no_inventory": "Current carrier 【%s】 has no related material batch inventory, please check data!",
|
||||
"frozen_quantity_cannot_be_negative": "Frozen quantity cannot be negative, please check the change quantity! Current frozen quantity is 【%s】, current change quantity is 【%d】",
|
||||
},
|
||||
"pda_manage": {
|
||||
"change_type_cannot_be_empty": "Change type cannot be empty!",
|
||||
"carrier_code_cannot_be_empty": "Carrier code cannot be empty!",
|
||||
"material_id_cannot_be_empty": "Material ID cannot be empty!",
|
||||
"unit_id_cannot_be_empty": "Measurement unit ID cannot be empty!",
|
||||
"unit_name_cannot_be_empty": "Measurement unit name cannot be empty!",
|
||||
"change_qty_cannot_be_empty": "Change quantity cannot be empty!",
|
||||
"carrier_already_has_inventory": "Current carrier already has inventory materials, please check data!",
|
||||
"material_info_cannot_be_empty": "Material information cannot be empty!",
|
||||
"vehicle_info_cannot_be_empty": "Carrier information cannot be empty!",
|
||||
"vehicle_already_has_group_plate_info": "Carrier code: 【%s】 already has group plate information, please verify the data!",
|
||||
"vehicle_already_in_storage": "Carrier code: 【%s】 already exists in storage:【%d】, please verify the data!",
|
||||
"dtllist_cannot_be_empty": "dtlList cannot be empty",
|
||||
"vehicle_not_group_plated": "This carrier is not group plated, please check!",
|
||||
"vehicle_not_in_group_plate_status": "This carrier is not in group plate status, please check!",
|
||||
"point_not_exists": "Point does not exist:【%s】",
|
||||
"no_materials_available_for_storage": "Currently no materials available for storage!",
|
||||
"move_in_location_cannot_be_empty": "Move-in location cannot be empty!",
|
||||
"material_detail_cannot_be_empty": "Material detail cannot be empty!",
|
||||
"vehicle_not_exist_in_system": "Carrier does not exist in the system!",
|
||||
"move_in_location_not_exist_in_system": "Move-in location does not exist in the system!",
|
||||
"location_and_vehicle_code_cannot_be_empty": "Location code and carrier code cannot both be empty!",
|
||||
"vehicle_code_empty": "Carrier code cannot be empty",
|
||||
"point_code_empty": "Point code cannot be empty",
|
||||
"point_not_found": "Point 【%s】 does not exist",
|
||||
"point_already_binded": "Point 【%s】 is already bound to carrier 【%d】",
|
||||
"vehicle_already_binded": "Carrier 【%s】 is already bound to point 【%d】",
|
||||
"point_no_vehicle_need_unbind": "Point 【%s】 has no bound carrier 【%d】, no need to unbind",
|
||||
"start_point_not_exist": "Start point does not exist",
|
||||
"end_point_not_exist": "End point does not exist",
|
||||
"site_code_empty": "Point code cannot be empty",
|
||||
"site_not_exist": "Point 【%s】 does not exist"
|
||||
},
|
||||
"acs": {
|
||||
"connection_failed": "ACS connection failed"
|
||||
},
|
||||
"status": {
|
||||
"published": "Published",
|
||||
"unpublished": "Unpublished",
|
||||
"started": "Started",
|
||||
"stopped": "Stopped",
|
||||
"production_in": "Production Inbound",
|
||||
"purchase_in": "Purchase Inbound",
|
||||
"other_in": "Other Inbound",
|
||||
"production_out": "Production Outbound",
|
||||
"sales_out": "Sales Outbound",
|
||||
"other_out": "Other Outbound",
|
||||
"generated": "Generated",
|
||||
"allocated": "Allocated",
|
||||
"type_not_defined": "Corresponding type 【%s】 is undefined",
|
||||
"code_not_defined_r": "Corresponding code 【%s】 has no R data defined",
|
||||
"code_not_defined_x": "Corresponding code 【%s】 has no x data defined",
|
||||
"node_completed": "Node Completed",
|
||||
"abnormal_completed": "Abnormally Completed",
|
||||
"manual_in": "Manual Inbound",
|
||||
"material_out": "Material Outbound",
|
||||
"manual_out": "Manual Outbound",
|
||||
"move_storage": "Move Storage",
|
||||
"abnormal_move": "Abnormal Move",
|
||||
"inventory": "Inventory",
|
||||
"transfer": "Transfer",
|
||||
"inventory_loss": "Inventory Loss",
|
||||
"inventory_profit": "Inventory Profit",
|
||||
"physical_inventory": "Physical Inventory",
|
||||
"receipt_notice": "Receipt Notice",
|
||||
"sales_order": "Sales Order",
|
||||
"production_inbound": "Production Inbound",
|
||||
"purchase_inbound": "Purchase Inbound",
|
||||
"sales_return_inbound": "Sales Return Inbound",
|
||||
"purchase_return_outbound": "Purchase Return Outbound",
|
||||
"subcontract_material_list": "Subcontract Material List",
|
||||
"production_material_list": "Production Material List",
|
||||
"production_picking": "Production Picking",
|
||||
"simple_production_picking": "Simple Production Picking",
|
||||
"transfer_outbound": "Transfer Outbound",
|
||||
"other_outbound": "Other Outbound",
|
||||
"lowest": "Lowest Priority",
|
||||
"normal": "Normal Priority",
|
||||
"higher": "Higher Priority",
|
||||
"urgent": "Urgent Priority",
|
||||
"warehouse": "Warehouse Task",
|
||||
"agv_task": "AGV Task",
|
||||
"ctu_task": "CTU Task",
|
||||
"third_floor_ctu": "Third Floor CTU",
|
||||
"xian_gong": "Xian Gong System",
|
||||
"hairou_ctu": "HaiRou CTU",
|
||||
"hikvision_ctu": "Hikvision CTU",
|
||||
"inbound": "Inbound",
|
||||
"outbound": "Outbound",
|
||||
"in_out_bound": "In/Out Bound",
|
||||
"first_floor_workshop": "First Floor Workshop",
|
||||
"second_floor_workshop": "Second Floor Workshop",
|
||||
"third_floor_workshop": "Third Floor Workshop",
|
||||
"main_storage_picking_platform": "Main Storage Picking Platform",
|
||||
"first_floor_io_conveyor": "First Floor I/O Conveyor",
|
||||
"second_floor_io_conveyor": "Second Floor I/O Conveyor",
|
||||
"second_floor_ctu_shelf_docking": "Second Floor CTU Shelf Docking Position",
|
||||
"second_floor_agv_production_line_docking": "Second Floor AGV Production Line Docking Position",
|
||||
"second_floor_empty_shelf_buffer": "Second Floor Empty Shelf Buffer",
|
||||
"pallet_warehouse": "Pallet Warehouse",
|
||||
"container_warehouse": "Container Warehouse",
|
||||
"virtual_warehouse": "Virtual Warehouse",
|
||||
"second_floor_ctu_buffer": "Second Floor CTU Buffer",
|
||||
"second_floor_shelf_buffer": "Second Floor Shelf Buffer",
|
||||
"ascending": "Ascending",
|
||||
"descending": "Descending",
|
||||
"unbind": "Unbind",
|
||||
"bind": "Bind",
|
||||
"no_operation": "No Operation",
|
||||
"empty_tray": "Empty Tray",
|
||||
"empty_container": "Empty Container",
|
||||
"start": "Start",
|
||||
"pause": "Pause",
|
||||
"completed": "Completed",
|
||||
"force_completed": "Force Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"error": {
|
||||
"param_undefined": "Parameter 【%s】 undefined 【%s】",
|
||||
"ParamExist": "Parameter 【%s】 already exists",
|
||||
"Update": "Update failed",
|
||||
"Detele": "Delete failed",
|
||||
"NullPoint": "Null pointer exception",
|
||||
"SystemAuthError": "System authorization error",
|
||||
"File_3": "File upload failed",
|
||||
"isNull": "Parameter 【%s】 cannot be empty",
|
||||
"Send": "Send failed"
|
||||
},
|
||||
"role": {
|
||||
"Check_1": "Role name cannot be empty",
|
||||
"level": "Role level"
|
||||
},
|
||||
"quartz": {
|
||||
"ip_different": "Local IP 【%s】 differs from scheduler IP 【%s】",
|
||||
"create_job_failure": "Failed to create scheduled task"
|
||||
},
|
||||
"system_manage": {
|
||||
"username_password_error": "Incorrect username or password",
|
||||
"account_not_activated": "Account not activated",
|
||||
"param_empty": "Parameters cannot be empty",
|
||||
"code_rule_not_exist": "Missing configuration related to 【%s】",
|
||||
"menu_no_permission": "No menu permission",
|
||||
"current_business_executing": "Current business: 【%s】 is being executed, please try again later"
|
||||
},
|
||||
"login": {
|
||||
"childError": "Child node menu cannot be set as directory"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
var config = {
|
||||
"lang": "English222",
|
||||
"platform": {
|
||||
"title": "NOBLELIFT Platform",
|
||||
"tip1": "The user name cannot be empty",
|
||||
"tip2": "The password cannot be empty",
|
||||
"tip3": "The verification code cannot be empty"
|
||||
},
|
||||
"common": {
|
||||
"home": "Dashboard",
|
||||
"Layout_setting": "Layout Setting"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
var config = {
|
||||
"lang": "English222",
|
||||
"platform": {
|
||||
"title": "NOBLELIFT Platform",
|
||||
"tip1": "The user name cannot be empty",
|
||||
"tip2": "The password cannot be empty",
|
||||
"tip3": "The verification code cannot be empty"
|
||||
},
|
||||
"common": {
|
||||
"home": "Dashboard",
|
||||
"Layout_setting": "Layout Setting"
|
||||
}
|
||||
}
|
||||
@@ -44,7 +44,108 @@ var config = {
|
||||
"accountUse": "Đăng nhập thất bại, tài khoản chưa được kích hoạt"
|
||||
},
|
||||
"common": {
|
||||
'home': 'Trang chủ', // Trang chủ
|
||||
'Layout_setting': 'Cài đặt bố cục',
|
||||
'Personal_center': 'Trung tâm cá nhân',
|
||||
'Log_out': 'Đăng xuất',
|
||||
'Personal_information': 'Thông tin cá nhân',
|
||||
'username': 'Tên người dùng',
|
||||
'name': 'Họ tên',
|
||||
'phone': 'Số điện thoại',
|
||||
'phone2': 'Số điện thoại',
|
||||
'sex': 'Giới tính',
|
||||
'sex_male': 'Nam',
|
||||
'sex_female': 'Nữ',
|
||||
'email': 'Email người dùng',
|
||||
'Security_settings': 'Cài đặt bảo mật',
|
||||
'Save_settings': 'Lưu cài đặt',
|
||||
'Reset_settings': 'Đặt lại cài đặt',
|
||||
'Change_password': 'Đổi mật khẩu',
|
||||
'New_password': 'Mật khẩu mới',
|
||||
'Old_password': 'Mật khẩu cũ',
|
||||
'Verify_password': 'Xác nhận mật khẩu',
|
||||
'User_information': 'Thông tin người dùng',
|
||||
'Operation_log': 'Nhật ký hoạt động',
|
||||
'action': 'Hành động',
|
||||
'IP_source': 'Nguồn IP',
|
||||
'Browser': 'Trình duyệt',
|
||||
'Request_time': 'Thời gian xử lý yêu cầu',
|
||||
'Creation_date': 'Ngày tạo',
|
||||
'account': 'Tài khoản',
|
||||
'password': 'Mật khẩu',
|
||||
'verification_code': 'Mã xác minh',
|
||||
'login_rm': 'Ghi nhớ đăng nhập',
|
||||
'login': 'Đăng nhập',
|
||||
'login_ing': 'Đang đăng nhập...',
|
||||
'Create': 'Thêm mới',
|
||||
'Update': 'Chỉnh sửa',
|
||||
'Delete': 'Xóa',
|
||||
'More': 'Thêm',
|
||||
'Export': 'Xuất',
|
||||
'Editors': 'Biên tập',
|
||||
'SelectAll': 'Chọn tất cả',
|
||||
'Query': 'Truy vấn',
|
||||
'Reset': 'Đặt lại',
|
||||
'Confirm': 'Xác nhận',
|
||||
'Cancel': 'Hủy',
|
||||
'Yes': 'Có',
|
||||
'No': 'Không',
|
||||
'Success': 'Thành công',
|
||||
'Fail': 'Thất bại',
|
||||
'Please_select': 'Vui lòng chọn',
|
||||
'Operation_success': 'Thao tác thành công',
|
||||
'Upload_success': 'Tải lên thành công',
|
||||
'Operate': 'Thao tác',
|
||||
'Refresh': 'Làm mới',
|
||||
'Closes': 'Đóng',
|
||||
'Closes_l': 'Đóng bên trái',
|
||||
'Closes_r': 'Đóng bên phải',
|
||||
'Closes_o': 'Đóng khác',
|
||||
'Closes_a': 'Đóng tất cả',
|
||||
'Theme_style_setting': 'Cài đặt kiểu giao diện',
|
||||
'Theme_color': 'Màu chủ đề',
|
||||
'System_layout_configuration': 'Cấu hình bố cục hệ thống',
|
||||
'Open': 'Mở',
|
||||
'Fixation': 'Cố định',
|
||||
'Display': 'Hiển thị',
|
||||
'Dynamic_titles': 'Tiêu đề động',
|
||||
'crudTip': 'Xác nhận xóa dữ liệu này?',
|
||||
'startDate': 'Ngày bắt đầu',
|
||||
'endDate': 'Ngày kết thúc',
|
||||
'moreMenu': 'Menu thêm',
|
||||
'browses': 'Duyệt',
|
||||
'fz': 'Thu phóng toàn màn hình',
|
||||
'submit': 'Gửi thành công',
|
||||
'add': 'Thêm thành công',
|
||||
'edit': 'Chỉnh sửa thành công',
|
||||
'del': 'Xóa thành công',
|
||||
'close': 'Xác nhận đóng',
|
||||
'save': 'Lưu thành công',
|
||||
'datas': 'Dữ liệu',
|
||||
'Tips': 'Gợi ý',
|
||||
'Tip1': 'Xác nhận xóa {count} dữ liệu đã chọn?',
|
||||
'Tip3': 'Tên người dùng không dùng để đăng nhập',
|
||||
'Tip4': 'Số điện thoại không được trùng lặp',
|
||||
'Tip5': 'Vui lòng nhập số điện thoại',
|
||||
'Tip6': 'Vui lòng nhập đúng 11 chữ số điện thoại',
|
||||
'Tip7': 'Kéo thả file excel vào đây hoặc',
|
||||
'Tip8': 'Mật khẩu nhập hai lần không khớp',
|
||||
'Tip9': 'Vui lòng nhập lại mật khẩu',
|
||||
'Tip10': 'Vui lòng nhập mật khẩu cũ',
|
||||
'Tip11': 'Vui lòng nhập mật khẩu mới',
|
||||
'Tip12': 'Độ dài từ {min} đến {max} ký tự',
|
||||
'Tip13': 'Xác nhận đăng xuất khỏi hệ thống?',
|
||||
'Tip14': 'Kết nối WebSocket xảy ra lỗi',
|
||||
'Tip15': 'Vui lòng nhập tên biểu tượng',
|
||||
'Tip16': 'Không được để trống',
|
||||
'Tip17': 'Vui lòng nhập nội dung tìm kiếm',
|
||||
'loading': 'Dữ liệu đang tải...',
|
||||
'Tip18': 'Chọn ngày giờ',
|
||||
'Tip19': 'Bạn có chắc chắn xóa dữ liệu đã chọn?',
|
||||
'Tip20': 'Trạng thái đăng nhập hiện tại đã hết hạn, vui lòng đăng nhập lại!',
|
||||
"name": "Tên",
|
||||
"import": "Nhập",
|
||||
"export": "Xuất",
|
||||
"create_name": "Người tạo",
|
||||
"create_time": "Thời gian tạo",
|
||||
"update_name": "Người sửa đổi",
|
||||
@@ -72,7 +173,15 @@ var config = {
|
||||
"yes": "Có",
|
||||
"no": "Không",
|
||||
"user_info_get_fail": "Lấy thông tin người dùng thất bại",
|
||||
"operation_success": "Thao tác thành công"
|
||||
"operation_success": "Thao tác thành công",
|
||||
"inputCodeOrName": "Nhập mã hoặc tên"
|
||||
},
|
||||
"upload": {
|
||||
"load_text1": "Kéo file vào đây, hoặc",
|
||||
"load_text2": "nhấp để tải lên",
|
||||
"load_text3": "Chỉ có thể tải lên file Excel và không vượt quá 10MB",
|
||||
"load_text4": "File quá lớn, vui lòng tải lên file nhỏ hơn 10MB~",
|
||||
"load_text5": "Chỉ có thể tải lên một file excel!"
|
||||
},
|
||||
"gateway": {
|
||||
"picking_point_not_exist": "Vị trí chọn bạn nhập không tồn tại, vui lòng nhập vị trí chọn 1207 hoặc 1210!",
|
||||
@@ -80,6 +189,19 @@ var config = {
|
||||
"apply_task_fail": "Ứng dụng tác vụ thất bại, tham số ứng dụng là",
|
||||
"check_error_log": "Vui lòng kiểm tra nhật ký lỗi"
|
||||
},
|
||||
"md_me_materialbase": {
|
||||
"material_code": "Mã vật liệu",
|
||||
"material_name": "Tên vật liệu",
|
||||
"product_series_name": "Dòng sản phẩm",
|
||||
"material_spec": "Quy cách vật liệu",
|
||||
"material_model": "Model vật liệu"
|
||||
},
|
||||
"md_pb_classstandard": {
|
||||
"class_code": "Mã phân loại",
|
||||
"class_name": "Tên phân loại",
|
||||
"class_desc": "Mô tả phân loại",
|
||||
"parent_class_id": "ID phân loại cấp trên"
|
||||
},
|
||||
"md_pb_measureunit": {
|
||||
"unit_code": "Mã",
|
||||
"unit_name": "Tên",
|
||||
@@ -321,6 +443,7 @@ var config = {
|
||||
"para3": "Tham số 3"
|
||||
},
|
||||
"menu": {
|
||||
"home": "home",
|
||||
"menu_id": "ID menu",
|
||||
"pid": "ID menu cấp trên",
|
||||
"sub_count": "Số lượng menu con",
|
||||
|
||||
@@ -44,7 +44,108 @@ var config = {
|
||||
"accountUse": "登入失败,账号未启用"
|
||||
},
|
||||
"common": {
|
||||
'home': '首页', // 首页
|
||||
'Layout_setting': '布局设置',
|
||||
'Personal_center': '个人中心',
|
||||
'Log_out': '退出登录',
|
||||
'Personal_information': '个人信息',
|
||||
'username': '用户姓名',
|
||||
'name': '姓名',
|
||||
'phone': '手机号码',
|
||||
'phone2': '手机号',
|
||||
'sex': '性别',
|
||||
'sex_male': '男',
|
||||
'sex_female': '女',
|
||||
'email': '用户邮箱',
|
||||
'Security_settings': '安全设置',
|
||||
'Save_settings': '保存配置',
|
||||
'Reset_settings': '重置配置',
|
||||
'Change_password': '修改密码',
|
||||
'New_password': '新密码',
|
||||
'Old_password': '旧密码',
|
||||
'Verify_password': '确认密码',
|
||||
'User_information': '用户资料',
|
||||
'Operation_log': '操作日志',
|
||||
'action': '行为',
|
||||
'IP_source': 'IP来源',
|
||||
'Browser': '浏览器',
|
||||
'Request_time': '请求耗时',
|
||||
'Creation_date': '创建日期',
|
||||
'account': '账号',
|
||||
'password': '密码',
|
||||
'verification_code': '验证码',
|
||||
'login_rm': '记住我',
|
||||
'login': '登 录',
|
||||
'login_ing': '登 录 中...',
|
||||
'Create': '新增',
|
||||
'Update': '修改',
|
||||
'Delete': '删除',
|
||||
'More': '更多',
|
||||
'Export': '导出',
|
||||
'Editors': '编辑',
|
||||
'SelectAll': '全选',
|
||||
'Query': '查询',
|
||||
'Reset': '重置',
|
||||
'Confirm': '确认',
|
||||
'Cancel': '取消',
|
||||
'Yes': '是',
|
||||
'No': '否',
|
||||
'Success': '成功',
|
||||
'Fail': '失败',
|
||||
'Please_select': '请选择',
|
||||
'Operation_success': '操作成功',
|
||||
'Upload_success': '上传成功',
|
||||
'Operate': '操作',
|
||||
'Refresh': '刷新',
|
||||
'Closes': '关闭',
|
||||
'Closes_l': '关闭左侧',
|
||||
'Closes_r': '关闭右侧',
|
||||
'Closes_o': '关闭其他',
|
||||
'Closes_a': '关闭全部',
|
||||
'Theme_style_setting': '主题风格设置',
|
||||
'Theme_color': '主题颜色',
|
||||
'System_layout_configuration': '系统布局配置',
|
||||
'Open': '开启',
|
||||
'Fixation': '固定',
|
||||
'Display': '显示',
|
||||
'Dynamic_titles': '动态标题',
|
||||
'crudTip': '确定删除本条数据吗?',
|
||||
'startDate': '开始日期',
|
||||
'endDate': '结束日期',
|
||||
'moreMenu': '更多菜单',
|
||||
'browses': '浏览',
|
||||
'fz': '全屏缩放',
|
||||
'submit': '提交成功',
|
||||
'add': '新增成功',
|
||||
'edit': '编辑成功',
|
||||
'del': '删除成功',
|
||||
'close': '确认关闭',
|
||||
'save': '保存成功',
|
||||
'datas': '数据',
|
||||
'Tips': '提示',
|
||||
'Tip1': '确认删除选中的{count}条数据?',
|
||||
'Tip3': '用户姓名不作为登录使用',
|
||||
'Tip4': '手机号码不能重复',
|
||||
'Tip5': '请输入电话号码',
|
||||
'Tip6': '请输入正确的11位手机号码',
|
||||
'Tip7': '拖拽excel文件到此处 或者',
|
||||
'Tip8': '两次输入的密码不一致',
|
||||
'Tip9': '请再次输入密码',
|
||||
'Tip10': '请输入旧密码',
|
||||
'Tip11': '请输入新密码',
|
||||
'Tip12': '长度在 {min} 到 {max} 个字符',
|
||||
'Tip13': '确定注销并退出系统吗?',
|
||||
'Tip14': 'WebSocket连接发生错误',
|
||||
'Tip15': '请输入图标名称',
|
||||
'Tip16': '不能为空',
|
||||
'Tip17': '请输入你要搜索的内容',
|
||||
'loading': '数据加载中...',
|
||||
'Tip18': '选择日期时间',
|
||||
'Tip19': '你确定删除选中的数据吗?',
|
||||
'Tip20': '当前登录状态已过期,请重新登录!',
|
||||
"name": "名称",
|
||||
"import": "导入",
|
||||
"export": "导出",
|
||||
"create_name": "创建人",
|
||||
"create_time": "创建时间",
|
||||
"update_name": "修改人",
|
||||
@@ -72,7 +173,15 @@ var config = {
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"user_info_get_fail": "用户信息获取失败",
|
||||
"operation_success": "操作成功"
|
||||
"operation_success": "操作成功",
|
||||
"inputCodeOrName": "输入编码或名称"
|
||||
},
|
||||
"upload":{
|
||||
"load_text1":"将文件拖到此处,或",
|
||||
"load_text2":"点击上传",
|
||||
"load_text3":"只能上传Excel文件,且不超过10MB",
|
||||
"load_text4":"文件过大,请上传小于10MB的文件〜",
|
||||
"load_text5":"只能上传一个excel文件!",
|
||||
},
|
||||
"gateway": {
|
||||
"picking_point_not_exist": "您输入的拣选位不存在,请输入1207或1210拣选位!",
|
||||
@@ -80,6 +189,19 @@ var config = {
|
||||
"apply_task_fail": "任务申请失败,申请参数为",
|
||||
"check_error_log": "请查看错误日志"
|
||||
},
|
||||
"md_me_materialbase": {
|
||||
"material_code": "物料编码",
|
||||
"material_name": "物料名称",
|
||||
"material_spec": "物料规格",
|
||||
"material_model": "物料型号"
|
||||
},
|
||||
"md_pb_classstandard": {
|
||||
"class_code": "分类编码",
|
||||
"class_name": "分类名称",
|
||||
"class_desc": "分类描述",
|
||||
"product_series_name": "系列",
|
||||
"parent_class_id": "上级分类标识"
|
||||
},
|
||||
"md_pb_measureunit": {
|
||||
"unit_code": "编码",
|
||||
"unit_name": "名称",
|
||||
@@ -321,6 +443,7 @@ var config = {
|
||||
"para3": "参数3"
|
||||
},
|
||||
"menu": {
|
||||
"home": "首页面",
|
||||
"menu_id": "菜单ID",
|
||||
"pid": "上级菜单ID",
|
||||
"sub_count": "子菜单数量",
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
login_CodeError=验证码配置信息错误!
|
||||
login_CodeNull=验证码不存在或者过期
|
||||
login_account=账号未激活
|
||||
login_childError=上级不能为自己或自己的下级
|
||||
login_pwd=账号或者密码不正确
|
||||
login_pwd_1=修改失败,旧密码错误
|
||||
login_pwd_2=新密码不能与旧密码相同
|
||||
@@ -1,7 +0,0 @@
|
||||
login_CodeError=Verification code configuration information error\!
|
||||
login_CodeNull=The verification code does not exist or has expired
|
||||
login_account=Account not activated
|
||||
login_childError=The superior cannot act for themselves
|
||||
login_pwd=Incorrect account or password
|
||||
login_pwd_1=Modification failed, old password error
|
||||
login_pwd_2=The new password cannot be the same as the old password
|
||||
@@ -1,7 +0,0 @@
|
||||
login_CodeError=Galat konfigurasi kode verifikasi\!
|
||||
login_CodeNull=Kode verifikasi tidak ada atau sudah habis
|
||||
login_account=Akaun tidak diaktifkan
|
||||
login_childError=Atasan tidak bisa bertindak untuk diri mereka sendiri
|
||||
login_pwd=Akaun atau kata sandi yang salah
|
||||
login_pwd_1=Modifikasi gagal, kesalahan kata sandi lama
|
||||
login_pwd_2=Kata sandi baru tidak dapat sama dengan kata sandi lama
|
||||
@@ -1,7 +0,0 @@
|
||||
login_CodeError=Galat konfigurasi kode verifikasi\!
|
||||
login_CodeNull=Kode verifikasi tidak ada atau sudah habis
|
||||
login_account=Akaun tidak diaktifkan
|
||||
login_childError=Atasan tidak bisa bertindak untuk diri mereka sendiri
|
||||
login_pwd=Akaun atau kata sandi yang salah
|
||||
login_pwd_1=Modifikasi gagal, kesalahan kata sandi lama
|
||||
login_pwd_2=Kata sandi baru tidak dapat sama dengan kata sandi lama
|
||||
@@ -1,7 +0,0 @@
|
||||
login_CodeError=验证码配置信息错误!
|
||||
login_CodeNull=验证码不存在或者过期
|
||||
login_account=账号未激活
|
||||
login_childError=上级不能为自己或自己的下级
|
||||
login_pwd=账号或者密码不正确
|
||||
login_pwd_1=修改失败,旧密码错误
|
||||
login_pwd_2=新密码不能与旧密码相同
|
||||
@@ -1,9 +0,0 @@
|
||||
CallEmpReelTask_createTaskTip1=请求参数不能为空
|
||||
CallEmpReelTask_createTaskTip2=业务类型不能为空
|
||||
CallEmpReelTask_createTaskTip3=载具号不能为空
|
||||
CallEmpReelTask_createTaskTip4=起点不能为空
|
||||
CallEmpReelTask_createTaskTip5=下一点不能为空
|
||||
CallEmpReelTask_forceFinish=CallEmpReelTask任务取消接口任务号为空!
|
||||
CallEmpReelTask_forceCancel=CallEmpReelTask任务取消接口任务号为空!
|
||||
CallEmpReelTask_update1=CallEmpReelTask任务更新接口任务号为空
|
||||
CallEmpReelTask_update2=CallEmpReelTask任务已执行不能取消
|
||||
@@ -1,9 +0,0 @@
|
||||
CallEmpReelTask_createTaskTip1=Request parameters cannot be empty
|
||||
CallEmpReelTask_createTaskTip2=Business type cannot be empty
|
||||
CallEmpReelTask_createTaskTip3=The vehicle number cannot be empty
|
||||
CallEmpReelTask_createTaskTip4=The starting point cannot be empty
|
||||
CallEmpReelTask_createTaskTip5=The next point cannot be empty
|
||||
CallEmpReelTask_forceFinish=CallEmpReelTask task cancellation interface task number is empty!
|
||||
CallEmpReelTask_forceCancel=CallEmpReelTask task cancellation interface task number is empty!
|
||||
CallEmpReelTask_update1=CallEmpReelTask task update interface task number is empty
|
||||
CallEmpReelTask_update2=The CallEmpReelTask task has been executed and cannot be canceled
|
||||
@@ -1,9 +0,0 @@
|
||||
CallEmpReelTask_createTaskTip1=Parameter permintaan tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip2=Jenis bisnis tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip3=Nomor kendaraan tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip4=Titik awal tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip5=Poin selanjutnya tidak boleh kosong
|
||||
CallEmpReelTask_forceFinish=Nomor tugas antarmuka pembatalan tugas CallEmpReelTask kosong!
|
||||
CallEmpReelTask_forceCancel=Nomor tugas antarmuka pembatalan tugas CallEmpReelTask kosong!
|
||||
CallEmpReelTask_update1=Nomor tugas antarmuka pembaruan tugas CallEmpReelTask kosong
|
||||
CallEmpReelTask_update2=Tugas CallEmpReelTask telah dijalankan dan tidak dapat dibatalkan
|
||||
@@ -1,9 +0,0 @@
|
||||
CallEmpReelTask_createTaskTip1=Parameter permintaan tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip2=Jenis bisnis tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip3=Nomor kendaraan tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip4=Titik awal tidak boleh kosong
|
||||
CallEmpReelTask_createTaskTip5=Poin selanjutnya tidak boleh kosong
|
||||
CallEmpReelTask_forceFinish=Nomor tugas antarmuka pembatalan tugas CallEmpReelTask kosong!
|
||||
CallEmpReelTask_forceCancel=Nomor tugas antarmuka pembatalan tugas CallEmpReelTask kosong!
|
||||
CallEmpReelTask_update1=Nomor tugas antarmuka pembaruan tugas CallEmpReelTask kosong
|
||||
CallEmpReelTask_update2=Tugas CallEmpReelTask telah dijalankan dan tidak dapat dibatalkan
|
||||
@@ -1,9 +0,0 @@
|
||||
CallEmpReelTask_createTaskTip1=请求参数不能为空
|
||||
CallEmpReelTask_createTaskTip2=业务类型不能为空
|
||||
CallEmpReelTask_createTaskTip3=载具号不能为空
|
||||
CallEmpReelTask_createTaskTip4=起点不能为空
|
||||
CallEmpReelTask_createTaskTip5=下一点不能为空
|
||||
CallEmpReelTask_forceFinish=CallEmpReelTask任务取消接口任务号为空!
|
||||
CallEmpReelTask_forceCancel=CallEmpReelTask任务取消接口任务号为空!
|
||||
CallEmpReelTask_update1=CallEmpReelTask任务更新接口任务号为空
|
||||
CallEmpReelTask_update2=CallEmpReelTask任务已执行不能取消
|
||||
@@ -1,3 +0,0 @@
|
||||
common_configTip=找不到配置文件,请确认[{0}]配置是否存在!
|
||||
common_maxTaskTip={0}该点位申请的任务未完成数已超过上限,无法申请任务!
|
||||
common_taskCreatedTip=点位[{0}]已经创建过任务
|
||||
@@ -1,3 +0,0 @@
|
||||
common_configTip=The configuration file cannot be found, please confirm whether the [{0}] configuration exists!
|
||||
common_maxTaskTip={0}The number of unfinished tasks applied for at this point has exceeded the upper limit, and the task cannot be applied!
|
||||
common_taskCreatedTip=Point[{0}] has already created a task
|
||||
@@ -1,3 +0,0 @@
|
||||
common_configTip=File konfigurasi tidak dapat ditemukan, harap konfirmasi apakah konfigurasi [{0}] ada!
|
||||
common_maxTaskTip={0}Jumlah tugas yang belum selesai yang diajukan pada saat ini telah melampaui batas atas, dan tugas tersebut tidak dapat diterapkan!
|
||||
common_taskCreatedTip=Point[{0}] telah membuat tugas
|
||||
@@ -1,3 +0,0 @@
|
||||
common_configTip=File konfigurasi tidak dapat ditemukan, harap konfirmasi apakah konfigurasi [{0}] ada!
|
||||
common_maxTaskTip={0}Jumlah tugas yang belum selesai yang diajukan pada saat ini telah melampaui batas atas, dan tugas tersebut tidak dapat diterapkan!
|
||||
common_taskCreatedTip=Point[{0}] telah membuat tugas
|
||||
@@ -1,3 +0,0 @@
|
||||
common_configTip=找不到配置文件,请确认[{0}]配置是否存在!
|
||||
common_maxTaskTip={0}该点位申请的任务未完成数已超过上限,无法申请任务!
|
||||
common_taskCreatedTip=点位[{0}]已经创建过任务
|
||||
Reference in New Issue
Block a user