forked from GitHub/gf-core
started Phrasebook with Finnish and Romanian
This commit is contained in:
38
examples/phrasebook/GreetingsFin.gf
Normal file
38
examples/phrasebook/GreetingsFin.gf
Normal file
@@ -0,0 +1,38 @@
|
||||
concrete GreetingsFin of Greetings = open Prelude in {
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
lincat
|
||||
Greeting, Politeness = SS ;
|
||||
|
||||
lin
|
||||
GHello = ss "hei" ;
|
||||
GThanks = ss "kiitos" ;
|
||||
GHowAreYou = ss "mitä kuuluu" ;
|
||||
GPleaseGive = ss "ole hyvä" ;
|
||||
GExcuse = ss "anteeksi" ;
|
||||
GSorry = ss "anteeksi" ;
|
||||
GGoodbye = ss "näkemiin" ;
|
||||
GBye = ss "hei hei" ;
|
||||
GWhatsYourName = ss "mikä sinun nimesi on" ;
|
||||
GNiceToMeetYou = ss "hauska tutustua" ;
|
||||
GSeeYouSoon = ss "nähdään pian" ;
|
||||
GHelp = ss "apua" ;
|
||||
GLookOut = ss "varo" ;
|
||||
GGoodMorning = ss "hyvää huomenta" ;
|
||||
GGoodDay = ss "hyvää päivää" ;
|
||||
GGoodEvening = ss "hyvää iltaa" ;
|
||||
GGoodNight = ss "hyvää yötä" ;
|
||||
GImHungry = ss "minun on nälkä" ;
|
||||
GImThirsty = ss "minun on jano" ;
|
||||
GImTired = ss "minä olen väsynyt" ;
|
||||
GImScared = ss "minua pelottaa" ;
|
||||
GIdontUnderstand = ss "en ymmärrä" ;
|
||||
GWheresTheBathroom = ss "missä on vessa" ;
|
||||
GTheCheck = ss "lasku" ;
|
||||
|
||||
GYes = ss "kyllä" ;
|
||||
GNo = ss "ei" ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user