我做的簡單 Nokia S60 Widget: Google Translator

故事:因為今天是農曆新年,上午我想從我的電話發送一些中文短信留言。但是,我用手機打中文太慢,面我不能找到一種方法,給我簡單的翻譯英文字到中文然後複製寄出。在網上搜索一下出現了一些S60的WRT。但似乎沒法讓我把翻譯結果剪切和複貼…我很驚訝沒有人(至少我找不到)為S60創建谷歌翻譯器的版本 。因此,我已做了工程師的方式,寫自己;的軟件,整個軟件我寫了不到20分鐘。其實花了比寫軟件更多的時間來上載工具,建立預覽圖片,寫這篇文章,哈哈。歡迎你的意見和建議。

提示:

1) If you interested in reading more about Google AJAX Lanaguage API, here is the link: http://code.google.com/apis/ajaxlanguage/documentation/#Examples

2) If your favorite language(s), are not there you can change the code your self. Go into the widget index.html and change this section

    <select id=”tlang”>
    <option value=”zh-TW”>Chinese Trad</option>
    <option value=”zh-CN”>Chinese Simpl</option>
    <option value=”en”>English</option>
    <option value=”fi”>Finish</option>
      <option value=”fr”>French</option>
    <option value=”de”>German</option>
      <option value=”it”>Italian</option>
      <option value=”ja”>Japanese</option>
    <option value=”ko”>Korean</option>
    <option value=”pt”>Portuguese</option>
    <option value=”es”>Spanish</option>
    </select><br/>

(there are other resources about widget development, for example here, so I am not going into that here.)

Here is the first (0.1) version: GoogleTranslator0.1.wgz

Update 01:
I have put the index.html on my web, you can use any browser to use this web app (S40 and others):
http://camelot.net/stage/gtranslator/

Update 02, 2009.02.01:
Symbian Freak site has reported this widget, thanks guys! link

Update 03, 2009.02.25:
This widget has made top 10 freeware for Samsung over at AllAboutSymbian.com, thanks Steve! link

Update 04, 2009.04.06:
本來這個widget 是放在Nokia MOSH 的網站,不過因為網站快被退休,唯有將軟件放在另個地方。可惜沒有了記錄下載人數的功能了。最後在MOSH 下載的數,剪下來做個紀念。Smile