Merge pull request #973 from orange-elephant/entries-shown-count

Add entries showing count
This commit is contained in:
Alexander Bakker 2022-09-28 13:48:35 +02:00 committed by GitHub
commit acc6b9a3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 186 additions and 98 deletions

View file

@ -232,6 +232,10 @@
<item quantity="one">Imported %d entry</item>
<item quantity="other">Imported %d entries</item>
</plurals>
<plurals name="entries_shown">
<item quantity="one">Showing %d entry</item>
<item quantity="other">Showing %d entries</item>
</plurals>
<string name="intro_import_error_title">An error occurred while importing the vault</string>
<string name="import_error_title">One or more errors occurred during the import</string>
<string name="exporting_vault_error">An error occurred while trying to export the vault</string>