/// <see cref="IFragmentTranslator.GetTranslatedFragment(ETranslationFragment)" />
 public string GetTranslatedFragment(ETranslationFragment translationFragment)
 {
     return(_languagePackage.GetFragment(translationFragment));
 }
        public string GetFragment(ETranslationFragment translationFragment)
        {
            switch (translationFragment)
            {
            case ETranslationFragment.DAILY:
                return("daily");

            case ETranslationFragment.WEEKLY:
                return("weekly");

            case ETranslationFragment.MONTHLY:
                return("monthly");

            case ETranslationFragment.YEARLY:
                return("annually");

            case ETranslationFragment.DAYS:
                return("days");

            case ETranslationFragment.WEEKS:
                return("weeks");

            case ETranslationFragment.MONTHS:
                return("months");

            case ETranslationFragment.YEARS:
                return("years");

            case ETranslationFragment.DAY:
                return("day");

            case ETranslationFragment.FIRST:
                return("first");

            case ETranslationFragment.SECOND:
                return("second");

            case ETranslationFragment.THIRD:
                return("third");

            case ETranslationFragment.FOURTH:
                return("fourth");

            case ETranslationFragment.LAST:
                return("last");

            case ETranslationFragment.UNTIL:
                return("until");

            case ETranslationFragment.TIMES:
                return("times");

            case ETranslationFragment.ON:
                return("on");

            case ETranslationFragment.EVERY:
                return("every");

            case ETranslationFragment.OF:
                return("of");

            case ETranslationFragment.DTSTART:
                return("from");

            default:
                return("");
            }
        }
Beispiel #3
0
        public string GetFragment(ETranslationFragment translationFragment)
        {
            switch (translationFragment)
            {
            case ETranslationFragment.DAILY:
                return("dagelijks");

            case ETranslationFragment.WEEKLY:
                return("wekelijks");

            case ETranslationFragment.MONTHLY:
                return("maandelijks");

            case ETranslationFragment.YEARLY:
                return("jaarlijks");

            case ETranslationFragment.DAYS:
                return("dagen");

            case ETranslationFragment.WEEKS:
                return("weken");

            case ETranslationFragment.MONTHS:
                return("maanden");

            case ETranslationFragment.YEARS:
                return("jaren");

            case ETranslationFragment.DAY:
                return("dag");

            case ETranslationFragment.FIRST:
                return("eerste");

            case ETranslationFragment.SECOND:
                return("tweede");

            case ETranslationFragment.THIRD:
                return("derde");

            case ETranslationFragment.FOURTH:
                return("vierde");

            case ETranslationFragment.LAST:
                return("laatste");

            case ETranslationFragment.UNTIL:
                return("tot");

            case ETranslationFragment.TIMES:
                return("maal");

            case ETranslationFragment.ON:
                return("op");

            case ETranslationFragment.EVERY:
                return("elke");

            case ETranslationFragment.OF:
                return("van");

            case ETranslationFragment.DTSTART:
                return("vanaf");

            default:
                return("");
            }
        }
        public string GetFragment(ETranslationFragment translationFragment)
        {
            switch (translationFragment)
            {
            case ETranslationFragment.DAILY:
                return("ogni giorno");

            case ETranslationFragment.WEEKLY:
                return("ogni settimana");

            case ETranslationFragment.MONTHLY:
                return("ogni mese");

            case ETranslationFragment.YEARLY:
                return("ogni anno");

            case ETranslationFragment.DAYS:
                return("giorni");

            case ETranslationFragment.WEEKS:
                return("settimane");

            case ETranslationFragment.MONTHS:
                return("mesi");

            case ETranslationFragment.YEARS:
                return("anni");

            case ETranslationFragment.DAY:
                return("giorno");

            case ETranslationFragment.FIRST:
                return("primo/a");

            case ETranslationFragment.SECOND:
                return("secondo/a");

            case ETranslationFragment.THIRD:
                return("terzo/a");

            case ETranslationFragment.FOURTH:
                return("quarto/a");

            case ETranslationFragment.LAST:
                return("ultimo");

            case ETranslationFragment.UNTIL:
                return("fino a");

            case ETranslationFragment.TIMES:
                return("volte");

            case ETranslationFragment.ON:
                return("il/la");

            case ETranslationFragment.EVERY:
                return("ogni");

            case ETranslationFragment.OF:
                return("di");

            default:
                return("");
            }
        }
Beispiel #5
0
        public string GetFragment(ETranslationFragment translationFragment)
        {
            switch (translationFragment)
            {
            case ETranslationFragment.DAILY:
                return("diariamente");

            case ETranslationFragment.WEEKLY:
                return("semanalmente");

            case ETranslationFragment.MONTHLY:
                return("mensalmente");

            case ETranslationFragment.YEARLY:
                return("anualmente");

            case ETranslationFragment.DAYS:
                return("dias");

            case ETranslationFragment.WEEKS:
                return("semanas");

            case ETranslationFragment.MONTHS:
                return("meses");

            case ETranslationFragment.YEARS:
                return("anos");

            case ETranslationFragment.DAY:
                return("dia");

            case ETranslationFragment.FIRST:
                return("primeiro");

            case ETranslationFragment.SECOND:
                return("segundo");

            case ETranslationFragment.THIRD:
                return("terceiro");

            case ETranslationFragment.FOURTH:
                return("quarto");

            case ETranslationFragment.LAST:
                return("último");

            case ETranslationFragment.UNTIL:
                return("até");

            case ETranslationFragment.TIMES:
                return("vezes");

            case ETranslationFragment.ON:
                return("no");

            case ETranslationFragment.EVERY:
                return("a cada");

            case ETranslationFragment.OF:
                return("de");

            default:
                return("");
            }
        }
Beispiel #6
0
        public string GetFragment(ETranslationFragment translationFragment)
        {
            switch (translationFragment)
            {
            case ETranslationFragment.DAILY:
                return("täglich");

            case ETranslationFragment.WEEKLY:
                return("wöchentlich");

            case ETranslationFragment.MONTHLY:
                return("monatlich");

            case ETranslationFragment.YEARLY:
                return("jährlich");

            case ETranslationFragment.DAYS:
                return("Tage");

            case ETranslationFragment.WEEKS:
                return("Wochen");

            case ETranslationFragment.MONTHS:
                return("Monate");

            case ETranslationFragment.YEARS:
                return("Jahre");

            case ETranslationFragment.DAY:
                return("Tag");

            case ETranslationFragment.FIRST:
                return("ersten");

            case ETranslationFragment.SECOND:
                return("zweiten");

            case ETranslationFragment.THIRD:
                return("dritten");

            case ETranslationFragment.FOURTH:
                return("vierten");

            case ETranslationFragment.LAST:
                return("letzten");

            case ETranslationFragment.UNTIL:
                return("bis");

            case ETranslationFragment.TIMES:
                return("mal");

            case ETranslationFragment.ON:
                return("an");

            case ETranslationFragment.EVERY:
                return("jedem");

            case ETranslationFragment.OF:
                return("der");

            default:
                return("");
            }
        }
Beispiel #7
0
 /// <see cref="IFragmentTranslator.GetTranslatedFragment(ETranslationFragment)"/>
 public string GetTranslatedFragment(ETranslationFragment translationFragment) => _languagePackage.GetFragment(translationFragment);