Maybe, some strings are missing

• Apr 24, 2015 - 11:45

I realize that some strings in MuseScore program are not be translated.
I mean that they don't exist on transifex.com to translate.

Ex: A warning box when we import a error *.xml file:

musescore001.jpg

I can't find "Show Details..." string on transifex.com to translate it.
And "Mặc kệ" string to edit.

I think that this problem occurs on other languages, and perhaps some others
warning box are the same.

Waiting....
Thanks,


Comments

That string comes from Qt, it is found in ...share/locale/qt_<lang>.ts it seems translated there, by is probably in the wrong context, we had similar issues earlier.

Hmm, maybe it is even simpler, I don't think we have a Vietnamese version of that file (qt_vi.ts and qt_vi.qm) at all?

In reply to by travelalphaplus

I was wrong, qt_vi.ts is now missing...
But id doesn't contain the translation for that particular string.

So it should be possible to get translations added, but it won't be via Transifex, instead by editing that file

See https://musescore.org/en/node/11304#comment-38408 ff.

Also check https://github.com/musescore/MuseScore/blob/master/share/locale/qt_vi.t…
This should be the string to translate here

In reply to by travelalphaplus

Still not quite there, there's a space too much in the opening tag. Also language should bi vi, not en_US...

I wasn't sure how to deal with numerus="yes" and numerusform in line 73/77 and lupdate complained about this. Does "A required codec is missing. You need to install the following codec(s) to play this content: %0"
requite a different translation for one vs. multiple missing codecs?

Here's my current version of it.

Attachment Size
qt_vi.ts 179.69 KB

In reply to by Jojo-Schmitz

Jojo, please update string below. In your file, it's missing a bit.

EN: A required codec is missing. You need to install the following codec(s) to play this content: %0
VN: Một bộ giải mã (codec) bị thiếu. Bạn cần cài đặt (một/nhiều) bộ giải mã (codec) dưới đây để phát nội dung này: %0

In reply to by Jojo-Schmitz

That's right, I want to update, but I still see the string to be missing, Jojo.
I mean that:
replace string below:

"Một bộ giải mã (codec) bị thiếu. Bạn cần cài đặt (các) bộ giải mã (codec) dưới đây"

to

"Một bộ giải mã (codec) bị thiếu. Bạn cần cài đặt (một/nhiều) bộ giải mã (codec) dưới đây để phát nội dung này: %0"

In reply to by travelalphaplus

That's what I did now, basically. Wasn't sure how to deal with the plural this strings seems to want, so I went for "Một bộ giải mã (codec) bị thiếu. Bạn cần cài đặt (một/nhiều) bộ giải mã (codec) dưới đây để phát nội dung này: %0" and "Một bộ giải mã (codecs) bị thiếu. Bạn cần cài đặt (một/nhiều) bộ giải mã (codecs) dưới đây để phát nội dung này: %0"

Do you still have an unanswered question? Please log in first to post your question.