Skip to content

Commit b95b369

Browse files
committed
feat: add ShareMessage modal and locales
1 parent 5f9dbda commit b95b369

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/locale/lang/en.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ export const en = {
3131
btn: 'confirm',
3232
cancel: 'cancel',
3333
},
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+
},
3450
},
3551
send: {
3652
placeholder: 'Enter Something...',

src/locale/lang/zh-cn.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ export const zhCN = {
3131
btn: '确认',
3232
cancel: '取消',
3333
},
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+
},
3450
},
3551
send: {
3652
placeholder: '输入内容...',

0 commit comments

Comments
 (0)