Add notice for applying textures from closet
This commit is contained in:
parent
2e5249d5c5
commit
193fb75ec7
|
|
@ -20,6 +20,7 @@ function addToCloset(tid) {
|
|||
try {
|
||||
const result = await swal({
|
||||
title: trans('skinlib.setItemName'),
|
||||
text: trans('skinlib.applyNotice'),
|
||||
inputValue: name,
|
||||
input: 'text',
|
||||
showCancelButton: true,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
addToCloset: 'Add to closet',
|
||||
removeFromCloset: 'Remove from closet',
|
||||
setItemName: 'Set a name for this texture',
|
||||
applyNotice: 'You can apply it to player at your closet',
|
||||
emptyItemName: 'Empty texture name.',
|
||||
|
||||
// Rename
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
addToCloset: '添加至衣柜',
|
||||
removeFromCloset: '从衣柜中移除',
|
||||
setItemName: '给你的皮肤起个名字吧~',
|
||||
applyNotice: '收藏后可以在我的衣柜里将皮肤应用至角色',
|
||||
emptyItemName: '你还没有填写要收藏的材质名称啊',
|
||||
anonymous: '请先登录',
|
||||
private: '私密',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user