Add notice for applying textures from closet
This commit is contained in:
parent
4a72442fdb
commit
799ccf83ec
|
|
@ -188,6 +188,7 @@ export default {
|
||||||
async addToCloset() {
|
async addToCloset() {
|
||||||
const { dismiss, value } = await swal({
|
const { dismiss, value } = await swal({
|
||||||
title: this.$t('skinlib.setItemName'),
|
title: this.$t('skinlib.setItemName'),
|
||||||
|
text: this.$t('skinlib.applyNotice'),
|
||||||
inputValue: this.name,
|
inputValue: this.name,
|
||||||
input: 'text',
|
input: 'text',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ export default {
|
||||||
async addToCloset() {
|
async addToCloset() {
|
||||||
const { dismiss, value } = await swal({
|
const { dismiss, value } = await swal({
|
||||||
title: this.$t('skinlib.setItemName'),
|
title: this.$t('skinlib.setItemName'),
|
||||||
|
text: this.$t('skinlib.applyNotice'),
|
||||||
inputValue: this.name,
|
inputValue: this.name,
|
||||||
input: 'text',
|
input: 'text',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ skinlib:
|
||||||
addToCloset: Add to closet
|
addToCloset: Add to closet
|
||||||
removeFromCloset: Remove from closet
|
removeFromCloset: Remove from closet
|
||||||
setItemName: Set a name for this texture
|
setItemName: Set a name for this texture
|
||||||
|
applyNotice: You can apply it to player at your closet
|
||||||
emptyItemName: Empty texture name.
|
emptyItemName: Empty texture name.
|
||||||
setNewTextureName: 'Please enter the new texture name:'
|
setNewTextureName: 'Please enter the new texture name:'
|
||||||
emptyNewTextureName: Empty new texture name.
|
emptyNewTextureName: Empty new texture name.
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ skinlib:
|
||||||
addToCloset: 添加至衣柜
|
addToCloset: 添加至衣柜
|
||||||
removeFromCloset: 从衣柜中移除
|
removeFromCloset: 从衣柜中移除
|
||||||
setItemName: 给你的皮肤起个名字吧~
|
setItemName: 给你的皮肤起个名字吧~
|
||||||
|
applyNotice: 收藏后可以在我的衣柜里将皮肤应用至角色
|
||||||
emptyItemName: 你还没有填写要收藏的材质名称啊
|
emptyItemName: 你还没有填写要收藏的材质名称啊
|
||||||
anonymous: 请先登录
|
anonymous: 请先登录
|
||||||
private: 私密
|
private: 私密
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user