From 08cf37803b4c3eb145a7983e0ebc403d6c1eea23 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 9 Nov 2020 13:47:30 +0100 Subject: Add missing plural cases from Lionbridge import The import script ignores plural cases since it's harder to parse them. So we need to do these manually. Contributes to issue CURA-7782. --- resources/i18n/it_IT/cura.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'resources/i18n/it_IT') diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 97d33e8c3e..eb02d844d2 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -1359,8 +1359,8 @@ msgstr "Aggiunta della stampante {name} ({model}) dall'account" msgctxt "info:{0} gets replaced by a number of printers" msgid "... and {0} other" msgid_plural "... and {0} others" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "... e {0} altra" +msgstr[1] "... e altre {0}" #: /home/trin/Gedeeld/Projects/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:260 msgctxt "info:status" @@ -1435,8 +1435,8 @@ msgid "" msgid_plural "" "You are about to remove {0} printers from Cura. This action cannot be undone.\n" "Are you sure you want to continue?" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\nContinuare?" +msgstr[1] "Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\nContinuare?" #: /home/trin/Gedeeld/Projects/Cura/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py:468 msgctxt "@label" @@ -4180,8 +4180,8 @@ msgstr "Le sovrapposizioni con questo modello non sono supportate." msgctxt "@label %1 is the number of settings it overrides." msgid "Overrides %1 setting." msgid_plural "Overrides %1 settings." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ignora %1 impostazione." +msgstr[1] "Ignora %1 impostazioni." #: /home/trin/Gedeeld/Projects/Cura/resources/qml/ObjectSelector.qml:59 msgctxt "@label" -- cgit v1.2.3