strings.xml
10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<resources>
<string name="app_name">WMS</string>
<string name="enter_username">enter username</string>
<string name="enter_password">enter password</string>
<string name="login">login</string>
<string name="loading">loading...</string>
<string name="main_menu">main menu</string>
<string name="menu">Menu</string>
<string name="board">Board</string>
<string name="setting">Setting</string>
<string name="select_warehouse">select warehouse</string>
<string name="collect_goods">collect goods</string>
<string name="on_the_shelf">on shell</string>
<string name="picking">picking</string>
<string name="review">review</string>
<string name="load">load</string>
<string name="check">check</string>
<string name="inventory_query">inventory query</string>
<string name="transfer_library">transfer library</string>
<string name="piece_collection">piece collection</string>
<string name="bulk_collection">bulk collection</string>
<string name="quick_collection">quick collection</string>
<string name="ensure">ensure</string>
<string name="input_number">input number</string>
<string name="warehouse_number">warehouse number</string>
<string name="container_number">container number</string>
<string name="commodity_barcode">commodity barcode</string>
<string name="commodity_name">commodity name</string>
<string name="commodity_number">commodity number</string>
<string name="unit">unit</string>
<string name="inventory_state">inventory state</string>
<string name="already_received">already received</string>
<string name="tobe_collected">tobe collected</string>
<string name="input_quantity_goods">Please enter the quantity of goods</string>
<string name="cancel">cancel</string>
<string name="enter_single_number">Please enter the single number</string>
<string name="enter_barcode">Please enter the bar code for the goods</string>
<string name="enter_container_number">Please enter the container number</string>
<string name="exit">exit</string>
<string name="upgrade">upgrade</string>
<string name="version">version</string>
<string name="recommended_library_position">recommended library position</string>
<string name="number_of_shelves">number of shelves</string>
<string name="newest_version">The latest version</string>
<string name="batch_picking">batch picking</string>
<string name="edge_picking">edge picking</string>
<string name="vertical_storage_sorting">vertical storage sorting</string>
<string name="piece_review">piece review</string>
<string name="batch_review">batch review</string>
<string name="new_load">new load</string>
<string name="reload">reload</string>
<string name="file_exist_error">Download file already exist</string>
<string name="file_version_error">Downloaded file versions are too low</string>
<string name="file_info_error">Downloaded file information error</string>
<string name="network_error">Connection server failure</string>
<string name="current_warehouse">current warehouse</string>
<string name="progress_download">download progress</string>
<string name="commodity_number_was_not_found">The commodity number was not found</string>
<string name="login_success">Login success</string>
<string name="bulk_collection_success">Bulk collection success</string>
<string name="picking_success">Picking success</string>
<string name="onshell_success">Onshell success</string>
<string name="toast_error">No entry information was found</string>
<string name="location">library position</string>
<string name="network_exception">Network connection exception</string>
<string name="download_success">Download success</string>
<string name="download_fail">Download fail</string>
<string name="md5_fail">MD5 check failed</string>
<string name="enter_number_error">The quantity of input exceeds the quantity to be received.</string>
<string name="enter_number">Enter number</string>
<string name="login_again">please login again</string>
<string name="enter_materailcode_location">Please input material code or location number.</string>
<string name="materialName">materialName</string>
<string name="materialCode">materialCode</string>
<string name="total">total</string>
<string name="number">number</string>
<string name="task_numbr">task lock numbr</string>
<string name="configure_network">Configure Network</string>
<string name="default_setting">Default setting</string>
<string name="enter_network">enter network</string>
<string name="enter_error_network">Network address can not be empty.</string>
<string name="setting_success">setting success</string>
<string name="http_sockettime">http sockettime</string>
<string name="msg_camera_framework_bug">相机被占用或没有相机权限,请检查</string>
<string name="button_ok">退出</string>
<string name="viewfinderview_status_text1">将二维码/条码放入取景框内</string>
<string name="viewfinderview_status_text2">即可自动扫描</string>
<string name="scan_title">扫码</string>
<string name="outgoing_view">outgoing view</string>
<string name="enter_library">enter library</string>
<string name="outgoing_view_success">outgoing view success</string>
<string name="transfer_library_success">transfer library success</string>
<string name="enter_source_location">enter source location</string>
<string name="enter_destination_location">enter destination location</string>
<string name="source_location">source location</string>
<string name="destination_location">destination location</string>
<string name="enter_correct_location">enter correct location</string>
<string name="vertical_storage_shipment">vertical storage shipment</string>
<string name="replenish_the_warehouse">replenish the warehouse</string>
<string name="replenish_the_warehouse_success">replenish the warehouse success</string>
<string name="enter_barcode_library">enter barcode or library location</string>
<string name="shipment">shipment</string>
<string name="shipment_success">shipment success</string>
<string name="send_task">send task</string>
<string name="complete_task">complete task</string>
<string name="local">local:</string>
<string name="delete">delete</string>
<string name="delete_material">delete material</string>
<string name="supple_information">supple information</string>
<string name="empty_container_in">empty container in</string>
<string name="empty_container_out">empty container out</string>
<string name="enter_correct_empty_container_in">Please input the correct container number and destination location.</string>
<string name="empty_container_in_success">Success of empty storage</string>
<string name="empty_container_out_success">Empty docking out successfully</string>
<string name="quantity_commodity_number">The quantity of goods must be greater than 0</string>
<string name="volume_of_receipt">volume of receipt</string>
<string name="delivering_amount">delivering amount</string>
<string name="today_receipt_detail">today receipt detail</string>
<string name="today_deliver_detail">today deliver detail</string>
<string name="daily_daily_shipments">Daily daily shipments</string>
<string name="other">other</string>
<string name="current_company">current company</string>
<string name="enter_current_company">enter current company</string>
<string name="choose_current_company_error">can not choose current company</string>
<string name="picking_desk_return_library">picking desk return library</string>
<string name="picking_desk_return_library_success">picking desk return library success</string>
<string name="scan_container">扫描容器</string>
<string name="quick_check">物料整顿</string>
<string name="scan_shelf_number">扫描物架号</string>
<string name="scan_shelf_error">请输入6位物架号</string>
<string name="specification">物料规格</string>
<string name="shelf_number">货架号</string>
<string name="check_button">清点</string>
<string name="enter_container_or_material">请输入容器号或物料号</string>
<string name="enter_container_or_material_error">请输入正确的物料号货容器号</string>
<string name="enter_inputnumber">请输入数量</string>
<string name="success_check">清点成功</string>
<string name="quick_check_title">清点</string>
<string name="quick_check_message">确认清点将清空该货架原有库存,并且添加你已经输入的物料到库存记录</string>
<string name="no_difference_in_all">全部无差异</string>
<string name="call_box">呼叫料盒</string>
<string name="call_box_in">呼叫入库料盒</string>
<string name="call_box_out">呼叫出库料盒</string>
<string name="call_box_success">呼叫料盒成功</string>
<string name="printer">打印</string>
<string name="printer_list">打印入库表单</string>
<string name="printer_material">打印物料</string>
<string name="enter_material_code">请输入物料编码</string>
<string name="commodity_total_number">物料总数</string>
<string name="receipt_success">入库成功</string>
<string name="enter_shipment_list">请输入出库单号</string>
<string name="shipment_list">出库单号</string>
<string name="auto_shipment">自动出库</string>
<string name="title_paired_devices">已配对</string>
<string name="title_other_devices">New</string>
<string name="scan">扫描</string>
<string name="bluetooth_device_list">蓝牙设备列表</string>
<string name="select_bluetooth_device">选择蓝牙设备</string>
<string name="none_bluetooth_device_found">没有找到蓝牙设备</string>
<string name="none_paired">没有已配对设备</string>
<string name="scaning">扫描</string>
<string name="usb_devices_list">USB设备列表</string>
<string name="none_usb_device">没有USB设备</string>
<string name="replenish_warehouse">补充入库()</string>
<string name="replenish_list">补充入库(立库有表单)</string>
<string name="replenish_no_list">补充入库(立库无表单)</string>
<string name="enter_material_or_container">请输入商品条码或容器号</string>
</resources>