@@ -22,6 +22,10 @@ export const EN: ILocales = {
22
22
PICBED_ALICLOUD_PATH : 'Set Path' ,
23
23
PICBED_ALICLOUD_CUSTOMURL : 'Set Custom URL' ,
24
24
PICBED_ALICLOUD_OPTIONS : 'Set URL Suffix' ,
25
+ PICBED_ALICLOUD_MESSAGE_AREA : 'Ex. oss-cn-beijing' ,
26
+ PICBED_ALICLOUD_MESSAGE_PATH : 'Ex. test/' ,
27
+ PICBED_ALICLOUD_MESSAGE_OPTIONS : 'Ex. ?x-oss-process=xxx' ,
28
+ PICBED_ALICLOUD_MESSAGE_CUSTOMURL : 'Ex. https://test.com' ,
25
29
26
30
// Tencent-cloud
27
31
PICBED_TENCENTCLOUD : 'Tencent Cloud' ,
@@ -32,7 +36,13 @@ export const EN: ILocales = {
32
36
PICBED_TENCENTCLOUD_BUCKET : 'Set Bucket' ,
33
37
PICBED_TENCENTCLOUD_AREA : 'Set Area' ,
34
38
PICBED_TENCENTCLOUD_PATH : 'Set Path' ,
39
+ PICBED_TENCENTCLOUD_OPTIONS : 'Set URL Suffix' ,
35
40
PICBED_TENCENTCLOUD_CUSTOMURL : 'Set Custom URL' ,
41
+ PICBED_TENCENTCLOUD_MESSAGE_APPID : 'Ex. 1234567890' ,
42
+ PICBED_TENCENTCLOUD_MESSAGE_AREA : 'Ex. ap-beijing' ,
43
+ PICBED_TENCENTCLOUD_MESSAGE_PATH : 'Ex. test/' ,
44
+ PICBED_TENCENTCLOUD_MESSAGE_CUSTOMURL : 'Ex. http://test.com' ,
45
+ PICBED_TENCENTCLOUD_MESSAGE_OPTIONS : 'Ex. ?imageMogr2' ,
36
46
37
47
// GitHub
38
48
PICBED_GITHUB : 'GitHub' ,
@@ -41,6 +51,10 @@ export const EN: ILocales = {
41
51
PICBED_GITHUB_PATH : 'Set Path' ,
42
52
PICBED_GITHUB_BRANCH : 'Set Branch' ,
43
53
PICBED_GITHUB_CUSTOMURL : 'Set Custom URL' ,
54
+ PICBED_GITHUB_MESSAGE_REPO : 'Ex. username/repo' ,
55
+ PICBED_GITHUB_MESSAGE_BRANCH : 'Ex. main' ,
56
+ PICBED_GITHUB_MESSAGE_PATH : 'Ex. test/' ,
57
+ PICBED_GITHUB_MESSAGE_CUSTOMURL : 'Ex. https://test.com' ,
44
58
45
59
// qiniu
46
60
PICBED_QINIU : 'Qiniu' ,
@@ -51,11 +65,16 @@ export const EN: ILocales = {
51
65
PICBED_QINIU_URL : 'Set URL' ,
52
66
PICBED_QINIU_OPTIONS : 'Set URL Suffix' ,
53
67
PICBED_QINIU_AREA : 'Set Area' ,
68
+ PICBED_QINIU_MESSAGE_PATH : 'Ex. test/' ,
69
+ PICBED_QINIU_MESSAGE_AREA : 'Ex. z0' ,
70
+ PICBED_QINIU_MESSAGE_OPTIONS : 'Ex. ?imageslim' ,
71
+ PICBED_QINIU_MESSAGE_URL : 'Ex. https://xxx.yyy.glb.clouddn.com' ,
54
72
55
73
// imgur
56
74
PICBED_IMGUR : 'Imgur' ,
57
75
PICBED_IMGUR_CLIENTID : 'Set ClientId' ,
58
76
PICBED_IMGUR_PROXY : 'Set Proxy' ,
77
+ PICBED_IMGUR_MESSAGE_PROXY : 'Ex. http://127.0.0.1:1080' ,
59
78
60
79
// upyun
61
80
PICBED_UPYUN : 'Upyun' ,
@@ -65,6 +84,11 @@ export const EN: ILocales = {
65
84
PICBED_UPYUN_PATH : 'Set Path' ,
66
85
PICBED_UPYUN_URL : 'Set URL' ,
67
86
PICBED_UPYUN_OPTIONS : 'Set URL Suffix' ,
87
+ PICBED_UPYUN_MESSAGE_OPERATOR : 'Ex. me' ,
88
+ PICBED_UPYUN_MESSAGE_PASSWORD : 'Please type the operator password' ,
89
+ PICBED_UPYUN_MESSAGE_URL : 'Ex. http://xxx.test.upcdn.net' ,
90
+ PICBED_UPYUN_MESSAGE_OPTIONS : 'Ex. !imgslim' ,
91
+ PICBED_UPYUN_MESSAGE_PATH : 'Ex. test/' ,
68
92
69
93
// Plugin Handler
70
94
PLUGIN_HANDLER_PLUGIN_INSTALL_SUCCESS : 'Plugin installed successfully' ,
0 commit comments