mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
started Phrasebook with Finnish and Romanian
This commit is contained in:
38
examples/phrasebook/GreetingsRon.gf
Normal file
38
examples/phrasebook/GreetingsRon.gf
Normal file
@@ -0,0 +1,38 @@
|
||||
concrete GreetingsRon of Greetings = open Prelude in {
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
lincat
|
||||
Greeting, Politeness = SS ;
|
||||
|
||||
lin
|
||||
GHello = ss "salut" ;
|
||||
GThanks = ss "mulţumesc" ;
|
||||
GHowAreYou = ss "ce faci" ;
|
||||
GPleaseGive = ss "vă rog" ;
|
||||
GExcuse = ss "pardon" ;
|
||||
GSorry = ss "îmi pare rău" ;
|
||||
GGoodbye = ss "la revedere" ;
|
||||
GBye = ss "pa" ;
|
||||
GWhatsYourName = ss "cum te cheamă" ;
|
||||
GNiceToMeetYou = ss "încântat" ;
|
||||
GSeeYouSoon = ss "pe curând" ;
|
||||
GHelp = ss "ajutor" ;
|
||||
GLookOut = ss "atenţie" ;
|
||||
GGoodMorning = ss "bună dimineaţa" ;
|
||||
GGoodDay = ss "bună ziua" ;
|
||||
GGoodEvening = ss "bună seara" ;
|
||||
GGoodNight = ss "noapte bună" ;
|
||||
GImHungry = ss "mi-e foame" ;
|
||||
GImThirsty = ss "mi-e sete" ;
|
||||
GImTired = ss "mi-e somn" ;
|
||||
GImScared = ss "mi-e frică" ;
|
||||
GIdontUnderstand = ss "nu înţeleg" ;
|
||||
GWheresTheBathroom = ss "unde e toaleta" ;
|
||||
GTheCheck = ss "nota de plată" ;
|
||||
|
||||
GYes = ss "da" ;
|
||||
GNo = ss "nu" ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user