From 19a15d15d04d894dce549f7b194082fd525e28fe Mon Sep 17 00:00:00 2001 From: LNJ Date: Sat, 16 Jun 2018 09:17:24 +0200 Subject: Update translation sources --- locale/pl.po | 51 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 11 deletions(-) (limited to 'locale/pl.po') diff --git a/locale/pl.po b/locale/pl.po index a241c73..0087706 100644 --- a/locale/pl.po +++ b/locale/pl.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: 2018-06-16 09:14+0200\n" "PO-Revision-Date: 2017-06-04 23:03+0000\n" "Last-Translator: LNJ \n" "Language-Team: Polish =20) ? 1 : 2;\n" "X-Generator: Weblate 2.15-dev\n" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% napełnione)" - -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% napełnione)" +#: lua/visual.lua +msgid "Empty" +msgstr "Pusta" #: lua/api.lua init.lua msgid "Wooden" @@ -44,9 +40,13 @@ msgstr "@1 Szuflady (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1 Szuflady (2x2)" -#: lua/visual.lua -msgid "Empty" -msgstr "Pusta" +#: lua/helpers.lua +msgid "@1 (@2% full)" +msgstr "@1 (@2% napełnione)" + +#: lua/helpers.lua +msgid "@1 @2 (@3% full)" +msgstr "@1 @2 (@3% napełnione)" #: init.lua msgid "Acacia Wood" @@ -79,3 +79,32 @@ msgstr "Drewno ciemne dębowe" #: init.lua msgid "Spruce Wood" msgstr "Drwno świerkowe" + +#: 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 Szuflady (1x2)" + +#: init.lua +msgid "Emerald Drawer Upgrade (x13)" +msgstr "" + +#: init.lua +msgid "Drawer Upgrade Template" +msgstr "" -- cgit v1.2.3 From e8ee40a141807857503d1368d9154a6f60b8ab63 Mon Sep 17 00:00:00 2001 From: isaiah658 Date: Mon, 18 Jun 2018 11:40:19 -0500 Subject: 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. --- locale/pl.po | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'locale/pl.po') diff --git a/locale/pl.po b/locale/pl.po index 0087706..f508c7f 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-06-16 09:14+0200\n" +"POT-Creation-Date: 2018-06-17 11:36-0500\n" "PO-Revision-Date: 2017-06-04 23:03+0000\n" "Last-Translator: LNJ \n" "Language-Team: Polish =20) ? 1 : 2;\n" "X-Generator: Weblate 2.15-dev\n" +#: lua/helpers.lua +msgid "@1 (@2% full)" +msgstr "@1 (@2% napełnione)" + +#: lua/helpers.lua +msgid "@1 @2 (@3% full)" +msgstr "@1 @2 (@3% napełnione)" + #: lua/visual.lua msgid "Empty" msgstr "Pusta" @@ -40,13 +48,25 @@ msgstr "@1 Szuflady (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1 Szuflady (2x2)" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% napełnione)" +#: lua/controller.lua +msgid "Current State: " +msgstr "" -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% napełnione)" +#: 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" -- cgit v1.2.3