Skip to content

Commit 2c67242

Browse files
i18n: add TRANSLATORS comment to From UUID button in Validation view
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a3b270b commit 2c67242

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/Validation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<!-- TRANSLATORS: Toolbar label for the signature validation feature. "Validate" here is a technical process: the app checks the cryptographic integrity of the signatures, the certificate chain and revocation status. It does NOT mean approving or authorizing something. Choose a word in your language that conveys "to check" or "to verify", not "to approve" or "to authorize". -->
2727
<NcActions :menu-name="t('libresign', 'Validate signature')" :inline="3" :force-name="true">
2828
<NcActionButton :wide="true" :disabled="loading" @click="openUuidDialog()">
29+
<!-- TRANSLATORS: Button that opens a dialog where the user can type a UUID (a unique identifier code) or numeric ID to look up and validate a specific signed document. "UUID" is a technical term and should not be translated. -->
2930
{{ t('libresign', 'From UUID') }}
3031
<template #icon>
3132
<NcLoadingIcon v-if="loading" :size="20" />

0 commit comments

Comments
 (0)