From 3161a6ac08d2f69208055bc68ee403150b38a1a2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 21 Feb 2020 16:47:38 +0100 Subject: Fixes discovered by PoEdit Some inconsistencies with the ellipses, mostly. There was also one line that was missing from every language. This happened because the Lionbridge import script I made doesn't properly process those. Smartling also displayed the wrong texts to the translator sometimes. The translator didn't understand that they had to use singular for some texts, so those had to be corrected. I could correct them for every language except Turkish, so those lines are now wrong. Contributes to issue CURA-7201. --- resources/i18n/ru_RU/cura.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/i18n/ru_RU/cura.po') diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index 364f86988d..1f17ac34a1 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -2916,9 +2916,9 @@ msgstr "Экспериментальное" msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Нет %1 профиля для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" +msgstr[1] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" +msgstr[2] "Нет %1 профилей для конфигураций в экструдерах %2. Вместо этого будет использоваться функция по умолчанию" #: /home/ruben/Projects/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 msgctxt "@label" -- cgit v1.2.3