mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added more greetings to Phrasebook
This commit is contained in:
@@ -22,6 +22,9 @@ fun
|
||||
GSeeYouSoon : Greeting ;
|
||||
GSorry, GSorryPol : Greeting ;
|
||||
GThanks : Greeting ;
|
||||
GTheCheck : Greeting ;
|
||||
GTheCheck : Greeting ;
|
||||
GCongratulations : Greeting ;
|
||||
GHappyBirthday : Greeting ;
|
||||
GGoodLuck : Greeting ;
|
||||
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@ lincat
|
||||
|
||||
lin
|
||||
GBye = ss "hej hej" ; -- not google translate
|
||||
GCheers = ss "farvel" ;
|
||||
-- GDamn = ss "fan" ;
|
||||
GCheers = ss "skål" ;
|
||||
GDamn = ss "satans" ; -- X
|
||||
GExcuse, GExcusePol = ss "undskyld mig" ;
|
||||
GGoodDay = ss "god dag" ;
|
||||
GGoodEvening = ss "god aften" ;
|
||||
@@ -16,13 +16,16 @@ lin
|
||||
GHello = ss "hej" ;
|
||||
GHelp = ss "hjælp" ;
|
||||
GHowAreYou = ss "hvordan har du det" ;
|
||||
GLookOut = ss "se ud" ;
|
||||
GNiceToMeetYou, GNiceToMeetYouPol = ss "rart at møde dig" ;
|
||||
GPleaseGive, GPleaseGivePol = ss "behage" ;
|
||||
GSeeYouSoon = ss "se dig snart" ;
|
||||
GLookOut = ss "pas på" ;
|
||||
GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggeligt at møde dig" ; -- more common than rart (google translate)
|
||||
GPleaseGive = ss "vær så sød" ; -- can also have flink instead of sod
|
||||
GPleaseGivePol = ss "venligst" ; -- X not behage
|
||||
GSeeYouSoon = ss "vi ses snart" ; -- X se dig snart
|
||||
GSorry, GSorryPol = ss "undskyld" ;
|
||||
GThanks = ss "tak" ;
|
||||
GTheCheck = ss "regningen" ;
|
||||
GCongratulations = ss "tillykke";
|
||||
GHappyBirthday = ss "tillykke med fødselsdagen" ;
|
||||
GGoodLuck = ss "held og lykke" ;
|
||||
|
||||
--}
|
||||
}
|
||||
|
||||
@@ -25,5 +25,7 @@ lin
|
||||
GSorryPol = ss "mijn verontschuldiging" ;
|
||||
GThanks = ss "dank je wel" ;
|
||||
GTheCheck = ss "rekening" ;
|
||||
|
||||
GCongratulations = ss "gefeliciteerd";
|
||||
GHappyBirthday = ss "gelukkige verjaardag" ;
|
||||
GGoodLuck = ss "veel geluk" ;
|
||||
}
|
||||
|
||||
@@ -23,5 +23,7 @@ lin
|
||||
GSorry, GSorryPol = ss "sorry" ;
|
||||
GThanks = ss "thank you" ;
|
||||
GTheCheck = ss "the bill" ;
|
||||
|
||||
GCongratulations = ss "congratulations";
|
||||
GHappyBirthday = ss "happy birthday" ;
|
||||
GGoodLuck = ss "good luck" ;
|
||||
}
|
||||
|
||||
@@ -24,4 +24,7 @@ lin
|
||||
GSorry, GSorryPol = ss "anteeksi" ;
|
||||
GThanks = ss "kiitos" ;
|
||||
GTheCheck = ss "lasku" ;
|
||||
GCongratulations = ss "onnittelut";
|
||||
GHappyBirthday = ss "hyvää syntymäpäivää" ;
|
||||
GGoodLuck = ss "onnea" ;
|
||||
}
|
||||
|
||||
@@ -25,5 +25,8 @@ lin
|
||||
GSorry, GSorryPol = ss "pardon" ;
|
||||
GThanks = ss "merci" ;
|
||||
GTheCheck = ss "l'addition" ;
|
||||
GCongratulations = ss "félicitations";
|
||||
GHappyBirthday = ss "joyeux anniversaire" ;
|
||||
GGoodLuck = ss "bonne chance" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -24,6 +24,9 @@ lin
|
||||
GSorry, GSorryPol = ss "Entschuldigung" ;
|
||||
GThanks = ss "Danke" ;
|
||||
GTheCheck = ss "die Rechnung" ;
|
||||
GCongratulations = ss "herzlichen Glückwunsch";
|
||||
GHappyBirthday = ss "alles Gute zum Geburtstag" ;
|
||||
GGoodLuck = ss "viel Glück" ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -26,5 +26,8 @@ lin
|
||||
GSorryPol = ss "scusimi" ; ----
|
||||
GThanks = ss "grazie" ;
|
||||
GTheCheck = ss "il conto" ;
|
||||
GCongratulations = ss "congratulazioni";
|
||||
GHappyBirthday = ss "buon compleanno" ;
|
||||
GGoodLuck = ss "buona fortuna" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ lin
|
||||
GSorry, GSorryPol = ss "beklager" ;
|
||||
GThanks = ss "takk" ;
|
||||
GTheCheck = ss "regningen" ;
|
||||
|
||||
GCongratulations = ss "gratulerer";
|
||||
GHappyBirthday = ss "gratulerer med dagen" ;
|
||||
GGoodLuck = ss "lykke til" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ lin
|
||||
GCheers = ss "noroc" ;
|
||||
GDamn = ss "ptiu" ;
|
||||
GExcuse = ss "pardon" ;
|
||||
GExcusePol = ss "mă scuzați" ;
|
||||
GGoodDay = ss "bună ziua" ;
|
||||
GGoodEvening = ss "bună seara" ;
|
||||
GGoodMorning = ss "bună dimineaţa" ;
|
||||
@@ -20,10 +21,14 @@ lin
|
||||
GHowAreYou = ss "ce faci" ;
|
||||
GLookOut = ss "atenţie" ;
|
||||
GNiceToMeetYou = ss "încântat" ;
|
||||
GPleaseGive = ss "vă rog" ;
|
||||
GPleaseGive = ss "te rog" ;
|
||||
GPleaseGivePol = ss "vă rog" ;
|
||||
GSeeYouSoon = ss "pe curând" ;
|
||||
GSorry = ss "îmi pare rău" ;
|
||||
GSorry, GSorryPol = ss "îmi pare rău" ;
|
||||
GThanks = ss "mulţumesc" ;
|
||||
GTheCheck = ss "nota de plată" ;
|
||||
GCongratulations = ss "felicitări";
|
||||
GHappyBirthday = ss "la mulți ani" ;
|
||||
GGoodLuck = ss "baftă" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,8 @@ lin
|
||||
GSorry, GSorryPol = ss "förlåt" ;
|
||||
GThanks = ss "tack" ;
|
||||
GTheCheck = ss "notan" ;
|
||||
GCongratulations = ss "grattis";
|
||||
GHappyBirthday = ss "grattis på födelsedagen" ;
|
||||
GGoodLuck = ss "lycka till" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -160,12 +160,12 @@ concrete WordsRon of Words = SentencesRon ** open
|
||||
AThirsty p = DatSubjCl p.name (mkVP (mkNP (P.mkN "sete"))) ;
|
||||
ATired p = mkCl p.name (P.mkA "obosit") ;
|
||||
AUnderstand p = mkCl p.name (v_besch83 "înţelege") ;
|
||||
AWant p obj = mkCl p.name (P.dirV2 (v_besch74 "vrea")) obj ;
|
||||
AWant p obj = mkCl p.name (P.mmkV2 (v_besch74 "vrea") (P.noPrep P.Nom)) obj ;
|
||||
AWantGo p place = mkCl p.name want_VV (mkVP (mkVP L.go_V) place.to) ;
|
||||
|
||||
-- miscellaneous
|
||||
|
||||
QWhatName p = mkQS (mkQCl how_IAdv (mkCl p.name (mkRVAcc (v_besch29 "chema")))) ;
|
||||
QWhatName p = mkQS (mkQCl how_IAdv (AccSubjCl p.name (mkVP (v_besch29 "chema")))) ;
|
||||
QWhatAge p = mkQS (mkQCl (mkIP how8many_IDet L.year_N) p.name have_V2) ;
|
||||
|
||||
PropOpen p = mkCl p.name open_A ;
|
||||
@@ -176,7 +176,7 @@ concrete WordsRon of Words = SentencesRon ** open
|
||||
PropClosedDay p d = mkCl p.name (mkVP (mkVP closed_A) d.habitual) ;
|
||||
|
||||
HowMuchCost item = mkQS (mkQCl how8much_IAdv (mkCl item (v_besch18 "costa"))) ;
|
||||
ItCost item price = mkCl item (P.dirV2 (v_besch18 "costa")) price ;
|
||||
ItCost item price = mkCl item (P.mmkV2 (v_besch18 "costa") (P.noPrep P.Nom)) price ;
|
||||
|
||||
-- Building phrases from strings is complicated: the solution is to use
|
||||
-- mkText : Text -> Text -> Text ;
|
||||
|
||||
Reference in New Issue
Block a user