Skip to content

Commit 4b5b4d7

Browse files
i18n: rewrite TRANSLATORS comments to describe meaning not UI position
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 65b1430 commit 4b5b4d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/LeftSidebar/LeftSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<NcIconSvgWrapper :path="mdiFolder" :size="20" />
2424
</template>
2525
</NcAppNavigationItem>
26-
<!-- TRANSLATORS: Navigation menu item. "Validate" here is a technical process: the app checks the cryptographic integrity of a document's 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". -->
26+
<!-- TRANSLATORS: "Validate" here is a technical process: checking 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
<NcAppNavigationItem id="validation"
2828
:to="{name: 'validation'}"
2929
:name="t('libresign', 'Validate')"

src/views/Documents/IdDocsValidation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<template #icon>
127127
<NcIconSvgWrapper :path="mdiEye" :size="20" />
128128
</template>
129-
<!-- TRANSLATORS: Button that triggers the cryptographic check of a signed document. "Validate" here is a technical process: the app checks the signature integrity, 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". -->
129+
<!-- TRANSLATORS: "Validate" here is a technical process: checking 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". -->
130130
{{ t('libresign', 'Validate') }}
131131
</NcActionButton>
132132
</template>

src/views/FilesList/FileEntry/FileEntryActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export default {
173173
})
174174
this.registerAction({
175175
id: 'validate',
176-
// TRANSLATORS: Action label for a technical process: the app checks the cryptographic integrity of the document 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".
176+
// TRANSLATORS: "Validate" here is a technical process: checking 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".
177177
title: t('libresign', 'Validate'),
178178
iconSvgInline: svgTextBoxCheck,
179179
})

0 commit comments

Comments
 (0)