diff options
author | LNJ <git@lnj.li> | 2017-04-17 16:04:16 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-06-03 17:06:12 +0200 |
commit | f3dafb5b6a82255a795972637377320f64c019b9 (patch) | |
tree | cb47078e207b244f8427a4dd54f429417c45ee12 /locale/be.po | |
parent | 1f0fdf832b5a24ee80df01b0f08a0902bad8e978 (diff) |
Add Drawer Upgradesorigin/drawer-upgrades
Yey, they're finally there! :)
This will add steel, gold, obsidian and diamond upgrades for MTG
and iron, gold, obsidian, diamond and emerald upgrades for MCL2.
You can add them to a drawer by rightclicking it and adding them to
the new drawer's upgrade inventory.
Diffstat (limited to 'locale/be.po')
-rw-r--r-- | locale/be.po | 55 |
1 files changed, 42 insertions, 13 deletions
diff --git a/locale/be.po b/locale/be.po index d7d2ef9..d2bf4c5 100644 --- a/locale/be.po +++ b/locale/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-14 16:13+0200\n" +"POT-Creation-Date: 2017-06-03 17:04+0200\n" "PO-Revision-Date: 2017-05-16 05:35+0000\n" "Last-Translator: Viktar Vauchkevich <victorenator@gmail.com>\n" "Language-Team: Belarusian <https://hosted.weblate.org/projects/minetest/mod-" @@ -16,17 +16,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.14-dev\n" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% поўны)" - -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% поўны)" +#: lua/visual.lua +msgid "Empty" +msgstr "Пустая" #: lua/api.lua init.lua msgid "Wooden" @@ -44,9 +40,13 @@ msgstr "@1 шуфляды (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1 шуфляды (2x2)" -#: lua/visual.lua -msgid "Empty" -msgstr "Пустая" +#: lua/helpers.lua +msgid "@1 (@2% full)" +msgstr "@1 (@2% поўны)" + +#: lua/helpers.lua +msgid "@1 @2 (@3% full)" +msgstr "@1 @2 (@3% поўны)" #: init.lua msgid "Acacia Wood" @@ -79,3 +79,32 @@ msgstr "Цёмная драўніна дуба" #: init.lua msgid "Spruce Wood" msgstr "Драўніна яліны" + +#: init.lua +msgid "Steel Drawer Upgrade (x2)" +msgstr "" + +#: init.lua +msgid "Gold Drawer Upgrade (x3)" +msgstr "" + +#: init.lua +msgid "Obsidian Drawer Upgrade (x5)" +msgstr "" + +#: init.lua +msgid "Diamond Drawer Upgrade (x8)" +msgstr "" + +#: init.lua +#, fuzzy +msgid "Iron Drawer Upgrade (x2)" +msgstr "@1 шуфляды (1x2)" + +#: init.lua +msgid "Emerald Drawer Upgrade (x13)" +msgstr "" + +#: init.lua +msgid "Drawer Upgrade Template" +msgstr "" |