23
23
"PolicyNameTip" : " Please enter a policy ID" ,
24
24
"RulesContent" : " Rule content" ,
25
25
"RulesNum" : " Number of Rules" ,
26
- "Search" : " Please enter ID to query" ,
27
26
"SelectCollection" : " Select Collection" ,
28
27
"SelectFunction" : " Please select a cloud function" ,
29
- "CollectionNameRule" : " The collection name can only contain English, _ or -" ,
30
28
"EmptyCollectionTip" : " You have not created a collection" ,
31
29
"EmptyDataText" : " No data information," ,
32
- "EmptyPolicyTip" : " You have not created a policy"
30
+ "EmptyPolicyTip" : " You have not created a policy" ,
31
+ "EmptyRuleTip" : " This policy has no rules yet," ,
32
+ "Query" : " Please enter the ID and press Enter to query" ,
33
+ "Search" : " Please enter ID to search" ,
34
+ "CreateTagTip" : " Press \" Enter\" or \" Space\" to separate tags, each tag can be up to 16 characters" ,
35
+ "CollectionNameRule" : " The collection name can only start with a letter and consist of 3 to 32 characters including letters, _ or -"
33
36
},
34
37
"Add" : " Add " ,
35
38
"AddData" : " new data" ,
57
60
"Name" : " name" ,
58
61
"Operation" : " Operation" ,
59
62
"Page" : " Page" ,
60
- "Save" : " save " ,
63
+ "Save" : " Save " ,
61
64
"Search" : " Search" ,
62
65
"ToConfirm" : " to determine" ,
63
66
"Total" : " Total" ,
64
67
"Update" : " Update " ,
65
- "UpdateSuccess" : " update success " ,
66
- "moreOperations" : " more operations " ,
68
+ "UpdateSuccess" : " Update Success " ,
69
+ "moreOperations" : " More Operations " ,
67
70
"FunctionPanel" : {
68
71
"AddFunction" : " Add Function" ,
69
72
"Code" : " Function Template" ,
70
- "ConfirmDeploy" : " Confirm release " ,
73
+ "ConfirmDeploy" : " Confirm Release " ,
71
74
"CustomDependence" : " Custom" ,
72
75
"CustomDependenceTip" : " No custom dependencies yet" ,
73
76
"Debug" : " Run" ,
74
77
"DebugResult" : " Run Result" ,
75
78
"DeleteConfirm" : " Are you sure you want to delete the function?" ,
76
- "Dependence" : " Dependence" ,
79
+ "Dependence" : " NPM Dependence" ,
77
80
"DependenceAdd" : " Add Dependencies" ,
78
81
"DependenceEdit" : " Edit Dependencies" ,
79
82
"DependenceName" : " Dependency Package Name" ,
169
172
"BucketNameRule" : " Can only contain lowercase English, numbers, and the beginning and end cannot be numbers or -" ,
170
173
"BucketNamePlaceholder" : " bucket-name" ,
171
174
"StorageList" : " Cloud Storage List" ,
172
- "EmptyStorageTip" : " You have not created a Bucket"
175
+ "EmptyStorageTip" : " You have not created a Bucket" ,
176
+ "UploadFile" : " Upload File" ,
177
+ "UploadFolder" : " Upload Folder"
173
178
},
174
179
"TriggerPanel" : {
175
180
"AddTrigger" : " Add Trigger" ,
195
200
"CreateError" : " field cannot be empty"
196
201
},
197
202
"Refresh" : " Refresh" ,
198
- "RefreshData" : " Refresh Data " ,
203
+ "RefreshData" : " Refresh" ,
199
204
"EditTip" : " modified, unpublished" ,
200
205
"NoInfo" : " No information"
201
- }
206
+ }
0 commit comments