mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-06 15:44:49 +08:00
Changed locale to talk less about bungee
This commit is contained in:
parent
7107dcbe6b
commit
1fb4fc18b2
@ -80,7 +80,7 @@ public class InfoCommand extends CommandNode {
|
||||
locale.getString(CommandLang.INFO_VERSION, plugin.getVersion()),
|
||||
locale.getString(CommandLang.INFO_UPDATE, updateAvailable),
|
||||
locale.getString(CommandLang.INFO_DATABASE, database.getType().getName() + " (" + database.getState().name() + ")"),
|
||||
locale.getString(CommandLang.INFO_BUNGEE_CONNECTION, connectedToBungee),
|
||||
locale.getString(CommandLang.INFO_PROXY_CONNECTION, connectedToBungee),
|
||||
"",
|
||||
">"
|
||||
};
|
||||
|
@ -37,7 +37,7 @@ public enum CmdHelpLang implements Lang {
|
||||
WEB("Command Help - /plan webuser", "Manage Web Users"),
|
||||
DEV("Command Help - /plan dev", "Development mode command"),
|
||||
SETUP("Command Help - /planbungee setup", "Toggle set-up mode"),
|
||||
CON("Command Help - /planbungee con", "Debug Bungee-Server connections"),
|
||||
CON("Command Help - /planbungee con", "Debug Proxy-Server connections"),
|
||||
DISABLE("Command Help - /planbungee disable", "Disable the plugin temporarily"),
|
||||
|
||||
MANAGE_MOVE("Command Help - /plan manage move", "Move data between Databases"),
|
||||
@ -46,11 +46,11 @@ public enum CmdHelpLang implements Lang {
|
||||
MANAGE_REMOVE("Command Help - /plan manage remove", "Remove Player's data"),
|
||||
MANAGE_HOTSWAP("Command Help - /plan manage hotswap", "Change Database quickly"),
|
||||
MANAGE_CLEAR("Command Help - /plan manage clear", "Clear a Database"),
|
||||
MANAGE_CON("Command Help - /plan manage con", "Debug Server-Bungee connections"),
|
||||
MANAGE_CON("Command Help - /plan manage con", "Debug Server-Proxy connections"),
|
||||
MANAGE_IMPORT("Command Help - /plan manage import", "Import data from elsewhere"),
|
||||
MANAGE_EXPORT("Command Help - /plan manage export", "Trigger export manually"),
|
||||
MANAGE_DISABLE("Command Help - /plan manage disable", "Disable a feature temporarily"),
|
||||
MANAGE_SETUP("Command Help - /plan manage setup", "Set-up Server-Bungee connection"),
|
||||
MANAGE_SETUP("Command Help - /plan manage setup", "Set-up Server-Proxy connection"),
|
||||
|
||||
WEB_LEVEL("Command Help - /plan web level", "Information about permission levels"),
|
||||
WEB_LIST("Command Help - /plan web list", "List Web Users"),
|
||||
|
@ -43,14 +43,14 @@ public enum CommandLang implements Lang {
|
||||
WEB_PERMISSION_LEVELS("Cmd Web - Permission Levels", ">\\§70: Access all pages\\§71: Access '/players' and all player pages\\§72: Access player page with the same username as the webuser\\§73+: No permissions"),
|
||||
|
||||
CONNECT_SUCCESS("Cmd Setup - Success", "§aConnection successful, Plan may restart in a few seconds.."),
|
||||
CONNECT_FORBIDDEN("Cmd Setup - Forbidden", "§eConnection succeeded, but Bungee has set-up mode disabled - use '/planbungee setup' to enable it."),
|
||||
CONNECT_BAD_REQUEST("Cmd Setup - Bad Request", "§eConnection succeeded, but Receiving server was not a Bungee server. Use Bungee address instead."),
|
||||
CONNECT_FORBIDDEN("Cmd Setup - Forbidden", "§eConnection succeeded, but Proxy has set-up mode disabled - use 'planbungee setup' on the proxy to enable it."),
|
||||
CONNECT_BAD_REQUEST("Cmd Setup - Bad Request", "§eConnection succeeded, but Receiving server was a Bukkit or Sponge server. Use another address instead."),
|
||||
CONNECT_UNAUTHORIZED("Cmd Setup - Unauthorized", "§eConnection succeeded, but Receiving server didn't authorize this server. Contact Discord for support"),
|
||||
CONNECT_FAIL("Cmd Setup - Generic Fail", "§eConnection failed: ${0}"),
|
||||
CONNECT_INTERNAL_ERROR("Cmd Setup - Internal Error", "§eConnection succeeded. ${0}, check possible ErrorLog on receiving server's debug page."),
|
||||
CONNECT_GATEWAY("Cmd Setup - Gateway Error", "§eConnection succeeded, but Bungee failed to connect to this server (Did current web server restart?). Use /plan m con & /planbungee con to debug."),
|
||||
CONNECT_GATEWAY("Cmd Setup - Gateway Error", "§eConnection succeeded, but Proxy failed to connect to this server (Did current web server restart?). Use /plan m con & /planbungee con to debug."),
|
||||
CONNECT_WEBSERVER_NOT_ENABLED("Cmd Setup - WebServer not Enabled", "§cWebServer is not enabled on this server! Make sure it enables on boot!"),
|
||||
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."),
|
||||
CONNECT_URL_MISTAKE("Cmd Setup - Url mistake", "§cMake sure you're using the full address (Starts with http:// or https://) - Check Proxy enable log for the full address."),
|
||||
|
||||
SETUP_ALLOWED("Cmd Setup - Allowed", "§aSet-up is now Allowed"),
|
||||
SETUP_FORBIDDEN("Cmd Setup - Disallowed", "§cSet-up is now Forbidden"),
|
||||
@ -70,7 +70,7 @@ public enum CommandLang implements Lang {
|
||||
INFO_VERSION("Cmd Info - Version", " §2Version: §f${0}"),
|
||||
INFO_UPDATE("Cmd Info - Update", " §2Update Available: §f${0}"),
|
||||
INFO_DATABASE("Cmd Info - Database", " §2Active Database: §f${0}"),
|
||||
INFO_BUNGEE_CONNECTION("Cmd Info - Bungee Connection", " §2Connected to Bungee: §f${0}"),
|
||||
INFO_PROXY_CONNECTION("Cmd Info - Bungee Connection", " §2Connected to Proxy: §f${0}"),
|
||||
|
||||
QINSPECT_ACTIVITY_INDEX("Cmd Qinspect - Activity Index", " §2Activity Index: §f${0} | ${1}"),
|
||||
QINSPECT_REGISTERED("Cmd Qinspect - Registered", " §2Registered: §f${0}"),
|
||||
|
@ -24,8 +24,8 @@ package com.djrapitops.plan.system.locale.lang;
|
||||
public enum DeepHelpLang implements Lang {
|
||||
PLAN("In Depth Help - /plan ?", "> §2Main Command\\ Access to subcommands and help\\ §2/plan §fList subcommands\\ §2/plan <subcommand> ? §fIn depth help"),
|
||||
ANALYZE("In Depth Help - /plan analyze ?", "> §2Analysis Command\\ Refreshes server page and displays link to the web page."),
|
||||
SETUP("In Depth Help - /planbungee setup ?", "> §2Set-up toggle Command\\ Toggles set-up mode on Bungee.\\ Safeguard against unauthorized MySQL snooping with another server."),
|
||||
DISABLE("In Depth Help - /planbungee disable ?", "> §2Disable Command\\ Runs onDisable on PlanBungee.\\ Plugin can be enabled with /planbungee reload afterwards.\\ §bDoes not support swapping jar on the fly"),
|
||||
SETUP("In Depth Help - /planbungee setup ?", "> §2Set-up toggle Command\\ Toggles set-up mode on Proxy.\\ Safeguard against unauthorized MySQL snooping with another server."),
|
||||
DISABLE("In Depth Help - /planbungee disable ?", "> §2Disable Command\\ Runs Plan onDisable on Proxy.\\ Plugin can be enabled with /planbungee reload afterwards.\\ §bDoes not support swapping jar on the fly"),
|
||||
INSPECT("In Depth Help - /plan inspect ?", "> §2Inspect Command\\ Refreshes player page and displays link to the web page."),
|
||||
PLAYERS("In Depth Help - /plan players ?", "> §2Players Command\\ Displays link to the players page."),
|
||||
SERVERS("In Depth Help - /plan servers ?", "> §2Servers Command\\ Displays list of Plan servers in the Database.\\ Can be used to debug issues with database registration on a network."),
|
||||
|
@ -35,7 +35,7 @@ public enum PluginLang implements Lang {
|
||||
ENABLE_FAIL_DB("Enable FAIL - Database", "${0}-Database Connection failed: ${1}"),
|
||||
ENABLE_FAIL_WRONG_DB("Enable FAIL - Wrong Database Type", "${0} is not a supported Database"),
|
||||
ENABLE_FAIL_DB_PATCH("Enable FAIL - Database Patch", "Database Patching failed, plugin has to be disabled. Please report this issue"),
|
||||
ENABLE_FAIL_NO_WEB_SERVER_PROXY("Enable FAIL - WebServer (Bungee)", "WebServer did not initialize!"),
|
||||
ENABLE_FAIL_NO_WEB_SERVER_PROXY("Enable FAIL - WebServer (Proxy)", "WebServer did not initialize!"),
|
||||
ENABLE_FAIL_GEODB_WRITE("Enable FAIL - GeoDB Write", "Something went wrong saving the downloaded GeoLite2 Geolocation database"),
|
||||
|
||||
WEB_SERVER_FAIL_PORT_BIND("WebServer FAIL - Port Bind", "WebServer was not initialized successfully. Is the port (${0}) in use?"),
|
||||
|
@ -36,7 +36,7 @@ Cmd Qinspect - Playtime || §Spielzeit: §f${0}
|
||||
Cmd Qinspect - Registered || §2Registrierung: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Kicks: §f${0}
|
||||
Cmd Setup - Allowed || §aSetupmodus wurde aktiviert.
|
||||
Cmd Setup - Bad Request || §eVerbindung hergestellt. Der empfangende Server ist kein Bungeecordserver. Nutze stattdessen die Bungeecord-Adresse.
|
||||
Cmd Setup - Bad Request || §eVerbindung hergestellt. Der empfangende Server ist ein Bukkit- oder Sponge-server. Nutze stattdessen die andere Adresse.
|
||||
Cmd Setup - Disallowed || §cSet-up wurde deaktiviert.
|
||||
Cmd Setup - Forbidden || §eVerbindung hergestellt aber der Bungeecordserver hat den Setupmodus nicht aktiviert. Nutze '/planbungee setup' um ihn zu aktivieren.
|
||||
Cmd Setup - Gateway Error || §eVerbindung hergestellt, aber der Bungeecordserver konnte sich nicht mit diesem Server verbinden (Wurde der aktuelle Server neugestartet?). Nutze /plan m con & /planbungee con zum debuggen.
|
||||
|
@ -17,7 +17,7 @@ Cmd Header - Players || > §2Players
|
||||
Cmd Header - Search || > §2${0} Results for §f${1}§2:
|
||||
Cmd Header - Servers || > §2Servers
|
||||
Cmd Header - Web Users || > §2${0} Web Users
|
||||
Cmd Info - Bungee Connection || §2Connected to Bungee: §f${0}
|
||||
Cmd Info - Bungee Connection || §2Connected to Proxy: §f${0}
|
||||
Cmd Info - Database || §2Active Database: §f${0}
|
||||
Cmd Info - Reload Complete || §aReload Complete
|
||||
Cmd Info - Reload Failed || §cSomething went wrong during reload of the plugin, a restart is recommended.
|
||||
@ -36,15 +36,15 @@ Cmd Qinspect - Playtime || §2Playtime: §f${0}
|
||||
Cmd Qinspect - Registered || §2Registered: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Times Kicked: §f${0}
|
||||
Cmd Setup - Allowed || §aSet-up is now Allowed
|
||||
Cmd Setup - Bad Request || §eConnection succeeded, but Receiving server was not a Bungee server. Use Bungee address instead.
|
||||
Cmd Setup - Bad Request || §eConnection succeeded, but Receiving server was a Bukkit or Sponge server. Use another address instead.
|
||||
Cmd Setup - Disallowed || §cSet-up is now Forbidden
|
||||
Cmd Setup - Forbidden || §eConnection succeeded, but Bungee has set-up mode disabled - use '/planbungee setup' to enable it.
|
||||
Cmd Setup - Gateway Error || §eConnection succeeded, but Bungee failed to connect to this server (Did current web server restart?). Use /plan m con & /planbungee con to debug.
|
||||
Cmd Setup - Forbidden || §eConnection succeeded, but Proxy has set-up mode disabled - use '/planbungee setup' to enable it.
|
||||
Cmd Setup - Gateway Error || §eConnection succeeded, but Proxy failed to connect to this server (Did current web server restart?). Use /plan m con & /planbungee con to debug.
|
||||
Cmd Setup - Generic Fail || §eConnection failed: ${0}
|
||||
Cmd Setup - Internal Error || §eConnection succeeded. ${0}, check possible ErrorLog on receiving server's debug page.
|
||||
Cmd Setup - Success || §aConnection successful, Plan may restart in a few seconds..
|
||||
Cmd Setup - Unauthorized || §eConnection succeeded, but Receiving server didn't authorize this server. Contact Discord for support
|
||||
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.
|
||||
Cmd Setup - Url mistake || §cMake sure you're using the full address (Starts with http:// or https://) - Check Proxy enable log for the full address.
|
||||
Cmd Setup - WebServer not Enabled || §cWebServer is not enabled on this server! Make sure it enables on boot!
|
||||
Cmd SUCCESS - Feature disabled || §aDisabled '${0}' temporarily until next plugin reload.
|
||||
Cmd SUCCESS - WebUser register || §aAdded a new user (${0}) successfully! You can view the web panel in the following link.
|
||||
@ -67,14 +67,14 @@ Command Help - /plan inspect || View a Player Page
|
||||
Command Help - /plan manage || Manage Plan Database
|
||||
Command Help - /plan manage backup || Backup a Database
|
||||
Command Help - /plan manage clear || Clear a Database
|
||||
Command Help - /plan manage con || Debug Server-Bungee connections
|
||||
Command Help - /plan manage con || Debug Server-Proxy connections
|
||||
Command Help - /plan manage disable || Disable a feature temporarily
|
||||
Command Help - /plan manage hotswap || Change Database quickly
|
||||
Command Help - /plan manage import || Import data from elsewhere
|
||||
Command Help - /plan manage move || Move data between Databases
|
||||
Command Help - /plan manage remove || Remove Player's data
|
||||
Command Help - /plan manage restore || Restore a previous Backup
|
||||
Command Help - /plan manage setup || Set-up Server-Bungee connection
|
||||
Command Help - /plan manage setup || Set-up Server-Proxy connection
|
||||
Command Help - /plan network || View the Network Page
|
||||
Command Help - /plan players || View the Players Page
|
||||
Command Help - /plan qinspect || View Player info in game
|
||||
@ -88,7 +88,7 @@ Command Help - /plan web delete || Delete a Web User
|
||||
Command Help - /plan web level || Information about permission levels
|
||||
Command Help - /plan web list || List Web Users
|
||||
Command Help - /plan webuser || Manage Web Users
|
||||
Command Help - /planbungee con || Debug Bungee-Server connections
|
||||
Command Help - /planbungee con || Debug Proxy-Server connections
|
||||
Command Help - /planbungee disable || Disable the plugin temporarily
|
||||
Command Help - /planbungee setup || Toggle set-up mode
|
||||
Database - Apply Patch || Applying Patch: ${0}..
|
||||
@ -266,7 +266,7 @@ In Depth Help - /plan manage import ? || > §2Import Subcommand\ Impo
|
||||
In Depth Help - /plan manage move ? || > §2Move Subcommand\ Move data from SQLite to MySQL or other way around.\ Target database is cleared before transfer.
|
||||
In Depth Help - /plan manage remove ? || > §2Remove Subcommand\ Remove player's data from the active database.
|
||||
In Depth Help - /plan manage restore ? || > §2Restore Subcommand\ Restore a previous backup SQLite database (.db file)\ You can also restore database.db from another server to MySQL.\ Target database is cleared before transfer.
|
||||
In Depth Help - /plan manage setup ? || > §2Setup Subcommand\ Set-up a connection between Bungee and this server for network functionality.\ BungeeAddress can be found in the enable log on console when Plan enables on Bungee.
|
||||
In Depth Help - /plan manage setup ? || > §2Setup Subcommand\ Set-up a connection between Proxy and this server for network functionality.\ BungeeAddress can be found in the enable log on console when Plan enables on Bungee.
|
||||
In Depth Help - /plan network ? || > §2Network Command\ Displays link to the network page.\ If not on a network, this page displays the server page.
|
||||
In Depth Help - /plan players ? || > §2Players Command\ Displays link to the players page.
|
||||
In Depth Help - /plan qinspect ? || > §2Quick Inspect Command\ Displays some information about the player in game.
|
||||
@ -276,8 +276,8 @@ In Depth Help - /plan servers ? || > §2Servers Command\ Displa
|
||||
In Depth Help - /plan update ? || > §2Update Command\ Used to update the plugin on the next shutdown\ /plan update - Changelog link\ /plan update -u - Schedule update to happen on all network servers that are online, next time they reboot.\ /plan update cancel - Cancel scheduled update on servers that haven't rebooted yet.
|
||||
In Depth Help - /plan web ? || < §2Web User Manage Command.\ §2/plan web §fList subcommands\ §2/plan web <subcommand> ? §fIn Depth help
|
||||
In Depth Help - /plan web register ? || > §2Register Subcommand\ Registers a new Web User.\ Registering a user for another player requires plan.webmanage permission.\ Passwords are hashed with PBKDF2 (64,000 iterations of SHA1) using a cryptographically-random salt.
|
||||
In Depth Help - /planbungee disable ? || > §2Disable Command\ Runs onDisable on PlanBungee.\ Plugin can be enabled with /planbungee reload afterwards.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /planbungee setup ? || > §2Set-up toggle Command\ Toggles set-up mode on Bungee.\ Safeguard against unauthorized MySQL snooping with another server.
|
||||
In Depth Help - /planbungee disable ? || > §2Disable Command\ Runs Plan onDisable on Proxy servers.\ Plugin can be enabled with /planbungee reload afterwards.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /planbungee setup ? || > §2Set-up toggle Command\ Toggles set-up mode on Proxy.\ Safeguard against unauthorized MySQL snooping with another server.
|
||||
Manage - Confirm Overwrite || Data in ${0} will be overwritten!
|
||||
Manage - Confirm Removal || Data in ${0} will be removed!
|
||||
Manage - Fail || > §cSomething went wrong: ${0}
|
||||
|
@ -36,7 +36,7 @@ Cmd Qinspect - Playtime || §2Peliaika: §f${0}
|
||||
Cmd Qinspect - Registered || §2Rekisteröitynyt: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Potkittu Pellolle: §f${0}
|
||||
Cmd Setup - Allowed || §aYhteydenotto on nyt sallittu.
|
||||
Cmd Setup - Bad Request || §eYhteys onnistui, mutta Vastaanottava palvelin ei ollut BungeeCord. Käytä BungeeCord:in osoitetta.
|
||||
Cmd Setup - Bad Request || §eYhteys onnistui, mutta Vastaanottava palvelin oli Bukkit tai Sponge-palvelin. Käytä toista osoitetta.
|
||||
Cmd Setup - Disallowed || §cYhteydenotto on nyt kielletty.
|
||||
Cmd Setup - Forbidden || §eYhteys onnistui, mutta BungeeCord:n set-up tila oli poissa käytöstä - käytä '/planbungee setup' laittaaksesi sen päälle.
|
||||
Cmd Setup - Gateway Error || §eYhteys onnistui, mutta BungeeCord ei saanut yhteyttä tähän palvelimeen (Käynnistyikö Web palvelin uudelleen?). Käytä /plan m con & /planbungee con tutkiaksesi ongelmia.
|
||||
|
@ -36,7 +36,7 @@ Cmd Qinspect - Playtime || §2Temps de jeu : §f${0}
|
||||
Cmd Qinspect - Registered || §2Incrit depuis : §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Nombre d'éjections : §f${0}
|
||||
Cmd Setup - Allowed || §aLa configuration est maintenant autorisée.
|
||||
Cmd Setup - Bad Request || §eLa connexion a réussi, mais le serveur de réception n'était pas un serveur Bungee. Utilisez l'adresse du Bungee à la place.
|
||||
Cmd Setup - Bad Request || §eLa connexion a réussi, mais le serveur de réception n'était un serveur Bukkit ou Sponge. Utilisez une autre adresse à la place.
|
||||
Cmd Setup - Disallowed || §cLa configuration est maintenant interdite.
|
||||
Cmd Setup - Forbidden || §eConnexion réussie, mais le mode de configuration de Bungee est désactivé. Exécutez '/plan bungee setup' pour l'activer.
|
||||
Cmd Setup - Gateway Error || §eConnexion réussie, mais Bungee n'a pas réussi à se connecter à ce serveur (Le serveur Web actuel a-t-il redémarré ?). Exécutez '/plan m con' et '/planbungee con' pour déboguer.
|
||||
|
Loading…
Reference in New Issue
Block a user