9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-27 10:59:13 +00:00

update libs

This commit is contained in:
XiaoMoMi
2024-10-12 21:16:50 +08:00
parent cbef7cabbb
commit a8bef068f7
5 changed files with 16 additions and 10 deletions

View File

@@ -1,93 +0,0 @@
# Don't change this
config-version: "33"
exception.invalid_syntax: "<red>Invalid syntax. Correct syntax: <white><arg:0></white></red>"
exception.invalid_argument: "<red>Invalid argument. Reason: <white><arg:0></white></red>"
exception.invalid_sender: "<red><arg:0> is not allowed to execute that command. Must be of type <arg:1></red>"
exception.unexpected: "<red>An internal error occurred while attempting to perform this command</red>"
exception.no_permission: "<red>I'm sorry, but you do not have permission to perform this command</red>"
exception.no_such_command: "Unknown command."
argument.entity.notfound.player: "<red><lang:argument.entity.notfound.player></red>"
argument.entity.notfound.entity: "<red><lang:argument.entity.notfound.entity></red>"
argument.parse.failure.time: "<red>'<arg:0>' is not a valid time format</red>"
argument.parse.failure.material: "<red>'<arg:0>' is not a valid material name</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' is not a valid enchantment</red>"
argument.parse.failure.offlineplayer: "<red>No player found for input '<arg:0>'</red>"
argument.parse.failure.player: "<red>No player found for input '<arg:0>'</red>"
argument.parse.failure.world: "<red>'<arg:0>' is not a valid Minecraft world</red>"
argument.parse.failure.location.invalid_format: "<red>'<arg:0>' is not a valid location. Required format is '<arg:1> <arg:2> <arg:3></red>"
argument.parse.failure.location.mixed_local_absolute: "<red>Cannot mix local and absolute coordinates. (either all coordinates use '^' or none do)</red>"
argument.parse.failure.namespacedkey.namespace: "<red>Invalid namespace '<arg:0>'. Must be [a-z0-9._-]</red>"
argument.parse.failure.namespacedkey.key: "<red>Invalid key '<arg:0>'. Must be [a-z0-9/._-]</red>"
argument.parse.failure.namespacedkey.need_namespace: "<red>Invalid input '<arg:0>', requires an explicit namespace</red>"
argument.parse.failure.boolean: "<red>Could not parse boolean from '<arg:0>'</red>"
argument.parse.failure.number: "<red>'<arg:0>' is not a valid number in the range <arg:1> to <arg:2></red>"
argument.parse.failure.char: "<red>'<arg:0>' is not a valid character</red>"
argument.parse.failure.string: "<red>'<arg:0>' is not a valid string of type <arg:1></red>"
argument.parse.failure.uuid: "<red>'<arg:0>' is not a valid UUID</red>"
argument.parse.failure.enum: "<red>'<arg:0>' is not one of the following: <arg:1></red>"
argument.parse.failure.regex: "<red>'<arg:0>' does not match '<arg:1>'</red>"
argument.parse.failure.flag.unknown: "<red>Unknown flag '<arg:0>'</red>"
argument.parse.failure.flag.duplicate_flag: "<red>Duplicate flag '<arg:0>'</red>"
argument.parse.failure.flag.no_flag_started: "<red>No flag started. Don't know what to do with '<arg:0>'</red>"
argument.parse.failure.flag.missing_argument: "<red>Missing argument for '<arg:0>'</red>"
argument.parse.failure.flag.no_permission: "<red>You don't have permission to use '<arg:0>'</red>"
argument.parse.failure.color: "<red>'<arg:0>' is not a valid color</red>"
argument.parse.failure.duration: "<red>'<arg:0>' is not a duration format</red>"
argument.parse.failure.aggregate.missing: "<red>Missing component '<arg:0>'</red>"
argument.parse.failure.aggregate.failure: "<red>Invalid component '<arg:0>': <arg:1></red>"
argument.parse.failure.either: "<red>Could not resolve <arg:1> or <arg:2> from '<arg:0>'</red>"
argument.parse.failure.namedtextcolor: "<red>'<arg:0>' is not a named text color</red>"
command.reload.success: "<white>Reloaded. Took <green><arg:0></green> ms.</white>"
command.item.failure.not_exist: "<red>Item [<arg:0>] not exists.</red>"
command.item.give.success: "<white>Successfully given <arg:0> <arg:1>x <arg:2>.</white>"
command.item.get.success: "<white>Successfully got <arg:0>x <arg:1>.</white>"
command.item.import.failure.no_item: "<red>You can't import air</red>"
command.item.import.success: "<white>Item [<arg:0>] has been saved to /plugins/CustomFishing/imported_items.yml</white>"
command.fish_finder.possible_loots: "<white>Possible loots here: <arg:0></white>"
command.fish_finder.no_loot: "<white>No loot found here</white>"
command.fish_finder.split_char: ", "
command.competition.failure.not_exist: "<red>Competition <arg:0> does not exist.</red>"
command.competition.failure.no_competition: "<red>There's no competition ongoing.</red>"
command.competition.stop.success: "<white>Stopped the current competition.</white>"
command.competition.end.success: "<white>Ended the current competition.</white>"
command.competition.start.success: "<white>Started the competition.</white>"
command.bag.edit.failure.unsafe: "<red>Cannot edit a player's fishing bag if they're active on another linked server.</red>"
command.bag.edit.failure.never_played: "<red>The player hasn't joined the server before. Can't modify a nonexistent player's fishing bag.</red>"
command.bag.open.success: "<white>Successfully opened the fishing bag for <arg:0></white>"
command.bag.open.failure.not_loaded: "<red>Failed to open market for <arg:0> because data is not loaded</red>"
command.data.failure.not_loaded: "<red>Data hasn't been loaded. Please re-enter the server. If issues persist, reach out to the server admin.</red>"
command.market.open.success: "<white>Successfully opened the market gui for <arg:0></white>"
command.market.open.failure.not_loaded: "<red>Failed to open market for <arg:0> because data is not loaded</red>"
command.data.unlock.success: "<white>Successfully unlocked data for <arg:0></white>"
command.data.import.failure.not_exists: "<red>That file doesn't exist</red>"
command.data.import.failure.invalid_file: "<red>That file is invalid</red>"
command.data.import.failure.player_online: "<red>Please kick all the online players before using this command</red>"
command.data.import.start: "<white>Importing...</white>"
command.data.import.progress: "<white>Progress: <arg:0>/<arg:1></white>"
command.data.import.success: "<white>Successfully imported the data</white>"
command.data.export.failure.player_online: "<red>Please kick all the online players before using this command</red>"
command.data.export.start: "<white>Exporting...</white>"
command.data.export.progress: "<white>Progress: <arg:0>/<arg:1></white>"
command.data.export.success: "<white>Successfully exported the data</white>"
command.statistics.failure.not_loaded: "<red>Data has not been loaded for that player</red>"
command.statistics.failure.unsupported: "<red>Unsupported operation</red>"
command.statistics.modify.success: "<white>Successfully modified the fishing statistics for <arg:0></white>"
command.statistics.reset.success: "<white>Successfully reset the fishing statistics for <arg:0></white>"
command.statistics.query.size: "<white>Max sizes: <arg:0></white>"
command.statistics.query.amount: "<white>Amount of fish caught: <arg:0></white>"
command.debug.loot.failure.rod: "<red>Please hold a fishing rod before using this command</red>"
command.debug.loot.failure.no_loot: "<red>No loot available</red>"
command.debug.loot.success: "<yellow><b>Available loots:</b></yellow> <arg:0>"
competition.no_score: "No Score"
competition.no_player: "No Player"
competition.no_rank: "No Rank"
competition.goal.catch_amount: "Fish count caught"
competition.goal.max_size: "Largest fish caught"
competition.goal.min_size: "Smallest fish caught"
competition.goal.total_score: "Cumulative score of fish caught"
competition.goal.total_size: "Total length of fish caught"
format.day: "d"
format.hour: "h"
format.minute: "m"
format.second: "s"

