Skip to content

Commit cedd57d

Browse files
committed
Fix missing translations
1 parent 7bef611 commit cedd57d

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

worldedit_commands/locale/template.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Save the current WorldEdit region to "(world folder)/schems/<file>.we"=
118118
Disallowed file name: @1=
119119
Could not save file to "@1"=
120120
@1 nodes saved=
121+
Deletes the specified saved file=
122+
Removed file "@1"=
123+
Could not remove file "@1"=
121124
Set the region defined by nodes from "(world folder)/schems/<file>.we" as the current WorldEdit region=
122125
Schematic empty, nothing allocated=
123126
@1 nodes allocated=
@@ -139,8 +142,10 @@ currently set node probabilities:=
139142
invalid node probability given, not saved=
140143
Clears all objects within the WorldEdit region=
141144
@1 objects cleared=
145+
This operation would affect up to @1 nodes; you can only update @2 nodes at a time=
142146
WARNING: this operation could affect up to @1 nodes; type //y to continue or //n to cancel=
143147
Confirm a pending operation=
144148
no operation pending=
145149
Abort a pending operation=
150+
Your selected area is too big, you can only select areas up to @1 × @2 × @3=
146151
WorldEdit Wand tool@nLeft-click to set 1st position, right-click to set 2nd=

worldedit_commands/locale/worldedit_commands.de.tr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ Save the current WorldEdit region to "(world folder)/schems/<file>.we"=Das aktue
129129
Disallowed file name: @1=Nicht erlaubter Dateiname: @1
130130
Could not save file to "@1"=Konnte die Datei nicht unter "@1" speichern
131131
@1 nodes saved=@1 Blöcke gespeichert
132+
Deletes the specified saved file=Löscht die angegebene gespeicherte Datei
133+
Removed file "@1"=Entfernte Datei "@1"
134+
Could not remove file "@1"=Datei "@1" konnte nicht entfernt werden
132135
Set the region defined by nodes from "(world folder)/schems/<file>.we" as the current WorldEdit region=Das aktuelle WorldEdit-Gebiet anhand der Blöcke in "(Weltordner)/schems/<file>.we" setzen
133136
Schematic empty, nothing allocated=Schematic leer, nichts reserviert
134137
@1 nodes allocated=@1 Blöcke reserviert
@@ -150,8 +153,10 @@ currently set node probabilities:=
150153
invalid node probability given, not saved=
151154
Clears all objects within the WorldEdit region=Löscht alle Objekte innerhalb des WorldEdit-Gebiets
152155
@1 objects cleared=@1 Objekte gelöscht
156+
This operation would affect up to @1 nodes; you can only update @2 nodes at a time=Dieser Vorgang würde bis zu @1 Knoten betreffen; Sie können nur @2 Knoten gleichzeitig aktualisieren
153157
WARNING: this operation could affect up to @1 nodes; type //y to continue or //n to cancel=WARNUNG: Dieser Vorgang könnte bis zu @1 Blöcke betreffen; //y zum Fortfahren oder //n zum Abbrechen
154158
Confirm a pending operation=Einen ausstehenden Vorgang bestätigen
155159
no operation pending=Kein Vorgang ausstehend
156160
Abort a pending operation=Einen ausstehenden Vorgang abbrechen
161+
Your selected area is too big, you can only select areas up to @1 × @2 × @3=Ihr ausgewählter Bereich ist zu groß, Sie können nur Bereiche bis zu @1 × @2 × @3 auswählen
157162
WorldEdit Wand tool@nLeft-click to set 1st position, right-click to set 2nd=WorldEdit Zauberstab@nSetzen der 1. Position mit Linksklick, der 2. mit Rechtsklick

worldedit_commands/locale/worldedit_commands.ru.tr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ Save the current WorldEdit region to "(world folder)/schems/<file>.we"=Сохр
106106
Disallowed file name: @1=Недопустимое имя файла: @1
107107
Could not save file to "@1"=Не удалось сохранить файл в "@1"
108108
@1 nodes saved=сохранено @1 нод(а/ы)
109+
Deletes the specified saved file=Удалить выбранный сохраненный файл
110+
Removed file "@1"=Удален файл «@1»
111+
Could not remove file "@1"=Не удалось удалить файл «@1»
109112
Set the region defined by nodes from "(world folder)/schems/<file>.we" as the current WorldEdit region=Выделить область, определённую узлами из "(world folder)/schems/<file>.we", как текущий WorldEdit-регион
110113
Schematic empty, nothing allocated=Схема пуста, ничего не выделено
111114
@1 nodes allocated=выделено @1 нод(а/ы)
@@ -129,10 +132,12 @@ Clears all objects within the WorldEdit region=Очистить все объе
129132
@1 objects cleared=очищено @1 объектов
130133

