forked from GitHub/gf-core
added more greetings to Phrasebook
This commit is contained in:
@@ -22,6 +22,9 @@ fun
|
|||||||
GSeeYouSoon : Greeting ;
|
GSeeYouSoon : Greeting ;
|
||||||
GSorry, GSorryPol : Greeting ;
|
GSorry, GSorryPol : Greeting ;
|
||||||
GThanks : Greeting ;
|
GThanks : Greeting ;
|
||||||
GTheCheck : Greeting ;
|
GTheCheck : Greeting ;
|
||||||
|
GCongratulations : Greeting ;
|
||||||
|
GHappyBirthday : Greeting ;
|
||||||
|
GGoodLuck : Greeting ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ lincat
|
|||||||
|
|
||||||
lin
|
lin
|
||||||
GBye = ss "hej hej" ; -- not google translate
|
GBye = ss "hej hej" ; -- not google translate
|
||||||
GCheers = ss "farvel" ;
|
GCheers = ss "skål" ;
|
||||||
-- GDamn = ss "fan" ;
|
GDamn = ss "satans" ; -- X
|
||||||
GExcuse, GExcusePol = ss "undskyld mig" ;
|
GExcuse, GExcusePol = ss "undskyld mig" ;
|
||||||
GGoodDay = ss "god dag" ;
|
GGoodDay = ss "god dag" ;
|
||||||
GGoodEvening = ss "god aften" ;
|
GGoodEvening = ss "god aften" ;
|
||||||
@@ -16,13 +16,16 @@ lin
|
|||||||
GHello = ss "hej" ;
|
GHello = ss "hej" ;
|
||||||
GHelp = ss "hjælp" ;
|
GHelp = ss "hjælp" ;
|
||||||
GHowAreYou = ss "hvordan har du det" ;
|
GHowAreYou = ss "hvordan har du det" ;
|
||||||
GLookOut = ss "se ud" ;
|
GLookOut = ss "pas på" ;
|
||||||
GNiceToMeetYou, GNiceToMeetYouPol = ss "rart at møde dig" ;
|
GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggeligt at møde dig" ; -- more common than rart (google translate)
|
||||||
GPleaseGive, GPleaseGivePol = ss "behage" ;
|
GPleaseGive = ss "vær så sød" ; -- can also have flink instead of sod
|
||||||
GSeeYouSoon = ss "se dig snart" ;
|
GPleaseGivePol = ss "venligst" ; -- X not behage
|
||||||
|
GSeeYouSoon = ss "vi ses snart" ; -- X se dig snart
|
||||||
GSorry, GSorryPol = ss "undskyld" ;
|
GSorry, GSorryPol = ss "undskyld" ;
|
||||||
GThanks = ss "tak" ;
|
GThanks = ss "tak" ;
|
||||||
GTheCheck = ss "regningen" ;
|
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" ;
|
GSorryPol = ss "mijn verontschuldiging" ;
|
||||||
GThanks = ss "dank je wel" ;
|
GThanks = ss "dank je wel" ;
|
||||||
GTheCheck = ss "rekening" ;
|
GTheCheck = ss "rekening" ;
|
||||||
|
GCongratulations = ss "gefeliciteerd";
|
||||||
|
GHappyBirthday = ss "gelukkige verjaardag" ;
|
||||||
|
GGoodLuck = ss "veel geluk" ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,7 @@ lin
|
|||||||
GSorry, GSorryPol = ss "sorry" ;
|
GSorry, GSorryPol = ss "sorry" ;
|
||||||
GThanks = ss "thank you" ;
|
GThanks = ss "thank you" ;
|
||||||
GTheCheck = ss "the bill" ;
|
GTheCheck = ss "the bill" ;
|
||||||
|
GCongratulations = ss "congratulations";
|
||||||
|
GHappyBirthday = ss "happy birthday" ;
|
||||||
|
GGoodLuck = ss "good luck" ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,4 +24,7 @@ lin
|
|||||||
GSorry, GSorryPol = ss "anteeksi" ;
|
GSorry, GSorryPol = ss "anteeksi" ;
|
||||||
GThanks = ss "kiitos" ;
|
GThanks = ss "kiitos" ;
|
||||||
GTheCheck = ss "lasku" ;
|
GTheCheck = ss "lasku" ;
|
||||||
|
GCongratulations = ss "onnittelut";
|
||||||
|
GHappyBirthday = ss "hyvää syntymäpäivää" ;
|
||||||
|
GGoodLuck = ss "onnea" ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,5 +25,8 @@ lin
|
|||||||
GSorry, GSorryPol = ss "pardon" ;
|
GSorry, GSorryPol = ss "pardon" ;
|
||||||
GThanks = ss "merci" ;
|
GThanks = ss "merci" ;
|
||||||
GTheCheck = ss "l'addition" ;
|
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" ;
|
GSorry, GSorryPol = ss "Entschuldigung" ;
|
||||||
GThanks = ss "Danke" ;
|
GThanks = ss "Danke" ;
|
||||||
GTheCheck = ss "die Rechnung" ;
|
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" ; ----
|
GSorryPol = ss "scusimi" ; ----
|
||||||
GThanks = ss "grazie" ;
|
GThanks = ss "grazie" ;
|
||||||
GTheCheck = ss "il conto" ;
|
GTheCheck = ss "il conto" ;
|
||||||
|
GCongratulations = ss "congratulazioni";
|
||||||
|
GHappyBirthday = ss "buon compleanno" ;
|
||||||
|
GGoodLuck = ss "buona fortuna" ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ lin
|
|||||||
GSorry, GSorryPol = ss "beklager" ;
|
GSorry, GSorryPol = ss "beklager" ;
|
||||||
GThanks = ss "takk" ;
|
GThanks = ss "takk" ;
|
||||||
GTheCheck = ss "regningen" ;
|
GTheCheck = ss "regningen" ;
|
||||||
|
GCongratulations = ss "gratulerer";
|
||||||
|
GHappyBirthday = ss "gratulerer med dagen" ;
|
||||||
|
GGoodLuck = ss "lykke til" ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ lin
|
|||||||
GCheers = ss "noroc" ;
|
GCheers = ss "noroc" ;
|
||||||
GDamn = ss "ptiu" ;
|
GDamn = ss "ptiu" ;
|
||||||
GExcuse = ss "pardon" ;
|
GExcuse = ss "pardon" ;
|
||||||
|
GExcusePol = ss "mă scuzați" ;
|
||||||
GGoodDay = ss "bună ziua" ;
|
GGoodDay = ss "bună ziua" ;
|
||||||
GGoodEvening = ss "bună seara" ;
|
GGoodEvening = ss "bună seara" ;
|
||||||
GGoodMorning = ss "bună dimineaţa" ;
|
GGoodMorning = ss "bună dimineaţa" ;
|
||||||
@@ -20,10 +21,14 @@ lin
|
|||||||
GHowAreYou = ss "ce faci" ;
|
GHowAreYou = ss "ce faci" ;
|
||||||
GLookOut = ss "atenţie" ;
|
GLookOut = ss "atenţie" ;
|
||||||
GNiceToMeetYou = ss "încântat" ;
|
GNiceToMeetYou = ss "încântat" ;
|
||||||
GPleaseGive = ss "vă rog" ;
|
GPleaseGive = ss "te rog" ;
|
||||||
|
GPleaseGivePol = ss "vă rog" ;
|
||||||
GSeeYouSoon = ss "pe curând" ;
|
GSeeYouSoon = ss "pe curând" ;
|
||||||
GSorry = ss "îmi pare rău" ;
|
GSorry, GSorryPol = ss "îmi pare rău" ;
|
||||||
GThanks = ss "mulţumesc" ;
|
GThanks = ss "mulţumesc" ;
|
||||||
GTheCheck = ss "nota de plată" ;
|
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" ;
|
GSorry, GSorryPol = ss "förlåt" ;
|
||||||
GThanks = ss "tack" ;
|
GThanks = ss "tack" ;
|
||||||
GTheCheck = ss "notan" ;
|
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"))) ;
|
AThirsty p = DatSubjCl p.name (mkVP (mkNP (P.mkN "sete"))) ;
|
||||||
ATired p = mkCl p.name (P.mkA "obosit") ;
|
ATired p = mkCl p.name (P.mkA "obosit") ;
|
||||||
AUnderstand p = mkCl p.name (v_besch83 "înţelege") ;
|
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) ;
|
AWantGo p place = mkCl p.name want_VV (mkVP (mkVP L.go_V) place.to) ;
|
||||||
|
|
||||||
-- miscellaneous
|
-- 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) ;
|
QWhatAge p = mkQS (mkQCl (mkIP how8many_IDet L.year_N) p.name have_V2) ;
|
||||||
|
|
||||||
PropOpen p = mkCl p.name open_A ;
|
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) ;
|
PropClosedDay p d = mkCl p.name (mkVP (mkVP closed_A) d.habitual) ;
|
||||||
|
|
||||||
HowMuchCost item = mkQS (mkQCl how8much_IAdv (mkCl item (v_besch18 "costa"))) ;
|
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
|
-- Building phrases from strings is complicated: the solution is to use
|
||||||
-- mkText : Text -> Text -> Text ;
|
-- mkText : Text -> Text -> Text ;
|
||||||
|
|||||||
Reference in New Issue
Block a user