mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-11-20 14:23:48 +01:00
b8f4ee3f8b
Adding a sorter, and splitting up the overly-large init.lua in the process.
176 lines
5.4 KiB
Plaintext
176 lines
5.4 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-03-31 00:35-0600\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: hopper\doc.lua:11
|
|
msgid "Hopper to transfer items between neighboring blocks' inventories."
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:12
|
|
msgid ""
|
|
"Items are transfered from the block at the wide end of the hopper to the "
|
|
"block at the narrow end of the hopper at a rate of one per second. Items can "
|
|
"also be placed directly into the hopper's inventory, or they can be dropped "
|
|
"into the space above a hopper and will be sucked into the hopper's inventory "
|
|
"automatically.\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:14
|
|
msgid ""
|
|
"Hopper blocks come in both 'vertical' and 'side' forms, but when in a "
|
|
"player's inventory both are represented by a single generic item. The type "
|
|
"of hopper block that will be placed when the player uses this item depends "
|
|
"on what is pointed at - when the hopper item is pointed at the top or bottom "
|
|
"face of a block a vertical hopper is placed, when aimed at the side of a "
|
|
"block a side hopper is produced that connects to the clicked-on side.\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:16
|
|
msgid ""
|
|
"Hopper blocks come in both 'vertical' and 'side' forms. They can be "
|
|
"interconverted between the two forms via the crafting grid.\n"
|
|
"\n"
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:18
|
|
msgid ""
|
|
"When used with furnaces, hoppers inject items into the furnace's \"raw "
|
|
"material\" inventory slot when the narrow end is attached to the top or "
|
|
"bottom and inject items into the furnace's \"fuel\" inventory slot when "
|
|
"attached to the furnace's side.\n"
|
|
"\n"
|
|
"Items that cannot be placed in a target block's inventory will remain in the "
|
|
"hopper.\n"
|
|
"\n"
|
|
"Hoppers have the same permissions as the player that placed them. Hoppers "
|
|
"placed by you are allowed to take items from or put items into locked chests "
|
|
"that you own, but hoppers placed by other players will be unable to do so. A "
|
|
"hopper's own inventory is not not owner-locked, though, so you can use this "
|
|
"as a way to allow other players to deposit items into your locked chests."
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:20
|
|
msgid "A chute to transfer items over longer distances."
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:21
|
|
msgid ""
|
|
"Chutes operate much like hoppers but do not have their own intake "
|
|
"capability. Items can only be inserted into a chute manually or by a hopper "
|
|
"connected to a chute. They transfer items in the direction indicated by the "
|
|
"arrow on their narrow segment at a rate of one item per second. They have a "
|
|
"small buffer capacity, and any items that can't be placed into the target "
|
|
"block's inventory will remain lodged in the chute's buffer until manually "
|
|
"removed or their destination becomes available."
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:23
|
|
msgid "A sorter to redirect certain items to an alternate target."
|
|
msgstr ""
|
|
|
|
#: hopper\doc.lua:24
|
|
msgid ""
|
|
"This is similar to a chute but has a secondary output that is used to shunt "
|
|
"specific items to an alternate destination. There is a set of inventory "
|
|
"slots labeled \"Filter\" at the top of this block's inventory display, if "
|
|
"you place an item into one of these slots the sorter will record the item's "
|
|
"type (without actually taking it from you). Then when items come through the "
|
|
"sorter's inventory that match one of the items in the filter list it will "
|
|
"first attempt to send it in the direction marked with an arrow on the "
|
|
"sorter's sides.\n"
|
|
"\n"
|
|
"If the item doesn't match the filter list, or the secondary output is unable "
|
|
"to take the item for whatever reason, the sorter will try to send the item "
|
|
"out the other output instead."
|
|
msgstr ""
|
|
|
|
#: hopper\init.lua:53
|
|
msgid "[MOD] Hopper loaded"
|
|
msgstr ""
|
|
|
|
#: hopper\utility.lua:34
|
|
msgid ""
|
|
"Don't\n"
|
|
"Eject"
|
|
msgstr ""
|
|
|
|
#: hopper\utility.lua:35
|
|
msgid ""
|
|
"This hopper is currently set to eject items from its output\n"
|
|
"even if there isn't a compatible block positioned to receive it.\n"
|
|
"Click this button to disable this feature."
|
|
msgstr ""
|
|
|
|
#: hopper\utility.lua:37
|
|
msgid ""
|
|
"Eject\n"
|
|
"Items"
|
|
msgstr ""
|
|
|
|
#: hopper\utility.lua:38
|
|
msgid ""
|
|
"This hopper is currently set to hold on to item if there\n"
|
|
"isn't a compatible block positioned to receive it.\n"
|
|
"Click this button to have it eject items instead."
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\chute.lua:20
|
|
msgid "Hopper Chute"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\chute.lua:77
|
|
msgid "@1 moves stuff to chute at @2"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\hoppers.lua:60
|
|
msgid "Hopper"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\hoppers.lua:121
|
|
#: hopper\nodes\hoppers.lua:212
|
|
msgid "@1 moves stuff in hopper at @2"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\hoppers.lua:126
|
|
#: hopper\nodes\hoppers.lua:217
|
|
msgid "@1 moves stuff to hopper at @2"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\hoppers.lua:131
|
|
#: hopper\nodes\hoppers.lua:222
|
|
msgid "@1 moves stuff from hopper at @2"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\hoppers.lua:147
|
|
msgid "Side Hopper"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\sorter.lua:23
|
|
msgid "Filter"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\sorter.lua:36
|
|
msgid "Sorter"
|
|
msgstr ""
|
|
|
|
#: hopper\nodes\sorter.lua:115
|
|
msgid "@1 moves stuff to sorter at @2"
|
|
msgstr ""
|