feat: add i18n of modal (#31)

Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
This commit is contained in:
BeADre 2020-10-21 16:28:18 +08:00 committed by GitHub
parent c92f09328a
commit 3d4d1e9f66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View file

@ -79,5 +79,8 @@ export default {
pause: "Pause",
mute: "Mute",
nextUp: "Next Up"
},
modal: {
close: "Close"
}
};

View file

@ -84,5 +84,8 @@ export default {
pause: "暂停",
mute: "静音",
nextUp: "播放列表"
},
modal: {
close: "关闭"
}
};