diff --git a/src/main/resources/data/easyauth/lang/en_us.json b/src/main/resources/data/easyauth/lang/en_us.json index fcf9d1fd..84a31347 100644 --- a/src/main/resources/data/easyauth/lang/en_us.json +++ b/src/main/resources/data/easyauth/lang/en_us.json @@ -29,7 +29,7 @@ "text.easyauth.corruptedPlayerData": "§cYour data is probably corrupted. Please contact admin.", "text.easyauth.userNotRegistered": "§cThis player is not registered!", "text.easyauth.cannotLogout": "§cYou cannot logout!", - "text.easyauth.offlineUuid": "Offline UUID for player %s is (click to copy)\n", + "text.easyauth.offlineUuid": "Offline UUID for player %s is (click to copy)\n%s", "text.easyauth.registeredPlayers": "List of registered players:", "text.easyauth.addToForcedOffline": "Player successfully added into forcedOfflinePlayers list", "text.easyauth.validSession": "§aYou have a valid session. No need to log in.", diff --git a/src/main/resources/data/easyauth/lang/zh_cn.json b/src/main/resources/data/easyauth/lang/zh_cn.json index 111017e6..96c2bcdc 100644 --- a/src/main/resources/data/easyauth/lang/zh_cn.json +++ b/src/main/resources/data/easyauth/lang/zh_cn.json @@ -29,7 +29,9 @@ "text.easyauth.corruptedPlayerData": "§c你的用户数据似乎已经损坏。请联系管理员。", "text.easyauth.userNotRegistered": "§c该玩家未注册!", "text.easyauth.cannotLogout": "§c你不能登出!", - "text.easyauth.offlineUuid": "玩家%s的离线UUID是(点击以复制)\n", + "text.easyauth.offlineUuid": "玩家%s的离线UUID是(点击以复制)\n%s", "text.easyauth.registeredPlayers": "已注册玩家列表:", - "text.easyauth.addToForcedOffline": "玩家已成功加入到‘强制离线玩家’列表中。" + "text.easyauth.addToForcedOffline": "玩家已成功加入到‘强制离线玩家’列表中。", + "text.easyauth.validSession": "§a您有一个有效的会话。无需登录。", + "text.easyauth.onlinePlayerLogin": "§a您正在使用在线帐户。无需登录。" }