Plan/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/HtmlLang.java

284 lines
11 KiB
Java
Raw Normal View History

2019-09-09 14:45:31 +02:00
/*
* This file is part of Player Analytics (Plan).
*
* Plan is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License v3 as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Plan is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Plan. If not, see <https://www.gnu.org/licenses/>.
*/
package com.djrapitops.plan.settings.locale.lang;
/**
* Lang enum for all text included in the html files.
*
* @author Rsl1122
*/
public enum HtmlLang implements Lang {
TITLE_NETWORK("Network"),
// Network Page Navigation
SIDE_INFORMATION("INFORMATION"), // Nav group title
SIDE_NETWORK_OVERVIEW("Network Overview"),
SIDE_SERVERS("Servers"),
SIDE_OVERVIEW("Overview"),
SIDE_SESSIONS("Sessions"),
SIDE_PLAYERBASE("Playerbase"),
SIDE_PLAYER_LIST("Player List"),
SIDE_PLAYERBASE_OVERVIEW("Playerbase Overview"),
SIDE_GEOLOCATIONS("Geolocations"),
SIDE_PLUGINS("PLUGINS"), // Nav group title
2021-01-31 09:27:53 +01:00
SIDE_LINKS("LINKS"),
2019-09-09 14:45:31 +02:00
UNIT_NO_DATA("No Data"), // Generic
// Modals
TITLE_THEME_SELECT("Theme Select"),
LINK_NIGHT_MODE("Night Mode"),
TEXT_PLUGIN_INFORMATION("Information about the plugin"),
TEXT_LICENSED_UNDER("Player Analytics is developed and licensed under"),
2019-09-09 14:45:31 +02:00
LINK_WIKI("Plan Wiki, Tutorials & Documentation"),
LINK_ISSUES("Report Issues"),
LINK_DISCORD("General Support on Discord"),
AND_BUG_REPORTERS("& Bug reporters!"),
2019-09-09 14:45:31 +02:00
TEXT_DEVELOPED_BY("is developed by"),
TEXT_CONTRIBUTORS_THANKS("In addition following <span class=\"col-plan\">awesome people</span> have contributed:"),
TEXT_CONTRIBUTORS_CODE("code contributor"),
TEXT_CONTRIBUTORS_LOCALE("translator"),
TEXT_CONTRIBUTORS_MONEY("Extra special thanks to those who have monetarily supported the development."),
TEXT_METRICS("bStats Metrics"),
TITLE_VERSION("Version"),
TITLE_IS_AVAILABLE("is Available"),
TEXT_VERSION("A new version has been released and is now available for download."),
TEXT_DEV_VERSION("This version is a DEV release."),
LINK_CHANGELOG("View Changelog"),
LINK_DOWNLOAD("Download"),
// Network overview tab
TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY("Network Online Activity"),
TITLE_GRAPH_DAY_BY_DAY("Day by Day"),
TITLE_GRAPH_HOUR_BY_HOUR("Hour by Hour"),
2019-09-09 14:45:31 +02:00
UNIT_THE_PLAYERS("Players"),
TITLE_LAST_24_HOURS("Last 24 hours"),
TITLE_LAST_7_DAYS("Last 7 days"),
TITLE_LAST_30_DAYS("Last 30 days"),
LABEL_UNIQUE_PLAYERS("Unique Players"),
LABEL_NEW_PLAYERS("New Players"),
LABEL_REGULAR_PLAYERS("Regular Players"),
LABEL_TOTAL_PLAYERS("Total Players"),
TITLE_NETWORK_AS_NUMBERS("Network as Numbers"),
LABEL_PLAYERS_ONLINE("Players Online"),
LABEL_TOTAL_PLAYTIME("Total Playtime"),
LABEL_PLAYTIME("Playtime"),
LABEL_ACTIVE_PLAYTIME("Active Playtime"),
2019-09-09 14:45:31 +02:00
LABEL_LAST_PEAK("Last Peak"),
LABEL_BEST_PEAK("Best Peak"),
LABEL_AVG_PLAYTIME("Average Playtime"),
LABEL_AVG_SESSIONS("Average Sessions"),
LABEL_AVG_ACTIVE_PLAYTIME("Average Active Playtime"),
LABEL_AVG_AFK_TIME("Average AFK Time"),
2019-09-09 14:45:31 +02:00
LABEL_PER_PLAYER("/ Player"),
LABEL_AVG_SESSION_LENGTH("Average Session Length"),
TITLE_WEEK_COMPARISON("Week Comparison"),
2019-09-13 20:22:30 +02:00
TITLE_TRENDS("Trends for 30 days"),
2019-09-09 14:45:31 +02:00
TITLE_TREND("Trend"),
COMPARING_7_DAYS("Comparing 7 days"),
// Servers tab
TITLE_ONLINE_ACTIVITY("Online Activity"),
2019-09-09 16:22:10 +02:00
TITLE_30_DAYS("30 days"),
2019-09-09 14:45:31 +02:00
TITLE_AS_NUMBERS("as Numbers"),
LABEL_AVG_TPS("Average TPS"),
2021-02-03 20:30:59 +01:00
LABEL_AVG_ENTITIES("Average Entities"),
LABEL_AVG_CHUNKS("Average Chunks"),
2019-09-09 14:45:31 +02:00
LABEL_LOW_TPS("Low TPS Spikes"),
LABEL_DOWNTIME("Downtime"),
// Sessions tab
TITLE_RECENT_SESSIONS("Recent Sessions"),
TITLE_PLAYER("Player"),
TITLE_SESSION_START("Session Started"),
TITLE_LENGTH(" Length"),
2021-02-12 09:49:23 +01:00
TITLE_SERVER("Server"), // Can cause issue with datatables.js
2019-09-09 14:45:31 +02:00
TITLE_MOST_PLAYED_WORLD("Most played World"),
TEXT_CLICK_TO_EXPAND("Click to expand"),
TITLE_SERVER_PLAYTIME_30("Server Playtime for 30 days"),
TITLE_INSIGHTS("Insights for 30 days"),
LABEL_AFK_TIME("AFK Time"),
LABEL_AFK("AFK"),
// Playerbase overview tab
TITLE_PLAYERBASE_DEVELOPMENT("Playerbase development"),
TITLE_CURRENT_PLAYERBASE("Current Playerbase"),
COMPARING_60_DAYS("Comparing 30d ago to Now"),
2019-09-09 16:22:10 +02:00
TITLE_30_DAYS_AGO("30 days ago"),
2019-09-09 14:45:31 +02:00
TITLE_NOW("Now"),
LABEL_PER_REGULAR_PLAYER("/ Regular Player"),
LABEL_NEW("New"),
LABEL_REGULAR("Regular"),
LABEL_INACTIVE("Inactive"),
SIDE_TO_MAIN_PAGE("to main page"),
// Geolocations tab
TITLE_CONNECTION_INFO("Connection Information"),
TITLE_COUNTRY("Country"),
TITLE_AVG_PING("Average Ping"),
TITLE_WORST_PING("Worst Ping"),
TITLE_BEST_PING("Best Ping"),
TEXT_NO_EXTENSION_DATA("No Extension Data"),
// Server page
LINK_BACK_NETWORK("Network page"),
SIDE_PVP_PVE("PvP & PvE"),
SIDE_PERFORMANCE("Performance"),
LABEL_RETENTION("New Player Retention"),
DESCRIBE_RETENTION_PREDICTION("This value is a prediction based on previous players."),
2019-09-09 14:45:31 +02:00
TITLE_SERVER_AS_NUMBERS("Server as Numbers"),
TITLE_ONLINE_ACTIVITY_AS_NUMBERS("Online Activity as Numbers"),
COMPARING_15_DAYS("Comparing 15 days"),
TITLE_GRAPH_PUNCHCARD("Punchcard for 30 Days"),
LABEL_ONLINE_FIRST_JOIN("Players online on first join"),
LABEL_FIRST_SESSION_LENGTH("First session length"),
LABEL_LONE_JOINS("Lone joins"),
LABEL_LONE_NEW_JOINS("Lone newbie joins"),
LABEL_MOST_ACTIVE_GAMEMODE("Most Active Gamemode"),
LABEL_SERVER_OCCUPIED("Server occupied"),
TITLE_PVP_PVE_NUMBERS("PvP & PvE as Numbers"),
LABEL_1ST_WEAPON("Deadliest PvP Weapon"),
LABEL_2ND_WEAPON("2nd PvP Weapon"),
LABEL_3RD_WEAPON("3rd PvP Weapon"),
LABEL_AVG_KDR("Average KDR"),
LABEL_PLAYER_KILLS("Player Kills"),
LABEL_AVG_MOB_KDR("Average Mob KDR"),
LABEL_MOB_KILLS("Mob Kills"),
LABEL_MOB_DEATHS("Mob Caused Deaths"),
LABEL_DEATHS("Deaths"),
TITLE_RECENT_KILLS("Recent Kills"),
TITLE_ALL("All"),
TITLE_TPS("TPS"),
TITLE_CPU_RAM("CPU & RAM"),
TITLE_WORLD("World Load"),
TITLE_PING("Ping"),
TITLE_DISK("Disk Space"),
2019-09-09 16:22:10 +02:00
LABEL_AVG("Average"),
2019-09-09 14:45:31 +02:00
TITLE_PERFORMANCE_AS_NUMBERS("Performance as Numbers"),
LABEL_SERVER_DOWNTIME("Server Downtime"),
LABEL_DURING_LOW_TPS("During Low TPS Spikes:"),
TEXT_NO_LOW_TPS("No low tps spikes"),
// Player Page
TITLE_SEEN_NICKNAMES("Seen Nicknames"),
LABEL_LAST_SEEN("Last Seen"),
2019-09-09 16:22:10 +02:00
TITLE_LAST_CONNECTED("Last Connected"),
2019-09-09 14:45:31 +02:00
LABEL_PLAYER_DEATHS("Player Caused Deaths"),
TITLE_PVP_KILLS("Recent PvP Kills"),
TITLE_PVP_DEATHS("Recent PvP Deaths"),
TITLE_SERVER_PLAYTIME("Server Playtime"),
LINK_BACK_SERVER("Server page"),
SIDE_SERVERS_TITLE("SERVERS"),
2019-09-13 20:22:30 +02:00
// Were missing
TITLE_SERVER_OVERVIEW("Server Overview"),
TITLE_ONLINE_ACTIVITY_OVERVIEW("Online Activity Overview"),
PER_DAY("/ Day"),
TITLE_WORLD_PLAYTIME("World Playtime"),
TITLE_PLAYER_OVERVIEW("Player Overview"),
LABEL_LONGEST_SESSION("Longest Session"),
LABEL_REGISTERED("Registered"),
TITLE_TITLE_PLAYER_PUNCHCARD("Punchcard"),
TITLE_ALL_TIME("All Time"),
LABEL_NAME("Name"),
2019-09-09 16:22:10 +02:00
// ----------------------------------
// OLD
// ----------------------------------
NAV_PLUGINS("Plugins"),
PLAYERS_TEXT("Players"),
TOTAL_PLAYERS("Total Players"),
UNIQUE_CALENDAR("Unique:"),
NEW_CALENDAR("New:"),
2019-09-22 11:34:54 +02:00
SESSION("Session"),
KILLED("Killed"),
2019-09-09 16:22:10 +02:00
LABEL_LOADED_ENTITIES("Loaded Entities"),
LABEL_LOADED_CHUNKS("Loaded Chunks"),
LABEL_ENTITIES("Entities"),
LABEL_FREE_DISK_SPACE("Free Disk Space"),
ONLINE(" Online"),
OFFLINE(" Offline"),
LABEL_TIMES_KICKED("Times Kicked"),
TOTAL_ACTIVE_TEXT("Total Active"),
TOTAL_AFK("Total AFK"),
LABEL_SESSION_MEDIAN("Session Median"),
LABEL_ACTIVITY_INDEX("Activity Index"),
INDEX_ACTIVE("Active"),
INDEX_VERY_ACTIVE("Very Active"),
INDEX_REGULAR("Regular"),
INDEX_IRREGULAR("Irregular"),
INDEX_INACTIVE("Inactive"),
LABEL_FAVORITE_SERVER("Favorite Server"),
LABEL_NICKNAME("Nickname"),
LOCAL_MACHINE("Local Machine"),
TITLE_CALENDAR(" Calendar"),
LABEL_OPERATOR("Operator"),
LABEL_BANNED("Banned"),
LABEL_MOB_KDR("Mob KDR"),
WITH("<th>With"),
NO_KILLS("No Kills"),
2019-09-28 09:22:20 +02:00
LABEL_MAX_FREE_DISK("Max Free Disk"),
LABEL_MIN_FREE_DISK("Min Free Disk"),
LOGIN_LOGIN("Login"),
LOGIN_LOGOUT("Logout"),
LOGIN_USERNAME("\"Username\""),
LOGIN_PASSWORD("\"Password\""),
LOGIN_FORGOT_PASSWORD("Forgot Password?"),
LOGIN_CREATE_ACCOUNT("Create an Account!"),
LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1("Forgot password? Unregister and register again."),
LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2("Use the following command in game to remove your current user:"),
LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3("Or using console:"),
LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4("After using the command, "),
LOGIN_FAILED("Login failed: "),
REGISTER("Register"),
REGISTER_CREATE_USER("Create a new user"),
REGISTER_USERNAME_TIP("Username can be up to 50 characters."),
REGISTER_PASSWORD_TIP("Password should be more than 8 characters, but there are no limitations."),
REGISTER_HAVE_ACCOUNT("Already have an account? Login!"),
REGISTER_USERNAME_LENGTH("Username can be up to 50 characters, yours is "),
REGISTER_SPECIFY_USERNAME("You need to specify a Username"),
REGISTER_SPECIFY_PASSWORD("You need to specify a Password"),
REGISTER_COMPLETE("Complete Registration"),
REGISTER_COMPLETE_INSTRUCTIONS_1("You can now finish registering the user."),
REGISTER_COMPLETE_INSTRUCTIONS_2("Code expires in 15 minutes"),
REGISTER_COMPLETE_INSTRUCTIONS_3("Use the following command in game to finish registration:"),
REGISTER_COMPLETE_INSTRUCTIONS_4("Or using console:"),
REGISTER_FAILED("Registration failed: "),
REGISTER_CHECK_FAILED("Checking registration status failed: "),
QUERY_PERFORM_QUERY("Perform Query!"),
QUERY_LOADING_FILTERS("Loading filters.."),
QUERY_ADD_FILTER("Add a filter.."),
QUERY_TIME_TO(">to</label>"),
QUERY_TIME_FROM(">from</label>"),
QUERY_SHOW_VIEW("Show a view"),
QUERY("Query<"),
QUERY_MAKE_ANOTHER("Make another query"),
QUERY_MAKE("Make a query"),
WARNING_NO_GAME_SERVERS("Some data requires Plan to be installed on game servers."),
WARNING_NO_GEOLOCATIONS("Geolocation gathering needs to be enabled in the config (Accept GeoLite2 EULA)."),
WARNING_NO_SPONGE_CHUNKS("Chunks unavailable on Sponge"),
2019-09-09 14:45:31 +02:00
;
private final String defaultValue;
HtmlLang(String defaultValue) {
this.defaultValue = defaultValue;
}
@Override
public String getIdentifier() {
return "HTML - " + name();
}
@Override
public String getDefault() {
return defaultValue;
}
}