aMule Forum

English => Translations (i18n) => Topic started by: Jacobo221 on May 21, 2005, 08:02:42 PM

Title: Re: korean translation
Post by: Jacobo221 on May 21, 2005, 08:02:42 PM
"if need Korean, i would help." <- of course, all translations/languages are wellcome. aMule is the P2P client most translated with already 28 available languages. But there are hundreds of languages in our world. The more languages it can have, the more user-friendly it will become and the better advertising the Free Software community will get :-)

You (and everybody) are wellcome to help on translating or to make new translations of aMule.

Greets and thanks!
Title: Re: korean translation
Post by: hoenny on May 21, 2005, 08:26:57 PM
just my pleasure, jacobo221.
but i have not alots of time.
and I don't welll english.  ?(

anyway, can i get the lastest ko_KR.po?
i get newest source_strings.po [05 - April - 2005] file.
there are many string.
Title: Re: korean translation
Post by: Jacobo221 on May 21, 2005, 11:29:17 PM
no ko_KR.po translation exists yet ;-)
so you'll have to start it from right the beginningif you need any help, just ask.

you might want to take a look at:
http://www.amule.org/wiki/index.php/Translations
Title: Re: korean translation
Post by: hoenny on May 22, 2005, 02:56:36 AM
ok. i got it. thanks.
Title: Re: korean translation
Post by: hoenny on May 29, 2005, 03:32:59 PM
i translated.
but, translation is not completed.
just 1042 line.
i uploaded a file temp.

ps.
korean is not available in iso-8859-1 encoding.
and many korean used in euc-kr encoding.
but other-counturys not available in euc-kr encoding.
so i work in UTF-8 encoding.
Title: Re: korean translation
Post by: GonoszTopi on May 29, 2005, 04:03:23 PM
Thanks for your work.

Two things:

1)
Code: [Select]
$ /usr/bin/msgfmt -c --statistics -o ko_KR.gmo ko_KR.po
ko_KR.po:206: `msgid' and `msgstr' entries do not both end with '\n'
ko_KR.po:210: `msgid' and `msgstr' entries do not both end with '\n'
ko_KR.po:530: `msgid' and `msgstr' entries do not both end with '\n'
/usr/bin/msgfmt: ko_KR.po: warning: PO file header fuzzy
                           warning: older versions of msgfmt will give an error on this
/usr/bin/msgfmt: found 3 fatal errors
After correcting the above errors,

Code: [Select]
$ /usr/bin/msgfmt -c --statistics -o ko_KR.gmo ko_KR.po
227 translated messages, 1172 untranslated messages.
Your translation is in CVS now.

2) There was already a ko.po file in cvs, but it was last updated 27-06-2004, so it is most likely unusable now.

Keep on with good work, making aMule more familiar to korean people too.
Title: Re: korean translation
Post by: hoenny on June 12, 2005, 02:44:13 PM
i translate korean about 2000 line.
i uploaded the file temp.
Title: Re: korean translation
Post by: hoenny on July 17, 2005, 04:37:11 PM
i translate korean 50%.   :D
i uploaded the file temp.
Title: Re: korean translation
Post by: stefanero on July 17, 2005, 04:51:50 PM
thnx I will update it...
Title: Re: korean translation
Post by: hoenny on August 07, 2005, 11:05:05 AM
i translate korean 75%.  ;)
i uploaded the file temp.

ps.
i have problem for translate.
korean word order is pollow.
s + o + v.
but, english is 's + v + o'
so i need change to variable order for more good translate

example)
"amule %d(1st_variable) transfer  from %d(2nd_variable)"
==>
"amuleun %d(2nd_variable)robuteo %d(1st_variable)reul cheonsonghatseubnida"
Title: Re: korean translation
Post by: stefanero on August 07, 2005, 04:54:08 PM
well I update it :)

thnx
Title: Re: korean translation
Post by: GonoszTopi on August 07, 2005, 05:41:38 PM
Quote
so i need change to variable order for more good translate

example)
"amule %d(1st_variable) transfer from %d(2nd_variable)"
==>
"amuleun %d(2nd_variable)robuteo %d(1st_variable)reul cheonsonghatseubnida"
Most likely this will not work. If the two variables are of the same type (%d and %d, as in the example), they will still be substituted in the original order. If they have different types (%d and %s, for example), it will cause runtime errors, probably making aMule crash.

The solution would be to use %$2d and %$1d, but unfortunately this is not yet implemented.
Title: Re: korean translation
Post by: hoenny on August 09, 2005, 04:43:01 PM
i can't good translate.
maybe other asian language(japanese etc...) have same trouble for translate.
i want to use this solution. T.T

Quote
Originally posted by GonoszTopi
The solution would be to use %$2d and %$1d, but unfortunately this is not yet implemented.
Title: Re: korean translation
Post by: hoenny on August 14, 2005, 06:10:05 PM
anyway, i complete translate.
i uploaded the ko_KR.po file.

ps.
today is independence day of the korea. and end day of the ww2.
i want to peace. we must not more war.
all boys, think about anything.  8)
Title: Re: korean translation
Post by: stefanero on August 16, 2005, 02:40:28 PM
I will update it today

thnx
stefanero
Title: Re: korean translation
Post by: hoenny on August 21, 2005, 02:19:46 PM
i fixed some clumsy word.
Title: Re: korean translation
Post by: Kry on August 21, 2005, 04:34:57 PM
Updated :)
Title: Re: korean translation
Post by: hoenny on September 05, 2005, 03:55:32 PM
i fixed some clumsy word.
Title: Re: korean translation
Post by: stefanero on September 05, 2005, 04:11:05 PM
I update it, thnx

btw: I always have to fix some strings, because they were not translated with the right syntax.
maybe always after an update place your po file in the amule-cvs/po/ folder and type
"make ko_KR.gmo"

this will compile your new strings, and test if they actually work.

stefanero
Title: Re: korean translation
Post by: hoenny on September 23, 2005, 08:33:10 PM
Quote
Originally posted by stefanero
I always have to fix some strings, because they were not translated with the right syntax.

i'm sorry. some bad syntax.
i attached the last version ko_KR.po file.
some word fixed. also tested CVS.
Title: Re: korean translation
Post by: stefanero on September 26, 2005, 08:30:23 AM
thnx :))

this time no problem ;) updated...
Title: Re: korean translation
Post by: hoenny on October 01, 2005, 05:05:49 PM
I attached the lastest ko_KR.po file.
Title: Re: korean translation
Post by: stefanero on October 05, 2005, 11:28:45 AM
thnx sorry for late reply I update it...
Title: Re: korean translation
Post by: hoenny on December 08, 2005, 06:16:42 PM
translation is completely end :p

ps. i can't upload file in wiki.
Title: Re: korean translation
Post by: stefanero on December 11, 2005, 07:24:22 PM
hmm I doubt anyone can update files in wiki accept jacobo221

I update the translation thnx

stefanero
Title: Re: korean translation
Post by: hoenny on December 15, 2005, 03:57:26 PM
final work!

some word fixed.
some sentence added.

ps.
i will goes to Tokyo in japan at tomorrow.  :D
Title: Re: korean translation
Post by: stefanero on December 15, 2005, 03:59:08 PM
thnx :) I update it

btw so you will start the japanise translation aswell  :rolleyes:

have fun