mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-09-22 20:26:45 -04:00
Add localization support...
Breaks compatibility with Minetever versions 0.4.x
This commit is contained in:
parent
50db695476
commit
df3428059c
6 changed files with 86 additions and 36 deletions
28
locale/template.txt
Normal file
28
locale/template.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Translated by
|
||||
|
||||
|
||||
# chat commands
|
||||
entity=
|
||||
node=
|
||||
radius=
|
||||
old_item=
|
||||
new_item=
|
||||
old_node=
|
||||
new_node=
|
||||
ore=
|
||||
Remove an entity from game.=
|
||||
Remove a node from game.=
|
||||
Replace an item in game.=
|
||||
Replace a node in game.=
|
||||
Find names of unknown nodes.=
|
||||
Remove an ore from game.=
|
||||
Missing parameter.=
|
||||
Too many parameters.=
|
||||
Radius must be a number.=
|
||||
Cannot use unknown item "@1" as replacement.=
|
||||
Cannot use unknown node "@1" as replacement.=
|
||||
Replaced @1 nodes.=
|
||||
Found unknown nodes: @1=
|
||||
No unknown nodes found.=
|
||||
Ore "@1" not found, not unregistering.=
|
||||
Unregistered @1 ores (this will be undone after server restart).=
|
Loading…
Add table
Add a link
Reference in a new issue