mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Add notice for applying textures from closet
This commit is contained in:
parent
4a72442fdb
commit
799ccf83ec
@ -188,6 +188,7 @@ export default {
|
||||
async addToCloset() {
|
||||
const { dismiss, value } = await swal({
|
||||
title: this.$t('skinlib.setItemName'),
|
||||
text: this.$t('skinlib.applyNotice'),
|
||||
inputValue: this.name,
|
||||
input: 'text',
|
||||
showCancelButton: true,
|
||||
|
@ -74,6 +74,7 @@ export default {
|
||||
async addToCloset() {
|
||||
const { dismiss, value } = await swal({
|
||||
title: this.$t('skinlib.setItemName'),
|
||||
text: this.$t('skinlib.applyNotice'),
|
||||
inputValue: this.name,
|
||||
input: 'text',
|
||||
showCancelButton: true,
|
||||
|
@ -43,6 +43,7 @@ skinlib:
|
||||
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.
|
||||
setNewTextureName: 'Please enter the new texture name:'
|
||||
emptyNewTextureName: Empty new texture name.
|
||||
|
@ -43,6 +43,7 @@ skinlib:
|
||||
addToCloset: 添加至衣柜
|
||||
removeFromCloset: 从衣柜中移除
|
||||
setItemName: 给你的皮肤起个名字吧~
|
||||
applyNotice: 收藏后可以在我的衣柜里将皮肤应用至角色
|
||||
emptyItemName: 你还没有填写要收藏的材质名称啊
|
||||
anonymous: 请先登录
|
||||
private: 私密
|
||||
|
Loading…
Reference in New Issue
Block a user