mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
33 lines
904 B
Plaintext
33 lines
904 B
Plaintext
--# -path=.:abstract:prelude:german:api:common
|
|
concrete GreetingsGer of Greetings = open Prelude in {
|
|
|
|
lincat
|
|
Greeting = SS ;
|
|
|
|
lin
|
|
GBye = ss "tschüß" ;
|
|
GCheers = ss "zum Wohl" ;
|
|
GDamn = ss "verdammt" ;
|
|
GExcuse, GExcusePol = ss "Entschuldigung" ;
|
|
GGoodDay = ss "guten Tag" ;
|
|
GGoodEvening = ss "guten Abend" ;
|
|
GGoodMorning = ss "guten Morgen" ;
|
|
GGoodNight = ss "gute Nacht" ;
|
|
GGoodbye = ss "auf Wiedersehen" ;
|
|
GHello = ss "Hallo" ;
|
|
GHelp = ss "Hilfe" ;
|
|
GHowAreYou = ss "wie geht's" ;
|
|
GLookOut = ss "Achtung" ;
|
|
GNiceToMeetYou = ss "nett, Sie zu treffen" ;
|
|
GPleaseGive, GPleaseGivePol = ss "bitte" ;
|
|
GSeeYouSoon = ss "bis bald" ;
|
|
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" ;
|
|
|
|
}
|
|
|