Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:[text.easyauth.offlineUuid] Do not output uuid #158

Merged
merged 2 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/data/easyauth/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/data/easyauth/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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您正在使用在线帐户。无需登录。"
}
Loading