View File

@@ -1,92 +0,0 @@
# 别动这个
config-version: "33"
exception.invalid_syntax: "<red>无效语法. 正确语法:<white><arg:0></white></red>"
exception.invalid_argument: "<red>无效参数. 原因:<white><arg:0></white></red>"
exception.invalid_sender: "<red><arg:0> 不允许执行该命令. 执行者必须是 <arg:1></red>"
exception.unexpected: "<red>执行该命令时发生内部错误</red>"
exception.no_permission: "<red>抱歉, 您没有权限执行该命令</red>"
exception.no_such_command: "未知命令"
argument.entity.notfound.player: "<red>找不到玩家 '<arg:0>'</red>"
argument.entity.notfound.entity: "<red>找不到实体 '<arg:0>'</red>"
argument.parse.failure.time: "<red>'<arg:0>' 不是有效的时间格式</red>"
argument.parse.failure.material: "<red>'<arg:0>' 不是有效的材料</red>"
argument.parse.failure.enchantment: "<red>'<arg:0>' 不是有效的魔咒</red>"
argument.parse.failure.offlineplayer: "<red>输入的玩家 '<arg:0>' 已离线</red>"
argument.parse.failure.player: "<red>找不到输入的玩家 '<arg:0>'</red>"
argument.parse.failure.world: "<red>'<arg:0>' 不是有效的 Minecraft 世界名称</red>"
argument.parse.failure.location.invalid_format: "<red>'<arg:0>' 不是有效的位置格式.必须格式为 '<arg:1> <arg:2> <arg:3>'</red>"
argument.parse.failure.location.mixed_local_absolute: "<red>不能混用相对和绝对坐标.坐标要么全部使用 '^',要么全部不用</red>"
argument.parse.failure.namespacedkey.namespace: "<red>无效的命名空间 '<arg:0>'.必须为 [a-z0-9._-]</red>"
argument.parse.failure.namespacedkey.key: "<red>无效的键 '<arg:0>'.必须为 [a-z0-9/._-]</red>"
argument.parse.failure.namespacedkey.need_namespace: "<red>无效的输入 '<arg:0>', 需要显式指定命名空间</red>"
argument.parse.failure.boolean: "<red>无法解析布尔值 '<arg:0>'</red>"
argument.parse.failure.number: "<red>'<arg:0>' 不是从 <arg:1> 到 <arg:2> 范围内的有效数字</red>"
argument.parse.failure.char: "<red>'<arg:0>' 不是有效的字符</red>"
argument.parse.failure.string: "<red>'<arg:0>' 不是类型为 <arg:1> 的有效字符串</red>"
argument.parse.failure.uuid: "<red>'<arg:0>' 不是有效的 UUID</red>"
argument.parse.failure.enum: "<red>'<arg:0>' 不是以下任何一种情况之一: <arg:1></red>"
argument.parse.failure.regex: "<red>'<arg:0>' 不匹配 '<arg:1>'</red>"
argument.parse.failure.flag.unknown: "<red>未知标志 '<arg:0>'</red>"
argument.parse.failure.flag.duplicate_flag: "<red>重复的标志 '<arg:0>'</red>"
argument.parse.failure.flag.no_flag_started: "<red>没有开始标志. 不知道如何处理 '<arg:0>'</red>"
argument.parse.failure.flag.missing_argument: "<red>缺少 '<arg:0>' 参数</red>"
argument.parse.failure.flag.no_permission: "<red>您没有权限使用 '<arg:0>'</red>"
argument.parse.failure.color: "<red>'<arg:0>' 不是有效的颜色</red>"
argument.parse.failure.duration: "<red>'<arg:0>' 不是有效的持续时间格式</red>"
argument.parse.failure.aggregate.missing: "<red>缺少组件 '<arg:0>'</red>"
argument.parse.failure.aggregate.failure: "<red>无效的组件 '<arg:0>': <arg:1></red>"
argument.parse.failure.either: "<red>无法从 '<arg:0>' 解析 <arg:1> 或 <arg:2></red>"
argument.parse.failure.namedtextcolor: "<red>'<arg:0>' 不是颜色代码</red>"
command.reload.success: "<white>重新加载完成.耗时 <green><arg:0></green> 毫秒</white><newline><green><click:open_url:https://github.com/jhqwqmc>译者jhqwqmc</click></green>"
command.item.failure.not_exist: "<red>物品 [<arg:0>] 不存在</red>"
command.item.give.success: "<white>成功给予 <arg:0> <arg:1> 个 <arg:2></white>"
command.item.get.success: "<white>成功获得 <arg:0> 个 <arg:1></white>"
command.item.import.failure.no_item: "<red>无法导入空气</red>"
command.item.import.success: "<white>物品 [<arg:0>] 已保存至 /plugins/CustomFishing/imported_items.yml</white>"
command.fish_finder.possible_loots: "<white>可以钓到的战利品: <arg:0></white>"
command.fish_finder.no_loot: "<white>这里钓不到任何东西</white>"
command.fish_finder.split_char: ", "
command.competition.failure.not_exist: "<red>比赛 <arg:0> 不存在</red>"
command.competition.failure.no_competition: "<red>当前没有正在进行的比赛</red>"
command.competition.stop.success: "<white>成功停止当前比赛</white>"
command.competition.end.success: "<white>成功结束当前比赛</white>"
command.competition.start.success: "<white>成功开始比赛</white>"
command.bag.edit.failure.unsafe: "<red>因为玩家在另一个链接的服务器上在线, 所以无法编辑他的鱼袋</red>"
command.bag.edit.failure.never_played: "<red>此玩家从未加入过该服务器. 无法修改不存在的玩家的鱼袋</red>"
command.bag.open.success: "<white>成功打开 <arg:0> 的鱼袋</white>"
command.bag.open.failure.not_loaded: "<red>由于数据未加载, 无法打开 <arg:0> 的市场</red>"
command.data.failure.not_loaded: "<red>数据尚未加载. 请重新进入服务器. 如果问题仍然存在, 请联系服务器管理员</red>"
command.market.open.success: "<white>成功为 <arg:0> 打开市场界面</white>"
command.market.open.failure.not_loaded: "<red>由于数据未加载, 无法为 <arg:0> 打开市场</red>"
command.data.unlock.success: "<white>成功解锁 <arg:0> 的数据</white>"
command.data.import.failure.not_exists: "<red>该文件不存在</red>"
command.data.import.failure.invalid_file: "<red>该文件无效</red>"
command.data.import.failure.player_online: "<red>请在使用此命令之前踢出所有在线玩家</red>"
command.data.import.start: "<white>正在导入...</white>"
command.data.import.progress: "<white>进度: <arg:0>/<arg:1></white>"
command.data.import.success: "<white>成功导入数据</white>"
command.data.export.failure.player_online: "<red>请在使用此命令之前踢出所有在线玩家</red>"
command.data.export.start: "<white>正在导出...</white>"
command.data.export.progress: "<white>进度: <arg:0>/<arg:1></white>"
command.data.export.success: "<white>成功导出数据</white>"
command.statistics.failure.not_loaded: "<red>未加载该玩家的数据</red>"
command.statistics.failure.unsupported: "<red>不支持的操作</red>"
command.statistics.modify.success: "<white>成功修改 <arg:0> 的钓鱼统计数据</white>"
command.statistics.reset.success: "<white>成功重置 <arg:0> 的钓鱼统计数据</white>"
command.statistics.query.size: "<white>最长的鱼的长度: <arg:0></white>"
command.statistics.query.amount: "<white>钓到鱼的数量: <arg:0></white>"
command.debug.loot.failure.rod: "<red>请手持鱼竿后再执行此命令</red>"
command.debug.loot.success: "<yellow><b>战利品概率表:</b></yellow> <arg:0>"
competition.no_score: "暂无得分"
competition.no_player: "暂无玩家"
competition.no_rank: "暂无排名"
competition.goal.catch_amount: "钓到鱼的数量"
competition.goal.max_size: "最长的鱼的长度"
competition.goal.min_size: "最短的鱼的长度"
competition.goal.total_score: "钓鱼得分"
competition.goal.total_size: "钓到鱼的总长度"
format.day: "天"
format.hour: "小时"
format.minute: "分钟"
format.second: "秒"