diff --git a/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 b/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 index 6b95353b1..dd4b0f153 100644 --- a/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 +++ b/Common/src/main/resources/assets/hexcasting/lang/en_us.flatten.json5 @@ -956,7 +956,7 @@ bool_commute: "a boolean, 0, or 1", }, - location: { + location_: { too_far: "%s is out of range", out_of_world: "%s is not within the world", too_close_to_out: "%s is too close to the boundary of the world", diff --git a/Common/src/main/resources/assets/hexcasting/lang/ru_ru.flatten.json5 b/Common/src/main/resources/assets/hexcasting/lang/ru_ru.flatten.json5 index 825c5df48..c29259840 100644 --- a/Common/src/main/resources/assets/hexcasting/lang/ru_ru.flatten.json5 +++ b/Common/src/main/resources/assets/hexcasting/lang/ru_ru.flatten.json5 @@ -946,7 +946,7 @@ bool_commute: "Логика - 0 или 1", }, - location: { + location_: { too_far: "%s находится вне диапазона", out_of_world: "%s находится за пределами этого мира", too_close_to_out: "%s находится слишком близко к границе мира", diff --git a/Common/src/main/resources/assets/hexcasting/lang/zh_cn.flatten.json5 b/Common/src/main/resources/assets/hexcasting/lang/zh_cn.flatten.json5 index 372adb02c..93afd2a2f 100644 --- a/Common/src/main/resources/assets/hexcasting/lang/zh_cn.flatten.json5 +++ b/Common/src/main/resources/assets/hexcasting/lang/zh_cn.flatten.json5 @@ -951,7 +951,7 @@ bool_commute: "一个布尔值、0或1", }, - location: { + location_: { too_far: "%s超出影响范围", out_of_world: "%s不在此世界内", too_close_to_out: "%s离世界边界太近了",