131134
### safe.lua ###
135+
This operation would affect up to @1 nodes; you can only update @2 nodes at a time=Эта операция затронет до @1 нод; за один раз можно обновить только @2 нод
132136
WARNING: this operation could affect up to @1 nodes; type //y to continue or //n to cancel=ПРЕДУПРЕЖДЕНИЕ: эта операция может затронуть до @1 нод; введите //y для продолжения или //n для отмены
133137
Confirm a pending operation=Подтвердить отложенную операцию
134138
no operation pending=нет ожидающей операции
135139
Abort a pending operation=Отклонить отложенную операцию
140+
Your selected area is too big, you can only select areas up to @1 × @2 × @3=Выбранная область слишком велика, вы можете выбрать только области размером до @1 × @2 × @3
136141

137142
### cuboid.lua ###
138143
Outset the selected region.=Расширить выделение региона.

worldedit_commands/safe.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ local function safe_region(name, count, callback, strict)
2626

2727
-- Prevent the operation if strict is set (if the safe_area check wasn't used)
2828
if strict or count > max_size ^ 3 then
29-
worldedit.player_notify(name, "This operation would affect up to " ..
30-
count .. " nodes; you can only update " .. max_nodes .. " nodes at a time")
29+
worldedit.player_notify(name, S("This operation would affect up to @1 nodes;"
30+
.. " you can only update @2 nodes at a time", count, max_nodes))
3131
return
3232
end
3333

@@ -47,7 +47,7 @@ local function safe_region(name, count, callback, strict)
4747
end
4848
end
4949

50-
worldedit.player_notify(name, "WARNING: this operation could affect up to " .. count .. " nodes; type //y to continue or //n to cancel")
50+
worldedit.player_notify(name, S("WARNING: this operation could affect up to @1 nodes; type //y to continue or //n to cancel", count))
5151
end
5252

5353
local function reset_pending(name)
@@ -65,7 +65,7 @@ minetest.register_chatcommand("/y", {
6565
func = function(name)
6666
local callback = safe_region_callback[name]
6767
if not callback then
68-
worldedit.player_notify(name, "no operation pending")
68+
worldedit.player_notify(name, S("no operation pending"))
6969
return
7070
end
7171

@@ -80,7 +80,7 @@ minetest.register_chatcommand("/n", {
8080
privs = {worldedit=true},
8181
func = function(name)
8282
if not safe_region_callback[name] then
83-
worldedit.player_notify(name, "no operation pending")
83+
worldedit.player_notify(name, S("no operation pending"))
8484
return
8585
end
8686

worldedit_commands/wand.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ minetest.register_tool(":worldedit:wand", {
2121
if placer == nil or pointed_thing == nil then return end
2222
local name = placer:get_player_name()
2323
if not minetest.check_player_privs(name, "worldedit") then
24-
worldedit.player_notify(name, "You are not allowed to use any WorldEdit commands.")
24+
worldedit.player_notify(name, S("You are not allowed to use any WorldEdit commands."))
2525
return
2626
end
2727
if pointed_thing.type == "node" then
@@ -51,7 +51,7 @@ minetest.register_tool(":worldedit:wand", {
5151
end
5252
local name = placer:get_player_name()
5353
if not minetest.check_player_privs(name, "worldedit") then
54-
worldedit.player_notify(name, "You are not allowed to use any WorldEdit commands.")
54+
worldedit.player_notify(name, S("You are not allowed to use any WorldEdit commands."))
5555
return itemstack
5656
end
5757
-- set and mark pos2
@@ -66,7 +66,7 @@ minetest.register_tool(":worldedit:wand", {
6666
end
6767
local name = user:get_player_name()
6868
if not minetest.check_player_privs(name, "worldedit") then
69-
worldedit.player_notify(name, "You are not allowed to use any WorldEdit commands.")
69+
worldedit.player_notify(name, S("You are not allowed to use any WorldEdit commands."))
7070
return itemstack
7171
end
7272
local entity = pointed_thing.ref:get_luaentity()

0 commit comments

Comments
 (0)