9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-25 01:49:18 +00:00

added supported languages

This commit is contained in:
XiaoMoMi
2024-10-12 21:14:17 +08:00
parent cdf62d2262
commit 2a196760ff
5 changed files with 10 additions and 4 deletions

View File

@@ -1,86 +0,0 @@
# Don"t change this
config-version: "41"
season.spring: "Spring"
season.summer: "Summer"
season.autumn: "Autumn"
season.winter: "Winter"
season.disable: "Disable"
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.season.get.success: "<white>The season in world [<arg:0>] is [<arg:1>]</white>"
command.season.get.failure: "<red>Season is disabled in world [<arg:0>]</red>"
command.season.set.success: "<white>Successfully set season to <arg:1> in world [<arg:0>]</white>"
command.season.set.failure.disable: "<red>Season is disabled in world [<arg:0>]</red>"
command.season.set.failure.reference: "<red>World [<arg:0>] is not the reference world</red>"
command.season.set.failure.other: "<red>Can't set season for world [<arg:0>] because plugin [<arg:1>] takes over the season</red>"
command.season.set.failure.invalid: "<red>Invalid season [<arg:1>]</red>"
command.date.get.success: "<white>The date in world [<arg:0>] is [<arg:1>]</white>"
command.date.get.failure.disable: "<red>Date is disabled in world [<arg:0>]</red>"
command.date.get.failure.other: "<red>Can't get date for world [<arg:0>] because plugin [<arg:1>] takes over the calendar</red>"
command.date.set.success: "<white>Successfully set date to <arg:1> in world [<arg:0>]</white>"
command.date.set.failure.disable: "<red>Date is disabled in world [<arg:0>]</red>"
command.date.set.failure.reference: "<red>World [<arg:0>] is not the reference world</red>"
command.date.set.failure.other: "<red>Can't set date for world [<arg:0>] because plugin [<arg:1>] takes over the calendar</red>"
command.date.set.failure.invalid: "<red>Invalid date [<arg:1>]</red>"
command.force_tick.success: "<white>Took <arg:0>ms ticking <arg:1> blocks</white>"
command.force_tick.failure.disable: "<red>CustomCrops is not enabled in world [<arg:0>]</red>"
command.force_tick.failure.type: "<red>Unknown type [<arg:0>]</red>"
command.unsafe.delete.failure.world: "<red>CustomCrops is not enabled in world [<arg:0>]</red>"
command.unsafe.delete.success: "<white>Deleted block data in this chunk"
command.unsafe.restore.failure.world: "<red>CustomCrops is not enabled in world [<arg:0>]</red>"
command.unsafe.restore.failure.chunk: "<red>This chunk doesn't contain any data</red>"
command.unsafe.restore.success: "<white>Restored (<arg:0>/<arg:1>) blocks</white>"
command.unsafe.fix.failure.world: "<red>CustomCrops is not enabled in world [<arg:0>]</red>"
command.unsafe.fix.success:
- "<white>Fixed <arg:0> blocks</white>"
- "<white>Removed <arg:1> corrupt blocks</white>"
command.debug.data.failure: "<red>No block selected</red>"
command.debug.data.success.vanilla: "<green>Vanilla block data: <hover:show_text:'<yellow>Copy'><arg:0></click>"
command.debug.data.success.custom: "<gold>Custom block data: <hover:show_text:'<yellow>Copy'><arg:0></click>"
command.debug.worlds.failure: "<red>There's no world loaded</red>"
command.debug.worlds.success:
- "<gold>World: <arg:0></gold>"
- " - Loaded regions: <arg:1>"
- " - Loaded chunks: <arg:2>"
- " - Lazy chunks: <arg:3>"
command.debug.insight.off: "<red>Insight mode: OFF</red>"
command.debug.insight.on:
- "<green>Insight mode: ON</green>"
- "<white>Note that this only shows a snapshot of the data."

View File

@@ -1,85 +0,0 @@
# 别动这个
config-version: "41"
season.spring: "春"
season.summer: "夏"
season.autumn: "秋"
season.winter: "冬"
season.disable: "未启用"
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>"
command.season.get.success: "<white>世界 [<arg:0>] 的季节是 [<arg:1>]</white>"
command.season.get.failure: "<red>季节没有在世界 [<arg:0>] 启用</red>"
command.season.set.success: "<white>成功设置世界 [<arg:0>] 的季节为 [<arg:1>]</white>"
command.season.set.failure.disable: "<red>季节没有在世界 [<arg:0>] 启用</red>"
command.season.set.failure.reference: "<red>世界 [<arg:0>] 不是同步季节设置的参考世界</red>"
command.season.set.failure.other: "<red>无法设置世界 [<arg:0>] 的季节,原因是插件 [<arg:1>] 接管了季节</red>"
command.season.set.failure.invalid: "<red>无效的季节 [<arg:1>]</red>"
command.date.get.success: "<white>世界 [<arg:0>] 的日期是 [<arg:1>]</white>"
command.date.get.failure.disable: "<red>日期没有在世界 [<arg:0>] 启用</red>"
command.date.get.failure.other: "<red>无法获取世界 [<arg:0>] 的日期,原因是插件 [<arg:1>] 接管了日历</red>"
command.date.set.success: "<white>成功设置世界 [<arg:0>] 的日期为 [<arg:1>]</white>"
command.date.set.failure.reference: "<red>世界 [<arg:0>] 不是同步季节设置的参考世界</red>"
command.date.set.failure.other: "<red>无法设置世界 [<arg:0>] 的日期,原因是插件 [<arg:1>] 接管了日历</red>"
command.date.set.failure.invalid: "<red>无效的日期 [<arg:1>]</red>"
command.force_tick.success: "<white>花费 <arg:0>ms 更新了 <arg:1> 个方块</white>"
command.force_tick.failure.disable: "<red>CustomCrops没有在世界 [<arg:0>] 启用</red>"
command.force_tick.failure.type: "<red>未知的类型 [<arg:0>]</red>"
command.unsafe.delete.failure.world: "<red>CustomCrops没有在世界 [<arg:0>] 启用</red>"
command.unsafe.delete.success: "<white>删除了这个区块的数据"
command.unsafe.restore.failure.world: "<red>CustomCrops没有在世界 [<arg:0>] 启用</red>"
command.unsafe.restore.failure.chunk: "<red>这个区块没有任何数据</red>"
command.unsafe.restore.success: "<white>恢复了 (<arg:0>/<arg:1>) 方块</white>"
command.unsafe.fix.failure.world: "<red>CustomCrops没有在世界 [<arg:0>] 启用</red>"
command.unsafe.fix.success:
- "<white>修复了 <arg:0> 个方块数据</white>"
- "<white>移除了 <arg:1> 个损坏数据</white>"
command.debug.data.failure: "<red>未选中任何方块</red>"
command.debug.data.success.vanilla: "<green>原版方块数据: <hover:show_text:'<yellow>复制'><arg:0>"
command.debug.data.success.custom: "<gold>自定义方块数据: <hover:show_text:'<yellow>复制'><arg:0>"
command.debug.worlds.failure: "<red>没有农作物世界被加载</red>"
command.debug.worlds.success:
- "<gold>世界: <arg:0></gold>"
- " - 加载中的区域: <arg:1>"
- " - 加载中的区块: <arg:2>"
- " - 不活跃的区块: <arg:3>"
command.debug.insight.off: "<red>洞察模式: OFF</red>"
command.debug.insight.on:
- "<green>洞察模式: ON</green>"
- "<white>注意在这个模式下你只能看到数据的快照"