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/ru.po | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) (limited to 'locale/ru.po') diff --git a/locale/ru.po b/locale/ru.po index e367590..7af4583 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -7,7 +7,7 @@ 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: 2017-09-04 21:55+0000\n" "Last-Translator: pitchblack \n" "Language-Team: Russian =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.17-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 "Пусто" @@ -40,13 +48,25 @@ msgstr "@1 Ящики (1x2)" msgid "@1 Drawers (2x2)" msgstr "@1 Ящики (2x2)" -#: lua/helpers.lua -msgid "@1 (@2% full)" -msgstr "@1 (@2% полон)" +#: lua/controller.lua +msgid "Current State: " +msgstr "" -#: lua/helpers.lua -msgid "@1 @2 (@3% full)" -msgstr "@1 @2 (@3% полон)" +#: 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