mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-01 16:26:01 +08:00
Update translation. Closes PR #284.
This commit is contained in:
parent
8a694a0885
commit
61e07f598c
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class TranslationController extends ApiController {
|
|||
'generating.keys' => $this->trans->t('Generating sharing keys'),
|
||||
|
||||
// templates/views/partials/forms/settings/tool.html
|
||||
'tool.intro' => $this->trans->t('The password tool will scan your password, calculate the avarage crack time and, if below the threshold, show them'),
|
||||
'tool.intro' => $this->trans->t('The password tool will scan your password and calculate average crack time. If it is below the threshold it will be shown.'),
|
||||
'min.strength' => $this->trans->t('Minimum password stength'),
|
||||
'scan.result.msg' => $this->trans->t('Passman scanned your passwords, and here is the result.'),
|
||||
'scan.result' => $this->trans->t('A total of {{scan_result}} weak credentials.'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue