mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-07 00:48:24 +01:00
5.4.1317
This commit is contained in:
parent
2aa0d12c09
commit
4866d242c6
@ -21,7 +21,7 @@ Plugin:
|
||||
Configuration:
|
||||
Allow_proxy_to_manage_settings: true
|
||||
# -----------------------------------------------------
|
||||
# Supported databases: SQLite, H2, MySQL
|
||||
# Supported databases: SQLite, MySQL
|
||||
# -----------------------------------------------------
|
||||
Database:
|
||||
Type: SQLite
|
||||
@ -34,9 +34,6 @@ Database:
|
||||
# Launch options to append after mysql driver address
|
||||
Launch_options: "?rewriteBatchedStatements=true&useSSL=false&serverTimezone=UTC"
|
||||
Max_connections: 8
|
||||
H2:
|
||||
User: root
|
||||
Password: minecraft
|
||||
# -----------------------------------------------------
|
||||
# More information about SSL Certificate Settings:
|
||||
# https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up
|
||||
|
@ -1,517 +1,517 @@
|
||||
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
|
||||
API - css+ || 页面扩展: ${0} 添加样式表(s) 到 ${1}, ${2}
|
||||
API - js+ || 页面扩展: ${0} 添加 javascript(s) 到 ${1}, ${2}
|
||||
Cmd - Click Me || 点击此处
|
||||
Cmd - Link || 链接
|
||||
Cmd - Link Network || 群组网络页面:
|
||||
Cmd - Link Player || 玩家个人页面:
|
||||
Cmd - Link Player JSON || 玩家 json:
|
||||
Cmd - Link Players || 全体玩家页面:
|
||||
Cmd - Link Register || 注册页面 page:
|
||||
Cmd - Link Server || 服务器页面 page:
|
||||
CMD Arg - backup-file || 备份文件的名称(区分大小写)
|
||||
CMD Arg - code || 注册需要用到的代码。
|
||||
CMD Arg - db type backup || 要备份的数据库的类型。如果未指定,则使用当前数据库。
|
||||
CMD Arg - db type clear || 要清空数据的数据库类型。
|
||||
CMD Arg - db type hotswap || 要开始使用的新数据库类型。
|
||||
CMD Arg - db type move from || 要从移出数据的数据库类型。
|
||||
CMD Arg - db type move to || 要将数据移入的数据库类型。不能和之前一样。
|
||||
CMD Arg - db type restore || 要还原的数据库的类型。如果未指定,则使用当前数据库。
|
||||
CMD Arg - feature || 要禁用的功能名称:${0}
|
||||
CMD Arg - player identifier || 玩家的名称或 UUID
|
||||
CMD Arg - player identifier remove || 要从当前数据库删除的玩家标识符
|
||||
CMD Arg - server identifier || 服务器的名称,ID 或 UUID
|
||||
CMD Arg - subcommand || 使用不带子命令的命令即可查看帮助。(直接输入)
|
||||
CMD Arg - username || 另一个用户的用户名。如果未指定,则使用玩家绑定的用户。
|
||||
CMD Arg Name - 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 Arg Name - export kind || 导出类型
|
||||
CMD Arg Name - feature || 功能
|
||||
CMD Arg Name - import kind || 导入类型
|
||||
CMD Arg Name - name or uuid || 名称/uuid
|
||||
CMD Arg Name - server || 服务器
|
||||
CMD Arg Name - subcommand || 子命令
|
||||
CMD Arg Name - username || 用户名
|
||||
Cmd Confirm - accept || 接受
|
||||
Cmd Confirm - cancelled, no data change || 已取消。没有数据被更改。
|
||||
Cmd Confirm - cancelled, unregister || 已取消。 '${0}' 尚未注销
|
||||
Cmd Confirm - clearing db || 你将要删除 ${0} 中的所有 Plan 的数据
|
||||
Cmd Confirm - confirmation || 确认:
|
||||
Cmd Confirm - deny || 取消
|
||||
Cmd Confirm - Expired || 确认已过期,请再次使用命令
|
||||
Cmd Confirm - Fail on accept || 接受操作在执行时出错: ${0}
|
||||
Cmd Confirm - Fail on deny || 拒绝操作在执行时出错: ${0}
|
||||
Cmd Confirm - overwriting db || 你将要用 ${1} 中的数据覆盖 Plan ${0} 中的数据。
|
||||
Cmd Confirm - remove player db || 你将从 ${1} 中删除 ${0} 的数据。
|
||||
Cmd Confirm - unregister || 您即将解除与 ${1} 链接的 '${0}' 的注册。
|
||||
Cmd db - creating backup || 创建一个备份文件 '${0}.db',内容为 ${1}。
|
||||
Cmd db - removal || 从 ${0} 中删除 Plan 的数据...
|
||||
Cmd db - removal player || 从 ${1} 中删除 ${0} 的数据...
|
||||
Cmd db - server uninstalled || §a如果服务器没有真的卸载,则它将自动在数据库中把自己设置为已安装。
|
||||
Cmd db - write || 正在写入${0}...
|
||||
Cmd Disable - Disabled || §a Plan 系统现在已被禁用。你仍然可以使用 reload 来重新启动插件。
|
||||
Cmd FAIL - Accepts only these arguments || 接受以下内容 ${0}: ${1}
|
||||
Cmd FAIL - Database not open || §c数据库为 ${0} - 请稍后再试。
|
||||
Cmd FAIL - Empty search string || 搜索字符串不能为空
|
||||
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[数据统计] 命令需要一个参数。
|
||||
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 - No Permission || §c你没有所需的权限。
|
||||
Cmd FAIL - No player || 找不到玩家 '${0}',他们没有 UUID。
|
||||
Cmd FAIL - No player register || 在数据库中找不到玩家 '${0}'。
|
||||
Cmd FAIL - No server || 在数据库中找不到服务器 '${0}'。
|
||||
Cmd FAIL - Require only one Argument || §c需要单个参数 ${1}
|
||||
Cmd FAIL - Requires Arguments || §c需要参数 (${0}) ${1}
|
||||
Cmd FAIL - see config || 查看配置文件中的 '${0}'
|
||||
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 Footer - Help || §7将鼠标悬停在参数或命令上来了解更多有关它们的信息,或者使用 '/${0} ?'。
|
||||
Cmd Header - Analysis || > §2分析结果
|
||||
Cmd Header - Help || > §2/${0} 帮助
|
||||
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::名称::uuid
|
||||
Cmd Header - Servers || > §2全部服务器
|
||||
Cmd Header - web user list || 用户名::绑定到::权限等级
|
||||
Cmd Header - Web Users || > §2${0} 网页用户
|
||||
Cmd Info - Bungee Connection || §2连接至代理:§f${0}
|
||||
Cmd Info - Database || §2当前数据库:§f${0}
|
||||
Cmd Info - Reload Complete || §a成功重载插件
|
||||
Cmd Info - Reload Failed || §c重载插件时发生错误,建议重新启动服务器。
|
||||
Cmd Info - Update || §2更新可用:§f${0}
|
||||
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}
|
||||
Cmd Qinspect - Active Playtime || §2活跃游戏时间: §f${0}
|
||||
Cmd network - No network || 服务器未连接到群组。此链接已重定向到服务器页面。
|
||||
Cmd Notify - No Address || §e没有可用的地址 - 已使用 localhost 作为后备地址。在配置文件中的 'Alternative_IP' 设置地址。
|
||||
Cmd Notify - No WebUser || 你可能没有网页账户,请使用 /plan register <password> 来注册
|
||||
Cmd Notify - WebUser register || 新用户已注册: '${0}' 权限等级: ${1}
|
||||
Cmd Qinspect - Active Playtime || §2活跃时间:§f${0}
|
||||
Cmd Qinspect - Activity Index || §2活跃指数:§f${0} | ${1}
|
||||
Cmd Qinspect - AFK Playtime || §2AFK时间: §f${0}
|
||||
Cmd Qinspect - AFK Playtime || §2挂机时间:§f${0}
|
||||
Cmd Qinspect - Deaths || §2死亡数:§f${0}
|
||||
Cmd Qinspect - Geolocation || §2从 §f${0} 登录
|
||||
Cmd Qinspect - Last Seen || §2最后在线:§f${0}
|
||||
Cmd Qinspect - Longest Session || §2最长在线时间:§f${0}
|
||||
Cmd Qinspect - Mob Kills || §2怪物击杀数:§f${0}
|
||||
Cmd Qinspect - Geolocation || §2登录位置:§f${0}
|
||||
Cmd Qinspect - Last Seen || §2上次在线:§f${0}
|
||||
Cmd Qinspect - Longest Session || §2最长的一次游玩:§f${0}
|
||||
Cmd Qinspect - Mob Kills || §2生物击杀数:§f${0}
|
||||
Cmd Qinspect - Player Kills || §2玩家击杀数:§f${0}
|
||||
Cmd Qinspect - Playtime || §2游玩时间:§f${0}
|
||||
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 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 || 热插拔数据库并重启插件
|
||||
Cmd Qinspect - Times Kicked || §2被踢次数:§f${0}
|
||||
Cmd SUCCESS - Feature disabled || §a暂时禁用 '${0}' 直到下一次重载插件。
|
||||
Cmd SUCCESS - WebUser register || §a成功添加了新用户(${0})!
|
||||
Cmd unregister - unregistering || 注销 '${0}' 中...
|
||||
Cmd WARN - Database not open || §e数据库状态为 ${0} - 这可能需要比预期更长的时间...
|
||||
Cmd Web - Permission Levels || >\§70: 访问所有页面\§71: 访问 '/players' 和全体玩家页面\§72: 访问用户名与网页用户名一致的玩家页\§73+: 没有权限
|
||||
Command Help - /plan db || 管理 Plan 数据库
|
||||
Command Help - /plan db backup || 将数据库的数据备份到一个文件中
|
||||
Command Help - /plan db clear || 从数据库中删除所有 Plan 数据
|
||||
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 ingame || 在游戏内检视玩家数据
|
||||
Command Help - /plan json || View json of Player's raw data.
|
||||
Command Help - /plan logout || Log out other users from the panel.
|
||||
Command Help - /plan network || 查看全服网络页面
|
||||
Command Help - /plan player || 检视玩家数据
|
||||
Command Help - /plan players || 列出所有已缓存玩家名单
|
||||
Command Help - /plan register || 注册网页用户
|
||||
Command Help - /plan reload || 重新启动插件(重载配置)
|
||||
Command Help - /plan db remove || 从当前数据库中删除玩家的数据
|
||||
Command Help - /plan db restore || 将数据从文件恢复到数据库
|
||||
Command Help - /plan db uninstalled || 在数据库中把一个服务器设置为已卸载。
|
||||
Command Help - /plan disable || 禁用整个插件或禁用插件的部分功能
|
||||
Command Help - /plan export || 手动导出 html 或 json 文件
|
||||
Command Help - /plan import || 导入数据
|
||||
Command Help - /plan info || 关于此插件的信息
|
||||
Command Help - /plan ingame || 在游戏中查看玩家信息
|
||||
Command Help - /plan json || 查看玩家的原始数据 json。
|
||||
Command Help - /plan logout || 将其他用户从面板上登出。
|
||||
Command Help - /plan network || 查看群组网络页面
|
||||
Command Help - /plan player || 查看玩家页面
|
||||
Command Help - /plan players || 查看全体玩家页面
|
||||
Command Help - /plan register || 注册一个网页用户
|
||||
Command Help - /plan reload || 重启 Plan
|
||||
Command Help - /plan search || 搜索玩家
|
||||
Command Help - /plan server || 查看服务器分析
|
||||
Command Help - /plan server || 查看服务器页面
|
||||
Command Help - /plan servers || 列出数据库中的服务器
|
||||
Command Help - /plan unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Database - Apply Patch || 正在应用更新:${0}···
|
||||
Command Help - /plan unregister || 注销一个 Plan 网页账户
|
||||
Command Help - /plan users || 列出所有网页账户
|
||||
Database - Apply Patch || 正在应用补丁:${0}...
|
||||
Database - Patches Applied || 已成功应用所有数据库补丁。
|
||||
Database - Patches Applied Already || 已应用所有数据库补丁。
|
||||
Database MySQL - Launch Options Error || 启动参数出错,正使用默认参数(${0})
|
||||
Database Notify - Clean || 移除了 ${0} 位用户的数据。
|
||||
Database Notify - SQLite No WAL || 此服务器版本不支持 SQLite WAL 模式,正使用默认模式。这可能会影响性能。
|
||||
Disable || 已禁用插件。
|
||||
Disable - Processing || 正在处理未处理的关键任务。(${0})
|
||||
Disable || Plan 插件已禁用。
|
||||
Disable - Processing || 正在处理未处理的关键任务。(${0})
|
||||
Disable - Processing Complete || 处理完毕。
|
||||
Disable - Unsaved Session Save || 保存未完成的时域中..
|
||||
Disable - Unsaved Session Save Timeout || Timeout hit, storing the unfinished sessions on next enable instead.
|
||||
Disable - Waiting SQLite || Waiting queries to finish to avoid SQLite crashing JVM..
|
||||
Disable - Waiting SQLite Complete || Closed SQLite connection.
|
||||
Disable - Waiting Transactions || Waiting for unfinished transactions to avoid data loss..
|
||||
Disable - Waiting Transactions Complete || Transaction queue closed.
|
||||
Disable - WebServer || 正在关闭网页服务器···
|
||||
Enable || 已启用插件。
|
||||
Enable - Database || ${0}-已建立数据库连接。
|
||||
Enable - Notify Bad IP || 0.0.0.0 是一个不存在的连接地址,请修改 Alternative_IP 设定. 否则可能会导致给予玩家的网页地址错误!
|
||||
Enable - Notify Empty IP || server.properties 中的 IP 为空且未使用替代 IP。这将会导致地址出错!
|
||||
Enable - Notify Geolocations disabled || 已关闭地理位置收集。(Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || 插件需要在首次运行时访问互联网以下载 GeoLite2 地理位置数据库。
|
||||
Enable - Notify Webserver disabled || 未初始化网页服务器。(WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || 正在初始化网页服务器···
|
||||
Enable FAIL - Database || ${0}-连接数据库失败:${1}
|
||||
Enable FAIL - Database Patch || 数据库补丁失败,插件必须被禁用。请汇报此问题
|
||||
Disable - Unsaved Session Save || 保存未完成的会话中...
|
||||
Disable - Unsaved Session Save Timeout || 超时,将在下一次启动储存未完成的会话。
|
||||
Disable - Waiting SQLite || 正在等待查询完成,以避免 SQLite 使 JVM 崩溃...
|
||||
Disable - Waiting SQLite Complete || SQLite 连接已关闭。
|
||||
Disable - Waiting Transactions || 正在等待未完成的事务以避免数据丢失...
|
||||
Disable - Waiting Transactions Complete || 事务队列已关闭。
|
||||
Disable - WebServer || 网页服务器已关闭。
|
||||
Enable || Plan 插件已启用。
|
||||
Enable - Database || ${0} - 已连接到数据库。
|
||||
Enable - Notify Bad IP || 0.0.0.0 不是有效的地址,请修改 Alternative_IP 设置. 否则可能会导致网页地址错误!
|
||||
Enable - Notify Empty IP || server.properties 中的 IP 为空且未使用备用 IP。这可能会导致地址出错!
|
||||
Enable - Notify Geolocations disabled || 已关闭地理位置收集。(Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan 需要在首次运行时访问互联网以下载 GeoLite2 地理位置数据库。
|
||||
Enable - Notify Webserver disabled || 网页服务器未初始化。(WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || 正在储存之前关机前留下的会话。
|
||||
Enable - WebServer || 网页服务器已在 ${0} ( ${1} ) 端口上运行
|
||||
Enable FAIL - Database || ${0} - 连接到数据库失败:${1}
|
||||
Enable FAIL - Database Patch || 数据库补丁失败,插件必须被禁用。请报告此问题
|
||||
Enable FAIL - GeoDB Write || 保存已下载的 GeoLite2 地理位置数据库时发生问题
|
||||
Enable FAIL - WebServer (Proxy) || 网页服务器未初始化
|
||||
Enable FAIL - Wrong Database Type || ${0} 此数据类型不存在。
|
||||
HTML - AND_BUG_REPORTERS || & Bug reporters!
|
||||
HTML - BANNED (Filters) || Banned
|
||||
HTML - COMPARING_15_DAYS || 比较15天前
|
||||
HTML - COMPARING_60_DAYS || 比较30天前
|
||||
HTML - COMPARING_7_DAYS || 比较7天前
|
||||
HTML - DATABASE_NOT_OPEN || 数据库未开放, 请输入 /plan info 查看数据库状态
|
||||
HTML - DESCRIBE_RETENTION_PREDICTION || This value is a prediction based on previous players.
|
||||
Enable FAIL - WebServer (Proxy) || 网页服务器没有初始化!
|
||||
Enable FAIL - Wrong Database Type || ${0} 是不支持的数据库类型
|
||||
HTML - AND_BUG_REPORTERS || 和其他问题报告者!
|
||||
HTML - BANNED (Filters) || 被封禁
|
||||
HTML - COMPARING_15_DAYS || 对比 15 天的情况
|
||||
HTML - COMPARING_60_DAYS || 对比 30 天前和现在的情况
|
||||
HTML - COMPARING_7_DAYS || 对比 7 天的情况
|
||||
HTML - DATABASE_NOT_OPEN || 数据库未开放, 使用 /plan info 查看数据库状态
|
||||
HTML - DESCRIBE_RETENTION_PREDICTION || 这个数值是基于之前的玩家数据预测的。
|
||||
HTML - ERROR || 认证时发生错误
|
||||
HTML - EXPIRED_COOKIE || 用户Cookie已过期
|
||||
HTML - FILTER_ACTIVITY_INDEX_NOW || Current activity group
|
||||
HTML - FILTER_ALL_PLAYERS || All players
|
||||
HTML - FILTER_BANNED || Ban status
|
||||
HTML - FILTER_GROUP || Group:
|
||||
HTML - FILTER_OPS || Operator status
|
||||
HTML - EXPIRED_COOKIE || 用户 Cookie 已过期
|
||||
HTML - FILTER_ACTIVITY_INDEX_NOW || 活跃度分组
|
||||
HTML - FILTER_ALL_PLAYERS || 全体玩家
|
||||
HTML - FILTER_BANNED || 封禁状态
|
||||
HTML - FILTER_GROUP || 小组:
|
||||
HTML - FILTER_OPS || 管理员状态
|
||||
HTML - INDEX_ACTIVE || 活跃
|
||||
HTML - INDEX_INACTIVE || 不活跃
|
||||
HTML - INDEX_IRREGULAR || 偶尔上线
|
||||
HTML - INDEX_REGULAR || 经常上线
|
||||
HTML - INDEX_VERY_ACTIVE || 非常活跃
|
||||
HTML - KILLED || 被击杀
|
||||
HTML - LABEL_1ST_WEAPON || 最致命的PVP武器
|
||||
HTML - LABEL_2ND_WEAPON || 更致命的武器
|
||||
HTML - LABEL_3RD_WEAPON || 致命的PvP武器
|
||||
HTML - LABEL_ACTIVE_PLAYTIME || Active Playtime
|
||||
HTML - KILLED || 被击杀数
|
||||
HTML - LABEL_1ST_WEAPON || 最致命的 PVP 武器
|
||||
HTML - LABEL_2ND_WEAPON || 第二致命的 PVP 武器
|
||||
HTML - LABEL_3RD_WEAPON || 第三致命的 PVP 武器
|
||||
HTML - LABEL_ACTIVE_PLAYTIME || 活跃时间
|
||||
HTML - LABEL_ACTIVITY_INDEX || 活跃指数
|
||||
HTML - LABEL_AFK || AFK
|
||||
HTML - LABEL_AFK || 挂机
|
||||
HTML - LABEL_AFK_TIME || 挂机时间
|
||||
HTML - LABEL_AVG || 平均
|
||||
HTML - LABEL_AVG_ACTIVE_PLAYTIME || Average Active Playtime
|
||||
HTML - LABEL_AVG_AFK_TIME || Average AFK Time
|
||||
HTML - LABEL_AVG_CHUNKS || Average Chunks
|
||||
HTML - LABEL_AVG_ENTITIES || Average Entities
|
||||
HTML - LABEL_AVG_KDR || 平均击杀比
|
||||
HTML - LABEL_AVG_MOB_KDR || 平均怪物击杀比
|
||||
HTML - LABEL_AVG_PLAYTIME || 平均游戏时间
|
||||
HTML - LABEL_AVG_SESSION_LENGTH || 平均时域长度
|
||||
HTML - LABEL_AVG_SESSIONS || Average Sessions
|
||||
HTML - LABEL_AVG_TPS || 平均TPS
|
||||
HTML - LABEL_BANNED || 已封禁
|
||||
HTML - LABEL_AVG_ACTIVE_PLAYTIME || 平均活跃时间
|
||||
HTML - LABEL_AVG_AFK_TIME || 平均挂机时间
|
||||
HTML - LABEL_AVG_CHUNKS || 平均区块数
|
||||
HTML - LABEL_AVG_ENTITIES || 平均实体书
|
||||
HTML - LABEL_AVG_KDR || 平均 KDR
|
||||
HTML - LABEL_AVG_MOB_KDR || 平均生物 KDR
|
||||
HTML - LABEL_AVG_PLAYTIME || 平均游玩时间
|
||||
HTML - LABEL_AVG_SESSION_LENGTH || 平均会话时长
|
||||
HTML - LABEL_AVG_SESSIONS || 平均会话
|
||||
HTML - LABEL_AVG_TPS || 平均 TPS
|
||||
HTML - LABEL_BANNED || 已被封禁
|
||||
HTML - LABEL_BEST_PEAK || 所有时间峰值
|
||||
HTML - LABEL_DAY_OF_WEEK || 星期
|
||||
HTML - LABEL_DEATHS || 死亡数
|
||||
HTML - LABEL_DOWNTIME || 停机时间
|
||||
HTML - LABEL_DURING_LOW_TPS || TPS峰值:
|
||||
HTML - LABEL_ENTITIES || 实体数
|
||||
HTML - LABEL_FAVORITE_SERVER || 喜爱的服务器
|
||||
HTML - LABEL_FIRST_SESSION_LENGTH || 第一个时域的长度
|
||||
HTML - LABEL_FREE_DISK_SPACE || 剩余磁盘空间
|
||||
HTML - LABEL_INACTIVE || 未激活
|
||||
HTML - LABEL_LAST_PEAK || 上次峰值
|
||||
HTML - LABEL_LAST_SEEN || 最后在线
|
||||
HTML - LABEL_LOADED_CHUNKS || 已加载的区块
|
||||
HTML - LABEL_LOADED_ENTITIES || 已加载的实体
|
||||
HTML - LABEL_DURING_LOW_TPS || 持续低 TPS 时间
|
||||
HTML - LABEL_ENTITIES || 实体
|
||||
HTML - LABEL_FAVORITE_SERVER || 最喜爱的服务器
|
||||
HTML - LABEL_FIRST_SESSION_LENGTH || 第一次会话时长
|
||||
HTML - LABEL_FREE_DISK_SPACE || 剩余硬盘空间
|
||||
HTML - LABEL_INACTIVE || 不活跃
|
||||
HTML - LABEL_LAST_PEAK || 上次在线峰值
|
||||
HTML - LABEL_LAST_SEEN || 最后在线时间
|
||||
HTML - LABEL_LOADED_CHUNKS || 已加载区块
|
||||
HTML - LABEL_LOADED_ENTITIES || 已加载实体
|
||||
HTML - LABEL_LONE_JOINS || 单独加入
|
||||
HTML - LABEL_LONE_NEW_JOINS || 单独新玩家加入
|
||||
HTML - LABEL_LONGEST_SESSION || 最长时域
|
||||
HTML - LABEL_LOW_TPS || TPS最低峰
|
||||
HTML - LABEL_MAX_FREE_DISK || 最大可用磁盘空间
|
||||
HTML - LABEL_MIN_FREE_DISK || 最小可用磁盘空间
|
||||
HTML - LABEL_MOB_DEATHS || 被怪物击杀数
|
||||
HTML - LABEL_MOB_KDR || 怪物击杀比
|
||||
HTML - LABEL_MOB_KILLS || 怪物击杀数
|
||||
HTML - LABEL_MOST_ACTIVE_GAMEMODE || 最常用的游戏模式
|
||||
HTML - LABEL_LONGEST_SESSION || 最长会话时间
|
||||
HTML - LABEL_LOW_TPS || 低 TPS 时间
|
||||
HTML - LABEL_MAX_FREE_DISK || 最大可用硬盘空间
|
||||
HTML - LABEL_MIN_FREE_DISK || 最小可用硬盘空间
|
||||
HTML - LABEL_MOB_DEATHS || 被生物击杀数
|
||||
HTML - LABEL_MOB_KDR || 生物 KDR
|
||||
HTML - LABEL_MOB_KILLS || 生物击杀数
|
||||
HTML - LABEL_MOST_ACTIVE_GAMEMODE || 最常玩的游戏模式
|
||||
HTML - LABEL_NAME || 名称
|
||||
HTML - LABEL_NEW || 新
|
||||
HTML - LABEL_NEW_PLAYERS || 新玩家
|
||||
HTML - LABEL_NICKNAME || 昵称
|
||||
HTML - LABEL_NO_SESSION_KILLS || 无
|
||||
HTML - LABEL_ONLINE_FIRST_JOIN || 第一次加入服务器的在线玩家
|
||||
HTML - LABEL_ONLINE_FIRST_JOIN || 第一次进入服务器的在线玩家
|
||||
HTML - LABEL_OPERATOR || 管理员
|
||||
HTML - LABEL_PER_PLAYER || / 玩家
|
||||
HTML - LABEL_PER_REGULAR_PLAYER || / 普通玩家
|
||||
HTML - LABEL_PLAYER_DEATHS || 被玩家击杀数
|
||||
HTML - LABEL_PLAYER_KILLS || 玩家击杀数
|
||||
HTML - LABEL_PLAYER_DEATHS || 被玩家击杀次数
|
||||
HTML - LABEL_PLAYER_KILLS || 击杀玩家数
|
||||
HTML - LABEL_PLAYERS_ONLINE || 在线玩家
|
||||
HTML - LABEL_PLAYTIME || 游玩时间
|
||||
HTML - LABEL_REGISTERED || 已注册
|
||||
HTML - LABEL_REGISTERED || 注册时间
|
||||
HTML - LABEL_REGISTERED_PLAYERS || 已注册的玩家
|
||||
HTML - LABEL_REGULAR || 普通
|
||||
HTML - LABEL_REGULAR_PLAYERS || 普通玩家
|
||||
HTML - LABEL_RELATIVE_JOIN_ACTIVITY || 最近加入活动
|
||||
HTML - LABEL_RETENTION || 新玩家留坑率
|
||||
HTML - LABEL_SERVER_DOWNTIME || 关服时间
|
||||
HTML - LABEL_SERVER_OCCUPIED || 开服时间
|
||||
HTML - LABEL_SESSION_ENDED || 时域之末
|
||||
HTML - LABEL_SESSION_MEDIAN || 平均时域
|
||||
HTML - LABEL_TIMES_KICKED || 被踢次数
|
||||
HTML - LABEL_SERVER_DOWNTIME || 服务器停机时间
|
||||
HTML - LABEL_SERVER_OCCUPIED || 服务器在线时间
|
||||
HTML - LABEL_SESSION_ENDED || 会话结束
|
||||
HTML - LABEL_SESSION_MEDIAN || 平均会话长度
|
||||
HTML - LABEL_TIMES_KICKED || 被踢出次数
|
||||
HTML - LABEL_TOTAL_PLAYERS || 总玩家数
|
||||
HTML - LABEL_TOTAL_PLAYTIME || 总游戏时间
|
||||
HTML - LABEL_UNIQUE_PLAYERS || 普通玩家
|
||||
HTML - LABEL_TOTAL_PLAYTIME || 总游玩时间
|
||||
HTML - LABEL_UNIQUE_PLAYERS || 独立玩家
|
||||
HTML - LABEL_WEEK_DAYS || '星期一', '星期二', '星期三', '星期四', '星期五', '星期六', '星期日'
|
||||
HTML - LINK_BACK_NETWORK || 全服网络页面
|
||||
HTML - LINK_BACK_NETWORK || 群组网络页面
|
||||
HTML - LINK_BACK_SERVER || 服务器页面
|
||||
HTML - LINK_CHANGELOG || 查看更新日志
|
||||
HTML - LINK_DISCORD || Discord支持
|
||||
HTML - LINK_DISCORD || 一般问题支持:Discord
|
||||
HTML - LINK_DOWNLOAD || 下载
|
||||
HTML - LINK_ISSUES || 提问
|
||||
HTML - LINK_ISSUES || 报告问题
|
||||
HTML - LINK_NIGHT_MODE || 夜间模式
|
||||
HTML - LINK_PLAYER_PAGE || 玩家页面
|
||||
HTML - LINK_QUICK_VIEW || 快速检索
|
||||
HTML - LINK_QUICK_VIEW || 快速浏览
|
||||
HTML - LINK_SERVER_ANALYSIS || 服务器分析
|
||||
HTML - LINK_WIKI || Plan Wiki,教程 & 文档
|
||||
HTML - LOCAL_MACHINE || 本机
|
||||
HTML - LOGIN_CREATE_ACCOUNT || Create an Account!
|
||||
HTML - LOGIN_FAILED || Login failed:
|
||||
HTML - LOGIN_FORGOT_PASSWORD || Forgot Password?
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || Forgot password? Unregister and register again.
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2 || Use the following command in game to remove your current user:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3 || Or using console:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4 || After using the command,
|
||||
HTML - LOGIN_LOGIN || Login
|
||||
HTML - LOGIN_LOGOUT || Logout
|
||||
HTML - LOGIN_PASSWORD || "Password"
|
||||
HTML - LOGIN_USERNAME || "Username"
|
||||
HTML - LINK_WIKI || Plan Wiki,教程和文档
|
||||
HTML - LOCAL_MACHINE || 本地主机
|
||||
HTML - LOGIN_CREATE_ACCOUNT || 创建一个账户!
|
||||
HTML - LOGIN_FAILED || 登录失败:
|
||||
HTML - LOGIN_FORGOT_PASSWORD || 忘记密码?
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || 忘记密码? 注销并再次注册。
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2 || 在游戏中使用以下命令来删除当前账户:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3 || 或使用控制台命令:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4 || 使用命令后,
|
||||
HTML - LOGIN_LOGIN || 登录
|
||||
HTML - LOGIN_LOGOUT || 登出
|
||||
HTML - LOGIN_PASSWORD || "密码"
|
||||
HTML - LOGIN_USERNAME || "用户名"
|
||||
HTML - NAV_PLUGINS || 插件
|
||||
HTML - NEW_CALENDAR || 新:
|
||||
HTML - NO_KILLS || 无击杀数
|
||||
HTML - NO_USER_PRESENT || 用户Cookie未提供
|
||||
HTML - NON_OPERATORS (Filters) || Non operators
|
||||
HTML - NOT_BANNED (Filters) || Not banned
|
||||
HTML - NO_KILLS || 没有击杀数
|
||||
HTML - NO_USER_PRESENT || 用户 cookie 不存在
|
||||
HTML - NON_OPERATORS (Filters) || 非管理员
|
||||
HTML - NOT_BANNED (Filters) || 未被封禁
|
||||
HTML - OFFLINE || 离线
|
||||
HTML - ONLINE || 在线
|
||||
HTML - OPERATORS (Filters) || Operators
|
||||
HTML - OPERATORS (Filters) || 管理员
|
||||
HTML - PER_DAY || / 天
|
||||
HTML - PLAYERS_TEXT || 玩家
|
||||
HTML - QUERY || Query<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || Activity of matched players
|
||||
HTML - QUERY_ACTIVITY_ON || Activity on <span id="activity-date"></span>
|
||||
HTML - QUERY_ADD_FILTER || Add a filter..
|
||||
HTML - QUERY_AND || and
|
||||
HTML - QUERY_ARE || `are`
|
||||
HTML - QUERY_ARE_ACTIVITY_GROUP || are in Activity Groups
|
||||
HTML - QUERY_ARE_PLUGIN_GROUP || are in ${plugin}'s ${group} Groups
|
||||
HTML - QUERY_JOINED_WITH_ADDRESS || joined with address
|
||||
HTML - QUERY_LOADING_FILTERS || Loading filters..
|
||||
HTML - QUERY_MAKE || Make a query
|
||||
HTML - QUERY_MAKE_ANOTHER || Make another query
|
||||
HTML - QUERY_OF_PLAYERS || of Players who
|
||||
HTML - QUERY_PERFORM_QUERY || Perform Query!
|
||||
HTML - QUERY_PLAYED_BETWEEN || Played between
|
||||
HTML - QUERY_REGISTERED_BETWEEN || Registered between
|
||||
HTML - QUERY_RESULTS || Query Results
|
||||
HTML - QUERY_RESULTS_MATCH || matched ${resultCount} players
|
||||
HTML - QUERY_SESSIONS_WITHIN_VIEW || Sessions within view
|
||||
HTML - QUERY_SHOW_VIEW || Show a view
|
||||
HTML - QUERY_TIME_FROM || >from</label>
|
||||
HTML - QUERY_TIME_TO || >to</label>
|
||||
HTML - QUERY_VIEW || View:
|
||||
HTML - QUERY_ZERO_RESULTS || Query produced 0 results
|
||||
HTML - REGISTER || Register
|
||||
HTML - REGISTER_CHECK_FAILED || Checking registration status failed:
|
||||
HTML - REGISTER_COMPLETE || Complete Registration
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_1 || You can now finish registering the user.
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || Code expires in 15 minutes
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || Use the following command in game to finish registration:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || Or using console:
|
||||
HTML - REGISTER_CREATE_USER || Create a new user
|
||||
HTML - REGISTER_FAILED || Registration failed:
|
||||
HTML - REGISTER_HAVE_ACCOUNT || Already have an account? Login!
|
||||
HTML - REGISTER_PASSWORD_TIP || Password should be more than 8 characters, but there are no limitations.
|
||||
HTML - REGISTER_SPECIFY_PASSWORD || You need to specify a Password
|
||||
HTML - REGISTER_SPECIFY_USERNAME || You need to specify a Username
|
||||
HTML - REGISTER_USERNAME_LENGTH || Username can be up to 50 characters, yours is
|
||||
HTML - REGISTER_USERNAME_TIP || Username can be up to 50 characters.
|
||||
HTML - SESSION || 时域
|
||||
HTML - QUERY || 查询<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || 匹配玩家的活跃度
|
||||
HTML - QUERY_ACTIVITY_ON || 活跃在 <span id="activity-date"></span>
|
||||
HTML - QUERY_ADD_FILTER || 添加过滤器..
|
||||
HTML - QUERY_AND || 外加
|
||||
HTML - QUERY_ARE || `是`
|
||||
HTML - QUERY_ARE_ACTIVITY_GROUP || 在活跃度分组中
|
||||
HTML - QUERY_ARE_PLUGIN_GROUP || 在 ${plugin} 插件的 ${group} 分组中
|
||||
HTML - QUERY_JOINED_WITH_ADDRESS || 加入地址
|
||||
HTML - QUERY_LOADING_FILTERS || 加载过滤器中...
|
||||
HTML - QUERY_MAKE || 进行查询
|
||||
HTML - QUERY_MAKE_ANOTHER || 进行另一个查询
|
||||
HTML - QUERY_OF_PLAYERS || 查询玩家:
|
||||
HTML - QUERY_PERFORM_QUERY || 执行查询!
|
||||
HTML - QUERY_PLAYED_BETWEEN || 在此期间游玩过
|
||||
HTML - QUERY_REGISTERED_BETWEEN || 在此期间注册
|
||||
HTML - QUERY_RESULTS || 查询结果
|
||||
HTML - QUERY_RESULTS_MATCH || 匹配到 ${resultCount} 个玩家
|
||||
HTML - QUERY_SESSIONS_WITHIN_VIEW || 查看范围内的会话
|
||||
HTML - QUERY_SHOW_VIEW || 日期范围
|
||||
HTML - QUERY_TIME_FROM || >从 </label>
|
||||
HTML - QUERY_TIME_TO || >到 </label>
|
||||
HTML - QUERY_VIEW || 日期范围:
|
||||
HTML - QUERY_ZERO_RESULTS || 查询到 0 个结果
|
||||
HTML - REGISTER || 注册
|
||||
HTML - REGISTER_CHECK_FAILED || 检查注册状态失败:
|
||||
HTML - REGISTER_COMPLETE || 注册完成
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_1 || 您现在可以完成用户注册流程。
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || 注册代码将在 15 分钟后过期
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || 在游戏中使用以下命令完成注册:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || 或使用控制台:
|
||||
HTML - REGISTER_CREATE_USER || 创建一个新用户
|
||||
HTML - REGISTER_FAILED || 注册失败:
|
||||
HTML - REGISTER_HAVE_ACCOUNT || 已经有帐号了? 登录!
|
||||
HTML - REGISTER_PASSWORD_TIP || 密码不能超过8个字符,没有其他限制。
|
||||
HTML - REGISTER_SPECIFY_PASSWORD || 你需要填写密码
|
||||
HTML - REGISTER_SPECIFY_USERNAME || 你需要填写用户名
|
||||
HTML - REGISTER_USERNAME_LENGTH || 用户名最多可以包含 50 个字符,你的用户名有
|
||||
HTML - REGISTER_USERNAME_TIP || 用户名最多可以包含 50 个字符。
|
||||
HTML - SESSION || 会话次数
|
||||
HTML - SIDE_GEOLOCATIONS || 地理位置
|
||||
HTML - SIDE_INFORMATION || 信息
|
||||
HTML - SIDE_LINKS || LINKS
|
||||
HTML - SIDE_NETWORK_OVERVIEW || 全服网络预览
|
||||
HTML - SIDE_OVERVIEW || 预览
|
||||
HTML - SIDE_LINKS || 链接
|
||||
HTML - SIDE_NETWORK_OVERVIEW || 群组网络总览
|
||||
HTML - SIDE_OVERVIEW || 总览
|
||||
HTML - SIDE_PERFORMANCE || 性能
|
||||
HTML - SIDE_PLAYER_LIST || 玩家列表
|
||||
HTML - SIDE_PLAYERBASE || 玩家数据
|
||||
HTML - SIDE_PLAYERBASE_OVERVIEW || 玩家数据预览
|
||||
HTML - SIDE_PLAYERBASE_OVERVIEW || 玩家数据总览
|
||||
HTML - SIDE_PLUGINS || 插件
|
||||
HTML - SIDE_PVP_PVE || PvP & PvE
|
||||
HTML - SIDE_PVP_PVE || PvP 和 PvE
|
||||
HTML - SIDE_SERVERS || 服务器
|
||||
HTML - SIDE_SERVERS_TITLE || 服务器
|
||||
HTML - SIDE_SESSIONS || 时域
|
||||
HTML - SIDE_TO_MAIN_PAGE || 到主页面
|
||||
HTML - TEXT_CLICK_TO_EXPAND || 点击拓展
|
||||
HTML - TEXT_CONTRIBUTORS_CODE || 开发者
|
||||
HTML - TEXT_CONTRIBUTORS_LOCALE || 译者
|
||||
HTML - TEXT_CONTRIBUTORS_MONEY || 特别感谢那些在经济上支持该插件发展的人.
|
||||
HTML - TEXT_CONTRIBUTORS_THANKS || 另外以下 <span class="col-plan">awesome people</span> 也为该插件作出了贡献:
|
||||
HTML - TEXT_DEV_VERSION || 该版本为开发版本.
|
||||
HTML - TEXT_DEVELOPED_BY || 的开发者为
|
||||
HTML - TEXT_FIRST_SESSION || 第一时域
|
||||
HTML - TEXT_LICENSED_UNDER || Player Analytics开发和授权于
|
||||
HTML - TEXT_METRICS || bStats统计
|
||||
HTML - TEXT_NO_EXTENSION_DATA || 没有拓展数据
|
||||
HTML - TEXT_NO_LOW_TPS || 无tps低峰
|
||||
HTML - TEXT_NO_SERVER || 没有可显示的在线活动的服务器
|
||||
HTML - SIDE_SESSIONS || 会话
|
||||
HTML - SIDE_TO_MAIN_PAGE || 回到主页面
|
||||
HTML - TEXT_CLICK_TO_EXPAND || 点击展开
|
||||
HTML - TEXT_CONTRIBUTORS_CODE || 代码贡献者
|
||||
HTML - TEXT_CONTRIBUTORS_LOCALE || 翻译者
|
||||
HTML - TEXT_CONTRIBUTORS_MONEY || 特别感谢那些在经济上支持开发的人们。
|
||||
HTML - TEXT_CONTRIBUTORS_THANKS || 以下 <span class="col-plan">优秀人物</span> 也做出了贡献:
|
||||
HTML - TEXT_DEV_VERSION || 这是一个开发版本。
|
||||
HTML - TEXT_DEVELOPED_BY || 的开发者是
|
||||
HTML - TEXT_FIRST_SESSION || 第一此会话
|
||||
HTML - TEXT_LICENSED_UNDER || Player Analytics 开发和授权于
|
||||
HTML - TEXT_METRICS || bStats 统计
|
||||
HTML - TEXT_NO_EXTENSION_DATA || 没有扩展数据
|
||||
HTML - TEXT_NO_LOW_TPS || 没有低 TPS 时间
|
||||
HTML - TEXT_NO_SERVER || 没有可显示在线活动的服务器
|
||||
HTML - TEXT_NO_SERVERS || 数据库中找不到服务器
|
||||
HTML - TEXT_PLUGIN_INFORMATION || 插件信息
|
||||
HTML - TEXT_PREDICTED_RETENTION || 这个数值根据之前的玩家预测得出
|
||||
HTML - TEXT_SERVER_INSTRUCTIONS || It appears that Plan is not installed on any game servers or not connected to the same database. See <a href="https://github.com/plan-player-analytics/Plan/wiki">wiki</a> for Network tutorial.
|
||||
HTML - TEXT_VERSION || 有新版本的插件可用.
|
||||
HTML - TEXT_PREDICTED_RETENTION || 这个数值是基于之前的玩家数据预测的
|
||||
HTML - TEXT_SERVER_INSTRUCTIONS || 看起来 Plan 没有安装在任何游戏服务器上或者游戏服务器未连接到相同的数据库。 群组网络教程请参见:<a href="https://github.com/plan-player-analytics/Plan/wiki">wiki</a>
|
||||
HTML - TEXT_VERSION || 有新版本可供下载。
|
||||
HTML - TITLE_30_DAYS || 30 天
|
||||
HTML - TITLE_30_DAYS_AGO || 30 天前
|
||||
HTML - TITLE_ALL || 全部
|
||||
HTML - TITLE_ALL_TIME || 所有时间
|
||||
HTML - TITLE_AS_NUMBERS || 数字统计
|
||||
HTML - TITLE_AS_NUMBERS || 数据
|
||||
HTML - TITLE_AVG_PING || 平均延迟
|
||||
HTML - TITLE_BEST_PING || 最低延迟
|
||||
HTML - TITLE_CALENDAR || 日历
|
||||
HTML - TITLE_CONNECTION_INFO || 连接信息
|
||||
HTML - TITLE_COUNTRY || 国家和地区
|
||||
HTML - TITLE_CPU_RAM || CPU & RAM
|
||||
HTML - TITLE_CURRENT_PLAYERBASE || 当前玩家
|
||||
HTML - TITLE_DISK || 磁盘空间
|
||||
HTML - TITLE_GRAPH_DAY_BY_DAY || 每日
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || Hour by Hour
|
||||
HTML - TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY || 全服网络在线活动
|
||||
HTML - TITLE_GRAPH_PUNCHCARD || 30天打卡签到
|
||||
HTML - TITLE_INSIGHTS || 30天Insights
|
||||
HTML - TITLE_CPU_RAM || CPU 和内存
|
||||
HTML - TITLE_CURRENT_PLAYERBASE || 当前玩家数
|
||||
HTML - TITLE_DISK || 硬盘空间
|
||||
HTML - TITLE_GRAPH_DAY_BY_DAY || 按天查看
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || 按小时查看
|
||||
HTML - TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY || 群组网络在线活动
|
||||
HTML - TITLE_GRAPH_PUNCHCARD || 30 天打卡
|
||||
HTML - TITLE_INSIGHTS || 30 天分析
|
||||
HTML - TITLE_IS_AVAILABLE || 可用
|
||||
HTML - TITLE_JOIN_ADDRESSES || Join Addresses
|
||||
HTML - TITLE_JOIN_ADDRESSES || 加入地址
|
||||
HTML - TITLE_LAST_24_HOURS || 过去 24 小时
|
||||
HTML - TITLE_LAST_30_DAYS || 过去 30 天
|
||||
HTML - TITLE_LAST_7_DAYS || 过去 7 天
|
||||
HTML - TITLE_LAST_CONNECTED || 最后连接
|
||||
HTML - TITLE_LENGTH || 长度
|
||||
HTML - TITLE_MOST_PLAYED_WORLD || 最多玩家的世界
|
||||
HTML - TITLE_NETWORK || 服务器全服网络
|
||||
HTML - TITLE_NETWORK_AS_NUMBERS || 全服数字统计
|
||||
HTML - TITLE_LAST_CONNECTED || 最后连接时间
|
||||
HTML - TITLE_LENGTH || 游玩时长
|
||||
HTML - TITLE_MOST_PLAYED_WORLD || 玩的最多的世界
|
||||
HTML - TITLE_NETWORK || 群组网络
|
||||
HTML - TITLE_NETWORK_AS_NUMBERS || 群组网络数据
|
||||
HTML - TITLE_NOW || 现在
|
||||
HTML - TITLE_ONLINE_ACTIVITY || 在线活动
|
||||
HTML - TITLE_ONLINE_ACTIVITY_AS_NUMBERS || 在线活动数字统计
|
||||
HTML - TITLE_ONLINE_ACTIVITY_OVERVIEW || 在线活动预览
|
||||
HTML - TITLE_PERFORMANCE_AS_NUMBERS || 性能数字统计
|
||||
HTML - TITLE_ONLINE_ACTIVITY_AS_NUMBERS || 在线活动数据
|
||||
HTML - TITLE_ONLINE_ACTIVITY_OVERVIEW || 在线活动总览
|
||||
HTML - TITLE_PERFORMANCE_AS_NUMBERS || 性能数据
|
||||
HTML - TITLE_PING || 延迟
|
||||
HTML - TITLE_PLAYER || 玩家
|
||||
HTML - TITLE_PLAYER_OVERVIEW || 玩家预览
|
||||
HTML - TITLE_PLAYER_OVERVIEW || 玩家总览
|
||||
HTML - TITLE_PLAYERBASE_DEVELOPMENT || 玩家发展
|
||||
HTML - TITLE_PVP_DEATHS || 最近的PVP死亡
|
||||
HTML - TITLE_PVP_KILLS || 最近的PVP击杀
|
||||
HTML - TITLE_PVP_PVE_NUMBERS || PvP & PvE数字统计
|
||||
HTML - TITLE_PVP_DEATHS || 最近的 PVP 死亡
|
||||
HTML - TITLE_PVP_KILLS || 最近的 PVP 击杀
|
||||
HTML - TITLE_PVP_PVE_NUMBERS || PvP 和 PvE 数据
|
||||
HTML - TITLE_RECENT_KILLS || 最近击杀
|
||||
HTML - TITLE_RECENT_SESSIONS || 最近时域
|
||||
HTML - TITLE_SEEN_NICKNAMES || 可视昵称
|
||||
HTML - TITLE_RECENT_SESSIONS || 最近会话
|
||||
HTML - TITLE_SEEN_NICKNAMES || 用过的昵称
|
||||
HTML - TITLE_SERVER || 服务器
|
||||
HTML - TITLE_SERVER_AS_NUMBERS || 服务器数字统计
|
||||
HTML - TITLE_SERVER_OVERVIEW || 服务器预览
|
||||
HTML - TITLE_SERVER_AS_NUMBERS || 服务器数据
|
||||
HTML - TITLE_SERVER_OVERVIEW || 服务器总览
|
||||
HTML - TITLE_SERVER_PLAYTIME || 服务器游戏时间
|
||||
HTML - TITLE_SERVER_PLAYTIME_30 || 服务器30天的游戏时间
|
||||
HTML - TITLE_SESSION_START || 开始的时域
|
||||
HTML - TITLE_THEME_SELECT || 选择主题
|
||||
HTML - TITLE_SERVER_PLAYTIME_30 || 最近 30 天内的服务器游玩时间
|
||||
HTML - TITLE_SESSION_START || 会话开始于
|
||||
HTML - TITLE_THEME_SELECT || 主题选择
|
||||
HTML - TITLE_TITLE_PLAYER_PUNCHCARD || 打卡
|
||||
HTML - TITLE_TPS || TPS
|
||||
HTML - TITLE_TREND || 趋势
|
||||
HTML - TITLE_TRENDS || 30天趋势
|
||||
HTML - TITLE_TRENDS || 30 天趋势
|
||||
HTML - TITLE_VERSION || 版本
|
||||
HTML - TITLE_WEEK_COMPARISON || 每周对比
|
||||
HTML - TITLE_WORLD || 加载世界
|
||||
HTML - TITLE_WORLD || 世界加载
|
||||
HTML - TITLE_WORLD_PLAYTIME || 世界游玩时间
|
||||
HTML - TITLE_WORST_PING || 最高延迟
|
||||
HTML - TOTAL_ACTIVE_TEXT || 总活跃玩家
|
||||
HTML - TOTAL_AFK || 总挂机玩家
|
||||
HTML - TOTAL_PLAYERS || 总玩家
|
||||
HTML - UNIQUE_CALENDAR || 普通玩家:
|
||||
HTML - TOTAL_ACTIVE_TEXT || 总活跃时长
|
||||
HTML - TOTAL_AFK || 总挂机时长
|
||||
HTML - TOTAL_PLAYERS || 总游玩时长
|
||||
HTML - UNIQUE_CALENDAR || 独立:
|
||||
HTML - UNIT_CHUNKS || 区块
|
||||
HTML - UNIT_ENTITIES || 实体
|
||||
HTML - UNIT_NO_DATA || 没有数据
|
||||
HTML - UNIT_THE_PLAYERS || 玩家
|
||||
HTML - USER_AND_PASS_NOT_SPECIFIED || 未指定用户名与密码
|
||||
HTML - USER_DOES_NOT_EXIST || 用户不存在
|
||||
HTML - USER_INFORMATION_NOT_FOUND || Registration failed, try again (The code expires after 15 minutes)
|
||||
HTML - USER_PASS_MISMATCH || 用户名与密码不匹配
|
||||
HTML - Version Change log || View Changelog
|
||||
HTML - Version Current || You have version ${0}
|
||||
HTML - Version Download || Download Plan-${0}.jar
|
||||
HTML - Version Update || Update
|
||||
HTML - Version Update Available || Version ${0} is Available!
|
||||
HTML - Version Update Dev || This version is a DEV release.
|
||||
HTML - Version Update Info || A new version has been released and is now available for download.
|
||||
HTML - WARNING_NO_GAME_SERVERS || Some data requires Plan to be installed on game servers.
|
||||
HTML - WARNING_NO_GEOLOCATIONS || Geolocation gathering needs to be enabled in the config (Accept GeoLite2 EULA).
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || Chunks unavailable on Sponge
|
||||
HTML - USER_INFORMATION_NOT_FOUND || 注册失败,请重试(注册代码有效期 15 分钟)
|
||||
HTML - USER_PASS_MISMATCH || 用户名和密码不匹配
|
||||
HTML - Version Change log || 查看更新日志
|
||||
HTML - Version Current || 你的版本是 ${0}
|
||||
HTML - Version Download || 下载 Plan - ${0}.jar
|
||||
HTML - Version Update || 更新
|
||||
HTML - Version Update Available || 新版本 ${0} 现在可用!
|
||||
HTML - Version Update Dev || 这是一个开发版本。
|
||||
HTML - Version Update Info || 有新版本可供下载。
|
||||
HTML - WARNING_NO_GAME_SERVERS || 要获取某些数据,你需要将 Plan 安装在游戏服务器上。
|
||||
HTML - WARNING_NO_GEOLOCATIONS || 需要在配置文件中启用地理位置收集(Accept GeoLite2 EULA)。
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || 区块数据在 Sponge 服务端不可用
|
||||
HTML - WITH || <th> 与
|
||||
HTML ERRORS - ACCESS_DENIED_403 || 拒绝访问
|
||||
HTML ERRORS - AUTH_FAIL_TIPS_401 || - 确保您已使用 <b>/plan register</b> 注册用户<br>- 检查用户名与密码是否正确<br>- 用户名与密码区分大小写<br><br>若您忘记了密码,请让工作人员删除您的旧密码并重新注册。
|
||||
HTML ERRORS - AUTH_FAIL_TIPS_401 || - 确保你已使用 <b>/plan register</b> 来注册用户<br>- 检查用户名与密码是否正确<br>- 用户名与密码区分大小写<br><br>若您忘记了密码,请让工作人员删除您的旧密码并重新注册。
|
||||
HTML ERRORS - AUTHENTICATION_FAILED_401 || 认证失败。
|
||||
HTML ERRORS - FORBIDDEN_403 || 禁止访问
|
||||
HTML ERRORS - NO_SERVERS_404 || 无可执行此请求的在线服务器。
|
||||
HTML ERRORS - NOT_FOUND_404 || 未找到
|
||||
HTML ERRORS - NOT_PLAYED_404 || 玩家从未在此服务器上游玩过。
|
||||
HTML ERRORS - NOT_PLAYED_404 || Plan 没有找到此玩家。
|
||||
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 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 json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan logout || Give username argument to log out another user from the panel, give * as argument to log out everyone.
|
||||
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}
|
||||
Manage - Fail File not found || > §c[数据统计] 备份文件不存在! ${0}
|
||||
Manage - Fail Incorrect Database || > §c'${0}' 不是一个支持的数据库。
|
||||
HTML ERRORS - UUID_404 || 未在数据库中找到此玩家的 UUID。
|
||||
In Depth Help - /plan db || 使用不同的数据库子命令来某种方式更改数据
|
||||
In Depth Help - /plan db backup || 使用 SQLite 将目标数据库备份到文件中。
|
||||
In Depth Help - /plan db clear || 清除所有 Plan 数据表,并删除所有处理中的 Plan 数据。
|
||||
In Depth Help - /plan db hotswap || 用另一个数据库重新加载插件,并改变配置使其匹配。
|
||||
In Depth Help - /plan db move || 用一个数据库中的内容覆盖另一个数据库中的内容。
|
||||
In Depth Help - /plan db remove || 从当前数据库中删除与某个玩家相关的所有数据。
|
||||
In Depth Help - /plan db restore || 使用 SQLite 备份文件并覆盖目标数据库的内容。
|
||||
In Depth Help - /plan db uninstalled || 将 Plan 数据库中的一个服务器标记为已卸载,这样它就不会在服务器查询页面中显示出来。
|
||||
In Depth Help - /plan disable || 禁用整个插件或禁用插件的部分功能,直到下次重新加载/重新启动。
|
||||
In Depth Help - /plan export || 把数据导出到配置文件中指定的导出位置。
|
||||
In Depth Help - /plan import || 执行导入,将数据加载到数据库。
|
||||
In Depth Help - /plan info || 显示插件的当前状态。
|
||||
In Depth Help - /plan ingame || 显示正在游戏中的玩家的一些信息。
|
||||
In Depth Help - /plan json || 允许你下载 json 格式的玩家数据。所有的数据都在里面。
|
||||
In Depth Help - /plan logout || 输入用户名作为参数可以注销 Plan 上的一个用户,输入 * 作为参数可以注销所有用户。
|
||||
In Depth Help - /plan network || 获得一个指向 /network page(群组网络) 的链接,只能在群组网络上这样做。
|
||||
In Depth Help - /plan player || 获得一个指向特定玩家或当前玩家的 /player page(玩家页面) 的链接。
|
||||
In Depth Help - /plan players || 获得一个指向 /players page(全体玩家页面) 的链接,以查看玩家列表。
|
||||
In Depth Help - /plan register || 直接使用会获得注册页面的链接。添加 --code[注册代码] 参数可以注册一个账户。
|
||||
In Depth Help - /plan reload || 禁用然后重新启用本插件,会重新加载配置中的设置。
|
||||
In Depth Help - /plan search || 列出所有与给定名字部分相匹配的玩家名字。
|
||||
In Depth Help - /plan server || 获取一个指向特定服务器的 /server page(服务器页面) 的链接,如果没有给出参数,则获取当前服务器的链接。
|
||||
In Depth Help - /plan servers || 列出数据库中所有服务器的ID、名称和UUID。
|
||||
In Depth Help - /plan unregister || 不含参数使用会注销当前绑定的账户,使用用户名作为参数能注销另一个用户。
|
||||
In Depth Help - /plan users || 以表格形式列出网页用户。
|
||||
Manage - Confirm Overwrite || 数据库 ${0} 中的数据将被覆盖!
|
||||
Manage - Confirm Removal || 数据库 ${0} 中的数据将被删除!
|
||||
Manage - Fail || > §c发生了错误:${0}
|
||||
Manage - Fail File not found || > §c没有在 ${0} 发现文件
|
||||
Manage - Fail Incorrect Database || > §c'${0}' 是一个不支持的数据库
|
||||
Manage - Fail No Exporter || §e导出器 '${0}' 不存在
|
||||
Manage - Fail No Importer || §e导入器 '${0}' 不存在
|
||||
Manage - Fail No Server || 找不到这个服务器.
|
||||
Manage - Fail Same Database || > §c[数据统计] 无法移动至相同的数据库!
|
||||
Manage - Fail Same server || 无法将服务器标记为未安装 (你已在该服务器)
|
||||
Manage - Fail, Confirmation || > §c[数据统计] 请添加 -a 以确认执行!${0}
|
||||
Manage - Fail No Server || 没有找到具有给定参数的服务器。
|
||||
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 db hotswap ${0})
|
||||
Manage - Start || »§7 正在处理数据...
|
||||
Manage - Success || §f» §2 成功!
|
||||
Manage - Progress || ${0} / ${1} 处理中...
|
||||
Manage - Remind HotSwap || §e请切换到新的数据库(/plan db hotswap ${0})并重新加载插件。
|
||||
Manage - Start || > §2处理数据中...
|
||||
Manage - Success || > §a成功!
|
||||
Negative || 否
|
||||
Positive || 是
|
||||
Today || '今天'
|
||||
Unavailable || 不可用
|
||||
Unknown || 未知
|
||||
Version - DEV || 这是开发版本。
|
||||
Version - Latest || 您正使用最新版本。
|
||||
Version - New || 有新版本(${0})可用 ${1}
|
||||
Version - New (old) || 新版本在 ${0} 可用
|
||||
Unknown || 位置
|
||||
Version - DEV || 这是一个开发版本。
|
||||
Version - Latest || 你正在使用最新版本。
|
||||
Version - New || 有新版本 (${0}) 可用 ${1}
|
||||
Version - New (old) || 有新版本可用:${0}
|
||||
Version FAIL - Read info (old) || 无法检查最新版本号
|
||||
Version FAIL - Read versions.txt || 无法从 Github/versions.txt 加载版本信息
|
||||
Web User Listing || §2${0} §7:§f${1}
|
||||
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.Address已经指向代理
|
||||
WebServer FAIL - EOF || 网页服务器: 在读取证书文件时出现了EOF异常. (请检查证书文件完整性)
|
||||
WebServer FAIL - Port Bind || 未成功初始化网页服务器。端口(${0})是否被占用?
|
||||
WebServer - Notify HTTP User Auth || 网页服务器:已禁用用户登录!(HTTP 方式不安全)
|
||||
WebServer - Notify HTTPS User Auth || 网页服务器: 用户登录已关闭! (已在配置文件中禁用)
|
||||
Webserver - Notify IP Whitelist || 网页服务器: IP 白名单已启用。
|
||||
Webserver - Notify IP Whitelist Block || 网页服务器:${0} 被拒绝访问 '${1}'. (不在白名单中)
|
||||
WebServer - Notify no Cert file || 网页服务器:找不到证书密钥库文件:${0}
|
||||
WebServer - Notify Using Proxy || 网页服务器: HTTPS 代理模式已开启, 请确保你的反向代理已经配置为 HTTPS 模式并且 Plan 的 Alternative_IP.Address 选项已经指向代理
|
||||
WebServer FAIL - EOF || 网页服务器: 在读取证书文件时出现了EOF异常. (请检查证书文件完整性)
|
||||
WebServer FAIL - Port Bind || 未成功初始化网页服务器。端口(${0})是否被已被占用?
|
||||
WebServer FAIL - SSL Context || 网页服务器:SSL 环境初始化失败。
|
||||
WebServer FAIL - Store Load || 网页服务器:SSL 证书载入失败。
|
||||
Yesterday || '昨天'
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Sbírání geolokace není ak
|
||||
Enable - Notify Geolocations Internet Required || Plan potřebuje internetové připojení pro první start ke stažení GeoLite2 Geolocation databáze.
|
||||
Enable - Notify Webserver disabled || WebServer nebyl inicializován. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Uložení relace, které byly zachovalé před předchozím spojením.
|
||||
Enable - WebServer || Webserver běží na PORTU ${0} (${1})
|
||||
Enable - WebServer || Webserver běží na PORTU ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Připojení k databázi selhalo: ${1}
|
||||
Enable FAIL - Database Patch || Patch databáze selhal, plugin musí být vypnut. Prosíme nahlašte tento problém
|
||||
Enable FAIL - GeoDB Write || Něco se pokazilo při ukládání stažené GeoLite2 Geolocation databáze
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Geolocation wird nicht aufgez
|
||||
Enable - Notify Geolocations Internet Required || Plan braucht einen Internetzugang um die GeoLite2 Geolocation Datenbank runterzuladen.
|
||||
Enable - Notify Webserver disabled || Webserver wurde nicht geladen. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Webserver läuft auf PORT ${0} (${1})
|
||||
Enable - WebServer || Webserver läuft auf PORT ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Datenbankverbindung fehlgeschlagen: ${1}
|
||||
Enable FAIL - Database Patch || Datenbank-Patch ist fehlgeschlagen. Plugin wurde deaktiviert. Wir bitten dich, uns diesen Vorfall mitzuteilen.
|
||||
Enable FAIL - GeoDB Write || Etwas ist beim Speichern der GeoLite2 Geolocation Datenbank fehlgeschlagen
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Geolocation gathering is not
|
||||
Enable - Notify Geolocations Internet Required || Plan Requires internet access on first run to download GeoLite2 Geolocation database.
|
||||
Enable - Notify Webserver disabled || WebServer was not initialized. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Webserver running on PORT ${0} (${1})
|
||||
Enable - WebServer || Webserver running on PORT ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Database Connection failed: ${1}
|
||||
Enable FAIL - Database Patch || Database Patching failed, plugin has to be disabled. Please report this issue
|
||||
Enable FAIL - GeoDB Write || Something went wrong saving the downloaded GeoLite2 Geolocation database
|
||||
|
@ -1,73 +1,73 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
API - css+ || Extensión de Página: ${0} añadido stylesheet(s) a ${1}, ${2}
|
||||
API - js+ || Extensión de Página: ${0} añadido javascript(s) a ${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 - Link Network || Página Global:
|
||||
Cmd - Link Player || Página de Jugador:
|
||||
Cmd - Link Player JSON || Json del Jugador:
|
||||
Cmd - Link Players || Página de Jugadores:
|
||||
Cmd - Link Register || Página de Registro:
|
||||
Cmd - Link Server || Página de Servidor:
|
||||
CMD Arg - backup-file || Nombre del archivo de la copia de seguridad (case sensitive)
|
||||
CMD Arg - code || Código usado para finalizar el registro.
|
||||
CMD Arg - db type backup || Tipo de base de datos a respaldar. Se utilizara la base de datos actual en caso no especificar.
|
||||
CMD Arg - db type clear || Tipo de base de datos de la cual se removera todos los datos.
|
||||
CMD Arg - db type hotswap || Tipo de base de datos que se utilizara.
|
||||
CMD Arg - db type move from || Tipo de base de datos de la cual se movera información.
|
||||
CMD Arg - db type move to || Tipo de base de datos a la cual se movera la información. No puede ser la misma que la anterior.
|
||||
CMD Arg - db type restore || Tipo de base de datos a restaurar. Se utilizara la base de datos actual en caso no especificar.
|
||||
CMD Arg - feature || Nombre de la característica a deshabilitar: ${0}
|
||||
CMD Arg - player identifier || Nombre o UUID de un jugador
|
||||
CMD Arg - player identifier remove || Identificador del jugador que sera eliminado de la base de datos actual.
|
||||
CMD Arg - server identifier || Nombre, ID o UUID del servidor
|
||||
CMD Arg - subcommand || Usa el comando sin otro argumento para visualizar la ayuda.
|
||||
CMD Arg - username || Nombre de usuario de otro jugador. En caso no se especifique, se usara al jugador vinculado.
|
||||
CMD Arg Name - backup-file || copia de seguridad
|
||||
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 Arg Name - export kind || exportar tipo
|
||||
CMD Arg Name - feature || caracteristica
|
||||
CMD Arg Name - import kind || importar tipo
|
||||
CMD Arg Name - name or uuid || nombre/uuid
|
||||
CMD Arg Name - server || servidor
|
||||
CMD Arg Name - subcommand || subcomando
|
||||
CMD Arg Name - username || nombre de usuario
|
||||
Cmd Confirm - accept || Aceptar
|
||||
Cmd Confirm - cancelled, no data change || Cancelado. No hubo edición de datos.
|
||||
Cmd Confirm - cancelled, unregister || Cancelado. '${0}' no se encuentra en el registro.
|
||||
Cmd Confirm - clearing db || Eliminaras todos los datos de plan en ${0}
|
||||
Cmd Confirm - confirmation || Confirmar:
|
||||
Cmd Confirm - deny || Cancelar
|
||||
Cmd Confirm - Expired || Confirmación expirada, vuelve a usar el comando
|
||||
Cmd Confirm - Fail on accept || Ocurrio un error al aceptar la acción: ${0}
|
||||
Cmd Confirm - Fail on deny || Ocurrio un error al denegar la acción: ${0}
|
||||
Cmd Confirm - overwriting db || Estas a punto de sobreescribir datos en Plan ${0} con los datos en ${1}
|
||||
Cmd Confirm - remove player db || Eliminaras los datos de ${0} desde ${1}
|
||||
Cmd Confirm - unregister || Estas a punto de quitar del registro a '${0}' vinculado con ${1}
|
||||
Cmd db - creating backup || Creando una copia de seguridad de '${0}.db' que contiene ${1}
|
||||
Cmd db - removal || Removiendo los datos de Plan de ${0}..
|
||||
Cmd db - removal player || Removiendo los datos de ${0} desde ${1}..
|
||||
Cmd db - server uninstalled || §aSi el servidor ya esta instalado, se establecerá automáticamente como instalado en la base de datos.
|
||||
Cmd db - write || Escribiendo a ${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 - Accepts only these arguments || Acepta lo siguiente como ${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 - Empty search string || El argumento de busqueda no puede estar vacio
|
||||
Cmd FAIL - Invalid Username || §cEste usuario no cuenta con 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 - No player || El jugador '${0}' no fue encontrado ya que no cuenta con UUID.
|
||||
Cmd FAIL - No player register || El jugador '${0}' no fue encontrado en la base de datos.
|
||||
Cmd FAIL - No server || El servidor '${0}' no fue encontrado en la base de datos.
|
||||
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 - see config || revisa '${0}' en 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 - Users not linked || El usuario no esta vinculado a tu cuenta y no tienes permiso para remover a otro usuarios.
|
||||
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 Footer - Help || §7Pasa el raton encima del comando o argumento o use '/${0} ?' para obtener más información.
|
||||
Cmd Header - Analysis || > §2Resultados del análisis
|
||||
Cmd Header - Help || > §2/${0} Help
|
||||
Cmd Header - Help || > §2/${0} Ayuda
|
||||
Cmd Header - Info || > §2Análisis del jugador
|
||||
Cmd Header - Inspect || > §2Jugador: §f${0}
|
||||
Cmd Header - Network || > §2Página de red
|
||||
@ -83,42 +83,42 @@ 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 network - No network || El servidor no esta conectado a una network. La dirección web te redireccionara a la página del servidor.
|
||||
Cmd Notify - No Address || §eNo hay dirección disponible - usando localhost como alternativa. Configura las opciones de 'Alternative_IP'.
|
||||
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 - AFK Playtime || §2Tiempo AFK: §f${0}
|
||||
Cmd Qinspect - Deaths || §2Muertes: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Logueado desde: §f${0}
|
||||
Cmd Qinspect - Geolocation || §2Conectado desde: §f${0}
|
||||
Cmd Qinspect - Last Seen || §2Última vez visto: §f${0}
|
||||
Cmd Qinspect - Longest Session || §2Sesión más larga: §f${0}
|
||||
Cmd Qinspect - Mob Kills || §2Mobs asesinados: §f${0}
|
||||
Cmd Qinspect - Player Kills || §2Jugadores asesinados: §f${0}
|
||||
Cmd Qinspect - Playtime || §2Tiempo de juego: §f${0}
|
||||
Cmd Qinspect - Registered || §2Registrado: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Veces kickeado: §f${0}
|
||||
Cmd Qinspect - Times Kicked || §2Veces expulsado: §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 unregister - unregistering || Eliminando del registro '${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 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
|
||||
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 página del jugador con el mismo nombre de usuario que el usuario web\§73+: Sin permisos
|
||||
Command Help - /plan db || Maneja la base de datos de Plan
|
||||
Command Help - /plan db backup || Realiza una copia de seguridad de la base de datos en un archivo
|
||||
Command Help - /plan db clear || Remover TODOS los datos de Plan de una base de datos
|
||||
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 db remove || Remover datos del jugador de la base de datos actual
|
||||
Command Help - /plan db restore || Restaurar datos de un archivo a la base de datos
|
||||
Command Help - /plan db uninstalled || Establecer un servidor como desinstalado de la base de datos.
|
||||
Command Help - /plan disable || Desabilitar el plugin o parte del mismo
|
||||
Command Help - /plan export || Exportar archivos html o json manualmente
|
||||
Command Help - /plan import || Importar datos
|
||||
Command Help - /plan info || Información sobre el plugin
|
||||
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 logout || Log out other users from the panel.
|
||||
Command Help - /plan json || Ver json de los datos del jugador sin procesar.
|
||||
Command Help - /plan logout || Cierra la sesión de otro jugador en el panel.
|
||||
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
|
||||
@ -127,8 +127,8 @@ 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 unregister || Unregister a user of Plan website
|
||||
Command Help - /plan users || List all web users
|
||||
Command Help - /plan unregister || Quitar el registro de un usuario en la página web de Plan
|
||||
Command Help - /plan users || Lista de los usuarios web
|
||||
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.
|
||||
@ -139,40 +139,40 @@ Disable || Análisis del jugador deshabi
|
||||
Disable - Processing || Procesando las tareas no procesadas. (${0})
|
||||
Disable - Processing Complete || Procesado completado.
|
||||
Disable - Unsaved Session Save || Salvando sesiones incompletas..
|
||||
Disable - Unsaved Session Save Timeout || Timeout hit, storing the unfinished sessions on next enable instead.
|
||||
Disable - Waiting SQLite || Waiting queries to finish to avoid SQLite crashing JVM..
|
||||
Disable - Waiting SQLite Complete || Closed SQLite connection.
|
||||
Disable - Waiting Transactions || Waiting for unfinished transactions to avoid data loss..
|
||||
Disable - Waiting Transactions Complete || Transaction queue closed.
|
||||
Disable - Unsaved Session Save Timeout || Tiempo de espera excedido, almacenando las sesiones sin finalizar para la siguiente habilitación del servicio.
|
||||
Disable - Waiting SQLite || Esperando consultas para finalizar, con el fin de evitar que SQLite pueda dañar el proceso JVM..
|
||||
Disable - Waiting SQLite Complete || Cerrando la conexión SQLite.
|
||||
Disable - Waiting Transactions || Esperando por transacciones no completadas para evitar perdida de datos..
|
||||
Disable - Waiting Transactions Complete || Consulta de la transacción cerradaTransaction queue closed.
|
||||
Disable - WebServer || Servidores web han sido deshabilitados.
|
||||
Enable || Analisis de jugadores habilitado.
|
||||
Enable - Database || ${0}-conexion a la base de datos establecido.
|
||||
Enable - Database || ${0}-conexión a la base de datos establecida.
|
||||
Enable - Notify Bad IP || 0.0.0.0 no es una dirección válida, establece los ajustes AlternativeIP. ¡Se darán los links incorrectos!
|
||||
Enable - Notify Empty IP || La IP en el server.properties esta vacía y AlternativeIP no está en uso. ¡Se darán los links incorrectos!
|
||||
Enable - Notify Geolocations disabled || La recolección por Geolocalizacion no está activada. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations disabled || La recolección por Geolocalización no está activada. (Data.Geolocations: false)
|
||||
Enable - Notify Geolocations Internet Required || Plan requiere acceso a internet la primera vez para descargar la base de datos de GeoLite2 Geolocation.
|
||||
Enable - Notify Webserver disabled || El servidor web no se ha iniciado. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Eñ servidor web esta funcionando en el puerto ${0} (${1})
|
||||
Enable - Storing preserved sessions || Almacenando sesiones que fueron preservadas antes de los apagados recientes.
|
||||
Enable - WebServer || El servidor web esta funcionando en el puerto ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Conexion a la base de datos incorrecta: ${1}
|
||||
Enable FAIL - Database Patch || El parcheado de la base de datos ha fallado, el plugin tiene que ser deshabilitado. Por favor, reporta este error.
|
||||
Enable FAIL - GeoDB Write || Ha ocurrido un error al intentar descargar la base de datos GeoLite2 Geolocation.
|
||||
Enable FAIL - WebServer (Proxy) || ¡El servidor web no se ha iniciado!
|
||||
Enable FAIL - Wrong Database Type || ${0} no es una base de datos sostenible.
|
||||
HTML - AND_BUG_REPORTERS || & Bug reporters!
|
||||
HTML - BANNED (Filters) || Banned
|
||||
HTML - AND_BUG_REPORTERS || & Reporteros de Fallos!
|
||||
HTML - BANNED (Filters) || Baneado
|
||||
HTML - COMPARING_15_DAYS || Comparando 15 dias
|
||||
HTML - COMPARING_60_DAYS || Comparando desde hace 30d hasta ahora
|
||||
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 - DESCRIBE_RETENTION_PREDICTION || This value is a prediction based on previous players.
|
||||
HTML - DESCRIBE_RETENTION_PREDICTION || Este valor es una predicción basada en jugadores anteriores.
|
||||
HTML - ERROR || La autenticación ha llevado a error
|
||||
HTML - EXPIRED_COOKIE || User cookie has expired
|
||||
HTML - FILTER_ACTIVITY_INDEX_NOW || Current activity group
|
||||
HTML - FILTER_ALL_PLAYERS || All players
|
||||
HTML - FILTER_BANNED || Ban status
|
||||
HTML - FILTER_GROUP || Group:
|
||||
HTML - FILTER_OPS || Operator status
|
||||
HTML - EXPIRED_COOKIE || Las cookies del jugador han expirado
|
||||
HTML - FILTER_ACTIVITY_INDEX_NOW || Actividad actual del grupo
|
||||
HTML - FILTER_ALL_PLAYERS || Todos los jugadores
|
||||
HTML - FILTER_BANNED || Estado de ban
|
||||
HTML - FILTER_GROUP || Grupo:
|
||||
HTML - FILTER_OPS || Estado de Operador
|
||||
HTML - INDEX_ACTIVE || Activo
|
||||
HTML - INDEX_INACTIVE || Inactivo
|
||||
HTML - INDEX_IRREGULAR || Irregular
|
||||
@ -182,20 +182,20 @@ HTML - KILLED || Muerto
|
||||
HTML - LABEL_1ST_WEAPON || Arma PvP más mortal
|
||||
HTML - LABEL_2ND_WEAPON || 2ª arma PvP
|
||||
HTML - LABEL_3RD_WEAPON || 3ª arma PvP
|
||||
HTML - LABEL_ACTIVE_PLAYTIME || Active Playtime
|
||||
HTML - LABEL_ACTIVE_PLAYTIME || Tiempo de juego activo
|
||||
HTML - LABEL_ACTIVITY_INDEX || Índice de actividad
|
||||
HTML - LABEL_AFK || AFK
|
||||
HTML - LABEL_AFK_TIME || Tiempo AFK
|
||||
HTML - LABEL_AVG || Promedio
|
||||
HTML - LABEL_AVG_ACTIVE_PLAYTIME || Average Active Playtime
|
||||
HTML - LABEL_AVG_AFK_TIME || Average AFK Time
|
||||
HTML - LABEL_AVG_CHUNKS || Average Chunks
|
||||
HTML - LABEL_AVG_ENTITIES || Average Entities
|
||||
HTML - LABEL_AVG_ACTIVE_PLAYTIME || Tiempo de juego activo promedio
|
||||
HTML - LABEL_AVG_AFK_TIME || Tiempo AFK promedio
|
||||
HTML - LABEL_AVG_CHUNKS || Chunks Promedio
|
||||
HTML - LABEL_AVG_ENTITIES || Entidades promedio
|
||||
HTML - LABEL_AVG_KDR || KDR promedio
|
||||
HTML - LABEL_AVG_MOB_KDR || KDR de mobs promedio
|
||||
HTML - LABEL_AVG_PLAYTIME || Jugabilidad promedio
|
||||
HTML - LABEL_AVG_SESSION_LENGTH || Duración de sesion promedio
|
||||
HTML - LABEL_AVG_SESSIONS || Average Sessions
|
||||
HTML - LABEL_AVG_SESSIONS || Sesiones promedio
|
||||
HTML - LABEL_AVG_TPS || TPS promedio
|
||||
HTML - LABEL_BANNED || Baneado
|
||||
HTML - LABEL_BEST_PEAK || Mejor pico
|
||||
@ -257,72 +257,72 @@ HTML - LINK_DISCORD || Soporte general en Discord
|
||||
HTML - LINK_DOWNLOAD || Descarga
|
||||
HTML - LINK_ISSUES || Reportar errores
|
||||
HTML - LINK_NIGHT_MODE || Modo noche
|
||||
HTML - LINK_PLAYER_PAGE || Pagina de jugador
|
||||
HTML - LINK_PLAYER_PAGE || Página de jugador
|
||||
HTML - LINK_QUICK_VIEW || Vista rápida
|
||||
HTML - LINK_SERVER_ANALYSIS || Análisis de servidor
|
||||
HTML - LINK_WIKI || Plan Wiki, Tutoriales & Documentación
|
||||
HTML - LINK_WIKI || Wiki, Tutoriales & Documentación de Plan
|
||||
HTML - LOCAL_MACHINE || Máquina local
|
||||
HTML - LOGIN_CREATE_ACCOUNT || Create an Account!
|
||||
HTML - LOGIN_FAILED || Login failed:
|
||||
HTML - LOGIN_FORGOT_PASSWORD || Forgot Password?
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || Forgot password? Unregister and register again.
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2 || Use the following command in game to remove your current user:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3 || Or using console:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4 || After using the command,
|
||||
HTML - LOGIN_LOGIN || Login
|
||||
HTML - LOGIN_LOGOUT || Logout
|
||||
HTML - LOGIN_PASSWORD || "Password"
|
||||
HTML - LOGIN_USERNAME || "Username"
|
||||
HTML - LOGIN_CREATE_ACCOUNT || Crear una cuenta!
|
||||
HTML - LOGIN_FAILED || Ingreso fallido:
|
||||
HTML - LOGIN_FORGOT_PASSWORD || Contraseña Olvidada?
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || Contraseña Olvidada? Elimina tu registro y vuelve a registrarte.
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2 || Usa el siguiente comando en el juego para remover tu usuario actual:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3 || O usando consola:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4 || Después de usar el comando,
|
||||
HTML - LOGIN_LOGIN || Ingresar
|
||||
HTML - LOGIN_LOGOUT || Cerrar Sesión
|
||||
HTML - LOGIN_PASSWORD || "Contraseña"
|
||||
HTML - LOGIN_USERNAME || "Usuario"
|
||||
HTML - NAV_PLUGINS || Plugins
|
||||
HTML - NEW_CALENDAR || Nuevo:
|
||||
HTML - NO_KILLS || Sin muertes
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - NON_OPERATORS (Filters) || Non operators
|
||||
HTML - NOT_BANNED (Filters) || Not banned
|
||||
HTML - NO_USER_PRESENT || Las cookies del jugador no esta presentes
|
||||
HTML - NON_OPERATORS (Filters) || No se encuentran operadores
|
||||
HTML - NOT_BANNED (Filters) || No se encuentran baneados
|
||||
HTML - OFFLINE || Desconectado
|
||||
HTML - ONLINE || Conectado
|
||||
HTML - OPERATORS (Filters) || Operators
|
||||
HTML - OPERATORS (Filters) || Operadores
|
||||
HTML - PER_DAY || / Dia
|
||||
HTML - PLAYERS_TEXT || Jugadores
|
||||
HTML - QUERY || Query<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || Activity of matched players
|
||||
HTML - QUERY_ACTIVITY_ON || Activity on <span id="activity-date"></span>
|
||||
HTML - QUERY_ADD_FILTER || Add a filter..
|
||||
HTML - QUERY_AND || and
|
||||
HTML - QUERY || Consulta<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || Actividad de los jugadores encontrados
|
||||
HTML - QUERY_ACTIVITY_ON || Actividad en <span id="activity-date"></span>
|
||||
HTML - QUERY_ADD_FILTER || Añadir un filtro..
|
||||
HTML - QUERY_AND || y
|
||||
HTML - QUERY_ARE || `are`
|
||||
HTML - QUERY_ARE_ACTIVITY_GROUP || are in Activity Groups
|
||||
HTML - QUERY_ARE_PLUGIN_GROUP || are in ${plugin}'s ${group} Groups
|
||||
HTML - QUERY_JOINED_WITH_ADDRESS || joined with address
|
||||
HTML - QUERY_LOADING_FILTERS || Loading filters..
|
||||
HTML - QUERY_MAKE || Make a query
|
||||
HTML - QUERY_MAKE_ANOTHER || Make another query
|
||||
HTML - QUERY_LOADING_FILTERS || Cargando filtros..
|
||||
HTML - QUERY_MAKE || Realiza una consulta
|
||||
HTML - QUERY_MAKE_ANOTHER || Realiza otra consulta
|
||||
HTML - QUERY_OF_PLAYERS || of Players who
|
||||
HTML - QUERY_PERFORM_QUERY || Perform Query!
|
||||
HTML - QUERY_PLAYED_BETWEEN || Played between
|
||||
HTML - QUERY_REGISTERED_BETWEEN || Registered between
|
||||
HTML - QUERY_RESULTS || Query Results
|
||||
HTML - QUERY_RESULTS_MATCH || matched ${resultCount} players
|
||||
HTML - QUERY_PLAYED_BETWEEN || Jugado entre
|
||||
HTML - QUERY_REGISTERED_BETWEEN || Registrados entre
|
||||
HTML - QUERY_RESULTS || Resultados de consulta
|
||||
HTML - QUERY_RESULTS_MATCH || coincididos ${resultCount} jugadores
|
||||
HTML - QUERY_SESSIONS_WITHIN_VIEW || Sessions within view
|
||||
HTML - QUERY_SHOW_VIEW || Show a view
|
||||
HTML - QUERY_TIME_FROM || >from</label>
|
||||
HTML - QUERY_TIME_TO || >to</label>
|
||||
HTML - QUERY_VIEW || View:
|
||||
HTML - QUERY_ZERO_RESULTS || Query produced 0 results
|
||||
HTML - REGISTER || Register
|
||||
HTML - QUERY_SHOW_VIEW || Mostrar una vista
|
||||
HTML - QUERY_TIME_FROM || >de</label>
|
||||
HTML - QUERY_TIME_TO || >a</label>
|
||||
HTML - QUERY_VIEW || Vista:
|
||||
HTML - QUERY_ZERO_RESULTS || La consulta ha entregado 0 resultados
|
||||
HTML - REGISTER || Registro
|
||||
HTML - REGISTER_CHECK_FAILED || Checking registration status failed:
|
||||
HTML - REGISTER_COMPLETE || Complete Registration
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_1 || You can now finish registering the user.
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || Code expires in 15 minutes
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || Use the following command in game to finish registration:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || Or using console:
|
||||
HTML - REGISTER_CREATE_USER || Create a new user
|
||||
HTML - REGISTER_FAILED || Registration failed:
|
||||
HTML - REGISTER_HAVE_ACCOUNT || Already have an account? Login!
|
||||
HTML - REGISTER_PASSWORD_TIP || Password should be more than 8 characters, but there are no limitations.
|
||||
HTML - REGISTER_SPECIFY_PASSWORD || You need to specify a Password
|
||||
HTML - REGISTER_SPECIFY_USERNAME || You need to specify a Username
|
||||
HTML - REGISTER_USERNAME_LENGTH || Username can be up to 50 characters, yours is
|
||||
HTML - REGISTER_USERNAME_TIP || Username can be up to 50 characters.
|
||||
HTML - REGISTER_COMPLETE || Registro Completado
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_1 || Ya puedes finalizar el registro del usuario.
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || El código expira en 15 minutos
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || Usa el siguiente comando en el juego para finalizar el registro:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || O usando la consola:
|
||||
HTML - REGISTER_CREATE_USER || Crear un nuevo usuario
|
||||
HTML - REGISTER_FAILED || Registración fallida:
|
||||
HTML - REGISTER_HAVE_ACCOUNT || Ya te has registrado? Ingresa!
|
||||
HTML - REGISTER_PASSWORD_TIP || La contraseña debe ser mayor a 8 caracteres, por lo demás, no hay limitaciones
|
||||
HTML - REGISTER_SPECIFY_PASSWORD || Necesita especificar una contraseña
|
||||
HTML - REGISTER_SPECIFY_USERNAME || Necesita especificar un nombre de usuario
|
||||
HTML - REGISTER_USERNAME_LENGTH || El nombre de usuario no puede superar los 50 caracteres, el suyo lo supera
|
||||
HTML - REGISTER_USERNAME_TIP || El nombre de usuario no puede superar los 50 caracteres.
|
||||
HTML - SESSION || Sesión
|
||||
HTML - SIDE_GEOLOCATIONS || Geolocalizaciones
|
||||
HTML - SIDE_INFORMATION || INFORMACIÓN
|
||||
@ -348,7 +348,7 @@ HTML - TEXT_DEV_VERSION || Esta versión es para DEV..
|
||||
HTML - TEXT_DEVELOPED_BY || esta desarrollado por
|
||||
HTML - TEXT_FIRST_SESSION || Primera sesión
|
||||
HTML - TEXT_LICENSED_UNDER || Player Analytics esta desarrollado y licenciado por
|
||||
HTML - TEXT_METRICS || bStats Metrics
|
||||
HTML - TEXT_METRICS || Metricas bStats
|
||||
HTML - TEXT_NO_EXTENSION_DATA || Sin extensión de datos.
|
||||
HTML - TEXT_NO_LOW_TPS || Sin picos bajos TPS.
|
||||
HTML - TEXT_NO_SERVER || Sin un servidor donde registrar la actividad online.
|
||||
@ -371,12 +371,12 @@ HTML - TITLE_CPU_RAM || CPU y RAM
|
||||
HTML - TITLE_CURRENT_PLAYERBASE || base del jugador actual
|
||||
HTML - TITLE_DISK || Espacio del disco
|
||||
HTML - TITLE_GRAPH_DAY_BY_DAY || Día a día
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || Hour by Hour
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || Hora a Hora
|
||||
HTML - TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY || Actividad online de red
|
||||
HTML - TITLE_GRAPH_PUNCHCARD || Tarjeta por 30 días
|
||||
HTML - TITLE_INSIGHTS || Ideas por 30 días
|
||||
HTML - TITLE_IS_AVAILABLE || está disponible
|
||||
HTML - TITLE_JOIN_ADDRESSES || Join Addresses
|
||||
HTML - TITLE_JOIN_ADDRESSES || Direcciones de entrada
|
||||
HTML - TITLE_LAST_24_HOURS || Últimas 24 horas
|
||||
HTML - TITLE_LAST_30_DAYS || Últimos 30 dias
|
||||
HTML - TITLE_LAST_7_DAYS || Últimos 7 días
|
||||
@ -399,7 +399,7 @@ HTML - TITLE_PVP_KILLS || Muertes PvP recientes
|
||||
HTML - TITLE_PVP_PVE_NUMBERS || PvP y PvE en números
|
||||
HTML - TITLE_RECENT_KILLS || Asesinatos recientes
|
||||
HTML - TITLE_RECENT_SESSIONS || Sesiones recientes
|
||||
HTML - TITLE_SEEN_NICKNAMES || Nicks vistos
|
||||
HTML - TITLE_SEEN_NICKNAMES || Nombres de usuarios vistos
|
||||
HTML - TITLE_SERVER || Servidor
|
||||
HTML - TITLE_SERVER_AS_NUMBERS || Servidor en números
|
||||
HTML - TITLE_SERVER_OVERVIEW || Vista general del servidor
|
||||
@ -426,18 +426,18 @@ HTML - UNIT_NO_DATA || Sin datos
|
||||
HTML - UNIT_THE_PLAYERS || Jugadores
|
||||
HTML - USER_AND_PASS_NOT_SPECIFIED || Usuario y contraseña no especificados
|
||||
HTML - USER_DOES_NOT_EXIST || El usuario no existe
|
||||
HTML - USER_INFORMATION_NOT_FOUND || Registration failed, try again (The code expires after 15 minutes)
|
||||
HTML - USER_INFORMATION_NOT_FOUND || Registro fallido, vuelve a intentar (El código expirara en 15 minutos)
|
||||
HTML - USER_PASS_MISMATCH || El usuario y la contraseña no coincide
|
||||
HTML - Version Change log || View Changelog
|
||||
HTML - Version Current || You have version ${0}
|
||||
HTML - Version Download || Download Plan-${0}.jar
|
||||
HTML - Version Update || Update
|
||||
HTML - Version Update Available || Version ${0} is Available!
|
||||
HTML - Version Update Dev || This version is a DEV release.
|
||||
HTML - Version Update Info || A new version has been released and is now available for download.
|
||||
HTML - Version Change log || Revisar la lista de cambios
|
||||
HTML - Version Current || Tienes la version ${0}
|
||||
HTML - Version Download || Descargar Plan-${0}.jar
|
||||
HTML - Version Update || Actualización
|
||||
HTML - Version Update Available || La versión ${0} esta disponible!
|
||||
HTML - Version Update Dev || Esta versión pertenece a una DEV release.
|
||||
HTML - Version Update Info || Una nueva versión ha sido lanzada y esta lista para descargar.
|
||||
HTML - WARNING_NO_GAME_SERVERS || Some data requires Plan to be installed on game servers.
|
||||
HTML - WARNING_NO_GEOLOCATIONS || Geolocation gathering needs to be enabled in the config (Accept GeoLite2 EULA).
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || Chunks unavailable on Sponge
|
||||
HTML - WARNING_NO_GEOLOCATIONS || La recopilación de la Geolocalización necesita ser habilitada en la configuración (Y aceptar el GeoLite2 EULA).
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || Chunks no disponibles en Sponge
|
||||
HTML - WITH || <th>Con
|
||||
HTML ERRORS - ACCESS_DENIED_403 || Acceso denegado
|
||||
HTML ERRORS - AUTH_FAIL_TIPS_401 || - Asegura que has registrado un usuario con <b>/plan register</b><br>- Comprueba que el usuario y la contraseña son correctos.<br>- Se pueden destinguir las minúsculas y mayúsculas del nick y la contraseña.<br><br>Si has olvidado tu contraseña, pídele a un miembro staff que borre la cuenta y te vuelves a registrar.
|
||||
@ -446,35 +446,35 @@ HTML ERRORS - FORBIDDEN_403 || Prohibido
|
||||
HTML ERRORS - NO_SERVERS_404 || Ningun servidor online donde dejar la solicitud.
|
||||
HTML ERRORS - NOT_FOUND_404 || No encontrado
|
||||
HTML ERRORS - NOT_PLAYED_404 || Ese jugador no ha jugado en este servidor.
|
||||
HTML ERRORS - PAGE_NOT_FOUND_404 || La pagina no existe.
|
||||
HTML ERRORS - PAGE_NOT_FOUND_404 || La página 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/{uuid/nombre}<br>/server/{uuid/nombre/id}</p>
|
||||
HTML ERRORS - UUID_404 || La UUID del jugador no ha sido encontrada.
|
||||
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 db || Usa diferentes bases de datos para cambiar los datos de alguna manera.
|
||||
In Depth Help - /plan db backup || Usa SQLite para crear copia de seguridad de la base de datos en un archivo.
|
||||
In Depth Help - /plan db clear || Limpia todas las tablas de Plan, removiendo todos los datos en el proceso.
|
||||
In Depth Help - /plan db hotswap || Recarga el plugin con otra base de datos y cambia la configuración para coincidir los cambios.
|
||||
In Depth Help - /plan db move || Sobreescribe el contenido de una base de datos con el contenido que se encuentra en otra base de datos.
|
||||
In Depth Help - /plan db remove || Remueve los datos vinculados a un jugador de la base de datos actual.
|
||||
In Depth Help - /plan db restore || Usa una copia de seguridad en un archivo SQLite y sobreescribe el contenido de la base de datos especificada.
|
||||
In Depth Help - /plan db uninstalled || Establece un servidor en la base de datos de Plan como desinstalado y no sera mostrado en la consulta del servidor.
|
||||
In Depth Help - /plan disable || Deshabilita el plugin o parte de este hasta el proximo reload o reinicio.
|
||||
In Depth Help - /plan export || Realiza una exportación al directorio de exportación definido en la configuración.
|
||||
In Depth Help - /plan import || Realiza un importe de los datos hacia la base de datos.
|
||||
In Depth Help - /plan info || Muestra el estado actual del plugin.
|
||||
In Depth Help - /plan ingame || Proporciona información sobre un jugador en el juego.
|
||||
In Depth Help - /plan json || Allows you to download a player's data in json format. All of it.
|
||||
In Depth Help - /plan json || Permite descargar todos los datos del jugador en un archivo de formato json.
|
||||
In Depth Help - /plan logout || Give username argument to log out another user from the panel, give * as argument to log out everyone.
|
||||
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.
|
||||
In Depth Help - /plan network || Obten una dirección web a la página /network, solo en caso tengas configuración global.
|
||||
In Depth Help - /plan player || Obten una dirección web a la página /player de un jugador especifico, o del jugador actual.
|
||||
In Depth Help - /plan players || Obten una dirección web a la página /players para ver la lista de jugadores.
|
||||
In Depth Help - /plan register || Usa sin argumentos para obtener una dirección web a la página de registro. Usa --code [código] después del registro para obtener un usuario.
|
||||
In Depth Help - /plan reload || Deshabilita y habilita el plugin para recargar los cambios en la configuración.
|
||||
In Depth Help - /plan search || Lista de todos los jugadores que coincidan con una parte del nombre especificada.
|
||||
In Depth Help - /plan server || Obtener una dirección web a la página /server del servidor en especifico o del servidor actual si no se especifica algun argumentos.
|
||||
In Depth Help - /plan servers || Lista de ids, nombres y uuids de los servidores en la base de datos.
|
||||
In Depth Help - /plan unregister || Usa sin argumentos para eliminar del registro al jugador vinculado, o con un argumento de nombre de usuario para eliminar su registro.
|
||||
In Depth Help - /plan users || Lista de usuarios web en una tabla.
|
||||
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}
|
||||
@ -487,7 +487,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 - Progress || ${0} / ${1} procesando..
|
||||
Manage - Remind HotSwap || §eRecuerda cambiarte a la nueva base de datos (/plan db hotswap ${0}) & recarga el plugin.
|
||||
Manage - Start || > §2Procesando datos..
|
||||
Manage - Success || > §a¡Éxito!
|
||||
@ -501,13 +501,13 @@ Version - Latest || Estas usando la version más
|
||||
Version - New || Nuevo lanzamiento (${0}) disponible ${1}
|
||||
Version - New (old) || Nueva versión disponible en ${0}
|
||||
Version FAIL - Read info (old) || Error en comprobar el numero de la nueva versión.
|
||||
Version FAIL - Read versions.txt || La información de la version no se ha podido cargar desde Github/versions.txt
|
||||
Version FAIL - Read versions.txt || La información de la versión no se ha podido cargar desde Github/versions.txt
|
||||
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 HTTP User Auth || Servidor web: Autorización del usuario desactivada! (No seguro en HTTP)
|
||||
WebServer - Notify HTTPS User Auth || Servidor web: Autorización del usuario desactivada! (Deshabilitada en la configuracion)
|
||||
Webserver - Notify IP Whitelist || Servidor web: La lista blanca por IP fue habilitada.
|
||||
Webserver - Notify IP Whitelist Block || Servidor web: ${0} fue denegado del acceso a '${1}'. (no se encuentra en la lista de permitidos)
|
||||
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)
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Sijaintien keräys ei ole pä
|
||||
Enable - Notify Geolocations Internet Required || Plan Vaatii internetin ensimmäisellä käynnistyskerralla GeoLite2 tietokannan lataamiseen.
|
||||
Enable - Notify Webserver disabled || Web Palvelinta ei käynnistetty. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Web Palvelin pyörii PORTILLA ${0} (${1})
|
||||
Enable - WebServer || Web Palvelin pyörii PORTILLA ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Tietokanta yhteys epäonnistui: ${1}
|
||||
Enable FAIL - Database Patch || Tietokannan muutokset epäonnistuivat, Plan jouduttiin sulkemaan. Ilmoita tästä ongelmasta
|
||||
Enable FAIL - GeoDB Write || Jokin meni pieleen tallentaessa GeoLite2 tietokantaa
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || La Géolocalisation n'est pas
|
||||
Enable - Notify Geolocations Internet Required || Plan nécessite un accès à Internet lors de sa première utilisation pour télécharger la base de données 'GeoLite2 Geolocation'.
|
||||
Enable - Notify Webserver disabled || Le serveur Web n'a pas été initialisé. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Stockage des sessions ayant été préservées lors de l'arrêt précédent.
|
||||
Enable - WebServer || Le serveur Web communique à travers le port ${0} (${1}).
|
||||
Enable - WebServer || Le serveur Web communique à travers le port ${0} ( ${1} ).
|
||||
Enable FAIL - Database || La connexion à la base de données a échoué. (${0}) : ${1}
|
||||
Enable FAIL - Database Patch || L'application de correctifs pour la base de données a échoué, le plugin doit être désactivé. Merci de signaler ce problème.
|
||||
Enable FAIL - GeoDB Write || Une erreur s'est produite lors de l'enregistrement de la base de données 'GeoLite2 Geolocation' téléchargée précédemment.
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Geolocalizazione non attiva.
|
||||
Enable - Notify Geolocations Internet Required || Plan Richiede l'accesso a Internet al primo avvio per scaricare il database di geolocalizzazione GeoLite2.
|
||||
Enable - Notify Webserver disabled || WebServer non avviato. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Webserver avviato sulla PORTA ${0} (${1})
|
||||
Enable - WebServer || Webserver avviato sulla PORTA ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Connessione al Database fallita: ${1}
|
||||
Enable FAIL - Database Patch || Upgrade del Database fallito, plan è stato disabilitato. Si prega di segnalare questo problema.
|
||||
Enable FAIL - GeoDB Write || Qualcosa è andato storto durante lo scaricamento del database GeoLite2
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || 位置情報サービスが
|
||||
Enable - Notify Geolocations Internet Required || 「Plan」は初回起動時、「GeoLite2」の位置情報データベースをダウンロードするためインターネットアクセスが必要です
|
||||
Enable - Notify Webserver disabled || ウェブサーバーの初期化に失敗しました (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || ウェブサーバーは次のポートで実行されています: ${0} (${1})
|
||||
Enable - WebServer || ウェブサーバーは次のポートで実行されています: ${0} ( ${1} )
|
||||
Enable FAIL - Database || 「${0}」のデータベースの接続に失敗しました: ${1}
|
||||
Enable FAIL - Database Patch || データベースのパッチ適用に失敗しました、プラグインを無効にする必要があります。バグ報告をお願いします
|
||||
Enable FAIL - GeoDB Write || ダウンロードした「GeoLite2」の位置情報データベースを保存中に何らかのエラーが発生しました
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || 위치 정보 수집이 활
|
||||
Enable - Notify Geolocations Internet Required || Plan GeoLite2 Geolocation 데이터베이스를 다운로드하려면 처음 실행할 때 인터넷 액세스가 필요합니다.
|
||||
Enable - Notify Webserver disabled || 웹 서버가 초기화되지 않았습니다. (WebServer.DisableWebServer : true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || 해당 포트에서 실행되는 웹 서버 ${0} (${1})
|
||||
Enable - WebServer || 해당 포트에서 실행되는 웹 서버 ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-데이터베이스 연결 실패: ${1}
|
||||
Enable FAIL - Database Patch || 데이터베이스 패치에 실패했습니다. 플러그인을 비활성화해야합니다. 이 문제를 신고하십시오
|
||||
Enable FAIL - GeoDB Write || 다운로드 한 GeoLite2 Geolocation 데이터베이스를 저장하는 도중에 문제가 발생했습니다.
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || A coleta de geolocalização
|
||||
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.
|
||||
Enable - Notify Webserver disabled || O servidor web não foi inicializado. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || O servidor web está rodando na PORTA ${0} (${1})
|
||||
Enable - WebServer || O servidor web está rodando na PORTA ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Falha na Conexão do Banco de Dados: ${1}
|
||||
Enable FAIL - Database Patch || O patch do banco de dados falhou, o plugin teve que ser desativado. Reporte esse problema no GitHub ou Discord para suporte.
|
||||
Enable FAIL - GeoDB Write || Algo deu errado ao salvar o banco de dados de geolocalização do GeoLite2
|
||||
|
@ -153,7 +153,7 @@ Enable - Notify Geolocations disabled || Геолокационный
|
||||
Enable - Notify Geolocations Internet Required || Plan'у Требуется доступ в Интернет при первом запуске, чтобы загрузить базу геолокации GeoLite2.
|
||||
Enable - Notify Webserver disabled || Веб-сервер не был инициализирован. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Веб-сервер работает на порте ${0} (${1})
|
||||
Enable - WebServer || Веб-сервер работает на порте ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Ошибка подключения к базе данных: ${1}
|
||||
Enable FAIL - Database Patch || Ошибка обновления базы данных, плагин должен быть отключен. Пожалуйста, сообщите об этой проблеме
|
||||
Enable FAIL - GeoDB Write || Что-то пошло не так при сохранении загруженной базы геолокации GeoLite2
|
||||
|
@ -1,5 +1,5 @@
|
||||
API - css+ || PageExtension: ${0} added stylesheet(s) to ${1}, ${2}
|
||||
API - js+ || PageExtension: ${0} added javascript(s) to ${1}, ${2}
|
||||
API - css+ || SayfaUzantısı: ${0} stil sayfası(ları) eklendi ${1}, ${2}
|
||||
API - js+ || SayfaUzantısı: ${0} javascript(leri) eklendi${1}, ${2}
|
||||
Cmd - Click Me || Tıkla bana
|
||||
Cmd - Link || Link
|
||||
Cmd - Link Network || Ağ sayfası:
|
||||
@ -19,63 +19,63 @@ CMD Arg - db type restore || Geri yüklenecek veritabanın
|
||||
CMD Arg - feature || Devre dışı bırakılacak özelliğin adı: ${0}
|
||||
CMD Arg - player identifier || Bir oyuncunun adı veya UUID'si
|
||||
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 - server identifier || Sunucunun UUID, ID veya ismi
|
||||
CMD Arg - subcommand || Yardımı görmek için komutu alt komut olmadan kullanın.
|
||||
CMD Arg - username || Username of another user. If not specified player linked user is used.
|
||||
CMD Arg - username || Başka bir kullanıcının kullanıcı adı. Belirtilmemişse, oyuncu bağlantılı kullanıcı kullanılır.
|
||||
CMD Arg Name - backup-file || yedek dosya
|
||||
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 Arg Name - export kind || türü dışa aktar
|
||||
CMD Arg Name - feature || özellik
|
||||
CMD Arg Name - import kind || türü içe aktar
|
||||
CMD Arg Name - name or uuid || isim/uuid
|
||||
CMD Arg Name - server || sunucu
|
||||
CMD Arg Name - subcommand || altkomut
|
||||
CMD Arg Name - username || kullanıcı adı
|
||||
Cmd Confirm - accept || Kabul et
|
||||
Cmd Confirm - cancelled, no data change || İptal edildi. Hiçbir veri değiştirilmedi.
|
||||
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 || Onayla:
|
||||
Cmd Confirm - cancelled, unregister || İptal Edildi. '${0}' kayıt edilmemii
|
||||
Cmd Confirm - clearing db || ${0} konumundaki tüm Plan verilerini kaldırmak üzeresiniz
|
||||
Cmd Confirm - confirmation || Onayla:
|
||||
Cmd Confirm - deny || İptal et
|
||||
Cmd Confirm - Expired || Onay süresi doldu, komutu tekrar kullanın
|
||||
Cmd Confirm - Fail on accept || Kabul edilen işlem yürütme sırasında hata verdi: ${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 Confirm - Fail on deny || Reddedilen eylem yürütme sırasında hata verdi: ${0}
|
||||
Cmd Confirm - overwriting db || ${1} verileriyle ${0} Planındaki verilerin üzerine yazmak üzeresiniz
|
||||
Cmd Confirm - remove player db || ${0} verilerini ${1} hesabından kaldırmak üzeresiniz
|
||||
Cmd Confirm - unregister || ${1} ile bağlantılı '${0}' kaydını iptal etmek üzeresiniz
|
||||
Cmd db - creating backup || ${1} içeriğine sahip bir yedek dosyası '${0} .db' oluşturma
|
||||
Cmd db - removal || ${0} dan Plan verileri siliniyor...
|
||||
Cmd db - removal player || ${0} verileri ${1} 'dan kaldırılıyor ..
|
||||
Cmd db - server uninstalled || §aSunucu hala kuruluysa, kendisini otomatik olarak veritabanında kurulu olarak ayarlayacaktır.
|
||||
Cmd db - write || ${0}'a yazılıyor...
|
||||
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 - Accepts only these arguments || Aşağıdakileri ${0} olarak kabul eder: ${1}
|
||||
Cmd FAIL - Database not open || §cVeritabanı ${0} - Lütfen bir süre sonra tekrar deneyin.
|
||||
Cmd FAIL - Empty search string || Arama dizesi boş olamaz.
|
||||
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 - No player || Oyuncu '${0}' bulunamadı, UUID'leri yok.
|
||||
Cmd FAIL - No player register || Oyuncu '${0}' veritabanında bulunamadı.
|
||||
Cmd FAIL - No server || Veritabanında '${0}' sunucusu bulunamadı.
|
||||
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 - Requires Arguments || §cArgümanlar Gerekli: (${0}) ${1}
|
||||
Cmd FAIL - see config || '${0}' ı config.yml de gör
|
||||
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 - Users not linked || Kullanıcı hesabınıza bağlı değil ve diğer kullanıcının hesaplarını kaldırma izniniz yok.
|
||||
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 Footer - Help || §7Bağımsız değişkenler komutunun üzerine gelin veya '/${0}?' onlar hakkında daha fazla bilgi edinmek için.
|
||||
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 - Network || > §2Ağ Sayfası
|
||||
Cmd Header - Players || > §2Oyuncular
|
||||
Cmd Header - Search || > §2${0} Results for §f${1}§2:
|
||||
Cmd Header - server list || id::name::uuid
|
||||
Cmd Header - Search || > §2${0} §f${1} §2için sonuçlar:
|
||||
Cmd Header - server list || id::isim::uuid
|
||||
Cmd Header - Servers || > §2Sunucular
|
||||
Cmd Header - web user list || username::linked to::permission level
|
||||
Cmd Header - web user list || kullanıcı::bağlandı::yetki seviyesi
|
||||
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}
|
||||
@ -83,9 +83,9 @@ 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 network - No network || Sunucu bir ağa bağlı değil. Bağlantı, sunucu sayfasına yönlendirir.
|
||||
Cmd Notify - No Address || §eKullanılabilir adres yok - yedek olarak localhost kullanılıyor. "Alternative_IP" ayarlarını yapın.
|
||||
Cmd Notify - No WebUser || Belki 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 || §2Aktif Oyun Süresi: §f${0}
|
||||
Cmd Qinspect - Activity Index || §2Aktivite göstergesi: §f${0} | ${1}
|
||||
@ -101,9 +101,9 @@ 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
|
||||
Cmd unregister - unregistering || '${0}' kaydı iptal ediliyor..
|
||||
Cmd WARN - Database not open || §eVeritabanı ${0} - Bu, beklenenden daha uzun sürebilir ..
|
||||
Cmd Web - Permission Levels || >\§70: Tüm sayfalara erişin \ §71: '/ oyuncular' ve tüm oynatıcı sayfalarına erişin \ §72: Web kullanıcısı ile aynı kullanıcı adına sahip oynatıcı sayfasına erişin \ §73 +: İzin yok
|
||||
Command Help - /plan db || Plan veritabanını yönet
|
||||
Command Help - /plan db backup || Bir veritabanının verilerini bir dosyaya yedekleyin
|
||||
Command Help - /plan db clear || Veritabanından TÜM Plan verilerini kaldırın
|
||||
@ -111,15 +111,15 @@ Command Help - /plan db hotswap || Veritabının hızlıca deği
|
||||
Command Help - /plan db move || Veriyi Veritabanları arasında taşır
|
||||
Command Help - /plan db remove || Oyuncunun verilerini Mevcut veritabanından kaldır
|
||||
Command Help - /plan db restore || Bir dosyadaki verileri bir veritabanına geri yükleyin
|
||||
Command Help - /plan db uninstalled || Set a server as uninstalled in the database.
|
||||
Command Help - /plan db uninstalled || Veritabanında bir sunucuyu kaldırılmış olarak ayarlayın.
|
||||
Command Help - /plan disable || Eklentiyi veya bir kısmını devre dışı bırakın
|
||||
Command Help - /plan export || Html veya json dosyalarını manuel olarak dışa aktarın
|
||||
Command Help - /plan import || Verileri içe aktar
|
||||
Command Help - /plan info || Eklenti hakkında bilgiler
|
||||
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 json || Player'ın ham verilerinin json'unu görüntüleyin.
|
||||
Command Help - /plan logout || Paneldeki diğer kullanıcıların oturumunu kapatın
|
||||
Command Help - /plan network || Network sayfasını görüntüler
|
||||
Command Help - /plan network || Ağ 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 register || Web kullanıcısna kayıt yapar
|
||||
@ -139,11 +139,11 @@ Disable || Oyuncu analizi kapatıldı.
|
||||
Disable - Processing || Önceden işlenmemiş kritik görevler işleniyor. (${0})
|
||||
Disable - Processing Complete || İşlenme tamamlandı.
|
||||
Disable - Unsaved Session Save || Bitmemiş oturumlar kaydediliyor ..
|
||||
Disable - Unsaved Session Save Timeout || Timeout hit, storing the unfinished sessions on next enable instead.
|
||||
Disable - Waiting SQLite || Waiting queries to finish to avoid SQLite crashing JVM..
|
||||
Disable - Unsaved Session Save Timeout || Zaman aşımı isabeti, bunun yerine bir sonraki etkinleştirmede bitmemiş oturumları depolar.
|
||||
Disable - Waiting SQLite || SQLite'ın JVM'nin çökmesini önlemek için sorguların bitmesi bekleniyor ..
|
||||
Disable - Waiting SQLite Complete || Kapalı SQLite bağlantısı.
|
||||
Disable - Waiting Transactions || Waiting for unfinished transactions to avoid data loss..
|
||||
Disable - Waiting Transactions Complete || Transaction queue closed.
|
||||
Disable - Waiting Transactions || Veri kaybını önlemek için tamamlanmamış işlemler bekleniyor ..
|
||||
Disable - Waiting Transactions Complete || İşlem kuyruğu kapatıldı.
|
||||
Disable - WebServer || Websunucusu kapatıldı.
|
||||
Enable || Oyuncu analizi aktif edildi.
|
||||
Enable - Database || ${0}- Veritabanı bağlantısı kurulmuş.
|
||||
@ -152,8 +152,8 @@ Enable - Notify Empty IP || server.properties IP adresi k
|
||||
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.
|
||||
Enable - Notify Webserver disabled || WebServer başlatılmadı. (WebServer.DisableWebServer: true)
|
||||
Enable - Storing preserved sessions || Storing sessions that were preserved before previous shutdown.
|
||||
Enable - WebServer || Webserver Bu port üzerinden çalışıyor ${0} (${1})
|
||||
Enable - Storing preserved sessions || Önceki kapatmadan önce korunan oturumları saklama.
|
||||
Enable - WebServer || Webserver Bu port üzerinden çalışıyor ${0} ( ${1} )
|
||||
Enable FAIL - Database || ${0}-Veritabanı bağlantısı başarısız: ${1}
|
||||
Enable FAIL - Database Patch || VeriTabanı yaması başarısız, plugin devre dışı bırakılmış olmalı. Lütfen bu sorunu bildirin.
|
||||
Enable FAIL - GeoDB Write || İndirilen GeoLite2 Geolocation veritabanını kaydederken bir şeyler ters gitti.
|
||||
@ -164,7 +164,7 @@ HTML - BANNED (Filters) || Yasaklandı
|
||||
HTML - COMPARING_15_DAYS || 15 gün karşılaştırılıyor
|
||||
HTML - COMPARING_60_DAYS || 30 gün öncesiyle şimdi karşılaştırılıyor.
|
||||
HTML - COMPARING_7_DAYS || 7 gün karşılaştırılıyor
|
||||
HTML - DATABASE_NOT_OPEN || Database is not open, check db status with /plan info
|
||||
HTML - DATABASE_NOT_OPEN || Veritabanı açık değil, / plan bilgisi ile db durumunu kontrol edin
|
||||
HTML - DESCRIBE_RETENTION_PREDICTION || Bu değer, önceki oyunculara dayalı bir tahmindir.
|
||||
HTML - ERROR || Kimlik doğrulama hata nedeniyle başarısız oldu
|
||||
HTML - EXPIRED_COOKIE || Kullanıcı çerezinin süresi doldu
|
||||
@ -239,15 +239,15 @@ HTML - LABEL_REGISTERED || Kayıtlı
|
||||
HTML - LABEL_REGISTERED_PLAYERS || Kayıtlı Oyuncular
|
||||
HTML - LABEL_REGULAR || Düzenli
|
||||
HTML - LABEL_REGULAR_PLAYERS || Normal Oyuncular
|
||||
HTML - LABEL_RELATIVE_JOIN_ACTIVITY || Relative Join Activity
|
||||
HTML - LABEL_RETENTION || New Player Retention
|
||||
HTML - LABEL_SERVER_DOWNTIME || Server Downtime
|
||||
HTML - LABEL_SERVER_OCCUPIED || Server occupied
|
||||
HTML - LABEL_RELATIVE_JOIN_ACTIVITY || Göreli Birleştirme Etkinliği
|
||||
HTML - LABEL_RETENTION || Yeni Oyuncu Elde Tutma
|
||||
HTML - LABEL_SERVER_DOWNTIME || Sunucu Kapalı Kalma Süresi
|
||||
HTML - LABEL_SERVER_OCCUPIED || Sunucu işgal edildi
|
||||
HTML - LABEL_SESSION_ENDED || Oturum Sona Erdi
|
||||
HTML - LABEL_SESSION_MEDIAN || Session Median
|
||||
HTML - LABEL_TIMES_KICKED || Kere Atılmış
|
||||
HTML - LABEL_TOTAL_PLAYERS || Toplam Oyuncu
|
||||
HTML - LABEL_TOTAL_PLAYTIME || Total Playtime
|
||||
HTML - LABEL_TOTAL_PLAYTIME || Toplam Oyun Süresi
|
||||
HTML - LABEL_UNIQUE_PLAYERS || Sunucuya İlk Defa Girenler
|
||||
HTML - LABEL_WEEK_DAYS || 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi', 'Pazar'
|
||||
HTML - LINK_BACK_NETWORK || Ağ sayfası
|
||||
@ -263,9 +263,9 @@ HTML - LINK_SERVER_ANALYSIS || Sunucu analizi
|
||||
HTML - LINK_WIKI || Plan Wiki, Öğreticiler ve Belgeler
|
||||
HTML - LOCAL_MACHINE || Yerel makine
|
||||
HTML - LOGIN_CREATE_ACCOUNT || Hesap oluştur!
|
||||
HTML - LOGIN_FAILED || Giriş başarısız:
|
||||
HTML - LOGIN_FAILED || Giriş başarısız:
|
||||
HTML - LOGIN_FORGOT_PASSWORD || Parolanızı mı unuttunuz?
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || Forgot password? Unregister and register again.
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_1 || Parolanızı mı unuttunuz? Kaydı iptal edin ve tekrar kaydolun.
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_2 || Mevcut kullanıcınızı kaldırmak için oyunda aşağıdaki komutu kullanın:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_3 || Veya konsol kullanarak:
|
||||
HTML - LOGIN_FORGOT_PASSWORD_INSTRUCTIONS_4 || Komutu kullandıktan sonra,
|
||||
@ -276,127 +276,127 @@ HTML - LOGIN_USERNAME || "Kullanıcı adı"
|
||||
HTML - NAV_PLUGINS || Pluginler
|
||||
HTML - NEW_CALENDAR || Yeni:
|
||||
HTML - NO_KILLS || Öldürmesi yok
|
||||
HTML - NO_USER_PRESENT || User cookie not present
|
||||
HTML - NON_OPERATORS (Filters) || Non operators
|
||||
HTML - NOT_BANNED (Filters) || Not banned
|
||||
HTML - NO_USER_PRESENT || Kullanıcı çerezi mevcut değil
|
||||
HTML - NON_OPERATORS (Filters) || Operatör olmayanlar
|
||||
HTML - NOT_BANNED (Filters) || Yasaklı değil
|
||||
HTML - OFFLINE || Çevrimdışı
|
||||
HTML - ONLINE || Çevrimiçi
|
||||
HTML - OPERATORS (Filters) || Operators
|
||||
HTML - PER_DAY || / Gün
|
||||
HTML - PLAYERS_TEXT || Oyuncular
|
||||
HTML - QUERY || Query<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || Activity of matched players
|
||||
HTML - QUERY_ACTIVITY_ON || Activity on <span id="activity-date"></span>
|
||||
HTML - QUERY_ADD_FILTER || Add a filter..
|
||||
HTML - QUERY_AND || and
|
||||
HTML - QUERY_ARE || `are`
|
||||
HTML - QUERY_ARE_ACTIVITY_GROUP || are in Activity Groups
|
||||
HTML - QUERY_ARE_PLUGIN_GROUP || are in ${plugin}'s ${group} Groups
|
||||
HTML - QUERY_JOINED_WITH_ADDRESS || joined with address
|
||||
HTML - QUERY || Sorgu<
|
||||
HTML - QUERY_ACTIVITY_OF_MATCHED_PLAYERS || Eşleşen oyuncuların etkinliği
|
||||
HTML - QUERY_ACTIVITY_ON || <span id="activity-date"></span> tarihindeki etkinlik
|
||||
HTML - QUERY_ADD_FILTER || Filtre ekle
|
||||
HTML - QUERY_AND || ve
|
||||
HTML - QUERY_ARE || `vardır`
|
||||
HTML - QUERY_ARE_ACTIVITY_GROUP || Etkinlik Gruplarında
|
||||
HTML - QUERY_ARE_PLUGIN_GROUP || ${plugin} adlı kişinin ${group} Grubunda
|
||||
HTML - QUERY_JOINED_WITH_ADDRESS || adresle katıldı
|
||||
HTML - QUERY_LOADING_FILTERS || Filtreler yükleniyor..
|
||||
HTML - QUERY_MAKE || Make a query
|
||||
HTML - QUERY_MAKE_ANOTHER || Make another query
|
||||
HTML - QUERY_OF_PLAYERS || of Players who
|
||||
HTML - QUERY_PERFORM_QUERY || Perform Query!
|
||||
HTML - QUERY_PLAYED_BETWEEN || Played between
|
||||
HTML - QUERY_MAKE || Sorgu yap
|
||||
HTML - QUERY_MAKE_ANOTHER || Başka bir sorgu yap
|
||||
HTML - QUERY_OF_PLAYERS || Oyuncuların
|
||||
HTML - QUERY_PERFORM_QUERY || Sorgu Gerçekleştirin!
|
||||
HTML - QUERY_PLAYED_BETWEEN || Arasında oynanan
|
||||
HTML - QUERY_REGISTERED_BETWEEN || Arasında kayıtlı
|
||||
HTML - QUERY_RESULTS || Sorgu Sonuçları
|
||||
HTML - QUERY_RESULTS_MATCH || matched ${resultCount} players
|
||||
HTML - QUERY_SESSIONS_WITHIN_VIEW || Sessions within view
|
||||
HTML - QUERY_SHOW_VIEW || Show a view
|
||||
HTML - QUERY_TIME_FROM || >from</label>
|
||||
HTML - QUERY_TIME_TO || >to</label>
|
||||
HTML - QUERY_VIEW || View:
|
||||
HTML - QUERY_ZERO_RESULTS || Query produced 0 results
|
||||
HTML - QUERY_RESULTS_MATCH || ${resultCount} oyuncuyla eşleşti
|
||||
HTML - QUERY_SESSIONS_WITHIN_VIEW || Görünüm içindeki oturumlar
|
||||
HTML - QUERY_SHOW_VIEW || Bir görünüm göster
|
||||
HTML - QUERY_TIME_FROM || >dan</label>
|
||||
HTML - QUERY_TIME_TO || >a</label>
|
||||
HTML - QUERY_VIEW || Görünüm:
|
||||
HTML - QUERY_ZERO_RESULTS || Sorgu 0 sonuç üretti
|
||||
HTML - REGISTER || Kayıt ol
|
||||
HTML - REGISTER_CHECK_FAILED || Checking registration status failed:
|
||||
HTML - REGISTER_CHECK_FAILED || Kayıt durumu kontrol edilemedi:
|
||||
HTML - REGISTER_COMPLETE || Kaydı Tamamla
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_1 || Artık kullanıcıyı kaydetmeyi bitirebilirsiniz.
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || Code expires in 15 minutes
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || Use the following command in game to finish registration:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || Or using console:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_2 || Kod 15 dakika içinde sona eriyor
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_3 || Kaydı bitirmek için oyunda aşağıdaki komutu kullanın:
|
||||
HTML - REGISTER_COMPLETE_INSTRUCTIONS_4 || Veya konsol kullanarak:
|
||||
HTML - REGISTER_CREATE_USER || Yeni bir kullanıcı oluşturun
|
||||
HTML - REGISTER_FAILED || Kayıt başarısız:
|
||||
HTML - REGISTER_HAVE_ACCOUNT || Already have an account? Login!
|
||||
HTML - REGISTER_HAVE_ACCOUNT || Zaten hesabınız var mı? Oturum aç!
|
||||
HTML - REGISTER_PASSWORD_TIP || Parola 8 karakterden fazla olmalıdır, ancak herhangi bir sınırlama yoktur.
|
||||
HTML - REGISTER_SPECIFY_PASSWORD || Bir Parola belirlemeniz gerekiyor
|
||||
HTML - REGISTER_SPECIFY_USERNAME || Kullanıcı adı belirlemeniz gerekiyor
|
||||
HTML - REGISTER_USERNAME_LENGTH || Username can be up to 50 characters, yours is
|
||||
HTML - REGISTER_USERNAME_TIP || Username can be up to 50 characters.
|
||||
HTML - REGISTER_USERNAME_LENGTH || Kullanıcı adı 50 karaktere kadar olabilir, sizinki
|
||||
HTML - REGISTER_USERNAME_TIP || Kullanıcı adı 50 karaktere kadar olabilir.
|
||||
HTML - SESSION || Oturum
|
||||
HTML - SIDE_GEOLOCATIONS || Coğrafi Konumlar
|
||||
HTML - SIDE_INFORMATION || INFORMATION
|
||||
HTML - SIDE_LINKS || LINKS
|
||||
HTML - SIDE_NETWORK_OVERVIEW || Network Overview
|
||||
HTML - SIDE_INFORMATION || DANIŞMA
|
||||
HTML - SIDE_LINKS || BAĞLANTILAR
|
||||
HTML - SIDE_NETWORK_OVERVIEW || Ağ Görünümü
|
||||
HTML - SIDE_OVERVIEW || Genel Bakış
|
||||
HTML - SIDE_PERFORMANCE || Performans
|
||||
HTML - SIDE_PLAYER_LIST || Oyuncu Listesi
|
||||
HTML - SIDE_PLAYERBASE || Playerbase
|
||||
HTML - SIDE_PLAYERBASE_OVERVIEW || Playerbase Overview
|
||||
HTML - SIDE_PLUGINS || PLUGINS
|
||||
HTML - SIDE_PLAYERBASE || Oyuncu tabanı
|
||||
HTML - SIDE_PLAYERBASE_OVERVIEW || Playerbase'e Genel Bakış
|
||||
HTML - SIDE_PLUGINS || PLUGINLER
|
||||
HTML - SIDE_PVP_PVE || PvP & PvE
|
||||
HTML - SIDE_SERVERS || Sunucular
|
||||
HTML - SIDE_SERVERS_TITLE || SERVERS
|
||||
HTML - SIDE_SERVERS_TITLE || SUNUCULAR
|
||||
HTML - SIDE_SESSIONS || Oturumlar
|
||||
HTML - SIDE_TO_MAIN_PAGE || to main page
|
||||
HTML - TEXT_CLICK_TO_EXPAND || Click to expand
|
||||
HTML - TEXT_CONTRIBUTORS_CODE || code contributor
|
||||
HTML - SIDE_TO_MAIN_PAGE || Ana Sayfaya
|
||||
HTML - TEXT_CLICK_TO_EXPAND || Genişletmek için tıklayın
|
||||
HTML - TEXT_CONTRIBUTORS_CODE || kod katkıda bulunan
|
||||
HTML - TEXT_CONTRIBUTORS_LOCALE || çevirmen
|
||||
HTML - TEXT_CONTRIBUTORS_MONEY || Extra special thanks to those who have monetarily supported the development.
|
||||
HTML - TEXT_CONTRIBUTORS_THANKS || In addition following <span class="col-plan">awesome people</span> have contributed:
|
||||
HTML - TEXT_DEV_VERSION || This version is a DEV release.
|
||||
HTML - TEXT_DEVELOPED_BY || is developed by
|
||||
HTML - TEXT_CONTRIBUTORS_MONEY || Gelişimi parasal olarak destekleyenlere ekstra özel teşekkürler.
|
||||
HTML - TEXT_CONTRIBUTORS_THANKS || Ayrıca <span class="col-plan"> harika insanları </span> takip ederek katkıda bulundu:
|
||||
HTML - TEXT_DEV_VERSION || Bu sürüm bir DEV sürümüdür.
|
||||
HTML - TEXT_DEVELOPED_BY || tarafından geliştirilmiştir
|
||||
HTML - TEXT_FIRST_SESSION || İlk seans
|
||||
HTML - TEXT_LICENSED_UNDER || Player Analytics, altında geliştirilir ve lisanslanır
|
||||
HTML - TEXT_METRICS || bStats Metrics
|
||||
HTML - TEXT_NO_EXTENSION_DATA || Uzantı Verisi Yok
|
||||
HTML - TEXT_NO_LOW_TPS || Düşük tps artışları yok
|
||||
HTML - TEXT_NO_SERVER || No server to display online activity for
|
||||
HTML - TEXT_NO_SERVERS || No servers found in the database
|
||||
HTML - TEXT_NO_SERVER || Çevrimiçi etkinliği gösterecek sunucu yok
|
||||
HTML - TEXT_NO_SERVERS || Veritabanında sunucu bulunamadı
|
||||
HTML - TEXT_PLUGIN_INFORMATION || Eklenti hakkında bilgiler
|
||||
HTML - TEXT_PREDICTED_RETENTION || This value is a prediction based on previous players
|
||||
HTML - TEXT_SERVER_INSTRUCTIONS || It appears that Plan is not installed on any game servers or not connected to the same database. See <a href="https://github.com/plan-player-analytics/Plan/wiki">wiki</a> for Network tutorial.
|
||||
HTML - TEXT_VERSION || A new version has been released and is now available for download.
|
||||
HTML - TITLE_30_DAYS || 30 days
|
||||
HTML - TITLE_30_DAYS_AGO || 30 days ago
|
||||
HTML - TEXT_PREDICTED_RETENTION || Bu değer, önceki oyunculara dayalı bir tahmindir
|
||||
HTML - TEXT_SERVER_INSTRUCTIONS || Plan'ın herhangi bir oyun sunucusuna yüklenmediği veya aynı veritabanına bağlı olmadığı anlaşılıyor. Ağ eğitimi için <a href="https://github.com/plan-player-analytics/Plan/wiki"> wiki </a> 'ye bakın.
|
||||
HTML - TEXT_VERSION || Yeni bir sürüm yayınlandı ve şimdi indirilebilir.
|
||||
HTML - TITLE_30_DAYS || 30 gün
|
||||
HTML - TITLE_30_DAYS_AGO || 30 gün önce
|
||||
HTML - TITLE_ALL || Tamamı
|
||||
HTML - TITLE_ALL_TIME || All Time
|
||||
HTML - TITLE_AS_NUMBERS || as Numbers
|
||||
HTML - TITLE_AVG_PING || Average Ping
|
||||
HTML - TITLE_BEST_PING || Best Ping
|
||||
HTML - TITLE_ALL_TIME || Tüm zamanlar
|
||||
HTML - TITLE_AS_NUMBERS || Sayılar olarak
|
||||
HTML - TITLE_AVG_PING || Ortalama Ping
|
||||
HTML - TITLE_BEST_PING || En iyi Ping
|
||||
HTML - TITLE_CALENDAR || Takvim
|
||||
HTML - TITLE_CONNECTION_INFO || Connection Information
|
||||
HTML - TITLE_CONNECTION_INFO || Bağlantı Bilgisi
|
||||
HTML - TITLE_COUNTRY || Ülke
|
||||
HTML - TITLE_CPU_RAM || CPU & RAM
|
||||
HTML - TITLE_CURRENT_PLAYERBASE || Current Playerbase
|
||||
HTML - TITLE_DISK || Disk Space
|
||||
HTML - TITLE_GRAPH_DAY_BY_DAY || Day by Day
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || Hour by Hour
|
||||
HTML - TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY || Network Online Activity
|
||||
HTML - TITLE_GRAPH_PUNCHCARD || Punchcard for 30 days
|
||||
HTML - TITLE_INSIGHTS || Insights for 30 days
|
||||
HTML - TITLE_IS_AVAILABLE || is Available
|
||||
HTML - TITLE_JOIN_ADDRESSES || Join Addresses
|
||||
HTML - TITLE_CURRENT_PLAYERBASE || Şuanki Oyuncu Tabanı
|
||||
HTML - TITLE_DISK || Disk Alanı
|
||||
HTML - TITLE_GRAPH_DAY_BY_DAY || Gün gün
|
||||
HTML - TITLE_GRAPH_HOUR_BY_HOUR || Saat saat
|
||||
HTML - TITLE_GRAPH_NETWORK_ONLINE_ACTIVITY || Ağ Çevrimiçi Etkinliği
|
||||
HTML - TITLE_GRAPH_PUNCHCARD || 30 günlük Punchcard
|
||||
HTML - TITLE_INSIGHTS || 30 günlük bilgiler
|
||||
HTML - TITLE_IS_AVAILABLE || müsait
|
||||
HTML - TITLE_JOIN_ADDRESSES || Adreslere Katıl
|
||||
HTML - TITLE_LAST_24_HOURS || Son 24 saat
|
||||
HTML - TITLE_LAST_30_DAYS || Son 30 gün
|
||||
HTML - TITLE_LAST_7_DAYS || Son 7 gün
|
||||
HTML - TITLE_LAST_CONNECTED || Son bağlantı
|
||||
HTML - TITLE_LENGTH || Length
|
||||
HTML - TITLE_MOST_PLAYED_WORLD || Most played World
|
||||
HTML - TITLE_NETWORK || Network
|
||||
HTML - TITLE_NETWORK_AS_NUMBERS || Network as Numbers
|
||||
HTML - TITLE_NOW || Now
|
||||
HTML - TITLE_ONLINE_ACTIVITY || Online Activity
|
||||
HTML - TITLE_ONLINE_ACTIVITY_AS_NUMBERS || Online Activity as Numbers
|
||||
HTML - TITLE_ONLINE_ACTIVITY_OVERVIEW || Online Activity Overview
|
||||
HTML - TITLE_PERFORMANCE_AS_NUMBERS || Performance as Numbers
|
||||
HTML - TITLE_LENGTH || Uzunluk
|
||||
HTML - TITLE_MOST_PLAYED_WORLD || En çok oynanan Dünya
|
||||
HTML - TITLE_NETWORK || Ağ
|
||||
HTML - TITLE_NETWORK_AS_NUMBERS || Sayılarla Ağ
|
||||
HTML - TITLE_NOW || Şimdi
|
||||
HTML - TITLE_ONLINE_ACTIVITY || Çevrimiçi Aktivite
|
||||
HTML - TITLE_ONLINE_ACTIVITY_AS_NUMBERS || Sayılarla Çevrimiçi Etkinlik
|
||||
HTML - TITLE_ONLINE_ACTIVITY_OVERVIEW || Çevrimiçi Etkinliğe Genel Bakış
|
||||
HTML - TITLE_PERFORMANCE_AS_NUMBERS || Rakamlarla Performans
|
||||
HTML - TITLE_PING || Ping
|
||||
HTML - TITLE_PLAYER || Oyuncu
|
||||
HTML - TITLE_PLAYER_OVERVIEW || Oyuncuya Genel Bakış
|
||||
HTML - TITLE_PLAYERBASE_DEVELOPMENT || Oyuncu Etkinlik Grafiği
|
||||
HTML - TITLE_PVP_DEATHS || Recent PvP Deaths
|
||||
HTML - TITLE_PVP_KILLS || Recent PvP Kills
|
||||
HTML - TITLE_PVP_PVE_NUMBERS || PvP & PvE as Numbers
|
||||
HTML - TITLE_PVP_DEATHS || Son PvP Ölümleri
|
||||
HTML - TITLE_PVP_KILLS || Son PvP Öldürmeleri
|
||||
HTML - TITLE_PVP_PVE_NUMBERS || Sayılarla PvP & PvE
|
||||
HTML - TITLE_RECENT_KILLS || Son Öldürmeler
|
||||
HTML - TITLE_RECENT_SESSIONS || En Son Oturumlar
|
||||
HTML - TITLE_SEEN_NICKNAMES || Görülen takma adlar
|
||||
@ -413,16 +413,16 @@ HTML - TITLE_TREND || Trend
|
||||
HTML - TITLE_TRENDS || 30 günlük trendler
|
||||
HTML - TITLE_VERSION || Versiyon
|
||||
HTML - TITLE_WEEK_COMPARISON || Hafta Karşılaştırması
|
||||
HTML - TITLE_WORLD || World Load
|
||||
HTML - TITLE_WORLD || Dünya Yükle
|
||||
HTML - TITLE_WORLD_PLAYTIME || Dünya Oyun Süresi
|
||||
HTML - TITLE_WORST_PING || Worst Ping
|
||||
HTML - TITLE_WORST_PING || En kötü Ping
|
||||
HTML - TOTAL_ACTIVE_TEXT || Toplam Aktiflik
|
||||
HTML - TOTAL_AFK || Toplam AFKlık
|
||||
HTML - TOTAL_PLAYERS || Toplam Oyuncular
|
||||
HTML - UNIQUE_CALENDAR || Benzersiz:
|
||||
HTML - UNIT_CHUNKS || Chunks
|
||||
HTML - UNIT_ENTITIES || Yaratıklar
|
||||
HTML - UNIT_NO_DATA || No Data
|
||||
HTML - UNIT_NO_DATA || Veri yok
|
||||
HTML - UNIT_THE_PLAYERS || Oyuncular
|
||||
HTML - USER_AND_PASS_NOT_SPECIFIED || Kullanıcı ve Şifre belirtilmedi
|
||||
HTML - USER_DOES_NOT_EXIST || Böyle Bir Kullanıcı Yok
|
||||
@ -436,8 +436,8 @@ HTML - Version Update Available || Version ${0} is Available!
|
||||
HTML - Version Update Dev || Bu sürüm bir DEV sürümüdür.
|
||||
HTML - Version Update Info || Yeni bir sürüm yayınlandı ve artık indirilebilir.
|
||||
HTML - WARNING_NO_GAME_SERVERS || Bazı veriler, Plan'ın oyun sunucularına yüklenmesini gerektirir.
|
||||
HTML - WARNING_NO_GEOLOCATIONS || Geolocation gathering needs to be enabled in the config (Accept GeoLite2 EULA).
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || Chunks unavailable on Sponge
|
||||
HTML - WARNING_NO_GEOLOCATIONS || Konum belirleme toplama yapılandırmada etkinleştirilmelidir (GeoLite2 EULA'yı Kabul Et).
|
||||
HTML - WARNING_NO_SPONGE_CHUNKS || Chunklar Spongeda mevcut değil
|
||||
HTML - WITH || <th>Birlikte
|
||||
HTML ERRORS - ACCESS_DENIED_403 || Giriş reddedildi
|
||||
HTML ERRORS - AUTH_FAIL_TIPS_401 || - Bir kullanıcıyı <b>/plan register</b><br>- ile kayıt ettiğinize emin olun ismin ve şifrenin doğru olup olmadığını kontol edin <br>- Kullanıcı adı ve şifre büyük / küçük harf duyarlıdır<br><br>Eğer şifreni unuttuysan, Yetkiliden sizi tekrar kayıt etmesini isteyin.
|
||||
@ -448,47 +448,47 @@ HTML ERRORS - NOT_FOUND_404 || Bulunamadı
|
||||
HTML ERRORS - NOT_PLAYED_404 || Oyuncu bu sunucuda hiç oynamadı.
|
||||
HTML ERRORS - PAGE_NOT_FOUND_404 || Böyle bir sayfa mevcut değil.
|
||||
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/{uuid/name}<br>/server/{uuid/name/id}</p>
|
||||
HTML ERRORS - UNKNOWN_PAGE_404 || Bir komutla verilen bağlantıya eriştiğinizden emin olun, Örnekler: </p> <p> / player / {uuid / name} <br> / server / {uuid / name / id} </p>
|
||||
HTML ERRORS - UUID_404 || Oyuncunun UUID si veritabanında bulunamadı.
|
||||
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 || Verileri bir şekilde değiştirmek için farklı veritabanı alt komutları kullanın
|
||||
In Depth Help - /plan db backup || Hedef veritabanını bir dosyaya yedeklemek için SQLite kullanır.
|
||||
In Depth Help - /plan db clear || Süreçteki tüm Plan verilerini kaldırarak tüm Plan tablolarını temizler.
|
||||
In Depth Help - /plan db hotswap || Eklentiyi diğer veritabanıyla yeniden yükler ve eşleşecek şekilde yapılandırmayı değiştirir.
|
||||
In Depth Help - /plan db move || Diğer veritabanındaki içeriklerin üzerine başka bir veritabanındaki içeriklerin üzerine yazar.
|
||||
In Depth Help - /plan db remove || Bir oyuncuyu bağlı tüm verileri Geçerli veritabanından kaldırır.
|
||||
In Depth Help - /plan db restore || SQLite yedekleme dosyasını kullanır ve hedef veritabanının içeriğinin üzerine yazar.
|
||||
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 db uninstalled || Plan veritabanındaki bir sunucuyu, sunucu sorgularında görünmemesi için kaldırıldı olarak işaretler.
|
||||
In Depth Help - /plan disable || Bir sonraki yeniden yüklemeye / yeniden başlatmaya kadar eklentiyi veya bir kısmını devre dışı bırakın.
|
||||
In Depth Help - /plan export || Yapılandırmada tanımlanan dışa aktarma için bir dışa aktarma gerçekleştirir.
|
||||
In Depth Help - /plan import || Veritabanına veri yüklemek için bir içe aktarma gerçekleştirir.
|
||||
In Depth Help - /plan info || Eklentinin mevcut durumunu görüntüleyin.
|
||||
In Depth Help - /plan ingame || Oyun içindeyken oyuncu hakkında bilgi verir.
|
||||
In Depth Help - /plan json || Bir oyuncunun verilerini json formatında indirmenize izin verir. Hepsi.
|
||||
In Depth Help - /plan logout || Give username argument to log out another user from the panel, give * as argument to log out everyone.
|
||||
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 logout || Panelden başka bir kullanıcının oturumunu kapatmak için kullanıcı adı bağımsız değişkeni verin, herkesi kapatmak için bağımsız değişken olarak * verin.
|
||||
In Depth Help - /plan network || /network sayfasına bir bağlantı edinin, bunu yalnızca ağlarda yapar.
|
||||
In Depth Help - /plan player || Belirli bir oyuncunun veya mevcut oyuncunun /player sayfasına bir bağlantı edinin.
|
||||
In Depth Help - /plan players || Oyuncuların bir listesini görmek için /players sayfasına bir bağlantı edinin.
|
||||
In Depth Help - /plan register || Kayıt sayfasına bağlantı almak için bağımsız değişken olmadan kullanın. Kullanıcı edinmek için kayıttan sonra --code [kod] kullanın.
|
||||
In Depth Help - /plan reload || Yapılandırmadaki değişiklikleri yeniden yüklemek için eklentiyi devre dışı bırakın ve etkinleştirin.
|
||||
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 search || Bir adın belirli bir kısmıyla eşleşen tüm oyuncu adlarını listeleyin.
|
||||
In Depth Help - /plan server || Belirli bir sunucunun /server sayfasına veya herhangi bir bağımsız değişken verilmemişse geçerli sunucuya bir bağlantı edinin.
|
||||
In Depth Help - /plan servers || Veritabanındaki sunucuların kimliklerini, adlarını ve kullanıcılarını listeleyin.
|
||||
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 unregister || Oyuncu bağlantılı kullanıcının kaydını silmek için bağımsız değişken olmadan veya başka bir kullanıcının kaydını silmek için kullanıcı adı bağımsız değişkeniyle kullanın.
|
||||
In Depth Help - /plan users || Web kullanıcılarını tablo olarak listeler.
|
||||
Manage - Confirm Overwrite || ${0} içindeki verilen üzerinden yazılacak!
|
||||
Manage - Confirm Removal || ${0} İçindeki Veri Silinecek!
|
||||
Manage - Fail || > §cBirşey yanlış gidiyor: ${0}
|
||||
Manage - Fail File not found || > §cBurada bir dosya bulunamadı ${0}
|
||||
Manage - Fail Incorrect Database || > §c'${0}' Desteklenmeyen bir VeriTabanı.
|
||||
Manage - Fail No Exporter || §eExporter '${0}' doesn't exist
|
||||
Manage - Fail No Exporter || §e"${0}" dışa aktarıcısı mevcut değil
|
||||
Manage - Fail No Importer || §eAlıcı '${0}' yok
|
||||
Manage - Fail No Server || Verilen parametrelere sahip sunucu bulunamadı.
|
||||
Manage - Fail Same Database || > §cAynı veritabanında veya benzerinde çalışamaz!
|
||||
Manage - Fail Same server || Bu sunucuyu kaldırılmış olarak işaretleyemezsiniz (Siz buradasınız)
|
||||
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 db hotswap ${0}) & reload the plugin.
|
||||
Manage - List Importers || İçe aktarıcılar:
|
||||
Manage - Progress || ${0} / ${1} işlendi..
|
||||
Manage - Remind HotSwap || §eYeni veritabanına geçmeyi (/plan db hotswap ${0}) ve eklentiyi yeniden yüklemeyi unutmayın.
|
||||
Manage - Start || > §2Veri işleniyor..
|
||||
Manage - Success || > §aBaşarılı!
|
||||
Negative || Hayır
|
||||
@ -511,7 +511,7 @@ Webserver - Notify IP Whitelist Block || Webserver: ${0} was denied ac
|
||||
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.Address points to the Proxy
|
||||
WebServer FAIL - EOF || WebServer: EOF when reading Certificate file. (Dosyanın boş olmadığını kontrol edin.)
|
||||
WebServer FAIL - Port Bind || Web Sunucusu başarıyla başlatılmadı. Bu (${0}) port mu kullanılıyor ?
|
||||
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.
|
||||
Yesterday || 'Dün'
|
||||
Yesterday || 'Dün'
|
@ -230,7 +230,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
|
@ -212,7 +212,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
|
@ -841,7 +841,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="./vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="./vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Page level plugins -->
|
||||
|
@ -688,7 +688,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="../vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="../vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Page level plugins -->
|
||||
|
@ -260,7 +260,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Page level plugins -->
|
||||
|
@ -309,7 +309,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="./vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="./vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Page level plugins -->
|
||||
|
@ -174,7 +174,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Custom scripts for all pages-->
|
||||
|
@ -1326,7 +1326,9 @@
|
||||
<!-- End of Page Wrapper -->
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
<script src="../vendor/jquery/jquery.min.js"></script>
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="../vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<!-- Page level plugins -->
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user