Skip to content

Commit

Permalink
feat: add ShareMessage modal and locales
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed May 23, 2023
1 parent 5f9dbda commit b95b369
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/locale/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ export const en = {
btn: 'confirm',
cancel: 'cancel',
},
share: {
link: {
title: 'Share with link',
copy: 'Copy Link',
create: 'Create Link',
},
save: 'Save',
messages: {
title: 'Select Message',
selected: 'Selected Messages',
},
tabs: {
context: 'Share Context',
image: 'Share Image',
},
},
},
send: {
placeholder: 'Enter Something...',
Expand Down
16 changes: 16 additions & 0 deletions src/locale/lang/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ export const zhCN = {
btn: '确认',
cancel: '取消',
},
share: {
link: {
title: '分享链接',
copy: '复制链接',
create: '创建链接',
},
save: '保存',
messages: {
title: '选择消息',
selected: '已选择的消息',
},
tabs: {
context: '分享上下文',
image: '分享图片',
},
},
},
send: {
placeholder: '输入内容...',
Expand Down

0 comments on commit b95b369

Please sign in to comment.