diff options
author | isaiah658 <isaiah658@outlook.com> | 2018-06-18 11:40:19 -0500 |
---|---|---|
committer | LNJ <git@lnj.li> | 2018-06-18 18:40:19 +0200 |
commit | e8ee40a141807857503d1368d9154a6f60b8ab63 (patch) | |
tree | f46863ad06051419a4de8a0fb65cc73733c4ce85 /locale/id.po | |
parent | 19a15d15d04d894dce549f7b194082fd525e28fe (diff) |
Add drawer controller translations (#20)
Added "Drawer Controller", "Current State: ", "Running", "Jammed", and "Stopped" to the
translation files to be translated.
While testing out the drawer controller translations, I noticed that in certain cases the entity
infotext wasn't being translated. This fixes that.
Diffstat (limited to 'locale/id.po')
-rw-r--r-- | locale/id.po | 38 |
1 files changed, 29 insertions, 9 deletions
diff --git a/locale/id.po b/locale/id.po index 94ea4f9..dbf680c 100644 --- a/locale/id.po +++ b/locale/id.po @@ -7,12 +7,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-03 17:04+0200\n" +"POT-Creation-Date: 2018-06-17 11:36-0500\n" "PO-Revision-Date: 2018-05-20 16:38+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-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" @@ -20,6 +20,14 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 3.0-dev\n" +#: lua/helpers.lua +msgid "@1 (@2% full)" +msgstr "@1 (@2% penuh)" + +#: lua/helpers.lua +msgid "@1 @2 (@3% full)" +msgstr "@1 @2 (@3% penuh)" + #: lua/visual.lua msgid "Empty" msgstr "Kosong" @@ -40,13 +48,25 @@ msgstr "@1 Laci (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1 Laci (2x2)" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% penuh)" +#: lua/controller.lua +msgid "Current State: " +msgstr "" -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% penuh)" +#: lua/controller.lua +msgid "Stopped" +msgstr "" + +#: lua/controller.lua +msgid "Running" +msgstr "" + +#: lua/controller.lua +msgid "Jammed" +msgstr "" + +#: lua/controller.lua +msgid "Drawer Controller" +msgstr "" #: init.lua msgid "Acacia Wood" |