mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#49 added updated description
This commit is contained in:
@ -235,7 +235,8 @@
|
||||
"one": "Erstelle deinen Kalender und kopiere den Token.",
|
||||
"two": "Öffne die HTWK-App und gehe in den Kalender.",
|
||||
"three": "Dort fügst du den Token ein und schon hast du deinen Stundenplan immer dabei.",
|
||||
"four": "Falls du bereits einen Kalender in der App abonniert hast, kannst du über den Button oben rechts den Kalender wechseln."
|
||||
"four": "Falls du bereits einen Kalender in der App abonniert hast, kannst du über den Button oben rechts den Kalender wechseln.",
|
||||
"five": "Der Kalender in der HTWK App wird über einen weiteren Service der App stündlich aktualisiert. Wenn du den Kalender bearbeitest werden die Änderungen erst nach einer Stunde in der App sichtbar."
|
||||
}
|
||||
},
|
||||
"fourthQuestion": "Kalender abonnieren? Ich will den downloaden!",
|
||||
|
@ -235,7 +235,8 @@
|
||||
"one": "Create your calendar and copy the token.",
|
||||
"two": "Open the HTWK app and go to the calendar.",
|
||||
"three": "Paste the token there and you'll always have your timetable with you.",
|
||||
"four": "If you have already subscribed to a calendar in the app, you can change the calendar using the button at the top right."
|
||||
"four": "If you have already subscribed to a calendar in the app, you can change the calendar using the button at the top right.",
|
||||
"five": "The calendar in the HTWK app is updated hourly via another service of the app. If you edit the calendar, the changes will only be visible in the app after one hour."
|
||||
}
|
||||
},
|
||||
"fourthQuestion": "Subscribe to the calendar? I want to download it!",
|
||||
|
@ -59,6 +59,16 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
<AccordionTab header="HTWK App">
|
||||
<p>{{ $t("faqView.thirdAnswer.htwk_app.description") }}</p>
|
||||
<ol>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.one") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.two") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.three") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.four") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.five") }}</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
<AccordionTab
|
||||
:header="$t('faqView.thirdAnswer.microsoft_outlook.title')"
|
||||
>
|
||||
@ -207,15 +217,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<li>{{ $t("faqView.thirdAnswer.windows_phone.eight") }}</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
<AccordionTab header="HTWK App">
|
||||
<p>{{ $t("faqView.thirdAnswer.htwk_app.description") }}</p>
|
||||
<ol>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.one") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.two") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.three") }}</li>
|
||||
<li>{{ $t("faqView.thirdAnswer.htwk_app.four") }}</li>
|
||||
</ol>
|
||||
</AccordionTab>
|
||||
</Accordion>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user