mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-28 12:07:35 +01:00
Refresh locale files
This commit is contained in:
parent
58e674badb
commit
fa3a42aba8
@ -58,6 +58,7 @@ public class Contributors {
|
||||
new Contributor("Morsmorse", LANG),
|
||||
new Contributor("Nogapra", LANG),
|
||||
new Contributor("Saph1s", LANG),
|
||||
new Contributor("Shadowhackercz", LANG),
|
||||
new Contributor("shaokeyibb", LANG),
|
||||
new Contributor("skmedix", CODE),
|
||||
new Contributor("TDJisvan", LANG),
|
||||
|
@ -27,6 +27,7 @@ public enum LangCode {
|
||||
EN("English", "Rsl1122"),
|
||||
ES("Spanish", "Catalina & itaquito & Elguerrero"),
|
||||
CN("Simplified Chinese", "f0rb1d (\u4f5b\u58c1\u706f) & qsefthuopq & shaokeyibb & Fur_xia"),
|
||||
CS("Czech", "Shadowhackercz"),
|
||||
DE("Deutsch", "Eyremba & fuzzlemann & Morsmorse & hallo1142"),
|
||||
FI("Finnish", "Rsl1122"),
|
||||
FR("French", "CyanTech & Aurelien & Nogapra"),
|
||||
|
@ -129,6 +129,17 @@ public class LocaleSystem implements SubSystem {
|
||||
private Optional<Locale> loadSettingLocale() {
|
||||
try {
|
||||
String setting = config.get(PluginSettings.LOCALE);
|
||||
if ("write-all".equalsIgnoreCase(setting)) {
|
||||
for (LangCode code : LangCode.values()) {
|
||||
if (code == LangCode.CUSTOM) continue;
|
||||
Locale locale = Locale.forLangCode(code, files);
|
||||
new LocaleFileWriter(locale).writeToFile(
|
||||
files.getDataDirectory().resolve("locale_" + code.name() + ".txt").toFile()
|
||||
);
|
||||
}
|
||||
|
||||
return Optional.empty();
|
||||
}
|
||||
if (!"default".equalsIgnoreCase(setting)) {
|
||||
return Optional.of(Locale.forLangCodeString(files, setting));
|
||||
}
|
||||
|
@ -2,24 +2,80 @@ API - css+ || PageExtension: ${0} added sty
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || 请点击此处
|
||||
Cmd - Link || •链接
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §a现已禁用计划系统。您仍可使用 reload 重启插件。
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §c数据库状态为 ${0} - 请稍后再试.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §c[数据统计] 此玩家不存在。
|
||||
Cmd FAIL - No Feature || §e请设置要禁用的功能!(当前支持 ${0})
|
||||
Cmd FAIL - No Permission || §c[数据统计] 您没有所需权限。
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §c[数据统计] 命令需要一个参数。
|
||||
Cmd FAIL - Requires Arguments || §c[数据统计] 命令缺少参数。${0}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §c[数据统计] 未在数据库中找到此玩家。
|
||||
Cmd FAIL - Users not linked || 用户未关联到你的游戏账户,因此你无权移除别人的账户.
|
||||
Cmd FAIL - WebUser does not exists || §c用户不存在!
|
||||
Cmd FAIL - WebUser exists || §c用户已存在!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || §f»§2 玩家统计 - 统计结果
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || §f»§2 玩家统计 - 信息
|
||||
Cmd Header - Inspect || §f»§2 玩家统计 - 检视结果:
|
||||
Cmd Header - Network || > §2全服网络页面
|
||||
Cmd Header - Players || > §2玩家
|
||||
Cmd Header - Search || §f»§2 玩家统计 - 搜索结果:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2服务器
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} 个网页用户
|
||||
Cmd Info - Bungee Connection || §2已连接至Bungee:§f${0}
|
||||
Cmd Info - Database || §2当前数据库:§f${0}
|
||||
@ -27,6 +83,7 @@ Cmd Info - Reload Complete || §a成功重载插件
|
||||
Cmd Info - Reload Failed || §c重载插件时发生错误,建议重新启动服务器。
|
||||
Cmd Info - Update || §2更新可用:§f${0}
|
||||
Cmd Info - Version || §2版本:§f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §e无连接地址可用 - 使用localhost作为默认地址. 检索 'Alternative_IP' 设置.
|
||||
Cmd Notify - No WebUser || 您可能还没有网页账户,请输入 /plan register <密码>
|
||||
Cmd Notify - WebUser register || 已注册新用户:'${0}' 权限级别:${1}
|
||||
@ -44,38 +101,33 @@ Cmd Qinspect - Registered || §2注册时间:§f${0}
|
||||
Cmd Qinspect - Times Kicked || §2踢出次数:§f${0}
|
||||
Cmd SUCCESS - Feature disabled || §a已在下次插件重载前暂时禁用 '${0}'。
|
||||
Cmd SUCCESS - WebUser register || §a已成功添加新用户(${0})!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §e数据库状态为 ${0} - 可能需要花费更多的时间..
|
||||
Cmd Web - Permission Levels || >\§70:访问所有页面\§71:访问 '/players' 及所有玩家页\§72:访问用户名与网页用户名一致的玩家页\§73+:无权限
|
||||
Command Help - /plan server || 查看服务器分析
|
||||
Command Help - /plan dev || 开发模式命令
|
||||
Command Help - /plan help || 查看命令列表。
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || 热插拔数据库并重启插件
|
||||
Command Help - /plan db move || 在数据库间移动数据
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || 检视玩家数据
|
||||
Command Help - /plan manage || 数据库管理命令
|
||||
Command Help - /plan manage backup || 备份数据库至 .db 文件
|
||||
Command Help - /plan manage clear || 从数据库中清空所有数据
|
||||
Command Help - /plan manage disable || 暂时禁用功能
|
||||
Command Help - /plan manage export || 手动导出
|
||||
Command Help - /plan db hotswap || 热插拔数据库并重启插件
|
||||
Command Help - /plan manage import || 从插件中导入数据
|
||||
Command Help - /plan db move || 在数据库间移动数据
|
||||
Command Help - /plan manage raw || 查看玩家数据的raw JSON
|
||||
Command Help - /plan manage remove || 从活跃数据库中移除玩家数据
|
||||
Command Help - /plan manage restore || 恢复数据库
|
||||
Command Help - /plan manage uninstalled || 在数据库中将一个服务器标记为未安装.
|
||||
Command Help - /plan ingame || 在游戏内检视玩家数据
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || 查看全服网络页面
|
||||
Command Help - /plan player || 检视玩家数据
|
||||
Command Help - /plan players || 列出所有已缓存玩家名单
|
||||
Command Help - /plan ingame || 在游戏内检视玩家数据
|
||||
Command Help - /plan register || 注册网页用户
|
||||
Command Help - /plan reload || 重新启动插件(重载配置)
|
||||
Command Help - /plan search || 搜索玩家
|
||||
Command Help - /plan server || 查看服务器分析
|
||||
Command Help - /plan servers || 列出数据库中的服务器
|
||||
Command Help - /plan web check || 检查网页用户的权限级别。
|
||||
Command Help - /plan web delete || 删除网页用户
|
||||
Command Help - /plan web level || 权限级别信息
|
||||
Command Help - /plan web list || 列出网页用户
|
||||
Command Help - /plan webuser || 管理网页用户
|
||||
Command Help - /planbungee disable || 暂时禁用插件
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || 正在应用更新:${0}···
|
||||
Database - Patches Applied || 已成功应用所有数据库补丁。
|
||||
Database - Patches Applied Already || 已应用所有数据库补丁。
|
||||
@ -309,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || 页面不存在。
|
||||
HTML ERRORS - UNAUTHORIZED_401 || 未认证
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || 请确保您正通过命令所给出的链接访问,示例:</p><p>/player/玩家名<br>/server/服务器名</p>
|
||||
HTML ERRORS - UUID_404 || 未在数据库中找到玩家的 UUID。
|
||||
In Depth Help - /plan ? || §2/plan - 主命令\§f 用于访问所有子命令及帮助\§7 /plan - 列出子命令\§7 /plan <子命令> ? - 详细帮助
|
||||
In Depth Help - /plan analyze ? || §2分析命令\§f 用于刷新分析缓存及访问结果页面\§7 /plan status 可用于在网页在线时检查分析状态fen.\§7 别名:analyze, analyse, analysis, a
|
||||
In Depth Help - /plan inspect ? || §2检视命令\§f 用于获取用户检视页链接。\§7 个人检视页可通过输入 /plan inspect 访问\§7 别名:/plan <名称>
|
||||
In Depth Help - /plan manage ? || §2管理命令\§f 用于管理插件数据库。\§7 别名:/plan m\§7 /plan m - Auflistung der Unterbefehle\§7 /plan m <子命令> ? - 详细帮助
|
||||
In Depth Help - /plan manage backup ? || > §2备份命令\ 用于建立新 SQLite 数据库(.db 文件)并包含当前在计划插件文件夹中所有的活跃数据库内容。
|
||||
In Depth Help - /plan manage clear ? || §2管理清除命令\§f 用于清除活跃数据库中的所有数据。\§7 插件在清理完毕后应被重载。\§7 别名:/plan pl
|
||||
In Depth Help - /plan manage disable ? || > §2关闭子命令\ 可禁用插件部分功能直到下载重载插件。\ 可用参数:\ §2kickcount §fDisables kick counts in case /kickall is used on shutdown macro.
|
||||
In Depth Help - /plan manage export ? || > §2导出子命令\ 导出到目标文件夹.\ 可用参数:\ §2list §f列出所有可用参数。\ §2players §fExport /players, /player pages + /player/raw json depending on config values.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || §2管理导入命令\§f 用于从其它来源导入数据\§7 在导入过程中将禁用数据分析。
|
||||
In Depth Help - /plan manage move ? || > §2移动指令\ 将数据从 SQLite 移动至 MySQL,反之亦然。\ 目标数据库将在转移前被清除。
|
||||
In Depth Help - /plan manage raw ? || > §2Raw数据子命令\ 显示 raw JSON数据页面的链接.\ Not available if Plan webserver is not enabled.
|
||||
In Depth Help - /plan manage remove ? || §2管理移除命令\§f 用于从活跃数据库中移除用户数据。
|
||||
In Depth Help - /plan manage restore ? || > §2恢复命令\ 从先前备份的 SQLite 数据库中恢复数据(.db 文件)\ 您也可以从其他服务器中恢复 database.db 到 MySQL。\ 目标数据库将在传输前被清除。
|
||||
In Depth Help - /plan manage uninstalled ? || > §2卸载服务器的子命令\ 在数据库中将一个服务器视为未安装。\ Can not mark the server the command is being used on as uninstalled.\ 将会影响连接系统。
|
||||
In Depth Help - /plan network ? || > §2全服网络命令\ 显示到全服网络页的链接。\ 若不在群组全服网络上,此页面将显示为服务器页面。
|
||||
In Depth Help - /plan players ? || > §2玩家命令\ 显示到玩家页的链接。
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || 相比检视网页有着更少的信息。
|
||||
In Depth Help - /plan reload ? || > §2重载命令\ 使用 onDisable 与 onEnable 重新载入插件。\ §b不支持运行时热切换插件
|
||||
In Depth Help - /plan search ? || §2搜索命令\§f 用于获取匹配特定参数的玩家名列表。\§7 示例:/plan search 123 - 搜索名称中包含 123 的所有玩家。
|
||||
In Depth Help - /plan servers ? || > §2服务器命令\ 显示数据库中的计划服务器列表。\ 可用于调试在全服网络上数据库注册的问题。
|
||||
In Depth Help - /plan web ? || < §2网页用户管理命令。\ §2/plan web §f列出子命令\ §2/plan web <子命令> ? §f详细帮助
|
||||
In Depth Help - /plan web register ? || > §2注册命令\ 注册一位新的网页用户。\ 为其他用户注册需要 plan.webmanage 权限。\ 密码通过使用随机密码盐的 PBKDF2 哈希方法加密(重复 64000 次 SHA1)。
|
||||
In Depth Help - /planbungee disable ? || > §2禁用命令\ 在 PlanBungee 上运行 onDisable。\ 插件之后需要运行 reload 以重新启用。\ §b不支持运行时热切换插件
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || 数据库 ${0} 中的数据将被覆盖!
|
||||
Manage - Confirm Removal || 数据库 ${0} 中的数据将被移除!
|
||||
Manage - Fail || > §c[数据统计] 处理数据时发生错误! ${0}
|
||||
@ -344,6 +397,7 @@ Manage - Fail Same Database || > §c[数据统计] 无法移
|
||||
Manage - Fail Same server || 无法将服务器标记为未安装 (你已在该服务器)
|
||||
Manage - Fail, Confirmation || > §c[数据统计] 请添加 -a 以确认执行!${0}
|
||||
Manage - List Importers || 导入器:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §e[数据统计] 请切换至新数据库并重载插件(/plan m hotswap ${0})
|
||||
Manage - Start || »§7 正在处理数据...
|
||||
Manage - Success || §f» §2 成功!
|
||||
@ -362,6 +416,8 @@ Web User Listing || §2${0} §7:§f${1}
|
||||
WebServer - Notify HTTP || 网页服务器:无证书 -> 正使用 HTTP 服务器提供可视化效果。
|
||||
WebServer - Notify HTTP User Auth || 网页服务器:已禁用用户认证!(HTTP 方式不安全)
|
||||
WebServer - Notify HTTPS User Auth || 网页服务器: 用户验证已关闭! (关闭于配置文件)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || 网页服务器:未找到证书密钥存储文件:${0}
|
||||
WebServer - Notify Using Proxy || 网页服务器: 代理模式HTTPS已开启, 请确保您的反代已经配置为HTTPS模式并且Plan的Alternative_IP.Link已经指向代理
|
||||
WebServer FAIL - EOF || 网页服务器: 在读取证书文件时出现了EOF异常. (请检查证书文件完整性)
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Klikni na mě
|
||||
Cmd - Link || §2Odkaz: §f
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan systémy jsou nyní vypnuty. Můžete stále použít /planbungee reload pro restart pluginu.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatabáze je ${0} - Zkuste to znovu později.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cUživatel nemá UUID.
|
||||
Cmd FAIL - No Feature || §eDefinujte funkci k vypnutí! (aktuálně podporuje ${0})
|
||||
Cmd FAIL - No Permission || §cNa toto nemáte potřebná práva.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cJe zapotřebí jednotný argument ${1}
|
||||
Cmd FAIL - Requires Arguments || §cPotřebné argumenty (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cUživatel nebyl viděn na tomto serveru
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cUživatel neexistuje!
|
||||
Cmd FAIL - WebUser exists || §cUživatel již existuje!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Výsledky Analýzy
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Analýza Hráčů
|
||||
Cmd Header - Inspect || > §2Hráč: §f${0}
|
||||
Cmd Header - Network || > §2Stránka Sítě
|
||||
Cmd Header - Players || > §2Hráčů
|
||||
Cmd Header - Search || > §2${0} Výsledky pro §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Servery
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Web uživatelé
|
||||
Cmd Info - Bungee Connection || §2Připojen na Proxy: §f${0}
|
||||
Cmd Info - Database || §2Aktivní databáze: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aReload Dokončen
|
||||
Cmd Info - Reload Failed || §cNěco se pokazilo při reloadu pluginu, doporučejem restart serveru.
|
||||
Cmd Info - Update || §2Dostupná aktualizace: §f${0}
|
||||
Cmd Info - Version || §2Verze: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Pravděpodobně nemáte uživatele webu, použijte /plan register <heslo>
|
||||
Cmd Notify - WebUser register || Registrován nový uživatel: '${0}' Úroveň práv: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Index Aktivity: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Smrti: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Přihlášen z: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Naposledy viděn: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registrován: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Počet vykopnutí: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aDočasně vypnuto '${0}' do dalšího reloadu pluginu.
|
||||
Cmd SUCCESS - WebUser register || §aÚspěšně přidán nový uživatel (${0})! Můžete zobrazit web panel na následujícím odkazu.
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatabáze je ${0} - Toto může trvat déle..
|
||||
Cmd Web - Permission Levels || >\§70: Přístup ke všem stránkám\§71: Přístup k '/players' a všem hráčským stránkám\§72: Přístup k hráčské stránce se stejným jménem jako web uživatel\§73+: Žádná práva
|
||||
Command Help - /plan analyze || Zobrazit Server stránku
|
||||
Command Help - /plan dev || Příkaz pro vývojový mód
|
||||
Command Help - /plan help || Ukázat seznam příkazů
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Change Database quickly
|
||||
Command Help - /plan db move || Move data between databases
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Zjistit verzi Plan
|
||||
Command Help - /plan inspect || Zobrazit stránku Hráče
|
||||
Command Help - /plan manage || Spravovat Plan databázi
|
||||
Command Help - /plan manage backup || Zálohovat databázi
|
||||
Command Help - /plan manage clear || Smazat databázi
|
||||
Command Help - /plan manage disable || Dočasně vypne funkci
|
||||
Command Help - /plan manage export || Spustit export manuálně
|
||||
Command Help - /plan manage hotswap || Rychlá změna databáze
|
||||
Command Help - /plan manage import || Import dat odjinud
|
||||
Command Help - /plan manage move || Přesun dat mezi databázemi
|
||||
Command Help - /plan manage raw || Ukázat čistý JSON hráčských dat
|
||||
Command Help - /plan manage remove || Smazat data Hráče
|
||||
Command Help - /plan manage restore || Obnovit předchozí zálohu
|
||||
Command Help - /plan manage uninstalled || Označit server jako odinstalován v databázi.
|
||||
Command Help - /plan ingame || View Player info in game
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Ukázat stránku sítě
|
||||
Command Help - /plan player || View a Player Page
|
||||
Command Help - /plan players || Ukázat stránku hráčů
|
||||
Command Help - /plan qinspect || Ukázat hráčské info ve hře
|
||||
Command Help - /plan register || Registrovat web uživatele
|
||||
Command Help - /plan reload || Restart Plan
|
||||
Command Help - /plan search || Hledat se jménem hráče
|
||||
Command Help - /plan server || View the Server Page
|
||||
Command Help - /plan servers || Seznam serverů v databázi
|
||||
Command Help - /plan web check || Kontrola uživatele webu
|
||||
Command Help - /plan web delete || Smazání uživatele webu
|
||||
Command Help - /plan web level || Informace o úrovních práv
|
||||
Command Help - /plan web list || Seznam uživatelů webu
|
||||
Command Help - /plan webuser || Správa uživatelů webu
|
||||
Command Help - /planbungee disable || Dočasně vypnout plugin
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Aplikuji patch: ${0}..
|
||||
Database - Patches Applied || Všechny databáze byly úspěšně patchnuty.
|
||||
Database - Patches Applied Already || Všechny databáze již jsou patchnuty.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Ukládání nedokončeného s
|
||||
Disable - WebServer || Webserver je již vypnutý.
|
||||
Enable || Player Analytics zapnuty.
|
||||
Enable - Database || ${0}-připojení k databázi navázáno.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || IP v server.properties je prázdné & Alternative_IP se nepoužívá. Mohou být poskytnuty špatné odkazy!
|
||||
Enable - Notify Geolocations disabled || Sbírání geolokace není aktivní. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan potřebuje internetové připojení pro první start ke stažení GeoLite2 Geolocation databáze.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Srovnání 30d zpět do Dnes
|
||||
HTML - COMPARING_7_DAYS || Srovnání 7 dnů
|
||||
HTML - DATABASE_NOT_OPEN || Databáze není otevřené, ověřte status databáze s /plan info
|
||||
HTML - ERROR || Autentifikace neuspěšná kvůli chybě
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Aktivní
|
||||
HTML - INDEX_INACTIVE || Neaktivní
|
||||
HTML - INDEX_IRREGULAR || Nepravidelný
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Lokální stroj
|
||||
HTML - NAV_PLUGINS || Pluginy
|
||||
HTML - NEW_CALENDAR || Nové:
|
||||
HTML - NO_KILLS || Žádné zabití
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Offline
|
||||
HTML - ONLINE || Online
|
||||
HTML - PER_DAY || / Den
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Stránka neexistuje.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Neautorizováno
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Ujistěte se, že přistupujete na odkaz poskytnutý příkazem, Příklad:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || Hráčské UUID nebylo nalezeno v databázi.
|
||||
In Depth Help - /plan ? || > §2Hlavní příkazy\ Přístup k subpříkazům a pomoci\ §2/plan §fList subcommands\ §2/plan <subcommand> ? §fpodrobná pomoc
|
||||
In Depth Help - /plan analyze ? || > §2Analytické příkazy\ Obnoví stránku serveru a ukáže odkaz na web stránku.
|
||||
In Depth Help - /plan inspect ? || > §2Inspekční příkazy\ Obnoví stránku hráče a ukáže odkaz na web stránku.
|
||||
In Depth Help - /plan manage ? || > §2Správní příkazy\ Spravovat MySQL a SQLite databázi Plan.\ §2/plan m §fList subcommands\ §2/plan m <subcommand> ? §fpodrobná pomoc
|
||||
In Depth Help - /plan manage backup ? || > §2Zálohové příkazy\ Vytvoří novou SQLite databázi (.db soubor) s obsahem aktuálně aktivní databáze v Plan plugin složce.
|
||||
In Depth Help - /plan manage clear ? || > §2Čistící příkazy\ Smaže vše v aktivní databázi. Používejte opatrně.
|
||||
In Depth Help - /plan manage disable ? || > §2Vypnout subpříkaz\ Může vypnout části pluginu do dalšího reloadu.\ Akceptované argumenty:\ §2kickcount §fVypne počet vykopnutí v případě použití /kickall příkazu.
|
||||
In Depth Help - /plan manage export ? || > §2Export subpříkaz\ Spustí export do následné složky.\ Akceptované argumenty:\ §2list §fSeznam možných argumentů.\ §2players §fExport /players, /player pages + /player/raw json záležící na nastavení configu.\ §2server_json §fExport /server/raw JSON pokud je zapnuto v configu.
|
||||
In Depth Help - /plan manage import ? || > §2Import subpříkaz\ Import dat z jiných zdrojů.\ Akceptované argumenty:\ §2offline §fBukkit hráčská data, pouze registruje datum a jméno.
|
||||
In Depth Help - /plan manage move ? || > §2Přesun subpříkaz\ Přesun dat z SQLite d MySQL či naopak.\ Cílená databáze musí být smazána před přesunutím.
|
||||
In Depth Help - /plan manage raw ? || > §2Přesun čistých dat subpříkaz\ Zobrazí odkaz k čisté JSON data stránce.\ Nedostupné pokud je Plan webserver vypnutý.
|
||||
In Depth Help - /plan manage remove ? || > §2Mazací subpříkaz\ Smazání dat hráče z aktivní databáze.
|
||||
In Depth Help - /plan manage restore ? || > §2Obnovovací subpříkaz\ Obnova předchozí zálohy SQLite databáze (.db soubor)\ Také můžete obnovit database.db z ostatních serverů na MySQL.\ Cílená databáze musí být vyčištěna před přesunem.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Odinstalovaný server subpříkaz\ Označí server jako odinstalován z databáze.\ Nelze označit server, pokud je příkaz použit na serveru označeném k odinstalaci.\ Ovlivní ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Síťový příkaz\ Ukáže odkaz na stránku sítě.\ Pokud ne na síti, tato stránka ukáže server stránku.
|
||||
In Depth Help - /plan players ? || > §2Hráčské příkazy\ Ukáže odkaz k hráčské stránce..
|
||||
In Depth Help - /plan qinspect ? || > §2Rychlý inspekční příkaz\ Ukáže některé informace o hráči ve hře..
|
||||
In Depth Help - /plan reload ? || > §2Reload příkaz\ Restartuje plugin použitím onDisable a onEnable.\ §bNepodporuje přehazování jar souborů za pochodu
|
||||
In Depth Help - /plan search ? || > §2Vyhledávací příkaz\ Získání seznamu hráčských jmen které souhlasí s argumentem.\§7 Příklad: /plan search 123 - najde všechny hráče s 123 ve jméně.
|
||||
In Depth Help - /plan servers ? || > §2Server příkaz\ Ukáže seznam Plan serverů v databázi.\ Může být použito k debugu chyb s registrací databáze na síti.
|
||||
In Depth Help - /plan web ? || < §2Správa web uživatelů příkaz.\ §2/plan web §fList subcommands\ §2/plan web <subcommand> ? §fPodrobná pomoc
|
||||
In Depth Help - /plan web register ? || > §2Registrování subpříkaz\ Registrace nového uživatele webu.\ Registruje nového uživatele pro jiného hráče potřebuje plan.webmanage práva.\ Hesla jsou hashnutá s PBKDF2 (64,000 opakování z SHA1) za použití cryptografické-náhody.
|
||||
In Depth Help - /planbungee disable ? || > §2Vypínací příkaz\ Spustí Plan onDisable na Proxy serverech.\ Plugin může být zapnut s /planbungee reload později.\ §bNepodporuje přehazování jar za pochodu
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Displays some information about the player in game.
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Data v ${0} budou přepsána!
|
||||
Manage - Confirm Removal || Data v ${0} budou smazána!
|
||||
Manage - Fail || > §cNěco se pokazilo: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cNelze spravovat z a do s
|
||||
Manage - Fail Same server || Nelze označit tento server jako odinstalován (Jste na něm)
|
||||
Manage - Fail, Confirmation || > §cPřidejte '-a' argument k potvrzení provedení: ${0}
|
||||
Manage - List Importers || Importery:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eNezapomeňte přehodit na novou databázi (/plan m hotswap ${0}) & reload pluginu.
|
||||
Manage - Start || > §2Zpracovávám data..
|
||||
Manage - Success || > §aÚspěch!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Verze informací nemůže bý
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || WebServer: Není certifikát -> Používám HTTP-server pro visualizaci.
|
||||
WebServer - Notify HTTP User Auth || WebServer: Autorizace uživatelů vypnutá! (Není bezpečné skrz HTTP)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || WebServer: Certifikační KeyStore soubor nenalezen: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || WebServer nebyl úspěšně spuštěn. Je port (${0}) již používán?
|
||||
WebServer FAIL - SSL Context || WebServer: SSL Context spuštění selhalo.
|
||||
WebServer FAIL - Store Load || WebServer: SSL Certificate načítání selhalo.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Klicke hier
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan ist nun deaktiviert. Nutze reload um das Plugin neu zu starten.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatenbank ist ${0} - Bitte versuche es später erneut.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cDieser Benutzer besitzt keine UUID.
|
||||
Cmd FAIL - No Feature || §eWelches Feature soll deaktiviert werden? (momentan unterstützt: ${0})
|
||||
Cmd FAIL - No Permission || §cDafür fehlt dir die Berechtigung.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cNur ein Argument erforderlich ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArgumente erforderlich (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cDieser Benutzer war noch nie auf dem Server.
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cDieser Benutzer existiert nicht!
|
||||
Cmd FAIL - WebUser exists || §cDieser Benutzer existiert schon!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Analyse-Ergebnis:
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Benutzeranalyse:
|
||||
Cmd Header - Inspect || > §2Benutzer: §f${0}
|
||||
Cmd Header - Network || > §2Netzwerkseite
|
||||
Cmd Header - Players || > §2Spieler
|
||||
Cmd Header - Search || > §2${0} Ergebnisse für §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Server
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Accounts
|
||||
Cmd Info - Bungee Connection || §2Verbunden mit Bungee: §f${0}
|
||||
Cmd Info - Database || §2Aktuelle Datenbank: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aReload erfolgreich.
|
||||
Cmd Info - Reload Failed || §cBeim Reload ist etwas schief gelaufen. Es wird empfohlen, den Server neuzustarten.
|
||||
Cmd Info - Update || §2Update verfügbar: §f${0}
|
||||
Cmd Info - Version || §2Version: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Möglicherweise hast du keinen Account. Erstelle einen mit /plan register <password>
|
||||
Cmd Notify - WebUser register || Neuer Account hinzugefügt: '${0}' Rechte-Level: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Aktivitätsindex: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Tode: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Eingeloggt aus: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Zuletzt gesehen: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registrierung: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Kicks: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §a'${0}' wurde bis zum nächsten Reload des Plugins deaktiviert.
|
||||
Cmd SUCCESS - WebUser register || §aNeuer Account (${0}) erfolgreich hinzugefügt!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatenbank ist ${0} - Dies könnte länger als erwartet dauern..
|
||||
Cmd Web - Permission Levels || >\§70: Zugriff auf alle Seiten\§71: Zugriff auf '/players' Und alle Spielerseiten\§72: Zugriff auf alle Spielerseiten mit dem gleichen Username wie der Web-Account\§73+: Keine Berechtigung
|
||||
Command Help - /plan server || Server-Übersicht
|
||||
Command Help - /plan dev || Entwicklungsmodus-Befehl
|
||||
Command Help - /plan help || Zeigt eine Befehlsliste an
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Ändere die Datenbank schnell
|
||||
Command Help - /plan db move || Bewege die Daten zwischen den Datenbanken
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Zeigt eine Spielerseite an
|
||||
Command Help - /plan manage || Verwaltet die Plan-Datenbank
|
||||
Command Help - /plan manage backup || Erstellt ein Backup der Datenbank
|
||||
Command Help - /plan manage clear || Datenbank leeren
|
||||
Command Help - /plan manage disable || Schalte eine Funktion temporär aus
|
||||
Command Help - /plan manage export || Trigger export manually
|
||||
Command Help - /plan db hotswap || Ändere die Datenbank schnell
|
||||
Command Help - /plan manage import || Daten importieren
|
||||
Command Help - /plan db move || Bewege die Daten zwischen den Datenbanken
|
||||
Command Help - /plan manage raw || View raw JSON of player data
|
||||
Command Help - /plan manage remove || Entferne die Daten eines Spielers
|
||||
Command Help - /plan manage restore || Spiele ein Backup ein
|
||||
Command Help - /plan manage uninstalled || Mark a server as uninstalled in the database.
|
||||
Command Help - /plan ingame || Zeigt die Spielerinfo im Spiel
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Netzwerk-Seite
|
||||
Command Help - /plan player || Zeigt eine Spielerseite an
|
||||
Command Help - /plan players || Spieler-Seite
|
||||
Command Help - /plan ingame || Zeigt die Spielerinfo im Spiel
|
||||
Command Help - /plan register || Registriere einen Account
|
||||
Command Help - /plan reload || Plan neuladen
|
||||
Command Help - /plan search || Nach einem Spieler suchen
|
||||
Command Help - /plan server || Server-Übersicht
|
||||
Command Help - /plan servers || Liste die Server in der Datenbank auf
|
||||
Command Help - /plan web check || Infos über einen Account
|
||||
Command Help - /plan web delete || Lösche einen Account
|
||||
Command Help - /plan web level || Informationen über Rechte
|
||||
Command Help - /plan web list || Liste Accounts
|
||||
Command Help - /plan webuser || Verwalte Accounts
|
||||
Command Help - /planbungee disable || Deaktiviert das Plugin temporär
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Wende Patch an: ${0}..
|
||||
Database - Patches Applied || Alle Datenbankpatches wurden erfolgreich angewendet.
|
||||
Database - Patches Applied Already || Alle Datenbankpatches wurden bereits angewendet.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Speichere unfertige Sitzungen
|
||||
Disable - WebServer || Webserver deaktiviert.
|
||||
Enable || Player Analytics eingeschaltet.
|
||||
Enable - Database || ${0}-dDatenbankverbindung hergestellt.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || IP in der server.properties ist leer & Alternative_IP ist nicht in Verwendung. Es werden falsche Links verwendet!
|
||||
Enable - Notify Geolocations disabled || Geolocation wird nicht aufgezeichnet (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan braucht einen Internetzugang um die GeoLite2 Geolocation Datenbank runterzuladen.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Vergleiche 30 Tage bis Jetzt
|
||||
HTML - COMPARING_7_DAYS || Vergleiche 7 Tage
|
||||
HTML - DATABASE_NOT_OPEN || Datenbank ist nicht offen, überprüfe den DB Status mit /plan info
|
||||
HTML - ERROR || Authentifikation fehlgeschlagen
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Aktiv
|
||||
HTML - INDEX_INACTIVE || Inaktiv
|
||||
HTML - INDEX_IRREGULAR || Unregelmäßig
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Lokale Maschine
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Neu:
|
||||
HTML - NO_KILLS || Keine Kills
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Offline
|
||||
HTML - ONLINE || Online
|
||||
HTML - PER_DAY || / Tag
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Diese Seite existiert nicht.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Unautorisiert
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Stelle sicher, dass du einen Link benutzt, der von einem Befehl generiert wurde. Beispielsweise:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || Die UUID des Spielers wurde nicht in der Datenbank gefunden.
|
||||
In Depth Help - /plan ? || > §2Hauptbefehl\ Zugriff auf Unterbefehle und Hilfe\ §2/plan §fListe Unterbefehle\ §2/plan <unterbefehl> ? §fAusführliche Hilfe
|
||||
In Depth Help - /plan analyze ? || > §2Analysebefehl\ Aktualisiert die Serverseite und stellt einen Zugriffslink bereit.
|
||||
In Depth Help - /plan inspect ? || > §2Inspect-Befehl\ Aktualisiert die Spielerseite und stellt einen Zugriffslink bereit.
|
||||
In Depth Help - /plan manage ? || > §2Manage-Befehl\ Verwalte die MySQL und SQLite Datenbank von Plan.\ §2/plan m §fListe Unterbefehle\ §2/plan m <unterbefehl> ? §fAusführliche Hilfe
|
||||
In Depth Help - /plan manage backup ? || > §2Backup-Unterbefehl\ Erstellt eine neue SQLite Datenbank (.db file) mit dem Inhalt der aktuell aktiven Datenbank im Plugin-Ordner
|
||||
In Depth Help - /plan manage clear ? || > §2Clear-Unterbefehl\ Entfernt ALLES aus der aktuellen Datenbank. Vorsicht!
|
||||
In Depth Help - /plan manage disable ? || > §2Disable-Unterbefehl\ Kann Teile des Plugins bis zum Reload deaktivieren.\ Akzeptierte Argumente:\ §2kickcount §fDeaktiviert das Kicks Zählen im Fall das /kickall benutzt wird während des Shutdowns.
|
||||
In Depth Help - /plan manage export ? || > §2Export-Unterbefehl\ Exportiere Daten zum angegebenen Ordner.\ Akzeptierte Argumente:\ §2list §fZeige mögliche Argumente.\ §2players §fExportiert /players, /player pages + /player/raw json basierend auf den Einstellungen.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || > §2Import-Unterbefehl\ Importiere Daten aus anderen Quellen.\ Akzeptierte Argumente:\ §2offline §fBukkit Spielerdaten, registriere nur Name und Datum.
|
||||
In Depth Help - /plan manage move ? || > §2Move-Unterbefehl\ Verschiebe die Daten von SQLite zu MySQL oder andersherum\ Zieldatenbank wird vor dem Transfer geleert.
|
||||
In Depth Help - /plan manage raw ? || > §2Raw Data-Unterbefehl\ Zeigt dir einen Link zu einer rohen JSON Daten Seite.\ Nicht verfügbar, wenn der Webserver deaktiviert ist.
|
||||
In Depth Help - /plan manage remove ? || > §2Remove-Unterbefehl\ Löscht die Daten eines Spielers aus der Datenbank.
|
||||
In Depth Help - /plan manage restore ? || > §2Restore-Unterbefehl\ Stellt ein Backup einer SQLite Datenbank (.db file) wieder her\ Die database.db kann auch von einem anderen Server zu MySQL wiederhergestellt werden.\ Zieldatenbank wird vor dem Transfer geleert.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Uninstalled Server Subcommand\ Marks a server as uninstalled in the database.\ Can not mark the server the command is being used on as uninstalled.\ Will affect ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Netzwerk-Befehl\ Erstellt einen Link zur Netzwerkseite. Wenn du in einem Netzwerk bist, wird die Serverseite angezeigt.
|
||||
In Depth Help - /plan players ? || > §2Spieler-Befehl\ Erstellt einen Link zur Spielerseite.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Zeigt einige Informationen zu einem Spieler im Spiel.
|
||||
In Depth Help - /plan reload ? || > §2Reload-Befehl\ Restartet das plugin mit onDisable and onEnable.\ §bDamit kann NICHT die jar getauscht werden
|
||||
In Depth Help - /plan search ? || > §2Such-Befehl\ Erstellt eine Liste mit Spielernamen, die mit der Suche übereinstimmen.\§7 Beispiel: /plan search 123 - Gibt alle Spieler mit 123 im Namen aus.
|
||||
In Depth Help - /plan servers ? || > §2Server-Command\ Zeigt eine Liste mit allen Servern in der datenbank.\ Kann verwendet werden, um Probleme mit Registrierungen in der Datenbank in einem Netzwerk zu beheben.
|
||||
In Depth Help - /plan web ? || > §2Account-Verwaltungs-Befehl.\ §2/plan web §fListe Unterbefehle\ §2/plan web <unterbefehl> ? §fAusfürliche Hilfe
|
||||
In Depth Help - /plan web register ? || > §2Registrierungs-Unterbefehl\ Registriert einen neuen Account.\ Um einen Account für einen anderen Usernamen als den eigenen zu erstellen wird plan.webmanage Berechtigung benötigt.\ Passwörter werden mit PBKDF2 (64,000 iterations of SHA1) gehashed dazu wird ein cryptographically-random salt verwendet.
|
||||
In Depth Help - /planbungee disable ? || > §2Deaktivierungs-Befehl\ Führt onDisable auf PlanBungee aus.\ Plugin kann mit reload wieder geladen werden.\ §bDabei kann NICHT die jar ausgetauscht werden.
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Daten in ${0} werden überschrieben!
|
||||
Manage - Confirm Removal || Daten in ${0} werden gelöscht!
|
||||
Manage - Fail || > §cEtwas ist schiefgelaufen: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cKann nicht von und zu de
|
||||
Manage - Fail Same server || Server kann nicht als uninstallier markiert werden. (Du bist da dran).
|
||||
Manage - Fail, Confirmation || > §cFüge '-a' zum Befehl hinzu um die Ausführung zu bestätigen: ${0}
|
||||
Manage - List Importers || Importer:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eDenk dran, zur neuen Datenbank zu wechseln (/plan m hotswap ${0}) und um das Plugin neu zu laden.
|
||||
Manage - Start || > §2Verarbeite Daten...
|
||||
Manage - Success || > §aErfolgreich!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Versionsinformationen konnten
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || WebServer: Kein Zertifikat -> Benutze HTTP-server zur Visualisierung.
|
||||
WebServer - Notify HTTP User Auth || WebServer: Benutzer-Authentifizierung abgeschaltet! (Nicht sicher über HTTP)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || WebServer: Zertifikat KeyStore Datei nicht gefunden: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || WebServer wurde nicht erfolgreich initalisiert. Ist der Port (${0}) schon benutzt?
|
||||
WebServer FAIL - SSL Context || WebServer: SSL Context Initialisierung fehlgeschlagen.
|
||||
WebServer FAIL - Store Load || WebServer: SSL Zertifikat konnte nicht geladen werden.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Click me
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan systems are now disabled. You can still use reload to restart the plugin.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatabase is ${0} - Please try again a bit later.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cUser does not have an UUID.
|
||||
Cmd FAIL - No Feature || §eDefine a feature to disable! (currently supports ${0})
|
||||
Cmd FAIL - No Permission || §cYou do not have the required permission.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cSingle Argument required ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArguments required (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cUser has not been seen on this server
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cUser does not exists!
|
||||
Cmd FAIL - WebUser exists || §cUser already exists!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Analysis Results
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Player Analytics
|
||||
Cmd Header - Inspect || > §2Player: §f${0}
|
||||
Cmd Header - Network || > §2Network Page
|
||||
Cmd Header - Players || > §2Players
|
||||
Cmd Header - Search || > §2${0} Results for §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Servers
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Web Users
|
||||
Cmd Info - Bungee Connection || §2Connected to Proxy: §f${0}
|
||||
Cmd Info - Database || §2Current Database: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aReload Complete
|
||||
Cmd Info - Reload Failed || §cSomething went wrong during reload of the plugin, a restart is recommended.
|
||||
Cmd Info - Update || §2Update Available: §f${0}
|
||||
Cmd Info - Version || §2Version: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || You might not have a web user, use /plan register <password>
|
||||
Cmd Notify - WebUser register || Registered new user: '${0}' Perm level: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Activity Index: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Deaths: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Logged in from: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Last Seen: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registered: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Times Kicked: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aDisabled '${0}' temporarily until next plugin reload.
|
||||
Cmd SUCCESS - WebUser register || §aAdded a new user (${0}) successfully!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatabase is ${0} - This might take longer than expected..
|
||||
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
|
||||
Command Help - /plan server || View the Server Page
|
||||
Command Help - /plan dev || Development mode command
|
||||
Command Help - /plan help || Show command list
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Change Database quickly
|
||||
Command Help - /plan db move || Move data between Databases
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || 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 disable || Disable a feature temporarily
|
||||
Command Help - /plan manage export || Trigger export manually
|
||||
Command Help - /plan db hotswap || Change Database quickly
|
||||
Command Help - /plan manage import || Import data from elsewhere
|
||||
Command Help - /plan db move || Move data between Databases
|
||||
Command Help - /plan manage raw || View raw JSON of player data
|
||||
Command Help - /plan manage remove || Remove Player's data
|
||||
Command Help - /plan manage restore || Restore a previous Backup
|
||||
Command Help - /plan manage uninstalled || Mark a server as uninstalled in the database.
|
||||
Command Help - /plan ingame || View Player info in game
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || View the Network Page
|
||||
Command Help - /plan player || View a Player Page
|
||||
Command Help - /plan players || View the Players Page
|
||||
Command Help - /plan ingame || View Player info in game
|
||||
Command Help - /plan register || Register a Web User
|
||||
Command Help - /plan reload || Restart Plan
|
||||
Command Help - /plan search || Search for a player name
|
||||
Command Help - /plan server || View the Server Page
|
||||
Command Help - /plan servers || List servers in Database
|
||||
Command Help - /plan web check || Inspect a Web User
|
||||
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 disable || Disable the plugin temporarily
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Applying Patch: ${0}..
|
||||
Database - Patches Applied || All database patches applied successfully.
|
||||
Database - Patches Applied Already || All database patches already applied.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Saving unfinished sessions..
|
||||
Disable - WebServer || Webserver has been disabled.
|
||||
Enable || Player Analytics Enabled.
|
||||
Enable - Database || ${0}-database connection established.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || IP in server.properties is empty & Alternative_IP is not in use. Incorrect links might be given!
|
||||
Enable - Notify Geolocations disabled || Geolocation gathering is not active. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan Requires internet access on first run to download GeoLite2 Geolocation database.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparing 30d ago to Now
|
||||
HTML - COMPARING_7_DAYS || Comparing 7 days
|
||||
HTML - DATABASE_NOT_OPEN || Database is not open, check db status with /plan info
|
||||
HTML - ERROR || Authentication failed due to error
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Active
|
||||
HTML - INDEX_INACTIVE || Inactive
|
||||
HTML - INDEX_IRREGULAR || Irregular
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Local Machine
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || New:
|
||||
HTML - NO_KILLS || No Kills
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Offline
|
||||
HTML - ONLINE || Online
|
||||
HTML - PER_DAY || / Day
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Page does not exist.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Unauthorized
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Make sure you're accessing a link given by a command, Examples:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || Player UUID was not found in the database.
|
||||
In Depth Help - /plan ? || > §2Main Command\ Access to subcommands and help\ §2/plan §fList subcommands\ §2/plan <subcommand> ? §fIn depth help
|
||||
In Depth Help - /plan analyze ? || > §2Analysis Command\ Refreshes server page and displays link to the web page.
|
||||
In Depth Help - /plan inspect ? || > §2Inspect Command\ Refreshes player page and displays link to the web page.
|
||||
In Depth Help - /plan manage ? || > §2Manage Command\ Manage MySQL and SQLite database of Plan.\ §2/plan m §fList subcommands\ §2/plan m <subcommand> ? §fIn depth help
|
||||
In Depth Help - /plan manage backup ? || > §2Backup Subcommand\ Creates a new SQLite database (.db file) with contents of currently active database in the Plan plugin folder.
|
||||
In Depth Help - /plan manage clear ? || > §2Clear Subcommand\ Removes everything in the active database. Use with caution.
|
||||
In Depth Help - /plan manage disable ? || > §2Disable Subcommand\ Can disable parts of the plugin until next reload.\ Accepted arguments:\ §2kickcount §fDisables kick counts in case /kickall is used on shutdown macro.
|
||||
In Depth Help - /plan manage export ? || > §2Export Subcommand\ Trigger export to result folders.\ Accepted Arguments:\ §2list §fList possible arguments.\ §2players §fExport /players, /player pages + /player/raw json depending on config values.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || > §2Import Subcommand\ Import data from other sources.\ Accepted Arguments:\ §2offline §fBukkit player data, only register date and name.
|
||||
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 raw ? || > §2Raw Data Subcommand\ Displays link to raw JSON data page.\ Not available if Plan webserver is not enabled.
|
||||
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 uninstalled ? || > §2Uninstalled Server Subcommand\ Marks a server as uninstalled in the database.\ Can not mark the server the command is being used on as uninstalled.\ Will affect ConnectionSystem.
|
||||
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 db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Displays some information about the player in game.
|
||||
In Depth Help - /plan reload ? || > §2Reload Command\ Restarts the plugin using onDisable and onEnable.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /plan search ? || > §2Search Command\ Get a list of Player names that match the given argument.\§7 Example: /plan search 123 - Finds all users with 123 in their name.
|
||||
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.
|
||||
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 Plan onDisable on Proxy servers.\ Plugin can be enabled with reload afterwards.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Data in ${0} will be overwritten!
|
||||
Manage - Confirm Removal || Data in ${0} will be removed!
|
||||
Manage - Fail || > §cSomething went wrong: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cCan not operate on to an
|
||||
Manage - Fail Same server || Can not mark this server as uninstalled (You are on it)
|
||||
Manage - Fail, Confirmation || > §cAdd '-a' argument to confirm execution: ${0}
|
||||
Manage - List Importers || Importers:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eRemember to swap to the new database (/plan m hotswap ${0}) & reload the plugin.
|
||||
Manage - Start || > §2Processing data..
|
||||
Manage - Success || > §aSuccess!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Version information could not
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || WebServer: No Certificate -> Using HTTP-server for Visualization.
|
||||
WebServer - Notify HTTP User Auth || WebServer: User Authorization Disabled! (Not secure over HTTP)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || WebServer: Certificate KeyStore File not Found: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || WebServer was not initialized successfully. Is the port (${0}) in use?
|
||||
WebServer FAIL - SSL Context || WebServer: SSL Context Initialization Failed.
|
||||
WebServer FAIL - Store Load || WebServer: SSL Certificate loading Failed.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Hazme click
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aLos sistemas de Plan estan ahora deshabilitados. Puedes usar reload para recargar el plugin.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cLa base de datos es ${0} - Por favor, prueba un poco más tarde.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cEste usuario no tiene UUID.
|
||||
Cmd FAIL - No Feature || §e¡Define una característica para deshabilitarla! (currently supports ${0})
|
||||
Cmd FAIL - No Permission || §cNo tienes el permiso requerido.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cArgumento único requerido ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArgumentos requeridos (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cEste usuario no ha sido visto en el servidor
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §c¡Este usuario no existe!
|
||||
Cmd FAIL - WebUser exists || §c¡Este usuario ya existe!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Resultados del análisis
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Análisis del jugador
|
||||
Cmd Header - Inspect || > §2Jugador: §f${0}
|
||||
Cmd Header - Network || > §2Página de red
|
||||
Cmd Header - Players || > §2Jugadores
|
||||
Cmd Header - Search || > §2${0} Resultados para §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Servidores
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Usuarios web
|
||||
Cmd Info - Bungee Connection || §2Conectado al Proxy: §f${0}
|
||||
Cmd Info - Database || §2Base de datos actual: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aRecarga completada
|
||||
Cmd Info - Reload Failed || §cUn error ocurrió intentando recargar el plugin. Se recomienda su reseteo.
|
||||
Cmd Info - Update || §2Actualización disponible: §f${0}
|
||||
Cmd Info - Version || §2Versión: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Puede que no tengas un usuario web, usa /plan register <contraseña>
|
||||
Cmd Notify - WebUser register || Nuevo usuario registrado: '${0}' Nivel de permisos: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Índice de actividad: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Muertes: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Logueado desde: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Última vez visto: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registrado: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Veces kickeado: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aDeshabilitado '${0}' temporalmente hasta la próxima recarga del plugin.
|
||||
Cmd SUCCESS - WebUser register || §a¡Se ha añadido al nuevo usuario (${0}) exitosamente!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eLa base de datos es ${0} - Esto puede durar más de lo esperado..
|
||||
Cmd Web - Permission Levels || >\§70: Acceso a todas las páginas\§71: Acceso '/players' y a todas las páginas de los jugadores\§72: Acceso a la pagina del jugador con el mismo nombre de usuario que el usuario web\§73+: Sin permisos
|
||||
Command Help - /plan server || Mira la página del servidor
|
||||
Command Help - /plan dev || Comando para el modo desarrollador
|
||||
Command Help - /plan help || Mostrar la lista de comandos
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Cambia la base de datos rápidamente
|
||||
Command Help - /plan db move || Mueve los datos entre base de datos
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Ver la página de un jugador
|
||||
Command Help - /plan manage || Gestiona la base de datos de un jugador
|
||||
Command Help - /plan manage backup || Recupera una base de datos
|
||||
Command Help - /plan manage clear || Borra una base de datos
|
||||
Command Help - /plan manage disable || Deshabilita una característica temporalmente
|
||||
Command Help - /plan manage export || Provoca la exportación manualmente
|
||||
Command Help - /plan db hotswap || Cambia la base de datos rápidamente
|
||||
Command Help - /plan manage import || Importa los datos en otra parte
|
||||
Command Help - /plan db move || Mueve los datos entre base de datos
|
||||
Command Help - /plan manage raw || Ver los datos JSON frescos de un jugador
|
||||
Command Help - /plan manage remove || Borra los datos de un jugador
|
||||
Command Help - /plan manage restore || Restaura un anterior Backup
|
||||
Command Help - /plan manage uninstalled || Marca como desinstalado un servidor en la base de datos
|
||||
Command Help - /plan ingame || Ver información de los jugadores en el juego
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Ver la página de la red
|
||||
Command Help - /plan player || Ver la página de un jugador
|
||||
Command Help - /plan players || Ver la página de los jugadores
|
||||
Command Help - /plan ingame || Ver información de los jugadores en el juego
|
||||
Command Help - /plan register || Registrar un usuario web
|
||||
Command Help - /plan reload || Resetear Plan
|
||||
Command Help - /plan search || Buscar el nombre de un jugador
|
||||
Command Help - /plan server || Mira la página del servidor
|
||||
Command Help - /plan servers || Listar los servidores en la base de datos
|
||||
Command Help - /plan web check || Inspeccionar un usuario web
|
||||
Command Help - /plan web delete || Eliminar un usuario web
|
||||
Command Help - /plan web level || Información sobre niveles de permisos
|
||||
Command Help - /plan web list || Listar usuarios web
|
||||
Command Help - /plan webuser || Gestiona usuarios web
|
||||
Command Help - /planbungee disable || Deshabilita el plugin temporalmente
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Aplicar parche: ${0}..
|
||||
Database - Patches Applied || Los parches de la base de datos se han aplicado correctamente.
|
||||
Database - Patches Applied Already || Los parches de la base de datos ya se han aplicado anteriormente.
|
||||
@ -99,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparando desde hace 30d has
|
||||
HTML - COMPARING_7_DAYS || Comparando 7 dias
|
||||
HTML - DATABASE_NOT_OPEN || La base de datos no está abierta, mira su estado con /plan info
|
||||
HTML - ERROR || La autenticación ha llevado a error
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Activo
|
||||
HTML - INDEX_INACTIVE || Inactivo
|
||||
HTML - INDEX_IRREGULAR || Irregular
|
||||
@ -185,6 +244,7 @@ HTML - LOCAL_MACHINE || Máquina local
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Nuevo:
|
||||
HTML - NO_KILLS || Sin muertes
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Desconectado
|
||||
HTML - ONLINE || Conectado
|
||||
HTML - PER_DAY || / Dia
|
||||
@ -301,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || La pagina no existe.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || No autorizado
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Asegurate que estas entrando por un link dado por un comando, Ejemplos:</p><p>/player/NombreJugador<br>/server/NombreServidor</p>
|
||||
HTML ERRORS - UUID_404 || La UUID del jugador no ha sido encontrada.
|
||||
In Depth Help - /plan ? || > §2Comando principal\ Acceso a subcomandos y ayuda\ §2/plan §fList subcommands\ §2/plan <subcomando> ? §fPara ayuda profunda
|
||||
In Depth Help - /plan analyze ? || > §2Comando analisis\ Recarga la pagina del servidor y proporciona el link a la página.
|
||||
In Depth Help - /plan inspect ? || > §2Comando inspeccionar\ Recarga la página del jugador y proporciona un link a la página.
|
||||
In Depth Help - /plan manage ? || > §2Comando gestionar\ Gestiona las bases de datos de MySQL y SQLite de Plan.\ §2/plan m §fLista subcomandos\ §2/plan m <subcomando> ? §fPara ayuda profunda
|
||||
In Depth Help - /plan manage backup ? || > §2Subcomando backup\ Crea una nueva base de datos (archivo .db) SQLite con contenidos de base de datos ya activos en la carpeta del plugin Plan.
|
||||
In Depth Help - /plan manage clear ? || > §2Subcomando borrar\ Elimina todo de la base de datos activa. Usar con precaución.
|
||||
In Depth Help - /plan manage disable ? || > §2Subcomando deshabilitar\ Puede deshabilitar partes del plugin hasta que se vuelva a recargar.\ Argumentos aceptados:\ §2kickcount §fDeshabilita el conteo de kicks en caso de /kickall es usado en una macro caida.
|
||||
In Depth Help - /plan manage export ? || > §2Subcomando exportar\ Provoca la exportación a las carpetas resultantes.\ Argumentos aceptados:\ §2list §fLista argumentos posibles.\ §2jugadores §fExporta /players, /player pages + /player/raw json dependiendo en los valores de configuración.\ §2server_json §fExporta /server/raw JSON si esta permitido en la configuración.
|
||||
In Depth Help - /plan manage import ? || > §2Subcomando importar\ Importa datos de otros sitios.\ Argumentos aceptados:\ §2desconectado §fDatos del jugador Bukkit, solo registra nombre y fecha.
|
||||
In Depth Help - /plan manage move ? || > §2Subcomando mover\ Mueve datos desde SQLite a MySQL u otro lugar.\ La base de datos diana se borra antes de ser transferida.
|
||||
In Depth Help - /plan manage raw ? || > §2Subcomando datos frescos\ Proporciona un link a los datos frescos JSON.\ No disponible si el servidor web Plan no esta activado.
|
||||
In Depth Help - /plan manage remove ? || > §2Subcomando eliminar\ Elimina los datos del jugador en la base de datos activa.
|
||||
In Depth Help - /plan manage restore ? || > §2Subcomando restaurar\ Restaura la ultima backup de la base de datos (archivo .db) SQLite\ Tambien puedes restaurar database.db de otro servidor a MySQL.\ La base de datos diana se elimina al ser transferida.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Subcomando servidor desinstalado\ Marca un servidor como desinstalado en la base de datos.\ No se puede usar el comando para aquel servidor que ya este marcado como desinstalado.\ Afecta a ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Comando red\ Proporciona un link a la red.\ Si no es a una red, proporciona uno a la pagina del servidor.
|
||||
In Depth Help - /plan players ? || > §2Comando jugadores\ Proporciona un link a la página del jugador.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Proporciona información sobre un jugador en el juego.
|
||||
In Depth Help - /plan reload ? || > §2Comando recargar\ Resetea el plugin usando onDisable y onEnable.\ §bNo soporta el intercambio del jar sobre la marcha
|
||||
In Depth Help - /plan search ? || > §2Comando buscar\ Da una lista con los nombres de los jugadores que coinciden con los argumentos dados.\§7 Ejemplo: /plan search 123 - Encuentra todos los jugadores con un 123 en su nombre.
|
||||
In Depth Help - /plan servers ? || > §2Comando servidores\ Proporciona una lista de los servidores de Plan.\ Puede ser usado para advertir errores con un registro en la base de datos de la red.
|
||||
In Depth Help - /plan web ? || < §2Comando gestion usuario web.\ §2/plan web §fLista subcomandos\ §2/plan web <subcomando> ? §fPara ayuda profunda
|
||||
In Depth Help - /plan web register ? || > §2Subcomando registro\ Registra un nuevo usuario web.\ Registrar un jugador por otro usuario requiere el permiso plan.webmanage\ Las contraseñas estan encriptadas con PBKDF2 (64,000 interacciones de SHA1) usando un salto encriptado.
|
||||
In Depth Help - /planbungee disable ? || > §2Comando deshabilitar\ Comienza Plan onDisable en el Proxy.\ El plugin puede ser activado con /planbungee recarga despues.\ §bNo soporta el intercambio del jar sobre la marcha
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || ¡Los datos en ${0} serán sobrescritos!
|
||||
Manage - Confirm Removal || ¡Los datos en ${0} serán removidos!
|
||||
Manage - Fail || > §cAlgo fue mal: ${0}
|
||||
@ -336,6 +397,7 @@ Manage - Fail Same Database || > §c¡No se puede operar des
|
||||
Manage - Fail Same server || No se ha podido marcar el servidor como desinstalado (Estas en el)
|
||||
Manage - Fail, Confirmation || > §cAñade el argumento '-a' para confirmar la ejecución: ${0}
|
||||
Manage - List Importers || Importadores:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eRecuerda cambiarte a la nueva base de datos (/plan m hotswap ${0}) & recarga el plugin.
|
||||
Manage - Start || > §2Procesando datos..
|
||||
Manage - Success || > §a¡Éxito!
|
||||
@ -354,6 +416,8 @@ Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || Servidor web: No Certificado -> Usando HTTP-server para visualización.
|
||||
WebServer - Notify HTTP User Auth || Servidor web: Autorizacion del usuario desactivada! (No seguro en HTTP)
|
||||
WebServer - Notify HTTPS User Auth || Servidor web: Autorizacion del usuario desactivada! (Deshabilitada en la configuracion)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || Servidor web: Certificado de archivo KeyStore no encontrado: ${0}
|
||||
WebServer - Notify Using Proxy || Servidor web: Modo Proxy HTTPS habilitado, asegurate que tu reverse-proxy está usando HTTPS y los puntos del Proxy Plan AlternativeIP.Link
|
||||
WebServer FAIL - EOF || Servidor web: EOF leyendo el archivo de Certificado. (Comprueba que el archivo no está vacío)
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Klikkaa minua
|
||||
Cmd - Link || Linkki
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan on nyt poissa päältä. Voit käyttää reload komentoa uudelleenkäynnistykseen.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cTietokanta: ${0} - Yritä uudelleen myöhemmin.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cPelaajalla ei löytynyt UUID:ta.
|
||||
Cmd FAIL - No Feature || §eValitse sammutettava osa! (tällähetkellä tuetut: ${0})
|
||||
Cmd FAIL - No Permission || §cSinulla ei ole lupaa.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cAnna ainakin yksi muuttuja ${1}
|
||||
Cmd FAIL - Requires Arguments || §cMääritä enemmän muuttujia (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cPelaajaa ei ole nähty tällä palvelimella.
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cKäyttäjää ei ole olemassa!
|
||||
Cmd FAIL - WebUser exists || §cKäyttäjä on jo olemassa!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Analyysin tulokset
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Player Analytics
|
||||
Cmd Header - Inspect || > §2Pelaaja: §f${0}
|
||||
Cmd Header - Network || > §2Verkoston Sivu
|
||||
Cmd Header - Players || > §2Pelaajat
|
||||
Cmd Header - Search || > §2${0} Tulosta haulle §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Palvelimet
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Web Käyttäjät
|
||||
Cmd Info - Bungee Connection || §2Yhdistetty Proxyyn: §f${0}
|
||||
Cmd Info - Database || §2Nykyinen Tietokanta: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aUudelleenlataus onnistui!
|
||||
Cmd Info - Reload Failed || §cUudelleenlatauksessa esiintyi ongelmia. Käynnistystä uudelleen suositellaan.
|
||||
Cmd Info - Update || §2Päivitys saatavilla: §f${0}
|
||||
Cmd Info - Version || §2Versio: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Sinulla ei ehkä ole Web Käyttäjää, käytä /plan register <salasana>-komentoa
|
||||
Cmd Notify - WebUser register || Rekisteröitiin uusi Web Käyttäjä: '${0}' Lupa taso: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Aktiivisuus Indeksi: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Kuolemat: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Kirjautui sisään maasta: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Viimeksi nähty: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Rekisteröitynyt: §f${0
|
||||
Cmd Qinspect - Times Kicked || §2Potkittu Pellolle: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aSammutettiin '${0}' toistaiseksi, kunnes Plan ladataan uudelleen.
|
||||
Cmd SUCCESS - WebUser register || §aLisättiin uusi Web Käyttäjä (${0})!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eTietokanta: ${0} - Tämä voi viedä hiukan aikaa..
|
||||
Cmd Web - Permission Levels || >\§70: Pääsy kaikille sivuille\§71: Pääsy '/players' ja pelaajien sivuille\§72: Pääsy pelaajan sivulle, jolla on sama nimi kuin Web Käyttäjällä\§73+: Ei pääsyä
|
||||
Command Help - /plan server || Katso Palvelimen sivua
|
||||
Command Help - /plan dev || Kehitys komento
|
||||
Command Help - /plan help || Komentojen lista
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Vaihda tietokantaa lennosta
|
||||
Command Help - /plan db move || Siirrä tietoa tietokantojen välillä
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Katso Pelaajan sivua
|
||||
Command Help - /plan manage || Hallitse Plan tietokantaa
|
||||
Command Help - /plan manage backup || Varmuuskopioi tietokanta
|
||||
Command Help - /plan manage clear || Tyhjennä tietokanta
|
||||
Command Help - /plan manage disable || Sammuta osa toistaiseksi
|
||||
Command Help - /plan manage export || Vie manuaalisesti
|
||||
Command Help - /plan db hotswap || Vaihda tietokantaa lennosta
|
||||
Command Help - /plan manage import || Tuo tietoa muualta
|
||||
Command Help - /plan db move || Siirrä tietoa tietokantojen välillä
|
||||
Command Help - /plan manage raw || Tarkastele pelaajan tietoja JSON:na
|
||||
Command Help - /plan manage remove || Poista pelaajan tiedot
|
||||
Command Help - /plan manage restore || Palauta teitokannan varmuuskopio
|
||||
Command Help - /plan manage uninstalled || Merkkaa palvelin poistetuksi tietokantaan.
|
||||
Command Help - /plan ingame || Katso pelaajan tietoja pelissä
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Katso Verkoston sivua
|
||||
Command Help - /plan player || Katso Pelaajan sivua
|
||||
Command Help - /plan players || Katso Pelaajat sivua
|
||||
Command Help - /plan ingame || Katso pelaajan tietoja pelissä
|
||||
Command Help - /plan register || Rekisteröi Web Käyttäjä
|
||||
Command Help - /plan reload || Käynnistä Plan uudelleen
|
||||
Command Help - /plan search || Etsi pelaajan nimeä
|
||||
Command Help - /plan server || Katso Palvelimen sivua
|
||||
Command Help - /plan servers || Listaa tietokannassa olevat palvelimet
|
||||
Command Help - /plan web check || Tarkista Web Käyttäjän tiedot
|
||||
Command Help - /plan web delete || Poista Web Käyttäjä
|
||||
Command Help - /plan web level || Tietoa Web lupatasoista
|
||||
Command Help - /plan web list || Listaa Web Käyttäjät
|
||||
Command Help - /plan webuser || Halliste Web Käyttäjiä
|
||||
Command Help - /planbungee disable || Sammuta Plan toistaiseksi
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Muutetaan Tietokantaa: ${0}..
|
||||
Database - Patches Applied || Tietokannan muutokset suoritettu onnistuneesti.
|
||||
Database - Patches Applied Already || Kaikki tietokannan muutokset oli jo tehty.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Tallennetaan päättymättöm
|
||||
Disable - WebServer || Web palvelin on sammutettu.
|
||||
Enable || Player Analytics Käynnistetty.
|
||||
Enable - Database || ${0}-tietokanta yhteys luotu.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || IP server.properties tiedostossa on tyhjä & Alternative_IP ei ole käytössä. Linkit ovat virheellisiä!
|
||||
Enable - Notify Geolocations disabled || Sijaintien keräys ei ole päällä. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan Vaatii internetin ensimmäisellä käynnistyskerralla GeoLite2 tietokannan lataamiseen.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Verrataan 30 päivää sitten
|
||||
HTML - COMPARING_7_DAYS || Verrataan 7 päivää
|
||||
HTML - DATABASE_NOT_OPEN || Tietokanta ei ole auki, tarkista tietokannan status /plan info komennolla
|
||||
HTML - ERROR || Todennus epäonnistui virheen vuoksi
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Aktiivinen
|
||||
HTML - INDEX_INACTIVE || Inaktiivinen
|
||||
HTML - INDEX_IRREGULAR || Epäsäännöllinen
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Paikallinen laite
|
||||
HTML - NAV_PLUGINS || Lisäosat
|
||||
HTML - NEW_CALENDAR || Uudet:
|
||||
HTML - NO_KILLS || Ei Tappoja
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Ei Paikalla
|
||||
HTML - ONLINE || Paikalla
|
||||
HTML - PER_DAY || / Päivä
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Sivua ei ole olemassa.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Todennusta ei suoritettu loppuun.
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Varmista menneeesi komennon antamaan osoitteeseen, Esim:</p><p>/player/PelaajanNimi<br>/server/PalvelimenNimi</p>
|
||||
HTML ERRORS - UUID_404 || Pelaajan UUID:ta ei löytynyt tietokannasta.
|
||||
In Depth Help - /plan ? || > §2Pääkomento\ Käytä alikomentoja ja apua\ §2/plan §fListaa alikomennot\ §2/plan <alikomento> ? §fYksityiskohtainen apu
|
||||
In Depth Help - /plan analyze ? || > §2Analyysi Komento\ Päivittää palvelin sivun ja näyttää linkin sivustolle.
|
||||
In Depth Help - /plan inspect ? || > §2Tutkimus Komento\ Päivittää pelaajan sivun ja näyttää linkin sivustolle
|
||||
In Depth Help - /plan manage ? || > §2Hallinto Komento\ Hallitse Plan MySQL and SQLite tietokantoja.\ §2/plan m §fListaa alikomennot\ §2/plan m <alikomento> ? §fYksityiskohtainen apu
|
||||
In Depth Help - /plan manage backup ? || > §2Varmuuskopio Alikomento\ Luo uuden SQLite tietokannan (.db file) nykyisen tietokannan tiedoilla Plan plugins kansioon..
|
||||
In Depth Help - /plan manage clear ? || > §2Poisto Alikomento\ Poistaa kaiken aktiivisesta tietokannasta. Käytä varoen
|
||||
In Depth Help - /plan manage disable ? || > §2Sammutus Alikomento\ Sammuttaa osia pluginista.\ Hyväksytyt muuttujat:\ §2kickcount §fLopettaa potkujen laskun jos /kickall käytetään sammutus makrossa.
|
||||
In Depth Help - /plan manage export ? || > §2Viemis Alikomento\ Vie tuloksia tiedostoihin.\ Hyväksytyt muuttujat:\ §2list §fListaa muuttujat.\ §2players §fVie /players, /player pages + /player/raw json asetuksista riippuen.\ §2server_json §fVie /server sivun json asetuksista riippuen.
|
||||
In Depth Help - /plan manage import ? || > §2Tuonti Alikomento\ Tuo tietoa muualta.\ Hyväksytyt muuttujat:\ §2offline §fBukkitin pelaajatiedot, rekisteröitymispäivä ja nimi.
|
||||
In Depth Help - /plan manage move ? || > §2Siirto Alikomento\ Siirrä tietoa SQLite ja MySQL tietokantojen välillä.\ Kohde tietokanta tyhjennetään ennen siirtoa.
|
||||
In Depth Help - /plan manage raw ? || > §2Raakadata Komento\ Näyttää linkin JSON sivulle.\ Ei saatavilla jos web palvelin on poissa käytöstä.
|
||||
In Depth Help - /plan manage remove ? || > §2Poisto Alikomento\ Poistaa pelaajan tiedot aktiivisesta tietokannasta.
|
||||
In Depth Help - /plan manage restore ? || > §2Palautus Alikomento\ Palauta edellinen varmuuskopio SQLite tietokanta (.db tiedosto)\ Voit myös palauttaa database.db tiedoston toiselta palvelimelta MySQL-tietokantan.\ Kohde tietokanta tyhjennetään ennen siirtoa.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Uninstalled Server Subcommand\ Marks a server as uninstalled in the database.\ Can not mark the server the command is being used on as uninstalled.\ Will affect ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Verkosto Komento\ Näyttää linkin verkosto sivulle.\ Jos palvelin ei ole verkostossa, näyttää tämä sivu palvelimen sivun.
|
||||
In Depth Help - /plan players ? || > §2Pelaajat Komento\ Näyttää linkin pelaajan sivulle.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Näyttää tietoja pelaajasta pelin sisällä.
|
||||
In Depth Help - /plan reload ? || > §2Uudelleenlataus Komento\ Käynnistää Plan:in uudelleen.\ §bEi tue jar:in vaihtoa lennosta
|
||||
In Depth Help - /plan search ? || > §2Haku Komento\ Hae pelaajannimiä jollain hakusanalla.\§7 Esim: /plan search 123 - Etsii kaikki pelaajat joilla on 123 nimessään.
|
||||
In Depth Help - /plan servers ? || > §2Palvelimet Komento\ Näyttää tietokannassa olevat Plan palvelimet.\ Voidaan käyttää yhteys ongelmien tutkimiseen.
|
||||
In Depth Help - /plan web ? || < §2Web Käyttäjähallinto Komento.\ §2/plan web §fList alikomentos\ §2/plan web <alikomento> ? §fYksityiskohtainen apu
|
||||
In Depth Help - /plan web register ? || > §2Rekisteröinti Alikomento\ Rekisteröi uuden Web Käyttäjän.\ Toiselle pelaajalle käyttäjän rekisteröinti vaatii plan.webmanage permission.\ Salasanat salataan PBKDF2 (64,000 iterations of SHA1) algoritmilla.
|
||||
In Depth Help - /planbungee disable ? || > §2Sammutus Komento\ Sammuttaa PlanBungee:n.\ reload käynnistää Plan:in uudelleen.\ §bEi tue jar:in vaihtoa lennossa
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Tiedot ${0}:ssa ylikirjoitetaan!
|
||||
Manage - Confirm Removal || Tiedot ${0}:ssa poistetaan!
|
||||
Manage - Fail || > §cJokin meni vikaan: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cEi voi käyttää samaa
|
||||
Manage - Fail Same server || Ei voi merkitä tätä palvelinta poistetuksi (Olet siellä)
|
||||
Manage - Fail, Confirmation || > §cLisää '-a' vahvistaaksesi: ${0}
|
||||
Manage - List Importers || Tuojat:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eMuista vaihtaa tietokantaa (/plan m hotswap ${0}) & käynnistä Plan uudelleen.
|
||||
Manage - Start || > §2Prosessoidaan tietoa..
|
||||
Manage - Success || > §aOnnistui!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Uuden version tarkistus epäo
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || Web Palvelin: Ei Sertifikaattia -> Käytetään HTTP-Palvelinta.
|
||||
WebServer - Notify HTTP User Auth || Web Palvelin: Käyttäjien varmennus ei käytössä! (Ei turvallista HTTP-protokollalla)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || Web Palvelin: Sertifikaatti AvainKirjasto tiedostoa ei löytynyt: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || Web Palvelin ei käynnistynyt. Onko portti (${0}) käytössä?
|
||||
WebServer FAIL - SSL Context || Web Palvelin: SSL Kontekstin käynnistys ei onnistunut.
|
||||
WebServer FAIL - Store Load || Web Palvelin: SSL Sertifikaatin lataus ei onnistunut.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Cliquez ici
|
||||
Cmd - Link || Lien
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aLes systèmes de Plan sont maintenant désactivés. Vous pouvez toujours exécuter la commande 'reload' pour les redémarrer.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cLa base de données est : ${0} - Merci de réessayer plus tard.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cCet utilisateur ne possède pas d'UUID.
|
||||
Cmd FAIL - No Feature || §eDéfinir une fonctionnalité à désactiver ! (supporte actuellement ${0})
|
||||
Cmd FAIL - No Permission || §cVous ne possédez pas la permission requise.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cUn argument est requis ${1}
|
||||
Cmd FAIL - Requires Arguments || §cDes arguments sont requis (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cCet utilisateur ne s'est jamais connecté sur ce serveur.
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cCet utilisateur n'existe pas !
|
||||
Cmd FAIL - WebUser exists || §cCet utilisateur existe déjà !
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Résultats de l'analyse
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Analyse du joueur
|
||||
Cmd Header - Inspect || > §2Joueur : §f${0}
|
||||
Cmd Header - Network || > §2Page du réseau
|
||||
Cmd Header - Players || > §2Joueurs
|
||||
Cmd Header - Search || > §2${0} Résultats pour §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Serveurs
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Utilisateurs Web
|
||||
Cmd Info - Bungee Connection || §2Connecté à Bungee : §f${0}
|
||||
Cmd Info - Database || §2Base de données actuelle : §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aRechargement terminé.
|
||||
Cmd Info - Reload Failed || §cUne erreur s'est produite lors du rechargement du plugin, un redémarrage total est recommandé.
|
||||
Cmd Info - Update || §2Mise à jour disponible : §f${0}
|
||||
Cmd Info - Version || §2Version : §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Vous n'avez peut-être pas d'utilisateur Web, essayez d'exécuter '/plan register <mot de passe>' afin d'y remédier.
|
||||
Cmd Notify - WebUser register || Nouvel utilisateur enregistré : '${0}' Niveau de permission : ${1}.
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Indice d'activité : §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Morts : §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Connecté depuis : §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Vu pour la dernière fois : §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Incrit depuis : §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Nombre d'éjections : §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aFontionnalité '${0}' temporairement désactivée jusqu'au prochain rechargement du plugin.
|
||||
Cmd SUCCESS - WebUser register || §aAjout d'un nouvel utilisateur (${0}) avec succès !
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eLa base de données est : ${0} - Cela pourrait prendre plus de temps que prévu...
|
||||
Cmd Web - Permission Levels || >\§70: Accéder à toutes les pages.\§71: Accéder au '/players' et à toutes les pages des joueurs.\§72: Accéder à la page du joueur avec le même nom d'utilisateur que l'utilisateur Web.\§73+: Pas de permission.
|
||||
Command Help - /plan server || Voir la page du serveur.
|
||||
Command Help - /plan dev || Commande du mode de développement.
|
||||
Command Help - /plan help || Visualiser la liste des commandes.
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Changer rapidement de base de données.
|
||||
Command Help - /plan db move || Déplacer des données entre des bases de données.
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Visualiser la page d'un joueur.
|
||||
Command Help - /plan manage || Gérer la base de données de Plan.
|
||||
Command Help - /plan manage backup || Sauvegarder une base de données.
|
||||
Command Help - /plan manage clear || Effacer une base de données.
|
||||
Command Help - /plan manage disable || Désactiver temporairement une fonctionnalité.
|
||||
Command Help - /plan manage export || Déclencher l'exportation manuelle.
|
||||
Command Help - /plan db hotswap || Changer rapidement de base de données.
|
||||
Command Help - /plan manage import || Importer des données externes.
|
||||
Command Help - /plan db move || Déplacer des données entre des bases de données.
|
||||
Command Help - /plan manage raw || Visualiser le JSON brut des données du joueur.
|
||||
Command Help - /plan manage remove || Supprimer les données d'un joueur.
|
||||
Command Help - /plan manage restore || Restaurer une sauvegarde précédente.
|
||||
Command Help - /plan manage uninstalled || Mark a server as uninstalled in the database.
|
||||
Command Help - /plan ingame || Visualiser les informations d'un joueur (en jeu).
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Visualiser la page du réseau.
|
||||
Command Help - /plan player || Visualiser la page d'un joueur.
|
||||
Command Help - /plan players || Visualiser la page des joueurs.
|
||||
Command Help - /plan ingame || Visualiser les informations d'un joueur (en jeu).
|
||||
Command Help - /plan register || Enregistrer un utilisateur Web.
|
||||
Command Help - /plan reload || Recharger Plan.
|
||||
Command Help - /plan search || Rechercher un joueur.
|
||||
Command Help - /plan server || Voir la page du serveur.
|
||||
Command Help - /plan servers || Obtenir la liste des serveurs dans la base de données.
|
||||
Command Help - /plan web check || Inspecter un utilisateur Web.
|
||||
Command Help - /plan web delete || Supprimer un utilisateur Web.
|
||||
Command Help - /plan web level || Visualiser les informations sur les niveaux de permission.
|
||||
Command Help - /plan web list || Liste des utilisateurs Web.
|
||||
Command Help - /plan webuser || Gérer les utilisateurs Web.
|
||||
Command Help - /planbungee disable || Désactiver temporairement Plan.
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Application de correctifs : ${0}...
|
||||
Database - Patches Applied || Tous les correctifs pour la base de données ont été appliqués avec succès.
|
||||
Database - Patches Applied Already || Tous les correctifs pour la base de données ont déjà été appliqués.
|
||||
@ -99,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparaison des 60 derniers j
|
||||
HTML - COMPARING_7_DAYS || Comparaison des 7 derniers jours
|
||||
HTML - DATABASE_NOT_OPEN || La base de données n'est pas ouverte, vérifiez son état avec la commande /plan info
|
||||
HTML - ERROR || Authentification échouée à cause d'une erreur
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Actif
|
||||
HTML - INDEX_INACTIVE || Inactif
|
||||
HTML - INDEX_IRREGULAR || Irrégulier
|
||||
@ -185,6 +244,7 @@ HTML - LOCAL_MACHINE || Machine locale
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Nouveau :
|
||||
HTML - NO_KILLS || Pas de Kills
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Hors-ligne
|
||||
HTML - ONLINE || En ligne
|
||||
HTML - PER_DAY || / Jour
|
||||
@ -301,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Cette page n'existe pas.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Non autorisé.
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Assurez-vous que vous accédez à un lien donné par une commande. Exemples :</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || L'UUID de cet utilisateur n'a pas été trouvé dans la base de données.
|
||||
In Depth Help - /plan ? || > §2Commande principale\ Accès aux sous-commandes et à l'aide\ §2/plan §fListe des sous-commandes\ §2/plan <sous-commande> ? §fAide profonde
|
||||
In Depth Help - /plan analyze ? || > §2Commande d'analyse\ Actualise la page du serveur et affiche un lien vers la page Web.
|
||||
In Depth Help - /plan inspect ? || > §2Commande d'inspection\ Actualise la page du joueur et affiche un lien vers la page Web.
|
||||
In Depth Help - /plan manage ? || > §2Commande de gestion\ Gestion des bases de données MySQL et SQLite de Plan.\ §2/plan m §fListe des sous-commandes\ §2/plan m <subcommand> ? §fAide en profondeur
|
||||
In Depth Help - /plan manage backup ? || > §2Sous-commande de sauvegarde\ Crée une nouvelle base de données SQLite (fichier .db) avec le contenu de la base de données actuellement active dans la configuration de Plan.
|
||||
In Depth Help - /plan manage clear ? || > §2Sous-commande d'effacement\ Supprime l'intégralité de la base de données active. À utiliser avec précaution.
|
||||
In Depth Help - /plan manage disable ? || > §2Sous-commande de désactivation\ Peut désactivert des parties du plugin jusqu'au prochain redémarrage.\ Arguments acceptés :\ §2kickcounts §fDésactive le comptage d'éjections au cas où /kickall est utilisé sur la commande d'arrêt.
|
||||
In Depth Help - /plan manage export ? || > §2Sous-commande d'exportation\ Déclenche l'exportation vers les dossiers de résultats.\ Arguements acceptés :\ §2list §fListe des arguments possibles.\ §2players §fExporte /players, /player pages + /player/raw JSON en fonction des valeurs de la configuration.\ §2server_json §fExporte /server/raw JSON si activé dans la configuration.
|
||||
In Depth Help - /plan manage import ? || > §2Sous-commande d'importation\ Importe des données depuis d'autres sources.\ Arguments acceptés :\ §2offline §fDonnées du joueur Bukkit, uniquement la date d'enregistrement et le nom.
|
||||
In Depth Help - /plan manage move ? || > §2Sous-commande de déplacement\ Déplace les données de SQLite vers MySQL ou autre.\ La base de données cible est effacée avant le transfert.
|
||||
In Depth Help - /plan manage raw ? || > §2Sous-commande des données brutes\ Affiche le lien vers la page de données JSON brutes.\ Indisponible si le serveur Web de Plan n'est pas activé.
|
||||
In Depth Help - /plan manage remove ? || > §2Sous-commande de suppression\ Supprime les données d'un joueur de la base de données active.
|
||||
In Depth Help - /plan manage restore ? || > §2Sous-commande de restauration\ Restaure une sauvegarde de base de données SQLite précédente (fichier .db)\ Vous pouvez également restaurer le fichier database.db d'un autre serveur vers MySQL.\ La base de données cible est effacée avant le transfert.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Sous-commande de serveur désinstallé\ Marque un serveur comme désinstallé dans la base de données.\ Impossible de marquer le serveur sur lequel la commande est utilisée comme désinstallé.\ Influencera le ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Sous-commande du réseau\ Affiche le lien vers la page du réseau.\ S'il ne s'agit pas d'un réseau, elle affiche la page du serveur.
|
||||
In Depth Help - /plan players ? || > §2Commande des joueurs\ Affiche un lien vers la page des joueurs.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Affiche des informations sur un joueur en jeu.
|
||||
In Depth Help - /plan reload ? || > §2Commande de rechargement\ Redémarre le plugin en utilisant onDisable et onEnable.\ §bNe supporte pas l'échange de .jar à la volée (sans redémarrage complet)
|
||||
In Depth Help - /plan search ? || > §2Commande de recherches\ Obtient une liste des joueurs correspondant à l'argument donné.\§7 Exemple: /plan search 123 - Recherche tous les utilisateurs dont le nom comporte '123'.
|
||||
In Depth Help - /plan servers ? || > §2Commande des serveurs\ Affiche la liste des serveurs de Plan présents dans la base de données.\ Peut être utilisé pour résoudre les problèmes d'enregistrement de base de données sur un réseau.
|
||||
In Depth Help - /plan web ? || < §2Commande de la gestion d'utilisateurs Web\ §2/plan web §fListe des sous-commandes\ §2/plan web <subcommand> ? §fAide en profondeure
|
||||
In Depth Help - /plan web register ? || > §2Commande d'enregistrement\ Enregistre un nouvel utilisateur Web.\ L'enregistrement d'un utilisateur pour un autre joueur nécessite l'autorisation 'plan.webmanage'.\ Les mots de passe sont hachés avec PBKDF2 (64000 itérations de SHA1) en utilisant 'un sel cryptographiquement aléatoire'.
|
||||
In Depth Help - /planbungee disable ? || > §2Commande de désactivation\ Lance onDisable pour PlanBungee.\ Le plugin peut être activé par la suite en exécutant la commande reload.\ §bNe supporte pas l'échange de .jar à la volée (sans redémarrage complet)
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Les données ${0} seront écrasées !
|
||||
Manage - Confirm Removal || Les données ${0} seront supprimées !
|
||||
Manage - Fail || > §cUne erreur est survenue : ${0}.
|
||||
@ -336,6 +397,7 @@ Manage - Fail Same Database || > §cNe peut pas opérer sur
|
||||
Manage - Fail Same server || Impossible de marquer ce serveur comme désinstallé (vous y êtes).
|
||||
Manage - Fail, Confirmation || > §cAjoutez l'argmenter '-a' afin de confirmer l'éxécution : ${0}
|
||||
Manage - List Importers || Importateurs :
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eN'oubliez pas de passer à la nouvelle base de données (/plan m hotswap ${0}) & de recharger Plan.
|
||||
Manage - Start || > §2Traitement des données...
|
||||
Manage - Success || > §aSuccès !
|
||||
@ -354,8 +416,11 @@ Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || Serveur Web : Aucun certificat -> Utilisation du serveur HTTP pour la visualisation.
|
||||
WebServer - Notify HTTP User Auth || Serveur Web : Authentification utilisateur désactivée ! (Non sécurisée avec HTTP)
|
||||
WebServer - Notify HTTPS User Auth || Serveur Web : Authentification d'utilisateur désactivée ! (dans la configuration)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || Serveur Web : Fichier KeyStore du certificat introuvable : ${0}
|
||||
WebServer - Notify Using Proxy || Serveur Web : le Proxy-mode HTTPS est activé, assurez-vous que votre proxy inversé est routé en utilisant HTTPS et Plan Alternative_IP.Link.
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || Le Serveur Web n'a pas été initialisé avec succès. Le port (${0}) est-il actuellement utilisé ?
|
||||
WebServer FAIL - SSL Context || Serveur Web : Échec d'initialisation du contexte SSL.
|
||||
WebServer FAIL - Store Load || Serveur Web : Échec du chargement du certificat SSL.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Cliccami
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan è stato disabilitato. Puoi usare reload per riavviare il plugin.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatabase è ${0} - Riprova più tardi.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cQuesto Utente non ha un UUID.
|
||||
Cmd FAIL - No Feature || §eDefinisci una feature da disabilitate! (Feature Supportate ${0})
|
||||
Cmd FAIL - No Permission || §cNon hai nessun permesso.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cArgomento singolo richiesto ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArgomenti richiesti (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cGiocatore mai visto su questo server
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cGiocatore non esistente!
|
||||
Cmd FAIL - WebUser exists || §cGiocatore già esistente!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Risultati Analisi
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Analisi Giocatore
|
||||
Cmd Header - Inspect || > §2Nome: §f${0}
|
||||
Cmd Header - Network || > §2Pagina Network
|
||||
Cmd Header - Players || > §2Giocatori
|
||||
Cmd Header - Search || > §2${0} Risultati per §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Servers
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Utenti Web
|
||||
Cmd Info - Bungee Connection || §2Connesso al Proxy: §f${0}
|
||||
Cmd Info - Database || §2Database corrente: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aRicaricamento completato
|
||||
Cmd Info - Reload Failed || §cErrore durante il reload del plugin, un riavvio è raccomandato.
|
||||
Cmd Info - Update || §2Aggiornamento Disponibile: §f${0}
|
||||
Cmd Info - Version || §2Versione: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Nessun utente web registrato, usa /plan register <password>
|
||||
Cmd Notify - WebUser register || Nuovi utenti web registrati: '${0}' Livello permessi: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Indice Attività: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Morti: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Loggato da: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Ultima visita: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registrato: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Espulso: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aDisabilitato temporaneamente '${0}' fino al prossimo reload del plugin.
|
||||
Cmd SUCCESS - WebUser register || §aAggiunto il nuovo utente (${0})!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatabase è ${0} - Potrebbe volerci un pò di più tempo..
|
||||
Cmd Web - Permission Levels || >\§70: Accesso a tutte le pagine\§71: Accesso '/players' e tutti i dati dei giocatori\§72: Accedi alle pagine dei giocatori con lo stesso username dell'Utente Web.\§73+: Nessun permesso
|
||||
Command Help - /plan server || Mostra la pagina del server
|
||||
Command Help - /plan dev || Commando Modalità Sviluppo
|
||||
Command Help - /plan help || Mostra i commandi disponibili
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Cambia il database rapidamente
|
||||
Command Help - /plan db move || Sposta i dati tra i database
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Mostra la pagina di un giocatore
|
||||
Command Help - /plan manage || Gestisci il database di Plan
|
||||
Command Help - /plan manage backup || Backup del Database
|
||||
Command Help - /plan manage clear || Pulisci il Database
|
||||
Command Help - /plan manage disable || Disabilita una feature temporaneamente
|
||||
Command Help - /plan manage export || Attiva l'esportazione manualmente
|
||||
Command Help - /plan db hotswap || Cambia il database rapidamente
|
||||
Command Help - /plan manage import || Importa i dati da un'altra parte
|
||||
Command Help - /plan db move || Sposta i dati tra i database
|
||||
Command Help - /plan manage raw || Mostra il raw JSON dei dati di un giocatore
|
||||
Command Help - /plan manage remove || Rimuove i dati del giocatore
|
||||
Command Help - /plan manage restore || Ripristina un backup
|
||||
Command Help - /plan manage uninstalled || Segna il server come rimosso dal database.
|
||||
Command Help - /plan ingame || Mostra info dei giocatori in gioco
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Mostra la pagina del network
|
||||
Command Help - /plan player || Mostra la pagina di un giocatore
|
||||
Command Help - /plan players || Mostra la pagina dei giocatori
|
||||
Command Help - /plan ingame || Mostra info dei giocatori in gioco
|
||||
Command Help - /plan register || Registra un nuovo utente web
|
||||
Command Help - /plan reload || Ricarica Plan
|
||||
Command Help - /plan search || Cerca il nome di un giocatore
|
||||
Command Help - /plan server || Mostra la pagina del server
|
||||
Command Help - /plan servers || Elenca i server nel Database
|
||||
Command Help - /plan web check || Ispeziona un Utente Web
|
||||
Command Help - /plan web delete || Rimuovi un Utente Web
|
||||
Command Help - /plan web level || Informazioni sui livelli dei permessi
|
||||
Command Help - /plan web list || Elenco Utenti Web
|
||||
Command Help - /plan webuser || Gestisci Utenti Web
|
||||
Command Help - /planbungee disable || Disabilita il plugin temporaneamente
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Applicando Patch: ${0}..
|
||||
Database - Patches Applied || Tutte le patch sono satte applicate al database.
|
||||
Database - Patches Applied Already || Tutte le patch sono già state applicate.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Salvataggio di sessioni incom
|
||||
Disable - WebServer || Il Webserver è stato disabilitato.
|
||||
Enable || Analisi Giocatori Abilitata.
|
||||
Enable - Database || ${0}-Connessione al database stabilita.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || L'IP in server.properties è vuoto e Alternative_IP non è in uso. Correggi queste informazioni!
|
||||
Enable - Notify Geolocations disabled || Geolocalizazione non attiva. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan Richiede l'accesso a Internet al primo avvio per scaricare il database di geolocalizzazione GeoLite2.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparazione di 30g fa a Ora
|
||||
HTML - COMPARING_7_DAYS || Comparazione di 7 giorni
|
||||
HTML - DATABASE_NOT_OPEN || Database non trovato, controlla il database con /plan info
|
||||
HTML - ERROR || Autenticazione fallita a causa di un errore
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Attivo
|
||||
HTML - INDEX_INACTIVE || Inattivo
|
||||
HTML - INDEX_IRREGULAR || Irregolare
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Macchina Locale
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Nuovo:
|
||||
HTML - NO_KILLS || Nessuna Uccisione
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Offline
|
||||
HTML - ONLINE || Online
|
||||
HTML - PER_DAY || / Giorno
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Questa pagina non esiste.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Non Autorizzato
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Assicurati che stai seguendo il link usando il commando, Esempi:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || UUID del Giocatore non trovato nel database.
|
||||
In Depth Help - /plan ? || > §2Comando Principale\ Accendi ai sottocomandi e aiuto\ §2/plan §fElenco sottocommandi e\ §2/plan <subcommand> ? §fAiuto approfondito
|
||||
In Depth Help - /plan analyze ? || > §2Comando Analisi\ Aggiorna la pagina del server e visualizza il collegamento alla pagina Web.
|
||||
In Depth Help - /plan inspect ? || > §2Comando Ispeziona\ Aggiorna la pagina del giocatore e visualizza il collegamento alla pagina Web.
|
||||
In Depth Help - /plan manage ? || > §2Comando gestione\ Gestisci database MySQL e SQLite di Plan.\ §2/plan m §fElenco dei sottocomandi\ §2/plan m <subcommand> ? §fAiuto approfondito
|
||||
In Depth Help - /plan manage backup ? || > §2Sottocomando Backup\ Crea un nuovo database SQLite (file .db) con i contenuti del database attualmente attivo nella cartella del plugin Plan.
|
||||
In Depth Help - /plan manage clear ? || > §2Sottocomando Clear\ Removes everything in the active database. Use with caution.
|
||||
In Depth Help - /plan manage disable ? || > §2Sottocomando Disable\ Può disabilitare parti del plugin fino al prossimo ricaricamento.\ Argomenti accettati:\ §2kickcount §fDisabilita il conteggio espulsioni /kickall viene utilizzato sulla macro di arresto.
|
||||
In Depth Help - /plan manage export ? || > §2Sottocomando Export\ Attiva l'esportazione nelle cartelle dei risultati.\ Argomenti Accettati:\ §2list §fLista degli argomenti disponibili.\ §2players §fEsporta /players, /player pages + /player/raw json in base ai valori nel config.\ §2server_json §fExport /server/raw JSON se abilitato nel config.
|
||||
In Depth Help - /plan manage import ? || > §2Sottocomando Import\ Importa dati da altre fonti.\ Argomenti Accettati:\ §2offline §fDati giocatore Bukkit, solo data e nome del registro.
|
||||
In Depth Help - /plan manage move ? || > §2Sottocomando Move\ Sposta i dati da SQLite a MySQL o viceversa.\ Il database di destinazione viene cancellato prima del trasferimento.
|
||||
In Depth Help - /plan manage raw ? || > §2Sottocomando Raw Data\ Visualizza il collegamento alla pagina di dati JSON non elaborata.\ Non disponibile se Plan webserver non è abilitato.
|
||||
In Depth Help - /plan manage remove ? || > §2Sottocomando Remove\ Rimuovi i dati del giocatore dal database attivo.
|
||||
In Depth Help - /plan manage restore ? || > §2Sottocomando Restore\ Ripristina un database SQLite di backup precedente (file .db)\ È inoltre possibile ripristinare database.db da un altro server su MySQL.\ Il database di destinazione viene cancellato prima del trasferimento.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Sottocomando server Uninstalled\ Contrassegna un server come disinstallato nel database. \ Impossibile contrassegnare il server su cui il comando viene utilizzato come disinstallato. \ Interesserà a ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Comando Network\ Visualizza il collegamento alla pagina di rete. \ Se non su una rete, questa pagina visualizza la pagina del server.
|
||||
In Depth Help - /plan players ? || > §2Comando Players\ Visualizza il collegamento alla pagina dei giocatori.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Visualizza alcune informazioni sul giocatore in gioco.
|
||||
In Depth Help - /plan reload ? || > §2Comando Reload\ Riavvia il plug-in usando onDisable e onEnable. \ §bNon supporta lo scambio di jar al volo
|
||||
In Depth Help - /plan search ? || > §2SComando Search\ Ottieni un elenco di nomi dei giocatori che corrispondono all'argomento dato. \ §7 Esempio: / plan search 123 - Trova tutti gli utenti con 123 nel loro nome.
|
||||
In Depth Help - /plan servers ? || > §2Comando Servers\ Visualizza l'elenco dei server Plan nel database. \ Può essere utilizzato per eseguire il debug di problemi con la registrazione del database su una rete.
|
||||
In Depth Help - /plan web ? || < §2Comando Web\ §2/plan web §fElenco sottocomandi\ §2/plan web <subcommand> ? §fAiuto Approfondito
|
||||
In Depth Help - /plan web register ? || > §2Sottocomando Register\ Registra un nuovo utente Web. \ La registrazione di un utente per un altro giocatore richiede l'autorizzazione plan.webmanage. \ Le password sono codificate con PBKDF2 (64.000 iterazioni di SHA1) usando un salt crittografico casuale.
|
||||
In Depth Help - /planbungee disable ? || > §2Comando Disable\ Esegue Plan onDisable su Proxy. \ Il plugin può essere abilitato successivamente con / planbungee reload \ §B Non supporta lo scambio di jar al volo
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Dati in ${0} saranno sovrascritti!
|
||||
Manage - Confirm Removal || Dati in ${0} saranno rimossi!
|
||||
Manage - Fail || > §cErrore: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cImpossibile operare da e
|
||||
Manage - Fail Same server || Impossibile rimuovere questo server (Sei dentro a questo server)
|
||||
Manage - Fail, Confirmation || > §cAggiungi l'argomento '-a' per confermare l'esecuzione: ${0}
|
||||
Manage - List Importers || Importatori:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eRircorda di cambiare il nuovo database (/plan m hotswap ${0}) e ricaricare il plugin.
|
||||
Manage - Start || > §2Processando i dati..
|
||||
Manage - Success || > §aCompletato!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Informazioni sulla vesione no
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || WebServer: Nessun Certificato -> Uso ora server HTTP per la Visualizazione.
|
||||
WebServer - Notify HTTP User Auth || WebServer: Autorizzazione Utente Disabilitato! (Non sicuro su HTTP)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || WebServer: Chiave del Certfiicato non trovato: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || WebServer non avviato. La porta (${0}) è già occupata?
|
||||
WebServer FAIL - SSL Context || WebServer: Inilizazione Contenuto SSL Fallito.
|
||||
WebServer FAIL - Store Load || WebServer: Caricamento Certificato SSL Fallito.
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || ここをクリック
|
||||
Cmd - Link || リンク
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §a「Plan」は無効になりました。「reload」コマンドを使ってプラグインを再起動できます
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cデータベースは${0}です - しばらくしてからもう一度お試し下さい
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cこのユーザーはUUIDを所持していません
|
||||
Cmd FAIL - No Feature || §eこの機能は現在使用されていません! (現在、「${0}」をサポートしています)
|
||||
Cmd FAIL - No Permission || §cあなたには実行する権限がありません
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §c一つの引数「${1}」が必要です
|
||||
Cmd FAIL - Requires Arguments || §c引数「(${0}) ${1}」が必要です
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §c入力されたユーザーはBukkit/Spigotサーバー上にいません
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §c入力されたユーザーは存在しません!
|
||||
Cmd FAIL - WebUser exists || §c入力されたユーザー名は既に使われています!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2分析結果
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2プレイヤーの分析結果
|
||||
Cmd Header - Inspect || > §2プレイヤー: §f${0}
|
||||
Cmd Header - Network || > §2ネットワークページ
|
||||
Cmd Header - Players || > §2プレイヤー
|
||||
Cmd Header - Search || > §2${0} §f${1}§2 の結果:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2サーバー
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} ウェブユーザー
|
||||
Cmd Info - Bungee Connection || §2BungeeCordに接続済み: §f${0}
|
||||
Cmd Info - Database || §2現在のデータベース: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aリロードが完了し
|
||||
Cmd Info - Reload Failed || §cプラグインのリロード中に何らかの問題が発生しました、Bukkit/SpigotサーバーかBungeeCordの再起動をお勧めします
|
||||
Cmd Info - Update || §2利用可能なアップデート: §f${0}
|
||||
Cmd Info - Version || §2バージョン: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || ウェブユーザーの情報がない可能性があります、「/plan register <password>」を使用してユーザーを登録して下さい
|
||||
Cmd Notify - WebUser register || 登録が完了しました: '${0}' 権限レベル: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2活動指数: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2死亡回数: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2接続地域: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2最終ログイン日: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2登録日: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2キックされた回数: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §a次にプラグインがリロードされるまで一時的に「${0}」を無効にしました。
|
||||
Cmd SUCCESS - WebUser register || §a新規ユーザー「(${0})」の登録に成功しました!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eデータベースは${0}です - 予想以上に時間がかかるかもしれません
|
||||
Cmd Web - Permission Levels || >\§70: 全てのページにアクセスできます\§71:「/players」と全てのプレイヤーページにアクセスできます\§72: ウェブユーザーと同じユーザー名でプレイヤーページにアクセスできます\§73+:権限を保持していません
|
||||
Command Help - /plan server || サーバーページのURLを表示します
|
||||
Command Help - /plan dev || 開発モードコマンド
|
||||
Command Help - /plan help || コマンドリストを表示します
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || データベースを高速で変更します
|
||||
Command Help - /plan db move || データベース間でデータを移動します
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || 「プレイヤー」のURLを表示します
|
||||
Command Help - /plan manage || 「Plan」のデータベースを管理します
|
||||
Command Help - /plan manage backup || データベースをバックアップします
|
||||
Command Help - /plan manage clear || データベースを消去します
|
||||
Command Help - /plan manage disable || 機能を一時的に無効にします
|
||||
Command Help - /plan manage export || 手動でデータのエクスポートを行います
|
||||
Command Help - /plan db hotswap || データベースを高速で変更します
|
||||
Command Help - /plan manage import || 他の場所からデータをインポートします
|
||||
Command Help - /plan db move || データベース間でデータを移動します
|
||||
Command Help - /plan manage raw || プレイヤーデータのJSONファイルを直接表示ます
|
||||
Command Help - /plan manage remove || プレイヤーのデータを削除します
|
||||
Command Help - /plan manage restore || 以前のバックアップから復元します
|
||||
Command Help - /plan manage uninstalled || 指定されたサーバーをデータベースからアンインストールします
|
||||
Command Help - /plan ingame || プレイヤー情報をゲーム内で表示します
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || 「ネットワーク」のページのURLを表示します
|
||||
Command Help - /plan player || 「プレイヤー」のURLを表示します
|
||||
Command Help - /plan players || 「プレイヤー」のページのURLを表示します
|
||||
Command Help - /plan ingame || プレイヤー情報をゲーム内で表示します
|
||||
Command Help - /plan register || ウェブユーザーを登録します
|
||||
Command Help - /plan reload || 「Plan」を再起動します
|
||||
Command Help - /plan search || プレイヤー名を検索します
|
||||
Command Help - /plan server || サーバーページのURLを表示します
|
||||
Command Help - /plan servers || データベース内のBukkit/Spigotサーバー一覧を表示します
|
||||
Command Help - /plan web check || ウェブユーザーの点検を行います
|
||||
Command Help - /plan web delete || ウェブユーザーの削除を行います
|
||||
Command Help - /plan web level || 権限レベルに関する情報を表示します
|
||||
Command Help - /plan web list || ウェブユーザーの一覧を表示します
|
||||
Command Help - /plan webuser || ウェブユーザーを管理します
|
||||
Command Help - /planbungee disable || プラグインを一時的に無効にします
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || 次のパッチを適用しています: ${0}..
|
||||
Database - Patches Applied || データベースに全てのパッチが正常に適用されました
|
||||
Database - Patches Applied Already || データベースに全てのパッチが適用済みです
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || 未保存のセッション
|
||||
Disable - WebServer || ウェブサーバーが無効になりました
|
||||
Enable || プレイヤー分析が有効になりました
|
||||
Enable - Database || ${0}のデータベースの接続が確立しました
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || server.propertiesの設定で、IPの項目が設定されておらずAlternative IPが使用されていません。そのため誤ったリンクが表示されます!
|
||||
Enable - Notify Geolocations disabled || 位置情報サービスが有効ではありません。 (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || 「Plan」は初回起動時、「GeoLite2」の位置情報データベースをダウンロードするためインターネットアクセスが必要です
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || 30日前との比較
|
||||
HTML - COMPARING_7_DAYS || 直近1週間との比較
|
||||
HTML - DATABASE_NOT_OPEN || データベースを開くことができませんでした。「/plan info」コマンドを実行して状況を確認して下さい
|
||||
HTML - ERROR || エラーが発生したため認証に失敗しました
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || よくログインしている
|
||||
HTML - INDEX_INACTIVE || 休止中
|
||||
HTML - INDEX_IRREGULAR || たまにログインしている
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || ローカルマシン
|
||||
HTML - NAV_PLUGINS || プラグイン
|
||||
HTML - NEW_CALENDAR || New:
|
||||
HTML - NO_KILLS || プレイヤーキルなし
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || オフライン
|
||||
HTML - ONLINE || オンライン
|
||||
HTML - PER_DAY || /日
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || ページは存在しませ
|
||||
HTML ERRORS - UNAUTHORIZED_401 || 未認証状態です
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || リンクが間違っています、コマンドを使用してURLを確認して下さい。 URL例:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || データベース内にプレヤーのUUIDが存在しません
|
||||
In Depth Help - /plan ? || > §2主要なコマンド\ 補助コマンドの表示とヘルプ\ §2/plan §f補助コマンドの一覧を表示します\ §2/plan <subcommand> ? §f詳細なヘルプを表示します
|
||||
In Depth Help - /plan analyze ? || > §2分析コマンド\ サーバーページを更新して、ウェブページへのリンクを表示します
|
||||
In Depth Help - /plan inspect ? || > §2検査コマンド\ プレイヤーページを更新して、ウェブページへのリンクを表示します
|
||||
In Depth Help - /plan manage ? || > §2管理コマンド\ MySQLまたはSQLiteの「Plan」のデータベースを管理します\ §2/plan m §f補助コマンドの一覧を表示します\ §2/plan m <subcommand> ? §f詳細なヘルプを表示します
|
||||
In Depth Help - /plan manage backup ? || > §2バックアップコマンド\ 現在アクティブになっているデータベースの内容を含むSQLiteの新しいデータベースを「Plan」のプラグインフォルダ内に作成します(拡張子は「.db」です)
|
||||
In Depth Help - /plan manage clear ? || > §2クリア補助コマンド\ アクティブになっているデータベースの全てを削除します。使用には注意が必要です
|
||||
In Depth Help - /plan manage disable ? || > §2Disable Subcommand\ Can disable parts of the plugin until next reload.\ Accepted arguments:\ §2kickcount §fDisables kick counts in case /kickall is used on shutdown macro.
|
||||
In Depth Help - /plan manage export ? || > §2エクスポート補助コマンド\ 分析結果を特定のフォルダーへのエクスポートを有効化します\ 使用できる引数:\ §2list §fList possible arguments.\ §2players §fExport /players, /player pages + /player/raw json depending on config values.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || > §2インポート補助コマンド\ 別のソースからデータをインポートします\ 使用できる引数:\ §2オフライン §fBukkitのプレイヤーデータ、登録日と名前のみを登録できます
|
||||
In Depth Help - /plan manage move ? || > §2移動補助コマンド\ SQLiteからMySQLもしくは他の形式にデータを移行させます\ ターゲットとなるデータベースは移行前に空である必要があります
|
||||
In Depth Help - /plan manage raw ? || > §2生のデータ補助コマンド\ 生のJSONデータページへのリンクを表示します\ 「Plan」の内部ウェブサーバーが有効になっていない場合は利用できません
|
||||
In Depth Help - /plan manage remove ? || > §2削除補助コマンド\ プレイヤーのデータをアクティブになっているデータベースから削除します
|
||||
In Depth Help - /plan manage restore ? || > §2復元補助コマンド\ データベースを以前にバックアップしたSQLiteデータベース(拡張子が「.db」のファイル)に復元します\ 他のサーバーの拡張子が「.db」のデータベースをMySQLに復元することもできます\ ターゲットとなるデータベースは移行前に空である必要があります
|
||||
In Depth Help - /plan manage uninstalled ? || > §2サーバーアンインストール補助コマンド\ 指定されたサーバーをデータベースからアンインストールします\ コマンドが実行されているサーバーをアンインストールするサーバーとしてマークすることはできません\ サーバーの接続システムに影響します
|
||||
In Depth Help - /plan network ? || > §2ネットワークコマンド\ 「ネットワーク」のページのURLを表示します\ BungeeCordのネットワーク上にない場合は、このページにサーバーページが表示されます。
|
||||
In Depth Help - /plan players ? || > §2プレイヤーコマンド\ 「プレイヤー」のページのURLを表示します
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || ゲーム内にいるプレイヤーに関する情報を表示します。
|
||||
In Depth Help - /plan reload ? || > §2リロードコマンド\ 「onDisable」と「onEnable」を使ってプラグインを再起動します。\ §bその状態で「Swapping jar」は対応していません
|
||||
In Depth Help - /plan search ? || > §2検索コマンド\ 与えられた引数に一致するプレイヤー名のリストを取得します\§7 例: /plan search 123 - 名前に「123」を含むすべてのユーザーを検索します
|
||||
In Depth Help - /plan servers ? || > §2サーバーコマンド\ データベース内の「Plan」サーバーのリストを表示します\ BungeeCordネットワークのデータベースにサーバーを登録する際の問題をデバッグするために使用できます
|
||||
In Depth Help - /plan web ? || < §2ウェブユーザー管理コマンド\ §2/plan web §f補助コマンドの一覧を表示します\ §2/plan web <subcommand> ? §f詳細なヘルプを表示します
|
||||
In Depth Help - /plan web register ? || > §2登録コマンド\ 新しいウェブユーザーを登録します。\ プレイヤーが他のプレイヤーをユーザー登録するには「plan.webmanage」権限が必要です\ パスワードはPBKDF2(64,000回のSHA1の繰り返し)でソルト(暗号論)をかけてハッシュされます。
|
||||
In Depth Help - /planbungee disable ? || > §2無効化コマンド\ BungeeCordの「Plan」で「onDisable」を実行します\ あとで「reload」を使ってプラグインを有効にすることができます\ §bその状態で「Swapping jar」は対応していません
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || ${0}のデータは上書きされます!
|
||||
Manage - Confirm Removal || ${0}のデータは削除されます!
|
||||
Manage - Fail || > §c何かがうまくいきませんでした: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §c同じデータベース
|
||||
Manage - Fail Same server || このサーバーをアンインストールするサーバーとして指定することはできません(あなたがこのサーバーにログインしているため)
|
||||
Manage - Fail, Confirmation || > §c実行を確認するために引数「-a」を追加します: ${0}
|
||||
Manage - List Importers || インポーター:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §e新しいデータベースに交換することを忘れないで下さい(/plan m hotswap ${0})。そして、プラグインをリロードして下さい
|
||||
Manage - Start || > §2データを処理中です..
|
||||
Manage - Success || > §a成功しました!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Github/versions.txtに存在
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || Webサーバー: 証明書が存在ません -> HTTPサーバーを使用します
|
||||
WebServer - Notify HTTP User Auth || Webサーバー: ユーザー認証を無効にします (HTTP経由だと安全ではないためです)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || Webサーバー: 以下のパスに保存された認証キーファイルが存在しません: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || Webサーバーの初期化が正常に終了しませんでした。ポート番号(${0})は使用されていませんか?
|
||||
WebServer FAIL - SSL Context || Webサーバー: SSLコンテキストの初期化に失敗しました。
|
||||
WebServer FAIL - Store Load || Webサーバー: SSL証明書のロードに失敗しました
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Clique aqui
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aO sistema do Plan agora está desativado. Você pode usar reload para reiniciar o plugin.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatabase is ${0} - Please try again a bit later.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cEsse usuário não tem uma UUID.
|
||||
Cmd FAIL - No Feature || §eDefina um recurso para desativar! (atualmente suporta ${0})
|
||||
Cmd FAIL - No Permission || §cVocê não tem a permissão necessária.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cÚnico argumento necessário ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArgumentos necessários (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cEsse usuário não foi encontrado nesse servidor
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cEsse usuário não existe!
|
||||
Cmd FAIL - WebUser exists || §cEsse usuário já existe!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Resultados da Análise
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Análise do Jogador
|
||||
Cmd Header - Inspect || > §2Jogador: §f${0}
|
||||
Cmd Header - Network || > §2Página da Network
|
||||
Cmd Header - Players || > §2Jogadores
|
||||
Cmd Header - Search || > §2${0} Resultados para §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Servidores
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Usuários da Web
|
||||
Cmd Info - Bungee Connection || §2Conectados ao Bungee: §f${0}
|
||||
Cmd Info - Database || §2Banco de dados atual: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aReload Realizado
|
||||
Cmd Info - Reload Failed || §cAlguma coisa ocorreu ao recarregar o plugin, um restart é recomendável.
|
||||
Cmd Info - Update || §2Atualização Disponível: §f${0}
|
||||
Cmd Info - Version || §2Versão: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Você não tem um usuário para web, utilize /plan register <senha>
|
||||
Cmd Notify - WebUser register || Novo usuário registrado: '${0}' Nível de permissão: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Índice de Atividade: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Mortes: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Conectado de: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Última vez visto: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Registered: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Vezes Kickado: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aDesativado '${0}' temporariamente até o próximo reload do plugin.
|
||||
Cmd SUCCESS - WebUser register || §aFoi adicionado um novo usuário (${0})!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatabase is ${0} - This might take longer than expected..
|
||||
Cmd Web - Permission Levels || >\§70: Acesse todas as páginas\§71: Acesse '/players' e todas as páginas de jogadores\§72: Acesse a página de jogado com o mesmo usuário do login\§73+: Sem permissões
|
||||
Command Help - /plan server || Visualizar a página do servidor
|
||||
Command Help - /plan dev || Comando do modo de desenvolvimento
|
||||
Command Help - /plan help || Mostrar a lista de comandos
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Alterar o banco de dados rapidamente
|
||||
Command Help - /plan db move || Mover dados entre banco de dados
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Visualizar a página do jogador
|
||||
Command Help - /plan manage || Gerenciar o banco de dados do Plan
|
||||
Command Help - /plan manage backup || Fazer backup do banco de dados
|
||||
Command Help - /plan manage clear || Limpar o banco de dados
|
||||
Command Help - /plan manage disable || Desativar um recurso temporariamente
|
||||
Command Help - /plan manage export || Trigger export manually
|
||||
Command Help - /plan db hotswap || Alterar o banco de dados rapidamente
|
||||
Command Help - /plan manage import || Importar dados de outro lugar
|
||||
Command Help - /plan db move || Mover dados entre banco de dados
|
||||
Command Help - /plan manage raw || View raw JSON of player data
|
||||
Command Help - /plan manage remove || Remvoer dados de jogadores
|
||||
Command Help - /plan manage restore || Restaurar último backup realizado
|
||||
Command Help - /plan manage uninstalled || Mark a server as uninstalled in the database.
|
||||
Command Help - /plan ingame || Visualziar informações do Jogador in-game
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Visualizar a página da Network
|
||||
Command Help - /plan player || Visualizar a página do jogador
|
||||
Command Help - /plan players || Visualizar a página de Jogadores
|
||||
Command Help - /plan ingame || Visualziar informações do Jogador in-game
|
||||
Command Help - /plan register || Registrar um usuário web
|
||||
Command Help - /plan reload || Reiniciar Plan
|
||||
Command Help - /plan search || Buscar por um nome de jogador
|
||||
Command Help - /plan server || Visualizar a página do servidor
|
||||
Command Help - /plan servers || Listar servidores do banco de dados
|
||||
Command Help - /plan web check || Inspecionar um usuário web
|
||||
Command Help - /plan web delete || Excluir um usuário web
|
||||
Command Help - /plan web level || Informações sobre os níveis de permissão
|
||||
Command Help - /plan web list || Listar usuários web
|
||||
Command Help - /plan webuser || Gerenciar usuários web
|
||||
Command Help - /planbungee disable || Desativar o plugin temporariamente
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Aplicando o Patch: ${0}..
|
||||
Database - Patches Applied || Todos os patchs de bancos de dados foram aplicados.
|
||||
Database - Patches Applied Already || Todos os patchs de bancos de dados já foram aplicados.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Saving unfinished sessions..
|
||||
Disable - WebServer || O servidor web foi desativado.
|
||||
Enable || Análise de Jogadores Ativado.
|
||||
Enable - Database || ${0}-conexão com o banco de dados estabilizada.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || O IP no server.properties está vazio & o IP alternativo não está sendo usado. Os dados informados estão incorretos!
|
||||
Enable - Notify Geolocations disabled || A coleta de geolocalização está desativada. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || O Plan requer acesso à internet na primeira execução para baixar o banco de dados de geolocalização do GeoLite2.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparing 30d ago to Now
|
||||
HTML - COMPARING_7_DAYS || Comparing 7 days
|
||||
HTML - DATABASE_NOT_OPEN || Database is not open, check db status with /plan info
|
||||
HTML - ERROR || Falha ao autenticar
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Ativo
|
||||
HTML - INDEX_INACTIVE || Inativo
|
||||
HTML - INDEX_IRREGULAR || Irregular
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Máquina Local
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Novo:
|
||||
HTML - NO_KILLS || Sem Kills
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Offline
|
||||
HTML - ONLINE || Online
|
||||
HTML - PER_DAY || / Dia
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Página não existe.
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Acesso não autorizado
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Certifique-se de que você está acessando um link fornecido por comando, exemplos:</p><p>/player/NomeDoJogador<br>/server/NomeDoServidor</p>
|
||||
HTML ERRORS - UUID_404 || UUID de jogador não encontrado no banco de dados.
|
||||
In Depth Help - /plan ? || > §2Comando Principal\ Acesso aos subcomandos e ajuda\ §2/plan §fLista os subcomandos\ §2/plan <subcomando> ? §fConsulta mais detalhada
|
||||
In Depth Help - /plan analyze ? || > §2Comando Analyze\ Atualiza a página do servidor e mostra um link para a página web.
|
||||
In Depth Help - /plan inspect ? || > §2Comando Inspect\ Atualizar a página do jogador e mostra um link para a página web.
|
||||
In Depth Help - /plan manage ? || > §2Comando Manage\ Gerencia o banco de dados MySQL e SQLite do Plan.\ §2/plan m §fListar subcomandos\ §2/plan m <subcomando> ? §fConsulta mais detalhada
|
||||
In Depth Help - /plan manage backup ? || > §2Subcomando Backup\ Cria um novo banco de dados SQLite (arquivo .db) com o conteúdo atual do banco de dados na pasta plugin do Plan.
|
||||
In Depth Help - /plan manage clear ? || > §2Subcomando Clear\ Remove qualquer coisa ativa no banco de dados. Utilize com cuidado.
|
||||
In Depth Help - /plan manage disable ? || > §2Disable Subcommand\ Can disable parts of the plugin until next reload.\ Accepted arguments:\ §2kickcount §fDisables kick counts in case /kickall is used on shutdown macro.
|
||||
In Depth Help - /plan manage export ? || > §2Export Subcommand\ Trigger export to result folders.\ Accepted Arguments:\ §2list §fList possible arguments.\ §2players §fExport /players, /player pages + /player/raw json depending on config values.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || > §2Subcomando Import\ Importa dados de outras fontes.\ Argumentos válidos:\ §2offline §fDados de jogadores do Bukkit, somente datas de registro e nomes.
|
||||
In Depth Help - /plan manage move ? || > §2Subcomando Move\ Move dados do SQLite para o MySQL ou outro meio.\ O banco de dados de destino é limpo antes da transferência de dados.
|
||||
In Depth Help - /plan manage raw ? || > §2Raw Data Subcommand\ Displays link to raw JSON data page.\ Not available if Plan webserver is not enabled.
|
||||
In Depth Help - /plan manage remove ? || > §2Subcomando Remove\ Remover dados de jogadores do banco de dados ativo.
|
||||
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 uninstalled ? || > §2Uninstalled Server Subcommand\ Marks a server as uninstalled in the database.\ Can not mark the server the command is being used on as uninstalled.\ Will affect ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Comando Network\ Mostra o link para a página da network.\ Se não for uma network, essa página mostra a página do servidor.
|
||||
In Depth Help - /plan players ? || > §2Comando Players\ Mostra o link para a página de jogadores.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Mostra algumas informações sobre o jogador in-game.
|
||||
In Depth Help - /plan reload ? || > §2Comando Reload\ Reinicia o plugin usando onDisable e onEnable.\ §bIsso não suporta a troca de JAR (caso seja isso, precisa reiniciar o servidor)
|
||||
In Depth Help - /plan search ? || > §2Comando Search\ Pega uma lista de jogadores em que o nome coincida com o argumento dado.\§7 Exemplo: /plan search 123 - Encontra todos os jogadores com 123 no nome.
|
||||
In Depth Help - /plan servers ? || > §2Comando Servers\ Mostra uma lista de servidores do banco de dados.\ Podem ser usados para depurar problemas com registros no banco de dados da network.
|
||||
In Depth Help - /plan web ? || > §2Comando de Gerenciado do Usuário Web.\ §2/plan web §fLista subcomandos\ §2/plan web <subcomando> ? §fConsulta mais detalhada
|
||||
In Depth Help - /plan web register ? || > §2Subcomando Register\ Registra um novo usuário web.\ Registrando um usuário web para outro jogador precisa da permissão plan.webmanage.\ Senhas são criptografadas com PBKDF2 (64,000 iterações de SHA1) sendo totalmente aleatórias.
|
||||
In Depth Help - /planbungee disable ? || > §2Comando Disable\ Executa onDisable no PlanBungee.\ O plugin pode ser ativado com reload.\ §bNão suporta a troca de JAR (caso seja isso, precisa reiniciar o servidor)
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Dados em ${0} serão sobrescritos!
|
||||
Manage - Confirm Removal || Dados em ${0} serão removidos!
|
||||
Manage - Fail || > §cAlguma coisa deu errado: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cNão é possível operar
|
||||
Manage - Fail Same server || Can not mark this server as uninstalled (You are on it)
|
||||
Manage - Fail, Confirmation || > §cAdicione o argumento '-a' para confirmar a execução: ${0}
|
||||
Manage - List Importers || Importadores:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eLembre-se de trocar para o novo banco de dados (/plan m hotswap ${0}) & reinicie o plugin.
|
||||
Manage - Start || > §2Processando dados..
|
||||
Manage - Success || > §aSucesso!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Informação da versão não
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || Servidor Web: Sem Certificado -> Usando protocolo HTTP para visualização.
|
||||
WebServer - Notify HTTP User Auth || Servidor Web: Autenticação de usuário desativada! (Não seguro por HTTP)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || Servidor Web: Arquivo KeyStore não encontrado: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || O servidor web não foi inicializado. A porta (${0}) já está em uso?
|
||||
WebServer FAIL - SSL Context || Servidor Web: Falha ao inicializar certificado SSL.
|
||||
WebServer FAIL - Store Load || Servidor Web: Falha ao carregar certificado SSL.
|
||||
|
@ -2,24 +2,80 @@ API - css+ || PageExtension: ${0} доба
|
||||
API - js+ || PageExtension: ${0} добавил JavaScript(ы) к ${1}, ${2}
|
||||
Cmd - Click Me || Нажми на меня
|
||||
Cmd - Link || Ссылка
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan сейчас отключен. Вы всё еще можете использовать reload для перезагрузки плагина.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cБаза данных ${0} - Пожалуйста попробуйте снова немного позже.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cПользователь не имеет UUID.
|
||||
Cmd FAIL - No Feature || §eОпределите функцию для отключения! (в настоящее время поддерживает ${0})
|
||||
Cmd FAIL - No Permission || §cУ вас нет необходимых прав.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cТребуется только один аргумент ${1}
|
||||
Cmd FAIL - Requires Arguments || §cТребуется аргумент (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cПользователь не был замечен на этом сервере
|
||||
Cmd FAIL - Users not linked || Пользователь не связан с вашей учетной записью, и у вас нет прав на удаление учетных записей других пользователей.
|
||||
Cmd FAIL - WebUser does not exists || §cПользователь не существует!
|
||||
Cmd FAIL - WebUser exists || §cПользователь уже существует!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Результаты анализа
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Аналитика игрока
|
||||
Cmd Header - Inspect || > §2Игрок: §f${0}
|
||||
Cmd Header - Network || > §2Сетевая страница
|
||||
Cmd Header - Players || > §2Игроки
|
||||
Cmd Header - Search || > §2${0} Результаты для §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Серверы
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Веб-пользователи
|
||||
Cmd Info - Bungee Connection || §2Подключен к прокси: §f${0}
|
||||
Cmd Info - Database || §2Текущая база данных: §f${0}
|
||||
@ -27,6 +83,7 @@ Cmd Info - Reload Complete || §aПерезагрузка
|
||||
Cmd Info - Reload Failed || §cЧто-то пошло не так во время перезагрузки плагина, рекомендуется перезагрузка.
|
||||
Cmd Info - Update || §2Доступно обновление: §f${0}
|
||||
Cmd Info - Version || §2Версия: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eАдрес недоступен - используется localhost в качестве запасного. Настройте 'Alternative_IP'.
|
||||
Cmd Notify - No WebUser || Возможно, вы не имеете веб-пользователя, используйте /plan register <password>
|
||||
Cmd Notify - WebUser register || Зарегистрирован новый пользователь: '${0}' Уровень прав: ${1}
|
||||
@ -44,38 +101,33 @@ Cmd Qinspect - Registered || §2Зарегистриро
|
||||
Cmd Qinspect - Times Kicked || §2Кол-во киков: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aВременно отключено '${0}' до следующей перезагрузки плагина.
|
||||
Cmd SUCCESS - WebUser register || §aНовый пользователь (${0}) успешно добавлен!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eБаза данных ${0} - Это может занять больше времени, чем ожидалось.
|
||||
Cmd Web - Permission Levels || >\§70: Доступ ко всем страницам\§71: Доступ к '/players' и всем страницам игроков\§72: Доступ к странице игрока с тем же именем пользователя, что и для веб-пользователя\§73+: Нет прав
|
||||
Command Help - /plan server || Просмотр страницы сервера
|
||||
Command Help - /plan dev || Команда режима разработки
|
||||
Command Help - /plan help || Показать список команд
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Быстрое изменение базы данных
|
||||
Command Help - /plan db move || Перемещение данных между базами данных
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Просмотр страницы игрока
|
||||
Command Help - /plan manage || Управление базой данных Plan
|
||||
Command Help - /plan manage backup || Резервное копирование базы данных
|
||||
Command Help - /plan manage clear || Очистить базу данных
|
||||
Command Help - /plan manage disable || Временно отключить функцию
|
||||
Command Help - /plan manage export || Запуск экспорта вручную
|
||||
Command Help - /plan db hotswap || Быстрое изменение базы данных
|
||||
Command Help - /plan manage import || Импортирование данных из других мест
|
||||
Command Help - /plan db move || Перемещение данных между базами данных
|
||||
Command Help - /plan manage raw || Просмотр необработанных JSON данных игрока
|
||||
Command Help - /plan manage remove || Удалить данные игрока
|
||||
Command Help - /plan manage restore || Восстановить предыдущую резервную копию
|
||||
Command Help - /plan manage uninstalled || Отметить сервер как удаленный в базе данных
|
||||
Command Help - /plan ingame || Просмотр информации об игроке в игре
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Просмотр веб-страницы
|
||||
Command Help - /plan player || Просмотр страницы игрока
|
||||
Command Help - /plan players || Посмотреть страницу с игроками
|
||||
Command Help - /plan ingame || Просмотр информации об игроке в игре
|
||||
Command Help - /plan register || Зарегистрировать веб-пользователя
|
||||
Command Help - /plan reload || Перезапустить Plan
|
||||
Command Help - /plan search || Поиск по имени игрока
|
||||
Command Help - /plan server || Просмотр страницы сервера
|
||||
Command Help - /plan servers || Список серверов в базе данных
|
||||
Command Help - /plan web check || Просмотреть веб-пользователя
|
||||
Command Help - /plan web delete || Удалить веб-пользователя
|
||||
Command Help - /plan web level || Информация об уровнях прав
|
||||
Command Help - /plan web list || Список веб-пользователей
|
||||
Command Help - /plan webuser || Управление веб-пользователями
|
||||
Command Help - /planbungee disable || Временно отключить плагин
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Применение исправлений: ${0}..
|
||||
Database - Patches Applied || Все исправления базы данных успешно применены.
|
||||
Database - Patches Applied Already || Все исправления базы данных уже применены.
|
||||
@ -309,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Страница не сущ
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Не авторизован
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Убедитесь, что вы получаете доступ к ссылке, заданной командой, Примеры:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || UUID игрока не найден в базе данных.
|
||||
In Depth Help - /plan ? || > §2Основная команда\ Доступ к подкомандам и справка\ §2/plan §fСписок подкоманд\ §2/plan <subcommand> ? §fДля подробной помощи
|
||||
In Depth Help - /plan analyze ? || > §2Команда анализа\ Обновляет страницу сервера и отображает ссылку на веб-страницу.
|
||||
In Depth Help - /plan inspect ? || > §2Команда проверки\ Обновляет страницу игрока и отображает ссылку на веб-страницу.
|
||||
In Depth Help - /plan manage ? || > §2Команда управления\ Управление базами данных MySQL и SQLite в Plan.\ §2/plan m §fСписок подкоманд\ §2/plan m <subcommand> ? §fДля подробной помощи
|
||||
In Depth Help - /plan manage backup ? || > §2Подкоманда резервного копирования\ Создает новую базу данных SQLite (файл .db) с содержимым текущей активной базы данных в папке с плагинами Plan.
|
||||
In Depth Help - /plan manage clear ? || > §2Подкоманда очистки\ Удаляет все в активной базе данных. Используйте с осторожностью.
|
||||
In Depth Help - /plan manage disable ? || > §2Подкоманда отключения\ Можно отключить части плагина до следующей перезагрузки.\ Принятые аргументы:\ §2kickcount §fОтключает счетчик ударов в случае если /kickall используется при закрытии макроса.
|
||||
In Depth Help - /plan manage export ? || > §2Подкоманда экспорта\ Запуск экспорта в папки результатов.\ Принятые аргументы:\ §2list §fСписок возможных аргументов.\ §2players §fЭкспорт /players, /player pages + /player/raw json в зависимости от значений конфигурации.\ §2server_json §fЭкспорт /server/raw JSON если включено в конфигурации.
|
||||
In Depth Help - /plan manage import ? || > §2Подкоманда импорта\ Импорт данных из других источников.\ Принятые аргументы:\ §не в сети §fДанные игрока Bukkit, только дата и имя регистрации.
|
||||
In Depth Help - /plan manage move ? || > §2Подкоманда перемещения\ Перемещение данных из SQLite в MySQL или другим способом.\ Целевая база данных очищается перед передачей.
|
||||
In Depth Help - /plan manage raw ? || > §2Подкоманда необработанных данных\ Отображает ссылку на страницу необработанных данных JSON.\ Недоступно, если веб-сервер Plan не включен.
|
||||
In Depth Help - /plan manage remove ? || > §2Подкоманда удаления\ Удалить данные игрока из активной базы данных.
|
||||
In Depth Help - /plan manage restore ? || > §2Подкоманда восстановления\ Восстановление предыдущей резервной копии базы данных SQLite (файл .db)\ Вы также можете восстановить файл database.db с другого сервера на MySQL.\ Целевая база данных очищается перед передачей.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Подкоманда удаления сервера\ Помечает сервер как удаленный из базы данных.\ Невозможно использовать команду для сервера, который уже помечен как удаленный.\ Будет влиять на ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Сетевая команда\ Отображает ссылку на сетевую страницу.\ Если нет сетевой, то эта страница отображает страницу сервера.
|
||||
In Depth Help - /plan players ? || > §2Команда для отображения списка игроков\ Отображает ссылку на страницу игроков.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Отображает некоторую информацию о игроке в игре.
|
||||
In Depth Help - /plan reload ? || > §2Команда перезагрузки\ Перезапускает плагин, используя onDisable и onEnable.\ §bНе поддерживает обмен .jar файлов на лету
|
||||
In Depth Help - /plan search ? || > §2Команда поиска\ Получение списка имен игроков, которые соответствуют заданному аргументу.\§7 Например: /plan search 123 - Находит всех пользователей с 123 в их имени.
|
||||
In Depth Help - /plan servers ? || > §2Команда для отображения списка серверов\ Отображает список серверов Plan в базе данных.\ Может использоваться для устранения проблем с регистрацией базы данных в сети.
|
||||
In Depth Help - /plan web ? || < §2Команда управления веб-пользователями.\ §2/plan web §fСписок подкоманд\ §2/plan web <subcommand> ? §fДля подробной помощи
|
||||
In Depth Help - /plan web register ? || > §2Подкоманда регистрации\ Регистрирует нового веб-пользователя.\ Для регистрации пользователя для другого игрока требуется право plan.webmanage.\ Пароли хешируются с помощью PBKDF2 (64,000 итераций SHA1) используя криптографически-случайную соль.
|
||||
In Depth Help - /planbungee disable ? || > §2Команда отключения\ Запускает Plan onDisable на Прокси-серверах.\ Плагин может быть включен с помощью /planbungee с последующей перезагрузкой.\ §bНе поддерживает обмен .jar файлов на лету
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || Данные в ${0} будут перезаписаны!
|
||||
Manage - Confirm Removal || Данные в ${0} будут удалены!
|
||||
Manage - Fail || > §cЧто-то пошло не так: ${0}
|
||||
@ -344,6 +397,7 @@ Manage - Fail Same Database || > §cНельзя работ
|
||||
Manage - Fail Same server || Невозможно пометить этот сервер как удаленный (Вы на нем)
|
||||
Manage - Fail, Confirmation || > §cДобавьте аргумент '-a' для подтверждения выполнения: ${0}
|
||||
Manage - List Importers || Импортеры:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eНе забудьте поменять на новую базу данных (/plan m hotswap ${0}) и перезагрузить плагин.
|
||||
Manage - Start || > §2Обработка данных..
|
||||
Manage - Success || > §aУспех!
|
||||
|
@ -1,22 +1,81 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
Cmd - Click Me || Tıkla bana
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Network page:
|
||||
Cmd - Link Player || Player page:
|
||||
Cmd - Link Player JSON || Player json:
|
||||
Cmd - Link Players || Players page:
|
||||
Cmd - Link Register || Register page:
|
||||
Cmd - Link Server || Server page:
|
||||
CMD Arg - backup-file || Name of the backup file (case sensitive)
|
||||
CMD Arg - code || Code used to finalize registration.
|
||||
CMD Arg - db type backup || Type of the database to backup. Current database is used if not specified.
|
||||
CMD Arg - db type clear || Type of the database to remove all data from.
|
||||
CMD Arg - db type hotswap || Type of the database to start using.
|
||||
CMD Arg - db type move from || Type of the database to move data from.
|
||||
CMD Arg - db type move to || Type of the database to move data to. Can not be same as previous.
|
||||
CMD Arg - db type restore || Type of the database to restore to. Current database is used if not specified.
|
||||
CMD Arg - feature || Name of the feature to disable: ${0}
|
||||
CMD Arg - player identifier || Name or UUID of a player
|
||||
CMD Arg - player identifier remove || Identifier for a player that will be removed from current database.
|
||||
CMD Arg - server identifier || Name, ID or UUID of a server
|
||||
CMD Arg - subcommand || Use the command without subcommand to see help.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg Name - backup-file || backup-file
|
||||
CMD Arg Name - code || ${code}
|
||||
CMD Arg Name - export kind || export kind
|
||||
CMD Arg Name - feature || feature
|
||||
CMD Arg Name - import kind || import kind
|
||||
CMD Arg Name - name or uuid || name/uuid
|
||||
CMD Arg Name - server || server
|
||||
CMD Arg Name - subcommand || subcommand
|
||||
CMD Arg Name - username || username
|
||||
Cmd Confirm - accept || Accept
|
||||
Cmd Confirm - cancelled, no data change || Cancelled. No data was changed.
|
||||
Cmd Confirm - cancelled, unregister || Cancelled. '${0}' was not unregistered
|
||||
Cmd Confirm - clearing db || You are about to remove all Plan-data in ${0}
|
||||
Cmd Confirm - confirmation || Confirm:
|
||||
Cmd Confirm - deny || Cancel
|
||||
Cmd Confirm - Expired || Confirmation expired, use the command again
|
||||
Cmd Confirm - Fail on accept || The accepted action errored upon execution: ${0}
|
||||
Cmd Confirm - Fail on deny || The denied action errored upon execution: ${0}
|
||||
Cmd Confirm - overwriting db || You are about to overwrite data in Plan ${0} with data in ${1}
|
||||
Cmd Confirm - remove player db || You are about to remove data of ${0} from ${1}
|
||||
Cmd Confirm - unregister || You are about to unregister '${0}' linked to ${1}
|
||||
Cmd db - creating backup || Creating a backup file '${0}.db' with contents of ${1}
|
||||
Cmd db - removal || Removing Plan-data from ${0}..
|
||||
Cmd db - removal player || Removing data of ${0} from ${1}..
|
||||
Cmd db - server uninstalled || §aIf the server is still installed, it will automatically set itself as installed in the database.
|
||||
Cmd db - write || Writing to ${0}..
|
||||
Cmd Disable - Disabled || §aPlan sistemi şuanda kapandı. Plugini yeniden başlatmak için reload komutunu kullanabilirsin.
|
||||
Cmd FAIL - Accepts only these arguments || Accepts following as ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §cDatabase is ${0} - Please try again a bit later.
|
||||
Cmd FAIL - Empty search string || The search string can not be empty
|
||||
Cmd FAIL - Invalid Username || §cKullanıcının Bir UUID si yok.
|
||||
Cmd FAIL - No Feature || §eDevre dışı bırakılacak özelliği seçin! (Şuanda desteklenen ${0})
|
||||
Cmd FAIL - No Permission || §cBunu gerekli izne sahip değilsin.
|
||||
Cmd FAIL - No player || Player '${0}' was not found, they have no UUID.
|
||||
Cmd FAIL - No player register || Player '${0}' was not found in the database.
|
||||
Cmd FAIL - No server || Server '${0}' was not found from the database.
|
||||
Cmd FAIL - Require only one Argument || §cTek Argüman gerekli ${1}
|
||||
Cmd FAIL - Requires Arguments || §cArguments required (${0}) ${1}
|
||||
Cmd FAIL - see config || see '${0}' in config.yml
|
||||
Cmd FAIL - Unknown Username || §cKullanıcı bu sunucuda hiç görülmemiş
|
||||
Cmd FAIL - Users not linked || User is not linked to your account and you don't have permission to remove other user's accounts.
|
||||
Cmd FAIL - WebUser does not exists || §cBöyle bir kullanıcı yok!
|
||||
Cmd FAIL - WebUser exists || §cBöyle bir kullanıcı zaten var!
|
||||
Cmd Footer - Help || §7Hover over command or arguments or use '/${0} ?' to learn more about them.
|
||||
Cmd Header - Analysis || > §2Analiz sonuçları
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Info || > §2Oyuncu Analizi
|
||||
Cmd Header - Inspect || > §2Oyuncu: §f${0}
|
||||
Cmd Header - Network || > §2Network Sayfası
|
||||
Cmd Header - Players || > §2Oyuncular
|
||||
Cmd Header - Search || > §2${0} Results for §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Servers || > §2Sunucular
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - Web Users || > §2${0} Web kullanıcıları
|
||||
Cmd Info - Bungee Connection || §2Bungee ye bağlan: §f${0}
|
||||
Cmd Info - Database || §2Mevcut veritabanı: §f${0}
|
||||
@ -24,9 +83,13 @@ Cmd Info - Reload Complete || §aYeniden başlatma tamamlan
|
||||
Cmd Info - Reload Failed || §cPlugini yeniden başlatırken bir şeyler ters gitti,yeniden başlatmanız tavsiye edilir.
|
||||
Cmd Info - Update || §2Güncelleme mevcut: §f${0}
|
||||
Cmd Info - Version || §2Versiyon: §f${0}
|
||||
Cmd network - No network || Server is not connected to a network. The link redirects to server page.
|
||||
Cmd Notify - No Address || §eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings.
|
||||
Cmd Notify - No WebUser || Beliki Web kullanıcısı değilsinizdir, Kayıt olmak için /plan register <password>
|
||||
Cmd Notify - WebUser register || Yeni bir kullanıcı kayıt oldu: '${0}' Yetki seviyesi: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2Active Playtime: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Aktivite göstergesi: §f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK Time: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Ölümler: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Bölgesinden giriş yapıldı: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2En son görülme: §f${0}
|
||||
@ -38,38 +101,33 @@ Cmd Qinspect - Registered || §2Kayıtlı: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Atılma sayısı: §f${0}
|
||||
Cmd SUCCESS - Feature disabled || §aKapatıldı '${0}' Plugin yeniden başlatılana kadar.
|
||||
Cmd SUCCESS - WebUser register || §aYeni kullanıcı (${0}) başarıyla eklendi!
|
||||
Cmd unregister - unregistering || Unregistering '${0}'..
|
||||
Cmd WARN - Database not open || §eDatabase is ${0} - This might take longer than expected..
|
||||
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
|
||||
Command Help - /plan server || Sunucu Sayfasını gösterir
|
||||
Command Help - /plan dev || Geliştirme modu komutu
|
||||
Command Help - /plan help || Komut listesini gösterir
|
||||
Command Help - /plan db || Manage Plan database
|
||||
Command Help - /plan db backup || Backup data of a database to a file
|
||||
Command Help - /plan db clear || Remove ALL Plan data from a database
|
||||
Command Help - /plan db hotswap || Veritabının hızlıca değiştirir
|
||||
Command Help - /plan db move || Veriyi Veritabanları arasında taşır
|
||||
Command Help - /plan db remove || Remove player's data from Current database
|
||||
Command Help - /plan db restore || Restore data from a file to a database
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan disable || Disable the plugin or part of it
|
||||
Command Help - /plan export || Export html or json files manually
|
||||
Command Help - /plan import || Import data
|
||||
Command Help - /plan info || Information about the plugin
|
||||
Command Help - /plan player || Oyunucunun sayfasını gösterir
|
||||
Command Help - /plan manage || Plan Veritabanını Yönet
|
||||
Command Help - /plan manage backup || Veritabanını yedekler
|
||||
Command Help - /plan manage clear || Veritabanını temizler
|
||||
Command Help - /plan manage disable || Bir özelliği geçici olarak devre dışı bırakır
|
||||
Command Help - /plan manage export || Trigger export manually
|
||||
Command Help - /plan db hotswap || Veritabının hızlıca değiştirir
|
||||
Command Help - /plan manage import || Başka bir yerden veri alır
|
||||
Command Help - /plan db move || Veriyi Veritabanları arasında taşır
|
||||
Command Help - /plan manage raw || View raw JSON of player data
|
||||
Command Help - /plan manage remove || Oyuncu bilgilerini siler
|
||||
Command Help - /plan manage restore || Önceki bir Yedeği geri yükler
|
||||
Command Help - /plan manage uninstalled || Mark a server as uninstalled in the database.
|
||||
Command Help - /plan ingame || Oyuncu bilgilerini oyun içi gösterir
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan network || Network sayfasını görüntüler
|
||||
Command Help - /plan player || Oyunucunun sayfasını gösterir
|
||||
Command Help - /plan players || Oyuncu sayfasını görüntüler
|
||||
Command Help - /plan ingame || Oyuncu bilgilerini oyun içi gösterir
|
||||
Command Help - /plan register || Web kullanıcısna kayıt yapar
|
||||
Command Help - /plan reload || Plugini yeniden başlatır
|
||||
Command Help - /plan search || Bir oyuncu adı arar
|
||||
Command Help - /plan server || Sunucu Sayfasını gösterir
|
||||
Command Help - /plan servers || Sunucun tüm veritabanını listeler
|
||||
Command Help - /plan web check || Web kullanıcısını inceler
|
||||
Command Help - /plan web delete || Web kullanıcısın siler
|
||||
Command Help - /plan web level || Yetki seviyeleri hakkında bilgi verir
|
||||
Command Help - /plan web list || Web kullanıcılarını listeler
|
||||
Command Help - /plan webuser || Web kullanıcılarını listeler
|
||||
Command Help - /planbungee disable || Eklentiyi geçici olarak devre dışı bırakır
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || Yama uygulanıyor: ${0}..
|
||||
Database - Patches Applied || Yama tüm veritabanlarına başarıyla uygulandı.
|
||||
Database - Patches Applied Already || Veritabanlarına yama zaten uygulanmış.
|
||||
@ -83,6 +141,7 @@ Disable - Unsaved Session Save || Saving unfinished sessions..
|
||||
Disable - WebServer || Websunucusu kapatıldı.
|
||||
Enable || Oyuncu analizi aktif edildi.
|
||||
Enable - Database || ${0}- Veritabanı bağlantısı kurulmuş.
|
||||
Enable - Notify Bad IP || 0.0.0.0 is not a valid address, set up Alternative_IP settings. Incorrect links might be given!
|
||||
Enable - Notify Empty IP || server.properties IP adresi kısmı boş & AlternatifIP kullanılmıyor. Bu yüzden yanlış linkler verilecektir!
|
||||
Enable - Notify Geolocations disabled || Coğrafi konum toplama etkin değil. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan GeoLite2 Geolocation veritabanını indirmek için ilk çalıştırmada internet erişimi gerektir.
|
||||
@ -98,6 +157,7 @@ HTML - COMPARING_60_DAYS || Comparing 30d ago to Now
|
||||
HTML - COMPARING_7_DAYS || Comparing 7 days
|
||||
HTML - DATABASE_NOT_OPEN || Database is not open, check db status with /plan info
|
||||
HTML - ERROR || Kimlik doğrulama hata nedeniyle başarısız oldu
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - INDEX_ACTIVE || Aktivite
|
||||
HTML - INDEX_INACTIVE || Etkisiz
|
||||
HTML - INDEX_IRREGULAR || Düzensiz
|
||||
@ -184,6 +244,7 @@ HTML - LOCAL_MACHINE || Yerel makine
|
||||
HTML - NAV_PLUGINS || Pluginler
|
||||
HTML - NEW_CALENDAR || Yeni:
|
||||
HTML - NO_KILLS || Öldürmesi yok
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - OFFLINE || Çevrimdışı
|
||||
HTML - ONLINE || Çevrimiçi
|
||||
HTML - PER_DAY || / Gün
|
||||
@ -300,29 +361,30 @@ HTML ERRORS - PAGE_NOT_FOUND_404 || Böyle bir sayfa mevcut deği
|
||||
HTML ERRORS - UNAUTHORIZED_401 || Yetkisiz
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Make sure you're accessing a link given by a command, Examples:</p><p>/player/PlayerName<br>/server/ServerName</p>
|
||||
HTML ERRORS - UUID_404 || Oyuncunun UUID si veritabanında bulunamadı.
|
||||
In Depth Help - /plan ? || > §2Ana Komutlar\ Alt komutlara erişim ve yardım\ §2/plan §fList subcommands\ §2/plan <alt komutlar> ? §fdaha fazla yardım
|
||||
In Depth Help - /plan analyze ? || > §2Analiz Komutu\ Sunucu sayfasını yenile ve web sayfasının bağlantısına tekrar gir.
|
||||
In Depth Help - /plan inspect ? || > §2Denetleme Komutu\ Oyuncu sayfasını yenile ve web sayfasının bağlantısına tekrar gir.
|
||||
In Depth Help - /plan manage ? || > §2Yönetme Komutu\ MySQL ve SQLite Plan veritabanını yönetin.\ §2/plan m §fList subcommands\ §2/plan m <subcommand> ? §fDaha fazla yardım
|
||||
In Depth Help - /plan manage backup ? || > §2Yedekleme Alt Komutu\ Yeni bir SQLite Veritabanı (.db dosyası) Plan eklentisi klasöründeki etkin veritabanı içeriğiyle birlikte.
|
||||
In Depth Help - /plan manage clear ? || > §2Temizleme Alt Komutu\ Aktf Veritabanlarındaki tüm bilgileri siler. Silmeden önce yedek alın ve herkesi uyarın.
|
||||
In Depth Help - /plan manage disable ? || > §2Disable Subcommand\ Can disable parts of the plugin until next reload.\ Accepted arguments:\ §2kickcount §fDisables kick counts in case /kickall is used on shutdown macro.
|
||||
In Depth Help - /plan manage export ? || > §2Export Subcommand\ Trigger export to result folders.\ Accepted Arguments:\ §2list §fList possible arguments.\ §2players §fExport /players, /player pages + /player/raw json depending on config values.\ §2server_json §fExport /server/raw JSON if enabled in config.
|
||||
In Depth Help - /plan manage import ? || > §2Import Subcommand\ Import data from other sources.\ Accepted Arguments:\ §2Çevrimdışı §fBukkit oyuncu verileri, sadece kayıt tarihi ve ismi.
|
||||
In Depth Help - /plan manage move ? || > §2Veri konumu değiştirme alt Komutu\ Verileri SQLite'den MySQL'e veya başka bir yere taşıyın.\ Dosyaların gönderileceği Veritabanı aktarımdan önce temizlendi.
|
||||
In Depth Help - /plan manage raw ? || > §2Raw Data Subcommand\ Displays link to raw JSON data page.\ Not available if Plan webserver is not enabled.
|
||||
In Depth Help - /plan manage remove ? || > §2Silme alt Komutu\ Aktif Veritabanından oyuncu bilgilerini siler.
|
||||
In Depth Help - /plan manage restore ? || > §2Onarım Alt Komutu\ Önceki bir yedek SQLite veritabanını geri yükler (.db dosyası)\ Ayrıca database.db dosyasını başka bir sunucudan MySQL'e geri yükleyebilirsiniz.\ Veriler gönderilmeden önce Veritabanı temizlenir.
|
||||
In Depth Help - /plan manage uninstalled ? || > §2Uninstalled Server Subcommand\ Marks a server as uninstalled in the database.\ Can not mark the server the command is being used on as uninstalled.\ Will affect ConnectionSystem.
|
||||
In Depth Help - /plan network ? || > §2Network Komutu\ Ağ sayfasının bağlantısını görüntüler.\ Networkte değilse, bu sayfa sunucu sayfasını görüntüler.
|
||||
In Depth Help - /plan players ? || > §2Oyuncu Komutu\ Oyuncular sayfasına olan bağlantıyı verir.
|
||||
In Depth Help - /plan db || Use different database subcommands to change the data in some way
|
||||
In Depth Help - /plan db backup || Uses SQLite to backup the target database to a file.
|
||||
In Depth Help - /plan db clear || Clears all Plan tables, removing all Plan-data in the process.
|
||||
In Depth Help - /plan db hotswap || Reloads the plugin with the other database and changes the config to match.
|
||||
In Depth Help - /plan db move || Overwrites contents in the other database with the contents in another.
|
||||
In Depth Help - /plan db remove || Removes all data linked to a player from the Current database.
|
||||
In Depth Help - /plan db restore || Uses SQLite backup file and overwrites contents of the target database.
|
||||
In Depth Help - /plan db uninstalled || Marks a server in Plan database as uninstalled so that it will not show up in server queries.
|
||||
In Depth Help - /plan disable || Disable the plugin or part of it until next reload/restart.
|
||||
In Depth Help - /plan export || Performs an export to export location defined in the config.
|
||||
In Depth Help - /plan import || Performs an import to load data into the database.
|
||||
In Depth Help - /plan info || Display the current status of the plugin.
|
||||
In Depth Help - /plan ingame || Oyun içindeyken oyuncu hakkında bilgi verir.
|
||||
In Depth Help - /plan reload ? || > §2Yeniden Başlatma Komutu\ Restarts the plugin using onDisable and onEnable.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /plan search ? || > §2Arama Komutu\ Verilen argümanla eşleşen Oyuncu isimlerinin bir listesini alın.\§7 Örnek: /plan search 123 - 123 adındaki tüm kullanıcıları adında bulur.
|
||||
In Depth Help - /plan servers ? || > §2Sunucu Komutu\ Veritabanındaki Plan sunucularının listesini görüntüler.\ Networkteki veritabanı kaydıyla ilgili sorunları çözmek için kullanılabilir.
|
||||
In Depth Help - /plan web ? || < §2Web Kullanıcısı Yönetim Paneli Komutu.\ §2/plan web §fList subcommands\ §2/plan web <subcommand> ? §fIn Depth help
|
||||
In Depth Help - /plan web register ? || > §2Kayıt Alt Komutu\ Yeni bir Web Kullanıcısı kaydeder.\ Bir kullanıcıyı başka bir oyuncuya kaydetmek plan.webmanage izni gerektirir.\ Şifreler, kriptografik olarak rasgele bir sıra kullanılarak PBKDF2 (64.000 iterasyon SHA1) ile karıştırıldı.
|
||||
In Depth Help - /planbungee disable ? || > §2Devre Dışı Komutu\ Runs onDisable on PlanBungee.\ Plugin can be enabled with reload afterwards.\ §bDoes not support swapping jar on the fly
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan network || Obtain a link to the /network page, only does so on networks.
|
||||
In Depth Help - /plan player || Obtain a link to the /player page of a specific player, or the current player.
|
||||
In Depth Help - /plan players || Obtain a link to the /players page to see a list of players.
|
||||
In Depth Help - /plan register || Use without arguments to get link to register page. Use --code [code] after registration to get a user.
|
||||
In Depth Help - /plan reload || Disable and enable the plugin to reload any changes in config.
|
||||
In Depth Help - /plan search || List all matching player names to given part of a name.
|
||||
In Depth Help - /plan server || Obtain a link to the /server page of a specific server, or the current server if no arguments are given.
|
||||
In Depth Help - /plan servers || List ids, names and uuids of servers in the database.
|
||||
In Depth Help - /plan unregister || Use without arguments to unregister player linked user, or with username argument to unregister another user.
|
||||
In Depth Help - /plan users || Lists web users as a table.
|
||||
Manage - Confirm Overwrite || ${0} içindeki verilen üzerinden yazılacak!
|
||||
Manage - Confirm Removal || ${0} İçindeki Veri Silinecek!
|
||||
Manage - Fail || > §cBirşey yanlış gidiyor: ${0}
|
||||
@ -335,6 +397,7 @@ Manage - Fail Same Database || > §cAynı veritabanında vey
|
||||
Manage - Fail Same server || Can not mark this server as uninstalled (You are on it)
|
||||
Manage - Fail, Confirmation || > §cKomutu onaylamak için '-a' komuta ekle: ${0}
|
||||
Manage - List Importers || Importers:
|
||||
Manage - Progress || ${0} / ${1} processed..
|
||||
Manage - Remind HotSwap || §eRemember to swap to the new database (/plan m hotswap ${0}) & reload the plugin.
|
||||
Manage - Start || > §2Veri işleniyor..
|
||||
Manage - Success || > §aBaşarılı!
|
||||
@ -352,7 +415,12 @@ Version FAIL - Read versions.txt || Sürüm bilgileri Github/vers
|
||||
Web User Listing || §2${0} §7: §f${1}
|
||||
WebServer - Notify HTTP || WebServer: Sertifika yok -> Görüntülemek için HTTP-server kullanılıyor.
|
||||
WebServer - Notify HTTP User Auth || WebServer: Kullanıcı Yetkisi Devre Dışı! (HTTP Güvenli değil)
|
||||
WebServer - Notify HTTPS User Auth || WebServer: User Authorization Disabled! (Disabled in config)
|
||||
Webserver - Notify IP Whitelist || Webserver: IP Whitelist is enabled.
|
||||
Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied access to '${1}'. (not whitelisted)
|
||||
WebServer - Notify no Cert file || WebServer: Setrifikası Dosyası Bulunamadı: ${0}
|
||||
WebServer - Notify Using Proxy || WebServer: Proxy-mode HTTPS enabled, make sure that your reverse-proxy is routing using HTTPS and Plan Alternative_IP.Link points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Check that the file is not empty)
|
||||
WebServer FAIL - Port Bind || Web Sunucusu başarıyla başlatılmadı. Bu (${0}) port mu kullanılıyor ?
|
||||
WebServer FAIL - SSL Context || WebServer: SSL İçeriği Başlatma Başarısız Oldu.
|
||||
WebServer FAIL - Store Load || WebServer: SSL Sertifikası yüklenirken sorun oluştu.
|
||||
|
Loading…
Reference in New Issue
Block a user