mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-24 16:21:57 +01:00
Fixed some replacement issues
This commit is contained in:
parent
1a278689d8
commit
df50b8bb76
@ -35,7 +35,7 @@ public enum CommandLang implements Lang {
|
||||
CONNECT_URL_MISTAKE("Cmd Setup - Url mistake", "§cMake sure you're using the full address (Starts with http:// or https://) - Check Bungee enable log for the full address."),
|
||||
|
||||
SETUP_ALLOWED("Cmd Setup - Allowed", "§aSet-up is now Allowed"),
|
||||
SETUP_FORBIDDEN("Cmd Setup - Forbidden", "§cSet-up is now Forbidden"),
|
||||
SETUP_FORBIDDEN("Cmd Setup - Disallowed", "§cSet-up is now Forbidden"),
|
||||
|
||||
LINK_CLICK_ME("Cmd - Click Me", "Click me"),
|
||||
LINK_PREFIX("Cmd - Link", " §2Link: §f"),
|
||||
|
@ -18,9 +18,7 @@ public enum ErrorPageLang implements Lang {
|
||||
NOT_FOUND_404("Not Found"),
|
||||
PAGE_NOT_FOUND_404("Page does not exist."),
|
||||
ANALYSIS_REFRESH("Analysis is being refreshed.."),
|
||||
ANALYSIS_REFRESH_LONG("Analysis is being run, refresh the page after a few seconds.."),
|
||||
|
||||
;
|
||||
ANALYSIS_REFRESH_LONG("Analysis is being run, refresh the page after a few seconds..");
|
||||
|
||||
private final String defaultValue;
|
||||
|
||||
|
@ -15,7 +15,7 @@ public enum PlayerPageLang implements Lang {
|
||||
SESSIONS("Sessions"),
|
||||
TOTAL_PLAYTIME("Total Playtime"),
|
||||
PLAYTIME("Playtime"),
|
||||
TOTAL_ACTIVE("Total Active"),
|
||||
TOTAL_ACTIVE_TEXT("Total Active"),
|
||||
TOTAL_AFK("Total AFK"),
|
||||
SESSION_MEDIAN("Session Median"),
|
||||
LONGEST("Longest"),
|
||||
@ -55,6 +55,7 @@ public enum PlayerPageLang implements Lang {
|
||||
OVERVIEW("OVERVIEW"),
|
||||
PLAYER_CAUSED_DEATHS("Player caused Deaths"),
|
||||
MOB_CAUSED_DEATHS("Mob caused Deaths"),
|
||||
MOB_KDR("Mob KDR"),
|
||||
TIME(" Time"),
|
||||
KILLED("Killed"),
|
||||
WITH("<th>With"),
|
||||
|
Loading…
Reference in New Issue
Block a user