Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 4006a50

Browse files
author
Philipp Etschel
committed
tweaking localization
Signed-off-by: Philipp Etschel <philipp.etschel@ch.bosch.com>
1 parent 4f76291 commit 4006a50

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

frontend/src/components/PresentationRecord.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@
171171
<v-combobox
172172
v-if="group.restrictions.length === 0"
173173
:label="
174-
$t('view.presentationRecord.matchingCredentials.label')
174+
$t(
175+
'view.presentationRecord.matchingCredentials.labelSelfAttestation'
176+
)
175177
"
176178
return-object
177179
:items="group.matchingCredentials"

frontend/src/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@
418418
"matchingCredentials": {
419419
"selectHeader": "Daten für die Präsentation auswählen",
420420
"label": "Passende Berechtigungsnachweise",
421+
"labelSelfAttestation": "Passende Berechtigungsnachweise oder selbst ausgestellt",
421422
"credentialRevoked": " - Berechtigungsnachweis wurde widerrufen",
422423
"noInfoFound": "Keine Informationen gefunden",
423424
"revealed": "Offenlegen"

frontend/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@
418418
"presentationNotValid": "Presentation is not valid",
419419
"matchingCredentials": {
420420
"selectHeader": "Select data for presentation",
421-
"label": "Matching Credentials",
421+
"label": "Matching credentials",
422+
"labelSelfAttestation": "Matching credentials or self attested value",
422423
"credentialRevoked": " - credential is revoked",
423424
"noInfoFound": "No info found",
424425
"revealed": "Reveal"

frontend/src/locales/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
"matchingCredentials": {
418418
"selectHeader": "Wybierz dane do prezentacj",
419419
"label": "Dopasowanie poświadczeń",
420+
"labelSelfAttestation": "Matching credentials or self attested value",
420421
"credentialRevoked": " - poświadczenie jest unieważnione",
421422
"noInfoFound": "No info found",
422423
"revealed": "Reveal"

0 commit comments

Comments
 (0)