feat:#49 added updated description

This commit is contained in:
Elmar Kresse
2024-09-24 16:49:11 +02:00
parent f3702921f8
commit d554ef9ad9
3 changed files with 14 additions and 11 deletions

View File

@ -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!",

View File

@ -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!",

View File

@ -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>