forked from minetest-mods/areas
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.=請擊打兩個方塊,以設定保護區座標的位置。
|
||||
|
Reference in New Issue
Block a user