mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix missing plural forms
The import script doesn't parse these correctly yet. Keep finding them now. Some of the plural forms were incorrect. They were like that last time as well. Lionbridge isn't translating them correctly, but it's the fault of a very annoying interface in Smartling. I was able to fix all of them decently except Russian, so Russian will have to make do with just plural everywhere. Contributes to issue CURA-7344.
This commit is contained in:
parent
7b3482fcd8
commit
1cef21919e
11 changed files with 20 additions and 20 deletions
|
@ -2128,8 +2128,8 @@ msgstr "Etkin ileri işleme komut dosyalarını değiştirin."
|
|||
msgctxt "@info:tooltip"
|
||||
msgid "The following script is active:"
|
||||
msgid_plural "The following scripts are active:"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "Aşağıdaki komut dosyası etkin:"
|
||||
msgstr[1] "Aşağıdaki komut dosyaları etkin:"
|
||||
|
||||
#: /home/trin/Gedeeld/Projects/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:20
|
||||
#: /home/trin/Gedeeld/Projects/Cura/plugins/SimulationView/SimulationViewMenuComponent.qml:49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue