mirror of https://github.com/msgbyte/tailchat
style: add translation for com.msgbyte.notify
parent
801cdcf145
commit
5db553aa7c
@ -0,0 +1,13 @@
|
|||||||
|
import { localTrans } from '@capital/common';
|
||||||
|
|
||||||
|
export const Translate = {
|
||||||
|
nosupport: localTrans({
|
||||||
|
'zh-CN': '当前浏览器不支持 Notification',
|
||||||
|
'en-US': 'This browser not support Notification',
|
||||||
|
}),
|
||||||
|
slient: localTrans({ 'zh-CN': '免打扰', 'en-US': 'Slient' }),
|
||||||
|
from: localTrans({
|
||||||
|
'zh-CN': '来自',
|
||||||
|
'en-US': 'From',
|
||||||
|
}),
|
||||||
|
};
|
Loading…
Reference in New Issue