strings.xml
7.75 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
<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>
</resources>