123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- # 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.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2020-01-11 16:49+0100\n"
- "PO-Revision-Date: 2019-02-08 14:10+0000\n"
- "Last-Translator: Muhammad Rifqi Priyo Susanto "
- "<muhammadrifqipriyosusanto@gmail.com>\n"
- "Language-Team: Indonesian <https://hosted.weblate.org/projects/minetest/mod-"
- "storage-drawers/id/>\n"
- "Language: id\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- "X-Generator: Weblate 3.5-dev\n"
- #: init.lua lua/api.lua
- msgid "Wooden"
- msgstr "Kayu"
- #: init.lua
- msgid "Acacia Wood"
- msgstr "Kayu Akasia"
- #: init.lua
- msgid "Aspen Wood"
- msgstr "Kayu Aspen"
- #: init.lua
- msgid "Junglewood"
- msgstr "Kayu Rimba"
- #: init.lua
- msgid "Pine Wood"
- msgstr "Kayu Pinus"
- #: init.lua
- msgid "Oak Wood"
- msgstr "Kayu Ek"
- #: init.lua
- msgid "Birch Wood"
- msgstr "Kayu Birch"
- #: init.lua
- msgid "Dark Oak Wood"
- msgstr "Kayu Ek Gelap"
- #: init.lua
- msgid "Spruce Wood"
- msgstr "Kayu Cemara"
- #: init.lua
- msgid "Steel Drawer Upgrade (x2)"
- msgstr "Tingkatkan menjadi Laci Baja (x2)"
- #: init.lua
- msgid "Gold Drawer Upgrade (x3)"
- msgstr "Tingkatkan menjadi Laci Emas (x3)"
- #: init.lua
- #, fuzzy
- msgid "Obsidian Drawer Upgrade (x4)"
- msgstr "Tingkatkan menjadi Laci Obsidian (x5)"
- #: init.lua
- msgid "Diamond Drawer Upgrade (x8)"
- msgstr "Tingkatkan menjadi Laci Berlian (x8)"
- #: init.lua
- msgid "Iron Drawer Upgrade (x2)"
- msgstr "Tingkatkan menjadi Laci Besi (x2)"
- #: init.lua
- msgid "Emerald Drawer Upgrade (x13)"
- msgstr "Tingkatkan menjadi Laci Zamrud (x13)"
- #: init.lua
- #, fuzzy
- msgid "Mithril Drawer Upgrade (x13)"
- msgstr "Tingkatkan menjadi Laci Zamrud (x13)"
- #: init.lua
- msgid "Wooden Trim"
- msgstr "Ukiran Kayu"
- #: init.lua
- msgid "Drawer Upgrade Template"
- msgstr "Templat Peningkatan Laci"
- #: lua/controller.lua
- msgid "Current State: "
- msgstr "Keadaan Saat Ini: "
- #: lua/controller.lua
- msgid "Stopped"
- msgstr "Berhenti"
- #: lua/controller.lua
- msgid "Running"
- msgstr "Berjalan"
- #: lua/controller.lua
- msgid "Jammed"
- msgstr "Macet"
- #: lua/controller.lua
- msgid "Drawer Controller"
- msgstr "Pengendali Laci"
- #: lua/api.lua lua/visual.lua
- msgid "Empty"
- msgstr "Kosong"
- #: lua/api.lua
- msgid "@1 Drawer"
- msgstr "Laci @1"
- #: lua/api.lua
- msgid "@1 Drawers (1x2)"
- msgstr "Laci @1 (1x2)"
- #: lua/api.lua
- msgid "@1 Drawers (2x2)"
- msgstr "Laci @1 (2x2)"
- #: lua/helpers.lua
- msgid "@1 (@2% full)"
- msgstr "@1 (@2% penuh)"
- #: lua/helpers.lua
- msgid "@1 @2 (@3% full)"
- msgstr "@1 @2 (@3% penuh)"
|