Add notice for applying textures from closet

This commit is contained in:
printempw 2018-07-31 11:16:26 +08:00
parent 2e5249d5c5
commit 193fb75ec7
3 changed files with 3 additions and 0 deletions

View File

@ -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,

View File

@ -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

View File

@ -42,6 +42,7 @@
addToCloset: '添加至衣柜',
removeFromCloset: '从衣柜中移除',
setItemName: '给你的皮肤起个名字吧~',
applyNotice: '收藏后可以在我的衣柜里将皮肤应用至角色',
emptyItemName: '你还没有填写要收藏的材质名称啊',
anonymous: '请先登录',
private: '私密',