mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-19 16:10:26 +02:00
fix trailing whitespace in translatable strings
Good editors trim trailing whitespace from EOL. This means we need to avoid translatable strings that include spacers at the end. They need to be added in code.
This commit is contained in:
committed by
SmallJoker
parent
3f30886972
commit
9b6fea1473
@ -121,7 +121,7 @@ unnamed=未命名
|
||||
Area @1 selected.=保护区 @1 已选择。
|
||||
Area position @1 set to @2=保护区座标 @1 已设定为 @2。
|
||||
Position @1 set to @2=保护区座标 @1 已设定为 @2。
|
||||
Position @1: =保护区座标 @1:
|
||||
Position @1:=保护区座标 @1:
|
||||
Select an area by ID.=通过保护区编号选择区域
|
||||
Select position @1 by punching a node.=请击打方块以设定保护区座标 @1 的位置。
|
||||
Select positions by punching two nodes.=请击打两个方块,以设定保护区座标的位置。
|
||||
@ -134,4 +134,4 @@ The area @1 does not exist.=保护区 @1 不存在。
|
||||
Unable to get position.=无法获得座标。
|
||||
Unknown subcommand: @1=子指令不明:@1
|
||||
|
||||
Relative coordinates is not supported on this server. Please upgrade Minetest to 5.7.0 or newer versions.=此服务器不支援相对座标。请更新Minetest至5.7.0或之后的版本。
|
||||
Relative coordinates is not supported on this server. Please upgrade Minetest to 5.7.0 or newer versions.=此服务器不支援相对座标。请更新Minetest至5.7.0或之后的版本。
|
||||
|
Reference in New Issue
Block a user