File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,22 @@ export const en = {
31
31
btn : 'confirm' ,
32
32
cancel : 'cancel' ,
33
33
} ,
34
+ share : {
35
+ link : {
36
+ title : 'Share with link' ,
37
+ copy : 'Copy Link' ,
38
+ create : 'Create Link' ,
39
+ } ,
40
+ save : 'Save' ,
41
+ messages : {
42
+ title : 'Select Message' ,
43
+ selected : 'Selected Messages' ,
44
+ } ,
45
+ tabs : {
46
+ context : 'Share Context' ,
47
+ image : 'Share Image' ,
48
+ } ,
49
+ } ,
34
50
} ,
35
51
send : {
36
52
placeholder : 'Enter Something...' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,22 @@ export const zhCN = {
31
31
btn : '确认' ,
32
32
cancel : '取消' ,
33
33
} ,
34
+ share : {
35
+ link : {
36
+ title : '分享链接' ,
37
+ copy : '复制链接' ,
38
+ create : '创建链接' ,
39
+ } ,
40
+ save : '保存' ,
41
+ messages : {
42
+ title : '选择消息' ,
43
+ selected : '已选择的消息' ,
44
+ } ,
45
+ tabs : {
46
+ context : '分享上下文' ,
47
+ image : '分享图片' ,
48
+ } ,
49
+ } ,
34
50
} ,
35
51
send : {
36
52
placeholder : '输入内容...' ,
You can’t perform that action at this time.
0 commit comments