diff options
| author | aarne <aarne@chalmers.se> | 2013-10-12 20:32:05 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2013-10-12 20:32:05 +0000 |
| commit | 8e43ac968f3dcf0d25800af48a987422a8b2f601 (patch) | |
| tree | 420fddd6fd25db203587b27a80f46b0261ce0cbb /examples/phrasebook/GreetingsChi.gf | |
| parent | e50594a83c67ee054ba8b2350d2b01f389f92d07 (diff) | |
completed PhrasebookChi with many expressions, using Google translate as main source
Diffstat (limited to 'examples/phrasebook/GreetingsChi.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsChi.gf | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/examples/phrasebook/GreetingsChi.gf b/examples/phrasebook/GreetingsChi.gf index 49c6d7be3..2d8194039 100644 --- a/examples/phrasebook/GreetingsChi.gf +++ b/examples/phrasebook/GreetingsChi.gf @@ -1,6 +1,6 @@ concrete GreetingsChi of Greetings = SentencesChi [Greeting,mkGreeting] ** - open (D = DictEngChi), ResChi, Prelude in { + open (D = DictEngChi), ParadigmsChi, ResChi, Prelude in { flags coding = utf8 ; @@ -15,18 +15,17 @@ lin GGoodNight = D.good_night_Interj ; GGoodbye = D.goodbye_Interj ; GHello = D.hi_Interj ; --- GHelp = mkGreeting (thword "ช่วย" "ด้วย") ; --- GHowAreYou = mkGreeting (thword "สบาย" "ดี" "ไหม") ; --- GLookOut = mkGreeting (thword "ระ" "วัง") ; google --- GNiceToMeetYou, GNiceToMeetYouPol = mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ; --- GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ; --- GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ; --- GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ; + GHelp = mkInterj "帮助" ; + GHowAreYou = mkInterj "你好" ; + GLookOut = mkInterj "留意" ; + GNiceToMeetYou, GNiceToMeetYouPol = mkInterj "很高兴见到你" ; + GPleaseGive, GPleaseGivePol = mkInterj "请" ; + GSeeYouSoon = mkInterj "很快再见" ; + GSorry, GSorryPol = mkInterj "对不起" ; GThanks = D.thanks_Interj ; --- GTheCheck = mkGreeting (thword "เช็ค" "บิล") ; --- GCongratulations = mkGreeting (thword "ยิน" "ดี" "ด้วย") ; --- GHappyBirthday = mkGreeting (thword "สุข" "สันต์" "วัน" "เกิด") ; + GTheCheck = mkInterj "检查" ; + GCongratulations = mkInterj "祝贺您" ; + GHappyBirthday = mkInterj "祝你生日快乐" ; GGoodLuck = D.good_luck_Interj ; - } |
