Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add localization entry for location_too_far #733

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
bool_commute: "Логика - 0 или 1",
},

location: {
location_: {
too_far: "%s находится вне диапазона",
out_of_world: "%s находится за пределами этого мира",
too_close_to_out: "%s находится слишком близко к границе мира",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@
bool_commute: "一个布尔值、0或1",
},

location: {
location_: {
too_far: "%s超出影响范围",
out_of_world: "%s不在此世界内",
too_close_to_out: "%s离世界边界太近了",
Expand Down
Loading