change: `Nicht Bestanden` -> `Nicht bestanden`

This commit is contained in:
Daniel Egger 2024-09-23 18:43:51 +02:00
parent 4274d47207
commit edfc561024
9 changed files with 9 additions and 9 deletions

View File

@ -187,7 +187,7 @@ const userPoints = computed(() =>
"
>
<span class="my-2 rounded-md bg-error-red-200 px-2.5 py-0.5">
{{ $t("a.Nicht Bestanden") }}
{{ $t("a.Nicht bestanden") }}
</span>
</div>

View File

@ -205,7 +205,7 @@
"a.Name": "Name",
"a.Nein, NAME muss das nochmals anschauen.": "Nein, {{NAME}} muss das nochmals anschauen",
"a.Neue Lernbegleitung einladen": "Neue Lernbegleitung einladen",
"a.Nicht Bestanden": "Nicht bestanden",
"a.Nicht bestanden": "Nicht bestanden",
"a.Nicht bewertet": "Nicht bewertet",
"a.Nichtleben": "Nichtleben",
"a.Note": "Note",

View File

@ -205,7 +205,7 @@
"a.Name": "Nom",
"a.Nein, NAME muss das nochmals anschauen.": "Non, {{NAME}} doit revoir cela",
"a.Neue Lernbegleitung einladen": "Inviter un nouveau tuteur",
"a.Nicht Bestanden": "Échoué",
"a.Nicht bestanden": "Échoué",
"a.Nicht bewertet": "Non évalué",
"a.Nichtleben": "Non-vie",
"a.Note": "Note",

View File

@ -205,7 +205,7 @@
"a.Name": "Nome",
"a.Nein, NAME muss das nochmals anschauen.": "No, {{NAME}} deve riguardarlo ancora",
"a.Neue Lernbegleitung einladen": "Invitare un nuovo tutor",
"a.Nicht Bestanden": "Non superato",
"a.Nicht bestanden": "Non superato",
"a.Nicht bewertet": "Non valutato",
"a.Nichtleben": "Non vita",
"a.Note": "Note",

View File

@ -80,7 +80,7 @@ function findUserPointsHtml(userId: string) {
if (!gradedUser.passed) {
result += ` <span class="my-2 rounded-md bg-error-red-200 px-2.5 py-0.5 inline-block leading-5">${t(
"a.Nicht Bestanden"
"a.Nicht bestanden"
)}</span>`;
}
}

View File

@ -126,7 +126,7 @@ const openInCircle = (assignment: CompetenceCertificateAssignment) => {
"
class="my-2 rounded-md bg-error-red-200 px-2.5 py-0.5"
>
{{ $t("a.Nicht Bestanden") }}
{{ $t("a.Nicht bestanden") }}
</div>
</div>
</div>

View File

@ -491,7 +491,7 @@ watch(selectedRegion, () => {
v-if="cs.competence_metrics?.failed_count || 0 > 0"
class="my-2 w-fit rounded-md bg-error-red-200 px-2.5 py-0.5"
>
{{ $t("a.Nicht Bestanden") }}:
{{ $t("a.Nicht bestanden") }}:
{{ cs.competence_metrics?.failed_count }}
</div>
</div>

View File

@ -187,7 +187,7 @@ async function startTest() {
v-if="!assignmentCompletion.evaluation_passed"
class="rounded bg-error-red-200 px-2 py-1 text-sm"
>
{{ $t("a.Nicht Bestanden") }}
{{ $t("a.Nicht bestanden") }}
</span>
</div>

View File

@ -95,7 +95,7 @@ describe("competenceCertificate.cy.js", () => {
)
.should("contain", "19")
.and("contain", "Bewertung freigegeben")
.and("not.contain", "Nicht Bestanden");
.and("not.contain", "Nicht bestanden");
// it can open learning content page directly
cy.get(