lordmulder / LameXP

Audio Encoder Front-End
http://lordmulder.github.io/LameXP
Other
184 stars 18 forks source link

Japanese pretty (very cute) translation file import function #84

Closed maboroshin closed 4 years ago

maboroshin commented 4 years ago

In Forest of Windows, Big Japanese software introduce site, is also mentioned LameXP. But it is english software. So I translate it.

I read "Translate.html", Is the upload path correct here?: "etc\Translation"

"Blank.ts" was in here. I translated this.

lordmulder commented 4 years ago

Thanks! ๐Ÿ˜Ž

lordmulder commented 4 years ago

Please check new build here: LameXP-BETA.2019-10-26.Release-Static.Build-2232.exe

maboroshin commented 4 years ago

Okay! Thanks๐Ÿค‘ Good behavior. I also find Blank.nsh, translating this, please be patient...

maboroshin commented 4 years ago

I uploaded to775b201 in my repository.

Add "v" in translation "%1". (fix typo)


<source>Convert this file with LameXP v%1</source>
<translation>ใ“ใฎใƒ•ใ‚กใ‚คใƒซใ‚’ LameXP v%1 ใงๅค‰ๆ›</translation>
``
lordmulder commented 4 years ago

I uploaded to775b201 in my repository.

* I translated "LameXP_JA.nsh".

* And LameXP_JA.ts: LINE 3386

Add "v" in translation "%1". (fix typo)

<source>Convert this file with LameXP v%1</source>
<translation>ใ“ใฎใƒ•ใ‚กใ‚คใƒซใ‚’ LameXP v%1 ใงๅค‰ๆ›</translation>
``

Translation has been incorporated into the installer.

New TEST build is here: LameXP-TEST.2019-10-26.Release-Static.Build-2234.exe

k020

maboroshin commented 4 years ago

I tried. It became completely Japanese.๐Ÿ˜

maboroshin commented 4 years ago

Sorry. The Minimum and Maximum are reversed. The following is correct.

        <location filename="../../gui/MainWindow.ui" line="1171"/>
        <source>Minimum</source>
        <translation type="unfinished">ๆœ€ไฝŽ</translation>
    </message>
    <message>
        <location filename="../../gui/MainWindow.ui" line="1181"/>
        <source>Maximum</source>
        <translation type="unfinished">ๆœ€้ซ˜</translation>
maboroshin commented 4 years ago

Hi! lordmulder.

I optimized translation for Update Maneger.


        <source>LameXP is free software and release versions won&apos;t expire.</source>
        <translation type="unfinished">LameXP ใฏใƒ•ใƒชใƒผใ‚ฝใƒ•ใƒˆใงๆญฃๅผใƒชใƒชใƒผใ‚น็‰ˆใฎๆœ‰ๅŠนๆœŸ้™ใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚</translation>

        <source>Latest version available:</source>
        <translation>ๅˆฉ็”จๅฏ่ƒฝใชๆœ€ๆ–ฐ็‰ˆ :</translation>

        <source>We highly recommend all users to install this update as soon as possible.</source>
        <translation>ๆœ€ๆ–ฐ็‰ˆใ‚’้€Ÿใ‚„ใ‹ใซใ‚คใƒณใ‚นใƒˆใƒผใƒซใ™ใ‚‹ใ“ใจใ‚’ใŠใ™ใ™ใ‚ใ—ใพใ™ใ€‚</translation>

        <source>Your version of LameXP is still up-to-date. Please check for updates regularly!</source>
        <translation>ใŠไฝฟใ„ใฎ LameXP ใฏใพใ ๆœ€ๆ–ฐ็‰ˆใงใ™ใ€‚ๅฎšๆœŸ็š„ใซใ‚ขใƒƒใƒ—ใƒ‡ใƒผใƒˆใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„๏ผ</translation>```
lordmulder commented 4 years ago

Hi! lordmulder.

I optimized translation for Update Maneger.

        <source>LameXP is free software and release versions won&apos;t expire.</source>
        <translation type="unfinished">LameXP ใฏใƒ•ใƒชใƒผใ‚ฝใƒ•ใƒˆใงๆญฃๅผใƒชใƒชใƒผใ‚น็‰ˆใฎๆœ‰ๅŠนๆœŸ้™ใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚</translation>

        <source>Latest version available:</source>
        <translation>ๅˆฉ็”จๅฏ่ƒฝใชๆœ€ๆ–ฐ็‰ˆ :</translation>

        <source>We highly recommend all users to install this update as soon as possible.</source>
        <translation>ๆœ€ๆ–ฐ็‰ˆใ‚’้€Ÿใ‚„ใ‹ใซใ‚คใƒณใ‚นใƒˆใƒผใƒซใ™ใ‚‹ใ“ใจใ‚’ใŠใ™ใ™ใ‚ใ—ใพใ™ใ€‚</translation>

        <source>Your version of LameXP is still up-to-date. Please check for updates regularly!</source>
        <translation>ใŠไฝฟใ„ใฎ LameXP ใฏใพใ ๆœ€ๆ–ฐ็‰ˆใงใ™ใ€‚ๅฎšๆœŸ็š„ใซใ‚ขใƒƒใƒ—ใƒ‡ใƒผใƒˆใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„๏ผ</translation>```

Thank you! Added in https://github.com/lordmulder/LameXP/commit/2660e2089fcc3dde874fb10fd3b37beda5152278.