mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-02-20 13:20:24 +01:00
Deduplicate translation strings for /pos1
& /pos2
commands
This commit is contained in:
parent
58e1ead563
commit
e2eb2d3018
@ -433,7 +433,7 @@ worldedit.register_command("unmark", {
|
||||
|
||||
worldedit.register_command("pos1", {
|
||||
params = "",
|
||||
description = S("Set WorldEdit region position 1 to the player's location"),
|
||||
description = S("Set WorldEdit region position @1 to the player's location", 1),
|
||||
privs = {worldedit=true},
|
||||
func = function(name)
|
||||
local pos = minetest.get_player_by_name(name):get_pos()
|
||||
@ -446,7 +446,7 @@ worldedit.register_command("pos1", {
|
||||
|
||||
worldedit.register_command("pos2", {
|
||||
params = "",
|
||||
description = S("Set WorldEdit region position 2 to the player's location"),
|
||||
description = S("Set WorldEdit region position @1 to the player's location", 2),
|
||||
privs = {worldedit=true},
|
||||
func = function(name)
|
||||
local pos = minetest.get_player_by_name(name):get_pos()
|
||||
|
@ -23,8 +23,7 @@ inspector: @1 at @2 (param1=@3, param2=@4, received light=@5) punched facing the
|
||||
Reset the region so that it is empty=Сбросить выделение области
|
||||
Show markers at the region positions=Отобразить маркеры выделенной области
|
||||
Hide markers if currently shown=Скрыть маркеры выделенной области
|
||||
Set WorldEdit region position 1 to the player's location=Установить маркер 1 для WorldEdit-региона в месте нахождения игрока
|
||||
Set WorldEdit region position 2 to the player's location=Установить маркер 2 для WorldEdit-региона в месте нахождения игрока
|
||||
Set WorldEdit region position @1 to the player's location=Установить маркер @1 для WorldEdit-региона в месте нахождения игрока
|
||||
Set WorldEdit region, WorldEdit position 1, or WorldEdit position 2 by punching nodes, or display the current WorldEdit region=Выделить WorldEdit-регион или установить маркеры для WorldEdit-региона, либо отобразить уже выбранную область
|
||||
unknown subcommand: =неизвестная подкоманда:
|
||||
select positions by punching two nodes=выберите позиции, ударив по блокам
|
||||
|
Loading…
x
Reference in New Issue
Block a user